@charset "utf-8";

/*重置*/

body {
	min-height: 100%;
	margin: 0;
	min-width: 1200px;
}

html {
	height: 100%;
	font: normal 14px  arial, "microsoft yahei","simsun";
	color: #333333;
}

button {
	font-family: "microsoft yahei", arial, "simsun";
	outline: none;
	cursor: pointer;
	border: 0;
}

a {
	text-decoration: none;
	color: inherit;
}
p{
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: inherit;
}

.hide {
	display: none !important;
}

a {
	cursor: pointer;
	font: inherit;
}

i {
	font-style: normal;
}

img {
	border: none;
}

textarea {
	resize: none;
}

::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

::-moz-placeholder {
	color: #bbb;
}

:-ms-input-placeholder {
	color: #bbb;
}

/*重置end*/

/*公用*/
.layout{
	width: 1200px;
	/*position: relative;*/
	margin: 0 auto;
}

.layoutss{
	background: linear-gradient(to right bottom,#487,#48F);
	width:100%;
	margin: 0 auto;
}
.layoutss:after {
	text-align:center
    clear: both;
    content: "";
    display: block;
}

.layout:after {
    clear: both;
    content: "";
    display: block;
}
/*公用end*/


/*头部*/
header{
	height: 100px;
	background: #16497e;
	position: relative;
}
header .logo{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
header .layout{
	/*position: relative;*/
}
.header-navss{
	float: right;
	height: 50px;
	width:100%;
}
.header-navss>ul{
	font-size: 0;
	line-height: 50px;
	margin-right: 132px;
}
.header-navss>ul>li{
	font-size: 20px;
	color: white;
	display: inline-block;
	vertical-align: top;
	padding: 0 32px;
	-webkit-transition: background .4s,opacity 0s,z-index 0s;
	transition: background .4s ,opacity 0s,z-index 0s;
}
.header-navss>ul>li a{
	display: block;
	position: relative;
}


.header-navss>ul>li.active>a:before{
	height: 4px;
	background: green;
	border-radius: 12px;
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: 5px;
	content: "";
}
.header-nav{
	float: right;
	height: 100px;
}
.header-nav>ul{
	font-size: 0;
	line-height: 100px;
	margin-right: -32px;
}
.header-nav>ul>li{
	font-size: 20px;
	color: white;
	display: inline-block;
	vertical-align: top;
	padding: 0 32px;
	-webkit-transition: background .4s,opacity 0s,z-index 0s;
	transition: background .4s ,opacity 0s,z-index 0s;
}
.header-nav>ul>li a{
	display: block;
	position: relative;
}


.header-nav>ul>li .nav-menu{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	height: 100px;
	background: url(../img/menu-bg.jpg) no-repeat top center;
	opacity: 0;
	-webkit-transition: background .8s,opacity 0s,z-index 0s;
	transition: background .8s ,opacity 0s,z-index 0s;
	background-position-y: 0;
	z-index: -9;
}
/*#############################################samson##*/
/*
.nav-menu>ul{
	font-size: 0;
	line-height: 50px;
}
.header-nav>ul>li .nav-menu{
	position: absolute;
	text-align: center;
	height: auto;
	width:200px;
	background: #AAA;
	opacity: 0;
	z-index: -9;
}
*/
/*###############################################*/
.header-nav>ul>li .nav-menu ul{
	font-size: 0;
}

.header-nav>ul>li .nav-menu ul li{
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	-webkit-transition: background .4s,opacity 0s,z-index 0s;
	transition: background .4s ,opacity 0s,z-index 0s;
}
/*#############################################samson##*/
/** samson
.header-nav>ul>li .nav-menu ul li{
	font-size: 18px;
	display: block;
	vertical-align: top;
	-webkit-transition: background .4s,opacity 0s,z-index 0s;
	transition: background .4s ,opacity 0s,z-index 0s;
}

**/
/*###############################################*/
/*动画1*/
/*.header-nav>ul:hover>li .nav-menu{
	background-position-y: -80px;
}*/
/*动画2*/
.header-nav>ul>li:hover .nav-menu{
	background-position-y: -80px;
}

.header-nav>ul>li:hover .nav-menu{
	opacity: 1;
	z-index: 2;
}
.header-nav>ul>li.active>a:before{
	height: 4px;
	background: white;
	border-radius: 2px;
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: 24px;
	content: "";
}
.header-nav .nav-menu ul li.active a:before{
	height: 2px;
	background: white;
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: 30px;
	content: "";
}
.header-nav>ul>li:hover,
.header-nav .nav-menu ul li:hover{
	background: rgba(0,0,0,.1);
}
/*头部end*/


/*轮播*/
.banner-box{
	overflow: hidden;
	position: relative;
}
.banner-box .swiper-wrapper{
	font-size: 0;
	white-space: nowrap;
}
.banner-box .swiper-wrapper .swiper-slide{
	display: inline-block;
	vertical-align: top;
	height:600px;/*760px;*/
	width: 100%;
}
.banner-box .swiper-wrapper .swiper-slide .banner{
	height: 100%;
	position: relative;
	background-size:100% 100%;/**//*add by samson*/
}
.banner-box .swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
	object-fit: cover;
}

.banner-box .swiper-pagination{
	position: absolute;
	bottom: 30px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0;
}
.banner-box .swiper-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
	-webkit-transition: width .4s;
	transition: width .4s;
	outline: none;
}
.banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: white;
	width: 60px;
	border:none;
}
.banner-box .link-btn{
	display: inline-block;
	width: 320px;
	height: 62px;
	line-height: 62px;
	border:solid 1px white;
	font-size: 30px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	z-index: 2;
	top:294px;
	border-radius: 31px;
	color: white;
	text-align: center;
	-webkit-transition: background .4s;
	transition: background .4s;
}
.banner-box .link-btn:hover{
	cursor: pointer;
	background: rgba(255,255,255,.2);
}
.banner-box .banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*轮播end*/

