@charset "UTF-8";
.newTop {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #EBEBEB;
    background: #2F2F2F;
}

.Top_in {
    width: 1200px;
    margin: auto;
}

.topleft {
    font-size: 12px;
    color: #B0B0B0;
}
.topright {
    font-size: 12px;
}

.top_wzdt {
    width: 80px;
    float: right;
    color: #A7A7A7;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
/*    border-left: 1px solid #515151;
    border-right: 1px solid #515151;*/
    text-align: center;
}
.top_wzdt i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/wzdt.png);
    vertical-align: middle;
    margin-right: 4px;
}
.top_wzdt.on {
    background: #FF9900;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
}

.topright a {
    text-decoration: none;
    color: #B0B0B0;
    display: inline-block;
    padding: 0 10px;
}
.topright span{color: #515151;}
.topright em {
    color: #515151;
}


/*导航*/

.daohang {
    width: 1200px;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    height: 480px;
    position: absolute;
    top: 155px;
    right: 0;
    left: 0;
	background: url(../images/top_heitiao.png) repeat 0px 0px;
    z-index: 101;
}


.daohang_qh {
    overflow: hidden;
    height: 230px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
}

.daohang dl {
    float: left;
    width: 100px;
    margin: 0px 0px 0px 37px;
}
.daohang dl dt {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #FF9900;
    margin: 15px 0px 15px 0px;
}
.daohang dl dd {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
}
.daohang dl dd a {
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #D8D8D8;
    text-decoration: none;
}

/*index_xuanzei*/

.index_xuanzei {
    width: 100%;
    height: 95px;
    background: url(../images/xiao3.png) repeat-x bottom left;
    margin-top: 11px;
}
.index_xuanzei .xuanzei_box {
    width: 1200px;
    margin: auto;
}
.xuanzei_box .Logo {
    width: 346px;
    height: 62px;
    margin-top: 8px;
    margin-right: 15px;
}
.xuanzei_box .Logo img {
    width: 346px;
    height: 62px;
}

.xuanzei_box .xuanzei_nav {
    margin-left: 30px;
    width: 462px;
}
.xuanzei_box .xuanzei_nav li {
    float: left;
    width: 55px;
    height: 86px;
    line-height: 86px;
}

.xuanzei_box .xuanzei_nav li a.cur {
    border-bottom: 3px solid #F43A2D;
    color: #F43A2D;
}
.xuanzei_box .xuanzei_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
}
/*搜索*/
.ndxSer {
    border: 2px solid #FF6900;
    border-radius: 5px;
    margin: 20px 0px 0px 15px;
    display: inline;
}
.ndxSer {
    float: right;
    width: 313px;
    height: 38px;
}
.ndxSer input.text1 {
    float: left;
    width: 214px;
    height: 38px;
}
.ndxSer input.text1 {
    line-height: 38px;
    overflow: hidden;
    border: none;
    background: none;
    font-size: 14px;
    color: #999999;
    font: 16px/1.5 'Microsoft YaHei','Arial','Heiti SC';
    margin: 0px 0px 0px 18px;
    display: inline;
    outline: none;
}

.ndxSer_right {
    float: right;
    height: 38px;
    line-height: 38px;
    width: 70px;
    background: #FF6900;
    cursor: pointer;
}
.ndxSer input.submit {
    float: right;
    cursor: pointer;
    width: 70px;
    height: 38px;
    border: none;
    background: none;
    font: 16px/1.5 'Microsoft YaHei','Arial','Heiti SC';
    color: #FFFFFF;
}

/*footer*/
.footer{background-color: #333333; padding: 20px 0;}
.footer div.footer_box{width:1200px; text-align: center; margin: 0 auto;}
.footer .about a{ margin: 15px 10px 15px 0; color:white;}
.footer .about a:hover{color:#F43A2D; text-decoration: underline;}
.footer .box_content p{
	color:#999;
    line-height: 20px;
    margin-top: 10px;
}
.footer .box_content p a{color:white;}
.footer .box_content p a:hover{color:#F43A2D; text-decoration: underline;}
#Gochina{width: 1920px; margin: 0 auto;}
#Gochina img{ width: 100%;}

/*回到顶部*/
.back_top {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 60px;
    right: 100px;
    background-color: #A2A2A2;
    text-align: center;
    display: none;
}
.back_top i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/hddb.png) no-repeat -234px 0;
    margin-top: 12px;
}