
/* CSS reset for c_b */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
i, em {font-style: normal;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
:focus{outline: none;}

/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam {vertical-align:middle;}

/*其他*/
.curp{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
 
/* CSS Document */
body{margin: 0px; padding: 0px; font-family: "微软雅黑","Microsoft YaHei",Arial,sans-serif;font-size: 14px;min-width: 1280px;overflow-x:hidden;}
div{margin: 0px; padding: 0px;}
span, p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px; font-size: 100%;font-weight:normal;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li {margin: 0px; padding: 0px; list-style: none;}
tr,td{ margin: 0px; padding: 0px;}
img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
form,input,select{margin: 0px; padding: 0px;}
pre{ margin: 0px; padding: 0px;}
fieldset{margin: 0px; padding: 0px; border: currentColor}
em{margin: 0px; padding: 0px; font-style: normal;}
ul{list-style-type: none;}

a {color:#333333; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration:none;color:#46a644;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.clear { height: 0px; overflow: hidden; clear: both;}
.clearfix { zoom: 1;}
.clearfix:after {content: "";height: 0;clear: both;display: block;visibility: hidden;}
.text-center{text-align: center;}
.fl{ float: left;}
.fr{ float: right;}
.ovfl{overflow: hidden;}
.p17{padding: 17px;}
.bgf6{background: #f6f6f6}
.container{margin-left:auto; margin-right:auto; width:1200px; font-family:microsoft yahei;}
.transition300em{transition: all .3s;-webkit-transition: all.3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.none{ display: none;}
.jbbg{background: linear-gradient(to top, #fff, #eee);margin-bottom: 20px;}
.index-title{font-size: 35px;text-align: center;margin: 0 auto;display: flex;width: 500px;}
.index-title .index-line{background: linear-gradient(transparent 48%, #333 48%, #333 52%, transparent 52%);flex: 1;}
.index-title .index-title-name{padding: 0 20px;color: #215eb6}


/*页眉*/
#top{height: 35px;line-height: 35px;background: #f7f7f7;}
#top p{color:#666;}
#top a{color:#666;display: inline-block;margin:0 10px;}
#top a:last-child{margin-right: 0;}
#top a:hover{color: #46a644;}
#header{padding:20px 0;}
#header .logo{margin:20px 0;}
#header .logo img{display: block;}
#header .top-txt{margin-left:10px;padding-left:115px;background: url(../images/top-x.jpg) no-repeat left;margin-top:15px;margin-bottom: 15px; position:relative;}
#header .top-txt h1{position:absolute;left:10px;bottom: 3px;font-size: 44px;font-weight:bold;color:#46a644;}
#header .top-txt>p{font-size: 22px;font-weight: bold;color: #46a644;letter-spacing:1px;margin-bottom:3px;}
/*#header .top-txt>p span{color: #da251d;}*/
#header .top-txt>span{font-size: 20px;color: #666;letter-spacing: 2px;}
#header .top-tel{height: 80px;padding-left:52px;background: url(../images/tel.png) no-repeat left 22px;text-align: left;}
#header .top-tel p{font-size: 16px;color: #666;margin-top: 20px;}
#header .top-tel span{font-size: 24px;font-weight: bold;color: #333;}


/*nav*/
.nav{background-color:#46a644}
.nav>ul{height:60px; line-height: 60px;width:1200px;margin: 0px auto; padding: 0px;}
.nav>ul>li{float: left; border-left:1px solid #b5dbb4;}
.nav>ul>li>a{color: #fff;display: block;padding: 0px 23px;font-size: 16px;position: relative;}
.nav>ul>li.cur>a::before{content:'';position: absolute; bottom: 0; left: 0;width: 100%; height: 5px; background-color:#1c741a;}
.nav>ul>li:hover>a{ background:#434343;}
.nav>ul>li>a:hover::before{background:#434343;}
.nav #sidebar li{float:left;line-height:60px;position:relative;height:60px;}
.nav #sidebar li>a{}
.ny-pro{position: absolute;top:60px;left:0;right:0;border-top: 1px solid #46a644;display: none;z-index: 100; background:#fff;/*box-shadow:2px 2px 5px #e0dee0;*/}
.ny-pro>a{line-height:35px;text-align: center;padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#444444;background-color: #fff;transition: all .3s;-webkit-transition:all .3s; display:block;}
.ny-pro>a:hover{background-color: #46a644;color: #fff; display:block;}

/*banner*/
#flashs .btn{ position:absolute; z-index:7; bottom:15px; left:0; padding:0px 6px; width: 100%;text-align: center;}
#flashs .btn li{ background:#232323; cursor: pointer;display: inline-block;margin:0 2px;width:20px;height:20px;border-radius: 50%;text-align:center;text-indent: -999999999999999999px;}
#flashs .btn li.on{ background:#46a644;} 

/*search*/
.search{ border-bottom:1px solid #d2d2d2;}
.search .gjc{ overflow:hidden; float:left; height:60px; line-height:60px;font-size:14px;color:#666; }
.search .gjc span{ color:#333;font-weight:bold;}
.search .gjc a{ color:#666; font-weight: normal;}
.search .gjc a:hover{ color:#333; }
.search .sc{float:right;border-bottom:1px solid #46a644;}
.search .sc .tt{float:left;width:223px;/* height:38px; *//* line-height:38px; */border: 1px solid #fff;font-size:14px;color: #cccccc;outline:none;padding-left: 20px;/*border-radius:  20px 0 0 20px;*/line-height:60px;height:60px;}
.search .sc .s_bt{border:1px solid #fff;border-left:0;float:left;width:60px;cursor: pointer;background: url(../images/search_icon.png) no-repeat center;border-radius: 0 20px 20px 0; line-height:60px;height:60px;}

/*title*/
.title{text-align: center;margin-top: 40px;}
.title h2{color: #333;font-size: 28px;line-height: 40px;}
.title p{color: #666;font-size: 16px;line-height: 25px;}

/*产品中心*/
.pro{/*background: url(../images/pro_bg.jpg) no-repeat center;*//*height:1150px;*/position: relative;overflow: hidden;}
.pro-left{width: 260px;}
.pro-left .chanping{background-color:#46a644; display: block;width: 260px;height:100px;}
.pro-left .chanping h2{color: #fff;font-size:28px;font-weight:bold; text-align: center; line-height:100px; background:url(../images/chanp.png) no-repeat 40px 40px;}
.pro-left ul{border-bottom:10px solid #434343}
.pro-left ul>li{border:1px solid #e5e5e5;border-bottom: 0;}
.pro-left ul>li:last-child{border-bottom: 1px solid #e5e5e5;}
.pro-left ul>li>a{line-height: 50px;display: block;border-bottom: 1px solid #eeeeee;padding-left: 30px;padding-right: 40px;background: #fff;font-size: 18px;color: #333;position: relative;}
.pro-left ul>li>a::after{content:">";position: absolute;right: 25px;top:50%;margin-top:-12px;font-size: 24px;line-height: 24px;height: 24px;font-family: 'SimHei';color: #ccc;}
.pro-left ul>li>div{background:#f8f8f8;padding:10px 18px;}
.pro-left ul>li>div a{line-height: 30px;width: 260px;box-sizing: border-box;display: block;float: left;padding-left: 15px;/*overflow: hidden;text-overflow:ellipsis;*/white-space:nowrap;}
.pro-left ul>li:hover>a{background: #46a644;color: #fff;border-bottom: 1px solid #46a644;}
.pro-left ul>li:hover>a::after{color: #fff;}
.pro-left ul>li:hover>div{background: #f8f5f5;}
.pro-right{width: 930px;float: right;}
.pro-r-top{border-bottom:1px solid #e5e5e5;/* padding:35px 0 26px 30px; *//* background: #fff; */}
.pro-r-top .wz{width: 230px;height:38px;line-height:30px;font-size:16px;color: #46a644; font-weight:bold; font-size:28px; border-bottom:3px solid #46a644;}
.pro-r-top .wz span{ color:#666; font-size:24px; font-weight:normal;font-variant:small-caps;}
.pro-r-top b a{width:80px; line-height:38px;color: #666666; display:block;text-transform:uppercase; float: right;text-align:center; font-size:16px;cursor:pointer; font-weight:normal;}
.pro-r-r{padding-left: 18px;background: url(../images/pro-r-x.jpg) no-repeat left;}
.pro-r-main{margin-top:28px;}
.pro-r-main ul li{float: left;width: 300px;margin-right: 15px;/*margin-bottom: 12px;*//* height:218px; */}
.pro-r-main ul li:nth-child(3n){margin-right: 0;}
.pro-aa{border:1px solid #e5e5e5;background: #fff;display: block;overflow: hidden;height:219px;width:300px;}
.pro-aa img{max-width: 100%;display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;height:219px;width:300px;}
.pro-pp{font-size: 15px;line-height:45px;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;text-align: center;}
.pro-r-main ul li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}





/*合作方案*/
.hzbj{/* height: 632px; */box-sizing: border-box;padding-top: 80px;overflow: hidden;font-family:"Microsoft Yahei";}
.hz h2{}
.hz .m_hz{width: 1200px;padding-top: 0px;height: 225px;position: relative;}
.hz .m_hz:before{content: ""; width:474px; color: #cecccd; background: #cecccd; height: 1px; left:0;bottom:21px;position: absolute;}
.hz .m_hz:after{content: ""; width:474px; color: #cecccd; background: #cecccd; height: 1px; right:0;bottom:21px;position: absolute;}
.hz .m_hz p{width:189px; height:239px; z-index: 9; position: absolute;left:0;bottom: 0;}
.hz .m_hz p img{width:189px; height: 221px; display: block;}
.hz .m_hz .scroll{width: 1000px; overflow: hidden; float: right;}
.hz .m_hz li{width: 235px; margin-right: 17px; float: left;}
.hz .m_hz li:last-child{margin-right: 0;}
.hz .m_hz li img{width: 235px;height:130px; border:1px solid #d6d6d6; display: block;transition: all 0.5s linear;-webkit-transition: all 0.5s 
	linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.hz .m_hz li a{ text-decoration: none; }
.hz .m_hz li span{font-size: 16px; text-align: center; color: #666666; font-weight: normal; height: 48px; line-height: 48px; display: block;
 white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.hz .m_hz li a:hover img{border-bottom: 3px solid #46a644;}
.hz .m_hz li a:hover span{ color: #46a644; font-weight: bold; }

.m_hz .pages{width:1200px;left:50%;margin-left:-630px;position:absolute;z-index:1;bottom:15px;overflow:hidden;}
.m_hz .pages ul{margin-left:500px;}
.m_hz .pages ul li{float:left;margin:0 5px;display:inline;cursor:pointer;}
.m_hz .pages ul li{width:14px;height:14px;background:#434343;border-radius: 100%; }
.m_hz .pages ul .on{background:#46a644;width: 36px; border-radius: 30px;}



/*关于我们*/
.about { overflow: hidden; height: 643px; height: 515px; background: #EDEDED;margin-top:50px;}
.about dl { position: relative }
.about dl dt { position: absolute; left: 50%; width: 960px }
.about dl dd { position: absolute; right: 50%; width: 600px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 70px }
.about dl dd h2 a { display: block; font-size: 50px; color: #000; line-height: 100%; letter-spacing: 4px; padding-bottom: 19px; font-weight: 400 }
.about dl dd h2 span { display: block; font-size: 20px; color: #333; line-height: 100%; padding-bottom: 32px; position: relative; font-weight: 400; letter-spacing: 2px }
.about dl dd h2 span:before {position: absolute;content: "";width: 52px;height: 4px;background: #46a644;left: 0;bottom: 0;}
.about dl dd p { width: 541px; font-size: 14px; color: #666; line-height: 27px; padding-top: 34px; margin-bottom: 35px; position: relative; text-align: justify; letter-spacing: .5px }
.about dl dd p a { display: block; position: absolute; right: 0; bottom: -30px; font-size: 14px; color: #333; line-height: 100%; -o-transition: all .3s ease; transition: all .3s ease }
.about dl dd p a:hover {color:#46a644;}
.about li { width:68px; float: left; text-align: center; margin-right: 69px }
.about li h4 span{font-size:36px;margin-bottom: 9px;color:#46a644;font-weight:bold;}
.about li span {display: block;font-size: 16px;color: #333;line-height: 100%;white-space: nowrap;}
.about li:hover img { background: #46a644 }

#countup{padding-top:25px;}

/*图片展示*/
.comimg{/*padding-bottom:60px;*/ background:#f5f5f5;}
.huangjin h3{text-align: center;padding: 48px;}
.huangjin h3 a{font-size:40px; color: #222222;}
.huangjin h3 i{background: url(../images/hentu.png) no-repeat;width:195px;height: 24px;display:block;margin: 4px auto 0;}
.huangjin h3 p{color:#666;font-size:20px;}
.comimg-tab{text-align: center;padding-top: 0px;padding-bottom: 40px;position:relative;font-size:0px;}
.comimg-tab::before{content:'';position:absolute;bottom: 63px;width:1180px;height:1px;background-color: #dcdcdc;left: 10px;}
.comimg-tab li{display:inline-block;background:#eeeeee;width:180px;height:46px;border:1px solid #dcdcdc;line-height:46px;position: relative;z-index:2;}
.comimg-tab li a{display:block;font-size:20px;color:#444444;}

/*.comimg-tab li h2{font-size: 20px;color: #444444;}*/
.comimg-tab li p{color: #999;font-size: 12px;text-transform: uppercase;}
.comimg-tab li.on a{color: #fff; background:#46a644;width:180px; display:block;}
.comimg-tab li.on p{color: #46a644}
.comimg-list{position: relative;display: none;}
.comimg-list .hd .prev{position: absolute;left: -76px;top: 86px;width: 76px;height: 50px;background:url(../images/left.png) no-repeat;cursor: pointer;}
.comimg-list .hd .next{position: absolute;right: -76px;top: 86px;width: 76px;height: 50px;background:url(../images/right.png) no-repeat;cursor: pointer;}
.comimg-list .bd ul li{float: left;margin:0 10px;width: 280px;}
.comimg-list .bd ul li a{display: block;padding:2px;border:1px solid #dcdcdc;}
.comimg-list .bd ul li a:hover{ border:1px solid #46a644;}
.comimg-list .bd ul li a img{max-width: 100%;display: block;}

/*客户见证*/
.faq { margin-top: 27px; padding-top:35px; border-top:1px solid #EBEBEB; position: relative; height: 160px }
.faq h3 a { display: block; width: 174px; height: 160px; background: #46a644; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: 
	border-box; font-size: 20px; color: #fff; line-height: 100%; padding: 35px 0 0 25px; font-weight:bold;}
.faq h3 span { display: block; margin-top: 11px; font-size: 15px; line-height: 1; margin-bottom: 24px }
.faq h5{ font-weight:normal;font-size:16px;}
.faq_list { width: 988px; float: right; overflow: hidden; height: 160px !important }
.faq_list li { float: left; position: relative; width: 440px; padding-top: 30px; height: 130px; background: url(http://www.jingwendq.com/templates/default/images/images/ni2.png) no-repeat left top }
.faq_list li h4 { font-size: 18px; color: #333; line-height: 32px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-weight:bold;}
.faq_list li p { font-size: 14px; color: #888; line-height: 24px; margin-top: 16px }
.faq_list ul li:first-child { margin-right: 108px }
.faq_list ul li:first-child:after { position: absolute; content: ""; width: 1px; height: 75px; background: #D2D2D2; top: 39px; right: -53px }
.faq_nav { text-align: center; font-size: 0; height: 10px; cursor: pointer; position: absolute; width: 60px; right: 0; bottom: 0 }
.faq_nav li { display: inline-block; width: 10px; height: 10px; background: #333; border-radius: 50%; -o-transition: all .3s ease; transition: all .3s ease; 
	margin: 0 5px }
.faq_nav li.on { background:#46a644 }

/*优势*/
/*.reasons h3{text-align: center;margin-bottom:0px;}
.reasons h3 a{font-size:40px; color: #222222;}
.reasons h3 i{background: url(../images/hentu.png) no-repeat;width:195px;height: 24px;display:block;margin: 4px auto 0;}
.reasons h3 p{color:#666;font-size:20px;}
.reasons .ys1{ background:url(../images/ysbg1.jpg) no-repeat center top; height:750px; position:relative;}
.reasons .ys2{ background:url(../images/ysbg2.jpg) no-repeat center top; height:621px; position:relative;}
.reasons dl{ width:486px; *width:490px; position:absolute;}
.reasons dt{ font-size:18px; color:#45a643; font-weight:bold; padding-bottom:10px; background:url(../images/yline.png) no-repeat left bottom;}
.reasons dd{}
.reasons dd p{ padding-left:20px; background:url(../images/dd.png) no-repeat 5px 9px; line-height:26px; font-size:14px;}
.reasons dd li{ overflow:hidden;}
.reasons dd li em{ float:left; width:65px; font-size:13px; font-weight:bold; margin-top:5px;}
.reasons dd li span{ float:left; width:420px; line-height:26px; font-size:13px;}
.reasons .dz{ left:475px;}
.reasons .dr{ left:20px;}
.reasons .ds1{ top:247px;}
.reasons .ds2{ top:527px;}
.reasons .ds3{ top:62px;}
.reasons .ds4{ top:357px;}*/


.ad2{ width: 100%; height:252px; margin-top: 80px; margin-bottom: 80px; background: url(../images/20200327170207_842472895.jpg) center no-repeat;}
.ad2_zw{ font-size: 28px; color: #fff; padding-bottom:8px; font-weight:lighter; line-height:60px; margin-top:80px;}
.ad2_wz{ font-size: 20px; color: #fff; letter-spacing: 0.5px; margin-top: 20px;}
.ad2_zj{text-align: center;color: #fff;margin-left: 44px;margin-top: 60px;border:1px solid #efefef;height:140px;}
.ad2_y{width: 400px;}
.ad2_lx{width:410px;height: 44px;line-height: 44px;color: #fff;font-size: 20px;margin-top: 70px;padding-left: 55px;background: url(../images/20200327171229_1598275303.png) left no-repeat;}
.ad2_lx span{font-family: Impact; font-size: 42px;}
.ad2_wz1{ color: #ffff; font-size: 29px; line-height: 30px; margin-top: 20px;}   
.ad2_wz1 span{font-family: Arial; font-size:12px; letter-spacing: 0.2px;}

.tongd{ text-align: center; font-size: 34px; line-height: 40px;} 
.tongd b{ font-weight: bold; color: #fc8612;}
.tong_b{width: 1200px;margin:0 auto;height: 552px;margin-top: 50px;background: url(../images/20200415161924_1703378918.jpg) center no-repeat;}
.tong_z{width: 270px;text-align: right;/* margin-left: -9px; */}
.tong1{font-size: 16px;color: #666;margin-top: 50px;}
.tong1 b{ font-size: 24px; color: #333; line-height: 56px;}
#chundu{margin-right: 15px;}
.tong{margin-right: 77px;margin-top:60px;}
.ton{margin-right: 78px;margin-top:60px;}

.tong2{font-size: 16px;color: #666;margin-top: 50px;margin-left: 14px;}
.tong2 b{ font-size: 24px; color: #333; line-height: 56px;}
.tong2_k{margin-left: 78px;margin-top:60px;}
.ton_k{margin-left: 78px;margin-top:60px;}

.tong_y{ width: 270px; text-align:left;}
.tong_g{ width: 100%; height: 105px;  padding-top:48px; background: #0d983e; text-align: center;}




.edge{font-family: "Microsoft Yahei";line-height:24px;padding: 60px 0 0;color: #666;clear: both;position: relative;}
.huashan h3 a{font-size:40px; color: #222222; display:block;text-align:center}
.huashan h3 i{background: url(../images/hentu.png) no-repeat;width:195px;height: 24px;display:block;margin:15px auto 0;}
.huashan h3 p{color:#666;font-size:20px; display:block; text-align:center}
.huashan .til01{height:123px;}
/*.edge:before,.edge:after{content: "";position: absolute;width: 100%;height: 3px;background: #eaeaea;left: 0;bottom: 0px;z-index: -1;}
.edge:before{top: 183px;}*/
.edge-til{background: url(../images/ys-title.jpg) no-repeat;width: 200px;height: 125px;position: absolute;left: 50%;top: 480px;margin-left: -100px;z-index: 10}
.edge1{position: relative;height: 360px;}
.edge2{position: relative;height: 360px;background-image: linear-gradient(to right, #f2f2f2 50%, #fff 50%);}
.edge3{position: relative;height: 390px;background-image: linear-gradient(to left, #f2f2f2 50%, #fff 50%);/*padding-top:23px;*/}
.edge4{position: relative;height: 440px;}
.edge_p1{width:600px;height: 360px;float: left;}
.edge_p2{width:600px;height: 360px;float: right;}
.edge_p3{width:600px;height: 360px;float: left;}
.edge_p4{width:600px;height: 360px;float: right;/*padding-top: 35px*/}
.edge_w{/* width: 600px; *//* padding: 3px 0 0; */}
.edge_w ul{margin-top: 20px}
.edge_w li{padding: 0 0 15px 108px;background: url(../images/ico01.gif) no-repeat 90px 7px;font-size: 16px}
.edge_w li span{color:#46a644}
.edge_w{width:580px;height: 325px;float: right;padding:35px 0 0 20px;}
.edge_w h3{height: 70px;color: #323232;font-size: 38px;padding-left: 100px;font-weight:  bold;padding-top: 39px;letter-spacing: 2px;}
.edge_w h3.ys1{background: url(../images/01.png) no-repeat 0px 9px;;}
.edge_w h3.ys2{background: url(../images/02.png) no-repeat 0px 9px;;}
.edge_w h3.ys3{background: url(../images/03.png) no-repeat 0px 9px;;}
.edge_w h3.ys4{background: url(../images/04.png) no-repeat 0px 9px;;}
.edge_w h3 p{display: block;font-weight: normal;font-size: 21px;line-height: 12px;color: #666666;letter-spacing: 0px;margin-top: 20px;}
.edge_w h3 span{display: block;letter-spacing:6px;font-size: 60px;position: relative;font-family: Times New Roman;line-height: 150px;color: #999;}
.edge_w h3 span:before{content: "";position: absolute;width:2px;height:27px;background: #ccc;left:2px;top:112px;}

/*新闻资讯*/
/*.news{background: url(../images/news_bg.jpg) no-repeat center;height: 712px;overflow: hidden;}
.news-left{width: 590px;margin:32px 5px 0;float:left;background: #fff;}
.news-l-top{height: 63px;border-bottom: 1px solid #e5e5e5;}
.news-l-top a{display: block;width:50%;font-size:18px;color: #333;float: left;text-align: center;}
.news-l-top a span{line-height: 63px;padding-left:35px;}
.news-l-top a span.news-ico1{background: url(../images/news-icon01.png) no-repeat 0px 0px;}
.news-l-top a span.news-ico2{background: url(../images/news-icon02.png) no-repeat 0px 0px;}
.news-l-top a.on{background: #da251d;color: #fff;}
.news-l-top a.on span.news-ico1{background: url(../images/news-icon01.png) no-repeat 0px -24px;}
.news-l-top a.on span.news-ico2{background: url(../images/news-icon02.png) no-repeat 0px -24px;}
.news-l-mdl{padding:12px 30px 12px 37px;}
.news-l-mdl .news-l-con{display: none;}
.news-l-mdl dl{padding:18px 0;}
.news-l-mdl dl dt{float: left;margin-right: 22px;width: 63px;}
.news-l-mdl dl dt img{width: 63px;height: 63px;}
.news-l-mdl dl dd{float: left;width: 438px;}
.news-l-mdl dl dd a{font-size: 16px;color: #333333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;margin-bottom: 5px;}
.news-l-mdl dl dd p{font-size: 14px;color: #969696;line-height: 22px;}
.news-l-mdl dl dd a:hover{color: #da251d;}
.news-right{width: 590px;margin:32px 5px 0;float: right;background: #fff;}
.news-r-top{height: 63px;border-bottom: 1px solid #e5e5e5;padding-left: 35px;position: relative;}
.news-r-top p{line-height: 63px;color: #333;font-size: 18px;padding-left: 38px;background: url(../images/news-icon05.png) no-repeat left;}
.news-r-top a{position: absolute;right: 30px;top: 0;line-height: 63px;display: block;}
.news-r-mdl{padding:26px 30px;}
.news-r-mdl ul{overflow: hidden;}
.news-r-mdl ul li{overflow: hidden;}
.news-r-div{border:1px solid #e7e7e7;margin:5px 0;padding-left: 16px;}
.news-r-mdl ul li .news-r-div>a{line-height: 40px;color: #333333;padding-left: 27px;background: url(../images/faq-w.png) no-repeat left;}
.news-r-mdl ul li.on .news-r-div>a{background: url(../images/faq-d.png) no-repeat left;}
.news-r-txt{overflow: hidden;padding:15px 25px 25px 27px;display: none;}
.news-r-img{float: left;}
.news-r-img img{display: block;}
.news-r-txt p{float: left;width: 340px;padding-left: 22px;color: #666;margin-top: 5px;line-height: 21px;}
.news-r-mdl ul li.on .news-r-txt{display: block;}
.news-r-mdl ul li .news-r-div>a:hover{color: #da251d;}*/


/*新闻*/
.newMain{ padding-top:40px;}
.newMain h3 { margin-bottom:35px;}
.newMain h3 a{font-size:40px; color: #222222; display:block;text-align:center}
.newMain h3 i{background: url(../images/hentu.png) no-repeat;width:195px;height: 24px;display:block;margin:5px auto 0;}
.newMain h3 p{color:#666;font-size:20px; display:block; text-align:center}
.newMain .new_l{float:left;width:790px; border-top:1px solid #e5e5e5}
.newMain .new_r{float:right;width:370px;border-top:1px solid #e5e5e5}
.newMain .ntop{ height:46px;}
.newMain .ntop span{float:left;height:46px;background:url(http://www.jingwendq.com/templates/default/images/images/newsico.png) no-repeat 0px 15px;padding-left: 30px;display:block;}
.newMain .ntop span a{width:94px;height:46px;line-height:46px;text-align:center;font-size:20px;color:#333333;text-decoration:none;/* background:#e5e5e5; */float:left; font-weight:bold;}
.newMain .ntop span a:hover,.newMain .ntop span a.cur{color:#46a644;}
.newMain .ntop .more{float:right; padding-right:0px;margin-right:0px; margin-top:13px; font-size:14px; color:#666666;}

.newMain .ntop1{ height:46px;}
.newMain .ntop1 span{float:left;height:46px;background:url(../images/wt_ico1.png) no-repeat 0px 15px;padding-left:20px;display:block;}
.newMain .ntop1 span a{width: 100px;height:46px;line-height:46px;text-align:center;font-size:20px;color:#333333;text-decoration:none;/* background:#e5e5e5; */float:left; font-weight:bold;}
.newMain .ntop1 span a:hover,.newMain .ntop span a.cur{color:#46a644;}
.newMain .ntop1 .more{float:right; padding-right:0px;margin-right:0px; margin-top:13px; font-size:14px; color:#666666;}

/*new_l*/
.newMain .new_l .nc{ padding-left:10px; margin-top:27px;}
.newMain .new_l .nc dl{ overflow:hidden; border-bottom:1px dashed #cccc; padding-bottom:18px;}
.newMain .new_l .nc dt{ float:left;}
.newMain .new_l .nc dt img{ display:block;}
.newMain .new_l .nc dd{ margin-left:250px;}
.newMain .new_l .nc dd h5{width:370px; height:14px; line-height:14px; padding-top:12px; padding-bottom:7px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newMain .new_l .nc dd h5 a{ font-size:16px; font-weight:bold; color:#46a644}
.newMain .new_l .nc dd p{ font-size:13px; line-height:22px; height:88px; overflow:hidden;}
.newMain .new_l .nc dd span{ color:#46a644; font-size: 15px;}
.newMain .new_l .nc ul{ overflow:hidden; margin-top:18px;}
.newMain .new_l .nc li{float:left;width:50%;height:36px;line-height:36px;/* border-bottom:1px solid #dcdcdc; */}
.newMain .new_l .nc li em{ font-size:13px; float:right; margin-right:10px;}
.newMain .new_l .nc li a{font-size: 15px;padding-left:15px;background:url(../images/diamImg.png) no-repeat left center;}
/*new_r*/
.newMain .new_r .quetion{height: 370px;overflow:hidden;margin-top:32px;padding:0 15px;}
.newMain .new_r .quetion dl{ margin-bottom:25px;}
.newMain .new_r .quetion dt{width:285px;padding-left: 45px;background:url(../images/wenImg.png) no-repeat left center;height:34px;line-height:33px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newMain .new_r .quetion dt a{ font-size:15px; color:#333333; font-weight:bold;}
.newMain .new_r .quetion dt a:hover{color:#3ea043;}
.newMain .new_r .quetion dd{padding-left:33px;background:url(../images/daImg.png) no-repeat left 2px;font-size:13px;height: 60px;line-height: 21px;overflow:hidden;/*margin-top:13px;*/padding-left: 45px;}

/*底部*/
.footer{background: url(../images/foot_bg.jpg) no-repeat center;height:368px;padding-top:0px;}
.footer-logo{float:left;margin-top:62px;}
.footer-logo p{color: #fff; margin-top:6px;}
.footer-logo p a{color:#fff}
.footer-con{width: 276px;float: left;padding-left: 100px;padding-top: 50px;}
.footer-con h2{font-size: 15px;color: #fff;font-weight: bold;line-height: 30px;margin-bottom: 10px;}
.footer-con p{color: #fff;font-size: 14px;padding-left: 24px;line-height: 30px;}
.footer-con p.tel{background: url(../images/f_tel.png) no-repeat left;}
.footer-con p.add{background: url(../images/f_add.png) no-repeat left;}
.footer-con p.mail{background: url(../images/f_mail.png) no-repeat left;}
.footer-con p.chuanzhen{background: url(../images/chuanzhen.png) no-repeat left;}
.footer-con span{color: #777;line-height: 22px;display: block;margin-top: 5px;}
.footer-con span a{color: #777;}
.footer-con span a:hover{color: #46a644;}
.footer-ewm{width: 121px;float: left;margin-top: 15px;margin-left: 100px;padding-top: 40px;}
.footer-ewm img{width: 116px;height: 116px;}
.footer-ewm p{color: #fff;margin-top: 13px;text-align: center;}
.footer-nav{width:260px;float:right;padding-top: 58px;}
/*.footer-nav li{ float: left; }*/
.footer-nav a{float: left; font-size: 15px; line-height: 32px; width: 130px; color:#fff; display: block; transition: .3s ease; -o-transition: .3s ease;}
.footer-nav a:hover{}


/*友情链接*/
/*.link{}
.link-bg{background: url(../images/link_bg.jpg) no-repeat left;height: 80px;line-height: 80px;padding-left: 145px;}
.link-bg a{margin:0 15px;}
*/
/*友情链接*/
.link{overflow:hidden;border: 1px solid #dedede;padding: 20px 0;margin: 20px auto;margin-top:30px;}
.link h4{float:left;font-size: 14px;}
.link h4 a{ padding-left: 20px; color:#fff;}
.link ul{width: 1070px;float: right;}
.link ul a{color:#fff;}
.link li{float:left;height: 30px;line-height: 30px;margin: -5px 12px;display:inline;}
.link li a{ font-size:14px; color:#fff}

.client-2{position: fixed;right: -170px;top: 50%;z-index: 900;}
.client-2 li a{text-decoration: none;}
.client-2 li{margin-top: 1px;clear: both;height: 62px;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: 12px;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: 31px;background-position: -23px -47px;background-size: 52px 82px;}
.client-2 .my-kefu-ftop .my-kefu-main{padding-top: 6px;}
.client-2 .my-kefu-left{float: left;width: 62px;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: #46a644;color: #fff;height: 53px;width: 230px;padding:9px 0 0;float: left;}
.client-2 .my-kefu-main{background: #46a644;width: 97px;height: 53px;position: relative;padding:9px 0 0;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;}

/* 内页样式 */
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location_main{width: 1200px;margin: 0 auto;padding-top: 14px;line-height: 15px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;}
.location_main a{color: #666;}
.location_main a:hover{color: #46a644;}

.inner{width: 1200px;padding-top: 40px;overflow: hidden;margin: 0 auto;}
.inner_fl{width: 901px;border-right: 1px solid #eee;float: left;}
.showabout{margin-right: 20px;line-height: 25px;overflow: hidden;min-height: 600px;color: #666;}
.showmap img{max-width: none;}
.inner_fr{width: 270px;margin-left: 19px;float: left;}
.inner_search{width: 270px;height: 65px;}
.inner_search .search_info{width: 267px;height: 50px;overflow: hidden;background: url(../images/search_bg2.jpg) no-repeat;}
.inner_search .search_info_txt { display:inline; float:left; width:220px; height:50px;}
.inner_search .search_info_txt_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color: #666; float: left; font-size:14px; height:50px; line-height:50px; overflow: hidden; width:220px; text-indent:12px;}
.inner_search .search_info_btn { float: left; height:50px; width:47px; }
.inner_search .search_info_btn_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color: #D3E8F9; float: left; font-size:12px; height:50px; line-height:50px; overflow: hidden; width:47px; cursor:pointer; }

.inner_cat {width: 270px; margin-bottom: 10px;}
.inner_cat_tit { width: 270px; line-height:68px; background:url(../images/inner_cat_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}

.frpro_cat { width: 270px; margin-top: 10px;}
#nav ,#nav ul { width: 270px; list-style: none;  padding: 0px; margin: 0px; }
#nav ul ul {  }
#nav a { display: block;  text-decoration: none;cursor:pointer; }
#nav a:hover { color: #46a644; }
#nav li { width: 270px; line-height: 38px; position: relative; background:url(http://www.jingwendq.com/templates/default/images/images/inner_catli.jpg) no-repeat; text-indent:10px; }
#nav li ul { position: absolute; left: -999em; z-index:999; width:202px; font-weight: normal; margin: 0px; padding: 0px; }
#nav li li { width:200px;  background:#f7f7f7 !important;}
#nav li ul a { width: 200px; text-align:center; line-height:32px; }
#nav li ul ul {  }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover ul, #nav li.sfhover ul { right: 270px; top: 0px;cursor:pointer;  }
#nav li:hover, #nav li.sfhover {  color: #f7f7f7;}
#nav li ul a:hover { background:#46a644 !important; color:#fff !important;}
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }

.inner_lx {width:267px; margin-bottom:15px;}
.inner_lx_tit { width:267px; line-height:68px; background:url(../images/inner_lx_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}
.inner_lx .txt { width:267px; margin-top:10px; line-height:32px;}

.inner_lxpro {margin-bottom:15px;}
.inner_lx_titpro { line-height:68px; background:url(../images/inner_lx_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}
.inner_lxpro .txt { margin-top:10px; line-height:32px;}

/* 产品分类列表 */
.inner_flpro{float: left;width: 240px;}
.inner_frpro{float: right;width: 930px;}
.inner_frpro>h3{height: 50px;font-size: 24px;font-weight: normal;line-height: 50px;border-bottom: 1px solid #ebebeb;}
.inner_frpro>h3 span{display: inline-block;border-bottom: 1px solid #393939}
.nyjc{}
.nyjc-til{padding:15px;color:#fff;background: #46a644;}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
#sidebar1{padding:10px;background: #fff;border:1px solid #ccc;border-top: 0;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #46a644;color: #fff;}

#sidebar1 dt{margin-top: 10px;font-weight: normal;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #46a644;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/diamImg.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#46a644;}

/* 产品模块 */
#productlist{ padding:15px  0px;}
#productlist li{ float:left; display:inline; text-align:center;}
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #ccc;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showproduct{ padding:15px;}
#showproduct .pshow{overflow: hidden;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{ float:left;}
#showproduct .pshow dd{ float:right;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 45px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}

/*图片模块*/
#imglist{ padding:15px; }
#imglist li{ float:left; display:inline; text-align:center;margin: 0 4px;}
#imglist li a.img{ font-size:0px; display:block;}
#imglist li a.img img{ margin:auto;  border:1px solid #ccc; }
#imglist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showimg{ padding:15px;}
#showimg h1.title{ font-size:18px; padding:5px 0px; margin-bottom:10px; text-align:center; font-weight: bold; }
#showimg .imgshow{ text-align:center; overflow:hidden;}
#showimg .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.imgparalist li{ padding:3px 15px 3px; background:url(../images/dt-0.gif) no-repeat 5px center;}
.imgparalist li span{ float:left; margin-right:10px; color:#999;}
#showimg .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }


/*栏目页推荐新闻*/
.topnew{width: 100%;margin: 0 auto;padding-bottom: 30px;padding-top: 20px;}
.tjnew{margin-top:20px;}
.tjnew_top{line-height:40px; height:40px; border-bottom:1px #ccc solid;}
.tjnew_top h2{float:left;width:150px;text-indent:15px;height:40px;line-height:40px;border-bottom: 2px #46a644 solid;color: #46a644;font-size:18px;font-weight: bold;}
.tjnew_top em{float:right; margin-right:5px; text-transform:uppercase; font-size:14px; color:#ccc;}
.tjnew_top em a{text-align:right; color:#ccc;}
.tjnew_top em a:hover{color:#46a644;}
.tjnew_nr{margin-top:10px;}
.tjnew_nr dl{overflow:hidden;}
.tjnew_nr dl dt{float:left; overflow:hidden; width:331px; display:block;}
.tjnew_nr dl dt img{display:block; width:307px; border:1px #ccc solid; padding:2px;}
.tjnew_nr dl dt img:hover{ border:1px #183888 solid;}
.tjnew_nr dl dd{float:right; width:867px;}
.tjnew_nr dl dd h2{font-size:16px; color:#333;font-weight:block;}
.tjnew_nr dl dd h2 a{ color:#333; line-height:40px; text-decoration:none;}
.tjnew_nr dl dd h2 a:hover{color:#183888;}
.tjnew_nr dl dd p{font-size:14px;line-height:25px; color:#4b4b4b;}
.tjnew_nr dl dd em{display:inline-block; width:100px; line-height:40px; background:#ccc;margin-top:30px; float:right; text-transform:uppercase; text-align:center; color:#4b4b4b; font-size:14px;}
.tjnew_nr dl dd em:hover{background:#183888;}
.tjnew_nr dl dd em:hover a{color:#fff; text-decoration:none;}
.tjnew_nr ul{margin-top:20px;overflow: hidden;}
.tjnew_nr ul li{float:left; width:49%; height:40px; line-height:40px; margin-right:2%; border-bottom:1px #ccc dashed;}
.tjnew_nr ul li:nth-child(even){margin-right: 0}
.tjnew_nr ul li a{font-size:14px; color:#4b4b4b; text-indent:25px;}
.tjnew_nr ul li a:hover{ color:#46a644;}
.tjnew_nr ul li em{float:right; font-size:13px; color:#ccc;line-height:40px; margin-right:8px;}

#newslist{ padding:15px 20px;}
#newslist li{ padding:6px 10px; background:url(../images/dt-0.gif) no-repeat left 19px;}
#newslist li a{ font-size:14px; margin-right:5px;}
#newslist li span{ float:right; color:#aaa;}
#newslist li p{ color:#aaa;}
#shownews{ padding:0px 15px 15px;}
#shownews .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#shownews h1{ font-size:20px; font-weight: bold; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333;}

#newslist dl{overflow: hidden;margin-bottom: 20px;}
#newslist dl dt{width: 240px;height:180px;float: left;overflow: hidden;border: 1px solid #ccc;box-sizing: border-box;}
#newslist dl dt img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;max-width: 100%;display: block;}
#newslist dl dt img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#newslist dl dd{float: left;width: 600px;margin-left: 20px;}
#newslist dl dd h5 a{font-size: 18px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;line-height: 40px;}
#newslist dl dd h5 a:hover{color: #46a644;}
#newslist dl dd p{line-height: 25px;margin-top: 10px;}
#newslist dl dd em{margin-top: 10px;display: block;color: #555;font-size: 12px;}

/*bigzoompic*/
#MagnifierWrap2{position: relative;width: 350px;}
.MagnifierMain{position: relative;width: 350px;height: 263px;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(http://www.jingwendq.com/templates/default/images/images/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 292px;height: 77px;overflow: hidden;margin: 0 auto;}
.spec-items ul{width: 500%;position: absolute;top: 16px;left: 0;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 65px;height: 49px;float: left;overflow: hidden;margin-right: 5px;border: 2px solid #ccc;cursor: pointer;}
.spec-items li.on{border:2px solid #46a644;}
.spec-items li img{width: 100%;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 69px;line-height: 69px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}


.pro_key {line-height:35px;border-top:dashed 1px #d7d7d7;margin-top:5px;font-size:14px;}
.mod_goods_info {clear:both;margin-bottom:10px;position:relative}
.mod_goods_info .hds {border-bottom:1px solid #46a644;height:33px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border:1px solid #d7d7d7;border-bottom:0;margin-right:-1px;}
.mod_goods_info .hds li h3 {display:block;width:128px;height:30px;line-height:30px;text-align:center;font-size:14px;border-bottom:0;background-color:#f3f3f3;border:1px solid #fff;}
.mod_goods_info .hds li h3 a {color:#333;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on {border-color:#46a644;border-bottom:0;position:relative;}
.mod_goods_info .hds .status_on h3 {height:31px;background-color:#fff;color:#46a644;}
.mod_goods_info .hds .status_on h3 a {color:#076EBB;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#085C9B;}
.mod_goods_info .more a:hover{color:#D4105A;}
.pright { width:280px; float:left; margin-left:20px;}
.propar { }/*产品详细参数字体颜色*/ 
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#46a644;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#009A44; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}
.dgxxBox{padding:0 15px; width:645px; height:300px;  font-family:微软雅黑;}
.dgxxBox p{font-size:16px; padding:25px 0; color:#666;}
.dgxxBox .m_form{}
.dgxxBox .m_form li{width:310px; height:38px; float:left; margin-bottom:13px; color:#777;}
.dgxxBox .m_form label{float:left; border:1px solid #dedede; line-height:36px; height:36px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{float:right; width:230px; border:1px solid #dedede; border-left-width:0; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{margin-left:12px; width:296px; height:161px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.dgxxBox .m_form .btnTjly{width:310px; height:38px; background:#46a644; border:none; cursor:pointer; color:#fff;}
.dgxxBox .m_form .areLi{height:205px; float:right; display:inline;}
.dgxxBox .m_form .btnLi{background:none; height:60px;}

.proinfo  { font-size:14px; line-height:25px; min-height: 300px;}
.proinfo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-top:10px;}
.proinfo p {color:#414141}
.proinfo p a { color:#009A44;}
.cp { border:1px solid #d7d7d7; background:#fff; margin-top:20px; }
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7;  }
.cptab  {  line-height:25px; font-size:14px; color:#46a644; text-decoration:none; padding:0 8px;  }
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }
.cp dl { overflow:hidden; float:left; display:inline; padding: 12px 0px 0 11px; width: 211px; }
.cp dt { overflow:hidden; }
.cp dt a {width: 207px; display:block; border:1px solid #D5D5D5; padding:1px;}
.cp dt a:hover { border:solid 1px #46a644;} /*产品图片边框连接*/
.cp dt img {display:block;max-width: 100%;}
.cp dd {  line-height:24px; padding:8px 0; overflow:hidden; display:block; text-align:center }
.t06 a { color:#009A44;}
.t06 a :hover { color:#009A44;}

/*在线反馈*/
#feedback{ padding:15px;}
#feedback>h3{line-height: 35px;background: #f4f4f4;padding-left: 10px;color: #46a644}
#feedback table{ margin:0px auto;}
/*按钮*/
.button{ display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover { text-decoration: none; color:#fff; }
.button:active { position: relative; top: 1px;}
.orange{ color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); }
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
input.input-text,input.input-file,input.code,textarea { padding: 4px; font-size: 15px; outline: none; text-shadow: 0px 1px 0px #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#fff url(http://www.jingwendq.com/templates/default/images/images/dt-10.gif) repeat-x left top; }
input.input-text:focus,input.input-file:focus,input.code:focus,textarea:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff;}
/*表单*/
td.text{ width:20%; padding:6px 5px 6px 0px; text-align:right; font-size:14px; font-weight:bold;}
td.input{ padding:6px 8px;}
td.input input{ margin-right:8px;}
td.input .info{ padding-left:15px; color:#46a644;}
td.input img{ position:relative; bottom:1px;}
td.submint{ padding:10px;}
/*反馈系统提交表单-feedback文件样式*/
.feedback_table{ width:100%; margin-top:10px; text-align:left;}
.feedback_table td.text{ text-align:right; width:20%; height:28px; line-height:28px; padding-right:3px; font-weight:bold;}
.feedback_table td.input{ padding-left:3px;}
.feedback_table td.input input{ padding:2px; margin-right:5px;}
.feedback_table td.input textarea{ width:80%; padding:2px; margin-right:5px; }
.feedback_table td.input .info{ color:#46a644; }
.feedback_table td.submint{ padding:5px 0px; }
.feedback_table td.submint input{ cursor:pointer;}

.prodbaseinfo_a{float:left;margin-left:20px; z-index:1;width: 480px;}
.h2_prodtitle{font-size:16px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em; }
.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}
.ul_prodinfos{padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}
.ul_prodinfos li{padding:5px 0 10px;}
.ul_prodinfo li{float:left;padding:6px 0;}
.ul_prodinfo li span{ font-size:16px; font-weight:bold; color:#46a644}
.li_normalprice,.li_prono{line-height:30px; }
.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{color:#999;}
.ul_prodinfo .li_brand{width:180px; }
.li_prono{line-height:2.9em;}
.ul_prodinfo .b_proprice{font-size:14px;color:#46a644;font-weight:normal;}
.ul_prodinfo a.a_brand{color:#46a644;}
.ul_prodinfo a.a_brand:hover{text-decoration:underline;}
.ul_prodinfo .li_jf{clear:both;width:300px; }
.ul_prodinfo .li_jf b{font-weight:normal;color:#46a644;}
.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}
.div_prothumb .span_prev,.div_prothumb .span_next  {background:url(http://www.jingwendq.com/templates/default/images/images/sprite.png) no-repeat;}
.div_prothumb{position:relative;padding:15px 15px 0;}

.thumbporbox{position:relative;width:275px;overflow:hidden;}
.ul_prothumb{position:relative;width:7500px; overflow:hidden;}
.ul_prothumb li{float:left;width:69px;text-align:center;}

.ul_prothumb img{padding:1px;border:1px solid #ddd;width:60px !important;height: 42px !important;}
.ul_prothumb li.now img{border: 1px solid #009A44 !important; }
.div_prothumb .span_prev,.div_prothumb .span_next{position:absolute;top: 7px;width:22px;height: 63px; text-indent:-999em;overflow:hidden;cursor:hand;cursor:pointer;}
.div_prothumb .span_prev{left:0px;_left:-25px;background-position:-90px -282px;}
.div_prothumb .span_prevb{background-position:-112px -282px;cursor:default;}
.div_prothumb .span_next{right:0px;background-position:-156px -282px;}
.div_prothumb .span_nextb{background-position:-134px -282px;cursor:default;}

.cpshow{ overflow:hidden; padding-top:5px;}
.cpshow li{ float:left; width:300px; margin: 0 5px 40px;height:219px;}
.cpshow li.noMl{ margin-right:0;}
.cpshow li img{ display:block; border:1px solid #d3d3d3;width:300px;margin: 0 auto;height:219px;}
.cpshow li h4{ text-align:center; font-weight:normal; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; line-height:30px;}
.cpshow li h4 a{ font-size:14px; color:#333;}
.cpshow li h4 a:hover{color: #46a644;}
.cpshow li p{ font-size:13px; color:#666; line-height:21px; height:1px; overflow:hidden;}
.cpshow li span{ display:block; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cpshow li span .zx{ float:left; width:103px; height:40px; line-height:40px; text-align:center; font-size:13px; color:#fff; text-decoration:none; border-left:3px solid #333; background:#666;}
.cpshow li span .xq{ float:right; font-size:13px; color:#666; margin-top:14px;}
.cpshow li img:hover{ border-color:#46a644;}
.cpshow li span .zx:hover{ background:#009A44; border-left-color:#009A44;}


/*站内搜索*/
ul.searchnavlist{ list-style:none; padding:0px; margin:0px;}
ul.searchnavlist li{ padding:5px 0px;}
#searchlist{ padding:15px;}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5;}
#searchlist ul{ list-style:none; padding:0px; margin:0px;}
#searchlist ul li{ padding:3px 5px; margin-bottom:5px;}
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline;}
#searchlist .search_title em{ color:#46a644; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#46a644; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green;}
#searchlist a:hover{ text-decoration:underline;}

/*工具栏*/
.met_hits{ padding:0px 5px; height:35px; line-height:30px; margin-top:10px; border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;}
.met_hits a{ color:#666;}
.met_hits .metjiathis{ position:absolute; left:5px; top:0px;}
.met_hits .metjiathis .jiathis_txt{float: left;}
.met_page{ text-align:center;}
.met_page a{ margin-right:50px; color:#1C57C4; text-decoration:underline;}

/* 返回头部 */
#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}
#roll:hover {background: #46a644;}
#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}
#roll_top:hover {background: url(../images/gotop.png) no-repeat;}

/*网站地图*/
#sitemaplist{ padding:15px;}
#sitemaplist .sitemapclass{ padding:5px 0px;}
#sitemaplist .sitemapclass1{ display:block; height:28px; line-height:28px; margin-bottom:5px; border-bottom:1px solid #ddd;}
#sitemaplist .sitemapclass1 a{ padding:5px 10px; background:#eee;}
#sitemaplist .sitemapclass2{ padding-left:15px; padding-top:3px;}
#sitemaplist .sitemapclass2 h3{  background:url(../images/dt-0.gif) no-repeat left center; padding:2px 8px;}
#sitemaplist .sitemapclass2 h3 a{ color:#444;}
#sitemaplist .sitemapclass2 h3 a:hover{ color:#46a644;}
#sitemaplist .sitemapclass2 div{ padding-left:2px;}
#sitemaplist .sitemapclass2 h4{ display:inline; padding:2px 6px;}
#sitemaplist .sitemapclass2 h4 a{ text-decoration:underline; color:#2c7199;}
#sitemaplist .sitemapclass2 h4 a:hover{color:#46a644;}

/* 翻页样式 */
#flip{padding-bottom: 20px;}
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#46a644; }
.metpager_5 a:hover { border:1px solid #46a644; color:#fff; background-color:#46a644;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#000; text-decoration:none;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#ddd;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(http://www.jingwendq.com/templates/default/images/images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(http://www.jingwendq.com/templates/default/images/images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(http://www.jingwendq.com/templates/default/images/images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(http://www.jingwendq.com/templates/default/images/images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(http://www.jingwendq.com/templates/default/images/images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}