@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

ul li {
    list-style: none;
}

input {
    padding-left: 10px;
    outline: none;
}

body, span, p, ul, table, tr, td, li, h1, h2, h3, h4, h5, h6, i {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-style: normal;
}

body {
    font-family: "Microsoft Yahei", "SimSun";
    font-size: 14px;
    min-width: 1480px;
}

em, i {
    font-style: normal;
    text-decoration: none;
}

.clear {
    clear: both;
}

/*头部*/
.top_box {
    background: #f5f5f5;
    line-height: 30px;
    color: #666;
    font-size: 12px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top p {
    float: right;
    background: url("../images/phone.png") no-repeat 0 8px;
    padding-left: 22px;
}

.top p span {
    color: #0099ff
}

.header_box {
    background: #02142e;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.header_nav {
    float: right;
    padding-top: 10px;
}

.header_nav li {
    float: left;
    position: relative;
    margin: 0 25px;
}

.header_nav li.last_nav {
    margin-right: 0
}

.header_nav li a {
    display: block;
    font-size: 15px;
    color: #9c9c9c;
    line-height: 46px;
}

.header_nav li:hover a, .header_nav li.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.xf_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.banner {
    margin-top: 100px;
}

/*footer*/
.footer {
    padding: 55px 0 40px;
    background: #181d26;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.foot-Left {
    float: left;
    width: 650px;
}

.foot-leftitem {
    float: left;
    width: 50%;
}

.foot-leftitem h3 {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}

.foot-leftitem h4 {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 36px;
    padding: 6px 0;

}

.foot-leftitem p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.copyright {
    padding: 26px 0 0;
}

.copyright a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.copyright a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.copyright p {
    color: #fff;
    line-height: 30px;
}

.foot-right {
    float: right;
}

.foot-right ul li {
    float: left;
    margin-left: 45px;
}

.foot-right ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
}

.foot-right ul li span.Img {
    display: block;
    width: 133px;
    height: 133px;
}

/*返回顶部*/
/*.To-tops {*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: url("../images/Top.png") no-repeat;*/
    /*position: fixed;*/
    /*right: 30px;*/
    /*bottom: 10%;*/
    /*z-index: 9999;*/
    /*cursor: pointer;*/
/*}*/
.right_box{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9999;
    cursor: pointer;
}
.right_box a{
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.right_box a.qq_boxs{
    background: url("../images/r_11.png") no-repeat #231287;
    position: relative;
    height: 180px;
    font-size: 15px;
    padding-top: 45px;
    color: #fff;
    border: 0;
}
.right_box a.qq_boxs span{
    display: block;
     text-align: center;
    color: #fff;
    font-weight: normal;
}
.right_box a.To-tops{
    background: url("../images/r_2.png") no-repeat #fff;
    color: #fff;

}

/*.right_box a.qq_boxs:hover{*/
    /*background: url("../images/r_11.png") no-repeat #231287;*/
    /*border: 0;*/
/*}*/

/*.right_box a.qq_boxs:hover span{*/
    /*color: #fff;*/
/*}*/
.right_box a.To-tops:hover{
     background: url("../images/r_22.png") no-repeat #231287;
    border: 0;

 }
.qq_box{
    height: 235px;
    width: 235px;
    position: absolute;
    left: -240px;
    top: 0px;
}
.qq_box img{
    border-radius: 4px;
}

/*20210519“供需大厅”系列页面样式调整*/
.header_nav li {
     float: left;
     position: relative;
     margin: 0 20px;
 }