﻿@charset "utf-8";
/* CSS Document */ 
*{
  -webkit-touch-callout:none; /*系统默认菜单被禁用*/
  -webkit-user-select:none; /*webkit浏览器*/
  -khtml-user-select:none; /*早期浏览器*/
  -moz-user-select:none;/*火狐*/
  -ms-user-select:none; /*IE10*/
  user-select:none;
}
input,textarea {
  -webkit-user-select:auto; /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}

@font-face{font-family:'iconfont';src:url('//at.alicdn.com/t/font_1432720974_1547027.eot');src:url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}
.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}
body{font-family:"微软雅黑"}
.glyphicon{top:0 !important}
.no-padding{padding:0 !important}
.no-margin{margin:0 !important}
.no-background{background:none !important}
.no-border{border:none !important}
.overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.w100{width:100% !important}
.h100{height:100% !important}
a{text-decoration:none !important;cursor:pointer !important}
.container-fluid{max-width:1030px !important}
.tr{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s}
.tr2{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s}
.tr3{transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}

.main-1{ padding:0 10px; }
.main-1-list{ padding:0 5px; }
.main-pad-1{ padding:35px 0;}
.main-pad-2{ padding:35px 0;}
.main-Background-1{ background:url(../images/bg1.jpg) no-repeat top;}
.main-Background-2{ background:url(../images/bg2.jpg) 50% 50%; background-size: cover;}
.main-Background-3{ background:url(../images/bg3.jpg) 50% 50%; background-size: cover;}

