.custom_mobile{
    /*display: none;*/
}
.index-page .header{
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    z-index: 9;
}
.index-page .header .logo{
    float: left;
}
.index-page .header .logo img{
    height: 35px;
}
.index-page .header .menu{
    float: right;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/index_header_menu.png);
    background-position: center top;
    cursor: pointer;
    position: relative;
}
.index-page .header .menu p{
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    display: none;
}
.index-page .header.active .menu{
    background-position: center bottom;
}
.index-page .header.active .logo .l1{
    display: none;
}
.index-page .header.active .logo .l2{
    display: block;
}
.index-page .header.active .menu p{
    color: #333;
}
.index-page .ifooter{
    /*color: rgba(204,204,204,0.5);*/
}
.index-page .ifooter.active{
    color: #999;
}
.index-page .ifooter-3,.index-page .ifooter-3 a{
    /*color: #222;*/
}
.index-page .swiper-container-v{
    width: 100%;
    height: 100%;
}
.index-page .swiper-container-v .swiper-slide{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-page .swiper-container-v .swiper-slide.page2.lazyloaded{
    background-image: url(../images/index_page2_bg.jpg);
}
.index-page .swiper-container-v .swiper-slide.page3.lazyloaded{
    background-image: url(../images/index_page3_bg.jpg);
}
.index-page .swiper-container-v .swiper-slide.page4.lazyloaded{
    background-image: url(../images/index_page4_bg.png);
    background-position: right bottom;
}
.index-page .swiper-container-v .swiper-slide.page5.lazyloaded{
    background-image: url(../images/index_page4_bg.jpg);
}
.index-page .swiper-container-v .swiper-slide.page1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
}
.index-page .swiper-container-v .swiper-slide.page1 video{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    
}
.index-page .swiper-container-v .swiper-slide.page1 .cover{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index-page .swiper-container-v .swiper-slide.page1 .top{
    transition: all 0.5s 0.5s;
    -webkit-transition: all 0.5s 0.5s;
    opacity: 0;
    position: relative;
    top: -20px;
    margin-bottom: 10%;
    z-index: 2;
    text-align: center;
    width: 100%;
}
.index-page .swiper-container-v .swiper-slide.page1.active .top{
    top: 0;
    opacity: 1;
}
.index-page .swiper-container-v .swiper-slide.page1 .top h5{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-weight: normal;
    font-family: 'roboto';
    margin-bottom: 30px;
}
.index-page .swiper-container-v .swiper-slide.page1 .top h3{
    font-size: 54px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 35px;
    letter-spacing: 15px;
}
.index-page .swiper-container-v .swiper-slide.page1 .top h3 span{
    color: #4889db;
}
.index-page .swiper-container-v .swiper-slide.page1 .top .line{
    width: 40px;
    <!--height: 2px;-->
    background-color: #fff;
    margin: 0 auto;
}
.index-page .swiper-container-v .swiper-slide.page1 p{
    font-size: 18px;
    font-weight: lighter;
    color: rgba(255,255,255,1);
    line-height: 36px;
    transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
    opacity: 0;
    position: relative;
    top: -20px;
    z-index: 2;
}
.index-page .swiper-container-v .swiper-slide.page1.active p{
    opacity: 1;
    top: 0;
}
.index-page .swiper-container-v .swiper-slide.page2{
    font-size: 0;
    text-align: center;
}
.index-page .swiper-container-v .swiper-slide.page2 .line-h.web{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.15);
    margin-top: 50px;
    transition: all 2s;
    -webkit-transition: all 2s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}
.index-page .swiper-container-v .swiper-slide.page2.swiper-slide-active .line-h.web{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.index-page .swiper-container-v .swiper-slide.page2 .box{
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-display: inline-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 100%;
    position: relative;
}
.index-page .swiper-container-v .swiper-slide.page2 .box.box3{
    margin: 0 0 5%;
}
.index-page .swiper-container-v .swiper-slide.page2 .box .line-v.web{
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.15);
    position: absolute;
    right: 0;
    top: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}
