.lh-banner {
    height: 100vh;
    overflow: hidden;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

/* 首页上部分样式 */

.lh-banner-hd {
    position: absolute;
    right: 3.125vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 8px !important;
    left: initial !important;
    bottom: initial !important;
}

.lh-banner-hd li {
    display: block;
    opacity: 1;
    background: #fff;
    margin: 8px 0 !important;
    transition: ease .45s;
}

.lh-banner-hd li.on {
    background: #a6c030;
}

.lh-banner .bd li .a .img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
    transition: ease 2s;
}

.lh-banner .bd li .text {
    color: #fff;
    position: relative;
	width:100%;
	text-align:center
}

.lh-banner .bd li .text h2 {
    font-size: 32px;
    
	letter-spacing:6px;
}
.lh-banner .bd li .text h2 img{ width:64%; margin-left:18%}



.lh-banner .bd li .text .zt1 {
    font-size: 4.6125vw;
    line-height: 6.145833333333333vw;
    position: relative;
 font-weight: bold;
    margin: 30px 0 30px;
}
.lh-banner .bd li .text .zt1 img{width:64%; margin-left:18%}


.lh-banner .bd li .text .ccont {
    /* font-size: 16px; */
    line-height: 24px;
}



.lh-banner .bd li .a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5.52vw;
}

.lh-banner .bd li.swiper-slide-active .img, .lh-banner .bd li.swiper-slide-duplicate-active .img {
    transform: scale(1);
    opacity: 1;
}

.lh-banner .bd li.swiper-slide-active .text:before, .lh-banner .bd li.swiper-slide-duplicate-active .text:before {
    animation: bannerXt linear 4.5s forwards;
}

.lh-mouse {
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    transform: translateX(-50%);
}

.lh-mouse i {
    font-size: 30px;
    animation: mouse linear 1s infinite;
    display: inline-block;
}

/*首页新闻列表样式 start */

.lh-banner .bd li .new-list {
    position: absolute;
    right: 12.125vw;
    top: 30vh;
}

.lh-banner .bd li .new-list a {
    display: inline-block;
    text-align: center;
}

