/* 字体调整 */
.harmos-r{
    font-family:"HarmonyRegular";
}
.harmos-b{
    font-family:"HarmonyBold";
}
.harmos-m{
    font-family:"HarmonyMedium";
}
.harmos-l{
    font-family:"HarmonyLight";
}
.color-white{
    color: #fff;
}
.bgcolor{
    background-color: #f1f6f7;
}
.fs260{
    font-size:260px;
}
.fs76{
    font-size: 72px;
}
.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;
}
.fs28{
    font-size: 26px;
}
.fs26{
    font-size: 26px;
}
.fs24{
    font-size: 24px;
}

.fs22{
    font-size: 22px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs16{
    font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 1459px){
    .fs76{
        font-size: 40px;
    }
    .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;
    }
    .fs28{
        font-size: 20px;
    }
    .fs26{
        font-size: 20px;
    }
    .fs24{
        font-size: 18px;
    }
    .fs22{
        font-size: 18px;
    }
    .fs20{
        font-size: 18px;
    }
    .fs260{
        font-size:180px;
    }
}
@media (max-width: 1280px){
    .fs76{
        font-size: 30px;
    }
     .fs60{
        font-size: 28px;
    }
    .fs52{
        font-size: 26px;
    }
    .fs48,.fs40,.fs32{
        font-size: 24px;
    }
    .fs36{
        font-size: 24px;
    }
    .fs30{
        font-size: 18px;
    }
    .fs28{
        font-size: 18px;
    }
    .fs18{
        font-size: 16px;
    }
    .fs16{
        font-size: 14px;
    }
    .fs260{
        font-size:100px;
    }
}
@media (max-width: 1024px){
    .fs76{
        font-size: 28px;
    }
     .fs60{
        font-size: 24px;
    }
    .fs52{
        font-size: 22px;
    }
    .fs48,.fs40,.fs32{
        font-size: 20px;
    }
    .fs36{
        font-size: 20px;
    }
    .fs30{
        font-size: 16px;
    }
    .fs28{
        font-size: 16px;
    }
    .fs22{
        font-size: 16px;
    }
    .fs20{
        font-size: 16px;
    }
    .fs18{
        font-size: 14px;
    }
    .fs16{
        font-size: 12px;
    }
    .fs260{
        font-size:90px;
    }
}
@media (max-width: 768px){
    .fs76{
        font-size: 28px;
    }
    .fs60{
        font-size: 24px;
    }
    .fs52{
        font-size: 22px;
    }
    .fs48,.fs40,.fs32{
        font-size: 18px;
    }
    .fs36{
        font-size: 18px;
    }
    .fs30,.fs28,.fs26,.fs22,.fs20,.fs24{
        font-size: 14px;
    }
    .fs16{
        font-size: 14px;
    }
    .fs260{
        font-size:76px;
    }
}

/* 公共元素 */
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: 35px;
    position: relative;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.more::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-67%,-50%);
    -webkit-transform: translate(-67%,-50%);
    -moz-transform: translate(-67%,-50%);
    -ms-transform: translate(-67%,-50%);
    -o-transform: translate(-67%,-50%);
    background-image: url(../images/icon01.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    background-position: center;
    background-size: contain;
}
.more1{
    display: inline-block;
    padding: 35px;
    position: relative;
    background-image: url(../images/icon04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.more1::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-67%,-50%);
    -webkit-transform: translate(-67%,-50%);
    -moz-transform: translate(-67%,-50%);
    -ms-transform: translate(-67%,-50%);
    -o-transform: translate(-67%,-50%);
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    background-position: center;
    background-size: contain;
}
.more:hover{
    background-image: url(../images/icon04.png);
}
.more:hover::before{
    background-image: url(../images/icon02.png);
}
.more2{
    background-image: linear-gradient(to right, #0080c9 , #0354a6);
    padding: 0 30px;
    line-height: 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: inline-block;
    color: #fff;
}

.mouse{
    display: inline-block;
    padding-bottom: 25px;
    position: relative;
}
.mouse::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    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);
    background-image: url(../images/icon15.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
}
.goback{
    color: #0354a6;
    padding-left: 25px;
    position: relative;
}
.goback::before{
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-bottom: 1px solid #0354a6;
    border-left: 1px solid #0354a6;
    left:0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media (max-width: 1280px){
    .more,
    .more1{
       padding: 30px;
    }
    .more2{
        line-height: 40px;
        padding: 0 25px;
    }
    .goback{
        padding-left: 15px;
    }
}
@media (max-width: 1024px){
    .more,
    .more1{
        padding: 20px;
    }
    .more::before,
    .more1::before{
        width: 10px;
        height: 12px;
    }
    .more2{
        line-height: 30px;
        padding: 0 15px;
    }
}
@media (max-width: 768px){
   
}
.flexbw{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.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;
    }
}
@media (max-width: 768px){
    .video_btn{
        width: 25px;
        height: 25px;
    }
}

