.container{
  margin:0 auto;max-width:1200px;width: 94%;
  
}
.pc{
  display: block !important;
}
.wrap{
  display: none !important;
}

header{
  position: absolute;
  z-index: 99;
  left: 0;right: 0;top: 0;
  background: rgba(31, 31, 31, .5);
  border-bottom: 1px solid #965117;
}
.wrapNav{
  display: none;
}
.headTop{
  height: 114px;

}
.logo {
  height: 100%;
  border-right: 1px solid #965117;
  float: left;
  width: 168px;
}
.logo i{
  float: left;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  display: flex;
  align-items: center;


}
.logo img{
  max-width: 100%;
}

.headTop .tel2{
  float: right;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  margin-right: .4rem;
}
.headTop .tel2 img{
  width: 33px;
}
.headTop .tel2 p{
  float: right;
  color: #ffffff;
  font-size: 22px;margin-left: 10px;
}

.headTop .tel{
  float: right;
  height: 100%;
  border-left: 1px solid #965117;
  padding-left: 20px;
  position: relative;
}
.headTop .tel .wz{
  position: absolute;
  left: 20px;top: 10px;
}
.headTop .tel .wz a{
  color: #ffffff;
}
.headTop .tel .box{
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  display: flex;
  align-items: center;
}

.headTop .tel i{
  display: inline-block;
  width: 42px;height: 42px;
  background: #ffffff;
  border-radius: 50%;
  background-image: url(../images/ico_tel.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.headTop .desc{
  margin-right: 10px;
  text-align: left;
  background-image: url(../images/ico-tel.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 10px;
  
}
.headTop .desc p a{

  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.5;

}
.headTop .desc h3{
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  
}





.menu{
  height: 50px;
  float: left;
  width: calc(100% - 400px);
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.menu ul{
  height: 100%;
  width: 100%;
  padding: 0 25px;


}
.menu li{
  float: left;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
}

.menu li.item{

  width: calc(100% /5);
  text-align: center;
  position: relative;
}
.menu li.item a{
  font-size: 16px;
  color:rgba(255, 255, 255, .8);
  display:inline-block;
  height: 100%;
  position: relative;text-transform: uppercase;
}
.menu li.item b{
  position:absolute;top:50%;right:5px;
  width: 0;height: 0;border-width:5px;
  border-style: solid dashed dashed;
  border-color: #ffffff transparent transparent;
  margin-top: -2px;
}





.menu li.on a{
  color: #bd6113;
}
.menu li a:hover {
  color: #bd6113;
}

.menu .item:after{content:" ";position:absolute;top:0;left:30%;width:40%;height:3px;border-radius:3px;background-color:#bd6113;-webkit-transition:all 250ms ease-out 0ms;transition:all 250ms ease-out 0ms;opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0)}
.menu .item:hover:after{-webkit-transform:none !important;transform:none !important;
    -webkit-transition:all 250ms ease-out 0ms;
    transition:all 250ms ease-out 0ms;opacity:1;visibility:visible
}
.menu .item.on:after{-webkit-transform:none !important;transform:none !important;
  -webkit-transition:all 250ms ease-out 0ms;
  transition:all 250ms ease-out 0ms;opacity:1;visibility:visible
}


.bannerHome{
  position: relative;
  z-index: 1;

}
.bannerHome .swiper-slide{
  width: 100%;
}
.bannerHome .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: cover; 
  display: block;
}
.otherBanner{
  width: 100%; 
}
.otherBanner img{
  text-align: center;

}
.otherBanner img{
  margin: 0  auto;display: block;
  object-fit: cover; 
}


.bannerHome .swiper-pagination-bullet{ 
  width:10px; height:10px; border-radius:50%; 
 background:#ffffff; opacity: 1;
 margin: 0 10px;
}
.bannerHome .swiper-pagination-bullet-active{ 
  width: 10px;
  height: 10px;
  background: #e7333f;
  border-radius: 5px;
  position: relative;
}
.bannerHome .swiper-pagination-bullet-active:after{
    content: '';position: absolute;
  width: 15px;
  height: 15px;
   border-radius: 50%;
  border:3px solid  #e7333f;
  left: 50%;top: 50%;
  margin-left: -10px; margin-top: -10px;
}


.bannerHome .swiper-pagination{
  bottom: 2%;width: auto;
  left: 50%;
  transform:translateX(-250%);
-webkit-transform:translateX(-250%);
}






.titMax{
  text-align: center;
  margin-top: 110px;
}
.titMax h1{
  font-size: 42px;
  color: #333333;
}
.titMax h1 span{
  color: #305e9b;
}
.titMax.white h1{
  color: #ffffff;
}
.titMax.white p{
  color: #ffffff;
}




.titMax p{
  font-size: 20px;
  color: #666666;
  margin-top:10px;
}
.titMax i{
  display: inline-block;
  position: relative;
  margin-top: 15px;
  width: 70px;
  text-align: center;
}

.titMax i::after{
  content: '';
  background: #305e9b;
  height: 2px;
  left:0;
  width: calc(50% - 9px);
  top: 50%;margin-top: -3px;
  position: absolute;
}
.titMax i::before{
  content: '';
  background: #305e9b;
  height: 2px;
  right:0;
  width: calc(50% - 9px);
  top: 50%;margin-top: -3px;
  position: absolute;
}

.titMax.white i::after{
  content: '';
  background: #ffffff;
  height: 2px;
  left:0;
  width: calc(50% - 9px);
  top: 50%;margin-top: -3px;
  position: absolute;
}
.titMax.white i::before{
  content: '';
  background: #ffffff;
  height: 2px;
  right:0;
  width: calc(50% - 9px);
  top: 50%;margin-top: -3px;
  position: absolute;
}






.plist{
  margin-top: 40px;
}
.plist li{
  float: left;
  width: calc(100%/3);
  position: relative;
  height: 404px;
}
.plist li.on::after{
  content: '';
  border: 1px solid #e7333f;
  width: calc(100% - 20px);
  left: 0px;top: 20px;
  z-index: 1;height: 100%;
  position: absolute;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
 
}
.plist li .box{
  position: relative;
  width: calc(100% - 20px);
  margin-left: 20px;
  z-index: 2;height: 100%;
  text-align: center;overflow: hidden;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}
.plist li .box .img{
  margin-top: 20px;display: inline-block;
  width: 36.4%;
}
.plist li .box .img img{
  width: 100%;display: block;
}
.plist li .box .title{
  margin-left: 20px;
  margin-right: 20px;
  background: #999999;
  margin-top: 30px;
  display: block;
  height: 35px;line-height: 35px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  font-size: 20px;color: #ffffff;text-align: center;
  padding: 0 10px;
}

.plist li.on  .box{
  background: #305e9b;
}
.plist li.on .title{
  background: #ffffff;color: #333333;
}

.plist li .desc{
  font-size: 16px;
  line-height: 1.6;
  width: 53%;
  margin: 0 auto;
  color: #666666;
  text-align: justify;
  margin-top: 10px;
  
}


.plist li.on .desc{
  color: #ffffff;
  
}


.bg-h{
  background: #f7f7f7;
  margin-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
.bg-h2{
  background: #f7f7f7;
  padding-bottom: 100px;
}



.zhuanye18{
  position: relative;
}
.zhuanye18 .img{
  width: 41.5%;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}

.zhuanye18 .img img{
  display: block;
  width: 100%;
}
.zhuanye18  .tu{
  width: 100px;
  height: 100px;
}
.zhuanye18  .tu .desc{
  display: none;
}


.zhuanye18  .tu .box{
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  position: relative;
  width: 100%;height: 100%;
}


.zhuanye18 .i1{
  position: absolute;
  left: 0;top: 5%;
}

.zhuanye18 .i2{
  position: absolute;
  left: -50px;top: 40%;
}
.zhuanye18 .i3{
  position: absolute;
  left: 0;top: 75%;
}


.zhuanye18 .i4{
  position: absolute;
  right: 0;top: 5%;
}

.zhuanye18 .i5{
  position: absolute;
  right: -50px;top: 40%;
}
.zhuanye18 .i6{
  position: absolute;
  right: 0;top: 75%;
}









.zhuanye18  img.as{
  display: none;
}
.zhuanye18  .tu img{
  width: 50%;
}
.zhuanye18  .tu:hover .a{
  display: none;
}
.zhuanye18  .tu:hover .as{
  display: inline-block;
}
.zhuanye18  .tu:hover .box{
  border: 1px solid #e7333f;
}

.wz{
  position: absolute;
}
.wz h1{
  color: #666666;
  font-size: 28px;
}
.wz p{
  color: #666666;
  font-size: 16px;
  margin-top: 5px;
}
.wz.on h1{
  color: #e7333f;
}
.wz.on p{
  color: #e7333f;
}

.wz4,.wz5,.wz6{
  text-align: right;
}



.rvcImg{
  position: relative;
  margin-top: 40px;

}
.rvcImg .swiper-container{
  padding-bottom: 10px;
}

.rvcImg .swiper-slide{

  padding-bottom: 10px;

}
.rvcImg .swiper-slide p{
  font-size: 20px;
  color:#333333;
  margin-top: 15px;
  text-align: center;
}
.rvcImg .swiper-slide i{
  display: flex;
  height: 297px;
  justify-content: center;
  align-items: center;  background: #e9e9e9;
  border-radius: 5px;
}
.rvcImg .swiper-slide img{
  max-width: 100%;
  max-height: 100%;display: block;
}

.rvcImg  .swiper-slide.swiper-slide-active  i{

   background: none;
}

.rvcImg  .swiper-slide.swiper-slide-active p{
  color:#305e9b 
   
}



.rvcImg  .swiper-button-next{
  background: #cccccc;
  width: 60px;
  height: 60px;
  transform:translateX(50%);
  -webkit-transform:translateX(50%);
  margin-top: -35px;
  border-radius: 50%;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
}
.rvcImg  .swiper-button-next:hover{
  background: #e7333f;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;

}

.rvcImg  .swiper-button-prev{
  width: 60px;
  background: #cccccc;
  height: 60px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  margin-top: -35px;
  border-radius: 50%;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;

}
.rvcImg  .swiper-button-prev:hover{
  background: #e7333f;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.more{
  text-align: center;
  margin-top: 40px;position: relative;z-index: 2;
}
.more a{
  display: inline-block;
  background: #e7333f;
  width: 140px;
  height: 40px;
  border-radius: 35px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
  
}
.more a p{
  display:inline-block;
  float: left;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  line-height: 1;

}
.more a i{
  display:inline-block;
  float: right;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.more a i img{
  display: block;
}



.szhBg{
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 828px;
  margin-top: 80px;
  overflow: hidden;
}
.szBox{
  position: relative;
  margin-top: 85px;
}
.szBox img.bg{
  display: block;width: 100%;
}

.szBox .box{
  width: 1.2rem;
  position: absolute;
  text-align: center;
}
.szBox .box .circle{
  width: 1.2rem;
  height: 1.2rem;;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.szBox .box .circle img{
  width: 40%;
}

.szBox .box .circle::after{
  content: '';
  background-image: url(../images/ico-sj.png);
  width: 10px;height: 11px;
  position: absolute;
  right: -.5rem;
}
.szBox .box .circle:hover::after{
  content: '';
  background-image: url(../images/ico-sjs.png);
  width: 10px;height: 11px;
  position: absolute;
  right: -.5rem;
}

.szBox .box.b7 .circle::after{
  display: none;
}
.szBox .box.b14 .circle::after{
  display: none;
}





.szBox .box .circle .a{
  display: inline-block;
}
.szBox .box .circle .as{
  display: none;
}
.szBox .box:hover .as{
  display:inline-block;
}

.szBox .box:hover .a{
  display:none;
}



.szBox .box p{
  margin-top: .15rem;
  font-size: .22rem;color: #666666;
}


.szBox .b1{
  position: absolute;
  left: 0;top: 0;
  margin-top: -.6rem;
}

.szBox .b2{
  position: absolute;
  left: 15%;top: 0;
  margin-top: -.6rem;
}
.szBox .b3{
  position: absolute;
  left: 30%;top: 0;
  margin-top: -.6rem;
}
.szBox .b4{
  position: absolute;
  left: 45%;top: 0;
  margin-top: -.6rem;
}
.szBox .b5{
  position: absolute;
  left: 60%;top: 0;
  margin-top: -.6rem;
}
.szBox .b6{
  position: absolute;
  left: 75%;top: 0;
  margin-top: -.6rem;
}
.szBox .b7{
  position: absolute;
  left: 90%;top: 0;
  margin-top: -.6rem;
}



.szBox .b8{
  position: absolute;
  left: 0;top:100%;
  margin-top: -.6rem;
}

.szBox .b9{
  position: absolute;
  left: 15%;top: 100%;
  margin-top: -.6rem;
}
.szBox .b10{
  position: absolute;
  left: 30%;top: 100%;
  margin-top: -.6rem;
}
.szBox .b11{
  position: absolute;
  left: 45%;top: 100%;
  margin-top: -.6rem;
}
.szBox .b12{
  position: absolute;
  left: 60%;top: 100%;
  margin-top: -.6rem;
}
.szBox .b13{
  position: absolute;
  left: 75%;top: 100%;
  margin-top: -.6rem;
}
.szBox .b14{
  position: absolute;
  left: 90%;top:  100%;
  margin-top: -.6rem;
}
.wrapbg{
  display: none;
}

.bg-2{
  background: #305e9b;
  padding: 150px 0;
}

.adBox{
  position: relative;
  background-image: url(../images/bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 141px;
  margin-top: -200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adBox.white{
  margin-top: -55px;
  position: relative;
  background-image: url(../images/bg-4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.adBox.white .desc h1{
  color: #ffffff;
}
.adBox.white .desc h1 span{
  color: #ffffff;
}

.adBox.white .desc p{
  color: #ffffff;
}

.adBox .desc h1{
  font-size: 24px;
  color: #333333;
  margin-top: 10px;
}
.adBox .desc  span{
  color: #305e9b;
}
.adBox .desc p{
  font-size: 20px;
}

.adBox .dlogo{
  display:inline-block;
  margin-left: 25px;
}
.adBox .search{
  border: 1px solid #e7333f;
  border-radius: 35px;
  height:40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 25px;
}

.adBox .search span{
  font-size: 22px;color: #e7333f;
  margin-left: 25px;
}
.adBox .search a{
  background: #e7333f;
  border-radius: 35px;
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  padding: 0  25px;line-height: 40px;
  margin-left: 25px;
}
.adBox.white .search {
  border: 1px solid #ffffff;
}
.adBox.white .search span{
  color: #ffffff;
}
.adBox.white .search a{
  background: #ffffff;
  font-size: 18px;
  color: #305e9b;
}

.adbanner{
  position: relative;
  margin-top: 30px;
}

.adbanner .swiper-container{
  max-width: 1050px;
  margin: 0 auto;
}

.adbanner .swiper-slide{

  background: #ffffff;
  border-radius: 195px;
  overflow: hidden;
  border: 2px solid #e7333f;
  position: relative;
}
.adbanner .swiper-slide img{
  display: block;width: 100%;
}
.adbanner .swiper-slide .img{
  width: 50%;
  float: left;
}

.adbanner .swiper-slide .box{
  position: absolute;
  width: 50%;right: 0;top: 0;bottom:  0;
}
.adbanner .swiper-slide .box .title{
  display: flex;
  justify-content: space-between;
}
.adbanner .swiper-slide .box2{
  float: left;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  margin: 0 25px ;
}
.adbanner .swiper-slide .box2 .title span{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #e7333f;
  padding-left: 10px;
}
.adbanner .swiper-slide .box2 .title span::after{
  content: '';
  background: #e7333f;
  width: 3px;height: 100%;
  position: absolute;
  left: 0;top: 0;
}

.adbanner .swiper-slide .box2 .title{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.adbanner .swiper-slide .box2 .title p{
  font-size: 23px;color: #000;
}
.adbanner .swiper-slide .box2 .title p em{
  font-size: 12px;color: #666666;
}
.adbanner .swiper-slide .box2 .desc{
  font-size: 18px;color: #333333;
  line-height: 1.6;
  margin-top: 12px;
}



.adbanner  .swiper-button-next{

  width: 25px;
  height: 25px;
  transform:translateX(50%);
  -webkit-transform:translateX(50%);
  margin-top: -17px;
  border-radius: 50%;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
}
.adbanner  .swiper-button-prev{
  width: 25px;
  background-size: contain;
  height: 25px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  margin-top: -17px;
  border-radius: 50%;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;

}




.xinBg{
  height: 103px;
  background-image: url(../images/bg-xian.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}


.adbannerSm{
  position: relative;
  height: 105px;
}
.adbannerSm .box{
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;overflow: hidden;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;

}
.adbannerSm .box .con{
  width: 90px;height: 90px;
  border-radius: 50%;margin-left: 5px;margin-top: 5px;
  background: #ffffff;
  display: flex;align-items: center;justify-content: center;
  position: relative;
}
.adbannerSm .box .con img{
  width: 50%;
}
.adbannerSm .box .con img.a{
  display: inline-block;
}
.adbannerSm .box .con img.as{
  display: none;
}


.adbannerSm .box.on  .con{
  background: #e7333f;
}
.adbannerSm .box.on  .con img.a{
  display: none;
}
.adbannerSm .box.on  .con img.as{
  display: inline-block;
}
.adbannerSm .box .con span{
  position: absolute;
  color: #666666;
  bottom: 1%;
  left: 0;right: 0;text-align: center;
  font-size: 12px;
}
.adbannerSm .box.on  .con span{
  color: #ffffff;
}




.adbannerSm .box1{

  left: 0;top: 0;
  transform:translateY(-20%);
  -webkit-transform:translateY(-20%);
}
.adbannerSm .box1.on{
  -webkit-transform: scale(1.1) translateY(-20%);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1) translateY(-20%);
 
}


.adbannerSm .box2{
  left: 20%;bottom: 0;  transform:translateY(50%);
  -webkit-transform:translateY(50%);
}

.adbannerSm .box2.on{
  -webkit-transform: scale(1.1) translateY(50%);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1) translateY(50%);
 
}


.adbannerSm .box3{
  left: 60%;top: 20%;
}
.adbannerSm .box3.on{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
 
}
.adbannerSm .box4{
  right: 0;bottom:  0;
  transform:translateY(50%);
  -webkit-transform:translateY(50%);
}

.adbannerSm .box4.on{
  -webkit-transform: scale(1.1) translateY(50%);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1) translateY(50%);
 
}



.bg-3{
  min-height: 998px;
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;overflow: hidden;
}

.event {
  position: relative;
  height: 80px;
  margin-top: 80px;

}
.event  .swiper-container {
  width: calc(100% - 220px);
  float: left;
  position: relative;
  height: 100%;
}
.event  .swiper-container::after{
  content: '';
  background: #929292;
  height: 1px;width: 100%;top: 50%;
  position: absolute;
  left: 0;
}
.event  .swiper-wrapper .swiper-slide{
  width: auto;
  position: relative;
  text-align: center;
  font-size: 16px;color: #333333;
} 

.event  .swiper-button-next{
  background: #cccccc;
  width: 44px;
  height: 44px;
  transform:translateX(50%);
  -webkit-transform:translateX(50%);
  margin-top: -22px;
  border-radius: 50%;
  background-image: url(../images/ico-left.png);
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;top: 50%;

  margin-right: 155px;
}
.event  .swiper-button-next:hover{
  background: #e7333f;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.event  .swiper-button-prev{
  width: 44px;
  background: #cccccc;
  height: 44px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  margin-top: -22px;
  top: 50%;
  border-radius: 50%;
  background-size: 40% auto;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: auto;right: 0;
  margin-right: 45px;
}
.event  .swiper-button-prev:hover{
  background: #e7333f;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.event .swiper-pagination{
  top: 50%;width: auto;
  left: auto;right: 0;
  color: #333333;
  font-size: 22px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);

}
.event   .swiper-slide.swiper-slide-active{
  color: #305e9b;
}

.event   .swiper-slide.swiper-slide-active::after{
  content: '';
  background: #305e9b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.eventList{
  overflow: hidden;
  margin-top: 50px;
}

.eventList .img{
  float: right;
  width: 655px;
}
.eventList .img img{
  width: 100%;
}
.eventList .leftm{
  float: left;
  width: calc(100% - 655px);
}

.eventList .title{
  position: relative;
}
.eventList .title::after{
  content: '';
  z-index: 1;
  position: absolute;
  height: 1px;
  background: #dddddd;
  width: calc(100% - 70px);
  top:50%;right: 0;

}
.eventList .title span{
  display: inline-block;
  font-size: 60px;color: #305e9b;
  position: relative;z-index: 2;

}
.eventList .title2{
  margin-top: 30px;
}
.eventList .title2 span{
  color: #333333;
  display: block;
  font-size: 24px;
}

.eventList .title2 p{
  color: #333333;
  display: block;
  font-size: 36px;
}
.eventList  .desc{
  margin-top: 35px;
}
.eventList  .desc h1{
  font-size: 24px;
  color: #333333;
}

.eventList  .desc p{
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}






.aboutBox{
  overflow: hidden;background-color: #ffffff;
  height: 490px;
  margin-top: 40px;
}
.aboutBox .img{
  float: left;width: 50%;
}
.aboutBox .img img{
  width: 100%;height: 490px;
}
.aboutBox .box{
  float: left;width: 50%;
  position: relative;height: 100%;

}
.aboutBox .box .con{
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  float: left;
  width: calc(100% - 80px);
  margin-left: 40px;
}
.aboutBox .box .con .title  h1{
  font-size: 36px;color: #305e9b;
}

.aboutBox .box .con .title  p{
  font-size: 18px;color: #666666;
  margin-top: 10px;
}

.aboutBox .box .con .desc{
  font-size: 16px;color: #333333;line-height: 1.8;
  margin-top: 35px;
}


.caseBg{
  background: #305e9b;
  overflow: hidden;
  padding-bottom: 100px;
}


.caseList{


}


.caseList li{
  display: inline-block;
  float: left;
  width: calc((100% - 40px)/3);
  margin-right: 20px;
  margin-top: 20px;
 
}
.caseList li:nth-last-child(1){
  margin-right: 0;
}
.caseList li .img  img{
  height: 265px;width: 100%;
  display: block;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}

.caseList li .title{
  height: 80px;
  background: #ffffff;
  line-height: 80px;
  padding-left: 20px;

}



.bgh{
/*  background: #f2f3f7;*/
  overflow: hidden;
}
.caseList2{
  margin: 50px 0;overflow: hidden;
}


.caseList2 li{
  display: inline-block;
  float: left;
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  margin-top: 30px;
 /* box-shadow:0px 0px 10px 0px #cccccc;*/
}
.caseList2 li:nth-child(3n){
  margin-right: 0;
}
.caseList2 li .img  img{
  width: 100%;
  display: block;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}

.caseList2 li .title{
  height: 80px;
  background:#f2f3f7;
  line-height: 80px;
  padding-left: 20px;
/*  background-image: url(../images/ico-jt1.png);*/
  background-repeat: no-repeat;
  background-position:  95% center;
  font-size:20px;
  font-weight:bold;

}

.caseList2 li:hover .title{
  height: 80px;
  background: #f2f3f7;
  line-height: 80px;
  padding-left: 20px;
/*  background-image: url(../images/jt1s.png);*/
  background-repeat: no-repeat;
  background-position:  95% center;

}

.caseList2 li .title2 {
    height: 80px;
    background: #f2f3f7;
    line-height:25px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size:16px;
}


.caseList li:hover .img img{
  height: 300px;
  margin-top: -35px;
}


.bg-5{
  background-image: url(../images/bg-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;overflow: hidden;
  padding-bottom: 150px;
}

.logoz{
  text-align: center;
  margin-top: 100px;
}

.tit2{
  text-align: center;
  margin-top: 40px;
}
.tit2 span{
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.tit2 p{
  font-size: 20px;
  line-height: 1.8;
}
.tit2 span::after{
  content: '';
  background: #e7333f;
  position: absolute;
  height: 2px;
  left: 30%;right: 30%;bottom: 0;
}

.tit3{
  text-align: center;
  margin-top: 30px;
}
.tit3 h1{
  font-size: 40px;color: #305e9b;
}

.tit3 p{
  color: #e7333f;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 3px;
}

.tit3 h3{
  font-size: 20px;color: #333333;
  margin-top: 20px;
}

.yzs{
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}

#dplayer2{
  display: none;
}
.video{
  margin-top: 40px;
}

.video img{
  display: block;
  width: 100%;
}
.video .tu{
  position: relative;
}
.video span{
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, .5);
  height: 50px;line-height: 50px;
  text-align: center;font-size: 16px;color: #333333;
  bottom: 0;left: 0;right: 0;
}
.video .tu a{
  display: flex;
  width: 100px;height: 100px;
  border-radius: 50%;
  background: rgba(204, 204, 204, .9);
  align-items: center;justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;

}
.video .tu a img{
  width:30%;
}




.rvcImg2{
  position: relative;
  margin-top: 40px;

}

.rvcImg2 .swiper-slide{
  background: #ffffff;
  padding: 20px;
}
.rvcImg2 .swiper-slide i{
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rvcImg2 .swiper-slide i img{
  max-width: 100%;
  max-height: 100%;
}
.rvcImg2 .swiper-slide p{
  text-align: center;
  font-size: 20px;
  border-top: 2px solid #cccccc;
  padding-top: 20px;
}


.rvcImg2  .swiper-button-next{
  background: #cccccc;
  width: 60px;
  height: 60px;
  transform:translateX(50%);
  -webkit-transform:translateX(50%);
  margin-top: -35px;
  border-radius: 50%;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
}
.rvcImg2  .swiper-button-next:hover{
  background: #e7333f;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;

}

.rvcImg2  .swiper-button-prev{
  width: 60px;
  background: #cccccc;
  height: 60px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  margin-top: -35px;
  border-radius: 50%;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;

}
.rvcImg2  .swiper-button-prev:hover{
  background: #e7333f;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.rvcImg2  .swiper-slide.swiper-slide-active {

  border-bottom: 2px solid #32609c;
}


.yinshua{
  position: relative;
  margin-bottom: 60px;
}
.yinshua  .swiper-button-next{
  background: #cccccc;
  width: 44px;
  height: 44px;
  transform:translateX(50%);
  -webkit-transform:translateX(50%);

  border-radius: 50%;
  background-image: url(../images/ico-left.png);
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;bottom:10px;top: auto;
  margin-right: 105px;
}
.yinshua  .swiper-button-next:hover{
  background: #e7333f;
  background-image: url(../images/ico-left.png);
  background-position: center center;
  background-repeat: no-repeat;

}

.yinshua  .swiper-button-prev{
  width: 44px;
  background: #cccccc;
  height: 44px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  bottom: 10px;top: auto;
  border-radius: 50%;
  background-size: 40% auto;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  left: auto;right: 0;
  margin-right: 0px;
}
.yinshua  .swiper-button-prev:hover{
  background: #e7333f;
  background-image: url(../images/ico-right.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.boxes {
  width: 100%;
  position:relative;
  margin-top: 50px;
}
.boxes .item {
  width: calc((100% - 30px)/3);
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

}
.boxes .item img{
  width: 100%;
  height:100%;
  margin-top: 15px;
}
.boxes .item:nth-child(1){
  left: 0;top: 0;
}


.boxes .item:nth-child(3){
  margin-right: 0;
}





.newsList{

  margin-top: 86px;
}
.newsList li {
	overflow: hidden;
  padding-bottom: 25px;
}
.newsList li .img{
	float: left;
	width: 530px;
}
.newsList li .img img{
	width: 100%;display: block;
}
.newsList li .box{
	width: calc(100% - 550px);
	float: right;
}
.newsList li .box .title{
	margin-top: 65px;
}
.newsList li .box .title a{
	font-size: 24px;color: #4f4f50;font-family: 黑体;
}
.newsList li .box .desc{
	font-size: 16px;color: #5a5959;
	line-height: 1.6;
	margin-top: 30px;
}
.newsList li .box .date{
	text-align: right;
	margin-top: 35px;
	font-size: 16px;color: #000000;
}
.newsList li .box .date span{
	font-size: 22px;
}






.customer{
  position: fixed;
  right: 0;top: 50%;
  margin-top: -200px;
  z-index: 2;
}

  
  
.customer .box{
  width: 70px;
  height: 70px;
  background: #414141;
  margin-bottom: 10px;
  position: relative;

}
.customer .box .box2{
  position: absolute;
  right: 0;top: 0;bottom: 0;
  background: #305e9b;color: #ffffff;
  -webkit-transition:all .9s;transition:all .9s;
 
  
}
.customer .box .box2{
  overflow: hidden;width: 0;
}
.customer .box .box2 .box3{
  padding-right: 75px;line-height: 70px;
  padding-left: 10px;
  position: relative;
}
.customer .box .box3 span{
  position: absolute;
  display: inline-block;
  width: 120px;
}

  
.customer .box i{
  display:flex;
  width: 70px;
  height: 70px;
  background: #414141;
  align-items: center;
  justify-content: center;
  position: relative;z-index: 2;
}
.customer .box:hover i{
  background: #305e9b;
}
.customer .box.back i{
  background: #babbbc;
}
.customer .box:hover .box2{
  width: 200px;
}

.customer .box2pic{
  position: absolute;
  width: 120px;right: 80px;top: 0;
  display: none;
}
.customer .box .box2pic img{
  width: 100%;
}
.customer .box:hover  .box2pic{
  display: block;
}









/*内页*/
.local{
  margin-top: 55px;overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.local .weizhi{
  float: left;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.local .weizhi h2{
  color:#404040;
  font-size: 22px;font-weight: 600;
}

.local .weizhi p{
  color: #bfbfbf;
  font-size: 14px;
  display: block;
  margin-top: 10px;  text-transform: uppercase
}
.local .weizhi::after{
  content: '';background: #404040;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;top: 0;
  
}

.local .navigation{
  float: right;
  color: #7f7f7f; font-size: 16px;
  margin-top: 35px;
  background: url(../images/ico-address.png)  left center no-repeat;
  padding-left: 25px;
}

.aboutBg{
  background-image: url(../images/JINDAINGUANGGAP.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.titMax2{
  text-align: center;
  margin-top: 120px;
}
.titMax2 span{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;font-size: 34px;font-weight: bold;color: #305e9b;
}
.titMax2 span::after{
  content: '';
  background: #305e9b;
  height: 1px;
  width: 60%;
  left: 20%;
  position: absolute;bottom: 0;
}
.titMax22 span{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;font-size: 34px;font-weight: bold;color: #0e0e0e;
}
.titMax22 span::after{
  content: '';
  background:#f8f8f9;
  height: 1px;
  width: 60%;
  left: 20%;
  position: absolute;bottom: 0;
}


.gsjj {
  margin-top: 0px;
  position: relative;
  width: 1200px;
  padding:25px 0;
  overflow: hidden;
  letter-spacing:2px;
  font-size:18px;
  line-height:1.8;
}
.gsjj .img{
  float: left;
  width: 625px;
  left: 0;
  z-index: 2;
  position: absolute;
/*  background-color: #32609c;*/
/*  top:95px;*/
}

.gsjj .img img{
/*  border-radius: 10px;*/
  width: 100%;display: block;
}

.gsjj .box{
  width:529px;
  position: relative;
  z-index: 1;
  float: right;
  background: #ffffff;
/*  box-shadow:0px 0px 10px 0px #cccccc;*/

/*  height:580px;*/
}
.gsjj .box .box2{
 padding-top:15px;
  float: right;


}

.gsjj .box .title{
  font-size: 27px;
  color: #404040;
  border-bottom: 1px solid #404040;
  padding-bottom: 15px;
  margin-top: 20px;
}

.gsjj .box .desc{
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  margin-top: 35px;
  letter-spacing:2px;
}







.leftBox{
	float: left;
	position: relative;
	z-index: 20;
	width: 254px;
	margin-top: 46px;
  background: #ffffff;
}
.tit2s1{background: #626262;text-align: center;font-size: 22px !important; color: #ffffff;font-size: 30px;height: 65px;line-height: 65px;border-radius: 5px 5px 0 0;}
.leftMenu li {height: 66px; line-height: 66px;font-size: 20px;color: #7f7f7f;font-weight: 600;padding-left: 25px;padding-right: 25px; border-bottom: 1px dashed #dddddd;text-align:center;}
.leftMenu li a {font-size: 16px;color: #7f7f7f;}
.leftMenu li:hover {color: #ec7109;}
.leftMenu li:hover a{color: #ec7109;}
.leftMenu li.on {font-weight:500;color: #ec7109;}
.leftMenu li.on a{font-weight:500;color: #ec7109;}


.lxwmBox{
	text-align: center;
	background: #fafafb;
	padding: 45px 0;
}
.lxwmBox img{
	display: inline-block;
}
.lxwmBox  p{
	font-size: 36px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #ee700a;
	margin-top: 15px;
}

.rightBox{
	float: right;
	width: calc(100% - 320px);
	margin-top: 46px;
}

.proList li{
	float: left;
width: calc((100% - 20px)/2);

	margin-right:20px;
	margin-bottom: 20px;
  text-align: center;display: inline-block;
  background: #ffffff;
  border-radius: 10px;
}
.proList li:nth-child(2n){
	margin-right: 0;
}

.proList li .title {height: 90px;background: #f5f5f5;display: flex;align-items: center;justify-content: space-between;}
.proList li .title a{font-size: 20px;color: #3c3c3d;margin-left: 25px;}
.proList li .title span{display:flex;width: 35px;height: 35px;background: #626262;border-radius: 50%;display: flex;align-items: center;margin-right: 25px;color: #ffffff;justify-content: center;font-weight: bold;}
.proList li:hover .title{height: 90px;background: #626262;display: flex;align-items: center;justify-content: space-between;}
.proList li:hover .title a{font-size: 20px;color: #ffffff;margin-left: 25px;}
.proList li:hover .title span{display:flex;width: 35px;height: 35px;background: #ffffff;border-radius: 50%;display: flex;align-items: center;margin-right: 25px;color: #6a3f2c;justify-content: center;font-weight: bold;}

.proList li .img{
/*  margin-top: 20px;*/ width:100%; height:370px;
}
.proList li .img img{
/*  margin-top: 20px;*/ width:100%; height:370px;
}
.ewm{
  text-align: center;
  margin: 15px;
}




.contact_left{
	float: left;
	width: 465px;
	position: relative;
	z-index: 20;
	margin-top: 86px;
  margin-bottom: 50px;
}

.contact_left .title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	margin-top: 35px;
}
.contact_left .title p{
	font-size: 24px;
	color: #333333;
	margin-left: 10px;font-family:黑体;
}

.contact_left .desc{
	font-size: 15px;
	color: #535353;
	line-height: 1.5;
	margin-top: 10px;
} 

.contact_left .pic{
	display: inline-block;
	text-align: center;
	line-height: 3;
	margin-top: 24px;font-size: 14px;
}
.contact_left .pic p{
line-height: 1;
}
.map{
  float: right;width: calc(100%  - 495px);	margin-top: 86px;
  margin-bottom: 80px;
}
/*.map img{
  width: 100%;
}*/
/*留言，底部*/

.form {
  margin-top:.5rem;
}
.form .row {
  height: .6rem;
}

.form .row  .col{
  float: left;
  height: .6rem;
  background: #ffffff;
  line-height: .6rem;
  box-shadow:0px 0px 5px 0px #cccccc;
  width: calc((100% - 40px)/2);
  position: relative;border-radius: 5px;
}
.form .row :nth-child(1){
  float: left;
}
.form .row :nth-child(2){
  float: right;
}

.form .row span{
  margin-left: .2rem;
  font-size: .18rem;
  display:flex;float: left;
  width: .4rem;
  height: 100%;position: relative;
  align-items: center;

}
.form .row .col span img.a{
  display: inline-block;
}
.form .row .col  span img.as{
  display: none;
}


.form .row .col.on{
  border: 1px solid #e7333f;
  box-shadow:0px 0px 0px 0px;
}
.form .row2 .col.on{
  border: 1px solid #e7333f;
  box-shadow:0px 0px 0px 0px;
}



.form .row input{
  margin-right: .2rem;
  font-size: .18rem;
  display: inline-block;float: left;
  width: calc(100% - .8rem);
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  border: 0;
  background: none;
}


.form .row2 {

  margin-top: .47rem;background: #ffffff;
  
}

.form .row2  .col{
  height: 1.6rem;
  box-shadow:0px 0px 5px 0px #cccccc;border-radius: 5px;overflow: hidden;

}
.form .row2  .col textarea{
  width: calc(100% - .7rem);
  float: left;height: 1.5rem;
  margin-top: 5px;border: 0;
}

.form .row2 span{
  margin-left: .2rem;
  font-size: .18rem;
  display: inline-block;float: left;
  width: .4rem;
  position: relative;margin-top: .1rem;

}

.form .row2 .col span img.a{
  display: inline-block;
}



.form .row2 .col.on textarea::-webkit-input-placeholder{
  color: #e7333f;
}
.form .row .col.on input::-webkit-input-placeholder{
  color: #e7333f;
}
.sumbit{
  text-align: center;
  margin-top: 30px;
}
.sumbit a{
  color: #ffffff;
  font-size: 18px;
  display: inline-block;background: #ec7109;
  width: 160px;height: 50px;text-align: center;line-height: 50px;
}
.sumbit .sub{
  color: #ffffff;
  font-size: 18px;
  display: inline-block;background: #ec7109;
  width: 160px;height: 50px;text-align: center;line-height: 50px;border: 0px;
}
.bg_5{
  background-image: url(../images/bg_5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
  margin-top:50px;
}






footer{
  background: #333231;
  overflow: hidden;
  padding: .5rem 0;
}
.logos2{
  display: none;
}

.foot_top{
  border-bottom: 1px solid rgba(255, 255, 255,.5);
  overflow: hidden;
  padding-bottom: 0rem;
}
.foot_top .logos{
  float: left;
  width: 203px;
}
.foot_top .logos img{
  width: 100%;
}
.foot_top .navs{
  float: right;
  width: calc(100% - 3.9rem);
  text-align: left;
  line-height: .76rem;
  margin-top: -15px;
}
.foot_top .navs a{
  font-size: 18px;
  color:#fbf9f9;
  margin-left: 12%;text-transform: uppercase;
}
.foot_top .navs a:nth-child(1){
  font-size: 18px;

  margin-left: 0rem;
}

.foot_bottom{
  display: flex;
  justify-content: space-between;
}

.foot_tel{
  margin-top: .7rem;
}
.foot_tel p{
  font-size: .22rem;
  color: rgba(255, 255, 255,.5);
}
.foot_tel  h1{
  font-size: .44rem;
  color:#ec7109;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-top: .1rem;
}

footer .address{
  float: left;
  font-size: 16px;
  color: rgba(255, 255, 255,.5);margin-top: .7rem;
}
footer .address p{
  margin-bottom: .1rem;
}

footer .code{
  display: flex;
  justify-content:space-between;
  width:25%;margin-top: .7rem;
}
footer .code .col{
  text-align: center;
  font-size: .16rem;
  color: #ffffff;
}
.copyright{
  background: #434343;
  height: .5rem;line-height: .5rem;
}
.copyright p{
  float: left;
  color: rgba(255, 255, 255,.5);
  display: inline-block;
  font-size: .16rem;
}
.copyright span{
  float: right;
  color: rgba(255, 255, 255,.5);
  display: inline-block;
  font-size: .16rem;
}
.foot_menu{
  display: none;
}
/*留言底部*/
/*页码*/
.page{
	border-top: 1px solid rgba(191, 191, 191,.5);
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page span{
	display:inline-block;
	position: relative;
	line-height: 53px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 15px;
	height: 53px;
	overflow: hidden;

}
.page span img{
	display: block;
}
.page span a{
	font-size: 22px;
	font-family:'Times New Roman', Times, serif
	;display: flex;
	justify-content: center;align-items: center;
	height: 100%;
}
.page span a:hover{
  color: #404040 !important;
}
.page span.on::after{
	content: '';
	background: #404040;
	position: absolute;
	top: 0px;left: 0;right: 0;
	height: 3px;
}
.page span:hover::after{
	content: '';
	background: #404040;
	position: absolute;
	top: 0px;left: 0;right: 0;
	height: 3px;
}
.page .on a{ color:#404040;}