/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: 'Poppins', 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: 1170px;
}

.this-1400 {
	margin: 0 auto;
	width: 1370px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #fff;
    text-align: center;
    padding: 20px 0;
}

#header .logo {
	/* height: 44px;
	margin-top: 22px;
	margin-bottom: 22px; */
}

#header .logo img{
	height: 60px;
}

#header .h_r {
	height: 59px;
	margin-top: 39px;
}

#nav {
	float: left;
}

#nav a {
	float: left;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	margin-right: 36px;
	transition: all 0.3s;
}

#nav a:last-child {
	margin-right: 50px;
}

#nav a.active,
#nav a:hover {
	color: #958468;
}

#home .one {
	text-align: center;
}

#home .one p {
	margin: 0;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
}

#home .one p span {
	color: #958468;
	font-size: 40px;
}

#home .two {
	margin-bottom: 60px;
}

#home .two .two_list {
	background-color: #f8f8f8;
	text-align: center;
	line-height: 30px;
	padding: 50px 18px;
	float: left;
	font-weight: bold;
	transition: all 0.3s;
	width: calc(25% - 48px);
	margin-right: 16px;
	border-radius: 4px;
}

#home .two .two_list:nth-of-type(4) {
	margin-right: 0;
}

#home .two .two_list:hover {
	box-shadow: 0px 0px 10px #dbdbdb;
}

#home .two .two_list .two_list_bt {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}

.s_ab {
	margin-bottom: 60px;
	margin-top: 80px;
}

a.s_ab_an {
	text-align: center;
	width: 140px;
	height: 44px;
    margin: auto;
	margin-top: 20px;
	line-height: 44px;
	display: block;
	border-radius: 40px;
	font-size: 14px;
	border: 2px solid #958468;
	color: #958468;
	transition: all 0.3s;
}

a.s_ab_an:hover {
	color: #fff;
	background-color: #958468;
}

.home_bt {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.three {
	margin-bottom: 100px;
}

a.s_three_an {
	text-align: center;
	width: 140px;
	height: 44px;
    margin: auto;
	line-height: 44px;
	border-radius: 40px;
	font-size: 14px;
	background-color: #ccc;
    display: block;
    float: right;
	color: #fff;
	transition: all 0.3s;
}

a.s_three_an:hover {
	color: #fff;
	background-color: #958468;
}


.three_l {
	float: left;
	width: 446px;
	height: 335px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 30px;
}

.three_r {
	float: left;
	width: calc(100% - 476px);
}

.three_title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.three_jj {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.three_time {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e9e9e9;
}

.three_time span {
	color: #958468;
}

a.three_an {
	text-align: center;
	width: 140px;
	height: 44px;
	line-height: 44px;
	display: block;
	border-radius: 40px;
	font-size: 14px;
	border: 2px solid #958468;
	color: #958468;
	transition: all 0.3s;
}

a.three_an:hover {
	color: #fff;
	background-color: #958468;
}

.four {
	padding: 60px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.four_bt {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	float: left;
	width: calc(100% - 200px);
}

a.four_more {
	float: right;
	text-align: center;
	width: 142px;
	height: 48px;
	line-height: 48px;
	display: block;
	border-radius: 40px;
	font-size: 14px;
	background-color: #4d4d4d;
	color: #a2a2a2;
	transition: all 0.3s;
}

a.four_more:hover {
	color: #fff;
	background-color: #958468;
}

.four_list{
	width: 100%;
}

.four_list li {
	float: left;
	/* width: calc(33.33% - 7px); */
	width: 100%;
	/* margin-right: 10px; */
	text-align: center;
}

.four_list li:nth-of-type(3) {
	margin-right: 0;
}

.four_list li .four_list_img {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	background-color: #fff;
}

.four_list li a .four_list_bt {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
	white-space: nowrap;
}

.four_list li a:hover .four_list_bt {
	color: #958468;
}

.five {
	padding: 30px 0;
}

#footer {
	padding: 60px 0 20px 0;
	color: #fff;
	font-size: 14px;
	background-color: #0a0a0a;
}

#footer a {
	color: #fff;
	transition: all 0.3s;
}

#footer a:hover {
	color: #958468;
}

.footer_logo {
	float: left;
	height: 48px;
	margin-right: 80px;
}

.footer_nr {
	float: left;
}

#footer .f_title {
	font-size: 16px;
	font-weight: bold;
	color: #958468;
	text-transform: uppercase;
}

.footer_r {
	float: right;
}

#footer .bq {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	margin-top: 40px;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 350px;
}


