@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:#5a5a5a;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0;display:block;}
b{font-weight:normal}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none;}
/*clear*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
body{
    overflow-x:hidden;
}
.main{
    margin:0 auto;
    width:1024px;
}
.wrap{
    margin:0 auto;
    width:100%;
    max-width:1920px;
    min-width:1024px;
    overflow:hidden;
    position:relative;
}
.header{
    top:30px;
    left:50%;
    margin-left:-960px;
    width:1920px;
    z-index:9999;
    position:absolute;
}
.header .logo{
    float:left;
    width:116px;
    height:34px;
}
.header .logo-text{
    float:left;
    margin-left:10px;
    padding-left:10px;
    font-size:18px;
    line-height:36px;
    color:#ffffff;
    border-left:1px solid #ffffff;
}
.header .nav{
    margin-left:24px;
}
.header .nav > li{
    margin-left:24px;
    float:left;
}
.header .nav > li a{
    font-size:18px;
    line-height:36px;
    color:#ffffff;
    cursor:pointer;
}
.header .tel{
    float:right;
    padding-left:26px;
    line-height:36px;
    font-size:18px;
    color:#ffffff;
    background:url("../img/tel.png") no-repeat left center;
}
.header #navBtn{
    padding-bottom:50px;
    position:relative;
}
.header #navBtn .jt{
    top:40px;
    left:50%;
    margin-left:-6px;
    width:13px;
    height:7px;
    position:absolute;
}
.header #navBtn ul{
    top:58px;
    width:500px;
    height:0;
    position:absolute;
    overflow:hidden;
    transition:0.2s;
}
.header #navBtn.act ul{
    height:36px;
    transition:0.4s;
}
.header #navBtn ul li{
    float:left;
    margin-right:24px;
}
.header #navBtn ul li a{
    font-size:18px;
    color:#ffffff;
}
.content{
    margin:0 auto;
    width:100%;
}
.banner{
    width:100%;
    height:800px;
    position:relative;
}
.banner #banner{
    margin:0 auto;
    width:100%;
    height:800px;
}
.banner #banner .img1{
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:800px;
    position:absolute;
    background:url("../img/banner-1-bg.jpg") no-repeat center;
}
.banner #banner .img1 .i1{
    top:298px;
    left:50%;
    margin-left:-764px;
    position:absolute;
    animation:5s bi1 linear infinite;
}
@keyframes bi1{
    0%{margin-left:-700px;}
    50%{margin-left:-850px;}
    100%{margin-left:-700px;}
}
.banner #banner .img1 .i2{
    top:222px;
    left:50%;
    margin-left:-592px;
    position:absolute;
    /*animation:3s bi2 linear infinite;*/
}
/*@keyframes bi2{*/
    /*0%{transform:scale(1);top:222px;}*/
    /*50%{transform:scale(0.9);top:260px;}*/
    /*100%{transform:scale(1);top:222px;}*/