.lh-banner .bd li .text1 {
	color: red;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/*首页新闻列表样式 end */

/* lh-about start*/

.lh-about {
    background: #fff;
    position: relative;
    overflow: hidden;
}






.lh-about-text .cont {
    margin-top: 20px;
}

.lh-about-text .cont h2 {
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.lh-about-text .cont h3 {
    color: #797979;
    font-size: 14px;
    margin-top: 5px;
}

.lh-about-text .cont .ccont {
    line-height: 30px;
    color: #6e6e6e;
    margin: 30px 0 60px;
    height: 150px;
    overflow: hidden;
}

.lh-about-text {
    max-width: 570px;
}

.lh-look {
    display: block;
    width: 122px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.lh-look i {
    margin-right: 5px;
}

.lh-look:hover {
    border-color: #a6c030;
    color: #a6c030;
}

.lh-about-img {
    position: relative;
    width: 595px;
    height:366px;
    overflow: hidden;
}

.lh-about-img .bd li a, .lh-about-img .bd li a .img {
    display: block;
    width: 100%;
    height: 100%;
}

.lh-about-img .bd li a .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lh-about-hd {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.lh-about-hd li {
    opacity: 1;
    border: 2px solid #CACDD2;
    width: 12px !important;
    height: 12px !important;
    transition: ease .65s;
    background: none;
}

.lh-about-hd li.on {
    border-color: #a6c030;
    background: #a6c030;
}

.lh-about-bg {
   position: absolute;
    right: 5.4375vw;
    bottom: 16px;
    width: 52vw;

}

.lh-statistical {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lh-statistical-item {
    width: 120%;
    margin-left: -10%;
}

.lh-statistical-item li {
    color: #fff;
    width: 25%;
    float: left;
    flex: 1;
    text-align: center;
    font-size: 18px;
}

.lh-statistical-item li h2 {
    font-size: 50px;
    color: #a6c030;
    margin-bottom: 6px;
}
.lh-statistical-item li h3{
  color:#333;
 }

.lh-statistical-item li:nth-child(2n) {
    animation-delay: .1s;
}

.padding100 {
    padding: 100px 0;
}

.lh-main>.lh-position {
    background: #fff;
}

.lh-public-h a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
}

.lh-public-h a:before {
    content: '';
    display: block;
    width: 52px;
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    left: -68px;
    top: 50%;
    transition: ease .45s;
}

.lh-public-h a:after {
    content: '';
    display: block;
    width: 52px;
    height: 1px;
    background: #0FCE84;
    position: absolute;
    left: -68px;
    top: 50%;
    transition: ease .45s;
    transform: scaleX(0);
    transform-origin: left center;
}

.lh-public-h a:hover:after {
    transform: scaleX(1);
}

/* lh-about end*/

/* lh-news start */

.lh-news-l {
    max-width: 734px;
    width: 100%;
}

.lh-hot-news {
    margin: 43px 0 0 -35px;
}

.lh-hot-news li {
    padding-left: 35px;
    float: left;
    width: 50%;
}

.lh-hot-news li a {
    display: block;
}

.lh-hot-news li .img {
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lh-hot-news li .text {
    margin-top: 35px;
}

.lh-hot-news li .text h2 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: ease .45s;
}

.lh-hot-news li .text h3 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #6c6c6c;
}

.lh-hot-news li .text h4 {
    color: #6c6c6c;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
    transition: ease .45s;
}

.lh-hot-news li .text h4:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background: #6c6c6c;
    position: absolute;
    left: 0;
    top: 50%;
    transition: ease .45s;
}

.lh-hot-news li a:hover h2 {
    color: #a6c030;
}

.lh-hot-news li a:hover h4 {
    padding-left: 30px;
}

.lh-hot-news li a:hover h4:before {
    background: #a6c030;
    width: 20px;
}

.lh-hot-news li:nth-child(2n) {
    animation-delay: .1s;
}

.lh-news-r {
    background: url(../img/icon1.jpg) no-repeat center;
    background-size: cover;
    padding: 28px;
    color: #fff;
    margin-top: 20px;
    width: 320px;
    height: 860px;
    box-shadow: 2px 3px 5px #9D9895;
}

.lh-news-r .text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.lh-news-r .text {
    text-align: center;
    border-bottom: 1px solid #6A6F7A;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lh-news-r .time>h2 {
    font-weight: bold;
}

.lh-news-r .time>h2 span {
    margin-left: 10px;
}

.lh-news-r-content {
    width: 200px;
    height: 550px;
    margin: 190px auto 50px;
    overflow: hidden;
}

.author-x {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 0px;
}

.author {
    width: 60px;
    height: 80px;
}

.author-c-x {
    width: 100px;
}

.author-name {
    margin-bottom: 3px;
}

#rollSubject {
    height: auto;
}

#rollCopy {
    height: auto;
}

/* lh-news end */

/* lh-business-box start */

.lh-business-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.lh-business-h {
    text-align: center;
    color: #fff;
}

.lh-business-h h2 {
    font-size: 18px;
    font-weight: bold;
}

.lh-business-h h3 {
    font-size: 40px;
    position: relative;
    line-height: 40px;
    margin-top: 5px;
}

.lh-business-h h3:before {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background: #a6c030;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
}

.lh-business {
    margin-top: 80px;
    margin-left: -29px;
}

.lh-business li {
    width: 25%;
    float: left;
    padding-left: 29px;
		transform: scale(1);
	transition: ease .45s;
}

.lh-business li .kc {
    display: block;
    background: rgba(255, 255, 255, .95);
    padding: 67px 30px 76px;
    position: relative;
	border-top-right-radius:30px;
transition: ease .45s;

}


.lh-business li .kc:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #a6c030;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: ease .45s;
}

.lh-business li .icon {
    width: 80px;
    height: 64px;
    transition: ease .45s;
    position: relative;
}

.lh-business li .icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: ease .45s;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon2.png) no-repeat 12px top;
    transform-origin: center top;
}

.lh-business li .icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:url(../images/icon2.png) no-repeat 12px -68px;
    transition: ease .45s;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.lh-business li .text {
    margin-top: 30px;
    text-align: left;
}

