@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
@font-face {
    font-family: 'songti';
    src: url("../font/SourceHanSerifCN-Bold.otf") format("opentype");
    font-display: swap;
}
html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: "Microsoft Yahei", sans-serif;
    overflow-x: hidden;

}
html{font-size: 100px}
html,
body{

    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
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,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,.clearfix: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.5s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.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;margin-top: -2px;}
.aline_r {position: relative;background-image: linear-gradient( #064c32, #064c32);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: #064c32}
.zi3{position: relative;z-index: 3}

.wp{ width: 1500px; padding: 0; margin: 0 auto;max-width: 100%;}




html,body{
    min-width: 1520px;
    overflow-x: hidden;
}
/*==========================================公共 开始=============================================*/

.head{
    padding-top: 25px;
    padding-bottom: 32px;
    background: url("../images/head_bg.jpg") no-repeat 50%;
    background-size: cover;
}

.head .logo img{
    display: block;
    height: 100px;
}
.search{
    width: 337px;
    margin-top: 10px;
    position: relative;
}
.search .inpt{
    display: block;
    width: 100%;
    height: 49px;
    line-height: 47px;
    border: 1px solid #005BAC;
    font-size: 16px;
    color: #326B9E;
    padding-left: 12px;
    padding-right: 50px;
}
.search .subm{
    position: absolute;
    width: 28px;
    height: 28px;
    right: 12px;
    top: 11px;
}
input::placeholder{
    color: #326B9E;
}
.nav{
    background: #F0F6FC;
}
.nav li{
    float: left;
    width: 250px;
    position: relative;
}

.nav li a{
    display: block;
}
.nav li h2{
    font-size: 20px;
    line-height: 70px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.nav ul li .sub {
    position: absolute;
    top: 100%;
    width: 140px;
    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;
    background: rgba(255,255,255,1);
}
.nav ul li .sub .box {
    padding: 0;
    text-align: center;
}

.nav ul li .sub a {
    line-height: 44px;
    transition: .6s;
    font-size:16px;
    color: #666666;
    text-align: center;
    display: block;
    width: 100%;
}

.nav ul li .sub a:hover {
    color: #fff;
    background: #005BAC;
}

.nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.nav ul li:hover h2,.nav ul li.on h2{
    color: #005BAC;
}

.foot{
    padding-top: 39px;
    background: #0A58A6;
}
.foot .ftadd h3{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 600;
    padding-left: 11px;
    position: relative;
    margin-bottom: 18px;
}
.foot .ftadd h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 3px;
    height: 17px;
    background: #FFFFFF;
    transform: translateY(-50%);
}
.foot .ftadd p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin-left: 4px;
}
.foot .ftadd p img{
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
.ftlogo img{
    display: block;
    height: 90px;
}
.ftlogo{
    margin-left: 173px;
    margin-top: 43px;
}
.ftewm{
    margin-top: 5px;
}
.ftewm img{
    display: block;
    width: 105px;
    margin: 0 auto;
}
.ftewm p{
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}
.bq{
    background: #094887;
    margin-top: 31px;
}
.bq p{
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 64px;
}
.bq p a{
    color: #fff;
}