
.main_btn li .active {
    color: rgba(25, 116, 245, 1);
    border-bottom: 1px solid rgba(25, 116, 245, 1);
}
/* 头部开始 */

.ts_header{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0.15rem 0;
}
.ts_header .left img{
    width: 5.15rem;
    height: 0.86rem;
}
.ts_header .middle .middle_cn{
    font-size:0.28rem;
    /*font-family:MicrosoftYaHei;*/
    font-weight:bold;
    color:rgba(51,51,51,1);
    padding-top: 0.1rem;
}
.ts_header .middle .middle_en{
    font-size:0.18rem;
    font-family:ArialMT;
    font-weight:bold;
    color:rgba(113,113,113,1);
}
.ts_header .right {
    padding: 0.1rem 0.6rem;
    margin-top: 0.09rem;
}
.ts_header .right img{
    width: 0.66rem;
    height: 0.56rem;
}

.carousel1 {
    height: 3.15rem;
}
.carousel2 {
    height: 3.15rem;
}


/* 头部结束 */

/* --------------------弹窗开始---------- */
.navModal{
    position: absolute;
    top:0;
    left:0 ;
    width: 100%;
    height: 10.2rem;
    margin-top: 1.5rem;
    background-color:#5C95E6;
    z-index: 100;
    display: none;
}
.closeModal{
    position: absolute;
    top: -1rem;
    right:0.2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.2rem;
    line-height: 0.7rem;
    margin: 0.2rem;
    background-color:#5C95E6;
    color: #fff;
    text-align: center
}
#hidden{
    position: fixed;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #333;
    opacity: 0.8;
    display: none;
    z-index: 10;
}
.modal_title{
    height:1rem;
    font-size:0.34rem;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:1rem;
    text-align:center;
}
.itemtitle{
    font-size:0.34rem;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:0.56rem;
    text-align: center;
    margin-top: 0.1rem;
}
.modalItem{
    margin-bottom: 0.1rem;
    border-top: 1px #fff solid
}
.modalItem ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0rem 0.5rem 0.2rem;

}
.modalItem ul li{
    margin: 0 0.2rem;
}
.modalItem ul li a{
    width:32%;
    height:0.28rem;
    font-size:0.26rem;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:0.56rem;
}
.modalItem ul li a:hover{
    color: #333;
    text-decoration: underline;
}
/* --------------------弹窗结束---------- */

/* 轮播图开始 */
.swiper-container {
    width: 100%;
    /*height: 100%;*/
    height: 3.15rem;
}
.swiper-container img{
    width: 100%;
    height: 100%;
}
.top_banner {
    overflow: hidden;
    margin-bottom: 0.5rem;
}
/* 轮播图结束 */


/* 底部开始 */
.ts_footer{
    width: 100%;
    /*height: 100%;*/
    /*height: 4rem;*/
    padding-bottom: 0.4rem;
    background-image: url("../../images/mobile/dibu.jpg");
}
.ts_footer .tsInfo{
    display: flex;
    justify-content: space-around;
    padding: 0.45rem 0.45rem;
}
.ts_footer .tsInfo .left{
    width: 50%;
}
.ts_footer .tsInfo .left p{
    margin-top: 0.1rem;
    color: #fff;
}
.ts_footer .tsInfo .right{
    width: 50%;
    padding-top: 0.1rem;
    color: #fff;
}
.ts_footer .tsInfo .right .qrcode{
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #aaa;
    margin: 0.1rem auto;

}
.ts_footer .tsInfo .right img{
    width: 1.16rem;
    height: 1.16rem;
    padding: 0.1rem;
}
.ts_footer .footerInfo p{
    text-align: center;
    color: #fff;
    margin-bottom: 0.05rem;
}
/* 底部结束 */






