/**
 * style.css gz
 * 层叠样式表
 */


/*
	//居中
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
	
	
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
html{
	overflow-x: hidden;
}
li,
ol,
ul{
	list-style: none;
}
a{
	color: inherit;
}

a:hover,
a:link,
a:visited{
	text-decoration: none;
	color: inherit;
}
input[type=number]{
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	margin: 0;
	-webkit-appearance: none;
}
p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
}
button,
input,
textarea{
	resize: none;
	border: none;
	outline: none;
}
img{
	border: 0;
}
a{
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
a:visited,
a:link
{
	text-decoration: none;
	color: inherit;
}
.img-box{
	position: relative;

	display: block;
	overflow: hidden;

	height: 0;
	padding-bottom: 100%;
}
.img-box img{
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]){
	opacity: 0;
	border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link{
	outline: none !important;
}


.main{
	float: left;
	width: 100%;
}

.w-100{
	float: left;
	width: 100%;
}

.w-1820{
	width: 1820px;
	margin: 0 auto;
}
@media (min-width: 1441px) and (max-width: 1820px) {
	.w-1820{
		width: 100%;
		padding: 0 6%;
	}
}
@media (max-width: 1440px){
	.w-1820{
		width: 100%;
		padding: 0 3%;
	}
}


.w-1500{
	width: 1500px;
	margin: 0 auto;
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.w-1500{
		width: 100%;
		padding: 0 6%;
	}
}
@media (max-width: 1440px){
	.w-1500{
		width: 100%;
		padding: 0 3%;
	}
}

.w-1400{
	width: 1400px;
	margin: 0 auto;
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.w-1400{
		width: 100%;
		padding: 0 6%;
	}
}
@media (max-width: 1440px){
	.w-1400{
		width: 100%;
		padding: 0 3%;
	}
}


.w-1366{
	width: 1366px;
	margin: 0 auto;
}
@media (max-width: 1366px){
	.w-1366{
		width: 100%;
		padding: 0 3%;
	}
}


.w-1720{
	width: 1720px;
	margin: 0 auto;
}
@media (max-width: 1720px){
	.w-1720{
		width: 100%;
		padding: 0 3%;
	}
}

.w-1200{
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1280px){
	.w-1200{
		width: 100%;
		padding: 0 3%;
	}
}

/*内页导航*/

.wrap-sidenav
{
	position: relative;
	overflow: hidden;
	height: 59px;
	border-bottom: 1px solid #dcdcdc;
}

.nav-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 60px;
	background: #1aa096;
}

.fixed-nav{
	position: fixed!important;
	top: 70px;
	z-index: 999;
	width: 100%;
	background: #fff;
}
.fixed-nav.wrap-sidenav{
	height: 60px;
}
.fixed-nav.wrap-sidenav .sidenav ul li a{
	height: 60px;
	line-height: 60px;
}

.fixed-md{
	position: fixed!important;
	top: 150px!important;
	right: 10%!important;
	z-index: 999;
}
@media (max-width: 1680px){
	.fixed-md{
		top: 130px!important;
		right: 5%!important;
	}
}
@media (max-width: 1600px){
	.fixed-md{
		right: 2%!important;
	}
}
@media (max-width: 1440px){
	.fixed-md{
		right: 3%!important;
	}
}

@media (max-width: 1024px){
	.banner-in .text-in .banner-txt-1 span {
		height: 60px;
		margin-top: 10px;
	}

}
@media (max-width: 767px){
	.banner-in{
		min-height: 200px;
	}
}
@media (max-width: 991px){

	.wrap-sidenav
	{
		height: 50px;
	}

}
@media (max-width: 767px)
{
	.wrap-sidenav
	{
		height: 50px;
		margin-top: -0px;
	}
}
.wrap-sidenav .sidenav
{
	position: relative;
}
.wrap-sidenav .sidenav ul
{
	font-size: 0;
	position: relative;
	position: absolute;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	/* width: 100%; */
	text-align: center;
}
.wrap-sidenav .sidenav ul li
{
	display: inline-block;

	padding: 0 25px;
}
.wrap-sidenav .sidenav ul li:first-child
{

}
.wrap-sidenav .sidenav ul li a
{
	font-size: 18px;
	line-height: 48px;

	position: relative;

	display: block;

	height: 51px;
	margin-top: 8px;
	color: #666;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.wrap-sidenav .sidenav ul li a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
}
.wrap-sidenav .sidenav ul li a .block{
	display: inline-block;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li a .hover{
	display: none;
}
@media (max-width: 1440px){
	.wrap-sidenav .sidenav ul li {
		padding: 0 12px;
	}
}
@media (max-width: 991px)
{
	.wrap-sidenav .sidenav ul li a{
		height: 41px;
		line-height: 41px;
	}
	.wrap-sidenav .sidenav ul li a img{
		width: 36px;
		margin-right: 6px;
	}
	.wrap-sidenav .sidenav ul li a{
		font-size: 14px;
	}
	.fixed-nav.wrap-sidenav{
		height: 40px;
	}
	.fixed-nav.wrap-sidenav .sidenav ul li a {
		height: 40px;
		line-height: 40px;
	}
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #0064b9;
	border-bottom-color: #0064b9;
}
.wrap-sidenav .sidenav ul li.active a .block,
.wrap-sidenav .sidenav ul li:hover a .block
{
	display: none;
}
.wrap-sidenav .sidenav ul li.active a .hover,
.wrap-sidenav .sidenav ul li:hover a .hover
{
	display: inline-block;
	padding-bottom: 3px;
}
@media (max-width: 1199px)
{
	.wrap-sidenav .sidenav ul li:hover a:before
	{
		display: none;
	}
}


/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 66px;
	text-align: center;
}

.page a {
	font-size: 20px;
	display: inline-block;
	/* padding: 0 14px; */
	width: 47px;
	height: 47px;
	line-height: 47px;
	margin: 0 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #999;
	border: 1px solid rgba(0,0,0,0);
	background: #eee;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
}
.page a.prev {
	background: #eee;
	/* url(../images/left.png) center no-repeat*/
}

.page a.next {
	background: #eee;
	/* url(../images/right.png) center no-repeat*/
}

.page a.prev:hover {
	background: #0064b9;
	/* url(../images/left.png) center no-repeat*/
}

.page a.next:hover {
	background: #0064b9;
	/* url(../images/right.png) center no-repeat*/
}
@media (max-width: 1366px) {
	.page{
	}
}
@media (max-width: 1199px) {
	.page {
	}
	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}
@media (max-width: 991px) {
	.page {
		margin-top: 40px;
	}
	.page.page1{
		margin-top: 40px;
	}
	.page a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 15px;
	}
	.page.page1{
		margin-top: 15px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}
	.page a {
		height: 40px;
		line-height: 38px;
		width: 40px;
		margin: 0 2px;
	}
}
.page a.omit{
	font-size: 16px;
}
.page a.omit:hover {
	color: #fff;
}
.page a.prev {
	font-size: 26px;
}
.page a.prev:after {
}
.page a.next {
	font-size: 26px;
}
.page a.next:before {
}
.page a.active,
.page a:hover {
	background-color: #0064b9;
	border: 1px solid #0064b9;
	color: #fff;
}
.page.page1{
	margin-top: 100px;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #0064b9;
	border: 1px solid #0064b9;
}
@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page.page1{
		margin-top: 60px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
		font-size: 18px;
	}
	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}
@media (max-width: 767px) {

	.page.page1{
		margin-top: 15px;
	}
}







.i-product{
	width: 100%;
	margin-top: 78px;
	overflow: hidden;
}
.i-product .ip-ul{
	width: 100%;
	text-align: center;
}
.i-product .ip-ul .ip-li{
	float: left;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px;
	width: 20%;
	position: relative;
}
.i-product .ip-ul .ip-li::after{
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 80%;
	background: #e5e5e5;
	content: "";
}
.i-product .ip-ul .ip-li:last-child::after{
	display: none;
}
.i-product .ip-ul .ip-li .ip-li-img{
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.i-product .ip-ul .ip-li .ip-li-img img{
	max-width: 100%;
}
.i-product .ip-ul .ip-li .ip-li-img::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: "";
}
.i-product .ip-ul .ip-li .ip-li-con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 28px;
	padding: 26px 13.8% 0 13.8%;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i-product .ip-ul .ip-li .ip-li-con .ip-li-ico{
	width: 100%;
}
.i-product .ip-ul .ip-li .ip-li-con .ip-li-ico img{
	display: inline-block;
}
.i-product .ip-ul .ip-li .ip-li-con .ip-li-ico img:last-child{
	display: none;
}
.i-product .ip-ul .ip-li .ip-li-con .ip-li-h1{
	width: 100%;
	margin-top: 14px;
	font-size: 18px;
	color: #0065b9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
}
.i-product .ip-ul .ip-li .ip-li-con .ip-li-p{
	width: 100%;
	margin-top: 14px;
	font-size: 18px;
	color: #999;
}
.i-product .ip-ul .ip-li .ip-li-hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	padding: 76px 9.6% 0 9.6%;
}
.i-product .ip-ul .ip-li .ip-li-hover .ip-li-t{
	line-height: 36px;
	font-size: 30px;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	text-transform: uppercase;
}
.i-product .ip-ul .ip-li .ip-li-con > .ip-li-link{
	color: #999;
}
.i-product .ip-ul .ip-li .ip-li-con > .ip-li-link p::after{
	background: #999;
}
.i-product .ip-ul .ip-li .ip-li-link{
	padding: 0 0%;
	margin-top: 14px;
	text-align: left;
	height: 170px;
	overflow-y: hidden;
}
.i-product .ip-ul .ip-li .ip-li-link p{
	margin-top: 10px;
	line-height: 24px;
	padding-left: 28px;
	font-size: 18px;
	position: relative;
}

