body,html{
    margin: 0 !important;
    padding: 0;
    font-family: SourceHanSansCN-Regular;
}
#main{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
.pc{
    display: block !important;
}
.mb{
    display: none !important;
}
ul li{
    list-style: none;
}

/* @font-face {
    font-family: AlimamaShuHeiTi-Bold;
    src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');
}
@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}
@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
} */

a{
    text-decoration: none;
}
a:hover{
    opacity: 0.9;
}

@media (max-width: 1920px) {
    #main{
        width: 100%;
    }

    .pc{
        display: none !important;
    }
    .mb{
        display: block !important;
    }
}


.header{
    position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    z-index: 999;
    height:86px !important;
    /* max-width: 1280px; */
    background: #fff;
}
.header .container{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.header.index{
    position: absolute;
    top: 0;
}
.header .logo{
    margin: 6px 0 0 30px;
    width: 191px;
    height: 73px !important;
    display: block;
    background: url(../img/logo.svg) no-repeat;
    background-size: 100% auto;
    left: 0 !important;
}
.header .link-box{
    width: 1025px;
    position: absolute;
    right: 0;
    top: 46px;
    height: 28px;
    line-height: 28px;
    background: #a00000;
    border-radius: 25px;
    padding-left: 40px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: 7.4px center;
}
.header.index .link-box{
    background: #E60012;
}
.header .link-box a{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    margin-right:35px;
    vertical-align: top;
}
.header .link-box a.active{
    opacity: 0.8;
}
.header .top-bar{
    position: absolute;
    right: 19.5px;
    top: 6px;
    height: 36px;
    line-height: 32px;
    font-family: SourceHanSansCN-Regular;
}
.header .top-bar .input-box{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.header .top-bar .input-box input{
    width: 162px;
    height: 22px;
    border-radius: 22px;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 0 20px 0 10px;
    display: block;
    border: 1px solid #999;
    color: #000;
}
.header.index .top-bar .input-box input{
    background-color: #fff;
    color: #000;
}
.header.index .top-bar .input-box input{
    background: #fff;
    color: #000;
}
.header .top-bar .input-box .icon{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 7px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.header .top-bar a{
    color: #E60012;
    font-size: 14px;
    vertical-align: middle;
}
.header .top-bar a.border{
    margin: 0 6px;
    padding: 0 7px;
    /* border-left: 1px solid #A5A5A5; */
}
.header .top-bar a{
    color: #999999;
    font-size: 14px;
    vertical-align: middle;
}
.header .top-bar a:last-child{
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 1920px) {
    #mobile #app{
        padding-top: 13vw;
    }
    #mobile .header{
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 13vw !important;
        line-height: 13vw !important;
        background: #E50012;
        text-align: center;
    }
    #mobile .header .logo{
        width: 25vw !important;
        margin: 0 auto 0 auto;
        display: inline-block !important;
        background: url(../img/logo2.svg) center no-repeat !important;
        background-size: 100% auto !important;
        padding: 0 !important;
        position: static !important;
        float: none !important;
        height: 13vw !important;
        border: none !important;
    }
    #mobile .header .link-box{
        position: fixed;
        top: 12vw;
        left: -100%;
        padding: 0;
        width: 28.2vw;
        height: calc(100vh - 12vw);
        border-radius: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        background: #E60012;
        opacity: 0;
    }
    #mobile .header .link-box.active{
        left: 0;
        opacity: 1;
    }
    #mobile .header .link-box a:first-child{
        margin-top: 12vw;
    }
    #mobile .header .link-box a{
        display: block;
        margin: 8vw 0 0 0;
        font-size: 2.9vw;
        height: 2.9vw;
    }
    #mobile .header .top-bar{
        display: none;
    }
    #mobile .header .search{
        position: absolute;
        right: 3.5%;
        width: 6.5vw;
        height: 6.5vw;
        top: 50%;
        transform: translateY(-50%);
    }
    #mobile .header .container{
        height: 13vw;
    }
    #mobile .header .menu{
        display: block !important;
        position: absolute !important;
        left: 3.5% !important;
        top:50% !important;
        z-index: 2 !important;
        transform: translateY(-50%) !important;
        width: 8vw !important;
        height: auto !important;
        background: none !important;
    }
    #mobile .header .menu .line{
        width:100%;
        height:0.5vw;
        background: #fff;
        margin:2vw 0;
        border-radius: 5px;
        position: static;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mobile .header .menu .line:nth-child(1) {
        transform: rotate(0);
        -webkit-transform-origin: 8px 0;
        transform-origin:1vw 0;
      }
    #mobile .header .menu .line:nth-child(2) {
        opacity: 1;
    }
    #mobile .header .menu .line:nth-child(3) {
        transform: rotate(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    #mobile .header .menu.active .line:nth-child(1) {
        transform: rotate(45deg);
      }
    #mobile .header .menu.active .line:nth-child(2) {
        opacity: 0;
    }
    #mobile .header .menu.active .line:nth-child(3) {
        transform: rotate(-45deg);
    }
}


