@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:#2d2b48;}
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:1024px;
    overflow:hidden;
    position:relative;
}
.main{
    margin:0 auto;
    width:1024px;
}
.header{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:100px;
    z-index:9999;
    position:absolute;
}
.header .logo{
    margin-top:32px;
    margin-left:35px;
    float:left;
    width:122px;
    height:36px;
}
.header .logo-text{
    margin-top:32px;
    margin-left:15px;
    padding-left:14px;
    float:left;
    font-size:18px;
    color:#ffffff;
    line-height:22px;
    border-left:1px solid #ffffff;
}
.header .nav{
    margin-top:40px;
    margin-right:50px;
    float:right;
}
.header .nav li{
    float:left;
    margin-left:60px;
    padding-bottom:14px;
}
.header .nav li.act{
    background:url("../img/nav-act.png") repeat-x center bottom;
}
.header .nav li a{
    font-size:20px;
    line-height:20px;
    color:#ffffff;
}
.content{
    margin:0 auto;
    width:100%;
}
.banner{
    margin:0 auto;
    width:100%;
    height:900px;
    position:relative;
}
#banner{
    width:100%;
    height:824px;
}
#banner .swiper-slide{
    width:100%;
    height:824px;
    position:relative;
    overflow:hidden;
}
#banner img{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:824px;
    position:absolute;
}
.pagination {
    width:100%;
    bottom:30px;
    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:#555;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor:pointer;
}
.swiper-active-switch {
    background: #fff;
}*/
.hot{
    width:100%;
    height:333px;
    overflow:hidden;
    background:url("../img/hot-hot.jpg") no-repeat center;
}
.hot h2{
    margin:120px auto 0;
    padding-bottom:10px;
    font-size:28px;
    width:1024px;
    color:#ffffff;
    line-height:42px;
    text-align:center;
    background:url("../img/hot-tag.png") no-repeat center bottom;
}
.hot h2 span{
    font-size:24px;
}
.part{
    margin:0 auto;
    padding-bottom:70px;
    width:100%;
}
.part .title{
    padding-top:70px;
    padding-bottom:50px;
    position:relative;
}
.part .title h2{
    padding-bottom:55px;
    font-size:42px;
    line-height:42px;
    text-align:center;
}
.part .title.t1 h2{
    background:url("../img/title-t1.png") no-repeat center bottom;
}
.part .title.t2 h2{
    background:url("../img/title-t2.png") no-repeat center bottom;
}
.part .title.t3 h2{
    background:url("../img/title-t3.png") no-repeat center bottom;
}
.part .title.t4 h2{
    background:url("../img/title-t4.png") no-repeat center bottom;
}
.part .title.t5{
    padding-top:60px;
}
.part .title.t5 h2{
    background:url("../img/title-t5.png") no-repeat center bottom;
}
.part .title.t5 h2{
    color:#ffffff;
}
.part .title.t5 p{
    color:#ffffff;
}
.part .title.t5 span{
    background: url("../img/title-tag2.png") no-repeat center;
}
.part .title.t5 .line{
    top:165px;
}
.part .title.t6 h2{
    background:url("../img/title-t6.png") no-repeat center bottom;
}
.part .title.t7 h2{
    background:url("../img/title-t7.png") no-repeat center bottom;
}
.part .title .line{
    top:180px;
    left:50%;
    margin-left:-970px;
    width:1869px;
    height:3px;
    position:absolute;
}
.part .title p{
    margin-top:45px;
    font-size:18px;
    line-height:18px;
    color:#9e9e9e;
    text-align:center;
}
.part .title span{
    padding:0 16px;
    width:25px;
    height:25px;
    display:inline-block;
    background:url("../img/title-tag.png") no-repeat center;
}
.p1{
    margin-top:-50px;
}
.p1 ul{
    margin-left:-70px;
    width:1200px;
    height:507px;
    overflow:hidden;
}
.p1 ul li{
    margin-right:16px;
    margin-bottom:30px;
    float:left;
    cursor:pointer;
    width:283px;
    height:231px;
}
.p1 ul li img{
    width:283px;
    height:164px;
}
.p1 ul li p{
    width:283px;
    height:67px;
    line-height:67px;
    font-size:16px;
    color:#9c77fd;
    text-indent:16px;
    background:url("../img/p1-tag.png") no-repeat 236px center #ffffff;
    box-shadow:0 0 15px 5px #f9f9f9;
}
.video-box{
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-450px;
    width:900px;
    height:500px;
    position:fixed;
    z-index:99999;
    display:none;
    background:#000000;
}
.video-box .video-close{
    top:-50px;
    right:0;
    width:100px;
    height:50px;
    color:#ffffff;
    font-size:24px;
    cursor:pointer;
    text-align:center;
    line-height:50px;
    position:absolute;
    background:#f64b60;
}
.video-box .video{
    width:100%;
    height:100%;
    display:none;
}
.video-box .video.act{
    display:block;
}
.video-box .video a{
    margin:240px auto 0;
    width:200px;
    height:60px;
    line-height:60px;
    font-size:24px;
    display:block;
    text-align:center;
    background:#ffffff;
}
.part .link{
    margin:50px auto 0;
    width:233px;
    height:49px;
    font-size:22px;
    line-height:49px;
    text-align:center;
    color:#ffffff;
    display:block;
    background:url("../img/link.png") no-repeat center;
    transition:0.4s;
}
.part .link:hover{
    background:url("../img/link-act.png") no-repeat center;
    transition:0.4s;
}
.p2{
    background:url("../img/p2-bg.jpg") repeat center;
}
.p2 .img{
    width:100%;
    height:483px;
    background:url("../img/p2-img.png") no-repeat center;
}
.p2 .main{
    margin-top:45px;
    position:relative;
}
.p2 ul{
    top:-46px;
    left:69px;
    position:absolute;
}
.p2 ul li{
    margin-right:30px;
    float:left;
    width:268px;
    height:357px;
    cursor:pointer;
    background:url("../img/p2-li.png") no-repeat center;
    background-size:268px 357px;
    transition:0.4s;
}
.p2 ul li.act{
    float:left;
    width:285px;
    height:380px;
    background:url("../img/p2-li.png") no-repeat center;
    background-size:285px 380px;
    transition:0.4s;
}
.p2 ul li.act p{
    margin-top:68px;
    transition:0.4s;
}
.p2 ul li h3{
    margin-top:50px;
    font-size:16px;
    color:#ffb2a3;
    line-height:16px;
    text-align:center;
}
.p2 ul li h2{
    margin-top:38px;
    font-size:57px;
    color:#fc575a;
    font-weight:bold;
    line-height:57px;
    text-align:center;
}
.p2 ul li h2 span{
    font-size:24px;
}
.p2 ul li p{
    margin-top:52px;
    font-size:24px;
    color:#ffffff;
    text-align:center;
    line-height:24px;
    transition:0.4s;
}
.p2 ul li.l1 p{
    background:url("../img/p2-d1.png") no-repeat center;
}
.p2 ul li.l2 p{
    background:url("../img/p2-d2.png") no-repeat center;
}
.p2 ul li.l3 p{
    background:url("../img/p2-d3.png") no-repeat center;
}
.p2 .link{
    margin:0 auto;
}
.p3 .box{
    width:1038px;
    height:408px;
    overflow:hidden;
    background:url("../img/p3-box.png") no-repeat;
}
.p3 .box ul{
    margin-top:96px;
    margin-left:116px;
}
.p3 .box ul li{
    margin-bottom:27px;
    margin-right:27px;
    float:left;
    width:383px;
    height:63px;
}
.p3 .box ul li.l1{
    background:url(" ../img/p3-l1.png") no-repeat center;
}
.p3 .box ul li.l2{
    background:url(" ../img/p3-l2.png") no-repeat center;
}
.p3 .box ul li.l3{
    background:url(" ../img/p3-l3.png") no-repeat center;
}
.p3 .box ul li.l4{
    background:url(" ../img/p3-l4.png") no-repeat center;
}
.p3 .box ul li p{
    font-size:20px;
    line-height:63px;
    text-indent:77px;
    color:#ffffff;
}
.p3 .box ul li p span{
    margin-right:9px;
    padding-right:8px;
    border-right:3px solid #ffffff;
}
.p3 .box ul li p b{
    color:#fcff00;
}
.p3 .city{
    margin:0 auto;
    width:880px;
    height:39px;
    background:url("../img/p3-tag.png") no-repeat center;
}
.p3 .city li{
    margin:0 16px;
    font-size:24px;
    line-height:39px;
    color:#c4c9cf;
    float:left;
}
.p4-ul{
    height:536px;
    transition:0.4s;
}
.p4-ul.act{
    height:854px;
    transition:0.4s;
}
.p4 ul{
    margin-left:60px;
    padding:30px 15px 0;
    overflow:hidden;
}
.p4 ul li{
    margin-bottom:100px;
    margin-right:20px;
    float:left;
    width:206px;
    height:188px;
    position:relative;
    background:#ffffff;
    box-shadow:0 0 15px 5px #f2f2f2;
}
.p4 ul li .tag{
    top:-40px;
    left:50%;
    margin-left:-55px;
    width:110px;
    height:110px;
    position:absolute;
}
.p4 ul li.l1 .tag{
    background:url("../img/p4-tag1.png") no-repeat center;
}
.p4 ul li.l2 .tag{
    background:url("../img/p4-tag2.png") no-repeat center;
}
.p4 ul li.l3 .tag{
    background:url("../img/p4-tag3.png") no-repeat center;
}
.p4 ul li.l4 .tag{
    background:url("../img/p4-tag4.png") no-repeat center;
}
.p4 ul li.l5 .tag{
    background:url("../img/p4-tag5.png") no-repeat center;
}
.p4 ul li.l6 .tag{
    background:url("../img/p4-tag6.png") no-repeat center;
}
.p4 ul li.l7 .tag{
    background:url("../img/p4-tag7.png") no-repeat center;
}
.p4 ul li.l8 .tag{
    background:url("../img/p4-tag8.png") no-repeat center;
}
.p4 ul li.l9 .tag{
    background:url("../img/p4-tag9.png") no-repeat center;
}
.p4 ul li.l10 .tag{
    background:url("../img/p4-tag10.png") no-repeat center;
}
.p4 ul li.l11 .tag{
    background:url("../img/p4-tag11.png") no-repeat center;
}
.p4 ul li.l12 .tag{
    background:url("../img/p4-tag12.png") no-repeat center;
}
.p4 ul li .box{
    top:64px;
    left:50%;
    margin-left:-89px;
    width:178px;
    height:161px;
    position:absolute;
    overflow:hidden;
}
.p4 ul li.l1 .box{
    background:url("../img/p4-box1.jpg") no-repeat center;
}
.p4 ul li.l2 .box{
    background:url("../img/p4-box2.jpg") no-repeat center;
}
.p4 ul li.l3 .box{
    background:url("../img/p4-box3.jpg") no-repeat center;
}
.p4 ul li.l4 .box{
    background:url("../img/p4-box4.jpg") no-repeat center;
}
.p4 ul li.l5 .box{
    background:url("../img/p4-box5.jpg") no-repeat center;
}
.p4 ul li.l6 .box{
    background:url("../img/p4-box6.jpg") no-repeat center;
}
.p4 ul li.l7 .box{
    background:url("../img/p4-box7.jpg") no-repeat center;
}
.p4 ul li.l8 .box{
    background:url("../img/p4-box8.jpg") no-repeat center;
}
.p4 ul li.l9 .box{
    background:url("../img/p4-box9.jpg") no-repeat center;
}
.p4 ul li.l10 .box{
    background:url("../img/p4-box10.jpg") no-repeat center;
}
.p4 ul li.l11 .box{
    background:url("../img/p4-box11.jpg") no-repeat center;
}
.p4 ul li.l12 .box{
    background:url("../img/p4-box12.jpg") no-repeat center;
}
.p4 ul li .box h2{
    margin-top:46px;
    font-size:22px;
    font-weight:bold;
    line-height:22px;
    color:#ffffff;
    text-align:center;
}
.p4 ul li .box p{
    margin-top:16px;
    font-size:18px;
    line-height:18px;
    color:#ffffff;
    text-align:center;
}
.p4 ul li .box .info{
    top:161px;
    left:0;
    width:178px;
    height:161px;
    position:absolute;
    background:url("../img/p4-tag-act.png") no-repeat center 40px #f86c58;
    transition:0.4s;
}
.p4 ul li:hover .box .info{
    top:0;
    transition:0.4s;
}
.p4 ul li .box .info h3{
    margin-top:90px;
    font-size:22px;
    line-height:22px;
    color:#ffffff;
    text-align:center;
}
.part .p4-btn{
    margin:50px auto 0;
    width:233px;
    height:49px;
    font-size:22px;
    line-height:49px;
    text-indent:40px;
    cursor:pointer;
    color:#ffffff;
    display:block;
    position:relative;
    background:url("../img/link.png") no-repeat center;
    transition:0.4s;
}
.part .p4-btn span{
    top:16px;
    right:38px;
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    background:url("../img/p4-btn-tag.png") no-repeat center;
    transition:0.4s;
}
.part .p4-btn.act span{
    background:url("../img/p4-btn-tag-act.png") no-repeat center;
    transition:0.4s;
}
.p5{
    width:100%;
    height:1153px;
    background:url("../img/p5-bg.jpg") no-repeat center top;
}
.p5 .main{
    width:1200px;
    height:812px;
    position:relative;
    background:#ffffff;
    box-shadow:0 0 5px 2px #f3f2f2;
}
.p5 ul{
    margin-top:42px;
    margin-left:75px;
    float:left;
}
.p5 ul li{
    margin-right:36px;
    margin-bottom:22px;
    width:267px;
    height:252px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    box-shadow:0 0 15px 5px #f2f2f2;
    transition:0.4s;
}
.p5 ul li img{
    width:267px;
    height:170px;
}
.p5 ul li span{
    top:145px;
    left:50%;
    margin-left:-27px;
    width:53px;
    height:53px;
    position:absolute;
    background:url("../img/p5-tag.png") no-repeat;
}
.p5 ul li h2{
    margin-top:30px;
    font-size:22px;
    line-height:22px;
    text-align:center;
    transition:0.4s;
}
.p5 ul li p{
    margin:30px auto 0;
    width:224px;
    line-height:28px;
    color:#9d9e9f;
    font-size:16px;
}
.p5 ul li.act{
    height:339px;
    transition:0.4s;
}
.p5 ul li.act p{
    margin-top:12px;
    transition:0.4s;
}
.p5  ul li.act .line{
    left:0;
    bottom:0;
    width:267px;
    height:2px;
    position:absolute;
    background:url("../img/p5-line.jpg") no-repeat center bottom;
}
.p5 .link{
    margin-left:-116px;
    left:50%;
    bottom:56px;
    position:absolute;
}
.p6 ul{
    margin-top:30px;
    margin-left:65px;
}
.p6 ul li{
    margin-right:15px;
    float:left;
    width:211px;
    height:340px;
    position:relative;
    background:url("../img/p6-li.jpg") no-repeat center;
    border-bottom:4px solid #ff6d50;
    box-shadow:0 0 15px 5px #f7f6f6;
}
.p6 ul li img{
    top:-26px;
    left:50%;
    margin-left:-70px;
    width:140px;
    height:122px;
    position:absolute;
}
.p6 ul li h2{
    margin:122px auto 0;
    padding-bottom:12px;
    width:160px;
    font-size:22px;
    line-height:22px;
    text-align:center;
    border-bottom:1px solid #7d4ef7;
}
.p6 ul li p{
    margin:8px auto 0;
    width:160px;
    font-size:16px;
    line-height:26px;
    color:#777777;
}
.p7{
    width:100%;
    background:url("../img/p7-bg.jpg") no-repeat center bottom;
}
.p7 .box{
    margin:0 auto;
    width:884px;
    height:287px;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 0 15px 5px #f2f2f2
}
.p7 .box ul{
    width:1200px;
}
.p7 .box ul li{
    margin-right:10px;
    float:left;
    width:217px;
    height:287px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    transition:0.4s;
}
.p7 .box ul li.act{
    width:426px;
    transition:0.4s;
}
.p7 .box ul li .ctn{
    width:426px;
}
.p7 .box ul li h3{
    bottom:20px;
    left:0;
    width:53px;
    font-size:20px;
    line-height:24px;
    text-align:center;
    color:#ffffff;
    position:absolute;
}
.p7 .box ul li img{
    float:left;
    width:217px;
    height:287px;
}
.p7 .box ul li .info{
    float:left;
    width:208px;
    height:287px;
    position:relative;
    background:#ff6d50;
}
.p7 .box ul li .info .te{
    top:30px;
    left:32px;
    width:138px;
    height:17px;
    position:absolute;
    background:url("../img/p7-te.png") no-repeat center;
}
.p7 .box ul li .info h2{
    margin:44px auto 0;
    padding-bottom:16px;
    font-size:18px;
    width:180px;
    color:#ffffff;
    text-align:center;
    line-height:22px;
    border-bottom:1px solid #ffffff;
}
.p7 .box ul li .info p{
    margin:10px auto 0;
    font-size:16px;
    width:160px;
    color:#ffffff;
    line-height:30px;
}
.p7 .box ul li .info span{
    bottom:18px;
    right:24px;
    width:21px;
    height:3px;
    display:block;
    position:absolute;
    background:#ffffff;
}
.p7 .text .tit{
    margin:80px auto 0;
}
.p7 .text p{
    margin:18px auto 0;
    width:770px;
    font-size:16px;
    line-height:30px;
    color:#ffffff;
}
.footer{
    line-height:120px;
    background:#000000;
}
.footer p{
    font-size:16px;
    color:#ffffff;
    text-align:center;
}