#main .link {
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	background-color: #f7f7f7;
	/* 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-transform: uppercase;
	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 p {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
}

.about_title {
	font-weight: bold;
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.about_two {
	margin-top: 30px;
	border-top: 1px solid #dbe3ef;
	padding-top: 20px;
}

.about_three {
	margin-bottom: 30px;
}

.about_three li {
	width: calc(33.33% - 14px);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.about_three li:nth-of-type(3n) {
	margin-right: 0;
}

.about_three li .about_three_img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 60%;
	background-size: cover;
}

.about_three_nr {
	background-color: #f0f0f0;
	padding: 20px 10px;
}

.about_three li .about_three_bt {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.about_three li .about_three_jj {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

.product li {
	width: calc(25% - 15px);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.product li:nth-of-type(4n) {
	margin-right: 0;
}

.product .pro_xl li .pro_img {
	background-size: cover;
}

.product li .pro_img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
}

.product li .pro_bt {
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
}


.product li:hover .pro_bt {
	color: #958468;
}

.product li:hover .pro_img {
	border: 1px solid #958468;
}

.news li {
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 22px;
	margin-bottom: 50px;
}

.news_l {
	float: left;
	width: calc(100% - 700px);
}

.news_l .date {
	color: #e70001;
	display: block;
	font-size: 18px;
	margin: 24px 0;
}

.news_l .title {
	color: #000;
	display: block;
	font-size: 30px;
	margin: 24px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.news_l .xian {
	position: relative;
}

.news_l .xian span:first-child {
	position: absolute;
	top: 0px;
	height: 2px;
	width: 12%;
	background-color: #958468;
}

.news_l .xian span:first-child+span {
	position: absolute;
	top: 0px;
	height: 2px;
	width: 0%;
	transition: width 0.5s;
	background-color: #958468;
}

.news li:hover .xian span:first-child+span {
	width: 100%;
}

.news_l .jj {
	color: #444;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 50px;
}

.news_l .an {
	background-color: #ccc;
	font-size: 14px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	margin: 60px 0 40px 0;
	width: 100px;
	display: block;
}

.news li:hover .news_l .an {
	background-color: #958468;
}


.news_r {
	float: right;
	width: 600px;
	margin-left: 60px;
	background-size: cover;
	height: 335px;
	border-radius: 8px;
}


.news_view .title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.news_view .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
}


.contact_l {
	width: 580px;
	margin-right: 50px;
	float: left;
	margin-bottom: 80px;
}

.contact_r {
	width: calc(100% - 630px);
	float: right;
}


.contact_r p {
	margin: 0;
	font-size: 16px;
}

.contact_bd {
	float: left;
	width: 50%;
	margin-right: 30px;
}

.contact_dt {
	float: right;
	width: calc(50% - 30px);
}


/* 搜索 */
#main .search {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

#main .search input {
	border: 1px solid #ccc;
	line-height: 40px;
	width: 500px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 20px;
	vertical-align: top;
	outline: none;
}

#main .search button {
	background-color: #958468;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

#main .search input {
	width: 60%;
	font-size: 14px;
}

#main .search button {
	font-size: 14px;
}


.case_two {
	margin-top: 30px;
	border-top: 1px solid #dbe3ef;
	padding-top: 20px;
}

.case_two li {
	width: calc(25% - 15px);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.case_two li:nth-of-type(4n) {
	margin-right: 0;
}

.case_two li .case_img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 76%;
	background-size: cover;
}

.case_two li .case_bt {
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
}

#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);
	}

	/* 头部 */
	.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;
		text-transform: uppercase;
		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 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;
	}

	#nav-m .list .language a {
		float: left;
		width: 50%;
	}

	#nav-m .list .language a:nth-of-type(1) {
		border-right: 1px solid #DEDEDF;
	}

	/* 搜索 */
	#nav-m .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	#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;
	}

	#home .one p span {
		font-size: 22px;
	}

	#home .one p {
		font-size: 16px;
	}

	#home .two .two_list {
		padding: 50px 18px;
		width: calc(50% - 41px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#home .two .two_list:nth-of-type(2n) {
		margin-right: 0;
	}

	#home .two .two_list .two_list_bt {
		font-size: 14px;
		min-height: 60px;
	}

	#home .two {
		margin-bottom: 20px;
	}

	.home_bt {
		font-size: 18px;
	}

	.three_l {
		float: none;
		width: 100%;
		height: 268px;
		margin-right: 0;
	}

	.three_r {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.three_title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.three_jj {
		line-height: 20px;
	}

	.three_time {
		font-size: 12px;
		line-height: 24px;
		margin-top: 10px;
		padding-top: 10px;
		margin-bottom: 10px;
	}

	a.three_an {
		width: 130px;
		height: 36px;
		line-height: 36px;
		border-radius: 40px;
		font-size: 12px;
	}

	.three {
		margin-bottom: 20px;
	}

	.four {
		padding: 30px 0;
	}

	.four_bt {
		font-size: 18px;
		margin-bottom: 20px;
		width: calc(100% - 144px);
	}

	a.four_more {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}

	.four_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.five {
		padding: 20px 0;
	}

	#footer {
		padding: 20px 0;
	}

	.footer_logo {
		float: none;
		height: 48px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer_nr {
		float: none;
	}

	.footer_r {
		float: none;
		margin-top: 20px;
	}

	#footer .bq {
		margin-top: 20px;
	}

	.banner {
		height: 80px;
	}

	#main .link {
		min-height: 46px;
		line-height: 46px;
	}

	.about {
		margin: 20px 0;
	}

	.about_title {
		font-size: 20px;
	}

	.about_three li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.about_three li:nth-of-type(3) {
		margin-right: 10px;
	}

	.about_three li:nth-of-type(2n) {
		margin-right: 0;
	}

	.product li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.product li:nth-of-type(2n) {
		margin-right: 0;
	}

	.news_l {
		float: none;
		width: 100%;
	}

	.news_r {
		width: 100%;
		margin-left: 0;
		height: 250px;
	}

	.news li {
		padding-bottom: 14px;
		margin-bottom: 20px;
	}

	.news_l .title {
		font-size: 18px;
		margin: 14px 0;
	}

	.news_l .jj {
		font-size: 14px;
		margin-top: 30px;
	}

	.news_l .an {
		margin: 20px 0;
	}

	.news_view .title {
		font-size: 16px;
	}

	.news_view .line {
		margin-bottom: 20px;
	}

	.case_two li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.case_two li:nth-of-type(2n) {
		margin-right: 0;
	}

	.contact_l {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}

	.contact_r {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.contact_bd {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}

	.contact_dt {
		width: 100%;
		float: none;
	}

	a.s_ab_an {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}

	a.s_three_an{
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
}