.footer{
    background:url(../img/footer_bg.png) 33px center no-repeat rgb(180,180,181,.3);
    padding: 80px 100px 80px 110px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.footer .logo-box{
    display: inline-block;
    vertical-align: top;
}
.footer .logo-box .icon-box{
    margin-top: 25px;
}
.footer .logo-box .icon-box a{
    display: inline-block;
    margin-right: 3.5px;
}
.footer .logo-box .icon-box a:last-child{
    margin: 0;
}
.footer .link-box{
    display: inline-block;
    vertical-align: top;
    margin-left: 65px;
}
.footer .link-box .item{
    width: 113px;
    display: inline-block;
    vertical-align: top;
}
.footer .link-box .title{
    font-size: 14px;
    margin-bottom: 14px;
    font-family: SourceHanSansCN-Regular;
    color: #707070;
    font-weight: bold;
}
.footer .link-box .item a{
    display: block;
    color: #707070;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: SourceHanSansCN-Regular;
}
.footer .link-box .item a:last-child{
    margin: 0;
}
.footer .link-box .right-box{
    display: inline-block;
    vertical-align: top;
    color: #707070;
    padding-left: 50px;
    padding-bottom: 25px;
    border-left: 1px solid #707070;
    width: auto;
}
.footer .link-box .right-box .info .item{
    display: flex;
    font-size: 12px;
    width: auto;
    margin-bottom: 5px;
    line-height: 160%;
}
.footer .link-box .right-box .info .item .name{
    width: 40px;
}
.footer .link-box .right-box .info .item .text{
    width: calc(100% - 40px);
}
@media (max-width: 1920px) {
    #mobile .footer{
        background: none;
        padding: 0;
    }
    #mobile .footer .logo-box{
        display: block;
        width: 100%;
        text-align: center;
    }
    #mobile .footer .logo-box svg{
        width: 8vw;
        height: 8vw;
    }
    #mobile .footer .logo{
        display: none;
    }
    #mobile .footer .link-box{
        margin: 0;
        background: #252a30;
        display: block;
    }
    #mobile .footer .link-box .item{
        display: none;
    }
    #mobile .footer .link-box .right-box{
        display: none;
    }

    #mobile .mobile_dec{
        color: #999999;
        font-size:2.5vw !important;
        text-align: center;
        height: auto;
        line-height: 180%;
        padding: 20px 0 50px 0;
    }
    #mobile .mobile_dec p{
        margin: 0;
    }
    #mobile{
        margin-top: 15px;
    }
    #mobile .monlie_phone{
        display: flex !important;
        justify-content: space-around;
        width: 90%;
        border-bottom: 1px dotted #606568;
        height: auto;
        margin:0 5%;
        padding-left: 0;
        padding-right: 0;
    }
    #mobile .monlie_phone .phone_left{
        width: 50%;
        padding: 0;
        padding-right: 10px;
    }
    #mobile .monlie_phone .phone_left li{
        display: flex;
        justify-content: flex-end;
    }
    #mobile .monlie_phone .phone_right{
        width: 50%;
        padding: 0;
        padding-left: 10px;
        border-left: 1px dotted #606568;
    }
    #mobile .monlie_phone .phone_right li{
        display: flex;
        justify-content: flex-start;
    }
    #mobile .monlie_phone .phone_right li .mobile_adress{
        font-size: 2.5vw;
        width:auto;
    }
    #mobile .monlie_phone>ul>li{
        color: #BBBBBB;
        font-size: 2.5vw;
    }
    #mobile .monlie_phone>ul>li>span{
        font-size: 2.5vw;
        color: #BBBBBB !important;
        vertical-align: top;
        display: inline-block;
    }
    #mobile .monlie_phone>ul>li:nth-child(1){
        margin-bottom: .5rem
    }
    #mobile .monlie_phone>ul>li>img{
        display: inline-block;
        width: 3vw;
        height: 3vw;
        margin-right: 1.5vw;
        margin-left: 1.5vw;
    }
    /* #mobile .mainNew_info .mainNew_infoLeft{
        width: 100%;
    } */
}



