
* {
    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: 1250px;
}

.index{
    width: 100%;
    position: relative;
}
/* 导航 */
.dingbu{
    width: 100%;
    background-color: #fff;
    position: relative;
}
.dingbu2{
    margin: 0 auto;
    width: 1200px;
    height: 90px;
}
.logo{
    padding-top: 30px;
    margin-left: 20px;
}
.logo img{
    width: 80%;
}
.daohang{
    padding-top: 38px;
    /* margin-left: 30px; */
}
.daohang ul li{
 float: left;
}
/* .daohang ul li .wan li{
    position: absolute;
    clear: both !important;
} */
.daohang ul li a{
    color: #666666;
    margin-left: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
}
.it a{
    width: 70px;
    height: 30px;
}
.act{
    display: block !important;
}
.sheji a{
    width: 90px;
    height: 30px;
}
.yunying a{
    width: 90px;
    height: 30px;
}
.gaoxin a{
    width: 90px;
    height: 30px;
}
.jiaoxue a{
    width: 90px;
    height: 30px;
}
.jiuye a{
    width: 90px;
    height: 30px;
}
.zixue a{
    width: 90px;
    height: 30px;
}
.xiaoqushijing a{
    width: 120px;
    height: 30px;
}
.guanyu a{
    width: 90px;
    height: 30px;
}
.daohang ul li a:hover{
    background-color: #3f68fe;
    color: #fff;
    border-bottom: 2px solid #ff9600;
    cursor: pointer;
}
.dianhua{
    margin-left: 0px;
    padding-top: 33px;
}
.dianhua img{
    width: 20%;
}
.dianhua .phone{
    float: right;
    padding-top: 5px;
    color: #666;
    font-size: 18px;
}

.index .dingbu .yincangceng{
    width: 160px;
    height: 285px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 90px;
    left: 17%;
    display: none;
    border-bottom: 2px solid #ff9600;
    z-index: 9999;
}
.index .dingbu .yincangceng a{
    color: #fff;
}
.yincangceng ul li{
    margin-top: 7px;
}
.yincangceng ul li a:hover{
    color: #0bcee2 !important;
    text-decoration: none;
}
.index .dingbu  .erban{
    width: 160px;
    height: 285px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 90px;
    left: 22.5%;
    display: none;
    border-bottom: 2px solid #ff9600;
    z-index: 9999;
}
.erban ul li{
    margin-top: 15px;
}
.index .dingbu  .sanban{
    width: 160px;
    height: 285px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 90px;
    left: 29%;
    display: none;
    border-bottom: 2px solid #ff9600;
    z-index: 9999;
}
.sanban ul li{
    margin-top: 20px;
}



/* banner */
.banner{
	margin:0 auto;
	width:100%;
	height:660px;
	position:relative;
}
#banner{
	width:100%;
	max-width:1920px;
	height:660px;
}
#banner .swiper-slide{
	width:100%;
	height:660px;
	position:relative;
	overflow:hidden;
}
#banner img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:660px;
	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;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}

