/********************理论系统样式*******************/
.pass_content{
  width:50%;
}
.Key_password{
  position:relative;
}
.Key_password>img{
  position:absolute;
  left:50%;
  margin-left: -594.5px;
  top: 120px;
}
.Key_password_first .pass_content{
  margin-left: 2%;
}
.Key_password_second .pass_content{
  position:absolute;
  height:552px;
  top:80px;
  right:4%;
  text-align: right;
}
.header_system_theory{
  width:100%;
  background:#1f2737 url(../images/system/pass.png) center 346px no-repeat;
  position:relative;
  text-align: center;
  padding-top: 156px;
}
.header_system_theory span{
  display:inline-block;
}
.header_system_theory .animate_first span:nth-child(2){
  animation-delay: .7s;
}
.header_system_theory .animate_first span:nth-child(3){
  animation-delay: 1s;
}
.header_system_theory .animate_second{
  color: #4987ed;
  font-size: 14px;
  margin-top: 92px;
}
.header_system_theory .animate_second span{
    float:left;
}
.header_system_theory .animate_second span:nth-child(1){
    margin-left: 256px;
    animation-delay: 1.3s;
}
.header_system_theory .animate_second span:nth-child(2){
    margin-left: 104px;
    animation-delay: 1.4s;
}
.header_system_theory .animate_second span:nth-child(3){
    margin-left: 104px;
    animation-delay: 1.5s;
}
.header_system_theory .animate_three{
  position:relative;
}
.header_system_theory .animate_three span{
  font-size: 18px;
  color:#b28a52;
  position:absolute;
  line-height: 1.3;
}
.header_system_theory .animate_three span:nth-child(1){
  left: 240px;
  top: 135px;
  animation-delay: 1.6s;
}
.header_system_theory .animate_three span:nth-child(2){
  left: 490px;
  top: 88px;
  animation-delay: 1.7s;
}
.header_system_theory .animate_three span:nth-child(3){
  left: 272px;
  top: 280px;
  animation-delay: 1.8s;
}
.header_system_theory .animate_three span:nth-child(4){
  left: 692px;
  top: 318px;
  animation-delay: 1.9s;
}
.header_system_theory .animate_three span:nth-child(5){
  top: 130px;
  left: 713px;
  animation-delay: 2.0s;
}
.header_system_theory .animate_three span:nth-child(6){
  top: 201px;
  left: 982px;
  animation-delay: 2.1s;
}
.header_system_theory .animate_four{
  margin-top: 530px;
  font-size: 16px;
  color:#7484af;
  text-align: left;
  text-indent: 40px;
  animation-delay: 2.2s;
}
.header_system_theory .animate_five{
  margin:20px 0;
  font-size: 16px;
  color:#b28a52;
  animation-delay: 2.3s;
  margin-bottom: 58px;
}
.Key_password{
  background:#fff;
}
.Key_password_first{
  padding-top: 80px;
}
.pass_content ul{
  font-size: 16px;
}
.pass_content ul li:nth-child(1){
  animation-delay: .5s;
}
.pass_content ul li:nth-child(2){
  animation-delay: .6s;
}
.pass_title{
  font-size: 32px;
  color:#2a59a7;
  line-height: 0.7;
}
.pass_title strong{
  display:inline-block;
  width:71px;
  height:71px;
  border-radius: 100%;
  background:#2a59a7;
  color:#fff;
  font-size: 53px;
  line-height: 71px;
  text-align: center;
  float:left;
  margin:0 10px;
  font-weight: normal;
}
.pass_title span{
  float:left;
  margin-top: 25px;
}
.pass_title strong i{
  margin-left: -14px;
  display:block;
  opacity:0;
}
.pass_content h3{
  margin-bottom: 20px;
  margin-top: 5px;
}
.Key_password_first .key_img{
  margin-top: 27px;
}
.pass_bg img{
  margin-top: -40px;
}
.pass_content ul li:nth-child(1){
  color:#b28a52;
}
.pass_content ul li img{
  vertical-align: middle;
  margin-right:20px;
}
.Key_password_second{
  background:#f6f7f7;
}
.Key_password_second .width1200{
  position:relative;
}
.key_img2{
  margin-left: 8px;
  margin-top: -400px;
}
.key_img3{

}
.Key_password_second .pass_title span{
  float:right;
}
.Key_password_second .pass_title strong{
  float:right;
}
.Key_password_second .pass_content ul li:nth-child(2){
  text-align: left;
}
.Key_password_second .pass_bg{
  position: absolute;
  top: 100px;
}
/*企业价值*/
.enterprise_value{
  background:#e5e5e5;
  height:943px;
  padding-top: 60px;
}
/* 翻转 */

/* CSS Document */
.data2{width:100%; display:table; position:relative; overflow:hidden;}
.data2 .pic2{
    position:absolute;
    top:1px;
    left:0;
    z-index:-1;
}
.data2 .image_container a{
  width:100%;height:100%; display:block;
    float:left;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
        margin-left: 15px;
}

