/*通用样式*/
html{ overflow-x: hidden;}
body{
	min-width: 320px;
	 margin:0 auto;
	padding:0;
	font-family:"Microsoft YaHei";
	color:#636363;
	font-size: 14px;
	position:relative;
}
input,button,select,textarea{outline:none;}
div,p,ul,li{ margin:0; padding:0;}
ul,li{ list-style:none;}
a{ text-decoration:none;font-family:"Microsoft YaHei"; color:#515151;}
a:hover{text-decoration: none;}
.qc{clear:both; height:0px;}
img{ border:0px;outline-width:0px;vertical-align:top; }
b{
	font-weight:normal;}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding:0px;
	margin:0;
	font-weight:normal;
}
u{text-decoration:none;}
.ywdx{text-transform:uppercase;}
i{font-style:normal;}
input{font-family:"Microsoft YaHei";}
textarea{font-family:"Microsoft YaHei"; padding:0; margin:0;}

.animationbox,.animationbox *,.animationbox *::after,.animationbox *::before,.animationbox::after,.animationbox::before{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}

.animationbox5,.animationbox5 *,.animationbox5 *::after,.animationbox5 *::before,.animationbox5::after,.animationbox5::before{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}

.margintop20{ margin-top: 20px;}
.margintop30{ margin-top: 30px;}
.margintop40{ margin-top: 40px;}
.margintop50{ margin-top: 50px;}
.margintop80{ margin-top: 80px;}
.marginbottom80{ margin-bottom: 80px;}
.marginbottom50{ margin-bottom: 50px;}
.marginbottom40{ margin-bottom: 40px;}
.marginbottom30{ margin-bottom: 30px;}
.marginbottom20{ margin-bottom: 20px;}
.paddingtop20{ padding-top: 20px;}
.paddingtop30{ padding-top: 30px;}
.paddingtop40{ padding-top: 40px;}
.paddingtop50{padding-top: 50px;}
.paddingtop80{padding-top: 80px;}
.paddingbottom20{ padding-bottom: 20px;}
.paddingbottom30{ padding-bottom: 30px;}
.paddingbottom40{ padding-bottom: 40px;}
.paddingbottom50{ padding-bottom: 50px;}
.paddingbottom80{ padding-bottom: 80px;}

.none{ display: none;}
.fy{text-align: center;}

