* {
    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; */
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    overflow-x: hidden;

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

}
* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.index{
    width: 100%;
    height: 1400px;
    position: relative;
    text-align: center;
    background: #6435ff;
}




/* 导航 */

/*导航*/

.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 90px;
    background-color: #4b1dd3;
}
.nav_box *{
    padding: 0;
    margin: 0;
}
.nav_box li a{
    text-decoration: none;
}
.nav_bg {
    height: 50px;
    padding-top: 20px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
}

.logo {
    display: inline-block;
}
.w-container {
    width: 1200px;
    margin: auto;
}
.nav_left {
    width: 300px;
    float: left;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 14px;
    padding-left: 20px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}




.nav_ul {
    width: 720px;
    float: left;
    margin-top: 15px;
}

.nav_ul li {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
    padding-right: 59px;
    /*width: 81px;*/
    height: 22px;
    position: relative;
}




.nav_ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
}

.nav_ul li a span {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .6s;
}

.nav_ul li:hover a span {
    width: 100%;
}

.nav_ul li.nav_active span {
    width: 100%;
}

.nav_kc {
    padding-right: 6px;
}

.nav_kc a {
    cursor: pointer;
}

.nav_kc em {
    position: absolute;
    right: -12px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}

.nav_kc em img {
    animation: nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-moz-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-o-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}
.yincang {
    width: 1200px;
    /*height: 500px;*/
    background: #6435ff;
    position: absolute;
    z-index: 9999999;
    padding: 35px 0;
    display: none;
}


.yincang .y1 {
    width: 1000px;
    /*height: 415px;*/
    margin: 0 auto;
}
.pc-zt {
    width: 1000px;
    /*height: 415px;*/
    float: left;
    margin-right: 9px;
}
.pc-zt .it-t {
    background: url(../img/it_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 1000px;
    height: 50px;
    text-align: center;
}
.pc-zt .it-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
}
.pc-zt .it-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;

}
.pc-zt .it-small {
    width: 1000px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.pc-zt .it-small .k{
    width: 168px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    /*padding: 10px 0;*/
}
.pc-zt .it-small .k:hover {
    background: #5523fd;
}
.pc-zt .it-small .k .h {
    text-align: center;
    background: #f95147;
    border-radius: 5px;
    padding: 2px;
    font-size: 12px;
}
.pc-zt .it-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 20px;
}

.k a {
    width: 100%;
    height: 100%;
    display: inline-block;
    /*padding-right: 20px;*/
}


.pc-zty .it {
    width: 480px;
    /*height: 415px;*/
    float: left;
    margin-right: 9px;
}
.pc-zty .it-t {
    background: url(../img/it_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 480px;
    height: 50px;
    text-align: center;
}
.pc-zty .it-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
}
.pc-zty .it-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;

}
.pc-zty .it-small {
    width: 480px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.pc-zty .it-small .k{
    width: 220px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    /*padding-left: 30px;*/
}
.pc-zty .it-small .k:hover {
    background: #5523fd;
}


.pc-zty .sj {
    width: 255px;
    /*height: 415px;*/
    float: left;
    margin-right: 9px;
    padding: 0 10px;
    border-left: 1px solid #8761fc;
    border-right: 1px solid #8761fc;
}
.pc-zty .sj-t {
    background: url(../img/sj_img.png) no-repeat 0px 0px;
    background-size: cover;
    height: 50px;
    text-align: center;
}


.pc-zty .sj-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;

}
.pc-zty .sj-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;
}

