/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 16px;
	background-color: #fff;
}

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-1600 {
	margin: 0 auto;
	width: 1600px;
}

.this-1800 {
	margin: 0 auto;
	width: 1800px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 100px;
	background: rgba(0, 0, 0, 0.3) !important;
}

#header .logo {
	height: 55px;
	margin-top: 22px;
	margin-bottom: 22px;
}

#nav {
	float: left;
}

#nav li {
	float: left;
	margin-right: 120px;
	line-height: 100px;
}

#nav li a {
	font-size: 18px;
	color: #fff;
	padding-bottom: 16px;
}


#nav li>.son {
	position: absolute;
	box-sizing: border-box;
	box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
	text-align: left;
	display: none;
	z-index: 99;
	transform: translate(-5%, 0);
	background-color: rgba(255, 255, 255, 0.8);
	width: min-content;
	top: 100px;
}

#nav li .son a {
	max-width: 100%;
	min-width: 145px;
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 20px;
	width: calc(100% - 40px);
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	white-space: nowrap;
	color: #333;
}

#nav li:hover .son {
	display: block;
}

#nav li .son a:hover {
	transition: all 0.3s;
	color: #fff !important;
	background-color: #977053 !important;
}



#nav li:last-child {
	margin-right: 80px;
}

#nav li.active>a,
#nav li:hover>a {
	color: #977053;
	border-bottom: 2px solid #977053;

}

.search a i {
	color: #fff;
	font-size: 16px;
	margin-top: 42px;
	margin-right: 80px;
}

.language {
	margin-top: 37px;
}

.language a {
	float: left;
	margin-right: 26px;
}

.language a:last-child {
	margin-right: 0;
}

.language a img {
	height: 25px;
}

#home .one {
	margin: 40px  0;
	text-align: center;
	padding: 120px 0;
	background-size: cover;
	background-position: center;
}

.s_title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

.one_jj {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 120px;
}

a.s_more {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	margin: auto;
	transition: all 0.3s;
}

a:hover.s_more {
	color: #977053;
	background-color: #fff;
	border: 1px solid #fff;
}

.two {
	color: #fff;
}

.two_list li {
	float: left;
	width: calc(33.33% - 240px);
	padding: 360px 120px;
}

.two_list li.two_img {
	background-position: center center;
	background-size: cover;

}

.two_list li .two_bt {
	font-size: 36px;
	margin-bottom: 20px;
	color: #fff;
}

.two_list li .two_jj {
	font-size: 20px;
	margin-bottom: 110px;
	line-height: 30px;
	color: #fff;
	display: -webkit-box;
	height: 90px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.two_list li a {
	display: block;
}

.two_list li a .two_more {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	display: block;
	width: 150px;
	transition: all 0.3s;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.two_list li a:hover .two_more {
	color: #977053;
	border-bottom: 1px solid #977053;
}

.three {
	padding: 100px 0;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-image: url(../images/bj2.jpg);
}

.three .s_title {
	margin-bottom: 20px;
	color: #000;
}

.three_bt {
	font-size: 24px;
	color: #444;
	margin-bottom: 100px;
}

.three_jj {
	font-size: 16px;
}

.six {
	background-color: #fafafa;
	padding: 40px 0;
}

.six .s_title {
	color: #000;
}

.six_nr {
	margin-bottom: 40px;
}

.six_nr li {
	float: left;
	width: calc(25% - 18px);
	margin-right: 24px;
	margin-bottom: 24px;
}

.six_nr li .img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 86%;
	background-size: cover;
	background-position: center;
}

.six_nr li:nth-of-type(4n) {
	margin-right: 0;
}

.six a.s_more {
	font-size: 16px;
	color: #999;
	border: 1px solid #999;
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	margin: auto;
	transition: all 0.3s;
}

.six a:hover.s_more {
	background-color: #977053;
	color: #fff;
	border: 1px solid #977053;

}

#footer {
	padding: 70px 0 0 0;
	background-size: cover;
	background-position: center;
	color: #fff;
	background-image: url(../images/footer_bj.jpg);
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #c3ae8d;
}

.footer_l {
	float: left;
	width: calc(100% - 600px);
}

.footer_l span {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: bold;
	display: block;
}

.footer_list {
	float: left;
	width: 33%;
	text-align: center;
}

.footer_list:last-child {
	margin-right: 0;
}

.footer_list_icon {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
}