/* 二楼 */
.index2{
    width: 100%;
    height: 470px;
    background-color: #f0f0f8;
}
.title{
    text-align: center;
    font-size: 40px;
    padding-top: 50px;
}
.index2_small{
    width: 1200px;
    height: 250px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index2_small div{
    width: 260px;
    height: 110px;
    background-color: #fff;
    text-align: center;
    box-shadow: 3px 3px 5px #ccc;
}
.index2_small div img{
    margin-top: 25px;
}

/* 三楼 */
.index3{
    width: 100%;

    height: 665px;
}
.index3_title{
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    color: #898989;
}
.index3_small{
    margin: 50px auto 50px auto;
    width: 1200px;
    height: 320px;
    display: flex;
    justify-content: space-around;

}
.index3_small div{
    width: 240px;
    height: 320px;
}
.button{
    display: block;
    width: 330px;
    height: 60px;
    background-color: #ff9600;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
.button:hover{
    background-color: #fff;
    color: #3f68fe;
    border: 1px solid #3f68fe;
    text-decoration: none;
}

/* 四楼 */
.index4{
    width: 100%;

    height: 465px;
    background-color: #f0f0f8;
}
.index4_small{
    width: 1200px;
    height: 210px;
    margin: 50px auto 0 auto;
    position: relative;
}
.index4_small div{
    float: left;
}
.small1{
    float: left;
}
.small1 div{
    clear: both;
    margin-top: 30px;
}
.small1 div:nth-child(1){
    margin-top: 0px;
}
.small2 div:nth-child(1){
    margin: 25px 20px 0px 20px;
}
.small2 div:nth-child(3){
    margin: 40px 20px 0px 20px;
}
.small3{
    position: absolute;
    right: 335px;top: 0px;
}
.small3 div{
    clear: both;
}
.small3 div:nth-child(2){
    margin-top: 50px;

}
.small4{
    position: absolute;
    right: 80px;top: 0px;
}
.small4 div{
    clear: both;
}
.small4 div:nth-child(2){
    margin-top: 50px;

}


/* 五楼 */
.index5{
    width: 100%;
    height: 850px;
}
.poster-main{
    position: relative;
    width: 1200px;
    height: 510px;
    margin: 50px auto 0px auto;
}
.poster-main a,.poster-main img{
    display:block;
}
.poster-main .poster-list{
    width: 900px;
    height: 270px;
}
.poster-main .poster-list .poster-item{
    position: absolute;
    left: 0px;
    top: 0px;
}
.poster-main .poster-btn{
    position: absolute;
    height: 100%;
    width:100px;
    top: 0px;
    z-index: 10;
    opacity: 0.3;
}
.poster-main .poster-prev-btn{
    left: 0px;
    background: url("../image/btn_l.png") no-repeat center center; 
}
.poster-main .poster-next-btn{
    right: 0px;background: url("../image/btn_r.png") no-repeat center center;
}
.button_new{
    display: block;
    width: 330px;
    height: 60px;
    background-color: #ff9600;
    color: #fff;
    border-radius: 5px;
    margin: 50px auto 0px auto;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
.button_new:hover{
    background-color: #fff;
    color: #3f68fe;
    border: 1px solid #3f68fe;
    text-decoration: none;
}
/* 六楼 */
.index6{
    width: 100%;
    background-color: #3f68fe;
    height: 920px;
}
.waiceng_div{
    width: 960px;
    height: 570px;
    margin: 0 auto;
}
.neiceng_div{
    position: absolute;
    top: 385px;
    left: 169px;
}

/* 七楼 */
.index7{
    width: 100%;
    height: 860px;
    background-color: #f0f0f8;
}
.index7_bg{
    width: 1100px;
    height: 485px;
    margin: 120px auto 0px auto;
    position: relative;
}
.index7_small{
    position: absolute;
    top: -65px;
    left: 115px;
}
.index7_small div{
    float: left;
    height: 430px;
}
.index7_small1{
    width: 150px;

}
.index7_small2{
    width: 180px;
  

}
.index7_small3{
    width: 240px;
    

}
.index7_small4{
    width: 150px;
    

}
.index7_small5{
    width: 150px;
    

}
.index7_small1 .small1_div{
    width: 150px;
    height: 35px;
    background-color: #3f68fe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.index7_small2 .small2_div{
    width: 180px;
    height: 35px;
    background-color: #243ba3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.index7_small3 .small3_div{
    width: 240px;
    height: 35px;
    background-color: #3f68fe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}   
.index7_small4 .small4_div{
    width: 150px;
    height: 35px;
    background-color: #243ba3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.index7_small5 .small5_div{
    width: 150px;
    height: 35px;
    background-color: #3f68fe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.index7_small1 .small1_div2{
    width: 150px;
    height: 395px;
    background-color: #f0f0f8;
    border-bottom: 3px solid #00fff0;
}
.index7_small2 .small2_div2{
    width: 180px;
    height: 395px;
    background-color: #fff;
    border-bottom: 3px solid #00fff0;
}
.index7_small3 .small3_div2{
    width: 240px;
    height: 395px;
    background-color: #f0f0f8;
    border-bottom: 3px solid #00fff0;
}
.index7_small4 .small4_div2{
    background-color: #fff;
    width: 150px;
    height: 395px;
    border-bottom: 3px solid #00fff0;
}
.index7_small5 .small5_div2{
    width: 150px;
    height: 395px;
    background-color: #f0f0f8;
    border-bottom: 3px solid #00fff0;
}
.small1_div2 ul li{
    margin-bottom: 17px;
    text-align: center;
}
.small1_div2 ul li:nth-child(1){
    margin-top: 25px;
}
.small2_div2 ul li{
    margin-bottom: 17px;
    margin-left: 45px;
}
.small2_div2 ul li:nth-child(1){
    margin-top: 25px;
}
.small3_div2 ul li{
    margin-bottom: 17px;
    margin-left: 40px;
}
.small3_div2 ul li:nth-child(1){
    margin-top: 25px;
}
.small4_div2 ul li{
    margin-bottom: 17px;
    margin-left: 40px;
}
.small4_div2 ul li:nth-child(1){
    margin-top: 25px;
}
.small4_div2 ul li:nth-child(5){
    margin-left: 42px;
}
.small4_div2 ul li:nth-child(6){
    margin-left: 42px;
}
.small5_div2 ul li{
    margin-bottom: 17px;
    text-align: center;
}
.small5_div2 ul li:nth-child(1){
    margin-top: 25px;
}
.index7_small ul li{
    font-size: 18px;
    color: #979799;
}

/* 八楼 */
.index8{
    width: 100%;
    height: 745px;
}
.p6{
    background: #fff;
}
.tBox{
    width: 1160px;
    height:445px;
    margin: 60px auto 0;
    position: relative;
    z-index: 999;
}
.tBox .top{
    width: 100%;
    height: 150px;
    background-color: #3f68fe;
    position: relative;
    top: -110px;
}
.tBox .top em{
    width: 20px;
    height: 35px;
    position: absolute;
    top: 108px;
    cursor: pointer;
    transition: 0.2s;
}

.tBox .top em.fir{
    background: url(../img/pre01.png) no-repeat;
    left: 80px;
}
.tBox .top em.sec{
    background: url(../img/next02.png) no-repeat;
    right: 70px;
}
.tBox .top .rollBox{
    width: 922px;
    height: 151px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.tBox .top .rollBox .rollW{
    width:1844px;
    position: absolute;
    left: 0;
    top: 111px;
}
.tBox .top .rollBox .rollW li{
    width: 60px;
    height: 30px;
    text-align:center;
    margin-right: 26px;
    position: relative;
    float: left;
}
.tBox .top .rollBox .rollW .new_li{
    width: 0px;
    height: 0px;
    margin: 0px;
    padding:0px;
    list-style: disc;
    color: #00fffc;
}
.tBox .top .rollBox .rollW a{
    font-size: 14px;
    color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;

}
.tBox .top .rollBox .rollW a.changeC{
    color: #ffa619;
}
.tBox .top .rollBox .rollW li i{
    width: 100%;
    height: 4px;
    background: #00fffc;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: 0.2s;
    filter:alpha(opacity=0);
}

.tBox .top .rollBox .rollW li i.opa{
    opacity: 1;
    filter:alpha(opacity=100);
}
.tBox .bottom{
    width: 1000px;
    margin: 26px auto 0;
    height:380px;
    position: relative;
    z-index: 9999;
}
.tBox .bottom ul{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
}
.tBox .bottom ul.opa{
    display: block;
}
.tBox .bottom ul li{
    width: 240px;
    height: 350px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.tBox .bottom ul li.last{
    margin-right: -13px;
}
.tBox .bottom ul li h3{
    width: 100%;
    height:80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition:0.3s;
}
.tBox .bottom ul li:hover h3{
    height:100%;
}
.tBox .bottom ul li:hover h3 p{
    padding-top: 35%;
}
.tBox .bottom ul .topC2:hover h3 p{
    padding-top: 10%;
}
.tBox .bottom ul li h3 strong{
    width: 100%;
    height: 100%;
    /* background: #6066f2; */
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top:0;
    filter:alpha(opacity=60);
}
.tBox .bottom ul li h3 strong img{
    position: absolute;
    left: 7px;
    top: 20px;
    z-index: 9999;
}
.tBox .bottom ul li h3 p{
    color: #fff;
    font-size: 14px;
    width: 220px;
    position: absolute;
    left: 15px;
    top: 16px;
    padding-right: 10px;
    line-height: 29px;
}
.tBox .bottom ul li h3 p span{
    font-size: 16px;
}
.tBox .bottom ul li h3 p em{
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
}
.tBox .bottom ul li.topC h3{
    height: 250px;
}
.tBox .bottom ul li.topC:hover h3{
    top: 100px;
}
.tBox .bottom ul li.topC3 h3{
    height: 330px;
}
.tBox .bottom ul li.topC3:hover h3{
    top: 20px;
}


/* 九楼 */
.index9{
    width: 100%;
    height: 720px;
    background-color: #f0f0f8;
}
.big{
    width: 650px;
    height: 150px;
    margin: 0 auto;
}
.big div{
    float: left;
    margin-top: -80px;
}
.bigyuan_1{
    width: 150px;
    height: 150px;
}
.bigyuan_2{
    width: 150px;
    height: 150px; 
    margin-left: 95px; 
}
.bigyuan_3{
    width: 150px;
    height: 150px; 
    margin-left: 95px; 
}
.big2{
    width: 1060px;
    height: 410px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}
.big2_1{
   width: 300px;
   height: 410px; 
   background-color: #fff;
   box-shadow: 0px 2px 10px #888888;
}
.big2_2{
    width: 300px;
    height: 410px;
    background-color: #fff;
    box-shadow: 0px 2px 10px #888888;
}
.big2_3{
    width: 300px;
    height: 410px; 
    background-color: #fff;
    box-shadow: 0px 2px 10px #888888;
}
.big3{
    width:180px ;
    height: 335px;
    margin: 38px auto 0px auto;
}
.big4{
    width:180px ;
    height: 335px;
    margin: 38px auto 0px auto;
}
.big5{
    width:180px ;
    height: 335px;
    margin: 38px auto 0px auto;
}
.big3_div{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: #ff9600;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 130px;
}
.big3 p{
    color: #fff;
}
.big4 p{
    color: #fff;
}
.big5 p{
    color: #fff;
}
.big3_p1{
    width: 180px;
    height: 40px;
    background-color: #3f68fe;
    margin-top: -40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.big3_p2{
    width: 180px;
    height: 50px;
    background-color: #3f68fe;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
}
.big3_p3{
    width: 180px;
    height: 50px;
    background-color: #3f68fe;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
}
.big3_pa1{
    width: 180px;
    height: 40px;
    background-color: #3f68fe;
    margin-top: 30px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.big3_pa2{
    width: 180px;
    height: 40px;
    background-color: #3f68fe;
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}


/* 十楼 */
.index10{
    width: 100%;
    height: 925px;
}
.index10_small{
    width: 1110px;
    height: 550px;
    margin: 60px auto 0px auto;
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.left{
    width: 550px;
    height: 550px;
    margin-right: 10px;
    float: left;
}
.left div{
    float: left;
}
.left_top{
    width: 550px;
    height: 270px;
}
.beijing{
    width: 270px;
    height: 270px;
    background-color: #3f68fe;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 370px;
    position: relative;
}
.beijing img{
    position: absolute;
    top: 60px;
    left: 88px;
}
.henan{
    width: 130px;
    height: 130px;
    background-color: #00a2ba;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 130px;
}
.hebei{
    width: 130px;
    height: 130px;
    background-color: #0a838e;
    margin-bottom: 10px;
    line-height: 130px;

}
.sichuan{
    width: 130px;
    height: 130px;
    background-color: #ee3849;
    margin-right: 10px;
    line-height: 130px;

}
.chongqing{
    width: 130px;
    height: 130px;
    background-color: #ac457c;
    line-height: 130px;

}
.left_bottom{
    width: 550px;
    height: 270px;
    clear: both;
    position: relative;
    top: 10px;
    line-height: 270px;

}
.zhejiang{
    width: 130px;
    height: 130px;
    background-color: #466db0;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 130px;

}
.jiangsu{
    width: 130px;
    height: 130px;
    background-color: #008dde;
    margin-right: 10px;
    line-height: 130px;

}
.yunnan{
    width: 130px;
    height: 130px;
    background-color: #1a8e8c;
    margin-right: 10px;
    clear: both;
    line-height: 130px;

}
.fujian{
    width: 130px;
    height: 130px;
    background-color: #305e82;
    margin-right: 10px;
    line-height: 130px;

}

.guangdong{
    width: 270px;
    height: 270px;
    background-color: #ffa91e;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 370px;
}
.guangdong img{
    position: absolute;
    top: 56px;
    left: 115px;
}
.right{
    width: 550px;
    height: 550px;
    float: left;
}
.right div{
    float: left;
}
.right_top{
    width: 550px;
    height: 130px;
}
.shandong{
    width: 130px;
    height: 130px;
    background-color: #ff5c30;
    margin-right: 10px;
    line-height: 130px;

}
.tianjin{
    width: 270px;
    height: 130px;
    background-color: #3c498c;
    margin-right: 10px;
    line-height: 130px;
    position: relative;
}
.tianjin img{
    margin-top: 30px;
    margin-right: 36px;
    margin-left: 12px;
}
.shanxi{
    width: 130px;
    height: 130px;
    line-height: 130px;

    background-color: #7695bf;
}
.right_bottom1{
    width: 550px;
    height: 270px;
}
.shanghai{
    width: 270px;
    height: 270px;
    background-color: #485abc;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 370px;
    position: relative;
}
.shanghai img{
    position: absolute;
    top: 60px;
    left: 105px;
}
.heilongjiang{
    width: 130px;
    height: 130px;
    background-color: #8ecc56;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 130px;

}
.anhui{
    width: 130px;
    height: 130px;
    background-color: #bdb094;
    margin-top: 10px;
    line-height: 130px;

}
.liaoning{
    width: 130px;
    height: 130px;
    background-color: #2869c2;
    margin-right: 10px;
    line-height: 130px;

}
.jilin{
    width: 130px;
    height: 130px;
    background-color: #0bab87;
    line-height: 130px;

}
.right_bottom2{
    width: 550px;
    height: 130px;
    margin-top: 10px;
}
.jiangxi{
    width: 130px;
    height: 130px;
    background-color: #3478b5;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 130px;

}
.hunan{
    width: 130px;
    height: 130px;
    background-color: #3996f5;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 130px;
}
.hubei{
    width: 270px;
    height: 130px;
    background-color: #f99236;
    margin-top: 10px;
    line-height: 130px;
}
.hubei img{
    margin: 25px 57px 0px 0px;
}

/* 十一楼 */

.index11{
    width: 100%;
    height: 830px;
    background-color: #3f68fe;
    position: relative;
}
.one{
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 350px;
    margin: 80px auto 0px auto;
}
.er_1{
    width: 160px;
    height: 40px;
    /* border-bottom: 2px solid #00fffc; */
    background-color: #ff9600;
    margin: 0 auto;
    float: left;
    margin-right: 30px;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.er_2{
    width: 160px;
    height: 40px;
    /* border-bottom: 2px solid #00fffc; */
    background-color: #ff9600;
    margin: 0 auto;
    float: left;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.index11_small{
    width: 1010px;
    height: 450px;
    background-color: #243ba3;
    margin: 120px auto 0px auto;
    position: relative;
    border-radius: 5px;

}
.index11_left{
    position: absolute;
    top: 40px;left: 60px;
}
.menu_list{
    width:240px;
    margin:0 auto;
}
.menu_head{
    width: 240px;
	height: 45px;
	line-height: 45px;
	padding-left: 38px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: relative;
	margin: 0px;
    margin-bottom: 15px;
	background: #ff9600 url(../img/pro_left.png) center left no-repeat;
   
}
.menu_list .current{
	background:#ff9600 url(../img/pro_down.png) center left no-repeat;
    

}
.menu_body{
    width: 240px;
	/* line-height: 38px; */
    background-color: #3a4fac;
    height: 155px;
    margin-top: -15px;
    padding-top: 30px;
    padding-left: 20px;
}
.menu_body a{
	display:block;
    padding-bottom: 8px;
	padding-left:38px;
	color:#fff;
	text-decoration:none;
    font-size: 18px;
}
.menu_body a:hover{
	text-decoration:none;
}
.index11_right{
    width: 630px;
    height: 365px;
    position: relative;
    float: right;
}
.index11_right div{
    position: absolute;
    top: 40px;left: -50px;
    display: none;
}
.index11_right .xianshi{
    display: block;
    transition: 0.8s;
}
.index11_small2{
    width: 1010px;
    height: 450px;
    background-color: #243ba3;
    margin: 120px auto 0px auto;
    position: relative;
    border-radius: 5px;
}
#a1{
    display: block;
}
.er_1:hover{
    cursor: pointer;
}
#a2{
    display: none;
}
.er_2:hover{
    cursor: pointer;
}
.yanse{
    border-bottom: 2px solid #00fffc;
}
.small2_color{
    width: 940px;
    height: 365px;
    background-color: #485abc;
    position: absolute;
    top: 40px;
    left: 35px;
}
.index11_left2{
    width: 240px;
    height: 285px;
    float: left;
}
.index11_right2{
    width: 630px;
    height: 365px;
    position: relative;
    float: right;
}
.index11_right2 .index11_img{
    position: absolute;
    top: 0px;
    left: -10px;
    display: none;
}
.index11_right2 .xianshi{
    display: block;
    transition: 0.8s;
}
.treebox{ 
    width: 240px;
    margin: 40px auto 0px 25px;
    
}
.menu{ 
    overflow: hidden; 
    border-color: #ddd;  
    border-width: 0 1px 1px ; 
}
		/*第一层*/
.menu li.level1{
    margin-bottom: 15px;
    background: #ff9600 url(../img/duobianxing.png) center right no-repeat;
    background-position: 220px 19px
}
.menu li.level1>a{ 
	display:block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 20px;
	font-size: 20px;
	position: relative;
	transition:all .5s ease 0s;
}
.menu li.level1 a:hover{ 
    text-decoration: none;
}
/*============修饰图标*/

/*============小箭头*/

/*第二层*/
.menu li ul{ 
    overflow: hidden; 
}
.menu li ul.level2{ 
    display: none;
    background-color: #3a4fac;
    padding-left: 20px;
    margin-bottom: -15px;
}
.menu li ul.level2 li a{
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-indent: 60px;
	font-size: 14px;
	transition:all 1s ease 0s;
}
.index11_img .zuo_xian{
    float: left;
    width: 3px;
    height: 18px;
    background-color: #00fffc;
    margin-top: 17px;
    margin-right: 10px;
}
.index11_img .you_wenzi{
    font-size: 18px;
    color: #fff;
    float: left;
    margin-top: 18px;
}
.index11_img .div_bottom{
    display: block;
}
.index11_right2 .tanchu{
    display: block;
    transition: 0.8s;
}
.index11 .diandian{
    position: absolute;
    bottom: 25px;
    right: 45px;
}


/* 十二楼 */
.index12{
    width: 100%;
    height: 695px;
    background-color: #f0f0f8;
}
.index12_small{
    width: 1100px;
    height: 490px;
    margin: 50px auto 0px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index12_small div{
    width: 130px;
    height: 168px;
    margin-left: 25px;
    text-align: center;
}
.index12_small div p{
    font-size: 18px;
    margin-top: 10px;
}
.index12_small div .p_2{
    font-size: 16px;
    color: #878787;
}
.index12_small img:hover{
    transition: 0.3s;
    transform: scale(1.02);
    cursor: pointer;
}

/* 十三楼 */
.index13{
    width: 100%;
    height: 370px;
}
.index13_small{
    width: 1100px;
    height: 250px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 60px auto 0px auto;
}
.wai_div{
    width: 240px;
    height: 250px;
    color: #fff;
}
.wai_p1{
    width: 200px;
    height: 10px;
    margin: 0 auto;
    background-color: #d1d6ee;
}
.wai_p2{
    width: 220px;
    height: 10px;
    margin: 0 auto;
    background-color: #a1aadd;

}
.wai_div div{
    width: 240px;
    height: 230px;
    margin: 0 auto;
    background-color: #3f68fe;
    text-align: center;
}
.nei_div img{
    margin-top: 20px;
}
.nei_title{
    font-size: 22px;
    margin-top: -25px;
}
.nei_div2{
    width: 170px !important;
    height: 90px !important;
    /* text-align: left !important; */
}
.nei_div2 p{
    font-size: 18px;
    margin-bottom: 10px;
}
.nei_xiahuaxian{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 20px auto 25px auto;
}

/* 十四楼 */
.index14{
    width: 100%;
    height: 605px;
    background-color: #f0f0f8;
}
#focus_Box{
	position:relative;
	width:1010px;
	height:400px;
	margin:50px auto;
}
#focus_Box ul{
	position:relative;
	width:710px;
	height:308px;
}
#focus_Box li{
	z-index:0;
	position:absolute; 
	width:0px;
	background:#787878;
	height:0px;
	top:146px;
	cursor:pointer;
	left:377px;
	border-radius:4px;
}
#focus_Box li img{
	width:100%;
	height:100%;
	vertical-align:top;
    border-radius: 15px;
}
#focus_Box li p{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:40px;
	line-height:40px;
	text-indent:8px;
	color:#fff;
}
#focus_Box li p span{
	display:inline-block;
	width:70%;
	height:40px;
	overflow:hidden;
}
#focus_Box .prev,#focus_Box .next{
	display:block;
	z-index:100;
	/* overflow:hidden; */
	cursor:pointer;
	position:absolute;
	width:52px;
	height:57px;
	top:131px;
}
#focus_Box .prev{
	background:url(../img/3d_left.png) left bottom no-repeat;
	left:-55px;
}
#focus_Box .next{
	background:url(../img/3d_right.png) right bottom no-repeat;
	right:-20px;
} 
#focus_Box a.imgs-scroll-btn{
    left: 50%;
    top: -260%;
    margin-top: -25px;
    margin-left: -100px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-indent: 55px;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    z-index: 99999;
    display: block;
    background: url(../img/btn-3d.png) no-repeat 10px center #ff8e2d;
    border-radius: 16px;
}

