@charset "UTF-8";
/* 清浮动 */
.clear{zoom:1;}
.clear:after{clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
/*  con-nav  style*/
.con-nav,.header{
    width: 1210px;
    margin: 0 auto;
    padding: 16px 0;
    height: 70px;
    overflow: hidden
}
.con-nav-logo,.con-nav-logo img,.header-logo,.header-logo img{
    float: left;
    width: 200px;
    height: 70px;
}
.nav-right,.header .nav{
    float: right;
    height: 70px;
}
.nav-right li,.header .nav li{
    float: left;
    padding-left: 38px;
    line-height: 70px;
    font-size: 16px;
}
.nav-right li a,.header .nav li a{
    color: #222;
    display: block;
    text-decoration: none;
    position: relative;
}

.nav-right li a.current:before,
.nav-right li a:hover:before,
.header .nav li a.current:before,
.header .nav li a:hover:before{
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 2px;
    width: 100%;
}
/* data-content style */
.data-content {
    background: #f7f7f7;
    min-width: 1210px;
}
.data-content .data-box {
    position: relative;
    padding-top: 76px;
    padding-bottom: 76px;
    width: 1210px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.data-content .data-box a{
    color: #222;
    cursor: pointer;
    text-decoration: none;
}
.data-content .data-box a:hover{
    text-decoration: underline;
}
.data-box .data-left {
    width: 605px;
    float: left;
    min-height: 500px;
    border-right: 1px solid #e6e6e6;
}
.data-box .data-left .left-box{
    padding-right: 55px;
}
.data-box .title{
    font-size: 22px;
    color: #222;
    padding-bottom: 35px;
}
.data-box .txt-row{
    padding-bottom: 40px;
}
.data-box .txt-row .txt-title{
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
.data-box .txt-row .txt{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    letter-spacing: 0.8px;
}
.data-box .data-left .detail-btn {
    font-size: 16px;
    color: #bf9fcf;
    position: absolute;
    left: 36%;
    bottom: 76px;
    text-decoration: none;
    cursor: pointer;
}
.data-box .data-right{
    width: 604px;
    float: left;
}
.data-box .data-right .right-box{
    padding-left: 55px;
}
.data-box .data-right .detail-btn {
    font-size: 16px;
    color: #bf9fcf;
    position: absolute;
    right: 0;
    bottom: 76px;
    text-decoration: none;
    cursor: pointer;
}
.data-box .data-left .detail-btn:hover,
.data-box .data-right .detail-btn:hover {
    text-decoration: underline;
}
/* footer-record style*/
.footer .footer-record-bg{
    width:100%;
    height: 150px;
    background: #353739;
}
.footer .footer-record{
    width: 1210px;
    height: 150px;
    margin: 0 auto;
}
.footer .footer-record-img{
    float: left;
    margin-top: 40px;
    width:200px;
    height: 70px;
}
.footer-info{
    float: right;
    margin-top: 40px;
}
.footer-info li p{
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    color: #e6e6e6;
}
/*底部链接*/
.ft-link-bg{
    width: 100%;
    height: 92px;
    background: #303030;
}
.ft-link{
    width: 1210px;
    height: 48px;
    padding: 22px 0;
    margin:0 auto;
}
.ft-link a{
    padding-right: 7px;
    color: #b4b4b4;
}
.ft-link a:not(:first-child){
    padding-left: 7px;
}
.ft-link span{
    font-size: 12px;
    line-height: 24px;
    color: #b4b4b4;
}