.index-top{
  position: relative;
  height: 80px;
}
.index-top .it-box{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
.index-top .container{
  padding: 0;
  max-width: 1200px;
  height: 80px;
}
.index-top a.logo img{
  height: 47px;
}
.index-top a.menu-bar{
  display: none;
}
.index-top .it-navs ul li{
  margin-left: 50px;
  position: relative;
}
.index-top .it-navs ul li dl{
  display: none;
  padding-left: 20px;
  margin-bottom: 0;
}
.index-top .it-navs ul li dl dd a{
  color: #262626 !important;
}
.index-top .it-navs ul li dl dd:last-child{
  margin-bottom: 0;
}
.index-top .it-navs ul li.active:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 2px;
  background-color: #0071BE;
}
.index-top .it-navs ul li:first-child{
  margin-left: 0;
}
.index-top .it-navs ul li a{
  font-size: 14px;
  color: #262626;
}
.index-top .it-navs ul li.active a,
.index-top .it-navs ul li a:hover{
  color: #0071BE;
  text-decoration: none;
}
.index-top .contact{
  position: relative;
  padding-left: 14px;
  margin-left: 20px;
}
.index-top .contact:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  border-left: 1px solid #ccc;
}
.index-top .contact span{
  margin-left: 6px;
  font-size: 14px;
  color: #262626;
}
.index-top .it-second{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffa444;
}
.index-top .it-second ul{
  /* width: 1200px; */
  margin: 0 auto;
}
.index-top .it-second ul li a{
  padding: 0 24px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.index-top .it-second ul li a:hover{
  background-color: #f59025;
}
@media (max-width: 1200px) {
  .index-top .container{
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .index-top .it-navs{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
  }
  .index-top .it-navs ul{
    display: block;
    padding-left: 0;
    padding-bottom: 4px;
  }
  .index-top .it-navs ul li{
    margin-left: 0;
    padding: 6px 10px;
  }
  .index-top .it-navs ul li.active:after{
    bottom: 0;
  }
  .index-top .contact{
    padding-left: 0;
  }
  .index-top .contact:before{
    display: none;
  }
  .index-top a.menu-bar{
    margin-left: 12px;
    font-size: 18px;
    display: block;
    color: #16181B;
  }
}
@media (max-width: 768px) {
  .index-top{
    height: 50px;
  }
  .index-top .container{
    height: 50px;
  }
  .index-top a.logo img{
    height: 30px;
  }
}
@media (max-width: 374px) {
  .index-top a.logo img{
    height: 24px;
  }
}



.swiper-index .swiper-pagination-bullets{
  bottom: 25px !important;
}
.swiper-index .swiper-pagination-bullet{
  margin: 0 3px !important;
  width: 60px;
  height: 2px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 0;
}
.swiper-index .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}
.banner1{
  position: relative;
  padding: 0;
  max-width: 1200px;
  height: 450px;
}
.banner1 .words{
  transform: translateY(-10px);
  max-width: 468px;
}
.banner1 p.b{
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.banner1 p.d{
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.banner1 .read-more{
  margin-top: 40px;
  width: 114px;
  border: 1px solid #fff;
  height: 42px;
  font-size: 14px;
  color: #fff;
}
.banner1 img.right{
  right: 0;
}
@media (min-width: 1200px){
  .banner1 img.right{
    width: 40%;
    transform: translateY(-38%);
  }
}
@media (max-width: 1200px) {
  .banner1{
    padding: 0 10px;
    height: 52vw;
  }
  .banner1 .words{
    position: relative;
    z-index: 1;
  }
  .banner1 img.right{
    width: 52vw;
    right: 10px;
    z-index: 0;
  }
}
@media (max-width: 922px) {
  .banner1 .words{
    max-width: 48%;
  }
  .banner1 .words p.b{
    font-size: 32px;
  }
  .banner1 .words p.d{
    
  }
}
@media (max-width: 768px) {
  .banner1 .words{
    max-width: 58%;
    transform: none;
  }
  .banner1 img.right{
    width: 40vw;
  }
}
@media (max-width: 548px) {
  .banner1 .words p.b{
    margin-bottom: 4px;
    font-size: 16px;
  }
  .banner1 .words p.d{
    font-size: 12px;
    line-height: 20px;
  }
  .banner1 .read-more{
    margin-top: 12px;
    width: 100px;
    font-size: 12px;
    height: 32px;
  }
  .swiper-index .swiper-pagination-bullets{
    bottom: 10px !important;
  }
}
@media (max-width: 374px) {
  .banner1{
    height: 60vw;
  }
  .banner1 .words p.b{
    white-space: nowrap;
  }
}


.index-count{
  padding: 70px 0;
  background-color: #f6f6f6;
}
.index-count .ic-header{
  text-align: center;
}
.index-count .ic-header p{
  margin-bottom: 0;
}
.index-count .ic-header p.b{
  font-size: 24px;
  color: #282828;
  font-weight: 600;
}
.index-count .ic-header p.d{
  margin-top: 6px;
  font-size: 14px;
  color: #898989;
}
.index-count .ic-body{
  margin-top: 50px;
}
.index-count .ic-body ul{
  padding: 0;
}
.index-count .ic-body li{
  padding: 0 44px;
}
.index-count .ic-body li .num p{
  position: relative;
  margin: 0;
  font-size: 40px;
  color: #0071BE;
  font-weight: 600;
}
.index-count .ic-body li .num p:after{
  content: "+";
  position: absolute;
  right: -17px;
  top: 0;
  color: #0071BE;
  font-size: 24px;
}
.index-count .ic-body li label{
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  color: #424242;
}
@media (max-width: 768px) {
  .index-count .ic-body{
    margin-top: 30px;
  }
  .index-count .ic-body li{
    padding: 0 10px;
    text-align: center;
  }
  .index-count .ic-body li .num p{
    font-size: 26px;
  }
  .index-count .ic-body li label{
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 413px) {
  .index-count{
    padding: 30px 0;
  }
  .index-count .container{
    padding: 0 10px;
  }
  .index-count .ic-header p.b{
    font-size: 18px;
  }
  .index-count .ic-body{
    margin-top: 0;
  }
  .index-count .ic-body ul{
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .index-count .ic-body ul li{
    margin-top: 20px;
    width: 50%;
  }
  .index-count .ic-body li .num p{
    font-size: 24px;
  }
  .index-count .ic-body li label{
    height: 36px;
  }
}



.index-block .ib-header{
  text-align: center;
}
.index-block .ib-header h3{
  margin: 0;
}
.index-block .ib-header h3.e{
  font-size: 19px;
  color: #A7A7A7;
}
.index-block .ib-header h3 span{
  position: relative;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.index-block .ib-header h3 span:before,
.index-block .ib-header h3 span:after{
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D2D2D2;
}
.index-block .ib-header h3 span:before{
  left: -52px;
}
.index-block .ib-header h3 span:after{
  right: -52px;
}



.index-pros{
  padding: 54px 0 84px 0;
}
.index-pros .ib-body{
  margin-top: 44px;
}
.index-pros .container{
  max-width: 1200px;
}
.index-pros .nav-tabs{
  border-bottom: 0;
}
.index-pros .nav-tabs .nav-link{
  border: 1px solid #fff;
  padding: .78rem 1.75rem;
  font-size: 14px;
  color: #000;
  background-color: #f5f5f5;
}
.index-pros .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #0071be;
}
.index-pros .tab-content{
  margin-top: 44px;
}
.index-pros .row a{
  margin-bottom: 20px;
  text-decoration: none;
}
.index-pros .card{
  position: relative;
  border-radius: 0;
  border: none;
}
.index-pros .card .img-box{
  position: relative;
  z-index: 0;
  height: 234px;
  border: 1px solid #E5E5E5;
}
.index-pros .card .img-box img{
  max-width: 90%;
  max-height: 90%;
}
.index-pros .card .words{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  height: 234px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 113, 190, 0.9);
}
.index-pros .card .words p.t{
  margin-bottom: 0.6rem;
  font-size: 18px;
  font-weight: 600;
}
.index-pros .card .words p.d{
  padding: 0 32px;
  font-size: 14px;
  line-height: 20px;
}
.index-pros .card .card-body{
  padding: 0.8rem;
}
.index-pros .card .card-body h5{
  margin-bottom: 0;
  font-size: 16px;
  color: #313131;
  text-align: center;
  font-weight: 600;
}
.index-pros .row a:hover .card .words{
  display: flex;
}
.index-pros .row a:hover .card .card-body h5{
  color: #0071BE;
}
.index-pros a.read-more{
  text-decoration: none;
  margin: 20px auto 0;
  width: 288px;
  height: 52px;
  border-radius: 26px;
  font-size: 14px;
  color: #313131;
  border: 1px solid #d2d2d2;
}



.index-cases{
  padding: 80px 0 90px 0;
}
.index-cases .ib-body{
  position: relative;
  margin-top: 44px;
  padding: 0 64px;
}
.index-cases .swiper-slide{
  padding: 18px;
}
.index-cases .swiper-slide a{
  display: block;
  background-color: #fff;
  padding-bottom: 6px;
}
.index-cases .swiper-slide a .img-box{
  position: relative;
  padding-top: 85%;
  /* height: 340px; */
  overflow: hidden;
}
.index-cases .swiper-slide a .img-box:before,
.index-cases .swiper-slide a .img-box:after{
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 113, 190, 0.8);
}
.index-cases .swiper-slide a .img-box:before{
  z-index: 1;
  width: 100%;
  height: 100%;
}
.index-cases .swiper-slide a .img-box:after{
  z-index: 2;
  width: 72px;
  height: 72px;
  background: url(../images/plus-lg.png);
}
.index-cases .swiper-slide a .img-box img{
  z-index: 0;
  width: 100%;
}
.index-cases .swiper-slide a p{
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.index-cases .swiper-slide a:hover .img-box:before,
.index-cases .swiper-slide a:hover .img-box:after{
  opacity: 1;
}
.index-cases .swiper-slide a:hover p{
  color: #0071BE;
  text-decoration: none;
}
.index-cases .swiper-control{
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #ccc;
  z-index: 2;
}
.index-cases .swiper-control.prev{
  left: 40px;
}
.index-cases .swiper-control.next{
  right: 40px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .index-cases .swiper-control{
    top: 40%;
  }
  .index-cases .swiper-control.prev{
    left: 5px;
  }
  .index-cases .swiper-control.next{
    right: 5px;
  }
  .index-cases .ib-body{
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .index-cases .swiper-slide{
    padding: 0 5px;
  }
  .index-cases .ib-body{
    padding: 0 10px;
  }
}



.index-news{
  padding: 74px 0 85px;
}
.index-news .container{
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0;
}
.index-news .ib-body{
  margin-top: 36px;
}
.index-news .news-swiper{
  width: 574px;
  height: 460px;
  margin: 0;
}
.index-news .news-swiper .swiper-pagination{
  width: auto;
  left: initial;
  bottom: initial;
  top: 304px;
  right: 20px;
}
.index-news .news-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: #F6F6F6;
}
.index-news .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #0071BE;
}
.index-news .news-swiper .swiper-slide a.img-box{
  display: block;
  height: 332px;
  overflow: hidden;
}
.index-news .news-swiper .swiper-slide a.img-box img{
  width: 100%;
}
.index-news .news-swiper .swiper-slide .infos{
  padding-top: 24px;
}
.index-news .news-swiper .swiper-slide .infos p.tit{
  margin-bottom: 8px;
}
.index-news .news-swiper .swiper-slide .infos p.tit a{
  font-size: 16px;
  color: #282828;
  font-weight: 600;
}
.index-news .news-swiper .swiper-slide .infos p.des a{
  font-size: 14px;
  color: #898989;
  line-height: 20px;
}
.index-news .news-list{
  padding: 0;
  width: 599px;
}
.index-news .news-list .nl-slide{
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 14px 20px 14px 14px;
  box-shadow: 0px 2px 20px 0px rgba(205, 205, 205, 0.45);
}
.index-news .news-list .nl-slide:last-child{
  margin-bottom: 0;
}
.index-news .news-list .nl-slide .img-box{
  width: 135px;
  height: 111px;
  overflow: hidden;
}
.index-news .news-list .nl-slide .img-box img{
  width: 100%;
}
.index-news .news-list .nl-slide .infos{
  margin-left: 20px;
  flex: 1;
}
.index-news .news-list .nl-slide .infos p.tit{
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  line-height: 20px;
}
.index-news .news-list .nl-slide .infos p.desc{
  margin-top: 10px;
  font-size: 14px;
  color: #898989;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
}
.index-news .news-list .nl-slide .infos .date{
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 18px;
  color: #898989;
}
.index-news .news-list .nl-slide:hover .infos p.tit,
.index-news .news-list .nl-slide:hover .infos .date{
  color: #1A6498;
}
.index-news .rm-box{
  margin-top: 22px;
}
.rm-box{
  width: 100%;
}
.rm-box a{
  text-decoration: none;
  margin: 0 auto;
  width: 288px;
  height: 52px;
  border-radius: 26px;
  font-size: 14px;
  color: #313131;
  border: 1px solid #d2d2d2;
}
@media (max-width: 1200px) {
  .index-news .container{
    padding: 0 10px;
  }
  .index-news .news-list{
    margin-left: 10px;
    width: auto;
    flex: 1;
  }
}
@media (max-width: 1082px) {
  .index-news .news-swiper{
    width: 100%;
    height: auto;
  }
  .index-news .news-list{
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .index-news .news-list{
    width: 100%;
  }
  .index-news .news-swiper .swiper-slide a.img-box{
    height: auto;
  }
  .index-news .news-swiper .swiper-pagination{
    top: 47.5vw;
  }
  .index-news .news-list .nl-slide{
    align-items: flex-start;
    padding: 10px;
  }
  .index-news .news-list .nl-slide .infos{
    margin-left: 10px;
    flex: 1;
  }
  .index-news .news-list .nl-slide .img-box{
    width: 80px;
    height: 72px;
  }
}
@media (max-width: 413px) {
  .index-news .news-list .nl-slide .img-box{
    display: none;
  }
  .index-news .news-list .nl-slide .infos{
    margin-left: 0;
  }
}


.index-block .ib-header h3.e{
  margin-bottom: 2px;
}
.index-arts{
  background: url(../images/bg-art.jpg) top center no-repeat;
  height: 504px;
  padding: 90px 0 0;
}
.index-arts .ib-header h3.e,
.index-arts .ib-header h3 span{
  color: #fff;
}
.index-arts .container{
  max-width: 1200px;
  padding: 0;
}
.index-arts .ib-body{
  margin-top: 34px;
}
.index-arts .ia-list{
  display: flex;
}
.index-arts .ia-list .ia-slide{
  width: 386px;
  height: 164px;
  padding: 20px;
  border: 1px solid #ffa444;
  background-color: #ffa444;
}
.index-arts .ia-list .ia-slide .tit{
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}
.index-arts .ia-list .ia-slide .desc{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
}
.index-arts .ia-list .ia-slide a{
  font-size: 14px;
  color: #fff;
}
.index-arts .ia-list .ia-slide:hover{
  background-color: #0071BE;
  border-color: #0071BE;
}
.index-arts .ia-list .ia-slide:hover p,
.index-arts .ia-list .ia-slide:hover a{
  color: #fff;
}
.index-arts .ia-list .ia-slide:nth-child(2){
  margin: 0 20px;
}
.index-arts .rm-box{
  margin-top: 34px;
}
.index-arts .rm-box a{
  color: #fff;
}
@media (max-width: 1200px) {
  .index-arts .container{
    padding: 0 10px;
  }
  .index-arts .ia-list .ia-slide{
    width: calc((100% - 20px)/3);
  }
  .index-arts .ia-list .ia-slide:nth-child(2){
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .index-arts{
    padding-bottom: 40px;
    min-height: 504px;
    height: auto;
    background-color: #2b75aa;
  }
  .index-arts .ia-list{
    flex-wrap: wrap;
  }
  .index-arts .ia-list .ia-slide{
    width: 100%;
    height: auto;
  }
  .index-arts .ia-list .ia-slide:nth-child(2){
    margin: 0;
  }
  .index-arts .ia-list .ia-slide .desc{
    height: auto;
    max-height: 40px;
  }
}


.index-cus{
  padding: 72px 0 0;
  height: 497px;
  background: url(../images/bg-clients.jpg) top center no-repeat;
}
.index-cus .container{
  max-width: 1200px;
  padding: 0;
}
.index-cus ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 34px 0 0;
}
.index-cus ul li{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 215px;
  height: 98px;
  margin: 28px 15px 0;
  border: 1px solid #F6F6F6;
  box-shadow: 0px 1px 25px 2px rgba(172, 172, 172, 0.17);
  background-color: #fff;
}
.index-cus ul li img{
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 1200px) {
  .index-cus .container{
    padding: 0 10px;
  }
  .index-cus ul{
    padding: 20px 0 0;
    margin: 0 -5px;
  }
  .index-cus ul li{
    margin: 15px 5px 0;
    width: calc((100% - 50px)/5);
  }
}
@media (max-width: 850px) {
  .index-cus{
    height: auto;
    padding: 30px 0;
  }
  .index-cus ul li{
    margin: 15px 5px 0;
    width: calc((100% - 40px)/4);
  }
}
@media (max-width: 640px) {
  .index-cus{
    background: url(../images/bg-clients.jpg) repeat-y;
  }
  .index-cus ul li{
    margin: 15px 5px 0;
    width: calc((100% - 30px)/3);
  }
}


.index-halfs{
  display: flex;
}
.index-halfs .left{
  justify-content: flex-end;
  width: 50%;
  height: 294px;
  height: 230px;
  background-color: #0071be;
}
.index-halfs .right{
  width: 50%;
  height: 294px;
  height: 230px;
  background-color: #ffa444;
}
.index-halfs .box{
  position: relative;
  width: 600px;
  color: #fff;
}
.index-halfs .box img.ic{
  position: absolute;
  bottom: -47px;
}
.index-halfs .left .box img.ic{
  right: 54px;
}
.index-halfs .right .box img.ic{
  right: 0;
}
.index-halfs .right .box{
  padding-left: 42px;
}
.index-halfs h4{
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 32px;
}
.index-halfs p{
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 24px;
}
.index-halfs a{
  padding: 0 16px;
  color: #fff;
  height: 46px;
  width: 140px;
  font-size: 18px;
  border: 1px solid #fff;
  text-decoration: none;
}
.index-halfs a i{
  font-size: 24px;
}
@media (max-width: 1200px) {
  .index-halfs .left,
  .index-halfs .right{
    padding: 0 10px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .index-halfs .left .box{
    padding-left: 42px;
  }
}
@media (max-width: 768px) {
  .index-halfs{
    flex-wrap: wrap;
  }
  .index-halfs .left,
  .index-halfs .right{
    width: 100%;
  }
  .index-halfs .left .box,
  .index-halfs .right .box{
    width: 100%;
    padding-left: 10px;
  }
  .index-halfs .left .box img.ic{
    right: 0;
  }
}



.index-footer{
  background-color: #181818;
}
.index-footer .container{
  padding: 0;
  max-width: 1200px;
}
.index-footer .part01{
  padding-top: 46px;
}
.index-footer .part01 .contact-code{
  display: flex;
}
.index-footer .contact2 p.t{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #818385;
}
.index-footer .contact2 p.t i{
  font-size: 20px;
  margin-right: 2px;
  transform: rotate(-45deg);
}
.index-footer .contact2 p.v{
  margin-bottom: 0;
  font-size: 32px;
  color: #fff;
}
.index-footer .contact2 p.d{
  margin-bottom: 0;
  font-size: 14px;
  color: #BEBEBE;
}
.index-footer .code{
  margin-top: 6px;
  margin-left: 46px;
  text-align: center;
}
.index-footer .code img{
  width: 94px;
  height: 94px;
}
.index-footer .code p{
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  color: #BEBEBE;
  line-height: 24px;
}
.index-footer .shares{
  display: flex;
}
.index-footer .shares a{
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  background-color: #535353;
}
.index-footer .infos{
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #707070;
}
.index-footer .infos p{
  margin-right: 20px;
}
.index-footer .part01{
  padding-bottom: 10px;
  border-bottom: 1px solid #2A2A2A;
}
.index-footer .part01 .right{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.index-footer .r-sec{
  width: 228px;
  text-align: center;
}
.index-footer .r-sec p.t{
  margin-bottom: 8px;
  font-size: 14px;
  color: #fff;
}
.index-footer .r-sec ul{
  margin-left: 0;
  padding-left: 0;
}
.index-footer .r-sec ul li a{
  font-size: 12px;
  color: #9B9EA0;
  line-height: 24px;
  text-decoration: none;
}
.index-footer .r-sec ul li a:hover{
  color: #fff;
}
.index-footer .bot .links{
  display: flex;
  padding: 10px 0;
}
.index-footer .bot .links li{
  position: relative;
  padding: 0 10px;
  line-height: 20px;
}
.index-footer .bot .links li:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 12px;
  transform: translateY(-50%);
  border-right: 1px solid #757575;
}
.index-footer .bot .links li:first-child{
  padding-left: 0;
}
.index-footer .bot .links li:last-child:after{
  display: none;
}
.index-footer .bot .links li a{
  font-size: 12px;
  color: #757575;
}
.index-footer .bot .infos {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .index-footer .container{
    padding: 0 10px;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  .index-footer .r-sec{
    width: auto;
    padding: 0 40px;
  }
}
@media (max-width: 822px) {
  .index-footer .part01 .right{
    display: none;
  }
}
@media (max-width: 640px) {
  .index-footer .bot .links{
    display: none;
  }
  .index-footer .bot .infos{
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .index-footer .bot .infos p{
    display: none;
  }
  .index-footer .bot .infos p:last-child,
  .index-footer .bot .infos p:first-child{
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 413px) {
  .index-footer .part01{
    padding-top: 20px;
  }
  .index-footer .left{
    width: 100%;
  }
  .index-footer .left .contact-code{
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .index-footer .contact{
    flex: 1;
  }
  .index-footer .contact p.v{
    font-size: 20px;
  }
  .index-footer .code{
    margin-left: 0;
  }
}



.top-banner{
  height: 316px;
  background-position: top center;
  background-repeat: no-repeat;
}
.top-banner .tb-tit{
  color: #fff;
  text-align: center;
}
.top-banner .tb-tit p{
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 24px;
}
.top-banner .tb-tit h1{
  position: relative;
  font-size: 30px;
}
.top-banner .tb-tit h1:after,
.top-banner .tb-tit h1:before{
  margin: 0 12px;
  content: "";
  display: inline-block;
  width: 36px;
  border-top: 1px solid #fff;
}
@media (max-width: 1200px) {
  .top-banner{
    height: 30vw;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .top-banner .tb-tit p{
    font-size: 14px;
    line-height: 14px;
  }
  .top-banner .tb-tit h1{
    font-size: 20px;
  }
  .top-banner .tb-tit h1:after,
  .top-banner .tb-tit h1:before{
    margin: 0 6px;
    width: 20px;
  }
}


.brumbs{
  background-color: #f5f5f5;
}
.brumbs .container{
  padding: 0;
  max-width: 1200px;
}
.brumbs ul{
  padding-left: 0;
  height: 50px;
}
.brumbs ul li{
  font-size: 14px;
  color: #282828;
}
.brumbs ul li:after{
  margin: 0 6px;
  content: ">";
}
.brumbs ul li:first-child:after,
.brumbs ul li:last-child:after{
  display: none;
}
.brumbs ul li a{
  color: #282828;
}
@media (max-width: 1200px) {
  .brumbs .container{
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .brumbs ul{
    height: 40px;
  }
}


.products-center.container{
  max-width: 1200px;
  padding: 0 0 60px;
}
.products-center .pc-index ul{
  padding: 30px 0 25px;
}
.products-center .pc-index ul li {
  margin: 5px;
}
.products-center .pc-index ul li a{
  height: 56px;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background-color: #3184B6;
}
.products-center .pc-index ul li.active a{
  background-color: #FFA444;
}
.products-center .pc-index ul li.active a:after{
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid #fff;
}
.products-center .pc-index ul li a i.fa{
  font-size: 20px;
  margin-right: 8px;
}
.products-center .pc-index ul li a p{
  margin-bottom: 0;
}
.products-center .pros-list .pro{
  margin-bottom: 36px;
}
.products-center .pros-list .pro a{
  text-decoration: none;
}
.products-center .pros-list .pro .card{
  position: relative;
  border: none;
}
.products-center .pros-list .pro .img-box{
  height: 314px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
.products-center .pros-list .pro .img-box img{
  max-width: 90%;
  max-height: 90%;
}
.products-center .pros-list .pro .words{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 314px;
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 113, 190, 0.9);
  transition: all .2s;
}
.products-center .pros-list .pro:hover .words{
  opacity: 1;
}
.products-center .pros-list .pro .words:after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  border: 1px solid #fff;
}
.products-center .pros-list .pro .words .box{
  max-width: 258px;
}
.products-center .pros-list .pro .words p.t{
  font-size: 22px;
}
.products-center .pros-list .pro .words p.d{
  font-size: 14px;
  line-height: 20px;
}
.products-center .pros-list .pro .card-body{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  height: 50px;
}
.products-center .pros-list .pro .card-title{
  margin-bottom: 0;
  text-align: center;
}
.products-center .pros-list .pro .card-title a{
  font-size: 16px;
  color: #313131;
}
.products-center .pagination{
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .products-center.container{
    padding: 0 10px 30px;
  }
  .products-center.container .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-center .pc-index ul{
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .products-center .pc-index ul li a i.fa{
    margin-right: 4px;
    font-size: 16px;
  }
  .products-center .pc-index ul li a{
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
  }
  .products-center .pros-list .pro{
    margin-bottom: 20px;
  }
}



.pro-single{
  padding: 30px 0;
}
.pro-single .container{
  max-width: 1200px;
  padding: 0;
}
.pro-single .ps-header{
  flex-direction: row-reverse;
}
.pro-single .ps-header .pro-swiper{
  width: 587px;
}
.pro-single .ps-header .pro-swiper .gallery-top{
  height: 482px;
  border: 1px solid #E1E1E1;
}
.pro-single .ps-header .pro-swiper .gallery-top .swiper-slide{
  
}
.pro-single .ps-header .pro-swiper .gallery-top .swiper-slide img{
    max-width: 100%;
}
.pro-single .ps-header .pro-swiper .gallery-thumbs{
  margin-top: 12px;
}
.pro-single .ps-header .pro-swiper .gallery-thumbs .swiper-slide{
  height: 110px;
  border: 1px solid #E1E1E1;
}
.pro-single .ps-header .pro-swiper .gallery-thumbs .swiper-slide img{
  max-width: 80%;
  max-height: 80%;
}
.pro-single .ps-header .pro-info{
  flex: 1;
  margin-left: 50px;
}
.pro-single .ps-header .pro-info p{
  margin-bottom: 0;
}
.pro-single .ps-header .pro-info p.model{
  font-size: 24px;
  color: #0171BD;
  font-weight: 600;
}
.pro-single .ps-header .pro-info p.name{
  font-size: 28px;
  color: #323232;
  font-weight: 600;
}
.pro-single .ps-header .pro-info .pi-intro{
  padding: 20px 0 10px;
  min-height: 350px;
}
.pro-single .ps-header .pro-info .pi-intro .pi-sec{
  margin-bottom: 10px;
}
.pro-single .ps-header .pro-info .pi-intro .pi-sec:last-child{
  margin-bottom: 0;
}
.pro-single .ps-header .pro-info .pi-intro .tit{
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.pro-single .ps-header .pro-info .pi-intro .tit:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFA444;
}
.pro-single .ps-header .pro-info .pi-intro .con{
  padding: 4px 0;
  font-size: 16px;
  color: #323232;
}
.pro-single .ps-header .pi-zx .word img{
  margin-right: 10px;
}
.pro-single .ps-header .pi-zx .word p{
  font-size: 28px;
  color: #1D1D1D;
  font-weight: 600;
}
.pro-single .ps-header .pi-zx .btns{
  margin-top: 20px;
  max-width: 540px;
}
.pro-single .ps-header .pi-zx .btns .btn{
  width: 45%;
  height: 70px;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .pro-single .container{
    padding: 0 10px;
  }
}
@media (max-width: 920px) {
  .pro-single .ps-header{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pro-single .ps-header .pro-info{
    margin-left: 0;
    width: 100%;
  }
  .pro-single .ps-header .pro-info .pi-intro{
    min-height: auto;
    height: auto;
  }
  .pro-single .ps-header .pro-swiper{
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .pro-single .ps-header .pro-info p.model{
    font-size: 24px;
  }
  .pro-single .ps-header .pro-info p.name{
    font-size: 20px;
  }
  .pro-single .ps-header .pro-info .pi-intro .tit{
    font-size: 16px;
  }
  .pro-single .ps-header .pro-info .pi-intro .con{
    font-size: 12px;
  }
  .pro-single .ps-header .pro-swiper .gallery-top{
    height: 60vw;
  }
  .pro-single .ps-header .pi-zx .word p{
    font-size: 20px;
  }
  .pro-single .ps-header .pi-zx .btns .btn{
    width: 48%;
    font-size: 20px;
    height: 50px;
  }
  .pro-single .ps-header .pro-swiper .gallery-thumbs .swiper-slide{
    height: 20vw;
  }
}


.pro-single .ps-body{
  margin-top: 48px;
}
.pro-single .ps-body p{
  margin-bottom: 0;
}
.pro-single .ps-body ul{
  padding-left: 0;
}
.pro-single .pb-tit{
  padding: 0 40px;
  height: 72px;
  background-color: #f5f5f5;
}
.pro-single .pb-tit p{
  font-size: 24px;
  color: #2C2C2C;
  font-weight: 600;
}
.pro-single .ps-body .pb-content{
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pro-single .ps-body .pb-content img,
.pro-single .ps-body .pb-content video{
  max-width: 100% !important;
}
@media (max-width: 640px) {
  .pro-single .pb-tit{
    padding: 0 10px;
    height: 60px;
  }
  .pro-single .pb-tit p{
    font-size: 20px;
  }
}




.pros-rec p{
  margin-bottom: 0;
}
.pros-rec{
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.pros-rec .container{
  max-width: 1200px;
  padding: 0;
}
.pros-rec .pr-tit{
  padding: 36px 0 14px;
  font-size: 24px;
  color: #222;
  font-weight: 600;
}
.pros-rec .pro{
  margin-top: 14px;
}
.pros-rec .pro .img-box{
  height: 200px;
  background-color: #fff;
}
.pros-rec .pro p{
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  color: #222;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .pros-rec .container{
    padding: 0 10px;
  }
  .pros-rec .pr-tit{
    padding: 24px 0 6px;
    font-size: 20px;
  }
  .pros-rec .row{
    margin-left: -10px;
    margin-right: -10px;
  }
}



.cases-list{
  padding: 40px 0;
}
.cases-list .container{
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .cases-list .row{
    margin-left: -10px;
    margin-right: -10px;
  }
}
.case-link{
  display: block;
  margin-bottom: 60px;
  text-decoration: none;
  box-shadow: 0px 2px 20px 0px rgba(190, 190, 190, 0.35);
}
.case-link:hover{
  background-color: #2776AC;
}
.case-link p{
  margin-bottom: 0;
}
.case-link .img-box{
  height: 280px;
  overflow: hidden;
  background-color: #fff;
}
.case-link .img-box img{
  width: 100%;
}
.case-link .word-box{
  padding: 0 10px;
  height: 82px;
}
.case-link .word-box p{
  font-size: 16px;
  line-height: 24px;
  color: #333;
  -webkit-line-clamp: 2;
  text-decoration: none !important;
}
.case-link:hover .word-box p{
  color: #fff;
}
a:focus, a p:focus{
  text-decoration: none !important;
}

@media (max-width: 640px) {
  .case-link{
    margin-bottom: 30px;
  }
  .case-link .img-box{
    height: 43.7499vw;
  }
  .case-link .word-box{
    height: 50px;
  }
  .case-link .word-box p{
    font-size: 12px;
    line-height: 20px;
  }
}




.news-list{
  padding: 60px 0;
}
.news-list .container{
  max-width: 1200px;
}
.news-list .nl-list a{
  margin-bottom: 26px;
}
.news-list .nl-list a,
.news-list .nl-list a:hover,
.news-list .nl-list a:focus,
.news-list .nl-list a p{
  text-decoration: none;
}
.news-list .nl-list a p{
  margin-bottom: 0;
}
.news-list .nl-list a .img-box{
  margin-left: 8px;
  width: 310px;
  height: 180px;
  overflow: hidden;
}
.news-list .nl-list a .img-box img{
  width: 100%;
}
.news-list .nl-list a .infos{
  flex: 1;
  padding: 0 30px;
  min-height: 180px;
  box-shadow: 0px 0px 24px 0px rgba(219, 219, 219, 0.41);
  transition: all .2s;
}
.news-list .nl-list a:hover .infos{
  box-shadow: 0px 0px 24px 0px rgba(129, 204, 255, 0.41);
}
.news-list .nl-list a .infos .tit{
  margin-bottom: 6px;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  -webkit-line-clamp: 1;
}
.news-list .nl-list a:hover .infos .tit{
  color: #0071BE;
}
.news-list .nl-list a .infos .con{
  font-size: 14px;
  color: #898989;
  line-height: 24px;
  margin-bottom: 14px;
}
.news-list .nl-list a .infos p.time{
  font-size: 14px;
  color: #898989;
}
.news-list .nl-list{
  margin-bottom: 80px;
}
@media (max-width: 920px) and (min-width: 640px) {
  .news-list .nl-list a .img-box{
    flex-shrink: 0;
  }
  .news-list .nl-list a .infos{
  }
  .news-list .nl-list a .infos .tit{
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 640px) {
  .news-list{
    padding: 30px 0;
  }
  .news-list .nl-list a .img-box{
    display: none;
  }
  .news-list .nl-list a .infos{
    padding: 10px;
    min-height: auto;
  }
}



.compnay-intro{
  padding: 54px 0 110px;
}
.compnay-intro .container{
  max-width: 1200px;
}
.compnay-intro .ib-body{
  margin-top: 70px;
  flex-direction: row-reverse;
}
.compnay-intro .ci-img{
  width: 540px;
  height: 398px;
  overflow: hidden;
}
.compnay-intro .ci-img img{
  width: 100%;
}
.compnay-intro .ci-words{
  margin-left: 64px;
  flex: 1;
}
.compnay-intro .ci-words .tit h4{
  font-size: 30px;
  color: #2B75AA;
  font-weight: 600;
}
.compnay-intro .ci-words .con{
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
.compnay-intro .ci-words .con p{
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .compnay-intro .container{
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .compnay-intro .ib-body{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .compnay-intro .ci-words{
    margin-left: 0;
    width: 100%;
  }
  .compnay-intro .ci-img{
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .compnay-intro{
    padding: 30px 0 40px;
  }
  .compnay-intro .ci-words .tit h4{
    font-size: 24px;
  }
  .compnay-intro .ib-body{
    margin-top: 30px;
  }
}




.company-cultrue{
  padding: 100px 0 116px;
  background: url(../images/bg-aboutus-art.jpg) top center no-repeat;
}
.company-cultrue .container{
  max-width: 1200px;
}
.company-cultrue ul{
  display: flex;
  margin: 50px -10px 0;
  padding-left: 0;
}
.company-cultrue ul li{
  margin: 0 10px;
  padding: 28px 4px;
  width: calc((100% - 80px)/4);
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(250, 250, 250, 0.35);
}
.company-cultrue ul li .ic-box{
  margin: 0 auto;
  width: 135px;
  height: 136px;
  border-width: 6px;
  border-radius: 50%;
  border-style: solid;
}
.company-cultrue ul li:nth-child(odd) .ic-box{
  background-color: #B30000;
  border-color: #f3d6d6;
}
.company-cultrue ul li:nth-child(even) .ic-box{
  background-color: #2B75AA;
  border-color: #dde9f1;
}
.company-cultrue ul li p{
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  color: #303030;
}
@media (max-width: 640px) {
  .company-cultrue{
    padding: 40px 0;
    background: url(../images/bg-aboutus-art.jpg) repeat-y;
  }
  .company-cultrue ul{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .company-cultrue ul li{
    margin-bottom: 20px;
    width: calc((100% - 40px)/2);
    padding: 16px 14px;
  }
  .company-cultrue ul li .ic-box{
    position: relative;
    width: 100%;
    padding-top: calc(100% - 12px);
    height: auto;
  }
  .company-cultrue ul li .ic-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 40%;
    max-height: 40%;
    transform: translate(-50%, -50%);
  }
  .company-cultrue ul li p{
    font-size: 14px;
    line-height: 20px;
  }
}



.honor-list{
  padding: 48px 0;
}
.honor-list .container {
  max-width: 1200px;
}
.honor-list .row{
}
.honor-list .honor{
  display: flex;
  margin-bottom: 50px;
  padding: 0;
}
.honor-list .honor:nth-child(2),
.honor-list .honor:nth-child(3n - 1){
  justify-content: space-around;
}
.honor-list .honor:nth-child(3n){
  justify-content: flex-end;
}
.honor-list .honor a{
  box-shadow: 0px 2px 20px 0px rgba(190, 190, 190, 0.35);
  display: block;
  transition: all .2s;
}
.honor-list .honor a .img-box{
  padding: 10px;
}
.honor-list .honor a .img-box img{
  width: 100%;
}
.honor-list .honor a:hover{
  box-shadow: 0px 2px 20px 0px rgba(90, 168, 221, 0.35);
}
.honor-list .honor a .word{
  height: 80px;
  transition: all .2s;
}
.honor-list .honor a:hover .word{
  background-color: #2776AC;
}
.honor-list .honor a p{
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}
.honor-list .honor a:hover,
.honor-list .honor a:hover p{
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1200px) {
  .honor-list .container{
    padding: 0 10px;
  }
  .honor-list .row{
    margin: 0;
  }
}
@media (max-width: 992px) {
  .honor-list .honor{
    justify-content: space-around !important;
  }
}
@media (max-width: 576px) {
  .honor-list .honor{
    margin-bottom: 24px;
  }
  .honor-list .honor a .word{
    height: 50px;
    padding: 0 10px;
  }
  .honor-list .honor a p{
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}



.new-single{
  padding: 30px 0;
}
.new-single .container{
  max-width: 1200px;
}
.new-single .ns-header{
  padding-top: 30px;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
}
.new-single .ns-header h1{
  font-size: 22px;
  color: #282828;
}
.new-single .ns-header p.time{
  font-size: 16px;
  color: #898989;
}
.new-single .ns-body{
  position: relative;
  padding: 30px 0;
}
.new-single .ns-body img,
.new-single .ns-body video{
  max-width: 100% !important;
}
.new-single .ns-footer{
  padding: 10px 0;
  border-top: 1px solid #D9D9D9;
}
.new-single .ns-footer ul{
  padding-left: 0;
}
.new-single .ns-footer ul li{
  padding: 5px 0;
}
.new-single .ns-footer ul li a{
  font-size: 16px;
  line-height: 24px;
  color: #282828;
}
.new-single .ns-footer ul li a:hover{
  margin-top: 10px;
  color: #2B75AA;
}
.new-single .ns-footer a.back{
  font-size: 16px;
  color: #282828;
  line-height: 24px;
}
@media (max-width: 768px) {
  .new-single{
    padding: 10px 0;
  }
  .new-single .ns-header h1{
    font-size: 20px;
  }
  .new-single .ns-footer{
    flex-wrap: wrap;
  }
  .new-single .ns-footer ul{
    width: 100%;
  }
}




.contact-us{
  padding: 100px 0 58px;
}
.contact-us .container{
  padding: 0;
  max-width: 1200px;
}
.contact-us .cu-img img{
  max-width: 100%;
}
.contact-us .cu-infos{
  margin-top: 58px;
  padding: 35px 32px;
  box-shadow: 0px 1px 13px 0px #EBEBEB;
}
.contact-us .cu-infos .map{
  flex: 1;
  margin-left: 20px;
  height: 315px;
  background-color: #EBEBEB;
}
.contact-us .cu-infos .words{
  width: 450px;
  padding-left: 30px;
}
.contact-us .cu-infos .words .w-header h1{
  margin-bottom: 2px;
  font-size: 28px;
  color: #393939;
  font-weight: 600;
}
.contact-us .cu-infos .words .w-header p{
  margin-bottom: 0;
  font-size: 12px;
  color: #8A8A8A;
}
.contact-us .cu-infos .words .w-body{
  margin-top: 20px;
}
.contact-us .cu-infos .words .w-body ul{
  padding-left: 0;
}
.contact-us .cu-infos .words .w-body ul li{
  position: relative;
  padding: 8px 0 8px 30px;
}
.contact-us .cu-infos .words .w-body ul li img{
  left: 7px;
  transform: translate(-50%, -50%);
}
.contact-us .cu-infos .words .w-body ul p{
  margin-bottom: 0;
  font-size: 16px;
  color: #4F4F4F;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .contact-us .container{
    padding: 0 10px;
  }
}
@media (max-width: 922px) {
  .contact-us .cu-infos .words{
    width: auto;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .contact-us .cu-infos{
    flex-wrap: wrap;
  }
  .contact-us .cu-infos .words{
    width: 100%;
  }
  .contact-us .cu-infos .map{
    margin-top: 20px;
    flex: initial;
    margin-left: 0;
    width: 100%;
    height: 40vw;
  }
}
@media (max-width: 560px) {
  .contact-us{
    padding: 40px 0 30px;
  }
  .contact-us .cu-infos{
    padding: 20px 10px;
    margin-top: 30px;
  }
  .contact-us .cu-infos .words .w-header h1{
    font-size: 20px;
  }
  .contact-us .cu-infos .words .w-header p{
    font-size: 8px;
  }
  .contact-us .cu-infos .words .w-body ul li{
    padding: 4px 0 4px 24px;
  }
  .contact-us .cu-infos .words .w-body ul p{
    font-size: 14px;
  }
}


.leave-message{
  padding: 70px 0 0;
  background: url(../images/bg-writing-message.jpg) top center no-repeat;
}
.leave-message .lm-header{
  text-align: center;
  color: #fff;
}
.leave-message .lm-header p{
  margin-bottom: 0;
}
.leave-message .lm-header p.e{
  font-size: 18px;
}
.leave-message .lm-header p.c{
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.leave-message .lm-body{
  margin: 40px auto 0;
  max-width: 748px;
  border: 22px solid rgba(255, 255, 255, .21);
  border-bottom: none;
}
.leave-message .lm-body form{
  padding: 50px 168px 82px;
  background-color: #fff;
}
.leave-message .lm-body .form-group{
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #DCDCDC;
}
.leave-message .lm-body .form-group .label{
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
}
.leave-message .lm-body .form-group .label p{
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.leave-message .lm-body .form-group .label p strong{
  font-weight: 400;
  color: #CDCDCD;
}
.leave-message .lm-body .form-group .val{
  flex: 1;
}
.leave-message .lm-body .form-group .val .form-control{
  outline: none !important;
  border: none;
}
.leave-message .lm-body .form-group .val .form-control:focus{
  background: none;
  outline: none;
  box-shadow: none;
}
.leave-message .lm-body .form-submit .btn.btn-warning{
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: .675rem .75rem;
  background-color: #FEA444;
}
@media (max-width: 1200px) {
  .leave-message{
    padding: 30px 10px 0;
  }
}
@media (max-width: 768px) {
  .leave-message .lm-body form{
    padding: 30px 20px 40px;
  }
}
@media (max-width: 560px) {
  .leave-message .lm-body{
    margin-top: 20px;
    border-width: 10px;
  }
}



/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
@media only screen and (max-width: 576px) {
  .page-num {
    display: none;
  }
  .head-sm-height {
    height: 61px !important;
  }
}


.index-footer .r-sec{
  position: relative;
}
.index-footer .r-sec:after{
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: url(../images/bg-border-linear.png) no-repeat;
}
.index-footer .r-sec:last-child:after{
  display: none;
}



.float-ser{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.float-ser ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.float-ser ul li{
  position: relative;
  margin-top: 1px;
  display: flex;
}
.float-ser ul li .inf{
  width: 0;
  height: 54px;
  overflow: hidden;
  transition: all .2s;
  background-color: #2B75AA;
}
.float-ser ul li .inf p{
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.float-ser ul li .inf.code{
  position: absolute;
  width: 0;
  height: 0;
  right: 100%;
  overflow: hidden;
  background-color: #fff;
}
.float-ser ul li .inf.code img{
  width: 100%;
}
.float-ser ul li a.trigger{
  width: 54px;
  height: 54px;
  background-color: #222;
}
.float-ser ul li:hover a.trigger{
  background-color: #0071BE;
}
.float-ser ul li:hover .inf{
  margin: 0 1px;
  width: 160px;
}
.float-ser ul li:hover .inf.code{
  padding: 8px;
  width: 120px;
  height: 120px;
}



.leave-message.modal-dialog{
  padding: 0;
}
.leave-message.modal-dialog .lm-body{
  width: 100%;
  margin: 0 auto;
  border: none;
}
.leave-message.modal-dialog .lm-body form{
  padding: 0 20px;
}
.leave-message.modal-dialog .lm-body .form-group:last-child{
  border-bottom: none;
}



/* 2021-09-11 add */
/* 联系客服 */
.contact {
	width: 70px;
	position: fixed;
	bottom: 200px;
	right: 10px;
	padding: 0;
	z-index: 200;
}

.contact li {
  list-style: none;
	width: 100%;
	height: 82px;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	background: #4a8bfd;
}

.contact li:hover {
	/* background-color:#4A8A9C ; */
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
}

.contact li img {
	width: 25px;
	height: 25px;
	margin: 20px auto 0;
	display: block;
}

.contact li p {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 6px;
}

.callPhone {
	position: relative;
}
.callPhone div.callMe {
	height: 310px;
	width: 250px;
	background: url(https://hcqx.bd.bcebos.com/image/33.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -110px;
	left: -240px;
	padding: 36px;
	display: none;
}

.callPhone div.callMe input {
	width: 100%;
	height: 35px;
	border: 1px solid #4a8bfd;
	font-size: 14px;
	outline: none;
	border-radius: 4px;
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

.callPhone div.callMe button {
	width: 100%;
	height: 35px;
	border: 1px solid #4a8bfd;
	background: #4a8bfd;
	color: #FFFFFF;
	font-size: 14px;
	outline: none;
	border-radius: 4px;
	margin-bottom: 20px;
}

.callPhone div.callMe .text {
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
}

.callPhone div.callMe .tips {
	color: red;
	display: none;
}

.callPhone div.callMe .text span {
	color: #4a8bfd;
}


.liuYanK {
	width: 348px;
	height: auto;
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #FFF;
	display: none;
	background-color: #FFFFff;
	z-index: 200;
}

.liuYanK .top {
	width: 100%;
	height: 40px;
	background: #3499E9;
	border-radius: 6px 6px 0px 0;
	overflow: hidden;
}

.liuYanK .top img {
	width: 25px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	cursor: pointer;
}

.liuYanK .title {
	font-size: 14px;
	width: 90%;
	margin: 10px auto;
	color: #000000;
}

.liuYanK textarea.text {
	resize: none;
	width: 90%;
	margin: 0 auto;
	height: 81px;
	outline: none;
	border: 1px solid #d5d5d5;
	text-align: left;
	display: block;
}

.liuYanK .inp {
  display: flex;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 30px;
}

.liuYanK .inp input {
  flex: 1;
	border: 1px solid #ccc;
	 text-align: left;
	 width: 85%;
	 font-size: 12px;
	 height: 30px;
	 padding-left: 10px;
   border: none;
  outline: none;
  background: none;
}

.liuYanK .btn {
	width: 90%;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	display: block;
	margin: auto;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	background: #3499E9;
	border: none;
	margin-bottom: 40px;
}



/* 2021-09-17 add */
.startDiv{
	width: 370px;
	height: 240px;
	position: fixed;
	z-index: 3000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:30vh auto 0;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
	display: none;
}
.startDiv .top{
	width: 100%;
	padding: 60px 0;
	text-align: center;
	background-color: #327bfd;
}
.startDiv .top .text1{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 5px;
  line-height: 31px;
}
.startDiv .top .text2{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
  margin-bottom: 0;
  line-height: 24px;
}
.startDiv .top .text2 span{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}
.startDivGB{
	position: absolute;
	top: 20px;
	right: 20px;
}
.startDiv .bottom{
	width: 100%;
	background: #FFFFFF;
	height: 60px;
  font-size: 14px;
}
.startDiv .bottom .bottomDiv{
	float: left;
	width: 50%;
	height: 100%;
	line-height: 60px;
	padding-left: 50px;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
}
.startDiv .bottom .bottomDiv:nth-child(1){
	border: none;
}
.startDiv .bottom .bottomDiv img{
	display: inline;
	width: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 20px;
}
.callDiv{
	width: 370px;
	height: 146px;
	background: url(https://hcqx.bd.bcebos.com/image/49.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -147px;
	left: 0;
	padding: 24px 0;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
	display: none;
}
.callDiv_inp{
	text-align: center;
	height: 63px;
  margin-bottom: 0;
}
.callDiv_inp input{
	border: 1px solid #4a8bfd;
	width: 170px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #666666;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.callDiv_inp button{
	width: 130px;
	height: 40px;
  line-height: 40px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background: #4a8bfd;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
  vertical-align: bottom;
}
.callDiv_text{
	line-height: 1.6;
	font-size: 12px;
	text-align: center;
}
.callDiv_text span{
	color: #327BFD;
}