@charset "utf-8";
.prev,
.next {
	cursor: pointer;
}


/*product star*/

.product {
	width: 100%;
	min-height: 1260px;
	padding-bottom: 40px;
	background: #f4f4f4;
}

.product_ti {
	width: 1200px;
	height: 70px;
	margin: 0 auto 0;
	padding-top: 80px;
}

.product_ti_left {
	border-left: 12px solid #a8997f;
	padding-left: 16px;
	width: 340px;
	height: 70px;
	float: left;
	box-sizing: border-box;
}

.product_ti_left p:nth-child(1) {
	font-size: 28px;
	color: #222222;
	transform: translateY(5px);
	font-weight: bold;
}

.product_ti_left p:nth-child(2) {
	font-size: 18px;
	color: #333333;
	font-family: arial;
	margin-top: 9px;
}

.product_ti_right {
	float: right;
	font-size: 12px;
	color: #666;
	font-family: arial;
	width: 840px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	margin-top: 50px;
	padding: 0 4px 10px 15px;
}

.product_ti_right a {
	color: #666;
}

.product_ti_right a:hover {
	color: #a8997f;
}

.product_cont {
	width: 1200px;
	margin: 38px auto 0;
}

.product_nav {
	width: 310px;
	float: left;
}

.pro_nav_ti {
	width: 310px;
	height: 120px;
	background: #a8997f;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	color: #FFF;
	text-align: center;
}

.pro_nav_ti p:nth-child(1) {
	font-size: 24px;
	padding-top: 29px;
}

.pro_nav_ti p:nth-child(2) {
	font-size: 18px;
	font-family: arial;
	margin-top: 5px;
}

.product_nav_list {
	width: 310px;
	background: #a8997f;
	padding: 16px 0 34px;
	box-sizing: border-box;
	margin-top: 5px;
}

.product_nav_list a {
	color: #fff;
}

.pro_nav_one {
	opacity: .8;
}

.product_nav_list h4 a {
	display: block;
	font-size: 18px;
	width: 250px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 10px 0 55px;
	margin: 30px auto 20px;
	font-weight: normal;
	position: relative;
	background: #fff;
	color: #262826;
	border-radius: 10px;
	position: relative;
}

.pro_nav_one:hover h4 a {
	color: #fff;
	background: #54613a;
}


/*.pro_nav_one h4 a.pro_nav_oneh4a {
	color: #fff;
	background: #54613a;
}*/

.product_nav_list .pro_nav_oneon h4 a {
	color: #fff;
	background: #54613a;
}

.pro_nav_one {
	/*background: skyblue;*/
}

.pro_nav_one_list {
	/*display: none;*/
	/* margin-bottom: 12px; */
}

.pro_nav_one_list li {
	width: 250px;
	display: none;
	margin: 0 auto 17px;
	padding: 0 10px 0 58px;
	box-sizing: border-box;
}

.pro_nav_one_list li a {
	font-size: 14px;
	color: #fff;
}

.pro_nav_one_list li a:hover {
	text-decoration: underline;
}

.pro_nav_one h4 a:after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/pronavicon.png) left 0 top 0;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.pro_nav_one:hover h4 a:after {
	background: url(../images/pronavicon.png) left -17px top 0;
}

.product_nav_list .pro_nav_oneon h4 a:after {
	background: url(../images/pronavicon.png) left -17px top 0;
}


/*.pro_nav_one a:hover {
	color: #ffe400;
	text-decoration: underline;
}*/


/*product_list*/

.product_list {
	width: 862px;
	float: right;
}

.product_list li {
	width: 282px;
	height: 339px;
	border: 4px solid #fff;
	box-sizing: border-box;
	border-bottom-color: #ccc;
	float: left;
	margin: 0 8px 6px 0;
}

.product_list li:nth-child(3n) {
	margin-right: 0;
}

.product_list li:hover {
	border-bottom-color: #54613a;
}