.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: 999;
    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: 100px;
}
.header .service{margin-bottom: .1rem;text-align: right;color: #fff;}
.header.white .service{margin-bottom: .1rem;text-align: right;color: #333;}
.nav_height{
    height: 85px;
}
.header .logo{
    display: flex;
    align-items: center;
}
.header .logo img{max-height: 64px;}
.header .logo .img1{
    display: block;
}
.header .logo .img2{
    display: none;
}
.header .right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header_list{
    display: flex;
}
.header .header_item{
    margin: 0 28px;
    position: relative;
}
.header .header_item.on .cpt{color: #0098e5}
.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: 100px;
    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: 250%;
    display: none;
}
.header .clist .cpta{
    display: block;
    position: relative;
}
.header .clist .item{
    padding: 10px;text-align: center;
}
.header .clist .item:hover{
    background-color: #f0f6fc;
}
.header .clist .item:hover .cpta{
    color: #0354a6;
}
.header .clist .item:hover .cpta::before{
    border-color: #0354a6;
}

.My {
    position: relative;
    margin-left: 40px;
}
.My img{
    width: 20px;
    height: 20px;
}

.search{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 50px;
}
.search .input_box.cur{
    opacity: 1;
    height: auto;
    padding: 10px 15px;
    margin-top: 15px;
}
.search .icon{
    width: 25px;
    height: 25px;
    background-image: url(../images/icon05.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: 400px;
}
.search .input_box .input{
    flex: 1;
    line-height: 0.4rem;
    display: block;
}
.search .input_box .input input{
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
.search .input_btn{
    width: 24px;
    background-image: url(../images/icon06.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;
}
.h_other{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.h_other a{
    color: #fff;
    position: relative;
}
.h_other a::before{
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    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-color: #fff;
    width: 1px;
    height: 80%;
}

.langs{
    display: flex;
    align-items: center;
    margin-left: 0;
    position: relative;
}
.langs .lang_box{
    color: #fff;
    position: relative;
}
.langs .lang{
    cursor: pointer;
    color: #fff;
}

.langs .lang_box span{margin:0 5px;}

.langs .lang_item{
    color: #FFF;
    position: relative;
}
.langs .lang::after{
    content: '';
    display: block;
    position: absolute;
    top: 37%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.langs .lang_list.cur{
    display: block;
}
.langs .lang_list{
    position: absolute;
    top: 180%;
    width: 120px;
    left: -22px;
    /* top: 100%; */
    text-align: center;
    padding-top: 15px;
    display: none;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 27%);
}
.langs .lang_list .lang_tb{
    padding: 10px;
    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:hover{
  color: #0062c8;
}

.header.white .h_other a::before{
    background-color: #353b40;
}
.header.white{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header.white .logo .img1{
    display: none;
}
.header.white .logo .img2{
    display: block;
}
.header.white .langs .lang_box .lang_item{
    color: #666;
}
.header.white .langs .lang_box{color:#666; }
.header.white .langs .lang_box .on{color: #0098e5;}

.header.white .cpt,
.header.white .h_other a{
    color: #333;
}

.header.white .search .icon {
    background-image: url(../images/icon06.png);
}
.header.white .langs .lang{
    color: #333;
}
.header.white .langs .lang::after{
    border-color: #333;
}
.header.white .search .input_box.cur{
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.header.white .open_menu i{
    background-color: #333;
} 

/* 底部 */
.footer{
    background-image: url(../images/footer_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .tmain{
    display: flex;
    padding: 6.6% 0 2%;
    justify-content: space-between;
} 
.footer .tmain .left{
    width: 260px;
}
.footer .tmain .right{
    flex: 1;
    padding-left: 9%;
    padding-top: 1.9%;
}
.footer .bmain{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.82% 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.fnavs{
    display: flex;
    justify-content: space-between;
}
.fnavs .fnav{
    padding-left: 10px;
}
.fnavs .fna {
    color: #fff;
}
.fnavs .fitem{
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    display: block;
}
.fnavs .flist {
    margin-top: 30px;
}
.fnavs .fitem:hover{
    color: #fff;
}

.footer .logo{
    width: 100%;
}
.footer .logo img{
    width: 100%;
}
.footer .footel{
    color: rgba(255, 255, 255, .6);
    padding-right: 30px;
    position: relative;
    display: inline-block;
    margin-top: 21%;
}
.footer .footel::before{
    content: '';
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    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%);
}

.footer .sc{width: 100%;display: block;margin-top: 20%;}
.footer .sc a{background: #0098e5;color: #fff;display: inline-block;line-height: 3;font-size: 16px;
padding: 0 30px;margin-bottom:30px;}
.footer .sc a:after{display: inline-block; content: '';margin-left: 0.8em; height: 16px;width: 16px;
    background: url(../images/icon01.png) no-repeat center center / contain;transition: transform 0.3s;}
.footer .sc a:hover{background: #0098e5;color: #fff;}

@media(max-width:1024px){
  .footer .sc{margin-top: 0.3rem;}  
  .fnavs .fitem{margin-bottom: 0;}
}


.footer .foot_phone{
    margin-top: 10px;
    line-height: 1;
    color: #fff;
}
.footer .foot_phone *{
    color: #fff;
}

.flows{
    display: flex;
}
.flows .flow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(53, 118, 184, .5);
    position: relative;
}
.flows .flow img{
    opacity: .6;
    position: absolute;
    left: 50%;
    top: 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%);
    z-index: 2;
}
.flows .flow .img1{
    display: block;
}
.flows .flow .img2{
    display: none;
}
.flows .flow:not(:first-child){
    margin-left: 10px;
}
.flows .flow:hover .img1{
    display: none;
}
.flows .flow:hover{
    background-color: #fff;
}
.flows .flow:hover .img2{
    display: block;
    opacity: 1;
}
.links{
    display: flex;
    justify-content: flex-end;
}
.links .link{
    color: rgba(255, 255, 255, .6);
    position: relative;
    padding: 0 15px;
}
.links .link:last-child{
    padding-right: 0;
}
.links .link:first-child{
    padding-left: 0;
}
.links .link + .link::before{
    content: '';
    display: block;
    width: 3px;
    height:3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    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%);
}

.copy_right{
    color: rgba(255, 255, 255, .6);
    margin-top: 0;
}

.copy_right a{color: rgba(255, 255, 255, .6);}


@media (max-width: 1459px){
    .header .cpt {
        line-height: 70px;
    }
    .header .logo {
        width:140px;
    }
    .header .main {
        height: 70px;
    }
    .nav_height{
        height: 70px;
    }
    .header .header_item{
        margin: 0 20px;
    }
    .langs{
        margin-left: 20px;
    }
    .h_other{
        margin-right: 20px;
    }
    .h_other a::before {
        right: -20px;
    }
    .search{
        margin-left: 30px;
    }
    .footer .logo{
        max-width: 120px;    
    }
}
@media (max-width: 1280px){
    .header .header_item{
        margin: 0 15px;
    }
    .header .main{
        padding: 0 15px;
    }
    .langs{
        margin-left: 20px;
    }
    .header .clist .item {
        padding: 10px;
    }
    .langs{
        margin-left: 15px;
    }
    .h_other{
        margin-right: 15px;
    }
    .h_other a::before {
        right: -15px;
    }
    .footer .tmain{
        padding: 4% 0;
    }
    .footer .bmain {
        padding: 2% 0;
    }
    .footer .footel{
        margin-top: 30px;
    }
}
@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;padding-left: 0;
    }
    .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;
    }
    .langs .lang::after{
        top: 24%;
    }
    .search{
        margin-left: 15px;    
    }
    .footer .tmain .right{
        padding-left: 0;
    }
    .footer .tmain .left {
        width: 200px;
    }
    .footer .sc a{padding: 0 20px;}
    .links{
        justify-content: flex-start;
    }
    .fnavs .flist{
        margin-top: 20px;
    }
}

@media (max-width: 800px){
    .search .icon {
        width: 20px;
        height: 20px;
    }
    .header .logo {
        width: 110px;
    }
    .search .input_box {
        right: 0;
        width: 150px;
    }
    .footer .bmain {
        flex-wrap: wrap;
    }
    .footer .bmain .left {
        width: 100%;
    }
    .footer .bmain .right{
        margin-top: 10px;
    }
    .copy_right{
        margin-top: 10px;
    }
    .flows .flow img{
        max-height: 40%;
    }
    .footer .footel{
        margin-top: 15px;
    }
    
}
@media (max-width: 640px){
    .footer .tmain {
        flex-wrap: wrap;
    }
    .footer .tmain .left {
        width: 100%;
    }
    .fnavs .fnav{
        padding-left: 0;
    }
    .footer .tmain .right {
        width: 100%;
        margin-top: 15px;
    }
    .fnavs {
        flex-wrap: wrap;
    }
    .fnavs .fnav {
        width: 33.33%;
    }
    .fnavs .flist {
        margin-top: 15px;margin-bottom: 15px;
    }
    .flows{
        justify-content: center;
    }
   
    .flows .flow{
        width: 30px;
        height: 30px;
    }
}


.Pages{
    text-align: center;
}
.Pages .p_page{
    display: flex;
    justify-content: center;
}
.Pages1 .p_page{
    justify-content: flex-start;
}
.Pages .p_page a{
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    display: inline-block;
    font-style: initial;
    margin: 0 10px;
    font-size: 14px;
    color: #666666;
    font-family:"HarmonyMedium";
    
}
.Pages .p_page a.a_cur{
    color: #fff;
    background-image: linear-gradient(to right, #0178c2 , #035cac);
}
.Pages .p_page a:hover{
    color: #fff;
    background-image: linear-gradient(to right, #0178c2 , #035cac);
}
/* .Pages .num{
    padding: 0 20px;
} */
.Pages .a_prev{
/*    background-image: url(../images/icon20.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-color: #fff;
}
.Pages .a_next{
    width: 50px;
/*    background-image: url(../images/icon21.png);*/
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-color: #fff;
}
.Pages a.a_prev:hover{
    background-image: url(../images/icon22.png);
}
.Pages a.a_next:hover{
    background-image: url(../images/icon23.png);
}
@media (max-width: 1024px){
    .Pages .p_page a{
        width: 42px;height: 42px;
        line-height: 40px;
    }
    .Pages .num {
        padding: 0 15px;
    }
}
@media (max-width: 768px){
    .Pages .p_page a {
        width: 32px;height: 32px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 5px;
    }
    .Pages .a_prev,
    .Pages .a_next{
        height: 30px;
    }
}
@media (max-width: 640px){
    .Pages .num{
        display: none;
    }
}


.base_swiper,
.base_swiper1{
    position: relative;
}
.base_swiper1 .swiper_btn{
    width: 20px;
    height: 20px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.base_swiper .swiper_btn{
    display: inline-block;
    padding: 35px;
    position: absolute;
    background-image: url(../images/icon11.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    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: 10;
} 
.base_swiper .swiper_btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-67%, -50%);
    -webkit-transform: translate(-67%, -50%);
    -moz-transform: translate(-67%, -50%);
    -ms-transform: translate(-67%, -50%);
    -o-transform: translate(-67%, -50%);
 
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    background-position: center;
    background-size: contain;
}
.base_swiper .swiper_btn.prev::before{
    background-image: url(../images/icon09.png);    
}
.base_swiper .swiper_btn.next::before{
    background-image: url(../images/icon10.png);    
}
.base_swiper .swiper_btn:hover{
    background-image: url(../images/icon04.png);
}
.base_swiper .swiper_btn.prev:hover::before{
    background-image: url(../images/icon12.png);
}
.base_swiper .swiper_btn.next:hover::before{
    background-image: url(../images/icon02.png);
}
.base_swiper .swiper_btn.prev{
    left: 0;
}
.base_swiper .swiper_btn.next{
    right: 0;
}
.base_swiper1 .swiper_btn.prev{
    background-image: url(../images/icon09.png);    
}
.base_swiper1 .swiper_btn.next{
    background-image: url(../images/icon10.png);    
}
.base_swiper1 .swiper_btn.prev:hover{
    background-image: url(../images/icon12.png);    
}
.base_swiper1 .swiper_btn.next:hover{
    background-image: url(../images/icon02.png);    
}

@media (max-width: 1459px){
    .base_swiper1 .swiper_btn {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 1280px){
    .base_swiper1 .swiper_btn {
        width: 12px;
        height: 12px;
    }
    .base_swiper .swiper_btn{
        padding: 30px;
    }
}
@media (max-width: 768px){
    .base_swiper .swiper_btn{
        padding: 20px;
    }
}
@media (max-width: 640px){
    .base_swiper .swiper_btn{
        padding: 15px;
    }
    .base_swiper .swiper_btn::before {
        width: 11px;
        height: 11px;
    }
}


@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{
    color: #fff;
    font-weight: initial;
}


/* 小导航 */
.bg-grey{
    background-color: #f5f9fd;
}
.locat{
    border-bottom: 1px solid #f0f0f0;
}
.locat .auto1600{
    display: flex;
    justify-content: space-between;
}
.ltabs{
    display: flex;
    color: #666666 !important;
} 
.ltabs a.ltab{
    color: #666666;
}
.ltabs .ltab{
    margin-right: 65px;
    cursor: pointer;
    position: relative;
}
.ltabs .ltab.cur{
    color: #000;
}
.ltabs .ltab.cur::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0354a6;
}
.ltabs .ltab,
.loted a{
    padding: 35px 0;
}

.loted{
    display: flex;
    align-items: center;
    color: #999999;
}
.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/icon13.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 18px;
    background-size: contain;
}
.loted a{
    margin: 0 5px;
    color: #999;
}
.loted span{
    /* color: #0354a6; */
    margin-left: 5px;
}
@media (max-width: 1459px){
    .ltabs .ltab,
    .loted a{
        padding: 30px 0;
    }
    .ltabs .ltab {
        margin-right: 45px;
    }
}
@media (max-width: 1024px){
    .ltabs .ltab,
    .loted a{
        padding: 20px 0;
    }
    .ltabs .ltab {
        margin-right: 35px;
    }
}
@media (max-width: 1024px){
    .ltabs .ltab,
    .loted a{
        padding: 15px 0;
    }
    .ltabs .ltab {
        margin-right: 25px;
    }
}
@media (max-width: 768px){
    .locat .auto1600 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .ltabs .ltab {
        margin-right:10px;
    }
    .ltabs .ltab,
    .loted a{
        padding: 10px 0;
    }
    .ltabs .ltab {
        font-size: 12px;
    }
    .ltabs .ltab {
        white-space: nowrap;
    }
    .ltabs {
        overflow-x: auto;
        width: 100%;
    }
}
@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%;
    justify-content: center;
}
.msg_box .title{
    text-align: center;
}
.msg_box .base_content{
    position: relative;
    width: auto;
}
.msg_box .close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 16px;
    z-index: 10;
    cursor: pointer;
    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: 100%;
    left: 50%;
    top: 50%;
    border-bottom: 2px solid #000;
}
.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;
    }
}

