@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:#364656;}
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;
    position:relative;
}
.header{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:100px;
    z-index:9999;
    position:absolute;
    border-bottom:1px solid #1e4b36;
}
.header .logo{
    margin-top:35px;
    margin-left:20px;
    float:left;
    width:116px;
    height:35px;
}
.header .nav{
    margin-top:44px;
    margin-left:28px;
    float:left;
}
.header .nav li{
    margin-left:30px;
    float:left;
    line-height:18px;
    text-align:center;
    position:relative;
}
.header .nav li a{
    font-size:18px;
    color:#ffffff;
    display:block;
}
.header .nav li.act a{
    color:#50e399;
}
.header .phone{
    margin-top:36px;
    margin-right:20px;
    padding-left:44px;
    float:right;
    color:#ffffff;
    font-size:24px;
    line-height:30px;
    background:url("../img/phone.png") no-repeat left center;
}
.content{
    margin:0 auto;
    width:100%;
}
.banner{
    width:100%;
    height:750px;
    overflow:hidden;
}
#banner{
    width:100%;
    height:750px;
}
#banner .swiper-slide{
    width:100%;
    height:750px;
    overflow:hidden;
    position:relative;
}
#banner .swiper-slide img{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:750px;
    position:absolute;
}
.part{
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
.part .title{
    padding:50px 0px;
}
.part .title img{
    margin:0 auto;
    width:52px;
    height:70px;
}
.part .title h2{
    margin-top:14px;
    font-size:48px;
    font-weight:bold;
    line-height:48px;
    text-align:center;
}
.part .title h2 span{
    color:#00dd93;
}
.part .title p{
    margin-top:18px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p1{
    height:1200px;
    background:url("../img/p1-bg.jpg") no-repeat center bottom;
}
.p1-ul{
    margin-top:100px;
    margin-left:220px;
}
.p1-ul li{
    float:left;
    width:290px;
    height:70px;
    cursor:pointer;
    color:#ffffff;
    font-size:22px;
    line-height:70px;
    text-align:center;
    background:#111519;
    transition:0.4s;
}
.p1-ul li.act{
    background:#00dd93;
    transition:0.4s;
}
.p1-div{
    margin:50px auto;
    width:888px;
    height:495px;
    overflow:hidden;
    position:relative;
}
.p1-div img{
    top:495px;
    width:888px;
    height:495px;
    position:absolute;
    transition:0.4s;
}
.p1-div img.act{
    top:0;
    transition:0.4s;
}
.part .link{
    margin:0 auto;
    width:400px;
    height:75px;
    font-size:36px;
    color:#ffffff;
    display:block;
    text-align:center;
    line-height:75px;
    background:#0078e8;
    border-radius:4px;
    transition:0.4s;
}
.part .link:hover{
    animation:0.5s link linear infinite;
    background:#0067c7;
    border-radius:36px;
    transition:0.2s;
}
@keyframes link {
    0%{opacity:1}
    50%{opacity:0.9}
    100%{opacity:1}
}
.p2{
    height:920px;
    background:url("../img/p2-bg.jpg") no-repeat center bottom;
}
.p2 .img{
    margin:0 auto 50px;
    width:853px;
    height:470px;
}
.p3{
    height:875px;
    background:url("../img/p3-bg.jpg") no-repeat center bottom;
}
.p3 ul{
    margin-bottom:50px;
    margin-left:99px;
}
.p3 ul li{
    margin-right:38px;
    float:left;
    width:250px;
    height:384px;
}
.p3 ul li.l1{
    background:url("../img/p3-l1.jpg") no-repeat center;
}
.p3 ul li.l2{
    background:url("../img/p3-l2.jpg") no-repeat center;
}
.p3 ul li.l3{
    background:url("../img/p3-l3.jpg") no-repeat center;
}
.p3 ul li h2{
    margin:173px auto 0;
    width:178px;
    height:34px;
    font-size:22px;
    color:#00dd93;
    line-height:34px;
    text-align:center;
    border:1px solid #99f3d5;
}
.p3 ul li h3{
    margin-top:11px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p3 ul li p{
    margin-top:30px;
    margin-left:46px;
    font-size:18px;
    line-height:24px;
    color:#5c6e82;
}
.p3 ul li p b{
    font-weight:bold;
}
.p3 ul li a{
    margin:12px auto 0;
    width:165px;
    height:32px;
    display:block;
    font-size:16px;
    line-height:32px;
    text-align:center;
    background:#f4f5f7;
}
.p4{
    height:1150px;
    background:url("../img/p4-bg.jpg") no-repeat center bottom;
}
.p4 .main{
    margin-bottom:50px;
    height:700px;
    position:relative;
}
.p4-ul li{
    width:386px;
    height:89px;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    background:url("../img/p4-li.png") no-repeat left center;
    transition:0.4s;
}
.p4-ul li.act{
    background:url("../img/p4-li-act.png") no-repeat left center;
    transition:0.4s;
}
.p4-ul li span{
    top:9px;
    left:9px;
    width:70px;
    height:70px;
    color:#364656;
    font-size:40px;
    display:block;
    font-weight:bold;
    text-align:center;
    line-height:70px;
    position:absolute;
    transition:0.4s;
}
.p4-ul li.act span{
    color:#ffffff;
    transition:0.4s;
}
.p4-ul li p{
    margin-top:19px;
    margin-left:70px;
    width:310px;
    font-size:30px;
    color:#ffffff;
    text-align:center;
    line-height:50px;
    transition:0.4s;
}
.p4-ul li.act p{
    color:#364656;
    transition:0.4s;
}
.p4-div{
    top:200px;
    left:560px;
    width:420px;
    height:500px;
    overflow:hidden;
    position:absolute;
}
.p4-div > div{
    top:0;
    left:420px;
    width:420px;
    height:500px;
    position:absolute;
    transition:0.4s;
}
.p4-div > div.act{
    left:0;
    transition:0.4s;
}
.p4-div h2{
    margin:0 auto;
    width:168px;
    height:40px;
    color:#ffffff;
    font-size:24px;
    text-align:center;
    line-height:40px;
    background:#0084ff;
}
.p4-div ul{
    margin-top:30px;
    margin-left:15px;
}
.p4-div ul li{
    margin-bottom:18px;
    float:left;
    width:180px;
    font-size:18px;
    line-height:20px;
    color:#ffffff;
}
.p4-div ul li.big{
    width:360px;
}
.p4-div ul li span{
    color:#5fffb5;
}
.p4-div .line{
    margin-bottom:55px;
    margin-top:40px;
    width:100%;
    border-bottom:1px dashed #ffffff;
}
.p4-div .line.m{
    margin-bottom:25px;
    margin-top:20px;
}
.p4-div p{
    margin-top:28px;
    font-size:18px;
    line-height:30px;
    color:#ffffff;
}
.p4-2{
    height:990px;
    background:url("../img/p4-2-bg.jpg") no-repeat center bottom;
}
#carousel{
    margin:100px auto 0;
    width:1024px;
    height:467px;
    position:relative;
}
.p5{
    padding-bottom:50px;
    background:url("../img/p5-bg.jpg") no-repeat center bottom;
}
.p5 .img{
    margin:0 auto 50px;
    width:1300px;
    height:805px;
}
.p6{
    height:930px;
    background:url("../img/p6-bg.jpg") no-repeat center bottom;
}
.p6 .box{
    margin:50px auto;
    width:810px;
    height:450px;
    overflow:hidden;
    position:relative;
    background:url("../img/p6-box.png") no-repeat center;
}
.p6-ul{
    margin-top:78px;
    margin-left:50px;
}
.p6-ul li{
    margin-bottom:15px;
    width:180px;
    height:55px;
    cursor:pointer;
    overflow:hidden;
    background:url("../img/p6-li.png") no-repeat center;
    transition:0.4s;
}
.p6-ul li.act{
    background:url("../img/p6-li-act.png") no-repeat center;
    transition:0.4s;
}
.p6-ul li h2{
    margin-top:4px;
    font-size:18px;
    text-align:center;
    line-height:22px;
    color:#ffffff;
}
.p6-div{
    top:78px;
    left:260px;
    width:498px;
    height:333px;
    overflow:hidden;
    position:absolute;
    background:url("../img/p6-tag.png") no-repeat 430px 304px;
    border:1px solid #5c6e82;
}
.p6-div > div{
    top:335px;
    left:0;
    width:500px;
    height:335px;
    overflow:hidden;
    position:absolute;
    transition:0.4s;
}
.p6-div > div.act{
    top:0;
    transition:0.4s;
}
.p6-div > div h2{
    margin-top:22px;
    margin-left:30px;
    padding-left:32px;
    font-size:24px;
    line-height:24px;
    color:#1ffd8d;
    background:url("../img/p6-tag2.png") no-repeat left center;
}
.p6-div > div ul{
    margin-top:30px;
    margin-left:60px;
}
.p6-div > div ul li{
    margin-bottom:10px;
    margin-right:10px;
    padding:0 15px;
    float:left;
    font-size:18px;
    color:#ffffff;
    line-height:30px;
    background:#364656;
}
.p6-div > div ul.ul2{
    margin-left:30px;
}
.p6-div > div ul.ul2 li{
    margin-right:5px;
    padding:0 5px;
}
.p6-div > div ul li span{
    color:#5fffb5;
}
.p6-div > div p{
    margin-left:60px;
    margin-top:18px;
    font-size:18px;
    color:#ffffff;
    line-height:24px;
}
.p7{
    height:1130px;
    background:url("../img/p7-bg.jpg") no-repeat center bottom;
}
.p7-ul{
    width:960px;
    box-shadow:0 0 5px 1px rgba(54,70,86,0.18);
}
.p7-ul li{
    float:left;
    width:240px;
    height:70px;
    cursor:pointer;
    color:#ffffff;
    font-size:20px;
    line-height:70px;
    text-align:center;
    background:#50e399;
    transition:0.4s;
}
.p7-ul li.act{
    color:#364656;
    background:#ffffff;
    transition:0.4s;
}
.p7-div{
    margin:48px auto;
    width:1024px;
    height:555px;
    overflow:hidden;
    position:relative;
}
.p7-div > div{
    top:555px;
    left:0;
    width:1024px;
    height:555px;
    overflow:hidden;
    position:absolute;
    transition:0.2s;
}
.p7-div > div.act{
    top:0;
    transition:0.4s;
}
.p7-div > div .box{
    margin-left:86px;
    padding-top:130px;
    width:497px;
    height:384px;
    position:relative;
    background:url("../img/p7-box.png") no-repeat center;
}
.p7-div > div .box h2{
    margin-left:53px;
    font-size:24px;
    line-height:24px;
    color:#5fffb5;
}
.p7-div > div .box p{
    margin-bottom:46px;
    margin-left:77px;
    margin-top:12px;
    font-size:20px;
    line-height:32px;
    color:#ffffff;
}
.p7-div > div .box img{
    top:61px;
    left:368px;
    width:497px;
    height:486px;
    position:absolute;
    border:2px solid #9da3a5;
}
.p7-2{
    height:1040px;
    background:url("../img/p7-2-bg.jpg") no-repeat center bottom;
}
.p7-2 .ul1{
    margin-left:75px;
}
.p7-2 .ul1 li{
    margin-right:27px;
    float:left;
    width:274px;
    height:87px;
}
.p7-2 .ul1 li.l1{
    background:url("../img/p7-2-l1.jpg") no-repeat center;
}
.p7-2 .ul1 li.l2{
    background:url("../img/p7-2-l2.jpg") no-repeat center;
}
.p7-2 .ul1 li.l3{
    background:url("../img/p7-2-l3.jpg") no-repeat center;
}
.p7-2 .ul1 li h2{
    margin-top:18px;
    margin-left:110px;
    font-size:22px;
    line-height:22px;
    color:#0084ff;
}
.p7-2 .ul1 li p{
    margin-top:8px;
    margin-left:110px;
    font-size:18px;
    line-height:18px;
}
.p7-2 .box{
    margin:50px auto;
    width:880px;
    height:461px;
    overflow:hidden;
    background:url("../img/p7-2-box.png") no-repeat center;
}
.p7-2 .box h2{
    font-size:22px;
    color:#ffffff;
    line-height:73px;
    text-indent:87px;
}
.p7-2 .box ul{
    margin-top:84px;
    margin-left:518px;
}
.p7-2 .box ul li{
    margin-bottom:46px;
    font-size:18px;
    line-height:18px;
}
.p7-2 .box ul li span{
    margin-right:18px;
    color:#0084ff;
}
.p8{
    background:url("../img/p8-bg.jpg") no-repeat center 265px;
}
.p8 .main{
    margin-bottom:50px;
    height:530px;
    position:relative;
}
.p8 ul li{
    width:260px;
    position:absolute;
}
.p8 ul li.l1{
    top:125px;
    left:66px;
}
.p8 ul li.l2{
    top:125px;
    left:370px;
}
.p8 ul li.l3{
    top:125px;
    left:705px;
}
.p8 ul li.l4{
    top:310px;
    left:145px;
    width:350px;
}
.p8 ul li.l5{
    top:310px;
    left:555px;
    width:350px;
}
.p8 ul li h2{
    padding-left:75px;
    font-size:30px;
    font-weight:bold;
    line-height:70px;
    color:#ffffff;
}
.p8 ul li.l1 h2{
    background:url("../img/p8-tag1.png") no-repeat left center;
}
.p8 ul li.l2 h2{
    background:url("../img/p8-tag2.png") no-repeat left center;
}
.p8 ul li.l3 h2{
    background:url("../img/p8-tag3.png") no-repeat left center;
}
.p8 ul li.l4 h2{
    background:url("../img/p8-tag4.png") no-repeat left center;
}
.p8 ul li.l5 h2{
    background:url("../img/p8-tag5.png") no-repeat left center;
}
.p8 ul li p{
    font-size:18px;
    line-height:26px;
    color:#ffffff;
}
.p9{
    height:1050px;
    background:url("../img/p9-bg.jpg") no-repeat center bottom;
}
.p9-div{
    margin:0 auto 50px;
    width:1024px;
    height:616px;
    overflow:hidden;
    position:relative;
    background:url("../img/p9-box.png") no-repeat center;
}
.p9-div > div{
    top:-456px;
    left:0;
    width:1024px;
    height:456px;
    overflow:hidden;
    position:absolute;
    transition:0.4s;
}
.p9-div > div.act{
    top:0;
    transition:0.4s;
}
.p9-div > div img{
    margin-top:36px;
    margin-left:137px;
    float:left;
    width:300px;
    height:400px;
}
.p9-div > div .info{
    margin-top:100px;
    float:left;
    width:470px;
}
.p9-div > div .info h2{
    font-size:36px;
    line-height:36px;
    font-weight:bold;
    text-align:right;
}
.p9-div > div .info h3{
    margin-top:22px;
    font-size:30px;
    line-height:30px;
    text-align:right;
}
.p9-div > div .info span{
    margin-top:45px;
    margin-left:404px;
    width:65px;
    height:5px;
    display:block;
    background:#5fffb5;
}
.p9-div > div .info p{
    margin-top:40px;
    font-size:18px;
    line-height:24px;
    text-align:right;
}
.p9-ul{
    top:505px;
    left:137px;
    position:absolute;
}
.p9-ul li{
    margin-right:10px;
    float:left;
    width:120px;
    height:90px;
    transition:0.4s;
}
.p9-ul li.act{
    margin-top:-10px;
    transition:0.4s;
}
.p9-ul li img{
    width:120px;
    height:90px;
}
.p10{
    height:900px;
    background:url("../img/p10-bg.jpg") no-repeat center bottom;
}
.p10 .box{
    margin:50px auto;
    width:671px;
    height:419px;
    position:relative;
    background:url("../img/p10-box.png") no-repeat;
}
.p10-ul{
    top:80px;
    left:20px;
    position:absolute;
}
.p10-ul li{
    margin-bottom:10px;
    width:171px;
    height:61px;
    cursor:pointer;
    color:#ffffff;
    line-height:61px;
    font-size:24px;
    text-indent:25px;
    background:url("../img/p10-li.png") no-repeat center;
    transition:0.4s;
}
.p10-ul li.l2{
    text-indent:40px;
}
.p10-ul li.act{
    margin-left:-40px;
    width:210px;
    height:70px;
    line-height:70px;
    font-size:30px;
    text-indent:40px;
    background:url("../img/p10-li-act.png") no-repeat center;
    transition:0.4s;
}
.p10-ul li.l2.act{
    text-indent:50px;
}
.p10-div{
    top:0;
    left:240px;
    width:390px;
    height:360px;
    overflow:hidden;
    position:absolute;
}
.p10-div > div{
    top:0;
    left:390px;
    width:390px;
    height:360px;
    position:absolute;
    transition:0.4s;
}
.p10-div > div.act{
    left:0;
    transition:0.4s;
}
.p10-div > div img{
    width:380px;
    height:240px;

}
.p10-div > div p{
    margin-top:36px;
    font-size:20px;
    color:#b3b6b7;
    line-height:36px;
}
.footer{
    padding:24px 0;
    background:#060608;
}
.footer p{
    color:#ffffff;
    font-size:18px;
    line-height:30px;
    text-align:center;
}
