/* herder开始 */
.header{
    height: 100px;
    background: #FFFFFF;
    border-bottom: 1px solid #C5C0C0;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
}
.logo{
    height: 100px;
    float: left;
    cursor: pointer;
}
.logo img{
    vertical-align: middle;
    margin: 22px 55px;
    height: 55%;
}
.nav{
    width: 70%;
    overflow: hidden;
    float: right;
}
.nav li{
    float: left;
    line-height: 98px;
    padding: 0 30px;
    font-size: 22px;
    cursor: pointer;
}
.nav li.active{
    border-bottom: 2px solid #B1171E;
    box-sizing:border-box;
}
.chat{
    float: right;
    height: 100%;
    padding-right: 3%;
    border-left: 1px solid #C5C0C0;
}
.selec{
    margin: 31px 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.chats{
    display: inline-block;
    padding: 4px 25px;
    cursor: pointer;
    background: #B1171E;
    color: #fff;
    border-radius: 4px;
    z-index: 1;
}
.chats img{
    vertical-align: middle;
    margin-left: 5px;
}
/* header end */
.talk{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 120;
    background: rgba(26, 26, 26, 0.5);
}
.talk_cont{
    height: 970px;
    position: absolute;
    top:0;
    right: -425px;
    padding: 0 50px;
    box-sizing: border-box;
    background: #FFF;
    width: 425px;
    overflow: hidden;
}
.close{
    overflow: hidden;
}
.close img{
    float: right;
    margin: 18px 0 20px;
    cursor: pointer;
}
.close img:hover{
    transform: rotate(180deg);
    transition: .3s;
}
.talk_2 img{
    vertical-align: middle;
}
.title_one{
    color: #040404;
    line-height: 63px;
    font-size: 45px;
    margin-top: 5px;
}
.talk_code{
    width: 100%;
}
.talk_code img{
    margin: 0 auto;
    display: block;
}
.pulldown{
    width: 100%;
    height: 668px;
    background: #fff;
    position: fixed;
    top: -668px;
    left: 0;
    display: none;
    z-index: 20;
    box-shadow: 2px 2px 23px 1px rgba(30, 32, 46, 0.16);
}
.pulldown>div{
    width: 50%;
    padding-left: 143px;
    box-sizing: border-box;
}
.pull_item{
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 59px;
}
.pulldown .pull_right{
    padding-top: 69px;
    padding-left: unset;
}
.pull_item img{
    vertical-align: middle;
    margin-left: 180px;
}
.pulldown .pull_two {
    position: absolute;
    width: 210px;
    height: 210px;
    background: #B1171E;
    padding: unset;
    right: 0;
    top: -101px;
}
.pulldown .pull_one {
    position: absolute;
    width: 210px;
    padding: unset;
    right: 100px;
    top: 450px;
}
.pull_two p{
    color: #FFF;
    text-align: center;
}
.pull_info{
    margin-top: 320px;
}
.pull_two>img{
    display: block;
    margin: 50px auto 30px;
}
.pull_two p>img{
    vertical-align: middle;
}
.pulldown .pull_left{
    padding-left: 140px;
}
.pull_left p span{
    display: block;
    line-height: 32px;
}
.red{
    color: #B1171E;
}
.pull_left_item{
    width: 60px;
    height: 60px;
    background: #E8CE22;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #000;
    margin-top: 56px;
    margin-right: 20px;
}
/* footer start */
.footer{
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    height: 1130px;
    background: #2C636A;
    padding-top: 20px;
    color: #FFF;
}
.f_worp{
    overflow: hidden;
    border-bottom: 1px solid #A6A5A5;
    padding-bottom: 30px;
    position: relative;
}
.f_left{
    width: 50%;
    float: left;
}
.f_right{
    width: 50%;
    float: right;
}
.f_hzsr{
    margin-top: 100px;
}
.cord{
    margin-top: 100px;
}
.f_cont{
    width: 100%;
    margin-top: 100px;
}
.f_cont>div{
    width: 50%;
}
.f_fead span{
    padding-right: 50px;
}
.f_cont_left{
    float: left;
}
.f_cont_right{
    float: right;
}
.f_cont_head{
    color: #A6A5A5;
    line-height: 50px;
    border-bottom: 1px solid #A6A5A5;
}
.f_cont_item{
    font-size: 28px;
    line-height: 60px;
}
.address{
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.address>div{
    float: left;
}
.f_bottom{
    width: 100%;
    padding-top: 65px;
    position: relative;
}
.friendship{
    width: 80%;
}
.friendship>div{
    float: left;
}
.friendship a{
    color: #fff;
}
.copyright{
    position: absolute;
    right: 0;
}