@charset "utf-8";
/* CSS Document */
.lh-zx .lh-introduce-r {
    max-width: 51%;
}

.lh-introduce-r {
    max-width: 580px;
}

.lh-introduce-r h2 {
    text-align: left;
}

.lh-introduce-r h2:after {
    display: none;
}

.lh-introduce-r pre {
    text-align: left;
    line-height: 30px;
    color: #4a4a4a;
    margin-top: 20px;
}

.lh-introduce-r h3 {
    font-weight: bold;
    line-height: 30px;
    color: #4a4a4a;
    margin: 20px 0;
}

.lh-introduce-r .cont {
    line-height: 28px;
    color: #5e5e5e;
}

.lh-introduce-r .cont ul li {
    position: relative;
    padding-left: 20px;
}

.lh-introduce-r .cont ul li:before, .lh-introduce-r .cont ul li:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #0172dd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.lh-introduce-r .cont ul li:after {
    width: 5px;
    height: 5px;
    left: 2px;
    margin-top: -3px;
}

.lh-introduce-r a {
    display: block;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    background: #0172dd;
    color: #fff;
    margin-top: 40px;
}

.lh-introduce-r a:hover {
    background: #127E55;
}


.lh-zk-djs{ margin-bottom:20px;}
.lh-zk-djs h2{ padding-left:9%; font-size:18px; color:#fff; margin:20px 0;}
.lh-zk-djs .djs{ width:80%; margin-left:10%; position: relative;}
.lh-zk-djs .djs p{
	position: absolute;
    top: 14%;
    left: 8%;
    letter-spacing: 46px;
    font-size: 40px;
	width:80%;
}
.lh-zk-djs .djs .tianshu{
	position: absolute;
    top: 14%;
    right: -2%;
    letter-spacing: 46px;
    font-size: 32px;
	width:20%;
}
/*.lh-zk-djs .djs p span{ 
	width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 9px; font-size:54px;    text-align: center;}
	
.lh-zk-djs .djs p span:nth-child(4){margin-right: 0px; font-size:40px;  }
*/
.lh-zx-r {
    width: 28%;
    height: 354px;
    background: #0172dd;
    border-radius: 4px;
    position: relative;
    padding-top: 25px;
    box-shadow: 0 0 20px rgba(22, 160, 106, .2);
}

.lh-zx-r:before {
    content: '';
    display: block;
    width: 14px;
    height: 22px;
    border-radius: 30px;
    background: #0172dd;
    border: 3px solid #EDEFF0;
    position: absolute;
    left: 65px;
    top: -8px;
}

.lh-zx-r:after {
    content: '';
    display: block;
    width: 14px;
    height: 22px;
    border-radius: 30px;
    background: #0172dd;
    border: 3px solid #EDEFF0;
    position: absolute;
    right: 65px;
    top: -8px;
}

.lh-zx-a {
    border-top: 1px solid #45B388;
    padding:16px;
    color: #fff;
	width: 100%;
    float: left;
}

.lh-zx-a h2 {
    font-size: 18px;
    font-weight: bold;
	margin-bottom:20px;
}


.lh-zx-a h2 span {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    display: block;
    float: left;
    border-radius: 50%;
      margin: 16px 10px 0 3px;
}


.lh-zx-a h3 {
    opacity: .2;
}

.lh-zx-time {
    margin-top: 23px;
    height: 47px;
    background: #F1A12C;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 47px;
    border-radius: 4px;
}

.lh-zx-time li {
    float: left;
    width: 50%;
}



.lh-zx-time li:first-child span {
    border: 4px solid #fff;
}

.lh-zx-a:last-child .lh-zx-time {
    background: #fff;
    color: #0172dd;
}

.lh-zx-a:last-child .lh-zx-time span {
    border-color: #0172dd;
}



/*attention style start*/
.lh-attention-item {
    margin-top: 70px;
    margin-left: -36px;
}

.lh-attention-item li {
    padding-left: 36px;
    float: left;
    width: 33.3%;
}

.lh-attention-item li a {
    display: block;
    border-top: 1px solid #E5E5E5;
    padding: 25px 0;
    height: 473px;
}

.lh-attention-item li .top, .lh-attention-item li .center, .lh-attention-item li .bottom {
    transition: ease .45s;
}

.lh-attention-item li .top h2 {
    font-size: 20px;
    font-family: "Futura Bold BT";
    transition: ease .45s;
}

.lh-attention-item li .top h3 {
    font-size: 20px;
    font-weight: bold;
    transition: ease .45s;
}

.lh-attention-item li .center {
    padding: 25px 0;
    position: relative;
    height: 320px;
    overflow: hidden;
}

.lh-attention-item li .center .img {
    height: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    transition: ease .45s;
    transform-origin: center top;
}

.lh-attention-item li .center .text {
    line-height: 28px;
    color: #686868;
    height: 56px;
    overflow: hidden;
    transition: ease .45s;
}

.lh-attention-item li .bottom {
    color: #0172dd;
    transition: ease .45s;
    margin-top: 25px;
}

.lh-attention-item li .bottom i {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.lh-attention-item li a:hover {
    background: #0172dd;
    border-color: #0172dd;
    box-shadow: 0 0 20px rgba(22, 160, 106, .2);
}

.lh-attention-item li a:hover .top {
    padding: 0 26px;
}

.lh-attention-item li a:hover .bottom {
    padding: 0 26px 0;
    margin-top: 15px;
}

.lh-attention-item li a:hover .center {
    padding: 25px 26px;
    border-top: 1px solid #7EC3A8;
    border-bottom: 1px solid #7EC3A8;
    margin-top: 20px;
}

.lh-attention-item li a:hover .top h2, .lh-attention-item li a:hover .top h3 {
    color: #fff;
}

.lh-attention-item li a:hover .bottom {
    color: #fff;
}

.lh-attention-item li a:hover .img {
    opacity: 0;
}

.lh-attention-item li a:hover .text {
    color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 26px;
}

/*attention style end*/

.lh-attention-item li:nth-child(2n), .lh-attention-item li:nth-child(3n) {
    animation-delay: .1s;
}


/* lh-school start */
.lh-schools-banner {
    position: relative;
    overflow: hidden;
    margin-left: -60px;
    margin-top: 65px;
}

.lh-schools-item li {
    width: 33.3%;
    padding-left: 60px;
    margin-bottom: 60px;
    float: left;
}

.lh-schools-item li a {
    display: block;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.lh-schools-item li .img {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lh-schools-item li .img span{ background:#b3cb46; width:50px; height:50px; border-bottom-right-radius:35px; color:#fff; display:inline-block; line-height:50px; text-align:center; font-size:20px; font-weight:bold; font-style:italic}
.lh-schools-item li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 15px;
    line-height: 30px;
    transition: ease .45s;
}

.lh-schools-item li .text h3 {
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #a6c030;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: ease .45s;
    cursor: pointer;
}

.lh-schools-item li .text h2 {
    font-size: 20px;
    float: left;
    max-width: 100%;
	
}

.lh-schools-item li .text h2 em {
    display: block;
    float: right;
    width: 68px;
    height: 24px;
    background: #ff9600;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin: 3px 0 0 10px;
    text-align: center;
    line-height: 24px;
    position: relative;
    transform: skewX(-15deg);
}

.lh-schools-item li .text h2 span {
    float: left;
    display: block;
    max-width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lh-schools-item li a:hover .text {
    background: #a6c030;
}

.lh-schools-item li a:hover .text h3 {
    background: #fff;
    color: #a6c030;
}

.lh-schools-item li:nth-child(2n) {
    animation-delay: .1s;
}

.lh-schools-item li:nth-child(3n) {
    animation-delay: .2s;
}

.bannerbd {
    display: none;
}

.lh-schools-hd {
    text-align: center;
}

.lh-schools-hd li {
    opacity: 1;
    border: 2px solid #CACDD2;
    width: 12px !important;
    height: 12px !important;
    transition: ease .65s;
    background: none;
}

.lh-schools-hd li.on {
    border-color: #a6c030;
    background: #a6c030;
}

/* lh-school end */



/*流程 start*/
.liucheng_content li{
	width: 16%;
    float: left;
    margin-bottom: 50px; border-bottom:1px solid #D0D0D0}
.liucheng_content li a{    display: block;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    padding: 48px 0;
    position: relative;
    text-align: center;	}
.liucheng_content li span{width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0172dd;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: 50%;
    bottom:-11%;
    margin-left: -18px;
}
.liucheng_content li span:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dotted #0172dd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zqq linear 2s infinite;
}
.liucheng_content li .img {
    width: 55px;
    height: 55px;
    margin: auto;
    background: none!important;
    transition: ease .45s;
    position: relative;
    overflow: hidden;
	margin-bottom: 10px;
}

.liucheng_content li .img>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: ease .45s;
    width: 100%;
    height: 100%;
}
.liucheng_content li .img>div img {
    width: auto;
    margin: auto;
}
.liucheng_content li .img .img2 {
    transform: translate(-50%, 140%);
}


.liucheng_content li a:hover .img .img1 {
	transform: translate(-50%, -140%);
}

.liucheng_content li a:hover .img .img2 {
	transform: translate(-50%, -64%);
}
/*流程 end*/
.liucheng_bksj{ display:flex; justify-content:space-between;}
.liucheng_bksj_l,.liucheng_bksj_r{ width:48%; }
.liucheng_bksj_l a, .liucheng_bksj_r a{
    display: block;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 48px 0;
    position: relative;
    text-align: center;
}
.liucheng_bksj_l span,.liucheng_bksj_r span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0172dd;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -18px;
}
.liucheng_bksj_l span:after,.liucheng_bksj_r span:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dotted #0172dd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zqq linear 2s infinite;
}
.liucheng_bksj_l span img,.liucheng_bksj_r span img{ width:36px; height:36px; line-height:36; display:inline-block; margin:15px auto;}
.liucheng_bksj_l h2, .liucheng_bksj_r h2 {
    color: #3f3f3f;
    font-weight: bold;
    margin-top: 10px;
    transition: ease .45s;
}
.liucheng_bksj_l h3,.liucheng_bksj_r h3 {
    color: #8d8d8d;
    font-size: 12px;
    margin-top: 10px;
    transition: ease .45s;
}



@media screen and (max-width:980px) {
    .lh-zx-r {
        float: none;
        width: 100%;
    }
    .lh-introduce-r h2 {
        font-size: 20px;
    }
    .lh-zx .lh-introduce-r {
		  max-width:100%;
        float: none;
        margin-top: 30px;
    }
    .lh-attention-item {
        margin: 60px 0 0 -10px;
    }
    .lh-attention-item li {
        padding-left: 10px;
        width: 100%;
    }
    .lh-attention-item li .top h3 {
        font-size: 16px;
    }
.lh-zk-djs .djs p span{	
width: 63px;
	height: 60px;
    display: inline-block;
    margin-right: 9px;
    font-size: 38px;
    text-align: center;
    line-height: 67px;}
.liucheng_bksj_l a, .liucheng_bksj_r a{ height:200px;}  
.liucheng_content li{ width:50%;}
.lh-class-item li{ width:94%; margin-left:3%; margin-bottom:30px;}
.lh-class-banner{ margin-top:0}

}
