.pc .head-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc .head_left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc .head_left span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.pc .head_left span:last-child {
    margin-left: 16px;
}

.pc .logo_box {
    width: 160px;
    height: 42px;
    margin-right: 58px;
}

.pc .head_right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.pc .head_right span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
}
.pc .nav{
    background: #216BCC;
}
.pc .nav-wrap {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.pc .nav .nav-item {
    height: 58px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}
.pc .nav .nav-item a{
    color: #fff;
}
.pc .nav  .active{
    font-weight: bold;
    border-bottom: 2px solid #fff !important;
}
.pc .footer{
    background: #1A1D2F;
}
.pc .bottom_box {
    width: 100%;
    background: #1A1D2F;
    padding-top: 80px;
}

.pc .bottom_center {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pc .hm_logo img {
    width: 120px;
    height: 120px;
}
.pc .middle{
    display: flex;
}
.pc .middle .middle-item{
    margin-right: 96px;
}
.pc .middle .middle-item:nth-last-child(1){
    margin-right: unset;
}
.pc .bottom_center2 {
    display: flex;
    justify-content: space-around;
}

.pc .bottom_center_title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.pc .bottom_center_item {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 24px;
}
.pc .bottom_center_item a{
    color: #999999;
}
.pc .bottom_center_item2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.pc .public_account {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.pc .bottom_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc .public_account_img {
    width: 160px;
    height: 160px;
    margin-top: 39px;
}

.pc .bottom_line {
    width: 58%;
    height: 1px;
    margin: 48px auto 0;
    background: #AAAAAA;
    opacity: 0.3;
}

.pc .indicate {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
}

.pc .customer-item {
    height: 352px;
    margin-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(32, 93, 214, 0.1);
    border-radius: 10px;
}
.mobile_active{
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
}
.mobile .head{
    padding:0 0.24rem;
}
.mobile .head .head-wrap{
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile .head .head_left .logo_box{
    width: 2.42rem;
    height: 0.64rem;
    margin-right: 0.8rem;
}
.mobile .head .head_left .logo_box span{
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
}
.mobile .head .head_right img{
    width: 0.4rem;
    height: 0.4rem;
}
.mobile .head .head_right .open{
    display: block;
}
.mobile .head .head_right .close{
    display: none;
}
.mobile .nav{
    display: none;
    position: fixed;
    top: 1.1rem;
    left: 0;
    width: 100vw;
    height: calc(100vh - 1.1rem);
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.mobile .nav .cell{
    height: 1.1rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 1.1rem;
    text-align: center;
    border-bottom: 1px solid #fff;
    background-color:  #216BCC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile .nav .cell img{
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.24rem;
}
.mobile .nav .active{
    font-weight: bold;
    position: relative;
}
.mobile .nav .active:after{
    content: '';
    width: 0.6rem;
    height: 0.04rem;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.3rem;
}
.mobile .footer{
    background-color: #1A1D2F;
}
.mobile .footer .footer-wrap{
    padding: 0.8rem 0.5rem;
}
.mobile .footer .footer-wrap .logo{
    line-height: 0;
    text-align: center;
    margin-bottom: 0.8rem;
}
.mobile .footer .footer-wrap .logo img{
    width: 2rem;
    height: 2rem;
}
.mobile .footer .footer-wrap .cell{
    margin-bottom: 0.8rem;
}
.mobile .footer .footer-wrap .cell .title{
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.mobile .footer .footer-wrap .cell  .list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mobile .footer .footer-wrap .cell .list .item a{
    color: #999999!important;
}
.mobile .footer .footer-wrap .cell .list .item{
    width: 32%;
    margin-right: 2%;
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.38rem;
}
.mobile .footer .footer-wrap .cell .list .item:nth-child(3n+1){
    text-align: left;
}
.mobile .footer .footer-wrap .cell .list .item:nth-child(3n+2){
    text-align: center;
}
.mobile .footer .footer-wrap .cell .list .item:nth-child(3n+3){
    text-align: right;
    margin-right: unset;
}
.mobile .footer .footer-wrap .code{
    text-align: center;
}
.mobile .footer .footer-wrap .code .title{
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.4rem;
}
.mobile .footer .footer-wrap .code img{
    width: 2.56rem;
    height: 2.56rem;
}
.mobile .footer .txt{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding:0.32rem 0;
    border-top: 1px solid #aaa;
    text-align: center;
}
.mobile .fixedRight{
    display: block;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 888;
}
.mobile .fixedRight_main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.8rem;
    background: #216BCC;
    border-radius: 0.4rem 0 0 0.4rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.mobile .fixedRight_main span{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    margin-right:  0.24rem;
    font-weight: bold;
}
.mobile .contact{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.mobile .contact_main{
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.mobile .contact_wrap{
    width: 7.5rem;
    margin: 0 auto;
    box-sizing:border-box;
    padding: 0.3rem 0.24rem 1rem;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0 0;
}
.mobile .contact_wrap .close{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.1rem;
}
.mobile .contact_wrap .close span{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    line-height: 0.4rem;
    text-align: center;
    border: 1px solid #333;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.mobile .contact_wrap .title{
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.mobile .contact_wrap .cell{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}
.mobile .contact_wrap .cell .cell-l{
    font-size: 0.32rem;
    color: #333;
    margin-right: 0.2rem;
}
.mobile .contact_wrap .cell .cell-m{
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.mobile .contact_wrap .cell .cell-r{
    width: 0.72rem;
    height: 0.45rem;
    background: #1D7FCF;
    border-radius: 4px;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    text-align: center;
    margin-left: 0.6rem;
}
.mobile .contact_wrap .cell .cell-m img{
    width: 2.5rem;
    height: 2.5rem;
}
.fixed-right{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 72px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(153,153,153,0.16);
    box-sizing:border-box;
    padding: 4px 11px;
    z-index: 888;
}
.fixed-right .box{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    position: relative;
}
.fixed-right .box .hover{
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%,-50%);
}
.fixed-right .box .hover .pic{
    background-image: url(../images/icon/img_bj.png);
    background-size: 100% 100%;
    padding: 15px 29px 17px 15px;
}
.fixed-right .box .hover .phone{
    background-image: url(../images/icon/hover_bj.png);
    background-size: 100% 100%;
    padding: 37px 69px 38px 54px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #216BCC;
}
.fixed-right .box .hover img{
    width: 120px;
    height: 120px;
}
.fixed-right .box .iconfont{
    font-size: 25px;
    text-align: center;
}
.fixed-right .box .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 8px;
}
.fixed-right .top{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;

}
.fixed-right .top .iconfont{
    font-size: 17px;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    border: 1px solid #000;
}
.fixed-right .top .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 8px;
}
.fixed-right .box:hover .iconfont{
    color: #5388F0;
}
.fixed-right .box:hover .sub{
    color: #5388F0;
}
.fixed-right .top:hover .iconfont{
    color: #5388F0;
    border: 1px solid #5388F0;
}
.fixed-right .top:hover .sub{
    color: #5388F0;
}
.fixed-right .box:hover .hover{
    display: block;
}
@media (min-width: 1200px){
    .mobile{
        display: none;
    }
}
@media (max-width: 1200px){
    .pc{
        display: none;
    }
}