.pc-zty .sj-small {
    width: 233px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.pc-zty .sj-small .k{
    width: 220px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.pc-zty .sj-small .k:hover {
    background: #511efc;
}


.pc-zty .yy {
    width: 235px;
    /*height: 415px;*/
    float: left;
}
.pc-zty .yy-t {
    background: url(../img/yy_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 235px;
    height: 50px;
    text-align: center;
}
.pc-zty .yy-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;

}
.pc-zty .yy-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;
}
.pc-zty .yy-small {
    width: 235px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.pc-zty .yy-small .k{
    width: 220px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.pc-zty .yy-small .k:hover {
    background: #511efc;
}







.it {
    width: 480px;
    /*height: 415px;*/
    float: left;
    margin-right: 9px;
}
.it-t {
    background: url(../img/it_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 480px;
    height: 50px;
    text-align: center;
}
.it-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
}
.it-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;

}
.it-small {
    width: 480px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.it-small .k{
    width: 220px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    /*padding-left: 30px;*/
}
.it-small .k:hover {
    background: #5523fd;
}
.it-small .k .h {
    text-align: center;
    background: #f95147;
    border-radius: 5px; 
    padding: 2px;
    font-size: 12px;
}
.it-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 20px;
}

.sj {
    width: 255px;
    /*height: 415px;*/
    float: left;
    margin-right: 9px;
    padding: 0 10px;
    border-left: 1px solid #8761fc;
    border-right: 1px solid #8761fc;
}
.sj-t {
    background: url(../img/sj_img.png) no-repeat 0px 0px;
    background-size: cover;
    height: 50px;
    text-align: center;
}


.sj-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;

}
.sj-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;
}

.sj-small {
    width: 255px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.sj-small .k{
    width: 220px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    /*padding-left: 30px;*/
}
.sj-small .k:hover {
    background: #511efc;
}


.yy {
    width: 235px;
    /*height: 415px;*/
    float: left;
}
.yy-t {
    background: url(../img/yy_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 235px;
    height: 50px;
    text-align: center;
}
.yy-t p {
    color: #6435ff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;

}
.yy-t span {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #6435ff;
    margin-right: 15px;
}
.yy-small {
    width: 255px;
    /*height: 415px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.yy-small .k{
    width: 220px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    /*padding-left: 30px;*/
}
.yy-small .k:hover {
    background: #511efc;
}




.a1 {
    width: 100%;
    height: 1015px;
    background-color: #f6f5fa;
}
.p1-title {
    width: 705px;
    height: 200px;
    margin: 0 auto 0;
    padding-top: 50px;
}
.p1-title div {
    float: left;
}
.p1-title .zhong {
    font-size: 38px;
    color: #333;
    margin: 0px 40px;
    margin-left: 55px;
}
.p1-title .z-b {
    margin-right: 45px;
}


.p1-index {
    width: 1000px;
    height: 745px;
    margin: 0px auto 0;
    position: relative;
}
.p1-div1 {
    width: 1000px;
    height: 300px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}
.p1-div1 .div1-d {
    width: 239.5px;
    height: 300px;
    position: relative;
}
.p1-div2 {
    width: 1200px;
    /*height: 500px;*/
    position: relative;
    top: 70px;
    /*left: 4px;*/
    display: block;
}
.p1-div2 .div2-d {
    width: 240px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: -15px;
}
.div1-top {
    position: absolute;
    top: 23%;
    left: 47%;
    transform: translate(-50%, -50%);
}
.div1-bottom {
    width: 240px;
    height: 188px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 114px;
}
.div1-bottom p:nth-child(1) {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.div1-bottom p:nth-child(2) {
    color: #666666;
    font-size: 12px;
    width: 192px;
    height: 107px;
    line-height: 19px;
    text-align: left;
    margin: 25px auto 0;
}

.p1-div2 .act2 {
    width: 240px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
}






/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;
	background:rgba(0,0,0,0.1);
	z-index:100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);
}

#next{
    left: 55px;
    background: url(../img/left.png) no-repeat;
    top: 163px;
    left: 17px;
}
#previous{
    right: 55px;
    background: url(../img/right.png) no-repeat;
    top: 158px;
    right: 2px;

}
#counter{
	top: 30px;
	right:35px;
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:350px;
	margin-left: auto;
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;


}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;
}

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}


.p9 {
    color: #666666;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 98px;
    line-height: 98px;
}


