@charset "utf-8";
#header-ph{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#home .main1 .text h3{
    margin: 0;
    transform: translateX(-50%);
}
#home .main1 .text p{
    margin: 0;
    transform: translateX(-50%);
}

#banner .child{
    z-index: 10;
    overflow: hidden;
}
#banner .child .childimg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner .child .imgph{
    display: none;
}
#banner .nav{
    z-index: 30;
}
@media screen and (max-width: 767px){
    #banner .child .imgpc{
        display: none;
    }
    #banner .child .imgph{
        display: block;
    }
    #banner{
        height: 4rem !important;
        min-height: 4rem;
    }
    #banner .nav{
        bottom: 21px;
    }
}



#home .main1{
    height: auto;
    padding-bottom: 45px;
}
.main-title{
    position: relative;
    z-index: 10;
}
.main-title .tit{
    font-size: 28px;
    color: #474747;
    line-height: 1.2;
    opacity: 0;
}
.main-title .det{
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    margin: 9px auto 0;
    max-width: 735px;
}
#home .main1 .text p{
    width: 100%;
    max-width: 735px;
}
#home .main1 .text h3{
    top: 0;
}
#home .main1 .text p{
    top: auto;
    bottom: 0;
}
#home .main1 .ul{
    margin-top: 10px;
    position: relative;
    top: 0;
}
#home .main1 .more_l{
    position: relative;
    margin: 30px auto 0;
    left: 0;
    top: 0;
}

.m1-swp{
    margin-top: 10px;
}
.m1-swp .pic{
    height: 306px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.m1-swp .t{
    height: 102px;
    margin-top: 2px;
    background: #f2f2f2;
    position: relative;
    text-align: center;
}
.m1-swp .t h2{
    font-size: 20px;
    color: #474747;
    line-height: 1.2;
    position: absolute;
    left: 5.5%;
    top: 24px;
    width: 89%;
}
.m1-swp .t .s1{
    font-size: 34px;
    color: #474747;
    position: absolute;
    right: 24px;
    bottom: 18px;
}
.m1-swp .up{
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../Img/images/bg6.png) center center repeat;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    display: none;
    box-sizing: border-box;
    z-index: 30;
}
.m1-swp .up .s2{
    color: #fff;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}
.m1-swp .up .s3{
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}
.m1-swp .up h3{
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 12px;
}
.m1-swp .up .p1{
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 7px;
}
.m1-swp .up .p2{
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}
.m1-swp .up .p2 span{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.m1-swp .up .more{
    color: #ffa4a4;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    float: left;
}
.m1-swp .up .s4{
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: none;
}
.m1-swp .swiper-button{
    opacity: 1;
    top: 130px;
    width: 32px;
    height: 55px;
    margin-top: 0;
}
.m1-swp .swiper-button-prev{
    left: 0;
    transform: none;
    background: url(../../Img/images/arrow13.png) center center no-repeat;
}
.m1-swp .swiper-button-next{
    right: 0;
    transform: none;
    background: url(../../Img/images/arrow14.png) center center no-repeat;
}
.m1-swp .swiper-button-disabled{
    display: none;
}
@media screen and (max-width: 991px){
    #home .main1{
        padding-top: 5em;
    }
}
@media screen and (max-width: 767px){
    .m1-swp .swiper-button{
        top: 50%;
        margin-top: -40px;
    }
    #home .main1{
        padding-top: 0.38rem;
        padding-bottom: 0.4rem;
    }
    .main-title .tit{
        font-size: 18px;
        color: #474747;
        line-height: 1.2;
    }
    .main-title .det{
        display: none;
    }
    #home .title h3{
        font-size: 18px;
        color: #474747;
        line-height: 1.2;
    }
    #home .main1 .text h3{
        font-size: 18px;
        color: #474747;
        line-height: 1.2;
    }
    #home .main1 .text p{
        display: none;
    }
    .m1-swp .up{
        display: block !important;
        opacity: 1 !important;
        background: none;
        padding: 0;
    }
    .m1-swp .up .s3{
        display: none;
    }
    .m1-swp .up .p1{
        display: none;
    }
    .m1-swp .up h3{
        display: none;
    }
    .m1-swp .up .more{
        display: none;
    }
    .m1-swp .up .s4{
        display: none;
    }
    .m1-swp .play{
        background-size: 40px !important;
    }
    .m1-swp{
        margin-top: 17px;
    }
    .m1-swp .t{
        width: 100%;
        height: auto;
        background: #f2f2f2;
        padding: 0.06rem 0.15rem;
        box-sizing: border-box;
    }
    .m1-swp .t h2{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 14px;
        color: #474747;
        line-height: 1.3;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .m1-swp .t .s1{
        display: none;
    }
    #home .main1 .more_l{
        width: 105px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        color: #474747;
        display: block;
        margin: 15px auto 0;
        border: solid 1px #7d7d7d;
    }
    #home .main1 .more_l:hover {
        color: #fff;
        background: #b50100;
        border: none;
        width: 105px;
        height: 24px;
        line-height: 24px;
        border: solid 1px #b50100;
    }
    .m1-swp .pic{
        height: 2.34rem;
    }
}