.menuMaskList{
	position: absolute;
    width:100%;
    max-width: 1280px;
	height:0;
	top:86px;
	z-index:500;
	background: #FFFFFF;
    box-shadow: 0 68px 94px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
    left: 50%;
    transform: translateX(-50%);
}
.menuMaskList .menu-mask{
    display: none;
    width:100%;
    height: 550px;
	background: #FFFFFF;
	box-shadow: 0 68px 94px 0 rgba(0,0,0,0.15);
}
.menu-mask .menu_content{
	width:calc(100% - 60px);
	height:96%;
    padding: 10px 30px 30px 30px;
    margin:0 auto;
}
.menu-mask .menu_content .half_ul{
    width:600px;
    border-right:1px solid #EEEEEE;
    float:left;
    height:100%;
}
.menu-mask .menu_content .half_ul ul{
    float:left;
    margin-right:150px;
    margin-top:34px;
}
.menu-mask .menu_content .half_ul ul li{
    height: 60px;
    line-height:60px;
}
.menu-mask .menu_content .half_ul ul li a.act{
    color:#A00000;
}
.menu-mask .menu_content .half_ul ul li a{
    color:#333333;
    font-size: 16px;
}
@media (max-width: 1920px) {
    #mobile .menuMaskList .menu-mask .menu_content{
        width: 100% !important;
        height: 100% !important;
        padding:0 !important;
        margin:0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul{
        width: 100% !important;
        height: 100% !important;
        border-right: none !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul{
        margin-right:0 !important;
        margin-top:0 !important;
        float: none !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul li{
        height: 1.2rem !important;
        line-height:1.2rem !important;
        padding-right: .5 !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul li a{
        font-size: .347rem !important;
        color:#666666 !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul li a.act{
        font-size: .4rem !important;
        color:#333333 !important;
        font-weight: bold !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_swiper{
        display: none !important;
    }
}



.half-less{width:355px;float:left;height: 100%;}
.menu-mask .menu_content .half-less ul{
    margin: 24px 0 0 120px;
}
.menu-mask .menu_content .half-less ul li {
    line-height: 40px;
}
.menu-mask .menu_content .half-less ul li a.act {
    color:#A00000;
}
.menu-mask .menu_content .half-less ul li a {
    color: #666;
    font-size: 16px;
}
.menu-mask .menu_content .half_ul ul li:hover a, .menu-mask .menu_content .half-less ul li:hover a {
    color: #a00000;
}

@media (max-width: 1920px) {
    #mobile .half-less{width: 100%;float: left;height: auto;}
    #mobile .menuMaskList .menu-mask .menu_content .half-less ul{
        margin: 0 !important;
        padding: 0 !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half-less ul li {
        height:auto !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half-less ul li a {
        font-size: 3.5vw !important;
        display: block;
        margin-bottom: 2vw;
        color:#666666 !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half-less ul li a.act {
        font-size: .4rem !important;
        color:#333333 !important;
        font-weight: bold !important;
    }
}




.half-more{width:800px;float:left;border-right: 1px solid #EEEEEE;height: 100%;padding-top:40px;}
.half-more .half-image-wrap{
    float: left;
	margin: 0 0 20px 0;
	width:300px;
	height:200px;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.half-more a{
    background-color: #000;
}
.half-more .acts, #pc .half-more a:hover{
    background-color: #fff;
    border-radius: 6px;
}
.half-more a.acts::before, #pc .half-more a:hover::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '\20';
    visibility: visible;
    width: 296px;
    height: 196px;
    border: 2px solid #B20F13;
    border-radius: 6px;
    background-color: transparent;
    pointer-events: none;
}
.half-more .half-image-wrap:nth-child(2n-1){
	margin: 0 20px 20px 80px;

}
.half-more .half-mask{
	position: absolute;
	bottom:0;
	width:250px;
	border-top:1px solid #fff;
	color:#fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	left:25px;
}
.half-more .half-image-wrap img{
    opacity: .7;
    width:100%;
}

@media (max-width: 1920px) {
    #mobile .half-more{width:100% !important;float:none !important;border-right:none !important;height:auto !important;padding-top:0 !important;}
    #mobile .half-more .half-image-wrap{
        float: none !important;
        margin:0 !important;
        width:100% !important;
        height:auto !important;
        border-radius: 0 !important;
        margin-bottom: 5px !important;
    }
    #mobile .half-more .half-image-wrap:nth-child(2n-1){
        margin:0 !important;
    }
    #mobile .half-more .half-mask{
        position: relative !important;
        width:100% !important;
        border-top:none !important;
        color: #666666 !important;
        height: auto !important;
        font-size: 3.5vw !important;
        display: block;
        margin-bottom: 0.5vw;
        left: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    #mobile .half-more .act{
        font-size: .4rem !important;
        color:#333333 !important;
        font-weight: bold !important;
    }
    #mobile .half-more .half-image-wrap img{
        display: none !important;
    }
}



.menu-mask .menu_content .half_swiper{
    width:518px;
    float:left;
    height:100%;
    padding: 0 0 0 17px;
    margin-left: 25px;
}
.menu-mask .menu_content .half_swiper .swiper-container2{
    overflow: hidden;
    position: relative;
}
.menu-mask .menu_content .half_swiper .swiper-container2 .swiper-pagination-bullet{
    width:40px;
    height:4px;
    border-radius: 0px;
}
.menu-mask .menu_content .half_swiper .swiper-container2 .swiper-pagination-bullet-active{
    background:#C74040;
}
.menu-mask .menu_content .half_swiper .swiper-name{
    margin-top:30px;
    font-size:14px;
    margin-bottom: 10px;
}

.menu-mask .menu_content .half_swiper .img-block{
    display: block;
    width: 500px;
    height: 330px;
    overflow: hidden;
}
.menu-mask .menu_content .half_swiper .img-block img{
    display: block;
    width:100%;
    height: 100%;
}
.menu-mask .menu_content .half_swiper .swiper-title{
    font-size:16px;
    font-weight: bold;
    color:#333;
    height:30px;
    line-height: 30px;
    overflow: hidden;
}
.menu-mask .menu_content .half_swiper .swiper-desc{
    font-size:12px;
    height:48px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 40px;
}
.menu-mask .menu_content .half_swiper .swiper-pagination{
    position: absolute;
}

@media (max-width: 1920px) {
    #mobile .menuMaskList .menu-mask .menu_content .half_swiper{
        display: none !important;
    }
}

