* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial;
    background: #ffffff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body.sy {
    background: #ffffff !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

* {
    box-sizing: border-box;
}
img {
    width: 100%;
    display: block;
}

.mobileNone {
    display: none !important;
}

.header_top {
    position: relative;
    width:7.5rem;
    height: 1.66rem;
    padding:0.19rem 0.2rem 0;
    background:#004b85;
    box-sizing: border-box;
    z-index: 4;
}
.txtMarquee-top * {
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}
.txtMarquee-top{
    width:100%;
    height: 0.48rem;
    overflow: hidden;
    position:relative;
    background:url(icon_notice.png) left center no-repeat;
    transition: none;
    padding-left: .4rem;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}

.txtMarquee-top .infoList li{
    height: 0.48rem;
    line-height:0.48rem;
    overflow: hidden;
    width: auto!important;
}

.txtMarquee-top .infoList li a{
    font-size: 0.28rem;
    color:#fff;
    line-height:0.48rem;
    padding-left: 0.46rem;
    background-size: 0.33rem 0.27rem;
    vertical-align: top;
}

.header_topR{overflow: hidden;}

.searchBox {
    width: 5.13rem;
    height: 0.68rem;
    margin-top: 0.11rem;
    position: relative;
    float: left;
    background:#00366b;
    border-radius: 0.34rem;
}

.searchBox .search_txt{
    float: left;
    width:4.1rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.28rem;
    color:#859bb5;
    padding-left:0.28rem;
    background:transparent;
}

.searchBox .search_txt::-webkit-input-placeholder {
    color: #859bb5;
}
.searchBox .search_txt::-moz-input-placeholder {
    color: #859bb5;
}
.searchBox .search_txt::-ms-input-placeholder {
    color: #859bb5;
}

.searchBox .searchBtn {
    width: 0.38rem;
    height: 0.38rem;
    position: absolute;
    top: 50%;
    right: 0.23rem;
    margin-top: -0.19rem;
    background: url(icon_search_mobile.png) no-repeat;
    background-size: 100% 100%;
}

.header_topR .engLink{
    float:right;
    height:0.5rem;
    margin:0.21rem 0 0 0;
    padding-left:0.3rem;
    padding-right: .2rem;
    border-left: 1px solid #507fa4;
    vertical-align:top;
}

.header_topR .engLink a{
    padding-left:0.43rem;
    font-size: 0.3rem;
    color:#859bb5;
    line-height:0.5rem;
    vertical-align:top;
    background:url(icon_earth_mobile.png) left center no-repeat;
    background-size: 0.31rem 0.31rem;
}

.header_logo {
    position: absolute;
    top: 1.66rem;
    left: 0;
    width: 100%;
    height: 1.34rem;
    padding: 0.3rem 0.2rem 0;
    background: rgba(255,255,255,0.94);
    box-shadow: 0px 2px 10px rgba(178,178,178,0.6);
    box-sizing: border-box;
    z-index: 4;
}

.header_logo .header_logo1 {
    display: block;
    width: 6.25rem;
    height: 0.74rem;
    background: url(logo_mobile.png) no-repeat;
    background-size: 100% 100%;
}

.headerLoadMore{
    display: block;
    width: 0.44rem;
    height: 0.31rem;
    margin-top: 0.22rem;
    background: url(icon_menu_mobile.png) left center no-repeat;
    background-size: 100% 100%;
}
.headerCloseMore{
    display: none;
    width: 0.32rem;
    height: 0.31rem;
    margin-top: 0.22rem;
    margin-right: 0.05rem;
    background: url(icon_close_mobile.png) left center no-repeat;
    background-size: 100% 100%;
}

.navListCont {
    width: 100%;
    position: absolute;
    height: auto;
    padding:1.34rem 0 0;
    background: #f5f4f1;
    box-shadow: 2px 0px 10px rgba(178, 178, 178, 0.25);
    top: -10rem;
    z-index: 3;
    display: none;
}
.navList{position: relative;}


.head-nav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 0;
    overflow: hidden;
}

