*{
    margin: 0;
    padding: 0;

}
html{min-width: 1600px;}
.wp {
    width: 1383px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header {
    width: 100%;
    background: #2477c5;
    height: 105px;
    position: relative;
}

.header .logo {
    float: left;
    margin-top: 20px;
}

.header .xx {
    position: absolute;
    left: 60%;
    top: 36px;
}

.header .top-t {
    align-items: center;
    justify-content: flex-end;
}

.header .li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .15rem;
    padding: 0 .15rem;
}

.header .li:last-child {
    padding-right: 0;
}

.header a {
    color: rgba(255, 255, 255, 1);
    font-size: 0.24rem;
    align-items: center;
}

.header .li img {
    display: inline-block;
    margin-right: .1rem;
    width: .19rem;
}

.header .search_btn img {
    width: .53rem;
    margin: 0;
    position: relative;
    top: 24px;
}

.header .ser .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .li .input {
    width: calc(100% - .16rem);
    height: 100%;
    padding: 0 0.1rem 0 0rem;
    font-size: .16rem;
    color: #fff;
    line-height: .28rem;
}

.header .li .serbtn {
    width: 0.16rem;
    background: url(../images/search.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}

/*Ã¦ÂÅ“Ã§Â´Â¢*/
.search_btn {
    cursor: pointer;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: #934BC4;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.7rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #2477c5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images/search-btn.png");
    font-size: .2rem;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close-btn.png");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}


.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.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(0px);
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #934BC4;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

#nav {
    position: relative;
    z-index: 9;
}

.nav>ul>li {
    position: relative;
    line-height: 55px;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #333;
    display: block;
    position: relative;
    font-weight: 700;
}

.nav>ul>li.on>a {
    font-weight: bold;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s;
    bottom: 7px;
}

.nav>ul>li.on:after {
    width: 18px;
}

.nav>ul>li>ul {
    position: absolute;
    width: 150px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa8a8;
    overflow: hidden;
    padding: 10px 0;
    z-index: 999;
    display: none;
}

.nav>ul>li>ul>li {
    text-align: center;
    position: relative;
    background: #fff;
}

.nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 0 13px;
    margin-bottom: 1px;
    background: #fff;
    color: #333;
    white-space: nowrap;
    line-height: 40px;
}

.nav>ul>li>ul>li:hover>a {
    background: #2477c5;
    color: #fff;
}




.footer{width:100%;background: #2477c5;padding: 30px 0;}
.footer .ft_logo{width:40%;height: 66px;margin-top: 10px;}
.footer .xx{margin-top:20px;}
.footer .bq{float: right;width: 30%;}
.footer .bq img{float:left;line-height: 60px;margin-top: 22px;margin-right: 5px;}
.footer .bq p{}
.bq p{color: #fff;line-height: 28px;font-size: 16px;margin-left: 120px;}