@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}

img,
input {
    border: 0;
}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.wrap{
    max-width: 14rem;
    margin: 0 auto;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0.00rem;
    z-index: 99;
    /* padding-bottom: 1.3rem;*/
    transition: all .3s;
}
.head{
    opacity:0;transform:translateY(-100%);
}
.head.showdiv{
    opacity:1;transform:none;
}
.body_home.showdiv .head{
    transform:none;opacity:1;
}
.head2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background: #21357f;
    padding-bottom: 0.1rem;
}


.h-center{
    position: relative;
    max-width: 100%;
    margin: 0 1.27rem;
}
.h-link {
    font-size: 0;
    text-align: right;
    transition: all .3s;
}
.h-link div{
    display: inline-block;
    font-size: 0;
}
.h-link a{
    display: inline-block;
    font-size: 0.14rem;
    color: #f7f7f7;
    padding: 0 0.14rem;
    /*line-height: 1.2;*/
    vertical-align: middle;
}
.h-link a img{
    vertical-align:bottom;
    margin-right:5px;
}
.h-link>div:last-child>a:nth-child(5){
    border-right: 1px solid #f7f7f7;
}
.h-link>div:first-child>a{
    border-left: 1px solid #f7f7f7;
}
.h-link>div:first-child>a:first-child{
    border: none;
}
.search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 0.14rem;
    height: 0.36rem;
    margin: 0 0.1rem;

}
.search .input{
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.12rem;
    top: 0.01rem;
    bottom: auto;
    height: 0.36rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.search .input input{
    width: 88%;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.14rem;
    padding: 0 0.14rem;
}

.search .p-ico input{
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 0.19rem;
    line-height: 0.36rem;
    transform: translateY(-50%);
}
.search .p-ico input.search2{
    display: none;
}
.search.on .input {
    width: 2.5rem;
    opacity: 1;
    visibility: visible;
}
.search.on .p-ico input.search2 {
    display: block;
}




.logo{
    width: 4rem;
    float: left;

}
.logo a{
    display: block;
    overflow: hidden;
    padding-top: 0.24rem;
}
.logo a img{
    display: block;
    width: 100%;
}
.h-right{
    float: right;
    margin-top: 0.05rem;
}

.body_b .head2 {
    opacity: 0;
    transform: translateY(-100%);
}
.body_b.showdiv .head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}


.head2 .g-nav{
    margin-top: 0;
    transition: all .3s;
}
.g-nav>ul>li{
    float: left;
    margin-left: 0.44rem;
    line-height: 0.42rem;
    position: relative;
}
.g-nav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #ffffff;
    font-weight: 600;
    padding-right: 0.22rem;
}
.g-nav>ul>li>em{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.22rem;
    height: 0.42rem;
    background-image: url("../images/nav-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.14rem 0.08rem;
}
.g-nav>ul>li>div{
    position: absolute;
    width: 1.5rem;
    left: 50%;
    top: 100%;
    padding: 0.2rem 0;
    background: #fff;
    transform: translateX(-50%);
    border-top: #EE9640 solid 0.04rem;
    display: none;

}
.g-nav>ul>li>div a{
    display: block;
    font-size: 0.16rem;
    color: #0053b0;
    text-align: center;
    line-height: 0.4rem;
    transition: all .3s;
}
.g-nav>ul>li>div a:hover{
    background: rgba(0, 0, 0, 0.08);
}
.head .navA{
    position: absolute;
    right: -1.27rem;
    top: 0;
    width: 0.98rem;
    height: 0.80rem;
    background-image: url("../images/meny-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.head .navA:after{
    position: absolute;
    content: '';
    display: block;
    left: 0.1rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/menu.png') center no-repeat;
    background-size: 0.33rem;
}
.head:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0rem;
    right: 0;
    height: 0.05rem;
    background: url('../images/head-bg2.png') center repeat-x;
    background-size: 100% 100%;
}
.head:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.38rem;
    background: url('../images/head-bg.png') center repeat-x;
    background-size: auto 99%;
}
.g-nav2{
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}
.g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top:1.2rem;
    bottom: 0;
    overflow-y: auto;
}
.g-nav2 .scroll>ul>li{
    float: left;
    width: 12.5%;
    text-align: center;
}
.g-nav2 .scroll li h2{
    font-size: 0.22rem;
    color: #f7f7f7;
    line-height: 0.42rem;
    font-weight: 600;
}
.g-nav2 .scroll>ul>li>a{
    color: inherit;
}
.g-nav2 .scroll>ul>li>div>ul>li>a{
    display: block;
    font-size: 0.17rem;
    color:#fff ;
    line-height: 0.36rem;
}
.g-nav2 .scroll>ul>li>div>ul ul{
    padding-bottom:0.2rem
}
.g-nav2 .scroll>ul>li>div>ul ul a{
    display: block;
    font-size: 0.14rem;
    color:#fff;
    line-height: 0.3rem;
    opacity: 0.65;
}
body.navShow .g-nav {
    opacity: 0;
    visibility: hidden;
}
body.navShow .g-nav2 {
    opacity: 1;
    visibility: visible;
}
body.navShow .h-link{
    padding-top: 0.25rem;
}
body.navShow .head a.navA:after {
    background-image: url('../images/close.png');
}

