﻿@charset "utf-8";
    /*重置*/
    
* {
    margin:0;
    padding:0;
    font-family: 'microsoft yahei';}
li {
    list-style:none;
}

    a {
        color: #636363;
            text-decoration: none;
    }

input {
padding:0px 10px 0px 10px;

}


/*header*/
    header {
    background-image: url(../images/logobg.png);
}
.logo {
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 27px;
    padding-top: 20px;
}
.logo_center {
    width: 1146px;
    margin: 0 auto;
    overflow: hidden;
}
.logo_left img {
    float: left;
}
.logo_left ol {
    float: left;
    color: #7d7d7d;
    margin-left: 10px;
    font-weight: bold;
}
.logo_left ol li:nth-child(1) {
    font-size: 38px;
}
.logo_left ol li:nth-child(2) {
    font-size: 14px;
    text-align:right;
}

.nav_box {
    background-image: url(../images/navbg.png);
    border-top:solid 1px #a9a9a9;
         border-bottom: solid 1px #a9a9a9;
}
.nav {
    overflow: hidden;
    width: 1200px;
    margin:0 auto;
    padding-left:60px;
}
.nav>div {
    float: left;
    min-width: 115px;
    text-align: center;
    font-size:14px;
    line-height:35px;
    color: #7d7d7d;
    border-left: solid 1px #a9a9a9;

}
.nav .currents {
    background-image: url(../images/green.png);
    border:solid 1px #ffffff;
    color: #ffffff;
}

.nav  a {
    display:block;
    font-weight:bold;
}

.nav  .currents  a {
    color: #eee;
}

.nav_menu:hover,.Industry_demand_news_in_title li:hover{cursor: pointer;}
.nav>div:last-child {
    border-right: solid 1px #a9a9a9;
}
.drop_down_menu {
    position: absolute;
    z-index: 999;
    background-color: #404040;
    width: 115px;
    border-top: solid 1px #FFFFFF;
}
.drop_down_menu li {
    position: relative;
}
.drop_down_menu li a {
    color: #FFFFFF;
    line-height: 30px;
    width: 115px;
    display: block;
    font-size: 14px;
}
.drop_down_menu li a:hover {
    background-color:#FFFFFF;
    color:#7d7d7d;
    width: 115px;
}
.drop_down_menu_two {
    position: absolute;
    top:0;
    left:115px;
    background-color: #404040;
    width: 115px;
    border: 0;
}
.drop_down_menu_two a:hover {
    background-color:#FFFFFF;
    color:#7d7d7d;
    width: 115px;
}
/*header end*/
/*banner*/
.banner_box {
    background-image: url(../images/bannerbg.png);
    overflow: hidden;
    padding-bottom: 20px;
}
.banner_box > div {
    width: 1200px;
    margin: 0 auto;
    padding-left: 80px;
}
.banner {
    position: relative;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}
.img_box {
    width: 550px;

    overflow: hidden;
    padding-top: 25px;
}

.img img {
    float: left;
}
.ison_left {
    width: 30px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 50%;
    padding-left: 10px;
    padding-top: 7px;
    position: absolute;
    top: 134px;
    left: 20px;
    cursor:pointer;
}
.ison_right {
    width: 26px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 50%;
    padding-left: 14px;
    padding-top: 7px;
    position: absolute;
    top: 134px;
    left: 490px;
    cursor:pointer;
}
.banner_box>div ol {
    float: left;
    width:700px;
    color: #eee;
    margin-left: 30px;
}
.banner_box>div ol li:nth-child(1) {
    font-size: 20px;
}
.banner_box>div ol li:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}
.banner_box>div ol li:nth-child(3) {
    font-size: 12px;
    margin-top: 10px;
}
.banner_box > div ol li:nth-child(4) {
    font-size: 18px;
    margin-top: 10px;
    background-image: url(../images/green.png);
    width: 170px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    margin-left: 340px;
}
/*banner end*/
/*news*/
    .center {
    overflow: hidden;
}
.news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}