.product_list li .product_img {
	width: 100%;
	height: 218px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.product_list li .product_img img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_a {
	display: block;
	width: 100%;
	height: 111px;
	background: #fff;
	margin-top: 2px;
	text-align: center;
	padding: 27px 20px 0;
	box-sizing: border-box;
}

.product_name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_module {
	font-size: 15px;
	color: #666666;
	margin-bottom: 11px;
	display: none;
}

.product_more {
	margin-top: 12px;
}

.product_more span {
	font-size: 12px;
	color: #999;
	padding: 2px 12px;
	border-radius: 22px;
	border: 1px solid #ccc;
	margin: 0 2px;
	display: inline-block;
}

.product_list li:hover .product_more span {
	background: #54613a;
	border-color: #54613a;
	color: #fff;
}

.product_more span a {
	color: #999;
}

.product_list li:hover .product_more span a {
	color: #fff;
}


/*product end*/


/*index_order star*/

.index_order {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.index_order img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*news star*/

.news {
	width: 100%;
	/* height: 880px; */
	background: #fff;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.news_ti {
	text-align: center;
	color: #211e1d;
	font-size: 24px;
	padding-top: 122px;
	background: url(../images/newsti.png) no-repeat center top 77px;
}

.news_te {
	width: 1200px;
	height: 420px;
	margin: 57px auto 0;
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	/* opacity: .6; */
}

.news_te_mask {
	width: 280px;
	height: 100%;
	background: #6a7551;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s ease-out;
	opacity: 0;
}

.news_te:hover .news_te_mask {
	opacity: 1;
}

.news_te li {
	width: 280px;
	height: 100%;
	overflow: hidden;
	border-right: 26px solid #fff;
	float: left;
	padding-top: 51px;
	position: relative;
}

.news_te .news_list h1:hover {}

.news_te li:nth-child(4n+1) {
	border: none;
}

.news_te_ti {
	width: 220px;
	height: 22px;
	margin: 0 auto 0;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
}

.news_te li:hover .news_te_ti {
	color: #fff;
}

.news_te_ti a {
	color: #333;
	transition: .5s;
}

.news_te li:hover .news_te_ti a {
	color: #fff;
}

.news_te_date {
	width: 220px;
	margin: 37px auto 0;
	font-size: 12px;
	font-family: arial;
	color: rgba(51, 51, 51, .5);
	transition: .5s;
}

.news_te li:hover .news_te_date {
	color: rgba(255, 255, 255, .5);
}

.news_te_nr {
	width: 220px;
	height: 96px;
	margin: 14px auto 0;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .5s;
}

.news_te li:hover .news_te_nr {
	color: rgba(255, 255, 255, 1);
}

.news_te_img {
	width: 220px;
	height: 125px;
	overflow: hidden;
	margin: 31px auto 0;
}

.news_list {
	margin: 40px auto 0;
	width: 1200px;
}

.news_list li {
	width: 380px;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
	float: left;
	margin-right: 30px;
	position: relative;
	padding-right: 70px;
	box-sizing: border-box;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li:nth-child(1),
.news_list li:nth-child(2),
.news_list li:nth-child(3),
.news_list li:nth-child(4) {
	display: none;
}

.news_list li span {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-family: arial;
	color: #999;
	opacity: 1;
}

.news_list li:nth-child(3n+4) {
	margin-right: 0;
}

.news_list li a {
	color: #555;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	padding: 20px 0 20px 30px;
}

.news_list li a:hover {
	color: #6a7551;
}

.news_list li a:before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 5px;
	top: 50%;
}

.news_list li a:hover:before {
	background: #6a7551;
}


/*news end*/


/*advantage star*/

.advantage {
	height: 800px;
	overflow: hidden;
	background: url(../images/advanbg.jpg) no-repeat center top;
	padding-top: 71px;
	box-sizing: border-box;
}

.advantage_ticnb {
	font-size: 42px;
	color: #252824;
	font-weight: bold;
	text-align: center;
}

.advantage_ticns {
	text-align: center;
	font-size: 14px;
	color: #555;
	letter-spacing: 3px;
	margin-top: 9px;
}

.advan_list {
	width: 1200px;
	height: 520px;
	margin: 46px auto 0;
}

.advan_list li {
	width: 365px;
	height: 100%;
	background: #a8997f;
	padding-top: 53px;
	float: left;
	margin-right: 52px;
	box-sizing: border-box;
	position: relative;
}

.advan_list li:hover {
	background: #54613a;
}

.advan_list li:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: #262826;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}

.advan_list li:hover:after {
	width: 100%;
}

.advan_list li:nth-child(3) {
	margin-right: 0;
}

.advan_ti {
	width: 250px;
	height: 92px;
	margin: 0 auto;
	font-size: 26px;
	color: #fff;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
	/* padding-bottom: 15px; */
}

.advan_nr {
	font-size: 15px;
	line-height: 36px;
	width: 250px;
	margin: 26px auto 0;
	color: #fff;
	text-align: justify;
}


/*advantage end*/


/*process star*/

.process {
	width: 100%;
	height: 550px;
	background: url(../images/process.jpg) no-repeat center top;
	overflow: hidden;
	padding-top: 57px;
	box-sizing: border-box;
}

.process .advantage_ticnb,
.process .advantage_ticns {
	color: #fff;
}

.process .advantage_ticns {
	letter-spacing: 1px;
}

.process_list {
	width: 1200px;
	height: 172px;
	margin: 63px auto 0;
}

.process_list li {
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.process_list li:hover {
	background: #54613a;
}

.process_list li:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/processicon.png);
	margin: 30px auto 12px;
}

.process_list li:nth-child(2):before {
	background: url(../images/processicon.png) left -50px top;
}

.process_list li:nth-child(3):before {
	background: url(../images/processicon.png) left -100px top;
}

.process_list li:nth-child(4):before {
	background: url(../images/processicon.png) left -150px top;
}

.process_list li:nth-child(5):before {
	background: url(../images/processicon.png) left -200px top;
}

.process_cn {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.process_en {
	font-size: 12px;
	font-family: '宋体';
	color: rgba(255, 255, 255, .5);
	text-align: center;
	margin-top: 5px;
}

.lczxzx {
	display: block;
	width: 182px;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	border: 1px solid #c8bfaf;
	text-align: center;
	margin: 66px auto 0;
	color: #fff;
	font-size: 14px;
}

.lczxzx:hover {
	background: #fff;
	color: #6a7551;
}


/*process end*/


/*about star*/

.about {
	height: 396px;
	background: #f4f4f4;
	padding: 85px 0 85px;
	overflow: hidden;
}

.about_box {
	width: 1200px;
	margin: 0 auto;
}

.about_img {
	width: 540px;
	height: 380px;
	float: left;
	box-shadow: -10px 10px 0 0px #6a7551;
}

.about_img_box {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.about_cont {
	width: 580px;
	float: right;
}

.about_name {
	font-size: 28px;
	color: #6a7551;
	font-weight: bold;
	padding-top: 29px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 23px;
}

.about_name_en {
	font-size: 14px;
	font-family: 宋体;
	color: #888;
	margin-top: 7px;
}

.about_nr {
	font-size: 14px;
	line-height: 36px;
	margin-top: 17px;
	margin-bottom: 21px;
	color: #555;
}

.about_more {
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
	color: #6a7551;
	font-family: georgia;
	padding-left: 76px;
	background: url(../images/aboutjt.png) no-repeat center left -20px;
	transition: .3s;
}

.about_more:hover {
	background: url(../images/aboutjt.png) no-repeat center left -10px;
}


/*about end*/

.resou_top,
.resou_box {
	background: #f0ede4;
}