.mb70{margin-bottom: 75px;}
.bannerOther2{position: relative; line-height: 0;}
.bannerOther2 .aniss{position: absolute;top:19%;left: 5%;background: rgba(214, 16, 25, .8);padding: 105px 85px;}
.bannerOther2 .aniss h1{font-size: 37px;color: #ffffff;line-height: 1.3;margin-bottom: 35px;position: relative;}
.bannerOther2 .aniss h1 i{font-style: normal;display: block;}
.bannerOther2 .aniss h1::after{content: '';border-bottom: 2px solid #ffffff;width: 55px;position: absolute;left: 0;bottom: -20px;}
.bannerOther2 .aniss.all h1::after{width: 100%;}
.bannerOther2 .aniss.black{background: none;}
.bannerOther2 .aniss p{font-size: 18px;color: #ffffff;line-height: 2;margin-top: 5px;}
.bannerOther2 .aniss p span{background: #ffffff;border-radius: 5px;padding: 5px 10px;color: #bc0003;}

.bannerOther3{position: relative; line-height: 0;}
.bannerOther3 .aniss{position: absolute;top:25%;right:5%;background: rgba(214, 16, 25, .8);padding: 105px 85px;}
.bannerOther3 .aniss h1{font-size: 37px;color: #ffffff;line-height: 1.3;margin-bottom: 35px;position: relative;}
.bannerOther3 .aniss h1 i{font-style: normal;display: block;}
.bannerOther3 .aniss.black{background: none;}
.bannerOther3 .aniss p{font-size: 18px;color: #ffffff;line-height: 2;margin-top: 5px; text-align: center;}

#tab2{

    position: relative;
    margin-top: 55px;
 }
 #tab2  .swiper-wrapper{
     display: flex;
     align-items: center;
     height: 55px;
   
     width: 100%;
     border-bottom: 1px solid #aaaaaa;
 }
 #tab2  .swiper-wrapper a{
     width: 25%;
     display: flex;
     align-items: center;
     justify-content:center;
     color: #d61019;
     font-size: 22px;
     text-align: center;
 
 }
 
 #tab2  .swiper-wrapper a.cur{
     background: #d61019;
     color: #ffffff;
 }


 .aboutTit{display: flex; justify-content: center; }


.aboutTit dl{
text-align: center;
}
.aboutTit h1{
    font-size: 31px;
    line-height:2;
    color: #c6000b;
    position: relative;
    text-align: center;
    display:inline-block;
    margin: 0px auto;
    padding-bottom: 5px;
}
.aboutTit h1::after{
    position: absolute;
    content: '';
    height: 1px;
    border-bottom: 1px solid #bababa;
    bottom: 0px;
    left: 50%;
    width: 50%;
    margin-left: -25%;
}
.aboutTit p{
    font-size: 18px;
    line-height: 2;
}

.serviceTit{
    color: #242424;
    font-size: 28px;
    position: relative;
    display:inline-block;
    margin: 60px 0 55px  0;
}
.serviceTit::after{
    position: absolute;
    content: '';
    height: 1px;
    border-bottom: 1px solid #c6000b;
    top: -10px;
    left: 0%;
    width: 50%;
   
}
.teamPic{
    text-align: center;
}
.teamPic img{
    max-width: 1219px;
    width: 100%;
}

.heZuoTeam{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.heZuoTeam dl{
    width: 31%;
    border: 1px solid #bfbfbf;
    display: flex;
    padding: 30px 0;
}

.heZuoTeam img.hide{
    display: none;
}
.heZuoTeam dl dt{
    width: 15%;
    margin-left: 5%;
}
.heZuoTeam dl dt img{
    width: 100%;
}

.heZuoTeam dl dd{
    width: 65%;
    margin-left: 10%;
}

.heZuoTeam dl dd h1{
    font-size: 25px;
    color: #c6000b;
    line-height: 2;
}

.heZuoTeam dl dd p{
    font-size: 16px;
    color: #222222;
   
}
.heZuoTeam dl:hover{
    background: #c6000b;
    border: 1px solid #c6000b;
}

.heZuoTeam dl:hover dd h1,.heZuoTeam dl:hover dd p{
    color: #ffffff;
}
.heZuoTeam dl:hover .show{
    display: none;
}
.heZuoTeam dl:hover .hide{
    display: block;
}

.chengGuo{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 0;
    position: relative; 
}


 .chengGuo .swiper {
      
        width: 100%;
    
} 
.chengGuo .swiper-wrapper {
        height: auto;
        display: flex;
        width: 100%;
        justify-content: space-between;
    
} 
    
.chengGuo .swiper-slide {
       
    width: auto; 
 
     
    
} 
.zhuanLan{
    margin-top: 90px;
}

.zhuanLan  .swiper-slide {
    width: 40%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   background-color: #ffffff;
   position:relative;
   border-top-left-radius:20px;
   border-top-right-radius:20px;
   box-shadow:0px 0px 10px 0px #cccccc;
   margin-top: 20px;
}




.zhuanLan .swiper-button-next {
    background: url(../images/right.png);
    background-size: contain;
    width: 25px;
    height: 44px;
    top: 50%;
    right: 26%;
}

.zhuanLan .swiper-button-prev {
    background: url(../images/left.png);
    background-size: contain;
    width: 25px;
    height: 44px;
    left:26%;
    top: 50%;
   
    
}
.zhuanLan dt  h5{
    font-size: 22px;
    margin-left: 5%;
    line-height: 3;
}

.zhuanLan dt  p{
    font-size: 14px;
    margin-left: 5%;
    line-height: 1.5; margin-bottom: 10px;;
}
.biaoTi{
    font-size: 33px;
    line-height: 3;
    margin-top: 55px;
}
.biaoTiSm{
    font-size: 20px;
    line-height: 2;
}
.biaoTiSm span{
    font-size: 33px;
    color: #c6000b;
}

.fuWu{
    background: url(../images/img/bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.fuWu .swiper{
    width: 100%;
}
.fuWu .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.fuWu .swiper-wrapper .swiper-slide{
    width: 25%;
    text-align: center;
 
}

.fuWu::after{
    position: absolute;
    border: 2px solid #c6c6c6;
    height: 10px;
    border-radius: 5px;
    width: 90%;
    top: 17.5%;
    left: 5%;
    content: '';
}

.fuWu .swiper-button-next {
    background: url(../images/img/jt.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 18%;
    right: 22%;
}

.fuWu .swiper-button-prev {
    background: url(../images/img/jt.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    left:22%;
    top: 18%;
   
    
}
.fuWu  h1{
    font-size: 33px;
    line-height: 2;
    margin-top: 15px;
}
.fuWu  .swiper-slide em{
    display: block;
    font-size: 18px;
    height: 50px;
 
}
.fuWu  .swiper-slide ul li{
    background: #ffffff;
    width: 80%;
    margin:50px auto;
    padding: 15px 0;
    border-radius: 10px;

}
.fuWu  .swiper-slide ul p{
    font-size: 22px;
    line-height: 1.5;
}
.fuWu  .swiper-slide ul li span{
    width: 70%;
    margin: 10px  auto;
    color: #787878;
    font-size: 15px;
    display: block;
}

.fuWu  .swiper-slide ul li:hover{
    background: #d61019;
    color: #ffffff;
    box-shadow:0px 0px 10px 0px #cccccc;
}

.fuWu  .swiper-slide ul li:hover span{
    color: #ffffff;
}
.fuWu  .swiper-slide:hover h1{
    color: #c6000b;
}
.guQuanList ul{ margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guQuanList li{
    width: 20%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 270px;
}
.guQuanList li  .img{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 35px 0;
}
.guQuanList li  .img img{
    width: 15;
}

  
.guQuanList li  .show{
    display: block;
}
.guQuanList li  .hide{
    display: none;
}
.guQuanList li p{
    font-size: 33px;
    color: #c6000b;
    line-height: 2;
    width: 70%;
    margin-left: 10%;
}

.guQuanList li  span{
    color: #262626;
    font-size: 16px;
    padding: 0 15px;
    display: block;
}

.guQuanList li:hover{
    background: #c6000b;
    box-shadow:0px 0px 10px 0px #cccccc;
    color: #ffffff;
    
}
.guQuanList li:hover p{
    color: #ffffff;
}
.guQuanList li:hover span{
    color: #ffffff;
}
.guQuanList li:hover .hide{
    display: block;
}

.guQuanList li:hover .show{
    display: none;
}
.gfList ul{
    display: flex;
    justify-content: space-between;
}
.gfList ul li{
    width: 18%;
 
}
.gfList ul li span{
   color: #d61019;
   display: block;
   text-align: center;
   font-size: 18px;
   font-weight: bold;
}
.gfList ul li .box{
    background-image: linear-gradient( #e5e5e5, #ffffff);
    padding: 15px;
    margin-top: 15px;  
    min-height: 200px;
}
.gfList ul li .box p{
    line-height: 2;
    color: #242424;
    font-size: 16px;
}

.liuCheng{
    background: url(../images/img/bg2.jpg) no-repeat;
    background-size: cover;
    padding: 55px 0;
}
.liuCheng .pic {
    text-align: center;
}
.liuCheng .pic img{
    width: 95%;
}
.teamListShare{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.teamListShare ul:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 
}
.teamListShare ul:nth-child(2){width: 70%; }
.teamListShare li{margin-top: 25px; }



.teamListShare li .pic{
    width:70%;
    margin: 0px auto;
 
}
.teamListShare li.lingdao .pic{

    margin: 0px auto;
 
}

.teamListShare li.chaire .pic{
    width:200px;
    margin: 0px auto;
    border: 2px solid #bfae58;
    border-radius: 100%;
    overflow: hidden;
    background: #ecf3fb;
    height: 200px;

 
}
.teamListShare li .pic  img{
    width: 100%;
  
 
}

.teamListShare li.chaire img{

}

.teamListShare li.lingdao .pic{
    border: 2px solid #406ff3;
    border-radius: 100%;
    overflow: hidden;
    background: #ecf3fb;
        width:130px;
    height:130px;
}
.teamListShare li .pic{
    border: 2px solid #bc0003;
    border-radius: 100%;
    overflow: hidden;
    background: #ffffff;
    width:132px;
    height:132px;
}



.teamListShare li.chaire div{
    width: 60%;
    margin: 0px auto;
}
.teamListShare li span{
 display: block;
 text-align: center; 
 margin-bottom: 10px;

}
.teamListShare li em{
    display: block;
    text-align: center; 
    margin-bottom: 10px;
    color: #c30f0f;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
   
}
   

.teamListShare li.chaire span em::after{
    position: absolute;
    content: '';
    height: 2px;
    background: #d6ca8d;
    width: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
 

}

.teamListShare li span em{
    color: #c30f0f;
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
}



.teamListShare ul:nth-child(1) li.chaire{
    width: 100%;
 
}
.teamListShare ul:nth-child(1) li{width: 50%;}
.teamListShare ul:nth-child(1) li em {display: block; text-align: center; margin-bottom: 10px; color: #004277; font-size: 15px; line-height: 2; font-weight: bold; }

.teamListShare ul:nth-child(2) li{min-height: 238px; width: 19%; float: left; margin-right: 1%; }
.teamListShare ul:nth-child(2) li:nth-child(5n){margin-right: 0%;}

.teamListShare ul:nth-child(1) li p{padding: 0 15px;}
.teamListShare li p{text-align: center; font-size: 12px; line-height: 20px; }

.form{
    width: 470px;
    margin: 0px auto;

    text-align: center;
    position:relative;
}
.form h1{
    font-size: 33px;
    color: #ffffff;
    line-height: 2;
    position: relative;
    display: inline-block;
}
.form h1::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 80%;
    left: 10%;
    height: 1px;
    background: #ffffff;
}

.form h5{
    font-size:14px;
    color: #ffffff;
    line-height: 2;
    font-weight: 100;
}
.form dl{
    background: #ffffff;
    height: 55px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 10px;
   
}
.form dl span{
background: #c6000b;
width: 25%;
}
.form dl input{
    border: 0px;
}
.shouQuan{
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #ffffff;
}
.shouQuan input{
    margin-right: 5px;
}
.form .submit{
    display:inline-block;
    background: #c6000b;
    padding: 15px 30px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 35px;
}

.book.b1{
    background: url(../images/img/book.jpg) center top no-repeat ;
    background-size: cover;
    height: 710px;
    display: flex;
    align-items: center;
    margin-top: 33px;position: relative;
}

.shiPic{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.shiPic .left{
    width: 39%;
    position: relative;
}
.shiPic .left .desc{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.shiPic .left .desc p{
    font-size: 35px;
    color: #bc0003;
    line-height: 1.5;
    font-weight: bold;
}



.shiPic .right{
    width: 59%;
    position: relative;
}
.shiPic .left img.bg{
    width: 80%; 
}
.shiPic .right img{
    width: 100%;
}
.shiPic .right span{
   background: #bc0003;
   height: 20px;
   width: 30%;
   right: 0;
   bottom: -5px;
   display: block;
   position: absolute;
}

.ditu{
    margin: 35px 0;
    position: relative;
}
.ditu span{
    position: absolute;
    bottom: 0;
    left: 0;
}

.slTit b{
    font-size: 33px;
    color: #bc0003;
    line-height: 2;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    display: inline-block;
    
}
.slTit b::after{
    content: '';
    bottom: 0;
    width: 50%;
    height: 2px;
    background: #bc0003;
    position: absolute;
    left: 0;
}
.slTit p{
    font-size: 15px;
    line-height: 2;
}


.slItemList{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.slItemList .left{
    width: 50%;
}
.slItemList .right{
    width: 30%;
}
.slItemList .left li{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.slItemList .left li span img.hide{
    display: none;
}
.slItemList .left li .desc{
    width: 49%;
    border: 1px solid #bc0003;
}

.slItemList .left li .pic{
    width: 49%;

    
}

.slItemList .left li .pic img{
    box-shadow:0px 0px 10px 0px #cccccc;

    
}


.slItemList .left li span{
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}
.slItemList .left li span::after{
    content: '';
    bottom: 0;
    width: 140%;
    height: 2px;
    background: #bc0003;
    position: absolute;
    left: 0;
}


.slItemList .left li .desc{
    width: 49%;
    border: 1px solid #bc0003;
}
.slItemList .left li .desc div{
    padding: 5%;
}

.slItemList .left b{
    display: block;
    color: #151515;
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
}
.slItemList .left p{
 
    font-size: 13px;
    line-height: 2;
}
.slItemList .left li:hover .desc{
    background: #bc0003;
}
.slItemList .left li:hover img.show{
    display: none;
}
.slItemList .left li:hover  span img.hide{
    display: block;
}

.slItemList .left li:hover  span::after{
    content: '';
    bottom: 0;
    width: 140%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
}

.slItemList .left li:hover b,.slItemList .left li:hover p{
    color: #ffffff;
}



.howDo{

    background: url(../images/img/ss.jpg) right top no-repeat;
    background-size: 20% 20%;

}

.howDo  .tit{
    font-size: 33px;
     color: #bc0003;
     line-height: 2;
     display: block;
     overflow: hidden;
}
.howDo ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.howDo li{
    background: url(../images/img/kbg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 30%;
    padding: 25px 2%;
    box-shadow:0px 0px 10px 0px #cccccc;
}

.howDo li  h2{
    color: #c90f1a;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #bababa;
    padding-bottom: 5px;
}
.howDo li  b{
    color: #c90f1a;
    font-size: 15px;
    line-height: 2;
}

.howDo li  p{
    color: #151515;
    font-size: 15px;
    line-height: 2;
}

.book.b2{
    background: url(../images/img/book2.jpg) center top no-repeat ;
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
}  


.selectYear{
    width: 150px;
    border: 1px solid #808080;
    position: relative;
    height: 30px;
    line-height: 30px;
    z-index: 999;
}
.selectYear span{
    display: block;
    width: 90%;
    margin: 0px auto;
    background: url(../images/img2/ico.png) right center no-repeat;
    background-size:  auto  30%;
    font-size: 15px;
}

.selectYear .more{
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    left: -1px;
    top: 30px;
    width: 100%;
    display: none;
}
.selectYear .more a{
    display: block;
    height: 33px;
    line-height: 33px;
    text-indent: 5px;
}

.selectYear.on  .more{
    display: block;

}






.daoShiElse{
    position: relative;
 
    margin-top: 55px;
    padding-bottom: 50px;
    overflow: hidden;

}

.daoShiElse .swiper-slide{
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-top: 30px;
    overflow: hidden;
   
}
.daoShiElse .swiper-slide:nth-child(3n){
    margin-right: 0;
   
}



.daoShiElse .desc{ padding:10px 25px; min-height: 190px; background: #f5f5f5; color: #484848; }

.daoShiElse .swiper-slide:hover .desc{

    background: #db0b17;
    color: #ffffff;
}

.daoShiElse .swiper-slide:hover .desc{color: #ffffff; }


.daoShiElse  .pic{overflow: hidden;}
.daoShiElse  .pic img{width: 100%; }

.daoShiElse .desc .more{display: block; margin-top: 8px; text-align: right; position: relative;}
.daoShiElse .desc .more font{line-height: 30px; padding: 5px 15px; position: relative; text-align: center; border: 1px solid #c2c2c2; }
.daoShiElse .desc .more font:before{content: ''; width: 1px; height: 70%; position: absolute; left: -10px; top: 15%; background: #c2c2c2; transition: .3s; -webkit-transition: .3s; } 
.daoShiElse .desc .more font:after {content: ''; width: 1px; height: 70%; position: absolute; right: -10px; top: 15%; background: #c2c2c2; transition: .3s; -webkit-transition: .3s; }

.daoShiElse .swiper-slide:hover .more font{color: #ffffff; border: 1px solid #ffffff;}
.daoShiElse .swiper-slide:hover .more font:before, .daoShiElse .swiper-slide:hover .more font:after{background: #fff;}

.more_line {text-align: center;}
.more_line a{ padding: 12px 35px;   font-size: 16px; color: #fff;background-color: #c6000b; border-radius: 14px;}

.page  ul{background: #eeeeee;width: 80%;margin: 0px auto;padding: 15px  10px;margin-top: 15px;}
.page ul{display: flex;align-items: center;justify-content: center;}
.page ul li{margin: 0 10px;}
.page ul li a{font-size: 15px;color: #595959;}
.page ul li.active{border: 1px solid #c6000b;padding: 0  6px;}

.huaaRen{
    background: url(../images/img2/xuebg.jpg) center top no-repeat;
    background-size: cover;
    padding: 55px 0;
    margin-top: 100px;
    overflow: hidden;
    padding-bottom: 230px;
    margin-bottom: 50px;
}

.huaaRen .list{margin: 120px auto;}
.huaaRen .list .left{
    width: 50%;
    position: relative;
    float: left;
   
}
.huaaRen .list .left img{
    width: 65%;
}
.huaaRen .list .left p{
    position:absolute;
     right: -240px;
     bottom: -165px;
     width: 100%;
}

.huaaRen .list .right{width: 45%;
    position: relative;
    float: right;
}

.huaaRen .list .right span{
    display: inline-block;
    position: relative;
    font-size: 100px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #b9baba;
    padding-bottom: 15px;
}
.huaaRen .list .right p{
    font-size: 45px;
    line-height: 2;
    color: #d9d9d9;
}
.huaaRen .list .right em{
    font-size: 18px;
    line-height: 2;
    color: #484848;
    text-align: right;
    display: block;
}
.huaaRen .list .right a{font-size: 18px; display: inline-block; float: right; border: 1px solid #808080; padding: 5px 40px; margin-top: 70px; }
.guLink{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-top: 100px;
}

.guLink .list{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.guLink .video{
    width: 46%;
}

.guLink .list img{width: 100%;}
.fangAnList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fangAnList ul li{
    width: 23%;
    position: relative;
    margin-top: 25px;
}
.fangAnList ul li img{
    width: 100%;

}
.fangAnList ul li span{
    position: absolute;
    width: 25px;
    height: 100%;
    top: 10px;
    right: 10px;
    display: block;
    font-size: 18px;
    z-index: 3;
}
.fangAnList ul li em{
    display: none;
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(214, 16, 25, .8);
}
.fangAnList ul li:hover{
    box-shadow:0px 0px 10px 0px #db0b17;
} 
.fangAnList ul li:hover em{
    display: block;
}

.fangAnList ul li:hover span{
    color: #ffffff;
}

.pinpaishuo{margin-top: 80px;}

.remenanli{overflow: hidden;  padding-top: 80px; background: url(../images/img2/remenanli_bg.jpg) center top no-repeat;background-size: cover;width: 100%;}
.remenanli .zuo{width: 39%; float: left; padding-top: 100px;}
.remenanli .zuo h1{font-size: 35px; margin-bottom: 50px;}
.remenanli .zuo span{font-size: 18px; color: #313131; font-weight: 550;}
.remenanli .you{width: 50%; float: right; padding: 60px 0;}
.remenanli .you img{box-shadow: 10px 10px 16px 10px #cccccc; max-width: 100%;}

.anliliebiao{padding: 50px 0; overflow: hidden; background-color: #e2e8ee;}
.anliliebiao .zuo{width: 60%; float: left; }
.anliliebiao .zuo li{width: 25%; float: left; text-align: center; padding: 10px 0; }

.anliliebiao .you{width: 40%; float: left;}
.anliliebiao .you .more{ text-align: center; margin-top: 50px;}
.anliliebiao .you .more font a{ font-size: 18px; padding: 10px 25px; position: relative; text-align: center; background-color: #1f557a; color: #fff;}
.anliliebiao .you .more font a:before{content: ''; width: 1px; height: 70%; position: absolute; left: -10px; top: 15%; background: #c2c2c2; transition: .3s; -webkit-transition: .3s; } 
.anliliebiao .you .more font a:after {content: ''; width: 1px; height: 70%; position: absolute; right: -10px; top: 15%; background: #c2c2c2; transition: .3s; -webkit-transition: .3s; }

@media (max-width: 1600px){
.remenanli{padding-top: 50px;}
.remenanli .zuo{width: 39%; float: left; padding-top: 100px;}
.remenanli .zuo h1{font-size: 32px; }
.remenanli .zuo span{font-size: 18px; color: #313131; font-weight: 550;}
.remenanli .you{width: 50%; float: right; padding: 60px 0;}
.remenanli .you img{box-shadow: 10px 10px 16px 10px #cccccc;}
}
@media all and (max-width: 768px) {
.bannerOther2 {height: 290px; position: relative; }
.bannerOther2 img {width: 100%; height: 100%; object-fit: cover; }

.mb70{margin-bottom: 35px;}
 .bannerOther2 .aniss{
        position: absolute;
        top:19%;
        left: 5%;
        background: rgba(214, 16, 25, .8);
        padding: 15px 15px;
      
}
    
    .bannerOther2 .aniss h1{
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 15px;
  
    }
      
    .bannerOther2 .aniss h1::after{
        content: '';
        border-bottom: 2px solid #ffffff;
        width: 15px;
        position: absolute;
        left: 0;
        bottom: -10px;
    }
    
    
    .bannerOther2 .aniss p{
        font-size: .7rem;
       
    }
    

.bannerOther2 .aniss p span{

    padding: 3px 10px;

}

.bannerOther2 .aniss.all  p{
    margin: 0px;
   
}


   .bannerOther2 .aniss.all{
        position: absolute;
        top:19%;
        left: 5%;
        background: rgba(214, 16, 25, .8);
        padding: 5px 5px;
        display: none;
      
}
    
    .bannerOther2 .aniss.all h1{
        font-size: .7rem;
        line-height: 1.3;
        margin-bottom: 15px;
  
    }
        
    

    .aboutTit{
        margin-top: 25px;
    }
    .aboutTit h1{
        font-size: 1.2rem;
     
    }


    .aboutTit p{display: none;    }
    #tab2{

        position: relative;
        margin-top: 25px;
     }
    #tab2  .swiper-wrapper a{
        width: 25%;
     
        font-size: .8rem;
     
    
    }
    #tab2  .swiper-wrapper{

        height: 35px;
 
    }     
.serviceTit{
    color: #242424;
    font-size: 1rem;

    margin: 35px 0 15px  0;
}
.chengGuo .swiper-slide {
       
    width: auto;
    margin-left: 5px;  
    
} 
.zhuanLan  .swiper-slide {
    width: 80%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   background-color: #ffffff;
   position:relative;
   box-shadow:none;
   border-radius: 15px; 
   padding-bottom: 15px;
}

.fuWu .swiper-wrapper .swiper-slide{
    width: 100%;
    text-align: center;
 
}


.book.b1{
    background: url(../images/img/book.jpg) center top no-repeat ;
    background-size: auto 100%;
    height: 460px;
    margin-top: 55px;
    
}  


.book.b2{
    background: url(../images/img/book2.jpg) center top no-repeat ;
    background-size: auto 100%;
    height: 460px;
    margin-top: 55px;
}  


.book dl{
 width: 90%;
 margin-left: 5%;
}  
.form{
    width: 100%;
}  

.form h1{
    font-size: 1rem;
 
    line-height: 2;
  
}

.shouQuan{
    margin-left: 5%;
}
.form h5{
    font-size:.7rem;
  
}

.heZuoTeam dl{
    width: 100%;
    border: 1px solid #bfbfbf;
    display: flex;
    padding: 10px 0;
    margin-top: 10px;
}
.heZuoTeam dl dd h1{
    font-size: 1rem;
    color: #c6000b;
    line-height: 2;
}

.heZuoTeam dl dd p{
    font-size: .7rem;
    color: #222222;
   
}
.zhuanLan{
    margin-top: 10px;
}
.biaoTi{
    font-size: 1rem;
    line-height: 3;
    margin-top: 15px;
}
.biaoTiSm{
    font-size: .8rem;
    line-height: 2;
}
.biaoTiSm span{
    font-size: 1rem;
    color: #c6000b;
}



.fuWu  h1{
    font-size: 1rem;
    line-height: 2;
    margin-top: 35px;
}
.fuWu  .swiper-slide em{
    display: block;
    font-size: .8rem;
    height: 55px;
 
}
.fuWu  .swiper-slide ul li{
    background: #ffffff;
    width: 80%;
    margin:10px auto;
    padding: 15px 0;
    border-radius: 10px;

}
.fuWu  .swiper-slide ul p{
    font-size: 1rem;
    line-height: 1.5;
}
.fuWu  .swiper-slide ul li span{
    width: 70%;
    margin: 10px  auto;
    color: #787878;
    font-size: .7rem;
    display: block;
}


.fuWu::after{display: none;}

.fuWu .swiper-button-next {
    background: url(../images/img/jt.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 12%;
    right: 5%;
}

.fuWu .swiper-button-prev {
    background: url(../images/img/jt.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    left:5%;
     top: 12%;
   -webkit-transform: rotate(180deg);/*Safari 4+,Google Chrome 1+ */
   -moz-transform: rotate(180deg);/*Firefox 3.5+*/
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);/*ie*/
    
}
.liuCheng .pic {margin-top: 15px; text-align: center; }
.liuCheng .pic img {width: 100%; }

.guQuanList li{
    width: 48%;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: auto;
    margin-top: 10px;
    padding-bottom: 10px;
}
.guQuanList li p{
    font-size: 1rem;
    width: 70%;
    margin-left: 10%;
}

.guQuanList li  span{
    color: #262626;
    font-size: .7rem;

}

.gfList ul{
   flex-wrap: wrap;
}
.gfList ul li{
    width: 48%;
 
}
.gfList ul li .box{
  
    min-height: 100px;
}
.gfList ul li .box p{
    line-height: 2;
    color: #242424;
    font-size: .7rem;
}

.teamListShare ul:nth-child(1){
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 
}
.teamListShare ul:nth-child(2){
    width: 100%;

    
}
.teamListShare li.chaire div {width: 80%; margin: 0px auto; }
.teamListShare li em{

    font-size: .7rem;

   
}
   

.teamListShare li p{display: none;}

.teamListShare ul:nth-child(2) li{min-height:auto; width: 49%; float: left; margin-right: 2%; }
.teamListShare ul:nth-child(2) li:nth-child(5n) {
    margin-right: 2%;
}
.teamListShare ul:nth-child(2) li:nth-child(2n){
   
    margin-right: 0%;

}

 .bannerOther2 .aniss{
       
        top:29%;
      
      
}
  
.slItemList{
    flex-wrap: wrap;
} 
.shiPic .left .desc p{
    font-size: 1rem;
    color: #bc0003;
    line-height: 1.5;
    font-weight: bold;
}
.slItemList .left b{
    display: block;
    color: #151515;
    font-size: .8rem;
    line-height: 2;
    margin-top: 10px;
}
.slItemList .left p{
 
    font-size: .7rem;
    line-height: 1.5;
}

.slItemList .left{
    width: 100%;
}
.slItemList .right{
    width: 100%;
    margin-top: 10px;
}

.slItemList .right img{
    width: 60%;
}

.slItemList .left li  .pic{
    width: 100%;
   
}
.slItemList .left li  .desc{
    width: 100%;
   
}


.slItemList .left b{
 
    margin-top: 5px;
}

.slItemList .left li{
    flex-wrap: wrap;
}


.howDo  .tit{
    font-size: 1rem;
     color: #bc0003;
     line-height: 2;
     display: block;
     overflow: hidden;
}



.howDo li{

    width: 96%;
    padding: 25px 2%;

}

.howDo li  h2{
    color: #c90f1a;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid #bababa;
    padding-bottom: 5px;
}
.howDo li  b{
    color: #c90f1a;
    font-size: .8rem;
    line-height: 2;
}

.howDo li  p{
    color: #151515;
    font-size: .7rem;
    line-height: 2;
}
.shiPic {display:block; justify-content: space-between; margin-top: 15px; }
.shiPic .left {width: 100%; float: left;}
.shiPic .left img {display: none;}
.shiPic .left .desc {position: relative; margin-bottom: 15px;}

.shiPic .right {width: 100%; float: left; margin-bottom: 25px;}
.slTit b{
    font-size: 1rem;
   
    
}

.teamListShare li .pic{
    border: 2px solid #bc0003;
    border-radius: 100%;
    overflow: hidden;
    background: #ffffff;
    width:100px;
    height:100px;
}


.daoShiElse{
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 35px;
    

}

.daoShiElse .swiper-slide{
    width: 100%;
   
   
}

.daoShiElse .swiper-slide:nth-child(2n){
    margin-right: 0;
}

.daoShiElse .swiper-slide img{
    height: auto;
   
}

.daoShiElse .desc{
    height: 160px;
    background: #f5f5f5;
    
}
.daoShiElse .desc p{
    font-size: .7rem;
}


.daoShiElse .swiper-button-next {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    right: 50%;
    bottom: 0px;
    left: auto;
    background: url(../images/img2/left.jpg) no-repeat;
    color: #ffffff;
    background-size: contain;
    top: auto;
}



.daoShiElse .swiper-button-prev {
    background: url(../images/img2/right.jpg) no-repeat;
    color: #ffffff;
    border-radius: 50%;
    background-size: contain;
    width: 31px;
    height: 31px;
    right:40%;
    bottom: 0px;
    left: auto;
    top: auto;
}

.daoShiElse .desc span a{
    display: inline-block;
    border: 1px solid #727272;
    padding: 3px  10px;
    margin-top: 15px;
    margin-right: 15px;
    font-size: .7rem;
    margin-bottom: 15px;
}






.guLink{
  
    margin-top: 10px;
     flex-wrap: wrap;
}

.guLink .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.guLink .video{
    width: 100%;
}
.guLink .list a{
    width: 30%;
    margin-right: 5%;
}
.guLink .list a img{
    width: 100%;
}
.guLink .list a:nth-child(3n)
{
    margin-right: 0;
}

.fangAnList ul li{
    width: 48%;
    position: relative;
    margin-top: 25px;
}
.fangAnList ul li span{
    position: absolute;
    width: 15px;
    height: 100%;
    top: 10px;
    right: 10px;
    display: block;
    font-size: .7rem;
    z-index: 3;
}



.huaaRen{
    background: url(../images/img2/xuebg.jpg) center top no-repeat;
    background-size: cover;
    padding: 55px 0;
    margin-top: 100px;
    overflow: hidden;
  
}

.huaaRen .list{
    width: 100%;
    margin: 50px auto;
 
}
.huaaRen .list .left{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
   
}
.huaaRen .list .left img{
    width: 47%;
}
.huaaRen .list .left p{
    position:static;
    width: 47%;
    display: block;

  
}
.huaaRen .list .left p img{
    width: 100%;
}


.huaaRen .list .right {

   width: 100%;
}


.huaaRen .list .right span{

    font-size: 2rem;

    padding-bottom: 15px;
}
.huaaRen .list .right span::after{
    position: absolute;
    content: '';
    height: 1px;
    background: #808080;
    width: 15%;
    bottom: 0px;
    left: 0;
}
.huaaRen .list .right p{
    font-size: 1rem;
    line-height: 2;
    color: gray;
}
.huaaRen .list .right em{
    font-size: 12px;
    line-height: 2;
    color: gray;
    text-align: right;
    display: block;
}
.huaaRen .list .right a{
    display: inline-block;
     float: right;
     border: 1px solid #808080;
     padding: 5px 10px;
     margin-top: 15px;

}

.selectYear{
    margin-top: 10px;
}
.zhuanLan dt p {font-size: 14px; margin: 3%; line-height: 1.5; min-height: 84px; }

.zhuanLan .swiper-scrollbar{display: none;}


}



@media all and (max-width: 320px) {

.teamListShare li .pic{
    border: 2px solid #bc0003;
    border-radius: 100%;
    overflow: hidden;
    background: #ffffff;
    width:80px;
    height:80px;
}
 

}