@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: 'SourceBold';
    src: url("../font/SourceHanSerifCN-Bold.otf") format("opentype");
}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
    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( #004098, #004098);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: #004098}
.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: 1500px;
    margin: 0 auto;
   width: 94%;
}
/*==========================================公共 开始=============================================*/

.head .wp{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.head  .logo{
    margin-top: 13px;
}
.head  .logo a ,
.head  .logo a img{
    display: block;
    height: 92px;
}
.head .right .top{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 7px;
}
.head .right .top .li{
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    margin: 0 8px;
}
.head .search{
    position: relative;
    width: 19px;
    height: 40px;
    margin-left: 0;
    margin-right: 8px;
}
.head .search .input{
    position: absolute;
    z-index: 1;
    left: auto;
    right: -12px;
    top: 0;
    bottom: auto;
    height: 40px;
    width: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    border-radius: 5px;
    color: #333;
}
.head .search .input input{
    width: 88%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 14px;
}

.head .search .p-ico input{
    opacity: 0.75;
    position: absolute;
    /* left: 0; */
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 40px;
    transform: translateY(-50%);
}
.head .search .p-ico input.search2,
.head .search.on .p-ico input.search1{
    display: none;
}
.head .search.on .p-ico input.search2{
    display: block;
}
.head .search.on .input {
    width: 300px;
    opacity: 1;
    visibility: visible;
}



.nav li{
    position: relative;
    margin-left: 28px;
    line-height: 50px;
}
.nav li:first-child{
    margin-left: 0;
}
.nav li h2 {
    font-size: 18px;
    color: #fff;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    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: #002ca9;
}
.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{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
}
.nav li .sub a:hover{
    background: #004098;
    color: #fff;
}
.nav li:hover h2{
    font-weight: 600;
}
.head:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 290px;
    background: url("../images/h-mask.png") no-repeat top center;
}
.head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 17px;
    z-index: 99;
}
.ftLogo{
    width: 20.4%;
}
.ftLogo img{
    display: block;
    width: 100%;
}
.ftTxt{
    width: 48%;
}
.ftTxt li{
    width: 49%;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding-left: 42px;
    background: url("../images/f-add.png") no-repeat left center;
    margin-top: 22px;
    align-self: center;
}

.ftEwm{
    width: 23.33%;
}
.ftEwm li{
    width: 26.29%;
    margin-left: 10.565%;
    margin-top: 18px;
}
.ftEwm li:nth-child(3n+1){
    margin-left: 0;
}
.ftEwm li img{
    display: block;
    width: 100%;
}
.ftEwm li p {
    font-size: 12px;
    line-height:18px;
    color:#fff;
    text-align:center;
    margin-top:10px;
}
.foot .wp{
    align-items: center;
}
.foot{
    position: relative;
    margin-top: -100px;
    padding-top: 155px;
    padding-bottom: 26px;
    background: url("../images/foot.png") no-repeat bottom center;
    background-size: cover;
}

.bq{
    background: #073172;
    text-align: center;
    padding: 15px;
}
.bq p{
    font-size: 14px;
    color: #fff;
}
.bq p>*{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0 10px;
}
.bq p span{
    padding-left: 30px;
    background: url("../images/bq.png") no-repeat left center;
}
/*========================响应开始================================*/
.wap{
    display: none;
}
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 27px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.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: 1600px){
    .nav li{
        margin-left: 20px;
    }
    .head .logo a, .head .logo a img{
        height: 75px;
    }
}
@media screen and (max-width: 1460px) {
    .wp{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav li{
        margin-left: 15px;
    }
    .nav li h2{
        font-size: 16px;
    }


}

@media screen and (max-width: 1200px){
    html,body{
        overflow-x: hidden !important;
    }
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2f5da4;
        padding: 10px;
        z-index: 999;
        background-size: cover;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 56px;
        max-width: 80%;
        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 #fff;
    }
    .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: 75px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2f5da4;
        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(255, 255, 255, 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: #fff;
    }
    .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;
    }
    .ftTxt li{
        font-size: 14px;
    }
    .foot{
        padding-top: 20px;
        margin-top: 0;
        background: #1c59b8;
    }
}

@media screen and (max-width: 900px){

    .ftLogo{
        width: 100%;
    }
    .ftLogo img{
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .ftTxt{
        width: 100%;
    }
    .ftEwm{
        width: 100%;
    }
    .ftEwm li{
        width: 16.6%;
        margin-left: 0;
        padding: 0 15px;
    }

}
@media screen and (max-width: 768px){
    .ftTxt li{
        width: 100%;
        margin-top: 10px;
        background-size: 25px;
    }
    .ftLogo img{
        height: 70px;
    }
    .ftEwm li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 640px){
    .m-logo img{
        max-height: 46px;
    }
    .w-top{
        top: 22px;
    }
    .m-nav{
        top: 66px;
    }
    .m-nav{
        width: 100%;
        max-width: 100%;
    }
    .ftEwm li{
        width: 25%;
    }
}
@media screen and (max-width: 480px){


    .ftEwm li{
        width: 33.33%;
    }
}

.listContentBright input[type="image"]{
    opacity:0;
    visibility:hidden;
    position:absolute;
}