

.step4{
    background: #f7f7f7;
    padding: 160px 0;
}
.step4 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.step4 ul li{
    margin: 0  15px;
    background: #ffffff;
    box-shadow:0px 0px 10px 0px #cccccc;
    width: 18%;
    padding: 25px;
    display: flex;
    border-radius: 5px;
}

.step4 ul li p {
   display: block;
   text-align: center;
}
.step4 ul li p  span{
   display: block;
   font-size:18px;
   text-align: left;
   margin-left:5px
}


.step4 ul li p img{
    max-width: 100%;
}

.jiLi{
    background: url(../images/img5/bg2.jpg) center top no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.bannerOther2 .pf {position: absolute;left: 0;right: 0;top: 0;display: flex;align-items: center;justify-content: center;height: 100%;}
.aboutTit1 {display: flex;justify-content: center;}
.aboutTit1 dl {text-align: center;}
.aboutTit1 h1{line-height:2;color: #fff; font-weight: normal; position: relative;text-align: center;display:inline-block;margin: 0px auto;padding-bottom: 5px; margin-bottom: 20px;}
.aboutTit1 h1::after{position: absolute;content: '';height: 1px;border-bottom: 2px solid #fff;bottom: 0px;left: 36%;width: 50%;}
.aboutTit1 p {font-size: 18px;line-height: 26px; color: #fff;}
.aboutTit1 a.experience2{ margin-top: 20px;display: inline-block;width:206px;height:48px;background:linear-gradient(0deg,rgba(86,187,244,1),rgba(255,255,255,1),rgba(193,238,255,1));border:1px solid rgba(103,77,213,1);box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1);border-radius:30px;}
.fontExperience2 {height: 20px;font-size: 20px;font-weight: bold;color: rgba(15,30,152,1);line-height: 48px;}


.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 #c6000b;bottom: 0px;left: 50%;width: 25%;margin-left: -25%;}


.jiLi ul{
    display: flex; margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jiLi ul li{
    margin-top: 65px;
}
.jiLi li .box {
    background: #ffffff;
    border-radius: 5px;
    padding-bottom: 25px;
    margin-top: 30px;
    height: 280px;
}
.jiLi li .box span{
    display: block;
    position: relative;
    background: #efefef;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 25px;
    font-size: 18px;
}

.jiLi li .pic{
    display: flex;
    justify-content: center;
}
.jiLi li .pic img{
    width: 30%;
}
.jiLi li span  b{

    position:absolute;top:103%;left:50%;
    margin-left: -17px;
    width: 0;height: 0;border-width:15px;
    border-style: solid dashed dashed;
    border-color: #efefef transparent transparent;
    margin-top: -2px;
   
}

.jiLi li .box p{
    display: block;
    text-align: center;
    line-height: 2.5;
    font-size: 15px;
}

.jiLi li:hover .box{
    background: #ffffff;
   
}


.jiLi li:hover .box span{
    background: #c90d17; color: #ffffff;
   
}
.jiLi li:hover .box span b{
    border-color: #c90d17 transparent transparent;
}

.jiLi li .pic img.show{
    display: block;
}
.jiLi li .pic img.hide{
    display: none;
}

.jiLi li:hover .pic img.show{
    display: none;
}

.jiLi li:hover .pic img.hide{
    display: block;
}

a.link22{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    background: #c6000b;
    margin: 35px auto;
}

.huHang{
    padding: 100px 0;
 
}
.huHang ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 100px;
}
.huHang ul li{
    width: 20%;
    position: relative;
}
.huHang ul li::after{
    content: '';
    position: absolute;
    background: url(../images/img5/jt.jpg) no-repeat;
    background-size: 100% auto;
    width: 65px;
    height:46px ;
    left: 100%;
    top: 50%;
}
.huHang ul li:nth-last-child(1)::after{
    background: none;
}

.huHang ul li img{
    width: 100%;
}
.huHang ul li .descTop{
    width: 70%;
    margin: 0px auto;
    position: relative;

}
.huHang ul li .descTop div{
    position: absolute;
    left: 0;top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huHang ul li .descTop div p{
    padding: 0 10%;
}


.huHang img.show{
    display: block;
}
.huHang img.hide{
    display: none;
}

.huHang ul li .descBottom{
    background: #f2f2f2;
    border-radius: 70%;
    width: 100%;
    font-size: 15px;
    padding: 25px 0;
}
.huHang ul li .descBottom em{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
}

.huHang ul li .descBottom div{
    padding: 0 20%;
    line-height: 1.6;
    text-align: center;
}
.huHang ul li .tits{
    text-align: center;
    font-size: 20px;
    line-height: 2;

}
.huHang ul li:hover  img.show{
    display: none;
}

.huHang ul li:hover  img.hide{
    display: block;
}

.huHang ul li:hover  .descTop{
    color: #ffffff;
}

.ad{
    background: url(../images/img5/bg3.jpg) center top no-repeat;
    height: 586px;
    position: relative;
}
.ad div{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad div a{
    margin-top: 15px;
}
.znt{
    background: #eeeeee;
    padding: 35px 0;
}
.znt .container{
    width: 90%;
    margin: 0px auto;
}
.znt-list{
    position: relative;
    margin-top: 100px;
}

.znt-list .swiper{
    width: 100%;
    height: 100%;
}
.znt-list .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
}
.znt-list .swiper .swiper-slide{
    background: #ffffff;
    width: 30%;
    border-radius: 10px;
    padding-bottom: 25px;
    box-shadow:0px 0px 10px 0px #cccccc;
}
.znt-list .swiper .swiper-slide.cur{
    margin-top: -35px;
}
.znt-list .swiper .swiper-slide .pic{
    width: 50%;
    margin: 10px  auto;
    position: relative;
}
.znt-list .swiper .swiper-slide img.bg{
    width: 100%;
}

.znt-list .swiper .swiper-slide .pic p{
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96%;
    

}
.znt-list .swiper .swiper-slide .pic p span{
display:block;
overflow:hidden;
width:120px;
margin:5px auto;
border-radius: 100%;
height:120px;

}


.znt-list .swiper .swiper-slide .pic p img{
    width: 100%;
    display: block; 
    
}
.znt-list .swiper .swiper-slide em{
    display: block;
    text-align: center;
    font-size: 18px; font-weight: 600;
    line-height: 2;
    margin-top: -15px;
}
.znt-list .swiper .swiper-slide span{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 2;

}



.znt-list .swiper .swiper-slide .desc{
    width: 80%; min-height: 168px;
    margin: 10px auto;
    line-height: 1.5;
    color: #787878;
    font-size: 16px;
}

.znt-list .swiper .swiper-slide img.hide{
    display: none;
}
.znt-list .swiper .swiper-slide img.show{
    display: block;
}
.znt-list .swiper .swiper-slide:hover img.show{
    display: none;
}
.znt-list .swiper .swiper-slide:hover img.hide{
    display: block;
}

.contacts{
    background: url(../images/img5/cbgs.jpg) center top no-repeat;
    background-size: 100% auto;
    padding: 55px 0;
}

.contacts  ul{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width: 89%;
    margin: 0px auto;
}
.contacts  ul li{
    width: 48%;
    margin-top: 55px;
}
.contacts  ul li p:nth-child(1){
    font-size: 23px;
    line-height: 2;
}

.contacts  ul li p:nth-child(2){width: 90%;
    font-size: 18px;
    line-height: 2;
    display: block;
    padding-left: 15px;

    margin-left: 8px;
}
.contacts  ul li:hover p:nth-child(2){
    background: url(../images/img5/jt2.png) left 8px no-repeat;
 
}
.contacts  ul li:hover p:nth-child(1){
color:#c90d17
}

.form{
    width: 80%;
    margin: 20px  auto;
    display: flex;
    justify-content: space-between;

}
.contactbg{
    background: #fbfbfb;
    padding: 100px 0;
}

.form .left{
    width: 50%;
    background: #ffffff;
    border-radius: 15px 0 0 15px;
    box-shadow:0px 0px 10px 0px #cccccc;
}
.form .right{
    width: 50%;
}
.form .right img{
    display: block;
    border-radius: 0 15px 15px 0;
}

.form2{
    width: 60%;
    margin: 0px auto;

}
.form2 .tit{
    font-size: 18px;
    line-height: 3;
}

.form2 .input{
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.form2 .input p{
    margin-left: 10px;

    display: flex;
    align-items: center;
    font-size: 18px;
    color: #787878;
    
}
.form2 .input p img{
    margin-right: 10px;
}

.form2 .input input{
    width: 63%;

    height: 100%;
}
a.submit{
    background: #d1333c;
    padding: 5px 35px;
}
.fanKui{
    font-size: 12px;
    color: #787878;
    margin-top: 55px;
}
.contacts.fenGong{
    background: url(../images/img5/cbg.jpg) center bottom no-repeat #f7f8f9;
    background-size: cover;
    padding: 10px 0;
    padding-bottom: 55px;

}
.speaker{
    background: #f8f8f8;
    padding-bottom: 35px;
    overflow: hidden;
}
.lunTanTit{
    color: #940930;
    font-size: 33px;
    text-align: center;
    line-height: 2;
    margin: 35px 0;
    font-weight: bold;
}
.speaker li{
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.speaker li:nth-child(4n){
    margin-right: 0;
}

.speaker li img{
    width: 100%;
    display: block;
    max-height: 339px;
}

.speaker li  p{
    line-height: 3;
    text-align: center;
    font-size: 18px;
}

.lunTanlist{
    width: 100%;
    position: relative;
    background: url(../images/img5/bc.jpg) bottom  repeat-x;

}

.lunTanlist .swiper{
    width: 100%;
    height: 100%;
    padding-bottom: 105px;
}
.lunTanlist .swiper .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.lunTanlist .swiper-slide{
    width: 19%;
    background: #940930;
}
.lunTanlist .swiper-slide img{
    display: block;
    width: 100%;
}
.lunTanlist .swiper-slide .box{
    width: 90%;
    margin: 10px auto;
}
.lunTanlist .swiper-slide .box span{
    text-align: center;
    display: block;
    line-height: 3;
    font-size: 19px;
    color: #ffffff;
}
.lunTanlist .swiper-slide .box .con{
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
    padding-bottom: 10px;
}

.lunTanlist .swiper-slide b{
    position:absolute;top:100%;
    width: 0;height: 0;border-width:20px;
    border-style: solid dashed dashed;
    border-color: #940930 transparent transparent;
    left: 45%;
  
}

.huiGu{
    background: #f8f8f8;
    padding: 35px 0;
 

}
.huiGuList{

    display: flex;
    width: 67%;
    margin: 35px auto;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow:0px 0px 10px 0px #cccccc;
    padding: 2%;
}






.huiGuList .huiLeft{
    width: 20%;
    

}

.huiGuList .swiper{
    width: 100%;
    height: 100%;
   

}




.huiGuList .swiper-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;

    flex-flow: column;
    justify-content: space-between;
 

} 

.huiGuList .swiper-slide {
    width:90%; height: 100%;
     text-align: center;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #fcf4f5;
     height: 24%;
 } 
.huiGuList .swiper-slide.swiper-slide-active{
    background: #9e0a2d;
    color: #ffffff;
}
.huiGuList .swiper-slide.swiper-slide-active b{
   display: block;
}

 

 .huiGuList .swiper-slide b{

    position:absolute;top:41%;left:100%;
   
    width: 0;height: 0;border-width:20px;
   
    border-style: solid dashed dashed;
   
    border-color: #9e0a2d transparent transparent;
    transform:rotate(270deg);
    display: none;
   
}






 .huiGuList .swiper-slide p:nth-child(1){
     font-size: 18px;
     line-height: 2;

 }


.huiRight2{
   
    width: 100%;

}

 .huiGuList  .huiRight{
     width: 78%;
     position: relative;
     height: 640px;
     overflow: hidden;
     
}
.huiGuList  .huiRight .list{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-transition:all .1s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .4s;
    overflow: hidden;
    position: absolute;
    top: 100000px;
}
.huiGuList  .huiRight .list.on{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
position:static;
    top: 0;
}






.huiRight img{
    width: 100%;
}

.huiRight a:nth-child(1){
    width: 100%;
}

.huiRight a:nth-child(2){
    width: 49%;
    margin-top: 10px;
}
.huiRight a:nth-child(3){
    width: 49%;
    margin-top: 10px;
}

@media screen and (max-width: 1600px) {
.huHang ul li .descBottom div {padding: 0 16%;line-height: 1.6;text-align: center;}
.jiLi {padding: 50px 0;}
.huHang ul li .descTop {width: 100%;margin: 0px auto;position: relative;}
a.link22 {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    background: #c6000b;
	margin: -10px auto;
}
}
@media screen and (max-width: 768px) {
	.aboutTit1 h1{ font-size: 1.125rem;line-height:2; padding-bottom: 5px; margin-bottom:0.625rem;}
	.aboutTit1 p {font-size: 0.75rem;line-height: 20px; color: #fff;}
	.aboutTit1 a.experience2{ margin-top: 10px;width:45%;height:35px;}
	.fontExperience2 {height: 35px;font-size: 14px;line-height: 35px;}
	
	
	
    .keHuCon{
      background: none;
      padding-top: 1rem;
    }
   .keHufex{
       display: none;
   }
    .aboutTit h1{
        font-size: 1.4rem;
      
    }

    .step4{
        background: #f7f7f7;
        padding: 2rem 0;
    }

    .step4 ul li{
        margin: 0  .2rem;
        width: 90%;
        padding: .8rem;
        border-radius: .3rem;
        margin-top: .5rem;
    }

    .step4 ul li p  span{
        font-size: 1rem;

    }

.jiLi{
    padding: 1rem 0;
}

    .jiLi ul li{
        margin-top: 1rem;
        width: 48%;
    }
    .jiLi li .box {
        background: #ffffff;
        border-radius: .3125rem;
        padding-bottom: .5rem;
        margin-top: .8rem;
        height: 14rem;
    }
    .jiLi li .box span{
  
        padding: .8rem 0;
        margin-bottom:.8rem;
        font-size: .8rem;
    }
    

    .jiLi li .pic img{
        width: 30%;
    }
    .jiLi li span  b{
    
        position:absolute;top:103%;left:50%;
        margin-left: -.8rem;
        width: 0;height: 0;border-width:.8rem;
        border-style: solid dashed dashed;
        border-color: #efefef transparent transparent;
        margin-top: -2px;
       
    }
    
    .jiLi li .box p{
        display: block;
        text-align: center;
        line-height: 2.5;
        font-size: .7rem;
    }
    
a.link22 {margin-top: 17px; background: #ffffff; color:#c6000b; }





    .huHang{
        padding: 5rem 0;
     
    }
    .huHang ul{
  
        margin-top: 3rem;
    }
    .huHang ul li{
        width: 100%;
        position: relative;
        margin-bottom: 5rem;
    }
    .huHang ul li::after{
        background: none;
        display: none;
    }

    
    .huHang ul li img{
        width: 100%;
    }
    .huHang ul li .descTop{
        width: 80%;
        margin: 0px auto;
        position: relative;
    
    }
    .huHang ul li .descTop div{
        position: absolute;
        left: 0;top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .huHang ul li .descTop div p{
        padding: 0 10%;
        font-size: .7rem;
    }
    
    
    .huHang img.show{
        display: block;
    }
    .huHang img.hide{
        display: none;
    }
    
    .huHang ul li .descBottom{

        font-size: .7rem;
        padding: 1.5rem 0;
        width: 80%;
        margin: 0px auto;
    }
    .huHang ul li .descBottom em{

        font-size: 1rem;
        line-height: 2.5;
    }

    .huHang ul li .tits{
        text-align: center;
        font-size: 1.1rem;
        line-height: 2;
    
    }

    


    .znt{
        background: #eeeeee;
        padding: 1rem 0;
    }
    .znt .container{
        width: 100%;
        margin: 0px auto;
    }
    .znt-list{
        position: relative;
        margin: 1rem;
    }
    .znt-list .swiper .swiper-slide em{

        font-size: .95rem;
        margin-top: 0;
    }
    .znt-list .swiper .swiper-slide span{
  
        font-size: .8rem;
    
    }
    
    
    
    .znt-list .swiper .swiper-slide .desc{
        width: 80%; min-height:auto;
        line-height: 1.5;
        font-size: .85rem;
    }
    

.ad a{
        width: 30%;
}
.ad img{
    width: 100%;
}

.ad{
    background: url(../images/img5/bg3.jpg) center top no-repeat;
    height: 18rem;
    position: relative;
    background-size: cover;
}



.contactbg{
    background: #fbfbfb;
    padding: 1rem 0;
}
.form{
    width: 95%;
}
.form .left{
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    box-shadow:0px 0px 10px 0px #cccccc;
    padding-bottom: 1rem;
}
.form .right{
    width: 50%;
    display: none;
}

.form2{
    width:95%;
    margin: 0px auto;

}
.form2 .tit{
    font-size: 1rem;
    line-height: 3;
}

.form2 .input{
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .9rem;
}

.form2 .input p{
    margin-left: .625rem;

    display: flex;
    align-items: center;
    font-size: .7rem;
    color: #787878;

    height: 100%;
    width: 30%;
    
}
.form2 .input p img{
    margin-right: .325rem;
}

.form2 .input input{
    width: 63%;

    height: 100%;
}
a.submit{
    background: #d1333c;
    padding: 5px 35px;
}
.fanKui{
    font-size: .7rem;
    color: #787878;
    margin-top: 2rem;
}
.form2 .input p img{
    width: 20%;
}

.contacts{

    padding: 1rem 0;
}

.contacts  ul{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
}
.contacts  ul li{
    width: 100%;
    margin-top: .875rem;
}
.contacts  ul li p:nth-child(1){
    font-size: 1rem;
    line-height: 2;
}

.contacts  ul li p:nth-child(2){
    font-size: .8rem;
    line-height: 2;
    display: block;
    padding-left: .9rem;

    margin-left: 8px;
}
.contacts  ul li:hover p:nth-child(2){background: url(../images/img5/jt2.png) left .1rem no-repeat; }


.huiGuList .huiLeft{
    width: 100%;
    

}

.huiGuList .swiper{
    width: 100%;
    height: 100%;
   

}

.huiGuList{

    display: flex;
    width: 100%;
    margin: 2rem auto;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow:0px 0px 10px 0px #cccccc;
    padding: 0%;
}
.huiGuList .swiper-slide {
    width:30%; 
     height: 80%;
 } 
 .huiGuList .swiper-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;

    flex-flow:row;
    justify-content: space-between;

} 
.huiGuList .swiper-slide p:nth-child(1){
    font-size: .7rem;

}
.huiGuList .swiper-slide p:nth-child(2){
    font-size: .7rem;

}

.huiGuList  .huiRight{
    width: 100%;
    overflow: hidden;
    height: 340px;
    position: relative;
    margin-top: 1rem;  
}


.huiGuList .swiper-slide b{

    position:absolute;top:99.5%;left:45%;
   
    width: 0;height: 0;border-width:10px;
   
    border-style: solid dashed dashed;
   
    border-color: #9e0a2d transparent transparent;
    transform:rotate(360deg);
    display: none;
   
}


.huiGuList .swiper-wrapper {
   
    padding-bottom: 35px;

} 


.znt-list .swiper .swiper-slide .pic p span{
display:block;
overflow:hidden;
width:60px;
margin:5px auto;
border-radius: 100%;
height:60px;

}





    
}
@media screen and (max-width: 320px) {
.znt-list .swiper .swiper-slide .pic p span{
display:block;
overflow:hidden;
width:40px;
margin:5px auto;
border-radius: 100%;
height:40px;

}



}
   