@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '寰蒋闆呴粦';
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b ,em{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
img,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
body{
    font-size: 0;
    overflow-x: hidden;
    background: #F6FAFF;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media screen and (max-width: 750px){
    html{font-size: 100px}
}
@media screen and (max-width: 480px){
    html{font-size: 50px}
}

.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: .94rem;
    z-index: 9999;
    padding: 0 0.3rem;
    display: flex;
    background: #005bac;
}
.logo img{
    display: block;
    height: .66rem;
}
.head .navbtnm {
    width: 1rem;
    height: .94rem;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #fff;
    text-align: center;
}
.head .navbtnm i{
    display: block;
    width: 100%;
    height: 0.94rem;
    background: url("../images/menu.png") no-repeat 50%;
    background-size: 0.4rem 0.4rem;
    transition: all .3s;
    position: relative;
    z-index: 3;
}
.navShow .navbtnm i{
    background-image: url("../images/close-menu.png");
}
.big-nav {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    top: 0;
    padding: 1.04rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #005bac;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}
body.navShow .big-nav {
    pointer-events: auto;
    height: 100vh;
    opacity: 1;
    visibility: visible;
}
.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.big-nav .list_box0 .li {
    margin: 0 .05rem;
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: .4rem;
    min-width: 1rem;
    padding: 0 .2rem;
    text-align: center;
}
.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.15);
    line-height: .86rem;
    color: rgba(255,255,255,.8);
    padding: 0;
    font-size: .28rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .86rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    color: rgba(255,255,255,1);
}

/*涓夌骇瀵艰埅 寮€濮?/
.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: .24rem;
    color: rgba(255,255,255,.6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0,0,0,0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: .8rem;
    display: block;
}

.wap_search form {
    height: .6rem;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: .24rem;
    color: #646464;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    border: 0;
    background: url("../images/search_white.svg") center no-repeat #d80e00;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}
.ftxt span{
    display: block;
    font-size: .23rem !important;
    line-height: .3rem !important;
    color: #fff;
    text-align: center;
    margin-bottom: 0.05rem;
}
.ftxt{
    padding: .3rem .3rem .1rem;
}
.bq a{
    display: block;
    font-size: .24rem;
    line-height: .4rem;
    color: #fff;
    text-align: center;
}
.bq{
    padding: .1rem .2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot {
    background: #005bac;
    background: url("../images/foot.jpg") no-repeat bottom center;
    background-size: cover;
}