/*产品列表*/
.info-box{
	padding-top: 32px;/*padding-top: 92px;*/
}
.info-box h2{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	word-break: break-word;
}
.info-box p{
	font-size: 18px;
	word-break: break-word;
	text-align: center;
	color: #898989;
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
}

.info-box .list-box {
	margin: 80px 0;
	white-space: nowrap;
	overflow: hidden;
	margin: 80px -40px;
	padding: 10px 40px;
	position: relative;
}
.info-box .list-box:after,
.info-box .list-box:before{
	position: absolute;
	content: "";
	width: 30px;
	background: white;
	height: 100%;
	z-index: 5;
}

.info-box .list-box:before{
	right: 0;
	top:0;
}
.info-box .list-box:after{
	left: 0;
	top:0;
}

.swiper-button-next,
.swiper-button-prev{
	position: absolute;
	content: "";
	width: 19px;
	height: 34px;
	top:50%;
	margin-top: -17px;
	z-index: 6;
	background: url(../img/arrow.png);
	cursor: pointer;
	outline: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
	opacity: .8;
}
.swiper-button-prev{
	left: 0;
	background-position: 0 0;
}
.swiper-button-next{
	right: 0;
	background-position: -19px 0;
}
.info-box .list-box .swiper-wrapper{
	font-size: 0;
}
/**
.info-box .list-box .swiper-wrapper .swiper-slide{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 320px;
	border:solid 1px #ccc;
	box-sizing: border-box;
}
**/

.info-box .list-box .swiper-wrapper .swiper-slide{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 520px;
	border:solid 1px #ccc;
	box-sizing: border-box;
}


