@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:#4b4b4b;}
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;
}


.main{
    margin:0 auto;
    width:1024px;
}
.header{
    width:100%;
    height:100px;
}
.header .logo{
    margin-top:32px;
    float:left;
    width:118px;
    height:36px;
}
.header .logo-text{
    margin-top:32px;
    margin-left:11px;
    padding-left:10px;
    float:left;
    text-align:left;
    font-size:16px;
    color:#888888;
    line-height:18px;
    border-left:1px solid #ffa200;
}
.header .phone{
    margin-top:34px;
    padding-left:39px;
    float:right;
    font-size:18px;
    color:#888888;
    line-height:30px;
    background:url("../img/phone.png") no-repeat left center;
}
.banner{
    margin:0 auto;
    width:100%;
    height:750px;
    position:relative;
}
#banner{
    width:100%;
    max-width:1920px;
    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:70px;
    z-index:9999;
    text-align:center;
    position: absolute;
}
.swiper-pagination-switch {
    width:9px;
    height:9px;
    margin:0 2.5px;
    cursor:pointer;
    display:inline-block;
    background:none;
    border:1px solid #00fffc;
    border-radius:100%;
}
.swiper-active-switch {
    width:9px;
    height:9px;
    background:#00fffc;
}
.nav{
    top:20px;
    left:50%;
    margin-left:-300px;
    z-index:9999;
    position:absolute;
}
.nav li{
    margin-right:50px;
    float:left;
    position:relative;
}
.nav li a{
    font-size:20px;
    color:#ffffff;
    text-align:center;
}
.nav li.act span,.nav li:hover span{
    top:30px;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:5px;
    position:absolute;
    background:url("../img/nav-tag.png") no-repeat center;
}
.menu{
    top:10px;
    left:50%;
    margin-left:-512px;
    width:160px;
    height:535px;
    z-index:9999;
    position:absolute;
    background:#223ea0;
    background:rgba(0,0,0,0.35);
}
.menu .menu-tit{
    width:100%;
    height:35px;
}
.menu .menu-tit li{
    float:left;
    width:80px;
    height:35px;
    font-size:18px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    line-height:35px;
    position:relative;
    background:#a9a9a9;
    transition:0.4s;
}
.menu .menu-tit li.act{
    background:#ffa200;
    transition:0.4s;
}
.menu .menu-tit li.act span{
    left:50%;
    bottom:0;
    margin-left:-27.5px;
    width:55px;
    height:3px;
    display:block;
    position:absolute;
    background:#00fffc;
}
.menu .menu-div{
    margin:0 auto;
    width:140px;
    height:450px;
}
.menu .menu-div > ul{
    margin-top:14px;
    width:140px;
    height:450px;
    display:none;
}
.menu .menu-div > ul.act{
    display:block;
}
.menu .menu-div > ul > li{
    margin:0 auto 6px;
    width:140px;
    height:30px;
    cursor:pointer;
    position:relative;
}
.menu .menu-div > ul > li > a{
    font-size:18px;
    line-height:28px;
    display:block;
    color:#ffffff;
}
.menu .menu-div > ul > li.big{
    height:66px;
    line-height:28px;
}
.menu .menu-div > ul > li:hover{
    width:138px;
    height:28px;
    color:#00fffc;
    border:1px solid #00fffc;
}
.menu .menu-div > ul > li.big:hover{
    height:64px;
}
.menu .menu-div > ul > li .info{
    top:-14px;
    left:140px;
    width:100px;
    height:450px;
    display:none;
    overflow:hidden;
    position:absolute;
    transition:0.4s;
}
.menu .menu-div > ul > li.l1 .info{
    top:-50px;
}
.menu .menu-div > ul > li.l2 .info{
    top:-86px;
}
.menu .menu-div > ul > li.l3 .info{
    top:-122px;
}
.menu .menu-div > ul > li.l4 .info{
    top:-158px;
}
.menu .menu-div > ul > li.l5 .info{
    top:-194px;
}
.menu .menu-div > ul > li.l6 .info{
    top:-230px;
}
.menu .menu-div > ul > li:hover .info{
    display:block;
}
.menu .menu-div > ul > li .info ul{
    top:0;
    left:10px;
    width:88px;
    height:308px;
    position:absolute;
    background:url("../img/menu-tag2.png") no-repeat center #2c52d1;
    background:url("../img/menu-tag2.png") no-repeat center rgba(0,0,0,0.15);
    border:1px solid #00fffc;
    transition:0.4s;
}
.menu .menu-div > ul > li .info ul li.first{
    margin-top:22px;
}
.menu .menu-div > ul > li .info ul li{
    margin-bottom:18px;
    width:100%;
}
.menu .menu-div > ul > li .info ul li .tag{
    width:100%;
    height:37px;
}
.menu .menu-div > ul > li .info ul li .tag.t1{
    background:url("../img/menu-tag2-1.png") no-repeat center top;
}
.menu .menu-div > ul > li .info ul li .tag.t2{
    background:url("../img/menu-tag2-2.png") no-repeat center top;
}
.menu .menu-div > ul > li .info ul li .tag.t3{
    background:url("../img/menu-tag2-3.png") no-repeat center top;
}
.menu .menu-div > ul > li .info ul li .tag.t4{
    background:url("../img/menu-tag2-4.png") no-repeat center top;
}
.menu .menu-div > ul > li .info ul li p{
    font-size:16px;
    color:#ffffff;
    line-height:16px;
    text-align:center;
}
.menu .menu-btn{
    margin:-14px auto 0;
    width:110px;
    height:30px;
    font-size:18px;
    color:#ffffff;
    display:block;
    text-align:center;
    line-height:30px;
    background:#ffa200;
    border-radius:4px;
}
.stripes{
    top:590px;
    left:50%;
    margin-left:-512px;
    width:1035px;
    height:160px;
    z-index:9999;
    position:absolute;
    background:url("../img/stripes.png") no-repeat center;
}
.stripes ul{
    margin-top:10px;
    margin-left:80px;
    width:1024px;
    height:150px;
}
.stripes ul li{
    margin-right:20px;
    padding-left:80px;
    float:left;
    height:150px;
    line-height:150px;
    cursor:pointer;
    position:relative;
}
.stripes ul li h2{
    margin-top:50px;
    font-size:18px;
    line-height:24px;
    text-align:left;
    color:#ffffff;
}
.stripes ul li h2 b{
    font-size:20px;
    font-weight:bold;
}
.stripes ul li.l1{
    background:url("../img/stripes-tag1.png") no-repeat 20px center;
}
.stripes ul li.l2{
    background:url("../img/stripes-tag2.png") no-repeat 20px center;
}
.stripes ul li.l3{
    background:url("../img/stripes-tag3.png") no-repeat 10px center;
}
.stripes ul li.l4{
    background:url("../img/stripes-tag4.png") no-repeat 10px center;
}
.stripes ul li span{
    top:53px;
    left:0;
    width:5px;
    height:45px;
    display:block;
    position:absolute;
    background:url("../img/stripes-line.png") no-repeat left center;
}