.footer_list_bt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	color: #fff;
}

.footer_r {
	float: right;
	width: 320px;
}

.footer_er {
	float: left;
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.footer_er:first-child {
	border-right: 1px solid #616369;
	padding-right: 28px;
	margin-right: 28px;
}

.footer_bq {
	border-top: 1px solid #616369;
	padding: 20px 0;
	margin-top: 50px;
	text-align: center;
	color: #fff;
}

#main .banner {
	height: 400px;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}

#main .link {
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dbe3ef;
}

#main .link .link_l {
	float: left;
}

#main .link .link_l a {
	float: left;
	font-size: 20px;
	display: block;
	color: #000;
	align-items: center;
	margin-right: 60px;
	font-weight: bold;
}

#main .link .link_l a:hover,
#main .link .link_l a.active {
	color: #0067ac;
}

#main .link .link_r {
	float: right;
	color: #999;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#main .link .link_r i {
	font-size: 18px;
	color: #666;
	margin-right: 10px;
}

#main>.link .link_r a {
	color: #666;
	font-size: 14px;
}

.about {
	margin: 40px 0;
}

.about_one,
.about_two {
	margin-bottom: 30px;
	border-bottom: 1px solid #dbe3ef;
	padding-bottom: 20px;
}

.about_two:last-child {
	border-bottom: 0px solid #dbe3ef;
	padding-bottom: 0;
	margin-bottom: 0;
}

.about_title {
	font-weight: bold;
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
}

.about_img li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.about_img li .img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 80%;
	background-size: cover;
}

.about_img li:nth-of-type(4n) {
	margin-right: 0;
}

.products {
	background-color: #fafafa;
}

.products_list {
	padding: 40px 0;
}

.products_list li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.products_list li .products_img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 149%;
	border: 1px solid #dbe3ef;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.products_list li:nth-of-type(4n) {
	margin-right: 0;
}

.products_bt {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	width: calc(100% - 20px);
	transition: all 0.3s;
}
.pro_title span{
	font-weight: bold;

}

.products_list li:hover .products_bt {
	color: #977053;
}

.products_list li:hover .products_img {
	border: 1px solid #977053;
}

.contact {
	margin-bottom: 20px;
}

.contact_l {
	float: left;
	width: 50%;
}

.contact_r {
	float: left;
	width: 50%;
}

.pro_left {
	float: left;
}

.pro_title {
	font-size: 22px;
	line-height: 40px;
	color: #000;
}

.pro_xh {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.pro_qt {
	font-size: 16px;
}

.pro_qt p {
	margin: 0;
}

#main .pro_left {
	width: 360px;
	float: left;
	margin-top: 150px;
}

#main .main_right {
	float: right;
	width: calc(100% - 380px);
	margin-left: 20px;
}

#main .main_right .pro_list li {
	margin-bottom: 20px;
}

#main .pro_one .title .img {
	width: 100%;
	margin: auto;
}

#main .pro_one .title .img>a {
	display: block;
	width: 100%;
	padding-top: 78%;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #dbe3ef;
}

#main .pro_one .title .img .list li:nth-of-type(2) {
	margin-right: 0 !important;
}

#main .pro_one .title .img .list li:nth-of-type(3) {
	margin-right: 10px !important;
}

#main .pro_one .title .img .list li:nth-of-type(6n) {
	margin-right: 0 !important;
}

#main .pro_one .title .img .list li:nth-of-type(10) {
	margin-right: 0 !important;
}

#main .pro_one .title .img .list li:nth-of-type(1),
#main .pro_one .title .img .list li:nth-of-type(2) {
	width: calc(50% - 5px) !important;
}

#main .pro_one .title .img .list li:nth-of-type(n) {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #dbe3ef;
	box-sizing: border-box;
}

#main .pro_one .title .img .list li:hover {
	border: 1px solid #977053;
}

#main .pro_one .title .img .list li:nth-of-type(1) a,#main .pro_one .title .img .list li:nth-of-type(2) a {
	padding-top: 149% !important;
}

#main .pro_one .title .img .list a {
	display: block;
	width: 100%;
	padding-top: 67%!important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .pro_two .details_bq {
	background-color: #f5f5f5;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	margin-top: 20px;
}


.details {
	margin: 20px 0;
}

.pro_two {
	margin-bottom: 20px;
}

.pro_three_bt {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-top: 60px;
}