.head2 .logo a{
    padding-top: 0.1rem;
}

.foot{
    padding-top: 0.26rem;
    border-top: 0.09rem solid #0076b3;
    background-image: url("../images/foot.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.f-t{
    overflow: hidden;
    padding-bottom: 0.12rem;
}
.f-link {
    width: 7.22rem;
    font-size: 0;
}
.f-link a{
    display: inline-block;
    width: 1.58rem;
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #fff;
    text-align: center;
    border: 0.01rem solid rgba(255, 255, 255, 0.24);
    border-radius: 25px;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
}
.f-link a:nth-child(4n+1){
    margin-left: 0;
}
.f-link a:hover{
    font-weight: 600;
}
.lxwm{
    width: 4.7rem;
    margin-top: 0.3rem;
}
.lxwm h4{
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
    padding-left: 0.13rem;

    border-left: 0.03rem solid #fff;

}
.lxwm p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
}
.lxwm .p{
    padding-top: 0.16rem;
    margin-top: 0.18rem;
    border-top:1px solid rgba(255, 255, 255, 0.24);
}
.lxwm .qr a{
    display: inline-block;
    width: 0.47rem;
    height: 0.47rem;
    margin-left: 0.36rem;
    position: relative;
}
.lxwm .qr a:first-child{
    margin-left: 0;
}
.lxwm .qr a>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.lxwm .qr a>span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.9rem;
    margin-bottom: 10px;
    margin-top: 0.16rem;
    padding: 0.1rem;
    width: 1.8rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}
