@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}
a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}


/*****************************
			页内css
*****************************/
/*------------------头部---------------------*/
header {
	padding: 10px 20px;
	position: relative;
	text-align: center;
}

header h1 {
	width: 60%;
	float: left;
}

header h1 img {
	width: 100%;
}

header .click {
	margin-top: -15px;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 50%;
	background: url(../images/icon07.png) no-repeat left top;
	background-size: 30px auto;
}

header .dropmenu {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}

header .dropmenu .close {
	padding: 30px 30px;
	text-align: right;
}

header .dropmenu .close span {
	display: inline-block;
	width: 14px;
	height: 14px;
	/*background: url(../images/close.png) -743px -96px no-repeat;*/
	background: url(../images/close.png) 0px 0px no-repeat;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

header .dropmenu ul {
	border-top: 1px solid #fff;
}

header .dropmenu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: left;
	border-bottom: 1px solid #fff;
}

/*------------------大图滚动---------------------*/
.mainImg li {
	width: 100%;
	float: left;
}

.mainImg li a {
	display: block;
}

.mainImg li img {
	width: 100%;
}

/*------------------大图滚动控制圆点---------------------*/
.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: right;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 12px;
	height: 12px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.7;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #02800D;
}

/*------------------导航---------------------*/
#gNavi {
	padding: 15px;
	border-bottom: 4px solid #F4F4F4;
}

#gNavi li {
	width: 33.333333333%;
	float: left;
	box-sizing: border-box;
}

#gNavi li a {
	margin: 0 5px 10px;
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background: #00B0D9;
	border-radius: 5px;
}

#main {
	margin-bottom: 30px;
	clear: both;
}

#main .headLine01 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 2rem;
	color: #222;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

#main .headLine01:before {
	margin-left: -35px;
	width: 70px;
	height: 4px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #00B0D9;
}

#main .headLine01 .en {
	margin: 0 0 -30px;
	display: block;
	color: #ddd;
	font-family: "Times New Roman", Times, serif;
	font-size: 2rem;
}

#main .headLine01 .color {
	color: #00B0D9;
}

.section {
	margin: 0 15px;
	width: auto;
}

#main .product {
	padding: 50px 0 0;
}

#main .product .tuijian {
	margin: 0 0 30px;
	width: auto;
}

#main .product .tuijian li {
	margin: 0 1% 10px;
	width: 48%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

#main .product .tuijian li:before {
	display: none;
	width: 1px;
	margin-top: -10px;
	height: 20px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: #ccc;
}

#main .product .tuijian li a {
	margin: 0 5px;
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 1rem;
	text-align: center;
	border-radius: 30px;
	background: #F2F2F2;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .more a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #00B0D9;
	border-radius: 50px;
}
	
#main .topList {
	padding: 20px 0;
}

#main .topList ul {
	margin: 0;
	width: auto;
	text-align: center;
}

#main .topList li {
	margin: 0 20px;
	display: inline;
}

#main .topList li a {
	margin-bottom: 20px;
	display: inline-block;
	width: 130px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 50px;
	background: #018935;
	-webkit-border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .topList li a:hover {
	color:#000;
	background:#f6c807;
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);
	-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);
	box-shadow:0 2px 20px rgba(102,102,102,.55);
}

#main .leftScroll {
	padding: 0 0 30px;
}

#main .leftScroll li {
	margin: 0 1% 20px;
	width: 48%;
	float: left;
	box-sizing: border-box;
}

#main .leftScroll li a {
	display: block;
	overflow: hidden;
	position: relative;
}

#main .leftScroll li .photo {
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}

#main .leftScroll li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
}

#main .leftScroll li a:hover .photo img {
}

#main .leftScroll li .sub {
	padding: 8px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .leftScroll li p {
	margin-bottom: 10px;
	color: #333;
	font-size: 1rem;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .leftScroll li a:hover p {
	color: #fff;
}

#main .leftScroll li .tel {
	margin: 0;
	padding: 5px 0 5px 35px;
	font-size: 1rem;
	font-weight: bold;
	background: url(../images/tel_on.png) no-repeat left center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}


#main .listBox {
	padding: 40px 0;
}

#main .listBox .list ul {
	margin: 0 -15px;
}

#main .listBox .list li {
	margin-bottom: 20px;
	padding: 0 10px;
	float: left;
	width: 20%;
	box-sizing: border-box;
}

#main .listBox .list li a {
	padding: 15px;
	display: block;
	color: #fff;
	text-align: center;
	background: #02A454;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .listBox .list li a:hover {
	background: #E46C0B;
}

