* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

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;
}

.mobileNone {
    display: none !important;
}

.header_top {
    position: relative;
    width:7.5rem;
    height: 1.3rem;
    padding:0.19rem 0.2rem 0;
    background:#005BAC;
    box-sizing: border-box;
    z-index: 10001;
}
.indexscroll {
    border-bottom: 1px #ECECED solid;
    background: #fff;
}
.txtMarquee-top{
    width:100%;
    height: 0.8rem;
    overflow: hidden;
    position:relative;
    background:url(icon_notice2.png) .06rem center no-repeat;
    padding-left: 0.5rem;
    box-sizing: border-box;
    background-size: 0.33rem 0.27rem;
}

.txtMarquee-top .infoList li{
    width: 7.5rem;
    height: 0.8rem;
    line-height:0.8rem;
    overflow: hidden;
}

.txtMarquee-top .infoList li a{
    font-size: 0.28rem;
    color:#000;
    line-height:0.8rem;
    padding-left: 0.46rem;
    box-sizing: border-box;
    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:#337CBD;
    border-radius: 0.34rem;
}

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

.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_topL .engLink{
    float:right;
    height:0.5rem;
    margin:0.21rem 0 0 0;
    padding-left:0.3rem;
    border-left: 1px solid #507fa4;
    vertical-align:top;
}

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

.header_topR .engLink{
    float:right;
    height:0.5rem;
    margin:0.21rem 0 0 0;
    padding-left:0.3rem;
    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;
    font-family: Arial;
    background:url(icon_earth_mobile.png) left center no-repeat;
    background-size: 0.31rem 0.31rem;
}

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

.header_logo .header_logo1 {
    display: block;
    width: 5.88rem;
    height: 0.75rem;
    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: 10000;
    display: none;
}

.navList{position: relative;z-index: 999999999;}

.navList li .itemTitle{
    display: block;
    font-size: 0.34rem;
    color: #1a1a1a;
    width:2.4rem;
    height: 0.92rem;
    line-height: 0.92rem;
    background:#fff;
    border-bottom: 1px solid #d7c694;
    text-align: center;
}

.navList li:last-child .itemTitle{
    height: 3.54rem;
    border-bottom: none;
}

.navList li .itemTitle.on{
    height: 0.92rem;
    color:#005BAC;
    line-height: 0.92rem;
    background: #f5f4f1;
    border-bottom: none;
}

.navList li .itemMenu{
    position: absolute;
    top:0;
    right:0;
    width:4.75rem;
    display: none;
}
.navList li .itemMenu .navName {
    font-size: 0.34rem;
    line-height: 0.5rem;
    color: #CAA846;
    font-weight: bold;
    margin-top: .3rem;
    margin-bottom: .2rem;
}
.navList li .itemMenu dl{clear: both;}
.navList li .itemMenu dl dt {
    position: relative;
}
.navList li .itemMenu dl dt .more {
    background: url(ico_nav_link.png) right center no-repeat;
    background-size: .6rem .2rem;
    width: 1rem;
    height: 0.5rem;
    padding: 0;
    position: absolute;
    right: .2rem;
    top: .1rem;
}
.navList li .itemMenu dl a{
    display: block;
    font-size: 0.32rem;
    line-height: 0.5rem;
    padding:0.14rem 0;
}

.navList li .itemMenu dl dt a{
    color:#005BAC;
    padding-left: 0.28rem;
    background: url(icon_arrow8_mobile.png) left center no-repeat;
    background-size: 0.11rem 0.19rem;
    float: left;
}

.navList li .itemMenu dl dd{
    padding-left: 0.65rem;
    display: none;
    clear: both;
}

.navList li .itemMenu dl dd a{
    color:#707070;
}

.navList li .itemMenu dl dt a.on{
    background: url(icon_arrow7_mobile.png) left center no-repeat;
    background-size: 0.19rem 0.11rem ;
}

.navList li .itemMenu dl dt a.on,.navList li .itemMenu dl dd a.on,.navList li .itemMenu dl dd a:hover{
    color:#CAA846;
}

.footer{border-top: 0.19rem solid #e3e4e5;background: #005BAC url(index_foot_bg_mobile.jpg) left top no-repeat;background-size: 7.5rem 6.97rem;}


.footer_cont .footer_contL{
    padding: 0.33rem 0.2rem 0;
}

.footer_cont .footer_contR{
   padding:0 0.2rem;
}

.footer_down .footer_downL,.footer_down .footer_downR a{display: inherit; font-size: 0.25rem;color: #ffffff;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 .dl2{padding-top: 0.2rem;}
.footer_cont .dl2 dd{width:5.6rem;}
.footer_cont .dl2 dd .links1 a:nth-child(3n){margin-right: 0;}

.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{
    float: left;
    display: inline-block;
    vertical-align:top;
}
.footer_cont dl dd a{
    font-size: 0.28rem;
    color:#fff;
    line-height: 0.48rem;
}

.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{
    float: left;
    display: inline-block;
    margin-right: 0.6rem;
    padding-right: 0.32rem;
    line-height: 0.53rem;
    background: url(icon_arrow4_mobile.png) right center no-repeat;
    background-size: 0.16rem 0.24rem;
}

.footer_bot_ewm {
    padding:0.59rem 0 0;
    display: flex;
    justify-content: space-between;
}
.footer_bot_ewm li{
    display: inline-block;
    text-align: center;
    margin-right: 0.37rem;
}

.footer_bot_ewm li:last-child{margin-right: 0;}

.footer_bot_ewm li p{
    padding-top: 0.22rem;
    font-size: 0.2rem;
    color:#8ba5b9;
    line-height: 0.4rem;
}

.footer_bot_ewm img {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    margin:0 0.1rem;
    border:0.11rem solid #337CBD;
}

.footer_cont{/* height: 8rem; */padding-bottom: .3rem;}
.footer_down{height:1.35rem;padding:0.25rem 0 0.22rem;background:#337CBD;box-sizing: border-box;}

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

/* 2021-12-09 mobile 娣诲姞寮€濮� */
.no_result{
    height: 6rem;
    background: url(no_result.jpg) no-repeat center;
    background-size: 80%;
}

/* 2021-12-09 娣诲姞缁撴潫 */