    margin:0;
    padding: 0;
}
a:visited {
    text-decoration: none;
}
.background_img{
    width: 100%;
    background-size: 100%;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container{
    top: -6px;
}
.center_content{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
    background:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
.cloud{
    position: absolute;
    width: 100%;
}
.header{
    width: 1200px;
    height: 173px;
    max-width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.header_one>div{
    width: 50%;
}
.header_one{
    display: flex;
    width: 100%;
    height: 113px;
    position: relative;
}
.logo{
    margin-top: 30px;
}
.serve_s{
    width: 100%;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    padding-left: 243px;
}
.serve_s>div>.right_wire2{
    text-decoration: none;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
}
.right_wire{
    border-right: 2px solid rgb(219, 219, 219);
    padding-right:8px;
}
.serve_s img{
    vertical-align: middle;
}
.serve_simg1{
    width: 19px;
    height: 15px;
}
.serve_simg2{
    width: 18px;
    height: 18px;
}
.serve_simg3{
    width: 16px;
    height: 16px;
}
.searchs{
    width: 85%;
    float: right;
    margin-top: 20px;
    position: relative;
}
.searchs input{
    width: 265px;
    height: 40px;
    outline: none;
    border-radius: 20px;
    border: 1px solid #2066A7;
    color: #333333;
    font-size: 15px;
    padding: 7px 0 7px 10px;
}
.searchs>img{
    position: absolute;
    top: 10px;
    left: 46%;
}
.search_right{
    font-weight: bold;
    color: #004E99;
    font-size: 24px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
.search_right img,span{
    vertical-align: middle;
    color: #004E99;
}
.right_wire2 span{
    color: #333333;
}
.phone{
    font-style:italic;
}
.logo img{
    width: 166px;
    height: 54px;
}
.bgblue{
    position: absolute;
    top: 113px;
    z-index: 30;
    background:rgba(0,78,153,0.8);
    width: 100%;
    height: 60px;
}
/* 导航 */
.navigation{
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
}
.navigation>.shouye{
    cursor: pointer;
    text-align: center;
    width: 9.11%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: rgb(61, 47, 47);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    height: 100%;
}
.navigation a{
    color: #fff !important;
}
.shouye{
    position: relative;
}
.shouye:hover{
    background: #004486;
    color: #FBCD06;
}
.shouye:hover .regards{
    color: #FBCD06;
    display: block;
}
.gexian{
    color: #679BCC;
    margin-top: 15px;
    vertical-align: middle;
    font-weight: normal;
    height: 40px;
}
.navigation{
    display: flex;
}
.navigation>div:hover .regards{
    display: block;
}
.navigation>a:hover{
    color: #FBCD06;
}
.regards{
    position: absolute;
    top:60px;
    left: 0;
    width: 100%;
    background:rgba(0,68,134,0.8);;
    padding: 0 15px;
    border-radius:0px 0px 10px 10px;   
    display: none; 
}
.regards img{
    width: 53px;
    height: 17px;
}
.regards a{
    color: #fff;
    font-weight:normal;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.regards a:hover{
    color: #F4C41E;
}
.box1{
    width: 141px;
    background: #C7DCF0;
    height: 26px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}
.box1 a{
    text-align: center;
    text-align: center;
    border-radius: 20px;
}
.box1 a:hover{
    color: #F4C41E;
}
.active{
    background: #004E99;
    color: #FACF04;
}
.box1>.b1{
    width: 40%;
    display: block;
}
.box1>.b2{
    width: 59%;
    display: block;
}
/* 右侧导航 */
.right_ngn{
    width: 111px;
    position: fixed;
    z-index: 100;
    top: 130px;
    right: 22px;
}
.right_ngn div{
    padding: 14px 5px;
    width: 90px;
    height: 90px;
    background:rgba(0,78,153,0.5);
    border-radius: 10px;
    margin: 4px 0;
}
.message img{
    width: 40px;
    height: 40px;
    margin-left: 18px;
}
.English img{
    width: 40px;
    height: 40px;
    margin-left: 18px;
}
.Accounts img{
    width: 40px;
    height: 35px;
    margin-left: 19px;
    margin-bottom: 4px;
}
.scan{
    width: 95px;
    height: 90px;
    background: #004E99;
    border-radius: 10px;
    text-align: center;
    display: none;
    position: fixed;
    top: 312.3px;
    z-index: 120;
    right: 126px;
    margin: 10px 0;
}
.Accounts:hover .scan{
    display: block;
    border-radius:10px 10px 0px 10px;
}
.mailbox img{
    width: 40px;
    height: 38px;
    margin-left: 19px;
}
.vote img{
    width: 40px;
    height: 40px;
    margin-left: 19px;
}
.complain img{
    height: 40px;
    margin-left: 14px;
    width: 49px;
}
.right_text{
    margin:0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-top: 3px;
}
.right_ngn>div{
    text-align: center;
}
.right_ngn div:hover{
    cursor: pointer;
    background: #004E99;
}
.right_ngn .Accounts:hover{
    border-radius:0px 10px 10px 0px;

}
.scan img{
    width: 72px;
    height: 72px;
    position: absolute;
    top: 9px;
    left: -7px;
}
/* 底部 */
.footer{
    width: 100%;
    height: 451px;
    background-color: #004E99;
    position: relative;
}
.footer_bg{
    background: url(../images/-s-xianmiao@2x.png) no-repeat 0 0;
    width: 100%;
    height: 183px;
    position: absolute;
    bottom: 0;
}
.copyright{
    background:rgba(0,0,0,0.1);
    width: 100%;
    height: 74px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 74px;
    position: absolute;
    bottom: 0;
}
.footer_center{
    width: 1200px;
    margin: 0 auto;
    height: 355px;
    display: flex;
}                                                                           
.advisory{
    width: 24%;
    height:104%;
    background:rgba(0,0,0,0.3);
}
.advisory_two{
    width: 16%;
    height: 85%;
    padding: 37px 0 0 30px;
}
.advisory_s{
    width: 80%;
    height: 80%;
    margin:  20px 23px;
}
.relation{
    width: 100%;
    height: 40px;
    margin: 10px 0;
}
.location{
    font-size: 12px;

    border-top: 1px solid #3371AD;
    border-bottom: 1px solid #3371AD;
    padding: 4px 0 3px 0;
}
.location .p1{
    margin: 6px 0;
    color: #fff !important;
    font-size: 14px;
}
.location .p2{
    margin: 4px 0;
    color: #fff !important;
    font-size: 12px;
}
.ORcode{
    padding: 16px 50px;
}
.short-term{
    width:13px;
height:2px;
background:rgba(226, 223, 29,1);
}
.right_xian{
    border-right: 1px solid rgba(255,255,255,0.2);
    height: 228px;
}
.tabbar_text div{
    padding: 1px 0;
}
.tabbar_texto_one{
    font-size: 14px;
    color: #fff;
}
.p_one{
    font-size: 12px;
    margin: 0 0 15px 0;
    color: #8CC1F5;
}
.tabbar_text p{
    color: #8CC1F5;
    font-size: 12px;
}
.tabbar_text p:hover{
    color:#FCCE06;
}
.advisory_logo{
    height: 50px;
}

.copyright a{
    color: #fff;
    margin-right: 15px;
}
.copyright a:hover{
    color:#FCCE06;
}