
/*公共*/
*{ margin:0; padding:0; list-style:none;}
body {width: 100%;min-width: 1200px;}
img{ border:0;}
.keifu{ position:fixed; right:0; height: 370px; top: 30px; width: 26px;;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ top: 135px; display: block;width:26px; height:100px; float:left; background:url(../image/keifu.png) 0 0; position:relative; cursor:pointer;}
.keifu_box{ float:left; width:131px;display: none}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../image/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../image/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(../image/keifu.png); background-position:0 -149px; }

/*header开始*/
header {
        width: 100%;
        background: #fff;
    }

    .header_info {
        width: 1200px;
        margin: 0 auto;
        height: 30px;
        padding: 6px 0;
        box-sizing: border-box;
    }

    .header_info_right {
        width: auto;
        float: right;
    }

    .red_block {
        width: 18px;
        height: 18px;
        background: #FC4372;
        display: inline-block;
        vertical-align: top;
        margin-right: -30px;
    }

    .header_info a {
        vertical-align: top;
        /*margin-left: 45px;*/
        font-size: 14px;
        line-height: 18px;
        color: #666666;
    }

    .header {
        width: 100%;
        height: 100px;
        background: #383945;
        position: relative;
    }

    .header_box {
        display: flex;
        display: -webkit-flex;
        width: 1200px;
        height: 100px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
    }

    .header_logo {
        height: 50px;
    }

  

    .header_search {
        height: 32px;
    }

    .search_btn {
        width: 100px;
        height: 32px;
        border: none;
        border-radius: 16px;
        color: #FFFFFF;
        background: #466AFF;
        font-size: 16px;
        line-height: 32px;
        margin-left: 20px;
        display: inline-block;
        text-align: center;
    }

    .search_btn:hover {
        color: #fff;
    }

    .header_form {
        vertical-align: top;
        height: 32px;
        border: none;
        border-radius: 16px;
        background: #fff;
        padding: 0 16px;
        overflow: hidden;
    }

    .header_form > select {
        height: 32px;
        font-size: 16px;
        max-width: 90px;
        border: none;
        color: #333;
        background: #fff;
        vertical-align: top;
    }

    .header_form > input {
        height: 32px;
        font-size: 16px;
        width: 120px;
        border: none;
        color: #333;
        background: #fff;
        padding: 0 15px;
        vertical-align: top;
    }

    .header_form > img {
        height: 18px;
        width: 18px;
        margin-top: 7px;
        vertical-align: top;
        cursor: pointer;
    }

    .header_nav {
        height: 70px;
    }

    .header_nav > a {
        color: #fff;
        font-size: 16px;
        height: 70px;
        padding: 0 10px;
        line-height: 70px;
        display: inline-block;
        margin: 0 10px;
    }

    .header_nav > a.active {
        border-bottom: 3px solid #466AFF;
    }
/*header结束*/

/*footer开始*/
    footer {
        min-width: 1200px;
        width: 100%;
        background: #383945;
    }
.footer {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.copyright {
    font-size: 12px;
    color: #fff;
    line-height: 95px;
    height: 95px;
    border-top: 1px solid #666;
    text-align: center;
}
.foot_nav {
    padding: 10px;
    line-height: 24px;
}
.foot_nav>a {
    display: block;
    color: #fff;
    font-size: 12px;
}
.foot_nav_title {
    font-size: 16px;
    position: relative;
    padding: 5px 0;
    margin-bottom: 22px;
}
.foot_nav_title:after {
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:26px;
    height:2px;
    background-color: #466AFF;
}
.foot_qrcode {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.foot_qrcode>img {
    width: 140px;
    height: 140px;
}
.friendLinks {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
}
.friendLinks a{
    color: #ddd;
    padding: 0 10px;
}
/*footer结束*/