﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
/*产品开始*/
.product {
	width: 100%;
	height: 820px;
	padding: 50px 0;
}
.proTit {
	width: 450px;
	height: 110px;
	margin: 0 auto;
}
.proTit span {
	display: block;
	width: 450px;
	height: 62px;
	background: url(../images/cptitzs_03.png)no-repeat center;
	position: relative;
}
.proTit h3 {
	position: absolute;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #666;
	margin: -46px 0 0 176px;
}
.proTit b {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	letter-spacing: 5px;
	margin: -10px 0 0 30px;
}
.proTit i {
	position: absolute;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	font-family: arial;
	font-style: normal;
	margin: 30px 0 0 156px;
}
.pronav {
	width: 1100px;
	height: 50px;
	border-bottom: solid 1px #ccc;
	margin-top: 30px;
	margin-bottom: 40px;
}
.pronav h6 {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #888;
	line-height: 50px;
}
.pronav a {
	float: left;
	display: block;
	font-size: 14px;
	color: #666;
	margin: 0 14px;
	line-height: 50px;
}
.pronav a:hover {
	color: #39AF5E;
	transition: .2s;
}
.prolist li {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.prolist li:nth-child(3n) {
	margin-right: 0;
}
.prolist li div {
	position: relative;
	overflow: hidden;
	width: 348px;
	height: 238px;
	border: solid 1px #ccc;
}
.prolist li div img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.prolist li h4 {
	display: block;
	font-weight: normal;
	font-style: normal;
	width: 350px;
	/* height: 40px; */
	text-align: center;
	/* line-height: 40px; */
	font-size: 14px;
	color: #666666;
	margin-top: 14px;
}
.prolist li:hover h4 {
	color: #39AF5E;
	transition: .4s;
}
/*产品结束*/
/*优势开始*/
.yous {
	width: 100%;
	height: 670px;
	background: #333;
	padding: 60px 0;
}
.youstit {
	width: 450px;
	height: 110px;
	margin: 0 auto;
}
.youstit span {
	display: block;
	width: 450px;
	height: 62px;
	background: url(../images/youstitzs_03.png)no-repeat center;
	position: relative;
}
.youstit h3 {
	position: absolute;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	margin: -46px 0 0 184px;
}
.youstit b {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	letter-spacing: 5px;
	margin: -10px 0 0 110px;
}
.youstit i {
	position: absolute;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: arial;
	font-style: normal;
	margin: 30px 0 0 156px;
}
.advan_list {
	width: 1100px;
	height: 360px;
	margin: 40px auto;
	overflow: hidden;
}
.advan_list ul {
	width: 4800px;
	height: 100%;
	transition: .3s;
}
.advan_list ul li {
	width: 1100px;
	height: 100%;
	float: left;
	position: relative;
	background: url(../images/youstp_03.png)no-repeat center;
}
.advan_list ul li span {
	position: relative;
	display: block;
	width: 533px;
	height: 242px;
	background: url(../images/yousk_03.png)no-repeat center;
	margin: 60px 0 0 500px;
}
.advan_list ul li span i {
	font-style: normal;
	font-size: 38px;
	color: #39AF5E;
	font-family: arial;
	margin: 28px 0 0 16px;
	float: left;
}
.advan_list ul li span div {
	float: left;
	margin-left: 58px;
	margin-top: 24px;
	width: 400px;
}
.advan_list ul li span div b {
	font-size: 16px;
	color: #fff;
}
.advan_list ul li span div p {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	line-height: 25px;
}
.advan_cont {
	width: 480px;
	height: 242px;
	padding: 40px 70px 40px 130px;
	background: rgba(57, 175, 94, .9);
	position: absolute;
	left: 460px;
	top: 130px;
	color: #fff;
}
.advan_cont_num {
	width: 56px;
	height: 124px;
	background: #026dd9;
	color: #fff;
	font-size: 30px;
	font-family: Impact;
	text-align: center;
	padding-top: 60px;
	letter-spacing: 2px;
	box-sizing: border-box;
	position: absolute;
	top: -30px;
	left: 30px;
}
.advan_cont_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.advan_cont_nr {
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	letter-spacing: 1px;
}
.advan_nav {
	width: 1100px;
	height: 100px;
	margin: 20px auto;
}
.advan_nav li {
	width: 260px;
	height: 100%;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.advan_nav li:last-child {
	margin-right: 0;
}
.advan_nav_pic {
	width: 260px;
	height: 85px;
	overflow: hidden;
	position: relative;
	/**/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.advan_nav_pic img {
	width: 127%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.advan_nav li tt {
	position: absolute;
	width: 260px;
	height: 85px;
	background: rgba(255, 255, 255, .6);
	margin-top: -85px;
	opacity: 1;
}
.advan_nav li:hover tt {
	opacity: 0;
}
.advan_nav_pic_gray {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.advan_nav_pic_gray:after {
	content: '';
	display: block;
	width: 260px;
	height: 85px;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
}
.advan_nav_title {
	margin-top: 10px;
	text-align: center;
	color: rgba(255, 255, 255, .5);
}
.advan_nav_li .advan_nav_title {
	color: #fff;
}
/*优势结束*/
/*关于我们开始*/
.about {
	width: 100%;
	height: 350px;
	padding: 60px 0;
}
.abo_L {
	float: left;
	width: 40px;
	height: 300px;
	padding-top: 30px;
}
.abo_L span {
	display: block;
	width: 20px;
	height: 285px;
	background: url(../images/abo_l_03.png)no-repeat;
	margin: 0 auto;
}
.aboImg {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
}
.aboImg tt {
	display: block;
	width: 300px;
	height: 300px;
	background: #f4f4f4;
	position: relative;
}
.aboImg img {
	position: absolute;
	width: 450px;
	height: 300px;
	margin-top: -330px;
	margin-left: 30px;
}
.aboCon {
	width: 500px;
	float: right;
	margin-top: 30px;
}
.aboCon h3 {
	font-size: 22px;
	color: #39AF5E;
	margin-bottom: 20px;
}
.aboCon span {
	display: block;
	width: 500px;
	height: 1px;
	background: #f4f4f4;
	position: relative;
}
.aboCon span tt {
	display: block;
	width: 50px;
	height: 5px;
	background: #39AF5E;
	position: absolute;
	margin-top: -2px;
}
.aboCon p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-top: 30px;
}
.aboCon a {
	display: block;
	width: 140px;
	height: 40px;
	color: #fff;
	background: #39AF5E;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}
/*关于我们结束*/
/*新闻开始*/
.news {
	width: 100%;
	height: 533px;
	/* padding: 60px 0; */
}
.news .newsL {
	float: left;
	width: 540px;
}
.news .newsL div {
	width: 540px;
	height: 120px;
	background: #39AF5E;
}
.news .newsL div span {
	display: block;
	float: left;
	width: 140px;
	height: 120px;
}
.news .newsL div span h5 {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	margin-top: 24px;
	margin-left: 20px;
	font-weight: 500;
}
.news .newsL div span i {
	font-style: normal;
	font-size: 14px;
	color: #fff;
	font-family: georgia;
	display: block;
	text-transform: uppercase;
	margin-left: 20px;
	margin-top: 4px;
}
.news .newsL div tt {
	display: block;
	float: left;
	width: 400px;
	height: 120px;
	background: url(../images/newstp1_03.png)no-repeat;
}
.news .newsL div a {
	display: block;
	float: right;
	width: 100px;
	height: 50px;
	background: #39AF5E;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
.news .newsL ul {
	width: 540px;
	background: #fafafa;
}
.news .newsL ul li {
	width: 540px;
	height: 90px;
	border-bottom: solid 1px #ddd;
}
.news .newsL ul li:last-child {
	border: none;
}
.news .newsL ul li span {
	display: block;
	float: left;
	width: 100px;
	height: 60px;
	padding-right: 20px;
	padding-top: 20px;
}
.news .newsL ul li span i {
	font-style: normal;
	color: #999;
	font-family: arial;
	display: block;
	font-size: 22px;
	text-align: right;
}
.news .newsL ul li span b {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	text-align: right;
}
.news .newsL ul li tt {
	display: block;
	float: right;
	width: 410px;
	padding-top: 20px;
}
.news .newsL ul li tt h3 {
	font-weight: normal;
	display: block;
	width: 380px;
	font-size: 15px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newsL ul li tt p {
	width: 380px;
	font-size: 14px;
	color: #ccc;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newsL ul li:hover tt h3 {
	color: #39AF5E;
	transition: .4s;
}
.news .newsR {
	float: right;
	width: 540px;
}
.news .newsR .newsK {
	width: 540px;
	height: 98px;
	background: #39AF5E;
}
.news .newsR .newsK span {
	display: block;
	float: left;
	width: 140px;
	height: 98px;
}
.news .newsR .newsK span h5 {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	margin-top: 24px;
	margin-left: 20px;
	font-family: 微软雅黑;
	font-weight: 500;
}
.news .newsR .newsK span i {
	font-style: normal;
	font-size: 14px;
	color: #fff;
	font-family: georgia;
	display: block;
	text-transform: uppercase;
	margin-left: 20px;
	margin-top: 4px;
}
.news .newsR .newsK tt {
	display: block;
	float: left;
	width: 400px;
	height: 98px;
}
.news .newsR .newsK a {
	display: block;
	float: right;
	width: 100px;
	height: 50px;
	background: #333;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
.news .newsR .hytp {
	width: 540px;
	height: 142px;
	background: url(../images/newstp2_03.png) no-repeat;
}
.news .newsR .news_tt {
	width: 540px;
	background: #F4F4F4;
	height: 80px;
	padding-top: 20px;
	border-bottom: solid 1px #ccc;
}
.news .newsR .news_tt a {
	text-decoration: none;
}
.news .newsR .news_tt h3 {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	padding-right: 20px;
	font-weight: normal;
}
.news .newsR .news_tt h3 i {
	font-size: 20px;
	color: #999;
	text-align: right;
	display: block;
	font-style: normal;
}
.news .newsR .news_tt h3 b {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	text-align: right;
}
.news .newsR .news_tt .ttcon {
	float: right;
	width: 400px;
}
.news .newsR .news_tt .ttcon p:first-child {
	display: block;
	width: 380px;
	font-size: 15px;
	color: #777;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-style: normal;
}
.news .newsR .news_tt .ttcon p:last-child {
	display: block;
	width: 380px;
	font-size: 14px;
	color: #bbb;
	font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .newsR .news_tt:hover .ttcon p:first-child{
	color: #39AF5E;
	transition: .4s;
}
.hyttcon {
	width: 540px;
	background: #F4F4F4;
}
.hyttcon li {
	height: 70px;
	border-bottom: solid 1px #ccc;
}
.hyttcon li:last-child {
	border: none;
}
.hyttcon li span {
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	padding: 24px 20px 0 0;
}
.hyttcon li span i {
	font-size: 20px;
	font-family: arial;
	color: #999;
	float: left;
	font-style: normal;
	margin-left: 20px;
	margin-right: 4px;
}
.hyttcon li span b {
	font-size: 14px;
	font-family: arial;
	color: #ccc;
	font-weight: normal;
}
.hyttcon li p {
	font-size: 14px;
	color: #777;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newsR .hyttcon li:hover p{
	color: #39AF5E;
	transition: .4s;
}
/*新闻结束*/
/*links 开始*/
.links{
	width: 100%;
	height: 100px;
}
.links h4{
	float: left;
	display: block;
	font-size: 55px;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
	position: relative;
	font-style: normal;
}
.links h4 i{
	position: absolute;
	display: block;
	width: 120px;
	height: 30px;
	background: #fff;
	font-size: 14px;
	color: #39AF5E;
	text-align: center;
	line-height: 30px;
	letter-spacing: 5px;
	font-style: normal;
	font-weight: normal;
	margin-top: -60px;
	margin-left: 20px;
}
.links p{
	display: block;
	float: left;
}
.links p a{
	display: block;
	float: left;
	font-size: 14px;
	color: #777;
	padding: 24px 14px;
}
.links p a:hover{
	color: #39AF5E;
}
/*links 结束*/
