@charset "utf-8";

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

/* pc弹窗 */
.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: #1c5ab7;
    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: .12rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    transition: .6s;
}

.pub-close i:hover {
    transform: rotate(180deg)
}

.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: #003ddb;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .9;
}

.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 {
    display: flex;
    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%;
}

.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-btn.svg');
}

.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-btn.svg');
    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 .hot-search {
    font-size: 0;

    width: 19.5rem;
    margin: .6rem auto 0;
    box-sizing: border-box;
    padding: 0 .6rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: .375rem;
    line-height: .5rem;

    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: ;
}

.search-dialog .hot-link {
    margin-left: 1rem;
}


.search-dialog .hot-link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden;
}

/* 移动端头部 */
.m_header_box {
    transition: .6s;
    display: none;
    height: .6rem;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0 0 0 .15rem;
    height: .6rem;
    background: linear-gradient(to right, #4886ff, #3e51f6);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo img {
    height: .3rem;
}

.m_header_box header #logo {
    padding: 0;
    width: 100%;
}

.m_header_box .list_box0 .li {
    color: #fff;
}

.m_header_box .list_box0 .li.li1>a {
    background: #1a4390;
    color: #fff
}

.m_header_box .list_box0 .li.li1>a svg path {
    fill: #fff
}

.m_header_box #logo img {
    height: .64rem;
}

.m_header_box .search_btn svg {
    fill: #6f6f6f
}

/*导航按钮开始*/
#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    /* background: #fff; */
}

#nav_btn_box {
    position: relative;
    width: .6rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: 50px;
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3a59d6;
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -.1rem;
    border-right: #3a59d6 .1rem solid;
    border-bottom: transparent .5rem solid;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: .3rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: .28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
    margin-top: -1px;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -9px;
}

#nav_btn .navbtn::before {
    top: 9px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 84px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    /* background: rgba(255,255,255,.1); */
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background: #0656b7 url(../images/submit.svg) center no-repeat;
    background-size: 1.75rem;
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: center;
    margin: .32rem 0 0;
}

#m_nav .list_box0 .li {
    text-align: center;
    color: #333;
    margin: 0 .12rem;
    font-size: 14px;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,.1); */
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .64rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .64rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2;
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/*顶部搜索*/
.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .form {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/submit.svg) center no-repeat #003ddb;
    background-size: .24rem;
    border-radius: 20px;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
    color: #999;
}

.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

/* pc头部 */


.header_box {
    position: relative;
    z-index: 10000;
    height: 0;
}

.header_box .w1800 {
    height: 1.2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    width: 18.1rem;
    max-width: 96%;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: 0.36s;
    /* background: #fff; */
    background-size: cover;
    transition: all .6s;
}

#header.xg {
    background: #3e51f6;
}

.header_box_li #header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.31rem;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    background-size: 100% 100%;
    pointer-events: none;
    background: url(../images/headtcbg.png) no-repeat center top/100% auto;

}

.header_box_li #header.xg:before {
    display: none;
}

.header_box_li #header .w1800:after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    background: #d2d2d2;
    height: 1px;
    opacity: .57;
    transition: 1s;
    width: 0;
    transition-delay: 1s;
}

.header_box_li #header.xg .w8200:after {
    opacity: 0
}

.header_box_li.on #header .w1800:after {
    width: calc(100% - 100px)
}

.list_box0 {
    position: relative;
    display: flex;
    align-items: center;
}

.list_box0::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110%;
    width: 2px;
    height: .18rem;
    background: rgba(255, 255, 255, .4);
}

.list_box0 .li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: .6s;
    /* margin-left: .26rem; */
    position: relative;
}


.list_box0 .li>a {
    display: flex;
    width: .6rem;
    justify-content: center;
    align-items: center;
    height: .6rem;
    border-radius: 50%;
    /* background: #003ddb; */
}



#logo {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#logo a {
    display: block;
}

#logo img {
    height: .67rem;
    transition: .5s;
}

#logo img.img2 {
    display: none
}

#header .right {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#nav {
    margin-right: .2rem;
    height: 100%;
    width: 100%;
}

#nav ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

#nav ul li {
    z-index: 0;
    height: 100%;
    position: relative;
}

#nav ul li a {
    display: flex;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center;
}

#nav ul li h3 {
    font-size: .22rem;
    color: #fff;
    line-height: .5rem;
    padding: 0 .2rem;
    position: relative;
    border-radius: .3rem;
    /* transition: .36s; */
    display: inline-block;
}

#nav ul li h3:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 2px);
    transition: .6s;
    border-left: transparent .75rem solid;
    border-right: transparent .75rem solid;
    border-bottom: #fff 1rem solid;
    margin-left: -.75rem;
    opacity: 0;
    visibility: hidden;
}

#nav ul li.on1 h3:after {
    opacity: 1;
    visibility: visible
}

#nav ul li a i {
    margin: -3px 0 0 .625rem;
    display: inline-block;
    width: 10px;
    height: 5px;

    transition: .5s
}

#nav ul li.on a i,
#nav ul li:hover a i {}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    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 10px rgba(0, 0, 0, .3);
    border-radius: 0;
    overflow: hidden;
}

#nav ul li .sub:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #686868;
}

#nav ul li .sub .box {
    padding: 2px 0 0;
    text-align: center;
}