.yincang {
    position: absolute;
    /*top: 87.5px;left: 0px;*/
}
.yincang2 {
    position: absolute;
    top: 53.5px;
    left: -1268px;
    
}
.yincang3 {
    position: absolute;
    top: 53.5px;
    left: -1129px;
    
}
.nav_ul .l1 #yc {
    /* display: none; */
}

.navmoon  {
    display: block;

}

.navmoon1 .txt .ss {
    /* display: none; */
    opacity: 0;
}











.all{ 
    width: 700px; 
    height: 300px; 
    padding: 7px; 
    position: relative; 
}
.screen{
	width:700px;
	height:300px;
	overflow:hidden; 
	position:relative;
    top: -340px;
    left: 269px;
}
.screen li{ 
    width:700px; 
    height:300px; 
    overflow:hidden; float:left;
}
.screen ul{ 
    position:absolute; 
    left:0; top:0px; 
    width:3000px;
}
.all ol{ 
    position:absolute; 
    right:10px; 
    bottom:-95px; 
    line-height:20px; text-align:center;
    z-index: 99;
}
.all ol li{ 
    float: left; 
    width: 26px; 
    height: 7px; 
    background: #ffe0df;  margin-left: 5px; 
    cursor: pointer; 
    font-size: 10px; 
    line-height: 15px; border-radius: 30px; 
}
.all ol li.current{  
    background:#fff;
}

.lunbo_dibu {
    width: 700px;
    height: 30px;
    background-image: linear-gradient(to right, #feeadc , #f99044);
    border-radius: 10px;
    position: absolute;
    top: 377px;
    left: 277px;
}


.touming {
    width: 125px;
    height: 87px;
    background-color: #000;
    position: absolute;
    top: -87px;
    left: 961px;
    opacity: 0;
}

.touming2 {
    width: 125px;
    height: 87px;
    background-color: #000;
    position: absolute;
    top: -87px;
    left: 1097px;
    opacity: 0;
}

.touming3 {
    width: 125px;

    height: 87px;
    background-color: #000;
    position: absolute;
    top: -33px;
    left: -7px;
    opacity: 0;
}


.p7-index2 {
    width: 1000px;
    height: 275px;
    background: #fff;
    border-radius: 15px;
    margin: 40px auto 0;
    position: relative;
    z-index: 99;
}


.content {
	width: 960px;
	overflow: hidden;
	height: 163px;
	position: relative;
	margin: 0 auto;
    top:30px;left: 0px;
}
.yiping {
    width: 960px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.yiping div {
    width: 150px;
    height: 70px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.yiping div .huise1 {
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}
.huise2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}
.huise:hover .huise2{
    opacity: 1;
    transition: 0.5s;
}
.erping {
    width: 960px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.erping div {
    width: 147px;
    height: 70px;
    position: relative;
}
.erping div .huise1 {
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}

/* img {
	height: 100%;
	width: 100%;
} */

.points {
    position: absolute;
    z-index: 5;
    list-style: none;
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 25px;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.points li {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 6px;
	margin: 0px auto;
	border-radius: 30px;
	background-color: #ffe0df;
}

.active {
    background-color: #fa7411 !important;
}

.prev {

	border-radius: 0 30px 30px 0;
}

.next,
.prev {
    display: none;
}

.next {
	right: 0px;
	border-radius: 30px 0 0 30px;
}
.prev:hover{
    background-color: hsla(0,0%,0%,0.5);
}
.next:hover{
    background-color: hsla(0,0%,0%,0.5);
}

#button1 {
    background: #6435ff;
    position: relative;
    z-index: 99;
    color: #fff;
}
#button1:hover {
    background: #fa7411;
} 










.box{
    height:187px;
    width:960px;
    margin: 0 auto;
    position: relative;
    top: 28px;left: 0px;
}
    .imgbox img{
        height:160px;
    width:960px;
    }



    .t1 {
        opacity: 0.5;
    }


.news:before {
    content: "new";
    padding: 2px 5px;
    line-height: 20px;
    background-color: #f99044;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 3px;
}















    