* {
    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%;
    position: relative;
    text-align: center;

}




/* 导航 */

/*导航*/

.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 90px;
}
.nav_box:hover {
    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: right;
    margin-top: 15px;
}

.nav_ul li {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
    margin-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: 1920px;
    height: 513px;
    background: #6435ff;
    position: absolute;
    z-index: 9;
    padding-top: 35px;
    top: 52.5px !important;
    left: -987px !important;
    display: none;
}






.yincang .y1 {
    width: 1000px;
    height: 415px;
    margin: 0 auto;
}

.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;
}
.sj-small .k .h {
    text-align: center;
    background: #f95147;
    border-radius: 5px;
    padding: 2px;
    font-size: 12px;
}
.sj-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 20px;
}

.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;
}


.yy-small .k .h {
    text-align: center;
    background: #f95147;
    border-radius: 5px;
    padding: 2px;
    font-size: 12px;
}
.yy-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 20px;
}
.yincang2 {
    width: 1920px;
    height: 513px;
    background: #6435ff;
    position: absolute;
    top: 89px;
    z-index: 9;
    padding-top: 35px;
    display: none;
}




.yincang2 .y2 {
    width: 1010px;
    height: 415px;
    margin: 0 auto;
}




.yincang2 .y2 .jx {
    width: 330px;
    height: 400px;
    float: left;
    position: relative;
}
.y2 .jx .jx-t{
    background: url(../img/jx_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 330px;
    height: 50px;
    float: left;
    color: #6435ff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    padding-left: 75px;
}
.jx-small {
    width: 330px;
    padding-top: 20px;
    height: 95px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}
.jx-small .k{
    width: 150px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;

}
.jx-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 10px;
}

.yincang2 .y2 .jx .new1 {
    position: absolute;
    top: 30px;
    left: -15px;
    border:none;
    background: none;
}

.yincang2 .y2 .xy {
    width: 330px;
    height: 400px;
    float: left;
    margin-left: 9px;
    position: relative;

}


.yincang2 .y2 .xy .new2 {
    position: absolute;
    top: 30px;
    left: -15px;
    border:none;
    background: none;
}



.y2 .xy .xy-t {
    background: url(../img/xy_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 330px;
    height: 50px;
    float: left;
    color: #6435ff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    padding-left: 75px;
}
.xy-small {
    width: 330px;
    padding-top: 20px;
    height: 95px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.xy-small .k{
    width: 150px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;

}
.xy-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 10px;
}

.yincang2 .y2 .jy{
    width: 330px;
    height: 400px;
    float: left;
    margin-left: 9px;
    position: relative;
}

.yincang2 .y2 .jy .new3 {
    position: absolute;
    top: 30px;
    left: -15px;
    border:none;
    background: none;
}


.y2 .jy .jy-t{
    background: url(../img/jy_img.png) no-repeat 0px 0px;
    background-size: cover;
    width: 330px;
    height: 50px;
    float: left;
    color: #6435ff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    padding-left: 75px;
}

.jy-small {
    width: 330px;
    padding-top: 20px;
    height: 95px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}
.jy-small .k{
    width: 150px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
}
.jy-small .k .tb {
    line-height: 16px;
    display: inline-block;
    padding-right: 10px;
}
.yincang3 {
    width: 1920px;
    height: 513px;
    position: absolute;
    top: 89px;
    z-index: 9;
    padding-top: 35px;
    display: none;
    background: #6435ff;


}

.new_title {
    width: 1066px;
    height: 427px;
    margin: 25px auto 0;
}

.new_left {
    width: 560px;
    height: 427px;
    float: left;
    margin-right: 97px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.new_left .new_div {
    width: 250px;
    height: 100px;
}
.new_left .new_div div {
    float: left;
}
.new_left .new_div div .new_p1 {
    color: #fff;
    font-size: 45.53px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;

}
.new_left .new_div div .new_p2 {
    color: #fff;
    font-size: 14.57px;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}
.new_right {
    width: 406px;
    height: 427px;
    float: left;
    position: relative;
}
.new_r_t {
    color: #fff;
    font-size: 31.16px;
    font-weight: bold;
    text-align: left;
    position: relative;
    z-index: 99;
    padding-top: 15px;
}
.new_r_t span {
    font-size: 44.69px;   
    /* z-index: 99;
    position: relative; */

}
.new_r_t2 {
    width: 170px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    margin-left: 40px;
    margin-top: 25px;
    position: relative;
    border: 1px solid #fff;
    z-index: 999;
}
.new_r_i {
    position: absolute;
    top: -27px;
    right: 126px;
}
.act1 {
    display: block;
    transition: 0.6s;
}









/* banner */
.banner{
    margin:0 auto;
    width:100%;
    height:600px;
    position:relative;
}
#banner{
	width:100%;
	max-width:1920px;
    height:600px;

}
#banner .swiper-slide{
	width:100%;
    height:600px;

	position:relative;
	overflow:hidden;
}
#banner img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:600px;
	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;
}



