html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    position: relative;
}

.header{
    width: 100%;
    height: 98px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .logo{
    /* margin-top: 21px; */
}
.header .logo img{
    margin-top: 24px;
    height: 49px;
}
.header .nav .menu li{
    float: left;
    width: 120px;
    height: 98px;
    text-align: center;
    position: relative;
}
.header .nav .menu li a{
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 550;
    line-height: 98px;
    position: relative;
}
.header .nav .menu li a.active{
    color: #C80D08;
}
.header .nav .menu li a:hover{
    color: #C80D08;
    transition: all .5s;
}
.header .nav .menu li .list{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0, 0, .2);
    position: absolute;
    top: 98px; 
    left: 0;
}
.header .nav .menu li .list div{
    height: 48px;
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
}
.header .nav .menu li .list div a{
    width: 100px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #111;
    line-height: 47px;
    text-align: center;
    font-weight: 400;
    box-sizing: content-box;
    
}
.header .nav .menu li .list div a:hover{
    color: #457ff6;
    background: #f2f2f2;
    border: none;
}

.banner{
    padding-top: 98px;
    box-sizing: content-box;
    text-align: center;
    margin-bottom: 33px;
}
.banner .swiper-container{
    width: 100%;
}
.banner .swiper-container .swiper-slide .banner-item{
    display: block;
    max-width: 100%;
    min-width: 1200px;
    /* height: 450px; */
}
.banner .swiper-container .swiper-slide .banner-item img{
    width: 100%;
}
.banner .swiper-container .swiper-pagination{
    width: 130px;
    height: 20px;
    background-color: #000;
    border-radius: 20px;
    opacity: .6;
    left: 50%;
    transform: translateX(-65px);
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 22px;
    height: 8px;
    border-radius: 8px;
    background-color: #999999;
    margin-bottom: 2px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: white;
}

.s1{
    height: 350px;
    background-color: #3F48EF;
}
.s1 .left .wz1{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 54px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.s1 .left .wz2{
    font-size: 20px;
    line-height: 36px;
    border-top: 1px solid #fff;
    display: inline-block;
    color: #fff;
}
.s1 .right{
    height: 350px;
}

.s2{
    box-sizing: border-box;
    padding: 30px 0;
}
.s2 .text{
    font-size: 20px;
    line-height: 30px;
    text-indent: 40px;
}
.s2 .title{
    font-size: 22px;
    line-height: 22px;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
}
.s2 .imgs img{
    width: 50%;
    float: left;
    height: 577px;
    margin: 10px 0;
}
.s2 .container>img{
    width: 100%;
    margin: 10px auto;
}

.s3{
    padding-top: 98px;
    box-sizing: content-box;
    height: 40px;
    background-color: #F2F2F2;
}
.s3 .container .menu li{
    float: left;
    width: 200px;
    height: 40px;
    text-align: center;
    position: relative;
}
.s3 .container .menu li>a{
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 550;
    line-height: 40px;
    position: relative;
}
.s3 .container .menu li a.active{
    color: #C80D08;
}
.s3 .container .menu li a:hover{
    color: #C80D08;
    transition: all .5s;
}
.s3 .container .menu li .list{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0, 0, .2);
    position: absolute;
    top: 40px;
    left: 30px;
    display: none;
}
.s3 .container .menu li .list>div{
    height: 40px;
    width: 140px;
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
}
.s3 .container .menu li .list>div a{
    line-height: 40px;
    font-size: 18px;
}
.s3 .ej{
    width: 120px;
    display: block;
    padding: 0 10px;
    font-size: 18px;
    color: #111;
    line-height: 39px;
    text-align: center;
    font-weight: 400;
    box-sizing: content-box;
}
.s3 .ej:hover{
    color: #C80D08;
    background: #f2f2f2;
    border: none;
}
.s3 .ej .lists{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0, 0, .2);
    position: absolute;
    top: 0;
    left: 140px;
    display: none;
}
.s3 .ej{
    display: block;
}
.s3 .ej:hover .lists{
    display: block;
}
.s3 .ej .lists div{
    height: 40px;
    width: 410px;
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
    background-color: #fff;
}
.s3 .ej .lists div a{
    width: 390px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #111;
    line-height: 39px;
    text-align: center;
    font-weight: 400;
    box-sizing: content-box;
}
.s3 .ej .lists div a:hover{
    color: #C80D08;
    background: #f2f2f2;
    border: none;
}

.footer{
    width: 100%;
    height: 100px;
    background: #F2F2F2;
    padding-top: 30px;
}
.footer p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.footer p a{
    font-size: 14px;
    color: #333 !important;
}
.footer p img{
    margin-top: 8px;
    margin-right: 5px;
}

.nobor {
    border: none!important;
}

.pr {
    position: relative;
}
.hide {
    display: none;
}
.marginR0{
    margin-right: 0 !important;
}
.marginB0{
    margin-bottom: 0 !important;
}