body,html{
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Regular;
}
#main{
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    min-width: 1280px;
}
.main-container{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.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: 996px) {
    #main{
        width: 100%;
        min-width: 100px !important;
    }
    .main-container{
        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;
    display: block;
    background: url(../img/logo.svg) no-repeat;
    background-size: 100% auto;
}
.header .link-box{
    width: 985px;
    position: absolute;
    right: 0;
    top: 40px;
    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: 0;
    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: 130px;
    height: 20px;
    border-radius: 20px;
    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;
}

@media (max-width: 996px) {
    #app{
        padding-top: 25px;
    }
    .header{
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 40px !important;
        line-height: 40px !important;
        background: #E50012;
        text-align: center;
        transform: translateY(0);
    }
    .header .container{
        height: 40px;
    }
    .header .logo{
        width: 79px;
        height: 31px;
        background: url(../img/logo2.svg) no-repeat;
        background-size: 100% auto;
        margin: 5px auto 0 auto;
        display: inline-block !important;
    }
    .header .link-box{
        position: fixed;
        top: 40px;
        left: -100%;
        padding: 0;
        width: 120px;
        height: calc(100vh - 40px);
        border-radius: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .link-box.active{
        left: 0;
    }
    .header .link-box a:first-child{
        margin-top: 40px;
    }
    .header .link-box a{
        display: block;
        margin: 15px 0 0 0;
        font-size: 12px;
    }
    .header .top-bar{
        display: none;
    }
    .header .search{
        position: absolute;
        right: 3.5%;
        height: 25px;
        top: 7.5px;
    }

    .header .menu{
        display: block !important;
        position: absolute !important;
        left: 3.5% !important;
        top:50% !important;
        z-index: 2 !important;
        transform: translateY(-50%) !important;
    }
    .header .menu .line{
        width:25px;
        height:1px;
        background: #fff;
        margin:6px 0;
        border-radius: 5px;
        position: static;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header .menu .line:nth-child(1) {
        transform: rotate(0);
        -webkit-transform-origin: 2px 0;
        transform-origin:4px 0;
      }
    .header .menu .line:nth-child(2) {
        opacity: 1;
    }
    .header .menu .line:nth-child(3) {
        transform: rotate(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .header .menu.active .line:nth-child(1) {
        transform: rotate(45deg);
      }
    .header .menu.active .line:nth-child(2) {
        opacity: 0;
    }
    .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;
}
.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: 996px) {
    .footer{
        background: none;
        padding: 0;
    }
    .footer .logo-box{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer .logo{
        display: none;
    }
    .footer .link-box{
        margin: 0;
        background: #252a30;
        display: block;
    }
    .footer .link-box .item{
        display: none;
    }
    .footer .link-box .right-box{
        display: none;
    }

    .mobile_dec{
        color: #999999;
        font-size:2.5vw;
        text-align: center;
        height: auto;
        line-height: 180%;
        padding: 20px 0;
    }
    .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%;
    }
    #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;
    }
    #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: 10px;
        height: 10px;
        margin-top: 2px;
        margin-right: 5px;
        margin-left: 5px;
    }
}



.menuMaskList{
	position: absolute;
    width:100%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
	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;
}
.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: 996px) {
    .menuMaskList .menu-mask .menu_content{
        width: 100% !important;
        height: 100% !important;
        padding: 0 1.2rem 0 0 !important;
        margin:0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul{
        width: 100% !important;
        height: 100% !important;
        border-right: none !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul{
        margin-right:0 !important;
        margin-top:0 !important;
        float: none !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul li{
        height: 1.2rem !important;
        line-height:1.2rem !important;
        padding-right: .5 !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul li a{
        font-size: .347rem !important;
        color:#666666 !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul li a.act{
        font-size: .4rem !important;
        color:#333333 !important;
        font-weight: bold !important;
    }
    .menuMaskList .menu-mask .menu_content .half_swiper{
        display: none !important;
    }
}



.half-less{width:408px;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: 996px) {
    .half-less{width: 100%;float: left;height: auto;}
    .menuMaskList .menu-mask .menu_content .half-less ul{
        margin: 0 !important;
        padding: 0 !important;
    }
    .menuMaskList .menu-mask .menu_content .half-less ul li {
        line-height: 300% !important;
        height:auto !important;
    }
    .menuMaskList .menu-mask .menu_content .half-less ul li a {
        line-height: 300% !important;
        font-size:14px !important;
        color:#666666 !important;
    }
    .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: 996px) {
    .half-more{width:100% !important;float:none !important;border-right:none !important;height:auto !important;padding-top:0 !important;}
    .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;
    }
    .half-more .half-image-wrap:nth-child(2n-1){
        margin:0 !important;
    }
    .half-more .half-mask{
        position: relative !important;
        width:100% !important;
        border-top:none !important;
        color: #666666 !important;
        height: auto !important;
        line-height: 300% !important;
        font-size:14px !important;
        left: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    .half-more .act{
        font-size: .4rem !important;
        color:#333333 !important;
        font-weight: bold !important;
    }
    .half-more .half-image-wrap img{
        display: none !important;
    }
}



.menu-mask .menu_content .half_swiper{
    width:518px;
    float:left;
    height:100%;
    padding: 0 20px 0 80px;
}
.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: 996px) {
    .menuMaskList .menu-mask .menu_content .half_swiper{
        display: none !important;
    }
}

/*淇敼鍘熸潵鏍峰紡*/
@media (max-width: 996px) {
    .menuMaskList{
        width: 1px !important;
        left: -1px !important;
        transform: none;
    }
    .menuMaskList .menu-mask{
        position: fixed !important;
        top: 40px !important;
        left: 120px !important;
        width: calc(100% - 120px) !important;
        height: calc(100VH - 80px) !important;
        padding-top: 40px !important;
    }
    .half-more .half-image-wrap{
        font-size: 12px !important;
        line-height: 300% !important;
    }
    .half-less{
        float: none !important;
        text-align: center !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul{
        margin: 0 !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul{
        padding: 0 !important;
        text-align: center !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul li{
        height: auto !important;
        line-height: 300% !important;
    }
    .menuMaskList .menu-mask .menu_content .half_ul ul li a{
        font-size: 14px !important;
    }

    .red-line{
        top: 40px !important;
    }
    #search_wrap{
        padding-top: 150px !important;
    }
}