.data2 .image_container a .pic1{
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.data2 .image_container a:hover .pic1{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.data2 .image_container a .pic2{
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.data2 .image_container a:hover .pic2{
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -moz-transform:rotateX(0deg) rotate(0deg);
    z-index: 10;
    position: absolute;
}

.data2 .row{width:185px;height:185px;position:relative; z-index:10;margin:0 auto;}
.data2 .row .pic1{width:100%;height:100%; overflow:hidden;}
.data2 .row .pic2{width:100%;height:100%; overflow:hidden;}
.data2 .row .pic2 img{position:absolute;}
.arrows{
  text-align: center;
}
.arrows img:nth-child(1){
  transition-delay: .5s;
}
.arrows img:nth-child(2){
  transition-delay: .7s;
}
.values_lists{
  position:relative;
}
.values_lists img{
  position:absolute;
}
.values_lists img:nth-child(1){
  left: 2.3%;
  top: 34px;
  z-index: 0;
}
.values_lists img:nth-child(2){
  left: 4.3%;
  top: 169px;
  z-index: 1;
}
.values_lists img:nth-child(3){
  left: 13.3%;
  top: 240px;
  z-index: 2;
}
.values_lists img:nth-child(4){
  right: 4.9%;
  top: 170px;
  z-index: 1;
}
.values_lists img:nth-child(5){
  right: 4.7%;
  top: 35px;
  z-index: 0;
}
.values_lists img:nth-child(6){
  left: 39%;
  top: 100px;
}
.value_essence_page .values_lists img:nth-child(1){
  left: 3.9%;
  top:55px;
}
.value_essence_page .values_lists img:nth-child(2){
  left:14.3%;
}
.value_essence_page .values_lists img:nth-child(3){
  left: 50.6%;
  top: 60px;
  z-index: 0;
}
.key_img,.key_img2,.key_img3{
  opacity:0;
}
.Key_pass_second,.Key_pass_four{
    height:550px;
}
.Key_pass_three,.Key_pass_five{
    height:470px;
}
/***********价值本质 **************/
.value_essence_header{
    background:#1f2737 url(../images/system/essen_top.png) center no-repeat;
    height:1035px;
    text-align: center;
}
.top_icons{
    width:799px;
    margin: 0 auto;
    padding-top: 200px;
    position:relative;
}
.top_icons img{
    position:absolute;
}
.top_icons img:nth-child(1){
    left:0;
    z-index: 1;
}
.top_icons img:nth-child(2){
    right:0;
    z-index: 0;
    bottom:-73px;
}
.block_content{
    margin-top: 140px;
    position:relative;
    overflow:hidden;
}
.block_content>img{
    animation-delay: .5s;
}
.block_content>div{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    text-align: left;
    padding:47px 60px;
    box-sizing:border-box;
}
.text1{
    color:#b98b5f;
    font-size: 24px;
    animation-delay: 1s;
}
.text2{
    color:#e8e8e8;
    font-size:16px;
    animation-delay: 1.6s;
}
.line_row{
    height:1px;
    width:147px;
    background:#b28a52;
    margin:50px auto;
    animation-delay: 1.3s;
}
.main>div>div{
    position:relative;
}
.capital{
    height:820px;
}
.capital .width1200{
    padding-top: 133px;
}
.capital_icon{
    position:absolute;
    width:384px;
    height:76px;
    background:url(../images/system/captial.png);
    color:#fff;
    text-align: center;
    line-height: 76px;
    font-size: 32px;
    top: -35px;
}
.capital_icon2{
    position:absolute;
    width:566px;
    height:76px;
    background:url(../images/system/roles.png);
    color:#fff;
    text-align: center;
    line-height: 76px;
    font-size: 32px;
    top: -35px;
    right: 0;
}
.capital_icon span{
    opacity:0;
}
.text_left{
    width:48%;
    font-size: 16px;
    animation-delay: .3s;
}
.pic_right{
    width:50%;
    text-align: center;
}
.pic_right1 img:nth-child(1){
    animation-delay: .8s;
}
.pic_right1 img:nth-child(2){
    animation-delay: 1s;
}
.pic_right1 img:nth-child(3){
    animation-delay: 1.3s;
}
.pic_right1 img:nth-child(4){
    animation-delay: 1.3s;
}
.text_lists{
    font-size: 18px;
    color:#2a59a7;
    margin:33px 25px;
}
.text_lists img{
    margin-right: 10px;
}
.text_lists2 img{
    margin-right: 30px;
}
.text_lists2 li{
    margin-bottom: 15px;
    color:#666;
}
.text_lists3{
    color:#b28a52;
    text-indent: 40px;
}
.pic_right1{
    background:url(../images/system/yh.png) center no-repeat;
    height:550px;
    position:relative;
}
.pic_right1 img{
    position:absolute;
    z-index: 0;
}
.pic_right1 img:nth-child(1){
    left:50%;
    top:50%;
    margin-left: -141px;
    margin-top: -141px;
    z-index: 1;
}
.pic_right1 img:nth-child(2){
    left:50%;
    top:5px;
    margin-left: -99px;
}
.pic_right1 img:nth-child(3){
    top: 280px;
    right: 20px;
}
.pic_right1 img:nth-child(4){
    top: 280px;
    left: 20px;
}
.relevant_enter{
    background:url('../images/system/Relevant_enterprise.png') center no-repeat;
    background-size: cover;
}
/*****************导师课程********************/
/* 精品课程 */
.excellent_header{
    height:1036px;
    background:url(../images/course/course_bg.png) center no-repeat;
    overflow:hidden;
}
.top_title{
  height:167px;
  background:url(../images/course/htext.png) center no-repeat;
  text-align: center;
  position:relative;
  animation-delay: .5s;
}
.top_title img{
  position:absolute;
}
.top_title img:nth-child(1){
  left:50%;
  margin-left: -296px;
  top:28px;
  animation-delay: .7s;
}
.top_title img:nth-child(2){
  left:50%;
  margin-left: -212.5px;
  top:126px;
  animation-delay: 1s;
}
.hei_206{
  height:206px;
}
.tv_course{
  position:relative;
  width:1200px;
  height:666px;
  background:url(../images/course/large-display.png) center no-repeat;
  margin:0 auto;
  margin-top: 32px;
  text-align: center;
  animation-delay: 1.5s;
}
.tv_courses{
  margin-left: 23px;
  margin-top: -1px;
  animation-delay: 2.5s;
}
.hx_icon{
  left:460px;
  top:150px;
  position:absolute;
  animation-delay: 4s;
}
.hands_icon{
  position:absolute;
  left: 590px;
  top: 305px;
  animation-delay: 3s;
}
.courses{
  width: 100%;
  overflow: hidden;
}
.courses ul{
  width: 100%;
  margin: 0 auto;
  margin-left: -12.01px;
}
.courses li{
  width: 286px;
  height:220px;
  float:left;
  border:1px solid #ebebeb;
  text-align: center;
  margin-left: 12.01px;
  margin-bottom: 20px;
  padding-top: 10px;
  overflow:hidden;
}
.courses img.img{
  width: 267px;
  height: 148px;
  margin:0 auto;
}
.courses .title{
  text-align: left;
  color:#666;
  font-size: 16px;
  text-indent: 20px;
  text-indent: 20px;
  margin-top: 10px;
}
.courses .title a{
  color:#666;
}
.laypage_block{
    text-align: center;
    margin-top: 37px;
    margin-bottom: 127px;
}
.jpck_icon{
    margin:26px 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: none !important;
}
.layui-laypage .layui-laypage-curr em {
    color: #ff4800 !important;
}
/*大咖导师*/
.tutor_header{
    height:1036px;
    background:url(../images/system/tuor_bg.png) no-repeat center;
}
.tutor_title{
    text-align: center;
}
.tutor_title h1{
    font-size: 66px;
    color:#b28a52;
}
.tutor_title div{
    color:#4b6796;
    margin-top: 17px;
}
.teacher_pics{
    margin-top: 50px;
}
.tutors_lists>ul>li{
    float:left;
    width:584px;
    height:248px;
    border:1px solid #ebebeb;
    overflow:hidden;
    margin-bottom: 29px;
    padding:21px;
    box-sizing: border-box;
}
.tutors_lists>ul>li:nth-child(even){
    margin-left: 28px;
}
.teaches_wrap{
    width:170px;
}
.teaches_wrap img{
    width:100%;
    height:170px;
}
.teacher_title{
    text-align: center;
    width:100%;
    height:39px;
    line-height: 39px;
    color:#fff;
    font-size: 20px;
    background:#333;
}
.teacher_inf{
    width: 345px !important;
    color:#999;
    font-size:16px;
    line-height: 1.6;
}
.teacher_inf>p>span{
    color:#b28a52;
}
.book_name{
    margin-top: 10px;
}
.teaches_wrap>div{
    width: 170px;
    height: 170px;
    overflow: hidden;
}
.teaches_wrap>div>img{
    cursor: pointer;
    transition: all 0.6s;
}
.teaches_wrap>div>img:hover{
    transform: scale(1.4);
}
.smallTitle{
    animation-delay: .5s;
}
.tutor_teacher{
    animation-delay: 1s;
}
.color_white,.relevant_text1 li{
  color:#fff;
}
.relevant_text1{
  margin-top: 50px;
}
.pic_right1 h5{
  margin-top: 460px;
}
.six_angles{
  text-align: center;
  color:#fff;
  animation-delay: 1s;
}
.value_essence_page .enterprise_value{
  background:#eef1f7;
}
.value_essence_page .enterprise_value>div{
  position:relative;
}
.color_zs{
  color:#b28a52;
}
.money_text{
  text-align: left;
  text-indent: 35px;
  font-size: 16px;
  width:79%;
  margin:0 auto;
  margin-top: 500px;
}
.based_model{
  width:482px;
  height:76px;
  background:url(../images/system/model_bg.png) no-repeat;
  right:0;
  top:-100px;
}
.based_model span{
  animation-delay: 1s;
}
.text_left{
  animation-delay: .5s;
}
.pull-left p{
  width:267px;
  height:148px;
  overflow:hidden;
  padding-left: 10px;
}
.pull-left p img{
  cursor: pointer;
  transition: all 0.6s;
}
.pull-left p img:hover{
  transform:scale(1.4);
}