#nav ul li .sub a {
    padding: 10px 30px;
    line-height: 28px;
    transition: .6s;
    font-size: .18rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;

    min-width: 160px;
    justify-content: center;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #3134cd;
}

#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.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
    background: linear-gradient(120deg, rgb(89, 37, 220) 0%, rgb(32, 58, 198) 100%);
    color: #fff;
}

#nav>ul>li h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: -1.375rem;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
    background: url(../images/xiala.svg) center no-repeat;
    background-size: 100% auto;
    display: none
}

#nav>ul>li.xiala h3:before {
    display: block
}

#nav>ul>li:hover h3:after,
#nav ul li.on h3:after {
    transform: scale(1);
}

#nav>ul>li.noSubMenu h3:before {
    display: none
}

.tit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .15rem;
    border-bottom: 1px solid #d6e4f2;
}

.tit h2 {
    font-size: .4rem;
    color: #003ddb;
    font-family: "youhei";
}



.more {
    width: 1.5rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    border: 0.01rem solid #fff;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0rem 0.02rem 0.15rem 0rem rgba(142, 205, 230, 0.4), inset 0rem 0rem 0.4rem 0rem rgba(206, 243, 255, 0.2);
    transition: all .6s;
}

.more a {
    display: block;
    font-size: .18rem;
    color: #000;
    letter-spacing: 1px;
    transition: all .6s;
}

.more a span {
    color: #000ede;
    transition: all .6s;
}

.more:hover {
    background: #003ddb;
}

.more a:hover {
    color: #fff;
}

.more:hover a span {
    color: #fff;
}

.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .4rem;
    height: .4rem;
    background: #fff url(../images/h4-l.png) no-repeat center center /.11rem auto;
    box-shadow: 0px 6px 10px 0px rgba(0, 33, 140, 0.16);
    border-radius: 50%;
    z-index: 6;
    cursor: pointer;
}

.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: .4rem;
    height: .4rem;
    background: #fff url(../images/h4-r.png) no-repeat center center /.11rem auto;
    box-shadow: 0px 6px 10px 0px rgba(0, 33, 140, 0.16);
    border-radius: 50%;
    z-index: 6;
    cursor: pointer;
}

.kkbg {
    padding: .25rem .45rem;
    background: rgba(255, 255, 255, .3);
    border-radius: .15rem;
    border: 1px solid #fff;
    box-shadow: 0px 2px 15px 0px rgba(142, 205, 230, 0.4), inset 0px 0px 40px 0px rgba(206, 243, 255, 0.2);
}

.footer {
    background: url(../images/foot-bg.png) no-repeat center/100% 100%;
    overflow: hidden;
}

.ft-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0 0;
    /* border-bottom: 1px solid #fff; */
}

.ft-logo {}

.ft-logo a {
    display: block;
}

.ft-logo a img {
    display: block;
    height: .76rem;
}

.ft-lj {}

.ft-lj a {
    display: block;
    padding: 0 .3rem;
    line-height: .6rem;
    font-size: .23rem;
    color: #fff;
    border-radius: .3rem;
    background: url(../images/ftlj-bg.png) no-repeat center center/cover;
    font-family: "youhei";
    transition: all .6s;
}

.ft-lj a:hover {
    padding: 0 .3rem;
}

.ft-link {
    margin: .4rem 0;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: .15rem;
    padding: .15rem .2rem;
}

.ft-link h2 {
    font-size: .22rem;
    color: #003ddb;
    font-weight: bold;
    margin-bottom: .15rem;
}

.ft-link ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-top: .2rem; */
    /* justify-content: center; */
}

.ft-link ul li {
    height: .18rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    padding: 0 .2rem;
    border-left: 1px solid #323232;
}

.ft-link ul li:first-child {
    border-left: none;
    padding-left: 0;
}

.ft-link ul li a {
    line-height: .18rem;
    font-size: .18rem;
    color: #333;
}

.ft-link ul li:hover a {
    color: #003ddb;
}

.ft-bq {
    padding: .22rem 0;
    text-align: center;
    line-height: .3rem;
    border-top: 1px solid #fff;
    background: rgba(222, 239, 250, .3);
}
.ft-bq .wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ft-bq .wp .lianxi{
    font-size: .18rem;
    color: #323232;
    margin-left: .3rem;
    width: .8rem;
    }
.ft-bq .wp .lianxi:hover{ color:#003ddb;}
.ft-bq p,
.ft-bq p a {
    font-size: .18rem;
    color: #323232;
    flex: 1;
    min-width: 0;text-align:left;
}

@media screen and (max-width:1500px) {
    #nav ul li h3 {
        font-size: .18rem;
        padding: 0 .15rem;
        border-radius: .2rem;
    }

    #logo img {
        height: .6rem;
    }
.ft-lj a{
font-size: .16rem;
    padding: 0 .1rem;
}
}

@media(max-width: 1199px) {


    .header_box {
        display: none;
    }

    .m_header_box {
        display: block;
    }


}

@media(max-width: 1024px) {
    .ft-top {
        display: block;
    }

    .ft-logo a img {
        margin: 0 auto;
        max-width: 100%;
    }

    .ft-lj {
        margin-top: .3rem;
    }

    .ft-lj a {
        text-align: center;
        font-size: .23rem;
    }
}

@media(max-width: 768px) {
    .ft-top {
        padding: .2rem 0 .2rem;
    }

    .ft-link {
        margin: .2rem 0 .2rem;
    }
}