/*.main2*/
#home .main2{
    height: auto;
    padding-bottom: 100px;
}
#home .main2 .text{
    height: auto;
}
#home .main2 .text h3{
    margin: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#home .main2 .text .tit{
    font-size: 28px;
    color: #474747;
    line-height: 1.2;
    opacity: 0;
}
#home .main2 .text .det{
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
    opacity: 0;
    margin: 9px auto 0;
    max-width: 900px;
}
#home .main2 .text p{
    width: 100%;
    max-width: 900px;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    margin: 0;
}
#home .main2 .box{
    margin-top: 56px;
}
@media screen and (max-width: 767px){
    #home .main2{
        padding-top: 0.38rem;
        padding-bottom: 0.45rem;
    }
    #home .main2 .text .tit{
        opacity: 1;
        font-size: 18px;
        color: #474747;
        line-height: 1.2;
    }
    #home .main2 .text .det{
        display: none;
    }
    #home .main2 .text h3{
        display: none !important;
    }
    #home .main2 .text p{
        display: none !important;
    }
}


#home .main2 .boxph{
    display: none;
    height: 9.06rem;
    position: relative;
    margin-top: 18px;
}
#home .main2 .boxph .divimg{
    position:absolute;
    z-index: 10;
}
#home .main2 .boxph .divimg .imgbg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -5;
}
#home .main2 .boxph .div1{
    left:0;
    top:0;
    width:64.7%;
    height: 29.5%;
}
#home .main2 .boxph .div2{
    right:0;
    top:0;
    width:35.3%;
    height: 36.9%;
}
#home .main2 .boxph .div3{
    left:0;
    top: 29.5%;
    width:64.7%;
    height: 19.6%;
}
#home .main2 .boxph .div4{
    right:0;
    top: 36.9%;
    width:35.3%;
    height: 12.2%;
    background:#dedede;
}
#home .main2 .boxph .div5{
    right:0;
    top: 49.1%;
    width:35.3%;
    height: 26.9%;
}
#home .main2 .boxph .div6{
    right:0;
    top: 76%;
    width:35.3%;
    height: 24%;
    background:#810c18;
}
#home .main2 .boxph .div7{
    left:0;
    top: 49.1%;
    width:32.35%;
    height: 18.3%;
    background:#fff;
}
#home .main2 .boxph .div8{
    left:32.35%;
    top: 49.1%;
    width:32.35%;
    height: 18.3%;
    background:#2d2d2d;
}
#home .main2 .boxph .div9{
    left:0;
    top: 67.4%;
    width:64.7%;
    height: 16.8%;
}
#home .main2 .boxph .div10{
    left:0;
    top: 84.2%;
    width:64.7%;
    height: 15.8%;
}
#home .main2 .boxph h2{
    font-size:12px;
    color:#fff;
    line-height:1.2;
}
#home .main2 .boxph h3{
    font-size:13px;
    color:#fff;
    line-height:1.2;
    font-family:Arial, Helvetica, sans-serif; 
    text-transform:uppercase;
    font-weight:bold;
    /*display: none;*/
}
#home .main2 .boxph h4{
    font-size:9px;
    color:#fff;
    line-height:1.2;
    font-family:Arial, Helvetica, sans-serif; 
    text-transform:uppercase;
    /*display: none;*/
}
/*#home .main2 .boxph .div1 h2,
#home .main2 .boxph .div1 h3,
#home .main2 .boxph .div1 h4,
#home .main2 .boxph .div4 h2,
#home .main2 .boxph .div4 h3,
#home .main2 .boxph .div4 h4,
#home .main2 .boxph .div7 h2,
#home .main2 .boxph .div7 h3,
#home .main2 .boxph .div7 h4{
    color:#474747;
}*/
#home .main2 .boxph .t{
    position:absolute;
    bottom:10%;
    left:8px;
}
@media screen and (max-width: 767px){
    #home .main2 .box{
        display: none;
    }
    #home .main2 .boxph{
        display: block;
    }
}

