/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
@font-face
{
	font-family: Montserrat;
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: Tungsten;
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.header-navigation {
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .3s ease-out;
	-o-transition:transform .3s ease-out;
	transition:transform .3s ease-out;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .3s ease-out;
	-o-transition:transform .3s ease-out;
	transition:transform .3s ease-out;
}
.headdv{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.heads{
	background-color: #fcfbfb;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
}
.headdvright ul li{
	line-height: 100px;
	padding: 0 20px;
	position: relative;
}
.headdvright ul li:nth-child(5) dl dd{
	display: none;
}
.headdvright ul li a{
	color: #4c4c4c;
	font-size: 16px;
}
.headdvright ul li:hover{
	background-color: #0b69af;
}
.headdvright ul li:hover  a{
	color: #fff;
}
.headdvright ul li.active{
	background-color: #0b69af;
}
.headdvright ul li.active a{
	color: #fff;
}
.headdvright ul li dl{
	display: none;
	position: absolute;
	top: 100px;
	width: 120%;
    position: absolute;
    left: -10%;
}
.headdvright ul li dl dd{
	line-height: 40px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
}
.headdvright ul li:hover dl{
	display: block;
}
.headdvright ul li dl dd a{
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.headdvright ul li:hover dl dd a{
	color: #333;
}
.headdvright ul li dl dd:hover {
	background-color: #0b69af;
}
.headdvright ul li dl dd:hover a{
	color: #fff;
}

.ss{
	margin-left: 35px;
}
.ss iconpark-icon{
	font-size: 24px;
	color: #4d4d4d;
}
.banners img{
	width: 100%;
	display: block;
}
.inonr{
	background-color: #f7f7f7;
	padding: 70px 5%;
}
.inonrdv1{
	background: url(../images/zybg_03.png) center no-repeat;
	background-size: cover;
	padding: 5%;
	display: flex;
	justify-content: space-between;
}
.inonrdv1left{
	width: 50%;
}
.inonrdv1right{
	width: 40%;
}
.inonrdv1bt h1{
	font-size: 30px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 10px;
}
.inonrdv1bt h1 i{
	color: #0b69af;
}
.inonrdv1bt h2 span{
	color: #333333;
	font-size:24px;
}
.inonrdv1bt h2 i{
	color: #666666;
	font-size: 15px;
}
.inonrdv1list ul li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 45px;
	border-top: 1px solid #e6e6e6;
}
.inonrdv1list ul li:first-child{
	border-top: 0;
}
.inonrdv1list ul li p{
	margin-bottom: 25px;
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.inonrdv1list ul li iconpark-icon{
	font-size: 48px;
	color: #0b69af;
	width: 7%;
	margin-top: -3.3%;
}
.inonrdv1list ul li:last-child iconpark-icon{
	margin-top: -2%;
}
.inonrdv1list ul li div{
	width: 90%;
}
.inonrdv1list ul li h1{
	display: flex;
	justify-content: space-between;
}
.inonrdv1list ul li h1 span{
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.inonrdv1list ul li h1 a{
	color: #0b69af;
	font-size: 14px;
}
.innews{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.innewsleft{
	width: 40%;
	padding: 5%;
	background-color: #fff;
}
.innewsright{
	width: 40%;
	padding: 5%;
	background-size: cover;
	justify-content: center;
	align-items: center;
}
.innewsleftlist{
	margin-top: 35px;
}
.innewsleftlist ul li{
	border: 1px solid #e6e6e6;
	padding: 30px;
	padding-top: 20px;
	margin-top: 10px;
}
.innewsleftlist ul li a{
	display: flex;
	align-items: center;
}
.innewslefttime {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.innewslefttime section span{
	display: block;
	color: #333333;
	font-size: 44px;
}
.innewslefttime section i{
	color: #808080;
	font-size: 13px;
}
.innewsleftnr{
	width: 85%;
}
.innewsleftnr h1{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top: 20px;
}
.innewsleftnr p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innews{
	margin-top: 55px;
}
.inpro{
	width: 100%;
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.inproleft{
	width: calc(20% - 120px);
	background: url(../images/inproleft_03.png) center no-repeat;
	background-size: cover;
	padding :0 60px ;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inproleft h1{
	font-size: 24px;
	color: #fff;margin-bottom: 50px;
}
.inproleft section{
	width: 100%;
}
.inproright{
	width: 77%;
	background-color: #fff;
}
.inonrdv1img{
	display: none;
}
.inonrdv1img img{
	width: 100%;
}
.swiper{
	width: 100%;
}
.inproright #gallery2 .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
}
.inproright #gallery2 .swiper-slide ul li{
	width: 21%;
	border-left: 1px solid #f2f2f2;
	padding: 2%;
	border-top: 4px solid #ffffff;
	transition: all .3s;
}
.inproright #gallery2 .swiper-slide ul li:hover{
	border-top: 4px solid #0b69af;
	box-shadow: 0px 0px 10px #ccc;
}
.inproright #gallery2 .swiper-slide ul li section{
	border: 1px solid #e6e6e6;
	padding: 0 5%;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	transition: all .3s;
}
.inproright #gallery2 .swiper-slide ul li section span{
	color: #808080;
	font-size: 14px;
	transition: all .3s;
}
.inproright #gallery2 .swiper-slide ul li section iconpark-icon{
	font-size: 20px;
	color: #cdcdcd;
	transition: all .3s;
}
.inproright #gallery2 .swiper-slide ul li:hover section{
	background-color: #0b69af;
	border-color: #0b69af;
}
.inproright #gallery2 .swiper-slide ul li:hover section span{
	color: #fff;
}
.inproright #gallery2 .swiper-slide ul li:hover section iconpark-icon{
	color: #fff;
}
.inproright #gallery2 .swiper-slide ul li h2{
	font-size: 14px;
	color: #bcbcbc;
	margin-bottom: 10px;
}
.inproright #gallery2 .swiper-slide ul li p{
	height: 30px ;
	line-height: 30px;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsright .inonrdv1bt{
	margin-bottom: 35px;
}
.innewsright a{
	display: block;
}
.innewsright a video{
	height: 294px;
	display: block;
	margin: 0;
	padding: 0;
}
.inproright #gallery2 .swiper-slide ul li div{
	width: 100%;
	overflow: hidden;
}
.inproright #gallery2 .swiper-slide ul li div img{
	width: 100%;
	display: block;
	transition: all .3s;
}
.inproright #gallery2 .swiper-slide ul li:hover div img{
	transform: scale(1.2);
}
.inproleft .thumbs{
	height: 250px;
}
.inproleft .thumbs .swiper-slide{
	color: #FFF;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inproleft .thumbs .swiper-slide iconpark-icon{
	font-size: 24px;
	color: #fff;
	display: none;
}
.inproleft .thumbs  .swiper-slide-thumb-active iconpark-icon{
	display: block;
}
.foot{
	background-color: #0b69af;
}
.footdv{
	border-bottom: 1px solid #2e7eba;
}
.footdvyqlj{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
}
.footdvyqlj h1{
	font-size: 14px;
	color: #ffffff;
}
.footdvyqlj ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvyqlj ul li {
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-left: 15px;
}
.footdvyqlj ul li a{
	font-size: 14px;
	color: #ffffff;
}
.wdl{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdl p{
	color: #fff;
	font-size: 14px;
}
.wdl p a{
	color: #fff;
	font-size: 14px;
}
.shownav{
	width: 100%;
	height: 70px;
	box-shadow: 0px 5px 10px #d7d7d7;
	position: relative;
	z-index: 2;
}
.shownav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li a{
	display: block;
	padding:0  70px;
	line-height: 70px;
	font-size: 16px;
	color: #4c4c4c;
}
.shownav ul li{
	position: relative;
	z-index: 2;
	background-color: #f5f5f5;
}
.shownav ul li:nth-child(odd){
	background-color: #e5e5e5;
}
.shownav ul li::after{
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 5px;
	height: 30px;
	border-right: 1px solid #e6e6e6;
}
.shownav ul li a:hover{
	background-color: #0b69af;
	color: #fff;
}
.shownav ul li:hover::after{
	display: none;
}
.shownav ul li.active a{
	background-color: #0b69af;
	color: #fff;
}
.shownav ul li.active::after{
	display: none;
}
.shownav ul li:last-child:after{
	display: none;
}
.prolist{
	padding: 55px 0px;
	background-color: #f2f5f7;
}
.prolistdv{
	width: 90%;
	margin: 0 auto;
}
.prolistdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolistdv ul li{
	background-color: #fff;
	width: 18%;
	border-left: 1px solid #f2f2f2;
	padding: 2%;
	margin: 1%;
	border-top: 4px solid #ffffff;
	transition: all .3s;
}
.prolistdv ul li:hover{
	border-top: 4px solid #0b69af;
	box-shadow: 0px 0px 10px #ccc;
}
.prolistdv ul li section{
	border: 1px solid #e6e6e6;
	padding: 0 5%;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	transition: all .3s;
}
.prolistdv ul li section span{
	color: #808080;
	font-size: 14px;
	transition: all .3s;
}
.prolistdv ul li section iconpark-icon{
	font-size: 20px;
	color: #cdcdcd;
	transition: all .3s;
}
.prolistdv ul li:hover section{
	background-color: #0b69af;
	border-color: #0b69af;
}
.prolistdv ul li:hover section span{
	color: #fff;
}
.prolistdv ul li:hover section iconpark-icon{
	color: #fff;
}
.prolistdv ul li h2{
	font-size: 14px;
	color: #bcbcbc;
	margin-bottom: 10px;
}
.prolistdv ul li p{
	line-height: 25px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;   
	height: 75px;
}
.prolistdv ul li div{
	width: 100%;
	overflow: hidden;
}
.prolistdv ul li div img{
	width: 100%;
	display: block;
	transition: all .3s;
}
.prolistdv ul li:hover div img{
	transform: scale(1.3);
} 
.prolistdv ul li h3{
	line-height: 25px;
	height: 75px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 13px;
	overflow: hidden;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.ffimg img{
	max-width: 100%;
}
.ziymc{
	width: 100%;
	padding: 70px 0px;
	background-color: #f2f5f7;
}
.xztop h1{
	width: 90%;
	background-color: #e8ebed;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xztop span{
	color: #333333;
	font-size: 18px;
	padding-left: 25px;
}
.xztop i{
	display: block;
	height: 80px;
	text-align: center;
	line-height:80px ;
	width: 17%;
	font-size: 18px;
}
.xzlist{
	width: 90%;
	margin: 0 auto;
}
.xzlist ul li{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	margin-top: 10px;
	transition: all .3s;
}
.xzlist ul li a{
	display: block;
}
.xzlist ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;transition: all .3s;
}
.xzlist ul li h1 i{
	width: 8px;
	height: 8px;
	display: block;
	background-color: #0b69af;
	border-radius: 50%;
	margin: 0 20px;transition: all .3s;
}
.xzlist ul li h1 span{
	color: #666666;
	font-size: 15px;
}
.xzlist ul li a{
	display: block;
	width: 17%;
	color: #fff;
	background-color: #0b69af;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.xzlist ul li a iconpark-icon{
	color: #fff;
	font-size: 32px;
	line-height: 80px;
}
.xzlist ul li:hover{
	background-color: #0b69af;
}
.xzlist ul li:hover h1 span{
	color: #fff;
}
.xzlist ul li:hover h1 i{
	background-color: #fff;
}
.lxwm{
	width: 100%;
	padding: 90px 0px;
	background-color: #f2f5f7;
}
.lxwmbt h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 30px;
}
.lxwmbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.lxwmlist{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.lxwmlist li{
	width: 43.5%;
	margin-bottom: 1%;
	background: url(../images/lxwm_03.png) center no-repeat;
	background-size: cover;
	padding: 3%;
}
.lxwmlist li iconpark-icon{
	font-size: 32px;
	margin-bottom: 25px;
}
.lxwmlist li h1{
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.lxwmlist li p{
	line-height: 25px;
	color: #808080;
	font-size: 15px;
}
.lxwmlist li:nth-child(2){
	background: url(../images/lxwm_05.png) center no-repeat;
	background-size: cover;
}
.lxwmlist li:nth-child(3){
	background: url(../images/lxwm_10.png) center no-repeat;
	background-size: cover;
}
.lxwmlist li:nth-child(4){
	background: url(../images/lxwm_12.png) center no-repeat;
	background-size: cover;
}
.lxwmlist li section{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.lxwmlist li section a{
	position: relative;
}
.lxwmlist li section a:last-child div{
	display: none;
}
.lxwmlist li section a:last-child div section{
	display: block;
	margin-top: 0;

}
.lxwmlist li section a:last-child div img{
	width: 120px;
}
.lxwmlist li section a:last-child div section p{
	text-align: center;
}
.lxwmlist li section a img{
	display: block;
	width: 49px;
	margin-right: 15px;
}
.lxwmlist li section a div{
	position: absolute;
	bottom: 60px;
	left: -105px;
	z-index: 66;
	padding: 10px;
	background-color: #fff;
	transition: all .3s;
	opacity: 0;
}
.lxwmlist li section a div img{
	width:auto ;
	max-width: 250px;
	margin-right: 0;
}
.lxwmlist li section a:hover div {
	display: flex;
	opacity: 1;
}
.jrwm{
	margin: 0 auto;
	margin-top: 50px;
	width: 90%;
}
.jrwmbt h1{
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.jrwmbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}
.jrwmlist{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	margin-top: 45px;
}
.jrwmlist1{
	width: 28%;
	padding: 2%;
	margin: 1%;
	background-color: #fff;
}
.jrwmlist1 h1{
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 20px;
}
.jrwmlist1 ul li{
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
}
.jrwmlist1 ul li span{
	display: block;
	width: 70px;
	height: 30px;
	background-color: #0b69af;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-right: 15px;
}
.jrwmlist1 ul li div{
	width: 75%;
	line-height: 30px;
	font-size: 14px;
	color: #4c4c4c;
}
.jiance{
	width: 100%;
	background-color: #ffffff;
	padding: 80px 0px;
}
.jiancedv{
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.jiancedvleft{
	width: 48%;
}
.jiancedvright{
	width: 48%;
	background: url(../images/iamw_03.png) center no-repeat;
	background-size: contain;
}
.jiancedvright img{
	display: block;
	display: none;
}
.jiancedvleft h1{
	color: #dedede;
	font-size: 48px;
	margin-top: 20px;
	font-family: "Impact","Montserrat";
}
.jiancedvleft  h2{
	color: #4c4c4c;
	font-size: 30px;
	margin-bottom: 50px;
}
.jiancedvleft  p{
	line-height: 30px;
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
	margin-top: 15px;
}
.policy{
	padding-top: 130px;
	background: url(../images/qw_02.png) center no-repeat;
	background-size: contain;
	padding-bottom: 130px;
	margin-bottom: 30px;
}
.quali{
	width: 90%;
	margin: 0 auto;
}
.quali h1{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.quali h2{
	margin-top: 10px;
	margin-bottom: 65px;
}
.quali h2 span{
	font-size: 24px;
	color: #333;
}
.quali h2 i{
	color: #333;
	font-size: 14px;
}
.quali ul{
	display: flex;
	justify-content: flex-start;
}
.quali ul li{
	padding: 30px;
	width: 160px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	margin-right: 20px;
	border-radius: 10px;
}
.quali ul li h3{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
.quali ul li h4{
	color: #808080;
	font-size: 12px;
	font-family: "Arial";
	margin-top: 10px;
}
.lijianleft{
	padding: 5%;
	box-shadow: 0px 5px 10px #f2f2f2;
	width: 40%;
	background-color: #fff;
}
.lijian{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 30px;
	margin-top: 0px;
	z-index: 2;
}
.lijianright{
	padding:2% 5%;
	background-color: #f2f5f7;
	width: 40%;
}
.lijianleft img{
	display: block;
	max-width: 100%;
}
.lijianleft span{
	display: block;
	height: 45px;
	border-bottom: 1px solid #d7d7d9;
}
.lijianleft i{
	display: block;
	width: 35px;
	height: 5px;
	background-color: #0b69af;
	margin-top: -3px;
	margin-bottom: 20px;
}
.lijianleft p{
	color: #4c4c4d;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}
.lijianleft section{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #4c4c4d;
	font-size: 18px;
	margin-bottom: 20px;
}
.lijianleft section iconpark-icon{
	color: #808080;
	font-size: 24px;
	margin-right: 10px;
}
.gsxwj{
	display: block;
	width: 220px;
	height: 50px;
	background-color: #0b69af;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	margin-top: 40px;
	line-height: 50px;
}
.zjlj{
	padding: 70px 0px;
	background-color: #f2f5f7;
}
.zjljdv{
	width: 90%;
	margin: 0 auto;
}
.gywm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.gywmleft{
	width:49%;
}
.gywm .innewsright{
	width: 49%;
}
.gywmleft h1{
	color: #dedede;
	font-size: 48px;
	font-family: "Impact";
	margin-bottom: 10px;
}
.gywmleft h2{
	color: #4c4c4c;
	font-size: 30px;
}
.gywmleft p{
	margin-top: 35px;
	line-height: 30px;
	font-size: 14px;
	color: #4c4c4c;
	text-align: justify;
}
.linian{
	width: 100%;
	margin: 0 auto;
	margin-top: 65px;
}
.linian ul{
	display: flex;
	justify-content: space-between;
}
.linian ul li{
	padding: 5%;
	width: 24%;
}
.linian ul li iconpark-icon{
	display: block;
	font-size: 42px;
	color: #fff;
	margin-bottom: 10px;
}
.linian ul li h1{
	color: #ffffff;
	font-size: 28px;
}
.linian ul li h2{
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
	margin-top: 15px;
}
.linian ul li p{
	line-height: 35px;
	color: #e5e5e5;
	font-size: 16px;
	margin-top: 20px;
	text-align: justify;
}
.linian ul li:first-child{
	background: #333;
	background-size: cover;
}
.linian ul li:nth-child(2){
	background-color: #0b69af;
}
.linian ul li:last-child{
	background-color: #ffffff;
}
.linian ul li:last-child h2{
	color: #666666;	
}
.linian ul li:last-child p{
	color: #666666;
}
.linian ul li:last-child h1{
	color: #4c4c4c;
}
.linian ul li:last-child iconpark-icon{
	color: #4c4c4c;
}
.certificatebt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.certificate{
	margin-top: 55px;
}
.certificatebtleft h1{
	color: #333333;
	font-family: "Montserrat";
	font-size: 30px;
	margin-bottom: 10px;
}
.certificatebtleft h1 i{
	color: #0b69af;
}
.certificatebtleft h2{
	display: flex;
	justify-content:flex-start;
	align-items: baseline;
}
.certificatebtleft h2 span{
	color: #333333;
	font-size: 24px;
	margin-right: 5px;
}
.certificatebtleft h2 p{
	color: #666666;
	font-size: 16px;
}
.certificatebtright{
	width: 210px;
}
#contrast{
	display: flex;
	justify-content: space-between;
}
#contrast a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-color: #e6e9eb;
}
#contrast a iconpark-icon{
	color: #abadae;
	font-size: 24px;
}
#contrast a:hover{
	background-color: #0b69af;
}
#contrast a:hover iconpark-icon{
	color: #fff;
}
.certificatelist{
	margin-top: 45px;
}
.certificatelist .swiper-slide img{
	display: block;
	width: 100%;
}
.certificatelist .swiper-slide p{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 14px;
	height: 45px;
}
.lijianright h1{
	color: #323333;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.lijianswdv{
	position: relative;
}
.lijianswdv #contrast1{
	position: absolute;
	top: 38%;
	left: -25px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	z-index: 99;
	background-color: rgba(133, 133, 133, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.lijianswdv #contrast1 iconpark-icon{
	font-size: 32px;
	color: #bbbebf;
}
.ms img{
	max-width: 100%;
}
.lijianswdv #contrast2{
	position: absolute;
	top: 38%;
	right: -25px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	z-index: 99;
	background-color: rgba(133, 133, 133, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.lijianswdv #contrast2 iconpark-icon{
	font-size: 32px;
	color: #bbbebf;
}
.lijianswdv #contrast2:hover{
	background-color: #0b69af;
}
.lijianswdv #contrast2:hover iconpark-icon{
	font-size: 32px;
	color: #fff;
}
.lijianswdv #contrast1:hover{
	background-color: #0b69af;
}
.lijianswdv #contrast1:hover iconpark-icon{
	font-size: 32px;
	color: #fff;
}
.lijiansw .swiper-slide img{
	display: block;
	width: 100%;
}
.lijiansw .swiper-slide p{
	text-align: center;
	margin-top: 15px;
	color: #4c4c4c;
	font-size: 16px;
}


