@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: fill; overflow: hidden; transition: all 0.5s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #999; font-size: 14px;}
input::-moz-input-placeholder{			color: #999; font-size: 14px;}
input::-ms-input-placeholder{			color: #999; font-size: 14px;}
input::-o-input-placeholder{			color: #999; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #999; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #999; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #999; font-size: 14px;}
textarea::-o-input-placeholder{			color: #999; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 90%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.header{
	position: relative;
}
.header .logo{
	width: 68px;
}
.header .text{
	padding: 0 0 0 2%;
	margin: 6px 0 0 2%;
	position: relative;
}
.header .text:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	width: 1px;
	height: 48px;
	background: #e0e0e0;
}
.header .text h1{
	font-weight: normal;
	font-size: 26px;
	color: #222222;
	letter-spacing: 1px;
}
.header .text p{
	font-size: 16px;
	color: #999999;
	letter-spacing: .5px;
}




.menu{
	width: 55%;
	margin: 13px 0 0 0;
}
.menu li{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
}
.menu li a{
	display: block;
	font-size: 18px;
	color: #222222;
	line-height: 18px;
}
.menu li a span{
	display: block;
	font-size: 16px;
	color: #666666;
	margin: 6px 0 0 0;
	font-weight: lighter;
}
.menu li.this a,
.menu li.this a span,
.menu li:hover a,
.menu li:hover a span{
	color: #0e3790;
}




.banner{
}
.banner_wap{
	display: none;
}
.bannerbut{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.swiper_button_prev_banner{
	width: 12px;
	height: 70px;
	background: url("../images/arrow_banner.png") center no-repeat;
	cursor: pointer;
	float: left;
}
.swiper_button_next_banner{
	width: 12px;
	height: 70px;
	background: url("../images/arrow_banner.png") center no-repeat;
	cursor: pointer;
	float: right;
	transform: rotate(180deg);
	margin: 0 20px 0 0;
}
.swiper-pagination-banner{
	width: 50%;
}

.bannerbut{
	width: 15%;
	text-align: center;
}
.bannerbut .swiper-pagination-bullet{
	background: #000;
	opacity: 1;
	margin: 0 6px;
}
.bannerbut .swiper-pagination-bullet-active{
	background: #002d83;
}


.search{
	line-height: 70px;
}

.hotkey{
	font-size: 16px;
	color: #222222;
	width: 55%;
	padding: 0 0 0 2%;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hotkey:before{
	width: 1px;
	height: 24px;
	background: #d6d6d6;
	content: '';
	display: block;
	left: 0;
	top: 50%;
	margin-top: -12px;
	position: absolute;
}
.hotkey a{
	font-size: 16px;
	color: #666666;
	margin: 0 20px 0 0;
}


.searchform{
	width: 25%;
	margin: 16px 0 0 0;
}
.searchform .stext{
	width: 70%;
	height: 38px;
	background: #f6f6f6;
	border: none;
	padding: 0 5%;
	border-bottom-left-radius: 19px;
	border-top-left-radius: 19px;
}
.searchform .sbut{
	width: 20%;
	height: 38px;
	border: none;
	background: url("../images/sbut.png") #f6f6f6 center no-repeat;
	border-bottom-right-radius: 19px;
	border-top-right-radius: 19px;
	cursor: pointer;
}




.aboutbg{
	background: url("../images/bg_page.jpg") center repeat-y;
	background-size: cover;
}



.about .text{}
.about .text h2{
	font-size: 38px;
	color: #222222;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
}
.about .text h2 span{
	color: #0e3790;
}
.about .text p{
	font-size: 18px;
	line-height: 28px;
	color: #666;
	text-align: center;
}


.abouticon{}
.abouticon li{
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
	position: relative;
}
.abouticon li:after{
	content: '';
	display: block;
	width: 2px;
	height: 200px;
	background: #e7e7e7;
	position: absolute;
	right: 0;
	top: 0;
}
.abouticon li:last-child:after{
	display: none;
}
.abouticon li br{
	display: none;
}
.abouticon li span{
	display: block;
	margin: 30px 0;
	color: #222;
	font-size: 20px;
	font-weight: bold;
}
.abouticon li p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.abouticon li a{
	display: block;
}
.abouticon li:nth-child(1) a{
	padding: 0 55px 0 0;
}
.abouticon li:nth-child(2) a{
	padding: 0 55px;
}
.abouticon li:nth-child(3) a{
	padding: 0 0 0 55px;
}


.stitle h3{
	font-size: 38px;
	color: #222222;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
}
.stitle h3 span{
	color: #0e3790;
}
.stitle p{
	font-size: 18px;
	line-height: 28px;
	color: #666;
	text-align: center;
}


.tsprobg{
	padding: 80px 0 140px 0;
	background: url("../images/bg_pro.jpg") center no-repeat;
	background-size: cover;
}

.tsprobg .stitle h3,
.tsprobg .stitle p{
	color: #fff;
}


.tspro{
	background: url("../images/bg_pro_1.jpg") center no-repeat;
	background-size: cover;
	padding: 20px 50px;
}


.tscate{
	width: 5%;
}
.tscate li{
	display: block;
	position: relative;
	background: #ededed;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.tscate li:first-child{
	margin: 0 0 30px 0;
}
.tscate li a{
	width: 20px;
	margin: 20px auto;
	font-size: 20px;
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.tscate li:nth-child(2) a{
	margin: 70px auto;
}
.tscate li:before{
	width: 100%;
	height: 15px;
	background: url("../images/bg_cate_1.png") center left no-repeat;
	background-size: cover;
	content: '';
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.tscate li:after{
	width: 100%;
	height: 15px;
	background: url("../images/bg_cate_1_1.png") center left no-repeat;
	background-size: cover;
	content: '';
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.tscate li span{
	background: url("../images/icon_cate_1.png") center no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	margin: 10px auto 0 auto;
}
.tscate li.this span,
.tscate li:hover span{
	background: url("../images/icon_cate_2.png") center no-repeat;
}


.tscate li.this,
.tscate li:hover{
	background: #0e3790;
}
.tscate li.this a,
.tscate li:hover a{
	color: #fff;
}
.tscate li.this:before,
.tscate li:hover:before{
	background: url("../images/bg_cate_2.png") center left no-repeat;
}
.tscate li.this:after,
.tscate li:hover:after{
	background: url("../images/bg_cate_2_1.png") center left no-repeat;
}

.tsproarea{
	width: 93%;
}



.tstitle a{
	display: block;
	width: 16.666%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #222;
	position: relative;
}
.tstitle a:after{
	width: 1px;
	height: 12px;
	background: #c5cbca;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.tstitle a:last-child:after{
	display: none;
}


.tsproul ul{
	margin: 25px 0 0 0;
}
.tsproul ul li{
	display: block;
	float: left;
	width: 33.333%;
}
.tsproul ul li a{
	display: block;
	padding: 5px;
}




.dzprobg{
	padding: 100px 0;
	background: url("../images/bg_page.jpg") center repeat-y;
	background-size: cover;
}


.dzproslide{
	padding: 50px 0;
}
.dzproslide .swiper-slide{
	opacity: .8;
	cursor: grab;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.dzproslide .swiper-slide p{
	font-size: 18px;
	color: #222;
	line-height: 50px;
	background: #fff;
	text-align: center;
}
.dzproslide .swiper-slide-active{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	z-index: 1;
	cursor: pointer;
}




.advbg{
	background: url("../images/bg_page.jpg") center repeat-y;
	background-size: cover;
}

.adv li{
	display: block;
	float: left;
	width: 18%;
	margin: 0 0.333% 0 0;
	position: relative;
	overflow: hidden;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this{
	width: 45%;
}
.adv li:last-child{
	margin: 0;
}
.adv li:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this:after{
	opacity: 0;
}
.adv li:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/icon_adv_4.png") left bottom no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this:before{
	background: url("../images/icon_adv_4.png") left bottom -100px no-repeat;
}

.adv li .advpic img{
	display: block;
}
.adv li .advpic{
	background-size: cover;
}
.adv li .advtext{
	position: absolute;
	padding: 300px 35px 35px;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	background-image: none;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this .advtext{
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.adv li .advtext:after{
	content: '';
	display: block;
	width: 850px;
	height: 850px;
	background: url("../images/icon_adv_3.png") center no-repeat;
	background-size: contain;
	position: absolute;
	left: -425px;
	bottom: -425px;
	z-index: 1;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this .advtext:after{
	-webkit-transform: rotate(-0);
	-moz-transform: rotate(-0);
	-ms-transform: rotate(-0);
	-o-transform: rotate(-0);
	transform: rotate(-0);
}
.adv li .advtext span{
	display: table;
	padding: 0 100px 0 0;
	font-size: 38px;
	line-height: 38px;
	background: url("../images/icon_adv_2.png") center right no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this .advtext span{
	background: url("../images/icon_adv_1.png") center right no-repeat;
}
.adv li .advtext font{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	line-height: 16px;
	text-align: left;
	height: 16px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this .advtext font{
	opacity: .6;
}
.adv li .advtext p{
	font-size: 16px;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	width: 440px;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv li.this .advtext p{
	opacity: 1;
}

.adv li .advtext .text{
	position: relative;
	z-index: 2;
}





.newsbg{
	padding: 100px 0;
	background: url("../images/bg_page.jpg") center repeat-y;
	background-size: cover;
}



.newstitle{
	font-size: 20px;
	color: #222;
	line-height: 30px;
}
.newstitle img{
	display: inline-block;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
.newstitle a{
	float: right;
	font-size: 16px;
	color: #999999;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newstitle a:hover{
	color: #0e3790;
}


.picnews{
	margin: 15px 0 0 0;
}
.picnews .picnewstext{
	margin: 20px 0 0 0;
}
.picnews .picnewstext .date{
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #dddddd;
}
.picnews .picnewstext .date span{
	display: block;
	font-size: 34px;
	line-height: 34px;
	color: #222222;
}
.picnews .picnewstext .date p{
	font-size: 16px;
	line-height: 16px;
	color: #222222;
	margin: 10px 0 0 0;
}
.picnews .picnewstext .text{
	overflow: hidden;
}
.picnews .picnewstext .text span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #222;
	margin: 7px 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.picnews:hover .picnewstext .text span{
	color: #0e3790;
	font-weight: bold;
}
.picnews .picnewstext .text p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}


.news{
	width: 48%;
	margin: 0 4% 0 0;
}
.news:last-child{
	margin: 0;
}
.news ul{
	margin: 20px 0 0 0;
}
.news li{
	display: block;
	line-height: 30px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dddddd;
}
.news li a{
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	font-size: 14px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover a{
	color: #0e3790;
}
.news li span{
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	word-break: keep-all;
	color: #999;
	font-size: 14px;
}




.cuslogobg{
	position: relative;
}
.cuslogo{
	border-right: 1px solid #dddddd;
}
.cuslogo .swiper-slide a{
	display: block;
	border: 1px solid #dddddd;
	border-right: none;
}


.swiper_button_prev_cuslogo{
	width: 15px;
	height: 28px;
	background: url("../images/arrow_cuslogo.png") center no-repeat;
	cursor: pointer;
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -14px;
	outline: none;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.swiper_button_next_cuslogo{
	width: 15px;
	height: 28px;
	background: url("../images/arrow_cuslogo.png") center no-repeat;
	cursor: pointer;
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: -14px;
	outline: none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.swiper_button_prev_cuslogo:hover,
.swiper_button_next_cuslogo:hover{
	background: url("../images/arrow_cuslogo_1.png") center no-repeat;
}



.dzproslidearea{
	position: relative;
}
.swiper_button_prev_dzproslide{
	width: 71px;
	height: 70px;
	background: url("../images/arrow_pro.png") center no-repeat;
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -35px;
	outline: none;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.swiper_button_next_dzproslide{
	width: 71px;
	height: 70px;
	background: url("../images/arrow_pro.png") center no-repeat;
	cursor: pointer;
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -35px;
	outline: none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.swiper_button_prev_dzproslide:hover,
.swiper_button_next_dzproslide:hover{
	background: url("../images/arrow_pro_1.png") center no-repeat;
}



.aboutbg1{
	padding: 455px 0 0 0;
	background: url("../images/bg_about.jpg") center top no-repeat;
	position: relative;
}
.aboutbg1:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg_page.jpg") center no-repeat;
	background-size: cover;
	content: '';
	display: block;
	z-index: -1;
}
.about1{
	padding: 45px 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	background: #fff;
}
.about1text{
	padding: 0 50px;
}
.about1text .stitle{
	text-align: left;
	padding: 0 5% 0 0;
	margin: 9px 5% 9px 0;
	border-right: 1px solid #e0e0e0;
}
.about1text .stitle h3{
	margin: 0;
}
.about1text .text{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
}
.about1text .text a{
	font-size: 16px;
	color: #0e3790;
}




.envbg{
	background: url("../images/bg_page.jpg") center no-repeat;
	background-size: cover;
}
.env{
	position: relative;
}
.envslide li{
	position: relative;
}
.envslide li p{
	position: absolute;
	width: 100%;
	line-height: 44px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 20px;
	left: 0;
	bottom: 0;
	text-align: center;
}

.swiper_button_prev_env{
	width: 71px;
	height: 70px;
	background: url("../images/arrow_pro.png") center no-repeat;
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -35px;
	outline: none;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.swiper_button_next_env{
	width: 71px;
	height: 70px;
	background: url("../images/arrow_pro.png") center no-repeat;
	cursor: pointer;
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -35px;
	outline: none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.swiper_button_prev_env:hover,
.swiper_button_next_env:hover{
	background: url("../images/arrow_pro_1.png") center no-repeat;
}


.footerbg{
	background: #0e3790;
	color: #fff;
}

.ftitle{
	font-size: 18px;
}
.ftitle img{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}


.flogo{
	width: 20%;
	text-align: center;
}
.flogo .pic{
	width: 82px;
	margin: 0 auto;
}
.flogo p{
	font-size: 18px;
	margin: 25px 0 0 0;
	word-break: keep-all;
}


.fmenu{
	margin: 0 0 0 6%;
	width: 24%;
	position: relative;
}
.fmenu .fmenuul{
	margin: 25px 0 0 0;
	line-height: 30px;
}
.fmenu .fmenuul li{
	width: 50%;
	display: block;
	float: left;
}
.fmenu .fmenuul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 0 0 15px;
	background: url("../images/icon_fmenu_1.png") center left no-repeat;
}

.fcontact{
	margin: 0 0 0 6%;
	width: 33%;
	position: relative;
}
.fcontact .text{
	margin: 25px 0 0 0;
	font-size: 16px;
	line-height: 30px;
}

.fewm{
	width: 10%;
	text-align: center;
	line-height: 36px;
}


.fcontact:before,
.fmenu:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #5571af;
	left: -15%;
	top: 0;
}



.flink{
	padding: 10px 0 0 0;
	line-height: 30px;
	font-size: 14px;
}
.flink a{
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #fff;
}

.cr{
	padding: 0 0 10px 0;
	line-height: 30px;
	font-size: 14px;
}
.cr a{
	font-size: 14px;
	color: #fff;
}


.abouticon li:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}



.picnews:hover .pic img,
.tsproul ul li:hover .pic img,
.dzproslide .swiper-slide:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



.bannerbg,
.listbanner,
.nbanner{
	height: 450px;
	background-image: url("../images/banner_about.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



.bnavbg{
	line-height: 68px;
}
.bnav{
	font-size: 16px;
	color: #666;
}
.bnav a{
	margin: 0 8px 0 0;
	font-size: 16px;
	color: #666;
}
.bnav img{
	display: inline-block;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}


.naboutbg{
	background: url("../images/bg_page.jpg") center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.nabouttextbg{
	background: #f5f5f5;
}
.nabouttextbg .pic{
	width: 50%;
	margin: 0 35px 10px 0;
}
.nabouttextbg .nabouttext{
	width: auto;
	padding: 5% 3%;
}
.nabouttext .stitle{
	overflow: hidden;
}
.nabouttext .stitle:after{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #0e3790;
	margin: 13px 0 0 0;
}
.nabouttext .stitle h3{
	font-size: 22px;
	text-align: left;
	line-height: 22px;
}
.nabouttext .text{
	margin: 25px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.numbg{}
.numbg li{
	display: block;
	float: left;
	text-align: center;
	width: 16.666%;
}
.numbg li a{
	display: block;
	border-right: 1px solid #d4d4d4;
}
.numbg li:last-child a{
	border-right: none;
}
.numbg li .counter{
	font-size: 48px;
	font-weight: bold;
	color: #0e3790;
}
.numbg li font{
	display: inline-block;
	vertical-align: top;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #0e3790;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
.numbg li p{
	font-size: 16px;
	margin: 20px 0 0 0;
	color: #222;
}



.nenvbg{
	background: #fff;
}


.npartnerbg{
	background: #fbfbfb;
}


.npartner{
	width: 90%;
	max-width: 1020px;
	margin: 50px auto 0 auto;
}
.npartner img{
	width: 100%;
}


.nprobg{
	background: url("../images/bg_page.jpg") center no-repeat;
	background-size: cover;
	padding: 100px 0;
}


.ncate{
	width: 240px;
}
.ncate .catetitle{
	margin: 0 0 6px 0;
	line-height: 74px;
	background: #0e3790;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.ncate ul li{
	line-height: 50px;
	display: block;
	background: #ececec;
	margin: 0 0 2px 0;
}
.ncate ul li a{
	color: #666666;
	font-size: 16px;
	display: block;
	padding: 0 30px;
	position: relative;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate ul li:hover a{
	color: #fff;
	background: #0e3790;
}
.ncate ul li a:after{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 50px;
	right: 30px;
	top: 0;
	background: url("../images/icon_cate_4.png") center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate ul li:hover a:after{
	background: url("../images/icon_cate_3.png") center no-repeat;
}
.ncate .text{
	padding: 15px;
	text-align: center;
	background: #0e3790;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
.ncate .text img{
	margin: 0 0 10px 0;
}


.nclassname{
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #0e3790;
	padding: 0 0 10px 0;
	display: table;
	margin: 0 0 -1px 0;
	position: relative;
	z-index: 1;
}

.ncontainer{
	width: 930px;
}

.nproul li{
	display: block;
	width: 31%;
	float: left;
	margin: 0 3% 3% 0;
}
.nproul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.nproul li:nth-child(3n+1){
	clear: both;
}
.nproul li p{
	line-height: 44px;
	text-align: center;
	padding: 0 10px;
	color: #222;
	font-size: 18px;
	background: #ececec;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nproul li:hover p{
	color: #fff;
	background: #0e3790;
}



.nnewsul li{
	display: block;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	margin: 0 0 20px 0;
}
.nnewsul li a{
	display: block;
	padding: 20px;
	background: #fff;
}
.nnewsul li .pic{
	width: 30%;
}
.nnewsul li .text{
	width: 65%;
}
.nnewsul li .text span{
	display: block;
	font-size: 18px;
	color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.nnewsul li .text font{
	display: block;
	font-size: 14px;
	color: #999;
	margin: 10px 0 5px 0;
}
.nnewsul li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewsul li .text .more{
	width: 96px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #0e3790;
	font-size: 14px;
	margin: 10px 0 0 0;
}





.prodetailslide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto;
	max-width: 1000px;
}

.prodetailslide .detailslide{
	width: 50%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.prodetailslide .detailslide .swiper-slide img{
	margin: 0;
}
.prodetailslide .detailslide li video{
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 0;
	height: 500px !important;
	margin-top: -250px;
	
}
.prodetailslide .detailtext{
	width: 40%;
	padding: 0 5%;
	font-size: 16px;
	line-height: 40px;
}
.prodetailslide .detailtext .text1{
	font-size: 26px;
	color: #333;
}
.prodetailslide .detailtext .text3{
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0 0 0;
	color: #666;
}
.prodetailslide .detailtext .text2{
	margin: 5% 0 0 0;
	padding: 5% 0 0 0;
	border-top: 1px solid #ddd;
	line-height: 22px;
	color: #333;
	font-size: 18px;
}
.prodetailslide .detailtext .text2 img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.prodetailslide .detailtext .text2 p{
	float: left;
}
.prodetailslide .detailtext .text2 a{
	float: right;
	display: block;
	width: 114px;
	line-height: 40px;
	background: #0e3790;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.swiper_button_prev_detailslide,
.swiper_button_next_detailslide{
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
	cursor: pointer;
	outline: none;
	background: url("../images/arrow_detailslide.png") center no-repeat;
}
.swiper_button_prev_detailslide{
	left: 0;
}
.swiper_button_next_detailslide{
	right: 0;
	transform: rotate(180deg);
}

.protext .text img{
	display: block;
	margin: 0 auto;
}
.texttitle{
	margin: 0 auto 0 auto;
	max-width: 980px;
	font-size: 24px;
	line-height: 36px;
	padding: 0 0 0 20px;
	position: relative;
}
.texttitle:before{
	width: 10px;
	height: 10px;
	background: #0e3790;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.texttitle span{
	font-size: 18px;
	text-transform: uppercase;
	color: #c2c2c1;
}








.ncontactbg{
	background: url("../images/bg_page.jpg") center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.ncontacttext li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	background: #fff;
	border-radius: 28px;
	text-align: center;
	padding: 30px 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.07);
}
.ncontacttext li:last-child{
	margin: 0;
}
.ncontacttext li img{
	display: block;
	margin: 0 auto;
}
.ncontacttext li span{
	display: block;
	color: #222222;
	font-size: 18px;
	margin: 8px 0 10px 0;
}
.ncontacttext li p,
.ncontacttext li p a{
	color: #222222;
	font-size: 16px;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}













@media screen and (max-width: 1800px) {
	.adv li .advtext span{
		font-size: 30px;
	}
	.adv li .advtext font{
		font-size: 14px;
	}
	.adv li .advtext p{
		font-size: 14px;
	}
}
@media screen and (max-width: 1620px) {
	.adv li .advtext{
		padding: 300px 20px 20px;
	}
	.adv li .advtext span{
		font-size: 30px;
		padding: 0 70px 0 0;
	}
}
@media screen and (max-width: 1440px) {
	.dzproslidearea{
		max-width: 1000px;
	}
	.env{
		max-width: 1000px;
	}
	.adv li .advpic img{
		height: 620px;
	}
	.swiper_button_prev_env,
	.swiper_button_prev_dzproslide{
		width: 64px;
		height: 64px;
		margin-top: -32px;
		background-size: cover !important;
		left: -80px;
	}
	.swiper_button_next_env,
	.swiper_button_next_dzproslide{
		width: 64px;
		height: 64px;
		margin-top: -32px;
		background-size: cover !important;
		right: -80px;
	}
}
@media screen and (max-width: 1366px) {
	.adv li .advpic img{
		height: 580px;
	}
	.ncate{
		width: 25%;
	}
	.ncontainer{
		width: 72%;
	}
	.nabouttext .text{
		font-size: 14px;
		line-height: 26px;
	}
	.nabouttextbg .nabouttext{
		padding: 4% 3%;
	}
}
@media screen and (max-width: 1300px) {
	.tscate li:nth-child(2) a{
		margin: 50px auto;
	}
}
@media screen and (max-width: 1280px) {
	.adv li .advtext span{
		font-size: 26px;
		padding: 0 50px 0 0;
	}
	.swiper_button_prev_env,
	.swiper_button_prev_dzproslide{
		width: 50px;
		height: 50px;
		margin-top: -25px;
		background-size: cover !important;
		left: -60px;
	}
	.swiper_button_next_env,
	.swiper_button_next_dzproslide{
		width: 50px;
		height: 50px;
		margin-top: -25px;
		background-size: cover !important;
		right: -60px;
	}
	.adv li .advpic img{
		height: 545px;
	}
	.nnewsul li .text .more{
		display: none;
	}
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 350px;
	}
}
@media screen and (max-width: 1200px) {
	.adv li .advtext font{
		display: none;
	}
	.adv li .advtext p{
		margin: 10px 0 0 0;
	}
	.dzproslidearea{
		width: 80%;
	}
	.env{
		width: 80%;
	}
	.about1text .stitle{
		padding: 0 4% 0 0;
		margin: 9px 4% 9px 0;
	}
	.nabouttext .text{
		font-size: 14px;
		line-height: 24px;
	}
	.nabouttextbg .nabouttext{
		padding: 3% 3%;
	}
	
	.prodetailslide .detailtext .text2 .left{
		display: none;
	}
	.prodetailslide .detailtext .text2 a{
		float: left;
	}
	
	.npro .newstext>.text{
		padding: 0;
	}
	.prodetailslide .detailtext .text1{
		font-size: 20px;
		padding: 15px 0;
	}
	.texttitle{
		font-size: 20px;
	}
	.texttitle span{
		font-size: 15px;
	}
}
@media screen and (max-width: 1180px) {
	.tscate li:nth-child(2) a{
		margin: 40px auto;
	}
}
@media screen and (max-width: 1100px) {
	.nabouttext .stitle:after{
		margin: 10px 0 0 0;
	}
	.nabouttext .text{
		margin: 15px 0 0 0;
	}
	.tscate li:nth-child(2) a{
		margin: 30px auto;
	}
}
@media screen and (max-width: 1024px) {
	.adv li .advpic img{
		height: 435px;
	}
	.adv li .advtext:after{
		width: 650px;
		height: 650px;
		left: -325px;
		bottom: -325px;
	}
	.adv li .advtext p{
		width: 60%;
		height: 140px;
	}
	.adv li .advtext span{
		font-size: 22px;
	}
	.menu{
		width: 50%;
		margin: 15px 0 0 0;
	}
	.menu li a{
		font-size: 16px;
	}
	.menu li a span{
		font-size: 14px;
	}
	.p100{
		padding: 50px 0;
	}
	.p90{
		padding: 50px 0;
	}
	
	.about .text h2{
		font-size: 28px;
	}
	.about .text p{
		font-size: 16px;
		line-height: 26px;
	}
	.abouticon li span{
		font-size: 18px;
		margin: 15px 0;
	}
	.abouticon li p{
		font-size: 14px;
		line-height: 24px;
	}
	.abouticon li:nth-child(1) a{
		padding: 0 20px 0 0;
	}
	.abouticon li:nth-child(2) a{
		padding: 0 20px;
	}
	.abouticon li:nth-child(3) a{
		padding: 0 0 0 20px;
	}
	
	.tsprobg{
		padding: 50px 0;
	}
	.stitle h3{
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 10px 0;
	}
	.stitle p{
		font-size: 16px;
		line-height: 26px;
	}
	.tspro{
		padding: 20px 30px;
	}
	.tscate li a{
		font-size: 18px;
		line-height: 20px;
		margin: 10px auto;
	}
	.tstitle a{
		font-size: 16px;
	}
	
	.mt50{
		margin-top: 20px !important;
	}
	
	.mt60{
		margin-top: 30px !important;
	}
	
	.dzprobg{
		padding: 50px 0;
	}
	
	.dzproslide{
		padding: 30px 0;
	}
	.dzproslide .swiper-slide p{
		line-height: 44px;
		font-size: 16px;
	}
	
	
	.newsbg{
		padding: 50px 0;
	}
	
	.mt100{
		margin-top: 40px !important;
	}
	
	.aboutbg1{}
	
	.about1text .stitle{
		margin: 0;
		padding: 0;
		text-align: center;
		float: none;
		border: none;
	}
	
	.about1text .text{
		margin: 20px 0 0 0;
	}
	
	.about1{
		padding: 40px 0;
	}
	.about1text{
		padding: 0 40px;
	}
	
	.envslide li p{
		line-height: 40px;
		font-size: 16px;
	}
	
	.fmenu{
		display: none;
	}
	
	
	.flogo{
		width: 30%;
	}
	.fcontact{
		width: 45%;
	}
	.fcontact:before{
		left: -10%;
	}
	
	
	.footer.p70{
		padding: 30px 0;
	}
	
	.fewm{
		width: 12%;
	}
	.fcontact .text{
		font-size: 14px;
		line-height: 28px;
	}
	
	.footer .p30{
		padding: 10px 0;
	}
	
	.fewm{
		margin-top: 0 !important;
	}
	.ncate ul li a{
		padding: 0 25px;
		font-size: 14px;
	}
	
	.ncate ul li a:after{
		right: 25px;
	}
	.ncate .catetitle{
		line-height: 60px;
	}
	.nclassname{
		font-size: 18px;
		padding: 0 0 7px 0;
	}
	.nproul li p{
		line-height: 38px;
		font-size: 16px;
	}
	.nprobg{
		padding: 50px 0;
	}
	.ncate .text{
		font-size: 12px;
    	line-height: 20px;
	}
	.numbg li .counter{
		line-height: 34px;
		font-size: 34px;
	}
	.numbg li font{
		font-size: 13px;
		width: 22px;
		line-height: 22px;
		height: 22px;
	}
	.numbg li p{
		margin: 10px 0 0 0;
		font-size: 14px;
	}
	.naboutbg{
		padding: 50px 0;
	}
	.nabouttextbg .pic{
		margin: 0 20px 10px 0;
	}
	.nabouttextbg .nabouttext{
		float: none;
		width: 94%;
	}
	.nabouttextbg .nabouttext .stitle{
		overflow: hidden;
	}
	
	.ncontacttext li p,
	.ncontacttext li p a{
		font-size: 14px;
	}
	
	.ncontactbg{
		padding: 50px 0;
	}
	
	
	.nnewsul li .text p{
		display: block;
		white-space: nowrap;
	}
	
	
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 300px;
	}
	
	.tscate li:nth-child(2) a{
		margin: 0 auto;
	}
	
	
	
}


@media screen and (max-width: 900px) {
	.menubut{
		width: 24px;
		height: 4px;
		background: #0e3790;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -2px;
	}
	.menubut:before{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: -9px;
		width: 120%;
		height: 4px;
		background: #0e3790;
	}
	.menubut:after{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: -9px;
		width: 80%;
		height: 4px;
		background: #0e3790;
	}
	.menu{
		display: none;
		position: fixed;
		height: 100%;
		width: 40%;
		left: 0;
		background: #fff;
		margin: 0;
	}
	.menu li{
		width: 100%;
		float: none;
		line-height: 40px;
	}
	.menu li a{
		font-weight: normal;
		line-height: 40px;
		border-top: 1px solid #ccc;
		font-size: 14px;
	}
	.menu li:last-child a{
		border-bottom: 1px solid #ccc;
	}
	.menu li a span{
		display: none;
	}
	
	.header{
		position: fixed;
		left: 0;
		top: 0;
		padding: 20px 5%;
		z-index: 9999;
		background: #fff;
	}
	
	.adv li:before{
		background-size: 220% !important;
	}
	.adv li .advtext span{
		padding: 0 25px 0 0;
	}
	.adv li .advtext{
		padding: 300px 15px 15px;
	}
	.adv li .advtext p{
		width: 80%;
	}
	
	.numbg li{
		width: 33.333%;
		margin: 0 0 20px 0;
	}
	.numbg li p{
		margin: 5px 0 0 0;
	}
	.ncontacttext li{
		width: 48%;
		margin: 0 4% 20px 0;
	}
	.ncontacttext li:nth-child(2n){
		margin: 0 0 20px 0;
	}
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 250px;
	}
	
}



.advbg .stitle p,
.dzprobg .stitle p,
.envbg .stitle p{
	padding: 0 5%;
}




@media screen and (max-width: 768px) {
	.adv li .advpic img{
		height: 330px;
	}
	.adv li .advtext p{
		line-height: 22px;
		font-size: 12px;
		height: 110px;
	}
	.adv li .advtext span{
		font-size: 18px;
		background-size: 15px !important;
	}
	.adv li .advtext:after {
		width: 450px;
		height: 450px;
		left: -225px;
		bottom: -225px;
	}
	.cuslogobg{
		width: 85%;
	}
	.nproul li,
	.nproul li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nproul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nproul li:nth-child(3n+1){
		clear: none;
	}
	.nproul li:nth-child(2n+1){
		clear: both;
	}
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 200px;
	}
}




@media screen and (max-width: 640px) {
	
	.mt90{
		margin-top: 40px !important;
	}
	
	.banner{
		display: none;
	}
	.banner_wap{
		display: block;
	}
	
	.search{
		display: none;
	}
	.about .text h2{
		font-size: 22px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.about .text p{
		font-size: 12px;
		line-height: 24px;
	}
	
	
	.abouticon li p{
		font-size: 12px;
		line-height: 24px;
	}
	.abouticon li span{
		font-size: 16px;
	}
	
	.abouticon li:nth-child(1) a{
		padding: 0 10px 0 0;
	}
	.abouticon li:nth-child(2) a{
		padding: 0 10px;
	}
	.abouticon li:nth-child(3) a{
		padding: 0 0 0 10px;
	}
	
	
	.tspro{
		padding: 0 20px;
	}
	
	.tstitle a{
		font-size: 12px;
	}
	.tscate li a{
		font-size: 14px;
		line-height: 16px;
		width: 14px;
		margin: 0 auto;
	}
	.tscate li span,
	.tscate li.this span{
		width: 14px;
		height: 14px;
		background-size: cover;
		margin: 5px auto 0 auto;
	}
	.tscate li:first-child{
		margin: 0 0 10px 0;
	}
	
	.stitle h3{
		font-size: 22px;
		line-height: 22px;
	}
	.stitle p{
		font-size: 12px;
		line-height: 20px;
	}
	
	
	.swiper_button_prev_env,
	.swiper_button_prev_dzproslide{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: cover !important;
		left: -40px;
	}
	.swiper_button_next_env,
	.swiper_button_next_dzproslide{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: cover !important;
		right: -40px;
	}
	
	.dzproslide{
		margin-top: 5px !important;
	}
	
	
	.dzproslide .swiper-slide p{
		font-size: 12px;
		line-height: 30px;
	}
	
	.adv li.this,
	.adv li{
		width: 50%;
		margin: 0;
	}
	.adv li.this .advpic img,
	.adv li .advpic img{
		width: 100%;
		height: auto;
	}
	.adv li.this .advtext,
	.adv li .advtext{
		padding: 50% 15px 15px;
		background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
		background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
		background-image: -ms-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
		background-image: -o-linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0));
		background-image: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	}
	
	.adv li.this .advtext font,
	.adv li .advtext font{
		display: block;
		font-size: 12px;
		margin: 0 0 5px 0;
		line-height: 12px;
		height: auto;
		font-weight: normal;
	}
	
	.adv li.this .advtext p,
	.adv li .advtext p{
		height: auto;
		width: 100%;
		display: none;
	}
	.adv li .advtext span{
		background: url("../images/icon_adv_1.png") center right no-repeat;
	}
	
	.adv li:after{
		display: none;
	}
	
	.adv li .advtext span{
		font-size: 20px;
		font-weight: bold;
	}
	
	.adv li .advtext:after{
		-webkit-transform: rotate(-0);
		-moz-transform: rotate(-0);
		-ms-transform: rotate(-0);
		-o-transform: rotate(-0);
		transform: rotate(-0);
	}
	
	
	.adv li .advtext:after{
		width: 260px;
		height: 260px;
		left: -130px;
		bottom: -130px;
	}
	
	.news{
		margin: 0;
		width: 100%;
	}
	.news:last-child{
		display: none;
	}
	.newstitle{
		font-size: 18px;
	}
	.newstitle img{
		width: 28px;
	}
	.newstitle a{
		font-size: 14px;
	}
	
	.aboutbg1{
		padding: 250px 0 0 0;
		background-size: 200%;
	}
	
	.about1text{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	
	
	.about1{
		padding: 30px 0;
	}
	.about1text .text{
		font-size: 14px;
	}
	.about1text .text a{
		font-size: 14px;
	}
	
	.envslide li p{
		font-size: 14px;
		line-height: 30px;
	}
	
	.flink{
		display: none;
	}
	
	

	.cr{
		padding: 10px 0;
		line-height: 30px;
		font-size: 12px;
		word-break: keep-all;
		text-align: center;
	}
	.cr a{
		font-size: 12px;
		color: #fff;
	}
	
	
	.flogo p{
		font-size: 16px;
	}
	
	.footer .p30{
		padding: 0;
	}
	.flogo{
		width: 100%;
		padding: 0;
		float: none;
	}
	.fcontact{
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
		margin: 0;
	}
	.fcontact:before{
		display: none;
	}
	
	
	.ftitle{
		display: none;
	}
	
	.fcontact .text{
		font-size: 12px;
		line-height: 24px;
		margin: 20px 0 0 0;
	}
	
	
	.fewm{
		width: 100%;
		font-size: 12px;
		margin: 20px 0 0 0 !important;
	}
	.fewm .pic{
		width: 110px;
		margin: 0 auto;
	}
	
	
	.header .logo{
		width: 56px;
	}
	.header .text h1{
		font-size: 22px;
		letter-spacing: 0;
	}
	.header .text p{
		font-size: 13px;
	}
	
	
	
	.about .text p{
		line-height: 20px;
	}
	.abouticon li span{
		margin: 10px 0;
	}
	.abouticon li:after{
		width: 1px;
		height: 100%;
	}
	.abouticon li span{
		font-size: 14px;
	}
	.abouticon li br{
		display: block;
	}
	.abouticon li p{
		text-align: left;
		line-height: 22px;
		display: none;
	}
	
	.tsproul ul li{
		width: 50%;
	}
	
	.abouticon li:nth-child(1) a{
		padding: 0 10px 0 0;
	}
	.abouticon li:nth-child(2) a{
		padding: 0 10px;
	}
	.abouticon li:nth-child(3) a{
		padding: 0 0 0 10px;
	}
	

	.tstitle{
		display: none;
	}
	
	.tscate li:before,
	.tscate li:after{
		display: none;
	}
	
	.tscate{
		width: 100%;
		float: none;
	}
	.tscate li{
		float: left;
		width: 48%;
		text-align: center;
		border-radius: 5px;
		padding: 5px 0;
		margin: 0 1% !important;
	}
	.tscate li a{
		width: 100%;
	}
	.tscate li span{
		display: none;
	}
	.tsproarea{
		margin: 20px 0 0 0;
		float: none;
		width: 100%;
	}
	.swiper_button_prev_cuslogo{
		left: -15px;
	}
	.swiper_button_next_cuslogo{
		right: -15px;
	}
	
	.swiper_button_prev_cuslogo,
	.swiper_button_next_cuslogo{
		width: 9px;
		background-size: contain;
	}
	.aboutbg1{
		padding: 150px 0 0 0;
	}
	
	.swiper_button_prev_env,
	.swiper_button_prev_dzproslide{
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
		background-size: cover !important;
		left: -30px;
	}
	.swiper_button_next_env,
	.swiper_button_next_dzproslide{
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
		background-size: cover !important;
		right: -30px;
	}
	
	.fewm{
		line-height: 26px;
	}
	.cr{
		line-height: 20px;
	}
	.fcontact .text{
		line-height: 20px;
	}
	.flogo p{
		margin: 10px 0 0 0;
	}
	
	
	.ncate .catetitle,
	.ncate .text,
	.ncate .pic{
		display: none;
	}
	
	
	.ncate{
		width: 100%;
		float: none;
	}
	.ncontainer{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	
	.ncate ul li a{
		padding: 0 10px;
	}
	
	.ncate ul li a:after{
		right: 10px;
		height: 34px;
		display: none;
	}
	
	.ncate ul li{
		width: 49%;
		margin: 0 2% 5px 0;
		float: left;
		line-height: 34px;
		text-align: center;
	}
	.ncate ul li:nth-child(2n){
		margin: 0 0 5px 0;
	}
	.ncate ul li a{
		font-size: 12px;
	}
	
	.nproul li p{
		font-size: 14px;
		line-height: 34px;
	}
	
	.nabouttextbg .pic{
		width: 100%;
		float: none;
		margin: 0;
	}
	.nabouttextbg .nabouttext{
		padding: 4%;
		width: 92%;
	}
	.numbg li .counter{
		font-size: 28px;
	}
	.numbg li font{
		width: 20px;
		line-height: 20px;
		height: 20px;
		font-size: 12px;
	}
	.numbg{
		margin: 0 auto -20px auto;
	}
	.numbg li:nth-child(3) a{
		border: none;
	}
	
	.nnewsul li a{
		padding: 10px;
	}
	.nnewsul li .text font{
		display: none;
	}
	.nnewsul li .text span{
		font-size: 14px;
		line-height: 34px;
	}
	.nnewsul li .text p{
		font-size: 12px;
		line-height: 12px;
	}
	.nnewsul li{
		margin: 0 0 10px 0;
	}
	.nnews .ncate ul li{
		width: 49%;
		margin: 0 2% 0 0;
	}
	.ncate ul li:last-child {
		margin: 0;
	}
	
	
	.searchform{
		display: none;
	}
	
	.bnav{
		float: none;
	}
	
	.bnavbg{
		line-height: 40px;
	}
	.bnav,
	.bnav a{
		font-size: 12px;
	}
	.bnav img{
		height: 15px;
		margin: -3px 5px 0 0;
	}
	
	.bnav, .bnav a{
		margin: 0 5px 0 0;
	}
	

	.bannerbg,
	.listbanner,
	.nbanner{
		height: 130px;
	}

	
	.prodetailslide{
		display: block;
	}
	
	.prodetailslide .detailslide{
		width: 100%;
	}
	.prodetailslide .detailtext{
		width: 90%;
	}
	.prodetailslide .detailtext .text2{
		display: none;
	}
	
	.bannerbg{
		display: none;
	}
	.bnavbg{
/*		border-top: 1px solid #ccc;*/
	}
	.header{
		box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	}
	.nabout .stitle p span{
		display: block;
	}

}

	
	
.newstext{
	background: none;
}

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 375px) {
	
	.header .logo{
		width: 50px;
	}
	.header .text h1{
		font-size: 20px;
		letter-spacing: 0;
	}
	.header .text p{
		font-size: 12px;
	}
	.header .text{
		margin: 3px 0 0 2%;
	}
	
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}





































