.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
.section1{background: url("/static/pc/web/images/index_bg.png")no-repeat center center;}
.section2{background:url("/static/pc/web/images/index2_bg.png")no-repeat center center;}
.section3 p { position: relative; bottom: -120%;}
.section4{
    text-align: left;
    background:url("/static/pc/web/images/section4_bg.png")no-repeat center center;
    background-size:cover;
}
@font-face {
    font-family:'FZLTHJW';
    src:url("/static/pc/common/font/FounderzhunHei_GBK.TTF")format('truetype');
}
@font-face{
    font-family: 'Founder_kh';
    src:url("/static/pc/common/font/FounderkaiHei_GBK.TTF")format('truetype');
}
@font-face{
    font-family: 'Founder_cb';
    src:url("/static/pc/common/font/Founder_cb.TTF")format('truetype');
}
@font-face{
    font-family: 'Founder_dh';
    src:url("/static/pc/common/font/FounderdaHei_GBK.TTF")format('truetype');
}
@font-face{
    font-family: 'Founder_cuh';
    src:url("/static/pc/common/font/FoundercuHei_GBK.TTF")format('truetype');
}
body{
    font-family: 'FZLTHJW';
}
body p{
    margin:0;
    padding:0;
}
.login_box{
    position:absolute;
    width:1020px;
    height:480px;
    padding-bottom:40px;
    top:50%;
    left:50%;
    transform: translate(-50%,-60%);
    border-radius:5px;
}
.login_box p.title{
    font-size:78px;
    line-height:90px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    color:#333;
    font-weight:normal;
    margin-top:58px;
}
.login_box p.sub_title{
    font-size:40px;
    color:#333;
    font-family: 'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    margin-top:48px;
}
.login_box .btn_box>p.btn_wrap{
    margin-top:100px;
    text-align: center;
    margin-bottom:27px;
}
.login_box .btn_box>p>a:first-child{
    display: inline-block;
    width:432px;
    height:70px;
    box-sizing: border-box;
    background:url('/static/pc/web/images/BTN.png')no-repeat center top ;
}
.login_box .btn_box>p>a:last-child{
    display: inline-block;
    width:420px;
    height:70px;
    box-sizing: border-box;

    background:url('/static/pc/web/images/BTN2.png')no-repeat center top ;
}
.login_box .btn_box>p.tips{
    text-align: center;
    color:#666;
    padding-left:20px;
    font-size:24px;
    color:#666;
}
.login_box .btn_box>p.tips b{
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    border: 1px solid #76a7a9;
    margin-right:10px;
    margin-bottom: 4px;
}
.layui-layer .layui-layer-btn .layui-layer-btn0{
    border-color: #85c2c3;
    background-color: #85c2c3;
    color: #fff;
}
.layui-layer.layui-layer-dialog.layer-anim .layui-layer-title{
    background-color:#85c2c3;
}
.remmber_box{
 width:350px;
    height:130px;
    margin-top:30px;
}
.remmber_box .name_box,.remmber_box .telphone_box{
    height:55px;
    position:relative;
}
.remmber_box .telphone_box input{
   height:24px;
    width:180px;
    border:1px solid #eee;
    padding:3px 8px;
}
.remmber_box .name_box input{
    height:24px;
    width:180px;
    border:1px solid #eee;
    margin-left:14px;
    padding:3px 8px;

}
.remmber_box .error_msg,.remmber_box .error_msg_telphone{
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    color:#85c2c3;
    position:absolute;
    top:30px;
    left:56px;
    display: none;
}
.section2 .main{
    position:absolute;
    top:0px;
}
.section2 .index2_title{
    font-family:'Founder_dh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    color:#fff;
    font-size:66px;
    padding-top:60px;
}
.section2 .main_box{
    position: relative;
}
.section2 .slide .content_box{
    margin:0 auto;
    width:1120px;
    overflow: hidden;
}
.section2 .slide .content_box .title{
    font-size:30px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    margin-bottom:44px;
}
.section2 .slide .content_box .title_sub{
    font-size:46px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.section2 .slide .content_box .message_content{
    position:relative;
    left:-120%;
    display: inline-block;
    text-align: left;
    vertical-align:middle;
}
.section2 .slide .content_box .er_img{
    display: inline-block;
    right:-120%;
    position:relative;
    margin-left:160px;
    vertical-align:middle;
}
.section2 .slide .content_box .icon_box{
    position:relative;
    display: inline-block;
    left:-120%;
    vertical-align:middle;
}
.section2 .slide .content_box .tips_content{
    position:relative;
    display:inline-block ;
    margin-left:160px;
    right:-120%;
    text-align: right;
    vertical-align:middle;
}
/* CSS Document */
*{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a{
    text-decoration: none;
}
.pic{
    overflow: hidden;/*隐藏溢出*/
    width: 100%;
    height:100%;
    margin: 0 auto;
}
.pic ul{
    height:100%;
}
.clearfix:after{
    display: block;
    content:'';
    clear: both;
    zoom: 1;
}
.pic ul li{
    float: left;
    height: 100%;
    width:25%;
    position:relative;
    overflow: hidden;
}
.pic ul li>img{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
}
.pic ul li>img.a1{

}
.pic ul li>img.a1-1{
    display: none;
}
.pic ul li>img.a1-2{
    display: none;
}
.pic ul .pic1{
    /*background-image: url('/static/pc/web/images/a1.png') ;*/
    /*background-position: center center;  !*图片居中  等比例*!*/
    /*background-repeat: no-repeat;  !*图片不平铺*!*/
    /*background-size: cover;*/
}
.pic ul .pic2{
    /*background-image: url('/static/pc/web/images/a2.png') ;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size:cover ;*/
}
.pic ul .pic3{
    /*background-image: url('/static/pc/web/images/a3.png')  ;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.pic ul .pic4{
    /*background-image: url('/static/pc/web/images/a4.png');*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.txt{
    background-color: #000;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left:0px;
    top:0px;
    display: none;
    position:absolute;
    z-index:3;
}
.txt p{

    float: left;
    color: #fff;
}
.txt .p1{

}
.pic ul li .content_wrap{
    position:absolute;
    z-index:2;
}
.pic ul li .content_wrap.style1{
    color:#fff;
    margin-top:304px;
    padding-left:50px;
    text-align:left;
}
.pic ul li .computer_img{
    position: absolute;
    right:-120%;
    z-index:2;
}
.pic1 .computer_img{
    top:198px;
}
.pic2 .computer_img{
    top:236px;
}
.pic3 .computer_img{
    top:150px;
}
.pic4 .computer_img{
    top:166px;
}
.content_wrap.style1 p{
    text-align:left;
}
.style1 .content_title{
    font-family:'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:32px;
    margin-bottom:40px;
}
.style1 .slogan{
    font-family:'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:24px;
    margin-bottom:72px;
}
.style1 .slogan1{
    font-size:20px;
    font-family: 'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    margin-bottom:20px;
}
.style1 .slogan_list{
    font-size:20px;
    font-family:'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.pic ul li .foot .price{
    margin-top:56px;
    width:203px;
    height:59px;
}
.pic1 .foot .price{
    background:url("/static/pc/web/images/a1_price.png")no-repeat center center;
}
.pic2 .foot .price{
    background:url("/static/pc/web/images/a2_price.png")no-repeat center center;
}
.pic3 .foot .price{
    background:url("/static/pc/web/images/a3_price.png")no-repeat center center;
}
.pic4 .foot .price{
    background:url("/static/pc/web/images/a4_price.png")no-repeat center center;
}
.style1 .foot{
    display: none;
}
.style2 .foot{
    display:block;
    margin-top:60px;
    margin-bottom:56px;
}
.style2 .foot .slogan_list_foot{
    color:#fff;
    font-size:20px;
}
.pic ul li .content_wrap.style2{
    color:#fff;
    margin-top:248px;
    padding-left:100px;
    text-align:left;
}
.pic1 .content_wrap.style2 p{
    text-align:left;
}
.style2 .content_title{
    font-family:'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:38px;
    margin-bottom:34px;
}
.style2 .slogan{
    font-family:'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:24px;
    margin-bottom:68px;
}
.style2 .slogan1{
    font-size:24px;
    font-family: 'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    margin-bottom:20px;
}
.style2 .slogan_list{
    font-size:24px;
    font-family: 'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.section2 .animate_box.an .er_img>p{
    margin-top:26px;
    height:30px;
    padding-left:100px;
}
.section2 .animate_box.an .er_img .shao{
    float: left;
    width:24px;
    height:29px;
    background:url("/static/pc/web/images/shaoyishao.png")no-repeat center center;
    vertical-align: top;
}
.section2 .animate_box.an .er_img .shao_content{
    font-size:22px;
    float:left;
    color:#fff;
    margin-left:10px;
}
.section4_wrap{
    position:relative;
    width:100%;
    height:100%;
}
.section4_wrap .quantity{
    margin-left:210px;
    font-family:'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    position:absolute;
    left:-120%;
    display: inline-block;
    top:50%;
    transform: translateY(-50%);
}
.section4_wrap .quantity p{
    font-size:60px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    color:#333;
    margin-bottom:34px;
}
.section4_wrap .quantity b{
    display: block;
    height:6px;
    width:106px;
    background-color:#333;
}
.section4_wrap .video_wrap{
    position:absolute;
    right:-120%;
    display: inline-block;
    width:1050px;
    height:578px;
    top:50%;
    transform: translateY(-50%);
}
.section5{
    background:url("/static/pc/web/images/section5_bg.png")no-repeat center center;
    background-size:cover;
    text-align:left;
}
.section5_wrap{
    position:relative;
    margin:0px 260px;

}
.section5_wrap .img_box{
    background:url("/static/pc/web/images/bg_bottom1.png")no-repeat left bottom;
    position:relative;

}
.section5_wrap .img_box img{
    vertical-align: middle;
    padding-bottom:4px;
}
.section5_wrap .welfare{
    position:absolute;
    right:0px;
    top:-30px;
}
.section5_wrap:after{
    display: block;
    content:'';
    height:28px;
    margin-top:4px;
    background:url("/static/pc/web/images/bg_bottom2.png")no-repeat left bottom;
}
.section5_wrap .welfare .title{
    font-size:60px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    margin-bottom:44px;
    color:#333;
}
.section5_wrap .welfare .content{
    font-family: 'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:36px;
    margin-bottom:20px;
    color:#333;
}
.section6{
    background:url("/static/pc/web/images/section6_bg1.png")no-repeat center center;
    background-size:cover;
}
.section6_wrap{
    margin:0 auto;
    width:1402px;
    height:654px;
    background:#7fb8b9;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.3);
}
.section6_wrap .wrap_title{
    padding-top:116px;
    margin-bottom: 120px;
    font-size:60px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.section6_wrap .icon-box{
    text-align: left;
}
.section6_wrap .icon-box li{
    display: inline-block;
    margin-right:90px;
    text-align: left;

}
.section6_wrap .icon-box li p{
    margin-top:34px;
    font-size:30px;
    font-family: 'FZLTHJW',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.section6_wrap .icon-box li:last-child{
    margin-right:0px;
}
.section7{
    background:url("/static/pc/web/images/section7_bg.png")no-repeat center center;
    background-size:cover;
}
.section7 .cooperation{
    position:relative;
    height:100%;
}
.section7 .cooperation h4{
    font-weight: normal;
    font-family:'Founder_cuh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:66px;
    color:#333;
    padding-top:50px;
}
.section7 .comment_box{
    position:absolute;
    width:833px;
    height:168px;
    padding:0px 35px 0px 25px;
    box-sizing: border-box;

}
.people1{
    background:url("/static/pc/web/images/people1.png")no-repeat center center;
    top:460px;
    left:-100%;
}
.people2{
    background:url("/static/pc/web/images/people2.png")no-repeat center center;
    top:300px;
    left:-100%;
}
.people3{
    background:url("/static/pc/web/images/people3.png")no-repeat center center;
    top:250px;
    right:-100%;
}
.section7 .comment_box .comment_wrap{
    font-family: 'Founder_kh',"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size:18px;
    color:#444;
    position: relative;
    bottom:-90px;
    text-align: left;
}
.section5 .car_box{right:-140%;position:relative;top:-13px;}
.mask{
    background:rgba(0,0,0,0.4);
    position:fixed;
    top:0px;
    width:100%;
    height:100%;
}
.mask .tips{
    position:absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    width:300px;
    height:170px;
    background:#fff;
}
.mask .tips h4{
    height:40px;
    background:#85c2c3;
    margin-bottom:30px;
}
.mask .tips p{
    text-align: center;
    font-weight: normal;
    font-size:16px;
    font-family:'Microsoft YaHei';
    margin-bottom:20px;
}