.Innewslist{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.Innewslistleft{
	width: 49%;margin:10px 0 ;
}
.Innewslistleft a div img{
	width: 100%;
	display: block;
}
.Innewslistleft a div{
	width: 100%;
	overflow: hidden;
}
.Innewslistleft section{
	background-color: #fff;
	padding: 30px 50px;
}
.Innewslistleft section i{
	background-color: #0d5cb4;
	color: #ffffff;
	display: block;
	width: 140px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-family: "Montserrat";
	margin-bottom: 25px;
}
.Innewslistleft section h1{
	line-height: 30px;
	color: #404040;
	font-size: 20px;
	font-family: "Montserrat";
	height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.Innewslistleft section p{
	line-height: 30px;
	color: #808080;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.Innewslistleft section span{
	color: #999999;
	font-size: 16px;
}
.Innewslistright{
	width: 100%;
}
.Innewslistright  ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Innewslistright li{
	background-color: #fff;
	margin:10px 0 ;
	padding: 35px 50px;
}
.Innewslistright li i{
	background-color: #2e7eba;
	color: #ffffff;
	display: block;
	width: 140px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	font-family: "Montserrat";
	font-size: 18px;
	margin-bottom: 25px;
}
.Innewslistright li h1{
	line-height: 30px;
	color: #404040;
	font-size: 20px;
	font-family: "Montserrat";
	height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.Innewslistright li p{
	line-height: 30px;
	color: #808080;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.Innewslistright li span{
	color: #999999;
	font-size: 16px;
}
.newslist{
	padding: 65px 0px;
	background-color: #f2f3f7;
}
.newslistdv{
	width: 90%;
	margin: 0 auto;
}
.newslistdvtop{
	display: flex;
	justify-content: space-between;
}
.Innewslistright li{
	width: 42%;
	padding: 3%;
	margin: 1%;
}

.xiangqing{
	width: 100%;
	padding: 75px 0px;
	background-color: #f2f3f7;
}
.xqdv{
	width: 80%;
	padding: 50px 5%;
	background-color: #fff;
	margin: 0 auto;
}
.xqbt{
	text-align: center;
	border-bottom:1px solid #eaeaea ;
}
.xqbt h1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xqbt p{
	color: #ccc;
	line-height: 35px;
	padding-bottom: 10px;
}

.xqdvnr{
	margin-top: 25px;
}
.fy{
	margin-top: 30px;
}
.fy p {
	font-size: 14px;
	line-height: 30px;
	color: #ddd;
}
.fy p  a{
	color: #555;
}
.fy p:hover{
	color: #0e2f3a;
}
.fy p:hover a{
	color: #0e2f3a;
}
.ffimg{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 95px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 95%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.banners{
	padding-top: 50px;
}
.banner{
	padding-top: 50px;
}
.banners .swiper-slide div{
	position: absolute ;
	left: 5%;
	top: 37%;
}
.banners .swiper-slide div h2{
	color: #808080;
	font-size: 16px;
	font-family: "Montserrat";
	margin-bottom: 10px;
}
.banners .swiper-slide div h1{
	color: #404040;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 5px;
}
.banners .swiper-slide div p{
	color: #666666;
	font-size: 20px;
	line-height: 30px;
}
.banner .swiper-slide  img{
	display: block;
	width: 100%;
}
.zjljdv .innewsright a video{
	height: auto;
}
.yxwl{
	padding: 30px 0;
	padding-bottom: 90px;
}
.yxwldv{
	width: 90%;
	margin: 0 auto;
}
.yxwmbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yxwlleft {
	width: 48%;
}
.yxwmbt h1{
	    color: #333333;
	    font-family: "Montserrat";
	    font-weight: bold;
	    font-size: 30px;
	    text-transform: uppercase;
	    margin-bottom: 10px;
}
.yxwmbt h2{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.yxwmbt h2 span{
    color: #333333;
    font-size: 24px;
    margin-right: 5px;	
}
.yxwmbt h1  i{
	color: #0b69af;
}
.yxwmbt h2 i{
	color: #666666;
	font-size: 16px;
}
.yxwmbt section{
	margin-top: 55px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e6e6e6;
}
.yxwmbt section p{
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 10px;
}
.yxwlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.yxwlist ul li{
	width: 50%;
	margin-top: 50px;
}
.yxwlist ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yxwlist ul li h1 i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #0b69af;
	margin-right: 20px;
}
.yxwlist ul li h1 span{
	display: block;
	color: #4c4c4c;
	font-size: 16px;
}
.yxwlist ul li p{
	color: #4c4c4c;
	font-size: 14px;
	text-indent: 30px;
	margin-top: 10px;
}
.yxwlright{
	width: 50%;
}
.yxwlright img{
	display: block;
	width: 100%;
}
.yxqy dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.yxqy dl dt{
	width: 12.5%;
	padding: 1%;
	background-color: #0b69af;
	margin: 1%;
}
.yxqy dl dt span{
	color: #ffffff;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
.yxqy dl dt h1{
	color: #ffffff;
	font-size: 24px;
}
.yxqy dl dd{
	width: calc(12.5% - 2px);
	padding: 1%;
	margin: 1%;
	border: 1px solid #e6e6e6;
	position: relative;
}
.yxqy dl dd img{
	display: none;
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 95%;
}

.yxqy dl dd:hover img{
	display: block;
}
.yxqy dl dd h1{
	color: #4c4c4c;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.yxqy dl dd p{
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
	align-items: center;
}
.yxqy dl dd p iconpark-icon{
	font-size: 24px;
	margin-right: 10px;
}
.yxqy dl dd p span{
	color: #4c4c4c;
	font-size: 20px;
}
.yxqy{
	margin-top: 45px;
}

.cc{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f5f5f5;
}
.cpms {
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
.cpmsbt{
	height: 30px;
	border-left: 4px solid #0b69af;
	color: #404040;
	font-size: 24px;
	text-indent: 0.5em;
	margin-bottom: 30px;
} 
.ms{
	width:96%;
	padding: 2%;
	background-color: #fff;
}
.cctopright{
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cctopright div h1{
	color: #4c4c4c;
	font-size: 36px;
	margin-bottom: 50px;
}
.cctopright div h2{
	border-bottom: 1px solid #cccccc;
	line-height: 35px;
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 10px;
}
.cctopright div p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 60px;
}
.cctop{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cctopright section{
	color: #0b69af;
	font-size: 40px;
	font-family: "Arial";
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cctopright section img{
	margin-right: 10px;
	width: 40px;
}
.cctopright section a{
	display: block;
	width: 160px;
	height: 50px;
	border: 1px solid #0b69af;
	color: #0b69af;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	margin-right: 15px;
	transition: all .5s;
}
.cctopright section a{
	display: block;
	width: 160px;
	height: 50px;
}
.cctopright section a:hover{
	background-color: #0b69af;
	color: #fff;
}
.cctopleft{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cctopleft{
	width: 48%;
}
.cctopleft img{
	display: block;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide div{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 30%;
}
.banner .swiper-slide div span{
	display: block;
	color: #f7f7f7;
	font-family: "Montserrat";
	font-size: 16px;
	text-transform: uppercase;
}
.banner .swiper-slide div h1{
	color: #f7f7f7;
	font-size: 50px;
	margin-top: 15px;
	font-weight: bold;
	width: 50%;
}
.banner .swiper-slide div i{
	display: flex;
	height: 3px;
	background-color: #fff;
	margin-top: 20px;
	width: 80px;
}
.banner .swiper-slide div p{
	color: #f7f7f7;
	margin-top: 30px;
	font-size: 26px;
	width: 50%;
	line-height: 45px;
}
.banner .swiper-slide div a{
	width: 200px;
	line-height: 50px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	align-items: center;
}
.banner .swiper-slide div a iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.gsxwjdv{
	position: fixed;
	padding: 50px;
	background-color: #fff;
	top: 10%;
	left: 50%;
	width: 1000px;
	margin-left: -525px;
	z-index: 999;
	display: none;
}
.gsxwjdv span{
	width: 40px;	
    display: block;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.gsxwjdv img{
	display: block;
	width: 100%;
}
.hp{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}
.jishuzhichi{
	width: 100%;
	padding: 70px 0px;
    background-color: #f2f5f7;
}
.jszcdv{
	width: 84%;
	background-color: #fff;
	padding: 3%;
	margin: 0 auto;
}
.splt ul li{
	width: 25%;
}
.splt .Innewslistright li img{
	width: 100%;
	display: block;
}
.Innewslistright li section{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.Innewslistright li section img{
	display: block;
	width: 100%;
}
.innews .inonrdv1bt{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.innews .inonrdv1bt a{
	color: #0b69af;
    font-size: 14px;
}
.banner .swiper-slide:nth-child(2) div span{
	display: block;
	color: #333;
	font-family: "Montserrat";
	font-size: 16px;
}
.banner .swiper-slide:nth-child(2) div h1{
	color: #333;
}
.banner .swiper-slide:nth-child(2) div i{
	background-color: #333;
}
.banner .swiper-slide:nth-child(2) div p{
	color: #333;
}
.banner .swiper-slide:nth-child(2) div a{
	border: 1px solid rgba(0, 0, 0, 0.5);
	color: #333;
}
.banner .swiper-slide:nth-child(2) div a iconpark-icon{
	color: #333;
}


.banner .swiper-slide:nth-child(3) div span{
	display: block;
	color: #fff;
	font-family: "Montserrat";
	font-size: 16px;
}
.banner .swiper-slide:nth-child(3) div h1{
	color: #fff;
}
.banner .swiper-slide:nth-child(3) div i{
	background-color: #fff;
}
.banner .swiper-slide:nth-child(3) div p{
	color: #fff;
}
.banner .swiper-slide:nth-child(3) div a{
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}
.banner .swiper-slide:nth-child(3) div a iconpark-icon{
	color: #fff;
}
.pagination li.active a, .pagination li a:hover{
	background: #0b69af;
    color: #fff;
    border: 1px solid #0b69af;
}
.dwqv{
	display: none;
}
 .spdv video{
 	width: 100%;
 }

 .spdv span {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    border: 1px solid #ddd;
    color: #ddd;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
 .spdv{
	display: none;
	position: fixed;
    top: 15%;
    width: 1000px;
    padding: 25px;
    padding-top: 90px;
    background-color: #fff;
    left: 50%;
    margin-left: -500px;
    z-index: 9999;
}
.mbanner1 {
	display: none;
}
.banners  .img2{
	display: none;
}
.yxqy dl dd h1 span{
	font-weight: normal;
	font-size: 14px;
}
.certificatelist  .swiper-wrapper{
	height: auto;
}

.sjinpro{
	display: none;
}

.piaochuan{
	width: 300px;
	position: fixed;
	top: 30%;
	right: 10px;
}
.piaochuan img{
	width: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdv{
		width: 95%;
	}
	.headdvleft{
		display: flex;
		align-items: center;
		width: 20%;
	}
	.headdvleft img{
		width: 100%;
	}
	.headdvright{
		width: 75%;
		    justify-content: flex-end;
	}
	.headdvright ul li{
		padding: 0 10px;
	}
	.footdvyqlj ul{
		width: 92%;
	}
	.inproleft{
		width: 15%;
		padding: 0 3%;
	}
	.inproleft h1{
		margin-bottom: 15px;
	}
	.shownav ul li a{
		padding: 0 30px;
	}
	.banners .swiper-slide div{
		top: 30%;
	}
	.banners .swiper-slide div h1{
		font-size: 36px;
	}
	.headdvright ul li:nth-child(4) dl dd{
		padding: 0 5px;
	}
	.headdvright ul li:nth-child(4) dl dd a{
		font-size: 12px;
	}	
	.banner .swiper-slide div h1{
		font-size: 32px;
	}
	.banner .swiper-slide div p{
		font-size: 22px;
	}
	.banner .swiper-slide div a{
		margin-top: 30px;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
	}
	.heads{
		display: none;
	}
	.shownav{
		height: auto;
	}
	.shownav ul{
		flex-wrap: wrap;
	}
	.shownav ul li{
		padding: 0 3%;
	}
	.shownav ul li{
		padding: 0 1%;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.shownav ul li.active  {
	    background-color: #0b69af;
	    color: #fff;
	}
	.shownav ul li:hover  {
	    background-color: #0b69af;
	    color: #fff;
	}
	.shownav ul li a{
		padding: 0 ;
		line-height: auto;
		display: flex;
	    padding: 0;
	    height: 45px;
	    align-items: center;
	    justify-content: center;
	    font-size: 13px;
	}
	.shownav ul li::after{
		display: none;
	}
	.jiance{
		padding-top: 25px;padding-bottom: 20px;
	}
	.jiancedv{
		width: 95%;
		display: block;
	}
	.jiancedvleft{
		width: 100%;
	}
	.jiancedvleft h1{
		font-size: 24px;
		text-align: center;
	}
	.jiancedvleft h2{
		text-align: center;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.jiancedvleft p{
		margin-bottom: 10px;
	}
	.jiancedvright{
		width: 100%;
	}
	.jiancedvright img{
		display: block;
		width: 100%;
	}
	.policy{
		padding-top: 25px;
		padding-bottom: 30px;
		background-size: cover;
		
	}
	.quali {
		width: 95%;
	}
	.quali h1{
		font-size: 24px;
		text-align: center;
	}
	.quali h2 {
		text-align: center;margin-bottom: 15px;
	}
	.quali h2 span{
		font-size: 18px;
	}
	.quali ul li{
		font-size: 18px;
	}
	.lijian{
		margin-top: 15px;
		width: 95%;
		display: block;
	}
	.lijianleft{
		width: 90%;
	}
	.lijianleft span{
		height: 20px;
	}
	.lijianleft i{
		margin-bottom: 10px;
	}
	.lijianleft p{
		margin-bottom: 15px;
	}
	.lijianleft section{
		font-size: 16px;
	}
	.gsxwj{
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
	}
	.lijianright{
		width: 90%;
	}
	.lijianright h1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.foot{
		display: none;
	}
	.zjlj{
		padding: 30px 0px;
	}
	.zjljdv{
		width: 95%;
	}
	.gywm{
		display: block;
	}
	.gywmleft{
		width: 100%;
	}
	.gywmleft h1{
		font-size: 24px;
		text-align: center;
	}
	.gywmleft h2{
		font-size: 24px;
		text-align: center;
	}
	.gywmleft p{
		margin-top: 15px;
	}
	.gywm .innewsright{
		width: 100%;
		height: 200px;
		margin-top: 15px;
	}
	.linian{
		margin-top: 25px;
	}
	.linian ul{
		display: block;
	}
	.linian ul li{
		width: 90%;
	}
	.linian ul li iconpark-icon{
		font-size: 32px;
		text-align: center;
	}
	.linian ul li h1{
		font-size: 20px;
		text-align: center;
	}
	.certificate{
		margin-top: 25px;
	}
	.certificatebt{
		display: block;
	}
	.certificatebtleft h1{
		font-size: 24px;
		text-align: center;
	}
	.certificatebtleft h2 span{
		width: 20%;
		font-size: 18px;
	}
	.certificatebtleft h2 p{
		width: 80%;
		font-size: 14px;
	}
	.certificatebtright{
		display: none;
	}
	.certificatelist{
		margin-top: 15px;
	}
	.lxwm{
		padding: 30px 0px;
	}
	.lxwmbt h1{
		font-size: 24px;
	}
	.lxwmbt p{
		width: 90%;
		margin: 10px auto;
		margin-bottom: 30px;
		line-height: 25px;
		font-size: 14px;
	}
	.lxwmlist li{
		width: 90%;
		padding: 5%;
		margin-bottom: 2%;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist li h1{
		font-size: 18px;
	}
	.lxwmlist li iconpark-icon{
		margin-bottom: 20px;
	}
	.jrwmbt h1{
		font-size: 24px;
	}
	.jrwm{
		margin-top: 30px;
		width: 95%;
	}
	.jrwmbt p{
		font-size: 14px;
	}
	.jrwmlist{
		margin-top: 25px;
		display: block;
	}
	.jrwmlist1{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.jrwmlist1 h1{
		line-height: 45px;
	}
	.prolist{
		padding: 25px 0px;
	}
	.ms img{
		max-width: 100%;
	}
	.prolistdv{
		width: 95%;
	}
	.xzlist ul li h1{
		width: 100%;
	}
	.prolistdv ul li{
		width: calc(44% - 2px);
	}
	.prolistdv ul li section{
		line-height: 35px;
	}
	.prolistdv ul li p{
		font-size: 14px;
	}
	.ziymc{
		padding: 30px 0px;
	}
	.xztop h1,.xzlist{
		width: 95%;
	}
	.xzlist ul li h1 i{
		display: none;
	}
	.xzlist ul li h1 span{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.xzlist ul li a{
		width: 30%;
	}
	.xztop i{
		width: 30%;
		font-size: 16px;
	}
	.xztop span{
		font-size: 16px;
	}
	.xztop h1{
		height: 45px;
	}
	.inonr{
		padding: 30px 2.5%;
	}
	.inonrdv1{
		display: block;
		background: transparent;
		padding: 0;
	}
	.inonrdv1right{
		width: 100%;
	}
	.inonrdv1bt h1{
		text-align: center;
		font-size: 24px;
	}
	.inonrdv1bt h2{
		text-align: center;
	}
	.inonrdv1bt h2 span{
		font-size: 18px;
	}
	.inonrdv1list ul li{
		display: block;
	}
	.inonrdv1list ul li iconpark-icon{
		display: block;
		margin: 0 auto;
		width: auto;
		text-align: center;
		font-size: 32px;
	}
	.inonrdv1list ul li{
		margin-top: 15px;
		padding-top: 15px;
	}
	.inonrdv1list ul li h1{
		display: block;
	}
	.inonrdv1list ul li h1 span{
		text-align: center;
	}
	.inonrdv1list ul li h1 a{
		text-align: center;
		display: block;
	}
	.inonrdv1list ul li div{
		width: 100%;
	}
	
	.innews{
		display: block;
		margin-top: 25px;
	}
	.innewsleft{
		width: 90%;
	}
	.innewsleftlist ul li{
		padding: 5%;
	}
	.innewsleftlist{
		margin-top: 15px;
	}
	.innewslefttime{
		width: 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 5%;
	}
	.innewsleftnr{
		width: 75%;
	}
	.innewslefttime section span{
		text-align: center;
		font-size: 32px;
	}
	.innewsleftnr h1{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.innewsright{
		width: 100%;
		height: 200px;
	}
	.inpro{
		display: block;
	}
	.inproleft{
		width: 90%;
		padding: 5%;
	}
	.inproleft h1{
		text-align: center;
		margin-bottom: 15px;
	}
	.inproright{
		width: 100%;
	}
	.inproright #gallery2 .swiper-slide ul li{
		width: 45%;
		margin-top: 10px;
	}
	.inproright #gallery2 .swiper-slide ul{
		flex-wrap: wrap;
	}
	.inproright #gallery2 .swiper-slide ul li section{
		line-height: 40px;
	}
	.certificatelist .swiper-slide p{
		text-align: center;
		margin-top: 7px;
	}
	.newslistdv{
		width: 95%;
	}
	.newslist{
		padding: 30px 0px;
	}
	.Innewslistright li{
		width: 90%;
		padding: 4%;
	}
	.Innewslistright li i{
		margin-bottom: 15px;
	}
	.Innewslistright li h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.Innewslistright li p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.xiangqing{
		padding: 30px 0px;
	}
	.xqdv{
		width: 85%;
		padding: 35px 5%;
	}
	.xqbt h1{
		font-size: 18px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #1f67bf;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #104f9c;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.banners .swiper-slide{
		overflow: hidden;
	}
	.banners .swiper-slide img{
		width: 200%;
		margin-left: -50%;
	}
	.banners .swiper-slide div{
		position: absolute ;
		left: 5%;
		top: 24%;
	}
	.banners .swiper-slide div h2{
		color: #808080;
		font-size: 16px;
		font-family: "Montserrat";
	}
	.banners .swiper-slide div h1{
		color: #404040;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 30px;
		margin-top: 5px;
	}
	.banners .swiper-slide div p{
		color: #666666;
		font-size: 14px;
	}	.yxwldv{
		width: 95%;
	}
	.yxwmbox{
		display: block;
	}
	.yxwlleft{
		width: 100%;
	}
	.yxwmbt h1{
		font-size: 24px;
		text-align: center;
	}
	.yxwmbt h2 span{
		width: 22%;
		font-size: 18px;
	}
	.yxwmbt h2 i{
		width: 77%;
		font-size: 14px;
	}
	.yxwmbt section{
		margin-top: 25px;
	}
	.yxwlist ul li{
		width: 48%;
		margin: 1%;
		margin-top: 35px;
	}
	.yxwlright{
		width: 100%;
		margin-top: 10px;
	}
	.yxwlright img{
		width: 100%;
		display: block;
	}
	.yxqy dl dt{
		width: 92%;
		margin: 1%;
		padding: 3%;display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.yxqy dl dd{
		width: calc(92% - 2px);
		margin: 1%;
		padding: 3%;
	}
	.yxqy dl dt span{
		font-size: 18px;
	}
	.yxqy dl dt h1{
		font-size: 20px;
	}
	.yxwl{
		padding-bottom: 30px;
	}
	.cc{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cctop{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.cctopleft{
		width: 100%;
	}
	.cctopright{
		width: 100%;
		margin-top: 20px;
	}
	.cctopright div h1{
		font-size: 22px;
		margin-bottom: 0px;
		margin: 10px auto;
		height: auto;
	}
	.cctopright div h2{
		font-size: 16px;
	}
	.cctopright div p{
		margin-bottom: 25px;
	}
	.cctopright section{
		font-size: 24px;
	}
	.cctopright section a{
		height: 45px;
		line-height: 45px;
	}
	.cpms{
		width: 95%;
		margin-top: 35px;

	}
	.cpmsbt{
		margin-top: 20px;
		font-size: 18px;
		font-weight: bold;margin-bottom: 15px;
	}
	.ms{
		padding: 5%;
		width: 90%;
	}
	.banner .swiper-slide{
		overflow: hidden;
	}
	.banner .swiper-slide img{
		display: block;
		width: 200%;
		left: -50%;
	}
	.banner .swiper-slide div{
		top: 20%;
	}
	.banner .swiper-slide div span{
		font-size: 14px;
	}
	.banner .swiper-slide div  h1{
		font-size: 24px;
	}
	.banner .swiper-slide div p{
		font-size: 14px;
		margin-top: 15px;
		width: 100%;
		line-height: 30px;
	}
	.banner .swiper-slide div a{
		display: flex;
		width: 120px;
		line-height: 35px;
		height: 35px;
		margin-top: 25px;
	}
	.banners{
		padding-top: 0px;
	}
	.banner{
		padding-top: 0px;
	}
	.ffimg img{
		display: block;
		width: 100%;
	}
	.inonrdv1img{
		display: block;
	}
	.inonrdv1img img{
		width: 100%;
		display: block;
	}
	.inonrdv1list ul li:first-child{
		margin-top: 0;
	}
	.inonrdv1bt{
		margin-bottom: 20px;
	}
	.splt ul li{
		width: 90%;
	}
	.xqdvnr img{
		max-width: 100%;
	}
	.innews .inonrdv1bt{
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	.innews .inonrdv1bt a{
		width: 120px;
		height: 40px;
		display: block;
		background-color: #2e7eba;
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 40px;
		margin: 15px auto;
	}
	.xqdvnr video{
		max-width: 100%;
    	height: auto;
	}
	.banners .swiper-slide div h1{
		margin-bottom: 15px;
	}
	.quali ul li{
		width:28%;
		padding: 4%;
		margin-right: 0;
	}
	.quali ul li h3{
		line-height: 25px;
		font-size: 18px;
	}
	.quali ul li h4{
		line-height: 25px;
	}
	.policy{
		background: none;
	}
	.quali ul{
		display: flex;
		justify-content: space-between;
	}
	.dwqv{
		display: block;
	}
	.dwqv{
		display: block;
		width: 100%;
	}
	.lijian{
		margin-bottom: 25px;
	}
	.lxwmlist li section a div{
		display: none;
		left: 0;
	}
	.lxwmlist li section a div img{
		max-width: 200px;
	}
	.lxwmlist li section a:hover div{
		display: block;
	}
	.lxwmlist li section a:nth-child(4) div{
		left: auto;
		right: 0;
	}
	.lxwmlist li section a:nth-child(5) div{
		left: auto;
		right: 0;
	}
	.certificatebtleft h2 span{
		display: block;
		width: 100%;
		text-align: center;
	}
	.certificatebtleft h2{
		display: block;
	}
	.certificatebtleft h2 p{
		width: auto;
	}
	.spdv{
		width: 90%;
		padding: 5%;
		padding-top: 60px;
		left: 0;
		margin-left: 0;
	}
	.spdv span{
		top: 10px;
		right: 10px;
	}
	.lxwmlist li section a img{
		margin-right: 8px;
	}
	.lxwmlist li section a:last-child div{
		    left: -90px;
	}
	.innewsright a video{
		width: 100%;
		height: auto;
	}
	.innewsright,.gywm .innewsright{
		width: 90%;
		height: auto;
	}
	.innewsright .inonrdv1bt{
		margin-bottom: 15px;
	}
	.inproleft .thumbs .swiper-slide{
		font-size: 14px;
	}
	.pcbanner {
		display: none;
	}
	.mbanner1 {
		display: block;
	}
	.mbanner1 .swiper-slide img{
		width: 100%;
		
	}
	.banners  .img2{
		display: block;
	}
	.banners  .img1{
		display: none;
	}
	.shownav ul li a{
		text-align: center;
	}
	.shownav ul{
		flex-wrap: nowrap;
	}
	.shownav ul li{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.banners .swiper-slide div{
		width: 70%;
	}
	.gsxwjdv{
		width: 86%;
	    padding: 5%;
	    padding-top: 50px;
	    left: 2%;
	    top: 20%;
	    margin-left: 0;
	}
	.gsxwjdv span{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.lxwmlist li p{
		background-color: rgba(255,255,255,0.7);
	}
	.inpro{
		display: none;
		margin-top: 0;
	}
	.sjinpro{
		display: block;
	}
	.piaochuan{
		display: none;
		width: 300px;
		position: fixed;
		top: 30%;
		right: 10px;
	}
	.piaochuan img{
		width: 100%;
	}
	.inproleft .thumbs .swiper-slide-thumb-active iconpark-icon{
		display: none;
	}
	.inproleft .thumbs .swiper-slide-thumb-active {
		font-size: 16px;
		font-weight: bold;
	}
	.inproleft .thumbs{
		width: 40%;
		margin:0;
	}
	.yxqy{
		margin-top: 0;
	}
	.lxwmlist li p{
		background-color: transparent;
	}
	.lxwmlist li:nth-child(3) p{
		background-color: rgba(255,255,255,0.7);
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px){
	.yxwlist ul li{
		width: 50%;
	}
	.yxqy dl dd{
		width: calc(27% - 2px);
	}
	.yxqy dl dt{
		width: 27%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.yxwmbt h2 span{
		width: 22%;
	}
	.yxwmbt h2 i{
		width: 77%;
	}
	.jishuzhichi{
		width: 100%;
		padding: 35px 0px;
	}
	.jszcdv{
		width: 85%;
		background-color: #fff;
		padding: 5%;
		margin: 0 auto;
	}
	.banner .swiper-slide div h1{
		font-size: 32px;
	}
	.banner .swiper-slide div p{
		font-size: 22px;
	}
	.banner .swiper-slide div a{
		margin-top: 30px;
	}
	
}
.xqdvnr img{
	max-width: 100%;
}