﻿@charset "utf-8";
@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.woff2") format("woff2"),
       url("../font/Poppins-Regular.woff") format("woff"),
       url("../font/Poppins-Regular.ttf") format("truetype"),
       url("../font/Poppins-Regular.eot") format("embedded-opentype"),
       url("../font/Poppins-Regular.svg") format("svg"),
       url("../font/Poppins-Regular.otf") format("opentype");
}
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#333; font-family: 'Poppins-Regular',PingFang SC,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STHeiti,华文细黑,sans-serif; cursor:default; }
*{padding:0px; margin:0px;}

body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family:  'Poppins-Regular', PingFang SC,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STHeiti,华文细黑,sans-serif;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: 'Poppins-Regular',PingFang SC,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STHeiti,华文细黑,sans-serif; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
*{-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
a{color:#333; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#376496;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1520px; margin:0 auto;max-width: 94%;}
.container {width:1520px; margin:0 auto;max-width: 94%;}
.header{width:100%; position: fixed; top:0; left:0; z-index:10;height:85px;border-bottom: rgba(255,255,255,0.2) 1px solid;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #aaa;  background:rgba(255,255,255,0.9);}
.header:hover{background:rgba(255,255,255,0.9);}
.header .container{position:relative;}
.header .logo{float:left;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;margin: 17px 0 0px }
.header .logo img{width:auto; height:50px; display:block;}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.header:hover .logo .img2 { display:block}
.header:hover .logo .img1 { display:none}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{ float: right; }

.header .nav i{font-size:12px; color:#aaa; line-height:44px; text-align:right; position:absolute; width:50%; height:44px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{margin:0px 0px 0 0; line-height:85px; float:left; padding:0 20px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li a{font-size:18px; color:#fff;text-transform:capitalize}
.header:hover .nav ul li a{color:#222;}
.header.on .nav ul li a{color:#222;}
.nav .e_j em {font-size: 10px;margin-right:5px;}
.header .nav ul li span{width:0; height:3px; background-color:#376496; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li.po{position: relative;}
.nav .y_j{position:relative;}
.nav .e_j{width:100%; background-color:rgba(255,255,255,.95); position:absolute; top:85px; left:0;display:none; z-index:9999;box-shadow: 0 0 10px #ccc;padding: 50px 0;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:18px; font-weight: normal;color:#333; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.15);padding-left: 10px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;width: 30.3333%;float: left;margin:0 1.5% 15px;}
.header .nav ul li:hover .e_j { display:block}
.header .nav ul li .box{max-width: 1200px;margin: 0 auto;}
.header .nav .e_j a:hover{color:#376496;padding-left: 16px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .tel { background:url(../images/tel.png) left center / 32px no-repeat; padding-left:36px; font-size:20px; font-weight: bold; color:#fff; line-height:50px; margin-top:15px; float:right; display:none}
.header .ybbf { float:right}
.header .right {float: right;display: flex;align-items: center;}
.header .right .yy{background: #376496;display: inline-block;width: 42px;line-height: 42px;font-size: 16px;color: #fff;margin-left:10px;border-radius: 25px;text-transform: capitalize;margin-top: 20px;text-align: center;position: relative;}
.header .right .yy i {font-size: 20px;font-weight: normal;vertical-align: middle;}
.header .right .yy .x_l {width:100px;top: 62px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none;z-index: 99;}
.header .right .yy .x_l a {color: #222;display: block;font-size: 14px;text-align: center;width: 100%;border-radius: 0;margin-left: 0;}
.header .right .yy .x_l a:hover{background: #376496;color: #fff;}
.header .right .lx {background: #376496;display: inline-block;width: 42px;line-height: 42px;font-size: 16px;color: #fff;margin-left: 20px;border-radius: 25px;text-transform: capitalize;margin-top: 20px;text-align: center;}
.header .right .lx i {font-size: 20px;}
.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}
.head_h { height:85px;display: none}

.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  transform: scale(1.15, 1.15);
  transition: 1s linear 2s;height:100vh;
}
.banner-slide figure img {
  display: block;
  position: relative;min-height: 100%;
}
.banner-slide.swiper-slide-active figure {
  transition: 6s linear;
  transform: scale(1);min-height:100%;
}
.banner-slide.swiper-slide-active .bhide {
  visibility: visible;
  animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;opacity: 1;
}
@keyframes letterL {
  0% {
    opacity: 0;
    color: #ffffff 0px 0px 40px;
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    color: #3380c3 0px 0px 0px;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    color: #ffffff 0px 0px 0px;
  }
}
.bhide {
  visibility: hidden;
  transform: translateY(-100px);opacity: 0;
}
.btext {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 50%;
  margin-top: -153px;
  z-index: 5;
}
.btext p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 3px;
}
.btitle {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.btitle i {
  display: block;
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  height: 1px;
}
.btitle i:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 33px;
  height: 2px;
  background: #fff;
}
.btitle h3 {color: #FFF;font-weight: 300;
font-size: 30px;margin-bottom: 9px;}
.btitle strong {
  display: block;
  color: #fff;
  font-size: 50px;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btitle small {color: #FFF;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
font-size: 18.756px;letter-spacing: 1px;font-weight: 300;
text-transform: capitalize;margin-bottom: 12px;
}
.btext .jd {width: 200px;height: 50px;line-height: 50px;text-align: center;background:#376496;font-size: 18px;position: relative;visibility: hidden;transform: translateY(200px);}
.btext .jd em {font-style: normal;font-size: 20px;margin-left: 10px;}
.banner-slide.swiper-slide-active .btext .jd {
  visibility: visible;animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.btext .jd a {position: relative;color: #fff;z-index: 3;}
.btext .jd span {position: absolute;width: 0;height: 100%;left: 0;top: 0;background:#0476b5;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;z-index: 1;}
.btext .jd:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.banner-prev {
  position: absolute;
  left: 12.5%;
  bottom: 22%;
  z-index: 10;height: 55px;
  overflow: hidden;background: none
}
.banner-prev i {font-size: 20px;}
.banner-prev span {
  display: block;
  float: left;
  position: relative;
  z-index: 3;font-weight: bold;
  margin-right: 34px;
  width: 48px;
  height: 48px;font-size: 20px;color: #fff;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;background: none;opacity: 0.5;
}
.banner-prev span:hover {
  color: #fff;opacity: 1;
}

.banner .swiper-pagination-bullet {
  width: 33.3333%;
  height:50px;
  display: inline-block;position: relative;
  border-radius: 100%;border-radius: 0;opacity: 0.5;background: none;
  border-bottom:rgba(255,255,255,1) 1px solid;margin: 0 !important;color: #fff;line-height: 50px;font-size: 17px;
}
.banner .swiper-pagination-bullet::before{content: ""; position: absolute;left: 0;bottom:-1px;width: 0;height: 2px;background: #fff; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width:100%;-webkit-transition:all 5s; -moz-transition:all 5s; -o-transition:all 5s; transition:all 5s; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: none;border-bottom:rgba(255,255,255,0.5) 1px solid;}
/*
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
*/
.banner .swiper-pagination {bottom: 63px !important;}




.content {padding:0px 0 0}


.title{width:100%;text-align:center;margin-bottom: 40px;}
.title h1{font-size:40px;line-height:55px; color: #111;padding:10px 0 10px 0;}
.title p{font-size:20px;color:#666;line-height:20px}
.title .pre{margin-right:14px;}
.title .after{margin-left:14px;}
.title .pre,.title .after{position:relative; display:inline-block; height:25px; width:45px;}
.title .pre span,.title .after span{position:absolute;background: #376496;width:28px; height:4px; border-radius:4px;}
.title span.one{opacity: 0.6; top:0px; left:15px;}
.title span.two{left:0; top:10px;}
.title span.three{opacity: 0.3; bottom:0px; left:9px; width:22px;}
.title .after .one{opacity: 0.6; top:0px; right:15px; left:auto;}
.title .after .two{right:0; top:10px; left:auto}
.title .after .three{opacity: 0.3; bottom:0px; right:9px; left:auto; width:22px;}
.sub-title{text-transform: uppercase;font-size: 14px;}

.title1{width:100%;text-align:center;margin-bottom: 40px;}
.title1 h1{font-size:50px;line-height:36px; color: #fff; padding:10px 0 10px 0;}
.title1 p{font-size:16px;color:#fff;line-height:90px}
.title1 .pre{margin-right:14px;}
.title1 .after{margin-left:14px;}
.title1 .pre,.title1 .after{position:relative; display:inline-block; height:25px; width:45px;}
.title1 .pre span,.title1 .after span{position:absolute;background: #fff;width:28px; height:4px; border-radius:4px;}
.title1 span.one{opacity: 0.6; top:0px; left:15px;}
.title1 span.two{left:0; top:10px;}
.title1 span.three{opacity: 0.3; bottom:0px; left:9px; width:22px;}
.title1 .after .one{opacity: 0.6; top:0px; right:15px; left:auto;}
.title1 .after .two{right:0; top:10px; left:auto}
.title1 .after .three{opacity: 0.3; bottom:0px; right:9px; left:auto; width:22px;}

.index4{padding:80px 0; position: relative; background:url(../images/j18.jpg) center no-repeat; background-size:cover;}
.index4 .text{width:48%; float:left; padding:0 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#376496; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-weight: bold;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:26px; color:#313131; padding:5px 0 15px 0; position: relative;font-weight: bold;}
.index4 .text .H5::after{width:40px; height: 1px; content: ""; position: absolute; bottom:0; left: 0; background-color:#376496; opacity: .8;}
.index4 .text .p{font-size:16px; color:#333; line-height: 2; margin: 20px 0 35px;height: 198px;overflow: hidden;}
.index4 .more {width: 160px;height: 45px;line-height: 45px;text-align: center;margin-top:30px;position: relative;background: #376496;border-radius: 25px;overflow: hidden;}
.index4 .more span {position: absolute;left: 0;top: 0;width: 0;height: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;background: #0d84cc;z-index: 1;}
.index4 .more:hover span {width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.index4 .more:hover a {color: #fff;}
.index4 .more a {font-size: 16px;color: #fff;z-index: 2;position: relative;}


.more2{display:block; width:163px; height: 45px; line-height: 45px; background-color:#376496;border:1px solid #376496;  text-align: center; font-size:16px; color:#fff;}
.more2:hover{background-color:transparent; border:1px solid #376496; color:#376496;}
.index4Num{margin-top:35px; padding-top:35px; border-top:1px solid #e4e4e4;display: flex;justify-content: space-between;}
.index4Num .list{font-weight:bolder; float:left; }
.index4Num .list:nth-child(2){float:right;}
.index4Num .big{font-size:60px; color:#376496; font-family: Arial; font-weight: bolder; line-height:48px; display: inline-block;}
.index4Num .small{font-weight:normal; display:inline-block;font-size:30px; color:#376496; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .small2{font-weight:normal; display:inline-block;font-size:20px; color:#376496; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .p2{display:inline-block; font-size:14px; color:#5a5a5a; line-height: 20px; vertical-align: middle;font-weight:normal; }
.videoR{ width:48%;padding:0 0 32px 5%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;float: right;box-sizing: border-box;}
.videoR .pic{height:auto;overflow: hidden;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}

@media screen and (max-width:1549px){
	.index4Num .big{font-size:60px;}
}
@media screen and (max-width:1199px){
	.index4{padding:60px 0;}
	.index4Num .big{font-size:50px;}
	.index4Num .p2{display:block;}
	.videoR{padding:0 0 30px 30px;}
	.videoR .playBtn{width:60px; height: 60px; left: 0px;}
	.index4Num{margin-top:30px; padding-top:30px;}
	.index4 .text .H4{font-size:28px;}
	.index4 .text .H5{font-size:22px;}
	.videoBox2{width:90%;}
}
@media screen and (max-width:767px){
	.index4{padding:40px 0 30px 0;}
	.index4 .text{padding:0; width:100%;}
	.videoR{position:relative;}
	.index4 .text .H4{font-size:20px;}
	.index4 .text .H5{font-size:16px; padding:10px 0;}
	.index4 .text .p{font-size:16px; line-height: 26px; height: 110px; margin: 15px 0;}
	.more2{width:120px; font-size:12px;}

	.videoR{width:100%; top:auto; margin-top:20px; padding:0 0 20px 20px;}
	.videoR .pic{background:none !important; height: auto;}
	.videoR .playBtn{width:30px; height: 30px; top:50%; margin-top:-15px; left: 5px;}
	
}


/*选项*/

.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:35px; color:#333; margin-bottom:20px; position:relative;text-transform: uppercase;font-weight: bold;}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 3px; background:#376496;}
.tit h3 { font-size:14px; color:#666; margin-top:10px; text-transform:uppercase}
.padd{padding: 60px 0;}


.sy_hyfl{min-height:680px;background: url(../images/bg_fl.jpg) center / cover no-repeat;background-attachment: fixed;}
.sy_hyfl ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.sy_hyfl ul li {width:calc(20% - 1px);margin: 0 0.5px;position: relative;min-height: 680px;}
.sy_hyfl ul li .box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.4);padding: 30px 30px;display: flex;flex-direction: column;align-items: center;justify-content: center}
.sy_hyfl ul li .t_b {width: 70px;height: 70px;border: rgba(255,255,255,1) 1px solid;border-radius: 36px;box-sizing: border-box;padding: 15px;margin: 0 auto 15px;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;;}
.sy_hyfl ul li .t_b img{width: 100%;display: block;}
.sy_hyfl ul li h3 {font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;text-align: center;letter-spacing: 1px;}
.sy_hyfl ul li .text {font-size: 16px;color: #fff;line-height: 1.8;text-align: justify;}
.sy_hyfl ul li .more {margin: 20px auto 0;text-align: center;width: 130px;line-height: 36px;position: relative;color: #fff;letter-spacing: 2px;border: #fff 1px solid;border-radius: 20px;overflow: hidden}
.sy_hyfl ul li .more .po{position: relative;z-index: 9;}
.sy_hyfl ul li .more i {margin-left: 5px;}
.sy_hyfl ul li .more span {width: 0;height: 100%;background: #376496;position: absolute;left: 0;bottom: 0;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.sy_hyfl ul li:hover .more span {width: 100%;}
.sy_hyfl ul li:hover .more{border: #376496 1px solid;}
.sy_hyfl ul li:hover .box{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;background: rgba(0,0,0,0.1);}
.sy_hyfl ul li:hover .t_b {margin-bottom: 20px;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}


.product-number-info {
  
    position: relative;padding:80px 0;width: 100%;background:url(../images/sjbj.png) center / cover no-repeat;
}
.product-number-info h2 {font-size: 30px;text-align: center;color: #fff;margin-bottom: 50px;}

.product-number-info .product-number-inner {
    width:100%;
    margin: 0 auto;
}

.product-number-info ul {display: flex;justify-content: space-between;
    
}

.q {
    zoom: 1; }

.product-number-info li {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
    float: left;padding: 0 15px;
    width:14.28%;
    color: #fff;
    padding-top: 1px;box-sizing: border-box;text-align: center;height: 140px;border-radius: 10px;position: relative;
}
.product-number-info li:after{content: '';width: 1px;height:100px;background:rgba(255,255,255,0.3);position: absolute;right: 0;top: 50%;margin-top: -50px;}

.product-number-info li:last-child:after {display: none;
}
.product-number-info li:hover b{color: #b4dcfd;}
.product-number-info li b {
    font-size: 55px;font-weight: bold;color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li h3 {font-size: 20px;color: #333;letter-spacing: 1px;}
.product-number-info li p {
    font-size: 16px;color: #fff;
}
.product-number-info li:hover p{color: #b4dcfd;}
.product-number-info li b i {
    font-style: normal;font-weight: bold;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 24px;font-weight: normal;
    padding-left: 1px;
    position: relative;
    top: -4px;
}

.sy_ywly{padding: 80px 0;background: url(../images/sy_1.jpg) center / cover no-repeat;}

.ly{display: flex;justify-content:center;align-items: stretch;flex-wrap: wrap;}

.ly li{width:18%;padding:40px 20px;box-sizing: border-box;box-shadow: 0 0 20px rgba(0,0,0,0.05);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background: #fff;margin: 0 1% 20px;border-radius: 15px;}
.ly li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.15);background: #376496;}
.ly li .t_b{width: 60px;margin: 0 auto 20px;text-align: center;line-height: 60px;}
.ly li .t_b i{font-size: 60px;color: #222;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ly li h3{font-size: 16px;color: #222;line-height: 30px;text-align: center;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ly li:hover h3{color: #fff;}
.ly li:hover i {color: #fff;}

.sy_dt {padding:70px 0;background: #f5f5f5;}
.sy_dt .container{display: flex;justify-content:center;flex-wrap: wrap;}
.sy_dt li {width: 20%;padding:0 10px;}
.sy_dt li .box {padding: 30px 20px;transition: all .05s;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05),-1px -1px 1px rgba(0,0,0,0.05);height: 400px;background: #fff;position: relative;}
.sy_dt li:hover .box{background: #376496;}
.sy_dt li .more{position: absolute;
  right: 25px;
  bottom: 35px;
  text-transform: uppercase;
  color: #376496;}
.sy_dt li:hover .more{color: #fff;}
.sy_dt li .box .time {font-size: 18px;line-height: 40px;text-align: center;color: #376496;margin-bottom: 20px;}
.sy_dt li:hover .box .time {color: #fff;}
.sy_dt li:hover .box h3 {color: #fff;}
.sy_dt li .box h3 {margin-top: 20px;
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  height: 60px;
  overflow: hidden;}
.sy_dt li .box .text {margin-top: 25px;
  color: #777;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;}
.sy_dt li:hover .box .text{color: #fff;}
.text-center {
  text-align: center;
}
.sy_dt li:hover .box img{filter:grayscale(100%) brightness(1000%); -webkit-filter:grayscale(100%) brightness(1000%); -moz-filter:grayscale(100%) brightness(1000%); -ms-filter:grayscale(100%) brightness(1000%); -o-filter:grayscale(100%) brightness(1000%);}
.sy_dt li img {
  vertical-align: middle;transition: all .05s;
}
.sy_wzlist {padding:70px 0 50px;}
.sy_wzlist .container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sy_wzlist .box{width: 48% ;}
.sy_wzlist ul {}
.sy_wzlist ul li {margin-bottom: 20px;overflow: hidden;display: flex;justify-content: space-between;align-items: stretch;padding-bottom: 15px;border-bottom: #eee 1px solid;}
.sy_wzlist ul li:hover {border-bottom: #376496 1px solid;}
.sy_wzlist ul li img {width: 220px;float: left;display: block;height: 160px;object-fit: cover;border: #eee 1px solid;}
.sy_wzlist ul li .w_z {width:calc(100% - 250px);float: right;position: relative;}
.sy_wzlist ul li .w_z h3{font-size: 20px;font-weight: bold;color: #222;line-height: 1.5;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;margin-bottom: 10px;}
.sy_wzlist ul li .w_z p{font-size: 15px;line-height: 1.8;color: #666;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;}
.sy_wzlist ul li:hover .w_z h3{color: #376496;}
.sy_wzlist ul li .w_z .time {font-size: 14px;color: #222;position: absolute;left: 0;bottom: 0;}
.sy_wzlist ul li .w_z .time i {margin-right: 10px;vertical-align: middle;}


/*新闻*/

.index-fiv {
    padding: 80px 0;
}
.index-fiv .g-tit1 .hr {
  margin: 10px auto 25px;
}

.infiv-con {
    margin-top: 45px;
}

.infiv-ul {
    margin: 0 -17.5px;
}

    .infiv-ul li {
        float: left;
        width: 33.333%;
        padding: 0 17.5px;box-sizing: border-box;
    }

        .infiv-ul li a {
            display: block;
        }

.infiv-img {
    overflow: hidden;border-radius: 16px 16px 0 0;
}

    .infiv-img img {
        width: 100%;
        transition: ease 1s;
    }

.infiv-txt {
    padding: 26px 25px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    height: 217px;box-sizing: border-box;border-radius:0 0 16px 16px;
}

    .infiv-txt h3 {
        font-size: 18px;font-weight: bold;
        line-height: 30px;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.index-fiv .hx {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: relative;
  margin: 6px 0 0;
}
.index-fiv .hx:before {
  content: '';
  position: absolute;-webkit-transition: .6s;
  transition: .6s;
  left: 100%;
  top: -5px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #376496;
  opacity: 0;
  border-radius: 50%;
}
.index-fiv li:hover .hx {
  background-color: #376496;
}
.index-fiv li:hover .hx:before {
  opacity: 1;
  left: 0;
}

    .infiv-txt span {
        margin-top: 15px;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        font-family: "Arial";
    }

    .infiv-txt p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 60px;
    }

.infiv-ul li:hover .infiv-txt h3 {
    color: #376496;
}

.infiv-ul li:hover .infiv-img img {
    transform: scale(1.05);
}
.index-fiv .more {display: block;
width: 200px;
height: 50px;
font-size: 16px;
background: #376496;
color: #fff;
box-sizing: border-box;
padding: 0 30px;
line-height: 50px;border-radius: 30px;position: relative;overflow: hidden;margin:50px auto 0;}
.index-fiv .more a {color: #fff;position: relative;z-index: 8}
.index-fiv .more i {font-size: 20px;margin-left: 10px;}
.index-fiv .more span {position: absolute;left: 0;bottom: 0;width: 0;height: 100%;background: #0d84cc;-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.index-fiv .more:hover span {width: 100%;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.index-fiv .more::after {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    background: url(../images/rights.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
	margin-top: -7px;}

.sy_hzhb {padding:80px 0;text-align: center;background: #f5f5f5;}
.sy_hzhb ul {display: flex;justify-content: center;flex-wrap: wrap;}
.sy_hzhb ul li {width:11.5%;display: inline-block;border: #eee 1px solid;margin: 0 0.5% 1%;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_hzhb ul li img {width: 100%;display: block;}
.sy_hzhb ul li:hover{box-shadow: 0 0 10px #ccc;transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}


.in_p8{  border-bottom:1px solid #c4c7d2; position: relative;}
.in_p8 .aa{position: absolute; display: block; width: 100%; height: 100%;  z-index: 1;}
.in_p8 .box{ padding:94px 0 80px 0; position:relative;  overflow: hidden;}
.in_p8 ul{ margin-top:10px; clear: both; overflow: hidden;}
.in_p8 li{ float:left; padding-right:28px; margin-right:25px; margin-bottom: 20px; position:relative; font-size:40px; line-height:42px; color:#555; font-weight:300;}
.in_p8 li:before{content:""; position:absolute; right:0; top:50%; display:inline-block; width:5px; height:5px; border-radius:5px; background:#b0b5c4;}
.in_p8 li:last-child{ padding-right:0; margin-right:0;}
.in_p8 li:last-child:before{ display:none;}
.in_title .sp1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.in_p8 .text{ padding:25px 0 0 0; font-size:16px; line-height:26px; color:#376496; max-width:612px}
.in_p8 .box .bg_img{ position:absolute; right:0; bottom:0; width:auto; height:133px;}
.in_p8 .in_btn{padding-top:50px; }
.in_p8 .in_btn a{min-width: 174px; box-sizing: border-box; text-align: center;font-size: 16px;}
.in_btn a{ display:inline-block; padding:10px 30px; font-weight:bold; border:2px solid #376496; color:#376496;}
.in_btn a:hover{ background:#376496; color:#fff;}
.index-contact {

	min-width: 1200px;

	padding: 90px 0;

	background-image: url(../images/contact.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	background-position: center top;

	position: relative;

}

.index-contact .cover {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0,0,0,0.5);

	z-index: 1;

}

.index-contact .s {

	position: relative;

	z-index: 100;

}

.index-contact h6 {

	font-size: 34px;font-weight: bold;

	color: #fff;

	line-height: 40px;margin-bottom: 30px;

}

.index-contact p {

	line-height: 30px;

	font-size: 18px;

	color: #eee;max-width: 800px;

}

.index-contact .btn {

	position: absolute;

	top: 50%;

	right: 120px;

	display: block;

	width: 200px;

	margin-top: -25px;

	text-align: center;

	border-radius: 3px;

}

.index-contact .btn a {

	display: block;

	height: 48px;

	line-height: 48px;

	font-size: 18px;

	color: #fff;background: #376496;

}
.index-contact .btn:hover a {background: rgba(155,4,12,1)

}


/* start footer */
.footer_bg{background:#333; width:100%;padding:35px 0 0;}
.footer { }
.footer .zuo3 {}
.footer .zuo3 ul{display: flex;justify-content: space-between;}
.footer .zuo3 ul li { float:left;padding-right: 90px;min-width: 50px;width: 400px;}
.footer .zuo3 ul li.logo{margin-top: 30px;}
.footer .zuo3 ul li.logo img {height: 65px;}
.footer .zuo3 ul li:last-child{padding: 0;}
.footer .zuo3 ul li .tit1 a { font-size:18px; font-weight:bold; color:#fff; line-height:36px; display:block;width: 100%;}
.footer .zuo3 ul li .tit1 {overflow: hidden;}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#376496;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:50%; float: left;display:block; line-height:28px; font-size:14px; color:#fff;text-transform: capitalize;}
.footer .zuo3 ul li a:hover { color:#eee}
.footer .zuo3 ul li.lx {width: 380px;padding-right: 0}
.dzwz {line-height:30px;color:#fff;font-size:14px; float:left;}
.dzwz p { line-height:30px;color:#fff;font-size:14px;margin-bottom: 10px;}
.dzwz p i {width: 26px;height: 26px;line-height: 26px !important;background: #fff;border-radius: 15px;color: #376496;text-align: center;margin-right: 10px;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;display: inline-block}
.dzwz p:hover i{background: #376496;color: #fff;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.footer .zuo3 ul li.yx {padding-right: 0;float: right;width: 140px}
.footer .zuo3 ul li.yx .tb {padding-top: 20px}
.footer .zuo3 ul li.yx .tb a {width: 30px;margin-right: 10px;position: relative;float: left;}
.footer .zuo3 ul li.yx .tb a i{font-size: 20px;}
.footer .zuo3 ul li.yx .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.footer .zuo3 ul li.yx .tb a:hover .wx{display: block;}
.footer .zuo3 ul li.yx .tb a img {width: 100%;}


.footer .weix {width: 120px;float: right;text-align: center;line-height: 30px;margin-right: 15px;}
.footer .weix img {width: 100%;}
.footer_btm {margin:30px auto 0;background: rgba(0,0,0,0.3); width:100%;}
.copy {width: 1200px;margin: 0 auto;line-height:70px;text-align: center;font-size: 16px;}
.copy p {font-size: 16px;text-transform: uppercase;color: #fff;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}




.n_ban{width:100%; height:440px; position:relative;}
.n_ban .mb {position: absolute;z-index: 1;width: 100%;height: 100%;background:rgba(0,0,0,0.4);left: 0;top: 0;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;padding-bottom: 50px;}
.n_ban h3 {font-size: 40px;font-weight: bold;line-height: 2;color: #fff;}
.n_ban h4 {font-size: 18px;color: #fff;line-height: 1.8;}


.ntit { width:100%; padding:10px 0; border-bottom:#ccc 1px solid; overflow:hidden}
.ntit ul li { display:inline-block; margin:0 10px;}
.ntit ul li a { line-height:34px; background:#eee; padding:0 20px; font-size:14px; color:#333;border-radius:17px;-moz-border-radius:17px;-webkit-border-radius:17px; display:block }
.ntit ul li a:hover { background:#376496; color:#fff;}
.ntit ul li a.on { background:#376496; color:#fff;}

.ny_jj {padding: 70px 0;}
.ny_jj .tit h1::after{left: 0;margin-left: 0;}
.ny_jj .tp {width: 45%;float: right;}
.ny_jj .tp img {width: 100%;display: block;}
.ny_jj .w_z {width: 51%;float: left;}
.ny_jj h3 {font-size: 20px;font-weight: bold;
color: #000000;margin-bottom:15px;}
.ny_jj .line {width: 47px;height: 4px;background: #376496;margin-bottom: 26px;margin-top: 15px;}
.ny_jj .text{font-size: 16px;
line-height: 1.8;color: #333;}

.gy_jj {padding: 60px 0;background: #f5f5f5;}
.gy_jj .tp {width: 50%;}
.gy_jj .tp img {width: 100%;display: block;}
.gy_jj .wenz {width: 45%;}
.gy_jj .wenz h2 {font-size: 35px;color: #222;font-weight: bold;margin-bottom: 40px;position: relative;}
.gy_jj .wenz h2::after {width: 60px;height: 3px;background: #376496;content: "";position: absolute;left: 0;bottom: -15px;}
.gy_jj .wenz .zi{font-size: 16px;line-height: 1.8;color:#333;}

/*发展历程*/
.ny_fzlc{padding: 80px 0;overflow: hidden;}
.ny_fzlc .swiper-btn {
  display: block;
  width: 42px;
  height: 42px;line-height: 40px;text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);background: #fff;color: #376496;border-radius: 50%;margin-top: 25px;
  z-index: 99;
}
.ny_fzlc .swiper-btn:hover{background: #376496;color: #fff;}
.ny_fzlc .swiper-btn i{font-size: 20px;font-weight: bold;}

.ny_fzlc .lc-prev{left: -45px;}
.ny_fzlc .lc-next{right:-45px;left: auto;}
.fzlc_list{position: relative;}
.swiper-fzlc{z-index: 5 !important;}
.fzlc_list ul{position: relative;}
.fzlc_list .swiper-wrapper{align-items: stretch;}
.fzlc_list::after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;top: 50%;margin-top: -26px;
  z-index: 1;
}
.fzlc_list li{position: relative;z-index: 5;padding-left: 20px;}
.fzlc_list li:nth-child(2n){padding-top: 185px;}
.fzlc_list li .n_r{border-left: #ccc 1px solid;padding-left: 25px;position: relative;padding-bottom: 52px;height: 100%;}
.fzlc_list li:nth-child(2n) .n_r {padding-top: 52px;padding-bottom: 0;}
.fzlc_list li .n_r h3 {font-family: 'Bebas';
  color: #fff;font-weight: bold;
  font-size: 24px;
  line-height: 40px;margin-bottom: 10px;}
.fzlc_list li .n_r .text {font-size: 16px;
  line-height: 30px;
  color: #fff;}
.fzlc_list li .n_r::after{content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #376496;
  position: absolute;
  left: -13px;
  top: 0;
  border: #cae1fb 8px solid;z-index: 9;}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ny_tdss{padding-bottom: 50px;}
.ny_tdss p {
    font-size: 18px;
    margin-bottom: 2.0833vw;
    text-align: center;color: #fff;
}


.ny_news {
		padding: 60px 0 60px 0;
		overflow: hidden;
}
.ny_news .ju {
		margin: 0 auto;
		overflow: hidden;
}
.ny_news .title {
		text-align: center;
		font-size: 40px;
		color: #333;
}
.ny_news .title p {
		color: #999;
		font-size: 16px;
		line-height: 35px;
}
.ny_news ul {
		    overflow: hidden;
    padding: 0;
}
.ny_news ul li {
		    transition: all .5s ease;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    margin: 20px;border: #eee 1px solid;
}
.ny_news ul li:hover{box-shadow: 0 0 15px rgba(0,0,0,0.15)}
.ny_news ul li .tim {
		position: relative;
		width: 120px;
		float: left;
}
.ny_news ul li .tim:before {
		content: "";
		width: 40px;
		height: 1px;
		background-color: #979797;
		position: absolute;
		top: 16px;
		left: -42px;
		transition: all .5s ease;
}
.ny_news ul li:hover .tim:before {
		content: "";
		width: 0px;
		height: 0px;
		background-color: #979797;
		position: absolute;
		top: 16px;
		left: -42px;
		transition: all .5s ease;
}
.ny_news ul li:hover .text h3:before {
		content: "";
		width: 40px;
		height: 1px;
		background-color: #376496;
		position: absolute;
		top: 14px;
		left: 0;
		transition: all .5s ease;

}
.ny_news ul li:hover .text h3 {
		transition: all .5s ease;
		padding-left: 60px;
		color: #376496;font-weight: bold;
}
.ny_news ul li .text h3:before {
		content: "";
		width: 0;
		height: 1px;
		background-color: #376496;
		position: absolute;
		top: 14px;
		left: 0;
		transition: all .5s ease;
}
.ny_news ul li .tim .yr {
		display: block;
		font-size: 30px;
		color: #376496;
}
.ny_news ul li .tim .nf {
		display: block;
		font-size: 18px;
		color: #376496;
}
.ny_news ul li .text {
		position: relative;
		float: right;
		width: calc(100% - 160px);
}
.ny_news ul li .text h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
		transition: all .5s ease;
		font-size: 20px;
		color: #222;
}
.ny_news ul li .text p {
		font-size: 16px;
		color: #666;
		line-height: 30px;
		height: 60px;
		margin-top: 20px;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
}
.ny_news ul li .text .img {
		transition: all .5s ease;
		width: 480px;
}
.ny_news ul li .text .img img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		transition: all .5s ease;
		width: 480px;
}


.ny_td{padding: 60px 0;overflow: hidden;}
.ny_td .left {width: 300px;float: left;}
.ny_td .left .b_t{line-height: 60px;border-bottom: #376496 1px solid;color: #376496;font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.ny_td .left ul li{line-height: 50px;border-bottom: #ccc 1px dashed;font-size: 16px;color: #222;}
.ny_td .left ul li a {color: #222;}
.ny_td .left ul li:hover a {color: #376496;}
.subNavBox{}
.subNav{cursor:pointer;line-height:50px; background:#f5f5f5; display:block;font-size:16px; color:#333; margin-bottom:5px;padding: 0 10px;background:#f5f5f5 url(../images/jiantou1.jpg) no-repeat;background-position:95% 50%}
.subNav a {color: #333;}
.subNav:hover{color:#376496;}
.subNav:hover a{color:#376496;}
.currentDd{color:#376496;}
.currentDd a{color:#376496;}
.currentDt{background-image:url(../images/jiantou.jpg);}
.navContent{display: none;}
.navContent li a{display:block;heighr:35px;font-size:14px;line-height:40px;color:#333;  margin:2px 0;padding: 0 10px;}
.navContent li a:hover{color:#376496;}



.ny_td .tright{width: calc(100% - 350px);float: right}

.ny_tdss .flex>div {
    width: 44%;position: relative;
}
.ny_tdss .flex .ssfh{width:9%;line-height: 50px; font-size: 16px;text-align: center;background: #376496;color: #fff;}
.ny_tdss .flex .ssfh img{margin-right: 8px;vertical-align: middle;}
.ny_tdss .tp{position: absolute;left: 15px;top: 12px;}

.ny_tdss input{background: url(../images/name.png) 15px center no-repeat;padding-left: 50px !important;}
.ny_tdss input,
.ny_tdss select {
    height: 50px;
    background-color: #ffffff;border: #376496 2px solid;
    border-radius: 6px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    padding: 0 15px 0 50px;box-sizing: border-box;
}

.ny_tdss input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.ny_tdss input:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.ny_tdss input::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.ny_tdss input:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.ny_tdss input::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.ny_tdss input::placeholder {
    color: #333;
    opacity: 1;
}

.ny_tdss input:focus {
    border: solid 2px #851b20;
}

.ny_tdss select {
    background-image: url(../images/xl.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;box-sizing: border-box;
}

.ny_td .tright ul li {width:100%;margin-bottom: 30px;overflow: hidden;}
.ny_td .tright ul li .t_p{width:30%;float: left;}
.ny_td .tright ul li .t_p img{width: 100%;display: block;}
.ny_td .tright ul li .w_z {width: 64%;float: right;}
.ny_td .tright ul li .w_z h3 {font-size:24px;color: #376496;margin-bottom: 15px;line-height: 1.8;}
.ny_td .tright ul li .w_z h3 span{font-size: 14px;color: #666;margin-left: 5px;}
.ny_td .tright ul li .w_z p {font-size:16px;color: #444;margin-bottom: 15px;line-height: 1.8;}
.ny_td .tright ul li .w_z h4 {font-size:16px;color: #376496;}
.ny_td .tright ul li .w_z h4 i {margin-right: 8px;}
.ny_td .tright ul li .w_z h4 span{margin-left: 30px;}

.ny_ly{padding: 60px 0;}
.ny_ly ul{display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;}
.ny_ly li{width: 18%;padding: 50px 15px;box-sizing: border-box;box-shadow: 0 0 20px rgba(0,0,0,0.05);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background: #fff;margin: 0 1% 20px;}
.ny_ly li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.15);background: #376496;}
.ny_ly li .t_b{width: 60px;margin: 0 auto 20px;text-align: center;line-height: 60px;}
.ny_ly li .t_b i{font-size: 60px;color: #222;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_ly li h3{font-size: 16px;color: #222;line-height: 30px;text-align: center;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_ly li:hover h3{color: #fff;}
.ny_ly li:hover i {color: #fff;}
.ny_ly li .more{width: 130px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;background: #376496;border-radius: 5px;margin: 25px auto 0;color: #fff;}
.ny_ly li:hover .more{background: #fff;color: #376496;}

.lx_wm{margin:70px auto ;padding-bottom: 40px;}
.lx_wm .rc_zp .ts{font-size:14px; line-height:26px; color:#555; margin-top:20px;}
.lx_wm .rc_zp .ts a{color:#376496;}
.lx_wm .rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px;}
.lx_wm .rc_zp .jr_lm.jt{border: 1px solid #376496;}
.lx_wm .rc_zp .jr_bt{padding:10px 40px; height:60px; font-size:16px; line-height:40px; color:#555; overflow:hidden; cursor:pointer;}
.lx_wm .rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_bt.on{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_lm.jt .jr_bt{background-color:#376496; color:#fff; padding:20px 40px; line-height:40px;height: 80px;}
.lx_wm .rc_zp .jr_bt span{float:left; width:20%; text-align:center;}
.lx_wm .rc_zp .jr_bt span.s_40{float:left; width:20%; text-align:left;}
.lx_wm .rc_zp .jr_nr{background-color:#fff; padding:30px 40px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none;}
.lx_wm .rc_zp .jr_nr .gw{width:80px; float:left;}
.lx_wm .rc_zp .jr_nr .js{width:1020px; float:right; margin-bottom:20px;color: #444;}
.lx_wm .rc_zp .sqzw a {width: 180px;height: 35px;line-height: 35px;text-align: center;display: block;margin-top: 30px;float: right;background: #376496;font-size: 16px;color: #fff;}
.lx_wm .rc_zp .lxfs {float: left;line-height: 35px;font-size: 16px;color: #333;margin-top: 30px;}
.lx_wm .rc_zp .lxfs a {color: #333}
.lx_wm .rc_zp .lxfs a:hover {color: #376496}


.ny_lx {padding: 60px 0;}
.ny_lx ul {display: flex;align-items: stretch;}
.ny_lx ul li {width: 31.3333%;margin: 1%;}
.ny_lx ul li .t_p{width: 100%;padding-top: 60%;position: relative;overflow: hidden;}
.ny_lx ul li .t_p img{width: 100%;height: 100%;position: absolute;object-fit: cover;left: 0;top: 0;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;}
.ny_lx ul li:hover .t_p img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.ny_lx ul li .t_p .m_b {position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 20px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), transparent 30%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 22px;
  color: #fff;z-index: 9;}
.ny_lx ul li .w_z {padding: 20px 0;font-size: 16px;line-height: 26px;color: #222;}
.ny_lx ul li .w_z p {margin-bottom: 12px;}
.ny_lx ul li .w_z i{margin-right: 6px;color: #376496;}


.ny_ywxq {padding: 60px 0;}
.ny_ywxq .con{display: flex;justify-content: space-between;align-items: stretch;}
.ny_ywxq .left {width: 260px;float: left;border-right: #ccc 1px solid;}
.ny_ywxq .left ul li{line-height: 60px;font-size: 16px;}
.ny_ywxq .left ul li a{color: #222;display: flex;}
.ny_ywxq .left ul li i {margin-right: 8px;font-size: 24px;}
.ny_ywxq .left ul li:hover a{color: #376496;}
.ny_ywxq .left ul li.on a{color: #376496;}
.ny_ywxq .left ul li.on{font-size: 20px;font-weight: bold;}
.ny_ywxq .right{width: calc(100% - 310px)}
.ls-con, .ls-con p {
  color: #666;
  line-height: 32px;
  font-size: 16px;
}
.ls-alltitle {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 30px;
}

.ls-alltitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 3px;
    background-color: #376496;
}



























.page{ text-align:center; margin:30px auto;}
.page a{ height:30px; line-height:30px; display:inline-block; font-size:14px; color:#5a5a5a;  margin:0; padding:0 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border:#ccc 1px solid; margin:0 3px }
.page a:hover{color:#fff; background:#00837a}
.page a.on{color:#fff; background:#00837a}


.sy_cpzx {margin:50px auto;}
.sy_cpzx .cplb { width:270px; float:left}
.sy_cpzx .cplb .tit { line-height:60px; padding:5px; background:#376496; margin-bottom:5px; color:#fff; font-size:20px; font-weight:bold; text-align:center}
.sy_cpzx .cplb .tit span { font-size:14px; text-transform:uppercase; font-weight: normal; display:block}
.sy_cpzx ul.box{width:calc(100% - 310px);margin: 0 auto;float: right}
.sy_cpzx ul.box li {width:31.3333%;float: left;margin: 0 1% 30px;border: #ccc 1px solid;box-sizing: border-box;background: #eee;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);
box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);}
.sy_cpzx ul.box li .tp {position: relative;overflow: hidden;}
.sy_cpzx ul.box li .tp img {width: 100%; transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 18vw;object-fit: cover;}
.sy_cpzx ul.box li:hover .tp img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li .tp .mb {width: 100%;height: 100%;background: rgba(0,0,0,0.5) url(../images/icon7.png) center no-repeat;position: absolute;left: 0;top:-100%;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li:hover .tp .mb{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;top: 0}
.sy_cpzx ul.box li h3 {padding: 12px;line-height: 1.5;color: #333;font-size:16px;text-align: center;}
.sy_cpzx ul.box li:hover h3{color: #fff;}
.sy_cpzx ul.box li:hover{border: #376496 1px solid;background: #376496}
.sy_cpzx ul.box li:nth-child(3n){margin-right: 0}


.sy_cpzx .cptp  { width:920px; float:right}
.sy_cpzx .cptp ul li { width:286px; float:left; position:relative; margin-right:30px; margin-bottom:30px; }
.sy_cpzx .cptp ul li img { width:100%; display:block;border:#ccc 1px solid;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.sy_cpzx .cptp ul li .bt { width:100%; height:32px; line-height:32px;color:#333; text-align:center; font-size:16px}

.sy_cpzx .cptp ul li:hover .bt { color:#036fb8}





.cpxq {padding: 50px 0;margin: 0 auto;}
.cpxq .left {width: 50%;float: left;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #376496 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#376496;}
.cpxqlb .swiper-button-prev{background: url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background: url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:45%;float: right;}
.cpxq .right h3 {font-size: 25px;color: #333;margin-bottom: 20px;font-weight: bold;margin-top: 50px;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #555;margin-bottom: 20px;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;font-weight: bold;border-bottom: #eee 2px solid;line-height: 2.2;}
.cpxq .cptd .bt i{font-size: 24px;margin-right: 10px;vertical-align: middle;font-weight: normal;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 30px;background: #376496;border-radius: 10px 10px 0 0}
.cpxq .cptd p {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(0,150,240,.9); bottom:10px;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;width: 20px;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#376496;border: #376496 1px solid;}
.sy_cp {padding-bottom: 60px;}

.htit{font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: #eee 2px solid;
  line-height: 2.2;}
.htit span {display: inline-block;padding: 0 30px;background: #376496;font-weight: bold;border-radius: 10px 10px 0 0;color: #fff;}
.htit h3 {font-size: 20px;}
.htit i{font-size: 24px;margin-right: 10px;vertical-align: middle;font-weight: normal;}


@media only screen and (max-width:1368px){
	.index4 {
  padding: 70px 0 40px;
}
	
	
	
	
}



@media only screen and (max-width:1024px){
.head_h { height: 60px;}
.header{border:0; height:60px; width:100%}
	.weixin a.wb {
    height: 30px;
    line-height: 30px;
    background: url(../images/top9.png) center no-repeat;
}
.header .container{ padding:0; height: 60px; width:94%}
	.header .logo {
  margin: 10px 0;
}
.header .logo img {
  height: 40px;
}

	.header .right .lx {
  width: 35px;
  line-height:35px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;margin-top: 0;
}
	.header .right .yy {
  width: 35px;
  line-height: 35px;
  margin-top: 0px;
}

	.search button.s_c {
  width: 10%;
}
	.search input.w_z {
  width: 80%;
}
	.search .an_sj {
  width: 10%;
}
	.header.on .nav {
  margin-top: 0;
}
.header .right { margin-right:60px; margin-left: 0;
}
.header.on .right {
    margin-top: 0;
}
	.header.on .right ul li {
  line-height: 60px;
}
	.header .right ul li a {
  color: #333;
}
	.header .right ul li {
  color: #333;line-height: 60px;
}
	.header .right {
  margin-right: 60px;
  margin-top: 0;height: 60px;
}
.header .right a {
    line-height: 30px;
    width: 30px; color:#666;
}

.searchIpt { right:150px;
    top:15px; width:190px;
}
.searchIpt .search_txt {
    width: 132px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#fff}
.header.on .an span { background-color:#555}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 15px;color: #333;}
.header.on .nav .e_j {
    top:0;
}
.header .nav i{display:block;color: #333;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #ccc; float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #ccc; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding: 10px 0;box-shadow: 0 0 10px rgba(0,0,0,0);}
	.nav .e_j .left a{width: 100%;}
.header .nav ul li .e_j a { color:#444; text-align:left; line-height:40px; font-size:15px;width: 100%;}
	.header .nav ul li .e_j a:last-child{border: 0;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.nav .e_j .s_j {
    width: 100%;
    position: relative;
    top:0px;
    left:0px; border:0
}
.header .nav ul li a{font-size:15px; color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
.banner-slide figure {
  height: 22rem;
}
	.banner {
  height: 22rem;
}
	.banner-slide figure img {height: 100%
}
	.banner .swiper-pagination {
  bottom: 10px !important;
}
.btext {
  left: 5%;
  right:5%;transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);margin-top: 0;
}
	.btitle {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
	.btitle strong {
  font-size:30px;
}
	.btitle small {
  font-size: 16px;
  letter-spacing: 0;
}
	.btext .jd {
  width: 160px;
  height:36px;
  line-height: 36px;
  font-size:16px;
}
	.banner-prev {
  left: 0%;
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  height:30px;
  line-height: 30px;font-size: 16px;
}	
.index4 .text {
  width: 100%;
  padding: 0 0 25px 0;
}
	.videoR {
  width: 100%;
  padding: 0 0 20px 5%;
}
	.sy_dt {
  padding: 30px 0;
}
	.sy_dt li {
  width: 100%;
  padding: 0 ;
}
	.sy_dt li .box {
  padding:15px 20px 45px;
  height: auto;
}
	.sy_ywly {
  padding: 30px 0;
}
	.ly li {
  width: 48%;
  padding: 30px 20px;
  margin: 0 1% 20px;
}
	.in_p8 .box {
  padding: 30px 0 80px 0;
}
	.in_p8 li {
  margin-bottom: 0px;
}
	.sy_dt li .box .time {
  font-size:16px;
  line-height:24px;
  margin-bottom: 10px;text-align: left;
}
	.sy_dt li .box .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  -webkit-line-clamp: 2;
}
	.sy_dt li .more {
  bottom: 15px;
}
	.sy_dt li .box h3 {
  margin-top:10px;
  height: auto;
}
	.container {
  width: 90%;
}
	.title h1 {
  font-size: 2.5rem;
  line-height: 1.6;
}
	.swiper-cp .swiper-slide img {
  height:27rem;
}
	.swiper-cp .swiper-slide h3 {
  margin: 10px 0 10px;
}
	.title1 h1 {
  font-size: 2.5rem;
  line-height: 1.4;
}
	.sy_ys .five-part {
  width: 100%;
  height: 330px;
}
	.sy_ys .span-line {
  line-height: 1.6;
}
	.sy_ys {
  padding: 40px 0;
}

	
	.con {
  width: 90%;
}
	.sy_cp ul li {
  width: 47%;
  margin: 0 1.5% 3%;
}
.sy_cp {
  padding: 30px 0;
}
	.sy_hyyy {
  padding: 30px 10px;
}
	.about-content .pic {
  width: 100%;
  margin-right: 0%;
}
	.about-content .info {
  width: 100%;margin-top: 30px;
}
	.about {
  padding: 30px 0 37px;
}
	.zxzx {
  padding: 30px 0 0;
  width: 90%;
  margin: 0 auto 30px;
}
	.footer  {
  padding: 0px 0;
}
	.footer  .zuo3 ul li {display: none;
}
	.footer  .zuo3 ul li.lx {
  width: 100%;display: block;
}
	.footer  .zuo3 {
  width:100%;overflow: hidden;
}
	
	.footer  .you3 {
 float: none;margin: 0 auto;
}
	.footer_btm {
  line-height: 1.5;padding: 10px 0;
}
	.copy {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
	.footer .zuo3 ul li.yx {
  width: 100%;
  padding-right: 0;
  float: none;display: block;margin: 0 auto;
}
	.footer .zuo3 ul li.yx .tb {
  padding-top: 0px;
}
	.zxzx .hd .prev {
  left: -0;
}
	.zxzx .next {
  right: -0;
}
	.zxzx .bd ul li { width:100%; float:left; margin:10px 0 ; background:#f6f6f6}
	.zxzx .bd {
  width: 100%;overflow: hidden;
}
	.n_ban {
  height: 15rem;
}
	.n_ban h3 {
  font-size: 30px;
  letter-spacing: 1px;
}
	.n_ban h4 {
  font-size: 16px;line-height: 1.5;
}
	.sy_cpzx {
  width: 90%;
  margin: 30px auto;
}
	.sy_cpzx .cplb {
  width: 100%;
}
	.subNavBox {
  width: 100%;
}
.header.on .logo {
  width: auto;
}	
	.sy_cpzx ul.box {
  width: 100%;
}
	.sy_cpzx ul.box li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
	.cpxq {
  padding: 30px 0;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;
}
	.htit span {
  padding: 0 15px;
}
	.cpxq .cptd .bt span {
  padding: 0 15px;
}
	.sy_cpzx .cplb .tit {
  line-height: 40px;
}
	.subNav {
  line-height: 36px;
}
	.lx_wm {
  margin: 30px auto;
  padding-bottom: 20px;
}
	.lx_wm .rc_zp .jr_lm.jt .jr_bt {
  padding: 10px 10px;
  line-height: 30px;
  height: 50px;
}
	.lx_wm .rc_zp .jr_bt {
  padding: 8px 10px;
  height: 46px;
  font-size:14px;
  line-height: 30px;
}
	.lx_wm .rc_zp .jr_nr {
  padding: 20px 10px 10px;
  font-size: 14px;
  line-height: 26px;
}
	.lx_wm .rc_zp .jr_nr .js {
  width: 100%;
}
	.lx_wm .rc_zp .jr_nr .gw {
  width: 100%;margin-bottom: 10px;
}
	.ny_jj {
  padding: 30px 0;
}
	.ny_jj .w_z {
  width: 100%;
}
	.ny_jj .tp {
  width: 100%;margin-top: 25px;
}
	.gy_jj .wenz {
  width: 100%;
}
	.gy_jj {
  padding: 30px 0;
}
	.gy_jj .tp {
  width: 100%;margin-top: 25px;
}
	.ny_fzlc {
  padding: 40px 0;
}
	.ny_fzlc .lc-prev {
  left: 0;
}
	.ny_fzlc .lc-next {
  right: 0;
}
	.ny_lx {
  padding: 30px 0;
}
	.ny_lx ul {flex-wrap: wrap;
}
	.ny_lx ul li {
  width: 100%;
  margin: 1% 0;
}
	.ny_td .left {
  width: 100%;
}
	.ny_tdss {
  padding-bottom: 20px;
}
	.ny_td .tright {
  width: 100%;margin-top: 25px;
}
	.ny_td {
  padding: 30px 0;
}
		.ny_news {
  padding: 20px 0 30px 0;
}
	.ny_news ul li .text {
  width: calc(100% - 140px);
}
	.ny_ly li {
  width: 48%;
  padding: 30px 15px;
}
	.ny_ywxq .left {
  width: 160px;
}
	.ny_ywxq .right {
  width: calc(100% - 180px);
}
	
	

}


@media only screen and (max-width:600px){
  .header .logo img {
    height: 30px;
  }
	.header .logo{margin: 15px 0;}
	.header .logo .img2 {
  display: block;
}
	.header .logo .img1 {
  display: none;
}
	  .header .an span {
    background-color: #444;
  } 
	.header .an {
    right: 0px;
  }
	 .header .right {
    margin-right:40px;
  }
	  .header .right .lx {display: none;
  }
	 .header .right .yy {
    width:28px;
    line-height:28px;margin-left: 0;
  }
	.header .right .yy .x_l {
  top: 40px;
}
 .head_h {display: block;
  }
	
	.tit h1 {
  font-size: 2.2rem;
}
	.tit {
  margin-bottom: 30px;
}
	 .btitle strong {
    font-size: 2rem;
  }
	.btitle small {
    font-size: 1.3rem;
  }
	  .banner-prev {display: none;
  }
	  .btext .jd {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
	  .index4 {
    padding: 30px 0 30px;
  }
	.in_p8 li {
  padding-right: 15px;
  margin-right:15px;
  font-size:26px;
  line-height:30px;
}
	.in_p8 .in_btn {
  padding-top: 20px;
}
	.in_p8 .in_btn a {
  min-width: 150px;padding: 5px 10px;
}
	 .in_p8 .box {
    padding: 30px 0 140px 0;
  }
	.footer .zuo3 ul {flex-wrap: wrap;
}
	.cpxq .cptd {
  padding-top: 30px;
}
	.htit {
  margin-bottom: 20px;
}
	.footer .weix {
  float: none;margin: 0 auto;
}
	 .footer .zuo3 ul li.yx .tit1 {text-align: center;
  }
	.footer .zuo3 ul li.yx .line span {margin: 0px auto;
}
	 .copy {
    line-height: 24px;
  }
	.n_ban .mb {
  padding-bottom: 20px;
}
	.n_ban h3 {
    font-size: 24px;
  }
	 .n_ban h4 {
    font-size: 14px;
  }
	.lx_wm .rc_zp .lxfs {width: 100%;
  margin-top: 20px;float: none;text-align: center;
}
	.lx_wm .rc_zp .sqzw a {margin: 20px auto 0;float: none
}
	.fzlc_list li:nth-child(2n) {
  padding-top: 0;
}
	 .fzlc_list li:nth-child(2n) .n_r {
    padding-top: 0;
    padding-bottom: 0;
  }
	.fzlc_list::after {
    top: auto;
    bottom: 0;
    margin-top: 0;
    background: url(../images/line.png) repeat-x left bottom / auto 32px;
  }
		.ny_fzlc .swiper-btn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
	.fzlc_list li .n_r {
  padding-left: 20px;padding-right: 20px
}
	.fzlc_list li .n_r h3 {
  font-size: 20px;
  line-height: 30px;
}
	.fzlc_list li .n_r::after {
  border: #cae1fb 5px solid;
}
	.ny_tdss .flex > div {
  width: 100%;margin: 5px 0
}
	.ny_tdss input, .ny_tdss select {
  height:35px;
  border: #376496 1px solid;
  width: 100%;
  padding: 0 10px 0 40px;
}
	.ny_tdss .tp {
  left: 10px;
  top: 8px;
}
	.ny_tdss .tp img {width: 20px;}
	.ny_tdss .flex .ssfh {
  width: 100%;
  line-height: 35px;
}
	
	.ny_td .left .b_t {
  line-height: 40px;
}
	.ny_td .tright ul li .t_p {
  width: 100%;
}
	.ny_td .tright ul li .w_z {
  width: 100%;margin-top: 20px;
}
	.ny_td .tright ul li .w_z h4 {
  font-size: 14px;
}
	.ny_news ul li {
  padding:15px;
  margin: 10px 0;
}
	.ny_news ul li .tim .yr {
  font-size: 20px;
}
	.ny_news ul li .tim .nf {
  font-size: 16px;
}
	.ny_news ul li .tim {
  width:70px;
}
	.ny_news ul li .text {
    width: calc(100% - 80px);
  }
	.ny_news ul li .text h3 {
  font-size: 18px;
}
	.ny_ly {
  padding: 30px 0;
}
	.ny_ly li .more {
  width: 120px;
}
	.ny_ywxq {
  padding: 30px 0;
}
	.ny_ywxq .con {flex-wrap: wrap
}
	  .ny_ywxq .left {display: none;
  }
	.ny_ywxq .right {
    width: 100%;
  }
	.ls-alltitle {
  margin-bottom: 20px;
}
	
	
	
}








