* {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}



.w {
    width: 1280px;
    margin: 0 auto;
}

b {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}



.mt {
    margin-top: 88px;
}



body {
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 16px;
	
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px
}



img {
    vertical-align: middle;
    max-width: 100%;
}



@media screen and (min-width:1280px) {
    .container {
        width: 1280px;
    }
}



.headbox {
    height: 85px;
    background: #fff
}

.pc_head {
    height: 85px;
    line-height: 85px;
    width: 100%;
    padding: 0 64px;
    box-shadow: 1px 1px 1px #e0e0e0;
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 1)
}

.logo {
    display: inline-block;
}

.heed_nav {
    margin-left: 120px;
}

.heed_nav a {
    color: #000;
}

.heed_nav li {
    position: relative;
    float: left;
    height: 100%;
    overflow: visible !important;
}

.heed_nav li a {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    height: 85px;
    line-height: 85px;
    vertical-align: top;
    
}
.heed_nav li.current > a{
    color: #ff0000;
}


.hvr-overline-from-center:before {
    background: #ff0000!important;
    height: 2px!important;
}



.yuyan {
    position: relative
}

.yuyan_nav {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 71px;
    left: -50px;
    border: 2px solid #e0e0e0;
    padding: 10px 20px 15px 20px;
    border-radius: 10px;
    z-index: 999;
}

.yuyan_nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

.yuyan_nav a:last-child {
    border-bottom: none;
}



.pull_nav {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 71px;
    left: -24px;
    width: 180px;
    padding: 16px 22px 10px 20px;
    border-radius: 10px;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.heed_nav .pull_nav a:last-child {
    border-bottom: none;
}

.heed_nav .pull_nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

.heed_nav .pull_nav a:hover {
    color: #ff0000;
}



.nav_fl div {
    margin-left: 45px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}



.nav_fl .eml {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}



.jt {
    display: inline-block;
    transform: rotate(270deg);
}



.footers {
    position: relative;
    height: 453px;
    width: 100%;
    background: url(../images/dibu.png) no-repeat center;
    padding-top: 92px;
}

.footers_tp {
    height: 308px;
    border-bottom: 1px solid #747474;
}



.column dl {
    margin-right: 90px;
}

.column dt {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    height: 35px;
}

.column dd a {
    font-size: 14px;
    color: #fff!important;
    opacity: 0.5;
}

.column dd:hover a {
    opacity: 1;
}

.column dd {
    height: 32px;
}

.column dl dd:nth-child(2) {
    width: 34px;
    height: 25px;
    border-top: 1px solid #ff0000;
}



.contact_l {
    position: absolute;
    top: 17%;
    right: 37%;
    color: #fff;
}

.contact_l h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    height: 19px;
}

.contact_l span {
    display: inline-block;
    width: 34px;
    height: 25px;
    border-top: 1px solid #ff0000;
}

.contact_l p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    height: 32px;
}

.contact_l p:hover {
    opacity: 1;
}

.contact_r {
    width: 170px;
    padding: 0 6px;
}

.contact_r img {
    width: 100%;
}

.contact_r a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    width: 164px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
    margin-top: 6px;
    border-radius: 8px;
}

.contact_r a:hover {
    background-color: #ff0000;
    color: #fff;
    transition: all .4s;
}

.contact_r a:hover i {
    color: #fff;
    transition: all .4s;
}

.dingwei {
    font-size: 18px;
}

.contact_r i {
    color: #000;
}



.footers_bt {
    height: 57px;
    line-height: 57px;
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media screen and (max-width: 1500px) {
    .heed_nav li a {
        padding: 0 25px;
    }
    .nav_fl div {
        margin-left: 25px;
        
    }
    .heed_nav {
        margin-left: 80px;
    }
    .ftnew {
        display: none
    }
    .ftabout {
        display: none
    }
    
    
}



@media screen and (max-width: 1280px) {
    .pc_head {
        
        padding: 0;
    }
    .pc_head .logo {
        padding: 0 0 0 20px;
    }
    .pc1200 {
        display: none;
    }
    
    .pc_head .nav_fl {}
    .pc_head .nav_fl .temail {
        display: none;
    }
    .nav_fl {
        float: none;
    }
    .nav_fl {
        position: absolute;
        right: 80px;
    }
    .mb_head {
        display: block!important;
        height: 84px;
        line-height: 84px;
        width: 100%;
        padding: 0 20px;
     
    }
    .language {
        margin-right: 28px;
    }
    .language i {
        font-size: 18px;
    }
    .language span {
        font-size: 18px;
        color: #000;
        padding: 0 5px;
    }
    .language .jt {
        display: inline-block;
        transform: rotate(90deg);
    }
    .head_tu img {
        width: 32px;
        height: 22px;
    }
    
    .nav_side {
        position: absolute;
        top: 0;
        right: 0;
        
        width: 0;
        height: 0;
        z-index: 9999;
    }
    .nav_lf {
        width: 40%;
        height: 100%;
        background: url(../images/cha.png) no-repeat 90% 25px;
        background-color: #000;
        opacity: 0.9;
    }
    .nav_lf:hover {
        cursor: pointer;
    }
    .nav_rt {
        width: 60%;
        height: 100%;
        background-color: #fff;
    }
    .nav_rt_list {
        margin: 20px 30px 0;
    }
    .list_zk li .list_zk_wz {
        line-height: 1.2;
        padding: 1rem 0;
        border-bottom: 1px solid #efefef;
    }
    
    .list_zk i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        
        background-size: 100%;
    }
    .list_zk_wz a {
        width: 80%;
        display: inline-block;
    }
    .list_zk_wz a b{
        font-size: 17px;
    }
    .jia {
        background-image: url(../images/jia.png);
        background-position: center;
    }
    .jian {
        background-image: url(../images/jian.png);
        background-position: center;
    }
    .click_zk {
        display: none;
        padding:1rem;
        background-color: #efefef;
    }
    p {
        margin: 0;
    }
    .click_zk p {
        
        line-height: 1.2;
        
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .click_zk p a{
        font-size: 14px !important;
        display: block;
        text-align: left;
        padding: 1rem 0;
    }
    
    .footers {
        display: none;
    }
    .mb_footer {
        display: block!important;
        width: 100%;
        height: 458px;
        background-color: #000;
    }
    .mb_footer_t {
        height: 393px;
        border-bottom: 1px solid #2f2f2f;
        padding: 88px 65px 0;
    }
    .footer_t {
        height: 95px;
    }
    .mb_footer_a {
        width: 170px;
    }
    .mb_footer_t .mb_footer_a a {
        display: block;
        font-size: 14px;
        color: #000;
        height: 39px;
        line-height: 39px;
        background-color: #fff;
        margin-top: 6px;
        border-radius: 8px;
    }
    .mb_footer_a a:hover {
        background-color: #ff0000;
        color: #fff;
        transition: all .4s;
    }
    .mb_footer_a a:hover i {
        color: #fff;
        transition: all .4s;
    }
    .dingwei {
        font-size: 18px;
    }
    .contact_r i {
        color: #000;
    }
    .footer_b dt {
        height: 35px;
        font-weight: 400;
        color: #fff;
        font-size: 18px;
    }
    .footer_b dd {
        height: 32px;
        color: #fff;
        opacity: 0.5;
        font-size: 14px;
    }
    .footer_b dd:hover {
        opacity: 1;
    }
    .mb_footer_b {
        color: #fff;
        opacity: 0.5;
        font-size: 14px;
        text-align: center;
        height: 65px;
        line-height: 65px;
    }
}

.yi {
    color: #fff;
}