@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Microsoft Yahei";
}

element.style {
    padding: 0px;
    margin: 0px auto;
    border: 0px;
}
html{
    font-size: 100px;
    -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 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    /* background: #2145a8 url(../images/container01.jpg) no-repeat top center; */
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
#vsb_content p  img{
  max-width: 100%;width: auto; height: auto; margin: 0 auto !important;  
}
a:focus{ outline:none;border:none}
img,
input {
    border: 0;
}
img{display: block;padding: 0;border: none;-ms-interpolation-mode: bicubic;max-width: 100%;max-height: 100%;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}


.clear:after{
    float: none;
    clear: both;
    display: block;
    content: '';
    visibility: hidden;

}


.px1500{
    max-width: 1500px;
    margin: 0 auto;
}

.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 {
    position: relative;

    overflow: hidden;
}
.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;
    /* text-align: center; */
    /* line-height: 230px; */
}
.zi3{
    position: relative;
    z-index: 3;
}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: wrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
body{
   
    overflow-x: hidden;
    font-size: 0;
}

.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
    
}
.head .px1500{
    width: 100%;
    max-width: none;
}

.logo{
    width: 26%;
    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
    /* padding: 46px 10px 0px 10px; */
    /* line-height: 98px; */
    /* text-align: center; */
    margin-top: 21px;
}
.logo img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    /* line-height: 98px; */
}
.nav{
    width: 41.875%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    /* margin-left: 270px; */
}
.nav li{
    display: inline-block;
    width: 19.66%;
    position: relative;
}
.nav li a{
    display: block;
}
.nav li h2{
    font-size: 18px;
    color: #fff;
   /* font-weight: 600;*/
    text-align: center;
    line-height: 28px;
    padding: 42px 0 43px;
    transition: .5s;
}
.nav li .sub{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.nav li .sub .box{
    padding: 5px 0;
}
.nav li .sub a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 10px;
    text-align: center;
    transition: .5s;
}
.nav li:hover .sub{
    opacity: 1;
    visibility: visible;
}
.nav li .sub a:hover{
    color: #fff;
    background: #2145a8;
}
.nav li:hover h2,
.head .oa a:hover,
.head .btn a:hover{
    color: #f53c2c;
}
.head .oa{
    width: 9.69%;
    font-size: 0;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.head .oa a{
    display: inline-block;
    /* width: 50%; */
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    /*font-weight: 600;*/
    padding: 42px 0 43px;
    transition: .5s;
}
.head .btn {
    width: 4.435%;
    font-size: 0;
}
.head .btn a{
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    padding: 42px 0 43px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    transition: .5s;
}
.head .btn .search{
    border: none;
}
.search img{
    width: 23px;
    margin: 0 auto;
}

.ftlink{
    width: 53%;
    position: relative;
}
.ftlink:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 310px;
    background: rgba(255, 255, 255, 0.21);
    transform: translateY(-50%);
}
.ftlink li{
    width: 20%;
    padding-left: 30px;
    float: left;
}
.ftlink li h2{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
}
.ftlink li dl a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    color: #90a0b1;
    transition: .5s;
}
.ftlink li dl a:hover{
    color: #fff;
}
.ftewm .ll div{
    float: left;
    width: 115px;
    margin-left: 49px;
}
.ftewm .ll div:first-child{
    margin-left: 0;
}
.ftewm .ll div img{
    display: block;
    width: auto;
}
.ftewm .ll div p{
    font-size: 16px;
    line-height: 24px;
    color: #90a0b1;
    text-align: center;
    margin-top: 10px;
}
.ftewm .rr p{
    font-size: 16px;
    line-height: 40px;
    color: #90a0b1;
}
.ftewm .rr{
    /* margin-left: 68px; */
}
.ftewm{
    /* margin-top: 80px; */
    /* display: flex; */
    width: 27%;
}
.ft1{
    padding-top: 97px;
    padding-bottom: 132px;
}
.foot{
    background: url("../images/foot.jpg") no-repeat 50%;
    background-size: cover;
}

.bq{
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.bq p{
    font-size: 14px;
    color: #90a0b1;
    line-height: 24px;
    margin: 0 18px;
    transition: .5s;
    text-align: center;
}
.bq p a{
    display: inline-block;
    font-size: 14px;
    color: #90a0b1;
    line-height: 24px;
    margin: 0 18px;
    transition: .5s;
}
.bq p a:hover{
    color: #fff;
}

/*search*/
.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: #2145a8;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0,0,0,.7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0 auto;
    padding: 0 0.08rem 0 .24rem;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    overflow: hidden;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: .72rem;
    width: calc(100% - .56rem);
    background-color: transparent;
    font-size: .2rem;
    line-height: .08rem;
    color: #fff;
    transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: .72rem;
    width: .56rem;
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .24rem;
    background-image: url('../images/search.png');
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close.png');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
}
.search-dialog .f-cb h3 {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .3rem;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}
.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2145a8;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .22rem;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    transition: .6s;
}

.pub-close i:hover {
    transform: rotate(180deg)
}
/*search*/
.nybanner{ position: relative; overflow:hidden; }
.nybanner span{ position:absolute;width:100%;height:100%; background-repeat:no-repeat; background-position:50%; background-size:cover;left:0px;right:0px;top:0;}


/*===========================响应式调整=============================================*/
.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    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;
}

.wap{display: none}
@media screen and (max-width: 1500px){
    .px1500{
        width: 100%;
        padding: 0 15px;
    }
    .nav{
        width: 45%;
    }
    .nav li h2,.head .oa a,.head .btn .search{
        padding: 20px 0;
    }
    .logo{margin-top: 7px;}
    .ft1{
        padding-top:30px;
    }
}
@media screen and (max-width: 1200px){
    .nav{
        width: 50%;
    }
    .ftlink{ width: 60%;}
    .ftewm .rr{margin-left:0}
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-menu{
        width: 100%;
        height: 100%;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2145a8;
        padding: 10px;
        z-index: 999;
        display: flex;
        align-items: center;
        height: 60px;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        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: #004980;
        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: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2145a8;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .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: 14px;
        line-height: 20px;
        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;
    }
    .ftlink{width:100%;float:none;}
    .ftlink li{float:none;width:auto;padding-left:0;margin-bottom:20px}
    .ftlink li h2{font-size:16px;margin-bottom:5px}
    .ftlink li dl{font-size:0}
    .ftlink li dd{display:inline-block;margin-right:20px}
    .ftewm{width:100%;float:none;overflow:hidden;margin-bottom:20px}
    .ftewm .rr{float:none;}
    .ftewm .rr p{font-size:14px;line-height:24px;}
    .bq{padding:10px;}
    .ftlink:after{display:none;}

}