/* 字体调整 */
.harmos-r{
    font-family:"HarmonyRegular";
}
.harmos-b{
    font-family:"HarmonyBold";
}
.harmos-m{
    font-family:"HarmonyMedium";
    font-weight: 500;
}
.harmos-l{
    font-family:"HarmonyLight";
}
.color-white{
    color: #fff;
}
.bgcolor{
    background-color: #f1f6f7;
}
.fs60{
    font-size: 60px;
}
.fs52{
    font-size: 52px;
}
.fs48{
    font-size: 48px;
}
.fs40{
    font-size: 40px;
}
.fs36{
    font-size: 36px;
}
.fs32{
    font-size: 32px;
}
.fs30{
    font-size: 30px;
}
.fs24{
    font-size: 24px;
}
.fs22{
    font-size: 22px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 15px;
}
.fs16{
    font-size: 13px;
}
@media (max-width: 1459px){
    .fs60{
        font-size: 36px;
    }
    .fs52{
        font-size: 34px;
    }
    .fs48{
        font-size: 32px;
    }
    .fs40{
        font-size: 28px;
    }
    .fs36{
        font-size: 26px;
    }
    .fs32{
        font-size: 24px;
    }
    .fs30{
        font-size: 20px;
    }
    .fs24{
        font-size: 22px;
    }
    .fs22{
        font-size: 18px;
    }
    .fs20{
        font-size: 18px;
    }
}
@media (max-width: 1280px){
    .fs60{
        font-size: 28px;
    }
    .fs52{
        font-size: 26px;
    }
    .fs48,.fs40,.fs32{
        font-size: 24px;
    }
    .fs36{
        font-size: 24px;
    }
    .fs30{
        font-size: 20px;
    }
    .fs24{
        font-size: 20px;
    }
    .fs18{
        font-size: 18px;
    }
    .fs16{
        font-size: 16px;
    }
}
@media (max-width: 1024px){
    .fs60{
        font-size: 24px;
    }
    .fs52{
        font-size: 22px;
    }
    .fs48,.fs40,.fs32{
        font-size: 20px;
    }
    .fs36{
        font-size: 20px;
    }
    .fs30{
        font-size: 16px;
    }
    .fs22{
        font-size: 16px;
    }
    .fs20{
        font-size: 16px;
    }
    .fs18{
        font-size: 14px;
    }
    .fs16{
        font-size: 12px;
    }
}
@media (max-width: 768px){
    .fs60{
        font-size: 20px;
    }
    .fs52{
        font-size: 20px;
    }
    .fs48,.fs40,.fs32{
        font-size: 18px;
    }
    .fs36{
        font-size: 18px;
    }
    .fs30,.fs22,.fs20,.fs24{
        font-size: 14px;
    }
    .fs16{
        font-size: 12px;
    }
}

/* 公共元素 */
body.noscroll{
    overflow: hidden;
}
.pc{
    display: block;
}
.mb{
    display: none;
}
@media (max-width: 768px){
    .pc{
        display: none;
    }
    .mb{
        display: block;
    } 
}
.more{
    display: inline-block;
    padding: 0 30px;
    line-height: 58px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border:1px solid #0062c8;
}

.more span{
    color: #0062c8;
    position: relative;
    padding-right: 25px;
}
.more span::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-size: contain;
}
.more:hover{
    background-color: #0062c8; 
}
.more:hover span{
    color: #fff;
}
.more:hover span::before{
    background-image: url(../images/icon01.png);
}

.more1{
    display: inline-block;
    padding: 0 30px;
    line-height: 58px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border:1px solid #fff;
}
.more1 span{
    color: #fff;
    position: relative;
    padding-right: 25px;
}
.more1 span::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon01.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-size: contain;
}
.more1:hover{
    background-color: #fff; 
}
.more1:hover span{
    color: #0062c8;
}
.more1:hover span::before{
    background-image: url(../images/icon02.png);
}

.more2{
    position: relative;
    padding-right: 25px;
    color: #0062c8;
}
.more2::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-size: contain;
}



