

/*头部开始*/
.head {
	overflow: hidden;
}

.site_nav {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	color: #858585;
}

.site_nav span a {
	color: #858585;
	padding: 0 6px;
}

.site_nav span a:hover {
	color: #e3b74e;
}

.logo_tel {
	height: 129px;
}

.logo_tel .fl {
	margin: 22px 18px 0 0;
}

.logo_tel .fl img {
	width: 100%;
}

.logo_tel .slogan {
	display: block;
	width: 380px;
	margin-top: 45px;
	font-size: 18.5px;
	color: #565458;
}

.logo_tel .site-tel {
	display: block;
	margin-top: 50px;
	font-size: 14px;
	color: #303030;
	background: url("../Images/tel.jpg") no-repeat 0 8px;
	padding-left: 33px;
}

.logo_tel .site-tel b {
	display: block;
	font-size: 26px;
	font-family: "Arial";
	color: #f78e0e;
}

.logo_tel .slogan p {
	font-weight: normal;
	font-size: 14px;
	color: #595959;
	letter-spacing: 5px;
	line-height: 30px;
}

.main_nav {
	background: linear-gradient(to right, rgba(24, 145, 54, 1) 39%, rgba(68, 135, 44, 1) 78%, rgba(211, 211, 12, 1) 95%);
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}

.main_nav li {
	float: left;
	text-align: center;
	position: relative;
}

.main_nav li a {
	font-size: 16px;
	color: #fff;
	padding: 0 41px;
	display: block;
}

.main_nav li a:hover,
.main_nav li.cur a {}

/*头部结束*/

/* 产品分类列表 */
.homeArea {
	padding: 50px 0;
}

.homeArea li {
	overflow: hidden;
	width: 387px;
	height: 240px;
	background: url(../images/pg.jpg) no-repeat;
	float: left;
	margin: 18px 18px 0px 0px;
}

.homeArea li:nth-child(3n) {
	margin-right: 0px;
}

.homeArea li .font {
	float: left;
	width: 160px;
	margin-left: 20px;
}

.homeArea li .pic {
	display: block;
	float: right;
	width: 200px;
}

.homeArea li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.homeArea li .font h5 {
	font-size: 20px;
	color: #333;
	line-height: 33px;
	padding-top: 80px;
	margin-bottom: 30px;
	position: relative;
}

.homeArea li h5 span {
	display: block;
	font-size: 18px;
}

.homeArea li .font h5:before {
	position: absolute;
	width: 27px;
	height: 2px;
	background-color: #248530;
	left: 0;
	top: 72px;
	content: "";
}

.homeArea li .font .more {
	display: block;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	color: #888;
	border-radius: 50px;
	font-size: 14px;
	position: relative;
	z-index: 0;
	transition: all .4s;
}

.homeArea li .font .more i {
	position: absolute;
	width: 7px;
	height: 16px;
	background-image: url(../images/hjt-ico1.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.homeArea li .font .more:after {
	content: "";
	position: absolute;
	width: 100%;
	background-color: #9cb92b;
	border-radius: 50px;
	transition: all .4s;
	z-index: -1;
	right: 0;
	left: 0;
	bottom: 0;
	height: 0;
}

.homeArea li:hover .font .more:after {
	height: 100%;
}

.homeArea li:hover .font .more i {
	background-image: url(../images/hjt-ico2.png);
}

.homeArea li:hover .font .more {
	color: #fff;
	padding-left: 20px;
	width: 120px;
}

.homeArea .li1 {
	width: 588px;
	height: 290px;
	margin-right: 18px;
	margin-bottom: 18px;
}

.homeArea .li1 .font,
.homeArea .li2 .font {
	width: 220px;
	margin-left: 60px;
}

.homeArea .li1 .pic,
.homeArea .li2 .pic {
	width: 300px;
	height: 290px;
}

.homeArea .li1 .font .more {
	width: 220px;
}

.homeArea .li1 h5 {
	font-size: 26px;
}

.homeArea .li1 h5 span {
	display: block;
	font-size: 20px;
}

.homeArea .li1:hover .font .more {
	width: 180px;
}

.homeArea .li2 {
	width: 588px;
	margin-bottom: 18px;
}

.homeArea .li4 {}

.homeArea li:hover .pic img {
	transform: scale(1.08);
}

/* 尾部开始 */
.footer {
	background-color: #eef3f6;
	padding: 40px 0 20px;
}

.footer .nav {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.footer .nav a {
	font-size: 14px;
	color: #000;
	opacity: .8;
	margin: 0 42px;
}

.footer .contact {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.footer .contact span {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left center;
}

.footer .contact span b {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	margin-top: 2px;
}

.footer .contact .s1 {
	padding-left: 50px;
	width: 220px;
	background-image: url(../Images/footer-ico1.png);
}

.footer .contact .s2 {
	padding-left: 60px;
	width: 255px;
	background-image: url(../Images/footer-ico2.png);
	margin-left: 140px;
}

.footer .contact .s3 {
	padding-left: 60px;
	width: 265px;
	background-image: url(../Images/footer-ico3.png);
}

.footer .contact .s4 {
	padding-left: 60px;
	width: 230px;
	background-image: url(../Images/footer-ico4.png);
}

.footer .note {
	color: #333;
	padding: 30px 0;
}

.footer .note .adrr {
	float: left;
	color: #333;
}

.footer .note .ico {
	float: right;
}

.footer .note .ico a {
	padding: 0 23px;
	border-left: 1px solid #a3cfef;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.footer .note .ico .a1 {
	background-image: url(../Images/fchat-ico1.png);
	border-left: 0;
}

.footer .note .ico .a2 {
	background-image: url(../Images/fchat-ico2.png);
}

.footer .note .ico .a3 {
	background-image: url(../Images/fchat-ico3.png);
}

.footer .note .ico .a4 {
	background-image: url(../Images/fchat-ico4.png);
	padding-right: 0;
	padding-left: 30px;
	background-position: right center;
}

.footer .note .ico img {
	position: absolute;
	width: 120px;
	height: 120px;
	padding: 3px;
	bottom: 30px;
	left: 50%;
	margin-left: -60px;
	display: none;
}

.footerBot {
	background-color: #002600;
	height: 56px;
}

.footerBot .wrap {
	position: relative;
}

.footerBot .fl {
	line-height: 56px;
	color: #eee;
	opacity: .9;
}

.footerBot .fl a {
	color: #eee;
}

.footerBot .fl a:hover {
	color: #fff;
}

.footerBot .link {
	position: relative;
	margin-top: 10px;
	float: right;
}

.footerBot .link span {
	display: block;
	height: 36px;
	line-height: 36px;
	border: 1px solid #eee;
	width: 150px;
	text-align: center;
	color: #eee;
	vertical-align: middle;
	cursor: pointer;
}

.footerBot .link span i {
	display: inline-block;
	width: 12px;
	height: 7px;
	background-image: url(../Images/htop-ico2.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 10px;
}

.footerBot .link span i.curr {
	background-image: url(../Images/htop-ico3.png);
}

.footerBot .link ul {
	position: absolute;
	bottom: 38px;
	background-color: #0096df;
	left: 0;
	right: 0;
	border: 1px solid #85b7da;
	padding: 10px;
	border-bottom: 0;
	height: 120px;
	overflow-y: auto;
	display: none;
}

.footerBot .link ul li {
	height: 30px;
	line-height: 30px;
}

.footerBot .link ul li a {
	color: #fff;
	display: block;
	text-align: center;
	transition: all .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footerBot .link ul li a:hover {
	background-color: #0083c2;
	color: #fff;
}

/* 尾部结束 */
