html,body{
    background: #F1F4F8;
}
.banner{
    width: 100%;
    min-width: 1200px;
    height: 420px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/jsfu_banner-7f2ee6345c.jpg") no-repeat center center;
    margin-top: -12px;
}
.t-container{
    border-radius: 16px;
    background: #fff;
    padding: 1px 50px 0;
    width: 1100px;
    margin: 84px auto 0;
    position: relative;
}
.t-container h2{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 30px auto;
    width: 1200px;
    text-align: center;
}
.t-container p{
    background: #F6F8FB;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    color: #555;
    font-size: 18px;
}
.container-img{
    width: 100%;
    text-align: center;
}
.container-img img{
    margin-top: 24px;
}
.table-1{
    width: 100%;
    border: 1px solid #DDE1EB;
    margin-top: 30px;
    font-size: 18px !important;
}
.table-1 caption{
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
}
.table-1 thead tr{
    background: #142DE0;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.table-1 th,.table-1 td{
    padding-left: 20px;
}
.table-1 td{
    padding: 20px 0 20px 20px;
}
.table-1 tbody tr{
    border-bottom: 1px solid #DDE1EB;
}
.table-1 tbody tr td a{
    display: block;
    color: #0268FF;
    line-height: 26px;
}
p.tips{
    background: none;
    color: #666;
}

.solution-nav {
    position: absolute;
    left: 0;
    top: 580px;
    background: #fff;
    width: 100%;
    text-align: center;
    line-height: 60px;
    z-index: 999;
}
.solution-nav h4 {
    font-size: 24px;
}
.solution-nav li {
    display: inline-block;
    font-weight: bold;

}
.solution-nav a {
    text-decoration: none;
    font-size: 18px;
    padding: 0 15px;
    display: inline-block;
    height: 60px;
}
.solution-nav a:hover {
    color: #142DE0;
}
.solution-nav a.active {
    color: #142DE0;
    font-weight: bold;
    position: relative;
}
.solution-nav a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #142DE0;
}