#main .search {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

#main .search input {
	border: 1px solid #dbe3ef;
	line-height: 40px;
	width: 500px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 20px;
	vertical-align: top;
	outline: none;
}

#main .search button {
	background-color: #977053;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1600 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1800 {
		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,
	#nav {
		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;
	}

	#nav-m .logo img {
		height: 24px;
		margin-left: 10px;
		margin-top: 13px;
	}

	#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: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}

	#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: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}

	.language {
		margin-top: 20px;
		padding-left: 20px;
	}

	#nav-m .list .language a {
		float: left;
		width: 40px;
		padding-left: 0;
		margin-right: 10px;
		border-bottom: 0px solid #DEDEDF;
	}

	#nav-m .list .language a:last-child {
		margin-right: 0;
	}

	.language a img {
		height: auto;
	}

	/* 搜索 */
	#nav-m .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
		border-bottom: 1px solid #DEDEDF;
	}

	#nav-m .list .search_m input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .list .search_m button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	#home .one {
		margin: 20px 0;
		padding: 30px 0;
	}

	.s_title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.one_jj {
		font-size: 14px;
		margin-bottom: 30px;
	}

	a.s_more {
		font-size: 12px;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}

	.two_list li {
		float: none;
		width: calc(100% - 120px);
		padding: 100px 60px;
		margin-bottom: 10px;
	}

	.two_list li .two_bt {
		font-size: 20px;
	}

	.two_list li .two_jj {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 24px;
	}

	.two_list li a .two_more {
		font-size: 14px;
		line-height: 20px;
		width: 100px;
	}

	.three {
		padding: 20px 0;
	}

	.three_bt {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.six {
		padding: 20px 0;
	}

	.six_nr li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.six_nr li:nth-of-type(2n) {
		margin-right: 0;
	}

	.six_nr {
		margin-bottom: 20px;
	}

	.six a.s_more {
		font-size: 12px;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}

	#footer {
		padding: 20px 0 0 0;
	}

	.footer_l {
		float: none;
		width: 100%;
	}

	.footer_l span {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}

	.footer_list {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_list_icon {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.footer_list_bt {
		font-size: 16px;
		margin: 10px 0;
	}

	.footer_list_jj {
		font-size: 14px;
	}

	.footer_r {
		float: none;
		margin: auto;
	}

	.footer_er {
		width: 41%;
		font-size: 14px;
	}

	.footer_bq {
		padding: 10px 0;
		margin-top: 20px;
	}

	#main .banner {
		height: 100px;
	}

	#main .link {
		min-height: 44px;
		line-height: 44px;
	}

	.products_list {
		padding: 20px 0;
	}

	.products_list li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.products_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.products_bt {
		font-size: 16px;
		line-height: 40px;
	}

	.about {
		margin: 20px 0;
	}

	
	#main .pro_left {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-top: 0;
	}

	#main .main_right {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	#main .pro_one .title .img {
		width: 100%;
	}

	.pro_title {
		font-size: 20px;
	}

	#main .pro_two .details_bq {
		font-size: 16px;
		padding-left: 10px;
	}

	.pro_three_bt {
		font-size: 18px;
		margin-top: 20px;
	}

	.about_title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.about_img li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.about_img li:nth-of-type(2n) {
		margin-right: 0;
	}

	.contact_l {
		float: none;
		width: 100%;
	}

	.contact_r {
		float: none;
		width: 100%;
	}

	#main .search input {
		width: 60%;
		font-size: 14px;
	}

	#main .search button {
		font-size: 14px;
	}
}

@media screen and (min-width:1201px) and (max-width:1399px) {
	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1600 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1800 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	#nav li {
		margin-right: 40px;
	}

	.two_list li.two_img {
		background-size: cover;
	}

	.two_list li {
		float: left;
		width: calc(33.33% - 80px);
		padding: 190px 40px;
	}

	.two_list li .two_jj {
		font-size: 18px;
	}

	.footer_l {
		width: calc(100% - 350px);
	}
}

@media screen and (min-width:1401px) and (max-width:1799px) {
	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1600 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1800 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.footer_l {
		width: calc(100% - 324px);
	}

	.two_list li.two_img {
		background-size: cover;
	}

	.two_list li {
		width: calc(33.33% - 160px);
		padding: 300px 80px;
	}

	#nav li {
		margin-right: 88px;
	}
}