@font-face {
  font-family: yun;
  src: url('../fonts/yun.ttf');
}
@font-face {
  font-family: ckt;
  src: url('../fonts/ckt.otf');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}

.bg-color {
  background: #fff;
}
.top_bar {
  height: 37px;
  line-height: 37px;
  background: #2d2d2d;
}
.tb-left{
  font-size: 14px;
  color: #fff;
  float:left;
}
.tb-rig {
  float: right;
}
.tb-rig>a{
  float:left;
  font-size: 14px;
  color: #fff;
  line-height: 37px;
  display:block;
  height: 37px;
}
.tb-rig>a:first-of-type{
  margin-right:13px;
}
.tb-rig>a span{
  color: #fff;
  font-size: 14px;
  padding-left:22px;
}
.tb-rig>a:first-of-type span { background: url("../images/tbicon01.png") no-repeat left center;}
.tb-rig>a:nth-of-type(2) span { background: url("../images/tbicon02.png") no-repeat left center;}
.codehover{
  position: relative;
}
.codeshow{
  background: #fff;
  position: absolute;
  width:150px;
  top:100%;
  left:50%;
  transform: translateX(-50%);
  z-index: 100;
  display:none;
}
.codeshow:before{
  display: block;
  content: '';
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-bottom:13px solid #fff;
  position: absolute;
  top:-13px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.codeshow img{
  width:100%;
}


.tb_rig_tel{
  font-size: 14px;
  color: #989898;
  float:left;
}
.tb_rig_tel span{
  font-size: 16px;
  color: #003f98;
  font-weight: bold;
}

.banner .swiper-container{
  position:relative;
  width: 100%;
  overflow:hidden;
}

.banner .swiper-pagination-bullet{
  width: 70px;
  height: 6px;
  background:#fff;
  opacity:1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
  background:#1958a5;
}



.head{
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 13px;
}
.head .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.logo{
  position: relative;
  overflow: hidden;
  display:flex;
  align-items: center;
}
.logo>div{
  margin-right: 15px;
}
.logo p{
  font-size: 14px;
  color: #545454;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  line-height: 25px;
}

.tel{
  padding-left: 60px;
  background:url("../images/tel.png") no-repeat left center;
}
.tel>small{
  font-size: 15px;
  color: #333333;
}
.tel>h4{
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}





.nav-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar li{
  width: 150px;
  position:relative;
}
.nav-bar li:after{
  display:block;
  content: '';
  position:absolute;
  left:50%;
  top:100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 10px solid #1958a5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar li a {
  position: relative;
  display: block;
  line-height: 79px;
  font-size: 16px;
  width: 100%;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav-bar li a:hover,.nav-bar li.active a {
  background:#1958a5;
  color: #fff;
}
.nav-bar li.active:after{
  opacity: 1;
}

.nav-bar li>i{
  width: 6px;
  height: 1px;
  background: #cccccc;
  display: block;
}

.head>.warpper{
  position: relative;
}
.head>.warpper>.downlist{
  position: absolute;
  background: #fff;
  width: 100%;
  top:100%;
  left:0;
  border-top:1px solid #1958a5;
  box-shadow:0 2px 6px #dadada;
  z-index: 100;
  display:none;
}
.downlist>div{
  display:none;
}
.downlist>div>div{
  width:945px;
  margin:0 auto;
  margin-top: 42px;
  margin-bottom: 20px;
}
.downlist>div>div>a{
  float:left;
  position: relative;
  font-size: 14px;
  color: #333333;
  margin-bottom:30px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:30px;
  width: 165px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.downlist>div>div>a:hover,.downlist>div>div>a.active{
  color: #1958a5;
  text-decoration: underline;
}
.downlist>div>div>a:nth-of-type(5n){
  margin-right:0;
}
.downlist>div>div>a:nth-of-type(5n):before{
  display:none;
}
.downlist>div>div>a:before{
  display:block;
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width: 1px;
  height: 10px;
  background:#b5b3b3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.downlist>div>ul{
  width:945px;
  margin:0 auto;
  margin-bottom: 37px;
}
.downlist>div>ul>img{
  float:left;
  margin-right:80px;
}
.downlist>div>ul>li{
  float:left;
}
.downlist>div>ul>li>h3{
  font-size: 48px;
  color: #444343;
  font-weight: bold;
  padding-top:23px;
}
.downlist>div>ul>li>h5{
  font-size: 33px;
  color: #1958a5;
  font-weight: bold;
}



.banner{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}


/*indexpro*/
.zpro{
  padding-top:4vw;
}
.indexproduct{
  padding-bottom:3vw;
}
.index_side{
  width: 247px;
  z-index: 999;
  float:left;
  position:relative;
}
.side_top{
  background:#1958a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
}
.side_top>h3{  color: #fff;
  font-size: 40px;
  font-family: Impact;
}
.side_top>h6{
  color: #fff;
  font-size: 24px;
}
.profl_listbg{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  background:#333333;
}
.profl_list li{
  margin-bottom: 20px;
}
.profl_list li>a{
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #1e1a1b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
  display:flex;
  align-items: center;
  background:#fff;
}
.profl_list li>a:before{
  display:block;
  content: '';
  position: absolute;
  left:-3px;
  top:0;
  width:3px;
  height: 100%;
  background: #1958a5;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.profl_list li>a:hover:before{
  width: calc(100% + 3px);
}
.profl_list li>a>img{
  margin:0 13px;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.profl_list li>a>p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.profl_list li>a:hover>img {
  filter:grayscale(0) brightness(100);
}
.profl_list li>a:hover>p{
  color: #fff;
}
.protype-son{
  background:#f0f0f0;
}
.protype-son a{
  display:block;
  line-height: 30px;
  font-size: 14px;
  color: #9ea09e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.protype-son a:first-of-type{
  padding-top: 10px;
}
.protype-son a:last-of-type {
  padding-bottom: 10px;
}
.protype-son a:hover{
  color: #1958a5;
}
.side_card{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
}
.side_card h3{
  font-size: 20px;
  color: #1e1a1b;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position:relative;
}
.side_card h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 40px;
  height: 3px;
  background:#1958a5;
}
.side_card p{
  font-size: 15px;
  color: #1e1a1b;
}



.index_proright{
  float:right;
  width:calc(98% - 247px);
}
.hot{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.hot_right>p{
  font-size: 14px;
  color: #9ea09e;
}
.hot_right>div a{
  font-size: 14px;
  color: #666666;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.hot_right>div span{
  padding:0 8px;
}
.hot_right>div span:last-of-type{display:none;}
.hot_right>div a:hover{
  color: #1958a5;
}
.searchshow form{
  background:#f0f0f0 url("../images/search.png") no-repeat right center;
  background-size:auto 100%;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:29px;
  line-height: 47px;
  color: #9ea09e;
  font-size: 14px;
  width: 410px;
  padding-right: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
}
.searchshow form input[type=text]::placeholder{
  color: #9ea09e;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  width: 115px;
  height:47px;
  cursor: pointer;
  float:right;
  text-align: center;
  background:none;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}



.indexmypro_cont a{
  float:left;
  margin-right: 2%;
  display:block;
  width: 32%;
  margin-bottom: 15px;
}
.indexmypro_cont a:nth-of-type(3n){
  margin-right: 0;
}
.mypro_cont a b{
  width: 100%;
  height: 256px;
  border:1px solid #cec9c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mypro_cont a b img{
   object-fit: scale-down;
}
.mypro_cont a div{
  height: 78px;
  background:#fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mypro_cont a:hover b{
  border:1px solid #1958a5;
}
.mypro_cont a:hover div{
  background:#1958a5;
}
.mypro_cont a p{
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.mypro_cont a:hover p{
  padding:0 13px;
  border-bottom:none;
}
.mypro_cont a p img{
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mypro_cont a p span{
  font-size: 14px;
  color: #1e1a1b;
  width: 88%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  line-height: 56px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mypro_cont a:hover p span{
  color: #fff;
  line-height: 78px;
}
.mypro_cont a:hover p img{
  filter:grayscale(0) brightness(100);
}

.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 55px;
  margin:0 auto;
}

.title h3{
  font-size: 40px;
  color: #1e1a1b;
  font-weight: normal;
  line-height: 70px;
  background:url("../images/titbg.png") no-repeat center;
}
.title h3 span{
  background-image:-webkit-linear-gradient(left,#4590c9,#1a58a5);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.title>small{
  font-size: 16px;
  color: #b3b3b3;
  text-align: center;
  font-weight: lighter;
}




/*company*/
.company{
  background:url("../images/combg.jpg") no-repeat center;
  background-size:cover;
  position: relative;
  padding-bottom:70px;
}
.company>.warpper{
  position: relative;
  background:#fff;
  box-shadow: 0 0 10px #ddd;
}
.company>.warpper>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.com_left{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:1%;
}
.com_left>h1{
  font-size: 44px;
  color: #212121;
}
.com_left>h1 span{
  font-size: 16px;
  color: #949494;
  font-weight: lighter;
  vertical-align: middle;
}
.com_left>small{
  line-height: 33px;
  display: block;
  font-size: 15px;
  color: #949494;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.com_left ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin:15px 0;
}
.com_left ul li{
  width: 32%;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background:#1958a5;
  font-size: 18px;
}

.com_left>a{
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  width:200px;
  line-height: 48px;
  border-radius: 23px;
  background:#333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;

}
.com_left>a:hover{
  color: #fff;
  background: #1958a5;
}

.com_right{
  width: 50%;
  height: 374px;
}
.company .warpper>ul{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.company .warpper>ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:28px 15px;
  background:#f0f0f0;
}
.company .warpper>ul li>h4{
  font-size: 44px;
  color: #000000;
  line-height: 35px;
}
.company .warpper>ul li>h4 span{
  font-size: 16px;
  color: #929191;
  font-weight: normal;
}
.company .warpper>ul li>p{
  font-size: 16px;
  color: #929191;
}
.company .warpper>ul li>b{
  margin-top: 20px;
  border-radius: 10px;
  border:2px solid #fff;
  height: 147px;
  width:225px;
}


/*banner2*/
.banner2{
  background:url("../images/ban2.jpg") no-repeat center;
  background-size:cover;
  padding:43px 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.banner2 h2{
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-family: yun;
  font-weight: normal;
}
.banner2 div{
  text-align: center;
}
.banner2 p{
  display:inline-block;
  text-align: center;
  font-size: 18px;
  padding-left: 35px;
  color: #fff;
  margin-top: 20px;
  background:url("../images/ban2icon.png") no-repeat left center;
}



/*case*/
.casebg{
  background: #f5f5f5 url("../images/point.png") no-repeat left top;
  background-size:100%;
  padding-bottom: 67px;
  position:relative;
}
.casebg>img{
  position:absolute;
  right:0;
  top:-78px;
}
.case,.zcom_tj{
  position: relative;
}
.swiper-case{
  width:100%;
  overflow:hidden;
}
.case a{
  display:block;
  width:100%;
}
.case a b{
  width:100%;
  height: 407px;
}
.case a>div{
  background:#ececec;
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  height: 64px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.case a>div p{
  font-size: 16px;
  color: #777777;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.case a:hover>div{
  background:#1958a5;
}
.case a:hover>div p{
  color: #fff;
}
.case a:hover>div img{
  filter:grayscale(0) brightness(100);
}
.case .swiper-button-next,.zcom_tj .swiper-button-next{
  right:-55px;
}
.case .swiper-button-prev,.zcom_tj .swiper-button-prev{
  left:-55px;
}
.case .swiper-button-next:after,.case .swiper-button-prev:after,.zcom_tj .swiper-button-next:after,.zcom_tj .swiper-button-prev:after{
  font-weight: bold;
  color: #302c2d;}
.case .swiper-button-next:hover:after,.case .swiper-button-prev:hover:after,.zcom_tj .swiper-button-next:hover:after,.zcom_tj .swiper-button-prev:hover:after{
  color: #1958a5;
}

/*adv*/
.swi-advtitbg{
  position:relative;
  overflow:hidden;
  width: 795px;
  margin:0 auto;
}
.swi-advtitbg:before{
  display:block;
  content: '';
  position:absolute;
  left:50%;
  bottom:13px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background:#dbdbdb;
  width:100%;
}
.swi-advtit .swiper-slide{
  cursor: pointer;
}
.swi-advtit .swiper-slide>div{
  width: 118px;
  height: 118px;
  background:#ececec;
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.swi-advtit .swiper-slide>div b{
  border-radius: 50%;
  width:42px;
  height: 42px;
  background:#fff;
  display:flex;
  align-items: center;
  justify-content: center;
}
.swi-advtit .swiper-slide>div b img{
  object-fit: scale-down;
  filter:grayscale(.9) brightness(0.5);
}

.swi-advtit .swiper-slide-thumb-active>div{
  background:#1958a5;
}

.swi-advtit .swiper-slide-thumb-active>div b img {
  filter:grayscale(0) brightness(1);
}

.swi-advtit .swiper-slide>div small{
  text-align: center;
  font-size: 18px;
  color: #232323;
  margin-top: 10px;
  display:block;
}
.swi-advtit .swiper-slide>p{
  text-align: center;
  background:#fff;
  font-size: 18px;
  color: #4e4a4a;
  font-family: ckt;
  width: 40px;
  margin:0 auto;
  margin-top: 15px;
}
.swi-advpic{
  width: calc(100% + 20px);
  height: 520px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  overflow: hidden;
  margin-top: 25px;
}
.swi-advpic .swiper-slide{
  position:relative;
  display:flex;
  align-items: center;
  height: 100%;
  overflow:hidden;
}
.swi-advpic .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position:absolute;
  left:0;
  top:0;
}

.swi-advpic .swiper-slide>div{
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px;
  position:absolute;
  border-left:20px solid #1958a5;
  left: -20px;
}
.swi-advpic .swiper-slide-active{
   overflow:visible;
}
.swi-advpic .swiper-slide div>h4{
  font-family: ckt;
  color: #333333;
  font-size: 48px;
}
.swi-advpic .swiper-slide div>h4>span{
  font-size: 30px;
  color: #333333;
  padding-left:20px;
  padding-right: 100px;
  border-bottom: 1px solid #dbdbd9;
  font-weight: normal;
  font-family: auto;
}
.swi-advpic .swiper-slide div>p{
  font-size: 18px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 20px;
}
.swi-advpic .swiper-slide div>small{
  font-size: 15px;
  color: #6b6c6e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:16px;display:block;
  position:relative;
  width: 320px;
  line-height: 24px;
}
.swi-advpic .swiper-slide div>small:before{
  display:block;
  content: '-';
  color: #6b6c6e;
  position:absolute;
  left:0;
  top:-2px;
}


.swi-advtit .swiper-slide-thumb-active>div small{
  color: #fff;
}
.swi-advtit .swiper-slide-thumb-active>p{
  color: #1958a5;
}


/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("../images/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.pro_right{
  float:right;
  width: 917px;
}
.pro_left_tit{
  background:#034898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}
.pro_rig_top{
  float:left;
  width:260px;
  padding-bottom: 20px;
}

.pro_rig_top>a{
  display:block;
  margin-right: 11px;
  font-size: 16px;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  margin-bottom: 11px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_top>a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_top>a:hover{
  background: #113870;
  color: #fff;
}
.pro_rig_top>a.hight_linght{
  background: #113870;
  color: #fff;
}


.pro_rig_bot a{
  float:left;
  background: #fff;
  display: block;
  margin-right:20px;
  margin-bottom:20px;
  width: 292px;
  height: 270px;
  position: relative;
}
.pro_rig_bot a:nth-of-type(3n){
  margin-right: 0;
}
.pro_rig_bot a b{
  width:100%;
  height: 100%;
  border:1px solid #ddd;
}
.pro_rig_bot a b img{width:100%;height: 100%;    object-fit: cover;}
.pro_rig_bot a p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.63);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_bot a:hover p{
  background: #003f98;
}




/*message*/
.message{
  overflow: hidden;
  background: url("../images/msgbg.jpg") no-repeat center top;
}
.message .warpper{
  background: #fff;
  padding:59px 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:1355px;
  box-shadow: 0 5px 10px #ddd;
}
#indexform>input,#indexform textarea,.code{
  float:left;
  border:1px solid #c7c7c7;
  padding-left:18px;
  font-size: 14px;
  color: #505050;
  line-height: 52px;
  height: 52px;
  width: 194px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px;
  overflow: hidden;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  color: #505050;
  font-size: 14px;
}
#indexform textarea{
  width: 365px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  line-height: 52px;
}
#indexform .code{
  border:none;
  width:initial;
}
#indexform .code input{
  color: #505050;
  margin-right: 7px;
  font-size: 14px;
  float:left;
  width:126px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  padding-left:18px;
}
#indexform .code .verify{
  width:130px;
  float:right;
  height: 54px;
}
.code .verify img{
  width: 100%;
  height: 100%;
}
#indexform .submit{
  width: 143px;
  height: 52px;
  line-height: 52px;
  background: #005bac;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#indexform .submit:hover{
 background:#519dfa;
}

/*news*/
.newsbg{
  background:#f8f8f8;
  padding-bottom: 55px;
  margin-top: 55px;
}
.news_tit{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 34px;
}
.news_tit>div{
  padding-left: 100px;
  height: 80px;
  background:url("../images/newsicon.png") no-repeat left center;
}
.news_tit>div>h5{
  font-size: 24px;
  color: #1a1617;
  margin-top: 12px;
}
.news_tit>div>p{
  color: #c6c6c6;
  font-size: 15px;
}
.news_tit>a{
  font-size: 16px;
  color: #8f8f8f;
  padding-right: 30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_tit>a:hover{
  color: #1958a5;
}
.news_cont{
  padding:0 30px;
}
.news_top{
  display:block;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.news_top>h4{
  font-weight: normal;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.news_cont a>h4 p{
  font-size: 16px;
  color: #1e1a1b;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  width: 70%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a:hover>h4 p{
  color: #1958a5;
}
.news_top>small{
  font-size: 15px;
  color: #949494;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_top>h4>span{
  color: #1958a5;
}

.news_left{
  background:#fff;
  float:left;
  width: 680px;
}
.newsul a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e5e5e5;
  width: 100%;
  height: 53px;
}
.newsul a>p{
  font-size: 16px;
  color: #1e1a1b;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul a:hover>p{
  color: #1958a5;
}
.newsul a>p:before{
  display:block;
  content: '';
  width:5px;
  height: 5px;
  border-radius: 50%;
  background:#8f8f8f;
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsul a>small{
  font-size: 14px;
  color: #d5d0cf;
}
.newsul a:last-of-type{
  margin-bottom: 30px;
  border-bottom: none;
}
.news_right{
  width: 520px;
  float:right;
}
.news_right a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
  width:100%;
  height: 255px;
}
.news_right a>b{
  width: 50%;
  height: 100%;
}
.news_right a>div{
  background:#1958a5;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  position:relative;
}
.news_right a>div>p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
}
.news_right a>div>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  line-height: 25px;
  margin-bottom: 35px;
}
.news_right a>div>span{
  color: #fff;
  font-size: 15px;
  padding-right: 31px;
  display: block;
  text-align: right;
  background:url("../images/newsmorejt.png") no-repeat right center;
}

.news_right a:nth-of-type(2)>div{
  background:url("../images/newsbg.jpg") no-repeat center;
  background-size:cover;
  order: 1;
}
.news_right a>div:before{
  content: '';
  display:block;
  position:absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
}
.news_right a:nth-of-type(1)>div:before {
  right:100%;
  border-right:15px solid #1958a5;
}
.news_right a:nth-of-type(2)>div:before {
  left:100%;
  border-left:15px solid #1e1a1b;
}
.news_right a:nth-of-type(2)>b{
  order:2;
}
.news_right a:hover p{
  text-decoration: underline;
}

/*footer*/
.footer{
  background:url("../images/fotbg.jpg") repeat center;
  padding-top:37px;
  overflow:hidden;
}
.footer>.warpper{
  display:flex;
  justify-content: space-between;
}
.fot_logo{
  margin-top: 24px;
}
.fot_logo>p{
  border-top: 1px solid #666666;
  color: #ffff;
  font-size: 15px;
  margin-top: 10px;
  padding-top: 10px;
}
.fot_left{
  background:url("../images/fotline.png") no-repeat right 10px;
}
.fot_left>h3{
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position:relative;
}
.fot_left>h3:after{
  display: block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width:25px;
  height: 2px;
  background:#eeeeee;
}
.fot_left>div>a{
  display:block;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-bottom:10px;
}
.fot_left>div>a:hover{
  opacity: 1;
}
.fot_pro>div{
  display:flex;
  flex-wrap: wrap;
  width: 278px;
}
.fot_pro>div>a{
  width: 50%;
}
.fotcode{
  width: 325px;
  position:relative;
}
.fotcode>img:first-of-type{
  position:absolute;
  right:0;
  top:0;
}
.fotcode>img:last-of-type{
  position:absolute;
  right: 93px;
  top: 93px;
}




.fot_bot{
  margin-top: 50px;
  border-top: 1px solid #5c5c5c;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}
.fot_bot .warpper{
  font-size: 15px;
  color: #b7b7b7;
}
.fot_bot .warpper a{
  font-size: 15px;
  color: #b7b7b7;
}
.fot_bot .warpper a:hover{
  color: #fff;
}




/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #034898;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#64acff;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../images/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}