/*======================登录框===================================*/
.login {
    float:left;
    width:276px;
    margin-right:10px;
    padding-bottom: 14px;
    margin-left: 28px;
}
.login ol {
    overflow:hidden;
}
.login ol:nth-child(1) {
    width: 100%;
}
.login ol:nth-child(1) li {
    float: left;
    color: #22ac38;
    padding-left: 10px;
    line-height: 35px;
    font-size: 30px;
}
.login ol:nth-child(1) li:last-child {
    color: #7d7d7d;
    font-size: 14px;
    clear: left;
    text-transform: uppercase;line-height: 20px;
}
.login ol:nth-child(1) li:nth-child(1) {
    margin-top: 2px;
}
.login .user li {
    margin-top: 10px;
}
.login .user li p {
    font-size: 16px;
    line-height: 20px;
    width: 255px;
    margin:0 auto;
    color: #7d7d7d;
    font-weight:bold;
}
.login .user li input {
    width: 235px;
    margin-left: 10px;
    margin-top: 4px;
    box-shadow: 0 0 5px #cccccc inset;
    border: solid 1px #cccccc;
    border-radius: 5px;
    height: 38px;
    font-size:16px;
    color:#555;
}
.login>div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    margin-top: 10px;
    width: 255px;
    margin-left: 10px;
}
.login>div input {
    background-image: url(../images/green.png);
    border-radius: 2px;
    height: 38px;
    border: 0;
    text-align: center;
    font-size: 18px;
    width: 255px;
    color: #FFFFFF;
    line-height: 38px;
    cursor:pointer;
}
.login_ol li {
    background-image: url(../images/black.jpg);
    border-radius: 2px;
    height: 38px;
    border: 0;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    width: 254px;
    color: #dedfde;
    line-height: 38px;
    margin-top: 10px;
}
.login_ol li a {
    color: #eee;
    font-weight:bold;
}
.login_ol li:nth-child(2) {
    background-color: #f39800;
}
.login_end {
    margin-top: 10px;
}
.login_end li {
    float: right;
    padding-right: 14px;
    font-size: 12px;
}
.login_end li img {
    margin-right: 5px;
}
.login_end li a {
    text-decoration: underline;
    color: #989898;
}
/*======================登录框===================================*/




/*======================用户信息=================================*/
.memberInfo {
    float:left;
    width:276px;
    margin-right:10px;
    padding-bottom: 14px;
    margin-left: 28px;
}
.memberInfo ol {
    overflow:hidden;
}

.memberInfo ol:nth-child(1) {
    width: 100%;
}
.memberInfo ol:nth-child(1) li {
    float: left;
    color: #22ac38;
    padding-left: 10px;
    line-height: 35px;
    font-size: 30px;
}
.memberInfo ol:nth-child(1) li:last-child {
    color: #7d7d7d;
    font-size: 14px;
    clear: left;
    text-transform: uppercase;line-height: 20px;
}
.memberInfo ol:nth-child(1) li:nth-child(1) {
    margin-top: 2px;
}
.memberInfo .info{
        padding-left: 10px;
        padding-right: 10px;
          margin-left: 10px;
        margin-right: 10px;
    padding-top:20px;
        margin-top:10px;
        border:1px solid #22ac38;
        border-radius: 4px;
        color:#7d7d7d;
        font-size:16px;
        font-weight:800;
}
.memberInfo .info li{
    margin-bottom:25px;
}
.memberInfo .info li .usercenter {
    background-image: url(../images/green.png);
    border-radius: 2px;
    height: 38px;
    border: 0;
    text-align: center;
    font-size: 18px;
    width: 235px;
    color: #FFFFFF;
    line-height: 38px;
    cursor:pointer;
display:block;
color:#fff;
font-weight:800;
}
.memberInfo .info li .exit {
    background-image: url(../images/black.jpg);
    border-radius: 2px;
    height: 38px;
    border: 0;
    text-align: center;
    font-size: 18px;
    width: 235px;
    color: #FFFFFF;
    line-height: 38px;
    cursor:pointer;
color:#fff;
font-weight:800;
    margin-top:10px;
}
.memberInfo .info li a {
    margin-top:10px;
    
}

