@charset "utf-8";
.prev,
.next {
	cursor: pointer;
}


/*product star*/

.product {
	width: 100%;
	min-height: 300px;
	padding-top: 78px;
	background: #222222;
	transform: translateY(-75px);
	position: relative;
}

.product:after {
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background: #222;
	position: absolute;
	bottom: -75px;
}

.product_nav {
	width: 1200px;
	height: 80px;
	margin: 0 auto 0;
	position: relative;
}

.pro_tien {
	font-size: 24px;
	color: #51b935;
	font-family: arial;
	font-weight: bold;
}

.pro_ticn {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-top: 8px;
}

.pro_ticn span {
	font-size: 14px;
	color: #ccc;
	padding-left: 12px;
	font-weight: normal;
	letter-spacing: 8px;
}

.product_nav_list {
	position: absolute;
	right: 0;
	top: 3px;
}

.product_nav_list a {
	display: none;
	background: #333;
	color: #fff;
	min-width: 106px;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	padding: 0 10px;
	text-align: center;
}

.product_nav_list a:nth-child(1),
.product_nav_list a:nth-child(2),
.product_nav_list a:nth-child(3),
.product_nav_list a:last-child {
	display: inline-block;
}

.product_nav_list a:hover {
	background: #51b935;
}

.product_list {
	width: 1200px;
	margin: 62px auto 0;
}

.product_list li {
	width: 386px;
	height: 290px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.product_list li:nth-child(3n) {
	margin-right: 0;
}

.product_list li .pro_img {
	display: block;
	width: 100%;
	height: 239px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.product_list li .pro_img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(81, 135, 51, .5) url(../images/proicon.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
}

.product_list li:hover .pro_img:after {
	opacity: 1;
}

.product_list li .pro_img img {
	width: 100%;
}

.pro_name {
	display: block;
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding: 0 50px 0 15px;
	box-sizing: border-box;
	background: #333333;
	color: #fff;
	position: relative;
}

.product_list li:hover .pro_name {
	background: #51b935;
}

.pro_name:after {
	content: url(../images/proicon.png);
	display: block;
	transform: scale(0.45);
	position: absolute;
	right: 0px;
	top: -8px;
}


/*product end*/


/*process star*/

.process {
	width: 100%;
	height: 778px;
	background: url(../images/processbg.jpg) no-repeat center top;
}

.process_ti_cn {
	text-align: center;
	font-size: 34px;
	color: #51b935;
	font-weight: 900;
	padding-top: 73px;
}

.process_ti {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 9px;
	letter-spacing: 6px;
}

.process_list {
	margin: 152px auto 0;
	height: 210px;
	width: 1200px;
	position: relative;
}

.process_list li {
	font-size: 20px;
	color: #4fb933;
	font-weight: 600;
	width: 160px;
	text-align: center;
}

.process_list li:nth-child(1) {
	position: absolute;
	left: 5px;
	top: 137px;
}

.process_list li:nth-child(2) {
	position: absolute;
	left: 178px;
	top: 40px;
}

.process_list li:nth-child(3) {
	position: absolute;
	left: 353px;
	top: 137px;
}

.process_list li:nth-child(4) {
	position: absolute;
	left: 527px;
	top: 40px;
}

.process_list li:nth-child(5) {
	position: absolute;
	left: 699px;
	top: 137px;
}

.process_list li:nth-child(6) {
	position: absolute;
	left: 875px;
	top: 40px;
}

.process_list li:nth-child(7) {
	position: absolute;
	left: 1048px;
	top: 137px;
}

.process_list li:nth-child(8) {
	position: absolute;
	left: 178px;
	top: 40px;
}

.process_list li:nth-child(9) {
	position: absolute;
	left: 178px;
	top: 40px;
}

.process_nav {
	text-align: center;
	margin-top: 145px;
}

.process_nav a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #51b935;
	background: #fff;
	margin: 0 15px;
	text-align: center;
	letter-spacing: 2px;
}

.process_nav a:hover {
	background: #51b935;
	color: #fff;
}


/*process end*/


/*order star*/

.order {
	width: 100%;
	height: 475px;
	background: #222;
	overflow: hidden;
}

.order_ti_en {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-family: arial;
	font-weight: bold;
	padding-top: 75px;
}

.order_ti_cn {
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-top: 6px;
}

.order_ti_cn span {
	position: relative;
}

.order_ti_cn span:before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -73px;
	top: 50%;
}

.order_ti_cn span:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -73px;
	top: 50%;
}

.order_list {
	width: 1160px;
	height: 165px;
	position: relative;
	margin: 73px auto 0;
}

.order_list:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
	position: absolute;
	bottom: -4px;
	left: 0;
}

.order_list li {
	position: relative;
	width: 145px;
	height: 100%;
	float: left;
	text-align: center;
	color: #fff;
}