.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: 1000px;
    height: 300px;
    position: relative;
    top: -298px;
    left: 4px;
}
.p1-div2 .div2-d {
    width: 240px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    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;
}

.ls-bg {
    width: 990px;
    height: 150px;
    background-color: #6435ff;
    border-radius: 10px;
    position: absolute;
    top: 241px;
    left: 5px;
}
.ls-k {
    margin-top: 94px;
    margin-left: -1381px;
}
.ls-bg p {
    float: left;
}
.ls-bg .ls-p1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 100px;
    margin-left: 35px;
}
.ls-bg .ls-p2 {
    color: #fff;
    font-size: 22px;
    margin-top: 99px;
    margin-left: 25px;
}

.lunbo {
    width: 1030px;
    height: 450px;
    margin: -246px auto 0;
    position: relative;
    z-index: 99;
}
.lunbo-left {
    width: 425px;
    height: 303px;
    background: url(../img/lunbo-left.png) no-repeat;
    float: left;
    margin-top: 55px;
    margin-left: 11px;
}
.lunbo-right {
    width: 575px;
    height: 420px;
    background: url(../img/lunbo-right.png) no-repeat;
    float: left;
    margin-top: -20px;
    margin-left: -19px;

}





 #wrapper{
    width: 500px;
    height: 350px;
    margin: 44px 0px 0px 49px;
    position: relative;
    color: #fff;	
}

#slider-wrap{
	width: 500px;
    height: 350px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float: left;
    position: relative;
    width: 500px;
    height: 350px;
    margin-top: 40px;
    margin-left: -3px;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;
	left:35px;	
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:350px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*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);	
}


.p2 {
    width: 100%;
    height: 823px;
    background: url(../img/p2.png) no-repeat;
}

.p2-title {
    width: 770px;
    height: 200px;
    margin: 0 auto 0;
    padding-top: 50px;
}
.p2-title div {
    float: left;
}
.p2-title .zhong {
    font-size: 38px;
    color: #333;
    margin: 0px 40px;
    margin-left: 55px;
}
.p2-title .z-b {
    margin-right: 65px;
}






