.lh_pgcon {
    background: #f8f8f8;
}

.lh_cpdetailone {
    padding: 75px 0 60px;
}
.lh_cpdetailone .con14 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.lh_cpdetailpicdemo {
    display: flex;
    align-items: flex-start;
}
.lh_cpdetailbigpic {
    width: 411px;
	height: 477px;
	background-color: #ffffff;
    border: solid 1px #e0e0e0;
    margin-right: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lh_cpdetailbigpic img {
    width: 100%;
    display: block;

}
.lh_cpdetailsmpiclist li {
    width: 95px;
	height: 111px;
	background-color: #ffffff;
    border: solid 1px #e0e0e0;
    margin-bottom: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lh_cpdetailsmpiclist li img {
    display: block;
    width: 100%;

}
.lh_cpdetailsmpiclist li:last-child {
    margin-bottom: 0;
}

.lh_cpdetailonemain {
    width: calc(100% - 630px);
}
.lh_cpdetailtitle {
    font-family: CTLaoSongSJ;
	font-size: 28px;
    color: #457adb;
    padding: 8px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
}
.lh_cpdetailintro {
    margin-top: 30px;
    font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.lh_cpdetailintro>h3.lh_cpdetailintrocpgs {
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.lh_cpdetailbtn {
    display: block;
    width: 144px;
	height: 45px;
    background-color: #457adb;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
}
@media (max-width: 1366px) {
    .lh_cpdetailintro {
        line-height: 26px;
    }
}
@media (max-width: 1199px) {
    .lh_cpdetailbigpic {
        width: 360px;
        height: 422px;
        margin-right: 20px;
    }
    .lh_cpdetailsmpiclist li {
        width: 80px;
        height: 94px;
        margin-bottom: 15px;
    }
    .lh_cpdetailonemain {
        width: calc(100% - 500px);
    }
}
@media (max-width: 992px) {
    .lh_cpdetailbigpic {
        width: 300px;
        height: 354px;
        margin-right: 15px;
    }
    .lh_cpdetailsmpiclist li {
        width: 60px;
        height: 70px;
        margin-bottom: 10px;
    }
    .lh_cpdetailonemain {
        width: calc(100% - 400px);
    }
    .lh_cpdetailtitle {
        padding: 5px 0 15px;
        font-size: 24px;
    }
    .lh_cpdetailintro {
        line-height: 20px;
    }
    .lh_cpdetailintro>h3.lh_cpdetailintrocpgs {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .lh_cpdetailone {
        padding: 30px 0;
    }
    .lh_cpdetailpicdemo {
        width: 100%;
        justify-content: space-between;
    }
    .lh_cpdetailbigpic {
        width: calc(100% - 70px);
        height: auto;
        margin-right: 0;
    }
    .lh_cpdetailonemain {
        width: 100%;
    }
    .lh_cpdetailtitle {
        padding: 20px 0 15px;
        font-size: 20px;
    }
    .lh_cpdetailintro {
        line-height: 18px;
        font-size: 12px;
        margin-top: 15px;
    }
    .lh_cpdetailintro>h3.lh_cpdetailintrocpgs {
        font-size: 14px;
    }
    .lh_cpdetailbtn {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

.lh_cpdetailtwo {
    padding-bottom: 45px;
}
.lh_cpdetailintronav {
    width: 100%;
    background-color: #ededed;
    display: flex;
    align-items: center;
}
.lh_cpdetailintronav li a {
    display: block;
    width: 175px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
	color: #333333;
}
.lh_cpdetailintronav li.cur a {
    color: #457adb;
    position: relative;
}
.lh_cpdetailintronav li.cur a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    bottom: -1px;
    background: #457adb;
    left: 0;
}
.lh_cpdetailintrobox {
    display: flex;
    justify-content: space-between;
}
.lh_cpdetailintroboxtitle {
    font-size: 20px;
	line-height: 30px;
    color: #457adb;
    margin-top: 40px;
}
.lh_cpdetailintroboxmain {
    width: calc(100% - 232px);
    font-size: 14px;
	line-height: 30px;
	color: #666666;
    padding: 38px 0;
    border-bottom: 1px dashed #999999;
}
.lh_cpdetailintrobox:last-child .lh_cpdetailintroboxmain {
    border-bottom: none;
}
.lh_cpdetailhonorlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.lh_cpdetailhonorlist li {
    width: 225px;
    margin: 5px 15px 5px 0;
}
.lh_cpdetailhonorlist li img {
    display: block;
    width: 100%;
}
.lh_cpdetailintroboxmain img {
    max-width: 100%;
}
@media (max-width: 1366px) {
    .lh_cpdetailhonorlist li {
        width: 210px;
        margin: 5px 15px 5px 0;
    }
}
@media (max-width: 1199px) {
    .lh_cpdetailintronav li a {
        width: 150px;
        font-size: 16px;
    }
    .lh_cpdetailintroboxmain {
        width: calc(100% - 150px);
    }
    .lh_cpdetailhonorlist li {
        width: 190px;
        margin: 5px 10px 5px 0;
    }
}
@media (max-width: 992px) {
    .lh_cpdetailintronav li a {
        width: 120px;
        font-size: 14px;
        line-height: 40px;
    }
    .lh_cpdetailintroboxtitle {
        font-size: 18px;
        margin-top: 30px;
    }
    .lh_cpdetailintroboxmain {
        padding: 30px 0;
        width: calc(100% - 130px);
    }
}
@media (max-width: 768px) {
    .lh_cpdetailintronav li {
        width: 25%;
    }
    .lh_cpdetailintronav li a {
        width: 100%;
    }
    .lh_cpdetailintrobox {
        flex-wrap: wrap;
    }
    .lh_cpdetailintroboxtitle {
        font-size: 16px;
        margin-top: 15px;
    }
    .lh_cpdetailintroboxmain {
        padding: 10px 0 20px;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .lh_cpdetailhonorlist {
        justify-content: space-between;
    }
    .lh_cpdetailhonorlist li {
        width: 49%;
        margin: 5px 0;
    }
    .lh_cpdetailtwo {
        padding-bottom: 20px;
    }
}
/* .lh_pgcon .con14{
    padding: 80px 0;
} */
.lh_pgcplist {
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}
.lh_pgcplist li {
    width: 32%;
	/* height: 520px; */
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    margin-bottom: 35px;
}
.lh_pgcplist li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.lh_pgcppic {
    padding:40px;
    width: 100%;
    overflow: hidden;


}
.lh_pgcppic img {
    display: block;
    width: 100%;

    max-height: 372px;

}
.lh_pgcplist li a>h1 {
    text-align: center;
    font-size: 20px;
    color: #2a2a2a;
}
.lh_pgcplimask {
  
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(69,122,219,0.8);
    top: 0;
    left: 0;
    padding: 80px 55px 30px;
    color: #ffffff;
    opacity: 0;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.lh_pgcplist li:hover .lh_pgcplimask {
    opacity: 1;
}
.lh_pgcplimask h1 {
    font-size: 24px;
	color: #ffffff;
}
.lh_pgcplimask p {
    font-size: 14px;
	line-height: 30px;
	color: #ffffff;
    opacity: 0.8;
    margin-top: 28px;
}
.lh_pgcplimask img {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .lh_pgcppic img{
        max-height: unset;
    }
    .lh_pgcppic {
        padding: 20px;
   
    }
    /* .lh_pgcon .con14{
        padding: 20px 0;
    } */
    .lh_pgcplist li a>h1 {
        font-size: 18px;
    }
    .lh_pgcplimask {
        padding: 40px 30px;
    }
    .lh_pgcplimask h1 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .lh_pgcplist {
        padding: 30px 0;
    }
    .lh_pgcplist li {
        width: 100%;
        margin-bottom: 15px;
    }
}


.lh_servicepubtitle {
    text-align: center;
    font-family: CTLaoSongSJ;
	font-size: 40px;
    color: #2a2a2a;
    line-height: 1;
}
.lh_serviceone {
    padding: 80px 0 70px;
}
.lh_serviceonemain {
    margin-top: 43px;
    background: url(../images/lh/servicetopbg.jpg) 100% 100%/cover no-repeat;
    width: 100%;
    height: 412px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh_serviceonemaininn {
    width: 731px;
	height: auto;
    border: solid 1px #ffffff;
    max-width: 100%;
    padding: 10px;
}
.lh_serviceonemaininn h1 {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: flex;
	padding:10px;
/*    align-items: center;
    justify-content: center;*/
    font-size: 16px;
	line-height: 33px;
	color: #333333;
}
@media (max-width: 1199px) {
    .lh_serviceonemain {
        height: 340px;
    }
    .lh_serviceonemaininn {
        width: 680px;
        height: auto;
    }
    .lh_serviceonemaininn h1 {
        font-size: 16px;
		padding:10px;
    }
}
@media (max-width: 768px) {
    .lh_serviceone {
        padding: 30px 0;
    }
    .lh_servicepubtitle {
        font-size: 28px;
    }
    .lh_serviceonemain {
        height: 240px;
        margin-top: 25px;
        background-size: auto 100%;
        background-position: center;
    }
    .lh_serviceonemaininn {
        width: 330px;
        height: auto;
    }
    .lh_serviceonemaininn h1 {
        font-size: 14px;
        line-height: 1.6;
        padding:10px;
    }
}


.lh_servicetwomain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 43px;
}
.lh_zlbzright {
    display: block;
    width: 568px;
}
.lh_zlbzleft {
    width: calc(100% - 650px);
}
.lh_zlbzleftbox {
    border-bottom: 1px solid #dbdbdb;
    padding: 35px 25px 35px 0;
}
.lh_zlbzleftbox h1 {
    padding-left: 80px;
    font-size: 18px;
    color: #457adb;
    font-weight: bold;
    line-height: 26px;
    background-position: left 30px center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}
.lh_zlbzleftbox:nth-child(1) h1 {
    background-image: url(../images/lh/serviceicon1.png);
}
.lh_zlbzleftbox:nth-child(2) h1 {
    background-image: url(../images/lh/serviceicon2.png);
}
.lh_zlbzleftbox:nth-child(3) h1 {
    background-image: url(../images/lh/serviceicon3.png);
}
.lh_zlbzleftbox:nth-child(1) {
    padding-top: 0;
}
.lh_zlbzleftbox p {
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
    color: #666666;
    padding-left: 80px;
    margin-top: 20px;
}
@media (max-width: 1366px) {
    .lh_zlbzright {
        width: 500px;
    }
    .lh_zlbzleft {
        width: calc(100% - 550px);
    }
    .lh_zlbzleftbox p {
        line-height: 22px;
    }
}
@media (max-width: 1199px) {
    .lh_zlbzright {
        width: 470px;
    }
    .lh_zlbzleft {
        width: calc(100% - 520px);
    }
    .lh_zlbzleftbox h1 {
        padding-left: 50px;
        background-position: left 20px center;
    }
    .lh_zlbzleftbox p {
        line-height: 20px;
        padding-left: 50px;
    }
}
@media (max-width: 992px) {
    .lh_servicetwomain {
        flex-direction: column-reverse;
    }
    .lh_zlbzright {
        width: 100%;
    }
    .lh_zlbzleft {
        width: 100%;
        margin-top: 20px;

    }
    .lh_servicetwomain {
        margin-top: 25px;
    }
    .lh_zlbzleftbox {
        padding: 15px 15px 15px 0;
    }
    .lh_zlbzleftbox h1 {
        padding-left: 30px;
        background-position: left center;
        background-size: 18px 18px;
        font-size: 16px;    
        line-height: 18px;
    }
    .lh_zlbzleftbox p {
        line-height: 18px;
        font-size: 12px;
        padding-left: 30px;
        margin-top: 15px;
    }
}

.lh_servicethree {
    padding: 70px 0;
}
.lh_servicethreemain {
    margin-top: 43px;
}
#map {
    width: 100%;
    height: 484px;
}
.lh_servicethreebot {
    margin-top: -140px;
    position: relative;
}
.lh_servicethreebotlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
}
.lh_servicethreebotlist li {
    text-align: center;
    width: 20%;
    padding: 58px 25px;
}
.lh_servicethreebotlist li h1 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 25px;
}
.lh_servicethreebotlist li span {
    display: block;
    width: 26px;
	height: 1px;
	background-image: linear-gradient(#457adb, #457adb), linear-gradient(#00a338, #00a338);
    background-blend-mode: normal, normal;
    margin: 13px auto;
}
.lh_servicethreebotlist li p {
    font-size: 14px;
	line-height: 24px;
	color: #666666;
}
@media (max-width: 992px) {
    .lh_servicethreebot {
        margin-top: 0;
    }
    .lh_servicethreebotlist li {
        padding: 30px 15px;
    }
    .lh_servicethreebotlist li img {
        width: 70px;
    }
}
@media (max-width: 768px) {
    .lh_servicethree {
        padding: 30px 0;
    }
    .lh_servicethreebotlist {
        justify-content: center;
        padding: 10px 0;
    }
    .lh_servicethreebotlist li {
        width: 50%;
        padding: 10px;
    }
    .lh_servicethreebotlist li h1 {
        font-size: 16px;
        margin-top: 10px;
    }
    .lh_servicethreemain {
        margin-top: 25px;
    }
}

.lh_zbzqmain {
    width: 1265px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
}
.lh_zbzqtitle {
    text-align: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #e7e7e7;
}
.lh_zbzqtitle h1 {
    font-family: CTLaoSongSJ;
	font-size: 30px;
	line-height: 1;
	color: #333333;
}
.lh_zbzqtitle h2 {
    font-size: 15px;
    line-height: 1;
    margin-top: 35px;
	color: #636363;
}
.lh_zbzqtabledemo {
    width: 1200px;
    margin: 35px auto 0;
    max-width: 100%;
}
.lh_zbzqtabledemo table {
    width: 100%;
}
.lh_zbzqtabledemo table tr td {
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    width: 200px;
    padding: 0 5px;
}
.lh_zbzqtabledemo table tr td.lh_zbtbtlte {
    background: #f1f1f1;
    width: 150px;
}

.lh_zbzqtextdemo {
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
	line-height: 24px;
	color: #666666;
}
.lh_zbzqbtn {
    display: block;
    width: 168px;
	line-height: 37px;
    background-color: #457adb;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin: 25px auto 0;
}
@media (max-width: 768px) {
    .lh_zbzqmain {
        padding: 30px 0;
    }
    .lh_zbzqtitle h1 {
        font-size: 24px;
    }
    .lh_zbzqtitle h2 {
        font-size: 13px;
        margin-top: 15px;
    }
    .lh_zbzqtitle {
        padding-bottom: 25px;
    }
    .lh_zbzqtabledemo table tr td {
        height: 50px;
        font-size: 12px;
    }
    .lh_zbzqtextdemo {
        font-size: 12px;
        line-height: 20px;
    }
    .lh_zbzqbtn {
        width: 130px;
        line-height: 30px;
        font-size: 12px;
    }
}

.lh_gshjone {
    padding: 80px 0;
    background: #fafafa;
}
.lh_gshjpubtitle {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.lh_gshjpubtitle_l {
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.lh_gshjpubtitle_l span {
    display: block;
    width: 11px;
    height: 11px;
    border: solid 1px #457adb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.lh_gshjpubtitle_l i {
    display: block;
    width: 51px;
	height: 1px;
	background-color: #457adb;
}
.lh_gshjpubtitle h1 {
    font-family: CTLaoSongSJ;
	font-size: 30px;
	line-height: 1;
	color: #2a2a2a;
}
.lh_gshjone p {
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
    color: #666666;
    margin-bottom: 15px;
}
.lh_gshjone video {
    margin-top: 35px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.lh_gshjtwo {
    padding: 75px 0;
}
.lh_qyfclist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_qyfclist li {
    width: 32.86%;
    margin-bottom: 8px;
}
.lh_qyfclist li img {
    display: block;
    width: 100%;
   height: 100%;
}
@media (max-width: 768px) {
    .lh_gshjone {
        padding: 30px 0;
    }
    .lh_gshjtwo {
        padding: 30px 0;
    }
    .lh_gshjpubtitle {
        margin-bottom: 25px;
    }
    .lh_gshjpubtitle_l span {
        display: block;
        width: 11px;
        height: 11px;
        border: solid 1px #457adb;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .lh_gshjpubtitle_l i {
        width: 30px;
        height: 1px;
    }
    .lh_gshjpubtitle h1 {
        font-size: 24px;
    }
    .lh_gshjone p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .lh_qyfclist li {
        width: 100%;
        margin-bottom: 10px;
    }
}


.lh_cxygjmain {
    padding: 80px 0 50px;
}
.lh_cxygjtitle1 {
    font-size: 24px;
	line-height: 1;
    color: #333333;
    margin-bottom: 30px;
}
.lh_cxygjtitle2 {
    font-size: 18px;
	line-height: 1;
	color: #457adb;
}
.lh_cxygj_p {
    margin-top: 20px;
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
    color: #7a7a7a;
    text-align: justify;
}
.lh_cxygjflexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.lh_cxygjflexbox_l {
    width: calc(100% - 550px);
}
.lh_cxygjflexbox_r {
    text-align: center;
}
.lh_cxygjflexbox_r p {
    font-size: 14px;
	letter-spacing: 1px;
    color: #7a7a7a;
    margin-top: 10px;
}

.lh_cxygjflexbox2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.lh_cxygjflexbox2_l {
    width: calc(100% - 670px);
}
.lh_cxygjflexbox2_r {
    display: flex;
    justify-content: space-between;
    width: 600px;
    text-align: center;
}
.lh_cxygjflexbox2_r_box p {
    font-size: 14px;
	letter-spacing: 1px;
    color: #7a7a7a;
    margin-top: 10px;
}
.lh_cxpthonorlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_cxpthonorlist li {
    background-color: #f3f3f3;
    text-align: center;
    width: 32.28%;
    margin-bottom: 28px;
}
.lh_cxpthonorpicbox {
    padding: 40px 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh_cxpthonorpicbox img {
    display: block;
    max-width: 100%;
    height: 248px;
    object-fit: contain;
}
.lh_cxpthonorlist li p {
    margin: 30px 0 40px;
    font-size: 16px;
	color: #333333;
}
@media (max-width: 992px) {
    .lh_cxygjflexbox_l {
        width: 100%;
    }
    .lh_cxygjflexbox_r {
        max-width: 100%;
        margin: 25px auto 0;
    }
    .lh_cxygjflexbox_r img {
        display: block;
        max-width: 100%;
    }
    .lh_cxygjflexbox2_l {
        width: 100%;
    }
    .lh_cxygjflexbox2_r {
        max-width: 100%;
        margin: 20px auto;
    }
    .lh_cxygjflexbox2_r img {
        display: block;
        max-width: 100%;
    }
    
}
@media (max-width: 768px) {
    .lh_cxygjmain {
        padding: 30px 0;
    }
    .lh_cxygjtitle1 {
        font-size: 20px;
    }
    .lh_cxygjtitle2 {
        font-size: 16px;
    }
    .lh_cxygj_p {
        margin-top: 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .lh_cxygjflexbox_r p {
        font-size: 12px;
    }
    .lh_cxygjflexbox2 {
        margin: 0;
    }
    .lh_cxygjflexbox2_r {
        flex-wrap: wrap;
    }
    .lh_cxygjflexbox2_r_box {
        width: 100%;
        margin: 10px 0;
    }
    .lh_cxygjflexbox2_r_box img {
        display: block;
        width: 100%;
    }
    .lh_cxygjflexbox2_r_box p {
        font-size: 12px;
    }
    .lh_cxpthonorlist li {
        width: 100%;
        margin-bottom: 10px;
    }
    .lh_cxpthonorpicbox {
        padding: 20px 15px 0;
    }
    .lh_cxpthonorpicbox img {
        height: 200px;
    }
    .lh_cxpthonorlist li p {
        margin: 15px 0;
        font-size: 14px;
    }
}

.lh_kyrcdemo {
    padding: 80px 0 70px;
    background: url(../images/lh/kyrcbg.jpg) 100% 100%/cover no-repeat;
}
.lh_kyrccatelist {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh_kyrccatelist li {
    padding: 0 30px;
    border-right: 1px solid #d1d1d1;
}
.lh_kyrccatelist li:last-child {
    border-right: none;
}
.lh_kyrccatelist li a {
    font-size: 24px;
    color: #2a2a2a;
    line-height: 1;
}
.lh_kyrccatelist li.active a {
    color: #457adb;
}
.lh_kyrcmainlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}
.lh_kyrcmainlist li {
    width: 32.15%;
	background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    padding: 35px 40px;
    margin-bottom: 34px;
}
.lh_kyrcmainliinn {
    height: 320px;
    overflow: auto;
    padding-right: 20px;
}
.lh_kyrcmainliinn::-webkit-scrollbar {
    width: 6px;
	background-color: #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 10px;
}
.lh_kyrcmainliinn::-webkit-scrollbar-thumb {
	background-color: #457adb;
	border-radius: 2px;
}
.lh_kyrcmainlititle h1 {
    font-size: 26px;
    line-height: 1;
	color: #2a2a2a;
}
.lh_kyrcmainlititle h2 {
    font-size: 14px;
	line-height: 21px;
    color: #666666;
    margin: 15px 0 18px;
}
.lh_kyrcmainlititle span {
    display: block;
    width: 20px;
	height: 1px;
	background-color: #000000;
}
.lh_kyrcmainlitext {
    margin-top: 22px;
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
    color: #666666;
    text-align: justify;
}
@media (max-width: 1199px) {
    .lh_kyrcmainlist li {
        padding: 30px 20px;
    }
}
@media (max-width: 992px) {
    .lh_kyrcmainlist li {
        width: 48.5%;
        padding: 30px 20px;
    }
}
@media (max-width: 768px) {
    .lh_kyrcdemo {
        padding: 30px 0;
    }
    .lh_kyrcmainlist {
        margin-top: 25px;
    }
    .lh_kyrccatelist li {
        padding: 0 10px;
    }
    .lh_kyrccatelist li a {
        font-size: 16px;
    }
    .lh_kyrcmainlist li {
        width: 100%;
        margin-bottom: 15px;
        padding: 30px 20px;
    }
    .lh_kyrcmainlititle h1 {
        font-size: 20px;
    }
    .lh_kyrcmainlititle h2 {
        margin: 10px 0;
    }
    .lh_kyrcmainlitext {
        font-size: 13px;
        line-height: 20px;
    }
    .lh_kyrcmainliinn {
        height: 250px;
    }
}

.lh_kjcxzldemo {
    padding: 80px 0 60px;
    background: #ffffff;
}
.lh_zltab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4e4e4;
    border-bottom: none;
}
.lh_zltab li {
    flex: 1;
    text-align: center;
    line-height: 57px;
    background: #f3f3f3;
    font-size: 18px;
    color: #666666;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
}
.lh_zltab li.cur {
    background: #457adb;
    border-color: #457adb;
    color: #ffffff;
}
.lh_zltab li:last-child {
    border-right: none;
}

.lh_zlmain {
    margin-top: -1px;
}
.lh_zlmainbox {
    display: none;
}
.lh_zlmainbox table {
    width: 100%;
}
.lh_zlmainbox table tr th {
    text-align: center;
    border: 1px solid #e4e4e4;
    height: 39px;
    background: #f3f3f3;
    color: #424242;
}
.lh_zlmainbox table tr th:nth-child(1) {
    width: 5%;
}
.lh_zlmainbox table tr th:nth-child(2) {
    width: 45%;
}
.lh_zlmainbox table tr th:nth-child(3) {
    width: 20%;
}
.lh_zlmainbox table tr th:nth-child(4) {
    width: 20%;
}
.lh_zlmainbox table tr th:nth-child(5) {
    width: 10%;
}
.lh_zlmainbox table tr td {
    border: 1px solid #e4e4e4;
    height: 39px;
    background-color: #ffffff;
    color: #666666;
    text-align: center;
}
.lh_zlmainbox table tr td:nth-child(2) {
    padding: 0 5%;
    text-align: left;
}
@media (max-width: 992px) {
    .lh_zltab li {
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 5px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .lh_kjcxzldemo {
        padding: 30px 0;
    }
    .lh_zltab li {
        font-size: 12px;
        padding: 0 10px;
    }
    .lh_zlmainbox {
        overflow-x: auto;
    }
    .lh_zlmainbox table {
        width: 768px;
    }
    .lh_zlmainbox table tr th {
        height: 30px;
        font-size: 12px;
        padding: 5px;
    }
    .lh_zlmainbox table tr td {
        height: 30px;
        font-size: 12px;
        padding: 5px;
    }
    .lh_zlmainbox table tr td:nth-child(2) {
        padding: 5px;
    }
    .lh_zlmainbox table tr th:nth-child(1) {
        width: 10%;
    }
    .lh_zlmainbox table tr th:nth-child(2) {
        width: 30%;
    }
    .lh_zlmainbox table tr th:nth-child(3) {
        width: 25%;
    }
    .lh_zlmainbox table tr th:nth-child(4) {
        width: 25%;
    }
    .lh_zlmainbox table tr th:nth-child(5) {
        width: 10%;
    }
}

.lh_zlbot {
    margin-top: 58px;
}
.lh_zlpiclist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_zlpiclist li {
    width: 23.42%;
    margin-bottom: 25px;
}
.lh_zlpiclist li img {
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .lh_zlbot {
        margin-top: 30px;
    }
    .lh_zlpiclist li {
        width: 48.5%;
        margin-bottom: 15px;
    }
}

.footer {
    border-top: 1px solid #e5e5e5;
}
.ftbot {
    padding: 26px 0;
    font-size: 12px;
	line-height: 1;
	color: #999999;
}

.fttop {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.fttop_l {
    display: flex;
    align-items: flex-start;
}
.ftnavbox:not(:last-child) {
    margin-right: 85px;
}
.ftnavbox h1 {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}
.ftnavbox h2 {
    line-height: 1;
    margin-bottom: 15px;
}
.ftnavbox h2:last-child {
    margin-bottom: 0;
}
.ftnavbox h2 a {
    font-size: 12px;
	color: #999999;
}

.fttop_r {
    display: flex;
    justify-content: space-between;
}
.qrcodebox {
    text-align: center;
    margin-left: 12px;
}
.qrcodebox:first-child {
    margin-left: 0;
}
.qrcodebox img {
    display: block;
    width: 144px;
}
.qrcodebox p {
    font-size: 12px;
    color: #666666;
    line-height: 1;
    margin-top: 10px;
}
@media (max-width: 1366px) {
    .ftnavbox:not(:last-child) {
        margin-right: 65px;
    }
}
@media (max-width: 1199px) {
    .ftnavbox:not(:last-child) {
        margin-right: 35px;
    }
    .qrcodebox img {
        width: 130px;
    }
}
@media (max-width: 992px) {
    .fttop_l {
        display: none;
    }
    .fttop_r {
        margin: 0 auto;
    }
    .fttop {
        padding-top: 30px;
    }
    .ftbot {
        text-align: center;
        padding: 20px 0;
    }
}




.w_zlmainbox1 table tr th:nth-child(2){
    width: 40%;
}
.w_zlmainbox1 table tr th:nth-child(3){
    width: 5%;
}
.w_zlmainbox1 table tr th:nth-child(4){
    width: 10%;
}
.w_zlmainbox1 table tr th:nth-child(5){
    width: 30%;
}
.w_zlmainbox1 table tr th:nth-child(6){
    width: 10%;
}

.w_zlmainbox2 table tr th:nth-child(2){
    width: 45%;
}
.w_zlmainbox2 table tr th:nth-child(3){
    width: 20%;
}
.w_zlmainbox2 table tr th:nth-child(4){
    width: 20%;
}


.w_zlmainbox3 table tr th:nth-child(2){
    width: 20%;
}
.w_zlmainbox3 table tr th:nth-child(3){
    width: 30%;
}
.w_zlmainbox3 table tr th:nth-child(4){
    width: 45%;
}






















































































