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;
}

.dingbu{
    width: 100%;
    /* height: 60px; */
    padding-top: 128px;
    box-sizing: content-box;
}

.banner{
    /* padding-top: 98px; */
    box-sizing: content-box;
    text-align: center;
    padding: 30px 0 0;
    height: 236px;
}
.banner img{
    width: 100%;
    height: 236px;
}
.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: 160px;
    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: 320px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0 0;
}
.s1 .container{
    height: 320px;
    box-sizing: border-box;
}
.s1 .container .item{
    width: 580px;
    height: 292px;
    border: 1px solid #D8D8D8;
    border-top: 2px solid #C80D08;
}
.s1 .container .item .tit{
    height: 48px;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 0 20px;
}
.s1 .container .item .tit .text{
    height: 48px;
    line-height: 48px;
    color: #C80D08;
    font-size: 20px;
}
.s1 .container .item .tit .more{
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 12px;
}
.s1 .container .item .cont{
    /* width: 500px; */
    height: 270px;
    box-sizing: border-box;
    padding: 24px 20px;
}
.s1 .container .item .cont a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    transition: all .5s;
    width: 300px;
}
.s1 .container .item .cont a:hover{
    color: #C80D08;
}
.s1 .container .item .cont .text{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
}

.s2{
    height: 200px;
    background-color: #fff;
    margin: 30px 0;
}
.s2 .container{
    height: 200px;
    box-sizing: border-box;
}
.s2 .left{
    width: 65%;
    height: 100%;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 10px 10px;
}
.s2 .left .tit{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.s2 .left p{
    font-size: 18px;
    color: #A7A7A7;
    line-height: 30px;
}
.s2 .left p a{
    font-size: 18px;
    color: #A7A7A7 !important;
}
.s2 .right{
    width: 30%;
    height: 100%;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 10px 10px;
}
.s2 .right .tit{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.s2 .right .item{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.s2 .right .item .bt{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.s2 .right .item .wz1{
    font-size: 14px;
    line-height: 14px;
    color: #9a9a9a;
    margin-bottom: 5px;
}
.s2 .right .item .wz2{
    font-size: 14px;
    line-height: 20px;
    /* color: #9a9a9a; */
    color: #000;
}
.s2 .right .item .wz2 span{
    font-size: 14px;
    line-height: 20px;
    color: #9a9a9a;;
}

.s4{
    height: 320px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0 0;
}
.s4 .container{
    height: 320px;
    box-sizing: border-box;
}
.s4 .container .item{
    width: 380px;
    height: 292px;
    border: 1px solid #D8D8D8;
    border-top: 2px solid #C80D08;
}
.s4 .container .item2{
    margin: 0 30px;
}
.s4 .container .item .tit{
    height: 48px;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 0 20px;
}
.s4 .container .item .tit .text{
    height: 48px;
    line-height: 48px;
    color: #C80D08;
    font-size: 20px;
}
.s4 .container .item .tit .more{
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 12px;
}
.s4 .container .item .cont{
    /* width: 500px; */
    height: 270px;
    box-sizing: border-box;
    padding: 24px 20px;
}
.s4 .container .item .cont a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    transition: all .5s;
    width: 230px;
}
.s4 .container .item .cont a:hover{
    color: #C80D08;
}
.s4 .container .item .cont .text{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
}

.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;
}