/* cssReset-------------------------------- */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video,button,input{
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     box-sizing: border-box;
     font: 14px/1.42857143 "Microsoft YaHei";
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section {
     display: block;
 }
 body {
     line-height: 1;
 }
 ol, ul {
     list-style: none;
 }
 blockquote, q {
     quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
     content: '';
     content: none;
 }
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 input,button{
    outline: none;
 }
 a {
    text-decoration:none;
 }
 /* 全局样式------------------------ */
 .container{
    width: 1200px;
    margin:0 auto;
 }
 .container li a:hover{
     color: #0086d1!important;
 }
 .clear:after{
    content:"";
    display:block;
    clear:both;
 }
 .grey{
     position: absolute;
     width: 100%;height: 1180px;
     top: 1150px;
     background-color: #FFF;
     z-index: -999;
 }
 /* top_bar----------------------------- */
 .top_bar{
     height: 34px;width: 100%;
     background-color: #F8F9FB;
     color: #9498a8;
     border-bottom: 1px solid #DEDEDE;
 }
 ul.left,ul.right{
    display: flex;
    margin-top: 12px;
    font-size: 12px;
 }
 ul.left{
     float: left;
 }
 ul.right{
     float: right;
 }
 .top_bar li{
    font-size: 12px;
    cursor: pointer;
 }
 .top_bar li+li{
    margin-left: 14px;
 }
 .top_bar li:hover{
    color: #0086d1;
 }
 /* header----------------------- */
 /* search-------------- */
 header .container{
    height: 110px;
    background: url(images/img/zmyg_logo.svg) no-repeat 0 center;
    background-size: 335px 40px;
 }
.container:before{ /*外边距溢出*/
    content:"";
    display:table;
  }
  
 .search{
    display: inline-block;
    margin:26px 0 0 350px;
    float: left;
 }
input{
    height: 40px;width:500px;
    padding-left: 12px;
    border:1px solid #0086d1;
    font-size: 12px;
}
button{
    height: 40px;width: 100px;
    background-color: #0086d1;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease;
    display: block;
    float: right;
    margin-right: 30px;
}
button:hover{
    background-color: #0f53c3;
}
.search ul{
    display: flex;
    margin-top: 6px;
    font-size: 12px;
    color: #0086d1;
}
.search li{
    font-size: 12px;
}
.search li+li{
    color: #666666;
    margin-left: 10px;
    cursor: pointer;
}
.search li+li:hover{
    color:#0086d1;
}


/* search_box */
.search_box{width:529px;height:38px;border:1px solid #3170d8;margin-left: 141px;}
.search_x{width:100%;margin:0px;line-height:34px;height:34px;}
.search_x a{text-decoration:none;cursor:pointer; font-family:"Microsoft Yahei","Simsun"; display: block;}
.search_x #s0{ height:36px; line-height: 36px;width:68px; text-align:center;}
.search_x input{float:left; font-family:"Microsoft Yahei","Simsun"; }
.select{background:#fff url(images/bg.png) no-repeat 76px -5px;border:0;border-right:solid 1px #fff;width:94px;height:36px;color:#666;line-height:36px;padding-left:8px;float:left;position:relative;z-index:99999;font-size:14px;}
.select_hover{background:#fff url(images/bg.png) no-repeat 76px 16px;border-right:solid 1px #3170d8;color:#3170d8;}
.part{left:-1px;top:36px;width:120px;padding:4px 0 1px 0;background:#fff url(images/select_topbg.png) no-repeat left top;border:solid 1px #3170d8;border-top:0;line-height:30px;position:absolute;z-index: 9999;height:auto;zoom:1;-moz-border-radius:0px 0px 3px 3px;-webkit-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;}
.part p{overflow:hidden;}
.part p a{height:30px;color:#666;line-height:30px;width:100%;border-top:solid 1px #f3f3f3;background:#fff;display:inline-block;margin-left:-1px;margin-top:-1px;white-space:nowrap; text-align: center;}
.part a:hover{background:#f5f5f5;color:#3170d8; font-family:"Microsoft Yahei","Simsun";}
.enter{border:0;width:348px;float:left;height:36px;color:#999;line-height:36px;padding-left:5px;font-size:14px;outline:none;}
.enters{border:0;width:348px;float:left;height:36px;color:#333;line-height:36px;padding-left:5px;font-size:14px;outline:none;}
.search_x .sb{float:right;border:0;width:84px;_width:81px;height:36px;cursor:pointer; background: #3170d8; font-size:14px; color: #fff; line-height:36px; text-align: center; font-family:"Microsoft Yahei","Simsun";}
/* cart--------------------------- */
.sp_cart{
    float: right;
    height: 40px;width:120px;line-height: 40px;
    background: url(images/img/cart.svg) no-repeat 12px center;
    background-size: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 26px;
    margin-right: 70px;
    font-size: 14px;
    padding-left: 38px;
    cursor: pointer;
    transition: background-color .3s ease;
}
.sp_cart:hover{
    background-color: #eeeeee;
}
.sp_cart span{
    display: inline-block;
    width: 20px;height: 20px;line-height: 20px;
    border-radius: 50%;
    background-color:#0086d1;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/* nav----------------------------------------------- */
nav{
    margin-top: 10px;
}
/* nav_side------------------------------- */
.nav_side{
    float: left;
    height: 450px;width:220px;
    background-color: #736c66;
    color: #fff;
    position: relative;
}
.nav_side h3{
    height: 36px;line-height: 36px;
    font-size: 16px;
    background-color: #0086d1;
    padding-left: 52px;
    font-weight: initial;
}

.nav_side>ul>li{
    height: 69px;
    font-size: 16px;
    padding-left: 56px;
    transition: background-color .3s ease;
    cursor: pointer;
    color: #333;
}
.nav_side>ul>li:hover{
    background-color:#0086d1!important;
    color:#fff;
}
.nav_side h2{
    padding-top: 14px;
}
.nav_side ul ul{
    height: 26px;
    overflow: hidden;
}
.nav_side li li{
    display: inline;
    font-size: 12px;
    margin-right: 6px;
}

.nav_side>ul>li:first-child{
    background: url(images/img/sort1.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:first-child:hover{
    background: url(images/img/sort1_.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(2){
    background: url(images/img/sort2.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(2):hover{
    background: url(images/img/sort2_.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(3){
    background: url(images/img/sort3.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(3):hover{
    background: url(images/img/sort3_.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(4){
    background: url(images/img/sort4.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(4):hover{
    background: url(images/img/sort4_.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(5){
    background: url(images/img/sort1.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(5):hover{
    background: url(images/img/sort1_.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(6){
    background: url(images/img/sort4.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li:nth-child(6):hover{
    background: url(images/img/sort4_.svg) no-repeat 16px center;
    background-size:auto 24px;
    background-color: #fff;
}
.nav_side>ul>li+li{
    border-top: 1px solid #e4e4e4;
}
/* pop_up弹出菜单------------------------- */

.n_dl{width:100%;display: flex;Flex-direction: row;Flex-wrap: nowrap; padding-top:10px; padding-bottom:10px; border-bottom:1px dotted #e4e4e4;}
.n_dl dt{ color: #0086d1;width:94px; text-align:left; font-family:"Microsoft Yahei"; font-size:14px; line-height:30px;}
.n_dl dt a{font-family:"Microsoft Yahei"; font-size:14px; line-height:30px; color: #0086d1; text-decoration: none;}
.n_dl dd{ max-width:86%; display: flex;Flex-direction: row;Flex-wrap: wrap; }
.n_dl dd a{padding-right:20px;font-family:"Microsoft Yahei"; font-size:12px; line-height:30px; color: #666; text-decoration: none;}
.n_dl dd .n_line{ padding-right:20px; font-family:"Microsoft Yahei"; font-size:12px; line-height:30px; color: #e5e5e5; }
.pop_up{
    display: none;
    position: absolute;
    width: 990px;height: 410px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 3px rgba(68,68,68,0.3);;
    left: 220px;top:36px;
    border: 1px solid #0086d1;
    padding: 10px;
    z-index: 100;
}
.pop_up span{
    float: left;
    line-height: 24px;
    color: #333;
    margin: 0 8px;
    z-index: 200;
}
.pop_up span:hover{
    color:#0086d1;
}
.nav_side>ul>li:hover div{
    display: block;
}
/* nav_main------------------------- */
.nav_main{
    float: left;
}
.nav_bar{
    height: 36px;width:1210px;
    background-color: #fff;
    border-bottom: 2px solid #0086d1;
}
.nav_bar ul{
    display: flex;
    height: 36px;
    line-height:36px;
}
.nav_bar li{
    line-height: 36px;
    color: #333;
    padding: 0 20px;
    cursor: pointer;
    font-weight: initial;
    font-size: 16px;
    margin-left: 15px;
}
.nav_bar a{
    text-decoration:none;
}
.nav_bar li:hover{
    background-color:#0086d1;
    color:#fff;
}
/* banner------------------ */
.banner{
    float: left;
    width: 900px;height: 410px;
    background-color: thistle;
}
.banner img{
    width: 100%;height: 100%;
}
/* nav_section-------------- */
.nav_section{
    float: left;
    width: 280px;
}
.nav_user{
    height: 84px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.nav_user img{
    height: 56px;
    float: left;
    position: absolute;
    top: 50%;left: 20px;
    margin-top: -28px;
}
.nav_user div{
    float: left;
    padding-left: 80px;
}
.nav_user div h2{
    height: 44px;line-height: 60px;
    font-size: 16px;
    font-weight: 600;
}
.nav_user div span{
    color: #999;
}
/* nav_status------------ */
.nav_status{
    width: 290px;
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
}
.nav_status li{
    width: 66px;height: 64px;
    border: 1px solid #e3e3e4;
    background-color: #f6f7f9;
    cursor: pointer;
    margin-left: 4px;
}
.nav_status li:hover{
    background-color: #eaf1ff;
}
.nav_status h3{
    height: 40px;line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color:#0086d1;
}
.nav_status div{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
}
/* nav_notice--------------- */
.nav_notice{
    width: 280px;
    margin:70px 8px 0 8px;
    border-top: 1px solid #e5e5e5;
    height: 225px;
}
.nav_notice div{
width: 250px; height: 34px;line-height: 34px;
margin: 0 auto;
background: url(images/img/notice.svg) no-repeat 0 center;
background-size:auto 16px;
border-bottom: 1px solid #e5e5e5;
}
.nav_notice h2{
    line-height: 34px;
    float: left;
    margin-left: 28px;
    color: #666;
    font-weight: 600;
}
.nav_notice span{
    line-height: 34px;
    float: right;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}
.nav_notice span a{
    line-height: 34px;
    float: right;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}
.nav_notice ul{
    height: 220px;width: 100%;
    font-size: 12px;   
    overflow: hidden;
    padding: 1px 8px 0 8px;
    color: #999999;
}
.nav_notice li{
    width: 100%; height:27px;line-height: 27px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    background: url(images/img/circle.svg) no-repeat 0 center;
    background-size: 6px;
    padding-left: 16px;
    font-size: 12px; 
    cursor: pointer;  
    color: #999999;
}
.nav_notice li:hover{
    color: #666;
}
/* section------------------------------------------------------- */
/* itemize----------------------- */
.itemize{
    width: 100%;height: 156px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.itemize li{
    width: 284px;height: 156px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.itemize li:hover{
    box-shadow: 0 0 4px #888888;
}
.itemize img{
    height: 90px;
    position: absolute;
    top: 50%;left: 20px;
    margin-top: -45px;
}
.itemize h1{
    font-size: 20px;
    text-align: end;
    font-weight: 600;
    margin-top: 40px;
    margin-right: 20px;
}
.itemize h4{
    margin-top: 18px;
    font: 18px;
    text-align: end;
    margin-right: 20px;
}
.itemize li:first-child{
    background: linear-gradient(to bottom, #26a59a 0%,#4cd9cc 100%);
}
.itemize li:nth-child(2){
    background: linear-gradient(to bottom, #746c66 0%,#9b9696 100%);
}
.itemize li:nth-child(3){
    background: linear-gradient(to bottom, #ff9f01 0%,#ffc641 100%);
}
.itemize li:nth-child(4){
    background: linear-gradient(to bottom, #2b57b6 0%,#448be7 100%);
}
.line{
    position: absolute;
    left:0;top: 0;right: 0;bottom: 0;
    margin:8px;
    border-radius: 6px;
    border:1px solid #fff
}
/* jyqk------------------ */
.jyqk{
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.jyqk li{
    height: 90px;width: 284px;
    border: 1px solid #e5e5e5;
}
.jyqk li:first-child{
    border-top: 2px solid #26a59a;
}
.jyqk li:nth-child(2){
    border-top: 2px solid #736c66;
}
.jyqk li:nth-child(3){
    border-top: 2px solid #ff9f00;
}
.jyqk li:nth-child(4){
    border-top: 2px solid #2b56b5;
}
.jyqk h2{
    height: 60px;line-height: 80px;
    text-align: center;
    font-size: 18px;
    color:#db3c1a ;
}
.jyqk h3{
    text-align:center;
    font-size: 12px;
    color: #637186;
}
/* jyph交易排行--------------------------- */
.jyph{
    margin-top: 20px;
}
/* left------------------ */
.jy_left{
    width: 570px;
    float: left;
}
.jy_left>h2,.jy_right>h2{
    width: 100%;height: 42px;line-height: 42px;
    text-align: center;
    color: #fff;
    font-size:14px;
    font-weight: 600;
    background: url(images/img/metal2.svg) no-repeat 16px top;
    background-size: 30px;
    background-color: #00a0e9;
}
.jy_left li,.jy_right li{
    float: left;
    border: 1px solid #e5e5e5;
    margin-top:6px;
}
.jy_left h3,.jy_right h3{
    height: 40px;width: 280px;line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    position: relative;
    background: url(images/img/red.svg) no-repeat 12px center;
    background-size:auto 16px;
}
.jy_right h3{
    background: url(images/img/blue.svg) no-repeat 12px center;
    background-size:auto 16px;
}
.jy_left h3 span,.jy_right h3 span{
    position: absolute;
    left: 22px;top: 11px;
    color: #fff;
}
.jy_left div,.jy_right div{
    width:140px;
    float: left;
    margin: 10px 0 24px 0;
}
.jy_left div span,.jy_right div span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color:#637186 ;
    font-size: 12px;
}
.jy_left h4,.jy_right h4{
    width: 100%;
    text-align: center;
    color: #db3c1a;
    margin-top: 8px;
    font-size: 16px;
}
.jy_left div+div,.jy_right div+div{
    border-left: 1px solid #e5e5e5;
}
.jyph li:nth-child(even)
{
margin-left: 6px;
}
/* right------------------- */
.jy_right{
    width: 570px;
    float: right;
}
.jy_right>h2{
    background: url(images/img/metal1.svg) no-repeat 16px top;
    background-size: 30px;
    background-color: #2c58b7;
}
/* dzsc电子商城-------------------------------- */
.dzsc{
    margin-top: 30px;
    border: 1px solid #e5e5e5;
}
.dzsc_title{
    height: 38px;width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.dzsc_title h1{
    line-height: 38px;
    float: left;
    color: #f4af3d;
    font-weight: 600;
    font-size: 20px;
    padding-left: 30px;
}
.dzsc_title h2{
    float: left;
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
    padding-top: 16px;
}
.dzsc_title h3{
    float: right;
    color: #999999;
    font-size: 12px;
    margin-right: 20px;
    padding-top: 16px;
    cursor: pointer;
}
.dzsc_title h3:hover{
    color: #0086d1;
}
/* ncwz内产物资-------------------- */
.ncwz,.wgwz{
    height: 540px;
    margin-top: 4px;
    background-color: #f6f7f9;
}
.nc_title{
    height: 540px;width: 220px;
    float: left;
    background: url(images/banner_left.png) no-repeat;
    background-size: cover;
}
.wg_title{
    height: 540px;width: 220px;
    float: left;
    background: url(images/img/wgwz.png) no-repeat;
    background-size: cover;
}
.nc_section,.wg_section{
    width:978px;
    float: left;
    padding-left: 8px;
}
.nc_section li,.wg_section li{
    float: left;
    padding: 12px;
    background-color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    width:232px;
}
.nc_section li:not(:nth-child(4n+1)),.wg_section li:not(:nth-child(4n+1)){
    margin-left: 10px;
}

.pricetext,.nc_section h3,.wg_section h3,.detailtext{
    padding: 0 20px;
}
.pricetext h1{
    float: left;
    font-size: 18px;
    color: #db3c1a;
}
.pricetext h2{
    float: right;
    font-size: 12px;
    color: #999999;
}
.nc_section h3,.wg_section h3{
    line-height: 28px;
    font-size: 14px;
}
.detailtext{
    color: #999999;
    margin-bottom: 14px;
}
.detailtext span:last-child{
    float: right;
}
/* 内产物资图片1~8------------------ */
.nc_section>li:first-child .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(2) .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(3) .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(4) .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(5) .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(6) .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(7) .imgplace{
    background-size:auto 120px;
}
.nc_section>li:nth-child(8) .imgplace{
    background-size:auto 120px;
}

/* 外购物资图片------------------ */
.wg_section>li:first-child .imgplace{
    background: url(images/n_goods_1.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(2) .imgplace{
    background: url(images/n_goods_5.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(3) .imgplace{
    background: url(images/n_goods_11.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(4) .imgplace{
    background: url(images/n_goods_15.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(5) .imgplace{
    background: url(images/goods_img12.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(6) .imgplace{
    background: url(images/n_goods_6.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(7) .imgplace{
    background: url(images/n_goods_12.jpg) no-repeat center center;
    background-size:auto 120px;
}
.wg_section>li:nth-child(8) .imgplace{
    background: url(images/n_goods_17.jpg) no-repeat center center;
    background-size:auto 120px;
}
/* ----------------------- */
.imgplace{
    width: 200px;height: 154px;
    transition: background-size .3s ease;
}
.nc_section li:hover .imgplace,.wg_section li:hover .imgplace{
    background-size:auto 140px;
}
/* xjxx询价信息---------------------- */
.xjxx{
    margin-top: 28px;
}
.xj_section{
    float: left;
    width: 100%;
    margin-top:-2px;
}
.xj_section h1{
    width: 100%;line-height: 16px;
    padding-left: 20px;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #666;
    border: 1px solid #e5e5e5;
}

.xj_section div{
    width:600px;height: 425px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 6px 0;
    margin-top: 2px;
}
.xj_section div:nth-child(1){
	border-right: 0px;
}
.xj_section div:nth-child(2){
    float: right;
}

.xj_section h2{
    line-height:32px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    color: #f08733;
    position: relative;
    padding-left: 8px;
    font-size:16px;
    margin: 0 12px;
}
.xj_section h2 a{
    position: absolute;
    display: inline-block;
    width: 4px;height: 18px;
    background-color: #f08733;
    left: 0;top: 50%;
    margin-top: -9px;
}
.xj_section h2 span{
    line-height: 32px;
    font-size: 12px;
    float: right;
    color: #999999;
    cursor: pointer;
}
.xj_section h2 span:hover{
    color: #0086d1;
}
.xj_section ul{
    padding:10px;
    float: left;
}
.xj_section li{
    width: 100%;
    float: left;
    cursor: pointer;
}

.xj_section li:hover h3{
    color: #333;
}
.xj_section li span{
    line-height: 26px;
    float: right;
    font-size: 12px;
    color: #999999;
}
.xj_section li+li{
    margin-top: 11px;
}
.xj_section h3{
    line-height: 26px;
    font-size: 14px;
    color: #666;
    float: left;
    display: inline-block;
    width: 100%;
}

.xj_section h4{
    float: left;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}
.xj_section h5{
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
}
/* zbtb招标投标------------------------ */
.zbtb{
    margin-top: 28px;
}
.zb_title{
    float: left;
    width: 220px;height: 425px;
    background: url(images/img/zbtb.png) no-repeat;
    background-size: cover;
}
.xj_title{
    float: left;
    width: 220px;height:425px;
    background: url(images/img/xjxx.png) no-repeat;
    background-size: cover;
}
.zb_section{
    float: left;
    width: 100%;
    margin-top: -2px;
}
.zb_section h1{
    width: 100%;line-height: 16px;
    padding-left: 20px;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #666;
    border: 1px solid #e5e5e5;
}
.zb_section div{
    width:600px;height: 425px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 6px 0;
    margin-top: 2px;
}
.zb_section div:nth-child(1){
	border-right: 0px;
}
.zb_section div:nth-child(2){
    float: right;
    
}
.zb_section h2{
    line-height:32px;
    margin:0 12px;
    font-weight: 600;
    color: #0086d1;
    position: relative;
    padding-left: 8px;
    font-size: 16px;
    border-bottom:1px solid #e5e5e5;
}
.zb_section h2 a{
    position: absolute;
    display: inline-block;
    width: 4px;height: 18px;
    background-color: #00a0e9;
    left: 0;top: 50%;
    margin-top: -9px;
}
.zb_section h2 span{
    line-height: 32px;
    font-size: 12px;
    float: right;
    color: #999999;
    cursor: pointer;
}
.zb_section h2 span:hover{
    color: #0086d1;
}
.zb_section ul{
    padding:10px;
    float: left;
}
.zb_section li{
    width: 100%;
    float: left;
    cursor: pointer;
}
.zb_section li:hover h3{
    color: #333;
}
.zb_section li+li{
    margin-top: 11px;
}
.zb_section li span{
    font-size: 12px;
    line-height: 26px;
}
.zb_section h3{
	width:100%;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    float: left;
}
.zb_section h4{
    float: left;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}
.zb_section h5{
    float: right;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
}
/* mqkh名企客户--------------------- */
.mqkh{
    margin: 20px 0;
}
.mqkh h2{
    line-height: 38px;width: 100%;
    float: left;
    color: #f4af3d;
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    border: 1px solid #ededed;
    border-bottom: 1px solid transparent;
}
.mqkh table{
    width: 100%;
}
.mqkh td{
    border: 1px solid #ededed;
}
.mqkh img{
    width: 100%;height: 100%;
}
/* footer--------------------------------------------------- */
footer{
    background-color: #3f3f3f;
}
.footer_top{
    background-color: #535353;
}
.footer_top ul{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer_top li{
    line-height: 60px;
    padding-left: 10px;
    cursor: pointer;
}
.footer_middle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.footer_middle li{
    width: 186px;
    color: #6b7782;
    cursor: pointer;
}
.footer_middle li:last-child{
    width: 220px;
}
.footer_middle li div{
    float: left;
    width: 90px;
    color: #fff;
    font-weight: 600;
    margin-right: 20px;
}
.footer_middle li div:first-child{
    background: url(images/img/app.png) no-repeat 0 200px;
    background-size: 100px;
}
.footer_middle li:not(:last-child){
    border-right: 1px solid #e5e5e5;
}
.footer_middle h1{
    color: #fff;
    margin-bottom: 10px;
}
.footer_middle p{
    line-height: 26px;
}
.footer_bottom{
    height: 90px;
    margin-top: 20px;
}
.footer_bottom div{
    margin: 6px 0;
    color: #fff;
}
.footer_bottom p{
    line-height: 20px;
    font-size: 12px;
    color: #6b7782;
}
.left>li>a{text-decoration: none;font-size:12px;text-align: -webkit-match-parent;color:#9498a8;}
.left>li>a:hover{color:blue;}

.right>li>a{text-decoration: none;font-size:12px;text-align: -webkit-match-parent;color:#9498a8;}
.right>li>a:hover{color:blue;}



.ceshi123{
	background:#ffffff;
background:-moz-linear-gradient(left, #f7f7f7 0%, #ffffff 50%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(50%,#ffffff));
background:-webkit-linear-gradient(left, #f7f7f7 0%,#ffffff 50%);
background:-o-linear-gradient(left, #f7f7f7 0%,#ffffff 50%);background: -ms-linear-gradient(left, #f7f7f7 0%,#ffffff 50%);
background: linear-gradient(to right, #f7f7f7 0%,#ffffff 50%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}