@charset "utf-8";

#header{
    background-color: rgba(255, 255, 255, .2);
}

#header.b .down-menu{
    background-color: rgba(255, 255, 255, .9);
}

#header.b .down-menu .link-wrap {
    color: #424242
}

#header.b .down-menu.bg {
    background-color: rgba(255, 255, 255, .9);
}

#header.b .down-menu.bg .link-wrap {
    color: #424242;
}

.page1 .slider li.active{
    display: block;
}


.page1 li:first-child{
    background: url('./../images/banner_01.jpg') no-repeat;
    background-size: 100% 100%;
}

.page1 li:first-child + li{
    background: url('./../images/banner_02.jpg') no-repeat;
    background-size: 100% 100%;
}

.page1 li:first-child + li + li{
    background: url('./../images/banner_03.jpg') no-repeat;
    background-size: 100% 100%;
}

.page1.min li:first-child{
    background: url('./../images/m_banner_01.jpg') no-repeat;
    background-size: 100% 100%;
}

.page1.min li:first-child + li{
    background: url('./../images/m_banner_02.jpg') no-repeat;
    background-size: 100% 100%;
}

.page1.min li:first-child + li + li{
    background: url('./../images/m_banner_03.jpg') no-repeat;
    background-size: 100% 100%;
}

.page1.one{
    background: url("./../images/banner_01.jpg") no-repeat;
    background-size: 100% 100%;
}

.page1.two{
    background: url("./../images/banner_02.jpg") no-repeat;
    background-size: 100% 100%;
}

.page1.three{
    background: url("./../images/banner_03.jpg") no-repeat;
    background-size: 100% 100%;
}

.page1.min.one{
    background: url("./../images/m_banner_01.jpg") no-repeat;
    background-size: 100% 100%;
}

.page1.min.two{
    background: url("./../images/m_banner_02.jpg") no-repeat;
    background-size: 100% 100%;
}

.page1.min.three{
    background: url("./../images/m_banner_03.jpg") no-repeat;
    background-size: 100% 100%;
}

