@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:#959595;}
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;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
/*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;
    position:relative;
}
.header{
    top:0;
    left:50%;
    margin-left:-960px;
    height:100px;
    width:1920px;
    z-index:9999;
    position:absolute;
}
.header .logo{
    margin-top:32px;
    margin-left:0;
    float:left;
    width:118px;
    height:36px;
}
.header .logo-text{
    margin-top:33px;
    margin-left:11px;
    padding-left:10px;
    float:left;
    height:36px;
    color:#ffffff;
    font-size:16px;
    line-height:18px;
    border-left:1px solid #00fffc;
}
.header .phone{
    margin-top:35px;
    padding-left:39px;
    float:right;
    color:#ffffff;
    font-size:18px;
    line-height:30px;
    background:url("../img/phone.png") no-repeat left center;
}
.header .nav{
    margin-left:20px;
    margin-top:40px;
    float:left;
    overflow:hidden;
}
.header .nav li{
    padding-bottom:10px;
    padding-left:20px;
    margin-left:10px;
    float:left;
    text-align:center;
    position:relative;
}
.header .nav li.act{
    background:url("../img/nav-tag.png") no-repeat left 6px;
}
.header .nav li:hover{
    background:url("../img/nav-tag.png") no-repeat left 6px;
}
.header .nav li a{
    font-size:20px;
    line-height:20px;
    color:#ffffff;
    display:block;
}
.header .nav li.act span{
    bottom:0;
    right:0;
    width:80px;
    height:3px;
    display:block;
    position:absolute;
    background:#ffa200;
    border-radius:1px;
}
.header .nav li:hover span{
    bottom:0;
    right:0;
    width:80px;
    height:3px;
    display:block;
    position:absolute;
    background:#ffa200;
    border-radius:1px;
}
.header .nav li.first.act span{
    width:40px;
}
.content{
    margin:0 auto;
    width:100%;
}
.banner{
    margin:0 auto;
    width:100%;
    height:640px;
    position:relative;
}
#banner{
    width:100%;
    height:640px;
}
#banner .swiper-slide{
    width:100%;
    height:640px;
    position:relative;
    overflow:hidden;
}
#banner img{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:640px;
    position:absolute;
}
.pagination {
    width:100%;
    bottom:20px;
    z-index:99999;
    text-align:center;
    position: absolute;
}
.swiper-pagination-switch {
    width:8px;
    height:8px;
    margin:0 5px;
    cursor:pointer;
    display:inline-block;
    background:#0084ff;
    border-radius:100%;
}
.swiper-active-switch {
    width:40px;
    height:8px;
    background:#1fff8e;
    border-radius:4px;
}
.hot{
    width:100%;
    height:300px;
    background:url("../img/hot-bg.jpg") no-repeat center;
}
.hot .box{
    top:40px;
    left:22px;
    width:995px;
    height:260px;
    position:absolute;
    overflow:hidden;
    background:url("../img/hot-box.png") no-repeat center;
}
.hot .box h2.tit{
    margin-top:30px;
    margin-left:198px;
    font-size:30px;
    width:586px;
    line-height:30px;
    color:#ffffff;
    text-shadow:2px 2px 2px #cc8200;
    text-align:center;
    background:url("../img/hot-tit.png") no-repeat center;
}
.hot .box ul{
    margin-top:25px;
    margin-left:126px;
}
.hot .box ul li{
    margin-right:5px;
    float:left;
    width:240px;
    height:116px;
    position:relative;
}
.hot .box ul li span{
    top:18px;
    right:-5px;
    width:5px;
    height:80px;
    position:absolute;
    background:url("../img/hot-line.png") no-repeat center;
}
.hot .box ul li.l1{
    background:url("../img/hot-tag1.png") no-repeat center top;
}
.hot .box ul li.l2{
    background:url("../img/hot-tag2.png") no-repeat center top;
}
.hot .box ul li.l3{
    background:url("../img/hot-tag3.png") no-repeat center top;
}
.hot .box ul li h2{
    bottom:0;
    left:50%;
    margin-left:-72.5px;
    width:145px;
    height:30px;
    font-size:20px;
    color:#ffffff;
    line-height:30px;
    text-align:center;
    position:absolute;
    background:#6056ff;
}
.hot .box h3{
    margin-top:30px;
    margin-left:202px;
    font-size:16px;
    line-height:16px;
    color:#ffffff;
}
.part{
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
.part .title{
    padding:52px 0;
}
.part .title h2{
    font-size:46px;
    line-height:46px;
    color:#4b4b4b;
    text-align:center;
    position:relative;
}
.part .title h2 img{
    top:-10px;
    left:50%;
    margin-left:-150px;
    position:absolute;
}
.part .title.t2 h2{
    color:#ffffff;
}
.part .title span{
    margin:12px auto 18px;
    width:104px;
    height:4px;
    display:block;
    background:url("../img/title-tag.png") no-repeat center;
}
.part .title.t2 span{
    background:url("../img/title-tag2.png") no-repeat center;
}
.part .title p{
    font-size:24px;
    line-height:24px;
    text-align:center;
}
.part .title.t2 p{
    color:#ffffff;
}
.part .link{
    margin:70px auto 50px;
    width:370px;
    height:70px;
    line-height:70px;
    display:block;
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    background:url("../img/link.png") no-repeat center #6056ff;
    border-radius:4px;
}
.part .link.l2{
    background:url("../img/link.png") no-repeat center #ffa200;
}
.p1 .box{
    margin:0 auto;
    width:730px;
    height:422px;
    position:relative;
    background:url("../img/p1-box.png") no-repeat center;
}
.p1 .box .img1{
    top:226px;
    left:-166px;
    width:329px;
    height:234px;
    position:absolute;
    animation:4s p1Img1 ease-in-out infinite;
    background:url("../img/p1-img1.png") no-repeat center;
}
.p1 .box .img2{
    top:40px;
    right:-166px;
    width:381px;
    height:256px;
    position:absolute;
    animation:4s p1Img2 ease-in-out infinite;
    background:url("../img/p1-img2.png") no-repeat center;
}
@keyframes p1Img1{
    0%{top:226px;}
    50%{top:40px;}
    100%{top:226px;}
}
@keyframes p1Img2{
    0%{top:40px;}
    50%{top:226px;}
    100%{top:40px;}
}
.p2{
    background:#f8f8f8;
}
.p2 ul{
    margin-left:6px;
    width:1200px;
}
.p2 ul li{
    margin-right:30px;
    float:left;
    width:230px;
    height:450px;
    position:relative;
    background:#ffffff;
    border-radius:4px;;
    box-shadow:0 0 15px 5px #ececec;
}
.p2 ul li span{
    top:0;
    right:0;
    width:25px;
    height:25px;
    position:absolute;
    background:url("../img/p2-sj.png") no-repeat center;
}
.p2 ul li img{
    margin:10px auto 0;
    width:210px;
    height:230px;
    border:1px solid #dcdcdc;
}
.p2 ul li h2{
    top:222px;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:35px;
    line-height:35px;
    font-size:20px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    background:url("../img/p2-tit-tag.png") no-repeat center #ffa200;
    border-radius:16px;
}
.p2 ul li p{
    margin-top:40px;
    font-size:16px;
    line-height:24px;
    text-align:center;
}
.p3{
    background:#6056ff;
}
.p3 .box{
    margin:0 auto;
    width:979px;
    height:99px;
    position:relative;
    background:url("../img/p3-box.png") no-repeat center;
}
.p3 .box h2{
    margin-left:33px;
    font-size:24px;
    line-height:99px;
    color:#ffffff;
}
.p3-ul{
    top:29px;
    left:140px;
    position:absolute;
}
.p3-ul li{
    margin-right:10px;
    float:left;
    width:110px;
    height:40px;
    font-size:18px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    line-height:40px;
    position:relative;
    background:url("../img/p3-btn.jpg") no-repeat center;
}
.p3-ul li.act span{
    top:18px;
    left:50%;
    margin-left:-57px;
    width:114px;
    height:17px;
    position:absolute;
    background:url("../img/p3-btn-act.png") no-repeat center;
}
.p3 .box a{
    top:29px;
    right:30px;
    width:210px;
    height:40px;
    display:block;
    position:absolute;
    background:url("../img/p3-ss.png") no-repeat center;
}
.p3-div{
    margin-top:20px;
    width:100%;
    height:890px;
    overflow:hidden;
    position:relative;
}
.p3-div > div{
    top:900px;
    left:0;
    width:100%;
    height:890px;
    position:absolute;
    transition:0.4s;
}
.p3-div > div.act{
    top:0;
    transition:0.6s;
}
.p3-div > div ul{
    margin-left:12px;
    width:1200px;
}
.p3-div > div ul li{
    margin-bottom:20px;
    margin-right:20px;
    float:left;
    width:235px;
    height:280px;
    position:relative;
    background:url("../img/p3-li.png") no-repeat center;
    border-radius:4px;
    box-shadow:0 0 10px 2px #554de3;
}
.p3-div > div ul li img{
    margin:15px auto 25px;
    width:204px;
    height:155px;
}
.p3-div > div ul li h2{
    top:52px;
    left:0;
    width:235px;
    font-size:20px;
    line-height:34px;
    color:#ffffff;
    /*text-shadow:2px 2px 2px #757575;*/
    text-align:center;
    position:absolute;
}
.p3-div > div ul li p{
    font-size:18px;
    line-height:18px;
    color:#4b4b4b;
    text-align:center;
}
.p3-div > div ul li a{
    margin:16px auto 0;
    width:136px;
    height:36px;
    font-size:18px;
    color:#6056ff;
    line-height:36px;
    text-align:center;
    display:block;
    background:url("../img/p3-li-btn.png") no-repeat center;
}
.p3-ul2{
    margin:20px auto 0;
    width:80px;
}
.p3-ul2 li{
    margin-right:4px;
    float:left;
    width:6px;
    height:6px;
    background:#ffa200;
    border-radius:3px;
    transition:0.4s;
}
.p3-ul2 li.act{
    width:30px;
    background:#00fffc;
    transition:0.4s;
}
.p3-ul3{
    margin-top:30px;
    margin-left:67px;
}
.p3-ul3 li{
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    line-height:33px;
    color:#ffffff;
    font-size:18px;
    text-align:center;
    border:1px solid #b0abff;
    border-radius:4px;
}
.p3-ul3 li.l1{
    width:128px;
}
.p3-ul3 li.l2{
    width:88px;
}
.p3-ul3 li.l3{
    width:148px;
}
.p3-ul3 li.l4{
    width:108px;
}
.p3-ul3 li.l5{
    width:128px;
}
.p4 .box{
    margin:0 auto;
    width:970px;
    height:583px;
    position:relative;
    background:url("../img/p4-box.png") no-repeat center;
}
.p4-ul{
    top:90px;
    left:60px;
    position:relative;
}
.p4-ul li{
    margin-right:88px;
    float:left;
    cursor:pointer;
    position:relative;
}
.p4-ul li .img{
    float:left;
    width:61px;
    height:61px;
    background:url("../img/p4-li.png") no-repeat center;
}
.p4-ul li.act .img{
    background:url("../img/p4-li-act.png") no-repeat center;
}
.p4-ul li .img span{
    width:61px;
    height:61px;
    display:block;
}
.p4-ul li .img span.tag1{
    background:url("../img/p4-tag1.png") no-repeat center;
}
.p4-ul li .img span.tag2{
    background:url("../img/p4-tag2.png") no-repeat center;
}
.p4-ul li .img span.tag3{
    background:url("../img/p4-tag3.png") no-repeat center;
}
.p4-ul li .info{
    margin-left:8px;
    float:left;
}
.p4-ul li .info h2{
    margin-top:9px;
    font-size:24px;
    line-height:24px;
    color:#4b4b4b;
}
.p4-ul li .info h3{
    margin-top:5px;
    font-size:18px;
    line-height:18px;
    color:#6056ff;
}
.p4-ul li.act .info h3{
    color:#ffa200;
}
.p4-ul li.act div.le{
    left:0;
    bottom:-23px;
    width:220px;
    height:3px;
    position:absolute;
    background:#ffa200;
}
.p4 .line{
    top:171px;
    left:60px;
    width:822px;
    height:3px;
    position:absolute;
    background:#6056ff;
}
.p4-div{
    top:175px;
    left:60px;
    width:822px;
    height:365px;
    overflow:hidden;
    position:absolute;
}
.p4-div > div{
    top:365px;
    left:0;
    width:822px;
    height:365px;
    position:absolute;
    background:#ffffff;
    transition:0.4s;
}
.p4-div > div.act{
    top:0;
    transition:0.4s;
}
.p4-div > div.d1{
    background:url("../img/p4-img1.png") no-repeat left center;
}
.p4-div > div.d2{
    background:url("../img/p4-img2.png") no-repeat left center;
}
.p4-div > div.d3{
    background:url("../img/p4-img3.png") no-repeat left center;
}
.p4-div > div .info{
    margin-top:60px;
    margin-left:360px;
}
.p4-div > div .info.i2{
    margin-top:30px;
}
.p4-div > div h2{
    font-size:24px;
    line-height:24px;
    color:#4b4b4b;
}
.p4-div > div p{
    margin-top:14px;
    font-size:18px;
    line-height:36px;
}
.p4-div > div .info.i2 p{
    line-height:24px;
}
.p4-div > div h3{
    margin-top:20px;
    padding:0 34px;
    font-size:24px;
    line-height:35px;
    color:#ffffff;
    display:inline-block;
    text-align:center;
    background:#ffa200;
    border-radius:16px;
}
.p5{
    background:#f8f8f8;
}
.p5 .box{
    margin:0 auto;
    width:736px;
    height:1081px;
    position:relative;
    background:url("../img/p5-box.png") no-repeat center;
}
.p5 .box h2{
    top:0;
    left:193px;
    width:350px;
    height:60px;
    font-size:30px;
    color:#ffffff;
    text-align:center;
    line-height:60px;
    position:absolute;
}
.p5 .box .ul1{
    top:109px;
    left:41px;
    position:absolute;
}
.p5 .box .ul1 li{
    margin-bottom:10px;
    line-height:76px;
}
.p5 .box .ul1 li p span{
    top:20px;
    left:0;
    width:95px;
    height:35px;
    font-size:28px;
    color:#ffffff;
    display:block;
    text-indent:0;
    text-align:center;
    line-height:35px;
    position:absolute;
}
.p5 .box .ul1 li p{
    font-size:18px;
    line-height:76px;
    text-indent:105px;
    position:relative;
}
.p5 .box .ul2{
    top:404px;
    left:5px;
    position:absolute;
}
.p5 .box .ul2 li{
    margin-bottom:9px;
    line-height:76px;
}
.p5 .box .ul2 li p span{
    top:20px;
    right:-107px;
    width:95px;
    height:35px;
    font-size:28px;
    color:#ffffff;
    display:block;
    text-align:center;
    line-height:35px;
    position:absolute;
}
.p5 .box .ul2 li p{
    font-size:18px;
    line-height:76px;
    width:580px;
    text-align:right;
    position:relative;
}
.p5 .box .ul3{
    top:784px;
    left:41px;
    position:absolute;
}
.p5 .box .ul3 li{
    margin-bottom:10px;
    line-height:76px;
}
.p5 .box .ul3 li p span{
    top:20px;
    left:0;
    width:95px;
    height:35px;
    font-size:28px;
    color:#ffffff;
    display:block;
    text-indent:0;
    text-align:center;
    line-height:35px;
    position:absolute;
}
.p5 .box .ul3 li p span.more{
    font-size:20px;
}
.p5 .box .ul3 li p{
    font-size:18px;
    line-height:76px;
    text-indent:105px;
    position:relative;
}
.p6{
    background:url("../img/p6-jt.jpg") no-repeat center top #6056ff;
}
.p6 .tit{
    margin:50px auto;
    width:350px;
    height:60px;
    font-size:30px;
    color:#ffffff;
    line-height:60px;
    text-align:center;
    background:url("../img/p6-tit.png") no-repeat center #ffa200;
}
.tBox{
    width: 1000px;
    height:420px;
    margin:0 auto;
}
.tBox .top{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.tBox .top em{
    width: 8px;
    height: 13px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.tBox .top em.fir{
    background: url(../img/pre01.png) no-repeat;
    left: 0;
}
.tBox .top em.sec{
    background: url(../img/next02.png) no-repeat;
    right: 0;
}
.tBox .top em.fir:hover{
    background: url(../img/pre1.png) no-repeat;
}
.tBox .top em.sec:hover{
    background: url(../img/next2.png) no-repeat;
}
.tBox .top .rollBox{
    width: 922px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.tBox .top .rollBox .rollW{
    width:1844px;
    position: absolute;
    left: 0;
    top: 0;
}
.tBox .top .rollBox .rollW li{
    width: 60px;
    height: 30px;
    text-align:center;
    margin-right: 26px;
    position: relative;
    float: left;
}
.tBox .top .rollBox .rollW a{
    font-size: 14px;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}
.tBox .top .rollBox .rollW li i{
    width: 38px;
    height: 6px;
    background: url("../img/i.png") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left:-19px;
    bottom: 0;
    opacity: 0;
    transition: 0.2s;
}
.tBox .top .rollBox .rollW li i.opa{
    opacity: 1;
}
.tBox .top .rollBox .rollW  span{
    top:7px;
    right:-18px;
    width:5px;
    height:5px;
    display:block;
    position:absolute;
    background:#00fffc;
}
.tBox .bottom{
    width: 1000px;
    margin: 0 auto;
    height:380px;
    position: relative;
}
.tBox .bottom ul{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
}
.tBox .bottom ul.opa{
    display: block;
}
.tBox .bottom ul li{
    width: 240px;
    height: 350px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.tBox .bottom ul li.last{
    margin-right: -13px;
}
.tBox .bottom ul li h3{
    width: 100%;
    height:80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition:0.3s;
}
.tBox .bottom ul li:hover h3{
    height:100%;
}
.tBox .bottom ul li:hover h3 p{
    padding-top: 35%;
}
.tBox .bottom ul .topC2:hover h3 p{
    padding-top: 10%;
}
.tBox .bottom ul li h3 strong{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top:0;
}
.tBox .bottom ul li h3 p{
    color: #fff;
    font-size: 14px;
    width: 220px;
    position: absolute;
    left: 15px;
    top: 16px;
    padding-right: 10px;
    line-height: 29px;
}
.tBox .bottom ul li h3 p span{
    padding-left:8px;
    font-size: 16px;
    line-height:20px;
    display:inline-block;
    width: 220px;
    background:url("../img/p6-tag.png") no-repeat right center;
    border-left:2px solid #00fffc;
}
.tBox .bottom ul li h3 p em{
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
}
.tBox .bottom ul li.topC h3{
    height: 250px;
}
.tBox .bottom ul li.topC:hover h3{
    top: 100px;
}
.tBox .bottom ul li.topC3 h3{
    height: 330px;
}
.tBox .bottom ul li.topC3:hover h3{
    top: 20px;
}
.p7-div{
    margin-left:30px;
    width:590px;
    height:416px;
    position:relative;
    overflow:hidden;
}
.p7-div > div{
    top:416px;
    left:0;
    width:590px;
    height:416px;
    position:absolute;
    transition:0.4s;
}
.p7-div > div.act{
    top:0;
    transition:0.4s;
}
.p7-ul{
    top:6px;
    right:62px;
    position:absolute;
}
.p7-ul li{
    margin-bottom:8px;
    margin-left:80px;
    width:320px;
    height:90px;
    cursor:pointer;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #ebebeb;
    box-shadow:0 0 10px 2px #ebebeb;
}
.p7-ul li.act{
    margin-left:0;
    width:400px;
    height:110px;
    background:url("../img/p7-sj.png") no-repeat 10px center #ffffff;
}
.p7-ul li h2{
    margin-top:16px;
    margin-left:20px;
    width:400px;
    font-size:18px;
    color:#4b4b4b;
    line-height:18px;
}
.p7-ul li h3{
    margin-top:6px;
    margin-left:20px;
    width:400px;
    font-size:18px;
    color:#6056ff;
    line-height:18px;
}
.p7-ul li p{
    margin-top:6px;
    margin-left:20px;
    width:400px;
    font-size:14px;
    line-height:14px;
}
.p7-ul li.act h2{
    margin-left:30px;
    font-size:24px;
    line-height:24px;
}
.p7-ul li.act h3{
    margin-left:30px;
    font-size:24px;
    line-height:24px;
}
.p7-ul li.act p{
    margin-left:30px;
    font-size:16px;
    line-height:16px;
}
.p8{
    padding-bottom:50px;
    background:#f8f8f8;
}
.p8 ul{
    margin-left:87px;
}
.p8 ul li{
    margin-right:80px;
    float:left;
    width:385px;
    height:325px;
    position:relative;
    background:#ffffff;
    box-shadow:0 0 ;
}
.p8 ul li img{
    margin:20px auto 15px;
    width:345px;
    height:180px;
}
.p8 ul li p{
    font-size:22px;
    line-height:28px;
    text-align:center;
}
.p8 ul li h2{
    top:96px;
    left:0;
    width:385px;
    font-size:30px;
    color:#00fffc;
    text-shadow:2px 2px 2px #5e4b3a;
    line-height:30px;
    text-align:center;
    position:absolute;
}
.p8 ul li a{
    margin:10px auto 0;
    width:150px;
    height:35px;
    font-size:20px;
    line-height:35px;
    color:#ffffff;
    display:block;
    text-align:center;
    background:#6056ff;
    border-radius:4px;
}
.footer{
    padding:25px 0;
    background:#454753;
}
.footer p{
    font-size:18px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
}