.lh-business li .text h2 {
    font-size: 18px;
    font-weight: bold;
    transition: ease .65s;
	border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
	position: relative;
}
.lh-business li .text h2:after{ content:" "; width:80px; height:5px; background:#b3cb46; position:absolute; left:0; bottom:-3px;}


.lh-business li .text pre {
    line-height: 27px;
    opacity: .75;
    height: 81px;
    overflow: hidden;
    margin: 10px 0 20px;
}

.lh-business li .text h4 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #a6c030;
    border-radius: 4px;
}
.lh-business li .text h4 a{ color:#fff}
.lh-business li .kc:hover{ transform: scale(1.05);}
.lh-business li .kc:hover:after {
    transform: scaleX(1);
}

.lh-business li .kc:hover h2 {
    color: #a6c030;
}

.lh-business li .kc:hover .icon:before {
    opacity: 0;
}

.lh-business li .kc:hover .icon:after {
    opacity: 1;
}

.lh-business li:nth-child(2) .icon:before {
    background-position: -76px top;
}

.lh-business li:nth-child(2) .icon:after {
    background-position: -76px -68px;
}

.lh-business li:nth-child(3) .icon:before {
    background-position: -177px top;
}

.lh-business li:nth-child(3) .icon:after {
    background-position: -177px -68px;
}

.lh-business li:nth-child(4) .icon:before {
    background-position: -279px top;
}

.lh-business li:nth-child(4) .icon:after {
    background-position: -279px -68px;
}

.lh-business li:nth-child(2n) {
    animation-delay: .1s;
}

.lh-business li:nth-child(3n) {
    animation-delay: .2s;
}

/* lh-business-box end */

/* 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: 80%;
	
}

.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 */

/* lh-dream start */
.lh-dream {
    color: #fff;
}

.lh-dream-l {
    max-width: 610px;
}
.lh-dream-l .ymjj{ position:relative; color:#fff}
.lh-dream-l .ymjj:before{
	content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: #a5bf30;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center top;
    transform: scaleY(0);
	animation: bannerXt linear 4.5s forwards;
	
   }
	
.lh-dream-l .lh-public-h {
    padding-left: 40px;
}

.lh-dream-l dl {
    line-height: 24px;
    position: relative;
    padding-left: 40px;
    margin-top: 8px;
}

.lh-dream-l dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.lh-dream-l dl:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}
.lh-dream-l a.gd{ width:100px; height:36px; line-height:36px; display:inline-block; border:2px solid #fff; text-align:center; border-radius:4px; color:#fff; margin-top:70px; }

.lh-dream-zx {
    position: absolute;
    right: 10px;
    top: 45%;
}

.lh-dream-zx li {
    width: 86px;
    height: 86px;
    border-radius: 6px;
    margin-top: 22px;
    transition: ease .45s;
    position: relative;
}

.lh-dream-zx li a {
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 20px;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
}

.lh-dream-zx li a i {
    font-size: 24px;
}

.lh-dream-zx li a h2 {
    margin-top: 5px;
}

.lh-dream-zx li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #a6c030;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: ease .45s;
    transform: scale(0);
}

.lh-dream-zx li:hover a {
    border-color: #a6c030;
}

.lh-dream-zx li:hover a:before {
    transform: scale(1);
}

.lh-dream-zx li .tel {
    position: absolute;
    right: 80px;
    top: 0;
    height: 86px;
    width: 160px;
    background: #a6c030;
    padding: 20px 0;
    width: 0;
    overflow: hidden;
    transform-origin: right center;
    transition: ease .45s;
    white-space: nowrap;
    opacity: 0;
}

.lh-dream-zx li .tel h4 {
    font-size: 18px;
}

.lh-dream-zx li:hover .tel {
    width: 160px;
    padding: 20px;
    opacity: 1;
}

/* lh-dream end */


/* lh-major start */
.lh-youdian {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.lh-youdian-l {
	width: 345px;
	height: 495px;
	background: #3A435C;
	padding: 56px 47px;
	color: #fff;
	position: relative;
}

.lh-youdian-l>pre {
	position: absolute;
	left: 0;
	bottom: 47px;
	padding: 0 30px 0 56px;
	width: 100%;
	line-height: 30px;
}

.lh-youdian-r {
	width: 100%;
    /*height: 495px;
    background: rgba(58, 67, 92, .5);*/
    position: relative;
	
}

.lh-youdian-r p{ text-align:center; color:#666; font-size:20px; padding-top:10px; }

.lh-youdian-item li {
	width: 30%;
	height: 142px;
	/*border: 1px solid rgba(255, 255, 255, .2);*/
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -1px;
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	transition: ease .45s;
	padding:20px;
	float:left;
}
.gb_zy{ display:flex; justify-content:space-between;}
.lh-youdian-item li:nth-child(2),.lh-youdian-item li:nth-child(4),.lh-youdian-item li:nth-child(6),.lh-youdian-item li:nth-child(8){margin-left: 40%;}

.lh-youdian-item li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(47,53,62,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: scaleY(0);
	transform-origin: center bottom;
	transition: ease .45s;
}



.lh-youdian-item li .img {
	width: 50px;
    float: left;
	margin-right: 20px;
}

.lh-youdian-item li img {
	width:100%;
	margin: auto;
}

.lh-youdian-item li a {
	color: #fff;
	/*display:flex;*/
}
.lh-youdian-item li a .yd_content h2{ text-align:left; font-size:20px; margin-bottom:10px;}
.lh-youdian-item li a .yd_content div{ text-align:left; width:70%; color:#ccc;}

.lh-youdian-item li a pre {
	display: none;
}

.lh-youdian-info {
	width: 40%;
    height: 660px;
    position: absolute;
    left: 30%;
    top: 0px;
    padding: 30px 30px 30px 0;
	
}

/*.lh-majors-info .cont {
	color: #555555;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
*/
.lh-youdian-info a {
	display: block;
	width: 114px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	background: #1C8BD5;
	margin: 20px 0 0;
}

.lh-youdian-info a:hover {
	background: #3A435C;
}

.lh-youdian-item li.on:before {
	transform: scale(1) !important;
}

.lh-youdian-item li.on {
	border-color: #fff;
	z-index: 2;
}

.lh-youdian-item li.on a {
	color: #fff;
}
.yd_content{ float:left; width:70%}
.lh-youdian-item li:first-child:before {
	transform-origin: right bottom;
	transform: scale(0)
}

.lh-youdian-item li:nth-child(5):before {
	transform-origin: left bottom;
	transform: scale(0)
}

.lh-youdian-item li:nth-child(6):before {
	transform-origin: right center;
	transform: scaleX(0)
}

.lh-youdian-item li:nth-child(7):before {
	transform-origin: left center;
	transform: scaleX(0)
}

.lh-youdian-item li:nth-child(8):before {
	transform-origin: right top;
	transform: scale(0)
}

.lh-youdian-item li:nth-child(9):before, .lh-youdian-item li:nth-child(10):before, .lh-youdian-item li:nth-child(11):before, .lh-youdian-item li:nth-child(12):before {
	transform-origin: center top;
}

.lh-youdian-item li:nth-child(12):before {
	transform-origin: left top;
	transform: scale(0)
}



/*.lh-public-h:before {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: #a6c030;
	position: absolute;
	left: 0;
	top: 0;
}*/


.lh-youdian-hd {
	text-align: center;
	margin-top: 30px;
}

.lh-youdian-hd li {
	opacity: 1;

	border: 2px solid #CACDD2;
	width: 12px !important;
	height: 12px !important;
	transition: ease .65s;
	background: none;
}

.lh-youdian-hd li.on {
	border-color: #a6c030;
	background: #a6c030;
}

/* lh-major end */

/*毕业证书样式*/
.lh-diploma{ display:flex; justify-content:space-between}
.lh-diploma-list{}
.lh-diploma-list p{ color:#333; text-align:center; font-size:20px; margin-top:20px;}

/*新闻样式*/
.lh-news{ border-bottom:1px solid #f3f3f3}
.lh-news img{ max-width:200px; height:38px; margin-top:10px; margin-right:20px;}
.scrollDiv {
	height: 60px;/* 必要元素 */
	line-height: 25px;
	overflow: hidden;/* 必要元素 */
	display:flex;

}	
.scrollDiv li {
	height: 30px;
	padding-left: 10px;
}
.scrollDiv li:before{ content:""; width:5px; height:5px; display:inline-block; border-radius:10px; background:#a6c030; margin-right:10px;}
.news_more{ width:120px; height:38px; line-height:38px; display:inline-block; text-align:center; border:1px solid #a6c030; border-radius:20px; margin-top:10px; color:#a6c030; margin-left:30%;}




@media screen and (max-width: 980px) {
	/*新闻样式*/
	.lh-news img{ display:none;}
	.scrollDiv li { width:100%;}
	.scrollDiv li a{ font-size:12px;}
	.news_more{ display:none;}
    /* head start */
    .lh-statistical-item {
        width: 100%;
        margin-left: 0;
    }
    .lh-about-img {
        width: 100%;
    }

    .lh-banner{
        height: 240px;
    }

    .lh-banner .bd li .text .ccont,.lh-mouse{
        display: none;
    }
    

    .lh-banner .bd li .a .img {
        transform: scale(1);
        opacity: 1;
    }

    .lh-banner .bd li .text{
        padding-left: 20px;
    }

    .lh-banner .bd li .text:before {
        width: 4px;
        transform: scaleY(1);
    }

    .lh-banner .bd li .text h2{
        font-size: 16px;
    }

    .lh-banner .bd li .text .zt1{
        font-size: 24px;
        margin: 6px 0 0;
        line-height: 24px;
    }


    .lh-banner .bd li .new-list {
        display: none;
    }
    /* head END */
    /* lh-about-m  start */
    .lh-main {
        padding-top: 240px;
    }
    /*.lh-public-h h3 {
        font-size: 24px;
        line-height: 20px;
        margin-top: 6px;
    }*/
    .lh-about-text .cont h2 {
        font-size: 18px;
    }
    .lh-about-text .cont {
        margin-top: 30px;
    }
    .lh-about-text .cont .ccont {
        margin: 30px 0;
    }
    .lh-about-text {
        float: none;
    }
    .lh-about-img {
        float: none;
        width: 100%;
        height: 270px;
        margin-top: 30px;
    }
    .lh-statistical-item li h2 {
        font-size: 20px;
    }
    .lh-statistical-item li h3 {
        font-size: 12px;
    }
  
    /* lh-about-m  end */
    /* lh-new-m start */
    .lh-hot-news {
        margin: 30px 0 0 -10px;
    }
    .lh-hot-news li {
        padding-left: 10px;
    }
    .lh-hot-news li .img {
        height: 120px;
    }
    .lh-hot-news li .text {
        margin-top: 10px;
    }
    .lh-news-l {
        float: none;
    }
    .lh-hot-news li .text h2 {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .lh-hot-news li .text h3 {
        font-size: 12px;
        margin-top: 6px;
    }
    .lh-hot-news li .text h4 {
        margin: 10px 0 0;
        font-size: 12px;
    }
    .lh-news-r {
        float: none;
        width: 100%;
        padding: 20px;
        margin-top: 30px;
        box-shadow: 0px 0px 0px #fff
    }
    /* lh-new-m end */
    /* lh-business-m start */
    .lh-business-box {
        background-attachment: inherit;
    }
    .lh-business {
        margin: 40px 0 0 -10px;
    }
    .lh-business li {
        width: 50%;
        padding-left: 10px;
        margin-top: 10px;
    }
    .lh-business-h h2 {
        font-size: 14px;
    }
    .lh-business-h h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .lh-business li .kc {
        padding: 30px 10px;
    }
    .lh-business li .text {
        margin-top: 10px;
    }
    /* lh-business-m end */
    /* lh-school-m start */
    .lh-schools-banner {
        margin-top: 30px;
        margin-left: 0;
    }
    .lh-schools-item li .img {
        height: 400px;
    }
    .lh-schools-item li {
        padding: 0;
        margin-bottom: 30px;
    }
    /* lh-school-m end */
  

    /* lh-dream start */
    .lh-dream-l dl {
        margin-top: 30px;
    }
    .lh-dream-zx {
        position: static;
        overflow: hidden;
        text-align: center;
        margin-top: 30px;
    }
    .lh-dream-zx li {
        display: inline-block;
        margin: 0 5px;
    }
    /* lh-dream end */
	
	/*改变什么*/
	.lh-youdian-info{ display:none}
	
	.lh-youdian-item li{ width:100%}
	.lh-youdian-item li:nth-child(2), .lh-youdian-item li:nth-child(4), .lh-youdian-item li:nth-child(6), .lh-youdian-item li:nth-child(8){    margin-left: 0%;}

.lh-diploma-list p{ font-size:12px;}

}