/*淇敼鍘熸潵鏍峰紡*/
@media (max-width: 1920px) {
    #mobile .menuMaskList{
        width: 1px !important;
        left: -1px !important;
        overflow: visible !important;
        background: none;
        box-shadow: none;
        padding: 0 !important;
    }
    #mobile .menuMaskList .menu-mask{
        position: fixed !important;
        top: 0 !important;
        left: 28.2vw !important;
        width: 72.8vw !important;
        height: calc(100VH - 13vw) !important;
        padding-top: 9vw !important;
    }
    #mobile .half-more .half-image-wrap{
        font-size: 12px !important;
        line-height: 250% !important;
    }
    #mobile .half-less{
        float: none !important;
        text-align: center !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul{
        margin: 0 !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul{
        padding: 0 !important;
        text-align: center !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul li{
        height: auto !important;
        line-height: 250% !important;
    }
    #mobile .menuMaskList .menu-mask .menu_content .half_ul ul li a{
        font-size: 3.5vw !important;
        display: block;
        margin-bottom: 2vw;
    }

    #mobile .red-line{
        top: 13vw !important;
    }

    #pc #mobile{
        display: none;
    }

    #mobile #mobile{
        display: block;
    }

    #mobile .view_main .view_left{
        padding: 15vw 0.4rem 1.173rem 0;
    }
    #mobile #second_header{
        top: 13vw;
    }

    #mobile #orgnalReportingPhone{
        padding-top: 5vw;
        padding-left: 0.4rem;
    }
    #mobile .view_left .orgnalReportingPhone_title{
        padding-left: 0;
        font-size: 4vw;
    }
    #mobile .view_left .orgnalReportingPhone_box *{
        font-size: 3.5vw !important;
        line-height: 5vw !important;
    }
}

#mobile .cms-contentes{
    padding-top: 14vw;
}
.wonderful_atlas_big_banner{
    z-index: 9999 !important;
}

@media (max-width: 1350px) {
    #mobile #scrollLoader-container{
        margin-top: 13vw;
    }

    #mobile #search_wrap{
        margin-top: 13vw;
    }
    #mobile #data_download{
        margin-top: 13vw;
    }
    #mobile #minball_newList{
        margin-top: 13vw;
    }
    #mobile #min_picture{
        margin-top: 13vw;
    }
    #mobile #videoGaley{
        margin-top: 13vw;
    }
    #mobile #fiveIndexDiv{
        margin-top: 13vw;
    }
    #mobile #businessCoperat{
        margin-top: 13vw; 
    }
    /* #mobile .data_download_content_left{
        margin-top: 13vw; 
    } */
    #mobile #orgnalBballAsstion{
        margin-top: 13vw;
    }
    #mobile #orgnalBballAsstion .view_left{
        padding: 20vw 0.4rem 1.173rem 0.4rem;
    }
    #mobile .view_left .orgnalBballAsstion_box *{
        font-size: 3.5vw !important;
        line-height: 5vw !important;
    }
    #mobile #orgnalAssociation .view_left{
        padding: 28vw 0.4rem 1.173rem 0.4rem;
    }
}
