@charset "utf-8";

/* 通用*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    /*font: normal 16px "Microsoft Yahei";
    font: normal 16px "Pingfang SC";*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 100%;*/
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}





/*导航*/
.header-main {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #000;
    background: rgb(0 0 0 / 80%);
    box-shadow: 0 0 15px #120045;
}
.index-width {
  width: 1200px;
  margin: auto;
}
.top {
  display: flex;
  height: 80px;

  width: 1200px;
}

.top-input {
  /* background-color: #747171; */
  border-radius: 50px;
  width: 20px;
  position: relative;
}
.top-input input{
  background-color: #747171;
  border-radius: 50px;
  border: rgb(56, 55, 55) 1px solid;
  margin-left: 10px;
}
.top-input img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.5px;
  right:20px;
}

.top-a {
  color: #000;

}

.top-a a {
  color: #000;
  text-decoration: none;
}

.logo {
  padding-top: 15px;
}

.daoh {
  display: flex;
  width: 797px;
  justify-content: space-around;
  margin-top: 25px;
  margin-left: 5px;
}

.dao1 {
  color: #fff;
  font-size: 18px;
}

.dao1:hover {
  color: #f00;
  font-size: 18px;
}

.d-name {
  color: #000;
  font-size: 18px;
}

.d-name:hover {
  color: #f7c455;
  text-decoration: underline;
}
/*二级导航*/
.kexia {
  position: relative;
}

.xia {
  position: absolute;
  right: 0px;
  top: 10px;
}
.erji{
  width: 120px;
  border: 1px solid #e8e8e8;
  margin-top:30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
}
.erji li a{
  color: #333;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.erji li a:hover{
  background-color:#ffeeee;
  color: #c60000;
}
.kexia2 {
  position: relative;
}