.sub_nav{
    display:none;
    position:absolute;
    top: 80px;
    left: 0;
    right:0;
    background: rgba(96,102,242,0.96);
    background: #fff \9;
    filter:alpha(opacity=50);
    -ms-filter:alpha(opacity=50);
    text-align: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 99999999999;
}
.video{
    top:50%;
    left:50%;
    margin-left:-400px;
    margin-top:-250px;
    padding:20px;
    width:800px;
    height:500px;
    z-index:99999;
    display:none;
    position:fixed;
    background:#ffffff;
    border:3px solid #000000;
    border-radius:5px;
}
.video .close {
    right:3px;
    top:3px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    height:18px;
    width:18px;
    display:block;
    cursor:pointer;
    line-height:14px;
    text-align:center;
    background:#cd1c1e;
    position:absolute;
}
.sub_nav_ul{
    margin-left:-70px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.sub_nav_ul li{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
}
.sub_nav_ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.sub_nav_ul li.last a{
    border-right:none;
}
.sub_nav_ul li a:hover{
    background: #fff;
    color: #0195bf;
    border-right:none;
    margin-left: -1px;
}
.part{
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
.part .title{
    padding:50px 0;
    font-size:46px;
}
.part .title h2{
    font-size:50px;
    line-height:50px;
    text-align:center;
}
.part .title.t2 h2{
    color:#ffffff;
}
.part .title img{
    margin:12px auto 0;
}
.main{
    margin:0 auto;
    width:1024px;
    position:relative;
}
.p1-div{
    margin-left:50px;
    width:590px;
    height:416px;
    position:relative;
    overflow:hidden;
}
.p1-div > div{
    top:416px;
    left:0;
    width:590px;
    height:416px;
    position:absolute;
    transition:0.4s;
}
.p1-div > div.act{
    top:0;
    transition:0.4s;
}
.p1-ul{
    top:46px;
    right:48px;
    position:absolute;
}
.p1-ul li{
    margin-bottom:8px;
    margin-left:30px;
    width:320px;
    height:55px;
    line-height:55px;
    cursor:pointer;
    position:relative;
    background:#ffffff;
    border:1px solid #ebebeb;
    border-radius:5px;
    transition:0.4s;
}
.p1-ul li.act{
    margin-left:0;
    width:350px;
    height:65px;
    transition:0.4s;
}
.p1-ul li.act span{
    display:block;
    color:#5c5df6;
}
.p1-ul li h2{
    margin-left:30px;
    font-size:16px;
    line-height:55px;
}
.p1-ul li.act h2{
    margin-top:6px;
    font-size:24px;
    line-height:28px;
}
.p1-ul li b{
    top:13px;
    left:0;
    width:20px;
    height:30px;
    display:block;
    position:absolute;
    background:url("../img/p1-sj.png") no-repeat center #5c5df6;
    transition:0.4s;
}
.p1-ul li.act b{
    top:18px;
    left:-16px;
    width:30px;
    height:30px;
    background:url("../img/p1-sj.png") no-repeat center #5c5df6;
    transition:0.4s;
}
.part .link{
    margin:50px auto;
    width:370px;
    height:70px;
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    line-height:70px;
    display:block;
    background:url("../img/link.png") no-repeat center #5c5df6;
    border-radius:4px;
}
.part .link.l2{
    background:url("../img/link.png") no-repeat center #f3a53b;
}
.p2 ul {
    margin-left:8px;
    width:1200px;
}
.p2 ul li{
    margin-right:20px;
    margin-bottom:30px;
    float:left;
    width:237px;
    height:282px;
    cursor:pointer;
    position:relative;
}
.p2 ul li a{
    top:0;
    left:0;
    width:237px;
    height:282px;
    display:block;
    position:absolute;
}
.p2 ul li.l1{
    background:url("../img/p2-li1.png") no-repeat center;
}
.p2 ul li.l2{
    background:url("../img/p2-li2.png") no-repeat center;
}
.p2 ul li.l3{
    background:url("../img/p2-li3.png") no-repeat center;
}
.p2 ul li.l4{
    background:url("../img/p2-li4.png") no-repeat center;
}
.p2 ul li.l5{
    background:url("../img/p2-li5.png") no-repeat center;
}
.p2 ul li.l6{
    background:url("../img/p2-li6.png") no-repeat center;
}
.p2 ul li.l7{
    background:url("../img/p2-li7.png") no-repeat center;
}
.p2 ul li.l8{
    background:url("../img/p2-li8.png") no-repeat center;
}
.p2 ul li h2{
    margin-top:190px;
    font-size:20px;
    line-height:20px;
    text-align:center;
}
.p2 ul li p{
    margin-top:32px;
    padding:0 10px;
    line-height:23px;
}
.p2 ul li p span{
    width:78px;
    height:23px;
    font-size:18px;
    color:#5c5df6;
    line-height:23px;
    text-align:center;
    display:inline-block;
    border:1px solid #5c5df6;
    border-radius:10px;
}
.p2 ul li p b{
    float:right;
    width:136px;
    font-size:18px;
    color:#8e8e8e;
    text-align:right;
}
.p2 .link{
    margin:20px auto 50px;
}
.p3{
    background:#5c5df6;
}
.p3-ul{
    width:944px;
    height:60px;
    line-height:60px;
    background:url("../img/p3-ul.png") no-repeat center;
}
.p3-ul li.first{
    margin-left:34px;
}
.p3-ul li{
    margin-right:20px;
    float:left;
    font-size:18px;
    color:#ffffff;
    cursor:pointer;
    position:relative;
}
.p3-ul li a{
    font-size:18px;
    color:#ffffff;
}
.p3-ul li.act span{
    bottom:10px;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:5px;
    display:block;
    position:absolute;
    background:url("../img/p3-tag.png") no-repeat center;
}
.p3-div{
    margin-top:50px;
    width:100%;
    height:210px;
    overflow:hidden;
    position:relative;
}
.p3-div > div{
    top:210px;
    left:0;
    width:100%;
    height:210px;
    overflow:hidden;
    position:absolute;
    transition:0.4s;
}
.p3-div > div.act{
    top:0;
    transition:0.4s;
}
.p3-div > div ul{
    margin-left:18px;
    width:1200px;
}
.p3-div > div ul li{
    margin-right:20px;
    float:left;
    width:230px;
    height:210px;
    cursor:pointer;
    position:relative;
    background:#ffffff;
}
.p3-div > div ul li img{
    width:230px;
    height:130px;
}
.p3-div > div ul li h2{
    top:44px;
    left:20px;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    color:#ffffff;
    position:absolute;
}
.p3-div > div ul li h3{
    top:80px;
    left:20px;
    font-size:20px;
    line-height:20px;
    font-weight:bold;
    color:#ffffff;
    position:absolute;
}
.p3-div > div ul li h4{
    margin-top:15px;
    font-size:16px;
    line-height:16px;
    text-align:center;
}
.p3-div > div ul li p{
    margin-top:15px;
    padding:0 10px;
}
.p3-div > div ul li p span{
    width:70px;
    height:25px;
    line-height:25px;
    text-align:center;
    font-size:18px;
    color:#5c5df6;
    display:inline-block;
    background:#ececec;
}
.p3-div > div ul li p b{
    float:right;
    padding-left:22px;
    line-height:18px;
    font-size:18px;
    color:#8e8e8e;
    display:inline-block;
    background:url("../img/p3-tag2.png") no-repeat left center;
}


.p4{
    padding-bottom:20px;
}
.p4 ul{
    width:1200px;
}
.p4 ul li{
    margin-right:28px;
    margin-bottom:30px;
    float:left;
    width:324px;
    height:155px;
}
.p4 ul li.l1{
    background:url("../img/p4-li1.png") no-repeat center;
}
.p4 ul li.l2{
    background:url("../img/p4-li2.png") no-repeat center;
}
.p4 ul li.l3{
    background:url("../img/p4-li3.png") no-repeat center;
}
.p4 ul li.l4{
    background:url("../img/p4-li4.png") no-repeat center;
}
.p4 ul li.l5{
    background:url("../img/p4-li5.png") no-repeat center;
}
.p4 ul li.l6{
    background:url("../img/p4-li6.png") no-repeat center;
}
.p4 ul li h2{
    margin-top:44px;
    margin-left:105px;
    font-size:24px;
    line-height:24px;
}
.p4 ul li p{
    margin-top:10px;
    margin-left:105px;
    font-size:18px;
    line-height:18px;
    color:#a3a3a3;
}
.p4 ul li a{
    width:324px;
    height:155px;
    display:block;
}
.p5{
    background:#f8f8f8;
}
.p5 ul{
    margin-top:20px;
    margin-left:30px;
    width:1200px;
}
.p5 ul li{
    margin-bottom:50px;
    margin-right:24px;
    float:left;
    width:468px;
    height:128px;
    position:relative;
    background:#ffffff;
    border:1px solid #d2d2d2;
}
.p5 ul li h2{
    top:-20px;
    left:20px;
    width:370px;
    height:50px;
    font-size:24px;
    text-indent:40px;
    line-height:50px;
    color:#ffffff;
    position:absolute;
}
.p5 ul li h2.tit1{
    background:url("../img/p5-tag1.png") no-repeat center;
}
.p5 ul li h2.tit2{
    background:url("../img/p5-tag2.png") no-repeat center;
}
.p5 ul li p{
    margin-top:42px;
    padding:0 24px;
    font-size:18px;
    line-height:24px;
    color:#909090;
}
.p5 .link{
    margin:0 auto 50px;
}
.footer{
    padding:25px 0;
    background:#454752;
}
.footer p{
    font-size:18px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
}