.order_list li:after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/ordericon.png);
	position: absolute;
	bottom: 71px;
	left: 50%;
	transform: translateX(-50%);
}

.order_list li:hover:after {
	background: url(../images/ordericon.png) left 0 top 30px;
}

.order_list li:nth-child(2):after {
	background: url(../images/ordericon.png) left -30px top 0px;
}

.order_list li:nth-child(2):hover:after {
	background: url(../images/ordericon.png) left -30px top 30px;
}

.order_list li:nth-child(3):after {
	background: url(../images/ordericon.png) left -60px top 0px;
}

.order_list li:nth-child(3):hover:after {
	background: url(../images/ordericon.png) left -60px top 30px;
}

.order_list li:nth-child(4):after {
	background: url(../images/ordericon.png) left -90px top 0px;
}

.order_list li:nth-child(4):hover:after {
	background: url(../images/ordericon.png) left -90px top 30px;
}

.order_list li:nth-child(5):after {
	background: url(../images/ordericon.png) left -120px top 0px;
}

.order_list li:nth-child(5):hover:after {
	background: url(../images/ordericon.png) left -120px top 30px;
}

.order_list li:nth-child(6):after {
	background: url(../images/ordericon.png) left -150px top 0px;
}

.order_list li:nth-child(6):hover:after {
	background: url(../images/ordericon.png) left -150px top 30px;
}

.order_list li:nth-child(7):after {
	background: url(../images/ordericon.png) left -180px top 0px;
}

.order_list li:nth-child(7):hover:after {
	background: url(../images/ordericon.png) left -180px top 30px;
}

.order_list li:nth-child(8):after {
	background: url(../images/ordericon.png) left -210px top 0px;
}

.order_list li:nth-child(8):hover:after {
	background: url(../images/ordericon.png) left -210px top 30px;
}

.order_list li:hover {
	color: #51b935;
}

.order_p {
	font-size: 16px;
}

.order_num {
	font-size: 14px;
	position: relative;
	margin-top: 13px;
}

.order_num span {
	position: relative;
}

.order_num span:before {
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -10px;
	top: 50%;
}

.order_num span:after {
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -10px;
	top: 50%;
}

.order_list li:hover .order_num span:before,
.order_list li:hover .order_num span:after {
	background: #51b935;
}


/*order end*/


/*advantage star*/

.advantage {
	width: 100%;
	height: 759px;
	background: #fff url(../images/advanbg.jpg) no-repeat center top;
	position: relative;
}

.advan_img {
	width: 540px;
	height: 346px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-581px);
	bottom: 0;
}

.advantage_ti {
	width: 1200px;
	height: 70px;
}

.advantage_tien {
	text-align: center;
	font-size: 36px;
	color: #51b935;
	font-weight: bold;
	font-family: arial;
	padding-top: 98px;
}

.advantage_ticn {
	text-align: center;
	font-size: 22px;
	color: #51b935;
	font-weight: bold;
	margin-top: 5px;
}

.advantage_ticn span {
	position: relative;
}

.advantage_ticn span:before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #51b935;
	position: absolute;
	left: -46px;
	top: 50%;
}

.advantage_ticn span:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #51b935;
	position: absolute;
	right: -46px;
	top: 50%;
}

.advan_scroll {
	width: 1200px;
	height: 499px;
	margin: 60px auto 0;
	position: relative;
}

.advan_scroll .prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #cfd0d5 url(../images/advancont.png) no-repeat center;
	position: absolute;
	left: 591px;
	top: 423px;
}

.advan_scroll .next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #cfd0d5 url(../images/advancont.png) no-repeat center;
	transform: rotateZ(180deg);
	position: absolute;
	left: 651px;
	top: 423px;
}

.advan_scroll .prev:hover,
.advan_scroll .next:hover {
	background: #51b935 url(../images/advancont.png) no-repeat center;
}

.advan_scroll .hd {
	width: 1200px;
	height: 164px;
	position: relative;
	padding-top: 14px;
}

.advan_scroll .hd:before {
	content: '';
	display: block;
	width: 1126px;
	height: 1px;
	background: #cfd0d5;
	position: absolute;
	top: 78px;
	left: 50%;
	transform: translateX(-50%);
}

.advan_scroll .hd li {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	display: inline-block;
	margin-right: 194px;
	position: relative;
}

.advan_scroll .hd li.on {
	background: rgba(0, 0, 0, 0);
	color: #51b935;
}

.advan_scroll .hd li:nth-child(5) {
	margin-right: 0;
}

.advan_scroll .hd li:before {
	content: '01';
	display: block;
	color: #fff;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #cfd0d5;
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translateX(-50%);
}

.advan_scroll .hd li.on:before {
	background: #51b935;
}

.advan_scroll .hd li:nth-child(2):before {
	content: '02';
}

.advan_scroll .hd li:nth-child(3):before {
	content: '03';
}

