@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:#5c6e82;}
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;
    z-index:9999;
    position:absolute;
}
.header .logo{
    margin-top:29px;
    margin-left:0;
    padding-right:11px;
    float:left;
    width:118px;
    height:36px;
    border-right:1px solid #5fffb5;
}
.header .nav{
    margin-top:40px;
    margin-left:95px;
    float:left;
}
.header .nav li{
    margin-right:24px;
    line-height:20px;
    float:left;
    position:relative;
}
.header .nav li a{
    color:#ffffff;
    font-size:20px;
}
.header .nav li.act span{
    left:50%;
    bottom:-10px;
    margin-left:-30px;
    width:60px;
    height:5px;
    display:block;
    position:absolute;
    background:url("../img/nav-act.png") no-repeat center;
}
.header .phone{
    margin-top:36px;
    padding-left:40px;
    float:right;
    color:#ffffff;
    font-size:18px;
    line-height:30px;
    background:url("../img/phone.png") no-repeat left center;
}
.content{
    margin:0 auto;
    width:100%;
}
.banner{
    margin:0 auto;
    width:100%;
    height:750px;
    position:relative;
}
#banner{
    width:100%;
    height:750px;
}
#banner .swiper-slide{
    width:100%;
    height:750px;
    position:relative;
    overflow:hidden;
}
#banner img{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:750px;
    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;
}
.part{
    margin:0 auto;
    width:100%;
}
.part .title{
    margin:0 auto;
    padding:50px 0;
    width:100%;
}
.part .title .tag{
    margin:0 auto;
    width:52px;
    height:70px;
    background:url("../img/title-tag.png") no-repeat;
}
.part .title h2{
    margin-top:22px;
    font-size:40px;
    font-weight:bold;
    line-height:40px;
    color:#364656;
    text-align:center;
}
.part .title h2 span{
    color:#00dd93;
}
.part .title p{
    margin-top:20px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p1{
    padding-bottom:50px;
}
.p1 ul{
    margin-left:40px;
    width:1200px;
}
.p1 ul li{
    margin-right:50px;
    float:left;
    width:280px;
    height:340px;
    background:#ffffff;
    border:1px solid #ebebeb;
    box-shadow:0 0 10px 2px #ebebeb;
}
.p1 ul li img{
    margin:32px auto 0;
    width:151px;
    height:151px;
}
.p1 ul li h2{
    margin-top:32px;
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    text-align:center;
    color:#364656;
}
.p1 ul li p{
    margin-top:8px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p1 ul li a{
    margin:20px auto 0;
    width:130px;
    height:35px;
    font-size:18px;
    color:#ffffff;
    display:block;
    text-align:center;
    line-height:35px;
    background:#0084ff;
    border-radius:4px;
}
.p2{
    padding-bottom:50px;
    overflow:hidden;
    background:#f1f4f9;
}
.p2-box{
    width:100%;
    height:440px;
    position:relative;
    margin-bottom:50px;
}
.p2-box > div{
    display:none;
}
.p2-box > div.act{
    display:block;
}
.p2-div{
    width:650px;
    height:402px;
    position:relative;
    background:url("../img/p2-img.png") no-repeat center;
}
.p2-div > div{
    top:23px;
    left:75px;
    display:none;
    width:497px;
    height:311px;
    position:absolute;
}
.p2-div > div.act{
    display:block;
}
.p2-ul{
    top:-20px;
    right:-20px;
    position:absolute;
}
.p2-ul li{
    margin-bottom:10px;
    width:385px;
    height:75px;
    cursor:pointer;
    color:#ffffff;
    font-size:20px;
    line-height:82px;
    text-indent:15px;
    overflow:hidden;
}
.p2-ul li.act{
    font-weight:bold;
}
.p2-ul li.act p{
    font-weight:bold;
}
.p2-ul li.l1{
    background:url("../img/p2-l1.png") no-repeat center;
}
.p2-ul li.l2{
    background:url("../img/p2-l2.png") no-repeat center;
}
.p2-ul li.l3{
    background:url("../img/p2-l3.png") no-repeat center;
}
.p2-ul li.l4{
    background:url("../img/p2-l4.png") no-repeat center;
}
.p2-ul li.l5{
    background:url("../img/p2-l5.png") no-repeat center;
}
.p2-ul li.l6{
    background:url("../img/p2-l6.png") no-repeat center;
}
.p2-ul li.l7{
    background:url("../img/p2-l7.png") no-repeat center;
}
.p2-ul li.l8{
    background:url("../img/p2-l8.png") no-repeat center;
}
.p2-ul li.l9{
    background:url("../img/p2-l9.png") no-repeat center;
}
.p2-ul li.l10{
    background:url("../img/p2-l10.png") no-repeat center;
}
.d2 .p2-ul{
    top:-20px;
    left:-20px;
    position:absolute;
}
.d2 .p2-ul li{
    text-indent:120px;
}
.d2 .p2-ul p{
    margin-top:16px;
    padding-left:120px;
    font-size:20px;
    color:#ffffff;
    line-height:22px;
}
.d2 .p2-div{
    float:right;
}
.p2-btn{
    left:50%;
    margin-left:-27px;
    bottom:0;
    width:60px;
    position:absolute;
}
.p2-btn li{
    margin-right:6px;
    float:left;
    width:8px;
    height:8px;
    cursor:pointer;
    border-radius:3px;
    background:#0084ff;
    transition:0.8s;
}
.p2-btn li.act{
    width:40px;
    background:#1fff8e;
    transition:0.8s;
}
.p3 .bg{
    height:840px;
    overflow:hidden;
    background:url("../img/p3-bg.jpg") no-repeat center;
}
.p3 .line{
    margin:50px auto 0;
    width:830px;
    height:91px;
    background:url("../img/p3-line.png") no-repeat;
}
.p3 .line ul{
    margin-left:4px;
    width:900px;
}
.p3 .line ul li{
    margin-right:30px;
    float:left;
    width:140px;
}
.p3 .line ul li h2{
    margin-top:4px;
    font-size:18px;
    color:#ffffff;
    line-height:24px;
    text-align:center;
}
.p3 .line ul li h2 span{
    font-size:22px;
    color:#1ffd8d;
}
.p3 .box{
    margin:30px auto 50px;
    width:900px;
    height:510px;
    overflow:hidden;
    position:relative;
    background:url("../img/p3-box.png") no-repeat center;
}
.p3-ul{
    margin-top:70px;
    margin-left:30px;
}
.p3-ul li{
    margin-bottom:15px;
    width:180px;
    height:55px;
    cursor:pointer;
    background:url("../img/p3-li.png") no-repeat;
}
.p3-ul li .act p{
    font-weight:bold;
}
.p3-ul p{
    margin-top:4px;
    font-size:16px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
}
.p3-div{
    top:60px;
    right:20px;
    width:620px;
    height:425px;
    position:absolute;
    overflow:hidden;
}
.p3-div > div{
    top:0;
    left:620px;
    width:620px;
    height:425px;
    position:absolute;
    transition:0.4s;
}
.p3-div > div.act{
    left:0;
    transition:0.4s;
}
.p3-div > div h3{
    padding-left:30px;
    font-size:20px;
    line-height:20px;
    color:#1ffd8d;
    background:url("../img/p3-tag.png") no-repeat left center;
}
.p3-div > div.last h3{
    margin-bottom:30px;
    padding-left:30px;
    font-size:20px;
    line-height:20px;
    color:#1ffd8d;
    background:url("../img/p3-tag.png") no-repeat left center;
}
.p3-div > div p{
    margin-top:15px;
    margin-bottom:25px;
    padding-left:30px;
    line-height:18px;
    color:#ffffff;
}
.p4{
    background:url("../img/p4-bg.jpg") no-repeat center 460px;
}
.p4 .main > ul{
    margin-left:102px;
}
.p4 .main > ul > li{
    margin-bottom:50px;
    margin-right:60px;
    float:left;
    width:380px;
    height:390px;
    background:#ffffff;
    border:1px solid #ebebeb;
    box-shadow:0 0 10px 2px #ebebeb;
}
.p4 .main > ul > li img{
    margin:15px auto 0;
    width:350px;
    height:220px;
}
.p4 .main > ul > li h2{
    margin-top:32px;
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    text-align:center;
    color:#364656;
}
.p4 .main > ul > li h2.last{
    margin-top:12px;
}
.p4 .main > ul > li p{
    margin-top:8px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p4 .main > ul > li ul{
    margin-top:20px;
    margin-left:90px;
}
.p4 .main > ul > li ul li{
    margin-bottom:6px;
    padding-left:40px;
    font-size:20px;
    line-height:24px;
    background:url("../img/p4-li.jpg") no-repeat left center;
}
.p4 .main > ul > li p{
    font-size:16px;
    line-height:18px;
    text-align:center;
}
.part .link{
    margin:0 auto;
    width:290px;
    height:60px;
    line-height:60px;
    font-size:30px;
    text-align:center;
    color:#ffffff;
    display:block;
    background:#0084ff;
    border-radius:4px;
}
.p5 ul{
    margin-left:17px;
    width:1200px;
}
.p5 ul li{
    margin-right:30px;
    margin-bottom:30px;
    float:left;
    width:480px;
    height:191px;
    background:url("../img/p5-li.png") no-repeat center;
}
.p5 ul li img{
    margin-top:36px;
    margin-left:20px;
    float:left;
    width:180px;
    height:130px;
}
.p5 ul li .info{
    margin-top:40px;
    margin-left:20px;
    float:left;
}
.p5 ul li .info h2{
    font-size:24px;
    line-height:24px;
    color:#364656;
}
.p5 ul li .info h3{
    margin-top:4px;
    width:180px;
    height:30px;
    font-size:18px;
    line-height:30px;
    color:#ffffff;
    text-align:center;
    background:#0084ff;
}
.p5 ul li .info p{
    margin-top:16px;
    font-size:20px;
    line-height:24px;
}
.p6 .box{
    height:1080px;
    overflow:hidden;
    background:url("../img/p6-bg.jpg") no-repeat center bottom;
}
.p6 ul{
    margin-top:50px;
    margin-left:42px;
}
.p6 ul li{
    margin-bottom:30px;
    margin-right:40px;
    float:left;
    width:450px;
    height:270px;
    position:relative;
    background:#ffffff;
}
.p6 ul li img{
    margin-top:20px;
    margin-left:10px;
    float:left;
    width:170px;
    height:230px;
}
.p6 ul li h2{
    left:0;
    bottom:30px;
    width:120px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    font-size:24px;
    text-align:center;
    position:absolute;
    background:#0084ff;
}
.p6 ul li .info{
    margin-top:30px;
    margin-left:15px;
    float:left;
    width:240px;
}
.p6 ul li .info h3{
    font-size:20px;
    line-height:20px;
    color:#364656;
}
.p6 ul li .info span{
    margin-top:10px;
    width:30px;
    height:3px;
    display:block;
    background:#1ffd8d;
}
.p6 ul li .info p{
    margin-top:10px;
    font-size:16px;
    line-height:24px;
}
.p6 .link{
    margin-top:20px;
}
.p7{
    padding-bottom:50px;
}
.p7 ul{
    margin:0 auto;
    width:955px;
}
.p7 ul li{
    margin-bottom:20px;
    width:955px;
    height:60px;
    position:relative;
    background:#f1f4f9;
}
.p7 ul li h2{
    top:10px;
    left:0;
    width:150px;
    height:40px;
    font-size:24px;
    line-height:40px;
    color:#364656;
    text-indent:74px;
    position:absolute;
    background:url("../img/p7-tag.png") no-repeat 30px center #1ffd8d;
}
.p7 ul li p{
    margin-left:170px;
    font-size:20px;
    line-height:60px;
    color:#5c6e82;
    border-radius:4px;
}
.p7 ul li p b{
    color:#0084ff;
}
.p7 ul li a{
    top:7px;
    right:10px;
    width:130px;
    height:45px;
    font-size:24px;
    line-height:45px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    background:#0084ff;
    border-radius:4px;
}
.p7 .link{
    margin-top:50px;
}
.p8{
    padding-bottom:50px;
    background:#f1f4f9;
}
.p8 ul{
    margin-left:52px;
}
.p8 ul li{
    margin-bottom:20px;
    width:920px;
    height:150px;
    position:relative;
    background:#ffffff;
    border:1px solid #ebebeb;
    box-shadow:0 0 10px 2px #e8eaef;
}
.p8 ul li .sj{
    top:8px;
    left:8px;
    width:10px;
    height:10px;
    position:absolute;
}
.p8 ul li .img{
    margin-top:15px;
    margin-left:20px;
    float:left;
    width:120px;
    height:120px;
}
.p8 ul li h2{
    top:105px;
    left:20px;
    width:120px;
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    background:#0084ff;
}
.p8 ul li p{
    margin-top:18px;
    margin-left:20px;
    float:left;
    width:740px;
    line-height:24px;
    font-size:16px;
}
.p8 ul li h3{
    top:112px;
    left:160px;
    line-height:16px;
    font-size:16px;
    color:#0084ff;
    position:absolute;
}
.p8 ul li a{
    top:102px;
    right:20px;
    width:130px;
    height:35px;
    line-height:35px;
    font-size:20px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    background:#0084ff;
    border-radius:16px;
}








.footer{
    padding:26px 0;
    background:#21262f;
}
.footer p{
    font-size:16px;
    color:#ffffff;
    text-align:center;
    line-height:24px;
}