.memberInfo>div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    margin-top: 10px;
    width: 255px;
    margin-left: 10px;
}
.memberInfo>div input {
    background-image: url(../images/green.png);
    border-radius: 2px;
    height: 38px;
    border: 0;
    text-align: center;
    font-size: 18px;
    width: 255px;
    color: #FFFFFF;
    line-height: 38px;
    cursor:pointer;
}
/*======================用户信息=================================*/





/*member_news*/
    .member_news {
    overflow: hidden;
    float: left;
    margin-left: 14px;
    border-left: solid 1px #cacaca;
}
.member_news_title {
    overflow: hidden;
    color: #ffffff;
    padding-left: 14px;
    line-height: 35px;
}
.member_news_title ol {
    float: left;
}
.member_news_title ol li a{
    float: left;
    color: #22ac38;
    line-height: 35px;
    font-size: 30px;
    cursor:pointer;
}
.member_news_title ol li:last-child{
        color: #7d7d7d;
    font-size: 14px;
    clear: left;
    text-transform: uppercase;
    line-height: 20px;
}
.member_news_title ul {
    float: right;
}
.member_news_title ul li {
    float: left;
    font-size: 12px
}
.member_news_title li a {
    color: #FFFFFF;
    margin-right: 14px;
}
.member_news_title li img {
    margin-right: 10px;
    max-height: 12px;
    min-height: 12px;
}
.member_news_in {
    margin-top: 10px;
    overflow:hidden;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}
.member_news_in ul{
     width: 500px;
     float:left;
}
.member_news_in ul li a {
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 22px;
    float: left;
    color: #4d4d4d;
    margin-left: 10px;
    font-weight: bold;
}
.member_news_in div ul li a:hover {
    text-decoration:underline;
}
.member_news_in>div {
    width: 835px;
}
.member_news_in div img,.member_news_in div ol {
    float: left;
    overflow: hidden;
}
.member_news_in div img {
    width:300px;
    }