#main .srcoll {
	padding: 25px 0 5px;
}

#main .srcoll ul {
	margin: 0 -15px;
}

#main .srcoll li {
	margin: 0 10px 20px;
	float: left;
}

#main .srcoll li .photo {
	width: 280px;
	height: 230px;
}

#main .srcoll li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
}

#main .srcoll li p {
	margin-top: 10px;
	font-size: 1rem;
	text-align: center;
}

#main .banner {
	margin-bottom: 50px;
	height: 137px;
	background: #02A454 url(../images/banner.jpg) no-repeat center center;
}

#main .about {
	padding: 50px 0 0;
	background: #F9F9F9;
}

#main .about .photo {
	margin: 0;
	position: relative;
}

#main .about .photo img {
	width: 100%;
	position:relative;
}

#main .about .textBox {
	padding: 20px 0;
	box-sizing: border-box;
}

#main .about .textBox p {
	margin-bottom: 10px;
	color: #666;
	font-size: 1rem;
	line-height: 2;
	text-indent: 2em;
}

#main .about .textBox .ttl {
	margin: 0 0 20px 30px;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
	text-indent: 0;
}

#main .about .textBox .ttl span {
	margin-top: 5px;
	padding-top: 10px;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	position: relative;
}

#main .about .textBox .ttl span:before {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

#main .about .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 50%;
	display: block;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	background: #02800D;
	border: 2px solid #fff;
	border-radius: 50px;
}

#main .scheme {
	padding: 50px 0;
}

#main .scheme li {
	padding: 0 15px 20px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#main .scheme li a {
	display: block;
	text-align: center;
}

#main .scheme li a img {
	width: 60%;
}

#main .scheme li a span {
	margin-top: 15px;
	display: block;
	font-size: 1rem;
}






#main .newsBox {
	margin-bottom: 0;
	padding: 30px 0 10px;
	position: relative;
}

#main .newsBox .ttlBox {
	width: 230px;
	float: left;
}

#main .newsBox .ttlBox h2 {
	padding: 40px 0;
	margin: 0;
	color: #fff;
	font-size: 1rem;
	position: relative;
	text-align: center;
	background: #018935;
}

#main .newsBox .ttlBox h2 span {
	display: block;
	font-family: Impact;
}

#main .newsBox .ttlBox .pic {
	height: 350px;
	overflow: hidden;
}
	
#main .newsBox .ttlBox .pic img {
	width: 100%;
}

#main .newsBox .case {
	margin: 0 0 50px;
	padding: 50px 0;
}

#main .newsBox .imgList li {
	margin: 0 0 15px;
	padding: 5px 0;
	color: #666;
	font-size: 1rem;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
}

#main .newsBox .imgList li .pic {
	width: 110px;
	height: 110px;
	float: left;
	overflow: hidden;
	position: relative;
}

#main .newsBox .imgList li .pic img {
	width: 100%;
	height: 100%;
}

#main .newsBox .imgList li a:hover .pic img {
}

#main .newsBox .imgList li .textBox {
	padding: 10px 0 0 120px;
	height: 110px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

#main .newsBox .imgList li .textBox .ttl {
	margin-bottom: 5px;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .imgList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #00A7FF;
}

#main .newsBox .imgList li .date span {
	padding-top: 5px;
	display: block;
	font-size: 1rem;
	font-style: italic;
}

#main .newsBox .imgList li .textBox .txt {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}



.conList {
	margin-bottom: 30px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 1rem;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}
.contact {
	padding: 15px;
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
}

.contact span {
	color: #000;
	font-weight: bold;
}

/*------------------脚部---------------------*/
footer {
	padding-bottom: 120px;
}

footer .fixNavi {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #FF9900;
	border-top: 2px solid #CCC;
}

footer .fixNavi li {
	width: 33.3%;
	float: left;
	text-align: center;
}

footer .fixNavi .conBtn {
	width: 33.4%;
}

footer .fixNavi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 1rem;
}

footer .fixNavi li span {
	margin: 0 auto 5px;
	width: 30px;
	height: 30px;
	display: block;
	background:url(../images/btm02.png) no-repeat left top;
	background-size: 100% 100%;
}

footer .fixNavi .home span {
	background:url(../images/btm01.png) no-repeat left top;
	background-size: 100% 100%;
}

footer .fixNavi .conBtn span {
	background:url(../images/btm03.png) no-repeat left top;
	background-size: 100% 100%;
}

.xiangqing {
	margin: 0 15px;
}

.xiangqing img {
	width: 100% !important;
	height: auto !important;
}