.head-nav.show{
    height: auto;
    padding: 0.3rem 0;
}

.head-nav .nav-item{
    box-sizing: border-box;
    font-size: 0.36rem;
    color: #1a1a1a;
    position: relative;
}

.head-nav .nav-item .nav-text{
    display: block;
    padding: 0.26rem 0.3rem;
}

.head-nav .nav-item.has-child:after{
    content: '';
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    background: url(en_m_arrow1.png) no-repeat;
    background-size: 0.15rem auto;
    position: absolute;
    top: 0.35rem;
    right: 0.3rem;
}

.head-nav .nav-item.active{
    color: #083b72;
}

.head-nav .nav-item.active.has-child:after{
    width: 0.25rem;
    height: 0.15rem;
    background-image: url(en_m_arrow2.png);
    top: 0.42rem;
    background-size: 100% auto;
}

.head-nav .nav-item .nav-child{
    background-color: #F5F4F1;
    background-image: url(logo_bg_mobile.png);
    background-size: 3.25rem auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 0;
    transition: all 0.4s;
    overflow: hidden;
}

.head-nav .nav-item.active .nav-child{
    height: auto;
    padding: 0.3rem 0 .5rem;
}
.head-nav .nav-item.active .nav-child .base-wrapper {
    margin-top: -0.3rem;
}
.head-nav .nav-item .child-item{
    padding: 0.42rem 0 .2rem;
    font-size: 0.3rem;
    display: block;
    color: #333333;
    border-bottom: 1px #DBC58D solid;
    margin: 0 .5rem;
}

.head-nav .nav-item .child-item:before{
    content: '';
    vertical-align: 2px;
}

.head-nav .nav-item .child-item.active{
    color: #ffffff;
}




.footer{border-top: 0.19rem solid #e3e4e5;background: #004D89;}


.footer_cont .footer_contL{
    padding: 0.33rem 0.2rem 0;
}
.footer_cont .links1 {
    display: flex;
    padding:.5rem 0 .3rem;
    justify-content: space-between;
}
.footer_cont .footer_contR{
    font-size: .3rem;
    color: #FFFFFF;
    padding: 0 .2rem;
    line-height: .6rem;
}
.footer_cont .footer_contR p {
    padding: 0.2rem 0;
    font-size: .36rem;
}
.footer_cont .footer_contR span {
    display: block;
}
.footer_cont .footer_contR a {
    color: #CAD3DE;
}

.footer_down .footer_downL,.footer_down .footer_downR a{display: inherit; font-size: 0.25rem;color: #8ba5b9;line-height: 0.44rem;}
.footer_down .footer_downL{text-align: center;}
.footer_down .footer_downR{padding:0 0.2rem;overflow: hidden;}
.footer_down .footer_downR a{float: left;}
.footer_down .footer_downR a:last-child{float: right;}
.footer_down .footer_downR a img{vertical-align: middle;width:0.23rem; margin-right: 0.12rem;}

.footer_cont dl{overflow: hidden;}
.footer_cont dl dt{
    float: left;
    display: inline-block;
    font-size: 0.28rem;
    color:#fff;
    line-height: 0.48rem;
    vertical-align: top;
}
.footer_cont dl dd a{
    font-size: 0.28rem;
    color:#fff;
}

.footer_cont dl dd .links{margin-right: 0.64rem;}
.footer_cont dl dd:last-child .links{margin-right: 0;}

.footer_cont dl dd .links a{
    display: block;
}

.footer_cont dl dd .links1 a{
    padding-right: 0.34rem;
    background: url(icon_arrow4_mobile.png) right center no-repeat;
    background-size: 0.16rem 0.24rem;
}
.footer_cont{background: url(index_foot_bg_mobile.jpg) left top no-repeat;background-size: 7.5rem 6.97rem;padding-bottom: .6rem;}
.footer_down{
    background: #014071;
    color: #7E9AB0;
    line-height: .42rem;
    font-size: .28rem;
    padding: 0.24rem;
}
.footerimg img {
    width: 92%;
}

#mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    display: none;
}

.more a {
    font-size: .4rem;
}