@charset "utf-8";
@font-face {
    font-family: 'Source Han CN';
    src: url("../font/wGV69oeLjen8.woff") format("woff");
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑', serif ;
}


html,
body {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
min-width:16.2rem;
}
html{font-size: 100px !important;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}


.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; */
    min-height: 137px;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.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;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #0063AF, #0063AF);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #0063AF}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3;float: right;display: block;}

.wp{
    width: 16rem;
    margin: 0 auto;
}
/*==========================================公共 开始=============================================*/
.head .wp{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    
margin-left: -35px;
}
.logo a img{
    display: block;
    height: 100px;
}
.list_box0 {
    display: flex;
    align-items: center;
}
.list_box0 .li{
    font-size: 14px;
    color: #fff;
    line-height: .4rem;
    margin-left: .35rem;
    transition: .5s;
}
.list_box0 .li:hover{
    color: rgba(243, 145, 26,1);
}
.list_box0 .search{
    position: relative;
    width: 2.72rem;
}
.list_box0 .search .inp{
    display: block;
    width: 100%;
    height: .4rem;
    line-height: .38rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: .14rem;
    color: #DFDFDF;
    padding-left: .16rem;
    padding-right: .65rem;
}
.list_box0 .search .subm{
    position: absolute;
    width: .19rem;
    height: .19rem;
    right: .16rem;
    top: .095rem;
}
input::placeholder{
    color: #DFDFDF;
}
input::-ms-input-placeholder{
    color: #DFDFDF;
}
input::-moz-placeholder{
    color: #DFDFDF;
}
input::-webkit-input-placeholder{
    color: #DFDFDF;
}
.head{
    height: 1.3rem;
    background: url("../images/h_bg.jpg") no-repeat bottom center;
    background-size: cover;
}

#nav li{
    position: relative;
}
#nav li a{
    display: block;
}
#nav li h2{
    display: block;
    font-size: .18rem;
    color: #3D3D3D;
    line-height: .62rem;

}
#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transition: .6s;
    width: 0;
    height: 1px;
    background: #0c428a;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10001;
}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: 1.48rem;
    margin-left: -.74rem;
}
#nav ul li.on h2,#nav ul li:hover h2{
    font-weight: 600;
    color: #0063AF;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.9);
    min-width: 1.48rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: .14rem 0 0;
    text-align: center;
    position: relative;
}
#nav ul li .sub .box:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 0.08rem solid transparent;
    border-top-color: #0063AF;
}
#nav ul li .sub a {
    padding: .12rem .1rem;
    line-height: 1.375;
    transition: .6s;
    font-size: .14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: rgba(0,0,0,.02) 1px solid;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #0063AF;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}



/*foot*/
.foot .ft1{
    padding-top: .27rem;
    padding-bottom: .27rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ft1 .ftleft{
    width: 65.625%;
}
.ft1 .ftleft h2{
    font-size: .16rem;
    color: #fff;
    font-weight: 600;
    line-height: .36rem;
}

.ft1 .ftleft a{
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    color: #fff;
    width: 20%;
    padding-right: .1rem;
    transition: .5s;
}
.ft1 .ftleft a:hover{
    color: rgba(243, 145, 26,1);
}
.ft1 .ftright{
    width: 28.125%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ft1 .ftright .left h2{
    display: flex;
    font-size: .14rem;
    color: #fff;
    line-height: .36rem;
    align-items: center;
}
.ft1 .ftright .left h2 img{
    display: block;
    max-height: .16rem;
    margin-right: .1rem;
}
.ft1 .ftright .right{
    padding-top: .11rem;
}
.ft1 .ftright .right img{
    display: block;
    width: .84rem;
}
.ft1 .ftright .right p{
    font-size: .14rem;
    line-height: .36rem;
    color: #fff;
    text-align: center;
}
.bq{
    font-size: 0;
    text-align: center;
    padding: 0.16rem 0;
    border-top: 1px solid rgba(255, 247, 247, 0.2);
}
.bq a{
    display: inline-block;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    margin: 0 .6rem;
}
.foot{
    background: url("../images/foot.jpg") no-repeat bottom center;
    background-size: cover;
}
