header{
    height: 1.1rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    transition: all .5s;
    font-size: .16rem;
} 
.header-box{height: 1.1rem;}
header.header_fixed{
    box-shadow: 0 .02rem .3rem rgba(0, 0, 0, 0.05);
    background: #fff;
}
header.header_fixed .nav .p_a{color: #323232 !important}
header .logo img{
    display: block;
    height: calc(1.1rem - .2rem);
    /* padding: .1rem 0; */
}
header .logo .logo2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
}

header .logo1{opacity: 1;}

header .tel{font-size: .22rem;color: #4e4e4e;
    display: block;
    background: url(../images/icon_header_tel.png) no-repeat left center;
    background-size: auto .3rem;
    line-height: 1.1rem;
    padding-left: .4rem;
    margin-left: .15rem;
}
/*导航*/
@media screen and (min-width:900px) {
	.top_closed{display: none;}
	.header-nav{background: var(--color);}
    .navToggle{display: none;}
    .app_logo{display: none;}
    .nav {
        /* height: 50px; */
    }
    .nav ul {display: flex;justify-content: flex-end;}
    .nav ul li {
        display: inline;
        text-align: center;
        position: relative;
        margin: 0 .26rem;
        font-size: .22rem;
    }
    .nav ul li:hover .p_a{
      /* background: var(--linear-gradient-g); */
      /* color: #fff; */
    }
    
    .nav ul li:last-child {
        margin-right: 0;
    }
    .nav .p_a{
        line-height: 1.1rem;
		color: #323232;
        font-size: .22rem;

        
	}
    .nav ul li a {
        color: #333;
        display: block;
        position: relative;
        z-index: 2;
    }
    .nav ul li::before{
        content: '';
        position: absolute;
        bottom: .2rem;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: var(--main-color);
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
}
    
    .nav ul li a:hover,.nav ul li:hover a,
    .nav ul li.on {
        /* background: #084f96; */
        color: var(--main-color);
      
    }
    .nav ul li:hover::before{
        width: 100%;
        /* left: auto; */
      
    }
    .p_li_contact{
        margin: 0 .32rem;
    }
    .p_li_contact:hover::before{display: none !important;}
    .p_a_contact{
        position: relative;
        padding-right: .45rem !important;

    }
    .p_a_contact::after{
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        display: block;
        width: 100%;
        height: .5rem;
        border: 1px solid #ffff;
        border-radius: .1rem;
        background: url(../images/icon_go_fff.png) no-repeat right .15rem center;
        background-size: auto .18rem;
    }
    header.header_fixed .p_a_contact::after{
        border: 1px solid var(--main);
        background: url(../images/icon_go.png) no-repeat right .15rem center;

    }
   


    .nav ul li .dropdown_menu {
        margin: 0px;
        padding: 0;
        position: absolute;
        z-index: 999;
        display: block;
        left: 50%;
        width: 3rem;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform:translateX(-50%) scaleY(0);
        -ms-transform:translateX(-50%) scaleY(0);
        transform:translateX(-50%) scaleY(0);
        -webkit-transition: -webkit-transform .3s .2s;
        transition: transform .3s .2s;
    }
    .nav ul li:hover .dropdown_menu {
        -webkit-transform:translateX(-50%) scaleY(1);
        -ms-transform:translateX(-50%) scaleY(1);
        transform:translateX(-50%) scaleY(1);
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }
    .nav ul li .dropdown_menu{
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    }
    .nav ul li .dropdown_menu  a {
        display: block;
        width: calc(100% - .3rem);
        height: .5rem;
        line-height: .5rem;
        text-align: center;
        font-size: .2rem;
        color: #333;
        padding: 0 .15rem;
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        transform: translate(0, -20px);
        -webkit-transition: all .2s;
        transition: all .2s;
       
    }
    
    .nav ul li:hover .dropdown_menu a {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    
    
    .nav ul li .dropdown_menu a:hover {
        background: var(--main-color);
        display: block;
        color:  var(--color) !important;
        /* width: 116px; */
        /* height: 55px; */
    }
    .nav ul li.P_active::before{
        width: 100%;
    } 
    .nav ul li.P_active{
      background: var(--linear-gradient-g);
    }
    .nav ul li.P_active .p_a{color: var(--color);}
    .nav ul li.P_active::before{display: none;}
} 

/* 底部 */
footer{
    background: #1d2c43;
    font-size: .16rem;
}
.foot_top{
    padding: .3rem 0;
}
footer .right{
    margin-top: 1rem;
}
footer .right p{
    display: block;
    font-size: .2rem;
    line-height: .34rem;
    color: #fff;
    opacity: .9;
}
footer .left .f_logo{
    display: block;
    height: .8rem;
    margin-bottom: .3rem;

}
footer .code_list img{
    height: 1.4rem;
    display: block;
    margin: 0 .22rem;
}
footer .code_list p{
    font-size: .2rem;
    text-align: center;
    line-height: .5rem;
    color: #fff;
}
footer .foot_nav{
    margin-left: 6%;
}
footer .foot_nav li{
    text-align: left;
    width: 20%;
    /* margin-right: 6%; */
}
footer .foot_nav li:last-child{
    margin-right: 0;
    width: auto;
}
footer .foot_nav li a{
    font-size: .28rem;
    color: #fff;
    line-height: .6rem;
    margin-top: .1rem;
}
footer .foot_nav li .son_list a{
    font-size: .22rem;
    color: #e4e0e0;
    font-weight: 100;
    /* opacity: .6; */
    line-height: .32rem;
}
footer .foot_bottom{
    border-top: 1px solid #5776a5;
}
footer .foot_bottom,footer .foot_bottom a{
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: 200;
    line-height: .9rem;
}
/* 手机底部 */
/* 手机端底部 */
.fixedBot {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 1rem;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #e1e1e1;
    display: none;
}

.fixed-link {
    float: left;
    width: 25%;
}

.fixed-link img{
    display: block;
    margin: auto;
    height: .5rem;
    margin-top: .05rem;
}

.fixed-title {
    text-align: center;
    font-size: .26rem;
    color: #5a5a5a;
    line-height: .4rem;
}

.fixed-link:hover .fa,
.fixed-link:hover .fixed-title {
    color: var(--main-color);
}
.h-apply{
    display: block;
    height: .45rem;
    background: url(../images/h_apply_bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-size: .2rem;
    line-height: .45rem;
    text-align: center;
    width: 1.6rem;
    opacity: .9;
}
.app_block{display: none !important;}
.head-right-1 span{font-size:.21rem;color:var(--main-color);display:block;margin-right:.1rem;position:relative;margin-left: .5rem}
.head-right-1 span::after{
    content: "";
    position: absolute;
    left: -.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/24gl-phoneLoudspeaker.png') no-repeat center;
    background-size: 100%;
    display: block;
    height: .4rem;
    width: .4rem;
}
/* 手机端导航 */
@media screen and (max-width: 960px) {
 .head-right-1{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
 }   
.app_block{display: block !important;}
    .fixedBot {
        display: block;
    }
    header .main{align-items: center !important;}
    header .tel{display: none;}
    header{height: .9rem;background: #fff !important;}
    header .logo{flex: 1;}
    header .logo img {
        padding: .15rem 0;
        height: .9rem;
        margin: 0 ;
      
    }
    .foot_nn{height: 1rem;}
    .fixedBot{display: block;}
    .navToggle{}
    .top,.t-con .r-tel{display: none;}
    
    .t-con{padding:10px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
        z-index: 1000;
    }
    .t-con .logo{height: 40px;}
    .t-con .logo .txt{margin-left: 10px;padding-left: 10px;}
    .t-con .logo h5{font-size: 16px;}
    .t-con .logo .txt p{font-size: 8.4px;}
    .w1200{width: 96%;}
	.top_closed{
        float: right;
        /* display: flex;justify-content: flex-end;padding-right: 20px;padding-top: 10px; */
    }
   
    .pc_block{display: none !important;}
    .app_block{display: block !important;}
    .header-box{height: .9rem !important;}
    .header{background-color: #fff !important;}
    .header-left{width: 90%;height: 60px;padding: 5px 0;}
    .header .logo{height: 100% !important;}
    .navToggle img{height: 24px;display: block;}
    .m_nav{
        position: fixed;
        top: 0px;
        box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        top:   0;
        right: -100%;
        /*transform: translateX(100%);
        */visibility: hidden;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        z-index: 100000;
}
    .m_nav.open{
        transform: translateX(0);
        right: 0;
        z-index: 1000;
        visibility: visible;
        transition: all ease 0.5s;
    }
    .m_nav .top{
        height: 50px;
        padding: 10px;
        box-sizing: border-box; 
    }
    .m_nav .top .closed{
        width: 30px;
        height: 30px;
        vertical-align: middle;
        float:right;
        cursor: pointer;
    }
    .m_nav .m_logo{
        width: 100%;
        margin:0 auto;
    }
    .m_nav .m_logo img{
        
        display: block;
        height: 1rem;
        margin:.3rem auto;
    }
    header .p_lang {
        display: block;
        width: .6rem;
        height: .6rem;
        margin-top: .2rem;
        background: url(../images/icon_lang2.png) no-repeat center;
        background-size: auto .6rem;
    }
    .m_nav .ul li{
        padding: 0 .2rem;
        border-bottom: 1px solid #f5f5f5;
        transform: translateY(0);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        opacity: 0;
    }
    .head-right-1 span{display: none;}
    .m_nav.open .ul li{
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    
    .m_nav .ul li:nth-child(1) {
        -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    .m_nav .ul li:nth-child(2) {
        -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    .m_nav .ul li:nth-child(3) {
        -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    .m_nav .ul li:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    .m_nav .ul li:nth-child(5) {
        -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    .m_nav .ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }
    .m_nav .ul li a{
        display: block;
        text-decoration: none;
        color: #333 !important;
        font-size: .22rem;
        line-height: .6rem;
        width: 100%;
    }
    .m_nav .ul li span{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000;
        width: .6rem;
        height: .6rem;
        font-size: .2rem;
        text-align: center;
        text-align: center;
        background: url(../images/icon_add.png) no-repeat center center;
        background-size: auto .2rem;
    
    }
    .m_nav .ul li span.active{
        background: url(../images/icon_reduce.png) no-repeat center center;
        background-size: auto .2rem;
    }
    .m_nav.open .ul .P_active{
        background-color: var(--main-color);
    }
    .m_nav.open .ul .P_active .p_a{
        color: #fff !important;
    }
    .m_nav.open .ul .P_active span{
        background: url(../images/icon_add_a.png) no-repeat center center;
        background-size: auto .3rem;
    }
    .m_nav.open .ul .P_active span.active{
        background: url(../images/icon_reduce_a.png) no-repeat center center;
        background-size: auto .3rem;
    }
    .m_nav .ul li .dropdown_menu{
        display: none;
    }
    .m_nav .ul li.dropdown.active .dropdown_menu{
        display: block;
    }
    .m_nav .ul li .dropdown_menu a{
        display: block;
        line-height: .6rem;
        padding: 0 .2rem;
        box-sizing: border-box;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
    }
    .m_nav .ul li .dropdown_menu a:last-child{
        border: none;
    }
    .m_nav .ul li .dropdown_menu a::after{
        content: '';
        width: 10px;
        height: 3px;
        background-color: var(--main);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .m_nav.open .ul .P_active .dropdown_menu a{
        color: #fff !important;
    }
    footer .right{
        display: none;
    }
    .f_bbom{padding: 0;}
    .f_bbom .main{width: 100% !important;}
    .f_bbom .flex{flex-wrap: wrap;}
    .f_bbom .f-zc{display: none;}
    footer .code {
        position: absolute;
        right: 0;
        bottom: 1.5rem;
        text-align: center;
    }
    footer .foot_bottom{padding: .1rem 0;}
    footer .foot_bottom, footer .foot_bottom a{
        line-height: .34rem;
    }
}

.apply_alert{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
   display: none;
   z-index: 100000;
}
.alert_box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: .2rem .4rem .4rem;
    background: #fff;
    
}
.alert_box h2{
    font-size: .3rem;
    font-weight: bold;
    
}
.alert_box p{
    font-size: .24rem;
    font-weight: 100;
}
.apply_alert .closed_box{
   display: flex;
    justify-content: flex-end; 
}
.apply_alert .closed{
    display: block;
    height: .4rem;
    cursor: pointer;
}
.apply_alert .code{
    display: block;
    height: 3rem;
    margin: .1rem auto .1rem;
}