@media (max-width: 1280px){
    .more,
    .more1{
        padding: 0 20px;
        line-height: 40px;
    }
}
@media (max-width: 1024px){
    .more,
    .more1{
        padding: 0 15px;
        line-height: 38px;
    }
}
@media (max-width: 768px){
    .more,
    .more1{
        padding: 0 10px;
        line-height: 28px;
    }
}

.base_tit{
    display: inline-block;
    padding-right: 80px;
    font-weight: 500;
    position: relative;
}
.base_tit::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon08.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 32px;
}
@media (max-width: 768px){
    .base_tit {
        padding-right: 40px;
    }
    .base_tit::before {
        width: 33px;
        height: 19px;
    }
}

.video_btn{
    background-image: url(../images/icon09.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    cursor: pointer;
}
@media (max-width: 1459px){
    .video_btn{
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 1024px){
    .video_btn{
        width: 35px;
        height: 35px;
    }
}

.videoMask {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.videoMask .videoBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 94%;
}
.videoMask .videoBox video {
    width: 100%;    
}
.videoMask .videoBox .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    padding-top: 2%;
}
.videoMask .videoBox .close:before,
.videoMask .videoBox .close:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #fff;
}
.videoMask .videoBox .close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.videoMask .videoBox .close:after {
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
}
.video_click{
    cursor: pointer;
}
@media (max-width: 680px){
    .videoMask .videoBox{
        width: 90%;
    }
}

.editor{
    color: #000000;
    line-height: 1.666;
}




/* 头部 */
.header{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header .main{
    display: flex;
    border-radius:14px;
    -webkit-border-radius:14px ;
    -moz-border-radius:14px ;
    -ms-border-radius:14px ;
    -o-border-radius:14px ;
    justify-content: space-between;
    height: 110px;
}
.nav_height{
    height: 110px;
}
.header .logo{
    display: flex;
    align-items: center;
}
.header .right{
    display: flex;
    justify-content: space-between;
}
.header .header_list{
    display: flex;
}
.header .header_item{
    margin: 0 35px;
    position: relative;
}
.header .header_item.cur a.cpt::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
}
.header .cpt{
    line-height: 110px;
    display: inline-block;
    position: relative;
    color: #fff;
}
.header .clist{
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    width: 278%;
    display: none;
}
.header .clist .cpta{
    display: block;
    padding-left: 15px;
    position: relative;
}
.header .clist .cpta::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #cfcfcf;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.header .clist .item{
    padding: 20px;
}
.header .clist .item:hover{
    background-color: #f0f6fc;
}
.header .clist .item:hover .cpta{
    color: #0062c8;
}
.header .clist .item:hover .cpta::before{
    border-color: #0062c8;
}

