@-webkit-keyframes rightIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(6px,0,0)
    }
}

@-moz-keyframes rightIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(6px,0,0)
    }
}

@keyframes rightIn {
    0% {
        opacity: 0;
        transform: translate3d(6px,0,0)
    }
}

@-webkit-keyframes menuIn {
    0% {
        opacity: 0;
        transform: scale(1.04)
    }
}

@-moz-keyframes menuIn {
    0% {
        opacity: 0;
        transform: scale(1.04)
    }
}

@keyframes menuIn {
    0% {
        opacity: 0;
        transform: scale(1.04)
    }
}

.icon {
    display: inline-block;
    /* background-image: url(../img/sprite.png); */
    vertical-align: middle
}

.i-arr-l,.i-arr-r {
    width: 104px;
    height: 204px;
    
}
.i-arr-l {
    background:url(../img/i-arr-l.png) no-repeat center center;
}
.i-arr-r {
    background:url(../img/i-arr-r.png) no-repeat center center;
}

.i-box-btn {
    width: 140px;
    height: 36px;
    background-position: -1458px -162px
}

.i-box {
    width: 200px;
    height: 400px;
    background-position: 0 0
}

.i-btn-arr {
    width: 32px;
    height: 14px;
    background-position: -1490px -96px
}

.i-btn-bg {
    width: 302px;
    height: 50px;
    background-position: -1156px -162px
}

.i-menu-01 {
    width: 209px;
    height: 111px;
    background-image: url(../img/nav-index.png);
}

.i-menu-02,.i-menu-03 {
    width: 262px;
    height: 111px;
    background-image: url(../img/nav-course.png);
}

.i-menu-03 {
    width: 318px;
    background-image: url(../img/nav-teacher.png);
}

.i-menu-04 {
    width: 300px;
    height: 132px;
    background-image: url(../img/nav-sign.png);
}

.i-menu-close {
    width: 70px;
    height: 70px;
    background-image: url(../img/close.png);
}

.i-menu-qq {
    width: 61px;
    height: 67px;
    background-image: url(../img/qq.png);
   
}

.i-menu-wx {
    width: 80px;
    height: 66px;
     background-image: url(../img/wx.png);
}

.i-nav-01,.i-nav-02,.i-nav-03 {
    width: 215px;
    height: 100px;
}
.i-nav-01{
    background: url(../img/nav-m.png) no-repeat center center #ffffff;;
}
.i-nav-02{
    background: url(../img/nav-q.png) no-repeat center center;
}

.i-nav-03 {
    background: url(../img/nav-w.png) no-repeat center center;
}

.i-step1-1,.i-step1-2 {
    width: 234px;
    height: 50px;
    background-position: -200px -293px
}

.i-step1-2 {
    height: 49px;
    background-position: -434px -293px
}

.i-step1 {
    width: 201px;
    height: 88px;
    background-position: -1289px -30px
}

.i-step2-1 {
    width: 188px;
    height: 50px;
    background-position: -200px -343px
}

.i-step2-2 {
    width: 162px;
    height: 47px;
    background-position: -668px -293px
}

.i-step2 {
    width: 199px;
    height: 88px;
    background-position: -760px -162px
}

.i-step3-1 {
    width: 188px;
    height: 50px;
    background-position: -388px -343px
}

.i-step3 {
    width: 197px;
    height: 88px;
    background-position: -959px -162px
}

.i-title-01,.i-title-02,.i-title-03,.i-title-04 {
    width: 144px;
    height: 80px;
    
}

.i-title-01 {
    background-image: url(../img/stu-tit-01.png);
}
.i-title-02{
    background-image: url(../img/stu-tit-02.png);
}
.i-title-03 {
    background-image: url(../img/stu-tit-03.png);
}

.i-title-04 {
   background-image: url(../img/stu-tit-04.png);
}

.i-title {
    width: 1400px;
    height: 30px;
    background-position: -200px 0
}

blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

#nav li:hover .qrcode,address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,picture,section,summary {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left;
    font-weight: 400
}