#home .main2 .box .imgbg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#home .main2 .box .widget-area img{
    display: none;
}
#home .main2 .box .div1{
    width: 33.36%;
    height: 336px;
}
#home .main2 .box .div2{
    left: 33.36%;
    width: 16.56%;
    height: 381px;
}
#home .main2 .box .div3{
    left: 49.92%;
    width: 16.82%;
    height: 191px;
}
#home .main2 .box .div4{
    left: 66.72%;
    width: 16.8%;
    height: 191px;
}
#home .main2 .box .div5{
    left: 83.36%;
    width: 16.64%;
    height: 280px;
}
#home .main2 .box .div6{
    width: 33.36%;
    height: 224px;
}
#home .main2 .box .div7{
    left: 49.92%;
    width: 33.52%;
    height: 192px;
}
#home .main2 .box .div8{
    left: 33.36%;
    width: 33.56%;
    height: 179px;
}
#home .main2 .box .div9{
    left: 66.72%;
    width: 16.72%;
    height: 179px;
}
#home .main2 .box .div10{
    left: 83.36%;
    width: 16.64%;
    height: 280px;
}
#home .main2 .box .t h3{
    font-size: 1.2em;
}
#home .main2 .box .t h4{
    font-size: 0.8em;
}
#home .main2 .box .div1 .t h2, 
#home .main2 .box .div1 .t h3, 
#home .main2 .box .div1 .t h4,
#home .main2 .box .div3 .t h2, 
#home .main2 .box .div3 .t h3, 
#home .main2 .box .div3 .t h4,
#home .main2 .box .div9 .t h2, 
#home .main2 .box .div9 .t h3, 
#home .main2 .box .div9 .t h4{
    color: #333;
}
#home .main2 .boxph .div1 .t h2, 
#home .main2 .boxph .div1 .t h3, 
#home .main2 .boxph .div1 .t h4,
#home .main2 .boxph .div3 .t h2, 
#home .main2 .boxph .div3 .t h3, 
#home .main2 .boxph .div3 .t h4,
#home .main2 .boxph .div9 .t h2, 
#home .main2 .boxph .div9 .t h3, 
#home .main2 .boxph .div9 .t h4{
    color: #333;
}
#home .main3 .box .div.a{
    margin-left: 92px;
}
#home .main3 .box .div.a:first-child{
    margin-left: 32px;
}
@media screen and (max-width: 1280px){
    #home .main3 .box{
        width: 95%;
        max-width: 1250px;
        margin: 0;
        transform: translateX(-50%);
    }
    #home .main3 .box .div.a{
        margin-left: calc((100% - 1017px)/2);
    }
    #home .main3 .box .div.a:first-child{
        margin-left: 0;
    }
}
@media screen and (max-width: 1180px){
    #home .main3 .box{
        width: 95%;
        max-width: 1250px;
        margin: 0;
        transform: translateX(-50%);
    }
    #home .main3 .box .div.a{
        width: 31%;
        margin-left: 3.5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
    #home .main2 .box .div5{
        display: none;
    }
    #home .main2 .box .div10{
        display: none;
    }

    #home .main2 .box .div1{
        width: 37.52%;
    }
    #home .main2 .box .div6{
        width: 37.52%;
    }

    #home .main2 .box .div2{
        left: 37.52%;
        width: 20.72%;
    }
    #home .main2 .box .div8{
        left: 37.52%;
        width: 37.44%;
    }

    #home .main2 .box .div9{
        left: 74.96%;
        width: 25.04%;
        height: 179px;
        top: 381px;
    }

    #home .main2 .box .div4{
        left: 79.12%;
        width: 20.88%;
    }
    #home .main2 .box .div3{
        left: 58.24%;
        width: 20.88%;
        height: 191px;
    }

    #home .main2 .box .div7{
        left: 58.24%;
        width: 41.76%;
    }
}
@media screen and (max-width: 767px){
    #home .main3{
        background: url(../../Img/images/bg2.jpg) center top no-repeat;
        background-size: 100% 100%;
        padding: 0.4rem 2.5% 0.36rem;
        height: auto;
    }
    #home .main3 .bg{
        display: none;
    }
    #home .main3 .box{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        transform: none;
    }
    #home .main3 .box .div.a{
        margin: 0;
        width: 100%;
    }
    #home .main3 .box .div .date {
        width: 51px;
        height: 51px;
        border: solid 1px #fff;
        color: #fff;
        padding-left: 6px;
        float: left;
        padding: 0 0 0 6px;
        box-sizing: border-box;
    }
    #home .main3 .box .div .date h3 {
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 9px;
        display: block;
        margin: 9px 0 0;
    }
    #home .main3 .box .div .date h4 {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        margin: 0;
    }
    #home .main3 .box .div{
        margin-bottom: 0.25rem !important;
    }
    #home .main3 .box .div .text{
        margin-top: 0;
        padding-left: 60px;
    }
    #home .main3 .box .div .text h3{
        font-size: 16px;
        line-height: 1.2;
        font-weight: bold;
        color: #fff;
    }
    #home .main3 .box .div .text p{
        color: #fff;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 7px;
    }
    #home .main3 .box .div .text .more{
        display: none;
    }
}