.pic{
    overflow: hidden;
    width: 1004px;
    height: 420;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.pic ul {
    background: #fff;
}
.pic ul li{
    float: left;
    height: 430px;
    width: 200px;
    background: #fff;
}

.quanxian {
    z-index: 99;
}
.pic ul .pic1{
    /* background-image: url(../img/sj_zhankai.png) ;
    background-position: -20px -19px;  
    background-repeat: no-repeat;   */
    position: relative;
    z-index: 99;
    opacity: 0.5;
    /* background-color: #ffe4e4; */

    background: url(../img/sj_zhankai.png) #ffe4e4 no-repeat 0px -19px;
 overflow: hidden;
}

.pic ul .pic2{
    background-image: url(../img/it_zhankai.png);
    background-repeat: no-repeat;
    width: 600px;
    background-position: 0px -19px;
    position: relative;
    z-index: 99;
     overflow: hidden;	

}
.pic ul .pic3{
    /* background-image: url(../img/yy_zhankai.png) ;
    background-position: -20px -19px;
    background-repeat: no-repeat; */
    position: relative;
    z-index: 99;
    opacity: 0.5;
    background: url(../img/yy_zhankai.png) #fedec6 no-repeat 0px -19px;
 overflow: hidden;
}
/* .chakan {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    color: #6435ff;
    font-size: 12px;
} */

.chakan {
    background: url(../img/chakan.png) no-repeat 0px 0px;
    position: absolute;
    top: 401px;
    left: 447px;
    width: 117px;
    height: 20px;
    display: block;
}
.chakan2 {
    background: url(../img/it_java.png) no-repeat 0px 0px;
    position: absolute;
    top: 25px;
    left: 239px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan3 {
    background: url(../img/it_python.png) no-repeat 0px 0px;
    position: absolute;
    top: 25px;
    left: 410px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan4 {
    background: url(../img/it_web.png) no-repeat 0px 0px;
    position: absolute;
    top: 150px;
    left: 239px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan5 {
    background: url(../img/it_rengongzhineng.png) no-repeat 0px 0px;
    position: absolute;
    top: 150px;
    left: 410px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan6 {
    background: url(../img/it_dashuju.png) no-repeat 0px 0px;
    position: absolute;
    top: 275px;
    left: 239px;
    width: 147px;
    height: 112px;
    display: block;
}

.chakan7 {
    background: url(../img/it_linux.png) no-repeat 0px 0px;
    position: absolute;
    top: 275px;
    left: 410px;
    width: 147px;
    height: 112px;
    display: block;
}


.chakan8 {
    background: url(../img/yy_gjds.png) no-repeat 0px 0px;
    position: absolute;
    top: 25px;
    left: 249px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan9 {
    background: url(../img/yy_duanshipin.png) no-repeat 0px 0px;
    position: absolute;
    top: 25px;
    left: 420px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan10 {
    background: url(../img/yy_xinxiliu.png) no-repeat 0px 0px;
    position: absolute;
    top: 150px;
    left: 249px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan11 {
    background: url(../img/yy_xinmeiti.png) no-repeat 0px 0px;
    position: absolute;
    top: 150px;
    left: 420px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan12 {
    background: url(../img/yy_taobao.png) no-repeat 0px 0px;
    position: absolute;
    top: 275px;
    left: 249px;
    width: 147px;
    height: 112px;
    display: block;
}

.chakan13 {
    background: url(../img/yy_kuajing.png) no-repeat 0px 0px;
    position: absolute;
    top: 275px;
    left: 420px;
    width: 147px;
    height: 112px;
    display: block;
}





.chakan14 {
    background: url(../img/sj_gaoshou.png) no-repeat 0px 0px;
    position: absolute;
    top: 25px;
    left: 249px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan15 {
    background: url(../img/sj_dashi.png) no-repeat 0px 0px;
    position: absolute;
    top: 25px;
    left: 420px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan16 {
    background: url(../img/sj_yingshi.png) no-repeat 0px 0px;
    position: absolute;
    top: 150px;
    left: 249px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan17 {
    background: url(../img/sj_cad.png) no-repeat 0px 0px;
    position: absolute;
    top: 150px;
    left: 420px;
    width: 147px;
    height: 112px;
    display: block;
}
.chakan18 {
    background: url(../img/sj_pingmian.png) no-repeat 0px 0px;
    position: absolute;
    top: 275px;
    left: 249px;
    width: 147px;
    height: 112px;
    display: block;
}

.chakan19 {
    background: url(../img/sj_shangye.png) no-repeat 0px 0px;
    position: absolute;
    top: 275px;
    left: 420px;
    width: 147px;
    height: 112px;
    display: block;
}
















.txt{
    width: 200px;
    height: 460px;
   
}
.txt p{
    float: left;
    color: #fff;
}
.txt .shou1{
    width: 200px;
    height: 460px;

}
.txt .shou2{
    width: 200px;
    height: 460px;

}
.txt .shou3{
    width: 200px;
    height: 460px;
    /* background: url(../img/yy-shousuo.png) no-repeat 0px -19px; */
}

.button {
    width: 315px;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #6435ff;
    font-size: 20px;
    margin: 50px auto 0;
}
.button:hover {
    background: #fa7411;
    color: #fff;
}
.p3 {
    width: 100%;
    height: 720px;
    background: #f6f5fa;
}

.p3-title {
    width: 765px;
    height: 175px;
    margin: 0 auto 0;
    padding-top: 50px;
}
.p3-title div {
    float: left;
}
.p3-title .zhong {
    font-size: 38px;
    color: #333;
    margin: 0px 40px;
    margin-left: 55px;
}
.p3-title .z-b {
    margin-right: 45px;
}

.p3-index {
    width: 955px;
    height: 479px;
    margin: 0 auto;
    position: relative;
}
.p3-index .small1{
    float: left;
}
.p3-i1 {
    width: 255px;
    height: 345px;
}
.p3-i3 {
    width: 255px;
    height: 345px;
}
.one1 {
    /* width: 255px;
    height: 155px; */
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f6f5fa;
    position: absolute;
    height: 150px;
    width: 250px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.one1-top {
    width: 255px;
    height: 50px;
}
.one1-top p{
    float: left;
}
.one1-top p:nth-child(1) {
    padding-left: 30px;
    margin-top: -22px;
}
.one1-top p:nth-child(2) {
    padding-left: 25px;
    padding-top: 25px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.one1-zhong {
    width: 210px;
    height: 28px;
    background: #efecfa;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    color: #666666;
    font-size: 14px;
    margin-left: 18px;
    margin-top: 15px;
}
.one1-bottom {
    width: 90px;
    height: 30px;
    background: #fa7411;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    margin-left: 40px;
    display: none;

}


.two1 {
    /* width: 255px;
    height: 155px; */
    /* margin-top: 90px; */
    position: absolute;
    top: 262px;
    left: 0px;
    background: #f6f5fa;
    position: absolute;
    height: 150px;
    width: 250px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.two1-top {
    width: 255px;
    height: 50px;
}
.two1-top p{
    float: left;
}
.two1-top p:nth-child(1) {
    padding-left: 30px;
    margin-top: -22px;
}
.two1-top p:nth-child(2) {
    padding-left: 25px;
    padding-top: 25px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.two1-zhong {
    width: 210px;
    height: 28px;
    background: #efecfa;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    color: #666666;
    font-size: 14px;
    margin-left: 18px;
    margin-top: 15px;
}
.two1-bottom {
    width: 90px;
    height: 30px;
    background: #fa7411;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    margin-left: 40px;
    display: none;

}




.three1 {
    /* width: 255px;
    height: 155px; */
    margin-top: 90px;
    position: absolute;
    top: -90px;
    right: -57px;
    background: #f6f5fa;
    position: absolute;
    height: 150px;
    width: 250px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;

}
.three1-top {
    width: 255px;
    height: 50px;
}
.three1-top p{
    float: left;
}
.three1-top p:nth-child(1) {
    padding-left: 25px;
    padding-top: 25px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.three1-top p:nth-child(2) {
    padding-left: 30px;
    margin-top: -22px;
}

.three1-zhong {
    width: 210px;
    height: 28px;
    background: #efecfa;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    color: #666666;
    font-size: 14px;
    margin-left: 18px;
    margin-top: 15px;
    text-align: left;
    padding-left: 15px;
}
.three1-bottom {
    width: 90px;
    height: 30px;
    background: #fa7411;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    margin-left: 40px;
    display: none;

}



.four1 {
    background: #f6f5fa;
    position: absolute;
    height: 150px;
    width: 250px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 90px;
    position: absolute;
    top: 160px;
    right: -57px;
}
.four1-top {
    width: 255px;
    height: 50px;
}
.four1-top p{
    float: left;
}
.four1-top p:nth-child(1) {
    padding-left: 25px;
    padding-top: 25px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.four1-top p:nth-child(2) {
    padding-left: 30px;
    margin-top: -22px;
}

.four1-zhong {
    width: 210px;
    height: 28px;
    background: #efecfa;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    color: #666666;
    font-size: 14px;
    margin-left: 18px;
    margin-top: 15px;
    text-align: left;
    padding-left: 15px;
}
.four1-bottom {
    width: 90px;
    height: 30px;
    background: #fa7411;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    margin-top: 15px;
    margin-left: 40px;
    display: none;
}
.small1 .act3 {
    /* background: #fff;
    position: absolute;
    height: 150px;
    width: 250px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px; */
    background: #fff;
}
.small1 .act3 #bottom1 {
    display: block;
} 


.p4 {
    width: 100%;
    height: 779px;
    background: url(../img/p4-bg.png) no-repeat;
    background-size: cover;
}
.p4-index {
    width: 1000px;
    height: 410px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p4-index div {
    width: 235px;
    height: 170px;
    background: #fff;
    border-radius: 10px;
}
.p4-index div img {
    margin-top: -15px;
}
.p4-index div .s-title {
    color: #707070;
    font-size: 14px;
    padding-top: 12.5px;
    text-align: left;
    padding-left: 30px;
}
.p4-index div .s-bofang {
    margin-left: 15px;
    margin-top: 5px;
}
.p4-index div .s-bofang img{
    display: inline-block;
    padding-top: 22px;
}
.p4-index div .s-bofang span {
    color: #666666;
    font-size: 12px;
    margin-right: 35px;
}
.p4-index div .s-bofang a {
    width: 75px;
    height: 25px;
    background: #fff;
    border: 1px solid #999999;
    display: inline-block;
    color: #a7a7a7;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    border-radius: 30px;
}



.p4-index div .s-bofang a:hover{
    border: 1px solid #fa7411;
    color: #fff;
    background: #fa7411;
}


.p5 {
    width: 100%;
    height: 610px;
}


.tBox{
    width: 1160px;
    height:409px;
    margin: 0px auto 0;
    position: relative;
    z-index: 999;
}
.tBox .top{
    width: 1000px;
    height: 50px;
    background-color: #6435ff;
    position: relative;
    top: 8px;
    left: 73px;
    border-radius: 10px;
}
.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: 50px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.tBox .top .rollBox .rollW{
    width:1000px;
    position: absolute;
    left: 0;
    top: 18px;
}
.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{
    position: absolute;
    left: 19px;
    bottom: 39px;
    opacity: 0;
    transition: 0.2s;
    filter: alpha(opacity=0);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;




}

.tBox .top .rollBox .rollW li i.opa{
    opacity: 1;
    filter:alpha(opacity=100);
}



.tBox .bottom{
    width: 1000px;
    margin: 26px auto 0;
    height:266px;
    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: 190px;
    height: 265px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    border-radius: 10px;
}
.tBox .bottom ul li.last{
    margin-right: 10px;
}
.tBox .bottom ul li h3{
    width: 100%;
    height:80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition:0.3s;
    background: rgba(17, 28, 192, 0.2);
}
.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: 180px;
    position: absolute;
    left: 9px;
    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;
}

.p7 {
    width: 100%;
    height: 715px;
    background: url(../img/p7-bg.png) no-repeat;
}



.p7-index {
    width: 1000px;
    height: 345px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto 0;
}

.p7-title2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
}
.p7-title2-dibu {
    width: 215px;
    height: 8px;
    background: #fa7411;
    border-radius: 30px;
    margin: -5px auto 0;
}

.qiyejieshao {
    width: 800px;
    height: 30px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-around;
}
.qiyejieshao div {
    border: 1px solid #999999;
    color: #999999;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
}
.qiyejieshao .j-1 {
    width: 115px;
}
.qiyejieshao .j-2 {
    width: 155px;
}
.qiyejieshao .j-3 {
    width: 145px;
}
.qiyejieshao .j-4 {
    width: 145px;
}
.qiyejieshao .j-5 {
    width: 115px;
}


.p8 {
    width: 100%;
    height: 1050px;
    background: #f6f5fa;
    position: relative;
    padding-top: 300px;
}

.p8-index {
    width: 980px;
    height: 435px;
    background: #fff;
    border-radius: 10px;
    margin: 30px auto 0;
    position: relative;
}

.p8-left {
    width: 240px;
    height: 360px;
    float: left;
    margin: 40px 0 0 30px;
}
.p8-right {
    width: 750px;
    height: 350px;
    position: absolute;
    top: -15px;
    left: 260px;
}


.p8-div1 {
    width: 245px;
    height: 70px;
    margin-bottom: 20px;
}

.p8-div1 div{
    float: left;
}
.p8-div1 .ke-js p:nth-child(1) {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
}
.p8-div1 .ke-js p:nth-child(2) {
    color: #666;
    font-size: 14px;
    text-align: left;
    
    line-height: 18px;

}

.feiji {
    position: absolute;
    top: 0px;
    right: -279px;
}



.fot4 {
    width: 100%;
    height: 144px;
    background: #4d3696;
    z-index: 9999;
    position: relative;
}



.submit-box{
    width: 100%;
    height: 144px;
    z-index:9999;
    background: #4d3696;
}
.submit-box p{
    margin-left:100px;
    margin-top:8px;
    margin-right:25px;
    font-size:18px;
    color:#ffffff;
    float:left;
}
.submit-box p span{
    font-size:16px;
    color:#ffc000;
    float:left;
}
.submit-box form input[type="text"]{
    margin-right: 10px;
    margin-top: 45px;
    width: 150px;
    height: 50px;
    text-indent: 10px;
    line-height: 30px;
    color: #000;
    /* background: none; */
    /* border: 1px solid #ffffff; */
    background: #fff;
    border-radius: 10px;
}
.submit-box form input[type="submit"]{
    margin-top: 15px;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    background: #fa7411;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.man {
    position: absolute;
    top: -53px;
    left: 13%;
}


.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; */
}

.nav_bg .nav_ul .navmoon #yc  {
    display: block;

}

.pic .pic1 .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;
    }
















    