@charset "utf-8";

body {
	background-color: #FFFFFF;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #242424;
	text-align: left;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

img {

	max-width: 100%;
}

input,textarea {
	border: 0;
	outline: none;
}

.clear {
	clear: both;
}

.rong {
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

.rong>.ron {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.intit {
	text-align: center;
}

.intit .titRon {
	display: inline-block;
	padding: 0 52px;
	padding-bottom: 7px;
	border-bottom: 1px solid #d2d2d2;
}

.intit .titRon h3 {
	font-family: "黑体";
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #21ad38;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.intit .titRon p {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #232323;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.intit p {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #282828;
	text-align: center;
}

.intitTwo {
	
}

.intitTwo h3 {
	font-family: "黑体";
	font-size: 35px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #21ad38;
	text-align: center;
}

.intitTwo.white h3 {
	color: #ffffff;
}

.intitTwo p {
	font-family: "黑体";
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #282828;
	text-align: center;
}

.intitTwo.white p {
	font-family: arial;
	color: #ffffff;
}

.intitle {
	font-size: 0;
	text-align: center;
}

.intitleA {
	display: inline-block;
	margin: 0 7px;
	width: 157px;
	height: 35px;
	background-color: #f2f2f2;
	border-radius: 17px;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.intitleA:hover {
	color: #ffffff;
	background-color: #21ad38;
}

.intitleA.active {
	color: #ffffff;
	background-color: #21ad38;
}

/*common*/

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
}

.navLogo {
	height: 100px;
	overflow: hidden;
}

.navLogo>.ron {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 20px;
}

a.logo {
	float: left;
	width: 600px;
	height: 100%;
	background: url(../img/logo.png) center no-repeat;
	background-size: 100% auto;
}

a.navPhone {
	float: right;
	padding-top: 25px;
}

a.navPhone .img {
	float: left;
	margin-top: 15px;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background: url(../img/navPhone.png) center no-repeat;
	background-size: cover;
}

a.navPhone .wen {
	float: left;
	width: 200px;
}

a.navPhone .wen h3 {
	font-family: "黑体";
	font-size: 24.41px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #21ad38;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a.navPhone .wen p {
	font-family: "黑体";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #807e7e;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navbarRon {
	background-color: #050505;
}

.navbarRon>.ron {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.navbarRon>.ron>ul {
	font-size: 0;
	text-align: left;
}

.navbarRon>.ron>ul>li {
	display: inline-block;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navbarRon>.ron>ul>li:hover {
	background-color: #21ad38;
}

.navbarRon>.ron>ul>li.active {
	background-color: #21ad38;
}

.navbarRon>.ron a {
	font-family: "黑体";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	padding: 0 40px;
}

.headerZhan {
	height: 148px;
	overflow: hidden;
}

/*nav*/

.inbannar {
	width: 100%;
	min-width: 1200px;
}

.lunbo{
	height: 724px;
	background: url(../img/lunbo.jpg) center no-repeat;
	background-size: cover;
}

/*inbannar*/

.inFooter {
	background: url(../img/inFootBg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 52px;
	padding-bottom: 45px;
}

.inFootTit {
	margin-bottom: 55px;
}

.inFootTit h3 {
	font-family: "黑体";
	font-size: 33.67px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 51px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
}

.inFootTit p {
	font-family: "黑体";
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.inFootTit .xian {
	width: 43px;
	margin: 0 auto;
	height: 2px;
	background-color: #149629;
}

.inFootBao {
	overflow: hidden;
}

.inFootBao .left {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
}

.inFootBao .left .leftTit {
	display: inline-block;
	width: 308px;
	border-bottom: 1px solid #FFFFFF;
}

.inFootBao .left .leftTit h3 {
	font-family: SimHei;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 6px;
}

.inFootBao .left .leftTit p {
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 14px;
}

.inFootBao .left p.footPhone {
	font-family: SimHei;
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #80ff95;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 58px;
}

.inFootBao .left a.footAn {
	margin-top: 27px;
	width: 152px;
	height: 42px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #7fff94;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #7fff94;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inFootBao .right {
	display: block;
	float: right;
	width: 533px;
}

.inFootBao .right label {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 44px;
	background-color: #efefef;
	margin-bottom: 30px;
}

.inFootBao .right label:nth-child(3) {
	height: 120px;
	margin-bottom: 45px;
}

.inFootBao .right label>span {
	display: block;
	float: right;
	width: 28px;
	height: 40px;
	overflow: hidden;
}

.inFootBao .right label>span img {
	display: block;
	width: auto;
	margin: 0 auto;
	height: 100%;
}

.inFootBao .right label>input {
	display: block;
	float: left;
	width: 450px;
	height: 40px;
	background-color: transparent;
	font-family: simsun;
	font-size: 14px;
	line-height: 40px;
	color: #a9a9a9;
}

.inFootBao .right label:last-child {
	height: 120px;
	margin-bottom: 45px;
}

.inFootBao .right label>textarea {
	display: block;
	float: left;
	width: 450px;
	height: 100%;
	background-color: transparent;
	font-family: simsun;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 0;
	color: #a9a9a9;
	resize: none;
}

a.inFootSub {
	width: 347px;
	height: 37px;
	overflow: hidden;
	background-color: #149629;
	font-family: "黑体";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inFootBom {
	background-color: #000000;
	padding-top: 19px;
	padding-bottom: 23px;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #bababa;
	text-align: center;
}

/*inFooter*/

.fix {
	height: 459px;
	background: url(../img/fixab.jpg) center no-repeat;
	background-size: cover;
}

.htmlTit>.Ron {
	padding-bottom: 6px;
}

.htmlTit>.Ron h3 {
	font-family: "黑体";
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #21ad38;
	text-align: center;
	padding-bottom: 6px;
}

.htmlTit>.Ron p {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #232323;
	opacity: 0.22;
	text-align: center;
}

.htmlTit>.Ron .xian {
	width: 47px;
	margin: 0 auto;
	height: 1px;
	background-color: #cbcbcb;
}

.htmlTit p {
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #989898;
	text-align: center;
}

.htmlTitle {
	font-size: 0;
	text-align: center;
}

.htmlTitleA {
	display: inline-block;
	height: 46px;
	margin: 0 1px;
	background-color: #9c9c9c;
	padding: 0 60px;
	font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 2px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.htmlTitleA:hover {
	background-color: #21ad38;
}

.htmlTitleA.active {
	background-color: #21ad38;
}

/*html*/

.page {
	font-size: 0;
	text-align: center;
}

.M-box2 {
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.page a,
.page span {
	display: inline-block;
	height: 30px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	margin: 0 4px;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.page span:hover,
.page a:hover {
	color: #FFFFFF;
	border-color: #59c837;
	background-color: #59c837;
}

.page span.active {
	color: #FFFFFF;
	border-color: #59c837;
	background-color: #59c837;
}

/*page*/