
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?195opb');
    src:    url('fonts/icomoon.eot?195opb#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?195opb') format('truetype'),
        url('fonts/icomoon.woff?195opb') format('woff'),
        url('fonts/icomoon.svg?195opb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* global */
* {word-break:break-all;-webkit-text-size-adjust:none;}
body {font-family:"Microsoft YaHei","SimSun","Arial, Helvetica, sans-serif";color:#444;font-size:12px;background: #fff; overflow-x:hidden;}
html, body, div, span, ul, li, ol, dl, dt, dd,center, p, h1, h2, h3, h4, h5, h6, input, img, a,s {margin:0;padding:0;}
table,thead,tr,th,td,img{border:none;}
em, strong, th, var,i{font-style:normal;font-weight:normal;}
img {opacity: 0.9;filter: alpha(opacity=90);cursor: pointer; }
img:hover{opacity: 1;filter: alpha(opacity=100);}
.img-responsive {display: block; max-width: 100%;height: auto;}
ul li {list-style-type:none;list-style:none;}
ol li {list-style-type:decimal;}
ul,form {margin:0px;padding:0px;}
table{border-collapse:collapse;} /*用于表格属性, 表示表格的两边框合并为一条*/
table tr td input{height:20px; line-height:20px; padding:3px;vertical-align:middle; }
table tr td label{vertical-align:middle; }
table tr td select{height:30px; line-height:30px; padding:3px; }
table tr td .sendsubmit{height:40px; line-height:40px; width:120px;}
input:focus {outline:none;}
strong{font-weight:bold;}
/*<h>*/
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:10px;}
/* links */
a:link {color:#444;text-decoration:none;}
a:visited {color:#444;text-decoration:none;}
a:hover {color:#ff5a00;text-decoration:underline;}
a:active {color:#ff5a00;text-decoration:underline;}
a.w:link,a.w:visited,a.w:active {color:#FFF;text-decoration:none;}
a.w:hover {color:#F4F3F2;}
a.b:link,a.b:visited,a.b:active {color:#225588;text-decoration:none;}
a.b:hover {color:#FF6600;}
a.g:link,a.g:visited,a.g:active {color:#666;text-decoration:none;}
a.g:hover {color:#FF6600;}
/*字体*/
.yahei {font-family: "Microsoft YaHei", sans-serif;}
.simsun {font-family: simsun, serif;}
.black,.black a,.black a:link,.black a:visited{color:#666;}
.black a:hover {text-decoration:underline;color:#db2242;}
.orange,.orange a:link,.orange a:visited{color:orange;}
.orange a:hover {color:organge;text-decoration:underline;}
.gray,.gray a:link,.gray a:visited{color:#606060;font-family:"Microsoft YaHei";}
.gray a:hover {color:#db2242;text-decoration:none;}
.gray1,.gray1 a:link,.gray1 a:visited{color:#a4a4a4;font-family:"Microsoft YaHei";}
.gray1 a:hover {color:#db2242;text-decoration:none;}
.red,.red a:link,.red a:visited{color:#ea1e00;text-decoration:none;font-family:Arial, Helvetica, sans-serif;}
.red a:hover {color:#db2242;text-decoration:underline;}
.white,.white a:link,.white a:visited{color:#fff;}
.white a:hover {color:#ffddc3;text-decoration:none;} 
.green,.green a,.green a:link,.green a:visited{color:#006600;}
.green a:hover {text-decoration:underline;color:#db2242;}
.blue,.blue a,.blue a:link,.blue a:visited{color:#3d5590;}
.yellow,.yellow a,.yellow a:link,.yellow a:visited{color:#996600;}
.purple,.purple a,.purple a:link,.purple a:visited{color:#1c0060;}
.green1,.green1 a,.green1 a:link,.green1 a:visited{color:#336666;}
.orange1,.orange1 a,.orange1 a:link,.orange1 a:visited{color:#cc6600;}
.whitebg{ background:#ffffff;}


/*宽度比例*/
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {  float: left;    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;}
.col-md-1 { width: 8.33333%;  }
.col-md-2 { width: 16.66667%;  }
.col-md-3 {  width: 25%;  }
.col-md-4 {   width: 33.33333%; }
.col-md-5 {  width: 41.66667%; }
.col-md-6 { width: 50%;}
.col-md-7 {width: 58.33333%; }
.col-md-8 { width: 66.66667%;}
.col-md-9 { width: 75%;}
.col-md-10 {width: 83.33333%; }
.col-md-11 { width: 91.66667%;}
.col-md-12 { width: 100%; }
/* common */
.fh5co-grey-bg-section {
  background: rgba(45, 64, 89, 0.06);
}
.icon-arrow-right:before {
    content: "\f061";
}
.container {
  margin-right: auto;
  margin-left: auto;

}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.container {  width: 1170px; }
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.m {margin:auto;width:1200px;*zoom:1}
.m:before,.m:after{display:table;line-height:0;content:""}
.m:after{clear:both}
.m1000 {margin:auto;width:980px;*zoom:1}
.m1000:before,.m:after{display:table;line-height:0;content:""}
.m1000:after{clear:both}
.head_m {margin:auto; max-width:980px; line-height:47px;color:#666; }
.m_l_680{width:658px; margin-bottom:10px;}

@media (min-width: 1200px) {
.m1000 {margin:auto;width:1200px;*zoom:1}
.m1000:before,.m:after{display:table;line-height:0;content:""}
.m1000:after{clear:both}
.head_m {margin:auto; max-width:1200px; line-height:47px;color:#666; }
.m_l_680{width:878px; margin-bottom:10px;}
}
.main{width:100%; margin:0 auto;}
.head {border-top: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7;background-color: #fbfbfb;width:100%;height:47px;position:fixed;z-index:9; font-family: 'Microsoft Yahei';}

.head_m,.head_m a{ font-size:14px;}
.head_s {height:47px;}
.head_t strong{color:#FF0000;font-weight:normal;}
.head_l li {float:left;margin:0 10px 0 0;}
.h_city {background:url('image/ico_arrow_d.gif') no-repeat right center;padding:0 10px 0 0;}
.h_fav {padding:0 6px 0 2px; font-weight:800;}
.h_list {padding:0 3px 0 0;}
.h_mobile {background:url('image/ico_mobile.gif') no-repeat 0 center;padding:0 2px 0 15px;}
.h_cart {background:url('image/ico_cart.gif') no-repeat 0 center;padding:0 6px 0 18px;}
.h_qrcode {background:url('image/ico_qrcode.gif') no-repeat 0 center;padding:0 6px 0 18px;}
.top-kefu{height:55px; line-height:55px; }

.news_logo {margin:10px 0; float:left; }
.news_logo img{height:30px;}
.lujing{line-height:30px; height:30px; padding:0 20px; font-size:14px; float:left; margin:10px 0;}
.top-search{float:right;  margin-top:15px; margin-right:0px;}
/*搜索*/
@media (min-width: 1200px) {
.search { margin-top:20px;width:600px;}	
.search .s_input {font-size: 14px;width: 360px;background: #fff;border: 1px solid #CBCBCB;border-left: 0px none;height: 34px;text-indent: 10px;line-height: 32px;color: #ccc;}
}
.search { margin-top:20px;width:400px;}
.search_befor {width: 86px;float: left;background:#fff;}
.search_befor p {width: 85px;height: 34px;line-height: 34px;text-align: center;font-size: 14px;font-family: "Microsoft YaHei";border: 1px solid #CBCBCB;border-right: medium none;background: url(images/logo00.png) no-repeat;background-position: 70px -45px;color: #999;cursor: pointer;}
.search_befor p:action {background:url(images/logo00.png) no-repeat;background-position:70px -45px;}
.search_befor ul {width: 85px;border: 1px solid #CBCBCB;z-index: 8;border-top: medium none;position: absolute;display: none;text-align: center;background: #fff;position:absolute;z-index:9999;}
.search_befor ul li {width: 85px;cursor: pointer;height: 34px;line-height: 34px;font-size: 14px;background: #fff;font-size: 14px;font-family: "Microsoft YaHei";color: #999;}
.search_befor ul li:hover {background: #EEE;color: #fff;}
.search input {float: left;outline: none;}
.search .s_input {font-size: 14px;width: 230px;background: #fff;border: 1px solid #CBCBCB;border-left: 0px none;height: 34px;text-indent: 10px;line-height: 32px;color: #ccc;}
.search .s_btn {padding: 0 10px;height: 36px;background: #309901;border: 0;font-size: 14px;font-family: "Microsoft YaHei";color: #FDFDF8;cursor: pointer;}

.head-bd{height:68px;padding:15px 0}
@media (min-width: 1200px) {
.head-bd .logo{position:relative;margin-top:10px;width:260px}
}
.head-bd .logo{position:relative;margin-top:10px;width:230px}
.head-bd .logo img{width:220px;}
.head-bd .logo-sub{display:block;position:absolute;top:0;left:228px;width:150px;height:59px;z-index:2;color:#666}
.head-bd .logo-sub .item-txt{display:inline-block;margin-left:14px;padding:0 10px;line-height:59px;border-left:1px solid #d6d6d6;font-size:22px;}
.head-bd .logo-sub:hover{text-decoration:none;color:#666}


/*焦点图*/
.focus {position:relative;width:553px;_width:513px;height:334px;background-color:#000;float:left;}
.focus img {width:553px;_width:543px;height:334px;}
.focus .shadow .title {width:260px;_width:260px;height:55px;padding-left:30px;padding-top:20px;}
.focus .shadow .title a {text-decoration:none;color:#fff;font-size:14px;font-weight:bolder;overflow:hidden;}
.focus .btn {position:absolute;bottom:34px;left:440px;overflow:hidden;zoom:1;}
.focus .btn a {position:relative;display:inline;width:13px;height:13px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}
.focus .btn a:hover, .focus .btn a.current {cursor:pointer;background:#fc114a;}
.focus .fPic {position:absolute;left:0px;top:0px;}
.focus .D1fBt {overflow:hidden;zoom:1;height:16px;z-index:10;}
.focus .shadow {width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:55px;line-height:55px;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
display:block;text-align:left;}
.focus .shadow a {text-decoration:none;color:#fff;font-size:16px;overflow:hidden;margin-left:10px;font-family:"\5FAE\8F6F\96C5\9ED1";}
.focus .fcon {position:relative;width:100%;float:left;display:none;background:#000;}
.focus .fcon img {display:block;}
.focus .fbg {bottom:25px;left:450px;position:absolute;height:21px;text-align:center;z-index:200;}
.focus .fbg div {margin:15px auto 0;overflow:hidden;zoom:1;height:14px;}
.focus .D1fBt a {position:relative;display:inline;width:12px;height:12px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}
.focus .D1fBt .current, .focus .D1fBt a:hover {background:#db2242;}
.focus .D1fBt img {display:none}
.focus .D1fBt i {display:none;font-style:normal;}
.focus .prev, .focus .next1 {position:absolute;width:40px;height:74px;background:url(images/focus_btn.png) no-repeat;}
.focus .prev {top:50%;margin-top:-37px;left:0;background-position:0 -74px;cursor:pointer;}
.focus .next1 {top:50%;margin-top:-37px;right:0;background-position:-40px -74px;cursor:pointer;}
.focus .prev:hover {background-position:0 0;}
.focus .next1:hover {background-position:-40px 0;}
/*top*/

/*nav*/
.head-nav{ background:#f6f6f6; margin-top:10px;}
.head-nav h2{font-weight:normal;}
.head-nav .m1000{overflow:hidden;}
.head-nav ul{height:35px;}
.head-nav ul.f_r h2{font-size:14px;}
.head-nav ul li{ float:left;padding: 7px 10px;}
.head-nav ul a{text-decoration: none;}
.head-nav ul.f_l li.cur {background-color:#dc4206;}
.head-nav ul.f_l li.cur a{color:white;}
.head-nav ul.f_l a{font-size:18px;}
.head-nav ul.f_r li.cur a{color:#0dc4206;}
.head-nav ul.f_l{}
.head-nav .m ul.f_l {overflow: visible;}
.head-nav .zaobg{background: url('images/bottom_f.png') ; width: 183px;height: 63px;position: absolute; z-index:9; margin-left:120px; margin-top:-28px;}
/*20151015*/
@media (min-width: 1200px) {
.nav-category { background: #f6f6f6; border-top:3px solid #dc4206 ; padding: 20px 0; min-width:1170px; height:100px;}
.nav-category .mr{width:200px; float:right; margin-left:20px; height:100px; text-align:center; background:url('images/saoma.png') no-repeat;}
}
.nav-category { background: #f6f6f6; border-top:3px solid #dc4206 ; padding: 20px 0; min-width:980px; height:100px;}
.nav-category .ml{width:980px; float:left; margin-left:0;}
.nav-category .nav-cate-col { float: left; padding: 0 2px 0 0;margin: 0;border-right: 1px #d8d8d8 dotted; font-family: "microsoft yahei"; font-size:14px;}
.nav-category .nav-cate-col.w1{width:392px; }
.nav-category .nav-cate-col.w2{width:568px; padding-left:10px;}
.nav-category .nav-cate-col dt {float: left; width: 65px; font-weight: bold; line-height: 25px;height: 25px; overflow: hidden; white-space: nowrap;}
.nav-category .nav-cate-col dt a {color: #444;}
.nav-category .nav-cate-col dd { margin-left: 65px; line-height: 25px;height: 25px;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;color: #444}
.nav-category .nav-cate-col dd a {color: #444; padding: 0 2px;}
.nav-category .nav-cate-col dd a.cur { text-decoration: underline;}
.nav-category .nav-cate-col.last {border-right: none; padding-left:10px;}
/*登录入口*/
.WeTitle {overflow: hidden;padding: 8px 0 0 20px;height: 57px; border:1px solid #dcdcdc; }
.WeTitle a {text-decoration: none; display: block;float: left; width: 50px;height: 50px; background:url('images/userpic.png') no-repeat;}
.WeTitle p { float: left;margin-left: 15px;}
.WeTitle p span { margin: 6px 0 4px;font: normal 12px/38px "宋体";color: #333;display: block;}
/*-列表格-*/
.tb_date { width: 100%; }
.tb_date thead th{ line-height: 30px;border-right: 1px solid #E5E6E8; border-left:none;padding:0 10px 0 10px;background-color:#bfbfbf; color:#fff;}
.tb_date tbody td { line-height: 30px; border: 1px solid #E5E6E8; border-left:none; border-bottom:none; padding:0 10px 0 10px;}
.tb_date tbody td img { vertical-align: middle;}
/* box */
.box_head {height:30px;line-height:30px; border-top:1px solid #eaeaea; border-right:1px solid #eaeaea;border-left:8px solid #dc4206;overflow:hidden;padding:0 10px; background:#fff; }
.box_head strong {font-size:14px;}
.box_body { background:#fff; border:#eaeaea 1px solid;border-top:none;padding:15px;}
.box_body li {height:28px;line-height:28px;overflow:hidden;}
.box_body .zimg img {width:120px;}
.box_head2 {height:35px;line-height:35px; overflow:hidden;padding:0 10px;  background:#fff;border:1px solid #eaeaea; border-bottom:none;}
.box_head2 strong {font-size:14px; color:#666;}
.box_body2 { background:#fff; border:#eaeaea 1px solid; border-top:none;}
.box_body2 li {height:28px;line-height:28px;overflow:hidden;}
.li_dot li {background:url('image/li_dot.gif') no-repeat 5px 10px;padding:0 10px 0 12px;}
.dot  {display: inline-block;height: 0px;width: 0px;background: #EEE; border: 2px solid #CCC;border-radius: 2px; margin-bottom: 2px;margin-right: 6px;}

.right_box { background:#f4f4f4; margin-bottom:20px;}
.right_box .pro-img img {width: 150px;height: auto;opacity: 0.9;filter: alpha(opacity=90);cursor: pointer;-webkit-transition-property:-webkit-transform;-webkit-transition-duration:1s;}
.right_box .pro-img img:hover {opacity: 1;filter: alpha(opacity=100);-webkit-transform:scale(1.1);}
.right_box .pro-info { padding: 5px 15px 15px 15px;}
.right_box .pro-title {height: 100%; line-height: 20px; margin-bottom: 2px; text-align:center;}
.right_box .pro-title em {font-style: normal;color: #ff8a00;}
.right_box .pro-status { color: #999; text-align:center;}
.right_box .pro-status em {padding: 2px 4px;color: #fff;border-radius: 3px; margin-right: 3px; background: #138d68;}
.right_box .pro-status em.status-2 { background: #138d68;}

.tab_head {border:#DDD 1px solid;border-bottom:none;height:31px;line-height:31px;font-size:14px;overflow:hidden;background:#EEE url('image/box_head_bg.gif') repeat-x;font-weight:bold;}
.tab_head .h_more{overflow:hidden;padding:10px 10px 0 0;position:relative;}
.tab_head .h_more a{float:left;display:inline;background:url("image/more.png") no-repeat;font-size:0;height:11px;line-height: 11px;overflow: hidden;}
.tab_head .h_more .more1{background-position:0 0;width:46px;}
.tab_1 {float:left;padding:0 15px 0 15px;border-right:#DDD 1px solid;cursor:pointer;font-weight:normal;}
.tab_2 {float:left;padding:0 15px 0 15px;border-right:#DDD 1px solid;cursor:pointer;background:#FFFFFF;}
.tab_1_1 {border-bottom:#DDD 1px solid;cursor:pointer;}
.tab_1_2 {border:#DDD 1px solid;border-bottom:none;cursor:pointer;font-weight:bold;}
.tab_2_1 {float:left;width:80px;height:27px;line-height:31px;overflow:hidden;background:url('image/tab_2_1.gif') no-repeat 6px right;cursor:pointer;}
.tab_2_1 span {color:#333333;}

/* pages */
.pages {padding:20px 0 20px 0;text-align:center;font-size:12px;color:#666;}
.pages a:link,.pages a:visited,.pages a:active {background:#FFF;border:#DDD 1px solid;padding:5px;text-decoration:none;}
.pages a:hover {background:#dc4206;border:#dc4206 1px solid;color:#FFF;padding:5px;text-decoration:none;}
.pages strong {background:#dc4206;padding:5px;border:#dc4206 1px solid;color:#FFF;}
.pages_inp {width:30px;border:#DDD 1px solid;color:#666;padding:2px;text-align:center;}
.pages_btn {width:26px;border:#FF6600 1px solid;color:#FFF;padding:1px;background:#FF6600;font-weight:bold;font-size:11px;}
.pages label {background:#FFF;border:#DDD 1px solid;color:#666;padding:3px 5px 3px 5px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal;}
/* table */
.tb table{width:100%;border-collapse:collapse;border-spacing:0;}
.tb th{background:#EEE;border:#DDD 1px solid;padding:4px;line-height:150%;}
.tb td{border:#DDD 1px solid;padding:4px;line-height:150%;}
/* user */
.user {background:url('image/user_bg.gif') no-repeat;width:300px;font-size:12px;line-height:normal;}
.user_login {padding:15px 0 10px 25px;}
.user_input {border:#8DB2E3 1px solid;padding:3px 0 4px 3px;width:90px;color:#666666;}
.user_tip {margin:0 20px 0 20px;padding:0 0 5px 5px;border-bottom:#EEEEEE 1px solid;font-weight:bold;color:#333333;}
.user_reg {padding:5px 0 0 20px;}
.user_reg_c {padding:5px 0 10px 10px;}
.user_can {padding:10px 10px 0 10px;text-align:center;color:#1B4C7A;}
.user_can td {padding:6px 0 10px 0;background:url('image/user_can.gif') no-repeat center 0;}
.user_wel {padding:18px 0 10px 45px;font-weight:bold;font-size:14px;background:url('image/user_wel.gif') no-repeat 26px 18px;}
.user_do {padding:0 10px 0 10px;text-align:center;}
.user_do td {padding:6px 0 11px 0;background:url('image/user_can.gif') no-repeat center 0;}
.user_foot {height:10px;line-height:10px;font-size:1px;background:url('image/user_bg.gif') no-repeat 0 bottom;}
.user_warn {padding:5px;margin:0 10px 0 10px;border:#FFC600 1px solid;background:#FFFEBF;text-align:center;font-weight:bold;}
.thumb {padding:5px 0 5px 0;}
.thumb img {border:#D0D0D0 1px solid;padding:3px;}
.thumb li {height:22px;line-height:22px;overflow:hidden;}
.thumbml ul {margin:10px 0 15px 0;}
.imb img {border:#DDD 1px solid;padding:3px;}
/* album */
#mid_pos {position:absolute;}
#mid_div {width:240px;height:180px;cursor:crosshair;padding:5px;border:#CCCCCC 1px solid;background:#F3F3F3;}
#zoomer {border:#333333 1px solid;width:120px;height:90px;background:#FFFFFF url('image/zoom_bg.gif');position:absolute;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:320px;height:240px;border:#CCCCCC 1px solid;background:#FFFFFF;position:absolute;overflow:hidden;}
#big_pic {position:absolute;}
.ab_im {padding:2px;margin:10px 0 10px 13px;border:#C0C0C0 1px solid;}
.ab_on {padding:2px;margin:10px 0 10px 13px;border:#FF6600 1px solid;background:#FF6600;}
/* ads */
.adword table {}
.adword_tip {color:#FF1100;border-bottom:#DDD 1px solid;padding:8px 10px 8px 28px;background:url('image/arrow_up.gif') no-repeat 10px 8px;}
.sponsor {}
/* 面包屑 */
.crumbs{height:30px;line-height:30px;background:#f5f5f5;border:1px solid #e8e8e8; padding: 0 10px 0 10px;}
.crumbs .key{font-size:12px;display:inline;}
/* basic */
.f_l {float:left;display:inline}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
.f_gray {color:#999;}
.f_orange {color:#FF6600;}
.f_red {color:red;}
.f_green {color:green;}
.f_blue {color:blue;}
.f_dblue {color:#225588;}
.f_price {font-weight:bold;font-family:Arial;color:#FF0000;}
.px10 {font-size:10px;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.b5 {height:5px;font-size:1px;}
.b6 {height:6px;font-size:1px;}
.b8 {height:8px;font-size:1px;}
.b10 {height:10px;font-size:1px;}
.b15 {height:15px;font-size:1px;}
.m5 {margin:5px;}
.m10 {margin:10px;}
.m15 {margin:15px;}
.m30 {margin:30px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb50 {margin-bottom:50px;}
.mb100 {margin-bottom:100px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml50 {margin-left:50px;}
.ml100 {margin-left:100px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr50 {margin-right:50px;}
.mr100 {margin-right:100px;}
.pd3 {padding:3px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.lh18 {line-height:180%;}
.ls1 {letter-spacing:1px;}
.c_p {cursor:pointer;}
.c_b {clear:both;}
.dsn {display:none;}
.absm {vertical-align:middle;}
.btn {background:url('image/btn.gif') no-repeat;height:24px;line-height:22px;width:100%;border:none;cursor:pointer;letter-spacing:3px;}
.btn_1 {background:url('image/btn_1.gif') no-repeat;height:21px;line-height:21px;width:69px;padding-left:9px;border:none;cursor:pointer;}
.btn_2 {background:url('image/btn_2.gif') no-repeat;height:21px;line-height:21px;width:69px;padding-left:9px;border:none;cursor:pointer;}
.btn_s {background:#2388FA;color:#FFFFFF;border:none;padding:2px;letter-spacing:1px;}
.btn_r {background:#D7D7D7;color:#666666;border:none;padding:2px;letter-spacing:1px;}
.bd {border:#eaeaea 1px solid;}
.highlight {color:red;}
.jt {color:#003278;cursor:pointer;}
.np {padding:20px 30px 20px 50px;line-height:25px;}
.lazy {background:#FAFAFA url('image/loading.gif') no-repeat center center;}
.slide {background:#FAFAFA;overflow:hidden;}
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
.clear {clear:both;height:0;width:0;zoom:1;overflow:hidden;}
/* position */
.pos {padding:0 10px; line-height:31px;background:#EEEEEE url('image/box_head_bg.gif') repeat-x; border:#ddd 1px solid; border-bottom:none; }
.nav {padding:0 10px 10px 10px;}
/* show */
.title {line-height:40px;font-size: 36px; color: #333;font-weight: bold; margin: 20px 0;}
.title_trade {font-size:36px;text-align:center;font-weight: bold;margin:20px 0;padding:10px 0;}
.title_renwu {font-size:30px;text-align:center;font-weight: bold;padding:10px 0;}
.info {font-size:16px;  line-height:40px; border-bottom:#f1f1f1 1px solid;}
.introduce {width: 848px;margin: 20px 20px 25px 0;position: relative;}
.introduce-img { right: 20px;margin-top: 20px; position: absolute; top: -50px; padding:5px;border:#f1f1f1 1px solid;}
.introduce-img img{width:88px; height:115px; display:block;}
.introduce1 { background: none repeat scroll 0 0 #fffcb5;padding:10px; height: 66px; line-height:22px; padding-right: 140px;}
.introduce2 {margin:0 0 10px 0;padding:8px 12px 8px 12px;line-height:180%;font-size:14px;background:#f4f5f3;}
.content {font-size:14px;line-height:220%;padding:10px 20px 10px 20px;}
.content img{margin:10px;}
.content p {text-indent:2em; padding:5px 0; font-size:1.2em;}
.content a:link,.content a:visited,.content a:active {color:#225588;text-decoration:none;}
.content a:hover {color:#FF6600;text-decoration:none;}
.property {border:#E6E6E6 1px solid;background:#F6F6F6;padding:10px;margin:0 10px 0 10px;}
.property li {float:left;width:30%;height:22px;line-height:22px;overflow:hidden;}
.detail {background:url('image/arrow.gif') no-repeat 0 9px;border-bottom:#C0C0C0 1px dotted;padding:8px 0 8px 20px;margin:0 15px 0 15px;}
.related {padding:5px 15px 5px 15px;line-height:22px;}
.keylink {font-weight:bold; color:#444444;}
.state { width: 94%; font-size:14px; line-height:25px;border: 1px solid #ffd980;background: #fffbd8;color: #666;padding: 10px 3%; display: inline; }
.weixin {width: 818px;margin: 30px 0 5px 10px;position: relative;}
.weixin-img { left: 5px;margin-top: 20px; position: absolute; top: -40px;}
.weixin1 { background: none repeat scroll 0 0 #e4e4e4;height: 50px; line-height: 50px; padding-left: 100px;}
#comment_main div {height:100px;background:url('image/loading.gif') no-repeat center center;}
/* layout */
.m_l {width:880px; margin-bottom:10px;background:#fff;}
.m_r {width:300px;}

.m_n {width:20px;}
.m_l_1 {width:1000px;  background:#fff;}
.m_r_1 {width:180px;}
.m_l_2 {width:930px; }
.m_r_2 {width:250px;}
/* left */
.left_box {border:#DDD 1px solid; padding:0 20px;}
.left_head {border-top:#DDD 1px solid;background:#EEEEEE;height:35px;line-height:35px;overflow:hidden;padding:0 10px;font-size:14px;font-weight:bold;}
.left_head span {font-weight:normal;font-size:12px;}
/* search */
.fsearch {padding:5px 0 10px 15px;margin:1px 1px 0 1px;background:#F5FAFE url('image/fsearch_bg.gif') repeat-x;;}
.sch {padding:15px 20px 5px 20px;margin-bottom:10px;}
.sch p {padding:10px 10px 10px 10px;font-size:13px;margin:0;}
.sch_find {border-top:#DDDDDD 1px solid;border-bottom:#EEEEEE 1px solid;margin:5px 0 5px 0;padding:5px 0 5px 5px;font-weight:bold;}
.sch_site li {background:url('image/ico_search.gif') no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.sch_relate li {background:url('image/arrow_up.gif') no-repeat 3px 3px;height:23px;line-height:23px;overflow:hidden;padding:0 5px 0 25px;color:#666666;}
.rank_list {background:url('image/icon03.png') no-repeat;}
.rank_list li {height:30px;line-height:30px;overflow:hidden;padding:0 5px 0 25px;}
.ppt {padding:1px 15px 1px 35px;line-height:25px;}
.ppt_l {width:60px;font-weight:bold;}
.ppt_r {color:#DFDFDF;}
.ppt span {padding:1px;background:#2E6AB1;border:#1D589E 1px solid;color:#FFF;}
/* sell && buy && company */
.category {padding:10px 20px 5px 15px;}
.category strong{ line-height:32px; height:32px;}
.category ul { border-top: 1px solid #f4f4f4; }
.category ul:first-child{border-top:0}
.category p {padding:5px 0 5px 0; float:left; height:30px;}
.category div {padding:0 20px;}
.category td {padding:0 30px 0 0; font-size:14px;}
.category td a{color:#999;line-height:30px; height:30px;}
.list {line-height:180%;margin:0 10px 0 10px;}
.list div img {border:#f9f8f8 1px solid;}
.list table {width:100%;border-bottom:#CCC 1px dotted;}
.list td {padding:10px 0 10px 0;}
.list h3 {font-size:14px;margin:0px;height:22px;overflow:hidden;}
.about {border:#2786C6 1px solid;background:#F2F2F2;padding:8px;margin:15px 15px 0 15px;}
.about li {padding:5px 0 5px 5px;}
.about li span {display:block;width:100px;float:left;color:#1B4C7A;}
.contact_head {height:31px;line-height:31px;border:#DDD 1px solid;border-bottom:none;border-top:#FF8110 2px solid;background:#EEE;padding:0 10px 0 10px;font-weight:bold;font-size:14px;}
.contact_body {padding:10px;border:#DDD 1px solid;border-top:none;}
.contact_body li {line-height:28px;border-top:#E2E2E2 1px solid;padding:0 0 0 10px;}
.contact_body li:first-child{border-top:0}
.contact_body li span {color:#1B4C7A;padding:0 8px 0 0;}
.type {height:31px;line-height:31px;overflow:hidden;border-top:#DDD 1px solid;background:#EEE;padding-left:35px;}
a.type_1:link,a.type_1:visited,a.type_1:active,a.type_1:hover {float:left;display:block;padding:0 15px 0 15px;background:#FFFFFF;color:#000;font-weight:bold;}
a.type_2:link,a.type_2:visited,a.type_2:active {float:left;display:block;padding:0 15px 0 15px;border-right:#E2F0FB 1px solid;}
a.type_2:hover {background:#258CFF;color:#FFF;}
.img_tip {width:200px;z-index:1000;position:absolute;padding:5px;border:#DDD 1px solid;background:#FFF;}
.vote {padding:10px;}
.vote div {font-weight:bold;}
.vote li {padding:3px 0 3px 0;}
.vote p {margin:5px 0 5px 0;}

/*首页技术列表 */
.jstop {width:1199px;border:1px solid #dfdfdf;border-left:0;background:#fff;}
.jishu {border-left:1px solid #dfdfdf;width:397px;_width:380px;float:left;padding-bottom:20px;}
.jishu .title {line-height:18px;height:18px;border-left:3px solid #db2242;padding-left:13px;font-size:18px;font-family:"微软雅黑";margin-top:23px;}
.jishu .title span {display:block;}
.jishu .title .left {float:left;}
.jishu .title .right {float:right;font-size:12px;padding-right:15px;}
.jishu .ind_top {padding:20px 15px 10px 15px;height:80px;}
.jishu .ind_top img {float:left;margin-right:10px; width:100px; height:79x;}
.jishu .ind_top .left h1 {font-size:14px; font-weight:600; line-height:22px;}
.jishu .ind_top .left p {color:#888; line-height:18px;}
.jishu .ind_top .left p a {color:#888;}
.jishu .ind_top .left p a:hover {color:#e56e14;}
.jishu ul li {margin:0 10px 0 0;_margin:0 7px;background:url(../images/ico.png) no-repeat -317px -531px;padding-left:15px;line-height:26px;float:left; width:173px; }
.jishu ul li a {display:block;float:left;}
/*中间6个列表*/
.list2 {background:#fff;width:588px;border:1px solid #dfdfdf;display:inline;}
.list2 .atitle .left {line-height:18px;border-left:3px solid #db2242;padding-left:13px;font-size:18px;font-family:"Microsoft YaHei";margin-top:14px;margin-bottom:12px;float:left;}
.list2 .atitle {border-bottom:1px solid #dfdfdf;}
.list2 .atitle .right {float:right;margin-top:13px;}
.list2 .atitle .right span {padding:0px 10px;border-radius:15px;border:1px solid #dfdfdf;display:block;float:left;margin-right:10px;font-family:"Microsoft YaHei";}
.list2 .list_box .list_img {width:200px;text-align:center;margin:20px 15px 20px 10px;float:left;}
.list2 .list_box .list_img img{width:200px; height:220px;display:block}
.list2 .list_box .list_img p {background:#191615;line-height:30px;font-family:"Microsoft YaHei";font-size:14px;color:#d7d7d7;}
.list2 .list_box .list_right {padding:20px 20px 0 0;float:left;width:335px;_width:320px;}
.list2 .list_box .list_right .list_art h1 {font-size:18px;}
.list2 .list_box .list_right .list_art p {color:#888;padding-top:5px;}
.list2 .list_box .list_right .list_art p a {color:#888;}
.list2 .list_box .list_right .list_art p a:hover {color:#e56e14;}
.list2 .list_box .list_right ul {margin-top:10px;}
.list2 .list_box .list_right ul li {background:url(../images/ico.png) no-repeat -317px -531px;padding-left:10px;float:left;line-height:26px;line-height:24px;}
.list2 .list_box .list_right ul li a { width:240px;display:block;float:left;}
.list2 .list_box .list_right ul li em {font-style:normal;color:#b5b5b5;float:right;display:block;}
/*-首页红枣苗木推荐-*/
.miaomuhotPic {float: left;width: 84px;height: 78px;position: relative;overflow: hidden;margin: 6px 0 6px 12px ;}
.miaomuhotPic img{-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
.miaomuhotPic .textbg {position: absolute;width: 76px;height: 20px;top: 28px;left: 0;background: #000;filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7; margin:0 4px;}
.miaomuhotPic .text {position: absolute;width: 84px;height: 20px;line-height: 20px;text-align: center;top: 28px;_top: 28px;left: 0;}
.miaomuhotPic .text  a{ color:#FFF;}
/*视点人物列表*/
.sdrw_list{ width:1100px; padding:20px 50px 20px 50px; margin:0 20px 20px 0 20px; min-height:120px; border-bottom:1px dashed #666633;}
.sdrw_list .date{ float:left;width:86px; height:68px; margin:0 20px 0 0; padding:10px 0 0; background:#385a01;text-transform: uppercase;text-align: center;font-size:14px;font-weight: bold; color:#FFF;}
.sdrw_list b{display:block; font-size:24px; color:#FFF; line-height:50px;}
.sdrw_list .meta{margin:0 0 25px 0; color:#979680;}
.sdrw_list h2 a{font-size: 1.4em; line-height:1.8em }
.sdrw_list p{ display:block; line-height:18px;}
.sdrw_list .title_img{width:100px; height:auto; float:right; }
.sdrw_list img {-webkit-border-radius: 4px;-moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
/*人物列表标题+头像列表*/
.rw-heading {margin-bottom: 3em;}
.rw-heading h2 { margin-bottom: 20px; font-weight: 400;font-size: 34px;}
.blog-inner {
  background: white;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-inner img { -webkit-border-radius: 4px;-moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
.blog-inner .desc {  padding: 20px; height:150px;}
.blog-inner .desc h3 {  line-height: 28px;}
.blog-inner .desc h3 a {  color: rgba(0, 0, 0, 0.8);}
.blog-inner .desc h3 a:hover, .blog-inner .desc h3 a:focus { text-decoration: none;}
.blog-inner:hover {  -webkit-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17); -ms-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17); -o-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17); box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);}
/* left_menu */
.left_menu {width:150px;background:#FFFFFF url('image/left_menu.gif') repeat-y;}
.left_menu a {width:90%;display:block;}
.left_menu ul {background:#FFFFFF url('image/left_menu_ul.gif') no-repeat;padding-top:2px;}
.left_menu_li {line-height:37px;height:37px;background:url('image/left_menu_li.gif') no-repeat;padding-left:30px;overflow:hidden;}
.left_menu_on {line-height:37px;height:37px;background:url('image/left_menu_on.gif') no-repeat;padding-left:30px;overflow:hidden;}
.warn {padding:30px 100px 30px 200px;}
.warn div {padding:5px 0 0 60px;background:url('image/warn.gif') no-repeat;font-size:14px;line-height:200%;}
.warn h1 {font-size:16px;margin:0;}
.guest_warn {padding:2px 0 2px 0;text-align:center;margin:0 130px 15px 130px;background:#FFF5D8;border:#FF7300 1px solid;}
#destoon_city {color:red;}
#powered {padding:6px 0 20px 0;}
/*友情链接*/
.friendlink{}
.friendlink li {padding:0 10px; float:left; }
/*分享*/
.bdsharebuttonbox a { width: 36px!important; height: 36px!important; margin: 0 auto 0!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox a img { width: 36px; height: 40px; }
.bd_weixin_popup .bd_weixin_popup_foot { position: relative; top: -12px; }
.cngb_resItms { margin: 0 4% 10px 0; height:36px; width: 300px;}
.cngb_resItms li {float: left; width: 36px; margin-right:10px; }
.cngb_resItms li a.bds_tsina { background: url(images/gbRes_6.png) no-repeat center center/36px 36px; }
.cngb_resItms li a.bds_qzone { background: url(images/gbRes_4.png) no-repeat center center/36px 36px; }
.cngb_resItms li a.bds_tqq { background: url(images/gbRes_5.png) no-repeat center center/36px 36px; }
.cngb_resItms li a.bds_weixin { background: url(images/gbRes_2.png) no-repeat center center/36px 36px; }
.cngb_resItms li a.bds_sqq { background: url(images/gbRes_3.png) no-repeat center center/36px 36px; }

/*底部开始*/
.f_bg { background:#dc4206;}
.f_nav { width:960px; height:40px; line-height:40px; text-align:center; color:#fff; font-weight:bold; margin:0 auto;}
.f_nav a { color:#fff; padding:0 10px;}
.f_p { color:#fff; line-height:30px; padding:20px 0 0;}
.f_p p a { color:#fff;}
.f_p p img { padding:0 0 0 10px; float:none;}
.f_con{ color:#FFF; text-align:center; line-height:28px;}
div#footer{width:100%;margin-bottom:0;padding-bottom:0}
@media (min-width: 1200px) {
#cnzao-ensure{width:1190px;height:100px;background:url('images/bottom_d.jpg') no-repeat;margin:25px auto;padding:0}
#cnzao-desc{*zoom:1;width:1190px;padding-top:22px;height:190px;margin:auto;border-top:1px solid #ededed;background:url('images/bottom_f.png') no-repeat 45px bottom}
}
#cnzao-ensure{width:990px;height:100px;background:url('images/bottom_d.jpg') no-repeat;margin:25px auto;padding:0}
#cnzao-desc{*zoom:1;width:990px;padding-top:22px;height:190px;margin:auto;border-top:1px solid #ededed;background:url('images/bottom_f.png') no-repeat 45px bottom}
#cnzao-ensure a{float:left;display:block;width:297px;height:100px;text-indent:-1000em}
#cnzao-desc:before,#cnzao-desc:after{display:table;content:"";line-height:0}
#cnzao-desc:after{clear:both}
#cnzao-desc dl{float:left;width:20%;}
#cnzao-desc dl dt{color:#646464;font-size:16px;font-weight:700;height:30px;line-height:30px;text-align:left}
#cnzao-desc dl dd{text-align:left}
#cnzao-desc dl a{display:block;width:100px;overflow:hidden;text-align:left;height:20px;line-height:20px;color:#8b8b8b}
#cnzao-desc #mobile a{width:105px;height:105px;line-height:105px;text-align:center}
#footer{border-top:1px solid #D1D7DC;clear:both;margin:0;text-align:center;background:#fff;position:relative}
#footer p{padding:5px 0}
#footer p strong{font-weight:400}
#footer p a{margin-right:3px;color:#fff}
#cnzao-copyright{border-top:2px solid #c40000;background:#2f2f2f;text-align:left;min-height:177px}
#cnzao-copyright .footer-cnzaoinfo,#cnzao-copyright .footer-otherlink{color:#fff;line-height:25px}
#cnzao-copyright .footer-cnzaoinfo,#cnzao-copyright .footer-otherlink,#cnzao-copyright .footer-copyright{max-width:1000px;margin:0 auto}
@media (min-width: 1200px) {
#cnzao-copyright .footer-cnzaoinfo,#cnzao-copyright .footer-otherlink,#cnzao-copyright .footer-copyright{max-width:1200px;margin:0 auto}
}
#cnzao-copyright .footer-copyright{line-height:20px;background:#2f2f2f;color:#a4a4a4}
#cnzao-copyright .footer-copyright a{color:#a4a4a4;margin-right:25px}
#cnzao-copyright .footer-copyright b{display:block;color:#686868;font-weight:400}
#cnzao-copyright .footer-copyright .footer-fp-img{display:block!important}
#server-num,#footer .server-num{color:#000;font-size:11px;background:#000}
/*底部结束*/