.advan_scroll .hd li:nth-child(4):before {
	content: '04';
}

.advan_scroll .hd li:nth-child(5):before {
	content: '05';
}

.advan_scroll .bd {
	width: 610px;
	height: 240px;
	float: right;
	overflow: hidden;
}

.advan_scroll .bd li {
	width: 610px;
	height: 240px;
	overflow: hidden;
	float: left;
}

.advan_bd_ticn {
	font-size: 22px;
	color: #51b935;
	padding-top: 36px;
}

.advan_bd_tien {
	font-size: 12px;
	color: #ccc;
	font-family: arial;
	margin-top: 13px;
}

.advan_bd_nr {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-top: 33px;
	letter-spacing: 1px;
	text-align: justify;
}


/*advantage end*/


/*partner star*/

.partner {
	width: 100%;
	height: 177px;
	background: #fff;
	padding: 80px 0;
}

.partner .bd {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.partner .bd li {
	width: 283px;
	height: 175px;
	overflow: hidden;
	border: 1px solid #ccc;
	position: relative;
	float: left;
	margin-right: 20px;
}

.partner .bd li img {
	width: 100%;
}


/*partner end*/


/*about star*/

.about {
	width: 100%;
	height: 854px;
	background: #fff url(../images/aboutbg.jpg) no-repeat center top;
}

.about_tien {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	font-family: arial;
	padding-top: 70px;
	text-align: center;
}

.about_ticn {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 8px;
}

.about_ticn span {
	position: relative;
}

.about_ticn span:before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -49px;
	top: 50%;
}

.about_ticn span:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -49px;
	top: 50%;
}

.about_nr {
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #ccc;
	width: 900px;
	margin: 65px auto 0;
}

.about_more {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	position: relative;
	border-radius: 50%;
	margin: 70px auto 0;
	transition: .3s;
}

.about_more:hover {
	transform: scale(1.2);
}

.about_more:before {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background: #51b935;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about_more:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #51b935;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.photos_scroll {
	width: 1200px;
	height: 271px;
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, .25);
	margin: 80px auto;
	padding-top: 20px;
	box-sizing: border-box;
}

.photos_scroll .bd {
	width: 1160px;
	height: 231px;
	margin: 0 auto;
	overflow: hidden;
}

.photos_scroll .bd li {
	width: 373px;
	height: 231px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 20px;
}

.photos_scroll .bd li img {
	width: 100%;
	height: 100%;
	transition: 1s ease-out;
}

.photos_scroll .bd li:hover img {
	transform: scale(1.1);
}


/*about end*/


/*news star*/

.news {
	width: 100%;
	padding: 10px 0 80px;
	background: #fff;
	/*background: url(../images/bbb.jpg) no-repeat center top -14px;*/
}

.news_tien {
	text-align: center;
	color: #51b935;
	font-size: 36px;
	font-weight: bold;
	font-family: arial;
}

.news_ticn {
	font-size: 22px;
	color: #51b935;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.news_ticn span {
	position: relative;
}

.news_ticn span:before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #51b935;
	position: absolute;
	left: -49px;
	top: 50%;
}

.news_ticn span:after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #51b935;
	position: absolute;
	right: -49px;
	top: 50%;
}

.news_cont {
	width: 1200px;
	margin: 74px auto 0;
}

.news_side {
	width: 558px;
	float: left;
}

.news_side:nth-child(2) {
	float: right;
}

.news_side_p {
	font-size: 18px;
	color: #000;
}

.news_te {
	width: 100%;
	height: 110px;
	margin-top: 37px;
	margin-bottom: 19px;
}

.news_te_date {
	width: 110px;
	height: 110px;
	text-align: center;
	color: #fff;
	background: #333;
	float: left;
}

.news_te:hover .news_te_date {
	background: #51b935;
}

.news_te_yr {
	padding-top: 23px;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
}

.news_te_n {
	width: 78px;
	border-top: 1px solid #fff;
	margin: 7px auto 0;
	text-align: center;
	padding-top: 2px;
}

.news_te_right {
	width: 410px;
	float: right;
	position: relative;
}

.news_te_title {
	font-size: 16px;
	color: #333;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_te_title a {
	color: #333;
}

.news_te:hover .news_te_title a {
	color: #51b935;
}

.news_te_right:after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 36px;
}

.news_te:hover .news_te_right:after {
	background: #51b935;
}

.news_te_nr {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-top: 30px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/**/

.news_list li {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	padding-right: 90px;
	box-sizing: border-box;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li:first-child {
	display: none;
}

.news_list li span {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-family: arial;
	color: #999;
	opacity: 1;
}

.news_list li a {
	color: #333;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	padding: 20px 0 20px 30px;
}

.news_list li a:hover {
	color: #51b935;
}

.news_list li a:before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 5px;
	top: 50%;
}

.news_list li a:hover:before {
	background: #51b935;
}


/*news end*/