.index-page .swiper-container-v .swiper-slide.page2.swiper-slide-active .box .line-v.web{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
.index-page .swiper-container-v .swiper-slide.page2 .box .num{
    font-size: 110px;
    color: #fff;
    font-family: 'roboto';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.iaboutb{

    max-width: 420px;
    padding-left: 70px;
}
.iabout{
    background: rgba(0,0,0,.5);
    color: #fff;
}
.iabout .tit{ font-size: 60px; padding: 20px ; text-align: left }
.iabout .tit .gy{
    font-size: 16px;
}
.iabout .nr{
    padding: 20px 20px 10px;
    text-align: left;
     color: #ccc;
    font-size: 16px;
    font-weight: 200;
}
.iabout .nr p{
    margin-bottom: 10px;
    line-height: 1.5;
}
.iabout .btnss{
    padding: 20px;
    padding-top: 0;
    overflow: hidden;
}
.iabout .btnss a{
    background: #175387;
    color: #fff;
    font-size: 16px;
    display: block;
    float: right;
    padding: 9px 15px;
    float: right;
    border: 2px solid #fff
}
.index-page .swiper-container-v .swiper-slide.page2 .box.box1 .num.lazyloaded{
    background-image: url(../images/index_page2_box1_bg.png);
    padding-right: 40px;
}
.index-page .swiper-container-v .swiper-slide.page2 .box.box2 .num.lazyloaded{
    background-image: url(../images/index_page2_box2_bg.png);
    padding-right: 80px;
}
.index-page .swiper-container-v .swiper-slide.page2 .box.box3 .num.lazyloaded{
    background-image: url(../images/index_page2_box3_bg.png);
    padding-right: 40px;
}
.index-page .swiper-container-v .swiper-slide.page3{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.index-page .swiper-container-fade{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}
.index-page .swiper-container-fade.active{
    opacity: 1;
}
.index-page .swiper-container-fade .swiper-slide{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-page .swiper-container-fade .swiper-slide.bg1.lazyloaded{
    background-image: url(../images/index_page3_bg1.jpg);
}
.index-page .swiper-container-fade .swiper-slide.bg2.lazyloaded{
    background-image: url(../images/index_page3_bg2.jpg);
}
.index-page .swiper-container-fade .swiper-slide.bg3.lazyloaded{
    background-image: url(../images/index_page3_bg3.jpg);
}
.index-page .swiper-container-fade .swiper-slide.bg4.lazyloaded{
    background-image: url(../images/index_page3_bg4.jpg);
}
.index-page .swiper-container-v .swiper-slide.page3 ul{
    width: 50%;
    font-size: 0;
    position: relative;
    z-index: 2;
    height: 30%;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255,255,255,0.15);
}
.index-page .swiper-container-v .swiper-slide.page3 ul li a{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    -webkit-display: flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-end;
    padding: 25px;
    height: 450px;
}
.i5{
    width: 95%;
    position: relative;
}
.i5 .li{
    width: 20%;
    float: left;
    border-left: 1px solid #eee;
    padding: 50px 20px;
    font-size: 14px;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
    position: relative;
    left: 200px;
}
.i5 .li .day{
    font-size: 48px;
    color: #cccccc;
    padding: 20px 0 50px;
}
.i5 .li .md{
    color: #000000;
    font-family: 'gothb';
    position: relative;
}
.i5 .li .tit{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 5% 0 4%;
    position: relative;
    z-index: 3;
}
.i5 .li .cat{
    color: #666666;
    position: relative;
    z-index: 3;
}
.i5 .li .thumb{
    margin: 5px 0;
    overflow: hidden;
}
.i5 .li .thumb img{
    transition:all 1s ease-out;
}

.i5 .li .desc{
    color: #666666;
    line-height: 26px;
    margin: 0 0 6%;
    position: relative;
    z-index: 3;
    height: 75px;
    overflow: hidden;
    /*font-size: 14px;*/
}
.i5 .li .btns a{
    color: #333;
    font-size: 12px;
}
.i5 .li1{
    width: 35%;
    margin-right: 5%;
    border-left: 0;
    padding-top: 15%;
    position: relative;
    left: -50%;
    opacity: 0;
}
.i5 .morett{
    color: #0c0c0c;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    z-index: 3;
    font-family: 'goth';
}
.i5 .morett i{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 1px;
    background: #000000;
    margin: 0 10px 0 0;
    transition: all .4s ease;
}
.i5 .li:hover .morett i{
    width: 30px;
}
.index-page .swiper-container-v .swiper-slide.page5.swiper-slide-active .li {
    opacity: 1;
    left: 0;
}

.i5 .li1 .wz{
    font-size: 20px;
    color: #175387;
    line-height: 1.1;
    font-weight: bold;
}
.i5 .li1 .cn{
    color: #175387;
    font-size: 20px;
    padding: 10px 0 20px;
    display: block;
}
.i5 .li1 .desc{
    font-size: 16px;
    color: #888;
}
.i5 .li1 .btns{
    padding-bottom: 20px;
    overflow: hidden;
}
.i5 .li1 .btns a{
    color: #fff;
    font-size: 14px;
    background: #175387;
    padding: 10px 26px;
    display: inline-block;
}
.i5 .li1 {}
.i5 .li1 {}
.i5 .li:hover img{
    transform:scale(1.2);
}

.i5foot{
    background: #123d63;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12%;
    text-align: center;
}
.i5foot .y{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -40px;
    z-index: 3;
}
.i5foot .y img{
    display: block;
    width: 100%;
}


.index-page .swiper-container-v .swiper-slide.page3 ul li:hover{
    border-color: transparent;
    align-items: center;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    opacity: 0.75;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(1):hover{
    background-color: #e13643;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(2):hover{
    background-color: #3652e1;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(3):hover{
    background-color: #7bb939;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(4):hover{
    background-color: #d89a13;
}

.index-page .swiper-container-v .swiper-slide.page3 ul li:hover img{
    display: block;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li .text{
    text-align: center;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li .text p{
    font-size: 12px;
    color: #fff;
    font-family: 'roboto';
    text-transform: uppercase;
    margin-bottom: 16px;
}
.index-page .swiper-container-v .swiper-slide.page3 ul li .text h5{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.index-page .swiper-container-v .swiper-slide.page4{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.index-page .swiper-container-h{
    width: 81.25%;
}
.index-page .swiper-container-h .swiper-wrapper{
    margin-bottom: 40px;
}
.index-page .swiper-container-h .swiper-slide:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}
.index-page .swiper-container-h .swiper-slide a{
    display: block;
}
.index-page .swiper-container-h .swiper-slide img{
    width: 100%;
}
.index-page .swiper-container-h .swiper-slide .text-box{
    border: 1px solid #eee;
    padding: 35px;
}
.index-page .swiper-container-h .swiper-slide .text-box .line{
    width: 40px;
    height: 2px;
    background-color: #e60012;
    margin-bottom: 32px;
}
.index-page .swiper-container-h .swiper-slide .text-box h5{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 26px;
    height: 60px;
}
.index-page .swiper-container-h .swiper-slide .text-box p{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-bottom: 60px;
    height: 84px;
}
.index-page .swiper-container-h .swiper-slide .text-box .more{
    font-size: 12px;
    font-family: 'roboto';
    color: #333;
}
.index-page .swiper-container-h .swiper-slide:hover .text-box .more{
    color: #e60012;
}
.index-page .swiper-container-h .swiper-slide .text-box .more span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    width: 23px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url(../images/index_page4_more.png);
}
.index-page .swiper-container-h .swiper-slide:hover .text-box .more span{
    background-position: center bottom;
}
.index-page .swiper-container-h .slide-nav{
    text-align: right;
}
.index-page .swiper-container-h .swiper-pagination-h{
    font-size: 14px;
    color: #999;
    font-family: 'roboto';
    margin-right: 28px;
    position: static;
    display: inline-block;
    vertical-align: bottom;
    width: auto;
}
.index-page .swiper-container-h .swiper-pagination-h .swiper-pagination-current{
    color: #e60012;
    font-size: 22px;
}
.index-page .swiper-container-h .swiper-button-prev,.index-page .swiper-container-h .swiper-button-next{
    position: static;
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    background-image: none;
    text-align: center;
    line-height: 38px;
}
.index-page .swiper-container-h .swiper-button-prev:hover,.index-page .swiper-container-h .swiper-button-next:hover{
    background-color: #e60012;
    border-color: #e60012;
}
.index-page .swiper-container-h .swiper-button-prev{
    margin-right: 10px;
}
.index-page .swiper-container-h .swiper-button-prev span,.index-page .swiper-container-h .swiper-button-next span{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 11px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}
.index-page .swiper-container-h .swiper-button-prev:hover span,.index-page .swiper-container-h .swiper-button-next:hover span{
    background-position: center bottom;
}
.index-page .swiper-container-h .swiper-button-prev span{
    background-image: url(../images/index_page4_prev.png);
}
.index-page .swiper-container-h .swiper-button-next span{
    background-image: url(../images/index_page4_next.png);
}
.index-page .swiper-container-v .swiper-slide.page5{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box{
    position: relative;
    left: -100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}
.index-page .swiper-container-v .swiper-slide.page5.swiper-slide-active .text-box{
    opacity: 1;
    left: 0;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box h3{
    font-size: 45px;
    color: #333;
    font-family: 'roboto';
    font-weight: bold;
    margin-bottom: 28px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 26px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box .line{
    width: 60px;
    height: 2px;
    background-color: #e60012;
    margin-bottom: 40px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box li{
    display: flex;
    align-items: flex-start;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    margin-bottom: 40px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box li:last-child{
    margin-bottom: 0;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box li img{
    margin-right: 25px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box li h5{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 18px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box li p{
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
}
.index-page .swiper-container-v .swiper-slide.page5 .text-box li p:last-child{
    margin-bottom: 0;
}
.index-page .swiper-container-v .swiper-slide.page5 .map{
    width: 55%;
    margin-left: 6%;
    overflow: hidden;
    position: relative;
    right: -100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}
.index-page .swiper-container-v .swiper-slide.page5.swiper-slide-active .map{
    right: 0;
    opacity: 1;
}
.index-page .swiper-container-v .swiper-slide.page5 .map .bg{
    width: 100%;
}
.index-page .swiper-container-v .swiper-slide.page5 .map .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: mapicon 1s 1s infinite;
    -webkit-animation: mapicon 1s 1s infinite;
}
@keyframes mapicon{
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    100% {
        transform: translateY(20px);
        opacity: 1;
    }
}
@-webkit-keyframes mapicon{
    0% {
        -webkit-transform: translateY(0px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(20px);
        opacity: 1;
    }
}

.index-page .swiper-pagination-v .swiper-pagination-bullet{
    margin: 16px 0;
    background-color: transparent;
    font-size: 14px;
    color: #cccccc;
    font-family: 'roboto';
    font-weight: bold;
    padding-bottom: 6px;
    opacity: 1;
    position: relative;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
}
.index-page .swiper-pagination-v.type2 .swiper-pagination-bullet{

    border: 1px solid #666;
}
.index-page .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active{
    /* border: 0; */
    color: #fff;
    background: url(../images/dbg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.index-page .swiper-pagination-v.type2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #333;
}
.index-page .swiper-pagination-v .swiper-pagination-bullet .line{
    width: 35px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 50%;
    background-color: #fff;
    display: none;
}
.index-page .swiper-pagination-v.type2 .swiper-pagination-bullet .line{
    background-color: #333;
}
.index-page .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .line{
    display: block;
}
.index-page .mouse{
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url(../images/index_mouse.png);
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    bottom: 50px;
    z-index: 2;
    animation: updown 1s infinite;
    -webkit-animation: updown 1s infinite;
}
.index-page .mouse.hide{
    display: none;
}
.index-page .mouse.type2{
    background-position: center bottom;
}
@keyframes updown{
    0% {
        bottom: 70px;
        opacity: 1;
    }
    100% {
        bottom: 50px;
        opacity: 0;
    }
}
@-webkit-keyframes updown{
    0% {
        bottom: 70px;
        opacity: 1;
    }
    100% {
        bottom: 50px;
        opacity: 0;
    }
}
.i4{
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
}
.i4 .left{
    padding-top: 5%;
    width: 555px;
    margin-right: 60px;
}
.i4 .right .l{
    padding-right: 3px;
}
.i4 .right .r .row>div{
    padding-left: 2px;
    padding-right: 3px;
}
.i4 .left .t{
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
}
.i4 .left .btnss{
    clear: both;
    overflow: hidden;
    padding: 15px 0;
}
.i4 .left .btnss a{
    font-size: 16px;
    color: #fff;
    background: #838383;
    padding: 7px 14px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 100;
}
.i4 .left .intr{
    color: #ccc;
    font-size: 15px;
    margin-bottom: 50px;
    font-weight: 200;
    line-height: 1.8;
}
.i4 .left .mor{
    margin-bottom: 25px;
}
.i4 .left .mor a{
    color: #fff;
    background: #175387;

    font-size: 16px;
    padding: 13px 40px;
}
.i4 .lix{
    margin: 10px;
    position: relative;
}
.i4 .lix img{
    width: 100%;
    height: 100%;
}
.i4 .lix1{
    height: 700px;
}
.i4 .lix2{
    height: 270px;
}
.i4 .lix3,.i4 .lix4{
    height: 430px;
}
.i4 .bbox .mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
    opacity: 0.8;
}
.i4 .bbox{
    position: relative;
    display: block;
}
.i4 .b1 .txt{
    top: 15%;
}
.i4 .bbox .img{
}
.i4 .bbox .img img{
    display: block;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.i4 .b2 .img img{
    /*width: 30%;*/
}
.i4 .b3 .img img{

}
.i4 .b4 .img img{
    /*width: 42%;*/
}
.i4 .bbox:hover .img img{
    opacity: 1;
}
.i4 .b1{
    height: 500px;
}
.i4 .b1:hover .mask{
    background: #e13643;
}
.i4 .b2:hover .mask{
    background: #3652e1;
}
.i4 .b3:hover .mask{
    background: #7bb939;
}
.i4 .b4:hover .mask{
    background: #d89a13;
}
.i4 .b2{
    margin-bottom: 5px;
    height: 205px;
}
.i4 .b3,.i4 .b4{
    height: 290px;
}
.i4 .b4{
    margin-right: 10px;
}
.i4 .txt{
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
}
.i4 .txt span{

}

.i4 .ttn{
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 40%;
    text-align: center;
    font-weight: 100;
}
.i4 .lix:hover .msk{
    display: none;
}
.i4 .w1{
    width: 36%;
}
.i4 .w2{
    width: 66%;
}


.index-page #cover{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.index-page #cover .box{
    background-color: #fff;
    width: 500px;
    padding: 60px 70px 40px;
    text-align: center;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.07);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 408px;
    margin: auto;
}
.index-page #cover .box h3{
    font-size: 22px;
    color: #333;
    font-weight: lighter;
    margin-bottom: 60px;
}
.index-page #cover .box ul{
    margin-bottom: 55px;
    font-size: 0;
}
.index-page #cover .box ul li{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.index-page #cover .box ul img{
    margin-bottom: 20px;
}
.index-page #cover .box ul p{
    font-size: 14px;
    color: #666;
    font-weight: lighter;
}
.index-page #cover .box a{
    display: block;
    height: 54px;
    line-height: 54px;
    background-color: #e60012;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
}


    .index-page .swiper-container-v .swiper-slide.page3 ul li img{
        width: auto;
    }
    .index-page .header{
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .index-page .header .logo .l2{
        display: none;
    }
    .index-page .header .menu{
        width: 25px;
        height: 25px;
    }
    .index-page .header .menu p{
        margin-top: 0.1875rem;
        font-size: 0.5625rem;
        white-space: nowrap;
    }
    .index-page .swiper-container-v .swiper-slide{
        background-size: auto 100%;
    }
    .index-page .swiper-container-v .swiper-slide.page1 video{
        display: none;
    }
    .index-page .swiper-container-v .swiper-slide.page1 .bg{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        height: 100%;
    }
    .index-page .swiper-container-v .swiper-slide.page1 .top{
        top: -1rem;
        margin-bottom: 10%;
    }
    .index-page .swiper-container-v .swiper-slide.page1 .top h5{
        font-size: 0.5625rem;
        margin-bottom: 1.4375rem;
    }
    .index-page .swiper-container-v .swiper-slide.page1 .top h3{
        font-size: 20px;
        margin-bottom: 1.75rem;
        letter-spacing: 0.1875rem;
    }
    .index-page .swiper-container-v .swiper-slide.page1 .top .line{
        width: 1.25rem;
        height: 0.0625rem;
    }
    .index-page .swiper-container-v .swiper-slide.page1 p{
        font-size: 16px;
        top: -1rem;
    }
    .index-page .swiper-container-v .swiper-slide.page2{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        -webkit-display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        -webkit-flex-direction: column;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .line-h.mobile{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255,255,255,0.15);
        transition: all 2s;
        -webkit-transition: all 2s;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
    }
    .index-page .swiper-container-v .swiper-slide.page2.swiper-slide-active .line-h.mobile{
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box{
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        height: auto;
        width: 100%;
        padding-right: 28%;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box.box2{
        margin: 5% 0;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .line-v.mobile{
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.15);
        position: absolute;
        right: 28%;
        top: 0;
        transition: all 2s;
        -webkit-transition: all 2s;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
    }
    .index-page .swiper-container-v .swiper-slide.page2.swiper-slide-active .line-v.mobile{
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box .num{
        font-size: 3.75rem;
        background-size: contain;
        min-width: 11rem;
        text-align: right;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box.box1 .num{
        padding-right: 1.25rem;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box.box2 .num{
        padding-right: 4.4rem;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box.box3 .num{
        padding-right: 1.375rem;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul{
        width: 85%;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li{
        width: 33%;
        opacity: 0.75;
        position: relative;
        border: 0 none;
        float: left;
        height: 120%;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li a{
        padding: 0.875rem;
        height: 7.8125rem;
        align-items: center;
        -webkit-align-items: center;
    }
.index-page .swiper-container-v .swiper-slide.page3 ul li a .nb{
    width: 100%;
}
    .index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(1){
        background-color: #e13643;
        top: -80px;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(2){
        background-color: #3652e1;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(3){
        background-color: #7bb939;
        top: 80px;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li:nth-child(4){
        background-color: #d89a13;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li img{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 100px auto 0;
        max-height: 90%;
        max-width: 90%;
        z-index: -1;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li .text p{
        font-size: 0.8rem;
        margin-bottom: 0.625rem;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li .text h5{
        font-size: 1.5rem;
    }
    .index-page .swiper-container-v .swiper-slide.page3 ul li .text {
        /* text-align: right; */
        width: 100%;
        text-align: center;
        /* font-size: 21px; */
    }
    .index-page .swiper-container-h{
        width: 84%;
    }
    .index-page .swiper-container-h .swiper-wrapper{
        margin-bottom: 2.3125rem;
    }
    .index-page .swiper-container-h .swiper-slide:hover{
        box-shadow: 0px 0.5rem 0.9375rem rgba(0,0,0,0.15);
    }
    .index-page .swiper-container-h .swiper-slide .text-box{
        padding: 1.25rem;
    }
    .index-page .swiper-container-h .swiper-slide .text-box .line{
        width: 1.25rem;
        height: 0.0625rem;
        margin-bottom: 0.75rem;
    }
    .index-page .swiper-container-h .swiper-slide .text-box h5{
        font-size: 0.75rem;
        line-height: 1.25rem;
        margin-bottom: 0.625rem;
        height: 2.5rem;
    }
    .index-page .swiper-container-h .swiper-slide .text-box p{
        font-size: 0.5625rem;
        line-height: 1rem;
        margin-bottom: 1.25rem;
        height: 2rem;
    }
    .index-page .swiper-container-h .swiper-slide .text-box .more{
        font-size: 0.5625rem;
    }
    .index-page .swiper-container-h .swiper-slide .text-box .more span{
        margin-left: 0.875rem;
        width: 0.75rem;
        height: 0.4375rem;
    }
    .index-page .swiper-container-h .slide-nav{
        text-align: center;
    }
    .index-page .swiper-container-h .swiper-pagination-h{
        display: none;
    }
    .index-page .swiper-container-h .swiper-button-prev,.index-page .swiper-container-h .swiper-button-next{
        width: 1.875rem;
        height: 1.875rem;
        border: 0.0625rem solid #999;
        line-height: 1.75rem;
        font-size: 0;
    }
    .index-page .swiper-container-h .swiper-button-prev{
        margin-right: 0.625rem;
    }
    .index-page .swiper-container-h .swiper-button-prev span,.index-page .swiper-container-h .swiper-button-next span{
        width: 0.5625rem;
        height: 1rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box h3{
        font-size: 1.875rem;
        margin-bottom: 1.125rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box h4{
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box .line{
        width: 1.875rem;
        height: 0.0625rem;
        margin-bottom: 1.5625rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box li{
        margin-bottom: 2.25rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box li img{
        margin-right: 1rem;
        width: 1.6875rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box li h5{
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .text-box li p{
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .index-page .swiper-container-v .swiper-slide.page5 .map{
        display: none;
    }
    .index-page .swiper-pagination-v{
        right: 0.4rem;
    }
    .index-page .swiper-pagination-v .swiper-pagination-bullet{
        margin: 0.5625rem 0;
        font-size: 0.5625rem;
        padding-bottom: 0.1875rem;
        /*border-bottom: 0.0625rem solid transparent;*/
        text-indent: -999px;
    }
    .index-page .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active .line{
        display: none;
    }
    .index-page .mouse{
        width: 1.25rem;
        height: 2.25rem;
        margin-left: -0.375rem;
        bottom: 1.875rem;
    }
    @keyframes updown{
        0% {
            bottom: 2.5rem;
            opacity: 1;
        }
        100% {
            bottom: 1.875rem;
            opacity: 0;
        }
    }
    @-webkit-keyframes updown{
        0% {
            bottom: 2.5rem;
            opacity: 1;
        }
        100% {
            bottom: 1.875rem;
            opacity: 0;
        }
    }
    .index-page #cover{
        display: none;
        z-index: -1;
    }
    .iaboutb{
        max-width: 95%;
        padding: 0;
        margin: 0 auto;
    }
    .index-page .swiper-container-v .swiper-slide.page2 .box.box4{
        margin: 0 30px;
        padding: 20px;
    }
    .iabout .tit{
        font-size: 20px;
    }
    .iabout .tit .gy{
        font-size: 14px;
    }
    .iabout .nr{
        padding-top: 0;
    }
    .iabout .nr p{
        font-size: 14px;
    }
    .iabout .btnss a{
        font-size: 14px;
    }

    .i4 .left {
        padding-top: 0;
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .i4 .right{

    }

    .i4 .bbox{
        margin-left: -7px;
        margin-right: -7px;
    }
    .i4 .left .t{
        font-size: 20px;
    }
    .i4 .left .btnss a{
        font-size: 14px;
        padding: 7px 14px;
    }
    .i4 .left .btnss{
        padding: 15px 0;
    }

    .i4 .left .mor{
        text-align: center;
    }
    .i4 .left .mor a{
        font-size: 14px;
        padding: 10px 38px;
        float: none;
    }
    .i4 .b1{
        height: 215px;
    }
    .i4 .b2{
        height: 91px;
        margin-bottom: 4px;
        margin-right: 10px;
        
    }
    .i4 .txt{
        font-size: 12px;
        top:10%;
    }
    .i4 .b3, .i4 .b4{
        height: 120px;
    }
    .i4 .b4{
        margin-right: 10px;
    }

    .i5 .li{
        width: 100%;
        padding: 10px;
    }
    .i5 .li .day,.i5 .li .md{
        display: none;
    }
    .i5 .li .tit{
        height: auto;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .i5 .li .thumb,.i5 .li .cat,.i5 .li .desc{
        display: none;
    }

    .i5foot .y{
        width: 40px;
        height: 40px;
        top: -20px;
        border-width: 4px;
    }
    .i4 .right .l {
        padding-left: 15px;
        padding-right: 15px;
    }
    .i4 .right .r .row>div {
        padding-right: 15px;
    }
    .i4 .bbox .img img{
        margin-bottom: 10px;
        /*width: 50%;*/
    }
    
    .i4 .b1 .img img{
    }
        /*width: 50%;*/
    .i4 .b2 .img img{
        height: 45px;
    }
    .i4 .b3 .img img{
        height: 60px;
    }
    .i4 .b4 .img img{
        height: 60px;
    }