.lxwm .qr a:hover .code {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.lxwm .code > img {
    display: block;
    width: 100%;
}
.lxwm .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform: translateX(-50%);
}
.lxwm .qr{
    margin-top: 0.12rem;
}
.bq p{
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 0.4rem;
    text-align: center;
}
.bq{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.f-logo{background: url(../images/foot-LOGO.png) center 0.4rem no-repeat;width: 3rem;padding-top: 20%;margin: 0 0.5rem;background-size: 80%;}
.f-logo.fr{display:none;}
.lxwm{width: 5rem;}
.lxwm .p{overflow: hidden;margin-bottom: 0.2rem;}
.lxwm .p .left{width: 60%;float: left;}
.lxwm .p .right{width: 40%;float: right;}
.f-lin .p a{font-size: 0.14rem;color: #fff;line-height: 0.3rem;float:left;width:50%;}

.m-search{
    display: none;
}
@media screen and (max-width: 1760px){
    .h-center{
        margin-left: 0.8rem;
    }
    .g-nav>ul>li{
        margin-left: 0.24rem;
    }
}

@media screen and (max-width: 1024px){
    .g-nav>ul>li{
        margin-left: 0.14rem;
    }
    .logo{
        width: 3rem;
    }
    .head{
        opacity: 1;
        transform: none;
    }
    .head:before{
        background-size: contain;
    }
    .head2{
        display: none;
    }
}

@media screen and (max-width: 800px){
    .head:before{
        height: 1.08rem;
    }
    /*.head.w:before{
        background: #005fc8;
    }*/
    .head.w{
        background-color: #0062cd;
        height: 1.08rem;
    }
    .g-nav,.h-link{
        display: none;
    }
    .m-search{
        display: block;
        padding: 0 0.5rem;
        position: relative;
        margin: 0.2rem 0;}
    .m-search input[type=text]{
        display: block;
        width: 100%;
        line-height: 0.7rem;
        height: 0.7rem;
        font-size: 0.3rem;
        color: #0053b0;
        padding: 0 0.85rem 0 0.25rem
    }
    .m-search input[type=image]{
        position: absolute;
        right: 0.7rem;
        top: 50%;
        width: 0.39rem;
        /* height: 1rem; */
        transform: translateY(-50%);}
    .logo a{
        padding-top: 0.1rem;
    }
    .logo {
        width: 4rem;
    }
    .h-center{
        margin: 0 0.5rem;
    }
    .head a.navA {
        right: -0.5rem;
        width: 1.23rem;
        height: 1.02rem;
    }
    .g-nav2 .scroll>ul>li{
        float: none;
        width: auto;
        text-align: left;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .g-nav2 {
        background: #0053b0;
        overflow-y: auto;
    }
    .g-nav2 .scroll>ul>li>h2{
        font-size: 0.36rem;
        line-height: 1rem;
        padding-left: 0.5rem;
        position: relative;
    }
    .g-nav2 .scroll>ul>li>h2:after{
        position: absolute;
        display: block;
        top: 0;
        right: 0.5rem;
        height: 1rem;
        width: 0.2rem;
        content: "";
        background-image: url("../images/nav-icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .g-nav2 .scroll>ul>li.nosub>h2:after{
        display:none;
    }
    .g-nav2 .scroll li div{
        padding: 0 0 0 0.5rem;
        display: none;
    }
    .g-nav2 .scroll>ul>li>div>ul>li>a{
        font-size: 0.3rem;
        line-height: 0.96rem;
        border-top: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .g-nav2 .scroll>ul>li>div>ul ul>li{
        display: inline-block;
        min-width: 25%;
        padding-left: 0.5rem;
    }
    .g-nav2 .scroll>ul>li>div>ul ul>li:first-child{
        padding-left: 0;
    }
    .g-nav2 .scroll>ul>li>div>ul ul a{
        font-size: 0.24rem;
        line-height: 0.6rem;
        opacity: 0.65;
    }
    .g-nav2 .scroll>ul>li>div>ul ul{
        padding: 0 0.2rem 0.3rem 0;
    }
    .f-link{
        width: auto;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .f-link a{
        margin-left: 0;
        width: 2.08rem;
        font-size: 0.24rem;
        line-height: 0.58rem;
    }
    .lxwm{
        float: none;
        width: auto;
    }
    .lxwm h4{
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .lxwm p{
        font-size: 0.24rem;
        line-height: 0.44rem;
    }
    .f-t{
        padding-bottom: 0.4rem;
    }
    .bq p{
        font-size: 0.22rem;
        line-height: 0.54rem;
    }
    .lxwm .qr{
        text-align: center;
    }
    .foot{
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
.lxwm{width:100%;}
.f-logo.fl{display:none;}
.lxwm .p a{
    font-size: 0.24rem;
    line-height: 0.44rem;
}
.foot{padding-top:0.1rem;}
}