h1,body,html{
    padding: 0;
    margin: 0;
}
html,body{
    height: 100%;
    overflow: hidden;
    font-size:62.5%;
    text-align: left;
    background-color:#000;

}
*{
    box-sizing: border-box;
}
#head{
    position:absolute;
    left:0px;
    right:0px;
    z-index:100;
}
@font-face {
    font-family: 'LanTingHei';
    src:url("../../font/FounderHei.TTF");
}
@font-face {
    font-family:'AcuminVariabl';
    src:url("../../font/acumin-semibold.ttf");
}
@font-face {
    font-family: 'LanTingZhongHei';
    src:url("../../font/FounderZhong.TTF");
}
@font-face{
    font-family:'myriad Pro';
    src:url("../../font/MyriadPro-Regular.ttf");
}
@font-face{
    font-family:'LanTingKaiHei';
    src:url("../../font/FounderkaiHei_GBK.TTF");
}
@font-face{
    font-family: 'AcuminPro';
    src:url("../../font/Acumin-Pro-Light.ttf");
}
@font-face{
    font-family: 'LanTingCuHei';
    src:url("../../font/FounderCuHei.TTF");
}
.make-page{
    background-image:url("../../img/bg2.png");
    background-color: #000!important;
    height:100%;
    width:1000vw;
    display: flex;
    flex-flow: row nowrap;

    /*margin-top:65px!important;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}
.make-page .page_container{
    display: flex;
    width:100vw;
    flex-flow: row nowrap;
    align-items: center;
    padding :65px 0px 0px 228px;
    /*height:100%;*/
}
.make-page .page_case-study{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.make-page .page_center_container{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.make-page .page_end{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.barba-container{
    height:100vh;
}
.page_container .page-container-left{
    max-width:31%;
    width:31%;
}
.page_container .page-container-left{
    position: relative;
    border-left:1px solid;
    border-right-width:0px;
    border-bottom-width:0px;
    border-top-width:0px;
    border-image:linear-gradient(bottom,#e50012 20%,#e50012 40%,#e50012 60%,black 90%) 100 100 100 100;
    border-image:-webkit-linear-gradient(bottom,#e50012 20%,#e50012 40%,#e50012 60%,black 90%) 100 100 100 100;
}
.page_container .page-container-left .page_title{
    font-size:48px;
    font-family: 'LanTingZhongHei';
    color:#e5e5e5;
    text-indent: -5rem;
    line-height:1;
    margin-bottom:30px;
}
.page_container .page-container-left .page_mask .page_content h2.page_subtitle{
    font-size:36px;
    font-family: 'LanTingHei';
    color:#e5e5e5;
    line-height: 1;
    text-indent: -5rem;
}
.page_container .page-container-left .page_mask .page_content h2.page_subtitle b{
    display: inline-block;
    width:4px;
    height:4px;
    background-color: #e5e5e5;
    margin:0 8px 8px;
}
.page_container .page-container-left .page_mask .page_project-content{
    padding-top:80px;

}
.page_container .page-container-left .page_mask .page_project-content .scroll{
    float: left;
    color:#FFf;
    margin-top:80px;
    font-size: 16px;
    transform: rotateZ(-90deg);
    transform-origin: top left;
    margin-left:10px;
}
.page_container .page-container-left .page_mask .page_project-content li{
    line-height:4.4rem;
    font-size: 1.6rem;
}
.page_container .page-container-left .page_mask .page_project-content li a{
    color:#999;
    text-decoration: none;
    position:relative;
    padding-left:35px;
}
.page_container .page-container-left .page_mask .page_project-content li a.is-intre{
    color:#fff;
}
.page_container .page-container-left .page_mask .page_project-content li a:hover{
    color:#fff;
}
.page_container .page-container-left .page_mask .page_project-content li a:hover::before{
    width:3rem;
    background: #fff;
}
.page_container .page-container-left .page_mask .page_project-content li a:before{
    width:1.5rem;
    height:0.6rem;
    background: #999;
    content:'';
    display: inline-block;
    position:absolute;
    right:81px;
    top:50%;
    transform: translateY(-50%);
    transition:all 0.2s ease-out;
}
.page_container .page-container-left .page_mask .page_project-content li a.is-intre:before{
    width:3rem;
    height:0.6rem;
    background: #fff;
    content:'';
    display: inline-block;
    position:absolute;
    right:81px;
    top:50%;
    transform: translateY(-50%);
    transition:all 0.2s ease-out;
}
.page_container .page-container-right{
    width:69%;
    padding-right:8.75rem;
    text-align: right;
    margin-top:-15px;
    position:relative;
}
.page_container .page-container-right .jiantou{
    width:400px;
    position:absolute;
    top:50%;
    /*transform: translateY(-50%);*/
    z-index:5;
    right:25px;
    height:1px;
    background-color: #e50012;
}
.page_container .page-container-right .jiantou:after{
    position: absolute;
    content:'';
    width: 0;
    height: 0;
    top:-5px;
    border-width: 6px;
    border-style: solid;
    border-color:  transparent transparent transparent red
}
.page_container .page-container-right .mask-bg{
    position:absolute;
    left:0px;
    width:50.2vw;
    top:50px;
    z-index:-1;
}
.page_container .page-container-right img{
    box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.7);
}
.page_container .page-container-right .mask-bg>div{
    width:100%;
    height:196px;
    background-color: #e50012;
}
.page_container .page-container-right .mask-bg .mask-2{
    margin:30px 0;
}
.page_container .page-container-right .img-box{
    text-align: right;
    overflow: hidden;
}

.page_container .page-container-right img{
    /*box-shadow:-10px 0px 60px rgba(229,0,18,0.28),0px -10px 10px #111,  10px 0px 10px #111, 0px 10px 60px rgba(229,0,18,0.28) ;;*/
}
.make-page .page_case-study{
    /*background-image:url("../../img/cooperate-section2-bg.png");*/
    /*background-position: 5px 0px;*/
    /*background-repeat: no-repeat;*/
    /*background-size:91.25%;*/
    /*background-color: #111;*/
    /*width:100vw;*/
    height:100vh;
    padding: 65px 0px 0px 30.18rem;
}
.make-page .page_case-study .page-logo{
    width:100%;
    margin:0 auto;
}
.make-page .page_case-study .me{
    width:40vw;
    margin-right:400px;
}
.make-page .page_case-study .intro.dream{
    width:51.5vw;
    padding:24.58rem 0;
    /*margin-top:-24.58rem;*/
    margin-right:400px;
}
.make-page .page_case-study .page-logo .page-title{
    font-size:3.6rem;
    color:#fff;
    font-family: 'LanTingHei';
    line-height:1;
    margin:0rem 0px  50px 0px  ;
}
.make-page .page_case-study .me{
    background-image: url("../../img/about-section2-1.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding:24.58rem 0;
}
.make-page .page_case-study .page-logo .page-content{
    color:#999;
    font-family: 'LanTingKaiHei';
    font-size: 1.6rem;
}
.make-page .page_case-study .intro.dream{
    background-image: url("../../img/about-section3-1.png");
    background-repeat: no-repeat;
    background-position: right 110px;
}
.make-page .page_case-study .page-logo .page-content p{
    line-height: 1.5;
}
.make-page .page_case-study .page-logo .page-content p:last-child{
    margin-top:40px;
}
.make-page .page_case-study .page-logo .page-content div.page-icon{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.make-page .page_case-study .page-logo .page-content div.page-icon>div{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.make-page .page_case-study .page-logo .page-content ul li img{
    vertical-align: bottom;
}
.make-page .page_center_container{
    padding-top:65px;
    width:74vw;
    /*width:100vw;*/
    /*background-position: px top;*/
}
.make-page .page_center_container .page-title{
    font-size:36px;
    font-family: 'LanTingHei';
    color:#fff;
    margin-bottom:50px;
}
.make-page .page_center_container .history-box li.history-year ul.year-list{
    display: flex;
    flex-direction: row;
}
.make-page .page_center_container .history-box li.history-year:last-child{
    padding-left:130px;
}
.make-page .page_center_container .history-box li.history-year ul.year-list li{
    margin-right:125px;
}
.make-page .page_center_container .history-box li.history-year ul.year-list li .title-history{
    font-size:30px;
    font-family: 'myriad Pro';
    color:#fff;
    line-height: 1;
    margin-bottom:20px;
}
.make-page .page_center_container .history-box li.history-year ul.year-list li p{
    font-size:14px;
    font-family: 'LanTingZhongHei';
    color:#666;
}
.make-page .page_center_container .history-box li.history-year ul.year-list li .sub-title{
    font-size:14px;
    font-family: LanTingHei;
    color:#999;
    line-height: 1;
    margin-bottom:30px;
}
.make-page .page_center_container .history-box li.history-year ul.year-list li b{
    width:18px;
    height:18px;
    border:1px solid #4c4c4c;
    border-radius: 50%;
    display: inline-block;
    position:relative;
    margin-bottom:5px;
}
.make-page .page_center_container .history-box li.history-year ul.year-list li b:after{
    content:'';
    position:absolute;
    width:8px;
    height:8px;
    border:1px solid #777;
    background-color:#4d4d4d ;
    top:50%;
    left:50%;
    border-radius: 50%;
    transform: translate3d(-50%,-50%,0);

}
.make-page .product-strategy-page{
    display: flex;
    flex-flow: row nowrap;
    /*margin-right:8.5rem;*/
    height:54vh;
    position: relative;
}
.make-page .product-strategy-page .page-product-left{
    /*padding-top:3rem;*/
    text-align: left;
    padding-right:12.5rem;
    width:71.875vw;
}
.make-page .product-strategy-page .page-product-left .page_title{
    font-size:36px;
    font-family: LanTingHei;
    color:#fff;
    margin-bottom:10rem;
}
.make-page .product-strategy-page .page-product-left .page-content>div{
    font-family: LanTingKaiHei;
    color:#999;
    font-size:16px;
    line-height:2.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:6.7rem;
}
.make-page .product-strategy-page .page-product-left .page-content>div>div{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.make-page .product-strategy-page .page-product-right .bar{
    width:4px;
    background-color:#666;
    height:50%;
    display: inline-block;
    border-radius: 3px;
}
.make-page .product-strategy-page .page-product-right{
    /*margin-right:-9rem;*/
    width:12px;
    padding:4px;
    height:340px;
    background-color:#333333;
    border-radius: 8px;
    position:absolute;
    bottom:0;
    right:0;
}
.make-page .page_end{
    padding-top:65px;
    padding-left:31.6rem;
    padding-rgiht:28.33rem;
    width:97.34vw;
}
.make-page .page_end .page_end_left{
    width:44.79vw;
    margin-right:22.5rem;
    /*height:76.29vh;*/
}
.make-page .page_end .page_end_left .page-title{
    font-size:36px;
    color:#FFF;
    line-height: 1;
    margin-bottom:2.5rem;
}
.make-page .page_end .page_end_left .mask-content .page-subtitle{
    font-size:16px;
    color:#999;
    margin-bottom:4.1rem;
}
.make-page .page_end .page_end_left .mask-content .imgBox img:nth-child(2){
    margin:0 50px;
}
.make-page .page_end .page_end_left .mask-content .imgBox img.active{
    box-shadow: -20px 0 30px #192658, 0 -5px 5px #000,0 20px 30px #192658,5px 0 5px #000;
}
.make-page .page_end .page_end_left .mask-content .btn-box
{

    width:240px;
    height:60px;
    color:#fff;
    text-align:center;
    font-size:22px;
    line-height:60px;
    border-radius:2px;
    position:relative;
    display: block;
    margin:45px auto 0;
    overflow: hidden;
}
.make-page .page_end .page_end_left .mask-content .btn-box a
{
    position:relative;
    z-index:8;
    width:100%;
    height:100%;
    display:inline-block;
    color:#fff;
}
.make-page .page_end .page_end_left .mask-content .btn-box a:hover{
    color:#fff;
    text-decoration: none;
}
.make-page .page_end .page_end_left .mask-content .btn-box a:after
{
    content:'';
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-width:8px 0 8px 8px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;/*透明 透明 透明 黄*/
    top:21px;
    right:59px;
}
.make-page .page_end .page_end_left .mask-content .btn-box:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    border:1px solid #fff;
    top:0;
    z-index:2;
    box-sizing: border-box;
}
.make-page .page_end .page_end_left .mask-content .btn-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    z-index:5;
    background: -webkit-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(30deg, rgb(229,0,18) 0% ,rgb(228,34,116)100% ); /* 标准的语法 */
    /*transition: all 0.3s ease-out;*/
}
.make-page .page_end .page_end_left .mask-content .page-content{
    font-size:16px;
    color:#999;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    /*letter-spacing: 1px;*/
    line-height:2rem;
    /*font-family: LanTingKaiHei;*/
}
.make-page .page_end .page_end_left .mask-content .page-content>div{
    position:relative;
    display: flex;
    flex-direction: row;
    align-items:flex-end;
}
.make-page .page_end .page_end_center{
    margin-left:-7rem;
    margin-top:-2.2rem;
    padding-top:9.58rem;
    padding-right:35rem;
}
.make-page .page_end .page_end_right{
    /*margin-left:35.8rem;*/
    width:30rem;
    height:63.58vh;
    border-left:1px solid;
    border-right-width:0px;
    border-bottom-width:0px;
    border-top-width:0px;
    border-image:linear-gradient(bottom,#e50012 20%,#e50012 40%,#e50012 60%,black 90%) 100 100 100 100;
    border-image:-webkit-linear-gradient(bottom,#e50012 20%,#e50012 40%,#e50012 60%,black 90%) 100 100 100 100;
}
.make-page .page_end .page_end_right .page_project-content{
    padding-top:100px;
    padding-bottom:100px;
}

.make-page .page_end .page_end_right .page_project-content li{
    line-height:5.1rem;
    font-size: 1.6rem;
}
.make-page .page_end .page_end_right .page_project-content li a{
    color:#999;
    text-decoration: none;
    position:relative;
    padding-left:35px;
}
.make-page .page_end .page_end_right .page_project-content li a.is-intre{
    color:#fff;
}
.make-page .page_end .page_end_right .page_project-content li a:hover{
    color:#fff;
}
.make-page .page_end .page_end_right .page_project-content li a:hover::before{
    width:3rem;
    background: #fff;
}
.make-page .page_end .page_end_right .page_project-content li a:before{
    width:1.5rem;
    height:0.6rem;
    background: #999;
    content:'';
    display: inline-block;
    /*margin-right:3rem;*/
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:81px;

    transition: all 0.2s ease-out;
}
.make-page .page_end .page_end_right .page_project-content li a.is-intre:before{
    width:3rem;
    height:0.6rem;
    background: #fff;
    content:'';
    display: inline-block;
    /*margin-right:3rem;*/
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:81px;
    transition: all 0.2s ease-out;
}
.make-page .page_end .page_end_right .scroll{
    transform: rotateZ(-90deg);
    position: relative;
    text-align: left;
    color:#Fff;
    font-size:16px;
    float: left;
}
.mouse-icon {
    position: absolute;
    left: 1px;
    bottom: -40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    opacity: 0.7;
}
.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}
@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}
.swiper-slide{
    width:auto;
}