.i-product .ip-ul .ip-li .ip-li-link p::after{
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #fff;
	content: "";
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.i-product .ip-ul .ip-li .ip-li-link p:hover a{
	color: #0064b9;
}
.i-product .ip-ul .ip-li .ip-li-link p:hover::after{
	background: #0064b9;
}

.i-product .ip-ul .ip-li:hover .ip-li-con .ip-li-ico img{
	display: none;
}
.i-product .ip-ul .ip-li:hover .ip-li-con .ip-li-ico img:last-child{
	display: inline-block;
}
.i-product .ip-ul .ip-li:hover .ip-li-con{
	opacity: 0;
}
.i-product .ip-ul .ip-li:hover .ip-li-img{
	opacity: 1;
}
.i-product .ip-ul .ip-li:hover .ip-li-hover{
	opacity: 1;
}
.i-product .ip-ul .ip-li:hover .ip-li-hover .ip-li-link{
	overflow-y: auto;
}

.bg-f9{
	float: left;
	background: #f9f9f9;
	position: relative;
	margin-top: 76px;
}
.i-about{
	float: left;
	padding-top: 119px;
	padding-top: 90px;
	width: 56.13%;
	width: 60%;
	padding-left: 5%;
}
.i-about-left{
	float: left;
	width: 100%;
	padding-right: 7.1%;
}
.i-about-left .i-about-top{
	float: left;
	width: 100%;
	padding-bottom: 28px;
	border-bottom: 1px solid #d2d2d2;
}
.i-about-left .i-about-top .i-about-li{
	float: left;
	width: 25%;
}



.i-about-left .i-about-top .i-about-li .i-about-li-num{
	font-weight: bold;
	font-size: 110px;
	font-size: 46px;
	line-height: 50px;
	line-height: 30px;
	color: #0064b9;
}
.i-about-left .i-about-top .i-about-li .i-about-li-num sup{
	font-size: 20px;
	color: #0064b9;
	top: auto;
	vertical-align: top;
	margin-left: 6px;
}

.i-about-left .i-about-top .i-about-li .i-about-li-word{
	font-size: 16px;
	line-height: 1;
	margin-top: 42px;
	color: #666;
}
.i-about-left .i-about-bot{
	float: left;
	width: 100%;
	padding: 68px 0 72px 0;
	padding: 48px 0 45px 0;
}
.i-about-left .i-about-bot .i-about-t{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 50px;
	color: #0065b9;
}
.i-about-left .i-about-bot .i-about-p{
	line-height: 32px;
	margin-top: 26px;
	font-size: 18px;
	color: #666;
}
.i-about-left .i-about-bot .i-about-link{
	line-height: 32px;
	margin-top: 44px;
	margin-top: 28px;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.i-about-left .i-about-bot .i-about-link a:hover{
	color: #0064b9;
}

.bg-f9 .video{
	float: right;
	width: 45.2%;
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
}


.bg-f9-1{
	float: left;
	background: #f9f9f9;
	position: relative;
	margin-top: 64px;
}
.bg-f9-1 .i-tec-img{
	/* position: absolute;
	left: 0;
	top: 0; */
	float: left;
	width: 48.38%;
	width: 48%;
	width: 40%;
}
.i-technical{
	float: right;
	width: 52%;
	width: 60%;
	padding-left: 4.6%;

	padding-left: 2%;
	padding-right: 5%;
}

.i-technical ul{
	float: left;
	width: 100%;
	padding-top: 52px;
	padding-bottom: 52px;
	padding-bottom: 45px;

	padding-bottom: 32px;
	padding-bottom: 32px;
}
.i-technical ul li{
	float: left;
	width: 100%;
	padding-left: 80px;
	margin-bottom: 74px;
	margin-bottom: 68px;
	margin-bottom: 38px;
	position: relative;
}
.i-technical ul li:last-child{
	margin-bottom: 0;
}
.i-technical ul li > img{
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.i-technical ul li .i-tec-txt{
	float: left;
	width: 100%;
	padding-left: 4.9%;
}
.i-technical ul li .i-tec-h1{
	width: 100%;
	line-height: 26px;
	font-size: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-technical ul li .i-tec-p{
	width: 100%;
	line-height: 24px;
	height: 48px;
	font-size: 18px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.i-news{
	float: left;
	width: 100%;
	padding: 76px 0 88px 0;
	padding: 76px 5% 88px 5%;
}

.i-news-title{
	float: left;
	width: 100%;
}
.i-news-title span{
	display: block;
	float: left;
	width: 129px;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	background: #0065b9;
	color: #fff;
}
.i-news-title a{
	float: right;
	line-height: 42px;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.i-news-title a:hover{
	color: #0065b9;
}

.i-news .i-news-left{
	float: left;
	width: 66%;
}

.i-news .i-news-left ul{
	float: left;
	width: 100%;
}
.i-news .i-news-left ul li{
	float: left;
	width: 48.6%;
	margin-right: 2.8%;
}
.i-news .i-news-left ul li:last-child{
	margin-right: 0;
}
.i-news .i-news-left ul li .img-box{
	padding-bottom: 60.90225563909774%;
}
.i-news .i-news-left ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i-news .i-news-left ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news .i-news-left ul li .text{
	float: left;
	width: 100%;
	line-height: 24px;
	padding: 38px 6.6% 30px 6.6%;
	background: #f9f9f9;
	color: #666;
}
.i-news .i-news-left ul li .text .i-news1-time{
	float: left;
	width: 100%;
	height: 24px;
	font-size: 16px;
}
.i-news .i-news-left ul li .text .i-news1-t{
	float: left;
	width: 100%;
	height: 24px;
	margin-top: 10px;
	font-size: 22px;
	color: #010101;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .i-news-left ul li .text .i-news1-p{
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 22px;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .i-news-left ul li .text .i-news1-a{
	float: left;
	width: 100%;
	height: 24px;
	margin-top: 26px;
	color: #999;
}
.i-news .i-news-left ul li:hover .text .i-news1-t{
	color: #0064b9;
}
.i-news .i-news-left ul li:hover .text .i-news1-a{
	color: #0064b9;
}

.i-news .i-news-right{
	float: left;
	width: 34%;
	padding: 0 1.6% 0 3.3%;
}
.i-news .i-news-right ul{
	float: left;
	width: 100%;
}
.i-news .i-news-right ul li{
	float: left;
	width: 100%;
	padding: 20px 0;
	padding: 16px 0;
	line-height: 24px;
	border-bottom: 1px dashed #d2d2d2;
	color: #999;
}
.i-news .i-news-right ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.i-news .i-news-right ul li .i-news2-time{
	float: left;
	width: 100%;
	font-size: 16px;
}
.i-news .i-news-right ul li .i-news2-t{
	float: left;
	width: 100%;
	height: 24px;
	margin-top: 8px;
	font-size: 20px;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .i-news-right ul li .i-news2-p{
	float: left;
	width: 100%;
	height: 24px;
	margin-top: 8px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i-news .i-news-right ul li:hover{
	color: #0064b9;
}
.i-news .i-news-right ul li:hover .i-news2-t{
	color: #0064b9;
}

/*首页基地*/
.i-product{
	float: left;
	width: 100%;
	margin-top: 46px;
	position: relative;
}
.i-product .top_hd {
	position: absolute;
	left: 0%;
	top: 0;
	height: 100%;
	z-index: 99;
	width: 15.2%;
}
.i-product .top_hd ul {
	width: 100%;
	height: 85.9%;
}
.i-product .top_hd .more{
	display: block;
	width: 100%;
	height: 14.1%;
	font-size: 20px;
	padding-left: 36px;

	padding-left: 0!important;
	text-align: center;

	background: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	color: #0064b9;
	text-transform: uppercase;
	font-weight: bold;
}
.i-product .top_hd .more p{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);

	width: 100%;
	text-align: center;
}
.i-product .top_hd .more:hover{
	background: #0064b9;
	color: #fff;
}


.i-product .top_hd ul li {
	float: right;
	color: #999;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 16.666666%;
	padding-left: 36px;

	padding-left: 0!important;

	background: rgba(255,255,255,1);
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	text-transform: uppercase;
}
.i-product .top_hd ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.i-product .top_hd ul li.on{
	font-size: 32px;
	background: #0064b9;
	color: #fff;
	font-weight: bold;
}

.i-product .top_hd .imgk-con{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}


.i-product .parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 0 5%;
	width: 100%;
	margin: 0 0%;
}
.i-product .slideBox {
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}
.i-product .slideBox img{
	width: 100%;
}
.i-product .slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.i-product .parBd-text{
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	color: #fff;
	padding: 42px 40px 32px 15.2%;
	text-align: right;
	background: url(../images/blue-bg.png) right bottom no-repeat;
}
.i-product .parBd-text .parBd-t{
	width: 100%;
	font-size: 42px;
	line-height: 1;
	text-transform: uppercase;
}
.i-product .parBd-text .parBd-p{
	width: 100%;
	margin-top: 10px;
	font-size: 26px;
	line-height: 1;
}

@media (max-width: 1680px){
	.i-about {
		padding-top: 89px;
	}
	.i-about-left .i-about-bot {
		padding: 38px 0 42px 0;
	}
	.i-about-left .i-about-bot .i-about-p {
		line-height: 28px;
		margin-top: 20px;
		font-size: 16px;
	}
	.i-about-left .i-about-bot .i-about-link{
		margin-top: 15px;
	}
	.i-technical ul {
		padding-top: 44px;
		padding-bottom: 44px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.i-technical ul li{
		margin-bottom: 50px;
		margin-bottom: 24px;
	}
	.i-about-left .i-about-bot .i-about-t{
		font-size: 44px;
		line-height: 1;
	}
}
@media (max-width: 1600px){
	.i-about {
		padding-top: 59px;
	}
	.i-about-left .i-about-bot {
		padding: 28px 0 28px 0;
	}
	.i-about-left .i-about-bot .i-about-t{
		font-size: 36px;
		line-height: 1;
	}
	.i-about-left .i-about-bot .i-about-p {
		line-height: 30px;
		margin-top: 24px;
		font-size: 16px;
	}
	.i-about-left .i-about-bot .i-about-link{
		margin-top: 30px;
	}
	.i-technical ul li {
		padding-left: 60px;
		margin-bottom: 45px;
		margin-bottom: 25px;
	}
	.i-technical ul {
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.i-technical ul li > img{
		width: 60px;
	}
	.i-technical ul li .i-tec-h1{
		font-size: 22px;
		line-height: 22px;
	}
	.i-technical ul li .i-tec-txt{
		padding-left: 3.6%;
	}
	.i-technical ul li .i-tec-p {
		line-height: 20px;
		height: 40px;
		font-size: 16px;
	}
	.i-news .i-news-right ul li .i-news2-t{
		font-size: 18px;
		height: 20px;
	}
	.i-news .i-news-right ul li .i-news2-p{
		font-size: 16px;
		height: 20px;
	}
}
@media (max-width: 1440px){
	.i-product{
		margin-top: 30px;
	}
	.i-product .ip-ul .ip-li .ip-li-con{
		padding-top: 46px;
	}
	.i-product .ip-ul .ip-li .ip-li-con .ip-li-h1{
		font-size: 17px;
	}
	.i-product .ip-ul .ip-li .ip-li-con .ip-li-p{
		font-size: 16px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-t {
		line-height: 32px;
		font-size: 17px;
		padding-bottom: 20px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link {
		padding: 0 6%;
		margin-top: 12px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p {
		margin-top: 18px;
		line-height: 22px;
		padding-left: 20px;
		font-size: 16px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p::after{
		width: 6px;
		height: 6px;
	}
	.i-product .ip-ul .ip-li .ip-li-link{
		height: 160px;
	}
	.bg-f9{
		margin-top: 30px;
	}
	.bg-f9 .video{
		width: 40%;
	}
	.i-about-left{
		width: ;
	}
	.i-about {
		width: 60%;
		padding-left: 5%;
	}

	.i-about {
		padding-top: 58px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-num sup{
		font-size: 16px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-word {
		font-size: 14px;
		margin-top: 36px;
	}
	.i-about-left .i-about-bot {
		padding: 40px 0 40px 0;
	}
	.i-about-left .i-about-bot .i-about-link {
		margin-top: 15px;
	}
	.i-about-left .i-about-bot .i-about-p{
		margin-top: 15px;
	}
	.i-about-left .i-about-bot .i-about-t {
		font-size: 36px;
	}

	.i-product .parBd{
		/* width: 90%;
		margin-left: 5%;
		margin-right: 5%; */
	}
	.i-product .top_hd{
		/* left: 5%; */
	}


	.i-product .top_hd ul li{
		font-size: 16px;
		padding-left: 30px;
	}
	.i-product .top_hd ul li.on{
		font-size: 24px;
	}
	.i-product .top_hd .more{
		padding-left: 30px;
		font-size: 18px;
	}

	.bg-f9-1 .i-tec-img{
		width: 40%;
	}
	.i-technical {
		width: 60%;
		padding-left: 2%;
		padding-right: 5%;
	}
	.i-technical ul {
		padding-top: 44px;
		padding-bottom: 44px;
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.i-technical ul li{
		padding-left: 60px;
	}
	.i-technical ul li > img{
		width: 60px;
	}
	.i-technical ul li {
		margin-bottom: 26px;
	}
	.i-technical ul li .i-tec-txt {
		padding-left: 4%;
		padding-left: 3%;
	}
	.i-technical ul li .i-tec-h1 {
		line-height: 20px;
		font-size: 18px;
		margin-top: 2px;
	}
	.i-technical ul li .i-tec-p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
		margin-top: 2px;
	}

	.i-news-title span{
		font-size: 18px;
	}
	.i-news .i-news-left ul li .text .i-news1-t{
		font-size: 18px;
	}
	.i-news .i-news-left ul li .text .i-news1-p{
		font-size: 16px;
	}
	.i-news .i-news-right {
		padding: 0 1.5% 0 3%;
	}
	.i-news .i-news-right ul li {
		padding: 12px 0;
		line-height: 20px;
	}
	.i-news .i-news-right ul li .i-news2-t{
		font-size: 16px;
		height: 20px;
	}
	.i-news .i-news-right ul li .i-news2-p{
		font-size: 14px;
		height: 20px;
	}
	.index-map-title{
		margin-top: 50px;
	}
	.index-map {
		margin: 50px 0;
	}
	.bg-f9-1{
		margin-top: 30px;
	}
	.i-news {
		padding: 46px 5% 68px 5%;
	}
	.i-news .i-news-left ul li .text {
		line-height: 20px;
		padding: 28px 5% 20px 5%;
	}
	.i-news .i-news-left ul li .text .i-news1-p{
		height: 40px;
		margin-top: 15px;
	}
	.i-news .i-news-left ul li .text .i-news1-a{
		margin-top: 15px;
	}
	.i-product .parBd-text .parBd-t{
		font-size: 34px;
	}
	.i-product .parBd-text .parBd-p {
		margin-top: 10px;
		font-size: 20px;
	}
}

@media (max-width: 1366px){
	.i-about-left .i-about-bot {
		padding: 32px 0 32px 0;
	}
	.i-about-left .i-about-bot .i-about-p {
		line-height: 28px;
		margin-top: 16px;
		font-size: 16px;
	}
	.i-technical ul li {
		margin-bottom: 27px;
	}
	.i-technical ul {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.i-product .ip-ul .ip-li .ip-li-link p {
		margin-top: 3px;
		font-size: 15px;
	}
}

@media (max-width: 1199px){
	.i-product .ip-ul .ip-li{
		width: 33%;
		padding: 0 1%;
		margin-bottom: 0.5%;
	}

	.i-product .ip-ul .ip-li .ip-li-img img{
		width: 100%;
	}
	.i-product .ip-ul .ip-li .ip-li-img{
		opacity: 1;
	}
	.i-product .ip-ul .ip-li .ip-li-con{
		display: none;
	}

	.i-product .ip-ul .ip-li .ip-li-hover{
		opacity: 1;
		padding: 18px 4% 0 4%;
	}
	.i-product .ip-ul .ip-li .ip-li-link{
		height: 230px;
		overflow-y: auto;
	}
	.i-product .ip-ul .ip-li::after{
		display: none;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-t {
		line-height: 20px;
		font-size: 13px;
		padding-bottom: 6px;
		padding-top: 4px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p {
		margin-top: 10px;
		line-height: 18px;
		padding-left: 10px;
		font-size: 14px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p::after {
		width: 4px;
		height: 4px;
		top: 7px;
	}
	.i-about {
		padding-top: 48px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-num {
		font-size: 28px;
		line-height: 12px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-word {
		margin-top: 26px;
		font-size: 12px;
	}
	.i-about-left .i-about-bot {
		padding: 17px 0 17px 0;
	}
	.i-about-left .i-about-bot .i-about-t {
		font-size: 28px;
	}
	.i-about-left .i-about-bot .i-about-p {
		line-height: 24px;
		margin-top: 12px;
		font-size: 14px;
	}
	.i-about-left .i-about-bot .i-about-link {
		font-size: 14px;
		line-height: 28px;
		margin-top: 15px;
	}
	.i-product .top_hd ul li{
		padding-left: 18px;
		font-size: 14px;
	}
	.i-product .top_hd ul li.on {
		font-size: 18px;
	}
	.i-product .top_hd .more {
		padding-left: 18px;
		font-size: 14px;
	}
	.i-product .parBd-text {
		padding: 22px 30px 22px 15.2%;
	}
	.i-product .parBd-text .parBd-t {
		font-size: 30px;
	}
	.i-product .parBd-text .parBd-p {
		margin-top: 6px;
		font-size: 18px;
	}
	.i-technical {
		padding-left: 3%;
	}
	.i-technical ul {
		padding-top: 19px;
		padding-bottom: 20px;
	}
	.i-technical ul li {
		margin-bottom: 14px;
		padding-left: 60px;
	}
	.i-technical ul li > img{
		width: 60px;
	}
	.i-technical ul li .i-tec-h1 {
		line-height: 20px;
		font-size: 16px;
		margin-top: 2px;
	}
	.i-technical ul li .i-tec-p {
		font-size: 14px;
		height: 36px;
		line-height: 18px;
		margin-top: 4px;
	}
	.i-news .i-news-left ul li .text {
		line-height: 20px;
		padding: 20px 5% 20px 5%;
	}

	.i-news .i-news-right ul li{
		line-height: 18px;
	}
	.i-news .i-news-right ul li .i-news2-time{
		height: 18px;
		font-size: 14px;
	}
	.i-news .i-news-right ul li .i-news2-t{
		font-size: 16px;
		height: 18px;
		margin-top: 4px;
	}
	.i-news .i-news-right ul li .i-news2-p{
		font-size: 16px;
		height: 18px;
		margin-top: 4px;
	}

}


@media (max-width: 991px){
	.i-product .ip-ul .ip-li .ip-li-link{
		height: 280px;
	}
	.i-product .ip-ul .ip-li{
		width: 50%;
		padding: 6px 1.5%;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-t {
		line-height: 28px;
		font-size: 18px;
		padding-bottom: 16px;
		padding-top: 14px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link {
		padding: 0 8%;
		margin-top: 24px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p {
		margin-top: 4px;
		line-height: 28px;
		padding-left: 15px;
		font-size: 16px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p::after{
		top: 10px;
	}
	.i-about{
		width: 100%;
	}
	.i-about-left{
		padding-right: 0;
	}
	.bg-f9 .video {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}
	.i-product .top_hd {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		z-index: 99;
		float: left;
		width: 100%;
	}

	.i-product .top_hd ul{
		float: left;
		width: 80%;
	}
	.i-product .top_hd ul li{
		float: left;
		width: 25%;
		height: 48px;
		line-height: 46px;
		font-size: 14px;
		padding-left: 0px;
		border: 1px solid #e5e5e5;
		border-right: 0;
		border-top: 0;
		text-align: center;
	}
	.i-product .top_hd ul li.on {
		font-size: 16px;
	}
	.i-product .top_hd .more{
		float: left;
		width: 20%;
		border-top: 0;
		height: 48px;
		line-height: 46px;
		padding-left: 0;
		text-align: center;
	}
	.i-product .top_hd .more p {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		text-align: center;
		width: 100%;
	}
	.imgk-con {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.bg-f9-1 .i-tec-img{
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
	}
	.i-technical {
		padding-left: 0%;
		width: 100%;
	}
	.i-technical ul li .i-tec-txt {
		padding-left: 3%;
	}
	.i-news .i-news-left{
		width: 100%;
	}
	.i-news .i-news-right{
		width: 100%;
	}
	.i-news .i-news-right {
		padding: 0 0% 0 0%;
		margin-top: 30px;
	}
}


@media (max-width: 767px){
	.i-product {
		margin-top: 15px;
	}
	.i-product .ip-ul .ip-li .ip-li-link{
		height: 140px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover {
		padding: 12px 3% 0 3%;
	}
	.i-product .ip-ul .ip-li .ip-li-link {
			/* height: 180px; */
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-t {
		line-height: 20px;
		font-size: 15px;
		font-size: 12px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link {
		padding: 0 6%;
		margin-top: 10px;
		overflow-y: auto;
	}
	.i-product .ip-ul .ip-li .ip-li-hover .ip-li-link p {
		margin-top: 5px;
		line-height: 24px;
		padding-left: 10px;
		font-size: 14px;
		font-size: 12px;
	}
	.bg-f9 {
		margin-top: 15px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-num {
		font-size: 18px;
		line-height: 8px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-num sup {
		font-size: 12px;
	}
	.i-about {
		padding-top: 36px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 20px;
	}
	.i-about-left .i-about-top .i-about-li .i-about-li-word {
		margin-top: 20px;
	}
	.i-about-left .i-about-bot .i-about-t {
		font-size: 20px;
	}
	.i-about-left .i-about-bot .i-about-link{
		margin-top: 10px;
	}
	.index-map-title {
		margin-top: 15px;
	}

	.index-xs-map {
		padding: 15px 0;
	}
	.i-product .parBd{
		/* width: 94%;
		margin-left: 3%;
		margin-right: 3%; */
	}
	.i-product .top_hd{
		/* width: 94%;
		margin-left: 3%;
		margin-right: 3%; */
	}
	.i-product .parBd-text .parBd-t {
		font-size: 20px;
	}
	.i-product .parBd-text .parBd-p {
		margin-top: 4px;
		font-size: 14px;
	}
	.i-product .parBd-text {
		padding: 12px 3% 12px 3%;
		background-size: auto 100%;
	}
	.i-product .top_hd ul li{
		font-size: 12px;
	}
	.i-product .top_hd ul li.on {
		font-size: 14px;
	}
	.bg-f9-1 {
		margin-top: 15px;
	}
	.i-technical{
		padding-left: 3%;
		padding-right: 3%;
	}
	.i-news .i-news-left ul li{
		width: 100%;
	}
	.i-news {
		padding: 20px 3% 20px 3%;
	}
	.i-news-title span {
		width: 100px;
		font-size: 16px;
	}
	.i-news .i-news-left ul li .text {
		line-height: 18px;
		padding: 15px 3% 15px 3%;
	}
	.i-news .i-news-left ul li .text .i-news1-time{
		height: 18px;
	}
	.i-news .i-news-left ul li .text .i-news1-t{
		height: 18px;
		font-size: 16px;
	}
	.i-news .i-news-left ul li .text .i-news1-p {
		height: 36px;
		margin-top: 10px;
	}
	.i-news .i-news-left ul li .text .i-news1-a{
		margin-top: 10px;
		height: 18px;
	}
	.i-news .i-news-right {
		padding: 0 0% 0 0%;
		margin-top: 20px;
	}
	.i-news .i-news-right ul li {
		padding: 8px 0;
	}
	.i-news-title a{
		font-size: 14px;
	}
}

/*新闻*/
.news{
	float: left;
	width: 100%;
	padding: 72px 0 104px 0;
}
.news .news-left-1{
	float: left;
	width: 16.6%;
	padding-right: 5.5%;
}
.news .news-left-1 .nl1-year{
	float: left;
	width: 100%;
	padding-right: 28px;
	border-right: 1px solid #eee;
}
.news .news-left-1 .nl1-year a{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #333;
	text-align: center;
	position: relative;
}
.news .news-left-1 .nl1-year a:hover::after,
.news .news-left-1 .nl1-year a.on::after{
	position: absolute;
	right: -30px;
	top: 0;
	width: 3px;
	height: 100%;
	background: #0064b9;
	content: "";
}
.news .news-left-1 .nl1-year a:hover,
.news .news-left-1 .nl1-year a.on{
	font-size: 34px;
	color: #fff;
	background: #0064b9;
}
.news .news-left-1 .nl1-year a:last-child{
	margin-bottom: 0;
}

.news .news-right-1{
	float: left;
	width: 83.4%;
}
.news .news-right-1 ul{
	float: left;
	width: 100%;
}
.news .news-right-1 ul li{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #e5e5e5;
}

.news .news-right-1 ul li a{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 122px;
}

.news .news-right-1 ul li a .news1-time{
	position: absolute;
	left: 0;
	top: 0;
	width: 122px;
	height: 122px;
	background: #aaa;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news .news-right-1 ul li a .news1-time .news1-day{
	float: left;
	width: 100%;
	font-size: 52px;
	line-height: 1;
	margin-top: 20px;
}
.news .news-right-1 ul li a .news1-time .news1-year{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 1;
	margin-top: 10px;
}

.news .news-right-1 ul li a .news1-txt{
	float: left;
	width: 100%;
	padding-left: 4.3%;
	padding-top: 14px;
	padding-bottom: 17px;
	line-height: 24px;
}
.news .news-right-1 ul li a .news1-txt .news1-t{
	float: left;
	width: 100%;
	height: 24px;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .news-right-1 ul li a .news1-txt .news1-p{
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 19px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news .news-right-1 ul li:hover .news1-time{
	background: #0064b9;
}
.news .news-right-1 ul li:hover a .news1-txt .news1-t{
	color: #0064b9;
}

@media (max-width: 1440px){
	.news .news-left-1 {
		padding-right: 4.2%;
	}
	.news .news-left-1 .nl1-year {
		padding-right: 24px;
	}
	.news .news-left-1 .nl1-year a:hover::after,
	.news .news-left-1 .nl1-year a.on::after{
		right: -26px;
	}
	.news .news-left-1 .nl1-year a {
		height: 48px;
		line-height: 48px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.news .news-left-1 .nl1-year a:hover,
	.news .news-left-1 .nl1-year a.on{
		font-size: 28px;
	}
	.news .news-right-1 ul li {
		margin-bottom: 30px;
		padding: 15px;
	}
	.news .news-right-1 ul li a .news1-txt {
		padding-left: 2.4%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.news .news-right-1 ul li a .news1-txt .news1-t{
		font-size: 18px;
	}
	.news .news-right-1 ul li a .news1-txt .news1-p {
		margin-top: 12px;
		font-size: 14px;
	}
	.news .news-right-1 ul li a{
		padding-left: 104px;
	}
	.news .news-right-1 ul li a .news1-time{
		width: 104px;
		height: 104px;
	}
	.news .news-right-1 ul li a .news1-time .news1-day {
		font-size: 42px;
		margin-top: 18px;
	}
	.news .news-right-1 ul li a .news1-time .news1-year {
		font-size: 18px;
		margin-top: 8px;
	}
}

@media (max-width: 991px){
	.news {
		padding: 42px 0 64px 0;
	}
	.news .news-left-1 {
		padding-right: 2.4%;
	}
	.news .news-left-1 .nl1-year {
		padding-right: 12px;
	}
	.news .news-left-1 .nl1-year a:hover::after,
	.news .news-left-1 .nl1-year a.on::after {
		right: -14px;
	}
	.news .news-left-1 .nl1-year a {
		height: 42px;
		line-height: 42px;
		margin-bottom: 18px;
		font-size: 16px;
	}
	.news .news-left-1 .nl1-year a:hover,
	.news .news-left-1 .nl1-year a.on {
		font-size: 20px;
	}
	.news .news-right-1 ul li {
		margin-bottom: 20px;
		padding: 10px;
	}
}

@media (max-width: 767px){
	.news {
		padding: 15px 0 20px 0;
	}
	.news .news-left-1{
		width: 100%;
		padding-right: 0;
	}
	.news .news-left-1 .nl1-year {
		padding-right: 0px;
		text-align: center;
		border-right: 0;
	}
	.news .news-left-1 .nl1-year a:last-child {
		margin-bottom: 5px;
	}
	.news .news-left-1 .nl1-year a:hover::after,
	.news .news-left-1 .nl1-year a.on::after{
		display: none;
	}
	.news .news-left-1 .nl1-year a{
		width: auto;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		margin: 5px 0;
	}
	.news .news-right-1{
		width: 100%;
		margin-top: 15px;
	}
	.news .news-right-1 ul li {
		margin-bottom: 10px;
		padding: 8px;
	}
	.news .news-right-1 ul li a {
		padding-left: 82px;
	}

	.news .news-right-1 ul li a .news1-time {
		width: 82px;
		height: 82px;
	}
	.news .news-right-1 ul li a .news1-time .news1-day {
		font-size: 30px;
		margin-top: 16px;
	}
	.news .news-right-1 ul li a .news1-time .news1-year {
		font-size: 14px;
		margin-top: 6px;
	}
	.news .news-right-1 ul li a .news1-txt{
		padding-left: 3.6%;
	}
	.news .news-right-1 ul li a .news1-txt .news1-t {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
	}
	.news .news-right-1 ul li a .news1-txt .news1-p {
		margin-top: 6px;
		height: 36px;
		line-height: 18px;
	}
}

.news-details{
	float: left;
	width: 100%;
	padding: 50px 0 100px 0;
}
.news-details p,
.news-details span,
.news-details div {

}
.news-details .news-h1{
	float: left;
	width: 100%;
	line-height: 44px;
	font-size: 34px;
	padding-bottom: 15px;
	color: #010101;
	text-align: center;
}
.news-details .news-h2{
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #666;
	text-align: center;
}
.news-details .news-h2 span{
	padding: 0 20px;
}
.news-details .text{
	float: left;
	width: 100%;
	padding: 44px 0 80px 0;
	font-size: 18px;
	line-height: 2;
	color: #0064b9;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
}
.news-details .text a{
	color: #333;
}
.news-details .text img{
	max-width: 100%;
}
.news-details .news-page{
	float: left;
	width: 100%;
	padding-top: 8px;
	position: relative;
}
.news-details .news-page .news-page-div{
	float: left;
	width: 100%;
	line-height: 22px;
	margin-top: 18px;
	padding-left: 84px;
	font-size: 16px;
	max-width: 80%;
	position: relative;
}
.news-details .news-page .news-page-div span{
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	height: 22px;
	color: #666;
	text-align: center;
}
.news-details .news-page .news-page-div a{
	float: left;
	width: 100%;
	height: 22px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-details .news-page .news-page-back{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 130px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	border-radius: 10px;
	background: #0064b9;
	color: #fff;
	text-align: center;
}
.news-details .news-page .news-page-back:hover{
	opacity: 0.9;
}

@media (max-width: 1440px){
	.news-details {
		padding: 30px 0 60px 0;
	}
	.news-details .news-h1 {
		line-height: 44px;
		font-size: 28px;
		padding-bottom: 10px;
	}
	.news-details .news-h2 {
		line-height: 48px;
		font-size: 14px;
	}
	.news-details .text {
		padding: 24px 0 40px 0;
		font-size: 16px;
	}
}

@media (max-width: 1199px){
	.news-details .news-h1 {
		line-height: 40px;
		font-size: 24px;
	}
}
@media (max-width: 767px){
	.news-details {
		padding: 20px 0 30px 0;
	}
	.news-details .news-h1 {
		line-height: 24px;
		font-size: 20px;
		padding: 0 3% 10px 3%;
	}
	.news-details .news-h2 {
		line-height: 36px;
	}
	.news-details .text {
		padding: 15px 0 15px 0;
		font-size: 14px;
	}
	.news-details .news-page .news-page-div {
		line-height: 22px;
		margin-top: 8px;
		font-size: 16px;
		max-width: 100%;
	}
	.news-details .news-page .news-page-back {
		float: right;
		position: relative;
		right: auto;
		bottom: auto;
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 5px;
		margin-top: 15px;
	}
}


.news .news-left-1.news-left-2{
	width: 23.2%;
	padding-right: 3.2%;
}
.news .news-left-1.news-left-2 .nl1-year{
	padding-right: 32px;
}
.news .news-left-1.news-left-2 .nl1-year a:hover::after,
.news .news-left-1.news-left-2 .nl1-year a.on::after{
	right: -34px;
}
.news .news-left-1.news-left-2 .nl1-year a{
	font-size: 20px;
}
.news .news-left-1.news-left-2 .nl1-year a:hover,
.news .news-left-1.news-left-2 .nl1-year a.on{
	font-size: 24px;
}

.news .news-right-2{
	float: left;
	width: 76.8%;
}
.news .news-right-2 ul{
	float: left;
	width: 100%;
}
.news .news-right-2 ul li{
	float: left;
	width: 100%;
	margin-bottom: 42px;
	border: 1px solid #e5e5e5;
}
.news .news-right-2 ul li a{
	float: left;
	width: 100%;
	position: relative;
}
.news .news-right-2 ul li a .news2-pic{
	float: left;
	width: 34.4%;
}
.news .news-right-2 ul li a .news2-pic .img-box{
	padding-bottom: 60.90225563909774%;
}

.news .news-right-2 ul li a .news2-pic .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news .news-right-2 ul li:hover a .news2-pic .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news .news-right-2 ul li a .news2-txt{
	float: left;
	width: 65.6%;
	padding: 35px 36px 0 36px;
	line-height: 24px;
	font-size: 16px;
}
.news .news-right-2 ul li a .news2-txt .news2-t{
	float: left;
	width: 100%;
	height: 24px;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news .news-right-2 ul li a .news2-txt .news2-time{
	float: left;
	width: 100%;
	margin-top: 6px;
	height: 24px;
	color: #999;
}
.news .news-right-2 ul li a .news2-txt .news2-p{
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 24px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-right-2 ul li a .news2-txt .news2-link{
	float: left;
	width: 100%;
	height: 24px;
	margin-top: 24px;
	color: #666;
}

.news .news-right-2 ul li:hover a .news2-txt .news2-t{
	color: #0064b9;
}
.news .news-right-2 ul li:hover a .news2-txt .news2-link{
	color: #0064b9;
}

@media (max-width: 1440px){
	.news .news-right-2 ul li a .news2-txt {
		padding: 25px 3% 0 3%;
		font-size: 14px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-t{
		font-size: 20px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-p{
		margin-top: 16px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-link{
		margin-top: 16px;
	}
	.news .news-right-2 ul li{
		margin-bottom: 36px;
	}
}

@media (max-width: 1199px){
	.news {
		padding: 42px 0 64px 0;
	}
	.news .news-left-1.news-left-2 .nl1-year a {
		font-size: 16px;
	}
	.news .news-left-1.news-left-2 .nl1-year a:hover, .news .news-left-1.news-left-2 .nl1-year a.on {
		font-size: 18px;
	}
	.news .news-right-2 ul li a .news2-txt {
		padding: 12px 3% 0 3%;
		line-height: 20px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-t{
		height: 20px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-time{
		height: 20px;
		margin-top: 5px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-p{
		height: 40px;
		margin-top: 5px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-link{
		height: 20px;
	}
}
@media (max-width: 991px){
	.news .news-left-1.news-left-2 {
		padding-right: 2%;
	}
	.news .news-left-1.news-left-2 .nl1-year {
		padding-right: 12px;
	}
	.news .news-left-1.news-left-2 .nl1-year a:hover::after,
	.news .news-left-1.news-left-2 .nl1-year a.on::after {
		right: -14px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-time{
		margin-top: 0;
	}
	.news .news-right-2 ul li a .news2-txt .news2-p{
		margin-top: 0;
	}
	.news .news-right-2 ul li a .news2-txt .news2-link{
		margin-top: 0;
	}
}

@media (max-width: 767px){
	.news {
		padding: 15px 0 20px 0;
	}
	.news .news-left-1.news-left-2{
		width: 100%;
		padding-right: 0%;
	}
	.news .news-left-1.news-left-2 .nl1-year{
		padding-right: 0px;
	}
	.news .news-left-1.news-left-2 .nl1-year a:hover::after,
	.news .news-left-1.news-left-2 .nl1-year a.on::after{
		display: none;
	}
	.news .news-left-1.news-left-2 .nl1-year a{
		font-size: 14px;
	}
	.news .news-left-1.news-left-2 .nl1-year a:hover,
	.news .news-left-1.news-left-2 .nl1-year a.on{
		font-size: 16px;
	}

	.news .news-right-2{
		float: left;
		width: 100%;
	}
	.news .news-right-2 ul li a .news2-pic{
		width: 100%;
	}
	.news .news-right-2 ul li a .news2-txt{
		width: 100%;
	}
	.news .news-right-2 ul li {
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.news .news-right-2 ul li a .news2-txt {
		padding: 12px 3% 12px 3%;
		line-height: 24px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-t{
		height: 24px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-time{
		height: 24px;
		margin-top: 8px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-p{
		height: 48px;
		margin-top: 8px;
	}
	.news .news-right-2 ul li a .news2-txt .news2-link{
		height: 24px;
		margin-top: 10px;
	}
}


/*新闻视频*/
.wrap-videos{
	padding: 34px 0 110px 0;
}

.wrap-videos .video
{
	position: relative;

	overflow: hidden;

	margin-top: 40px;
	width: 100%;
}
@media (max-width: 991px)
{
	.wrap-videos .video
	{
		margin-top: 30px;
	}
}
.wrap-videos .video .img-box
{
	z-index: 0;

	padding-bottom: 60.75949367%;

	background-color: #000;
}
.wrap-videos .video .img-box img
{
	-webkit-transition: all .6s ease;
	transition: all .6s ease;

	opacity: .9;
}
.wrap-videos .video .video-box
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	height: 100%;

	text-align: center;
}
.wrap-videos .video .iframe
{
	display: none;

	width: 100% !important;
	height: 100% !important;
}
.wrap-videos .video .play
{
	position: absolute;
	top: 50%;
	left: 0;

	display: inline-block;

	width: 100%;
	margin-bottom: 100%;

	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	opacity: .6;
	color: #fff;
}
@media (max-width: 991px)
{
	.wrap-videos .video .play
	{
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);

		opacity: 1;
	}
}
.wrap-videos .video .play:before
{
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;

	display: block;

	content: '\e67f';
}
.wrap-videos .item p
{
	font-size: 22px;
	line-height: 32px;

	display: -webkit-box;
	overflow: hidden;

	height: 64px;
	margin: 20px 0 0 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
}

@media (max-width: 1440px){
	.wrap-videos .item p{
		font-size: 18px;
		line-height: 30px;
		height: 60px;
		margin: 15px 0 0 0;
	}
	.wrap-videos .video{
		margin-top: 28px;
	}
}



@media (max-width: 767px){
	.wrap-videos {
		padding: 0px 0 30px 0;
	}
	.wrap-videos .item p
	{
		font-size: 16px;
		line-height: 20px;

		height: auto;
		max-height: 60px;
	}
}
.wrap-videos .item:hover a
{
	text-decoration: none;
}
.wrap-videos .item:hover .video .img-box img
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);

	opacity: .7;
}
.wrap-videos .item:hover p
{
	color: #0065b9;
}
.fancybox-slide--iframe .fancybox-content
{
	width: 733px!important;
	max-width: 80%!important;
	height: 500px!important;
	max-height: 50%!important;
	margin: 0;
}


/*产品中心*/
.bor-1{
	border-bottom: 1px solid #dcdcdc;
}


.wrap-info {
	overflow: hidden;
}
.wrap-location {
	border-bottom: 1px solid #dcdcdc;
}
.wrap-location .location>ul>li {
	position: relative;
	display: inline-block;
	color: #929292;
}
.wrap-location .location>ul>li:after {
	margin: 0 4px;
	content: '>';
}
.wrap-location .location>ul>li>a {
	line-height: 26px;
	display: inline-block;
	padding: 10px 0;
	color: inherit;
	color: #929292;
}
.wrap-location .location>ul>li:last-child>a {
	color: #0065b9;
	display: inline-block;
}
.wrap-location .location>ul>li:last-child>a:after {
	display: inline-block;
	margin-left: 4px;
	content: '+';
}
.wrap-location .location>ul>li:last-child:after {
	display: none;
}
.wrap-location .location>ul>li:last-child.active ul.location-level2 {
	display: block;
}
.wrap-location .location>ul>li ul.location-level2 {
	display: inline-block;
	display: none;
	padding-left: 10px;
}

.wrap-location .location>ul>li.class1,
.wrap-location .location>ul>li.class2,
.wrap-location .location>ul>li.class3,
.wrap-location .location>ul>li.class4{
	display: none;
}

@media (max-width: 1199px) {
	.wrap-location{
		padding-bottom: 40px;
		background: #fff;
	}
	.wrap-location .location>ul>li{
		float: left;
		position: inherit;
	}
	.wrap-location .location>ul>li:last-child>a{
		float: left;
	}
	.wrap-location .location>ul>li:last-child>a:after{
		display: none;
	}
	.wrap-location .location>ul>li ul.location-level2 {
		display: none;
		/* margin-top: 30px; */
		padding-left: 0;
		padding: 10px 0;
		position: absolute;
		left: 0;
		position: relative;
		left: auto;
		float: left;
	}
}

@media (max-width: 991px) {
	.wrap-location .location>ul>li:last-child{
		position: absolute;
		left: 24px;
		margin-top: 30px;
	}


	.wrap-location .location>ul>li ul.location-level2 {
		display: block;
		position: relative;
		left: auto;
		/* margin-top: 30px; */
		float: left;
	}
	.wrap-location .location>ul>li ul.location-level2>li a {
		padding: 0px 4px;
	}
	.wrap-location .location>ul>li>a{
		font-size: 12px;
	}
	.wrap-location .location>ul>li.class1,
	.wrap-location .location>ul>li.class2,
	.wrap-location .location>ul>li.class3,
	.wrap-location .location>ul>li.class4{
		display: inline-block;
	}
	.wrap-location .location>ul>li.class1 a,
	.wrap-location .location>ul>li.class2 a,
	.wrap-location .location>ul>li.class3 a,
	.wrap-location .location>ul>li.class4 a{
		/* padding-left: 5px; */
		padding-right: 8px;
	}

	.wrap-location .location>ul>li.class1:after,
	.wrap-location .location>ul>li.class2:after,
	.wrap-location .location>ul>li.class3:after,
	.wrap-location .location>ul>li.class4:after{
		display: none;
	}
	.wrap-location .location>ul>li ul.location-level2>li a{
		font-size: 12px;
	}
}
.wrap-location .location>ul>li ul.location-level2>li {
	display: inline-block;
}
.wrap-location .location>ul>li ul.location-level2>li a {
	line-height: 26px;
	padding: 10px;
	color: #929292;
}
@media (max-width: 1199px) {
	.wrap-location .location>ul>li ul.location-level2>li a {
		/* padding: 0 0px; */
		margin-right: 0px;
		margin-left: 10px;
	}
}
@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.wrap-location .location>ul>li.class1,
	.wrap-location .location>ul>li.class2,
	.wrap-location .location>ul>li.class3,
	.wrap-location .location>ul>li.class4{
		width: auto;
	}
	.wrap-location .location>ul>li.class1 a,
	.wrap-location .location>ul>li.class2 a,
	.wrap-location .location>ul>li.class3 a,
	.wrap-location .location>ul>li.class4 a{
	}
	.wrap-location .location>ul>li.class1{
		width: auto;
	}
	.wrap-location .location>ul>li.class3 a{
		/* padding-top: 0; */
		/* padding-bottom: 0; */
	}
	.wrap-location .location>ul>li>a{
		padding: 0;
	}
	.wrap-location .location>ul>li:last-child{
		left: 15px;
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
	}
	.wrap-location .location>ul>li:last-child{
		margin-top: 10px;
		width: 100%;
		border-top: 1px dashed #ccc;
	}
	.wrap-location {
		padding-bottom: 60px;
		padding-bottom: 0px;
	}
	.wrap-location .location>ul>li:last-child>a{
		/* padding-bottom: 0; */
		padding-top: 0;
		margin-right: 10px;
	}
	.wrap-location .location>ul>li ul.location-level2{
		padding-top: 0;
		padding-bottom: 0;
	}
	.wrap-location .location>ul>li ul.location-level2>li {
		display: inline-block;
		margin-right: 10px;
	}
	.wrap-location .location>ul>li ul.location-level2>li:last-child {
		margin-right: 0px;
	}
	.wrap-location .location>ul>li ul.location-level2>li a{
		margin-left: 0;
		padding: 0;
	}
}
.wrap-location .location>ul>li ul.location-level2>li:hover,
.wrap-location .location>ul>li ul.location-level2>li:active {
	color: #0065b9;
}
.wrap-location .location>ul>li ul.location-level2>li:hover a,
.wrap-location .location>ul>li ul.location-level2>li:active a {
	color: #0065b9;
}
.wrap-location .location>ul>li:hover>a {
	color: #0065b9;
}
.wrap-location .location>ul>li:hover ul.location-level2 {
	display: inline-block;
}
.wrap-location .location.location-product {
}





.product{
	float: left;
	width: 100%;
	padding: 70px 0 80px 21.3%;
	padding: 20px 0 80px 21.3%;
	position: relative;
	min-height: 1200px;
}


.product-left-1{
	float: left;
	width: 21.3%;
	padding-right: 4.6%;
	position: absolute;
	left: 0;
}

/*内页左侧导航*/
.wrap-left
{
	position: relative;

	float: left;

	width: 100%;
	will-change: min-height;
}

.wrap-left .sidebar__inner
{
	position: relative;

	-webkit-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);

	will-change: position, transform;
}
.wrap-left ul.sidenav-level1
{
	position: relative;
	z-index: 2;


	text-align: left;

	background-color: #fff;
}


.wrap-left ul.sidenav-level1 > li
{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}

.wrap-left ul.sidenav-level1 > li > a
{
	display: block;
	width: 100%;
	padding: 10px 14px;
	font-size: 26px;
	font-size: 20px;
	font-size: 18px;
	line-height: 24px;
	line-height: 20px;
	border-radius: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wrap-left ul.sidenav-level1 > li.active > a,
.wrap-left ul.sidenav-level1 > li:hover > a
{
	background-color: #0065b9;
}
.wrap-left ul.sidenav-level1 > li.active > a:before,
.wrap-left ul.sidenav-level1 > li:hover > a:before
{
	background-color: #fff;
}
.wrap-left ul.sidenav-level1 > li.active ul.sidenav-level2
{
	display: block;
}
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2
{
	float: left;
	width: 100%;
	display: none;
}
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li
{
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 20px;
	padding-bottom: 5px;
}

.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3{
	display: none;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a{
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	padding: 0px 0 0px 20px;
	color: #666;
	position: relative;
}
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a::after{
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: #666;
	content: "";
}

.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li:hover a,
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li.active a
{
	color: #0064b9;
}
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li:hover a::after,
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li.active a::after
{
	background: #0064b9;
}

.wrap-left ul.sidenav-level1 > li.active ul.sidenav-level2 > li.active ul.sidenav-level3{
	display: block;
}

.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li > a
{
	font-size: 16px;
	line-height: 30px;
	line-height: 24px;

	display: block;

	padding: 5px 0px 0px 0px;

	color: #666;
}
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li.active > a,
.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li:hover > a
{
	font-weight: bold;
	color: #0064b9;
	font-size: 18px;
}

.product-right-1{
	float: left;
	width: 78.7%;
	width: 100%;
}

.product-list{
	float: left;
	width: 100%;
}
.product-list ul{
	float: left;
	width: 100%;
}
.product-list ul li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.product-list ul li .img-box{
	float: left;
	width: 35.6%;
	padding-bottom: 22.864407%;
}
.product-list ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.product-list ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list ul li .pro-txt{
	float: left;
	width: 59.4%;
	width: 64.4%;
	padding: 68px 2.3% 0 2.3%;
	padding: 48px 2.3% 0 2.3%;
}
.product-list ul li .pro-txt .pro-txt-t{
	float: left;
	width: 100%;
	/* height: 35px; */
	line-height: 35px;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product-list ul li .pro-txt .pro-txt-p{
	float: left;
	width: 100%;
	height: 56px;
	height: 75px;
	line-height: 25px;
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.product-list ul li .pro-txt .pro-txt-a{
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin-top: 26px;
}
.product-list ul li .pro-txt .pro-txt-a a{
	margin-right: 56px;
	font-size: 18px;
}
.product-list ul li .pro-txt .pro-txt-a a:hover{
	opacity: 0.8;
}
.product-list ul li .pro-txt .pro-txt-a a:nth-child(1){
	color: #cc0015;
}
.product-list ul li .pro-txt .pro-txt-a a:nth-child(2){
	color: #0064b9;
}
.product-list ul li .pro-txt .pro-txt-a a:nth-child(3){
	color: #ea9502;
	margin-right: 0;
}
.product-list ul li .pro-txt .pro-txt-a a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
}

.product-list ul li:hover .pro-txt .pro-txt-t{
	color: #0064b9;
}

.product-list ul li:hover{
	background: #f8f8f8;
}

.product-list .showMorehandle{
	float: left;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.product-list .showMorehandle a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/product/ico-4.png) no-repeat;
	background-size: 100% 100%;
	color: rgba(0,0,0,0);
}
@media (max-width: 1680px){
	.product-left-1{
		width: 20.3%;
	}
	.product-list ul li .img-box{
		/* width: 28%; */
		padding-bottom: 18.5%;
	}
	.product-list ul li .pro-txt{
		/* width: 72%; */
		padding-top: 34px;
		padding-top: 24px;
	}
	.product-list ul li .pro-txt .pro-txt-t{
		font-size: 24px;
	}
	.product-list ul li .pro-txt .pro-txt-p{
		font-size: 16px;
	}
	.product-list ul li .pro-txt .pro-txt-a{
		margin-top: 10px;
	}
	.product-list ul li .pro-txt .pro-txt-a a{
		font-size: 14px;
	}
	.wrap-left ul.sidenav-level1 > li > a{
		font-size: 18px;
		padding: 6px 8px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li > a{
		line-height: 20px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li.active > a,
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li:hover > a{
		font-size: 16px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a{
		font-size: 16px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li > a{
		font-size: 16px;
	}
}

@media (max-width: 1600px){
	.product-list ul li .pro-txt .pro-txt-t {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 1440px){
	.wrap-left ul.sidenav-level1 > li > a{
		font-size: 18px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li.active > a,
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li:hover > a{
		font-size: 16px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a{
		font-size: 16px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a::after{
		width: 5px;
		height: 5px;
		top: 8px;
	}

	.product-left-1 {
		padding-right: 3%;
	}
	.product-list ul li .pro-txt {
		padding: 48px 2.3% 0 2.3%;
		padding: 28px 2.3% 0 2.3%;
	}
	.product-list ul li .pro-txt .pro-txt-t{
		font-size: 20px;
	}
	.product-list ul li .pro-txt .pro-txt-p{
		font-size: 16px;
	}
	.product-list ul li .pro-txt .pro-txt-a a{
		font-size: 16px;
		margin-right: 36px;
	}


}
@media (max-width: 1440px){
	.product-list ul li .pro-txt{
		padding-top: 24px;
		padding-top: 10px;
	}
	.product-list ul li .pro-txt .pro-txt-a{
		margin-top: 10px;
	}

}
@media (max-width: 1199px){
	.wrap-left ul.sidenav-level1 > li > a {
		padding: 8px 3%;
		font-size: 18px;
		line-height: 24px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li {
		padding-left: 18px;
		padding-bottom: 5px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a{
		font-size: 14px;
	}
	.product-list ul li .pro-txt {
		padding: 32px 2.3% 0 2.3%;
		padding: 4px 2.3% 0 2.3%;
	}
	.product-list ul li .pro-txt .pro-txt-t {
		/* height: 24px; */
		line-height: 24px;
		font-size: 18px;
	}
	.product-list ul li .pro-txt .pro-txt-p {
		height: 48px;
		line-height: 24px;
		height: 60px;
		line-height: 20px;
		margin-top: 18px;
		margin-top: 8px;
		font-size: 16px;
	}
	.product-list ul li .pro-txt .pro-txt-a {
		height: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
	.product-list ul li .pro-txt .pro-txt-a a{
		margin-right: 24px;
		font-size: 14px;
	}
}


@media (max-width: 991px){
	.product{
		min-height: 500px;
	}
	.wrap-left{
		width: 100%;
		margin: 0;
		margin-top: 0;
		background: none;
	}
	.wrap-left ul.sidenav-level1{
		padding: 0;
		text-align: center;
	}
	.wrap-left ul.sidenav-level1 > li{
		display: inline-block;
		margin: 0;
		vertical-align: top;
		margin-top: 20px;
	}
	.wrap-left ul.sidenav-level1 > li > a{
		font-size: 16px;
	}
	.wrap-left ul.sidenav-level1 > li.active,
	.wrap-left ul.sidenav-level1 > li:hover{
		display: inline-block;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li{
		display: inline-block;
		vertical-align: top;
	}
	.wrap-left ul.sidenav-level1 > li{
		float: none;
		width: auto;
	}
	.wrap-left ul.sidenav-level1 > li > a{
		display: inline-block;
		width: auto;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 {
		float: none;
		width: auto;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li {
		float: none;
		width: auto;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
		border-bottom: 0;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a{
		text-align: left;
	}

	.product {
		padding: 70px 0 80px 0%;
		padding: 10px 0 80px 0%;
		position: relative;
	}
	.product-left-1{
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		display: none;
	}
	.product-right-1{
		width: 100%;
		margin-top: 30px;
	}
	.product-list ul li .pro-txt .pro-txt-t{
		font-size: 16px;
		line-height: 20px;
	}
	.product-list ul li .pro-txt .pro-txt-p{
		margin-top: 5px;
	}
	.product-list ul li .pro-txt .pro-txt-a{
		margin-top: 5px;
	}
}

@media (max-width: 767px){
	.add{
		font-size: 14px;
		line-height: 40px;
	}
	.product {
		padding: 20px 0 20px 0%;
	}
	.product-right-1 {
		margin-top: 20px;
		margin-top: 10px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2{
		padding: 15px 0 15px 0;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li > a{
		font-size: 16px;
		line-height: 24px;
		padding: 0px 0px 0px 0px;
	}
	.wrap-left ul.sidenav-level1 > li > a {
		padding: 6px 4%;
		line-height: 20px;
		font-size: 16px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li ul.sidenav-level3 li a{
		padding: 0 0 0 15px;
	}
	.wrap-left ul.sidenav-level1 > li ul.sidenav-level2 > li {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
	}
	.product-list ul li .img-box{
		width: 100%;
	}
	.product-list ul li .pro-txt{
		width: 100%;
	}
	.product-list ul li .img-box{
		padding-bottom:	66.04166666666667%;
	}
	.product-list ul li .pro-txt {
		padding: 24px 2.3% 24px 2.3%;
	}
	.product-list ul li .pro-txt .pro-txt-t {
		height: auto;
	}
	.product-list ul li .pro-txt .pro-txt-p {
		margin-top: 10px;
		font-size: 14px;
	}
	.product-list ul li .pro-txt .pro-txt-a {
		margin-top: 15px;
		text-transform: capitalize;
	}
	.product-list ul li .pro-txt .pro-txt-a a img{
		width: 20px;
		margin-right: 6px;
	}
	.product-list ul li .pro-txt .pro-txt-a a{
		margin-right: 10px;
	}
	.product-list .showMorehandle{
		margin-top: 20px;
	}
}





/*弹窗*/

.fixed-product-consulting
{
	position: fixed;
	z-index: 10;
	z-index: 9999;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, .5);
}
.fixed-product-consulting .wrap-product-consulting
{
	position: absolute;
	top: 50%;
	left: 0;

	width: 100%;
	height: auto;
	padding: 0 15px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixed-product-consulting .wrap-product-consulting .product-consulting
{
	position: relative;

	overflow-y: auto;

	max-width: 990px;
	max-height: 800px;
	margin: 0 auto;
	padding: 50px;

	border-radius: 10px;
	background-color: #fff;
}
@media (max-width: 1470px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting
	{
		max-height: 650px;
	}
}
@media (max-width: 1199px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting
	{
		max-height: 600px;
	}
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting
	{
		max-height: 400px;
		padding: 20px 10px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting::-webkit-scrollbar
{
	position: absolute;
	left: 0;

	width: 4px;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting::-webkit-scrollbar-track
{
	background-color: #dcdcdc;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting::-webkit-scrollbar-thumb
{
	background-color: #9f9f9f;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-close
{
	position: absolute;
	top: 20px;
	right: 20px;

	cursor: pointer;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-close
	{
		right: 10px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-close:after
{
	font-family: 'iconfont' !important;
	font-size: 30px;

	display: inline-block;

	content: '\e628';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .title-product-consulting
{
	text-align: center;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .title-product-consulting b
{
	font-size: 26px;
	font-weight: normal;
	line-height: 1;

	display: block;

	color: #0065b9;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .title-product-consulting b:after
{
	display: block;

	width: 100%;
	height: 4px;
	margin-top: 20px;

	content: '';

	background: url(../images/line-5.png) no-repeat center;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .title-product-consulting b
	{
		font-size: 20px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .title-product-consulting p
{
	font-size: 18px;
	line-height: 1.66666667;

	margin: 14px 0 0 0;

	color: #666;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .title-product-consulting p
	{
		font-size: 16px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list
{
	margin-top: 30px;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form
{
	overflow: hidden;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form ul
{
	overflow: hidden;

	margin: 0 -30px;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form ul li
{
	float: left;

	width: 50%;
	margin-top: 20px;
	padding: 0 30px;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form ul li:nth-child(7)
{
	width: 100%;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form ul li
	{
		width: 100%;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input[type=text],
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea
{
	font-size: 16px;
	line-height: 30px;

	width: 100%;
	min-height: 52px;
	padding: 10px;

	resize: vertical;

	color: #999;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 4px;
	outline: none;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input[type=text],
	.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea
	{
		font-size: 15px;

		min-height: 44px;
		padding: 6px 10px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input::-webkit-input-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea::-webkit-input-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input:-o-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea:-o-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input::-moz-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea::-moz-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input:-ms-input-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea:-ms-input-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input:focus::-webkit-input-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea:focus::-webkit-input-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input:focus::-o-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea:focus::-o-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input:focus::-moz-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea:focus::-moz-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form input:focus::-ms-input-placeholder,
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form textarea:focus::-ms-input-placeholder
{
	color: #999;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form select
{
	font-size: 16px;
	line-height: 52px;

	width: 100%;
	height: 52px;
	padding: 0 30px 0 10px;

	color: #999;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	outline: none;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form select
	{
		line-height: 42px;

		height: 42px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form .send
{
	text-align: center;
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form .submit
{
	font-size: 18px;
	line-height: 58px;

	height: 58px;
	margin-top: 30px;
	padding: 0 100px;

	-webkit-transition: all .2s;
	transition: all .2s;

	color: #fff;
	border-radius: 30px;
	background-color: #e5e5e5;
	background-color: #0065b9;
}
@media (max-width: 991px)
{
	.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form .submit
	{
		font-size: 15px;
		line-height: 48px;

		height: 48px;
		margin-top: 20px;
		padding: 0 50px;
	}
}
.fixed-product-consulting .wrap-product-consulting .product-consulting .product-consulting-list form .submit:hover
{
	color: #fff;
	background-color: #004a87;
}

.m-30{
	float: left;
	width: 100%;
	margin: 30px 0;
}

.news .showMorehandle{
	float: left;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.news .showMorehandle a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/product/ico-4.png) no-repeat;
	background-size: 100% 100%;
	color: rgba(0,0,0,0);
}



.wrap-result
{
	padding-top: 80px;

	text-align: center;

	border-top: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
	.wrap-result
	{
		padding: 40px 0 30px;
	}
}
.wrap-result b
{
	font-size: 40px;
	line-height: 1;

	display: block;
}
@media (max-width: 991px)
{
	.wrap-result b
	{
		font-size: 24px;
	}
}
.wrap-result p
{
	font-size: 18px;
	line-height: 1.5;

	margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
	.wrap-result p
	{
		font-size: 16px;
	}
}
.wrap-search-result .title
{
	text-align: left;
}
.wrap-search-result .title b:after
{
	margin: 0;
	margin-top: 10px;
}
.wrap-search-result .product
{
	margin-top: 20px;
}
.wrap-search-result .news
{
	padding-top: 20px;
}


.padding-0{
	padding: 0;
}
.news.padding-0 .news-right-1{
	width: 100%;
}

@media (max-width: 1199px){
	.m-30 {
		margin: 10px 0;
	}
	.wrap-search-result{
		padding-top: 0;
	}
	.news .showMorehandle{
		margin-top: 20px;
	}
}


/*商品详情*/

.bg-f8{
	background: #f8f8f8;
}

.product-details-1{
	float: left;
	width: 100%;
	padding: 40px 0 72px 0;
}
.product-details-1 .prde1-left{
	float: left;
	width: 59.3%;
}

.carousel-wrap{
	float: left;
	width: 100%;
}

.carousel-wrap .slider-nav{
	float: left;
	width: 15.9%;
	padding-top: 60px;
}

.carousel-wrap .slider-nav .slick-arrow{
	width: 33px;
	height: 11px;
	padding: 0;
	background-size: 100% 100%!important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.carousel-wrap .slider-nav .slick-arrow.slick-prev{
	background: url(../images/product/up.png) no-repeat;
	top: 32px;
}
.carousel-wrap .slider-nav .slick-arrow.slick-next{
	background: url(../images/product/down.png) no-repeat;
	bottom: -32px;
}
.carousel-wrap .slider-nav .slick-arrow.slick-prev:hover{
	background: url(../images/product/up-h.png) no-repeat;
}
.carousel-wrap .slider-nav .slick-arrow.slick-next:hover{
	background: url(../images/product/down-h.png) no-repeat;
}

.carousel-wrap .slider-nav .slick-slide{
	cursor: pointer;
}
.carousel-wrap .slider-nav .slick-slide img{
	width: 100%;
	border: 1px solid #dcdcdc;
}
.carousel-wrap .slider-nav .slick-slide.slick-current img{
	border: 1px solid #0064b9;
}

.carousel-wrap .slider-for{
	float: right;
	width: 78.5%;
}
.carousel-wrap .slider-for img{
	width: 100%;
}

.product-details-1 .prde1-right{
	float: left;
	width: 40.7%;
	padding: 50px 0 0 3.8%;
}
.product-details-1 .prde1-right .prde1-t{
	float: left;
	width: 100%;
	padding: 20px 0 20px 24px;
	font-size: 32px;
	line-height: 1.4;
	color: #0064b9;
	position: relative;
	font-weight: bold;
}
.product-details-1 .prde1-right .prde1-t::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92px;
	height: 4px;
	background: #0064b9;
	content: "";
}
.product-details-1 .prde1-right .prde1-list{
	float: left;
	width: 100%;
	padding: 24px 28px 0 28px;
}
.product-details-1 .prde1-right .prde1-list ul{
	float: left;
	width: 100%;
	/*下面是新增的*/
	max-height: 170px;
	overflow-y: auto;
}

/*下面是新增的*/
@media (max-width: 991px) {
	.product-details-1 .prde1-right .prde1-list ul {
		max-height: initial;
		overflow-y: initial;
	}
}



.product-details-1 .prde1-right .prde1-list ul li{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 15px;
	padding-left: 26px;
	font-size: 18px;
	color: #666;
	position: relative;
}
.product-details-1 .prde1-right .prde1-list ul li::after{
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #cdced0;
	content: "";
}
.product-details-1 .prde1-link{
	float: left;
	width: 100%;
	margin-top: 52px;
	text-align: center;
}
.product-details-1 .prde1-link a{
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	width: 210px;
	height: 52px;
	line-height: 52px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.product-details-1 .prde1-link a:nth-child(1){
	background: #0064b9;
}
.product-details-1 .prde1-link a:nth-child(2){
	background: #ea9502;
}
.product-details-1 .prde1-link a:nth-child(3){
	background: #e80122;
}
.product-details-1 .prde1-link a:hover{
	opacity: 0.85;
}
.product-details-1 .prde1-link a img{
	vertical-align: middle;
	padding-bottom: 5px;
	margin-right: 8px;
}
.product-details-2{
	float: left;
	width: 100%;
	padding-top: 66px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pro-de-title{
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 1;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.prode2-table{
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.prode2-table>p {
	text-align:left;
}
.prode2-table .cs{
	float: left;
	width: 100%;
	margin: 20px 0;
}
.prode2-table .cs > p{
	float: left!important;
	width: 100%!important;
	line-height: 24px!important;
	margin-top: 15px!important;
	padding-left: 26px!important;
	font-size: 18px!important;
	color: #666!important;
	position: relative!important;
}
.prode2-table .cs > p::after{
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #cdced0;
	content: "";
}
.prode2-table table{
	/* display: inline-block; */
	/* max-width: 100%; */
	border: 0!important;
	/* width: auto!important; */
}
.prode2-table table tr:first-child td,
.prode2-table table tr:first-child th{
	/* font-size: 22px; */
	/* color: #fff; */
	/* font-weight: bold; */
	/* background: #0064b9; */
}
.prode2-table table tr:first-child td span,
.prode2-table table tr:first-child th span{
	/* color: #fff; */
}
.prode2-table table tr td{
	font-size: 18px;
	color: #333;
}
.prode2-table table tr th,
.prode2-table table tr td{
	border: 1px solid #dcdcdc;
	text-align: center;
	/* background: #fff!important; */
}
.prode2-table table tr th{
	padding: 8px 10px!important;
}
.prode2-table table tr td{
	padding: 6px 10px!important;
}

.prode2-table table tr td ul,
.prode2-table table tr th ul{
	padding: 20px 3%!important;
	background: #fff!important;
}
.prode2-table table tr th ul li,
.prode2-table table tr th ul li p,
.prode2-table table tr th ul li span,
.prode2-table table tr td ul li,
.prode2-table table tr td ul li p,
.prode2-table table tr td ul li span{

}


.product-details-3{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 70px;
}
.prode3-list{
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.prode3-list .prode3-ul{
	float: left;
	width: 100%;
}
.prode3-list .prode3-ul .prode3-li{
	float: left;
	width: 32.4%;
	margin-right: 1.4%;

	width: 23.8%;
	margin-right: 1.6%;
	margin-top: 20px;
}
.prode3-list .prode3-ul .prode3-li:last-child{
	margin-right: 0;
}
.prode3-list .prode3-ul .prode3-li a{
	float: left;
	width: 100%;
	padding-bottom: 50.61728395061728%;
}
.prode3-list .prode3-ul .prode3-li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.prode3-list .prode3-ul .prode3-li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.prode3-list .prode3-ul .prode3-li p{
	float: left;
	width: 100%;
	line-height: 34px;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prode3-list .prode3-ul .prode3-li:hover p{
	color: #0064b9;
}
.prode3-list .prode3-link{
	float: left;
	width: 100%;
	margin-top: 52px;
}
.prode3-list .prode3-link a{
	display: inline-block;
	line-height: 28px;
	font-size: 20px;
	color: #0064b9;
	border-bottom: 2px solid #0064b9;
}
.prode3-list .prode3-link a:hover{
	opacity: 0.8;
}
@media (max-width: 1440px){
	.product-details-1 .prde1-right {
		float: left;
		padding: 40px 3% 0 3%;
	}
	.product-details-1 .prde1-right .prde1-t {
		padding: 15px 0 15px 3%;
		font-size: 28px;
	}
	.product-details-1 .prde1-right .prde1-list {
		float: left;
		width: 100%;
		padding: 15px 3% 0 3%;
	}
	.product-details-1 .prde1-right .prde1-list ul li{
		padding-left: 20px;
		font-size: 16px;
	}
	.product-details-1 .prde1-right .prde1-list ul li::after {
		top: 7px;
		width: 8px;
		height: 8px;
	}
	.product-details-1 .prde1-link{
		margin-top: 40px;
	}
	.product-details-1 .prde1-link a{
		font-size: 16px;
	}
	.product-details-2 {
		padding-top: 46px;
	}
	.pro-de-title {
		font-size: 32px;
	}
	.prode2-table {
		margin-top: 30px!important;
	}
	.prode2-table table tr th, .prode2-table table tr td {
		/* padding: 15px 0!important; */
	}
	.prode2-table table tr:first-child td,
	.prode2-table table tr:first-child th{
		/* font-size: 18px!important; */
	}
	.prode2-table table tr:first-child td,
	.prode2-table table tr:first-child td	{
		/* font-size: 20px!important; */
	}
	.prode2-table table tr td{
		font-size: 16px;
	}
	.prode2-table .cs > p{
		font-size: 16px;
	}
	.prode2-table .cs > p::after {
		top: 7px;
		width: 8px;
		height: 8px;
	}
	.prode3-list .prode3-ul .prode3-li p {
		line-height: 30px;
		margin-top: 15px;
		font-size: 15px;
	}
	.prode3-list .prode3-link {
		margin-top: 36px;
	}
	.prode3-list .prode3-link a {
		line-height: 24px;
		font-size: 18px;
	}

	.prode2-table > p{
		line-height: 24px;
		margin-top: 15px;
		padding-left: 26px;
		font-size: 16px;
	}
}

@media (max-width: 1199px){
	.pro-de-title {
		font-size: 24px;
	}
	.product-details-1 {
		padding: 30px 0 52px 0;
	}
	.carousel-wrap .slider-nav{
		padding-top: 40px;
	}
	.carousel-wrap .slider-nav .slick-arrow.slick-prev{
		top: 20px;
	}
	.carousel-wrap .slider-nav .slick-arrow.slick-next{
		bottom: -20px;
	}
	.product-details-1 .prde1-right {
		padding: 20px 2.4% 0 2.4%;
	}
	.product-details-1 .prde1-right .prde1-t {
		padding: 10px 0 10px 3%;
		font-size: 24px;
	}
	.product-details-1 .prde1-right .prde1-list {
		padding: 10px 3% 0 3%;
	}
	.product-details-1 .prde1-right .prde1-list ul li {
		padding-left: 18px;
		font-size: 14px;
		margin-top: 10px;
	}
	.product-details-1 .prde1-right .prde1-list ul li::after {
		top: 9px;
		width: 6px;
		height: 6px;
	}
	.product-details-1 .prde1-link {
		margin-top: 20px;
	}
	.product-details-1 .prde1-link a{
		margin: 0 8px;
	}
	.prode2-table .cs > p{
		font-size: 14px!important;
	}
	.product-details-3 {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.prode2-table {
		margin-top: 20px!important;
	}
	.prode2-table table tr:first-child td,
	.prode2-table table tr:first-child th{
		font-size: 18px;
	}
	.prode2-table table tr td {
		font-size: 14px!important;
	}
	.prode3-list .prode3-ul .prode3-li{
		margin-top: 10px;
	}
	.prode3-list .prode3-ul .prode3-li p {
		line-height: 28px;
		margin-top: 12px;
		font-size: 16px;
	}
	.prode3-list .prode3-link a{
		font-size: 16px;
	}
	.prode2-table .cs > p::after {
		top: 9px;
		width: 6px;
		height: 6px;
	}
}

@media (max-width: 991px){
	.product-details-1 .prde1-left{
		width: 100%;
	}
	.product-details-1 .prde1-right{
		width: 100%;
	}
	.carousel-wrap .slider-nav{
		float: left;
		width: 100%;
		padding: 0 2%;
	}
	.carousel-wrap .slider-nav .slick-arrow{
		top: 48%;
		left: auto;
		-webkit-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-moz-transform: translateX(-0%);
		transform: translateX(-0%);
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		-moz-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}

	.carousel-wrap .slider-nav .slick-arrow.slick-next{
		right: -10px;
		bottom: auto;
	}
	.carousel-wrap .slider-nav .slick-arrow.slick-prev{
		top: 48%;
		left: -10px;
	}
	.carousel-wrap .slider-nav .slick-slide{
		padding: 0 1%;
	}
	.carousel-wrap .slider-for{
		float: left;
		width: 100%;
	}
	.product-details-1 .prde1-right {
		padding: 30px 2.4% 0 2.4%;
	}
	.product-details-1 .prde1-right .prde1-t{
		font-size: 20px;
	}
	.product-details-1 .prde1-right .prde1-t {
		padding: 15px 0 15px 3%;
	}
	.product-details-1 .prde1-link a {
		margin: 0 8px;
		width: 180px;
		height: 48px;
		line-height: 48px;
		border-radius: 6px;
	}
	.product-details-2 {
		padding-top: 36px;
	}
	.prode2-table .cs > p{
		font-size: 14px!important;
		padding-left: 14px!important;
	}
	.prode2-table .cs > p::after {
		top: 10px;
		width: 4px;
		height: 4px;
	}
	.prode2-table table tr:first-child td,
	.prode2-table table tr:first-child th{
		font-size: 16px;
	}
	.prode2-table table tr th, .prode2-table table tr td {
		padding: 10px 10px!important;
	}
	.product-details-3 {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.prode3-list{
		margin-top: 10px;
	}
	.prode3-list .prode3-ul .prode3-li p {
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
	}
	.carousel-wrap .slider-nav {
		padding: 0 4%;
		margin-top: 10px;
	}
	.product-details-1 {
		padding: 20px 0 30px 0;
	}
	.product-details-1 .prde1-right {
		padding: 20px 2% 0 2%;
	}
	.product-details-1 .prde1-right .prde1-t {
		padding: 12px 0 12px 2%;
		font-size: 18px;
	}
	.product-details-1 .prde1-right .prde1-list {
		padding: 10px 2% 0 2%;
	}
	.product-details-1 .prde1-right .prde1-list ul li::after {
		top: 10px;
		width: 4px;
		height: 4px;
	}
	.product-details-1 .prde1-right .prde1-list ul li {
		padding-left: 14px;
		margin-top: 5px;
	}
	.product-details-1 .prde1-link a{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin: 4px 2px;
	}
	.product-details-1 .prde1-link a img{
		width: 24px;
		margin-right: 4px;
	}
	.product-details-2 {
		padding-top: 20px;
	}
	.pro-de-title {
		font-size: 18px;
	}
	.prode2-table table tr th, .prode2-table table tr td {
		padding: 8px 10px!important;
	}
	.prode2-table {
		margin-top: 15px!important;
	}
	.prode2-table .cs > p{
		margin-top: 5px!important;
	}
	.product-details-3 {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.prode3-list .prode3-ul .prode3-li{
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.prode3-list .prode3-ul .prode3-li:nth-child(2n){
		margin-right: 0;
	}
	.prode3-list .prode3-link {
		margin-top: 24px;
	}
}


@media (max-width: 767px){
	.prode2-table{
		overflow-x: auto;
		align-items: flex-start;
	}
	.prode2-table table tr th, .prode2-table table tr td {
		white-space: nowrap;
	}


	.prode3-list .prode3-ul .prode3-li{
		width: 100%;
		margin-right: 0%;
	}
}

/*about*/
.about-1{
	float: left;
	width: 100%;
	padding-top: 102px;
}
.about-1 .ab-t1{
	float: left;
	width: 100%;
	font-size: 40px;
	padding-bottom: 11px;
	line-height: 1;
	color: #0064b9;
	position: relative;
	font-weight: bold;
}
.about-1 .ab-t1::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 43px;
	height: 4px;
	background: #0064b9;
	content: "";
}

.about-1 .ab-t2{
	float: left;
	width: 100%;
	font-size: 30px;
	margin-top: 20px;
	line-height: 1;
	color: #0064b9;
	text-transform: uppercase;
}
.about-1 .ab-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	margin-top: 22px;
	color: #333;
}
.about-1 .ab1-list{
	float: left;
	width: 100%;
	margin-top: 54px;
}
.about-1 .ab1-list .ab1-li{
	float: left;
	width: 22.3%;
	margin-right: 3.6%;
	padding-top: 36px;
	padding-bottom: 30px;
	border-top: 1px dashed #e3e3e3;
	border-bottom: 1px dashed #e3e3e3;
}
.about-1 .ab1-list .ab1-li:last-child{
	margin-right: 0;
}
.about-1 .ab1-list .ab1-li .ab1-li-con{
	float: left;
	width: 100%;
	position: relative;
	padding-right: 67px;
}
.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-num{
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 60px;
	color: #666;

}
.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-p{
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
	color: #666;
}

.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-ab{
	position: absolute;
	right: 0;
	top: 10px;
}

.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-ab > span{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-b{
	/* display: block; */
	-webkit-transition: all .4s;
	transition: all .4s;

}
.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-n{
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(120%);
	-ms-transform: translateY(120%);
	transform: translateY(120%);

}
.about-1 .ab1-list .ab1-li:hover .ab1-li-con .ab1-li-b{
	/* display: none; */
	-webkit-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	transform: translateY(-120%);
}
.about-1 .ab1-list .ab1-li:hover .ab1-li-con .ab1-li-n{
	/* display: block; */
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.about-1 .ab1-list .ab1-li:hover .ab1-li-con .ab1-li-num,
.about-1 .ab1-list .ab1-li:hover .ab1-li-con .ab1-li-p{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #0064b9;
}


.ab-2{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.ab-2 .ab2-box{
	float: left;
	width: 100%;
	margin-top: 54px;
	position: relative;
}


.ab2-box .top_hd {
	position: absolute;
	left: 0%;
	bottom: 70px;
	float: left;
	width: 100%;
	z-index: 99;
}
.ab2-box .top_hd ul {
	float: left;
	width: 100%;
}
.ab2-box .top_hd ul li {
	float: left;
	width: 20%;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ab2-box .top_hd ul li a{
	float: left;
	width: 100%;
	background: #fff;
	border-right: 1px solid #e5e5e5;
}
.ab2-box .top_hd ul li:last-child a{
	border-right: 0;
}

.ab2-box .top_hd ul li.on a{
	border-right: 0px solid #e5e5e5;
}

.ab2-box .top_hd ul li a .imgk-con{
	float: left;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}
.ab2-box .top_hd ul li.on{
	box-shadow: 0 0 15px rgba(0, 100, 185, 0.5);
}
.ab2-box .top_hd ul li.on a{
	background: #0064b9;
}
.ab2-box .top_hd ul li.on a::after,
.ab2-box .top_hd ul li.on a::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #0064b9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.ab2-box .top_hd ul li.on a::before{
	top: auto;
	bottom: 0;
}

.ab2-box .top_hd ul li.on a::after,
.ab2-box .top_hd ul li.on a::before
{
	content: "";
}
.ab2-box .top_hd ul li a .imgk-con .ab2-img{
	float: left;
	width: 100%;
}
.ab2-box .top_hd ul li a .imgk-con .ab2-img img{}
.ab2-box .top_hd ul li a .imgk-con .ab2-img img.b{
	display: inline-block;
}
.ab2-box .top_hd ul li a .imgk-con .ab2-img img.n{
	display: none;
}
.ab2-box .top_hd ul li.on a .imgk-con .ab2-img img.b{
	display: none;
}
.ab2-box .top_hd ul li.on a .imgk-con .ab2-img img.n{
	display: inline-block;
}

.ab2-box .top_hd ul li a .imgk-con .imgk-p{
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	margin-top: 15px;
	color: #666;
}
.ab2-box .top_hd ul li.on a .imgk-con .imgk-p{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-size: 20px;
}

.ab2-box .abBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.ab2-box .slideBox {
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}
.ab2-box .slideBox img{
	max-width: 100%;
}
.ab2-box .slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}
.ab2-box .abBd-text{
	position: absolute;
	top: 30.3%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.ab-3{
	float: left;
	width: 100%;
	margin-top: 94px;
}
.ab3-box{
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.ab3-history{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}

.ab3-history .ab3-left{
	float: left;
	width: 31.7%;
	font-size: 40px;
	margin-top: 90px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.ab3-history .swiper-container{
	padding: 20px 0;
	padding: 0px 0;
}
.ab3-history .swiper-wrapper{
	float: left;
	width: 65.5%;
	height: 614px;
	height: 554px;
}
.ab3-history .swiper-pagination-progressbar{
	background: none;
}
.ab3-history .swiper-slide{
	padding-top: 40px;
	padding-top: 20px;
	padding-left: 90px;
	background: url(../images/about/jt-1.png) no-repeat;
	background-position: left 60px;
	background-position: left 42px;
}

.ab3-history .swiper-slide.swiper-slide-active{
	background: url(../images/about/jt-1-on.png) no-repeat;
	background-position: left 60px;
	background-position: left 42px;
}

.ab3-history .ab3-year{
	font-size: 46px;
	/* line-height: 1; */
	color: #afafaf;
	font-weight: bold;
	height: 64px;
	line-height: 64px;
}
.ab3-history .ab3-p{
	font-size: 18px;
	line-height: 24px;
	color: #afafaf;
}


.ab3-history .swiper-wrapper .swiper-slide.swiper-slide-active .ab3-year{
	color: #0064b9;
	/* margin-top: 25px; */
	font-size: 53px;
}

.ab3-history .swiper-wrapper .swiper-slide.swiper-slide-active .ab3-p{
	color: #333;
	/* margin-bottom: 25px; */
}

.ab-4{
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 90px;
}
.pro-de-p{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 18px;
	font-size: 20px;
	color: #666;
	text-align: center;
}

.ab-4-zs{
	float: left;
	width: 100%;
	padding: 0 6.8%;
	margin-top: 60px;
}

.ab-4-zs .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 2px solid #bfbfbf;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ab-4-zs .slick-arrow:hover{
	border-color: #0064b9;
}

.ab-4-zs .slick-arrow.slick-prev{
	left: 16px;
	background: url(../images/about/left.png) center no-repeat;
}
.ab-4-zs .slick-arrow.slick-prev:hover{
	background: url(../images/about/left-on.png) center no-repeat;
}
.ab-4-zs .slick-arrow.slick-next{
	right: 16px;
	background: url(../images/about/right.png) center no-repeat;
}
.ab-4-zs .slick-arrow.slick-next:hover{
	background: url(../images/about/right-on.png) center no-repeat;
}

.ab-4-zs .slick-list{
	/* border-right: 1px solid #e2e2e2; */
	position: relative;
}
.ab-4-zs .slick-list::after,
.ab-4-zs .slick-list::before
{
	position: absolute;
	left: 0;
	top: 0;
	/* width: 1px; */
	height: 248px;
	border-left: 1px solid #e2e2e2;
	content: "";
}
.ab-4-zs .slick-list::before{
	right: 0;
	border-right: 1px solid #e2e2e2;
}


.ab-4-zs .slick-slide{
	/* border: 1px solid #e2e2e2; */
	border-right: 0;
}
.ab-4-zs .ab-4-li{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.ab-4-zs .slick-slide .ab-4-li a{
	display: inline-block;
	width: 100%;
	background: url(../images/bg-2.png) center no-repeat;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 1px solid #e2e2e2;
	border-left: 0;
}
.ab-4-zs .slick-slide .ab-4-li a img{
	display: inline-block;
	max-width: 100%;
	max-height: 246px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.ab-4-zs .slick-slide:hover .ab-4-li a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ab-4-zs .slick-slide:hover .ab-4-li a{
	background: url(../images/about/bg-2.jpg) center no-repeat;
	background-size: cover;
}
.ab-4-li p{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.ab3-history .swiper-container1{
	display: none;
}

.ab-4-zs .slick-slide:hover .ab-4-li p{
	color: #0064b9;
}
@media (max-width: 1680px) {
	.ab2-box .abBd-text {
		font-size: 24px;
	}
}

@media (max-width: 1440px) {
	.about-1 {
		padding-top: 62px;
	}
	.about-1 .ab-t1 {
		font-size: 32px;
		padding-bottom: 8px;
	}
	.about-1 .ab-t2 {
		font-size: 22px;
		margin-top: 15px;
	}
	.about-1 .ab-p {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.about-1 .ab1-list {
		margin-top: 34px;
	}
	.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-num{
		font-size: 48px;
	}

	.ab-2 {
		margin-top: 60px;
	}
	.ab2-box .top_hd{
		bottom: 40px;
	}
	.ab-2 .ab2-box{
		margin-top: 44px;
	}

	.ab2-box .abBd-text {
		top: 24%;
		line-height: 1.5;
		font-size: 24px;
	}
	.ab2-box .top_hd ul li a .imgk-con .imgk-p {
		font-size: 16px;
		margin-top: 10px;
	}
	.ab2-box .top_hd ul li.on a .imgk-con .imgk-p{
		font-size: 18px;
	}
	.ab3-history .swiper-wrapper {
		padding-left: 0%;
	}
	.ab3-history .swiper-slide{
		padding-left: 60px;
		padding-right: 40px;
	}
	.ab3-history .ab3-year{
		font-size: 42px;
	}
	.ab3-history .ab3-left {
		font-size: 32px;
		margin-top: 60px;
	}
	.ab-4 {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.pro-de-p {
		line-height: 22px;
		margin-top: 10px;
		font-size: 16px;
	}

	.ab3-history .swiper-slide{
		background-position: left 60px;
		background-position: left 42px;
	}
	.ab3-history .swiper-slide.swiper-slide-active{
		background-position: left 60px;
		background-position: left 42px;
	}

}
@media (max-width: 1199px) {
	.about-1 .ab1-list .ab1-li {
		width: 48%;
		padding-top: 24px;
		padding-bottom: 24px;
		margin: 15px 0;
		margin-right: 4%;
	}
	.about-1 .ab1-list .ab1-li:nth-child(2n){
		margin-right: 0;
	}
	.ab-2 .ab2-box {
		margin-top: 36px;
	}
	.ab2-box .abBd-text {
		top: 20%;
		font-size: 20px;
	}
	.ab2-box .top_hd ul li a .imgk-con {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ab2-box .top_hd ul li.on a::after,
	.ab2-box .top_hd ul li.on a::before{
		height: 10px;
	}
	.ab2-box .top_hd ul li {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ab2-box .top_hd ul li a .imgk-con .imgk-p {
		font-size: 14px;
		margin-top: 5px;
	}
	.ab2-box .top_hd ul li.on a .imgk-con .imgk-p {
		font-size: 16px;
	}
	.ab3-history .swiper-container{
		padding: 0;
	}
	.ab3-box{
		margin-top: 30px;
		overflow: hidden;
	}
	.ab3-box img{
		width: 200%;
		width: 150%;
	}
	.ab3-history .ab3-left{
		font-size: 24px;
	}
	.ab3-history .swiper-wrapper{
		height: 348px;
		height: 488px;
	}
	.ab3-history .ab3-left {
		width: 18%;
		font-size: 18px;
	}
	.ab3-history .swiper-slide{
		padding-top: 15px;
	}
	.ab3-history .swiper-wrapper {
		padding-left: 3%;
	}
	.ab3-history .ab3-year {
		font-size: 28px;
	}
	.ab3-history .swiper-wrapper .swiper-slide.swiper-slide-active .ab3-year{
		font-size: 36px;
	}
	.ab3-history .swiper-wrapper .swiper-slide.swiper-slide-active .ab3-p {
		margin-bottom: 12px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-p {
		line-height: 20px;
		margin-top: 10px;
	}
	.ab3-history .swiper-slide {
		padding-left: 48px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li{
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.ab3-box img{
		max-width: 200%;
	}
	.ab3-history .swiper-wrapper {
		height: 261px;
		height: 366px;
		height: 287px;
	}
	.ab3-history .ab3-year {
		font-size: 20px;
		margin-top: 12px;
		margin-top: 0px;
	}
	.ab3-history .ab3-p{
		font-size: 16px;
	}
	.about-1 {
		padding-top: 42px;
	}
	.about-1 .ab-t1{
		font-size: 24px;
	}
	.about-1 .ab-t2{
		font-size: 18px;
	}
	.about-1 .ab-p{
		font-size: 14px;
	}
	.ab2-box .top_hd {
		bottom: 5px;
	}
	.ab2-box .top_hd ul{
		text-align: center;
	}
	.ab2-box .top_hd ul li {
		width: 25%;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.ab2-box .top_hd ul li a .imgk-con .ab2-img img{
		height: 24px;
	}
	.ab2-box .top_hd ul li a .imgk-con .imgk-p {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		margin-top: 2px;
	}
	.ab2-box .top_hd ul li.on a .imgk-con .imgk-p {
		font-size: 14px;
	}
	.ab2-box .top_hd ul li a .imgk-con {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.ab2-box .top_hd ul li.on a::after, .ab2-box .top_hd ul li.on a::before {
		height: 5px;
	}
	.ab2-box .abBd-text{
		font-size: 18px;
	}
	.ab-3 {
		margin-top: 54px;
	}
	.ab-4-zs {
		padding: 0 4.8%;
		margin-top: 40px;
	}

	.ab-4-zs .slick-arrow.slick-prev {
		left: 0px;
	}
	.ab-4-zs .slick-arrow.slick-next {
		right: 0px;
	}
	.ab-4-zs .slick-arrow {
		width: 30px;
		height: 30px;
		border: 1px solid #bfbfbf;
		background-size: 8px auto!important;
	}
	.ab3-history .swiper-container{
		float: left;
		width: 100%;
		display: none;
	}

	.ab3-history .swiper-container1{
		display: block;
		float: left;
		width: 100%;
		overflow: hidden;
	}
	.ab3-history .ab3-left{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}


}
@media (max-width: 767px) {
	.about-1 {
		padding-top: 22px;
	}
	.about-1 .ab-t1 {
		font-size: 20px;
	}
	.about-1 .ab-t2 {
		font-size: 16px;
	}
	.about-1 .ab1-list {
		margin-top: 15px;
	}
	.about-1 .ab1-list .ab1-li{
		width: 100%;
	}
	.about-1 .ab1-list .ab1-li {
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 5px 0;
		margin-right: 0%;
	}
	.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-p{
		margin-top: 5px;
	}
	.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-num {
		font-size: 30px;
		line-height: 30px;
	}
	.about-1 .ab1-list .ab1-li .ab1-li-con .ab1-li-ab{
		top: 8px;
		width: 48px;
	}
	.ab-2 {
		margin-top: 40px;
	}
	.ab-2 .ab2-box {
		margin-top: 20px;
	}
	.ab2-box .top_hd{
		position: relative;
		bottom: auto;
		left: auto;
	}
	.ab2-box .abBd-text{
		top: 30%;
	}
	.ab2-box .slideBox img {
		max-width: 100%;
	}
	.ab2-box .abBd-text {
		font-size: 14px;
		padding: 0 2%;
	}
	.ab2-box .top_hd ul li a .imgk-con .imgk-p{
		height: 36px;
		line-height: 18px;
	}
	.ab2-box .top_hd ul li.on a .imgk-con .imgk-p{
		height: 36px;
		line-height: 18px;
	}
	.ab2-box .top_hd ul li.on {
		box-shadow: 0 0 15px rgba(0, 100, 185, 0);
	}
	.ab2-box .top_hd ul li a{
		border-right: 0;
	}
	.ab-3 {
		margin-top: 24px;
		padding-top: 30px;
		border-top: 1px solid #eee;
	}

	.ab3-history .ab3-left{
		width: 100%;
	}
	.ab3-history .swiper-wrapper{
		width: 100%;
	}
	.ab3-history{
		float: left;
		position: relative;
		top: auto;
		left: auto;
	}
	.ab3-history .ab3-left {
		font-size: 16px;
		margin-top: 15px;
		text-align: center;
	}

	.ab3-history .swiper-wrapper{
		height: auto;
	}
	.ab3-history .swiper-wrapper {
		padding-left: 0%;
	}
	.ab3-history .swiper-pagination-progressbar{
		display: none;
	}

	.ab3-history .swiper-wrapper .swiper-slide.swiper-slide-active .ab3-year {
		margin-top: 10px;
		font-size: 28px;
	}
	.ab3-history .swiper-container-horizontal>.swiper-pagination-bullets,
	.ab3-history .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: -20px;
	}
	.ab3-history .ab3-p{
		font-size: 14px;
	}
	.ab3-box img{
		display: none;
	}
	.ab3-history .swiper-slide{
		padding-left: 30px;
		padding-right: 30px;
	}
	.ab3-history .swiper-slide {
		background-position: left 30px;
		background-size: 10px;
	}
	.ab3-history .swiper-slide.swiper-slide-active {
		background-position: left 30px;
		background-size: 10px;
	}
	.pro-de-p{
		font-size: 14px;
	}
	.ab-4-zs {
		padding: 0 10%;
		margin-top: 20px;
	}
	.ab-4-li p {
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ab3-history .ab3-year{
		height: 28px;
		line-height: 28px;
	}

}


/*联系我们*/

.wrap-contact
{
	padding-bottom: 0;
	padding-top: 122px;
}
.wrap-contact .contact
{
	font-size: 0;

	padding-bottom: 105px;
}
.wrap-contact .contact .contact-sort,
.wrap-contact .contact .contact-list
{
	font-size: 14px;

	display: inline-block;

	vertical-align: middle;
}
.wrap-contact .contact .contact-sort
{
	float: right;
	width: 11.2%;
	padding-left: 54px;
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-sort
	{
		width: 100%;
	}
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-sort ul
	{
		text-align: center;
	}
}
.wrap-contact .contact .contact-sort ul li
{
	max-width: 120px;
	margin: 30px 0;
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-sort ul li
	{
		display: inline-block;

		margin: 10px;

		vertical-align: top;
	}
}
.wrap-contact .contact .contact-sort ul li .item
{
	position: relative;

	overflow: hidden;

	cursor: pointer;

	border: 1px solid #a4a4a4;
}
.wrap-contact .contact .contact-sort ul li .item .contact-icon-active
{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;

	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.wrap-contact .contact .contact-sort ul li .item img
{
	width: 100%;
}
.wrap-contact .contact .contact-sort ul li.active .item
{
	border-color: #fff;
	border-width: 2px;
}
.wrap-contact .contact .contact-sort ul li.active .item .contact-icon
{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.wrap-contact .contact .contact-sort ul li.active .item .contact-icon-active
{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.wrap-contact .contact .contact-list
{
	overflow: hidden;

	width: 88.8%;
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-list
	{
		width: 100%;
		margin-top: 0px;
	}
}
.wrap-contact .contact .contact-list .pic{
	float: right;

	width: 47.9%;
}

.wrap-contact .contact .contact-list .text{
	float: left;
}

@media (max-width: 991px)
{
	.wrap-contact .contact .contact-list .pic,
	.wrap-contact .contact .contact-list .text
	{
		width: 100%;
		text-align: center;
	}
}
.wrap-contact .contact .contact-list .pic img
{
	max-width: 100%;
}
.wrap-contact .contact .contact-list .text
{
	width: 52.1%;
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-list .text
	{
		margin-top: 30px;
		padding: 0;
	}
}
.wrap-contact .contact .contact-list .text .title-contact:after
{
	display: block;

	width: 60px;
	height: 3px;
	margin-top: 16px;

	content: '';

	background-image: -webkit-gradient(linear, left top, right top, from(#0065b9), to(#00919d));
	background-image: -webkit-linear-gradient(left, #0065b9, #00919d);
	background-image:         linear-gradient(to right, #0065b9, #00919d);
}
.wrap-contact .contact .contact-list .text .title-contact b
{
	font-size: 30px;
	line-height: 1;

	display: block;

	color: #0065b9;
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-list .text .title-contact b
	{
		font-size: 24px;
	}
}
.wrap-contact .contact .contact-list .text-sort
{
	overflow: hidden;

	margin-top: 20px;
}
.wrap-contact .contact .contact-list .text-sort ul
{
	float: left;
	width: 100%;
	text-align: center;
}
.wrap-contact .contact .contact-list .text-sort ul li
{
	display: inline-block;

	margin-top: 25px;

	vertical-align: top;
}
.wrap-contact .contact .contact-list .text-sort ul li a
{
	font-size: 18px;
	line-height: 44px;

	display: inline-block;

	margin: 0 24px;
	position: relative;
	color: #999;
	text-transform: uppercase;
}
.wrap-contact .contact .contact-list .text-sort ul li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255,255,255,0);
	content: "";
}
.wrap-contact .contact .contact-list .text-sort ul li.active a::after{
	background: rgba(255,255,255,1);
}


@media (max-width: 991px)
{
	.wrap-contact .contact .contact-list .text-sort ul li a
	{
		font-size: 16px;
		line-height: 40px;

		padding: 0 0px;
	}

}
.wrap-contact .contact .contact-list .text-sort ul li.active a
{
	color: #fff;
	border-color: #fff;
}
.wrap-contact .contact .contact-list .text .text-list
{
	display: none;

	margin-top: 40px;
	color: #fff;
}
.wrap-contact .contact .contact-list .text .text-list:nth-child(1)
{
	display: block;
}
.wrap-contact .contact .contact-list .text .text-list b
{
	font-size: 70px;
	line-height: 1;

	display: block;
	color: #fff;
}

.wrap-contact .contact .contact-list .text .text-list .con-add{
	float: left;
	width: 100%;
}
.wrap-contact .contact .contact-list .text .text-list .con-add-1{
	float: left;
	width: 100%;
	margin-top: 54px;
	padding-left: 65px;
	position: relative;
	text-align: left;
}
.wrap-contact .contact .contact-list .text .text-list .con-add-1.con-add-2{
	width: 100%;
}

.wrap-contact .contact .contact-list .text .text-list .con-add-1 span{
	/* position: absolute;
	left: 0;
	top: 0; */
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 65px;
	line-height: 63px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
}

.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt{
	/* float: left; */
	max-width: 80%;
	display: inline-block;
	vertical-align: middle;
	/* width: 100%; */
	padding-left: 30px;
	/* text-transform: uppercase; */
}
.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-t{
	float: left;
	width: 100%;
	line-height: 15px;
	padding: 5px 0!important;
	font-size: 30px;
	font-size: 15px!important;
}
.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-p{
	float: left;
	max-width: 75%;
	margin-left: 5%;
	line-height: 24px;
	line-height: 15px;
	padding: 25px 0;
	font-size: 20px;
	font-size: 14px!important;
}
@media (max-width: 1440px){
	.wrap-contact {
		padding-top: 102px;
	}
	.wrap-contact .contact .contact-list .text{
		padding-right: 3%;
	}
	.wrap-contact .contact .contact-list .text .text-list{
		margin-top: 20px;
	}
	.wrap-contact .contact .contact-list .text .text-list b{
		font-size: 48px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 span {
		width: 58px;
		height: 58px;
		line-height: 56px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 span img{
		width: 24px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 {
		margin-top: 40px;
		padding-left: 58px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt{
		padding-left: 15px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-t {
		/* line-height: 20px; */
		/* line-height: 58px; */
		/* font-size: 24px; */
		/* font-size: 16px; */
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-p {
		max-width: 70%;
		/* line-height: 20px; */
		/* line-height: 58px; */
		/* padding: 19px 0; */
		/* font-size: 14px; */
	}
	.wrap-contact .contact .contact-list .text-sort{
		margin-top: 0;
	}
}

@media (max-width: 1199px){
	.wrap-contact .contact .contact-list .text .text-list b {
		font-size: 28px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 span {
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 {
		margin-top: 20px;
		padding-left: 50px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-t {
		/* line-height: 26px;
         line-height: 50px;
         font-size: 20px;
         font-size: 12px; */
		line-height: 20px;
		padding: 15px 0;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-p {
		max-width: 60%;
		line-height: 18px;
		line-height: 20px;
		padding: 15px 0;
		font-size: 12px;
		text-transform: uppercase;
	}
	.wrap-contact .contact .contact-list .text-sort ul li {
		margin-top: 0px;
	}
	.wrap-contact .contact .contact-list .text-sort ul li a {
		font-size: 14px;
		line-height: 28px;
		margin: 0 10px;
	}
	.wrap-contact .contact .contact-list .text-sort ul li a::after{
		height: 2px;
	}
	.wrap-contact .contact .contact-sort {
		padding-left: 15px;
	}
	.wrap-contact .contact .contact-sort ul li {
		margin: 20px 0;
	}
}

@media (max-width: 991px){
	.wrap-contact .contact .contact-list .text .text-list b
	{
		font-size: 20px;
	}
}
.wrap-contact .contact .contact-list .text .text-list p
{
	font-size: 18px;
	line-height: 30px;

	position: relative;

	margin: 20px 0;
	padding-left: 36px;

	color: #fff;
}
@media (max-width: 991px)
{
	.wrap-contact .contact .contact-list .text .text-list p
	{
		font-size: 16px;
	}
}
.wrap-contact .contact .contact-list .text .text-list p img
{
	position: absolute;
	top: 4px;
	left: 0;
}
.wrap-contact .contact-table
{
	overflow: hidden;

	padding: 80px 0;

	background: url(../images/contact_bg.jpg) no-repeat center;
	background-size: cover;
}
.wrap-contact .contact-table .ctable-sort
{
	float: left;

	width: 20%;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-sort
	{
		width: 100%;
	}
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-sort ul
	{
		text-align: center;
	}
}
.wrap-contact .contact-table .ctable-sort ul li
{
	position: relative;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-sort ul li
	{
		display: inline-block;
	}
}
.wrap-contact .contact-table .ctable-sort ul li:before,
.wrap-contact .contact-table .ctable-sort ul li:after
{
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 1px;
	height: 50%;

	content: '';

	background-color: #d3d3d3;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-sort ul li:before,
	.wrap-contact .contact-table .ctable-sort ul li:after
	{
		display: none;
	}
}
.wrap-contact .contact-table .ctable-sort ul li:after
{
	top: auto;
	bottom: 0;
}
.wrap-contact .contact-table .ctable-sort ul li:first-child:before
{
	display: none;
}
.wrap-contact .contact-table .ctable-sort ul li:last-child:after
{
	display: none;
}
.wrap-contact .contact-table .ctable-sort ul li a
{
	font-size: 18px;
	line-height: 50px;

	display: block;

	padding: 20px;

	color: #666;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-sort ul li a
	{
		font-size: 16px;
		line-height: 30px;

		padding: 10px 20px;
	}
}
.wrap-contact .contact-table .ctable-sort ul li a:before
{
	position: absolute;
	top: 50%;
	left: -5px;

	display: block;

	width: 10px;
	height: 10px;
	margin-top: -5px;

	content: '';

	border-radius: 50%;
	background-color: #bfbfbf;
}
.wrap-contact .contact-table .ctable-sort ul li.active a
{
	font-size: 26px;
	font-weight: bold;

	color: #0065b9;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-sort ul li.active a
	{
		font-size: 20px;
	}
}
.wrap-contact .contact-table .ctable-list
{
	float: left;

	width: 80%;
	margin-top: 80px;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-list
	{
		margin-top: 40px;
	}
}
.wrap-contact .contact-table .ctable-list p
{
	font-size: 16px;
	line-height: 2;

	margin: 0;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-list p
	{
		font-size: 14px;
	}
}
.wrap-contact .contact-table .ctable-list b
{
	font-family: Impact;
	font-size: 60px;
	font-weight: normal;
	line-height: 1;

	display: block;

	color: #0065b9;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-list b
	{
		font-size: 30px;
	}
}
@media (max-width: 991px)
{
	.wrap-contact .contact-table .ctable-list h3
	{
		font-size: 18px;
	}
}
.wrap-contact .contact-message
{
	padding: 80px 0;

	background: url(../images/message_bg.jpg) no-repeat center;
	background-size: cover;
}
.wrap-contact .contact-message .title-message
{
	text-align: center;

	color: #fff;
}
.wrap-contact .contact-message .title-message b
{
	font-size: 26px;
	line-height: 1.53846154;

	display: block;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-message .title-message b
	{
		font-size: 22px;
	}
}
.wrap-contact .contact-message .title-message b:after
{
	display: block;

	width: 580px;
	height: 4px;
	margin: 10px auto;

	content: '';

	background: url(../images/line-4.png) no-repeat center;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-message .title-message b:after
	{
		width: 100%;
	}
}
.wrap-contact .contact-message .title-message p
{
	font-size: 16px;
	line-height: 2;

	margin: 0;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-message .title-message p
	{
		font-size: 14px;
	}
}
.wrap-contact .contact-message .message input,
.wrap-contact .contact-message .message textarea,
.wrap-contact .contact-message .message select
{
	font-size: 16px;
	line-height: 30px;

	width: 100%;
	min-height: 70px;
	margin-top: 20px;
	padding: 20px 0;

	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	background: none;
}
@media (max-width: 991px)
{
	.wrap-contact .contact-message .message input,
	.wrap-contact .contact-message .message textarea,
	.wrap-contact .contact-message .message select
	{
		font-size: 15px;

		min-height: 50px;
		padding: 10px 0;
	}
}
.wrap-contact .contact-message .message input::-webkit-input-placeholder,
.wrap-contact .contact-message .message textarea::-webkit-input-placeholder
{
	color: #c1c1c1;
}
.wrap-contact .contact-message .message input:-o-placeholder,
.wrap-contact .contact-message .message textarea:-o-placeholder
{
	color: #c1c1c1;
}
.wrap-contact .contact-message .message input::-moz-placeholder,
.wrap-contact .contact-message .message textarea::-moz-placeholder
{
	color: #c1c1c1;
}
.wrap-contact .contact-message .message input:-ms-input-placeholder,
.wrap-contact .contact-message .message textarea:-ms-input-placeholder
{
	color: #c1c1c1;
}
.wrap-contact .contact-message .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact-message .message textarea:focus::-webkit-input-placeholder
{
	color: #eee;
}
.wrap-contact .contact-message .message input:focus::-o-placeholder,
.wrap-contact .contact-message .message textarea:focus::-o-placeholder
{
	color: #eee;
}
.wrap-contact .contact-message .message input:focus::-moz-placeholder,
.wrap-contact .contact-message .message textarea:focus::-moz-placeholder
{
	color: #eee;
}
.wrap-contact .contact-message .message input:focus::-ms-input-placeholder,
.wrap-contact .contact-message .message textarea:focus::-ms-input-placeholder
{
	color: #eee;
}
.wrap-contact .contact-message .message select
{
	color: #c1c1c1;
}
.wrap-contact .contact-message .message select option
{
	color: #666;
}
.wrap-contact .contact-message .message .submit
{
	font-size: 18px;
	line-height: 60px;

	display: block;

	width: 300px;
	height: 60px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;

	-webkit-transition: all .2s;
	transition: all .2s;

	color: #fff;
	border: none;
	border-radius: 30px;
	outline: none;
	background-color: #0065b9;
}
@media (max-width: 991px){
	.wrap-contact .contact-message .message .submit
	{
		font-size: 16px;
		line-height: 50px;

		width: 200px;
		height: 50px;
	}
}
.wrap-contact .contact-message .message .submit:hover
{
	background-color: #004a87;
}

@media (max-width: 991px){
	.wrap-contact {
		/* padding-top: 30px; */
	}
	.wrap-contact .contact .contact-list .text-sort{
		margin-top: 30px;
	}
	.wrap-contact .contact .contact-list .text{
		width: 100%;
		padding-right: 0;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt{
		/* min-height: 50px; */
		text-align: left;
	}
	.wrap-contact .contact{
		padding-bottom: 40px;
	}
}

@media (max-width: 767px){
	.wrap-contact .contact .contact-sort ul li {
		max-width: 75px;
	}
	.wrap-contact {
		/* padding-top: 10px; */
	}
	.wrap-contact .contact .contact-list .text{
		margin-top: 15px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt {
		padding-left: 10px;
	}
	.wrap-contact .contact .contact-list .text .text-list .con-add-1 .con-add-txt .con-add-1-t{
		font-size: 12px;
	}
}


/*联系我们*/
.con-1{
	float: left;
	width: 100%;
	padding: 82px 0 84px 0;
}
.con-1 .con-1-li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.con-1 .con-1-li:last-child{
	margin-right: 0%;
}
.con-1 .con-1-li > img{
	width: 100%;
}
.con-1 .con-1-li .con-1-li-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 6.6%;
}
.con-1 .con-1-li .con-1-li-txt .con-1-li-t{
	float: left;
	width: 100%;
}
.con-1 .con-1-li .con-1-li-txt .con-1-li-t span{
	display: inline-block;
	padding: 0 14px;
	line-height: 60px;
	font-size: 26px;
	margin-top: 45px;
	color: #fff;
	font-weight: bold;
	background: #0064b9;
	text-transform: uppercase;
}

.con-1 .con-1-li .con-1-li-txt .con-1-li-p{
	float: left;
	width: 100%;
	margin-top: 5px;
}
.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-alt{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-num{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	line-height: 1;
}
.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-em{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 26px;
	line-height: 1;
}

/* .con-bg{
	background: #f8f8f8 url(../images/contact/img-4.jpg) right center no-repeat;
	background-size: auto 100%;
}
.con-form{
	float: left;
	width: 54.5%;
	padding-top: 32px;
	padding-bottom: 76px;
	padding-right: 6.1%;
} */
.contact-form{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.con-form{
	width: 50%;
}
.contact-form img{
	width: 45%;
	margin-left: 5%;
}
.con-form .con-f1{
	float: left;
	width: 100%;
	margin-top: 35px;
	padding-left: 165px;
	position: relative;
}
.con-form .con-f1 label{
	float: left;
	width: 165px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	font-size: 18px;
	margin-bottom: 0;
	color: #666;
	font-weight: normal;
	text-align: right;
}
.con-form .con-f1 label font{
	color: #ff1e00;
}
.con-form .con-f1 input,
.con-form .con-f1 select,
.con-form .con-f1 textarea
{
	width: 100%;
	padding: 0 30px 0 20px;
	height: 50px;
	border-radius: 6px;
	font-size: 18px;
	border: 1px solid #eaeaea;
	font-weight: normal;
}
.con-form .con-f1 select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: #fff;
	outline: none;
	background: #fff url(../images/contact/down.png) right center no-repeat;
}
.con-form .con-f1 input[type=submit]{
	float: right;
	width: 138px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	background: #0064b9;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	padding: 0;
}
.con-form .con-f1 textarea{
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
}
.con-form .con-f1.con-f2{
	position: inherit;
	padding-left: 0;
}

.con-form .con-f1.con-f2 label{
	width: 130px;
}
.con-form .con-f1.con-f2 .con-50{
	float: left;
	width: 50%;
	position: relative;
	padding-left: 130px;
}

.con-form .con-f1.con-f2 .con-50:first-child{
	padding-left: 165px;
}
.con-form .con-f1.con-f2 .con-50:first-child label{
	width: 165px;
}

.con-form .con-f1 input[type=submit]:hover{
	opacity: 0.9;
}

@media (max-width: 1680px) {
	.con-1{
		padding: 42px 0 44px 0;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-t span {
		line-height: 48px;
		font-size: 20px;
		margin-top: 36px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-alt {
		font-size: 16px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-num {
		margin-top: 5px;
		font-size: 22px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-em {
		margin-top: 5px;
		font-size: 20px;
	}
	.con-form .con-f1{
		margin-top: 20px;
	}
}
@media (max-width: 1600px) {
	.con-form .con-f1 label {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.con-form .con-f1 input, .con-form .con-f1 select, .con-form .con-f1 textarea {
		padding: 0 30px 0 20px;
		height: 40px;
		border-radius: 4px;
		font-size: 16px;
	}
	.con-form .con-f1 select{
		background-size: auto 100%;
	}
}

@media (max-width: 1440px) {
	.con-form .con-f1{
		margin-top: 18px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-t span{
		font-size: 18px;
		line-height: 36px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1{
		margin-top: 15px;
	}
}
@media (max-width: 1199px) {
	.con-1 .con-1-li .con-1-li-txt .con-1-li-t span {
		font-size: 16px;
		line-height: 30px;
		margin-top: 20px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 {
		margin-top: 10px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-alt {
		font-size: 14px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-num{
		font-size: 18px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-em {
		margin-top: 5px;
		font-size: 20px;
	}
	.con-form .con-f1 {
		margin-top: 10px;
	}
	.con-form .con-f1 label {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.con-form .con-f1 input, .con-form .con-f1 select, .con-form .con-f1 textarea {
		padding: 0 30px 0 20px;
		height: 36px;
		font-size: 14px;
	}
	.con-form {
		width: 100%;
		padding-right: 0%;
	}
	.contact-form img{
		display: none;
	}
}



	.con-form .con-f1 input[type=submit] {
		width: 120px;
		height: 40px;
		line-height: 40px;
		border-radius: 4px;
		font-size: 18px;
	}
	.con-form .con-f1{
		padding-left: 128px;
	}
	.con-form .con-f1 label{
		width: 128px;
	}
	.con-form .con-f1.con-f2 .con-50:first-child label {
		width: 128px;
	}
	.con-form .con-f1.con-f2 .con-50:first-child {
		padding-left: 128px;
	}
	.con-form .con-f1.con-f2 .con-50{
		padding-left: 68px;
	}
	.con-form .con-f1.con-f2 label {
		width: 68px;
	}
}

@media (max-width: 991px) {
	.con-1 {
		padding: 20px 0 20px 0;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-t span {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 {
		margin-top: 5px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-num{
		font-size: 16px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-em{
		font-size: 16px;
	}
	.con-form .con-f1 label {
		height: 30px;
		line-height: 30px;
	}
	.con-form .con-f1 input, .con-form .con-f1 select, .con-form .con-f1 textarea {
		padding: 0 30px 0 20px;
		height: 30px;
	}
	.con-form {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 3%;
	}
}
@media (max-width: 767px) {
	.con-1 .con-1-li{
		width: 100%;
		margin-right: 0;
		margin: 5px 0;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-t span {
		font-size: 16px;
		line-height: 36px;
		margin-top: 28px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-alt {
		font-size: 18px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-num {
		font-size: 20px;
		margin-top: 10px;
	}
	.con-1 .con-1-li .con-1-li-txt .con-1-li-p .con-1-li-1 .con-1-li-em {
		font-size: 22px;
		margin-top: 12px;
	}
	.con-form{
		width: 100%;
		padding-right: 0;
	}
	.con-bg{
		background-size: cover;
		background-position: center;
	}
	.con-form {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.con-form .con-f1.con-f2 .con-50{
		width: 100%;
		padding-left: 128px;
		margin-top: 8px;
	}
	.con-form .con-f1.con-f2 .con-50:first-child {
		margin-top: 0;
	}
	.con-form .con-f1.con-f2 label {
		width: 128px;
	}
	.con-form .con-f1 {
		margin-top: 8px;
	}
	.con-form .con-f1 input[type=submit] {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
}



/*董事长专区*/
.cha-bg{
	background: url(../images/chairman/bg.png) repeat-y;
	margin-top: -318px;
	position: relative;
	z-index: 0;
}
.cha-1{
	float: left;
	width: 100%;
	padding-bottom: 80px;
	background: #fff;

}
.cha-1-title{
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 50px 2.4%;
	border-left: 1px solid #d2d2d2;
	color: #d9d9d9;
	font-weight: bold;
	text-transform: uppercase;
}
.cha-1-con{
	float: left;
	width: 100%;
}
.cha-1-con img{
	float: left;
	width: 44.3%;
}
.cha-1-con .cha-1-txt{
	float: left;
	width: 55.7%;
	padding-left: 6.2%;
	padding-right: 4.6%;
}

.cha-1-con .cha-1-txt .cha-1-t{
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 1;
	color: #0064b9;
	font-weight: bold;
}
.cha-1-con .cha-1-txt .cha-1-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 15px;
	color: #333;
}

.cha-1-list{
	float: left;
	width: 100%;
	max-height: calc(100vw / 1920 * 540);
	overflow-y: auto;
	margin-top: 30px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.cha-1-list::-webkit-scrollbar
{
	width: 4px;
	height: 4px;
	background-color: #ddd;
	border-radius: 4px;
}

/*定义滚动条轨道 内阴影+圆角*/
.cha-1-list::-webkit-scrollbar-track
{
	background-color: #ddd;
}

/*定义滑块 内阴影+圆角*/
.cha-1-list::-webkit-scrollbar-thumb
{
	background-color: #0065b9;
}

.cha-1-list .cha-1-li:first-child{
	margin-top: 0;
}
.cha-1-list .cha-1-li{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-left: 108px;
	min-height: 108px;

	padding-left: 78px;
	min-height: 78px;
	position: relative;
}

.cha-1-list .cha-1-li .cha-1-li-span{
	position: absolute;
	left: 0;
	top: 0;
	width: 108px;
	height: 108px;

	width: 78px;
	height: 78px;

	padding: 5px;
	border-radius: 100%;
	background: #0064b9;
}
.cha-1-list .cha-1-li .cha-1-li-span span{

	display: inline-block;
	width: 98px;
	height: 98px;
	line-height: 88px;

	width: 68px;
	height: 68px;
	line-height: 58px;

	background: #0064b9;
	border-radius: 100%;
	border: 5px solid #fff;
	font-size: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}


.cha-1-list .cha-1-li .cha-1-li-p{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 12px;
	padding-left: 28px;
	padding-right: 28px;
	color: #333;
}




.cha-bg-1{
	background: #f8f8f8;
}

.cha-2{
	float: left;
	width: 100%;
	padding: 70px 0 80px 0;
}

.cha2-left{
	float: left;
	width: 48%;
}

.cha2-left .video
{
	position: relative;
	overflow: hidden;
	width: 100%;
}
@media (max-width: 991px)
{
	.cha2-left .video
	{
		margin-top: 30px;
	}
}
.cha2-left .video .img-box
{
	z-index: 0;
	padding-bottom: 60.75949367%;
	background-color: #000;
}
.cha2-left .video .img-box img
{
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: .9;
}
.cha2-left .video .video-box
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
.cha2-left .video .iframe
{
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.cha2-left .video .play
{
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .6;
	color: #fff;
}
@media (max-width: 991px){
	.cha2-left .video .play
	{
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 1;
	}
}
.cha2-left .video .play:before
{
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	display: block;
	content: '\e67f';
}




.cha2-right{
	float: left;
	width: 52%;
	padding-left: 36px;
}
.cha2-right ul{
	float: left;
	width: 100%;
}
.cha2-right ul li{
	float: left;
	width: 100%;
	line-height: 26px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}
.cha2-right ul li .cha2-time{
	float: left;
	width: 100%;
	height: 26px;
	font-size: 16px;
	margin-top: 28px;
	color: #999;
	overflow: hidden;
}

.cha2-right ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.cha2-right ul li:first-child .cha2-time{
	margin-top: 0px;
}

.cha2-right ul li .cha2-t{
	float: left;
	width: 100%;
	height: 26px;
	margin-top: 6px;
	font-size: 20px;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cha2-right ul li .cha2-p{
	float: left;
	width: 100%;
	height: 52px;
	margin-top: 6px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


@media (max-width: 1440px){
	.cha-1-title {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 2%;
	}
	.cha-1-con .cha-1-txt {
		padding-left: 4%;
		padding-right: 4%;
	}
	.cha-1-con .cha-1-txt .cha-1-t {
		font-size: 36px;
	}
	.cha-1-con .cha-1-txt .cha-1-p {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.cha-1-list .cha-1-li .cha-1-li-span span{
		/* font-size: 32px; */
	}
	.cha-1-list .cha-1-li .cha-1-li-p {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 14px;
		padding-left: 3%;
	}
	.cha2-right ul li .cha2-time{
		margin-top: 22px;
	}
}

@media (max-width: 1366px){
	.cha-1-con .cha-1-txt .cha-1-p{
		font-size: 14px;
	}
	/* .cha-1-list{
		max-height: calc(100vw / 1920 * 670);
	} */
	.cha-1-list .cha-1-li{
		margin-top: 20px;
	}
}

@media (max-width: 1199px){
	.cha-bg{
		margin-top: -120px;
	}
	.cha-1 {
		padding-bottom: 60px;
	}
	.cha-1-title {
		font-size: 24px;
		line-height: 1.2;
		padding: 18px 2%;
	}
	.cha-1-con .cha-1-txt {
		padding-left: 3%;
		padding-right: 3%;
	}
	.cha-1-con .cha-1-txt .cha-1-t {
		font-size: 28px;
	}
	/* .cha-1-list{
		max-height: 330px;
	} */
	.cha-1-list .cha-1-li {
		margin-top: 10px;
	}
	.cha-2 {
		padding: 50px 0 40px 0;
	}
	.cha2-right ul li .cha2-t{
		font-size: 18px;
	}
}
@media (max-width: 991px){
	.cha-bg {
		margin-top: -0px;
	}
	.cha-1-con img{
		width: 100%;
	}
	.cha-1-con .cha-1-txt{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}
	.cha-1 {
		padding-bottom: 40px;
	}
	.cha-1-list{
		margin-top: 20px;
		max-height: none;
	}
	.cha-2 {
		padding: 30px 0 30px 0;
	}
	.cha2-left{
		width: 100%;
	}
	.cha2-right {
		width: 100%;
		padding-left: 0px;
		margin-top: 30px;
	}
}
@media (max-width: 767px){
	.cha-1-title {
		font-size: 20px;
		padding: 12px 2%;
	}
	.cha-1-con .cha-1-txt .cha-1-t {
		font-size: 20px;
	}
	.cha-1-list .cha-1-li .cha-1-li-p {
		font-size: 14px;
		margin-top: 15px;
	}
	.cha-1-list .cha-1-li .cha-1-li-span span {
		/* font-size: 28px; */
	}
	.cha-1 {
		padding-bottom: 30px;
	}
	.cha2-left .video {
		margin-top: 0px;
	}
	.cha-2 {
		padding: 20px 0 20px 0;
	}
	.cha2-right {
		margin-top: 20px;
	}
	.cha2-right ul li {
		line-height: 24px;
		padding-bottom: 15px;
	}
	.cha2-right ul li .cha2-time{
		height: 24px;
	}
	.cha2-right ul li .cha2-t {
		height: 24px;
		margin-top: 4px;
		font-size: 18px;
	}
	.cha2-right ul li .cha2-p {
		height: 48px;
		margin-top: 4px;
		font-size: 14px;
	}
}


/*下载中心*/
.wrap-download .title-download b
{
	font-size: 36px;
	font-weight: normal;
	line-height: 1;

	display: block;
	text-transform: capitalize;
}
@media (max-width: 991px)
{
	.wrap-download .title-download b
	{
		font-size: 22px;
	}
}
.wrap-download .download .list ul
{
	overflow: hidden;

	margin: 0 -22px;
}
.wrap-download .download .list ul li
{
	float: left;

	width: 50%;
	margin-top: 30px;
	padding: 0 22px;
}
@media (max-width: 1199px)
{
	.wrap-download .download .list ul li
	{
		width: 100%;
	}
}
.wrap-download .download .list .item
{
	line-height: 80px;

	position: relative;

	height: 80px;
	padding: 0 140px 0 120px;

	border: 1px solid #d9d9d9;
}
@media (max-width: 767px)
{
	.wrap-download .download .list .item
	{
		line-height: 60px;

		height: 60px;
		padding: 0 100px 0 70px;
	}
}
.wrap-download .download .list .item:before
{
	font-family: 'iconfont' !important;
	font-size: 40px;
	line-height: 50px;

	position: absolute;
	top: 15px;
	left: 0;

	width: 90px;

	content: '\e641';
	text-align: center;

	color: #999;
	border-right: 1px solid #d9d9d9;
}
@media (max-width: 767px)
{
	.wrap-download .download .list .item:before
	{
		font-size: 30px;
		line-height: 40px;

		top: 10px;

		width: 60px;
	}
}
.wrap-download .download .list .item a
{
	color: inherit;
}
.wrap-download .download .list .item p
{
	font-size: 18px;



	height: 80px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 767px)
{
	.wrap-download .download .list .item p
	{
		font-size: 14px;
	}
}
.wrap-download .download .list .item a.view,
.wrap-download .download .list .item a.down
{
	position: absolute;
	top: 0;
	right: 70px;

	display: block;

	width: 40px;
	height: 80px;

	color: #999;
}
@media (max-width: 767px)
{
	.wrap-download .download .list .item a.view,
	.wrap-download .download .list .item a.down
	{
		right: 50px;

		width: 30px;
	}
}
.wrap-download .download .list .item a.view:after,
.wrap-download .download .list .item a.down:after
{
	font-family: 'iconfont' !important;
	font-size: 30px;

	display: inline-block;

	content: '\e63f';
}
@media (max-width: 767px)
{
	.wrap-download .download .list .item a.view:after,
	.wrap-download .download .list .item a.down:after
	{
		font-size: 22px;
	}
}
.wrap-download .download .list .item a.view:hover,
.wrap-download .download .list .item a.down:hover
{
	color: #0065b9;
}
.wrap-download .download .list .item a.down
{
	right: 20px;
}
@media (max-width: 767px)
{
	.wrap-download .download .list .item a.down
	{
		right: 10px;
	}
}
.wrap-download .download .list .item a.down:after
{
	content: '\e605';
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wrap-download .download .list .item:hover:before
{
	color: #0065b9;
}
.wrap-download .download .list .item:hover p
{
	color: #0065b9;
}
.wrap-download .download .showMorehandle
{
	margin-top: 30px;

	text-align: center;
}
.wrap-download .download .showMorehandle a
{
	font-size: 16px;
	line-height: 30px;

	color: #0065b9;
}
.wrap-download .download .showMorehandle a:after
{
	font-family: 'iconfont' !important;

	content: '\e62b';
}


.wrap-base-sort
{
	overflow: hidden;

	text-align: center;

	background-color: #f9f9f9;
}
@media (max-width: 991px)
{
	.wrap-base-sort
	{
		padding: 10px 0;
	}
}
.wrap-base-sort ul
{
	margin: 0 -50px;
}
@media (max-width: 1350px)
{
	.wrap-base-sort ul
	{
		margin: 0 -30px;
	}
}
.wrap-base-sort ul li
{
	display: inline-block;
}
.wrap-base-sort ul li a
{
	line-height: 30px;

	display: block;

	padding: 15px 50px;

	color: inherit;
}
@media (max-width: 1350px)
{
	.wrap-base-sort ul li a
	{
		padding: 15px 30px;
	}
}
@media (max-width: 991px)
{
	.wrap-base-sort ul li a
	{
		padding: 4px 30px;
	}
}
.wrap-base-sort ul li a img
{
	display: inline-block;

	width: 30px;
	height: 30px;

	vertical-align: middle;
}
.wrap-base-sort ul li a .base-icon-active
{
	display: none;
}
.wrap-base-sort ul li a i
{
	font-size: 18px;
	font-style: normal;

	display: inline-block;

	vertical-align: middle;
}
@media (max-width: 991px)
{
	.wrap-base-sort ul li a i
	{
		font-size: 16px;
	}
}
.wrap-base-sort ul li a:hover
{
	color: #0065b9;
}
.wrap-base-sort ul li a:hover .base-icon
{
	display: none;
}
.wrap-base-sort ul li a:hover .base-icon-active
{
	display: inline-block;
}
.wrap-base
{
	overflow: hidden;
}
.wrap-base .base-list
{
	padding: 80px 0;
}
@media (max-width: 991px)
{
	.wrap-base .base-list
	{
		padding: 60px 0;
	}
}
.wrap-base .base-list .list
{
	font-size: 0;
}
.wrap-base .base-list .list .itembox
{
	font-size: 14px;

	display: inline-block;
	float: none;

	vertical-align: middle;
}
@media (max-width: 991px)
{
	.wrap-base .base-list .pic
	{
		margin-top: 30px;
	}
}
.wrap-base .base-list .pic img
{
	max-width: 100%;
}
.wrap-base .base-list .title-base:after
{
	display: block;

	width: 34px;
	height: 3px;
	margin-top: 10px;

	content: '';

	background-image: -webkit-gradient(linear, left top, right top, from(#0065b9), to(#00919d));
	background-image: -webkit-linear-gradient(left, #0065b9, #00919d);
	background-image:         linear-gradient(to right, #0065b9, #00919d);
}
.wrap-base .base-list .title-base b
{
	font-size: 30px;
	line-height: 1;

	display: block;

	color: #0065b9;
}
@media (max-width: 1350px)
{
	.wrap-base .base-list .title-base b
	{
		font-size: 24px;
	}
}
@media (max-width: 991px)
{
	.wrap-base .base-list .title-base b
	{
		font-size: 20px;
	}
}
.wrap-base .base-list .text
{
	margin-top: 30px;
}
@media (max-width: 1350px)
{
	.wrap-base .base-list .text
	{
		margin-top: 20px;
	}
}
.wrap-base .base-list .text p
{
	font-size: 16px;
	line-height: 2.25;

	margin: 0;
}
@media (max-width: 1470px)
{
	.wrap-base .base-list .text p
	{
		line-height: 2;
	}
}
@media (max-width: 1350px)
{
	.wrap-base .base-list .text p
	{
		font-size: 15px;
		line-height: 1.86666667;
	}
}
.wrap-base .base-list1 .list:nth-child(2)
{
	margin-top: 40px;
}
.wrap-base .base-list2
{
	/* background: url(../images/base_bg.jpg) no-repeat center; */
	background-size: cover;
}
@media (max-width: 991px)
{
	.wrap-base .base-list2 .pic
	{
		margin-top: 0;
	}
}
.wrap-base .base-list2 .pic img
{
	margin-top: 30px;
}


.ab3-ab{
	position: absolute;
	top: 0;
	right: -405px;
	width: 405px;
	margin-top: 70px;
	height: 474px;
	padding: 0 40px 0 20px;
	overflow-y: auto;
	display: none;
}

.ab3-ab::-webkit-scrollbar {
	position: absolute;
	left: 0;
	width: 4px;
}
.ab3-ab::-webkit-scrollbar-track {
	background-color: #d2d2d2;
}
.ab3-ab::-webkit-scrollbar-thumb {
	background-color: #0065b9;
}

.ab3-history .swiper-slide.swiper-slide-active .ab3-ab{
	display: block;
}

.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li:first-child{
	margin-top: 0;
}
.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-year{
	float: left;
	width: 100%;
}
.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-year span{
	display: inline-block;
	width: 105px;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	background: #0064b9;
	text-align: center;
}
.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-p{
	float: left;
	width: 100%;
	line-height: 22px;
	margin-top: 14px;
}

.ab3-history .ab3-ab-year{
	display: none;
	position: absolute;
	right: 0;
	right: -400px;
	font-size: 310px;
	color: #efefef;
	font-weight: bold;
	z-index: -1;
}
.ab3-history .swiper-slide.swiper-slide-active .ab3-ab-year{
	display: block;
}


@media (max-width: 1440px){
	.ab3-ab {
		position: absolute;
		top: 0;
		right: -365px;
		width: 405px;
		margin-top: 70px;
		height: 474px;
		padding: 0 40px 0 20px;
		overflow-y: auto;
		display: none;
	}
	.ab3-history .ab3-ab-year {
		right: -320px;
		font-size: 240px;
	}
}


@media (max-width: 1199px){

	.ab3-ab {
		right: -340px;
		width: 380px;
		margin-top: 40px;
		height: 400px;
		padding: 0 40px 0 20px;
	}


	.ab3-history .ab3-ab-year {
		right: -200px;
		font-size: 180px;
	}
}
@media (max-width: 991px){
	.ab3-ab {
		position: relative;
		right: auto;
		top: auto;
		bottom: auto;
		float: left;
		width: 100%;
		margin-top: 20px;
		margin-top: 10px;
		height: 280px;
		height: 180px;
		padding: 0 0px 0 0px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li{
		margin-top: 20px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-p{
		margin-top: 15px;
	}
	.ab3-history .ab3-ab-year {
		right: auto;
		left: 50%;
		font-size: 180px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 767px){
	.ab3-ab {
		margin-top: 10px;
		height: 180px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-year span {
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li .ab3-li-p {
		line-height: 24px;
		margin-top: 15px;
	}
	.ab3-history .swiper-slide.swiper-slide-active .ab3-ab .ab3-li {
		margin-top: 20px;
	}
	.ab3-history .ab3-ab-year {
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 100px;
	}
}



.location-level1{

}
.location-level1-pad{
	display: none;
}

@media (max-width: 1199px){
	.location-level1{
		float: left;
		width: 100%;
		/* display: none; */
	}
	.location-level1.location-level1-pad li:first-child{
		display: inline-block!important;
	}
	.location-level1-pad{
		/* display: block; */
		float: left;
		width: 100%;
		margin-bottom: 50px;
	}
	.wrap-location .location>.location-level1.location-level1-pad li a::after{
		display: none;
	}
}


/*covid*/
.banner-in.banner-in-covid .text-in h1{
	font-size: 44px;
	color: #0064b9;
}
.covid-title{
	float: left;
	width: 100%;
	text-align: center;
}
.covid-title .covid-h1{
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 1;
	padding-bottom: 20px;
	color: #0064b9;
	font-weight: bold;
	position: relative;
}
.covid-title .covid-h1::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 43px;
	height: 4px;
	background: #0064b9;
	content: "";
}
.covid-title .covid-p{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	margin-top: 18px;
	padding-left: 5%;
	padding-right: 5%;
	color: #333;
}
.covid-1{
	float: left;
	width: 100%;
	padding: 86px 0 72px 0;
}
.covid-1 .covid-1-ul{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.covid-1 .covid-1-ul .covid-1-li{
	display: block;
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	padding: 53px 0 45px 20px;
	background: #f4f4f4;
}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 112px;
}
.covid-1 .covid-1-ul .covid-1-li:nth-child(3n){
	margin-right: 0;
}

.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con > span{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con > span img{}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con > span img.block{
	display: block;
}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con > span img.none{
	display: none;
}

.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt{
	float: left;
	width: 100%;
}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-t{
	float: left;
	width: 100%;
	line-height: 32px;
	height: 64px;
	font-size: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-span{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 14px;
	color: #999;
	text-transform: uppercase;
}
.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-span span{
	display: inline-block;
	line-height: 24px;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.covid-1 .covid-1-ul .covid-1-li:hover{
	background: #0064b9;
}
.covid-1 .covid-1-ul .covid-1-li:hover .covid-1-li-con > span img.block{
	display: none;
}
.covid-1 .covid-1-ul .covid-1-li:hover .covid-1-li-con > span img.none{
	display: block;
}
.covid-1 .covid-1-ul .covid-1-li:hover .covid-1-li-con .covid-1-li-txt .covid-1-li-t{
	color: #fff;
}
.covid-1 .covid-1-ul .covid-1-li:hover .covid-1-li-con .covid-1-li-txt .covid-1-li-span{
	color: #fff;
}
.covid-1 .covid-1-ul .covid-1-li:hover .covid-1-li-con .covid-1-li-txt .covid-1-li-span span{
	border-bottom-color: #fff;
}

.bg-f9-3{
	background: #f9f9f9;
}
.covid-2{
	float: left;
	width: 100%;
	padding: 64px 0 70px 0;
}
.covid-2 .covid-2-con{
	float: left;
	width: 100%;
	padding-top: 32px;
}
.covid-2 .covid-2-con .text-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.covid-2 .covid-2-con .text-tb{
	float: left;
	width: 100%;
	margin: 40px 0 52px 0;
}
.covid-2 .covid-2-con .text-tb .text-tb-title{
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.covid-2 .covid-2-con .text-tb .text-tb-title .text-tb-l{
	float: left;
	width: 64.6%;
	text-align: left;
	padding-left: 11.5%;
	background: #0064b9;
}
.covid-2 .covid-2-con .text-tb .text-tb-title .text-tb-r{
	float: left;
	width: 35.4%;
	background: #7d7d7d;
}
.covid-2 .covid-2-con .text-tb .text-tb-text{
	float: left;
	width: 100%;
	padding: 28px 16.7% 40px 11.5%;
	border: 1px solid #0064b9;
	border-top: 0;
}
.covid-2 .covid-2-con .text-tb .text-tb-text ul{
	float: left;
	width: 50%;
}
.covid-2 .covid-2-con .text-tb .text-tb-text ul li{
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	color: #333;
	position: relative;
}
.covid-2 .covid-2-con .text-tb .text-tb-text ul li::after{
	position: absolute;
	left: 0;
	top: 18px;
	background: #333;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	content: "";
}

.covid-3{
	float: left;
	width: 100%;
	padding-top: 52px;
}
.covid-3-con{
	float: left;
	width: 100%;
}
.covid-3-con ul{
	float: left;
	width: 100%;
}
.covid-3-con ul li{
	float: left;
	width: 48.9%;
	margin-right: 2.2%;
	margin-top: 52px;
	position: relative;
}
.covid-3-con ul li:nth-child(2n){
	margin-right: 0;
}
.covid-3-con ul li .img-box{
	padding-bottom: 63.07692307692308%;
}
.covid-3-con ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.covid-3-con ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.covid-3-con ul li .covid-3-txt{
	float: left;
	width: 100%;
	padding: 20px 20px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.covid-3-con ul li .covid-3-txt .covid-3-t{
	float: left;
	width: 100%;
	/* height: 40px; */
	line-height: 40px;
	line-height: 30px;
	font-size: 28px;
	font-size: 26px;
	font-weight: bold;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.covid-3-con ul li .covid-3-txt .covid-3-p{
	float: left;
	width: 100%;
	line-height: 30px;
	line-height: 24px;
	margin-top: 8px;
	font-size: 16px;
}

.covid-4{
	float: left;
	width: 100%;
	padding: 74px 0 104px 0;
}


/*切换*/
.covid-4-con{
	float: left;
	width: 100%;
}
.covid-4-con .job{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.covid-4-con .job .list{
	float: left;
	width: 100%;
}
.covid-4-con .job .list > ul{
	float: left;
	width: 100%;
	overflow: hidden;
}
.covid-4-con .job .list > ul > li{
	float: left;
	width: 100%;
	background: #f9f9f9;
	margin-top: 20px;
}
.covid-4-con .job .list > ul > li .tlist{
	float: left;
	width: 100%;
	overflow: hidden;
	height: 66px;
	line-height: 66px;
	padding: 0 24px 0 24px;
	cursor: pointer;
	margin: 0;
}
.covid-4-con .job .list > ul > li .tlist .titem{
	float: left;
	max-width: 80%;
	font-size: 20px;
	color: #333;
	display: inline-block;
	overflow: hidden;
}
.covid-4-con .job .list > ul > li .tlist .titem.right{
	float: right;
}
.covid-4-con .job .list > ul > li .tlist .titem a{
	float: right;
}
.covid-4-con .job .list > ul > li .tlist .titem a.more:after{
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	background: url(../images/covid/more.png) no-repeat;
}
.covid-4-con .job .list > ul > li .tlist .titem a.apply
{
	color: #d70c18;
}
/* .covid-4-con .job .list > ul > li.current
{
    background-color: #f4f4f4;
}
 */
.covid-4-con .job .list > ul > li.current .tlist .titem a.more:after{
	background: url(../images/covid/packUp.png) no-repeat;
}
.covid-4-con .job .list > ul > li .tlist.on .titem a.more:after{
	background: url(../images/covid/packUp.png) no-repeat;
}
.covid-4-con .job .list > ul > li .tlist.on .titem{
	color: #0064b9;
	font-weight: bold;
}
.covid-4-con .job .list > ul > li .note{
	display: none;
	float: left;
	width: 100%;
	padding: 12px 2.4% 40px 2.4%;
	font-size: 18px;
	color: #333;
	background-color: #f9f9f9;
	position: relative;
}
.covid-4-con .job .list > ul > li .note li{
	float: left;
	width: 100%;
	line-height: 26px;
	padding: 5px 0;
	padding-left: 20px;
	position: relative;
}
.covid-4-con .job .list > ul > li .note li::after{
	position: absolute;
	left: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #666;
	content: "";
}


/*新型肺炎 link1*/
.covid-details-link{
	float: left;
	width: 100%;
	padding: 90px 0 48px 0;
	border-bottom: 4px solid #0064b9;
}
.covid-details-link .covid-title .covid-h1{
	padding-bottom: 0;
}
.covid-details-link .covid-title .covid-h1::after{
	display: none;
}
.covid-details{
	float: left;
	width: 100%;
	padding: 40px 0 76px 0;
	border-bottom: 4px solid #0064b9;
}
.code-ul{
	float: left;
	width: 100%;
}
.code-ul .code-li{
	float: left;
	width: 100%;
	margin-top: 46px;
	padding: 0 2.8% 0 2.8%;
}
.code-ul .code-li .code-con{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 154px;
}
.code-ul .code-li .code-con img{
	position: absolute;
	top: 0;
	left: 0;
}
.code-ul .code-li .code-con .code-text{
	float: left;
	width: 100%;
}
.code-ul .code-li .code-con .code-text-h1{
	float: left;
	width: 100%;
}
.code-ul .code-li .code-con .code-text-h1 span{
	display: inline-block;
	line-height: 50px;
	padding: 0 16px;
	border-radius: 5px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: #0064b9;
}
.code-ul .code-li .code-con .code-text-p{
	float: left;
	width: 100%;
}
.code-ul .code-li .code-con .code-text-p > ul{
	float: left;
	width: 100%;
}
.code-ul .code-li .code-con .code-text-p > ul li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 18px;
}
.code-ul .code-li .code-con .code-text-p > ul li::after{
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #333;
	content: "";
}
.code-p1{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 36px;
	margin-top: 12px;
	color: #333;
}
.code-ul .code-li .code-con .code-text-p .code-p1{
	font-size: 18px;
}
.code-ul .code-li .code-con .code-text-p > ul li .code-p1{
	margin-top: 0;
}
.code-link{
	float: left;
	width: 100%;
	margin: 64px 0 0px 0;
	padding: 52px 0 36px 0;
	background: #f8f8f8;
}
.code-link a{
	float: left;
	width: 33.33%;
	padding-bottom: 20px;
	padding-left: 5.7%;
	padding-right: 5.7%;
	border-right: 1px solid #cdcdcd;
}
.code-link a:last-child{
	border-right: 0;
}
.code-link a .code-t{
	float: left;
	width: 100%;
	font-size: 22px;
	height: 64px;
	line-height: 32px;
	font-weight: bold;
	overflow: hidden;
}
.code-link a .code-d{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	color: #999;
	text-transform: uppercase;
}
.code-link a:hover .code-t,
.code-link a:hover .code-d{
	color: #0064b9;
}
.pad-t0{
	padding-top: 0!important;
}
.mar-t0{
	margin-top: -10px;
}

.code-h1{
	float: left;
	width: 100%;
	padding: 0 2.8%;
	font-size: 46px;
	line-height: 1;
	color: #0064b9;
	font-weight: bold;
}
.code-h2{
	float: left;
	width: 100%;
	padding: 0 2.8%;
	font-size: 30px;
	line-height: 1;
	margin-top: 64px;
	color: #333;
	font-weight: bold;
}
.code-txt{
	float: left;
	width: 100%;
	padding: 0 2.8%;
}
.code-txt .code-p1{
	font-size: 18px;
}
@media (max-width: 1600px){
	.covid-1 {
		padding: 66px 0 42px 0;
	}
	.covid-title .covid-h1{
		font-size: 30px;
	}
	.covid-title .covid-p{
		font-size: 18px;
		line-height: 1.5;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-t{
		font-size: 16px;
		height: 48px;
		line-height: 24px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-span{
		font-size: 14px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con > span img{
		width: 80px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con{
		padding-left: 92px;
	}
	.covid-1 .covid-1-ul .covid-1-li {
		padding: 33px 0 25px 20px;
	}
	.covid-2 .covid-2-con .text-p{
		font-size: 16px;
		line-height: 1.8;
	}
	.covid-3-con ul li .covid-3-txt .covid-3-t{
		font-size: 22px;
	}
	.covid-3-con ul li .covid-3-txt {
		padding: 30px 20px 30px 28px;
	}
	.covid-3-con ul li{
		margin-top: 32px;
	}
	.code-ul .code-li{
		margin-top: 30px;
	}
	.code-ul .code-li .code-con .code-text-h1 span {
		line-height: 42px;
		padding: 0 14px;
		font-size: 20px;
	}
	.code-ul .code-li .code-con .code-text-p .code-p1 {
		font-size: 16px;
		line-height: 1.8;
	}
	.code-link {
		margin: 44px 0 0px 0;
		padding: 32px 0 26px 0;
	}
	.code-link a{
		padding-left: 4%;
		padding-right: 4%;
	}
	.code-link a .code-t {
		font-size: 18px;
		height: 56px;
		line-height: 28px;
	}
	.covid-4-con .job .list > ul > li .note li{
		line-height: 22px;
	}
	.covid-4-con .job .list > ul > li .note{
		font-size: 16px;
		padding: 12px 2.4% 20px 2.4%;
	}
	.covid-4-con .job .list > ul > li .note li::after{
		top: 12px;
	}
	.covid-4-con .job .list > ul > li .tlist {
		height: 54px;
		line-height: 54px;
		padding: 0 20px 0 20px;
	}
	.covid-4-con .job .list > ul > li .tlist .titem{
		font-size: 18px;
	}
	.code-h2 {
		font-size: 24px;
		margin-top: 30px;
	}
	.code-h1 {
		font-size: 36px;
	}
	.code-ul .code-li .code-con img{
		width: 80px;
	}
	.code-ul .code-li .code-con{
		padding-left: 112px;
	}
}


@media (max-width: 1440px){
	.covid-1 {
		padding: 66px 3% 52px 3%;
	}
	.covid-title .covid-h1 {
		font-size: 36px;
		font-size: 28px;
		padding-bottom: 16px;
	}
	.covid-title .covid-p {
		font-size: 20px;
		font-size: 16px;
		line-height: 30px;
		margin-top: 14px;
	}
	.covid-1 .covid-1-ul .covid-1-li {
		padding: 48px 0 40px 18px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-t {
		line-height: 30px;
		height: 60px;
		font-size: 18px;
		font-size: 16px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-span{
		margin-top: 10px;
	}

	.covid-2 {
		padding: 44px 3% 50px 3%;
	}
	.covid-2 .covid-2-con .text-p {
		font-size: 16px;
		line-height: 24px;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-title{
		font-size: 16px;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-title .text-tb-l{
		padding-left: 8%;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text {
		padding: 20px 12% 30px 8%;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text ul li{
		font-size: 16px;
		padding: 6px 15px 6px 15px;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text ul li::after{
		top: 14px;
	}

	.covid-3-con ul li{
		margin-top: 36px;
	}
	.covid-3-con ul li .covid-3-txt {
		padding: 15px 3% 15px 3%;
	}
	.covid-3-con ul li .covid-3-txt .covid-3-t {
		line-height: 26px;
		font-size: 24px;
		font-size: 20px;
	}
	.covid-3-con ul li .covid-3-txt .covid-3-p {
		line-height: 26px;
		font-size: 16px;
		font-size: 14px;
	}
	.covid-4 {
		padding: 54px 0 84px 0;
	}


	.covid-details {
		padding: 20px 0 46px 0;
	}
	.covid-details-link {
		padding: 60px 0 38px 0;
		border-bottom-width: 3px;
	}
	.code-p1 {
		font-size: 18px;
		line-height: 2;
		margin-top: 6px;
	}
	.code-txt .code-p1{
		font-size: 16px;
	}
	.code-ul .code-li{
		margin-top: 30px;
	}
	.code-ul .code-li .code-con .code-text-p .code-p1 {
		font-size: 16px;
	}
	.code-ul .code-li .code-con .code-text-p > ul li::after{
		top: 12px;
	}
	.code-ul .code-li .code-con .code-text-h1 span{
		font-size: 24px;
		font-size: 18px;
	}
	.code-link {
		margin: 48px 0 0px 0;
		padding: 40px 0 28px 0;
	}
	.code-link a {
		padding-bottom: 15px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.code-link a .code-t {
		font-size: 18px;
		height: 56px;
		line-height: 28px;
	}
	.code-link a .code-d {
		font-size: 14px;
		line-height: 28px;
		margin-top: 15px;
	}
}
@media (max-width: 1199px){
	.covid-1 {
		padding: 46px 0% 32px 0%;
	}
	.covid-title .covid-h1 {
		font-size: 28px;
		padding-bottom: 14px;
	}
	.covid-title .covid-h1::after{
		width: 36px;
		height: 3px;
	}
	.covid-title .covid-p {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
	}
	.covid-1 .covid-1-ul{
		margin-top: 30px;
	}
	.covid-1 .covid-1-ul .covid-1-li {
		width: 32%;
		margin-right: 2%;
		padding: 24px 14px 20px 14px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con{
		padding-left: 80px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con > span img{
		width: 70px;
		height: 70px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-t {
		line-height: 21px;
		height: 42px;
		font-size: 15px;
	}
	.covid-1 .covid-1-ul .covid-1-li .covid-1-li-con .covid-1-li-txt .covid-1-li-span {
		font-size: 12px;
		margin-top: 8px;
	}
	.covid-2 {
		padding: 34px 0% 40px 0%;
	}
	.covid-2 .covid-2-con {
		padding-top: 24px;
	}
	.covid-2 .covid-2-con .text-tb {
		margin: 30px 0 42px 0;
	}
	.covid-3{
		padding-top: 36px;
	}
	.covid-3-con ul li {
		margin-top: 24px;
	}
	.covid-3-con ul li .covid-3-txt{
	}
	.covid-4 {
		padding: 34px 0 64px 0;
	}
	.covid-4-con .job{
		margin-top: 20px;
	}
	.covid-4-con .job .list > ul > li{
		margin-top: 15px;
	}
	.covid-4-con .job .list > ul > li .tlist {
		height: 54px;
		line-height: 54px;
		padding: 0 3% 0 3%;
	}
	.covid-4-con .job .list > ul > li .tlist .titem{
		font-size: 18px;
	}
	.covid-4-con .job .list > ul > li .note {
		padding: 6px 2.4% 12px 2.4%;
		font-size: 16px;
	}


	.code-p1{
		font-size: 16px;
	}
	.code-ul .code-li .code-con .code-text-h1 span {
		font-size: 20px;
	}
	.code-ul .code-li .code-con{
		padding-left: 144px;
	}
	.code-ul .code-li {
		margin-top: 20px;
	}
	.code-link {
		margin: 40px 0 0px 0;
		padding: 20px 0 20px 0;
	}
	.code-link a{
		padding-bottom: 0;
	}
	.code-link a .code-t{
		font-size: 16px;
	}
}

@media (max-width: 991px){
	.covid-title .covid-h1{
		font-size: 24px;
	}
	.covid-title .covid-p{
		font-size: 16px;
	}
	.covid-1 {
		padding: 28px 0% 20px 0%;
	}
	.covid-1 .covid-1-ul{
		margin-top: 20px;
		text-align: center;
	}
	.covid-1 .covid-1-ul .covid-1-li {
		display: inline-block;
		float: none;
		text-align: left;
		width: 48%;
		margin: 5px 1%;
	}

	.covid-2 {
		padding: 24px 0% 20px 0%;
	}
	.covid-2 .covid-2-con {
		padding-top: 15px;
	}
	.covid-2 .covid-2-con .text-tb {
		margin: 20px 0 22px 0;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-title{
		line-height: 20px;
	}

	.covid-2 .covid-2-con .text-tb .text-tb-title .text-tb-l {
		width: 100%;
		padding: 15px 2%;
		text-align: center;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-title .text-tb-r{
		width: 100%;
		padding: 15px 2%;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text {
		padding: 15px 5% 15px 5%;
	}
	.covid-3-con ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.covid-3-con ul li .covid-3-txt {
		padding: 15px 3% 15px 3%;
		min-height: auto;
	}
	.code-link a{
		padding: 10px 2%;
	}
	.code-link a .code-t {
		height: 44px;
		line-height: 22px;
	}
	.code-link a .code-d {
		line-height: 24px;
		margin-top: 10px;
	}
	.code-ul .code-li .code-con .code-text-h1 span{
		line-height: 46px;
	}
	.covid-details-link {
		padding: 40px 0 28px 0;
	}
}

@media (max-width: 767px){
	.covid-1 {
		padding: 15px 0% 15px 0%;
	}
	.covid-title .covid-h1 {
		font-size: 18px;
	}
	.covid-title .covid-p {
		font-size: 14px;
		line-height: 1.5;
	}
	.covid-1 .covid-1-ul{
		margin-top: 10px;
	}
	.covid-1 .covid-1-ul .covid-1-li{
		display: block;
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.covid-2 {
		padding: 15px 0% 15px 0%;
	}
	.covid-2 .covid-2-con .text-p {
		font-size: 14px;
		line-height: 1.8;
	}
	.covid-2 .covid-2-con .text-tb {
		margin: 15px 0 15px 0;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-title .text-tb-l{
		padding: 10px 2%;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text ul{
		width: 100%;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text ul li {
		font-size: 16px;
		padding: 4px 15px 4px 15px;
	}
	.covid-2 .covid-2-con .text-tb .text-tb-text ul li::after {
		top: 10px;
	}

	.covid-3-con ul li .covid-3-txt {
		padding: 10px 3% 10px 3%;
	}
	.covid-3-con ul li .covid-3-txt .covid-3-t {
		line-height: 20px;
		font-size: 18px;
	}
	.covid-3-con ul li .covid-3-txt .covid-3-p {
		line-height: 1.5;
		font-size: 14px;
	}
	.covid-4 {
		padding: 20px 0 15px 0;
	}
	.covid-4-con .job {
		margin-top: 10px;
	}
	.covid-4-con .job .list > ul > li .tlist {
		height: auto;
		line-height: 20px;
		padding: 15px 3% 15px 3%;
	}
	.covid-4-con .job .list > ul > li .tlist .titem{
		max-width: 90%;
		font-size: 16px;
	}
	.covid-4-con .job .list > ul > li .note{
		font-size: 14px;
	}
	.covid-4-con .job .list > ul > li .note li{
		line-height: 1.6;
	}
	.covid-4-con .job .list > ul > li {
		margin-top: 10px;
	}

	.covid-details-link {
		padding: 15px 0 15px 0;
		border-bottom-width: 2px;
	}
	.covid-title .covid-h1{
		font-size: 16px;
	}
	.covid-details {
		padding: 10px 0 15px 0;
	}
	.code-p1{
		font-size: 14px;
		line-height: 1.5;
	}
	.code-ul .code-li .code-con img{
		width: 62px;
	}
	.code-ul .code-li {
		margin-top: 10px;
	}
	.code-ul .code-li .code-con {
		padding-left: 78px;
	}
	.code-ul .code-li .code-con .code-text-h1 span {
		line-height: 20px;
		padding: 8px 4%;
		font-size: 16px;
	}
	.code-ul .code-li .code-con .code-text-p .code-p1{
		font-size: 14px;
		line-height: 1.5;
	}

	.code-link {
		margin: 20px 0 0px 0;
		padding: 15px 0 15px 0;
	}
	.code-link a{
		width: 100%;
		border: 0;
		padding: 10px 4%;
	}
	.code-link a .code-t{
		height: auto;
	}
	.code-link a .code-d {
		margin-top: 4px;
		font-size: 14px;
	}
	.code-h1 {
		padding: 0 2.8%;
		font-size: 24px;
	}
	.code-h2 {
		padding: 0 2.8%;
		font-size: 18px;
		margin-top: 10px;
	}
	.code-txt .code-p1 {
		font-size: 14px;
	}
	.covid-details{
		border-bottom-width: 2px;
	}
}

/*底部链接*/
.foot-link{
	float: right;
}
.foot-link a{
	line-height: 24px;
	margin-right: 12px;
	position: relative;
	text-transform: uppercase;
}
.foot-link a::after{
	position: absolute;
	right: -9px;
	content: "|";
	color: #999;
}
.foot-link a:last-child{
	margin-right: 0;
}
.foot-link a:last-child::after{
	display: none;
}
.foot-link a:hover{
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 1440px){
	.footer .copyright{
		font-size: 12px;
	}
}
@media (max-width: 1199px){
	.foot-link{
		float: left;
		width: 100%;
		text-align: center;
	}
	.foot-link a{
		float: none;
		display: inline-block;
	}

}
@media (max-width: 767px){
	#product{
		float: left;
		position: relative;
		top: -1000px;
	}
}


.news.news-1 .news-right-1{
	width: 100%;
}
.news.news-1 .news-right-1 ul li a{
	padding-left: 0;
}
.news.news-1 .news-right-1 ul li a .news1-txt{
	padding-left: 0;
	padding-bottom: 0!important;
}
.news.news-1 .news-right-1 ul li a .news1-txt .news1-p{
	height: auto;
}
.news-details .news-h2.bo0{
	border-bottom: 0;
}




/* 产品左侧导航修改 */
@media (min-width: 991px) {
	.product { padding-left: 0; }
	.product-left-1 { position: sticky; top: 120px; }
	.product-right-1 { width: 78.7%; }
}


/* 新闻表格修改 */
.news-details .text table tr th { text-align: center; padding: 5px 20px }
.news-details .text table tr th p { text-align: center; }
.news-details .text table tr td { padding: 5px 20px; }
.news-details .text a { color: #0065b9; text-decoration:underline; }
.news-details .text ul,
.news-details .text ol { padding-left: 1em; }
.news-details .text ul li	{ list-style: disc; }
.news-details .text ol li { list-style: auto; }