.sytop{ background: #f2f2f8; line-height: 40px; padding: 5px 0;}
.sytop .right{ float:  right;}
.sytop a{ color: #636363; padding: 0 10px;}
.sytop a:hover{ color: #3385ff;}
.sylogo { background: #fff; padding: 26px 0; overflow: hidden;}
.sylogo .left{ float: left;}
.sylogo .left .href{ float: left;}
.sylogo .left p{ padding-left: 295px;}
.sylogo .left p span{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	font-weight: bold;
}
.sylogo .left p i{
	display: block;
	font-size: 18px;
}
.sylogo .right{ float: right;}
.sylogo .right span{ display: block; text-align: right;}
.sylogo .right p{
    font: bold 30px "Times New Roman";
    color: #00923f;
    font-weight: bold;
    display: block;
    background: url(../images/tel.jpg) no-repeat 0 5px;
    padding-left: 30px;
}


.synav{ background: #00923f; position: relative; z-index: 2;}
.menu {overflow: visible;}
.menu>li{
	width: 12.5%;
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 50px;
	padding: 10px 1%;
	background: url(../images/tp_3.jpg) left center no-repeat;
}
.menu>li:first-child{ background: none;}
.menu li a {
	text-align: center;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f3f3f3;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a { background: #33a765; }
/* Sub Menu */
.menu ul {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	opacity: 0;
	background: #16bb5d;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li:hover > ul { opacity: 1; }
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li:hover > ul li {
	height: 50px;
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	line-height: 50px;
	margin: 0; 
	border: none;
	border-bottom: 1px solid #00a748;
}
.menu ul li:last-child a { border: none; }


.banner{ position: relative;}
.banner.flexslider .slides a{ display: block; height: 700px; background-position: center; background-size: cover;}
.banner.flexslider .slides img{ opacity: 0; display: none; height: 1px;}
.banner .flex-control-nav{ bottom: 10px;}
.banner .flex-control-paging li a.flex-active{ background: #fff;}
.banner .flex-control-paging li a{background: rgba(0,0,0,0.5);}
.banner .tb-btn a.active{ background: #3385ff;}

.flexslider .slides{ height: 500px;}
.banner .tb-arrow a.next{  right: 10px;}
.banner .tb-arrow a.prev{ left: 10px;}
.banner .tb-arrow{ width: 100%;}


.scroll_vertical{ overflow: hidden; height:40px;line-height:40px; padding-left:2%;}
.scroll_vertical .box{overflow:hidden; float:left; width:95%;height:40px;}
.scroll_vertical .plus,
.scroll_vertical .minus{ float:right;width:10px;height:10px;cursor:pointer;}
.scroll_vertical .plus{ float:left; background:url(../images/top.png) no-repeat bottom; margin-top:8px; }
.scroll_vertical .minus{ float:left; background:url(../images/dow.png) no-repeat top; margin-top:23px;margin-left:-10px;}
.scroll_vertical ul{ float:left; width:100%;}
.scroll_vertical li{ float:left;height:40px;text-align:center; margin-right:2%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;  overflow: hidden;}
.banner .tb-btn{bottom: 80px;}
.sy_tzgg{ position: relative; z-index: 2; }
.sy_tzgg .container{ margin-top: -60px; background: #fff;padding: 20px;}
.sy_tzgg .container .left{
	float: left;
    line-height: 30px;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/tp_5.jpg) left center no-repeat;
}
.sy_tzgg .container .right {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.sy_tzgg .right .box{ height: 30px;}
.sy_tzgg .right ul{ margin-left: -1px;}
.sy_tzgg .right li{ width: 48%; text-align: left; height: 30px; line-height: 30px; border-left:1px solid #cacaca ;}
.sy_tzgg .right li a{ display: block; position: relative; padding-left: 30px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sy_tzgg .right li a i{ width: 3px; height: 3px; background: #5c5c5c; position: absolute; left:20px; top:50%; margin-top: -2px;}


.abt2bj{ background: url(../images/abt2bg.jpg) no-repeat center top;padding-top: 30px; height: 735px; box-sizing: border-box;  font-family:"Microsoft Yahei";}
.abt2{ position: relative;}
.abt2 h2{width: 590px; height: 141px; margin:0 auto 48px; padding-top: 35px;}
.abt2 dl{ overflow: hidden;}
.abt2 dl dd{width: 600px;height: 373px;padding:65px 50px 0 60px; box-sizing:border-box ; overflow: hidden;float: left;background: url(../images/ddbg.png) no-repeat center top;}
.abt2 dl dd  p{line-height: 37px; color: #777777; font-size: 14px;margin-bottom: 30px;}
.abt2 dl dd span img{width: 186px; height: 70px; display: block;}
.abt2 dl dt{width: 600px; height: 383px; display: block;float: right;padding-top: 13px;}
.abt2 dl dt video{width: 600px; height: 383px; }



/*产品*/
.probj{ padding-top: 100px; box-sizing: border-box; font-family:"Microsoft Yahei";background:url(../images/cpbg.jpg) no-repeat center top;}
.pro h2{width: 400px;height: 90px; margin:0 auto 55px;font-family:"Microsoft Yahei";}
.pro .fenl{width: 300px; overflow: hidden;font-family:"Microsoft Yahei"; float: left;}
.pro .fenl .tit{height: 87px; line-height: 87px; text-indent: 73px;  background:url(../images/clmnav.jpg) no-repeat center top;box-sizing: border-box;font-size: 24px; font-weight: bold;font-family: "Microsoft Yahei";}
.pro .fenl .tit a{color: #fff;}
.pro .fenl .clmcnt{width: 300px;border:1px solid #e3e3e3; box-sizing: border-box;background:#fff;border-bottom: 0; }
.pro .fenl h3 a{padding-left: 34px;display: block; background:url(../images/clmico.png) no-repeat 248px center;  text-align: left; height: 54px; line-height: 54px;border-bottom:1px solid #e3e3e3;font-size: 14px; color: #333333; font-weight: normal;}
.pro .fenl h3 a:hover,.pro .fenl h3.cur a{font-weight: bold; color: #00923f;background:url(../images/clmcurico.png) no-repeat 248px center; }
.pro .fenl ul{ clear: both;overflow: hidden;padding-bottom: 15px;border-bottom: 1px solid #e3e3e3; }
.pro .fenl li{ font-size: 14px;height: 35px;line-height: 35px; float: left;box-sizing: border-box;  padding-left: 34px;text-align: left;}
.pro .fenl li a{color: #352214;}
.pro .fenl li a:hover {font-weight: bold;}
.pro .fenl h3.nones{border-bottom: 0;}

.pro .fenl .clmtel{padding-top: 58px; text-align: center;  box-sizing: border-box; font-size: 14px; color: #fff; background:url(../images/clmbtn.jpg) no-repeat center top;height: 360px; width: 300px; text-align: center;}
.pro .fenl .clmtel h5{font-size: 30px; font-weight: bold;margin-bottom: 25px;}
.pro .fenl .clmtel span { font-size:16px;color: #fff; font-weight:normal;  display: block; line-height: 30px; margin-bottom: 88px;}
.pro .fenl .clmtel  b{font-weight: bold;display: block;font-size: 18px;color: #fff;line-height: 40px;}

.pro .pro_cnt{width: 900px;padding:39px; box-sizing: border-box; overflow: hidden;float: right; background-color: #fff; }
.pro .pro_cnt .cpcat{height: auto;position: relative; padding-left: 0;}

.pro .pro_cnt li{position: relative; position: relative;width: 208px; height: auto; margin-right: 0; float: left;border:1px solid #ececec;}
.pro .pro_cnt li img{width: 172px; height: 250px;display: block;}
.pro .pro_cnt li em{ position: absolute;top:20px; right:15px; width:100px; background:#00923f;height: 32px; line-height: 32px; overflow: hidden; white-space:nowrap;text-overflow: ellipsis; font-size: 14px;color:#fff;display: block; text-align: center; }
.pro .pro_cnt li.nones{margin-right: 0;}

.pro .pro_cnt .cpcat .count{width:900px;left:50%;margin-left:-450px;position:absolute;z-index:1;bottom:0px;overflow:hidden;}
.pro .pro_cnt .cpcat .count ul{margin-left:338px;}
.pro .pro_cnt .cpcat .count ul li{float:left;margin:0 20px;display:inline;cursor:pointer;}
.pro .pro_cnt .cpcat .count ul li{width:16px;height:16px;background:#d9d9d9;border-radius: 100%; font-size: 0; }
.pro .pro_cnt .cpcat .count ul .on{background:#e60012;}

.pro .pro_cnt dl{width:821px; height:422px; overflow: hidden; position: relative;margin-bottom: 40px;}
.pro .pro_cnt dt{width:821px; height:422px; overflow: hidden;}
.pro .pro_cnt dt img{width:821px; height:422px; display: block;border:0; }
.pro .pro_cnt dd{display:block;width:821px; position: absolute;bottom:0px; left:0;padding:20px 0 0 38px;box-sizing: border-box; height:115px; text-align: left; background: rgba(0,0,0,0.3);color:#fff; }
.pro .pro_cnt dd h3{font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 10px;}
.pro .pro_cnt dd h3 a{color: #fff;}
.pro .pro_cnt dd p{font-size: 14px; color: #fff; line-height: 25px; width: 570px;}
.pro .pro_cnt dd span a{ display: block; height: 115px; width: 115px;  text-align: center;padding-top: 25px; box-sizing: border-box; color: #fff; position:absolute;right: 0;bottom: 0;background:url(../images/xq.jpg) no-repeat}
.pro .scroll_vertical .box{ height: auto; width: 100%;}
.pro .scroll_vertical li{ overflow: visible;}
.pro .scroll_vertical ul{width: 9999px;}

.xad {
    height: 407px;
    background: url(../images/xad.jpg) no-repeat center top;
    padding-top: 45px;
    box-sizing: border-box;
}
.xad .scroll_horizontal{position:relative;width:660px;height:auto;}
.xad .left{ float: left;}
.xad .title{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
}
.xad .scroll_horizontal .box{overflow:hidden;position:relative;width:100%;height:auto;margin:0 auto;}
.xad .scroll_horizontal .list{overflow:hidden;width:9999px;}
.xad .scroll_horizontal .list li{float:left;width:221px;}
.xad .scroll_horizontal .list li img{ width: 95%;}
.xad .scroll_horizontal .list li  p{ width: 95%; font-size: 18px; margin-top: 20px; color: #fff; text-align: center; line-height: 30px; font-weight: normal;}
.xad .scroll_horizontal .prev,
.xad .scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(img/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.xad .scroll_horizontal .prev{left:5px;background-position:0 0;}
.xad .scroll_horizontal .next{right:5px;background-position:-40px 0;}
.xad .scroll_horizontal .prev:hover{background-position:0 -50px;}
.xad .scroll_horizontal .next:hover{background-position:-40px -50px;}

.xad .right{width: 300px; float: right;}
.xad .right a{margin:100px auto 0;  text-align: center;width: 212px; box-sizing: border-box;background:#e60012; border-radius: 50px; display: block; color: #fff; height: 47px;line-height: 47px; color: #fff; font-size: 18px; font-weight: bold;}
.xad .right b{height: 84px; line-height: 84px;background:url(../images/adtel.png) no-repeat left center;padding-left: 52px;font-size: 28px; font-weight: bold;color: #fff;}
.ys{ margin: 100px 0; text-align: center;}
.ys .container{ overflow: visible;}
.ys .text_1{ margin-bottom: 60px;}
.ys .text_2{ position: relative;}
.ys .text_2  p{ position: absolute; left:0; bottom: 0; width: 100%; background: rgba(0,0,0,0.5); font-size: 20px; color: #fff; font-weight: bold; line-height: 80px; text-align: left; padding-left: 30px;}

.ys .yscnt{padding: 30px 0; box-sizing: border-box; box-shadow: 0px 5px 5px #eee;}
.ys .yscnt dl{width: 290px; padding-left: 42px; box-sizing: border-box;  overflow: hidden; float: left;}
.ys .yscnt dl dt{color: #333333; font-size: 24px; font-weight: normal;margin-bottom: 15px; height: 45px; line-height: 45px; text-align: left;}
.ys .yscnt dl dt em{font-size:24px; font-weight: bold;color: #e60012;}
.ys .yscnt dl dd{color: #777777; font-size: 14px; line-height: 22px;}



/*品牌实力*/
.slbj{ box-sizing: border-box; background: url(../images/slbg.jpg) no-repeat center top; padding-top: 100px; overflow: hidden;}
.slbj .slbjimg{ display: block; margin: 0 auto;}
.slbjqiehuan{ margin: 30px auto 50px; height: auto !important;}
.slbjqiehuan .slides,.slbjqiehuan .tb-list{ padding-bottom: 20px;height: auto !important;}
.slbjqiehuan .left img,.slbjqiehuan .left {
    width: 600px;
    height: 365px;
    display: block;
    float: left;
}
.slbjqiehuan .right {
    width: 600px;
    height: 365px;
    padding: 40px 45px 0;
    box-sizing: border-box;
    position: relative;
    float: left;
    background: url(../images/slddbg.png) no-repeat right top;
}
.slbjqiehuan .right .text_1{
    text-align: left;
    font-size: 14px;
    color: #777777;
    font-weight: normal;
    height: 63px;
}
.slbjqiehuan .right .text_1 b{ color: #00923f; font-weight: bold; font-size: 32px; }
.slbjqiehuan .right .text_2{font-size: 30px; color: #333333; font-weight: bold; height: 65px; position: relative; }
.slbjqiehuan .right .text_2:before{position: absolute;content: "";border-bottom: 1px solid #d9d9d9; width: 272px; height: 1px;bottom: 0;left: 0;}
.slbjqiehuan .right .text_3{margin-top: 15px; line-height: 30px;height: 210px; overflow: hidden; font-size:14px;color: #777;margin-bottom: 25px;}
.slbjqiehuan .right .line{border:1px solid #00923f; width: 95px;position: absolute;left:-60px ;top:73px;}
.slbjqiehuan .tb-btn{bottom: 0;}
.slbjqiehuan .tb-btn a{ background: #ddd;}
.slbjqiehuan .tb-btn a.active{
	 background: #00923f;
}



/*六大经销支持*/
.zcbj{ height: 890px;padding-top:70px; box-sizing: border-box; overflow: hidden; background: url(../images/zcbg.jpg) no-repeat center top; font-family:"Microsoft Yahei";}
.zcbj .tit{width: 725px; margin:0 auto; height: 215px;}
.zcbj .tit p{font-size: 48px;  color: #fff; height: 83px;}
.zcbj .tit p b{font-weight: bold;}
.zcbj .tit span{display: block; font-size: 28px; color: #fff; text-align: left; line-height: 48px;margin:0 auto; width: 500px;}
.zcbj .tit span a{display: block;float: right; text-align: center; color: #fff; width: 202px; height: 48px; line-height: 48px; border-radius: 20px; background:#e60012;font-size: 18px; font-weight: bold;}
.zcbj h2{width: 400px; height: 90px; margin:100px auto 40px;}
.zc_cnt{}
.zc_cnt dl{ width: 398px;border-right: 2px solid #fff;border-bottom: 2px solid #fff; height: 186px;padding-top: 25px; padding-left: 45px; box-sizing: border-box; overflow: hidden; float: left; margin-bottom: 0;}
.zc_cnt dl dt{width: 41px; height: 30px;}
.zc_cnt dl dt{width: 41px; height: 30px; display: block;}
.zc_cnt dl dd{cursor: pointer; text-align: center; width: 323px;height: 66px; }
.zc_cnt dl dd h3{font-size:16px;color: #333333; text-align: left;position: relative;  font-weight: bold; height: 41px; line-height: 41px; box-sizing: border-box; }
.zc_cnt dl dd h3:after{ content:"";width: 15px; height: 2px; background:#384652; position: absolute;left:0;bottom:0;}
.zc_cnt dl dd p{overflow: hidden; font-size: 14px; line-height: 24px; color: #555555; text-align: left;}
.zc_cnt dl dd span a{display: block;font-size: 16px; width: 100px;border:1px solid #f2d995;color: #f2d995;line-height: 29px; height: 29px; margin:0 auto; text-align: center; }
.zc1,.zc3,.zc5{ background-color: #f1f1f1; }
.zc2,.zc4,.zc6{ background-color: #e7e7e7; }



/**/
.zsbj{ margin-bottom: 20px; box-sizing: border-box; background: url(../images/zsbg.jpg) no-repeat center top; padding-top: 100px; overflow: hidden; font-family:"Microsoft Yahei";}
.zsbj h2{ width: 400px;height: 90px; margin:0 auto 35px; }
.zs{height: 540px;width: 1200px; position: relative;}
.zs dl{border:2px solid #e1e1e1;padding:20px;width: 580px; height: 215px; float: left;margin-right: 40px;margin-bottom: 40px; margin-top: 20px; position: relative;}
.zs dl dt{ float: left;width: 235px;height: 214px; }
.zs dl dt img{width: 235px;height: 168px; display: block;}
.zs dl dd{padding-left: 20px;width: 300px; float: left;}
.zs dl dd h3{font-size:24px;font-weight: normal;color: #333333;width: 260px; line-height: 40px; height: 40px; overflow: hidden; margin-top: 20px;margin-bottom: 10px; overflow: hidden;}
.zs dl dd h3 a{color:#333333;}
.zs dl dd p{font-size:14px;color: #777777;line-height: 25px; height: 50px; overflow: hidden; overflow: hidden;margin-bottom: 10px;}
.zs dl dd span a{display: block;font-size: 18px; float: left; width: 128px;border:1px solid #d9d9d9;border-radius: 16px; color: #777777;line-height: 38px; height: 38px; text-align: center; }
.zs dl .count{position: absolute;right: 20px; top:-20px;  padding-left: 0; width: 60px; height: 80px;  overflow: hidden; display: block;}
.zs dl .count em{font-size: 36px; color: #fff; background: #8f9497;padding-top: 30px;width: 60px;height: 60px; display: block; font-weight: bold; text-align: center;}
.zs dl.nones{margin-right: 0;}

.zs dl:hover{border:2px solid #00923f;}
.zs dl:hover span a{color: #00923f; border:1px solid #00923f;}
.zs dl:hover .count em{background: #00923f;}

.zs .zscount{width:1200px;left:50%;margin-left:-450px;position:absolute;z-index:1;bottom:0px;overflow:hidden;}
.zs .zscount ul{margin-left:338px;}
.zs .zscount ul li{float:left;margin:0 20px;display:inline;cursor:pointer;}
.zs .zscount ul li{width:16px;height:16px;background:#d9d9d9;border-radius: 100%; font-size: 0; }
.zs .zscount ul .on{background:#e60012;}


/*留言*/
.lybj{background: url(../images/lybg.jpg) no-repeat center top;height: 549px;box-sizing: border-box; overflow: hidden; }
.ly{width: 564px; height: 549px;padding: 60px 40px 0;  float: right; box-sizing: border-box;}
.ly h2{font-size: 36px;background: url(../images/h2ico.png) no-repeat left center; padding-left: 56px; color: #ffffff;margin-bottom: 35px; font-weight: bold; text-align: left; line-height: 40px;}
.ly h2 i{font-size: 24px; color: #66be8c; font-weight: normal; display: inline-block;padding-left: 15px; text-transform: uppercase;}
.lyform h3{color: #ffffff;font-size: 16px; font-weight: normal;margin-bottom: 20px;}
.lyform li{margin-bottom: 20px;height: 40px; float: left;width: 470px; position: relative;background: url(../images/lytm.png) repeat}
.lyform li lable{padding-left:30px;width: 64px;font-size: 14px; color: #add6bc; float: left; height: 40px; line-height: 40px; text-align: justify;}
.lyform li input{color: #fff;background:none; width: 145px;font-size: 14px;padding:0 0 0 5px; box-sizing: border-box; ;border:0;height: 40px; line-height: 40px; float: left;}
.lyform li span{color: #ff0000; width:10px;line-height: 40px; height: 40px; position: absolute;right: 0; top:0;}
.lyform li input::-webkit-input-placeholder,.lyform li textarea::-webkit-input-placeholder {color: #add6bc;font-size: 12px;text-align: left;}
.lyform .ly1{width: 225px;float: left;}
.lyform .ly2{width: 225px;float: left;margin-left: 20px;}
.lyform .ly1 lable{background: url(../images/xm.png) no-repeat 10px center;}
.lyform .ly2 lable{background: url(../images/sj.png) no-repeat 10px center;}
.lyform .ly3 input{width: 400px;}
.lyform .ly3 lable{background: url(../images/yx.png) no-repeat 10px center;}
.lyform .ly4{background: none;height: 104px;}
.lyform .ly4 lable{color: #ffffff;font-size: 16px; font-weight: normal; display: block;padding-left:0;float: none;}
.lyform .ly4 textarea{border:0;resize:none;padding:0 5px; color: #fff; width: 470px;height: 72px; line-height: 36px; background: url(../images/lytm.png) repeat; }
.lyform .ly5 img{float: left;padding-left: 8px;}
.lyform .submit{ background: none;margin-top: 40px;}
.lyform .submit .form-btn-submit{border:0; border-radius: 18px; letter-spacing:10px;  background: #fff;width: 128px;height: 40px; line-height: 40px; text-align: center; font-weight: normal; color: #262729;font-size: 18px;}




.newsbj{  box-sizing: border-box; background:#fff; padding: 100px 0 100px; overflow: hidden; font-family:"Microsoft Yahei";}
.newsbj h2{ width: 400px;height: 90px; margin:0 auto 30px; }
.news{width:100%;height:390px;overflow: hidden;font-family:"Microsoft Yahei"; float: left;}
.n_nav{height:52px; overflow: hidden; border-bottom: 1px solid #d9d9d9;margin-bottom: 38px;}
.n_nav span{ font-size: 14px;display: block; overflow: hidden;}
.n_nav span a{color:#d9d9d9;margin-right: 0px; margin-top:0px; text-transform: uppercase;  display: block;width: 44px;height: 44px; line-height: 64px;}
.n_nav ul{height:52px; overflow: hidden;}
.n_nav li{ float: left;padding-right: 0px;width: 120px; box-sizing: border-box;display: inline-block;height:52px; color:#333333; line-height:52px; font-size: 18px; font-weight: normal;}
.n_nav .li2{padding-left: 30px;background: url(../images/newsico.jpg) no-repeat left center; }
.n_nav li a{ text-decoration: none; color: #333; }
.n_nav li.cur {color:#00923f;font-weight: bold;text-decoration: none;}
.n_nav li.cur a{color: #00923f;}

.news_c{border-top: 0;height: 390px;}
.news_c dl{height:280px;width:384px; overflow: hidden; float: left;}
.news_c dt{ float: left;width:384px;height:194px; position: relative; overflow: hidden;}
.news_c dt img{width:384px;height:194px; display: block;}
.news_c dd{width:384px;overflow: hidden;padding:0 15px;box-sizing: border-box; background:#f3f3f3; height: 86px;}
.news_c dd h3{font-size: 14px;line-height: 50px; font-weight: bold;height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news_c dd h3 a{ color:#333333;}
.news_c dd p{height:24px; overflow: hidden;font-size: 14px; line-height: 24px; color:#777777;}

.news_c ul{width: 750px; float: right;}
.news_c li{border-bottom: 1px solid #e9ebea;height: 81px; margin-bottom: 35px;}
.news_c li a{font-size: 14px;color:#333333;text-decoration: none; line-height: 24px; height: 48px; display: block; overflow: hidden; text-overflow: ellipsis;}
.news_c li span{ float: left; height: 60px;width: 50px;  display:block;  font-family: "Arial"; text-align: center;font-size: 14px;font-weight: normal; color: #777777; }
.news_c li span b{font-size: 30px;display: block; font-weight: bold;color: #626262;}

.news_c li.nones{border-bottom:0;}
.more2{ float: right;}
.li1{ font-size: 20px; font-weight: bold; line-height: 40px;}

.wt{width:300px;height:390px; overflow: hidden; float: right;}
.wt h2{overflow: hidden; border-bottom: 1px solid #d9d9d9;margin-bottom: 38px;height:52px; width: 300px; color:#333333; line-height:52px; font-size: 18px; font-weight: normal; }
.wt h2 .fr{ float: right;}
.wt h2 span{ font-size: 14px;display: block; overflow: hidden;}
.wt h2 span a{color:#d9d9d9;margin-right: 0px; margin-top:0px; text-transform: uppercase;  display: block;width: 44px;height: 44px; line-height: 64px;}
.wt_c{height: 280px; position: relative;}
.wt_c dl{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #e9ebea;}
.wt_c dt{padding-left: 30px;font-weight: bold; margin-bottom:3px; background: url(../images/a.jpg) no-repeat left center; height: 25px;  line-height: 25px; font-size: 14px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.wt_c dt a{ color:#3a3a3a;}
.wt_c dd{padding-left: 30px; line-height: 26px; font-size: 14px;margin-top: 1px;}

/*走进*/
.aboutbj{background: url(../images/aboutbg.jpg) no-repeat center top;height: 600px;font-family:"Microsoft Yahei";box-sizing: border-box; overflow: hidden; }
.about{margin-top:0px;font-family:"Microsoft Yahei";}
.about dl{ overflow: hidden;}
.about dl dt{ float: left;width: 600px;height: 400px; box-sizing: border-box; background: url(../images/spbg.jpg) no-repeat }
.about dl dt img{width: 600px;height: 400px; display: block;}
.about dl dd{padding: 60px;width: 600px;height: 400px; box-sizing: border-box; float: left; background: #f6f6f6;}
.about dl dd h3{font-size:24px;font-weight: bold;color: #333333; height: 48px;}
.about dl dd h3 a{color:#333333;}
.about dl dd p{font-size:14px;color: #777777;line-height: 30px; height: 190px;overflow: hidden;}
.about dl dd span a{display: block;font-size: 16px; float: left; width: 128px;background: #e60012;color: #fff;border-radius: 20px; line-height: 38px; height: 38px; text-align: center; }

/* 尾部 */
.footWrap{height:314px;background: url(../images/f_bj.jpg) repeat-x center top; font-family:"Microsoft Yahei"; position: relative;}
.other{height: 60px; line-height: 60px;background: url(../images/tm.png) repeat center top; position: absolute;top:-60px; width: 100%;}
.other li{color:#fff;padding-left: 27px; font-size: 16px; float: left; box-sizing: border-box;background: url(images/ficobg.png) no-repeat right center; position: relative;}
.other li:after{position: absolute;content: "";background: url(images/ficobg.png) no-repeat right center;width: 9px; height: 15px;right: 30px;bottom: 22px;}
.other .fico1{width: 46%;background: url(../images/fico1.png) no-repeat left center;}
.other .fico2{width: 27%;background: url(../images/fico2.png) no-repeat left center;padding-left: 35px; }
.other .fico3{width: 27%;background: url(../images/fico3.png) no-repeat left center;padding-left: 35px;}
.footer{height:314px;width:1200px;margin: 0 auto; overflow:hidden;}
.f_logo_code{margin-top: 80px;width: 28%; height: 158px; padding-left:85px;overflow: hidden;float: left;}
.f_logo_code em{width: 170px;color:#95c6a4; font-size: 14px; line-height: 30px;border-top: 1px solid #33a765; float: right;text-align: right;}
.f_logo_code em a{color:#95c6a4;}
.code{width:300px; float: right;margin-bottom: 20px;}
.code p{ float: left;width:130px; overflow: hidden;margin-right: 35px;}
.code img{display: block;  width:103px; height:103px;background:#fff; float: left;}
.code span{display: block;width:20px;text-align: center;color:#f8f8f8;font-size: 14px; line-height: 15px; float: right; }
.code .nomar{margin-right: 0;}
.f_contact{margin-top: 80px;height: 158px;width: 384px;border-right: 1px solid #33a665;float: left;}
.f_contact h3{font-size: 18px; color: #fff; font-weight: bold;margin-bottom: 10px;}
.contact{ overflow:hidden; float: left;font-size:14px;color:#95c6a4;line-height: 24px; width:384px;}
.contact a{color:#95c6a4;}
.contact em{font-size:14px;color:#95c6a4;line-height: 24px; margin-top: 32px;display: block; }

.f_fnav{margin-top: 80px;padding-left:85px;width: 40%; height: 158px; border-right: 1px solid #33a665;float: left;float: left;}
.fnav { overflow:hidden;font-size: 14px; color: #ffffff; line-height: 32px; float: left;}
.fnav a{display:inline-block;font-size:14px;color:#ffffff;width:160px;}



.client-2 {
	position: fixed;
	right: -20px;
	top: 75%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}

.client-2 li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #00923f;
	color: #fff;
	height: 56px;
	width: 247px;
	padding:9px 0 6px;
	float: left;
}

.client-2 .my-kefu-main {
	background: #00923f;
	width: 97px;
	height: 56px;
	position: relative;
	padding:9px 0 6px;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}




@media (min-width:1440px){
}
@media (max-width:1440px){
}
@media (min-width: 992px) and (max-width: 1460px) {
}
@media (max-width:1200px){
	.zycontact .left .text_1{ font-size: 64px;}
	.zycontact .left .text_3{ font-size: 14px;}
	.zyxxjj .left{ font-size: :;;}
	
}
@media (max-width:992px){
	.sy_zcrz .left .sy_zcrznr a span{ background: none; padding-left: 0;}
	.sy_zcrz .left .sy_zcrznr a.button14 span{ background: none;}
	.sy_zcrz .right .sy_zcrznr select{width: 35%; padding: 0;}
	.sy_zcrz .right .sy_zcrznr .input{width: 50%;}
	.bottom_3 .left{ display: none;}
	.bottom_3 .right{ width: 100%;}
	.sylogo .left img{width: 350px;}
	.bottom_1{ display: none;}
	.zycontact .left{ font-size: 13px;}
	.zycontact .left .text_1{font-size: 52px;}
	.zycontact .left .text_3{ font-size: 12px;}
	.zyxxjj .left{ display: none;}
	.zyxxjj .center,.zyxxjj .right{ width: 50%;}
	.zyxxjj .center span{ font-size: 20px;}
	.zyxxjj .center p{ font-size: 12px; height: 40px; line-height: 20px;}
	.zyxxjj .right span{ font-size: 20px;}
	.zyxxjj .right p{ font-size: 12px; height: 40px; line-height: 20px;}
	.zyxxjj .center, .zyxxjj .right{ padding: 10px 0;}
	.zyxxjjbox_1{ font: 12px; line-height: 27px;}
	.zyxxjjbox_2 p{ padding: 0 0 10px 0;}
		
		
		
}
@media (min-width: 768px) and (max-width: 992px) {
}
@media (max-width:768px){
	
	.margintop20{ margin-top: 0px;}
	.margintop30{ margin-top: 10px;}
	.margintop40{ margin-top: 10px;}
	.margintop50{ margin-top: 10px;}
	.margintop80{ margin-top: 20px;}
	.marginbottom80{ margin-bottom: 20px;}
	.marginbottom50{ margin-bottom: 10px;}
	.marginbottom40{ margin-bottom: 10px;}
	.marginbottom30{ margin-bottom: 10px;}
	.marginbottom20{ margin-bottom: 0px;}
	.paddingtop20{ padding-top: 0px;}
	.paddingtop30{ padding-top: 10px;}
	.paddingtop40{ padding-top: 10px;}
	.paddingtop50{padding-top: 10px;}
	.paddingtop80{padding-top: 20px;}
	.paddingbottom20{ padding-bottom: 0px;}
	.paddingbottom30{ padding-bottom: 10px;}
	.paddingbottom40{ padding-bottom: 10px;}
	.paddingbottom50{ padding-bottom: 10px;}
	.paddingbottom80{ padding-bottom: 20px;}
	
	.banner.flexslider .slides{ height: 320px;}
	.banner.flexslider .slides img{ opacity: 1; width: 100%; display: block; height: auto;}
	.banner.flexslider .slides a{ height: auto;}
	.sy_tzgg{ padding: 5px 0;}
	.sy_tzgg .left{ font-size: 12px; background-size: 15px; padding-left: 20px;}
	.sy_tzgg .right li{width: 100%;}
	.sy_tzggtitle{ font-size: 16px; padding-bottom: 10px;}
	.sy_tzggtitle .sy_more{ padding: 0; font-size: 12px;}
	.sy_xxdy ul{ background: no-repeat;}
	.sy_xxdy ul li { overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
	.sy_xxdy ul li .img{ width: 100px; float: left;}
	.sy_xxdy ul li .text_1,.sy_xxdy ul li:nth-child(2) a .text_1,.sy_xxdy ul li:nth-child(3) a .text_1{ padding: 0 0 0 110px; border: none;}
	.sy_xxdy ul li .text_1 span{ font-size: 14px;}
	.sy_xxdy ul li .text_1 p{ margin:0;}
	.sy_xxdy ul li .text_1 i{ display: none;}
	.sy_xxdy ul li figcaption{ display: none;}
	.sy_zcfg ul li{ border-bottom: 1px solid #ddd;}
	.sy_zcfg ul li a::after{ font-size: 15px; height: 40px;left: -44px;}
	.sy_zcfg ul li a{ padding: 10px 20px;}
	.sytop{ display: none;}	
	.sylogo .left img{width: 200px;}
	
	.mobile-inner-header-icon{ display: block;}
	.sylogo{ padding: 10px 0;}
	.sylogo .right{ float: none;clear:both; width: 100%; max-width: none; margin-top: 0;}
	.synav{ display: none;}
	.sy_zcfg ul li a span{ font-size: 15px;}
	.sy_zcrz .left{ width: 100%; padding: 10px; height: auto;}
	.sy_zcrz .sy_zcrztitle span{ font-size: 16px;padding-left: 27px; font-weight: bold;}
	.sy_zcrz .sy_zcrztitle p{ font-size: 12px; margin-bottom: 5px;}
	.sy_zcrz .left .sy_zcrznr a{ line-height: 30px;}
	.sy_zcrz .left .sy_zcrznr a span{ font-size: 14px;}
	.sy_zcrz .right{ padding: 10px; width: 100%; height: auto; margin-top: 10px;}
	.sy_zcrz .right .sy_zcrznr{ padding: 5px 0; border-radius: 5px;}
	.syxzzx .left{ padding: 0;}
	.syxzzx .left ul{ padding: 0 10px;}
	.syxzzx .left ul li{ font-size: 14px; line-height: 50px;}
	.syxzzx .left ul li .button13{ margin-top: 12px;}
	.syxzzx .left ul li .button13 span{ font-size: 12px;}
	.syxzzx .right{ margin-top: 15px; padding: 0;}
	.syxzzx .right ul{ padding: 0 10px;}
	.syxzzx .right ul li{ padding: 10px 0;}
	.syxzzx .right ul li img{ width: 120px;}
	.syxzzx .right ul li .text_1{ padding-left: 130px;}
	.syxzzx .right ul li .text_1 span{ line-height: 30px; font-size: 14px;}
	.syxzzx .right ul li .text_1 p{ font-size: 12px;}
	.bottom_2{ display: none;}
	.bottom_3 .right .text_1{ display: none;}
	.bottom_3{ padding: 0;}
	.bottom_3 .right .text_2{ text-align: center; margin: 10px 0; padding: 0; font-size: 12px; line-height: 24px;}
	.zylogonr{ padding: 50px 0;}
	.zylogonr .zylogonrbox{ width: 94%; margin: 0 auto; padding: 64px 20px;}
	.zylogonr .zylogonrbox p{ padding: 5px 0;}
	.zylogonr .zylogonrbox p span{ font-size: 12px;}
	.zylogonr .zylogonrbox p i{ padding-left: 50px;}
	.zylogonr .zylogonrbox p.text_4{ margin-left: 0;}
	.zygrzscsnr .text_1{ font-size: 16px; margin-bottom: 5px;}
	.zygrzscsnr .zygrzscsnrinput p,.zygrzscsnr .zygrzscsnrinput .text_4{ padding: 5px 0; overflow: hidden;}
	.zygrzscsnr .zygrzscsnrinput p b,.zygrzscsnr .zygrzscsnrinput .text_4 b{ font-size: 12px;width: 84px;}
	.zygrzscsnr .zygrzscsnrinput p i{ margin-left: 84px;}
	.distpicker1{padding-left: 84px;}
	.distpicker1 .form-group{ width: 100%;}
	.distpicker1{ overflow: hidden; padding-left: 0;}
	.zygrzscsnr .zygrzscsnrinput .text_3{ font-size: 12px; line-height: 16px;}
	.zygrzscsnr .zygrzscsnrbut{ margin-left: 0;}
	.zygrzscsnr .zygrzscsnrbut .submit{ margin-right: 4%;}
	.zy_banner{ display: none;}
	.zy_nav .mbx{ display: none;}
	.zy_nav{ line-height: 40px;}
	.zy_nav .left a{ font-size: 12px; padding: 0 10px;}
	.zyhydt1 ul li{ padding: 10px 0;}
	.zyhydt1 ul li span{ font-size: 15px;}
	.zyhydt1 ul li p{ font-size: 12px; line-height: 20px; height: 40px; margin: 5px 0;}
	.zyhydt1 ul{ margin: 0 0 10px 0;}
	.sy_tzggtitle{ padding-bottom: 5px;}
	.zytj_lsit{ padding-top: 20px;}
	.zytj_lsit ul{ margin: 0;}
	.zycontact .left{ width: 100%; margin-top: 0; padding: 0;}
	.zycontact .left .text_1{font-size: 40px;line-height: 30px;}
	.zycontact .left .text_2{ font-size: 20px;}
	.zycontact .left .text_3{ margin-top: 0; line-height: 14px;}
	.zycontact .left .text_4{ margin: 10px 0; width: 100%; font-size: 16px; line-height: 30px;}
	.zycontact .left .text_5{line-height: 20px;}
	.zycontact .left .text_6{line-height: 20px;}
	.zycontact .left .button14{ line-height: 30px;}
	.zycontact .left .button14 span{ font-size: 13px;}
	.zycontact .right{ margin-top: 10px; width: 100%;}
	.zycontact .right #map{ height: 200px;}
	.BMap_omCtrl{ display: none;}
	.zygrzscsnr .zygrzscsnrinput{ padding-bottom: 10px;}
	.zyqyzc.zygrzscsnr .zygrzscsnrbut button{ width: auto; padding: 0 15px;}
	.zyqyzc.zygrzscsnr .zygrzscsnrinput{ padding-bottom: 10px;}
	.zyxzzx ul{	padding: 0 10px;}
	.zyxzzx ul li{ padding: 0 5px; font-size: 13px; line-height: 40px;}
	.zyxzzx ul li .button13{ margin-top: 5px;width: 70px;}
	.button13 span{ font-size: 12px;}
	.zyxzzx ul li:nth-child(5), .zyxzzx ul li:nth-child(6), .zyxzzx ul li:nth-child(11), .zyxzzx ul li:nth-child(12){ margin-bottom: 0;}
	.zyxxjj .center{ border: none;}
	.zyzscxbox{ padding: 20px;}
	.zyzscxbox .sy_zcrztitle{ float: none; margin-bottom: 10px;}
	.zyzscxbox .sy_zcrztitle span{ font-size: 16px;padding-left: 27px; font-weight: bold;}
	.zyzscxbox .sy_zcrztitle p{ font-size: 12px; margin-bottom: 5px;}
	.zyzscxbox .sy_zcrznr{ margin: 0; padding: 10px 0;}
	.zyzscxbox .sy_zcrznr select{width: 35%; padding: 0;}
	.zyzscxbox .sy_zcrznr .input{width: 50%;}
	.zyzscx .zyzscxbox1{ padding: 10px;}
	.zyzscx .zyzscxbox1 .zyzscxbox1one p{ width: 100%; font-size: 12px; line-height: 30px;}
	.zyzscxbox1title{ padding: 10px 0; font-size: 16px;}
	.zyzscxbox1tow{ padding: 0 10px;}
	.zyzscxbox1tow ul li{ padding: 10px 0;}
	.zyzscxbox1tow ul li p{ margin: 0;}
	
	
	
}

@media (max-width:430px){
}







.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li span{
	padding-left: 40px;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li:nth-child(1) span{
	background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_3.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li:nth-child(2) span{
	background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_4.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li:nth-child(3) span{
	background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_5.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li:nth-child(4) span{
	background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_6.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li:nth-child(5) span{
	background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_7.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li.current:nth-child(1) span {
    padding-left: 40px;
    background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_8.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li.current:nth-child(2) span {
    padding-left: 40px;
    background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_9.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li.current:nth-child(3) span {
    padding-left: 40px;
    background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_10.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li.current:nth-child(4) span {
    padding-left: 40px;
    background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_11.png) left center no-repeat;
}
.layer0F3DAA45170555C7BA37D59A5FA6D12Btab_menu li.current:nth-child(5) span {
    padding-left: 40px;
    background: url(https://brewery-1063855-pic48.websiteonline.cn/upload/tp_12.png) left center no-repeat;
}



#AspNetPager1 {text-align: center; line-height:38px;}
#AspNetPager1 a,#AspNetPager1 span{ border-right:1px solid #fff; display: inline-block; background:#efefef; color:#373737; padding: 0 15px; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
#AspNetPager1 span{ background:#6fc694 !important;}
#AspNetPager1 .syy{ background:#00923f; color:#fff;}
#AspNetPager1 a:hover{ background:#6fc694;color:#fff;}







