@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:#5a5a5a;}
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;
}


body{
    background:black;
}

.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:150px;
    z-index:9999;
    position:absolute;
}
.header .logo{
    margin-top:32px;
    float:left;
}
.header .logo-text{
    margin-top:32px;
    margin-left:9px;
    padding-left:9px;
    float:left;
    font-size:16px;
    line-height:30px;
    color:#ffffff;
    border-left:1px solid #ffffff;
}
.header .line{
    top:95px;
    left:50%;
    margin-left:-960px;
    width:1920px;
    position:absolute;
}
.header .nav{
    margin-top:40px;
    margin-left:64px;
    float:left;
}
.header .nav > ul > li{
    margin-right:18px;
    float:left;
    line-height:18px;
}
.header .nav > ul > li a{
    font-size:18px;
    color:#ffffff;
}
.header .nav > ul > li.menu{
    padding-right:26px;
    color:#ffeea5;
    position:relative;
    background:url("../img/nav-tag.png") no-repeat right center;
}
.header .nav > ul > li.menu a{
    color:#ffeea5;
}
.header .nav > ul > li.menu ul{
    top:90px;
    left:-28px;
    width:1000px;
    position:absolute;
}
.header .nav > ul > li.menu ul li{
    margin-right:8px;
    float:left;
}
.header .nav > ul > li.menu ul li a{
    font-size:14px;
    color:#ffeea5;
}
.header .nav > ul > li.menu ul li span{
    margin-left:8px;
    font-size:14px;
    color:#ffeea5;
}
.header .phone{
    margin-top:35px;
    float:right;
    width:150px;
    height:30px;
    color:#ffffff;
    text-indent:40px;
    font-size:14px;
    line-height:30px;
    background:url("../img/phone.png") no-repeat 11px center #2a63e1;
}
.content{
    margin:0 auto;
    width:100%;
}
.banner{
    width:100%;
    height:800px;
    overflow:hidden;
}
#banner{
    width:100%;
    height:800px;
}
#banner .swiper-slide{
    width:100%;
    height:800px;
    overflow:hidden;
    position:relative;
}
#banner .swiper-slide img{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:800px;
    position:absolute;
}
.part{
    margin:0 auto;
    width:100%;
}
.part .title{
    padding:50px 0;
}
.part .title h2{
    font-size:36px;
    line-height:36px;
    color:#ffffff;
    text-align:center;
}
.part .title h2 span{
    color:#ff4b00;
}
.part .title img{
    margin-top:20px;
    margin-bottom:12px;
    width:1024px;
    height:37px;
}
.part .title p{
    font-size:20px;
    line-height:20px;
    color:#ffffff;
    text-align:center;
}
.part .title p span{
    color:#ff4b00;
}
.p1{
    height:898px;
    background:url("../img/p1-bg.jpg") no-repeat center;
}
.p1 .box{
    padding-bottom:50px;
    margin-left:22px;
    width:980px;
    height:485px;
    position:relative;
    background:url("../img/p1-box.png") no-repeat center top;
}
.p1 .box .info{
    top:55px;
    left:128px;
    width:275px;
    position:absolute;
}
.p1 .box .info h2{
    font-size:32px;
    line-height:32px;
    color:#ffffff;
}
.p1 .box .info span{
    margin-top:14px;
    width:60px;
    height:2px;
    display:block;
    background:#ffffff;
}
.p1 .box .info p{
    margin-top:14px;
    font-size:16px;
    line-height:30px;
    color:#ffffff;
}
.p1 .box .info p b{
    font-size:20px;
    color:#ff4b00;
}
.p1 ul{
    top:421px;
    left:146px;
    position:absolute;
}
.p1 ul li{
    margin-right:32px;
    float:left;
    width:228px;
    height:58px;
    font-size:24px;
    color:#ffffff;
    line-height:60px;
    text-align:center;
    background:url("../img/p1-li.png") no-repeat center;
}
.p1 .img{
    top:55px;
    left:470px;
    width:470px;
    height:320px;
    position:absolute;
    overflow:hidden;
}
.p1 .img img{
    width:450px;
    height:300px;
    position:absolute;
}
.p1 .img img.i1{
    top:20px;
    left:0;
    z-index:3;
    animation:6s p1i1 ease-in-out infinite;
}
.p1 .img img.i2{
    top:10px;
    left:10px;
    z-index:2;
    animation:6s p1i2 ease-in-out infinite;
}
.p1 .img img.i3{
    top:0;
    left:20px;
    z-index:1;
    animation:6s p1i3 ease-in-out infinite;
}
@keyframes p1i1{
    0%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    10%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    20%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    30%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    40%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    50%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    60%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    70%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    80%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    100%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
}
@keyframes p1i2{
    0%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    10%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    20%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    30%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    40%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    50%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscal(80%);}
    60%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    70%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    80%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    100%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
}
@keyframes p1i3{
    0%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    10%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    20%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    30%{top:10px;left:10px;z-index:2;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    40%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    50%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    60%{top:20px;left:0;z-index:3;-webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0);}
    70%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    80%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
    100%{top:0;left:20px;z-index:1;-webkit-filter: grayscale(80%);  -moz-filter: grayscale(80%);  -ms-filter: grayscale(80%);  -o-filter: grayscale(80%);  filter: grayscale(80%);}
}
.part .link{
    margin:50px auto;
    width:306px;
    height:56px;
    color:#ffffff;
    font-size:30px;
    line-height:52px;
    display:block;
    text-align:center;
    background:url("../img/link.png") no-repeat;
}
.p2{
    height:795px;
    background:url("../img/p2-bg.jpg") no-repeat center;
}
.p2 .main{
    height:640px;
    position:relative;
}
.p2 .box{
    top:207px;
    left:97px;
    width:830px;
    height:433px;
    position:absolute;
    background:url("../img/p2-box.png") no-repeat center;
}
.p2 .box .tag{
    top:4px;
    left:240px;
    width:190px;
    height:60px;
    position:absolute;
    background:url("../img/p2-tag.png") no-repeat center;
}
.p2 .box .tag p{
    font-size:18px;
    line-height:45px;
    color:#ffffff;
    text-align:center;
}
.p2 .box .tag p span{
    font-size:24px;
}
.p2 .box .info{
    top:84px;
    left:40px;
    position:absolute;
}
.p2 .box .info h2{
    font-size:30px;
    line-height:40px;
    color:#ffffff;
    position:relative;
}
.p2 .box .info span{
    top:0;
    left:130px;
    width:260px;
    height:40px;
    font-size:16px;
    text-indent:20px;
    line-height:40px;
    display:block;
    position:absolute;
    background:url("../img/p2-tag2.png") no-repeat center;
}
.p2 .box .info table{
    margin-top:10px;
    width:450px;
}
.p2 .box .info table tr{
    margin-bottom:26px;
}
.p2 .box .info table th{
    font-size:20px;
    line-height:46px;
    height:46px;
    color:#ff4b00;
    text-align:left;
}
.p2 .box .info table td{
    font-size:18px;
    line-height:46px;
    height:46px;
    color:#ffffff;
    text-align:left;
}
.p2 .box .info2{
    top:50px;
    right:30px;
    position:absolute;
}
.p2 .box .info2 ul{
    width:260px;
}
.p2 .box .info2 > ul > li{
    padding-bottom:20px;
    border-bottom:1px solid #333333;
}
.p2 .box .info2 > ul > li h2{
    font-size:18px;
    line-height:18px;
    width:100%;
    color:#ff4b00;
    position:relative;
}
.p2 .box .info2 > ul > li h2 span{
    top:0;
    right:0;
    font-size:14px;
    line-height:18px;
    color:#ffffff;
    position:absolute;
}
.p2 .box .info2 > ul > li p{
    margin-top:16px;
    font-size:14px;
    line-height:18px;
    color:#ffffff;
}
.p2 .box .info2 > ul > li > ul{
    margin-top:10px;
    width:270px;
}
.p2 .box .info2 > ul > li > ul > li{
    margin-right:10px;
    float:left;
    width:78px;
    height:28px;
    color:#ffffff;
    font-size:14px;
    text-align:center;
    line-height:28px;
    border:1px solid #333333;
}
.p2 .box .txt{
    bottom:0;
    left:190px;
    font-size:16px;
    line-height:16px;
    color:#ffffff;
    position:absolute;
}
.p3{
    height:1052px;
    background:url("../img/p3-bg.jpg") no-repeat center;
}
.p3 ul{
    margin-left:50px;
    width:1100px;
}
.p3 ul li{
    margin-bottom:50px;
    margin-right:87px;
    float:left;
    width:248px;
    height:318px;
    border:1px solid #57595a;
}
.p3 ul li img{
    margin:33px auto 0;
    width:120px;
    height:100px;
}
.p3 ul li h2{
    margin-top:16px;
    font-size:24px;
    line-height:24px;
    text-align:center;
    color:#ff4b00;
}
.p3 ul li span{
    margin:15px auto 0;
    width:13px;
    height:7px;
    display:block;
    background:url("../img/p3-jt.png") no-repeat center;
}
.p3 ul li p{
    margin-top:10px;
    font-size:18px;
    line-height:30px;
    text-align:center;
    color:#ffffff;
}
.p3 .link{
    margin:0 auto;
}
.p4{
    height:950px;
    background:url("../img/p4-bg.jpg") no-repeat center;
}
.p4 .btn{
    margin:0 auto;
    width:952px;
    height:131px;
    overflow:hidden;
    background:url("../img/p4-btn.png") no-repeat center;
}
.p4 .p4-ul{
    margin-top:50px;
    margin-left:90px;
}
.p4 .p4-ul li{
    margin-right:23px;
    float:left;
    width:180px;
    height:50px;
    font-size:18px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    line-height:50px;
    position:relative;
    background:#2a63e1;
}
.p4 .p4-ul li span{
    bottom:0;
    left:-3px;
    width:3px;
    height:20px;
    display:block;
    position:absolute;
    background:#ff4b00;
}
.p4 .p4-ul li.act{
    background:#ff4b00;
}
.p4 .p4-ul li.act span{
    background:#2a63e1;
}
.p4 .p4-box{
    margin:30px auto 0;
    width:977px;
    height:435px;
    overflow:hidden;
    position:relative;
    background:url("../img/p4-box.png") no-repeat center bottom;
}
.p4 .p4-box > div{
    top:0;
    left:977px;
    width:977px;
    height:435px;
    position:absolute;
    transition:0.4s;
}
.p4 .p4-box > div.act{
    left:0;
    transition:0.4s;
}
.p4 .p4-box div img{
    top:0;
    left:70px;
    position:absolute;
}
.p4 .p4-box div .info{
    top:0;
    left:710px;
    position:absolute;
}
.p4 .p4-box div .info h2{
    width:200px;
    height:35px;
    color:#ffffff;
    line-height:35px;
    text-align:center;
    background:url("../img/p4-tit.png") no-repeat;
}
.p4 .p4-box div .info ul{
    margin-bottom:20px;
    margin-top:14px;
}
.p4 .p4-box div .info ul li{
    margin-bottom:4px;
    padding-left:16px;
    font-size:16px;
    color:#ffffff;
    background:url("../img/p4-tag.png") no-repeat left center;
}
.p4 .link{
    margin:30px auto 0;
}
.p5{
    height:854px;
    background:url("../img/p5-bg.jpg") no-repeat center;
}
.p5 .main{
    position:relative;
}
.p5-ul{
    margin-left:128px;
}
.p5-ul li{
    float:left;
    width:128px;
    cursor:pointer;
}
.p5-ul li.act p{
    font-size:18px;
    font-weight:bold;
}
.p5-ul li img{
    margin:0 auto;
    width:88px;
    height:100px;
}
.p5-ul li p{
    margin-top:8px;
    font-size:14px;
    line-height:14px;
    color:#ffffff;
    text-align:center;
}
.p5-div{
    position:relative;
}
.p5-img{
    margin-top:60px;
    margin-left:48px;
    width:580px;
    height:313px;
    overflow:hidden;
    background:url("../img/p5-mbp.png") no-repeat center;
}
.p5-img .img{
    margin-top:15px;
    margin-left:86px;
    width:400px;
    height:265px;
    overflow:hidden;
    position:relative;
}
.p5-img .img img{
    top:265px;
    left:0;
    width:400px;
    height:265px;
    position:absolute;
    transition:0.4s;
}
.p5-img .img img.act{
    top:0;
    transition:0.4s;
}
.p5-txt{
    top:60px;
    right:0;
    float:left;
    width:410px;
    height:220px;
    overflow:hidden;
    position:absolute;
    background:url("../img/p5-tag.png") no-repeat right bottom;
}
.p5-txt > div{
    top:-220px;
    left:0;
    width:410px;
    height:220px;
    position:absolute;
    transition:0.4s;
}
.p5-txt > div.act{
    top:0;
    transition:0.4s;
}
.p5-txt h2{
    font-size:22px;
    line-height:22px;
    color:#ff4b00;
}
.p5-txt p{
    margin-top:10px;
    font-size:18px;
    line-height:36px;
    color:#ffffff;
}
.p5-txt p span{
    color:#ff4b00;
}
.p6{
    background:#050505;
}
.p6 .box{
    margin:0 auto;
    width:952px;
    height:556px;
    position:relative;
    background:url("../img/p6-box.png") no-repeat center;
}
.p6 .box ul.tit{
    top:-20px;
    left:12px;
    width:350px;
    height:600px;
    overflow:hidden;
    position:absolute;
}
.p6 .box ul.tit li{
    top:600px;
    left:0;
    width:350px;
    height:600px;
    position:absolute;
    transition:0.4s;
}
.p6 .box ul.tit li.act{
    top:0;
    transition:0.4s;
}
.p6 .box ul.tit li span{
    top:0;
    right:0;
    width:46px;
    height:46px;
    color:#ffffff;
    font-size:21px;
    line-height:46px;
    text-align:center;
    display:block;
    position:absolute;
    background:#ff4b00;
}
.p6 .txt{
    top:97px;
    left:424px;
    width:410px;
    height:380px;
    overflow:hidden;
    position:absolute;
}
.p7 .txt > div{
    top:0;
    left:420px;
    width:410px;
    height:380px;
    position:absolute;
    transition:0.2s;
}
.p6 .txt > div.act{
    left:0;
    transition:0.4s;
}
.p6 .txt h2{
    margin-bottom:100px;
    font-size:26px;
    line-height:26px;
    color:#ffffff;
    position:relative;
}
.p6 .txt h2 span{
    top:42px;
    left:0;
    width:46px;
    height:3px;
    display:block;
    position:absolute;
    background:#ff4b00;
}
.p6 .txt h3{
    padding-bottom:9px;
    font-size:20px;
    line-height:20px;
    color:#2a63e1;
    display:inline-block;
    border-bottom:1px solid #2a63e1;
}
.p6 .txt p{
    margin-top:8px;
    margin-bottom:20px;
    font-size:15px;
    line-height:26px;
    color:#ffffff;
}
.p6 .btn{
    top:-20px;
    right:38px;
    cursor:pointer;
    position:absolute;
}
.p6 .btn li{
    margin-bottom:10px;
    width:70px;
    height:73px;
    position:relative;
    overflow:hidden;
}
.p6 .btn li.l1{
    background:url("../img/p6-tag1.jpg") no-repeat center;
}
.p6 .btn li.l2{
    background:url("../img/p6-tag2.jpg") no-repeat center;
}
.p6 .btn li.l3{
    background:url("../img/p6-tag3.jpg") no-repeat center;
}
.p6 .btn li.l4{
    background:url("../img/p6-tag4.jpg") no-repeat center;
}
.p6 .btn li.l5{
    background:url("../img/p6-tag5.jpg") no-repeat center;
}
.p6 .btn li.l6{
    background:url("../img/p6-tag6.jpg") no-repeat center;
}
.p6 .btn li div{
    top:0;
    left:0;
    width:70px;
    height:73px;
    position:absolute;
    background:rgba(64,69,83,0.5);
}
.p6 .btn li.act div{
    top:73px;
}
.p7{
    height:1101px;
    background:url("../img/p7-bg.jpg");
}
.p7 .box{
    margin:0 auto;
    width:960px;
    height:740px;
    position:relative;
    background:url("../img/p7-box.png") no-repeat center;
}
.p7 .box p{
    width:238px;
    height:33px;
    text-align:center
;   font-size:18px;
    color:#ffffff;
    line-height:33px;
    position:absolute;
    border:1px solid #464747;
}
.p7 .box p.t1{
    top:70px;
    left:40px;
}
.p7 .box p.t2{
    top:510px;
    left:360px;
}
.p7 .box p.t3{
    top:140px;
    right:40px;
}
.p7 .box p span{
    color:#ff4b00;
}
.p8{
    height:600px;
    background:url("../img/p8-bg.jpg");
}
.p8 .img{
    margin:0 auto;
}
.p9{
    height:639px;
    background:url("../img/p9-bg.jpg") no-repeat center;
}
.p9 ul{
    height:280px;
    position:relative;
}
.p9 ul li{
    width:325px;
    height:122px;
    position:absolute;
    background:url("../img/p9-li.png") no-repeat center;
}
.p9 ul li h2{
    top:0;
    left:0;
    width:151px;
    height:41px;
    font-size:24px;
    color:#ffffff;
    line-height:40px;
    text-align:center;
    position:absolute;
    background:url("../img/p9-tit.png") no-repeat center;
}
.p9 ul li p{
    margin-top:56px;
    margin-left:60px;
    font-size:16px;
    color:#ffffff;
    line-height:22px;
}
.p9 ul li h3{
    margin-top:74px;
    margin-left:60px;
    font-size:16px;
    color:#ffffff;
    line-height:16px;
}
.p9 ul li.l1{
    top:0;
    left:145px;
}
.p9 ul li.l2{
    top:0;
    left:555px;
}
.p9 ul li.l3{
    top:160px;
    left:0;
}
.p9 ul li.l4{
    top:160px;
    left:350px;
}
.p9 ul li.l5{
    top:160px;
    left:700px;
}
.p10{
    height:845px;
    background:url("../img/p10-bg.jpg") no-repeat center;
}
.p10 .btn{
    margin:0 auto;
    width:845px;
    height:111px;
    overflow:hidden;
    background:url("../img/p10-ul.png") no-repeat center;
}
.p10-ul{
    margin-top:35px;
    margin-left:70px;
}
.p10-ul li{
    margin-right:33px;
    float:left;
    width:140px;
    height:40px;
    font-size:18px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    line-height:40px;
    position:relative;
    background:#2a63e1;
}
.p10-ul li.first{
    width:180px;
}
.p10-ul li span{
    bottom:0;
    left:-3px;
    width:3px;
    height:20px;
    display:block;
    position:absolute;
    background:#ff4b00;
}
.p10-ul li.act{
    background:#ff4b00;
}
.p10-ul li.act span{
    background:#2a63e1;
}
.p10 .box{
    margin:40px auto 0;
    width:922px;
    height:330px;
    position:relative;
    background:url("../img/p10-box.png") no-repeat;
}
.p10-txt{
    top:140px;
    left:100px;
    width:320px;
    height:100px;
    overflow:hidden;
    position:absolute;
}
.p10-txt p{
    top:0;
    left:320px;
    width:320px;
    font-size:20px;
    line-height:24px;
    color:#ffffff;
    position:absolute;
    transition:0.4s;
}
.p10-txt p.act{
    left:0;
    transition:0.4s;
}
.p10-tag{
    top:260px;
    left:330px;
    position:absolute;
}
.p10-tag li{
    margin-right:10px;
    float:left;
    width:18px;
    height:18px;
    cursor:pointer;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    line-height:18px;
    border:1px solid #2a63e1;
}
.p10-tag li.act{
    border:1px solid #ff4b00;
}
.p10-img{
    top:40px;
    left:490px;
    width:410px;
    height:240px;
    overflow:hidden;
    position:absolute;
}
.p10-img img{
    top:0;
    left:410px;
    width:410px;
    height:240px;
    position:absolute;
    transition:0.4s;
}
.p10-img img.act{
    left:0;
    transition:0.4s;
}
.footer{
    background:#010101;
}
.footer p{
    line-height:120px;
    font-size:18px;
    color:#ffffff;
    text-align:center;
}
