.page1 .slider{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.page1 .slider ul{
    width: 100%;
    height: 100%
}

.page1 .slider li{
    display: none;
    height: 100%;
    width: 100%
}

.page1 .text-box{
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    z-index: 10;
    width: 90%;
    height: 60px;
    margin-top: -50px;
    padding: 40px 0;
    text-align: center;
    color: #fff
}

/*.page1 .text-box:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 50%;*/
    /*bottom: 0;*/
    /*display: block;*/
    /*width: 30%;*/
    /*height: 5px;*/
    /*margin-left: -15%;*/
    /*background-color: #fff;*/
/*}*/

.page1 .text-box h2.title{
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 17px;
    text-indent: 17px
}

.page1 .text-box p.title-eng{
    line-height: 20px;
    font-size: 18px;
    word-spacing: 1px;
    white-space: nowrap;
}

.page2{
    height: 770px;
    margin-top: 0;
    background-size: cover;
}

.page2{
    display: flex;
    align-items: center;
    color: #444;
}

.page2 .left{
    width: 588px;
    padding: 30px 0;
    margin-left: 80px;
}

.page2 .left img{
    width: 50%;
}

.page2 .left h2{
    font-size: 38px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 3px
}
.page2 .left-text{
    display: none;
    padding-bottom: 22px;
}

.page2 .left-text h2{
    margin-top: 10px;
    font-weight: normal;
    font-size: 22px;
}

.page2 .left-text h3{
    font-weight: normal;
    font-size: 14px;
}

.page2 .left p{
    margin-top: 18px;
    font-size: 20px;
}

.page2 .right-list{
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-right: 80px
}

.page2 .right-list-item{
    width: 230px;
}

.page2 .right-list-item img{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.page2 .right-list-item .text{
    margin-top: 30px;
}

.page2 .text-box{
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
}
.page2 .text-box.a{
    margin-top: 55px;
}

.page2 .sub-title{
    color: #392db5;
}

.page2 .title-eng{
    font-size: 20px;
}

.page2 h3.sub-title .link{
    font-weight: bold;
    color: inherit;
    font-size: 22px;
}  

.page2 .pic-list{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.page2 .pic-item{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 30px;
    font-size: 0;
}


.page2 .pic-item img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    cursor: pointer;
}

.page2 .pic-item .cover{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0, .4);
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.page2 .pic-item .text{
    position:absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    width: 70%;
    height: 100%;
    padding: 0 15%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
}

.page2 .pic-item:hover .cover{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page2 .pic-item:hover .text{
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.page3 {
    height: 770px;
    background: url('./../images/block_01.jpg') no-repeat left top;
    background-size: 100% 100%
}

.page2 .title{
    font-size: 26px;
    color: #fff
}

#fp-nav{
    z-index: 1000
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background-color: #fff
}




@media (min-width: 1280px) {

}

@media (max-width: 1440px) {
    .page2 .left{
        width: 420px;
    }
    .page2 .left h2{
        font-size: 30px;
        line-height: 40px;
    }
    .page2 .left p{
        font-size: 18px;        
    }
    .page2 .right-list-item{
        width: 230px;
    }
}
@media (max-width: 1200px) {
    .page2{
        display: block
    }
    
    .page2 .left .pic-wrap{
        display: none
    }

    .page2 .left-text{
        display: block
    }

    .page2 .left{
        width: 100%;
        padding: 50px 0 30px;
        margin-left: 0;
        text-align: center;
    }   
    .page2 .left h2{
        display: inline-block;
        font-size: 30px;
        font-weight: normal;
        line-height: 50px;
    }


    .page2 .left h2:first-child{
        margin-right: -8px
    }

    .page2 .left p{
        margin-top: 10px;
        font-size: 18px;
    }

    .page2 .right-list{
        display: block;
        margin-top: 20px;
        width: 100%;
    }

    .page2 .right-list .right-list-item{
        display: block;
        width: 175px;
        margin: 28px auto 0;  
    }

   .page2 .right-list-item .text{
        margin-top: 8px;
    }

    .animate-line:after{
        width: 10%;
        margin-left: 45%;
    }

    .animate-line:hover:after{
        left: 40%;
        width: 20%;
        margin-left: 0;
    }
}

@media (max-width: 1280px) {
  
    .page1 .text-box h2.title{
        font-size: 18px;
        text-indent: 22px
    }

    .page1 .text-box h2.title + p{
        font-size: 16px;
        word-spacing: 2px;
    }

    .page2 h3.sub-title{
         font-size: 18px
     }

    .page2 h3.sub-title + p{
        font-size: 16px;
    }

    .page2 .pic-list .pic-item{
        width: 110px;
        height: 110px;
    }

    .page2 .pic-list .pic-item .text{
        font-size: 12px
    }

    .page2 h2.title{
        font-size: 18px
    }

}

@media (max-width: 1080px){


  
}


@media (max-width: 768px) {

    .page1 .text-box h2.title{
        font-size: 18px;
        text-indent: 22px;
        letter-spacing: 15px;
    }

    .page1 .text-box h2.title + p{
        font-size: 14px;
        word-spacing: 1px;
    }
    .page2 .left{
        padding: 50px 0 30px;
    }   
    .page2 .left h2{
        font-size: 22px;
        line-height: 34px;
    }


    .page2 .left h2:first-child{
        margin-right: -8px
    }

    .page2 .left p{
        margin-top: 5px;
        font-size: 14px;
    }

    .page3{
        background: url('./../images/m_block_01.jpg') no-repeat center center;
        background-size: 100% 100%
    }
}


@media (max-width: 476px) {
    .down-ico{
        display: block
    }
    
    .page1 .text-box h2.title{
        font-size: 12px;
        text-indent: 10px;
        letter-spacing: 5px;
    }

    .page1 .text-box h2.title + p{
        font-size: 12px;
        transform: scale(.7);
        margin-left: -17px;
    }

    .page2 .top{
    }

    .page2 .text-box.a{
        margin-top: 30px;
    }


    .page2 h3.sub-title{
        font-size: 14px;
    }

    .page2 h3.sub-title + p{
        font-size: 12px
    }

    .page2 .pic-list{
        margin-top: 20px;
    }

    .page2 .pic-list .pic-item{
       width: 70px;
       height: 70px;
       margin: 0 10px;
    }

    .page2 h2.title{
        font-size: 18px
    }

    .page2 .right-list .right-list-item{
        width: 150px;
        margin: 25px auto 0;  
    }

    .animate-line:after{
        width: 8%;
        margin-left: 46%;
    }

    .animate-line:hover:after{
        left: 44%;
        width: 12%;
        margin-left: 0;
    }

}

@media (max-width: 400px) {
    .page2 .pic-list{
        margin-top: 15px;
    }

    .page2 .pic-list .pic-item{
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 376px) {
    .page2{
        display: block
    }
    .page2 .left{
        width: 100%;
        padding: 50px 0 30px;
        margin-left: 0;
        text-align: center;
    }   
    .page2 .left h2{
        display: inline-block;
        font-size: 20px;
        line-height: 24px;
    }

    .page2 .left h2:first-child{
        margin-right: -6px
    }

    .page2 .left p{
        margin-top: 5px;
        font-size: 14px;
    }

    .page2 .right-list{
        display: block;
        width: 100%;
    }

    .page2 .right-list .right-list-item{
        display: block;
        width: 160px;
        margin: 40px auto 0;  
    }

   .page2 .right-list-item .text{
        margin-top: 5px;
    }

    .page3{
        background: url('./../images/m_block_01.jpg') no-repeat center center;
        background-size: 100% 100%
    }
}


@media (max-width: 350px) {

    .page2 .pic-list{
        margin-top: 10px;
    }

    .page2 .pic-list .pic-item{
        width: 50px;
        height: 50px;
    }
}