* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: top;
}

div,
p,
span,
h1,
h2,
h3,
h4 {
    line-height: 1;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
    border: none;
    background: none;
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    overflow-x: hidden;

}
html, body {
    min-width: 1200px;
}

.index{
    width: 100%;
    position: relative;
    text-align: center;
    
}

.zhu1{
    position: absolute;
    width: 53px;
    height: 9px;
    background: linear-gradient(to bottom,#0a41f5,#0d0538) !important;
    animation:5s myfirst6 infinite ease;
}
@-webkit-keyframes myfirst6 /* Safari and Chrome */
{
0% {background:#0a39dd; left:150px; bottom:50px;}
25% {background:#0a39dd; left:150px;height:0px;bottom:40px;}
50% {background:#0a39dd; left:150px; height:3px;bottom:40px;}
75% {background:#0a39dd; left:150px;height:5px; bottom:40px;}
100% {background:#0a39dd; left:150px; height:9px;bottom:40px;}
}
.zhu2{
    position: absolute;
    width: 53px;
    height: 15px;
    background: linear-gradient(to bottom,#0a41f5,#0d0538) !important;
    animation:5s myfirst5 infinite ease;
}
@-webkit-keyframes myfirst5 /* Safari and Chrome */
{
0% {background:#0a39dd; left:271px; bottom:50px;}
25% {background:#0a39dd; left:271px;height:0px;bottom:40px;}
50% {background:#0a39dd; left:271px; height:5px;bottom:40px;}
75% {background:#0a39dd; left:271px;height:10px; bottom:40px;}
100% {background:#0a39dd; left:271px; height:15px;bottom:40px;}
}
.zhu3{
    position: absolute;
    width: 53px;
    height: 71px;
    background: linear-gradient(to bottom,#0a41f5,#0d0538) !important;
    animation:5s myfirst4 infinite ease;
}
@-webkit-keyframes myfirst4 /* Safari and Chrome */
{
0% {background:#0a39dd; left:393px; bottom:50px;}
25% {background:#0a39dd; left:393px;height:0px;bottom:40px;}
50% {background:#0a39dd; left:393px; height:25px;bottom:40px;}
75% {background:#0a39dd; left:393px;height:50px; bottom:40px;}
100% {background:#0a39dd; left:393px; height:71px;bottom:40px;}
}
.zhu4{
    position: absolute;
    width: 53px;
    height: 151px;
    background: linear-gradient(to bottom,#0a41f5,#0d0538) !important;
    animation:5s myfirst3 infinite ease;
}
@-webkit-keyframes myfirst3 /* Safari and Chrome */
{
0% {background:#0a39dd; left:510px; bottom:50px;}
25% {background:#0a39dd; left:510px;height:0px;bottom:40px;}
50% {background:#0a39dd; left:510px; height:80px;bottom:40px;}
75% {background:#0a39dd; left:510px;height:120px; bottom:40px;}
100% {background:#0a39dd; left:510px; height:151px;bottom:40px;}
}
.zhu5{
    position: absolute;
    animation:5s myfirst2 infinite ease;
    width: 53px;
    height: 234px;
    background: linear-gradient(to bottom,#0a41f5,#0d0538) !important;

}
@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
0% {background:#0a39dd; left:631px; bottom:50px;}
25% {background:#0a39dd; left:631px;height:0px;bottom:40px;}
50% {background:#0a39dd; left:631px; height:90px;bottom:40px;}
75% {background:#0a39dd; left:631px;height:160px; bottom:40px;}
100% {background:#0a39dd; left:631px; height:234px;bottom:40px;}
}
.zhu6{
    animation:5s myfirst1 infinite ease;
    height: 304px;
    width:53px;
    background: linear-gradient(to bottom,#0a41f5,#0d0538) !important;
    position:absolute;
}
@-webkit-keyframes myfirst1 /* Safari and Chrome */
{
0% {background:#0a39dd; left:752px; bottom:50px;}
25% {background:#0a39dd; left:752px;height:0px;bottom:40px;}
50% {background:#0a39dd; left:752px; height:90px;bottom:40px;}
75% {background:#0a39dd; left:752px;height:190px; bottom:40px;}
100% {background:#0a39dd; left:752px; height:304px;bottom:40px;}
}
.zhu1 p{
    color: #fff;
    font-size: 20px;
    margin-top: -35px;
}
.zhu2 p{
    color: #fff;
    font-size: 20px;
    margin-top: -35px;
}
.zhu3 p{
    color: #fff;
    font-size: 20px;
    margin-top: -35px;
}
.zhu4 p{
    color: #fff;
    font-size: 20px;
    margin-top: -35px;
}
.zhu5 p{
    color: #fff;
    font-size: 20px;
    margin-top: -35px;
}
.zhu6 p{
    color: #fff;
    font-size: 20px;
    margin-top: -35px;
}














.banner{
	margin:0 auto;
	width:100%;
	height:800px;
	position:relative;
}
#swiper1{
	width:100%;
	max-width:1920px;
    height:800px;
}
#swiper1 .swiper-slide{
	width:100%;
    height:800px;
	position:relative;
	overflow:hidden;
}
#swiper1 img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height:800px;

	position:absolute;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.p1{
    width: 100%;
    height: 903px;
    background-color: #0d022f;
    position: relative;
}
.p1_shipin div:hover img{
    transition: 0.3s;
    transform: scale(1.02);
    cursor: pointer;
}
.left_piao{
    position: absolute;
    top: -450px;left: 0px;
    z-index: 99;
}
.right_piao{
    position: absolute;
    top: -335px;right: 0px;
    z-index: 99;

}
.p1_title{
    width: 350px;
    height: 54px;
    margin: 0 auto;
    padding-top: 90px;
}
.p1_title div{
    float: left;
}
.p1_title2{
    font-size: 40px;
    color: #fff;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p1_title_small{
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 60px;
}
.p1_title_small span{
    color: #ea0587;
}
.p1_shipin{
    width: 888px;
    height: 100px;
    margin: 40px auto 0;
    position: relative;
    z-index: 999;
}
.p1_shipin div{
    float: left;
    margin-right: 32px;
}
.p1_shipin div p{
    color: #fff;
    font-size: 16px;
}
.p1_shipin .bilibili{
   margin-right: 0px;
}
.shujubiao{
    width: 995px;
    height: 542px;
    margin: 50px auto 0;
    position: relative;
}
.biao{
    position: absolute;
    top: 50px;
    left: 16px;
}
.biao_dibu{
    width: 270px;
    height: 16px;
    position: absolute;
    bottom: 35px;
    left: 370px;
}
.fangkuaizi{
    width: 17px;
    height: 13px;
    background-color: #0a43fc;
    float: left;
}
.shichangguimo{
    float: left;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}
.p1_title_2{
    width: 717px;
    height: 54px;
    margin: 0 auto;
    padding-top: 90px;
}
.p1_title_2 div{
    float: left;
}
.p1_title2_2{
    font-size: 40px;
    color: #fff;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p1_title_small{
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 60px;
}
.p1_title_small span{
    color: #ea0587;
}
.p2{
    width: 100%;
    height: 449px;
    background-color: #0d022f;
    position: relative;
}
.p2_index{
    width: 1000px;
    height: 373px;
    margin: 50px auto 0;
    position: relative;
}
.p2_biankuang{
    margin-top: 100px;
}
.flexslider{
    margin:-435px auto;
    position:relative;
    width:960px;
    height:450px;
    zoom:1;
}
.flex-viewport{
    max-height:2000px;
    -webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;
}
.flexslider .slides{
    zoom:1;
}
.flex-direction-nav .flex-next{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../img/p2_left.png) no-repeat;position:absolute;
    top:60%;
    z-index:10;
    cursor:pointer;
    left: -3px;
}
.flex-direction-nav .flex-prev{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../img/p2_right.png) no-repeat;position:absolute;
    top:60%;
    z-index:10;
    cursor:pointer;
}
.flex-direction-nav .flex-ne{
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev{
    right:-46px;
}
.lunbo_title{
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 29px;
}
.p3{
    width: 997px;
    height: 750px;
    margin: 90px auto 0;
}
.p3_title{
    width: 385px;
    height: 54px;
    margin: 150px auto 0;
    padding-top: 90px;
}
.p3_title div{
    float: left;
}
.p3_title2{
    font-size: 40px;
    color: #000;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p3_title_small{
    font-size: 20px;
    color: #666666;
    clear: both;
    margin-top: 60px;
}
.p3_index{
    width: 993px;
    height: 402px;
    margin: 50px auto 0;
}
.p3_index_left{
    width: 480px;
    height: 420px;
    margin-right: 33px;
    border: 1px solid #f5399d;
    float: left;
    position: relative;
}
.p3_index_right{
    width: 480px;
    height: 420px;
    border: 1px solid #f5399d;
    float: left;
    position: relative;
}
.p3_index_left_title{
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 17px;
}
.dibuyanse{
    width: 157px;
    height: 16px;
    margin: -30px auto 0;
    background-color: #fdcde8;
}
.p3_index_left_duanluo{
    margin-top: 17px;
    font-size: 16px;
    color: #666666;
}
.p3_index_left_duanluo span{
    color: #f5399e;
    font-weight: bold;
}
.bingtu{
    width: 227px;
    height: 227px;
    position: relative;
    top: 82px;
    left: 77px;
}
.shipinjianji{
    position: absolute;
    top: 0px;
    left: 113px;
}
.yingshihouqi{
    position: absolute;
    top: 117px;
    left: 163px;
}
.texiaosheji{
    position: absolute;
    top: 157px;
    left: 118px;
}
.lanmubaozhuang{
    position: absolute;
    top: 180px;
    left: 119px;
}

.shipinzhizuo{
    position: absolute;
    top: 0px;
    left: 0px;
}

.bingtu_hover{
    position: absolute;

}
.hover_shipinzhizuo{
    position: absolute;
    top: -164px;
    left: -5px;
    display: none;

}
.hover_shipinjianji{
    position: absolute;
    top: -207px;
    left: 163px;
    display: none;

}
.hover_texiaosheji{
    position: absolute;
    top: -86px;
    left: 121px;
    display: none;

}
.hover_lanmubaozhuang{
    position: absolute;
    top: -80px;
    left: 94px;
    display: none;

}
.hover_yingshihouqi{
    position: absolute;
    top: -133px;
    left: 170px;
    display: none;
}
.xianshi{
    display: block;
}
.right_jieshao{
    text-align: left;
    float: right;
    margin-top: -110px;
    margin-right: 16px;
}
.right_jieshao p{
    margin-bottom: 20px;
}

.bingtu_fangkuai{
    width: 16px;
    height: 16px;
    background-color: #f5399d;
    margin-top: 77px;
    margin-left: 15px;
}
.zhexiantu{
    margin-top: 42px;
}
.zhexiantudibu{
    width: 462px;
    height: 27px;
    margin: 30px auto 0;
}
.zhexiantudibu p{
    float: left;
    width: 90px;
    height: 26px;
    background-color: #faedf4;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    margin-right: 3px;
    color: #666666; 
}
.zhexiantudibu p span{
    font-weight: bold;
}

.iocn1{
    position: absolute;
    width: 12px; 
    height: 12px;
    top: 254px;
    left: 102px;
    animation: roll2 14s linear infinite;
    animation: roll2 14s linear infinite;
    opacity: 01;
    overflow: hidden;
    background: #fff;
    animation-name: breath;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 2000ms; 
    border-radius: 40px;
}
@keyframes breath {    
    from { opacity: 0.1; }                          
    50%  { opacity:   1; }                         
    to   { opacity: 0.1; }                               
}  
      @-webkit-keyframes breath {    
           from { opacity: 0.1; }                               
           50%  { opacity:   1; }                          
                to   { opacity: 0.1; }                          
    } 
.iocn2{
    position: absolute;
    width: 12px; 
    height: 12px;
    top: 243px;
    left: 205px;
    animation: roll2 14s linear infinite;
    animation: roll2 14s linear infinite;
    opacity: 01;
    overflow: hidden;
    background: #fff;
    animation-name: breath;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 2000ms; 
    border-radius: 40px;

}
.iocn3{
    position: absolute;
    width: 12px; 
    height: 12px;
    top: 243px;
    left: 309px;
    animation: roll2 14s linear infinite;
    animation: roll2 14s linear infinite;
    opacity: 01;
    overflow: hidden;
    background: #fff;
    animation-name: breath;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 2000ms;
    border-radius: 40px;

}
.iocn4{
    position: absolute;
    width: 12px; 
    height: 12px;
    top: 185px;
    left: 412px;
    animation: roll2 14s linear infinite;
    animation: roll2 14s linear infinite;
    opacity: 01;
    overflow: hidden;
    background: #fff;
    animation-name: breath;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 2000ms; 
    border-radius: 40px;
}
.p3_index_dibu{
    float: right;
    margin-top: 13px;
}
.p3_index_dibu p{
    float: left;
}
.p3_index_dibuwenzi{
    font-size: 12px;
    color: #999;
}
.p3_index_dibufangkuai{
    width: 11px;
    height: 11px;
    background-color: #f4058c;
    margin-left: 7px;
    margin-right: 5px;
}
/* 按钮 */
.anniu{
    display: block;
    position: relative;
    width: 272px;
    height: 65px;
    margin: 60px auto 0;
   
}
.anniu img{
    position: absolute;
    top: 0px;left: -18px;
}
.anniu p{
    position: absolute;
    top: 17px;
    left: 80px;
    z-index: 99;
    color: #000;
    font-size: 30px;
}
.anniu:hover{
    background: linear-gradient(to right,#ee078f,#0a43fc);
}
.anniu:hover .anniu_p{
    color: #fff;
}
/* 按钮end */

.p4{
    width: 1010px;
    height: 779px;
    margin: 0 auto;
    position: relative;
}
.p4_title{
    width: 585px;
    height: 54px;
    margin: 0px auto 0;
    padding-top: 90px;
}
.p4_title div{
    float: left;
}
.p4_title2{
    font-size: 40px;
    color: #000;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p4_title_small{
    font-size: 20px;
    color: #666666;
    clear: both;
    margin-top: 60px;
}
.p4_index{
    width: 1015px;
    height: 545px;
    margin: 60px auto 0;
}
.p4_zuishang img{
    margin-left: 122px;
}
.box{
    width: 998px;
    height: 545px;
    margin: -16px auto 0;
}
.tab_menu li{
    width:170px;
    float:left;
    height:65px;
    line-height:65px;
    color:#000;
    background:#fff;
    text-align:center;
    cursor:pointer;
    font-size: 20px;
    position: relative;
    z-index: 99999;
    border: 1px solid #f5399d;
    margin-left: 22px;
    font-weight: bold;
}
.tab_menu li.current{
    background:linear-gradient(to right,#cc0a99,#1240f8);
    border: 0;
    color: #fff;
    font-weight: bold;

}
.zuida{
    position: relative;
}
.tab_box .hide{
    display:none;
}
.zuida img{
    position: absolute;
    top: 90px;left: 15px;
    z-index: 9;
}
.p4_lunbo_jieshao{
    position: absolute;
    top: 267px;
    left: 35px;
    color: #fff;
    text-align: left;
    z-index: 999;
}
.p4_lunbo_jieshao1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 30px;
}
.p4_lunbo_jieshao2{
    font-size: 16px;
    line-height: 20px;

}
.p4_lunbobiankang{
    position: absolute;
    top: 295px;
    left: 0px;
}

.p5{
    width: 100%;
    height: 1450px;
    background-color: #110331;
    margin-top: -490px;
}
.p5_title{
    width: 598px;
    height: 54px;
    margin: 150px auto 0;
    padding-top: 550px;
}
.p5_title div{
    float: left;
}
.p5_title2{
    font-size: 40px;
    color: #fff;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p5_title_small{
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 60px;
}
.p5_index{
    width: 1000px;
    height: 686px;
    margin: 50px auto 0;
    position: relative;
}
.p5_tubiao{
    position: absolute;
    top: 60px;
    left: 13px;
}
.p5_zhuzhuangtu{
    width: 752px;
    height: 429px;
    position: absolute;
    top: 163px;
    left: 161px;
}
.p5_zhuzhuangtu div{
    float: left;
}
.p5_zhuzhuangtu1{
    width: 89px;
    height: 118px;
    background:linear-gradient(to bottom,#0e42fa,#0d073f);
    margin-top: 280px;
    margin-right: 72px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 999;
}
.p5_zhuzhuangtu2{
    width: 89px;
    height: 170px;
    background:linear-gradient(to bottom,#0e42fa,#0d073f);
    margin-top: 229px;
    margin-right: 79px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 999;

}
.p5_zhuzhuangtu3{
    width: 89px;
    height: 237px;
    background:linear-gradient(to bottom,#0e42fa,#0d073f);
    margin-top: 163px;
    margin-right: 72px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 999;

}
.p5_zhuzhuangtu4{
    width: 89px;
    height: 327px;
    background:linear-gradient(to bottom,#0e42fa,#0d073f);
    margin-top: 73px;
    margin-right: 72px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 999;

}
.p5_zhuzhuangtu5{
    width: 89px;
    height: 405px;
    background:linear-gradient(to bottom,#0e42fa,#0d073f);
    margin-top: -5px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 999;

}
.p5_tubiao_dingbu{
    width: 57px;
    height: 17px;
    margin: -17px auto 0;
    background-color: #0e42fa;
}
.p5_wenzi_p1{
    margin-bottom: 10px;
    z-index: 99;
    position: relative;
}
.p5_fense2{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 130px;
    left: 15px;
}
.p5_fense2_2{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 154px;
    left: 15px;
}
.p5_fense3{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 221px;
    left: 15px;
}
.p5_fense4{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 251px;
    left: 15px;
}
.p5_fense4_2{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 280px;
    left: 15px;
}
.p5_fense4_3{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 310px;
    left: 15px;
}
.p5_fense5{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 351px;
    left: 15px;
}
.p5_fense5_2{
    width: 60px;
    height: 6px;
    background:linear-gradient(to top,#e10585,#3b0549);
    position: absolute;
    top: 383px;
    left: 15px;
}
.p5_zhexiantu_01{
    position: absolute;
    top: 331px;
    left: 145px;
    display: none;
}
.p5_zhexiantu_02{
    position: absolute;
    top: 280px;
    left: 305px;
    display: none;
}
.p5_zhexiantu_03{
    position: absolute;
    top: 216px;
    right: 402px;
    display: none;
}
.p5_zhexiantu_04{
    position: absolute;
    top: 123px;
    right: 241px;
    display: none;
}
.p5_zhexiantu_05{
    position: absolute;
    top: 44px;
    right: 82px;
    display: none;
}
.xianshi1{
    display: block;
}
.p6{
    width: 100%;
    height: 920px;
    background-color: #0d022f;
}
.p6_title{
    width: 467px;
    height: 54px;
    margin: 0px auto;
    padding-top: 50px;
}
.p6_title div{
    float: left;
}
.p6_title2{
    font-size: 40px;
    color: #fff;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p6_title_small{
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 60px;
}
.p6_index{
    width: 996px;
    height: 437px;
    margin: 50px auto 0;
    position: relative;
}
.left_yingshi{
    position: absolute;
    top: -28px;left: 0px;
}
.top_img{
    width: 820px;
    height: 176px;
    margin-left: 140px;
    margin-bottom: 27px;
    
}
.top_img div{
    float: left;
    z-index: 99;
}
.top_img1{
    margin-right: 12px;
}

.bottom_img{
    width: 820px;
    height: 176px;
    margin-left: 33px;
}
.bottom_img div{
    float: left;
    z-index: 99;

}
.bottom_img1{
    margin-right: 12px;
}
.bottom_shangye{
    position: absolute;
    bottom: 28px;
    right: 10px;
}
.p6_index_hover{
    position: absolute;
}
.p6_zhezhao1{
    position: absolute;
    top: 0px;
    left: 140px;
    opacity: 0;
}
.p6_zhezhao2{
    position: absolute;
    top: 0px;
    left: 349px;
    opacity: 0;
}
.p6_zhezhao3{
    position: absolute;
    top: 0px;
    right: 244px;
    opacity: 0;
}
.p6_zhezhao4{
    position: absolute;
    top: 0px;
    right: 36px;
    opacity: 0;
}
.p6_zhezhao5{
    position: absolute;
    bottom: 57px;left: 32px;
    opacity: 0;
}
.p6_zhezhao6{
    position: absolute;
    bottom: 57px;left: 242px;
    opacity: 0;
}
.p6_zhezhao7{
    position: absolute;
    bottom: 57px;left: 449px;
    opacity: 0;
}
.p6_zhezhao8{
    position: absolute;
    bottom: 57px;left: 658px;
    opacity: 0;
}

#img1:hover .p6_zhezhao1{
    opacity: 1;
    transform: 0.5s;
}
#img2:hover .p6_zhezhao2{
    opacity: 1;
    transform: 0.5s;
}
#img3:hover .p6_zhezhao3{
    opacity: 1;
    transform: 0.5s;
}
#img4:hover .p6_zhezhao4{
    opacity: 1;
    transform: 0.5s;
}
#img5:hover .p6_zhezhao5{
    opacity: 1;
    transform: 0.5s;
}
#img6:hover .p6_zhezhao6{
    opacity: 1;
    transform: 0.5s;
}
#img7:hover .p6_zhezhao7{
    opacity: 1;
    transform: 0.5s;
}
#img8:hover .p6_zhezhao8{
    opacity: 1;
    transform: 0.5s;
}
.p7{
    width: 100%;
    height: 510px;
    margin: -305px auto 0;
}
.p7_index{
    width: 999px;
    height: 446px;
}
.p7_title{
    width: 467px;
    height: 54px;
    margin: 0px auto;
    padding-top: 50px;
}
.p7_title div{
    float: left;
}
.p7_title2{
    font-size: 40px;
    color: #fff;
    margin: 0px 15px;
    font-weight: 600 !important;
}
.p7_title_small{
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 60px;
}
.p7_index{
    width: 998px;
    height: 202px;
    margin: 50px auto 0;
}
.p7_index div:hover img{
    transition: 0.3s;
    transform: scale(1.02);
    cursor: pointer;
}
.p7_index div{
    float: left;
    width: 123px;
    height: 202px;
    margin-right: 22px;
}
.p7_index_p1{
    margin: -103px 57px;
}
.p7_index_p2{
    color: #333333;
    font-size: 18px;
    margin-top: 114px;
}
.anniu2{
    display: block;
    position: relative;
    width: 347px;
    height: 65px;
    margin: 60px auto 0;
   
}
.anniu2 img{
    position: absolute;
    top: 0px;left: -18px;
}
.anniu2 p{
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 99;
    color: #000;
    font-size: 30px;
}
.anniu2:hover{
    background: linear-gradient(to right,#ee078f,#0a43fc);
}
.anniu2:hover .anniu2_p{
    color: #fff;
}
.p8{
    width: 100%;
    height: 940px;
    margin: 50px auto 0;
}
.p8_index{
    width: 860px;
    height: 272px;
    margin: 0 auto;
    position: relative;
}
.control-box {
    width: 860px;
    height: 272px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 134px;
  cursor: pointer;
}
.prev {
  left: -45px;
}
.next {
  right: -45px;
}
.bigbox {
    width: 860px;
    height: 272px;
    margin: 0 auto;
    overflow: hidden;
}
#switcher {
  height: 272px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
  position: relative;
}
.box1 {
  transition:all .7s ease 0s;
  width: 212px;
  height: 272px;
  margin-left: 3px;
  float: left;
  position: relative;
}


.p8_biaoti{
    position: absolute;
    top: -70px;
    left: -60px;
    width: 1000px;
}
.p8_biaoti2{
    position: absolute;
    top: 305px;
    left: -60px;
    width: 1000px;
}
.p8_fangkuaizi{
    width: 23px;
    height: 29px;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 9;
    background: #f4058c;
}
.p8_fangkuaizi2{
    width: 23px;
    height: 29px;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 9;
    background: #0a43fc;
}
.p8_lunbobiaoti{
    position: absolute;
    top: 21px;
    left: 46px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}
.p8_lunbobiaoti2{
    position: absolute;
    top: 27px;
    left: 260px;
    font-size: 14px;
    color: #666666;
}
.p8_lunbobiaoti3{
    position: absolute;
    top: 27px;
    left: 230px;
    font-size: 14px;
    color: #666666;
}
.p8_biaoti img{
    position: absolute;
    top: 0px;left: 0px;
}
.p8_biaoti2 img{
    position: absolute;
    top: 0px;left: 0px;
}
.txt{
	width:213px;
	height:45px;
	position:absolute;
	background: -webkit-gradient(linear, -43% 31, 40% 100%, from(rgba(170, 73, 149, 0.9)), to(rgba(40, 43, 187, 0.9)));
	left:0;
	bottom:-62px;
	color:#fff;	 
    z-index: 999;
}
.txt h3{
	font-size:20px;
	font-weight:600;
	height:45px;
	text-align:center;
    margin-top: -80px;
    margin-right: 120px;
}
.txt p{
	font-size:14px;
	text-align:left;
    letter-spacing: 1px;
    margin-left: 17px;
    margin-right: 17px;
    line-height: 15px;
}
.txt .lunbo_fangkuai{
    width: 70px;
    height: 13px;
    background: linear-gradient(to right,#f2068c,#943575);
    margin-top: -33px;
    margin-left: 0;
    margin-right: 0px;
    
}
.zhicheng{
    margin-left: 17px;
    margin-top: 8px;
    margin-bottom: 25px;
}

.control-box1 {
    width: 860px;
    height: 272px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.control-box1 ul {
  list-style: none;
  position: relative;
}
.control-box1 ul p {
  position: absolute;
  top: 134px;
  cursor: pointer;
}
.prev1 {
  left: -45px;
}
.next1 {
  right: -45px;
}
.bigbox1 {
    width: 860px;
    height: 272px;
    margin: 0 auto;
    overflow: hidden;
}
#switcher1 {
  height: 272px;
  left: 0px;
}
.content_3.content_4 {
  width: 100%;
  float: left;
  position: relative;
}
.box2 {
  transition:all .7s ease 0s;
  width: 212px;
  height: 272px;
  margin-left: 3px;
  float: left;
  position: relative;
}
.p9{
    width: 100%;
    height: 500px;
}
.p9_index{
    width: 960px;
    height: 236px;
    margin: 65px auto 0;
}
.p9_index div{
    float: left;
}
.p9_index_div1{
    margin-right: 15px;
}
.p9_index_div2{
    margin-right: 15px;
    
}
.p9_index_div3{
    margin-right: 15px;
    
}

.p9_index_p1{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: -226px;
    margin-left: -20px;
}
.p9_index_p2{
    margin-top: 150px;
    font-size: 14px;
    color: #fff;
    margin-left: -22px;
    line-height: 20px;
}
.p9_index_p3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: -226px;
 
}
.p9_index_p4{
    margin-top: 150px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.p9_bg{
    width: 100%;
    height: 511px;
    background-color: #0d022f;
    margin-top: -123px;
}
.p10{
    width: 100%;
    height: 210px;
    background: url(../img/p10_bg.png) no-repeat;
}
.p10_title{
    font-size: 29px;
    color: #fff;
    font-weight: bold;
    padding-top: 45px;
    
}
.p10_title span{
    color: #f4058c;
}
.p11{
    width: 100%;
    height: 816px;
    background: #0d022f;
}
.p11_index{
    width: 1002px;
    height: 593px;
    margin: 50px auto 0;
    position: relative;
}
.p11_index2{
    width: 957px;
    height: 545px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    top: 22px;
    left: 29px;
}
.p11_index2_1{
    width: 436px;
    height: 175px;
    position: absolute;
    top: 0px;left: -5px;
}
.p11_index2_2{
    width: 184px;
    height: 175px;
    position: absolute;
    top: 0px;left: 438px;
}
.p11_index2_3{
    width: 318px;
    height: 362px;
    position: absolute;
    top: 0px;left: 632px;
}
.p11_index2_4{
    width: 317px;
    height: 361px;
    position: absolute;
    top: 188px;left: -5px;
}

.p11_index2_5{
    width: 303px;
    height: 175px;
    position: absolute;
    top: 188px;
    left: 320px;
}

.p11_index2_6{
    width: 185px;
    height: 175px;
    position: absolute;
    top: 373px;
    left: 322px;
}

.p11_index2_7{
    width: 436px;
    height: 175px;
    position: absolute;
    top: 373px;
    left: 515px;
}
.p11_hover1{
    position: absolute;
    top: 0px;left: 0px;
    z-index: 99;
    color: #fff;
}
.p11_hover1_1{
    width: 434px;
    height: 175px;
    position: absolute;
    top: 0px;left: 0px;
}
.p11_hover1_1 h3{
    font-size: 22px;
    font-weight: bold;
    margin-left: -210px;
    margin-top: 19px;
}
.p11_hover1_1 p{
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
}
.p11_hover1_1 .p11_p1{
    width: 190px;
    height: 90px;
    position: absolute;
    top: 62px;
    left: 40px;
}
.p11_hover2{
    position: absolute;
    top: 187px;
    left: 0px;
}
.p11_hover2_1{
    width: 319px;
    height: 175px;
    position: absolute;
    top: 0px;left: 0px;
    color: #fff;
    text-align: left;
}

.p11_hover2_1 h3{
    font-size: 22px;
    font-weight: bold;
    margin-top: 18px;
    margin-left: 55px;
}
.p11_hover2_1 .p11_p2{
    margin-top: 23px;
}
.p11_p2 p{
    margin-bottom: 11px;
    font-size: 14px;
}   
.p11_hover3{
    position: absolute;
    top: 185px;
    left: 0px;
}
.p11_hover3_1{
    position: absolute;
    top: 0px;left: 0px;
    color: #fff;
    width: 321px;
    height: 175px;
    text-align: left;
}
.p11_hover3_1 h3{
    margin-top: 24px;
    margin-left: 23px;
    font-size: 22px;
    font-weight: bold;
}
.p11_hover3_1 .p11_p3{
    margin-left: 42px;
    margin-top: 23px;
}
.p11_p3 p{
    margin-bottom: 11px;
    font-size: 14px;
}
.p12{
    width: 100%;
    height: 875px;
    background-color: #110432;

}
.p12_index{
    width: 1000px;
    height: 557px;
    margin: 0 auto;
    position: relative;
}
.p12_biankuang{
    margin-top: 45px;
}
.p12_left{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 583px;
    height: 298px;
    position: absolute;
    top: 207px;
    left: 55px;
}
.p12_img4{
    position: absolute;
    top: 155px;left: 0px;
}
.p12_right{
    width: 339px;
    height: 279px;
    /* border: 1px solid #fff; */
    float: right;
    margin-top: -337px;
    text-align: left;
    position: relative;
    z-index: 99;
}
.p12_tuandui{
    margin-top: 3px;
}
.p12_right_title{
    margin-top: 15px;
}
.p12_right_title2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: -38px;
}
.p12_neirong{
    width: 232px;
    height: 60px;
    font-size: 14px;
    color: #fff;
    margin-top: 31px;
    line-height: 22px;
    letter-spacing: 3px;
}
.p12_anniu{
    width: 165px;
    height: 43px;
    margin-top: 40px;
}
.p12_anniu2{
    width: 146px;
    height: 43px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    margin-top: -43px;
}
.p12_anniu:hover .p12_anniu2{
    background: linear-gradient(to right,#ee078f,#0a43fc);

}
.p13{
    width: 100%;
    height: 497px;
    margin-top: -335px;
}
.p13_index{
    width: 1000px;
    height: 267px;
    margin: 0 auto;
}
.floor9{
    width: 100%;
    height: 560px;
    background-color: #f2f4f9;
}
.floor9 .tiaozhuan1{
    text-decoration: none;
    font-size: 26px;
    cursor: pointer;
    color: #000;
    display: block;
}
.floor9_samll{
    width: 1025px;
    height: 560px;
}
.floor9_title{
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
}
.floor9_small1{
    width: 1025px;
    height: 265px;
    margin: 30px auto 0px auto;
}
.left_title{
    width: 200px;
    height: 200px;
    margin: 10px 0px 0px 30px;
}
.left_title_p{
    color: #a7acb4;
    font-size: 40px;
    font-weight: bold;
}
.title_p{
    margin: 20px 0px 0px 5px;
    width: 40px;
    height: 5px;
    border-bottom: 5px solid #23c888;
}
.floor9_small2 {
    margin: 0 auto;
    /* padding-top: 50px; */
    position: relative;
  }
.floor9_lunbotu .floor9_ul {
    height: 301px;
  }
.floor9_lunbotu .floor9_li {
    margin-top:30px;
    width: 191px;
    height: 226px;
    /* float: left; */
    margin-left: 12px;
    margin-right: 0;
    /* text-align: center; */
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
    top: 10px;
    left: -10px;
    list-style: none;
    display: block;
  }
.floor9_img .floor9_img1{
    width: 191px;
    height: 226px;
    border: 1px solid #f4058c;
}
.floor9_f1  .prev {
    width: 46px;
    height: 94px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
    position: absolute;
    top: 78px;
    left: -44px;
    background-color: #f4058c;
}
.floor9_f1  .next {
    width: 46px;
    height: 94px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
    position: absolute;
    top: 78px;left: 987px;
    background-color: #0a43fc;
}
.floor9_lunbotu {
    float: left;
    width: 1000px;
    height: 340px;
    position: absolute;
    /* top: -40px;left: 343px; */
}


.p14{
    width: 100%;
    height: 715px;
}

.p14_index{
    margin: 0 auto;

    width: 1086px;
    height: 540px;
}
.p14_index_top{
    margin: 45px auto 0;
    width: 993px;
    height: 138px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}
.p14_top1{
    position: relative;
}
.dabiaoti{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -52px;
    margin-left: -111px;
}

.xiaobiaoti{
    position: absolute;
    top: 45px;
    right: 18px;
}
.xiaobiaoti p{
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 20px;
}
.focus-img{
    position: relative;
    width: 1000px;
    height: 195px;
    margin: 20px auto;
}


.focus-img-con{
	position: relative;
	width: 800px;
	height: 190px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
    
}

.focus-img-con ul{
	position: absolute;
	top: 0;
}

.focus-img-con ul li{
	color: #fff;
	text-align: center;
	line-height: 60px;
	padding-right: 10px;
	float: left;
    position: relative;
    z-index: 999;
}
.focus-img-con ul li div{
	width: 238px;
	height: 190px;
}
.focus-img .change-bnt{
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: #B74343;
}
.focus-img .change-bnt.prev-bnt{
	left: -20px;
    top: 114px;
    background: url(../img/p15_left.png) no-repeat;
}
.focus-img .change-bnt.next-bnt{
	right: -42px;
    top: 114px;
    background: url(../img/p15_right.png) no-repeat;
}
.changdiv{
    width: 1087px;
    height: 57px;
    background-color: #f4058c;
    position: absolute;
    top: 70px;
    left: -42px;
}
.p14_bottom{
    width: 982px;
    height: 51px;
    margin: 0 auto;
}
.p14_bottom img{
    width: 982px;
}
.hezuoqiye{
    width: 982px;
    height: 51px;
    margin-top: -36px;
    margin-left: 25px;
}
.hezuoqiye p{
    float: left;
}
.hezuoqiye1{
    font-size: 25px;
    color: #f4058c;
    font-weight: bold;
}
.hezuoqiye2{
    font-size: 16px;
    color: #666666;
    margin-top: 6px;
    margin-left: 21px;
}
.zuihou{
    width: 100%;
    height: 662px;
    background: #0d022f;
}
.zuihou_index{
    width: 960px;
    height: 588px;
    margin: 0 auto;
    position: relative;
}
.zuihou_index div{
    line-height: 47px;
    text-align: center;
    color: #fff;
    height: 47px;
    border: 1px solid #df0584;
    border-radius: 35px;
    font-size: 18px;
}
.zuihou_div1{
    width: 235px;
    position: absolute;
    top: 90px;left: 0px;
}
.zuihou_div2{
    width: 180px;
    position: absolute;
    top: 90px;left: 280px;
}
.zuihou_div3{
    width: 170px;
    position: absolute;
    top: 90px;left: 511px;
}
.zuihou_div4{
    width: 170px;
    position: absolute;
    top: 90px;left: 728px;
}
.zuihou_div5{
    width: 160px;
    position: absolute;
    top: 181px;
    left: -45px;
}
.zuihou_div6{
    width: 130px;
    position: absolute;
    top: 181px;left: 162px;
}
.zuihou_div7{
    width: 170px;
    position: absolute;
    top: 181px;left: 330px;
}
.zuihou_div8{
    width: 170px;
    position: absolute;
    top: 181px;left: 545px;
}
.zuihou_div9{
    width: 170px;
    position: absolute;
    top: 181px;left: 764px;
}
.zuihou_div10{
    width: 150px;
    position: absolute;
    top: 280px;
    left: 110px;
}
.zuihou_div11{
    width: 150px;
    position: absolute;
    top: 281px;
    left: 765px;
}
.zuihou_div12{
    width: 200px;
    position: absolute;
    top: 364px;
    left: -51px;
}
.zuihou_div13{
    width: 150px;
    position: absolute;
    top: 364px;
    left: 830px;
}
.xianshi2{
    background: linear-gradient(to right,#ee078f,#0a43fc);
}
.zuihou_img{
    margin-top: 296px;
}
.xuanfu{
    margin-top: -165px;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.xuanfu img{
    width: 100%;
}


#zuihoude{
    position: absolute;
    top: 0px;
    left: 607px;
}
.dibu{
    background: #222226;
    line-height: 80px;
    color: #fff;
    width: 100%;
    height: 80px;
}