@charset "utf-8";
/* CSS Document */
html{}
body{
	margin-bottom:40px !important;
}
.main{position:relative; margin-left:auto; margin-right:auto; min-width:320px; max-width:640px; overflow:hidden; background-color:#fff; font-family:Microsoft YaHei;}
a{text-decoration:none; color:#666;}

.header{
	max-height:160px;
	overflow:hidden;

}
.header .logoImg img{
	float: left;
width: 14em;
margin-top: 3%;
margin-right: 0;
margin-bottom: 1.5%;
margin-left: 2%;
}
.header .hdTxt{
	float:right;
	margin-top:6%;
	margin-right:0%;
	width:45%;
}
.header .hdTxt h2{
	color:#333;
	font-weight:normal;
	font-size:1.3em;
}
.header .hdTxt a{
	padding-left:1.15em;
	color:#10763b;
	font-size:1.5em;
	background-size:0.976em;
	font-family:arial;
	background-image: url(../images/index_06.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.nav{
	background-color: #085318;
}
.nav ul{overflow:hidden;}
.nav li{float:left; width:25%; text-align:center;}
.nav li a{
	display:block;
	padding:15% 0px;
	font-size:1.167em;
	color:#fff;
	margin-top:1px;
	position:relative;
	background-color:#107637;
	
	background-image:-moz-linear-gradient(top , #31962d , #107637);
	background-image:-webkit-linear-gradient(top , #31962d , #107637);
	background-image:-o-linear-gradient(top , #31962d , #107637);
	background-image:-ms-linear-gradient(top , #31962d , #107637);
	background-image:linear-gradient(top , #31962d , #107637);
}
.nav li a:after{
	content:'';
	position:absolute;
	top:0;
	right:-2px;
	z-index:9;
	height:100%;
	width:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2a9a52;
	border-left-color: #085318;
}

.bannerBox img{width:100%;}


.focus{ width:100%;  margin:0 auto; position:relative; overflow:hidden;   }
	.focus .hd{ width:100%; height:5px;  position:absolute; z-index:1; bottom:0; text-align:center;  }
	.focus .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5);   }
	.focus .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1;font-size:0 }
	.focus .hd ul .on{
	background-color: #10763b;
}
	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%;  }
	.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
	

@media screen and (min-width:320px) {
	body{font-size:75%;}
}
@media screen and (min-width:480px) {
	body{font-size:87.5%;}
}
@media screen and (min-width:540px) {
	body{font-size:112.5%;}
}
@media screen and (min-width:550px) {
	body{font-size:125%;}
}
@media screen and (min-width:640px) {
	body{font-size:150%;}
}

.flBox{
	overflow:hidden;
	margin-top: 1em;
}

.flBox dl dt{
	text-align: center;
}
.flBox dl dt h2{
	font-size: 1.5em;
	line-height: 2em;
}
.flBox dl dt span{
	font-size: 1em;
	text-transform: uppercase;
	font-family: Arial;
	color: #959595;
}
.flBox dl dd{
	background-image: url(../images/index_15.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:25em;
	height:15em;
	margin-top: 1em;
}
.flBox dl dd .fl{
	margin-left: 5%;
	width: 60%;
}
.flBox dl dd .fl b {
	color: #10763b;
	font-size: 1.1em;
	line-height: 2.5em;
}
.flBox dl dd .fl p{
	line-height: 200%;
	text-indent: 2em;
}
.Science-box {
	margin-top: 1em;
}
.Science-box dl dt{
	text-align: center;
}
.Science-box dl dt h2{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #10763b;
}
.Science-box dl dt span{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}
.Science-box dl dd {
	margin-top: 1em;
}
.Science-box dl dd ul{}
.Science-box dl dd ul li{
	float: left;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	overflow: hidden;
	background-image: url(../images/index_02.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	height: 8em;
	padding-top: 2%;
}
.Science-box dl dd ul li:nth-child(2n){border-right:none; background-image:none;}
.Science-box dl dd div{
	
	width: 50%;
}
.Science-box dl dd b{
	color: #cb0101;
	text-decoration: line-through;
	line-height: 2em;
}
.Science-box dl dd p{ color:#454545;}
.Science-box dl dd img{
	width:45%;
}
.Science-box dl dd img.fr{
	margin-right: 2%;
}
.Science-box dl dd .fl{
	margin-left: 3%;
}
.Science-box dl dd a{
	text-align: center;
	display: block;
	color: #FFF;
	background-color: #10763b;
	width: 80%;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60%;
	line-height: 330%;
	font-size: 1.3em;
}
.Science-box dl dd a:hover{
	-webkit-transition:background 0.5s ease-out, color 0.4s ease-out, text-shadow 0.3s linear;/* 它可以设置很多过渡效果 */
	background-color: #ff7f00;
}
.ad-box {
	margin-top: 1em;

}

.more-box{
	display:block;
	margin-top:0.5em;
	position:relative;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-webkit-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-o-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-ms-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:linear-gradient(top , #fafafa , #d5d4d4);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	display: block;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	padding-top: 2.5%;
	padding-right: 0px;
	padding-bottom: 2.5%;
	padding-left: 0px;
	border:1px solid #dedede;
	-webkit-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}


.phones-box{
	display:block;
	margin-top:1px;
	position:relative;
	background-color:#d5242e;

	padding-right: 0px;
	padding-left: 0px;
}
.phones{
	display:block;
	margin-top:1px;
	position:relative;
	background-image: url(../images/index_33.jpg);
	background-repeat: no-repeat;
	background-position: 8% center;
	background-size:2.8em;
	font-family:arial;
	color: #FFF;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}
.phones span{
	font-size:1.2em;
	position: relative;
	top:-0.2em;
	padding-left: 20%;
	color: #FFF;
}
.phones em{
	font-size:1.5em;
	font-family:"LiHei Pro", arial;
	color: #FFF;
}
.Project-box {
	margin-top: 1em;
	overflow: hidden;
}
.Project-box dl dt{
	text-align: center;
}
.Project-box dl dt h2{
	font-size: 1.5em;
	line-height: 2em;
}
.Project-box dl dt h2 b,.Project-box a{
	color: #10763b;
}
.Project-box dl dt span{
	font-size: 1em;
	text-transform: uppercase;
	font-family: Arial;
	color: #959595;
}
.Project-box dl dd {
	margin-top: 1em;
	clear: both;
}
.Project-box dl dd ul{
	width:100%;
	text-align:center;
}

.Project-box dl dd ul li {
	border: 1px solid #dedede;
	text-align: center;
	width: 44%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: 2.5%;
	height: 15em;
	overflow: hidden;
	margin-bottom: 0.8em;
	float: left;
	box-shadow:1px 1px 3px 1px #eeeeee;
	background-color: #FFF;
}
.Project-box dl dd ul li img{
	width:11.333em;
	height:8.6em;
}
.Project-box dl dd ul li b{
	display: block;
	line-height: 200%;
	color: #10763b;
}
.Contrast-box {
	margin-top: 1em;
	overflow: hidden;
}
.Contrast-box dl dt{
	text-align: center;
}
.Contrast-box dl dt h2{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #10763b;
}
.Contrast-box dl dt span{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	
}
.Contrast-box dl dd {
	margin-top: 1em;
	padding-right: 2%;
	padding-left: 2%;
	background-image: url(../images/index_25.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24em;
	background-size:3em;
	overflow: hidden;
}
.Contrast-box dl dd .f-box{
	width:50%;
	overflow: hidden;
}
.Contrast-box dl dd ul{
	width: 90%;
}
.Contrast-box dl dd ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dedede;
	padding-top: 5%;
	padding-bottom: 3%;
	background-image: url(../images/index_28.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15%;
	background-size:1.2em;
	height: 4em;
}
.Contrast-box dl dd .fr li{background-image: url(../images/index_1.png);}
.Contrast-box dl dd b{
	font-size: 1.3em;
	background-color: #10763b;
	display: block;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	line-height: 180%;
}
.Contrast-box dl dd .fr b{
	background-color: #afacac;
	color: #010101;
}
.Advantage-box {
	margin-top: 1em;
	overflow: hidden;
}
.Advantage-box dl dt{
	text-align: center;
}
.Advantage-box dl dt h2{
	font-size: 1.5em;
	line-height: 2em;
}
.Advantage-box dl dt h2 b{
	color: #10763b;
}
.Advantage-box dl dt span{
	font-size: 1em;
	text-transform: uppercase;
	font-family: Arial;
	color: #959595;
}
.Advantage-box dl dd {
	margin-top: 1em;
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.Advantage-box dl dd ul li{
	margin-bottom: 2%;
	
}
.Advantage-box dl dd ul li b {
	line-height: 2em;
	color: #FFF;
	background-color: #10763b;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	box-shadow:5px 5px #013713;
}
.Advantage-box dl dd ul li p{
	line-height: 180%;
	padding-left: 6%;
	margin-top: 2%;
}
.Advantage-box dl dd ul li span{
	color: #ff7f00;
}
.Advantage-box dl dd ul li em{
	font-size: 2em;
	font-weight: bold;
	color: #10763b;
	margin-right: 2%;
}
.cpBox{
	margin-top:0.5em;
}
.cpBox .cpCont{overflow:hidden; padding-top:1em;}
.cpBox .cpCont li{float:left; margin-bottom:1.583em; width:50%; text-align:center;}
.cpBox .cpCont li img{
	width:11.333em;
	height:11.333em;
	border:1px solid #dedede;
}
.cpBox .cpCont li h5{margin-top:1em; font-weight:normal; font-size:1.083em;}
.cpBox .cpCont li h5 a{color:#333;}

.tabTitEr{
	overflow:hidden;
	background-color:#dedede;
}
.tabTitEr li{
	float:left;
	width:50%;
	text-align:center;
	font-size:1.167em;
	background-color:#d9e0dd;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0%;
	color: #10763b;
}
.tabTitEr li.on{
	background-color:#ff7f00;
	color: #FFF;
	background-image: url(../images/t1.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size:1.2em;
}
.flBox2{
	overflow:hidden;
	margin-top: 1em;
}

.flBox2 dl dt{
	text-align: center;
}
.flBox2 dl dt h2{
	font-size: 1.5em;
	line-height: 2em;
}
.flBox2 dl dt h2 b{
	color: #10763b;
}
.flBox2 dl dt span{
	font-size: 1em;
	text-transform: uppercase;
	font-family: Arial;
	color: #959595;
}
.flBox2 dl dd{}
.picScroll{
	text-align:center;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
	
	.picScroll .bd ul{
	width:100%;
	float:left;
}
	.picScroll .bd li{
	width:50%;
	float:left;
	text-align:center;
}
	.picScroll .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	line-height: 2em;
}
	.picScroll .bd li img{
	background-color: #fff;
	width:11.333em;
	height:11.333em;
	border:1px solid #dedede;
}
.picScroll .hd li{
	float:left;
	width:1px;
	height:1px;
	margin:0;
	overflow:hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	}
.Feedback-box {
	margin-top: 1px;
	overflow: hidden;
}
.Feedback-box dl dt{
	text-align: center;
}
.Feedback-box dl dt h2{
	font-size: 1.5em;
	line-height: 2em;
	color: #10763b;
}
.Feedback-box dl dd {
	background-color: #FFF;
	padding: 3%;
	border: 1px solid #dedede;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 1em;
	margin-top: 1em;
	height: 8em;
	box-shadow:1px 1px 3px 1px #eeeeee;
}
.Feedback-box dl dd .fl{
	width: 30%;
}
.Feedback-box dl dd .fl img{
	height: 7.7em;
	width: 7.7em;
}
.Feedback-box dl dd .fr{
	width: 67%;
}
.Feedback-box dl dd .fr .tit{
	font-size: 1em;
	line-height: 2em;
	height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	overflow: hidden;
	font-weight: bold;
}
.news-box {
	margin-top: 1em;
	overflow: hidden;
}
.news-box dl dt{
	width:100%;
	font-size:1.167em;
	background-color:#d9e0dd;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0%;
	color: #FFF;
	text-indent: 10%;
	background-color:#107637;
	background-image:-moz-linear-gradient(top , #31962d , #107637);
	background-image:-webkit-linear-gradient(top , #31962d , #107637);
	background-image:-o-linear-gradient(top , #31962d , #107637);
	background-image:-ms-linear-gradient(top , #31962d , #107637);
	background-image:linear-gradient(top , #31962d , #107637);
}
.news-box dl dd ul{
	overflow:hidden;
}
.news-box dl dd ul li{
	width:100%;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-webkit-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-o-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-ms-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:linear-gradient(top , #fafafa , #f6f6f6);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	overflow: hidden;
	text-indent: 13%;
}
.news-box dl dd ul li h5{margin-top:1em; font-weight:normal; font-size:1.083em;}
.news-box dl dd ul li a{
	background-image: url(../images/index_51.jpg);
	background-repeat: no-repeat;
	background-position: 8% center;
	background-size:1em;
	display: block;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 4%;
	background-size:0.5em;
}
.news-box dl dd ul li span {
	float: right;
	margin-right: 2%;
}

.End-box{
	display:block;
	position:relative;
	background-color:#333333;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 1em;
}
.End-box .phones{
	display:block;
	margin-top:1px;
	position:relative;
	background-image: url(../images/index2.png);
	background-repeat: no-repeat;
	background-position: 15% center;
	background-size:4em;
	font-family:arial;
	color: #FFF;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 0px;
}
.End-box .phones span{
	font-size:1.5em;
	position: relative;
	top:-0.2em;
	padding-left: 30%;
	color: #FFF;
}
.End-box .phones em{
	font-size:2em;
	font-family:"LiHei Pro", arial;
	color: #FFF;
	padding-left: 30%;
}
.back-box1 a{
	background-color: #333333;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
	background-image: url(../images/index_59.jpg);
	background-repeat: no-repeat;
	background-position: 30% center;
	background-size:1em;
}.foot-Copyright {
	font-size: 1.2em;
	line-height: 3em;
	color: #FFF;
	text-align: center;
	height: 3em;
	background-color: #333;
	padding-top: 1em;
	padding-bottom: 1em;
}
.top_bar { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0; margin: auto; font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif; }
.top_menu {
	display:-webkit-box;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	height: 40px;
	display: -webkit-box;
	display: box;
	margin:0;
	padding:0;
	-webkit-box-orient: horizontal;
	background: -webkit-gradient(linear, 0 0, 0 100%, to(#107637), color-stop(50%, #31962d));
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #107637;
}

.top_bar .top_menu>li { -webkit-box-flex:1; background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.15))); ; -webkit-background-size:1px 100%, 1px 100%; background-size:1px 100%, 1px 100%; background-position: 1px center, 2px center; background-repeat: no-repeat; position:relative; text-align:center; }
.top_menu li:first-child { background:none; }
.top_bar .top_menu li a {
	line-height:40px;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-flex:1;
}
.top_bar .top_menu li a label { padding:3px 0 0 3px; font-size:12px; overflow:hidden; }
.top_bar .top_menu>li>a img { display: inline-block; height: 20px; width: 20px; margin-top:-2px; color: #fff; line-height: 40px; vertical-align:middle; }
.top_bar li:first-child a { display: block; }
.menu_font {
	position:absolute;
	right:10px;
	z-index:500;
	background: -webkit-gradient(linear, 0 0, 0 100%, to(#107637), color-stop(50%, #31962d));
	border-radius: 5px;
	width: 100px;
	margin-top: 10px;
	padding: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
}
.menu_font.hidden { display:none; }
.menu_font { top:inherit !important; bottom:55px; }
.menu_font li a {
	text-align: left;
}
.top_menu li:last-of-type a { background: none; }
.menu_font:after {
	top: inherit!important;
	bottom: -6px;
	border-color: #107637 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 6px 6px 0;
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	left: 70%;
}
.menu_font li { border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.menu_font li:first-of-type { border-top: 0; }
.menu_font li:last-of-type { border-bottom: 0; }
.menu_font li a {
	height: 40px;
	line-height: 40px !important;
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.menu_font li a img { width: 20px; height:20px; display: inline-block; margin-top:-2px; color: #fff; line-height: 40px; vertical-align:middle; }
#menu_list0 { right:0; left:10px; }
#menu_list0:after { left: 20%; }
#sharemcover { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; z-index: 20000; }
#sharemcover img { position: fixed; right: 18px; top: 5px; width: 260px; height: 180px; z-index: 20001; border:0; }
.top_bar .top_menu>li>a:hover, .top_bar .top_menu>li>a:active {
	background-color:#ff7f00;
}
.menu_font li a:hover, .menu_font li a:active {
	background-color:#ff7f00;
 }
.menu_font li:first-of-type a { border-radius:5px 5px 0 0; }
.menu_font li:last-of-type a { border-radius:0 0 5px 5px; }
#plug-wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); z-index:800; }
#cate18 .device {bottom: 49px;}
#cate18 #indicator {bottom: 240px;}
#cate19 .device {bottom: 49px;}
#cate19 #indicator {bottom: 330px;}
#cate19 .pagination {bottom: 60px;}