.member_news_in div ol {
    width: 500px;
    padding-right: 1%;
    margin-left: 10px;
    text-indent: 2em;
}
.member_news_in div ol li a {
    color: #787878;
    line-height:24px;
    margin-bottom: 20px;
    font-size:16px;
}
.member_news_in div ol li a:hover {
    text-decoration:underline;
}
.member_news_in ol li a span {
    color: #22ac38;
}
.member_news_footer {
    overflow: hidden;
}
.member_news_footer ol {
    overflow:hidden;
    padding-left: 14px;
}
.member_news_footer ol li a {
    color: #7d7d7d;
}
.member_news_footer ol li {
    color: #323232;
    line-height: 32px;
}
.member_news_footer ol li:hover,.news_in p:hover,.news_in h2:hover {
    text-decoration: underline;
    color:rgba(0,0,0,0.9);
}
.member_news_footer ol li p {
    float: right;
    font-size: 14px;
    color: #7d7d7d;
    padding-right: 20px;
}
.news>a {
    margin-left: 27px;
}
/*member_news end*/
    /*news end*/
    /*train*/
    .train {
    width: 1146px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    height: 300px;
    overflow: hidden;
}
.train_title {
    color: #FFFFFF;
    color: #FFFFFF;
    position: absolute;
    top:0px;
    left: 20px;
font-size: 35px;
margin-top: 10px;
}
.train>ol{position: absolute;
top: 66px;
left: 0;
width: 680px;
padding-left: 20px;}
.train>ol li a{color: #FFFFFF;}
.train>ol li:nth-child(1) a{font-size: 18px;}
.train>ol li:nth-child(2) a{font-size: 12px;}
.train>ol li:nth-child(3){margin-top:10px;}
.train>ol li:nth-child(3) a{}
.train>ol li:nth-child(4) a{
    float: right;
    margin-top: 74px;
    background-color: rgba(255,255,255,0.8);
    padding-right: 10px;
    padding-left: 10px;
    color: #333333;
    border-radius: 2px;
    line-height: 30px;
}
.train div {
    position: absolute;
    top: 0;
    right: 0;
}
.train div ol {
width: 380px;
background-color: #50ab3e;
height: 110px;
padding:20px;position: relative;
}
.train div ol li:nth-child(1) a{
    font-size: 14px;
    color: #FFFFFF;
}
.train div ol li:nth-child(2) a {
    font-size: 10px;
    color: #FFFFFF;
}
.train div ol li:nth-child(3) a {
    font-size: 12px;
    margin-left: 15px;
    color: #FFFFFF;
}
.train>div ol li:nth-child(4){
position: absolute;
right: 20px;bottom: 10px;
}
.train>div ol li:nth-child(4) a{
color: #333333;
background-color: rgba(255,255,255,0.8);
padding: 5px 10px;
border-radius: 2px;
font-size: 12px;
}
.train div ul {

}
.train div ul li {
    float:left;
}
.train div ul li:nth-child(1) {
width: 170px;
height: 130px;
background-color: #16242f;
color: #ffffff;
padding-top: 20px;
padding-left: 20px;
font-size: 14px;
padding-right: 20px;
}
.train div ul li:nth-child(1) a:nth-child(2) {
display: block;
margin-top: 15px;
margin-left: 92px;
color: #333333;
background-color: rgba(255,255,255,0.8);
border-radius: 2px;
font-size: 12px;
margin-right: 10px;
padding: 5px 10px;
}
.train div ul li:nth-child(2) {
    width: 170px;
    height: 130px;
    background-color: #31b5ec;
    color: #ffffff;
padding-top: 20px;
padding-left: 20px;
font-size: 14px;
padding-right: 20px;
}
.train div ul li:nth-child(2) a:nth-child(2) {
display: block;
margin-top: 15px;
margin-left: 92px;
color: #333333;
background-color: rgba(255,255,255,0.8);
border-radius: 2px;
font-size: 12px;
margin-right: 10px;
padding: 5px 10px;
}
/*contact*/
    .contact {
    width: 1146px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
/*Industry_demand*/
    .Industry_demand_news {
    overflow: hidden;
    float: left;
}
.Industry_demand_news_title {
    overflow: hidden;
    color: #ffffff;
    line-height: 35px;
}
.Industry_demand_news_title ol {
    float: left;
}
.Industry_demand_news_title ol li {
    float: left;
    color: #22ac38;
    line-height: 35px;
    font-size: 30px;
}
.Industry_demand_news_title ol>li:nth-child(2){
color: #7d7d7d;
font-size: 14px;
clear: left;
text-transform: uppercase;
line-height: 20px;
}
.Industry_demand_news_title ul {
    float: right;
}
.Industry_demand_news_title ul li {
    float: left;
    font-size: 12px
}
.Industry_demand_news_title li a {
    color: #FFFFFF;
    margin-right: 14px;
}
.Industry_demand_news_title li img {
    margin-right: 10px;
    max-height: 12px;
    min-height: 12px;
}
.Industry_demand_news_in {
    margin-top: 10px;
    overflow:hidden;
}
.Industry_demand_news_in ul li a {
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
}
.Industry_demand_news_in div img,.Industry_demand_news_in div ol {
    float: left;
    overflow: hidden;
}
.Industry_demand_news_in>div ul li{
    float: left;
}
.Industry_demand_news_in div ol {
    text-indent: 2em;
}
.Industry_demand_news_in div ol li a {
    color: #787878;
    line-height:24px;
    margin-bottom: 20px;
    font-size:14px;
}
.Industry_demand_news_in ol li a span {
    color: #22ac38;
}

.Industry_demand_news_in div .img_width li{float: left;overflow: hidden;width:49%;}

.Industry_demand_news_in div .img_width li:last-child{margin-left:2%;}
.Industry_demand_news_in_title{overflow: hidden;border-bottom:solid 1px #cacaca; }
.Industry_demand_news_in_title li{
    float: left;
    line-height: 30px;
    border-right: solid 1px #cacaca;
    border-top: solid 1px #cacaca;
    padding-left: 10px;
    padding-right: 10px;
}
.Industry_demand_news_in_title li:first-child{
    border-left: solid 1px #cacaca;
}
.Industry_demand_news_in_title li img{
max-height: 14px;color: #FFFFFF;margin-top: 8px;
margin-right: 5px;}
.Industry_demand_news_in_title li a{
color: #7d7d7d;float: right;
}
.Industry_demand_news_in_title li p{
color: #7d7d7d;float: right;
}

.Industry_demand_news_in_title .current{
    background-image: url(../images/green.png);
    color: #ffffff;
    border: 0;
}
.Industry_demand_news_in_title .current p{color: #FFFFFF}
.hide,.hides{display: none;}
.Industry_demand_news_in .sincerity_box{padding-bottom: 10px;border-bottom: solid 1px #cacaca;overflow: hidden;padding-top: 10px;}
.Industry_demand_news_in .sincerity_box *{float: left;}
.Industry_demand_news_in .sincerity_box ul li:nth-child(1){font-size: 16px;margin-top: 14px;
color: #4d4d4d;
font-weight: bold;}
.Industry_demand_news_in .sincerity_box ul li:nth-child(2){
    margin-left: 10px;
margin-right:10px;margin-top: 9px;}
.Industry_demand_news_in .sincerity_box ul li:nth-child(2) input{line-height: 30px;color: #cacaca;padding-left: 5px;}
.drop_menu{width: 200px;
margin-top: 8px;
height: 32px;
font-size: 12px;}
.Industry_demand_news_in .sincerity_box>input{
margin-top:7px;
margin-left: 10px;
width: 50px;
background-image: url(../images/green.png);
color: #ffffff;
border: solid 1px #50ab3e;
line-height:30px;
text-align: center;
font-size: 14px;
}
.display_two{display: none;}
.Industry_demand_news_in .personal_box ul li:nth-child(1){font-size: 16px;margin-top:14px;
color: #4d4d4d;
font-weight: bold;}
.Industry_demand_news_in .personal_box ul li:nth-child(2){
    margin-left: 10px;
margin-right: 10px;margin-top: 9px;}
.Industry_demand_news_in .personal_box{clear: left;display: none;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #cacaca;}
.Industry_demand_news_in .personal_box ul{width: 100%;}
.Industry_demand_news_in .personal_box ul li input{line-height: 30px;}
.Industry_demand_news_in .personal_box>input{
margin-top:7px;
margin-left:10px;
width: 50px;
background-image: url(../images/green.png);
color: #ffffff;
border: solid 1px #50ab3e;
line-height:30px;
text-align: center;
font-size: 14px;
}

.Industry_demand_news_footer {
    height:290px;
    overflow: hidden;
}
.Industry_demand_news_footer div:not(.first){display: none;}
.Industry_demand_news_footer ol {
    overflow:hidden;width: 100%;
}
.Industry_demand_news_footer ol li{float: left;}
.Industry_demand_news_footer ol li a {
    color: #7d7d7d;
    font-size: 14px;
    float: left;

    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
    .Industry_demand_news_footer ol li a:hover {
        text-decoration:underline;
    }

.Industry_demand_news_footer ol .chakan{margin-top: 0px;}
.Industry_demand_news_footer ol .chakan a:first-child{    width:300px;}
.Industry_demand_news_footer ol .chakan a:last-child{width: 40px;
margin-left: 0;
height: 30px;
color: #7d7d7d;
padding-left: 10px;
border-radius: 2px;
float: right;
margin-left: 0px;}
.Industry_demand_news_footer ol li a p{
color: #7d7d7d;
float: right;
font-size: 14px;
margin-left: 10px;
}
.bgyellow,.bggreen{margin-top: 4px;}
.bggreen a:nth-child(1){
width: 20px;
height: 20px;
background-color:#50ab3e;
border-radius: 50%;
font-size: 12px;
color: #FFFFFF;
line-height: 20px;
text-align: center;
margin-right: 10px;
margin-top: 5px;
}

#arrow_right{width: 66px;
margin-left: 98px;
color: #7d7d7d;
padding-left: 10px;
border-radius: 2px;
height: 30px;
float: initial;}
#arrow_right img{max-height: 12px;margin-left: 10px;}
.bgyellow a:nth-child(1){
width: 20px;
height: 20px;
background-color:#ab9f3f;
border-radius: 50%;
font-size: 12px;
color: #FFFFFF;
line-height: 20px;
text-align: center;
margin-right: 10px;
margin-top: 5px;
}
.Industry_demand_news_footer ol li {
    color: #323232;
    line-height: 32px;
    text-overflow: ellipsis;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    width:100%;
}
.Industry_demand_news_footer ol li:nth-child(2) {
    overflow: hidden;
}
.Industry_demand_news_footer ol li:hover,.news_in p:hover,.news_in h2:hover {
    text-decoration: underline;
    color:rgba(0,0,0,0.9);
}
.Industry_demand_news_footer p {color: #7d7d7d;
float: right;
font-size: 14px;margin-right: 1px;
}

.Industry_demand_news_footer .more {
    margin-top:5px;
}
.Industry_demand_news_footer .more a {
    cursor:pointer;
    color:#22ac38;
}

.col-6 p{margin-left: 0;}
.Industry_demand_news_in .col-6 ol {
    text-indent: 0;
}

.news>a {
    margin-left: 27px;
}

.col-3{
          float: left;
    width:200px;
    margin-right: 20px;
}


.col-4 {
            float: left;
    width:430px;
    margin-right: 20px;
}
.col-4s {
            float: left;
     width:430px;
     border-left: solid 1px #cacaca;padding-left: 20px;
}
.col-4 .Industry_demand_news_footer ol li a:nth-child(1) {
    color: #7d7d7d;
    font-size: 14px;
    float: left;
    width: 300px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.col-4 .Industry_demand_news_footer ol li .right{
    float: right;
    width: 70px;
}
.col-8 {
    width:650px;margin-left: 0;padding-right: 20px;
}
.col-8 .Industry_demand_news_title{padding-left: 0;}
.col-8 .Industry_demand_news_in{padding-left: 0;}
.col-8 .Industry_demand_news_footer ol{padding-left: 0;}
.line ol li {height: 32px;}
/*Industry demand end*/
    .chart {
    width: 1146px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
/*contact end*/
    /*Bidding*/
    .Bidding {
    overflow: hidden;
    margin-left: 14px;
    width:1146px;
    margin: 0 auto;
    margin-top: 10px;
}
.Bidding>div {
    margin-top: 10px;
}
.Bidding>div>div {
    float: left;
}
.Bidding>div>div:nth-child(2) {
    padding-left: 25px;
    border-left: solid 1px #cacaca;
    margin-left: 10px;
}
.Bidding_title {
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    line-height: 35px;
}
.Bidding_title ol {
    float: left;
    height: 36px;
}
.Bidding_title ol li {
    float: left;
    color: #22ac38;
    line-height: 35px;
    font-size: 30px;
}
.Bidding_title ul {
    float: right;
}
.Bidding_title ul li {
    float: left;
    font-size: 12px
}
.Bidding_title li a {
    color: #FFFFFF;
    margin-right: 14px;
}
.Bidding_title li img {
    margin-right: 10px;
    max-height: 12px;
    min-height: 12px;
}
.Bidding_in {
    overflow:hidden;
    padding-right: 14px;
}
.Bidding_in img {
    }
.Bidding_in>a {
    color: #FFFFFF;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    width: 80px;
    background-image: url(../images/ash.png);
    display: block;
}
.Bidding_footer {
    overflow: hidden;
}
.Bidding_footer ol {
    overflow:hidden;
}
.Bidding_footer ol li a {
    color: #7d7d7d;
    font-size: 14px;
}
.Bidding_footer ol li {
    color: #323232;
    line-height: 32px;
    width: 90%;
    text-overflow: ellipsis;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.Bidding_footer ol li:nth-child(1) {
    padding-right: 10px;
}
.Bidding_footer ol li:hover,.news_in p:hover,.news_in h2:hover {
    text-decoration: underline;
    color:rgba(0,0,0,0.9);
}
/*Member_enterprises*/
    .Member_enterprises {
    margin-bottom: 20px;
}
.col-6 {
    width: 563px;
    margin-right: 20px;
}
.col-6s {
    width: 542px;border-left: solid 1px #cacaca;padding-left: 20px;
}
.col-6 .Industry_demand_news_footer ol li a {
    width: 70%;
}
.col-6s .Industry_demand_news_footer ol li a {
    width: 70%;
}
/*Member_enterprises*/
.Expert_database {
    width: 1146px;
    margin: 0 auto;
}
.Expert_database_title ol li {
    color: #22ac38;
    line-height: 35px;
    font-size: 30px;
}
.Expert_database_content {
    height: 200px;
    box-shadow: 0 0 2px #cccccc inset;
    margin-top: 10px;
    background-image: url(../images/Expert_database.png);position: relative;
}
.Expert_database_content a{
font-size: 18px;
color: #FFFFFF;
background-image: url(../images/green.png);
width: 170px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 2px;
position: absolute;
bottom: 20px;
right: 20px;
}
/*designer*/
.designer {
    width: 1146px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}
.designer_title {
    background-image: url(../images/background.png);
}
.designer_title {
    height: 36px;
}
.designer_title ol li {
    text-align: left;
    color: #22ac38;
    line-height: 36px;
    font-size: 30px;
}
.designer_title ul {
    float: right;
}
.designer_title ul li {
    float: left;
}
.designer_title li a {
    color: #323232;
    margin-right: 10px;
}
.designer_title li img {
    margin-right: 10px;
}
.designer .img_boxs {
    padding-bottom: 20px;
    overflow: hidden;
    margin-left: 0;
    box-shadow: 0 0 2px #cccccc inset;
    margin-top: 10px;
    width: 1146px;
    padding-top: 20px;
}
.designer .img_boxs ol {
    width: 1604.4px;
    overflow:hidden;
}
.designer .img_boxs ol li {
    width: 217.6px;
    float: left;
    padding: 0;
    margin-left: 10px;
}
.designer .img_boxs ol li a img {
    max-width: 100%;
    min-width: 100%;
}
/*footer*/
    .footer {
    margin-top: 20px;
}
.footer_top_box {
    background-image:url(../images/footer_top.png);
}
.footer_top {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    overflow:hidden;
}
.footer_center {
    width: 1146px;
    margin: 0 auto;
    overflow:hidden;
}
.footer_top tr,.footer_top p {
    float: left;
    margin-left: 27px;
    margin-top: 10px;
    font-weight: bold;
    color: #FFFFFF;
}
.widths {
    width: 200px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
}
.footer_top ol {
    float: right;
}
.footer_top ol li {
    float: left;
    margin-right: 56px;
    margin-top: 10px;
}
.footer_top ol li a{
    font-size: 14px;
    color: #FFFFFF;
}
.footer_center_box {
    background-color: #454344;
}
.footer_center div{
    width:50%
}


.footer_center_right {
    float:left;
}
.footer_center_right,.footer_center_center {
    padding-top:10px;
    padding-bottom: 10px;
}
.footer_center_right ol li {
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}
.footer_center_right ol li a{
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}
.footer_center_right ol li:nth-child(1) {
    line-height: 40px;
    margin-bottom: 20px;
}



.footer_center_center {
    float:right;
}
.footer_center_center ol{
    float: left;
}
.footer_center_center ol li {
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
}
.footer_center_center ol li img {
    padding-left: 20px;
    color: #ffffff;
    margin-top: 16px;
    padding-right: 10px;
    max-width: 30px;
}



.footer_center_left{float: left;}
.footer_center_left{
    padding-top: 30px;
}
.footer_center_left ol li{
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
}
.footer_center_left ol li img {
width: 200px;
width: 200px;
margin-top: 10px;
}





.footer_bottom {
    background-image: url(../images/footer.png);
    overflow: hidden;
    height: 66px;
}
.footer_bottom ol {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.footer_bottom ol li:nth-child(1) {
    float: left;
    line-height: 28px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 27px;
}
.footer_bottom ol li:nth-child(2) {
    float: right;
    line-height: 28px;
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 27px;
}

.dn{display: none;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -349px;}

.go-top .uc-2vm-pop{
    position: absolute;
    right: 60px;
    top: -154px;
    width: 200px;
    box-shadow:0px 2px 2px #cacaca;
    background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}

.go-top .uc-2vm-pops{
    position: absolute;
    right: 60px;
    top: 0px;
    width: 200px;
    height: 100px;
    box-shadow:0px 2px 2px #cacaca;
    background: #fff;
}
.go-top .uc-2vm-pops .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pops .logo-2wm-boxs{position: relative;}












/*======================导航条========================*/
    .position {
        background-color: #F3F3F3;
        margin: 0 auto;
    }
    
    .position ul {
        max-width:1200px;
            margin: 0 auto;
        overflow: hidden;
        padding-top:30px;
         padding-bottom:10px;
    }
    
    .position ul li {
        float: left;
        margin-right: 10px;
        line-height: 33px;
    }
    
    .position ul li img {
        max-width: 24px;
    }
    
    .position ul li a {
        color: #4d4d4d;
    }

.position ul li .active{
    font-weight:800;
        color:#22ac38;
    }
    
.position ul li a:hover{
        color:#22ac38;
    text-decoration:underline;
    }

    .position ul li span {
        margin-left: 4px;
    }

    /*======================文章列表========================*/

 .newbox {
        width: 1200px;
        margin: 0 auto;
        margin-top: 10px;
    }

 .newbox .title {
     padding-top:20px;
        font-size:24px;
        font-weight:800;
        color:#22ac38;  
}
    
    .new_content ul li a {
        color: #666;
    }

        .new_content ul li a:hover{
            text-decoration:underline;
        color: #22ac38;
    }
    
    .new_content ul>li {
        margin-top: 25px;
    }
    
    .new_content ul li ol {
        margin-top: 10px;
    }
    
    .new_content ul li ol li.new_time {
        margin-top: 4px;
    }

        nav {
        margin-top: 40px;
        overflow: hidden;
    }


    .pagination {
        overflow: hidden;
        float: right;
    }
    
    .pagination li {
        float: left;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: solid 1px #ddd;
        color: #787878;
        text-align: center;
        line-height: 40px;
    }
    
    .pagination li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    
    .pagination li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .pagination li a {
        color: #4d4d4d;
    }


.pagination .disabled{
     background-color: #eee;
}
.pagination .disabled a{
     color:#bbb;
     cursor:default;
}
.pagination .active{
     background-color: #22ac38;
             border: solid 1px #22ac38;
}
.pagination .active a{
     color:#eee;
}

    .pagination li:hover {
        color:#22ac38;
        background-color: #eee;
    }


    /*======================文章========================*/
      .contentbox {
        width: 1200px;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .contentbox h1 {
        text-align: center;
        margin-bottom: 10px;
        color: #4d4d4d;
        margin-left:50px;
    margin-right:50px;
    }
        .contentbox hr {
       border:1px #22ac38 solid;
       margin-bottom: 20px;
    }
    
    .contentbox .attribute {
      
        color:#7d7d7d;
        text-align: center;
        margin-bottom: 10px;
    }

        .contentbox .attribute span{
              font-size:14px;
        padding-right:50px;
    }
    
    .contentbox .content{
        padding-bottom: 50px;
            margin-left:50px;
    margin-right:50px;
    }


    @media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
    .logo,
    .nav {
        padding-left: 20px;
    }
    .member_news_footer ol li a {
        float: left;
    }
    .banner_box > div {
        padding-left: 0;
    }
}