﻿@charset "utf-8";
* {
	font-family: "PingFang SC", arial, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
img {
	border: none;
}
ul,
li {
	list-style: none;
}
a {
	color: #682c2a;
	text-decoration: none;
}
.clear,
.clearfix {
	clear: both;
}
#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 36px;
	height: 42px;
	overflow: hidden;
	background: #51b935 url(../images/totop.png) no-repeat center;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: none;
	transition: .3s;
	z-index: 3;
}
.floatLeft {
	float: left;
}
/*header*/
/**/
.header_box {
	width: 100%;
	height: 139px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	overflow: hidden;
}
.header_box_fixed {
	height: 0;
}
.header {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.header h1 {
	width: 128px;
	height: 100%;
	float: left;
	padding-top: 10px;
	padding-left: 23px;
}
.hname {
	float: left;
	width: 550px;
	padding-top: 20px;
}
.hname h2 {
	font-size: 32px;
	color: #51b935;
}
.hname h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 12px;
	letter-spacing: 18px;
}
.htel {
	min-width: 203px;
	min-height: 80px;
	border-radius: 80px;
	background: #51b935 url(../images/htel.png) no-repeat center left 10px;
	float: right;
	margin-top: 20px;
	position: relative;
	padding-left: 80px;
	padding-right: 20px;
}
.htel_p {
	padding: 13px 5px 4px 9px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 17px;
}
.htel_name {
	color: #0c9f8c;
	font-size: 28px;
	font-weight: bold;
	font-family: arial;
	margin-top: 2px;
	letter-spacing: 1px;
	padding-left: 8px;
	color: #fff;
}
.hlink {
	float: right;
	margin-top: 47px;
	border-left: 1px solid #ccc;
}
.hlinka {
	display: block;
	width: 111px;
	height: 60px;
	float: left;
	text-align: center;
	padding-top: 33px;
	box-sizing: border-box;
	font-size: 15px;
	color: #666;
	position: relative;
}
.hlinka:hover {
	color: #1c8e84;
}
.hlinka:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/topicon.png) left 80px top 0;
	position: absolute;
	top: -5px;
	left: 37px;
}
.hlinka:last-child:before {
	background: url(../images/topicon.png) left 40px top 0;
}
/*Navigation*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.98);
	text-align: center;
	/* overflow: hidden; */
}
.nav_fixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	z-index: 999;
}
.navLiA {
	color: #666;
	font-size: 14px;
	padding: 16px 0;
	margin-right: 60px;
	position: relative;
}
.navLiA:before {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #51b935;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
}
.navLiA:last-child {
	margin-right: 0;
}
.navLiA:hover {
	color: #51b935;
}
.navLiA:hover:before {
	width: 50%;
}
.navLiAOn {
	color: #51b935;
}
.navLiAOn:before {
	width: 50%;
}
/*header end*/
/*banner star*/
.swiper-container-banner {
	width: 100%;
}
.swiper-container-banner-fixed {
	position: fixed;
	top: 148px;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-container-banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 10px !important;
	background: rgba(77, 178, 50, 0.3);
	transition: .3s;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	background: #53b838;
}
.swiper-button-prev-banner {
	width: 43px;
	height: 61px;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-prev-banner {
	opacity: 1;
	left: 50px;
}
.swiper-button-prev-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(16.1px, 0.6px);
}
.swiper-button-prev-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 0px);
}
.swiper-button-next-banner {
	width: 43px;
	height: 61px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%) rotateZ(180deg);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-next-banner {
	opacity: 1;
	right: 50px;
}
.swiper-button-next-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(17px, 1px);
}
.swiper-button-next-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	/* border-radius: 50%; */
	background: #ffffff;
	transform: skew(30deg) translate(16px, 1px);
}
.swiper-pagination-banner {
	text-align: center;
	position: absolute;
	bottom: 35px !important;
	z-index: 11;
}
/*banner end*/
/*search star*/
.resou_box {
	width: 100%;
	height: 150px;
	position: relative;
	z-index: 3;
	transform: translateY(-50%);
}
.resou_box:before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: #222222;
	position: absolute;
	bottom: 0;
}
.resou {
	width: 1200px;
	height: 100%;
	background: url(../images/resoubg.png);
	margin: 0 auto;
	box-sizing: border-box;
	color: #333;
	position: relative;
	box-shadow: 4px 4px 10px #191919;
}
.resou:before {
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #4a4a4a;
	position: absolute;
	left: 198px;
	top: 35px;
}
.resou:after {
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #4a4a4a;
	position: absolute;
	left: 815px;
	top: 35px;
}
.resou a {
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}
.resou_al {
	float: left;
	padding: 63px 0 0 44px;
}
.resou_wordbox {
	width: 490px;
	font-size: 14px;
	float: left;
	color: #fff;
	height: 20px;
	margin: 65px 10px 10px 112px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.resou_wordbox a {
	color: #fff;
}
.resou_wordbox a:hover {
	text-decoration: underline;
}
/**/
.search_cont {
	width: 400px;
	position: absolute;
	left: 420px;
	top: 50%;
	transform: translateY( -50%);
}
.resou_right {
	width: 600px;
	height: 100%;
	background: #6d1cf2;
	position: absolute;
	right: 0;
	top: 0;
}
.search {
	width: 284px;
	height: 40px;
	background: #fff;
	float: right;
	margin: 55px 50px 0 0;
}
.select {
	width: 54px;
	height: 100%;
	background: #51b935;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	outline-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	font-family: arial;
	float: left;
	/* margin-left: 20px; */
}
.select option {
	color: #333;
	background: #ffffff;
}
.search:focus {
	outline: none;
}
.search .search_tow {
	width: 170px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: 2px;
	background: #111119;
	font-size: 12px;
	color: #999;
	border: 1px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.search .search_button {
	width: 50px;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url(../images/searchico.png)no-repeat center;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0);
	font-size: 18px;
	border: 0;
	cursor: pointer;
	float: right;
}
.search .search_tow:focus {
	outline: #333;
}
.SearchType {
	background: rgba(0, 0, 0, 0);
}
.search .search_tow::-moz-placeholder {
	color: #333;
}
.search .search_tow::-ms-input-placeholder {
	color: #333;
}
.search .search_tow::-webkit-input-placeholder {
	color: #333;
}
.searchIco {
	width: 30px;
	height: 30px;
	background: url(../images/searchico.png) no-repeat center;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: 56%;
	transform: translateY(-50%);
}
/*search end*/
/*网站地图开始*/
.mapUl {
	margin: 20px;
	border-bottom: 1px dashed #D9D9D9;
}
.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}
.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.mapUlP:hover {
	color: #5B9C34;
}
.mapUl .mapLi {
	color: #666;
}
.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}
.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}
.mapLi:hover {
	color: #5B9C34;
}
.on {
	background: #5B9C34;
}
.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*sitemap end*/
.caseOneTilte {
	text-align: center;
}
/*links star*/
.links_be {
	width: 100%;
	height: 10px;
	overflow: hidden;
}
.links_be_box {
	width: 1200px;
	height: 100%;
	background: #51b935;
	margin: 0 auto;
	position: relative;
}
.links_be_box:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #003a00;
	transform: skew(-45deg);
	position: absolute;
	left: -5px;
	top: 0;
	z-index: -1;
}
.links_be_box:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #003a00;
	transform: skew(45deg);
	position: absolute;
	right: -5px;
	top: 0;
	z-index: -1;
}
.links_box {
	width: 100%;
	background: #222222;
	color: #fff;
}
.links {
	width: 1200px;
	background: #51b935;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 29px 0 29px 150px;
}
.links:before {
	content: url(../images/links.png);
	position: absolute;
	left: 30px;
	top: 18px;
}
.links a {
	font-size: 14px;
	color: #fff;
	margin-right: 18px;
}
.links a:hover {
	text-decoration: underline;
}
/*links end*/
/*footer star*/
.footer {
	width: 100%;
	height: 237px;
	background: #222;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}
.footer_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.ft_left {
	float: left;
	width: 960px;
}
.ft_nav {
	height: 95px;
	line-height: 95px;
	border-bottom: 1px solid #666;
}
.ft_nav a {
	color: #fffefe;
	font-size: 14px;
	margin-right: 10px;
	padding: 20px 0;
}
.ft_nav a:hover {
	color: #51b935;
}
.ft_nav a:last-child {
	margin-right: 0;
}
.ft_info {
	height: 30px;
	line-height: 30px;
	padding-left: 60px;
	margin-top: 42px;
	background: url(../images/fttel.png) no-repeat center left;
	color: #fff;
}
.ft_info p {
	float: left;
	margin: 0 10px;
}
.ft_info .ft_info_num {
	font-weight: bold;
	font-size: 24px;
	color: #51b935;
}
.ft_right {
	width: 150px;
	float: right;
	padding-top: 33px;
}
.ft_ewmimg img {
	width: 150px;
	height: 150px;
}
.ft_ewmname {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 7px;
}
/*copyright*/
.copyright {
	width: 100%;
	height: 50px;
	line-height: 80px;
	background: #51b935;
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	/* padding-top: 25px; */
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	transition: 1s ease-in-out;
}
.copyright_box {
	width: 1200px;
	margin: 0 auto;
}
.copyright a {
	color: #fff;
	position: relative;
}
.copyright a:hover {
	color: #fff;
	text-decoration: underline;
	
}
/*footer end*/