/*}*/
.banner #banner .img1 .i3{
    top:129px;
    left:50%;
    margin-left:-251px;
    position:absolute;
    animation:5s bi3 linear infinite;
}
@keyframes bi3{
    0%{margin-left:-251px;}
    50%{margin-left:750px;}
    100%{margin-left:-251px;}
}
.banner #banner .img1 .i4{
    top:-103px;
    left:50%;
    margin-left:707px;
    position:absolute;
    animation:5s bi4 linear infinite;
}
@keyframes bi4{
    0%{top:-103px;margin-left:666px;}
    50%{top:-303px;margin-left:707px;}
    100%{top:-103px;margin-left:666px;}
}
.banner #banner .swiper-slide{
    position:relative;
    overflow:hidden;
}
.banner #banner .swiper-slide img{
    top:0;
    left:50%;
    margin-left:-960px;
    position:absolute;
}
.banner .pagination {
    width:100%;
    bottom:20px;
    z-index:99999;
    text-align:center;
    position: absolute;
}
.banner .swiper-pagination-switch {
    margin:0 5px;
    width:16px;
    height:6px;
    cursor:pointer;
    display:inline-block;
    background:#000000;
    border-radius:3px;
    transition:0.4s;
}
.banner .swiper-active-switch {
    width:30px;
    height:6px;
    background:#fc865c;
    transition:0.4s;
}
.part{
    margin:0 auto;
}
.title{
    padding-top:70px;
    padding-bottom:50px;
}
.title h2{
    font-size:42px;
    line-height:42px;
    text-align:center;
    color:#151515;
}
.title img{
    margin:28px auto 0;
}
.title span{
    margin:20px auto 0;
    width:200px;
    height:2px;
    display:block;
    background:#fe3f4e;
}
.p1 .box{
    float:right;
    width:430px;
    height:510px;
    background:url("../img/p1-img.png") no-repeat center bottom;
}
.p1 .box h3{
    font-size:24px;
    line-height:24px;
    text-align:center;
}
.p1 .box p{
    margin:20px auto 0;
    font-size:16px;
    line-height:24px;
    width:370px;
    color:#5a5a5a;
}
.p1 .btn{
    margin-top:15px;
    float:left;
}
.p1 .btn li{
    margin-bottom:38px;
    width:170px;
    height:120px;
    cursor:pointer;
    position:relative;
    border:1px solid #edeeef;
    box-shadow:0 0 20px 5px #edeeef;
}
.p1 .btn li.tag1{
    background:url("../img/p1-tag1.png") no-repeat center 16px;
}
.p1 .btn li.tag2{
    background:url("../img/p1-tag2.png") no-repeat center 16px;
}
.p1 .btn li.tag3{
    background:url("../img/p1-tag3.png") no-repeat center 16px;
}
.p1 .btn li h3{
    padding-top:80px;
    font-size:22px;
    text-align:center;
    color:#121212;
}
.p1 .btn li .info{
    top:16px;
    left:170px;
    width:0;
    height:96px;
    position:absolute;
    overflow:hidden;
    transition:0.4s;
    background:url("../img/p1-info.png") no-repeat left center;
}
.p1 .btn li.act .info{
    width:277px;
    transition:0.4s;
}
.p1 .btn li .info p{
    margin-top:12px;
    margin-left:30px;
    width:210px;
    font-size:14px;
    line-height:18px;
    color:#767676;
}
.p1 .btn li .plus{
    top:48px;
    right:-11px;
    position:absolute;
}
.p1 .btn li.act .plus{
    display:none;
}
.part .link{
    margin:60px auto 0;
    width:224px;
    height:46px;
    display:block;
    position:relative;
    background:url("../img/link.png") no-repeat center;
}
.part .link span{
    top:-7px;
    left:-7px;
    width:224px;
    height:46px;
    display:block;
    font-size:22px;
    color:#ffffff;
    line-height:46px;
    text-align:center;
    position:absolute;
    background:url("../img/link-act.png") no-repeat center;
    transition:0.6s;
}
.part .link:hover span{
    top:0;
    left:0;
    transition:0.2s;
}
.p2{
    padding-bottom:65px;
}
.p2 .box{
    float:right;
    width:480px;
    height:402px;
    position:relative;
    background:url("../img/p2-box.png") no-repeat center;
}
.p2 .box img{
    bottom:86px;
    left:89px;
    width:295px;
    height:190px;
    position:absolute;
    animation:5s line linear infinite;
}
.p2 .box p{
    right:0;
    bottom:-25px;
    font-size:16px;
    line-height:16px;
    color:#c9c9c9;
    position:absolute;
}
.p2 .box p span{
    top:8px;
    left:-55px;
    width:40px;
    height:1px;
    display:block;
    position:absolute;
    background:#c9c9c9;
}
@keyframes line {
    0%{height:0;}
    10%{height:190px;}
}
.p2 .yuan{
    margin-left:20px;
    margin-top:20px;
    float:left;
    width:341px;
    height:341px;
    position:relative;
    background:url("../img/p2-yuan.png") no-repeat;
}
.p2 .yuan p{
    padding-bottom:35px;
    font-size:16px;
    line-height:16px;
    text-align:center;
    position:absolute;
    background:url("../img/p2-d1.png") no-repeat center bottom;
}
@keyframes d1 {
    0%{background:url("../img/p2-d1.png") no-repeat center bottom;}
    50%{background:url("../img/p2-d2.png") no-repeat center bottom;}
    100%{background:url("../img/p2-d1.png") no-repeat center bottom;}
}
@keyframes d2 {
    0%{background:url("../img/p2-d2.png") no-repeat center bottom;}
    50%{background:url("../img/p2-d1.png") no-repeat center bottom;}
    100%{background:url("../img/p2-d2.png") no-repeat center bottom;}
}
.p2 .yuan p.t1{
    top:-34px;
    left:140px;
    animation:2s d1 linear infinite;
}
.p2 .yuan p.t2{
    top:46px;
    left:3px;
    animation:2s d1 linear infinite;
}
.p2 .yuan p.t3{
    top:46px;
    right:-8px;
    animation:2s d2 linear infinite;
}
.p2 .yuan p.t4{
    top:165px;
    left:-20px;
    animation:2s d2 linear infinite;
}
.p2 .yuan p.t5{
    top:164px;
    right:-46px;
    animation:2s d1 linear infinite;
}
.p2 .yuan p.t6{
    top:300px;
    right:32px;
    padding-bottom:0;
    padding-left:38px;
    line-height:18px;
    background:url("../img/p2-d2.png") no-repeat left center;
    animation:2s d6 linear infinite;
}
@keyframes d6 {
    0%{background:url("../img/p2-d2.png") no-repeat left center;}
    50%{background:url("../img/p2-d1.png") no-repeat left center;}
    100%{background:url("../img/p2-d2.png") no-repeat left center;}
}
.p2 .yuan .t7{
    top:295px;
    left:35px;
    width:110px;
    position:absolute;
    background:url("../img/p2-d1.png") no-repeat center;
    animation:2s d7 linear infinite;
}
@keyframes d7 {
    0%{background:url("../img/p2-d1.png") no-repeat center;}
    50%{background:url("../img/p2-d2.png") no-repeat center;}
    100%{background:url("../img/p2-d1.png") no-repeat center;}
}
.p2 .yuan .p7 h3{
    font-size:16px;
    line-height:18px;
}
.p3{
    height:1000px;
    position:relative;
}
.p3 .bg1{
    left:50%;
    margin-left:-1170px;
    top:-90px;
    width:1686px;
    height:975px;
    position:absolute;
    background:url("../img/p3-bg1.png") no-repeat center;
    animation:5s bg1 ease infinite;
}
@keyframes bg1 {
    0%{margin-left:-1686px;}
    90%{margin-left:-1170px;}
    100%{margin-left:-1686px;}
}
.p3 .bg2{
    left:50%;
    margin-left:-200px;
    top:260px;
    width:1352px;
    height:748px;
    position:absolute;
    background:url("../img/p3-bg2.png") no-repeat center;
    animation:5s bg2 ease infinite;
}
@keyframes bg2 {
    0%{margin-left:200px;}
    90%{margin-left:-200px;}
    100%{margin-left:200px;}
}
.p3 .main{
    top:0;
    left:50%;
    margin-left:-512px;
    position:absolute;
}
.p3 .box{
    margin-left:147px;
    float:left;
    width:801px;
    height:582px;
    position:relative;
    background:url("../img/p3-box.png") no-repeat center;
}
.p3 .tag{
    top:205px;
    left:-133px;
    width:198px;
    height:139px;
    position:absolute;
    background:url("../img/p3-tag.png") no-repeat center;
    box-shadow:0 0 15px 5px #f6f6f6;
}
.p3 .tag p{
    margin-top:36px;
    font-size:16px;
    line-height:16px;
    color:#ffffff;
    text-align:center;
}
.p3 .tag h3{
    margin-top:16px;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    line-height:26px;
    font-size:26px;
}
.p3 .tag span{
    font-size:18px;
}
.p3 .box .list{
    margin-top:195px;
    margin-left:90px;
    width:600px;
    height:288px;
    position:relative;
    overflow:hidden;
}
.p3 .box .list:hover .top1{
    animation-play-state:paused;
}
.p3 .box .list:hover .top2{
    animation-play-state:paused;
}
.p3 .box .list .top1{
    top:0;
    left:0;
    position:absolute;
    animation:10s top1 linear infinite;
}
@keyframes top1 {
    0%{top:0;}
    100%{top:-288px;}
}
.p3 .box .list .top2{
    top:288px;
    left:0;
    position:absolute;
    animation:10s top2 linear infinite;
}
@keyframes top2 {
    0%{top:288px;}
    100%{top:0;}
}
.p3 .box .list ul{
    margin-bottom:14px;
    width:600px;
    height:34px;
    cursor:pointer;
    line-height:34px;
    transition:0.4s;
}
.p3 .box .list ul:hover{
    background:#fceae6;
    border-radius:8px 8px 0 0;
    transition:0.4s;
}
.p3 .box .list ul:hover li{
    color:#ff315a;
    transition:0.4s;
}
.p3 .box .list ul li{
    float:left;
    font-size:18px;
    line-height:34px;
    transition:0.4s;
}
.p3 .box .list ul li.l1{
    margin-left:22px;
    width:110px;
}
.p3 .box .list ul li.l2{
    width:210px;
}
.p3 .box .list ul li.l3{
    width:130px;
}
.p3 .box .list ul li.l4{
    width:120px;
}
.p4{
    padding-bottom:60px;
}
.p4 ul{
    margin-left:53px;
}
.p4 ul li{
    margin-right:25px;
    float:left;
    width:211px;
    height:378px;
    cursor:pointer;
    background:url("../img/p4-li1.png") no-repeat center;
    border-radius:40px 16px 16px 16px;
}
.p4 ul li.act{
    background:url("../img/p4-li2.png") no-repeat center;
}
.p4 ul li .tag{
    width:80px;
    height:80px;
}
.p4 ul li .tag.t1{
    background:url("../img/p4-tag1.png") no-repeat center;
}
.p4 ul li.act .tag.t1{
    background:url("../img/p4-tag1-act.png") no-repeat center;
}
.p4 ul li .tag.t2{
    background:url("../img/p4-tag2.png") no-repeat center;
}
.p4 ul li.act .tag.t2{
    background:url("../img/p4-tag2-act.png") no-repeat center;
}
.p4 ul li .tag.t3{
    background:url("../img/p4-tag3.png") no-repeat center;
}
.p4 ul li.act .tag.t3{
    background:url("../img/p4-tag3-act.png") no-repeat center;
}
.p4 ul li .tag.t4{
    background:url("../img/p4-tag4.png") no-repeat center;
}
.p4 ul li.act .tag.t4{
    background:url("../img/p4-tag4-act.png") no-repeat center;
}
.p4 ul li h3{
    margin-top:14px;
    font-size:24px;
    line-height:24px;
    color:#151515;
    text-align:center;
}
.p4 ul li.act h3{
    color:#ffffff;
}
.p4 ul li h4{
    margin-top:46px;
    font-size:20px;
    line-height:22px;
    color:#ffffff;
    text-align:center;
}
.p4 ul li.act h4{
    color:#ff2957;
}
.p4 ul li p{
    margin:34px auto 0;
    font-size:16px;
    line-height:24px;
    width:176px;
}
.p4 ul li.act p{
    color:#ffffff;
}
.p4 ul li a{
    margin-top:16px;
    margin-left:96px;
    width:98px;
    height:30px;
    font-size:16px;
    color:#ffffff;
    display:block;
    text-align:center;
    line-height:30px;
    background:#c9c9c9;
    border-radius:14px;
}
.p4 ul li.act a{
    color:#ff2c56;
    background:#ffffff;
}
.p5{
    padding-bottom:60px;
}
.p5 ul{
    margin-left:70px;
}
.p5 ul li{
    margin-bottom:46px;
    margin-right:54px;
    float:left;
    width:252px;
    height:312px;
    cursor:pointer;
    overflow:hidden;
    border:1px solid #eeeeee;
    border-radius:0 75px 0 75px;
    transition:0.4s;
}
.p5 ul li.act{
    box-shadow:0 0 30px 10px #eaeaea;
    transition:0.4s;
}
.p5 ul li.l1{
    background:url("../img/p5-l1.png") no-repeat center 100px;
}
.p5 ul li.l2{
    background:url("../img/p5-l2.png") no-repeat center 100px;
}
.p5 ul li.l3{
    background:url("../img/p5-l3.png") no-repeat center 100px;
}
.p5 ul li.l4{
    background:url("../img/p5-l4.jpg") no-repeat center 100px;
}
.p5 ul li.l5{
    background:url("../img/p5-l5.png") no-repeat center 100px;
}
.p5 ul li.l6{
    background:url("../img/p5-l6.png") no-repeat center 100px;
}
.p5 ul li h4{
    margin-top:43px;
    font-size:16px;
    line-height:16px;
    text-align:center;
}
.p5 ul li p{
    margin:16px auto 0;
    width:120px;
    height:1px;
    position:relative;
    background:#c9c9c9;
}
.p5 ul li p span{
    top:-2px;
    left:37px;
    width:46px;
    height:5px;
    display:block;
    position:absolute;
    background:#ff225a;
    background: linear-gradient(to right,#ff225a, #fd5d41);
    transition:0.4s;
}
.p5 ul li.act p span{
    animation:2s ld linear infinite;
    transition:0.4s;
}
@keyframes ld {
    0%{left:0;}
    50%{left:74px;}
    100%{left:0;}
}
.p5 ul li h3{
    margin-top:180px;
    font-size:24px;
    line-height:24px;
    text-align:center;
}
.p6{
    height:970px;
    position:relative;
}
.p6 .bg1{
    left:50%;
    top:-85px;
    margin-left:-490px;
    width:1662px;
    height:963px;
    position:absolute;
    background:url("../img/p6-bg1.png") no-repeat center;
}
.p6 .bg2{
    left:50%;
    top:277px;
    margin-left:-1222px;
    width:1482px;
    height:692px;
    position:absolute;
    background:url("../img/p6-bg2.png") no-repeat center;
}
.p6 .main{
    top:0;
    left:50%;
    margin-left:-512px;
    position:absolute;
}
.p6 .box{
    margin-left:90px;
    width:839px;
    height:546px;
    overflow:hidden;
    position:relative;
    background:url("../img/p6-box.jpg") no-repeat center;
}
.p6 .btn{
    float:left;
    margin-top:180px;
}
.p6 .btn li{
    margin-bottom:32px;
    width:144px;
    line-height:39px;
    text-indent:50px;
    font-size:18px;
    color:#ffffff;
    cursor:pointer;
    background:url("../img/p6-d1.png") no-repeat 28px center #35374c;
    border-left:3px solid #35374c;
}
.p6 .btn li.act{
    width:144px;
    line-height:39px;
    background:url("../img/p6-d2.png") no-repeat 28px center #202239;
    border-left:3px solid #ff2658;
}
.p6 .ctn{
    top:85px;
    left:160px;
    float:left;
    width:700px;
    height:390px;
    overflow:hidden;
    position:absolute;
}
.p6 .ctn ul{
    margin:20px;
    left:0;
    top:400px;
    height:390px;
    position:absolute;
    transition:0.4s;
}
.p6 .ctn ul.act{
    top:0;
    transition:0.4s;
}
.p6 .ctn ul li{
    margin-right:19px;
    float:left;
    width:192px;
    height:355px;
    background:#ffffff;
    box-shadow:0 0 15px 5px #e2e3e6;
}
.p6 .ctn ul li img{
    width:192px;
    height:141px;
}
.p6 .ctn ul li h3{
    margin:30px auto 0;
    width:118px;
    height:25px;
    text-align:center;
    font-size:20px;
    line-height:20px;
    color:#ff2459;
    background:url("../img/p6-tit.png") no-repeat center 5px;
}
.p6 .ctn ul li p{
    margin:12px auto 0;
    font-size:12px;
    line-height:24px;
    color:#5a5a5a;
    width:140px;
}
.p7{
    padding-bottom:70px;
}
.p7 .teacher{
    margin-left:84px;
    width:856px;
    height:586px;
    position:relative;
    background:url("../img/p7-box.png") no-repeat left bottom;
}
#teacher{
    width:861px;
    height:586px;
}
#teacher .box{
    width:856px;
    height:586px;
    position:relative;
}
#teacher .box .btn{
    top:524px;
    left:107px;
    width:130px;
    height:27px;
    display:block;
    position:absolute;
}
#teacher .info{
    top:34px;
    left:92px;
    position:absolute;
}
#teacher .info h2{
    font-size:64px;
    line-height:64px;
    font-weight:bold;
    color:#151515;
}
#teacher .info span{
    margin-top:5px;
    width:2px;
    height:37px;
    display:block;
    background:#151515;
}
#teacher .info h3{
    margin-left:12px;
    margin-top:30px;
    font-size:30px;
    line-height:30px;
    color:#ffffff;
}
#teacher .info h4{
    margin-left:12px;
    margin-top:12px;
    padding-top:12px;
    width:160px;
    font-size:20px;
    color:#151515;
    line-height:20px;
    border-top:1px solid #151515;
}
#teacher .info p{
    margin-left:12px;
    margin-top:50px;
    font-size:16px;
    line-height:30px;
    color:#ffffff;
}
#teacher .img{
    top:80px;
    right:15px;
    width:378px;
    height:454px;
    position:absolute;
    background:#e9e9e9;
    box-shadow:5px 0 15px 1px #a8a8a8;
}
#teacher .img img{
    bottom:0;
    position:absolute;
}
.teacher .pagination2 {
    width:100%;
    bottom:-47px;
    left:20px;
    z-index:99999;
    position:absolute;
}
.teacher .swiper-pagination-switch {
    margin:0 3px;
    width:8px;
    height:8px;
    cursor:pointer;
    display:inline-block;
    background:none;
    border-radius:100%;
    border:2px solid #d9d4d4;
}
.teacher .swiper-active-switch {
    width:6px;
    height:6px;
    border:3px solid #fe3154;
}
.teacher .tag{
    bottom:-50px;
    left:180px;
    position:absolute;
}
.teacher .num2{
    bottom:-44px;
    left:280px;
    font-size:16px;
    color:#151515;
    line-height:16px;
    position:absolute;
}
.teacher .num2 b{
    color:#ff1d5c;
}
.p8 ul{
    margin-top:35px;
    margin-left:90px;
}
.p8 ul li{
    margin-right:30px;
    float:left;
    width:262px;
    height:368px;
    position:relative;
    background:#ffffff;
    box-shadow:0 0 15px 5px #f2f2f2;
}
.p8 ul li img{
    top:-34px;
    left:50%;
    margin-left:-112.5px;
    width:225px;
    height:177px;
    position:absolute;
}
.p8 ul li h3{
    padding-top:164px;
    font-size:24px;
    line-height:24px;
    color:#151515;
    text-align:center;
}
.p8 ul li h4{
    margin:20px auto 0;
    font-size:18px;
    width:195px;
    height:35px;
    color:#fe3154;
    line-height:35px;
    text-align:center;
    border-top:1px solid #fe3154;
    border-bottom:1px solid #fe3154;
}
.p8 ul li p{
    margin:20px auto 0;
    font-size:16px;
    width:200px;
    line-height:26px;
}
.p9{
    padding-bottom:60px;
}
.p9 .main{
    height:440px;
    position:relative;
}
.p9 .i1{
    top:33px;
    left:86px;
    width:175px;
    height:183px;
    position:absolute;
    animation:2s i1 linear infinite;
}
@keyframes i1 {
    0%{top:33px;}
    50%{top:3px;}
    100%{top:33px;}
}
.p9 .i2{
    top:0;
    left:295px;
    width:177px;
    height:183px;
    position:absolute;
    animation:2s i2 linear infinite;
}
@keyframes i2 {
    0%{left:295px;}
    50%{left:325px;}
    100%{left:295px;}
}
.p9 .i3{
    top:251px;
    left:115px;
    width:178px;
    height:183px;
    position:absolute;
    animation:2s i3 linear infinite;
}
@keyframes i3 {
    0%{left:115px;}
    50%{left:85px;}
    100%{left:115px;}
}
.p9 .i4{
    top:221px;
    left:324px;
    width:176px;
    height:183px;
    position:absolute;
    animation:2s i4 linear infinite;
}
@keyframes i4 {
    0%{top:221px;}
    50%{top:251px;}
    100%{top:221px;}
}
.p9 .box{
    top:107px;
    left:551px;
    width:379px;
    height:204px;
    position:absolute;

}
.p9 .box .info{
    width:409px;
    height:234px;
    overflow:hidden;
    position:relative;
}
.p9 .box .info > div{
    top:250px;
    left:15px;
    margin-top:37px;
    width:379px;
    height:167px;
    position:absolute;
    background:#f6f6f6;
    border-radius:0 48px 0 48px;
    box-shadow:0 0 15px 5px #f1f1f1;
    transition:0.4s;
}
.p9 .box .info > div.act{
    top:0;
    transition:0.4s;
}
.p9 .box .info >div h2{
    top:-37px;
    right:47px;
    width:136px;
    height:37px;
    font-size:22px;
    line-height:37px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    background:#ff2b56;
    background:linear-gradient(to right,#fd5345, #ff2b56);
}
.p9 .box .info >div p{
    margin:30px auto 0;
    font-size:18px;
    line-height:32px;
    width:306px;
}
.p9 .btn{
    top:312px;
    left:747px;
    width:136px;
    height:33px;
    position:absolute;
}
.p9 .btn li{
    float:left;
    width:68px;
    height:33px;
    cursor:pointer;
}
.p9 .btn li#btn1{
    background:url("../img/p9-btn1.jpg") no-repeat center;
}
.p9 .btn li#btn2{
    background:url("../img/p9-btn2.jpg") no-repeat center;
}
.footer{
    padding-bottom:100px;
    height:60px;
    background:#000000;
}
.footer p{
    font-size:14px;
    line-height:40px;
    text-align:center;
    color:#ffffff;
}
#table{
    left:50%;
    margin-left:-960px;
    bottom:0;
    padding:20px 0;
    width:1920px;
    z-index:9999;
    position:fixed;
    background:url("../img/table-bg.jpg") no-repeat center;
}
#table .main{
    position:relative;
}
#table .main .img{
    top:-168px;
    left:-136px;
    width:272px;
    height:248px;
}
#table img{
    left:100px;
    position:absolute;
}
#table input[type="text"]{
    margin-right:10px;
    padding:0 20px 0 40px;
    float:left;
    width:100px;
    height:38px;
    color:#ffffff;
    background:none;
    border:1px solid #ffffff;
}
#table input[type="text"].name{
    margin-left:150px;
    background:url("../img/table-tag1.png") no-repeat 10px center;
}
#table input[type="text"].phone{
    background:url("../img/table-tag2.png") no-repeat 10px center;
}
#table input[type="text"].code{
    background:url("../img/table-tag3.png") no-repeat 10px center;
}
#table .wm{
    margin-right:10px;
    float:left;
    width:160px;
    height:40px;
    position:relative;
}
#table .wm #getcode{
    top:5px;
    right:4px;
    padding-left:5px;
    line-height:28px;
    font-size:12px;
    color:#ffffff;
    cursor:pointer;
    position:absolute;
    border-left:1px solid #ffffff;
}
#table input[type="submit"]{
    margin-right:10px;
    float:left;
    width:150px;
    height:40px;
    line-height:40px;
    font-size:24px;
    color:#ff1d5c;
    cursor:pointer;
    text-align:center;
    font-weight:bold;
    background:#ffffff;
    border:none;
    border-radius:18px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#ffffff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#ffffff;
}
#top{
    left:50px;
    top:-79px;
    width:66px;
    height:49px;
    cursor:pointer;
    position:absolute;
    z-index:9999;
    background:url("../img/top.png") no-repeat center;
}
#time span{
    width:28px;
    height:28px;
    display:block;
    border:1px solid #00fff2;
}
