@charset "utf-8";
html{font-size: 100px}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", 微软雅黑, sans-serif;}

html,
body {
    color: #333;
    font-size: 16px;
    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,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div: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;
}

.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;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}
.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( #0771A3, #0771A3);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: #0771A3}
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}

.wp{
    width: 1168px;
    margin: 0 auto;
}

html,body{
    min-width: 1200px;
    background: #f7f9fc;
    overflow-x: hidden;
}
/*=============================公共 开始===================================*/

.head .wp{
    position: relative;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
.logo img{
    display: block;
    height: 53px;
}
.head_right .top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 3px;
}
.head_right .top span{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-right: 10px;
}

.head_right .top .search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 32px;

}
.head_right .top .search .input{
    position: absolute;
    z-index: 1;
    left: auto;
    right: -12px;
    top: 0;
    bottom: auto;
    height: 32px;
    width: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.head_right .top .search .input input{
    width: 88%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 14px;
    color: #303133;
}

.head_right .top .search .p-ico input{
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 32px;
    transform: translateY(-50%);
}
.head_right .top .search .p-ico input.search2{
    display: none;
}
.head_right .top .search.on .input {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.head_right .top .search.on .p-ico input.search1{
    display: none;
}
.head_right .top .search.on .p-ico input.search2{
    display: block;
}
input::placeholder{
    color: #e9e9e9;
}

#nav li{
    position: relative;
    margin-left: 32px;
}
#nav li a{
    display: block;
}
#nav li h2{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: .5s;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    padding-top: 14px;
    min-width: 100px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    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: 0;
    text-align: center;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
    background: #f9f9f9;
    border-top: 2px solid #df8e11;
}

#nav ul li .sub a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
    transition: .6s;
    font-size: 14px;
    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: #215130;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 96px;
    z-index: 9999;
    background: linear-gradient(180deg,#215130 0,rgba(49,49,49,.01) 100%,#05160c 100%);
    backdrop-filter: blur(5px);
}

.foot .d1{
    display: flex;
    justify-content: space-between;
}
.foot .d1 .ftleft{
    padding: 24px 0;
    width: 696px;
}
.ftlogo img{
    display: block;
    height: 63px;
    margin-bottom: 24px;
}
.foot .d1 .ftleft .add p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 8px;
}
.foot .d1 .ftewm img{
    display: block;
    /* width: 116px; */
    height: 116px;
    margin-bottom: 16px;
}
.foot .d1 .ftewm p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.foot .d1 .ftewm{
    padding-top: 50px;
}
.bq a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 64px;
    text-align: center;
}
.foot{
    background: #215130;
}