@charset "utf-8";

@font-face {
    font-family: "PingFang SC";
  
    font-display: swap;
}

@font-face {
    font-family: "songtiB";
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}


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{
    min-width: 1200px;
    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;}
.zi3{position: relative;z-index: 3}

.wp{ width: 1600px; padding: 0; margin: 0 auto;}
@media(max-width: 1200px){
    .wp{ width: 100%; max-width: 100%; padding:0 15px;}

}

/*==========================================公共 开始=============================================*/

.header_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    min-width: 1200px;
}

.header_top .wp{
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 16px;
}

.logo a{
    display: block;
}
.logo img{
    display: block;
    height: 86px;
}
.list_box0{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    font-size: 0;
}

.list_box0 .li{
    display: inline-block;
    height: 52px;
    width: 46px;
    margin-left: 10px;
    border-radius: 0 0 50px 50px;
    background: rgba(0, 0, 0, 0.3);
    transition: .5s;
    position: relative;
}

.list_box0 .li a{
    display: block;
    padding-top: 14px;
    height: 100%;
}
.list_box0 .li img{
    display: block;
    margin: 0 auto;
}
.list_box0 .li:hover{
    background: #1D57B6;
}

.search .serpc{
    display: none;
    position: absolute;
    width: 300px;
    height: 50px;
    padding: 5px 0;
    top: 100%;
    right: 0;
    z-index: 66;
    background: transparent;
    border-radius:50px;
}
.serpc .inp{
    width:270px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 15px;
    font-size: 14px;
    color: #444;
    background: none;
    border: 1px solid #eee;
    border-radius: 40px;
    background: #fff;

}
.serpc .subm{
    display: block;
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 12px;
    height: 22px;
    width:22px;
    border: none;
    overflow: hidden;
}
.serpc .close {
    position: absolute;
    right: 0;
    width: 20px;
    height:20px;
    top: 50%;
    margin-top: -12px;
    transition: 0.5s;
    cursor: pointer;
    background: url("../images/close.png") no-repeat 50%;
    background-size: 100%;
}
.serpc form{
    display: block !important;
    margin-right: 30px;
}

.nav li{
    float: left;
    width: 9%;
    position: relative;
}

.nav li h2{
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    position: relative;
    text-align: center;
}
.nav li h2 a{
    display: block;
    font-family: 'PingFang SC',sans-serif;
}
.nav li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: 3px;
    background: #1F61CD;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}
.nav li.on h2:after, .nav li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: 34px;
    margin-left: -17px;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    background: #fff;
    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: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

.nav  li .sub .box {
    padding: 0;
    text-align: center;
}

.nav  li .sub a {
    display: block;
    padding: 8px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.nav li .sub a:hover {
    color: #fff;
    background: #1F61CD;
}

.nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.ftlink{
    padding-top: 59px;
    padding-bottom: 62px;
    border-bottom: 1px solid #336FD1;
    font-size: 0;

}
.ftlink h3{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    width: 132px;
    vertical-align: middle;
}

.ftlink .a_box{
    display: inline-block;
    width: calc(100% - 132px);
    font-size: 0;
    vertical-align: middle;
}

.ftlink .a_box .li{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #4C82DB;
    margin-left: 57px;
}
.ftlink .a_box .li:first-child{
    margin-left: 0;
}
.ftlink .a_box .li a{
    color: #fff;
    transition: .5s;
}
.ftlink .a_box .li:hover a{
    color: #BEA788;
}

.ftlogo{
    margin-top: 50px;
}
.ftlogo img{
    height: 86px;
}

.ftadd{
    margin-left: 140px;
    margin-top: 56px;
}
.ftadd p{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.ftewm img{
    display: block;
    width: 145px;

}
.ftewm p{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 7px;
}
.ftbox{
    padding-top: 34px;
    padding-bottom: 37px;
    overflow: hidden;
}
.bq {
    font-size: 0;
    background: #164FAC;
}
.bq p{
    display: inline-block;
    font-size: 14px;
    color: #689AED;
    line-height: 40px;
    vertical-align: middle;
}
.bq span{
    display: inline-block;
    font-size: 14px;
    color: #689AED;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 23px;
}
.foot{
    background: url("../images/foot.png") no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 1600px) {
    .logo img{
        height: 70px;
    }
    .wp{
        max-width: 96%;
    }
    .ftlink .a_box .li{
        margin-left: 35px;
    }
}