/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 12px;
	color: #F5F5F5;
	background-color: #2c505e;
	line-height: 23px;
}

body a {
	color: #fff !important;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-980 {
	margin: 0 auto;
	width: 980px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	margin: 0 auto;
	overflow: hidden;
}

#header .logo {
	height: 55px;
	float: left;
	margin-top: 43px;
}

#header .headerright {
	float: right;
	margin-top: 10px;
}

#header .headerright .en {
	margin-left: 20px;
	margin-top: 10px;
}

.top {
	float: left;
	margin-top: 0px;
	margin-left: 120px;
}

#home {
	width: 100%;
	height: 577px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
}

#home .one {
	float: left;
	margin-left: 393px;
	height: 200px;
}

#home .one .s_tp1 {
	width: 195px;
	height: 192px;

}

#home .two {
	width: 100%;
	float: left;
}

#home .two .s_tp2 {
	float: left;
	margin-top: -7px;
}

#home .two .s_tp3 {
	float: right;
	margin-top: -7px;
}

#home .three {
	float: left;
	margin-left: 392px;
	overflow: hidden;
}

/* 关于我们 */
#main {
	margin-top: 45px;
}

.aboutleft {
	width: 180px;
	height: 100% !important;
	float: left;
}

.main_bt {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	background: #A9C554;
}

.main_bt a {
	color: #F5F5F5;
	display: block;
	text-decoration: none;
}

.aboutleft_list a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	background: #A9C554;
	padding: 0 10px;
	line-height: 60px;
	color: #fff !important;
	margin-top: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.aboutleft_list a:hover {
	background: #A9C554;
}


.aboutright {
	width: calc(100% - 200px);
	height: 100% !important;
	float: right;
}

.link .nav {
	float: left;
}

.link .nav a {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	line-height: 38px;
}

.link .nav a:last-child {
	margin-right: 0;
}

.link .nav a:hover {
	color: #A9C554 !important;
}

.right_hang {
	text-align: right;
	line-height: 37px;
	border-bottom: #A9C554 solid 1px;
	margin-bottom: 20px;
	font-size: 12px;
}

.right_hang a:hover {
	color: #A9C554 !important;
}

/* 质量证书 */
.tp_list li {
	position: relative;
	width: calc(25% - 15px);
	height: 230px;
	margin-right: 20px;
	text-align: center;
	float: left;
	background-size: contain !important;
	cursor: pointer;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.zs .img {
	background-size: contain !important;
}

.tp_list li:nth-of-type(4n) {
	margin-right: 0;
}

.tp_list li a {
	display: none;
	text-decoration: none;
	height: 230px;
}

.tp_list li span {
	font-size: 20px;
	word-break: break-all;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: calc(100% - 20px);
	z-index: 10;
	height: 230px;
	line-height: 230px;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
}

.tp_list li:hover a {
	display: block;
}

/* 质量证书详情页 */
.view>.tp_view a {
	width: calc(25% - 34px);
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	box-sizing: border-box;
}

.view>.tp_view a .img {
	padding-top: 100%;
	background-size: cover;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.view>.tp_view a:nth-of-type(4n) {
	margin-right: 0;
}

/* 产品页面 */
.pro>.cp_list .left,
.pro>.cp_list .zhong,
.pro>.cp_list .right {
	float: left;
}

.pro>.cp_list .left,
.pro>.cp_list .right {
	width: 300px;
}

.pro>.cp_list .left li,
.pro>.cp_list .right li {
	width: 300px;
	margin-bottom: 24px;
}

.cp_list .zhong {
	width: calc(100% - 648px);
	margin: 0 24px;
	border: #fff solid 1px;
	box-sizing: border-box;
	margin-top: 147px;
}

.pro>.cp_list li {
	padding-top: 100%;
	background-size: cover;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.pro>.cp_list li a {
	display: none;
	position: relative;
}

.pro>.cp_list li:hover a {
	display: block;
}

.pro>.cp_list li:hover a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 37px;
	font-weight: bold;
	width: 100%;
	z-index: 10;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	height: 300px;
	line-height: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pro>.cp_list .zhong li:hover a span {
	height: 330px;
	line-height: 330px;
}

/* 产品系列 */
.view>.xl a {
	padding: 0px;
}

.tp_view a {
	position: relative;
	width: 100%;
	text-align: center;
}

.tp_view a span {
	display: none;
}

.tp_view a:hover span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #FFF;
	width: 100%;
	z-index: 10;
	line-height: 211px;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 产品展示 */
#main .cp_view a {
	float: left;
	width: calc(20% - 24px);
	margin-bottom: 30px;
	margin-right: 30px;
	text-align: center;
	line-height: 32px;
}

#main .cp_view a:nth-of-type(5n) {
	margin-right: 0;
}

#main .cp_view a .img {
	padding-top: 100%;
	background-size: cover;
	cursor: pointer;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
}

