@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: '思源黑体CN';
    src: url("../font/siyuanheitiCN_light.otf") format("opentype");
    font-display: swap;
}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "思源黑体CN";
    overflow-x: hidden;
}

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{
    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);
}

.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( #0054a3, #0054a3);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: #0054a3}
.zi3{position: relative;z-index: 3}
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;}

.wp{
    max-width: 1400px;
    margin: 0 auto;
    width: 94%;
}
/*==========================================公共 开始=============================================*/
.head{
    height: 80px;
}
.head .wp{
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.head .logo{
    width: 260px;
}
.head .logo img{
    display: block;
    height: 43px;
    margin: 0 auto;
}
.head .rr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.nav{
    width: calc(100% - 568px);
    border-left: 1px solid #e5e5e5;
}
.nav li{
    position: relative;
    width: 11%;
}
.nav li h2{
    color: #888;
    font-size: 12px;
    line-height: 80px;
    padding: 0;
    letter-spacing: 0.2em;
    transition: all .3s;
    font-weight: bold;
    text-align: center;
    font-family: 宋体;
}
.nav li h2:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 10px;
    height: 2px;
    max-width: 50px;
    background: #0054a3;
    margin: 0 auto;
    transition: .5s;
}
.nav li .sub{
    position: absolute;
    top: 110%;
    background: #fff;
    width: 140px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) ;
    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{
    padding: 3px 0 0 ;
}
.nav li .sub:after{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #183f98;
}
.nav li .sub a{
    display: block;
    padding: 8px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: nowrap;

}
.nav li:hover .sub{
    top: 100%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
}
.nav li .sub a:hover{
    background: #183f98;
    color: #fff;
}
.nav li:hover h2{
    font-weight: 600;
    color: #1819F7
}
.nav li:hover h2:after,
.nav li.active h2:after{
    left: 0;
    right: 0;
}
.search{
    width: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
}
.search img{
    display: block;

    height: 15px;
}
.hdlink{
    width: 200px;
    border-left: 1px solid #e5e5e5;
}
.hdlink ul{
    font-size: 0;
    text-align: center;
}
.hdlink li{
    /* float: left; */
    padding: 0;
    color:#ccc;
    display: inline-block;
    font-size: 12px;
}
.hdlink li a{
    font-size: 12px;
    color: #7d8a93;
    padding: 0 5px;
    line-height: 83px;
    font-weight: 300;
    transition: all .3s;
}
.language {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}
.language a{
    width: 50%;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color: #999;
    cursor: pointer;
    line-height: 80px;
    letter-spacing: 0.1em;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
}


.ftewm{
    width: 14.29%;
}
.ftewm img{
    display: block;
    width: auto;
    
}
.ftewm p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 5px;
}

.ftlogo{
    width: 27.56%;
    padding-left: 66px;
}
.ftlogo img{
    display: block;
    width: auto;
    max-width: 230px;
    margin-bottom: 23px;
}
.ftlogo p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}
.ftxun{
    width: 21.43%;

    padding-left: 50px;
    padding-bottom: 15px;
}
.ftxun h2{
    font-size: 18px;
    line-height: 28px;
    color: #999999;
    margin-bottom: 40px;    font-weight: 600;
}
.ftxun h2 span{
    margin-right: 20px;
}
.ftxun div a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.ftadd{
    width: 36.72%;
    padding-left: 50px;
}
.ftadd h2{
    font-size: 18px;
    line-height: 32px;
    color: #999;
    margin-bottom: 18px;
    font-weight: bold;
}
.ftadd h2 p{
    font-weight: 600;
}
.ftadd li{
    width: 25%;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}
.ftadd li:hover{
    color: #0054a3;
}
.foot .wp{
    align-items: center;
}
.foot .wp>div{
    position: relative;
}
.foot .wp>div:before{
    position: absolute;
    content: '';
    width: 1px;
    top: 50%;
    left: 0;
    height: 120px;
    background: #e5e5e5;
    transform: translateY(-50%);
}
.foot .wp>div:first-child:before{
    display: none;
}

.foot{
    padding-top: 38px;
    padding-bottom: 30px;
overflow:hidden;
}

/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #0054a3;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

/*=================================响应开始========================================*/
.wap{
    display: none;
}
.w-top {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 25px;
    height: 25px;
    z-index: 9999;
    transform: translateY(-50%);
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


@media screen and (max-width: 1400px){

    .ftlogo,.ftxun,.ftadd{
        padding-left: 15px;
    }
    .wp{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}
@media screen and (max-width: 1200px){
    html, body {
        overflow-x: hidden !important;
    }
    .pc {
        display: none;
    }
    .body_l{
        margin-right: 0;
    }
    .wap {
        display: block;
    }
    .wap-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        background-size: cover;
        height: 65px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        display: block;
        height: 43px;
    }
    .m-logo img {
        max-height: 56px;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #2f5da4;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #333;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 32px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 13px;
        height: 18px;
    }
    .m-nav {
        position: fixed;
        top: 65px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: url("../images/b_bg.jpg") no-repeat 50%;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        background-size: cover;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        position: relative;
    }
    .m-nav ul li > span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav > ul > li a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 15px 0;
        position: relative;
        color: #333;
    }
    .m-nav > ul > li ul li a {
        padding: 10px 0;
    }
    .m-nav > ul > li > span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .ftlogo,.ftxun{
        width: 50%;
        margin-bottom: 20px;
    }
    .ftadd{
        width: 100%;
        margin-bottom: 20px;
    }
    .foot .wp>div:before{
        display: none;
    }
    .foot{
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1024px){
    .ftewm{
        width: 100%;
    }
    .ftadd h2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ftadd li{
        font-size: 14px;
    }
    .ftxun h2{
        font-size: 16px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 768px){
    .foot .wp>div{
        width: 100% !important;
        padding-left: 0 !important;
    }
    .ftxun{

        padding-bottom: 0;

    }


    .ftlogo img{
        margin-bottom: 15px;
    }


}
@media screen and (max-width: 640px){
    .m-logo img{
        max-height: 35px;
    }
    .m-logo a{
        height: 35px;
    }
    .foot{
        padding-top: 20px;
    }
    .ftlogo img{
        margin: 0 auto 15px;
    }
    .ftewm img{
        margin: 0 auto;
    }
    .ftewm{
        text-align: center;
    }
}