@charset 'utf-8';

/* reset */
body,h1,h2,h3,h4,h5,h6,dl,dd,ul,ol,p{margin:0;}
ul,ol,th,td,input,textarea {padding:0;}
body{font-family:'Microsoft YaHei';font-size:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
table{border-collapse:collapse;}
img,iframe{border:0;}
ol,ul{list-style:none;}
i,em{font-style:normal;}
strong{font-weight:normal;}
input,select,textarea{font-family:'Microsoft YaHei';}
textarea{overflow:auto;resize:none;}
a{text-decoration:none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {font-size:14px;color:#666;}
input:-moz-placeholder, textarea::-moz-placeholder {font-size:14px;color:#666;} 
input::-moz-placeholder, textarea::-moz-placeholder {font-size:14px;color:#666;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {font-size:14px;color:#666;}

/*********** header-box START *************/
.headerBorder {
	margin-bottom: 3px;
	-webkit-box-shadow: 0 3px 3px #e3e7eb;
	   -moz-box-shadow: 0 3px 3px #e3e7eb;
	        box-shadow: 0 3px 3px #e6e6e6;
}
.header-box {
	height: 82px;
	margin: 0 20px;
	background: #fff;
}
.header-box .cutline {
	height: 33px;
	margin: 0 23px 0 20px;
	border-right: solid 1px #eaeaea;
	display: none;
}
.header-box .motto {
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;
	display: none;
}

.m-nav { margin-top: 23px; }
.m-nav .nav>li {
	float: left;
	position: relative;
	width: 106px;
}
.m-nav .nav>li>.u-a-wrap {
	font-size: 14px;
	line-height: 37px;
	color: #4e4e4e;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
}
.m-nav .nav>li:hover>.u-a-wrap,
.m-nav .active>.u-a-wrap {
	background: #007f41;
	color: #fff !important;
}
.m-nav .subnav {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 5px 0 15px 0;
	background: #fff;
	border: solid 1px #007f41;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.m-nav .subnav li {
	margin: 0 10px;
	border-bottom: solid 1px transparent;
}
.m-nav .subnav .u-a-wrap {
	font-size: 14px;
	line-height: 40px;
	color: #666;
}
.m-nav .subnav li:hover {border-color: #007f41;}
/*********** header-box END *************/

/*********** banner-box START *************/
.banner-box {
	padding: 0 40px 40px 40px;
	background: #fff;
}
.banner-box .u-img {
	width: 100%;height: 605px;
}
.banner-box .v-btn { bottom: 18px; }
.banner-box .v-btn span {
	position: relative;
	width: 42px;height: 4px;
	margin: 0 7px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.banner-box .v-btn span:after {
	content: "";
	display: block;
	position: absolute;top: 0;bottom: 0;left: 0;
	width: 100%;height: 1px;
	background: #d7d7d7;
}
.banner-box .v-btn .selected span:after {
	height: 4px;
	background: #676767;
}
/*********** banner-box END *************/

.main-box { background: #f7f7f7; }

/*********** m-header START *************/
.m-header { padding: 44px 0 46px 0; }
.m-header .CH {
	font-size: 30px;
	line-height: 38px;
	color: #333;
}
.m-header .EN {
	font-size: 12px;
	line-height: 25px;
	color: #7f7f7f;
}
/*********** m-header END *************/

/*********** m-product START *************/
.m-product { margin-bottom: 50px; }
.m-pictureList .content { padding-bottom: 43px; }
.m-product ul,
.m-pictureList .content ul { width: 1220px; }
.m-product li,
.m-pictureList .content li {
	float: left;
	width: 386px;
	height: 351px;
	margin: 0 20px 20px 0;
}
.m-product li .u-img,
.m-pictureList .content li .u-img { height: 258px; }
.m-product li .wraper,
.m-pictureList .content li .wraper {
	position: relative;
	padding: 19px 58px 18px 23px;
	border-bottom: solid 1px #e1e1e1;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
}
.m-product li:hover .wraper,
.m-pictureList .content li:hover .wraper {border-color: #007f41 !important;}
.m-product li .icon,
.m-pictureList .content li .icon {
	position: absolute;top: 34px;right: 29px;
	width: 29px;height: 19px;
	background: url(../images/icon/prod-arw.png);
}
.m-product li .article .tit,
.m-pictureList .content li .article .tit {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.m-product li:hover .article .tit,
.m-pictureList .content li:hover .article .tit {color: #007f41 !important;}
.m-product li .article .ctn,
.m-pictureList .content li .article .ctn {
	font-size: 12px;
	line-height: 25px;
	color: #999;
}
.m-product .more,
.m-news .more {
	width: 158px;
	margin: 50px auto 0 auto;
	border: solid 1px #909090;
	font-size: 12px;
	line-height: 34px;
	color: #494949;
}
.m-product .more { margin-top: 30px; }
.m-product .more:before,
.m-product .more:after,
.m-news .more:before,
.m-news .more:after {
	content: "";
	display: block;
	position: absolute;top: 0;bottom: 0;
	width: 30px;height: 0;
	margin: auto 0;
	border-top: solid 1px #909090;
}
.m-product .more:before,
.m-news .more:before { left: 14px; }
.m-product .more:after,
.m-news .more:after { right: 14px; }
.m-product .more:hover,
.m-news .more:hover {
	background: #4e4e4e;
	color: #f7f7f7;
}
.m-product .more:hover:before,
.m-product .more:hover:after,
.m-news .more:hover:before,
.m-news .more:hover:after { visibility: hidden; }
/*********** m-product END *************/

/*********** m-advantage START *************/
.m-advantage {
	padding-bottom: 60px;
	background: #fff;
}
.m-advantage li {
	margin: 5px 0;
}
.m-advantage li .icon {
	position: relative;
	display: inline-block;*display: inline;*zoom: 1;
	width: 148px;height: 148px;
	margin-right: 20px;
	border: solid 1px #4e4e4e;
	font: 60px/148px 'Arial';
	color: #4e4e4e;
	text-align: center;
	vertical-align: middle;
}
.m-advantage li .icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 138px;
	border: solid 5px transparent;
	border-top: solid 5px #007f41;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.m-advantage li .article {
	display: inline-block;*display: inline;*zoom: 1;
	vertical-align: middle;
	width: 410px;
}
.m-advantage li .article .tit {
	font-size: 18px;
	line-height: 30px;
	color: #4e4e4e;
}
.m-advantage li .article .ctn {
	font-size: 12px;
	line-height: 27px;
	color: #999;
}
/*********** m-advantage END *************/

/*********** m-about START *************/
.m-about { background: url(../images/background/about.jpg) no-repeat center center; }
.m-about .area { height: 388px; }
.m-about .header { margin-top: 87px; }
.m-about .header .CH {
	font-size: 30px;
	line-height: 40px;
}
.m-about .header .EN {
	font-size: 12px;
	line-height: 23px;
	color: #fefefe;
}
.m-about .content {
	top: 0;left: 0;
	height: 300px;
	background: #fff;
}
.m-about .content .u-img {
	width: 452px;height: 174px;
	margin: 64px 0 0 72px;
}
.m-about .content .article {
	height: 174px;
	margin: 64px 67px 0 600px;
}
.m-about .content .article .ctn {
	height: 112px;overflow: hidden;
	font-size: 12px;
	line-height: 28px;
	color: #999;
}
.m-about .content .article .more {
	bottom: 0;left: 0;
	width: 158px;
	border: solid 1px #909090;
	font-size: 12px;
	line-height: 34px;
	color: #494949;
}
.m-about .content .article .more:before,
.m-about .content .article .more:after {
	content: "";
	display: block;
	position: absolute;top: 0;bottom: 0;
	width: 30px;height: 0;
	margin: auto 0;
	border-top: solid 1px #909090;
}
.m-about .content .article .more:before { left: 14px; }
.m-about .content .article .more:after { right: 14px; }
.m-about .more:hover {
	background: #4e4e4e;
	color: #f7f7f7 !important;
}
.m-about .more:hover:before,
.m-about .more:hover:after { visibility: hidden; }
/*********** m-about END *************/

/*********** m-news START *************/
.m-news { margin: 158px 0 50px 0; }
.m-news ul {
	width: 1270px;
	border-bottom: solid 1px #d8d8d8;
}
.m-news li {
	position: relative;
	float: left;
	width: 565px;
	margin: 0 70px 50px 0;
	-webkit-transition: all .55s;
	   -moz-transition: all .55s;
	        transition: all .55s;
}
.m-news li .time {
	position: absolute;top: 0;bottom: 0;left: 5px;
	width: 87px;height: 72px;
	margin: auto 0;
	border: solid 1px #999;
	text-align: center;
}
.m-news li .time .date {
	font-size: 30px;
	line-height: 50px;
	color: #4e4e4e;
}
.m-news li .time .month {
	border-top: solid 1px #999;
	font-size: 12px;
	line-height: 21px;
	color: #4e4e4e;
}
.m-news li .article { margin-left: 115px; }
.m-news li .article .tit {
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
}
.m-news li:hover .tit {color: #007f41 !important;}
.m-news li .article .ctn {
	height: 56px;overflow: hidden;
	font-size: 12px;
	line-height: 28px;
	color: #999;
}
/*********** m-news END *************/

/*********** m-partner START *************/
.m-partner { background: #fff; }
.m-partner .area { height: 134px; }
.m-partner .header {
	width: 160px;
	margin-right: 30px;
}
.m-partner .header .CH span {
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.m-partner .header .CH:after {
	content: "";
	display: inline-block;*display: inline;*zoom: 1;
	width: 26px;height: 26px;
	margin-left: 10px;
	background: url(../images/icon/arw-partner.png);
	vertical-align: middle;
}
.m-partner .header .EN {
	font-size: 12px;
	line-height: 22px;
	color: #7f7f7f;
}
.m-partner .content { width: 996px; }
.m-partner li {
	float: left; 
	width: 160px;
	margin: 0 3px;
	-webkit-filter:grayscale(1);
}
.m-partner li:hover { -webkit-filter:grayscale(0); }
.m-partner li .u-img { height: 66px;padding: 0 5px; }
/*********** m-partner END *************/

/*********** footer-box START *************/
.footer-box {
	border-top: solid 3px #e7e7e7;
	background: #f7f7f7;
}
.footer-box .area { height: 362px; }
.footer-box .weixin { padding-top: 46px; }
.footer-box .weixin img { margin-bottom: 7px; }
.footer-box .weixin .name,
.footer-box .weixin .inf {
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.footer-box .about {
	margin-top: 5px;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}
.footer-box .share { margin-top: 20px; }
.footer-box .share .name {
	font-size: 12px;
	line-height: 32px;
	color: #666;
}
.footer-box .share img { margin: 0 10px; }
/*********** footer-box END *************/

/*********** m-location START *************/
.m-location {
	margin-top: 53px;
	padding-left: 26px;
	font-size: 12px;
	line-height: 35px;
	color: #666;
}
.m-location:before {
	width: 14px;height: 12px;
	background: url(../images/icon/home.png);
}
.m-location a { color: #666; }
.m-location a:hover,
.m-location .active { color: #007f41; }
/*********** m-location END *************/

/*********** m-pictureList START *************/
.m-hWraper { height: 146px; }
.m-hWraper .header { margin-top: 42px; }
.m-hWraper .title {
	padding: 0 30px 0 20px;
	border-right: solid 1px #d9d9d9;
}
.m-hWraper .CH {
	font-size: 24px;
	line-height: 33px;
	color: #333;
}
.m-hWraper .EN {
	font-size: 12px;
	line-height: 24px;
	color: #7f7f7f;
}
.m-hWraper .subtitle { margin-left: 16px; }
.m-hWraper .subtitle li {
	float: left;
	padding: 0 16px;
}
.m-hWraper .subtitle .u-a-wrap {
	font-size: 18px;
	line-height: 46px;
	color: #666;
}
.m-hWraper .subtitle .u-a-wrap:hover { color: #007f41; }
.m-hWraper .subtitle .u-a-wrap:after { border-color: #999; }
.m-hWraper .subtitle .u-a-wrap:hover:after { border-color: #007f41; }
.m-hWraper .subtitle .active .u-a-wrap { color: #007f41; }
.m-hWraper .subtitle .active .u-a-wrap:after { border-color: #007f41; }
.m-pictureList .m-page { margin-top: 20px; }
/*********** m-pictureList END *************/

/*********** m-page START *************/
.m-page{ margin-top: 40px; }
.m-page a,.m-page i {
	display:inline-block;*display:inline;*zoom:1;
	width: 38px;/*按钮的宽度*/
	margin: 0 2.5px;/*按钮的间距*/
	border: solid 1px #eee;/*按钮的边框*/
	background: #fff;/*按钮的背景*/
	font-size: 14px;/*字体大小*/
	line-height: 38px;/*字体高度*/
	color: #717171;/*字体颜色*/
	text-align: center;
	border: solid 1px #eee;
}
.m-page .first,.m-page .last { width: 78px; }/*翻页的宽度*/
.m-page a:hover {
	background: #4e4e4e;
	border-color: #4e4e4e;
	color: #fff;
}
.m-page .active {
	background: #4e4e4e;
	border-color: #4e4e4e;
	color: #fff;
	cursor:default;
}
/*********** m-page END *************/

/*********** m-articleList START *************/
.m-articleList { padding-bottom: 43px; }
.m-articleList .content li {
	position: relative;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}
.m-articleList .content li .article { margin: 24px 115px 22px 23px; }
.m-articleList .content li .tit {
	font-size: 16px;
	line-height: 40px;
	color: #4a4a4a;
}
.m-articleList .content li .ctn {
	height: 35px;overflow: hidden;
	font-size: 12px;
	line-height: 35px;
	color: #999;
}
.m-articleList .content li .time {
	position: absolute;top: 0;bottom: 0;right: 26px;
	width: 87px;height: 72px;
	margin: auto 0;
	border: solid 1px #999;
	text-align: center;
}
.m-articleList .content li .date {
	font-size: 30px;
	line-height: 50px;
	color: #4e4e4e;
}
.m-articleList .content li .month {
	border-top: solid 1px #999;
	font-size: 12px;
	line-height: 21px;
	color: #4e4e4e;
}
/*********** m-articleList END *************/

/*********** m-articleDtl START *************/
.m-articleDtl { padding-bottom: 40px; }
.m-articleDtl .article {
	background: #fff;
	padding-bottom: 53px;
}
.m-articleDtl .article .header {
	padding: 30px 0 30px 0;
	border-bottom: solid 1px #eaeaea;
}
.m-articleDtl .article .tit {
	font-size: 24px;
	line-height: 42px;
	color: #4a4a4a;
}
.m-articleDtl .article .inf {
	font-size: 12px;
	line-height: 33px;
	color: #999;
}
.m-articleDtl .article .imgs img { max-width: 100%; }
.m-articleDtl .article .ctn {
	width: 1070px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #4f4f4f;
	text-indent: 28px;
	text-align: justify;
}
.m-articleDtl .u-album .prev,
.m-articleDtl .u-album .next {
	width: 50px;height: 100px;
}
.m-articleDtl .u-album .prev { background-image: url(../images/icon/album-l.png); }
.m-articleDtl .u-album .next { background-image: url(../images/icon/album-r.png); }
.m-articleDtl .paging {
	margin: 20px 0;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}
.m-articleDtl .paging a {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.m-articleDtl .paging a:hover { color: #666; }
/*********** m-articleDtl END *************/

/*********** sub-message START *************/
.sub-message{margin-bottom: 40px;font-size: 14px;padding: 40px 40px;background-color: #fff;}
.sub-message .m-textimg{color:#333;line-height:24px;margin-bottom:20px;font-size:14px;}
.sub-message .m-textimg img{float:left;margin-right:15px;}
.sub-message i{display:inline-block;padding-right:5px;font-style:normal;color:#f00;*display:inline;*zoom:1;}
.sub-message .m-tage{color:#333;padding:5px 0;}
.sub-message .m-form{margin-bottom:20px;padding:10px;}
.sub-message table{width:100%;}
.sub-message .m-form table td{padding:7px 0;}
.sub-message label{color:#333;position:relative;display:inline-block;width:100px;height:30px;line-height:30px;text-align:right;}
.sub-message .m-form table input{width:74%;height:28px;line-height:28px;padding-left:5px;vertical-align:top;}
.sub-message .m-form .td-textarea{width:60%;vertical-align:middle;}
.sub-message .m-form .td-textarea label{float:left;}
.sub-message .m-form .td-textarea textarea{width:80%;height:168px;padding:5px;vertical-align:middle;}
.sub-message .m-submit{text-align:right;vertical-align:top;}
.sub-message .m-submit img{margin-left:5px;vertical-align:top;}
.sub-message .m-submit .btn{width:80px;height:28px;line-height:24px;margin:0;margin-left:5px;font-family:'microsoft yahei';font-size:14px;border:none;cursor:pointer;}
.sub-message .m-submit input{width:80px;height:24px;line-height:24px;margin:0;padding-left:5px;vertical-align:top;cursor:auto;}
.sub-message .m-submit input,.sub-message .m-form table input,.sub-message .m-form .td-textarea textarea{font-family:'microsoft yahei';border:1px solid #666;background:#fff;}
.sub-message .m-form{background:#fff;}
.sub-message .m-submit .btn{color:#fff;background:#007f41;}
/*********** sub-message END *************/
.article-u-album{
	margin-top: 20px;
}
.article-u-album .gc-d{

}
.article-u-album .gc-d ul{
	width: 1000px;
    overflow: hidden;
    height: 670px;
    position: relative;
    margin: 0 auto;
}
.article-ol-div{
	width: 1000px;
	overflow: hidden;
	margin-left: 100px;
	position: relative;
}
.article-ol-div::after{
	content: "";
	width: 35px;
	height: 108px;
	background-color: white;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
}
.article-ol-div::before{
	content: "";
	width: 35px;
	height: 108px;
	background-color: white;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.article-ol-div .ol-prev,.article-ol-div .ol-next{
	font-family: "宋体";
	font-size: 26px;
	float: left;
	position: absolute;
	height: 88px;
    width: 30px;
    text-align: center;
    line-height: 88px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}
.article-ol-div .ol-next{
	right: 0;
}
.article-u-album .gc-d ul li{
	float: left;
    height: 670px;
	width: 1000px;
}
.article-u-album .gc-d ul li img{
	display: block;
    margin: 0 auto;
    width: 1000px;
    height: 670px;
}
.article-u-album .gc-d ol{
	height: 88px;
	width: 200%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    float: left;
    margin-left: 40px;
    position: relative;
}
.article-u-album .gc-d ol li{
	cursor: pointer;
	margin-left: 4.6px;
	height: 84px;
	width: 125px;
	float: left;
	border:2px solid transparent;
}
.article-u-album .gc-d ol li.current{
	border:2px solid #007f41;
}
.article-u-album .gc-d ol li:first-child{
	margin-left: 0;
}
.article-u-album .gc-d ol li img{
	width: 125px;
	display: block;
	height: 84px;
}