#main .cp_view a span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .cp_view a:hover span {
	color: #A9C554;
}

/* 产品详情页 */
.ny>.img {
	text-align: center;
	width: 700px;
	margin: auto;
}

.ny .bt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #E8AA33;
	margin-top: 20px;
}


.l{
	float: left;
	width: 50%;
	min-height: 479px !important;
}

/* 底部 */
.footer {
	line-height: 76px;
	color: #fff;
	text-align: center;
}

.s_footer {
	text-align: center;
	color: #fff;
}

.s_footer a {
	text-align: center;
	color: #fff;
}

#nav-m {
	display: none;
}

#main .quas .ny .sx{
	position: relative;
	font-size: 0;
	text-align: center;
	line-height: initial;
	margin: 30px 0;
}
#main .quas .ny .sx .prev{
	position: absolute;
	left: 0;
	width: 100px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: inline-block;
}
#main .quas .ny .sx .bt{
	width: calc(100% - 200px);
	float: none;
	line-height: 34px;
	display: inline-block;
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}
#main .quas .ny .sx .next{
	position: absolute;
	right: 0;
	width: 100px;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: inline-block;
}


/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-980 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	.header {
		display: none;
	}

	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
		margin-top: 5px;
	}

	#nav-m .logo img {
		height: 42px;
		margin-left: 0px;
		margin-top: 5px;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 0;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #fff;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}

	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}

	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}

	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #fff;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#nav-m .list li .children {
		background-color: #527e8f;
		display: none;
	}

	#nav-m .list .language a {
		float: left;
		width: 50%;
	}

	#nav-m .list .language a:nth-of-type(1) {
		border-right: 1px solid #DEDEDF;
	}

	/* 首页 */
	#home {
		background-size: contain;
		height: auto;
	}

	#home .one {
		float: left;
		margin-left: 40%;
		height: auto;
		width: 20%;
	}

	#home .one .s_tp1 {
		width: 100%;
		height: auto;
	}

	#home .two {
		width: 100%;
		float: left;
	}

	#home .two .s_tp2 {
		float: left;
		width: 20%;
		margin-top: -7px;
	}

	#home .two .s_tp3 {
		margin-top: 0;
		width: 20%;
		margin-top: -7px;
	}

	#home .three {
		margin-left: 40%;
		width: 20%;
	}

	#home .three .s_tp4 {
		width: 100%;
		height: auto;
	}

	.footer {
		line-height: 30px;
		margin-bottom: 10px;
	}

	.aboutleft {
		display: none;
	}

	.aboutright {
		width: 100%;
		float: none;
	}

	.link .nav {
		display: none;
	}

	.pro>.cp_list .left,
	.pro>.cp_list .right {
		width: 100%;
	}

	.pro>.cp_list .left li,
	.pro>.cp_list .right li {
		width: 100%;
		float: none;
	}

	.pro>.cp_list li {
		padding-top: 76%;
	}

	.pro>.cp_list .zhong li {
		padding-top: 90%;
	}

	.pro>.cp_list li:hover a span {
		font-size: 20px;
		height: auto;
		line-height: 276px;
	}

	.pro>.cp_list .zhong li:hover a span {
		height: auto;
		line-height: 332px;
	}

	.cp_list .zhong {
		width: 100%;
		margin: 0;
	}

	#main .cp_view a {
		width: calc(50% - 10px);
		margin-bottom: 20px;
		margin-right: 20px;
	}

	#main .cp_view a:nth-of-type(2n) {
		margin-right: 0;
	}

	#main .cp_view a:nth-of-type(5) {
		margin-right: 20px;
	}

	.ny .bt {
		margin-bottom: 40px;
	}

	.tp_list li {
		width: calc(50% - 5px);
		height: 180px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.tp_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.view>.tp_view a {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}


	.view>.tp_view a:nth-of-type(2n) {
		margin-right: 0;
	}

	
	.ny>.img {
		width: 100%;
	}

	#main .quas .ny .sx .prev ,#main .quas .ny .sx .next {
		font-size: 14px;
	}

}