.info-box .list-box .swiper-wrapper a{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.info-box .list-box .swiper-wrapper img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.info-box .list-box .swiper-wrapper a:hover{
	box-shadow: 0 0 8px 6px rgba(0,0,0,.05);
}
/*产品列表end*/

/*关于我们*/
.about-us{
	height: 700px;
	background: url(../img/about-us-bg.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	overflow: hidden;
}
.about-us h2{
	font-size: 60px;
	color: white;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	word-break: break-word;
}
.about-us .layout>p{
	text-align: center;
	word-break: break-word;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}
.about-us .row{
	font-size: 0;
	margin-top: 50px;
}
.about-us .row .col{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.about-us .row .icon{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
}
.about-us .row .icon img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us .row p{
	word-break: break-word;
	font-size: 16px;
	display: block;
	width: 320px;
	margin: 0 auto;
	margin-top: 12px;
	line-height: 1.8;
}
/*关于我们*/

/*热点新闻*/
.hot-news{
	background: url(../img/hot-news-bg.png);
	overflow: hidden;
}
.hot-news h2{
	font-size: 60px;
	margin-top: 60px;
	text-align: center;
}
.hot-news .list{
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 0;
	margin-left: -45px;
}
.hot-news .list li{
	font-size: 20px;
	width: 370px;
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
	background: white;
	border:solid 1px #dcdcdc;
	box-sizing: border-box;
	height: 420px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.hot-news .list .cover img{
	display: block;
	width: 368px;
	height: 188px;
	object-fit: cover;
}
.hot-news .list .cover~ .p{
	-webkit-line-clamp: 4;
}
.hot-news .list h3{
	margin: 14px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.hot-news .list .p{
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	color: #888;
	font-size: 16px;
	margin: 14px;
	margin-top: 16px;
	line-height: 1.6;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.hot-news .list .more-btn{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #16497e;
	font-size: 16px;
}
.hot-news .list .more-btn:hover{
	text-decoration: underline;
}
.hot-news .list li:hover{
	background: #16497e;
}
.hot-news .list li:hover h3,
.hot-news .list li:hover .p{
	color: white;
}
.hot-news .list li:hover .more-btn{
	color: white;
}
/*热点新闻*/

/*footer*/
footer{
	min-height: 410px;
	background: #16497e;
	color: white;
	overflow: hidden;
}
footer .layout{
	position: relative;
}
footer .footer-nav{
	font-size: 0;
	margin-top: 40px;
}
footer .footer-nav>li{
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
footer .footer-nav>li ul{
	margin-top: 4px;
}
footer .footer-nav>li ul li{
	font-size: 14px;
	color: #a2c9e3;
	line-height: 1.8;
}
footer .footer-nav>li ul li:hover{
	color: white;
}
footer .logo{
	width: 297px;
	height: 111px;
	position: absolute;
	right: 0;
	top:118px;
}
footer .logo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer .info{
	margin-top: 40px;
	line-height: 1.8;
	font-size: 16px;
}
/*footer*/

h3.title{
	font-size: 48px;
	color: #16497e;
	margin-top: 50px;
}

/*面包屑*/
.breadcrumb{
	margin-left: -16px;
	color: #898989;
}
.breadcrumb a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 16px;
}
/*面包屑end*/


/*分页*/
.page-box{
	font-size: 0;
	text-align: center;
}
.page-box a,.page-box span{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	line-height: 32px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	margin: 20px 5px;
	font-size: 18px;
	background: #e6e6e6;
	color: #898989;
}
.page-box a:hover,
.page-box a.active,.page-box span.current{
	background: #00aeef;
	color: white;
}
/*分页end*/
.link-list{
	margin-top: 40px;
	margin-bottom: 40px;
}
.link-list h2{
	font-size: 60px;
	margin: 60px;
	text-align: center;
}
.link-list ul{
	font-size: 0;
	margin-left: -14px;
}
.link-list li{
	width: 228px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
	margin-left: 14px;
	margin-bottom: 14px;
	border:solid 1px #e0e0e0;
	box-sizing: border-box;
}
.link-list li .pic-box,
.link-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.link-list li a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*头部*/
.top{width: 100%;min-width: 1170px;height: 60px; border-bottom: 1px solid #e2e2e2; color: #666666; background: #ffffff;}
.top ul{width: 1170px; margin: 0 auto;}
.top ul li{margin-top: 20px;}
.top ul li span,.top ul li a{display: block; height: 20px; font-size: 17px; line-height: 20px; background: url(../img/topinc.png) 0 0 no-repeat; padding-left: 30px; float: left; margin-right: 20px; color: #666666;}
.top ul li a:active, .top ul li a:hover {color: #3498db;}
.top_lang{width:170px; height: 20px; float: right;}
.top_cont{width:470px; height: 20px; float: left;}
.top ul li .top_tel{background-position: 0 0;}
.top ul li .top_mail{background-position: 0 -20px;}
.top ul li .top_en{background-position: 0 -40px;}
.top ul li .top_cn{background-position: 0 -60px;}
/*头部*/

/*适配移动端*/
@media only screen and (max-width: 1024px) {
	html{
		font-size: 16px;
		font-size: 4.3vw;
	}
	body{
		min-width: 0;
		width: 100%;
		position: relative;
	    box-sizing: border-box;
	}
	.main-content{
	/*	margin-top: 3rem;*/
	}
	.layout{
		width: 100%;
		overflow: hidden;
	}
/*
header{
	height: 100px;
	background: #16497e;
	position: relative;
}
header .logo{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
header .layout{
	
}
*/	
	header{
		height: 3rem;
		line-height: 3rem;
		position: relative;
		top:0;
		left: 0;
		width: 100%;
	    z-index: 4;
	}
	header .logo{
		height: 2rem;
		margin-top: 0.5rem;
		margin-left: .75rem;
		z-index: 20;
		position: relative;
	}
	header .logo img{
		display: block;
		object-fit: cover;
		height: 100%;
	}
	
	.nav-btn{
		position: absolute;
		width: 1.2rem;
		height: 1.2rem;
		right: .75rem;
		top:0.9rem;
	}
	.nav-btn:before{
		width: 100%;
		height: 0.1875rem;
		background: white;
		content: "";
		position: absolute;
		top:0.2rem;
		transition: all .3s;
	}
	.nav-btn:after{
		width: 100%;
		height: 0.1875rem;
		background: white;
		content: "";
		position: absolute;
		bottom:0.2rem;
		transition: all .3s;
	}
	.nav-btn.active:after{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 1.02rem center;
		transform-origin: 1.02rem center;
	}
	.nav-btn.active:before{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 1.02rem center;
		transform-origin: 1.02rem center;
	}
	.header-nav{
		/*display: none;*/
	}
	.nav-btn.active~.header-nav{
		/*display: block;*/
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		z-index: 9;
	}

	
	.header-navss{
		float: right;
		height: 50px;
		width:100%;
	}
	.header-navss>ul{
		font-size: 0;
		line-height: 50px;
		margin-right: 1px;
	}
	.header-navss>ul>li{
		margin: 0;
		padding-left: 6px;
		padding-right:6px;
		font-size: 8px;
		color: white;
		display: inline-block;
		vertical-align: top;
		-webkit-transition: background .4s,opacity 0s,z-index 0s;
		transition: background .4s ,opacity 0s,z-index 0s;
	}
	.header-navss>ul>li a{
		display: block;
		position: relative;
	}

	.header-navss>ul>li.active>a:before{
		height: 4px;
		background: green;
		border-radius: 12px;
		position: absolute;
		left: -2px;
		right: -2px;
		bottom: 5px;
		content: "";
	}	
		
	.header-nav{
		float: none;
		position: absolute;
		top:3rem;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,.9);
		background: #16497e;
		z-index: -9;
		height: auto;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity: 0;
	}
	.header-nav>ul{
		padding: .5rem 0;
		margin: 0;
		line-height: 1.5;
		height: auto;
	}
	.header-nav>ul>li{
		display: block;
		font-size: 0.9375rem;
		padding: .5rem .5rem;
		margin: 0 .75rem;
		line-height: 1.5;
		border-bottom: solid 1px white;
	}
	.header-nav>ul>li:hover{
		background: none;
	}
	.header-nav>ul>li:last-child{
		border: 0;
	}
	.header-nav>ul>li.active{
		background: rgba(0,0,0,.1);
	}
	.header-nav>ul>li.active>a:before{
		display: none;
	}
	.header-nav>ul>li .nav-menu{
		display: none;
		background: none;
		height: auto;
		z-index: 3;
		opacity: 1;
	}
	.header-nav>ul>li .nav-menu ul li{
		display: block;
		text-align: left;
		font-size: 0.875rem;
		padding: 0;
		padding: .4rem 0;
		text-align: right;
	}
	.header-nav>ul>li .nav-menu ul li:hover{
		background: none;
	}
	.header-nav>ul>li .nav-menu ul li.active a:before{
		display: none;
	}
	.header-nav>ul>li:hover .nav-menu{
		display: none;
	}
	.header-nav>ul>li.active .nav-menu{
		display: block;
		position: relative;
	}
	.main-content{
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-overflow-scrolling: touch;
	}
	.banner-box{
		background: white;
	}
	.banner-box .swiper-wrapper .swiper-slide{
		height: 12rem;
		height: 51vw;
	}
	.banner-box .swiper-pagination{
		bottom: 1rem;
	}
	.banner-box .swiper-pagination .swiper-pagination-bullet{
		height: .5rem;
		width: .5rem;
		border-radius: 50%;
		margin: 0 .25rem;
	}
	.banner-box .link-btn{
		width: 6rem;
		height: 1.75rem;
		line-height: 1.75rem;
		border-radius: 1rem;
		margin-left: -3rem;
		font-size: 1rem;
		top:38%;
		border:none;
	}
	.info-box{
		padding-top: 1.25rem;
		background: white;
	}
	.info-box h2{
		font-size: 1rem;
		padding: 0 1rem;
		margin-top: .5rem;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.info-box p{
		text-align: justify;
		font-size: .75rem;
		padding: 0 0.5625rem;
		width: auto;
		line-height: 1.8;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.info-box .list-box{
		margin: 0;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.swiper-button-next,
	.swiper-button-prev{
		display: none;
	}
	.info-box .list-box{
		padding: .75rem;
	}
	.info-box .list-box:after, .info-box .list-box:before{
		display: none;
	}
	.info-box .list-box .swiper-wrapper .swiper-slide{
		height: 38vw;
		border: 0;
	}
	.about-us{
		background-color: white;
		height: auto;
		padding-bottom: 2rem;
	}
	.about-us h2{
		font-size: 2rem;
		margin-top: 3rem;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.about-us .layout>p{
		margin-top: 1rem;
		font-size: .75rem;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
		padding: 1rem;
		text-align: justify;
		line-height: 1.5;
	}
	.about-us .row{
		margin-top: 1rem;
	}
	.about-us .row .col{
		width: auto;
		display: block;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
		margin-top: 1.25rem;
	}
	.about-us .row .icon{
		height: 2.75rem;
		width: 2.75rem;
	}
	.about-us .row p{
		line-height: 1.5;
		font-size: .75rem;
		margin-top: .5rem;
	}
	.hot-news h2{
		font-size: 2rem;
		margin-top: 3rem;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.hot-news .list{
		margin-top: 0;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
		padding: .75rem;
		margin: 0;
	}
	.hot-news .list .cover img{
		width: 100%;
		height: 47vw;
	}
	.hot-news .list li{
		width: 100%;
		display: block;
		height: auto;
		margin-bottom: .75rem;
		margin-left: 0;
	    padding-bottom: 1.8rem;
	}
	.hot-news .list li:last-child{
		margin-bottom: 0;
	}
	.hot-news .list .more-btn{
		bottom: .75rem;
		right: .75rem;
		font-size: .75rem;
	}
	.hot-news .list h3{
		margin: .75rem;
		font-size: 1.0625rem;
	}
	.hot-news .list .p{
		margin: .75rem;
		font-size: 0.9375rem
	}
	/*分页*/
	.page-box a {
	    padding: 0 .5rem;
	    line-height: 1.25rem;
	    height: 1.25rem;
	    text-align: center;
	    border-radius: 0.1875rem;
	    margin: .75rem .25rem;
	    font-size: .75rem;
	}
	/*分页end*/
	footer {
		min-height: 0;
		padding-bottom: 1.2rem;
	}
	footer .footer-nav{
		margin: 0;
		padding: 1.75rem .75rem;
		padding-bottom: 0;
	}
	footer .footer-nav>li{
		font-size: .75rem;
		margin-right: 0;
		width: 33.3%;
		margin-bottom: .75rem;
	}
	footer .info{
		padding: .75rem;
		margin-top: 0;
	}
	footer .info>div{
		font-size: .75rem;
		margin-bottom: .5rem;
	}
	footer .logo{
		position: relative;
		right: auto;
		top:auto;
		width: 10rem;
		margin: 0 auto;
		height: auto;
	}
	footer .logo img{
		width: 100%;
		display: block;
		object-fit: cover;
		
	}
	
	
	
	h3.title{
		font-size: 1.25rem;
		padding: .75rem;
		padding-bottom: .2rem;
		margin-top: 0;
		
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.breadcrumb{
		margin: 0;
		font-size: .75rem;
		padding-left: .25rem;
		
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.breadcrumb a{
		font-size: .75rem;
		padding:  0 .5rem;
	}
	.about-us-header .mav-menu{
		display: none !important;
	}
	
	
	
	.link-list{
		margin-top: .75rem;
		margin-bottom: 2rem;
	}
	.link-list h2{
		font-size: 2rem;
		margin: 1rem;
		margin-top: 2rem;
		-webkit-transform: none !important;
	    transform: none !important;
	    opacity: 1 !important;
	}
	.link-list ul{
		margin-left: -.75rem;
		padding: .75rem;
		-webkit-transform: none !important;
	    transform: none !important;
	    opacity: 1 !important;
	}
	.link-list li{
		width: calc(33.3% - .75rem);
		height: 15vw;
		display: inline-block;
		vertical-align: top;
		margin-left: .75rem;
		margin-bottom: .75rem;
		border:solid 1px #e0e0e0;
		box-sizing: border-box;
	}
	.link-list li .pic-box,
	.link-list li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.link-list li a img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.top_lang{width:100%; height: 20px; float: right;}
	.top_cont{width:100%; height: 20px; float: left; display:none;}	
}
/*适配移动端end*/