abbr,body,html,iframe,img {
    border: 0
}

address,b,em,i {
    font-style: normal
}[hidefocus],button:focus,summary {
    outline: 0
}

li {
    list-style: none
}

sub,sup {
    font-size: 12px
}

textarea {
    overflow: auto;
    resize: none
}

label {
    cursor: default
}

a,button,input[type=submit] {
    cursor: pointer
}

b,h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    display: block
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: inherit
}

a,a:hover {
    text-decoration: none
}

body,button,input,keygen,legend,select,textarea {
    font: 14px/1.6 Arial,'Hiragino Sans GB','Microsoft YaHei',SimSun,Tahoma,Helvetica,STHeiti!important;
    color: #454545;
    outline: 0
}

body {
    position: relative;
    min-width: 1280px;
    background: #000;
    /* -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important */
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both
}
.container{
	width:1440px;
	margin:0 auto;
}

.header {
	height: 900px;
    background: url(https://image.liangmu.net/10/assets/img/headerbg.jpg) 50% 0 no-repeat; 
}
.header h1{ visibility:hidden;}
.header_bottom{
	height:663px;
	background:url(https://image.liangmu.net/10/assets/img/headerbg2.jpg) no-repeat center top;
}
.header_bottom h2{visibility:hidden;}
.header_bottom p{visibility:hidden;}


@keyframes bgForm{
    0%{
        -webkit-transform:translate(0px,0px) ;
    }
    25%{
        -webkit-transform:translate(20px,-6px);
    }
    50%{
        -webkit-transform:translate(3px,6px) ;
    }
    75%{
        -webkit-transform:translate(10px,10px) ;
    }
    100%{
        -webkit-transform:translate(0px,0px) ;
    }
}
@-webkit-keyframes bgForm{
    0%{
        -webkit-transform:translate(0px,0px) ;
    }
    25%{
        -webkit-transform:translate(20px,-6px);
    }
    50%{
        -webkit-transform:translate(3px,6px) ;
    }
    75%{
        -webkit-transform:translate(10px,10px) ;
    }
    100%{
        -webkit-transform:translate(0px,0px) ;
    }
}
@-moz-keyframes bgForm{
    0%{
        -webkit-transform:translate(0px,0px) ;
    }
    25%{
        -webkit-transform:translate(20px,-6px);
    }
    50%{
        -webkit-transform:translate(3px,6px) ;
    }
    75%{
        -webkit-transform:translate(10px,10px) ;
    }
    100%{
        -webkit-transform:translate(0px,0px) ;
    }
}


.section01{
    position: relative;
    height: 988px;
    overflow: hidden;
    background: url(https://image.liangmu.net/10/assets/img/01.jpg) 50% 0 no-repeat;
}
.section01_title{
	color:#ffffff;
	padding-top:117px;
}
.section01_title .btn-c{
    float:right;
    height:61px; 
    width:191px;
    line-height:61px; 
    background:url(../img/btn-bg1.png) no-repeat center center;
    margin-top:20px;
    margin-right:80px; 
    font-size:18px;
    padding-left:48px;
}


.btn-c a {
    display:block;
    height:61px; 
    width:191px;
    line-height:61px;
    color: #fff;
    background-image: url(../img/btn-arr1.png);
    background-position: 100px 20px;
    background-repeat: no-repeat; 

}
.btn-c a:hover{
     background-position: 116px 20px;
}
.section01_title h2{font-size:30px; line-height:46px; padding-left:80px;}
.section01_title h2 span{font-size:36px; display:block;}
.main{
    width: 1440px;
    max-width:1440px;
    margin:0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
	padding-top:117px;
}
.section01 .main li{
    width: 330px;
    height: 480px;
    margin-right: 40px;
    float: left;
    -webkit-animation:itemIn .8s both; animation:itemIn .8s both;
    display: none;
}

.section01 .main li:last-child{
    margin-right: 0px;
}
.card{
    display: block;
    width: 330px;
    height: 480px;
    color: inherit;
    cursor: pointer;
    min-height: 480px;
    perspective: 1440px;
    position: relative;
}
.front,
.back {
  display: flex;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  position: absolute;
  width: 330px;
    height: 480px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}
.front {
  background-size: cover;
   color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.card:hover .front {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}
.section01 .back {
    background-image: url(../img/kapai-bg01.png);
}
.back {
  transform: rotateY(-180deg);
}
.section01 .b-bg1{ background:url(../img/kapai-bg01.png) no-repeat}
.section01 .b-bg2{ background:url(../img/kapai-bg02.png) no-repeat}
.section01 .b-bg3{ background:url(../img/kapai-bg03.png) no-repeat}
.section01 .b-bg4{ background:url(../img/kapai-bg04.png) no-repeat}
.card:hover .back {
  transform: rotateY(0deg);
}
.card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}
.back .txt{
    padding: 200px 20px 56px 60px;
    font-size: 18px;
    color: #ffffff;
	text-align:left;
}

.main li.item02{
     -webkit-animation-delay:.2s; -moz-animation-delay:.2s; animation-delay:.2s;
	 margin-top: 70px;
}
.main li.item03{
    -webkit-animation-delay:.4s; -moz-animation-delay:.4s; animation-delay:.4s;
    
}
.main li.item04{
    -webkit-animation-delay:.6s; -moz-animation-delay:.6s; animation-delay:.6s;
	margin-top: 70px;
}
.section01 .item01 .front{
    background-image: url(../img/kapai-01.png);
}
.section01 .item02 .front{
    background-image: url(../img/kapai-02.png);
}
.section01 .item03 .front{
    background-image: url(../img/kapai-03.png);
}
.section01 .item04 .front{
    background-image: url(../img/kapai-04.png);
}
.main.animated li{display:block;}
@-webkit-keyframes itemIn {
    from {opacity:0; transform:translateY(50px);}
}
@-moz-keyframes itemIn {
    from {opacity:0; transform:translateY(50px);}
}
@keyframes itemIn {
    from {opacity:0; transform:translateY(50px);}
}

.section02{
	position: relative;
	padding-top:843px;
	overflow: hidden;
	background: url(https://image.liangmu.net/10/assets/img/02.jpg) 50% 0 no-repeat;
}
.section02 h2{ display:none;}
.section02 ul.zhuanti-title{
    width: 1360px;
    height: 209px;
	padding-left:80px;
	background:url(../img/03.jpg) no-repeat 50% 0;
    margin: 0 auto 137px auto;
}
.section02 ul li{
    float: left;
	margin-right:113px;	
	padding-top:84px;
}
.section02 ul li:last-child{margin-right:0px;}
.section02 ul li a{
	display:block;
	height:125px;
	width:351px;
}
.section02 ul li a:hover{
	background:url(../img/btn-bg2.png) no-repeat center top;	
	}

.section03{
    position: relative;
    height: 843px;
}
.section h3 {
    width: 1280px;
    margin: 0 auto;
	height: 224px;
    background: url(../img/tit-01.gif) 50% 0 no-repeat; 
}

.section03 h3 span{display:none;}
.section03 h3 p{color:#666666; line-height:28px; font-size:16px; padding:70px 0 0 707px;}
.section03 .swiper{
     top: 295px;
}
.section04{
    position: relative;
    height: 844px;
	margin-top:100px;
}
.section04 h3{
    height: 224px;
    background:url(../img/tit-02.gif) no-repeat left top;
}
.section04 h3 span{display:none;}
.section04 h3 p{color:#666666; line-height:28px; font-size:16px; padding:70px 0 0 707px;}
.section04 .swiper{
    top: 296px;
}
.section05{
    position: relative;
    height: 846px;
	margin-top:100px;
}
.section05 h3{
    height: 225px;
    background:url(../img/tit-03.gif) no-repeat left top;
}
.section05 h3 span{display:none;}
.section05 h3 p{color:#666666; line-height:28px; font-size:16px; padding:70px 0 0 707px;}
.section05 .swiper{
    top: 297px;
}
.swiper {
    position: absolute;
    left: 50%;
    width: 1280px;
    height: 480px;
    margin-left: -640px
}

.swiper-container {
    position: relative;
    width: 1280px;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.swiper-main,.swiper-main li {
    position: relative;
    height: 100%
}


.swiper-main li {
    position: absolute;
    top: 0;
    width: 1280px;
    height: 500px;
    overflow: hidden;
}

.swiper-main li img {
    vertical-align: top;
    width: 100%;
}

.swiper-btn {
    position: absolute;
    top: 50%;
    margin-top: -102px;
    cursor: pointer;
    transition: .3s
}

.swiper-btn.prev {
    left: -90px;
}

.swiper-btn.prev:hover {
    transform: translateX(-4px)
}

.swiper-btn.next {
    right: -90px;
}

.swiper-btn.next:hover {
    transform: translateX(4px)
}
.container-02{ width:1280px; margin:552px auto 0 auto;position:absolute;left: 50%;margin-left: -640px;}



.summary {
	margin-top:202px;
    background: url(https://image.liangmu.net/10/assets/img/04.jpg) 50% 0 no-repeat
}

.summary-student {
    text-align: center;
}

.summary-student h2 {
	display:none;
    	
}
.summary-student p{padding-top:455px;}
.biye{
	background:url(https://image.liangmu.net/10/assets/img/06.jpg) no-repeat center top;
}
.biye h2{
	font-size:30px;
	text-align:center;
	height:100px;
	color:#ffffff;
	padding-top:77px
}
.biye .case_list{
	width:1280px;
	margin:0 auto;
    background:url(../img/bg2.png) no-repeat center top;
    padding-bottom: 108px;
}
.biye .case_list li{
	height:126px;
	width:620px;
	background:#CFB92A;
	float:left;
	margin-right:40px;
	background:url(../img/bg1.gif) repeat-x bottom;
}
.biye .case_list li:nth-of-type(even){
	margin-right:0px;
}
.biye .case_list li a{
	display:block;
	height:84px;
	font-size:30px;
	font-weight:bold;
	padding:0px 50px;
	color:#ffffff;
	padding-top:42px;
	background:url(../img/bg3.png) no-repeat 0 center;
}
.biye .case_list li a:hover{
	background:url(../img/bg4.png) no-repeat 0 center;
}
.biye .case_list li a i{
	display:block;
	font-size:32px;
	height:32px;
	width:40px;
	background:url(../img/dot.png) no-repeat right 3px;
	margin-right:93px;
	padding-top:0px;
	float:left;
}
.con-f{
    width: 1280px;
    margin: 0 auto;
    height: 320px;
}
.con-f a{
    display:inline-flex;
    width: 640px;
    height: 320px;
}

.summary-feature {
    width: 100%;
    overflow: hidden
}

.summary-feature h2 {
    width: 1000px;
    text-align: center;
    margin: 140px auto 0 auto;
    font-size: 30px;
    color: #e3b76e;
}

.summary-feature h3 {
    width: 1000px;
    text-align: center;
    margin: 37px auto 90px auto;
    font-size: 18px;
    line-height: 30px;
    color: #7e7e7e;
    text-align: center
}

.summary-feature ul {
    width: 1264px;
    margin: auto;
    overflow: hidden
}

.summary-feature ul li {
    float: left;
    width: 252px;
    height: 360px;
    margin: 0 31px;
    text-align: justify
}

.summary-feature ul li:last-of-type {
    width: 260px
}
.summary-feature ul li h4{
    font-size: 24px;
    color: #fff;
}
.summary-feature ul li p {
    margin-top: 28px;
    font-size: 18px;
    line-height: 30px;
    color: #7e7e7e
}



.footer-con{
    width: 100%;
    height: 757px;
    background: url(../img/09.jpg) no-repeat center top;
    margin-top: 30px;
}

.qrcode {
    display: block;
    width: 145px;
    height: 145px;
    box-sizing: border-box;
    background-image: url(../img/erweima.jpg) ;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.pro-tit{
    position: absolute;
    top: 34px;
    left: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    transform: translatex(-50%);
    margin-top: 0;
    letter-spacing: 2px;
}
.footer h2 {
    margin-top: 137px;
    font-size: 20px;
    letter-spacing: 7px;
    color: #ffffff;
}

.link-btn {
    display: block;
    margin: auto;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
}

.link-btn .i-btn-arr {
    margin-left: 20px;
    vertical-align: -1px;
    transition: .3s
}

.link-btn:hover {
    color: #ff0000
}

.link-btn:hover .i-btn-arr {
    transform: translateX(3px)
}

.link-btn {
    width: 274px;
    height: 60px;
    border: 3px solid #ff0000;
    margin-top: 54px;
    box-sizing: border-box;
    line-height: 54px;
    color: #fff;
    background-image: url(../img/btn-arr.png);
    background-position: 201px center;
    background-repeat: no-repeat;
    letter-spacing: 2px; 

}
.link-btn:hover{
     background-position: 215px center;
}

.footer-follow {
    margin-top: 80px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255,255,255,.5)
}

.footer-follow span,.footer-nav a:hover,.menu-list a:hover span {
    color: #fff
}

.footer-qrcode {
    margin: 40px auto 0
}

.footer-nav {
   /*  position: absolute;
   bottom: 0;
   left: 0; */
    width: 1280px;
    margin: 0 auto;
    height: 74px;
    line-height: 74px;
    text-align: center;
    padding-top: 74px;
}

.footer-nav a {
    display: inline-block;
    padding: 0 36px;
    color: #aba9a0;
    font-size: 18px;
}

.footer-nav span {
    color: #5b5b5b
}


#nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    background: #0000ff;
}
.nine{
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 123px;
}

#nav li {
    width: 215px;
    height: 100px;
    cursor: pointer;
    float:left;
}

#nav li:not(:last-of-type) {
    margin-bottom: 1px
}

#menu,#nav li a {
    display: block;
    height: 100%
}

#nav li:hover{
    background-color: #ffffff;
}
#nav li.i-nav-02:hover{
    background: url(../img/nav-q2.png) no-repeat center center #ffffff;
}
#nav li.i-nav-03:hover{
    background: url(../img/nav-w2.png) no-repeat center center #ffffff;
}

#nav .qrcode {
    display: none;
    position: absolute;
    top:100px;
    left:430px;
    width: 215px;
    height: 215px;
    box-sizing: border-box;
    background-image: url(../img/erweima-l.jpg) ;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: rightIn .6s both;
    -moz-animation: rightIn .6s both;
    animation: rightIn.6s both;
}



#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(0,0,0,.95);
    -webkit-animation: menuIn .3s both;
    animation: menuIn .3s both
}

.menu-close {
    position: absolute;
    top: 86px;
    right: 50px;
    z-index: 5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #393939;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-close:hover {
    border-color: #666
}

.menu-main {
    position: relative;
    width: 1280px;
    margin: auto;
    padding-top: 86px
}

.menu-list {
    float: left
}

.menu-list a {
    position: relative;
    display: block;
    margin-bottom: 56px;
    padding-left: 150px;
    font-size: 0
}

.menu-list a:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 2px;
    width: 80px;
    height: 1px;
    background: #999
}

.menu-list a i,.menu-list a span {
    vertical-align: bottom
}

.menu-list a span {
    margin-left: 20px;
    font-size: 18px;
    line-height: 1;
    color: #999;
    transition: .3s
}

.menu-contact {
    position: absolute;
    right: 0;
    bottom: 30px;
    height: 160px;
    text-align: center
}

.menu-contact li {
    float: left;
    width: 175px;
    height: 100%;
    margin-left: 55px
}

.menu-contact li p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.menu-contact li p span {
    font-size: 16px
}

.clickto,.clickto a{position:absolute; top:0px; width:100%;height:100%; box-sizing: border-box; border-top:none;}