.m1-swp a{
    display: block;
}
.m1-swp .pic{
    position: relative;
}
.m1-swp .play{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url(../../Img/images/video_play.png) no-repeat center;
    background-size: 50px;
}


.pop-video-box{
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 30000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.pop-video-box > div{
    box-sizing: border-box;
}
.pop-video-box .pop-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
}
.pop-video-box .pop-header{
    width: 100%;
    padding: 2.5em 2.8em 1em 3.6em;
    position: relative;
    max-width: 49.5em;
    margin: 0 auto;
}
.pop-video-box .pop-close{
    width: 40px;
    height: 40px;
    display: block;
    background: url(../../Img/images/close_05w.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 2.5em;
    margin-top: -20px;
    cursor: pointer;
}
.pop-video-box .pop-content{
    width: 100%;
    max-width: 49.5em;
    padding: 1.5em 0 3.75em 2.5em;
    margin: 0 auto;
}
.pop-video-box .video-box{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.pop-video-box .video-box .video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}
.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
}
@media (max-width: 991.98px) {
  .pop-video-box .pop-header {
    padding: 0.13rem 0.18rem;
  }
  .pop-video-box .pop-close {
    width: 0.66rem;
    height: 0.66rem;
    right: 0;
    top: 50%;
    margin-top: -0.33rem;
    background-size: 0.3rem auto;
  }
  .pop-video-box .pop-content {
    padding: 0.3rem 0.18rem 0.5rem;
  }
  .pop-video-box{
    padding-top: 1rem;
  }
}




.bnph{
    display: none;
}
.bnph img{
    width: 100%;
}
.bnph .swiper-pagination{
    bottom: 21px;
    display: none;
}
.bnph .swiper-pagination-bullet {
    display: inline-block;
    background: url(../../Img/images/nav1.png) center center no-repeat;
    width: 30px;
    height: 7px;
    margin: 0 2px;
    border-radius: 0;
    opacity: 1;
}

.bnph .swiper-pagination-bullet-active {
    background: url(../../Img/images/nav2.png) center center no-repeat;
}
@media screen and (max-width: 767px){
    #banner{
        display: none;
    }
    .bnph{
        display: block;
    }
}