.top_nav {
    margin: 0 auto;
    position: relative;
}
.top_nav ul{
    padding-top: 2.15rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top_nav ul li{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 2.2rem;
}

.top_nav ul li.top_nav_1 .img_normal{
    background: url(icon_hy1.png) no-repeat center;
    background-size: 1rem 1rem;
}

.top_nav ul li.top_nav_1 .img_hover{
    background: url(icon_hy1_h.png) no-repeat center;
    background-size: 1rem 1rem;
}

.top_nav ul li.top_nav_2 .img_normal{
    background: url(icon_hy2.png) no-repeat center;
    background-size: 1rem 1rem;
}

.top_nav ul li.top_nav_2 .img_hover{
    background: url(icon_hy2_h.png) no-repeat center;
    background-size: 1rem 1rem;
}

.top_nav ul li.top_nav_3 .img_normal{
    background: url(icon_hy3.png) no-repeat center;
    background-size: 1rem 1rem;
}

.top_nav ul li.top_nav_3 .img_hover{
    background: url(icon_hy3_h.png) no-repeat center;
    background-size: 1rem 1rem;
}

.top_nav ul li a{
    display: block;
    font-size: .2rem;
    color: #004B85;
    line-height: .3rem;
    text-align: center;
}
.top_nav ul li a:hover {
    color: #FFFFFF;
}

.top_nav ul li .img_normal{
    width:100%;
    height: 1rem;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0.2rem;
}
.top_nav ul li .img_hover{
    width:100%;
    height: 1rem;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.top_nav ul li:hover .img_normal{
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.top_nav ul li:hover .img_hover{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.top_more {
    display: block;
    width: 2.8rem;
    height: .7rem;
    margin: 0.4rem auto 0;
    line-height: .7rem;
    border: 1px #004B85 solid;
    color: #004B85;
    font-size: .24rem;
    text-align: center;
}
.top_more:hover {
    border: 1px #004B85 solid;
    background: #004B85;
    color: #FFFFFF;
}
.top_more span {
    font-family: '宋体';
    font-weight: bold;
}
.news_more {
    display: block;
    width: 3.3rem;
    height: .7rem;
    margin: .5rem auto .3rem;
    line-height: .7rem;
    border: 1px #004B85 solid;
    color: #004B85;
    font-size: .24rem;
    clear: both;
    text-align: center;
}
.news_more:hover {
    border: 1px #004B85 solid;
    background: #004B85;
    color: #FFFFFF;
}
.news_more span {
    font-family: '宋体';
    font-weight: bold;
}
.panda_more {
    display: block;
    width: 4.4rem;
    height: .7rem;
    margin: 0.2rem auto .3rem;
    line-height: .7rem;
    border: 1px #004B85 solid;
    /* padding-left: 58px; */
    color: #004B85;
    font-size: .24rem;
    clear: both;
    text-align: center;
}
.panda_more:hover {
    border: 1px #004B85 solid;
    background: #004B85;
    color: #FFFFFF;
}
.panda_more span {
    font-family: '宋体';
    font-weight: bold;
}
.meber_more {
    display: block;
    width: 4.4rem;
    height: .7rem;
    margin: .3rem auto 0;
    line-height: .7rem;
    border: 1px #FFFFFF solid;
    color: #FFFFFF;
    font-size: .24rem;
    clear: both;
    text-align: center;
}
.meber_more:hover {
    border: 1px #004B85 solid;
    background: #004B85;
    color: #FFFFFF;
}
.meber_more span {
    font-family: '宋体';
    font-weight: bold;
}
.cont_panda {
    overflow: hidden;
}
.cont_panda{
    overflow: hidden;
    margin-top: 0.5rem;
}

.cont_panda li{
    margin-bottom: 0.4rem;
}
.cont_panda li a{
    display: block;
}

.cont_panda li .text-cont{
    padding:0.2rem 0.3rem;
    background: #fff;
}

.cont_panda li h4{
    font-size: 0.32rem;
    color: #004B85;
    line-height: 1.5;
}

.cont_panda li p{
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #C7A478;
}

.cont_panda li p span {
    font-family: '宋体';
    font-weight: bold;
}
.cont_panda .img-cont img {
    width: 100%;
    display: block;
}
.mainBannerSlide {
    position: relative;
    width: 100%;
    height: 5.19rem;
    overflow: hidden;
    background:url(ind_banner_mobile.jpg) center bottom no-repeat;
    background-size: contain;
}

.indexbg {
    padding: 0.5rem .2rem;
    background: url(index_bg.jpg) left top repeat;
    background-size: 0.37rem 0.37rem;
}

.indexbg2{/* padding: 0.5rem 0.2rem 0.88rem; */}

.index_title{
    position: relative;
    font-size: .6rem;
    color: #004B85;
    text-align: left;
    padding: 0 0 .4rem;
    font-weight: bold;
}
.cont_box1 {
    background: #FFFFFF;
    position: relative;
    margin-bottom: .3rem;
}
.cont_box1 img {
    width: 100%;
    height: 100%;
}
.cont_box2 {
    background: #FFFFFF;
    position: relative;
    margin-bottom: .3rem;
}
.cont_box2 img {
    width: 100%;
    height: 100%;
}
.cont_box3 {
}
.cont_box_sec1 {
    margin-bottom: 30px;
    background: #FFFFFF;
    position: relative;
}
.cont_box_sec2 {
    background: #FFFFFF;
    position: relative;
}
.cont_txt {
    padding: .3rem .3rem .2rem .3rem;
    font-size: .28rem;
}
.cont_txt a {
    color: #004B85;
    line-height: .4rem;
    font-weight: bold;
}
.cont_time {
    color: #C7A478;
    font-size: .24rem;
    padding: 0 .3rem .3rem .3rem;
}
.index_member{
    height: 8.24rem;
    background:url(en_banner_md_mobile.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.index_member_title{
    position: relative;
    font-size: .6rem;
    color: #fff;
    text-align: center;
    padding: .65rem 0 0.55rem;
    font-weight: bold;
}
.index_member p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.index_member_title a{color: #fff;}

.index_member ul{
    overflow: hidden;
    clear: both;
    padding-left: .4rem;
}

.index_member ul li{
    display: inline-block;
}

.index_member ul li:last-child{margin-right: 0;}

.index_member ul li {
    display: block;
    font-size: .24rem;
    color: #fff;
    line-height: .4rem;
    float: left;
    height: 1.5rem;
}
.index_member ul li:nth-child(1n) {
    width: 45%;
}
.index_member ul li:nth-child(2n) {
    width: 55%;
}


.index_member ul li .img_normal{
    opacity: 1;
    margin-bottom: .2rem;
    font-size: .5rem;
    font-weight: bold;
}