@charset "utf-8";
/* CSS Document */
/* common */
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; font-family:'Microsoft YaHei', sans-serif;color:#1a1e28;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0;display:block;}
b{font-weight:normal}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none;}
/*clear*/
.clearfix:before,
.clearfix:after {  content: " ";  display: table;  }
.clearfix:after {  clear: both;  }


.wrap{
    margin:0 auto;
    width:100%;
    max-width:1920px;
    min-width:1000px;
    position:relative;
    overflow-x:hidden;
}
.main{
    margin:0 auto;
    width:1000px;
}
.header{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    z-index:9999;
    position:absolute;
}
.header .top{
    width:100%;
    height:100px;
}
.header .top .logo{
    float:left;
    margin-top:31px;
    margin-left:20px;
}
.header .top .logo-text{
    float:left;
    margin-top:48px;
    margin-left:32px;
    font-size:20px;
    line-height:20px;
    color:#ffffff;
}
.header .top .phone{
    float:right;
    margin-top:45px;
    margin-right:24px;
    padding-left:35px;
    line-height:26px;
    font-size:20px;
    color:#ffffff;
    background:url("../img/phone.png") no-repeat left center;
}
.header .nav{
    width:100%;
    height:50px;
    overflow:hidden;
    background:url("../img/nav-bg.png") no-repeat center;
}
.header .nav ul{
    margin-top:10px;
    margin-left:470px;
}
.header .nav ul li.first{
    border-left:1px solid #27ffa6;
}
.header .nav ul li{
    float:left;
    text-align:center;
    border-right:1px solid #27ffa6;
}
.header .nav ul li a{
    padding:0 40px;
    font-size:18px;
    line-height:30px;
    color:#ffffff;
    display:block;
}
.banner{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:750px;
    position:absolute;
}
#banner{
    margin:0 auto;
    width:100%;
    height:750px;
}
.pagination {
    width:100%;
    bottom:20px;
    z-index:99999;
    text-align:center;
    position: absolute;
}
.swiper-pagination-switch {
    width:20px;
    height:20px;
    margin:0 5px;
    display:inline-block;
    border-radius:100%;
    background:#fff;
    opacity: 0.8;
    cursor:pointer;
}
.swiper-active-switch {
    background: #27ffa6;
}
#banner .swiper-slide{
    position:relative;
    overflow:hidden;
}
#banner .banner1{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:750px;
    position:absolute;
    background:url("../img/banner1-bg.jpg") no-repeat center;
}
#banner .banner1 .star{
    bottom:0;
    right:229px;
    position:absolute;
    animation:2s star ease-in-out infinite;
}
@keyframes star{
    0%{right:229px;}
    50%{right:249px;}
    100%{right:229px;}
}
#banner .banner1 .star2{
    bottom:68px;
    right:634px;
    position:absolute;
    animation:2s star2 linear infinite;
}
@keyframes star2{
    0%{right:644px;}
    50%{right:634px;}
    100%{right:644px;}
}
#banner .banner1 .txt{
    bottom:181px;
    left:777px;
    position:absolute;
    animation:1s txt linear infinite;
}
@keyframes txt{
    0%{opacity:1}
    50%{opacity:0.8}
    100%{opacity:1}
}
#banner .banner1 .tag{
    top:240px;
    left:812px;
    position:absolute;
    animation:5s tag linear infinite;
}
@keyframes tag{
    /*    0%{left:712px;}
        50%{left:890px;}
        100%{left:712px;}*/
    0%{top:240px;left:752px;transform:rotate(0deg)}
    24.9%{top:240px;left:1330px;transform:rotate(0deg)}
    25%{top:240px;;left:1330px;transform:rotate(90deg)}
    49.9%{top:695px;;left:1330px;transform:rotate(90deg)}
    50%{top:695px;;left:1330px;transform:rotate(0deg)}
    74.9%{top:695px;;left:752px;transform:rotate(0deg)}
    75%{top:695px;;left:752px;transform:rotate(90deg)}
    99.9%{top:240px;;left:752px;transform:rotate(90deg)}
    100%{top:240px;;left:752px;transform:rotate(0deg)}
}
#banner .banner1 .tag2{
    top:697px;
    left:1127px;
    position:absolute;
    animation:5s tag2 linear infinite;
}
@keyframes tag2{
    /*0%{left:1238px;}*/
    /*50%{left:1027px;}*/
    /*100%{left:1238px;}*/
    0%{top:695px;left:1330px;transform:rotate(0deg)}
    24.9%{top:695px;left:752px;transform:rotate(0deg)}
    25%{top:695px;;left:752px;transform:rotate(90deg)}
    49.9%{top:240px;;left:752px;transform:rotate(90deg)}
    50%{top:240px;;left:752px;transform:rotate(0deg)}
    74.9%{top:240px;;left:1330px;transform:rotate(0deg)}
    75%{top:240px;;left:1330px;transform:rotate(90deg)}
    99.9%{top:695px;;left:1330px;transform:rotate(90deg)}
    100%{top:695px;;left:1330px;transform:rotate(0deg)}
}
#banner .banner2{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:750px;
    position:absolute;
    background:url("../img/banner2.jpg") no-repeat center;
}
#banner .banner3{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:750px;
    position:absolute;
    background:url("../img/banner3.jpg") no-repeat center;
}
.bh{
    height:750px;
}
.table1{
    bottom:115px;
    left:460px;
    width:288px;
    height:356px;
    position:absolute;
    z-index:9999;
    background:#1a1e28;
    border:1px solid #27ffa6;
    border-radius:6px;
    overflow:hidden;
}
.table1 h2{
    margin-top:40px;
    font-size:26px;
    line-height:26px;
    color:#ffffff;
    text-align:center;
}
.table1 h2 span{
    color:#27ffa6;
}
.table1 form{
    margin-top:37px;
}
.table1 input[type="text"]{
    margin-bottom:22px;
    margin-left:26px;
    width:229px;
    height:36px;
    color:#ffffff;
    line-height:36px;
    text-indent:27px;
    font-size:14px;
    background:#31353e;
    border-radius:14px;
    border:none;
}
.table1 .yz-code{
    overflow:hidden;
    position:relative;
}
.table1 .yz-code #getcodee{
    margin-left:26px;
    top:6px;
    left:141px;
    width:79px;
    height:24px;
    font-size:12px;
    line-height:24px;
    cursor:pointer;
    text-align:center;
    position:absolute;
    background:#ffffff;
    border-radius:12px;
}
.table1 input[type="submit"]{
    margin-left:19px;
    width:244px;
    height:40px;
    color:#1a1e28;
    line-height:40px;
    text-align:center;
    font-size:24px;
    cursor:pointer;
    background:#27ffa6;
    border-radius:16px;
    border:none;
}
.part{
    margin:0 auto;
    padding-bottom:60px;
    width:100%;
}
.title{
    padding:60px 0 100px;
    position:relative;
}
.title h2{
    font-size:40px;
    line-height:40px;
    font-weight:bold;
    text-align:center;
}
.title p{
    margin-top:34px;
    font-size:24px;
    line-height:24px;
    text-align:center;
}
.title span{
    top:200px;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:5px;
    display:block;
    position:absolute;
    background:#21d368;
}
.p1 ul{
    margin-left:5px;
}
.p1 ul li{
    float:left;
    margin-left:30px;
    width:300px;
    height:350px;
    overflow:hidden;
    position:relative;
}
.p1 ul li .img{
    top:72px;
    left:50%;
    margin-left:-78px;
    width:156px;
    height:156px;
    position:absolute;
    background:url("../img/p1-y1.png") no-repeat center;
    transition:0.4s;
}
.p1 ul li .img .tag{
    top:50%;
    left:50%;
    margin-top:-78px;
    margin-left:-78px;
    width:156px;
    height:156px;
    position:absolute;
    border-radius:50%;
    transition:0.4s;
}
.p1 ul li .img .tag.t1{
    background:url("../img/p1-tag1.png") no-repeat center;
}
.p1 ul li .img .tag.t2{
    background:url("../img/p1-tag2.png") no-repeat center;
}
.p1 ul li .img .tag.t3{
    background:url("../img/p1-tag3.png") no-repeat center;
}
.p1 ul li.act .img{
    top:0;
    margin-left:-150px;
    width:300px;
    height:300px;
    background:url("../img/p1-y2.png") no-repeat center;
    transition:0.4s;
}
.p1 ul li.act .img .tag.t1{
    background:url("../img/p1-tag1-act.png") no-repeat center #21d368;
    transition:0.4s;
}
.p1 ul li.act .img .tag.t2{
    background:url("../img/p1-tag2-act.png") no-repeat center #21d368;
    transition:0.4s;
}
.p1 ul li.act .img .tag.t3{
    background:url("../img/p1-tag3-act.png") no-repeat center #21d368;
    transition:0.4s;
}
.p1 ul li .info{
    top:280px;
    width:100%;
    position:absolute;
}
.p1 ul li h2{
    font-size:24px;
    line-height:24px;
    text-align:center;
}
.p1 ul li p{
    margin-top:15px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.part .btn{
    margin:60px auto 0;
    width:300px;
    height:60px;
    font-size:26px;
    color:#ffffff;
    text-align:center;
    line-height:60px;
    display:block;
    background:#21d368;
    border-radius:8px;
    box-shadow:0 0 15px 5px #c2f3d6;
}
.p2{
    background:#fafafa;
}
.p2 ul{
    float:left;
}
.p2 ul li{
    margin-top:20px;
    width:223px;
    height:80px;
    cursor:pointer;
    line-height:80px;
    position:relative;
    background:#ffffff;
    border-radius:4px;
}
.p2 ul li span{
    top:24px;
    left:35px;
    width:33px;
    height:33px;
    font-size:20px;
    text-align:center;
    line-height:33px;
    display:block;
    color:#ffffff;
    position:absolute;
    background:#1a1e28;
    border-radius:100%;
}
.p2 ul li p{
    font-size:20px;
    line-height:80px;
    text-indent:80px;
}
.p2 ul li .jt{
    right:11px;
    bottom:9px;
    width:11px;
    height:9px;
    position:absolute;
    background:url("../img/p2-jt.png") no-repeat center;
}
.p2 ul li.act{
    margin-left:27px;
    background:url("../img/p2-li-act.jpg") no-repeat center;
}
.p2 ul li.act span{
    color:#21d368;
    background:#ffffff;
}
.p2 ul li.act p{
    font-size:20px;
    line-height:80px;
    text-indent:80px;
    color:#ffffff;
}
.p2 ul li .jt{
    background:url("../img/p2-jt-act.png") no-repeat center;
}
.p2 .box{
    float:left;
    margin-left:22px;
    width:712px;
    height:319px;
    position:relative;
    background:#ffffff;
    overflow:hidden;
}
.p2 .box div{
    top:319px;
    width:712px;
    height:319px;
    position:absolute;
    transition:0.4s;
}
.p2 .box div.act{
    top:0;
    transition:0.4s;
}
.p2 .box p{
    margin-top:36px;
    font-size:18px;
    line-height:18px;
    text-align:center;
}
.p2 .box p span{
    color:#21d368;
}
.p2 .box .img{
    display:block;
}
.p2 .box img.img1{
    margin-top:36px;
    margin-left:25px;
}
.p2 .box img.img2{
    margin-top:18px;
    margin-left:72px;
}
.p2 .box img.img3{
    margin-top:60px;
    margin-left:21px;
}
.p2 .box h2{
    margin-top:33px;
    font-size:18px;
    line-height:30px;
    text-align:center;
}
.p2 .box h2 span{
    color:#21d368;
}
.p3 ul{
    margin-left:30px;
    width:1200px;
}
.p3 ul li{
    margin-right:100px;
    float:left;
}
.p3 ul li .tag{
    width:160px;
    height:160px;
    background:url("../img/p3-tag.png") no-repeat center;
    overflow:hidden;
}
.p3 ul li h2{
    font-size:30px;
    line-height:160px;
    text-align:center;
}
.p3 ul li p{
    margin-top:20px;
    font-size:18px;
    line-height:18px;
}
.p3 ul li.act .tag{
    background:url("../img/p3-tag-act.png") no-repeat center;
}
.p3 ul li.act h2{
    color:#ffffff;
}
.p4{
    background:#fafafa;
}
.p4 ul{
    width:1200px;
}
.p4 ul li{
    float:left;
    height:163px;
    margin-bottom:42px;
    margin-right:50px;
    position:relative;
}
.p4 ul li .box{
    margin-top:18px;
    width:300px;
    height:145px;
    background:url("../img/p4-tag.png") no-repeat center #ffffff;
    overflow:hidden;
    transition:0.4s;
}
.p4 ul li .box h2{
    margin-top:34px;
    font-size:24px;
    text-align:center;
    line-height:24px;
}
.p4 ul li .box p{
    margin-top:10px;
    font-size:18px;
    text-align:center;
    line-height:18px;
}
.p4 ul li .box p span{
    margin-top:10px;
    font-size:18px;
    color:#48db83;
    text-align:center;
    line-height:18px;
}
.p4 ul li img{
    top:-18px;
    left:50%;
    margin-left:-20px;
    width:41px;
    height:35px;
    display:none;
    position:absolute;
}
.p4 ul li.act .box{
    margin-top:0;
    background:url("../img/p4-tag-act.png") no-repeat center #21d368;
    transition:0.4s;
}
.p4 ul li.act .box h2{
    color:#ffffff;
}
.p4 ul li.act .box p{
    color:#ffffff;
}
.p4 ul li.act .box p span{
    color:#ffffff;
}
.p4 ul li.act img{
    display:block;
}
.p4 .btn{
    margin:18px auto 0;
}
.p5 img{
    float:left;
    margin-left:30px;
    width:484px;
    height:392px;
    display:block;
}
.p5 ul{
    float:left;
    margin-left:12px;
}
.p5 ul li{
    margin-bottom:50px;
    width:438px;
    height:80px;
    position:relative;
    background:url("../img/p5-li.png") no-repeat center;
}
.p5 ul li span{
    top:0;
    left:0;
    width:80px;
    height:80px;
    font-size:20px;
    display:block;
    text-align:center;
    line-height:80px;
    position:absolute;
}
.p5 ul li p{
    font-size:20px;
    line-height:80px;
    text-indent:126px;
}
.p5 ul li.act{
    background:url("../img/p5-li-act.png") no-repeat center;
}
.p5 ul li.act span{
    color:#21d368;
}
.p5 ul li.act p{
    color:#21d368;
}
.p6{
    background:#fafafa;
}
.p6 .box{
    margin-left:-18px;
    width:1037px;
    height:597px;
    position:relative;
    background:url("../img/p6-box.png") no-repeat;
}
.p6 .ul{
    top:83px;
    left:31px;
    position:absolute;
}
.p6 .ul li{
    float:left;
    margin-right:27px;
    width:300px;
    height:106px;
    cursor:pointer;
    background:url("../img/p6-btn.png") no-repeat center top;
}
.p6 .ul li h2{
    margin-top:25px;
    font-size:22px;
    line-height:22px;
    text-align:center;
}
.p6 .ul li p{
    margin-top:11px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p6 .ul li.act{
    background:url("../img/p6-btn-act.png") no-repeat center top;
}
.p6 .ul li.act h2{
    color:#ffffff;
}
.p6 .ul li.act p{
    color:#ffffff;
}
.p6 .tab{
    top:202px;
    left:71px;
    width:880px;
    height:340px;
    overflow:hidden;
    position:absolute;
}
.p6 .tab > div{
    top:340px;
    width:1000px;
    height:340px;
    position:absolute;
    transition:0.2s;
}
.p6 .tab > div.act{
    top:0;
    transition:0.4s;
}
.p6 .tab ul{
    float:left;
}
.p6 .tab ul li{
    width:366px;
    height:56px;
    cursor:pointer;
    text-indent:58px;
    line-height:60px;
    background:url("../img/p6-jt.png") no-repeat 22px 22px #ffffff;
}
.p6 .tab ul li.act{
    width:364px;
    background:url("../img/p6-jt-act.png") no-repeat 22px 24px #fafafa;
    border-left:2px solid #21d368;
}
.p6 .tab > div > div{
    float:left;
    margin-left:42px;
    width:500px;
    height:350px;
    position:relative;
    overflow:hidden;
}
.p6 .tab > div > div h2{
    margin-top:20px;
    width:153px;
    height:36px;
    font-size:24px;
    color:#ffffff;
    line-height:36px;
    text-align:center;
    background:#21d368;
    border-radius:16px;
}
.p6 .tab > div > div p{
    margin:15px 0;
    padding-left:31px;
    font-size:16px;
    line-height:21px;
    background:url("../img/p6-gou.png") no-repeat left top;
}
.p6 .tab > div > div h3{
    left:0;
    bottom:0;
    padding:0 50px;
    height:60px;
    font-size:22px;
    text-align:center;
    line-height:50px;
    position:absolute;
    background:#ffffff;
    border-radius:6px;
}
.p6 .tab > div > div >div{
    left:500px;
    width:500px;
    height:350px;
    position:absolute;
    transition:0.2s;
}
.p6 .tab > div > div >div.act{
    left:0;
    position:absolute;
    transition:0.4s;
}
.p7 .main{
    height:368px;
    position:relative;
    background:url("../img/p7-mbp.png") no-repeat left top;
}
#p7{
    margin-top:28px;
    margin-left:77px;
    width:946px;
    height:307px;
    overflow:hidden;
}
#p7 img{
    float:left;
    width:479px;
    height:307px;
    display:block;
}
#p7 .info{
    float:right;
}
#p7 .info h2{
    margin-bottom:42px;
    padding-right:23px;
    font-size:24px;
    line-height:52px;
    text-align:right;
    border-right:15px solid #21d368;
}
#p7 .info p{
    margin-bottom:10px;
    font-size:20px;
    line-height:35px;
    text-align:right;
}
.p7 .btn{
    bottom:0;
    right:0;
    margin:0 auto;
    z-index:9999;
    position:absolute;
}
.p7-left{
    top:275px;
    left:520px;
    width:59px;
    height:50px;
    z-index:9999;
    cursor:pointer;
    position:absolute;
    background:url("../img/p7-left.png") no-repeat center #c7c7c7;
    border-right:1px solid #ffffff;
    border-radius:5px 0 0 5px;
    transition:0.4s;
}
.p7-right{
    top:275px;
    left:580px;
    width:59px;
    height:50px;
    z-index:9999;
    cursor:pointer;
    position:absolute;
    background:url("../img/p7-right.png") no-repeat center #c7c7c7;
    border-left:1px solid #ffffff;
    border-radius:0 5px 5px 0;
    transition:0.4s;
}
.p7-left:hover{
    background:url("../img/p7-left.png") no-repeat center #1a1e28;
    transition:0.4s;
}
.p7-right:hover{
    background:url("../img/p7-right.png") no-repeat center #1a1e28;
    transition:0.4s;
}
.p8 .main{
    height:430px;
}
#th{
    width:100%;
    height:430px;
    overflow:hidden;
}
#th .swiper-slide{
    width:250px;
}
#th .box{
    margin:0 auto;
    width:240px;
    height:430px;
    overflow:hidden;
}
.p8 .box.t1{
    background:url("../img/t1.jpg") no-repeat center;
}
.p8 .box.t2{
    background:url("../img/t2.jpg") no-repeat center;
}
.p8 .box.t3{
    background:url("../img/t3.jpg") no-repeat center;
}
.p8 .box.t4{
    background:url("../img/t4.jpg") no-repeat center;
}
.p8 .box.t5{
    background:url("../img/t5.jpg") no-repeat center;
}
.p8 .box.t6{
    background:url("../img/t6.jpg") no-repeat center;
}
.p8 .box.t7{
    background:url("../img/t7.jpg") no-repeat center;
}
.p8 .box.t8{
    background:url("../img/t8.jpg") no-repeat center;
}
#th .box h2{
    margin-top:198px;
    font-size:24px;
    line-height:24px;
    text-align:center;
    color:#ffffff;
}
#th .box h3{
    margin-top:15px;
    font-size:20px;
    line-height:20px;
    text-align:center;
    color:#ffffff;
}
#th .box span{
    margin:20px auto 0;
    width:60px;
    height:3px;
    display:block;
    background:#21d368;
}
#th .box p{
    margin-top:12px;
    font-size:13px;
    line-height:26px;
    text-align:center;
    color:#ffffff;
}
.p9 ul{
    width:1200px;
}
.p9 ul li{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:320px;
    height:280px;
    overflow:hidden;
    position:relative;
    background:#ffffff;
    box-shadow:0 0 15px 5px #f0edf8;
    border-radius:8px;
}
.p9 ul li img{
    width:320px;
    height:208px;
    display:block;
}
.p9 ul li p{
    margin-top:26px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p9 ul li .info{
    top:280px;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    background:#21d368;
    border-radius:8px;
    transition:0.4s;
}
.p9 ul li.act .info{
    top:0;
    transition:0.4s;
}
.p9 ul li .info h2{
    margin-top:30px;
    font-size:24px;
    color:#ffffff;
    line-height:24px;
    text-align:center;
}
.p9 ul li .info h3{
    margin-top:18px;
    margin-left:30px;
    padding-left:25px;
    font-size:18px;
    color:#ffffff;
    line-height:32px;
    background:url("../img/p9-tag.png") no-repeat left 8px;
}
.p9 ul li .info h4{
    margin-top:50px;
    padding:0 10px;
    font-size:18px;
    color:#ffffff;
    line-height:32px;
    text-align:center;
}
.p10 ul{
    width:1050px;
}
.p10 ul li{
    float:left;
    margin-right:50px;
    width:300px;
    height:100px;
    font-size:24px;
    cursor:pointer;
    text-align:center;
    line-height:100px;
    background:#efefef;
    border-radius:3px;
}
.p10 ul li.act{
    color:#ffffff;
    background:url("../img/p10-li-act.jpg") no-repeat center;
}
.p10 .box{
    margin-top:30px;
    width:1000px;
    overflow:hidden;
}
.p10 .box img{
    display:none;
    transition:0.4s;
}
.p10 .box img.act{
    display:block;
    transition:0.4s;
}
#table2{
    bottom:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    z-index:99999;
    display:none;
    position:fixed;
}
#table2 .main{
    height:160px;
    position:relative;
}
.table2{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:160px;
    position:absolute;
    background:url("../img/table2.png") no-repeat center;
}
.table2 form{
    margin-top:75px;
    margin-left:843px;
    position:relative;
}
.table2 input[type="text"]{
    margin-bottom:9px;
    padding:0 25px;
    width:150px;
    height:30px;
    font-size:12px;
    line-height:30px;
    display:block;
    color:#ffffff;
    background:#3c4048;
    border:none;
    border-radius:18px;
}
.table2 .yz-code2{
    top:0;
    left:218px;
    width:200px;
    height:30px;
    position:absolute;
}
.table2 .yz-code2 #getcode{
    top:5px;
    right:8px;
    width:73px;
    height:20px;
    font-size:12px;
    line-height:20px;
    text-align:center;
    position:absolute;
    background:#ffffff;
    border-radius:12px;
}
.table2 #submsg{
    top:39px;
    left:218px;
    width:200px;
    height:30px;
    font-size:20px;
    line-height:20px;
    position:absolute;
    background:#27ffa6;
    border:none;
    cursor:pointer;
    border-radius:12px;
}
.footer{
    padding-bottom:110px;
    width:100%;
    height:50px;
    background:#000000;
}
.footer p{
    font-size:14px;
    color:#ffffff;
    line-height:50px;
    text-align:center;
}


