header{ position: relative; z-index:2147483647; }
header .top_bar{ background: #92cf00; }
header .top_bar p{ position: relative; z-index:2 ; color: #fff; line-height: 30px; }
header .logo { font-size: 0; line-height:96px; }
header .qita{ margin-top:21px; padding-left:30px; margin-left:30px; border-left:solid 1px #c9c9c9; font-size: 0; line-height:53px; }
header .search-tel{ position: absolute; left: 0; top: 0; width: 100%; }
header .search-tel .tel{ padding-left: 30px; font-size: 20px;color: #fff; line-height: 30px; background: url(../images/icon/tel.png) no-repeat left; }
header .search-btn{ display: none; }
header .menu{ background: #323232; border-top: solid 1px #bbbbbb; }
header .menu ul li{ position: relative; width: 12.5%; }
header .menu ul li:before{ content: ""; position: absolute; left: 0; top: 50%; z-index: 1; width: 1px; margin-top: -10px; height: 20px; background: #dcdcdc; }
header .menu ul li:first-child:before{ display: none; }
header .menu ul li > a{ position: relative; z-index: 2; display: block; font-size: 16px;color: #fff; line-height: 40px; }
header .menu ul li.active > a{ background: #92cf00; }
header .menu ul li .ul{ display: none; position: absolute; left: 0; top: 100%; z-index: 1; width: 100%; background: rgba(146,207,0,0.8); }
header .menu ul li .ul .li a{ display: block; font-size: 12px;color: #fff; line-height:40px; }

.banner{ position:relative; overflow:hidden;}
.banner img{ display: block; margin:0 auto; }
.banner .glyphicon{ top:50% !important;}
/* .banner .carousel-control.left,.banner .carousel-control.right{ width:60px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.banner .carousel-control.left{ left:-60px;background:url(../images/ba/prev_arrow_60.png) no-repeat left;}
.banner:hover .carousel-control.left{ left:0;}
.banner .carousel-control.right{ right:-60px;background:url(../images/ba/next_arrow_60.png) no-repeat right;}
.banner:hover .carousel-control.right{ right:0;} */
.banner .carousel-fade .carousel-inner .item{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.banner .carousel-fade .carousel-inner .active{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1;}
.banner .carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.banner .carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1; opacity:1;}
.banner #myCarousel{position:relative}
.banner #myCarousel .carousel-indicators{ margin-bottom:0;bottom:10px;z-index:4; font-size: 0;}
.banner #myCarousel .carousel-indicators li{margin:0 8px;width:15px;height:15px; background: #fff; border:none;}
.banner #myCarousel .carousel-indicators li:hover{background:#92cf00;}
.banner #myCarousel .carousel-indicators li.active{background:#92cf00;}

.title-1{ margin-bottom: 30px; font-size: 0; overflow: hidden; }
.title-1 a{ position: relative; display: inline-block; vertical-align:top; }
.title-1 a:before,.title-1 a:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 105px; height: 1px; background: #cccccc; }
.title-1 a:before{ left: -115px; }
.title-1 a:after{ right: -115px; }
.title-1 a .cn{ font-size: 25px;color: #333; line-height: 30px; }
.title-1 a .en{ font-size: 20px; color: #b8b8b8; line-height: 24px; }
.title-1 p{ margin:5px 0 0; font-size: 14px; color: #979797; line-height: 24px; }
.title-2{ margin-bottom: 30px; border-bottom: solid 1px #92cf00; }
.title-2 .left{ padding-right: 13px; position: relative; overflow: hidden; }
.title-2 .left:before{ content: ""; position: absolute; right: 0; bottom: 0; z-index: 1; width: 50px; height: 50px; background: #658f01; transform-origin:right bottom; -webkit-transform-origin:right bottom; -moz-transform-origin:right bottom; -o-transform-origin:right bottom; transform: rotate(-15deg); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -o-transform: rotate(-15deg);}
.title-2 .left a{ position: relative; z-index: 2; display: block; width: 167px; font-size: 16px; color: #fff; line-height: 47px; background: #92cf00; }
.title-2 .right{ line-height: 47px; }
.title-2 .right a{ color: #92cf00; }
.title-3{ margin:0 0 10px; font-size: 16px;color: #333; line-height: 24px; }
.title-4{ margin-bottom: 20px; font-size: 0; overflow:hidden; }
.title-4 span{ position: relative; display: inline-block; vertical-align: top; font-size: 16px;color: #333; line-height:55px; }
.title-4 span:before,.title-4 span:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 1000px; height: 1px; background: #92cf00; }
.title-4 span:before{ left: -1050px; }
.title-4 span:after{ right: -1050px; }
.title-5{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: solid 1px #c5c5c5; }
.title-5 .biaoti{ color: #333; line-height: 24px; }
.title-5 .time{ font-size: 12px; color: #999; line-height: 20px; }

.text-1 ul .li{ margin-bottom: 10px; }
.text-1 ul .li a{ position: relative; padding-left: 108px; min-height: 104px; display: block; background: #7db200; border:solid 1px #7db200; }
.text-1 ul .li a .imgbox{ position: absolute; left: 0; top: 0; z-index: 1; width: 108px; overflow:hidden; }
.text-1 ul .li a .imgbox span{ display: block; height: 102px; }
.text-1 ul .li a .textbox{ padding-left: 12px; }
.text-1 ul .li a .textbox .biaoti{ color: #fff; line-height: 39px; border-bottom: solid 1px #fff; }
.text-1 ul .li a .textbox p{ height: 48px; color: #fff; line-height: 24px; overflow: hidden; }
.text-1 ul li{ margin-bottom: 10px; border-bottom: solid 1px #e7e7e7; }
.text-1 ul li a{ position: relative; padding-right: 70px; min-height:38px; display: block; }
.text-1 ul li a .mc{ color: #333; line-height: 38px; }
.text-1 ul li a .time{ position: absolute; right: 0; top: 0; font-size: 12px; color: #666; line-height: 38px; }
.text-1 ul li:last-child{ margin-bottom: 0; }
.text-2 form input{ margin-bottom:25px; padding:0 10px; width: 100%; height: 35px; font-size: 12px;color: #a9a9a9; line-height: 33px; background: #fff; border:solid 1px #cccccc; }
.text-2 form input.riqi{ width: 120px; }
.text-2 form button{ width: 100%; height: 40px; font-size: 12px; color: #fff; line-height: 40px; background: #92cf00; border:none; letter-spacing:10px; }
.text-3{ position: relative; margin:0 0 10px; padding-right: 134px; min-height: 160px; }
.text-3 ul li{ color: #333; line-height: 26px; }
.text-3 ul li a{ font-size: 0; }
.text-3 ul .ul .li{ margin-right: 10px; }
.text-3 ul .ul .li a{ display: block; padding-left:12px; color: #333; line-height: 26px; background: url(../images/icon/text3_jt.png) no-repeat left; }
.text-3 .imgbox{ position: absolute; right: 0; top: 0; z-index: 1; width: 134px; }
.text-3 .imgbox img{ max-width: 100%; }
.text-3 .imgbox h5{ margin:5px 0 0; font-size: 16px; color: #333; line-height: 24px; }
.text-4{ margin-bottom: 20px; color: #333; line-height: 30px; }

.pictrue-1-list{ margin:0 0 30px; }
.pictrue-1-list a{ position: relative; z-index: 2; display: block; }
.pictrue-1-list a .imgbox{ overflow: hidden; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; }
.pictrue-1-list a .imgbox span{ display: block; }
.pictrue-1-list a .text{left: 0; bottom: 0; z-index: 1; padding:0 15px; width: 100%; color: #333; line-height: 36px; background: #02cd66; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; }
.pictrue-2-list{ margin:0 0 10px; }
.pictrue-2-list a{ display: block; border-bottom: solid 6px #0a4002; }
.pictrue-2-list a .imgbox{ margin-bottom: 5px; overflow: hidden; }
.pictrue-2-list a .imgbox span{ display: block; }
.pictrue-2-list a .text{ padding:0 10px; color: #fff; line-height: 26px; background: #658f01; border:solid 1px #658f01; }
.pictrue-3-list{ margin:0 0 10px; }
.pictrue-3-list a{ display: block;}
.pictrue-3-list a .imgbox{ position:relative; overflow: hidden; }
.pictrue-3-list a .imgbox span{ display: block; }
.pictrue-3-list a .imgbox .textbox {position:absolute;left:0;bottom:-100%; z-index:1; width:100%;height:100%;background:rgba(0,0,0,0.6);}
.pictrue-3-list a .imgbox .textbox b { position:absolute;left:0; top:50%; z-index:1; margin-top:-12px; padding:0 15px; width:100%; font-size:18px; color:#fff; line-height:24px;}
.pictrue-4 .imgbox{ width: 35%; overflow:hidden; }
.pictrue-4 .imgbox span{ display: block; height: 309px; }
.pictrue-4 .textbox{ padding-left: 20px; width: 65%; height: 308px; color: #333; line-height: 30px; overflow: hidden; }
.pictrue-5-list{ margin-bottom: 10px; }
.pictrue-5-list a{ display: block; }
.pictrue-5-list a .imgbox{ position: relative; overflow: hidden; }
.pictrue-5-list a .imgbox span{ display: block; }
.pictrue-5-list a .imgbox span img {width:100%; height:auto;}
.pictrue-5-list a .imgbox .textbox{ position: absolute; left: 0; top: 100%; z-index: 1; width: 100%; height: 100%; background: rgba(146,207,0,0.7); }
.pictrue-5-list a .imgbox .textbox .text{ position: absolute; left: 0; top: 50%; z-index: 1; margin-top: -38px; padding:0 15px; width: 100%; font-size: 0; }
.pictrue-5-list a .imgbox .textbox .text img{ margin-bottom: 10px; }
.pictrue-5-list a .imgbox .textbox .text b{ display: block; font-weight:normal; font-size: 14px; color: #fff; line-height:16px; }
.pictrue-5-list a h5{ padding:0 15px; margin:5px 0 0; font-size: 14px; color: #333; line-height:30px; }
.pictrue-6{ margin-bottom: 20px; }
.pitrue-7-list{ margin-bottom: 30px; }
.pitrue-7-list a{ display: block; position:relative; padding-left: 243px; min-height: 175px; }
.pitrue-7-list a .imgbox{ position: absolute; left: 0; top: 0; z-index: 1; width: 243px; overflow: hidden; }
.pitrue-7-list a .imgbox span{ display: block; height: 175px; }
.pitrue-7-list a .textbox{ padding:20px; height: 175px; background: #ececec; }
.pitrue-7-list a .textbox .biaoti{ margin:0 0 10px; font-size: 16px;color: #333; line-height: 24px; }
.pitrue-7-list a .textbox .txt{ margin-bottom: 10px; height: 60px; color: #333; line-height: 20px; overflow: hidden; }
.pitrue-7-list a .textbox .time{ font-size: 12px;color: #333; line-height: 24px; }

.more-1{ margin:15px 0 0; }
.more-1 a{ display: block; margin:0 auto; width: 210px; color: #658f01; line-height: 30px; background: #fff; border:solid 1px #658f01; }

.subnav .biaoti{ margin-bottom: 10px; padding:0 15px; font-size: 0; border:solid 2px #6a920b; overflow: hidden; }
.subnav .biaoti span{ position: relative; padding-right: 20px; display: inline-block; vertical-align: top;font-size: 18px;color: #6a920b; line-height: 49px;  }
.subnav .biaoti span:before{ content: ""; position: absolute; left: 100%; top: 0; width: 200px; height: 100%;  background: #6a920b; border-left: solid 15px #7dab11; transform: skew(-30deg); }
.subnav ul{ margin:0 0 40px; }
.subnav ul li{ margin-bottom: 6px; }
.subnav ul li a{ display: block; padding:0 15px; color: #333; line-height: 45px; background: #eeeeee; }
.subnav ul .ul{ padding:5px 10px; }
.subnav ul .ul .li a{display: block; font-size: 12px; color: #292929; line-height: 30px; }
.subnav ul .ul .li a span{ color: #6a920b; }
.subnav ul li.active a{ color: #fff;  background: #92cf00; }
.subnav ul .ul .li.active a{ color: #6a920b; }
.subnav .textbox{ padding:3px; border:solid 1px #d4d4d4; }
.subnav .textbox .imgbox img{ width: 100%; }
.subnav .textbox .text{ padding:5px 0 0; color: #333; line-height: 24px; }

.yqlj {margin:10px; display:block;font-size:14px;line-height:14px}
.yqlj a{ color:black;}
    footer .box {
    padding: 30px 0;
    background: #323232;
}
footer .box .contact{ width:34%; }
footer .box .contact .biaoti{ padding-bottom: 10px; margin-bottom: 10px; font-size: 16px;color: #fff; line-height: 24px; border-bottom: solid 1px #a5a5a5; }
footer .box .contact .biaoti span{ margin-left: 5px; }
footer .box .contact p{ margin:0; color: #fff;line-height:20px; }
footer .box .dh{ width:66%; }
footer .box .dh ul li{ position: relative; margin-left:4%; padding-left:4%; width: 29.333333%; min-height: 140px; }
footer .box .dh ul li:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 2px; height: 100%; background: #717171; border-right: solid 1px #000; }
footer .box .dh ul li .biaoti{ margin-bottom: 10px; color: #fff; line-height: 18px; }
footer .box .dh ul li p span{ display: block; }
footer .box .dh ul li p span a{ font-size: 12px;color: #fff; line-height: 24px; }
footer .footer_bar{ padding:8px 0; background: #92cf00; }
footer .footer_bar p{ color: #333; line-height: 24px; }

body.hover header .menu ul li:hover > a{ background: #92cf00; }
body.hover header .menu ul li .ul .li:hover a{ background: #658f01; }
body.hover .title-1 a:hover .cn{ color: #658f01;}
body.hover .title-1 a:hover .en{ color: #658f01;}
body.hover .title-2 .left a:hover{ background: #658f01; }
body.hover .title-2 .right a:hover{ color: #658f01; text-decoration: underline !important; }
body.hover .text-1 ul .li:hover a{ background: #92cf00; border:solid 1px #92cf00; }
body.hover .text-1 ul li:hover a .mc{ color: #92cf00; }
body.hover .text-2 form input:hover{ border:solid 1px #92cf00; }
body.hover .text-2 form button:hover{ background: #658f01; }
body.hover .text-3 ul .ul .li a:hover{ color: #658f01; }
body.hover .pictrue-1-list a:hover .imgbox span{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
body.hover .pictrue-1-list a:hover .text{ background: #fff; }
body.hover .pictrue-2-list a:hover .imgbox span{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
body.hover .pictrue-2-list a:hover .text{ color: #658f01; background: none; }
body.hover .pictrue-3-list a:hover .imgbox span{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
body.hover .pictrue-3-list a:hover .imgbox .textbox {bottom:0;}
body.hover .pictrue-5-list a:hover .imgbox span{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
body.hover .pictrue-5-list a:hover .imgbox .textbox{ top: 0; }
body.hover .pictrue-5-list a:hover h5{ color: #fff; background: #6a920b; }
body.hover .pitrue-7-list a:hover .imgbox span{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
body.hover .pitrue-7-list a:hover .textbox{ background: #6a920b; }
body.hover .pitrue-7-list a:hover .textbox .biaoti{ color: #fff; }
body.hover .pitrue-7-list a:hover .textbox .txt{ color: #fff; }
body.hover .pitrue-7-list a:hover .textbox .time{ color: #fff; }


body.hover .more-1 a:hover{ color: #fff; background: #658f01; }
body.hover .subnav ul li:hover a{ color: #fff;  background: #92cf00; }
body.hover .subnav ul .ul .li:hover a{ color: #6a920b; }
body.hover footer .box .dh ul li p span a:hover{ color: #658f01;text-decoration: underline !important; }

@media (max-width:1199px){

}

@media (max-width:991px){
	.main-pad-1{ padding:20px 0; }
	.main-pad-2{ padding:0 0 20px;}
	header .top_bar p{ font-size: 12px; }
	header .menu{ position: absolute; right: 0; top: 100%; z-index:1; width: 100px;}
	header .menu .container-fluid{ padding:0;}
	header .menu .row{ margin:0; }
	header .menu .col-xs-12{ padding:0; }
	header .menu ul li{ width: 100%; }
	header .menu ul li:before{ display: none; }
	header .menu ul li > a{ font-size: 12px; }
	header .menu ul li .ul{ display: none !important;}
	header .ydd_btn{ margin:20px 0 0 0; padding:10px 7px; width:45px; height:40px; cursor:pointer;}
	header .ydd_btn span{ display:block; width:100%; height:4px; background:#92cf00;}
	header .ydd_btn span.span02{margin:4px 0;}
	header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
	header .ydd_btn.click span.span02{margin:4px 0;	}
	header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;			margin-top:0px;}
	header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
	header .search-tel{ position: inherit; left: inherit; top: inherit; padding:5px 0; background: #323232; }
	header .search-tel .tel{ float: left !important; line-height: 28px; }
	header .search-tel form{ display: block; position: relative; padding-left: 80px; width: 320px; min-height: 28px; }
	header .search-tel form .biaoti{ position: absolute; left: 0; top: 0; font-size: 16px;color: #fff; font-weight: bold; line-height: 28px; }
	header .search-tel form .searchs{ position: relative; padding-right:40px; background: #fff; height: 28px; border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px; -o-border-radius: 14px; }		
	header .search-tel form .searchs input{ padding:0 0 0 14px; width: 100%; height: 28px; background: none; border:none; }
	header .search-tel form .searchs button{ position: absolute; right:5px; top: 0; z-index: 1; width: 25px; height: 28px; background: url(../images/icon/fdj.png) no-repeat center; border:none; }
	header .search-tel form .searchs button:before{ content: ""; position: absolute; left: 0; top: 50%; z-index: 1; width: 1px; margin-top: -10px; height: 20px; background: #dcdcdc; }
	header .logo{ line-height: 80px; }
	header .logo img{ height:50px; }
	.title-1 a .cn{ font-size: 18px; line-height: 24px; }
	.title-1 a .en{ font-size: 14px; line-height: 20px; }
	.text-1 ul li a .mc{ font-size: 12px; }
	.text-2{ margin-bottom: 20px; }
	.text-3 ul li{ font-size: 12px; }
	.text-3 .imgbox h5{ font-size: 12px; }
	.banner #myCarousel .carousel-indicators li{ margin:0 5px; width: 10px; height: 10px; }
	.pictrue-4{ margin-bottom: 20px; }
	.pictrue-4 .textbox{ font-size: 12px; }
	.subnav{ margin:0 -15px 20px; }
	.subnav ul{ margin:0; }
	.subnav ul li a{ text-align: center; }
	.subnav ul .ul .li a{ padding:0 10%; }
	.subnav .biaoti{ position:relative; border:none; background: url(../images/icon/subnav_biaoti_bg_03.png) no-repeat right #92cf00; }
	.subnav .biaoti:before{ content: ""; position: absolute; right: 15px; top: 50%; z-index: 1; margin-top: -10px; width: 20px; height: 20px; background: url(../images/icon/subnav_jt.png) no-repeat;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s; }
	.subnav .biaoti.active:before{transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); }
	.subnav .biaoti span{ display: block; padding:0; color: #fff; font-weight:bold; line-height: 48px; }
	.subnav .biaoti span::before{ display: none; }
	footer .box .contact{ margin-bottom: 20px; width: 100%; }
	footer .box .contact p{ font-size: 12px; line-height: 24px; }
	footer .box .dh{ width: 100%; overflow: hidden; }
	footer .box .dh ul{ margin-right: -4% !important; }
	footer .box .dh ul li:first-child{ margin-left:0; padding-left: 0; }
	footer .box .dh ul li:first-child:before{ display: none; }
	footer .footer_bar{ font-size: 12px; }

}

@media (max-width:767px){
	
	body{ padding-bottom:57px;}	
	header .ydd_btn{ margin:10px 0 0; padding:10px;}
	header .logo{ line-height: 60px; }
	header .logo img{ width: 220px; height:inherit; }	
	header .search-tel .tel{ font-size: 14px; }
	header .search-tel form .biaoti{ font-size: 14px; }
	.hot{height:57px; background:#92cf00; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 1px #fff;}
	.hot span{ color:#fff; font-size:16px; line-height:20px;}
	.hot span img{ width:20px;}
	.hot h6{ font-size:12px; line-height:22px;}
	.hot .row div a{ display:block; color:#fff; padding:7px 0; border-right: solid 1px #e5f4c3; }
	.hot .row div:last-child a{ border-right: none; }
	.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%;}
	.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
	.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
	.dbbox .dbs.ewm-box{ text-align:center; }
	.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
	.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
	.dbbox .dbs.ewm-box img{ max-width: 140px; }
	.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
	.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
	.title-1 p{ font-size: 12px; }
	.title-2{ margin-bottom: 20px; }
	.title-2 .left a{ width: 120px; font-size: 14px; line-height:35px; }
	.title-2 .right{ line-height:35px; }
	.title-3{ font-size: 14px; }
	.title-5{ padding-bottom: 10px; }
	.title-5 .biaoti{ font-size: 12px; }
	.text-1 ul li{ margin-bottom: 0; }
	.text-1 ul .li a .textbox p{ font-size: 12px; }
	.text-2 form input{ margin-bottom: 20px; }
	.text-4{ font-size: 12px; line-height: 24px; }
	.pictrue-1-list{ margin-bottom: 20px; }
	.pictrue-1-list a .text{ font-size: 12px; }
	.pictrue-2-list a .text{ font-size: 12px; }
	.pictrue-4 .imgbox{ display: none; width:100%; }
	.pictrue-4 .imgbox span{ height: inherit; }
	.pictrue-4 .textbox{ padding:0; width: 100%; height: inherit; line-height: 24px; }
	.pictrue-5-list a h5{ font-size: 12px; }
	.pitrue-7-list{ margin-bottom: 20px; }
	.pitrue-7-list a{ padding-left: 120px; min-height: 100px; }
	.pitrue-7-list a .imgbox{ width: 120px; }
	.pitrue-7-list a .imgbox span{ height: 100px; }
	.pitrue-7-list a .textbox{ padding:0 0 0 10px; height: 100px; }
	.pitrue-7-list a .textbox .biaoti{ margin:0; font-size: 14px; }
	.pitrue-7-list a .textbox .txt{ margin:0; height: 48px; font-size: 12px; line-height: 24px; }
	.more-1 a{ width: 120px; }
	footer .footer_bar{ background: #000; }
	footer .footer_bar p{ color: #666; }
 }
@media (max-width:639px){
	header .search-btn{ position: relative; display: block; width: 24px; height: 28px; background: url(../images/icon/fdj2.png) no-repeat center; background-size: 20px auto; cursor: pointer; }
	header .search-tel .search{ position: absolute; right: 0; top:43px; z-index: 1; padding:0 15px; width: 100%; }
	header .search-tel form{ padding-left: 0; width: 100%; }
	header .search-tel form .biaoti{ display: none; }
	header .search-tel form .searchs{box-shadow: 0 0 5px rgba(0,0,0,0.5);-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);-o-box-shadow: 0 0 5px rgba(0,0,0,0.5); }
	header .search-tel form .searchs input{ font-size: 12px; }
	footer .box{ padding:20px 0; }
	footer .box .contact{ margin:0; }
	footer .box .dh{ display: none; }
}

@media (max-width:479px){
	.text-3{ padding:0; }
	.text-3 .imgbox{ position:inherit; top: inherit; right: inherit; }
}
/*分页css scott style pagination*/
div.scott
{
    padding:3px;margin:3px;text-align:center;

}
div.scott a
{
    border:#221616 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;text-decoration:none;

}
div.scott a:hover
{
    border:#221616 1px solid;color:white;background-color:#221616;

}
div.scott a:active
{
    border:#221616 1px solid;color:#611985;background-color:#221616;

}
div.scott span.current
{
    border:#221616 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#221616;

}
div.scott span.disabled
{
    border:#dfdfdf 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;

}

/*QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 230px;
    height:110px;
    line-height:35px
}

.dock ul.icons li.im p {
	width: 185px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 180px;
    height:180px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}

	/*二级产品下拉*/
@media only screen and (min-width:992px ) {
	.pcmenu .xiala{width: 830px;}
}
@media only screen and (min-width:1200px ) {
	.pcmenu .xiala{width: 1030px;}
}


.pcmenu .xiala{display: none;transition: all 0.5s; }
.pcmenu .xiala{overflow: hidden;position: absolute; background: #fff; padding:5px 15px;top:55px;left:-35px;}
.pcmenu .xiala .xl-list{width:25%;float: left;padding: 3px;overflow: hidden;}
.pcmenu .xiala .xl-list ul{list-style: none;width: 100%;padding: 0;border-top: 1px solid #e6e6e6;margin-top: 5px;padding-top: 10px;}
.pcmenu .xiala .xl-list ul li{width: 100%;}
.pcmenu .xiala .xl-list ul li a{font-size: 14px;line-height: 26px;}
.pcmenu .xiala .xl-list a{line-height: 24px;text-align:left;color:#333;display: block;padding-left: 3px;}
.pcmenu .xiala .xl-list a:hover{background: none;background: #e9e9e9;}
.pcmenu .xiala .xl-list a img{max-width: 90%;margin: 0 auto;text-align: center;}
.pcmenu .list-pro:hover .xiala{display: block;}
.pcmenu .xiala .xl-list ul{position: relative;left:50%; }
.pcmenu .list-pro:hover .xiala .xl-list ul{left:0;}

.pcmenu .cc1:hover ul{display: block;}
.pcmenu .cc1 ul {list-style:none;}
.header2 .cc1 ul li {width:100%;}
.pcmenu .cc1 ul {margin-left:-105%;}
.pcmenu .cc1 ul li a{line-height:40px;transition: all 0.5s;color:#000;}
.pcmenu .cc1 ul li a:hover{background:#e9e9e9;}


@media only screen and (min-width:992px ) {
	.pcmenu .xiala1{width: 200px;}
}
@media only screen and (min-width:1200px ) {
	.pcmenu .xiala1{width: 200px;}
}
.pcmenu .xiala1 {display: none;transition: all 0.5s; }
.pcmenu .xiala1 {overflow: hidden;position: absolute; background: #fff; padding:5px 15px;top:55px;left:-35px;}
.pcmenu .xiala1 .xl-list{width:25%;float: left;padding: 3px;overflow: hidden;}
.pcmenu .xiala1 .xl-list ul{list-style: none;width: 100%;padding: 0;border-top: 1px solid #e6e6e6;margin-top: 5px;padding-top: 10px;}
.pcmenu .xiala1 .xl-list ul li{width: 200%;}
