.clearfix:after,.clearfix:before {content: "";display:table}
.clearfix:after {clear: both;}
.clearfix {*zoom:1;}

.box_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*顶部*/
.header_wrap{
    width: 100%;
    height: 107px;
    background-color: #ffffff;
}
.header{
    width: 1200px;
    height: 107px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.header .logo{
    width: 315px;
    height: 70px;
}
.header .header_right{
    width: 830px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header .header_right .right_top{
    width: 830px;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.header .header_right .top_phone{
    margin-right: 12px;
}
.header .header_right .top_phone span{
    color: #004b99;
}
.header .header_right .web_icon{
    width: 10px;
    height: 19px;
    margin-right: 8px;
    
}
.header .header_right .wx_icon{
    width: 20px;
    height: 17px;
    margin-right: 7px;
    margin-left: 15px;
}
.web_text{
    cursor: pointer;
}
.wx_text{
    cursor: pointer;
}
.header .header_right .right_bottom{
    width: 830px;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header .header_right .right_bottom .nav{
    width: 103px;
    height: 16px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    color: #585858;
}
.header .header_right .right_bottom .nav:hover{
    width: 104px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    background-color: #004b99;
    border-right: none;
}
.header .header_right .right_bottom .nav:last-child{
    width: 104px;
    border-right: none;
}
.header .header_right .right_bottom .nav.nav_active{
    width: 104px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    background-color: #004b99;
    border-right: none;
}
/*底部*/
.footer_wrap{
    width: 100%;
    height: 200px;
    border-top: 7px solid #004b99;
    background-color: #ffffff;
}
.footer_wrap .footer{
    width: 1200px;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}
.footer_wrap .footer .footer_logo{
    width: 384px;
    height: 140px;
    border-right: 1px solid #e7e7e7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.footer_wrap .footer .footer_logo .logo{
    width: 296px;
    height: 56px;
}
.footer_wrap .footer .friend_link{
    width: 400px;
    height: 108px;
    border-right: 1px solid #e7e7e7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 8px 20px 44px;
}
.footer_wrap .footer .friend_link .link_list{
    /*width: 200px;*/
    height: 108px;
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;*/
}
.footer_wrap .footer .friend_link .link_list a{
    width: 200px;
    height: 27px;
    line-height: 27px;
    color: #505050;
    font-size: 12px;
    display: block;
    float: left;
}
.footer_wrap .footer .friend_link .link_list .link_nav_title{
    color: #7a7a7a;
}
.footer_wrap .footer .code{
    width: 256px;
    height: 140px;
    margin-left: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer_wrap .footer .code .code_con{
    width: 102px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer_wrap .footer .code .code_con .code_desc{
    width: 102px;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.footer_wrap .footer .code .code_con .code_desc .desc_icon{
    width: 24px;
    height: 18px;
    margin-right: 8px;
}
.footer_wrap .footer .code .code_con .code_desc .desc_text{
    width: 70px;
    height: 24px;
    font-size: 12px;
    color: #000000;
}
.footer_wrap .footer .code .code_pic{
    width: 102px;
    height: 102px;
}
/*版权*/
.copyright_wrap{
    width: 100%;
    height: 51px;
    background-color: #004b99;
}
.copyright_wrap .copyright{
    width: 1200px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
/*漂浮*/
.floating{
    width: 56px;
    height: 228px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 320px;
    right: 30px;
    z-index: 99;
}
.floating_con{
    width: 56px;
    height: 56px;
    margin-bottom: 1px;
    cursor: pointer;
}
/*20年积淀*/
.accumulation_wrap{
    width: 100%;
    height: 440px;
    background-color: #004b99;
}
.accumulation_wrap .accumulation{
    width: 1200px;
    height: 440px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.accumulation_wrap .accumulation .title{
    width: 300px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin-top: 87px;
    letter-spacing: 2px;
}
.accumulation_wrap .accumulation .line{
    width: 61px;
    height: 2px;
}
.accumulation_wrap .accumulation .accumulation_list{
    width: 1200px;
    height: 366px;
    position: absolute;
    top: 41px;
    left: 0;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content{
    width: 158px;
    height: 183px;
    cursor: pointer;
    position: absolute;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content_01{
    top: 0px;
    left: 0px;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content_02{
    top: 91px;
    left: 201px;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content_03{
    bottom: 0px;
    left: 415px;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content_04{
    bottom: 0px;
    left: 626px;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content_05{
    top: 91px;
    left: 840px;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content_06{
    top: 0px;
    right: 0px;
}
.accumulation_wrap .accumulation .accumulation_list .accumulation_content .accumulation_content_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}




#showTelewm{
    display: none;
    position: absolute;
    right: 50px;
    top: 30px;

}

#showWxewm{
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
}