/* 十五楼 */
.index15{
    width: 100%;
    height: 535px;

}
.index15_small{
    width: 1250px;
    height: 380px;
    margin: 60px auto 0 auto;
    font-size: 14px;
    position: relative;
}
.index15_small {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 14px;
}

.index15_small .box--1 span {
    display: inline-block;
    width: 100%;
    -moz-animation: marquee 4s linear infinite;
    -webkit-animation: marquee 4s linear infinite;
    animation: marquee 4s linear infinite;
}
.index15_small .box--1 .line {
    width: 1200px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
@keyframes marquee {
    0% {
      left: 0;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      left: 0;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
}

/*  */
.index15_small .box--2 span {
    display: inline-block;
    width: 100%;
    -moz-animation: marquee2 5s linear infinite;
    -webkit-animation: marquee2 5s linear infinite;
    animation: marquee2 5s linear infinite;
}
  
.index15_small .box--2 .line2 {
    width: 1200px;
    height: 100px;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: var(--color);
}
  
@keyframes marquee2 {
    0% {
      left: 0;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      left: 0;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
}




.index15_small .box--3 span {
    display: inline-block;
    width: 100%;
    -moz-animation: marquee3 6s linear infinite;
    -webkit-animation: marquee3 6s linear infinite;
    animation: marquee3 6s linear infinite;
}
  
.index15_small .box--3 .line3 {
    width: 1200px;
    height: 300px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: var(--color);
}
  
@keyframes marquee3 {
    0% {
      left: 0;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      left: 0;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
}



.index15_small .box--4 span {
    display: inline-block;
    width: 100%;
    -moz-animation: marquee4 6s linear infinite;
    -webkit-animation: marquee4 6s linear infinite;
    animation: marquee4 6s linear infinite;
}
  
.index15_small .box--4 .line4 {
    width: 1200px;
    height: 300px;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: var(--color);
}
  
@keyframes marquee4 {
    0% {
      left: 0;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      left: 0;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
}



.index15_small .index15_small{
    width: 1250px;
    height: 380px;
    margin: 60px auto 0 auto;
    font-size: 14px;
}
.index15_small .box--1{
    width: 1250px;
    height: 40px;
    margin-bottom: 40px;
}
.index15_small .box--1 span{
    width: 330px;
    height: 40px;
    border-radius: 30px;
    margin-right: 20px;
}
.index15_small .box--1 span:nth-child(1){
    background-color: #f0f0f8;
    padding: 0px 25px;
    margin-left: 215px;
    color: #777777;
    padding-top: 5px;
}
.index15_small .box--1 span:nth-child(2){
    background-color: #3f68fe;
    padding: 0px 25px;
    color: #fff;
    width: 395px;
    line-height: 40px;

}
.index15_small .box--1 span:nth-child(3){
    background-color: #f0f0f8;
    padding: 0px 25px;
    margin-right: 0px;
    color: #777777;
    width: 280px;
    padding-top: 5px;
}
.index15_small .box--2{
    width: 1250px;
    height: 40px;
    margin-bottom: 40px;
}
.index15_small .box--2 span{
    float: left;
    width: 330px;
    height: 40px;
    border-radius: 30px;
}
.index15_small .box--2 span:nth-child(1){
    background-color: #3f68fe;
    padding: 0px 25px;
    margin-right: 20px;
    color: #fff;
    width: 385px;
    line-height: 40px;
}
.index15_small .box--2 span:nth-child(2){
    background-color: #485abc;
    padding: 0px 25px;
    margin-right: 20px;
    color: #fff;
    width: 400px;
    padding-top: 5px;
}
.index15_small .box--2 span:nth-child(3){
    background-color: #f0f0f8;
    padding: 0px 25px;
    margin-right: 0px;
    color: #777777;
    width: 300px;
    line-height: 40px;
}
.index15_small .box--3{
    width: 1250px;
    height: 40px;
    margin-bottom: 40px;
}
.box--3 span{
    float: left;
    width: 330px;
    height: 40px;
    border-radius: 30px;
}
.box--3 span:nth-child(1){
    background-color: #f0f0f8;
    padding: 0px 25px;
    margin-right: 20px;
    margin-left: 170px;
    color: #777777;
    width: 400px;
    padding-top: 5px;
    
}
.box--3 span:nth-child(2){
    background-color: #f0f0f8;
    padding: 0px 25px;
    margin-right: 20px;
    color: #777777;
    width: 495px;
    padding-top: 5px;

}
.box--3 span:nth-child(3){
    background-color: #3f68fe;
    padding: 0px 25px;
    margin-right: 0px;
    color: #fff;
    width: 305px;
    padding-top: 5px;

}
.box--4{
    width: 1250px;
    height: 40px;
    margin-bottom: 40px;
}
.box--4 span{
    float: left;
    width: 330px;
    height: 40px;
    border-radius: 30px;
}
.box--4 span:nth-child(1){
    background-color: #485abc;
    padding: 0px 25px;
    margin-right: 20px;
    margin-left: 90px;
    color: #fff;
    width: 590px;
    line-height: 40px;
    width: 400px;
    text-align: center;

}
.box--4 span:nth-child(2){
    background-color: #3f68fe;
    padding: 0px 25px;
    margin-right: 20px;
    color: #fff;
    width: 290px;
    line-height: 40px;
    width: 400px;
    text-align: center;

}
.box--4 span:nth-child(3){
    background-color: #f0f0f8;
    padding: 0px 25px;
    margin-right: 0px;
    color: #777777;
    line-height: 40px;
    text-align: center;
    width: 400px;
}

/* 十六楼 */
.index16{
    width: 100%;
    height: 675px;
    background-color: #f0f0f8;
}
.index16_small{
    width: 1200px;
    height: 300px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index16_small div{
    width: 340px;
    height: 130px;
    /* background-color: blue; */
}
.index16_small div:nth-child(1){
    margin-bottom: 40px;
}

/* 十七 */
.index17{
    width: 100%;
    height: 100px;
    background-color: #3f68fe;
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
    color: #fff;
}

/* 新加动效 */
.index2_small .dongxiao{
    animation: fingerHandle 1s ease infinite both;
}
@-moz-keyframes fingerHandle{
    0%{
        -moz-transform:scale(0.8);
    }
    10%,20%{
        -moz-transform:scale(0.7) rotate(-1deg);
    }
    30%,50%,70%,90%{
        -moz-transform:scale(1) rotate(1deg);
    }
    40%,60%,80%{
        -moz-transform:scale(1) rotate(-1deg);
    }
    100%{
        -moz-transform:scale(0.9) rotate(0);
    }
   }
  @-webkit-keyframes fingerHandle{
    0%{
        -webkit-transform:scale(0.9);
    }
    10%,20%{
        -webkit-transform:scale(0.7) rotate(-1deg);
    }
    30%,50%,70%,90%{
        -webkit-transform:scale(1) rotate(1deg);
    }
    40%,60%,80%{
        -webkit-transform:scale(1) rotate(-1deg);
    }
    100%{
        -webkit-transform:scale(1) rotate(0);
    }}