.search{
    display: flex;
    align-items: center;
    position: relative;
}
.search .input_box.cur{
    opacity: 1;
    height: auto;
    padding: 10px;
    margin-top: 15px;
}
.search .icon{
    width: 25px;
    height: 25px;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.search .input_box{
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 0;
    overflow: hidden;
    width: 220px;
}
.search .input_box .input{
    flex: 1;
}
.search .input_box .input input{
    width: 100%;
}
.search .input_btn{
    width: 24px;
    background-image: url(../images/icon04.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.open_menu {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 48%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 22px;
    display: none;
    cursor: pointer;
}
.open_menu i {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 10px;
    margin-top: -1.5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.open_menu i:nth-child(1) {
    margin-top: -8px;
}
.open_menu i:nth-child(3) {
    margin-top: 6px;
}
.open_menu.cur i:nth-child(2) {
    display: none;
}
.open_menu.cur i:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: 0;
}
.open_menu.cur i:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 0;
}

.langs{
    display: flex;
    align-items: center;
    margin-left: 45px;
    position: relative;
}
.langs .lang_box{
    position: relative;
}
.langs .lang{
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
}

.langs .lang,
.lang_list .lang_item{
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
}
.langs .lang::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon05.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.langs .lang::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom: 7px solid #faf9f7;
    right: 0;
    top: 7px;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.langs .lang_list.cur{
    display: block;
}
.langs .lang_list{
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    display: none;
}
.langs .lang_list .lang_tb{
    padding: 10px 0;
    background-color: #fff;
}
.langs .lang_list .lang_item{
    color: #333;
    display: inline-block;
}
.langs .lang_list .lang_item:not(:first-child){
    margin-top: 10px;
}
.langs .lang_list .lang_item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon06.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.langs .lang_list .lang_item:hover{
  color: #0062c8;
}
.header.white,
.whitenav .header{
    background-color: #0062c8;
}

/* .header.white .cpt{
    color: #fff;
}

.header.white .search .icon {
    background-image: url(../images/icon03.png);
}
.header.white .langs .lang::before{
    background-image: url(../images/icon05.png);
}
.header.white .langs .lang{
    color: #fff;
}
.header.white .langs .lang::after{
    border-bottom-color: #fff;
}
.header.white .search .input_box.cur,
.header.white .langs .lang_list.cur {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.header.white .header_item.cur a.cpt::before{
    background-color: #0062c8;
}

.header.white .open_menu i{
    background-color: #fff;
} */

/* 底部 */
.footer{
    background-color: #0062c8;
    padding: 3.95% 0 0;    
}
.footer .main{
    display: flex;
    justify-content: space-between;
}
.footer .left{
    width: 42%;
    display: flex;
    justify-content: space-between;
}
.footer .right{
    width: 40%;
}
.footer .logo{
    width: 125px;
}
.footer .logo img{
    width: 100%;
}
.fnavs .fnav:first-child .fna{
    color: #fff;
}
.fnavs .fna{
    color: rgba(255, 255, 255, .6);
}
.fnavs .fna:hover{
    color: #fff;
}
.fnavs .fnav:not(:first-child){
    margin-top: 20px;
}
.fbox .fbox_t{
    position: relative;
    padding-right: 80px;
}
.fbox .tit{
    color: #fff;
}
.ftcs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftcs .lable{
    color: #fff;
}
.ftcs .ftc_tit{
    color: rgba(255, 255, 255, .6);
    margin-top: 20px;
}
.ftcs .ftc{
    margin-top: 40px;
}
.ftcs .ftc:nth-child(3){
    width: 100%;
}

.footer .f_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.footer .f_main .f_main_l{
    width: 320px;
    position: relative;
}
.footer .f_main .friend_tit{
    display: flex;
    border: 1px solid rgba(255, 255, 255, .2);   
}
.footer .f_main .fri{
    padding: 15px 20px;
    color: rgba(255, 255, 255, .6);
    flex: 1;
}
.footer .f_main .swt{
    min-width: 50px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}
.footer .f_main .swt::before{
    content: '';
    display: block;
    position: absolute;
    top: 37%;
    border-top: 2px solid rgba(255, 255, 255, .6);
    border-right: 2px solid rgba(255, 255, 255, .6);
    right: 21px;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.footer .f_main .friend_list{
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, .1);
    width: 100%;
    display: none;
}
.footer .f_main .friend_list.cur{
    display: block;
}
.friend_list .friend{
    padding: 10px 20px;
    display: block;
}

.footer .copy_right{
    padding: 30px 0;
    margin-top: 4.4%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer .copy_right .copy_con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .copy_right .copy_list{
    display: flex;
}
.footer .copy_right .copy_item{
    color: rgba(255, 255, 255, .5);
    line-height: 1.5;
    padding: 0 15px;
    position: relative;
}
.footer .copy_right .copy_item:hover{
    color: #fff;
}
.footer .copy_right .copy_item:first-child{
    padding-left: 0;
}
.footer .copy_right .copy_item + .copy_item::before{
    content: '';
    display: block;
    width: 1px;
    height:70%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.footer .copy_right .copy_tit,
.footer .copy_right .copy_tit *{
    color: rgba(255, 255, 255, .5);
    line-height: 1.5;
} 
.footer .copy_right .copy_tit a{
    color: rgba(255, 255, 255, .5) !important;
}
.footer .copy_right .copy_tit a:hover{
    color: #fff;
}
.friend_list .friend:hover {
    background-color: #0062c8;
    color: #fff;
}


.follows{
    display: flex;
    align-items: center;
}
.follows .follow{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    opacity: .6;
    border: 1px solid #fff;
}
.follows .follow:not(:first-child){
    margin-left: 12px;
}
.follows .follow .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    height: 20px;
}
.follows .wximg{
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translate(-50%,0) rotate(180deg);
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -moz-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    -o-transform: translate(-50%,0) rotate(180deg);
    width: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.follows .wximg img{
    width: 100%;
}
.follows .wximg::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 13px solid #faf9f7;
    border-top: 0;
    top: -13px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.follows .follow:hover{
   opacity: 1;
}
.follows .follow:hover .wximg{
    opacity: 1;
    width: 110px;
    padding: 10px;
    overflow: unset;
}

.gotop{
    position: fixed;
 right: 1%;
    bottom: 31%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.ftcs .ftc_tit *{
    color:rgba(255, 255, 255, .6);
}

@media (max-width: 1459px){
    .header .cpt {
        line-height: 70px;
    }
    .header .logo {
        width:90px;
    }
    .header .main {
        height: 70px;
    }
    .nav_height{
        height: 70px;
    }
    .header .header_item{
        margin: 0 25px;
    }
    .langs{
        margin-left: 35px;
    }
}
@media (max-width: 1280px){
    .header .header_item{
        margin: 0 15px;
    }
    .header .header_item{
        margin: 0 15px;
    }
    .header .main{
        padding: 0 15px;
    }
    .langs{
        margin-left: 20px;
    }
    .header .clist .item {
        padding: 10px;
    }
    .gotop {
        width: 45px;
        height: 45px;
    }
    .ftcs .ftc {
        margin-top: 20px;
    }
    .follows .follow {
        width: 40px;
        height: 40px;
    }
    
    .follows .follow .icon {
        height: 15px;
    }
}
@media (max-width: 1024px){
    .langs{
        margin-left: 10px;
    }
    .header .header_list{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    .open_menu{
        display: block;
    }
    .header .main {
        height: 50px;
        padding-right: 40px;
    }
    .nav_height{
        height: 50px;
    }
    .header .cpt {
        line-height: 40px;
    }
    .header .clist{
        position: relative;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        left: unset;
        width: 100%;
    }
    .header .clist .cpta {
        padding: 5px 10px;
    }
    .header .cpt {
        color: #000 !important;
    }
    
    .header .clist .cpta::before {
        top: 10px;
    }
    .footer .left {
        width: 30%;
    }
    .footer .right {
        width: 55%;
    }
    .footer .copy_right{
        padding: 15px 0;
    }
    .footer .f_main {
        margin-top: 40px;
    }
}
@media (max-width: 768px){
    .search .icon {
        width: 20px;
        height: 20px;
    }
    .header .logo {
        width: 80px;
    }
    .search .input_box {
        right: 0;
        width: 150px;
    }
    .gotop {
        width: 30px;
        height: 30px;
    }
    .ftcs .ftc_tit {
        margin-top: 15px;
    }
}
@media (max-width: 640px){
    .footer {
        padding-top: 25px;
    }
    
    .footer .main {
        flex-wrap: wrap;
    }
    
    .footer .left {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .footer .right {
        width: 100%;
        margin-top: 15px;
    }
    
    .gotop {
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 999;
        top: unset;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
    }
    
    .fnavs {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    
    .fnavs .fnav {
        width: 33.33%;
        margin-bottom: 10px;
    }
    
    .fnavs .fnav:not(:first-child) {
        margin-top: 0;
    }
    
    .ftcs .ftc {
        margin-top: 10px;
    }
    
    .ftcs .ftc_tit {
        margin-top: 5px;
    }
    
    .footer .f_main {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    
    .footer .f_main .f_main_l {
        width: 100%;
    }
    
    .follows {
        margin-top: 15px;
    }
    .footer .f_main .fri {
        padding: 10px 15px;
    }
    .fnavs .fna{
        color: #fff;
    }
}


/* pager */
.Pages{
    text-align: center;
}
.Pages .p_page{
    display: flex;
    justify-content: center;
}
.Pages .p_page a{
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    display: inline-block;
    font-style: initial;
    margin: 0 10px;
    font-size: 14px;
    color: #888888;
    font-family:"HarmonyMedium";
    border: 1px solid #cce0f4;
}
.Pages .p_page .num a{
    background-color: #fff;
}
.Pages .p_page a.a_cur{
    color: #fff;
    background-color: #0062c8;
}
.Pages .p_page a:hover{
    color: #fff;
    background-color: #0062c8;
}
.Pages .num{
    padding: 0 30px;
}
.Pages .a_prev::before{
    content: '';
    display: block;
    position: absolute;
    top: 42%;
    border-bottom: 2px solid #888888;
    border-left: 2px solid #888888;
    right: 18px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.Pages .a_next::before{
    content: '';
    display: block;
    position: absolute;
    top: 42%;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    right: 20px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{
    border-color: #fff;
}
@media (max-width: 1024px){
    .Pages .p_page a{
        width: 40px;
        line-height: 40px;
    }
    .Pages .num {
        padding: 0 15px;
    }
    .Pages .a_prev::before {
        right: 13px;
    }
    
    .Pages .a_next::before {
        right: 15px;
    }
}
@media (max-width: 768px){
    .Pages .p_page a {
        width: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 5px;
    }
    .Pages .a_prev,
    .Pages .a_next{
        height: 30px;
    }
    .Pages .a_prev::before {
        right: 8px;
        top: 11px;
    }
    .Pages .a_next::before {
        top: 11px;
        right: 12px;
    }
}
@media (max-width: 640px){
    .Pages .num{
        display: none;
    }
    
}



.base_swiper,
.base_swiper1{
    position: relative;
}
.base_swiper .swiper_btn{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;
    border: 1px solid #fff;
}
.base_swiper1 .swiper_btn{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;
    border: 1px solid #0062c8;
}
.base_swiper .swiper_btn.prev::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 17px;
    z-index: 1;
    left: 16px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 2;
}
.base_swiper .swiper_btn.next::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 17px;
    z-index: 1;
    left: 23px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 2;
}
.base_swiper1 .swiper_btn.prev::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 8px solid #0062c8;
    bottom: 17px;
    z-index: 1;
    left: 16px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 2;
}
.base_swiper1 .swiper_btn.next::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 8px solid #0062c8;
    bottom: 17px;
    z-index: 1;
    left: 23px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 2;
}

.base_swiper .swiper_btn:hover,
.base_swiper1 .swiper_btn:hover{
    background-color: #61c22e;
    border-color: #61c22e;
}
.base_swiper .swiper_btn:hover::before,
.base_swiper1 .swiper_btn:hover::before{
    border-bottom-color: #fff;
}

.base_swiper .swiper_btn.swiper-button-disabled,
.base_swiper1 .swiper_btn.swiper-button-disabled {
    opacity: 0;
}
@media (max-width: 1459px){
    .base_swiper .swiper_btn,
    .base_swiper1 .swiper_btn {
        width: 40px;
        height: 40px;
    }
    .base_swiper .swiper_btn.prev::before,
    .base_swiper1 .swiper_btn.prev::before{
        left: 11px;
        bottom: 14px;
    }
    .base_swiper .swiper_btn.next::before,
    .base_swiper1 .swiper_btn.next::before{
        left: 19px;
        bottom: 12px;
    }
}
@media (max-width: 768px){
    .base_swiper .swiper_btn,
    .base_swiper1 .swiper_btn {
        width: 30px;
        height: 30px;
    }
    .base_swiper .swiper_btn.prev::before,
    .base_swiper1 .swiper_btn.prev::before {
        left: 6px;
        bottom: 8px;
    }
    .base_swiper .swiper_btn.next::before,
    .base_swiper1 .swiper_btn.next::before {
        left: 13px;
        bottom: 7px;
    }
}


@keyframes myscale{
    from{transform:scale(1.1);
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
    }
    to{transform:scale(1);
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
    }
  }
.base_banner{
    position: relative;
}
.base_banner .imgbox{
    overflow: hidden;
    position: relative;
}
.base_banner img{
    width: 100%;
    animation: myscale 5s infinite;
    -webkit-animation: myscale 5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.base_banner .text_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
}
.base_banner .text_box .tit{
    text-align: center;
    color: #fff;
    font-weight: initial;
}

.locat{
    padding: 30px 0;
    box-shadow: 0 0 15px rgba(153, 181, 211, .15);
}
.locat .auto1440{
    display: flex;
    justify-content: space-between;
}
.ltabs{
    display: flex;
    color: #000000 !important;
    flex-wrap: wrap;
} 
.ltabs .ltab{
    margin-right: 65px;
}
.ltabs .ltab.cur{
    color: #0062c8;
}
.loted{
    display: flex;
    align-items: center;
    color: #999;
}
.loted .home{
    padding-left: 30px;
    position: relative;
}
.loted .home::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon10.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 18px;
    background-size: contain;
}
.loted a{
    margin: 0 5px;
    color: #999;
}
.loted span{
    color: #0062c8;
    margin-left: 5px;
}
@media (max-width: 1459px){
    .locat {
        padding: 30px 0;
    }
    .ltabs .ltab {
        margin-right: 45px;
    }
}
@media (max-width: 1024px){
    .locat {
        padding: 20px 0;
    }
    .ltabs .ltab {
        margin-right: 35px;
    }
}
@media (max-width: 1024px){
    .locat {
        padding: 15px 0;
    }
    .ltabs .ltab {
        margin-right: 25px;
    }
}
@media (max-width: 768px){
    .locat .auto1440 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .loted {
        /* margin-bottom: 10px; */
    }
    
    .ltabs .ltab {
        margin-right:10px;
        margin-top: 10px;
    }
    .locat{
        padding: 10px 0;
    }
    .base_banner img{
        width: 100%;
        animation: unset;
    }
}
@media (max-width: 768px){
    .ltabs .ltab {
      font-size: 12px;
    }
}
@media (max-width: 640px){
    
    .loted .home {
        padding-left: 25px;
    }
    .loted .home::before {
        width: 15px;
        height: 14px;
    }
    .loted *{
        white-space: nowrap;
    }
    .loted {
        overflow-x: auto;
        width: 100%;
    }
}




/* 弹窗 */

.msg_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.msg_box .main{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.msg_box .base_content{
    position: relative;
}
.msg_box .close {
    position: absolute;
    right: -3vw;
    top: -3vw;
    padding: 1.52vw;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 3;
}
.msg_box .close:before,
.msg_box .close:after {
    content: "";
    position: absolute;
    width: 40%;
    left: 50%;
    top: 50%;
    border-bottom: 1px solid #fff;
}
.msg_box .close:before {
    transform:  translate(-50%,-50%) rotate(45deg);
    -webkit-transform:  translate(-50%,-50%) rotate(45deg);
    -moz-transform:  translate(-50%,-50%) rotate(45deg);
    -ms-transform:  translate(-50%,-50%) rotate(45deg);
    -o-transform:  translate(-50%,-50%) rotate(45deg);
}
.msg_box .close:after {
   transform:  translate(-50%,-50%) rotate(-45deg) ;
   -webkit-transform:  translate(-50%,-50%) rotate(-45deg) ;
   -moz-transform:  translate(-50%,-50%) rotate(-45deg) ;
   -ms-transform:  translate(-50%,-50%) rotate(-45deg) ;
   -o-transform:  translate(-50%,-50%) rotate(-45deg) ;
}

@media (max-width: 640px){
    .msg_box .close{
        padding: 10px;
        top: -22px;
    }
   
}