.erji2{
  width: 420px;
  border: 1px solid #e8e8e8;
  margin-top:31px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
}
.erji2 li{
  float: left;
  width: 104px;
  overflow: hidden;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.erji2 li span{
	display: block;
	overflow: hidden;
	color: #333;
	width: 104px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
    font-size: 16px;
	font-weight: 550;
}
.fgx1{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	left: 45px;
	top: 35px;
}
.fgx2{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	left: 150px;
	top: 35px;
}
.fgx3{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	right: 150px;
	top: 35px;
}
.fgx4{
	width: 14px;
	height: 2px;
	background: #ed0000;
	position:absolute;
	right: 45px;
	top: 35px;
}
.erji2 li a{
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #676767;
	text-align: center;
	width: 104px;
	height: 40px;
}

.erji2 li a:hover{
  background-color:#ffeeee;
  color: #c60000;
}
.wshhide{
  display: none;
}



.on {
  color: #bd9f5e;
  font-size: 16px;

}

.all {
  color: #c60000;
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
}

.sd {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.souzk {
  position: relative;
}

.souk {
  width: 209px;
  height: 22.9px;
  border: solid 1px #7c7c7c;
  background-color: #2b2b2b;
  border-radius: 100px;
  padding-left: 10px;

}

.big {
  position: absolute;
  right: 14px;
  bottom: 5px;
}

.dl {
  margin-top: 6px;
}




/*底部*/
.bottom{
	background: #262626;
	width: 100%;		
	overflow: hidden;
}
.bottom .C{
	width: 1200px;
	margin: 30px auto 20px;
	overflow: hidden;
}
.bottom .L{
	float: left;
	width: 870px;
}
.bottom .L h2{
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.bottom .L a{
	display: block;
	width: 270px;
	padding-right: 20px;
	font-size: 16px;
	color: #c6c6c6;
	line-height: 30px;
	float: left;
}

.bottom .L a:hover{
	color: #dd0005;
}

.bottom .R{
	float: right;
	width: 330px;
}
.bottom .R ul li{
	width: 99px; 
	text-align: center;
	float: left;
	margin-left: 10px;
	
}
.bottom .R ul li span{
	color: #fff;
	font-size: 14px;
}

.bottom_b{
	background: #1b1b1b;
	width: 100%;
	overflow: hidden;
	color: #8d8d8d;
}
.bottom_b .C{
	width: 1200px;
	margin: 15px auto;
	overflow: hidden;
}
.bottom_b h2{
	float: left;
	font-size: 14px;
	font-weight: normal;
}
.bottom_b h3{
	float: right;
	font-size: 14px;
	font-weight: normal;
}







.banner{	
	background:url(../img/banner.jpg) bottom center no-repeat;
	height: 580px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}



/*钱景*/
.p1{
	width:100%;
	overflow: hidden;
	background:url(../img/p1.jpg) center no-repeat;
	margin: 0 auto;
	padding-top: 40px;
	height: 805px;
}
.p1-h2{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.font-1{
	color: #ff03ab;
}

.p1-h3{
	font-size: 24px;
	font-weight: 100;
	color:#9e9ea1;
	text-align: center;
	margin-top: 10px;
}
.p1-c{
	width: 1212px;
	margin: 20px auto 10px;
	overflow: hidden;
}
.btn1{	
	display: block;
	width: 376px;
	height: 128px;
	background: url(../img/btn.png) no-repeat;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
}
.btn2{	
	position: absolute;
	display: block;
	width: 376px;
	height: 128px;
	background: url(../img/btn.png) no-repeat;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	left: 0;
	bottom: 0;
}
.btn3{	
	display: block;
	position: absolute;	
	width: 376px;
	height: 128px;
	background: url(../img/btn.png) no-repeat;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	left: 412px;
	bottom: 0;
}
.p1 ul li{
	overflow: hidden;
	width: 338px;
	background: linear-gradient(to left, #391335, #222244);
	float: left;
	padding: 0 25px;
	border-radius: 20px;
	margin: 7px;
	border:1px solid #85188f;
	position: relative;
}
.p1 ul li h4{
	width: 174px;
	height: 49px;
	margin-left: 82px;
}

.p1 p{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin: 15px 0;
}
.p1_list{
	width: 335px;
	overflow: hidden;
	
}
.p1_list ul ol{
	width: 105px;
	height: 30px;
	background:rgb(0 0 0 / 30);
	font-size: 16px;
	color: #fff;
	float: left;
	border-radius: 15px;
	text-align: center;
	border: 1px #532dd7 solid;
	line-height: 30px;
}
.p1_bj{
	margin: 0 6px;
}
.p1_bj2{
	margin: 10px 0;
}
.p1_img{
	margin: 5px 0 20px 0;
}


/*适合人群*/
.p2{
	background:rgb(255 3 171 / .05);
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
}

.p2_c{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	
}
.p2_c ul li{
	width: 292px;
	height: 137px;
	overflow: hidden;
	float: left;
	margin: 0 4px;
	transition: all 0.2s linear 0s;
}

.p2_c ul li:hover{
	transform:translate3d(0, -25px, 0);
}


@keyframes transLate {
  50% {
    transform: translate3d(10px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}



/*五维一体*/
.p3{
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 0;
}

.p3_c{
	height: 380px;
	width: 1200px;
	position:relative;
	overflow: hidden;
	margin: 0 auto 20px;
}
.p3_d{
	background: #222244;
	width: 1200px;
	height: 80px;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:0;
}

.p1-index {
    width: 1200px;
    height: 400px;
    margin: 0px auto 0;
    position: relative;
}
.p1-div1 {
    width: 1180px;
    height: 300px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
    margin-left: 20px;
    margin-top: 50px;
}
.p1-div1 .div1-d {
    width: 216px;
    height: 300px;
    position: relative;
}
.p1-div2 {
    width: 1000px;
    height: 300px;
    position: relative;
    top: -298px;
    left: 4px;
}
.p1-div2 .div2-d {
    width: 216px;
    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: 216px;
    height: 188px;
    background: #6829e9;
    border-radius: 10px;
    position: absolute;
    top: 114px;
}
.div1-bottom p:nth-child(1) {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.div1-bottom p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    width: 192px;
    overflow: hidden;
    line-height: 27px;
    text-align: left;
    margin: 15px 0 0 15px;
}

.p1-div2 .act2 {
    width: 216px;
    height: 300px;
	background: #6829e9;
    border-radius: 10px;
    display: block;
}

/*全面塑造*/
.p4{
	width:100%;
	overflow: hidden;
	background:url(../img/p4.jpg) repeat-y;
	margin: 0 auto;
	padding: 40px 0 0;
}

.p4_c{
	width: 1195px;
	overflow: hidden;
	margin: 30px auto 20px;
	padding: 0 5px;
}
.p4_c ul li{
	width: 158px;
	height: 123px;
	border: 1px solid #85188f;
	background: linear-gradient(to left, #391335, #222244);
	margin: 5px;
	float: left;
	border-radius: 10px;
}

.p4 img{
	display: block;
	margin: 30px auto 15px;
}
.p4 p{
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}


/*4大优势*/
.p5{
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
	height: 531px;
	background: url(../img/p5.jpg) no-repeat center;
}
.p5-left{
	width: 400px;
	float: left;
	background:url(../img/p5-tu.png) no-repeat center top;
	height: 430px;
}
.p5-right{
	float: left;
    width: 780px;
    margin-top: 20px;
	margin-left: 20px;
}
.p5-right h3{
	color: #fff;
	font-size: 35px;
	margin-bottom: 25px;
}
.p5-right h4{
	height: 36px;
	line-height: 26px;
	text-align: center;
	width: 85px;
	color: #fff;
	font-size: 18px;
	background:url(../img/h3_bj.png) no-repeat center top;
	margin: 20px 0 10px;
}

.p5-right span{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	font-weight: 100;
	float: left;
	width: 380px;
	margin-left: 10px;
}
.p5-right p{
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	display:block;
	width: 780px;
	overflow: hidden;
}




/*课程体系*/
.p6{
	width:100%;
	overflow: hidden;
	background:url(../img/p1.jpg) center;
	margin: 0 auto;
	padding: 40px 0;
}

.daoshi{
    width: 1200px;
    margin: 0 auto;
    height:310px;
    position: relative;
    z-index: 999;
}
.daoshi ul{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
}
.daoshi ul.opa{
    display: block;
}
 .daoshi ul li{
    width: 227px;
    height: 310px;
    margin: 0 6.5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
 .daoshi ul li.last{
    margin-right: 10px;
}
.daoshi ul li h3{
    width: 100%;
    height:100px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition:0.3s;
    background: rgba(0, 0, 0, 0.5);
}
 .daoshi ul li:hover h3{
    height:100%;
}
.daoshi ul li:hover h3 p{
    padding-top: 25%;
}
 .daoshi ul .topC2:hover h3 p{
    padding-top: 5%;
}
 .daoshi 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);
}
 .daoshi ul li h3 strong img{
    position: absolute;
    left: 7px;
    top: 20px;
    z-index: 9999;
}

 .daoshi ul li h3{
 	
    height: 60px;
 }
 .daoshi ul li h3 p{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    width: 170px;
    position: absolute;
    left: 20px;
    top: 15px;
    line-height: 25px;
}
 .daoshi ul li h3 p span{
 	width: 170px;
 	display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.daoshi ul li h3 p em{
	width: 150px;
	margin-left: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    display: inline-block;
    margin-top: 20px;
}
 .daoshi ul li.topC h3{
    height: 250px;
}
 .daoshi ul li.topC:hover h3{
    top: 100px;
}
.daoshi ul li.topC3 h3{
    height: 310px;
}
.daoshi ul li.topC3:hover h3{
    top: 20px;
}

/*问题*/
.p7{
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
	height: 474px;
	background: url(../img/p4.jpg) repeat-y;
}

/*动效*/
.index-tx{
	width:1200px;
	height:398px;
	margin:10px auto 0;
	position: relative;
	background: url(../img/p7-tu7.png) center no-repeat;
}
.index-tx a{position:absolute;}


.box06_list01 {    
    width: 435px;
	display: block;
	background: url(../img/p7-tu4.png) center no-repeat;	
	height: 47px;
	top:31px;
	left:120px;
	z-index: 1;
	transition: all 0.2s linear 0s;
}
.box06_list01:hover{
	transform:translate3d(0, -15px, 0);
	
}
.box06_list02 {
  top:138px;
  left:180px;
  z-index: 1;
  width: 260px;
	display: block;
	background: url(../img/p7-tu5.png) center no-repeat;
	height: 91px;
	transition: all 0.2s linear 0s;
}
.box06_list02:hover{
	transform:translate3d(0, -15px, 0);
}

.box06_list03 {
    top:137px;
	right:243px;
	z-index: 2;
    width: 93px;
	display: block;
	background: url(../img/p7-tu2.png) center no-repeat;
	height: 95px;
	transition: all 0.2s linear 0s;
}
.box06_list03:hover{
	transform:translate3d(0, -15px, 0);
}

.box06_list04 {
  top:262px;left:140px;z-index: 1;
  width: 171px;
	display: block;
	background: url(../img/p7-tu6.png) center no-repeat;
	height: 47px;
	transition: all 0.2s linear 0s;
}
.box06_list04:hover{
	transform:translate3d(0, -15px, 0);
}
.box06_list05 {
    top:260px;
	right:0;
	z-index: 2;
    width: 395px;
	height: 47px;
	display: block;
	background: url(../img/p7-tu3.png) center no-repeat;
	transition: all 0.2s linear 0s;
}
.box06_list05:hover{
	transform:translate3d(0, -15px, 0);
}

.box06_list06 {
    top:25px;
	right:35px;
	z-index: 1;
    width: 338px;
	display: block;
	background: url(../img/p7-tu1.png) center no-repeat;
	height: 101px;
	transition: all 0.2s linear 0s;
}
.box06_list06:hover{
	transform:translate3d(0, -15px, 0);
}

@keyframes transLate {
  50% {
    transform: translate3d(10px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*18介绍*/
.conter {
    width: 1200px;
    margin: 0 auto;
	padding: 30px 0;
    overflow: hidden;
    position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-indent: 2em;
}
.p9-tu1{
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 43px;
	z-index: -1;
	background: url(../img/p9-tu2.png) no-repeat;
}

.p9-tu2{
	position: absolute;
	left: 220px;
	bottom: 13px;
	width: 54px;
	height: 43px;
	z-index: -1;
	background: url(../img/p9-tu1.png) no-repeat;
}


/*6大理由*/
.p10{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.p10-c{
	width: 1200px;
	margin: 30px auto 0;
	background: url(../img/p10-6.png) no-repeat center 30px;
	height: 430px;
}
/*左*/
.p10-l{
	width: 600px;
	float: left;
	overflow: hidden;
}
.p10-l li{
	width: 480px;	
	overflow: hidden;
}
.p10-l li img{
	float: left;
	width: 127px;
	margin-right: 10px;	
}
.p10-l li .js{
	width: 343px;
	float: left;
}
.p10-l li .js h4{
	font-size: 20px;
	color: #ff03ab;
}
.p10-l li .js p{
	margin-top: 8px;
	color: #acacac;
	font-size: 16px;
	line-height: 25px;
}
/*右*/
.p10-r{
	width: 600px;
	float: right;
	overflow: hidden;
}
.p10-r li{
	width: 480px;	
	overflow: hidden;
	margin-left: 120px;
}
.p10-r li img{
	float: right;
	width: 127px;
	margin-left: 10px;	
}
.p10-r li .js{
	width: 343px;
	float: right;
}
.p10-r li .js h4{
	font-size: 20px;
	color: #ff03ab;
	text-align: right;
}
.p10-r li .js p{
	margin-top: 8px;
	color: #acacac;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}








