﻿.lh_inner {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
.lh_pgcontent {
    padding: 80px 0;
}
@media (max-width:1399px) {
    .lh_inner {
        width: 100%;
    }
}
@media (max-width:1199px) {
    .lh_inner {
        padding: 0 2%;
    }
}
@media (max-width:767px) {
    .lh_pgcontent {
        padding: 5% 0;
    }
}



.lh_pgban img {
    width: 100%;
}
.lh_abouttop {
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_abouttop_l {
    width: 43.5%;
    position: relative;
}
.lh_abouttop_l img {
    width: 100%;
}
.lh_abouttop_l_tag {
    position: absolute;
    width: 240px;
    height: 50px;
    background: #ff030a;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    box-sizing: border-box;
    bottom: 20px;
    left: -80px;
}

.lh_abouttop_r {
    width: 56.5%;
    box-sizing: border-box;
    padding-left: 9.3%;
}
.lh_abouttop_r h1 {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.lh_abouttop_r h1::before {
    content: '';
    position: absolute;
    display: block;
    background: #d9d9d9;
    width: 70px;
    height: 1px;
    top: 50%;
    left: -15%;
}
.lh_abouttop_r h2 {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #ed151b;
    margin-top: 80px;
}
.lh_abouttop_r p {
    font-size: 14px;
    color: #666666;
    line-height: 3;
    margin-top: 30px;
}
@media (max-width:1399px) {
    .lh_abouttop_l_tag {
        left: -10px;
    }
}
@media (max-width:1199px) {
    .lh_abouttop_r h1::before {
        display: none;
    }
    .lh_abouttop_r {
        padding-left: 5%;
    }
    .lh_abouttop_r h1 {
        font-size: 30px;
    }
    .lh_abouttop_r h2 {
        font-size: 18px;
        margin-top: 60px;
    }
    .lh_abouttop_r p {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    .lh_abouttop {
        padding-top: 0;
    }
    .lh_abouttop_l_tag {
        width: 200px;
        height: 40px;
        font-size: 14px;
    }
    .lh_abouttop_l {
        width: 100%;
        margin-bottom: 20px;
    }
    .lh_abouttop_r {
        width: 100%;
        padding-left: 0%
    }
    .lh_abouttop_r h1 {
        font-size: 24px;
    }
    .lh_abouttop_r h2 {
        font-size: 16px;
        margin-top: 30px;
    }
    .lh_abouttop_r p {
        font-size: 12px;
        line-height: 2;
        margin-top: 10px;
    }
} 

.lh_aboutmid {
    margin-top: 80px;
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 45px 50px;
}
.lh_aboutmidbox {
    margin-bottom: 25px;
}
.lh_aboutmidbox:last-child {
    margin-bottom: 0;
}
.lh_aboutmidbox h1 {
    font-size: 20px;
    color: #ed151b;
    font-weight: bold;
    line-height: 1;
}
.lh_aboutmidbox p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-top: 20px;
}
@media (max-width:768px) {
    .lh_aboutmid {
        padding: 5%;
        margin-top: 30px;
    }
    .lh_aboutmidbox h1 {
        font-size: 16px;
    }
    .lh_aboutmidbox p {
        font-size: 12px;
        margin-top: 15px;
    }
}

.lh_aboutbot {
    margin-top: 75px;
}
.lh_aboutmidpic {
    max-width: 100%;
    margin-top: 40px;
}
.lh_aboutmidmobilepic {
    width: 100%;
    margin-top: 10px;
    display: none;
}
.lh_aboutbotlist {
    margin-top: 110px;
}
.lh_aboutbotlist li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.lh_aboutbotlist li:last-child {
    margin-bottom: 0;
}
.lh_aboutbotlist li img {
    width: 35.6%;
}
.lh_aboutbotli_r {
    width: 59%;
}
.lh_aboutbotli_r h1 {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #ed151b;
    padding-top: 7px;
}
.lh_aboutbotli_r p {
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-top: 30px;
}
@media (max-width:768px) {
    .lh_aboutbot {
        margin-top: 50px;
    }
    .lh_aboutbot .index_title_left_box h2 {
        font-size: 24px;
    }
    .lh_aboutbot .index_title_left_box span {
        width: 40px;
    }
    .lh_aboutbotlist {
        margin-top: 40px;
    }
    .lh_aboutbotlist li {
        margin-bottom: 20px;
    }
    .lh_aboutbotlist li img {
        width: 100%;
        margin-bottom: 20px;
    }
    .lh_aboutbotli_r {
        width: 100%;
    }
    .lh_aboutbotli_r h1 {
        font-size: 16px;
        padding-top: 5px;
    }
    .lh_aboutbotli_r p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .lh_aboutmidpic {
        display: none;
    }
    .lh_aboutmidmobilepic {
        display: block;
    }
}


.lh_pgmidtitle {
    text-align: center;
}
.lh_pgmidtitle h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.lh_pgmidtitle span {
    display: block;
    margin: 27px auto 0;
    width: 60px;
    height: 4px;
    background: #ed151b;
}
@media (max-width:1199px) {
    .lh_pgmidtitle h1 {
        font-size: 30px;
    }
}
@media (max-width:768px) {
    .lh_pgmidtitle h1 {
        font-size: 24px;
    }
    .lh_pgmidtitle span {
        margin-top: 15px;
    }
}


.lh_honortop {
    padding-top: 20px;
}
.lh_honortop>img {
    display: block;
    max-width: 100%;
    margin: 60px auto 22px;
}
.lh_honortop>p {
    font-size: 14px;
    color: #333333;
    text-align: center;
}
@media (max-width:768px) {
    .lh_honortop {
        padding-top: 0;
    }
    .lh_honortop>img {
        margin: 15px 0;
    }
    .lh_honortop>p {
        font-size: 12px;
    }
}

.lh_honormid {
    margin-top: 75px;
}
.lh_honormid_t {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}
.lh_honormid_tbox {
    width: 48.2%;
}
.lh_honormid_tbox img {
    width: 100%;
}
.lh_honormid_tbox p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 17px;
}

@media (max-width:768px) {
    .lh_honormid {
        margin-top: 40px;
    }
    .lh_honormid_tbox {
        width: 100%;
        margin: 15px 0;
    }
    .lh_honormid_t {
        margin-top: 10px;
    }
    .lh_honormid_tbox p {
        font-size: 12px;
    }
}

.lh_honormid_b {
    margin-top: 40px;
}
.lh_honorwiper .swiper-slide img {
    width: 100%;
}
.lh_honorwiper .swiper-slide p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding: 0 5%;
    margin-top: 5px;
    line-height: 1.5;
}
.lh_honorwiper .swiper-button-next, .lh_honorwiper .swiper-button-prev {
    top: 23%;
    width: 37px;
    height: 114px;
    background-size: 100% 100%;
    margin-top: 0;
}
.lh_honorwiper .swiper-button-next {
    background-image: url(../Images/lh_honornext.png);
    right: 0;
}
.lh_honorwiper .swiper-button-prev {
    background-image: url(../Images/lh_honorprev.png);
    left: 0;
}
@media (max-width:768px) {
    .lh_honormid_b {
        margin-top: 25px;
    }
    .lh_honorwiper .swiper-slide p {
        font-size: 12px;
    }
}

.lh_honorbot {
    margin-top: 70px;
}
.lh_honorbotlist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}
.lh_honorbotlist li {
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
}
.lh_honorbotlist li img {
    width: 100%;
}
.lh_honorbotlist li p {
    font-size: 14px;
    color: #666666;
    padding: 0 5%;
    line-height: 1.5;
    margin-top: 5px;
}
@media (max-width:992px) {
    .lh_honorbotlist li {
        width: 32%;
    }
}
@media (max-width:768px) {
    .lh_honorbotlist li {
        width: 49.5%;
    }
    .lh_honorbot {
        margin-top: 40px;
    }
    .lh_honorbotlist {
        margin-top: 25px;
    }
    .lh_honorbotlist li p {
        font-size: 12px;
    }
} 

.lh_historydemo {
    background: url(../Images/lh_historybg.png) no-repeat;
    background-size: 100% 573px;
    background-position: top 89px left;
}
.lh_historyrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 282px;
}
.lh_hsbox {
    width: 33.33%;
    text-align: center;
}
.lh_hsboxtag {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    border: 1px solid #ee1d23;
    font-size: 24px;
    color: #ee1d23;
    font-weight: bold;
    margin: 0 auto;
}
.lh_hsboxtag:hover {
    background: #ee1d23;
    color: #ffffff;
}
.lh_hsbox>img {
    display: block;
    margin: 19px auto;
    width: 20px;
    height: 20px;
}
.lh_hsbox h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333333;
    line-height: 1;
}
.lh_hsbox h1 em {
    font-size: 16px;
    margin-right: 5px;
    color: #ee1d23;
}
.lh_hsbox p {
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    margin-top: 15px;
    padding: 0 5%;
}

.lh_historyrow2 {
    flex-direction: row-reverse;
    height: 288px;
}

@media (max-width:1199px) {
    .lh_hsboxtag {
        font-size: 18px;
        width: 120px;
    }
    .lh_hsbox h1 {
        font-size: 18px;
    }
    .lh_hsbox p {
        font-size: 14px;
    }
}
@media (max-width:768px) {
    .lh_hsbox {
        width: 100%;
    }
    .lh_historydemo {
        background: none;
    }
    .lh_historyrow,.lh_historyrow2 {
        height: auto;
    }
    .lh_hsboxtag {
        font-size: 16px;
        width: 80px;
        height: 30px;
        margin: 0;
    }
    .lh_hsbox {
        margin-bottom: 30px;
    }
    .lh_hsbox>img {
        display: none;
    }
    .lh_hsbox h1 {
        font-size: 16px;
        margin: 0;
        justify-content: flex-start;
        margin-top: 10px;
    }
    .lh_hsbox p {
        font-size: 12px;
        text-align-last: left;
        margin-top: 5px;
        padding: 0;
    }
}

.lh_cpdetailtop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_cpdetailpic {
    width: 41.5%;
}
.lh_cpdetailpic img {
    display: block;
    width: 100%;
}
.lh_cpdetailtop_r {
    width: 52%;
}
.lh_cpdetailtitle {
    line-height: 1;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    color: #ee1d23;
    font-weight: bold;
}
.lh_cpdetailtop_r_main {
    padding-top: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.lh_cpdetailmid {
    margin-top: 80px;
}
.lh_cpdetailmidbigtitle {
    border-bottom: 1px solid #cccccc;
}
.lh_cpdetailmidbigtitle h1 {
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ee1d23;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.lh_cpdetailmidbox {
    margin-top: 40px;.
}
.lh_cpdetailmidsmtitle h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}
.lh_cpdetailmidsmtitle span {
    display: block;
    width: 30px;
    height: 1px;
    margin-top: 10px;
    background: #ee1d23;
}
.lh_cpdetailshowlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
.lh_cpdetailshowlist li {
    width: 23.6%;
    margin-top: 25px;
}
.lh_cpdetailshowlist li img {
    display: block;
    width: 100%;
}
.lh_cpdetaildescribe {
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    margin-top: 25px;
}
.lh_cpdetaildescribe img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.lh_cpdetailbot {
    margin-top: 80px;
}
.lh_cpdetailapplist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.lh_cpdetailapplist li {
    width: 31.86%;
    margin-top: 15px;
}
.lh_cpdetailapplist li img {
    display: block;
    width: 100%;
}
.lh_cpdetailapptext {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-top: 30px;
}


.lh_cpmessagedemo {
    background: #f9f9f9;
    padding: 40px 100px 60px;
    margin-top: 80px;
}
.lh_cpmessagedemo h1 {
    text-align: center;
    line-height: 1;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 85px;
}
.lh_cpmsgrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_cpmsgcol {
    width: 50%;
    display: flex;
    align-items: center;
}
.lh_cpmsgcol span {
    display: block;
    font-size: 18px;
    color: #333333;
    width: 60px;
}
.lh_cpmsgcol span em {
    color: #ff0000;
}
.lh_cpmsgcol input {
    display: block;
    width: 480px;
    height: 40px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
    color: #333333;
}

.lh_cpmsgcol2 {
    justify-content: space-between;
}
.lh_cpmsgcol2 span {
    width: 100px;
}
.lh_cpmsgrow2 {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.lh_cpmsgrow2 span {
    display: block;
    font-size: 18px;
    color: #333333;
    width: 62px;
}
.lh_cpmsgrow2 span em {
    color: #ff0000;
}
.lh_cpmsgrow2 textarea {
    display: block;
    width: 1140px;
    height: 90px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    color: #333333;
    border: 1px solid #dbdbdb;
}
.lh_cpmsgbtn {
    display: block;
    margin: 35px auto 0;
    width: 200px;
    height: 40px;
    background: #ee1d23;
    font-size: 18px;
    color: #fefefe;
    border: none;
    outline: none;
    border-radius: 4px;
}

@media (max-width: 1399px) {
    .lh_cpmessagedemo {
        padding: 40px 20px 80px;
    }
    .lh_cpmsgrow2 textarea {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .lh_cpmsgcol {
        width: 100%;
        margin-top: 20px;
    }
    .lh_cpmsgcol span {
        width: 15%;
    }
    .lh_cpmsgcol input {
        width: 85%;
    }
    .lh_cpmsgrow2 span {
        width: 15%;
    }
    .lh_cpmsgrow2 textarea {
        width: 85%;
    }
}
@media (max-width: 768px) {
    .lh_cpmessagedemo {
        padding: 30px 5% 30px;
    }
    .lh_cpmessagedemo h1 {
        margin-bottom: 30px;
    }
    .lh_cpmsgcol span {
        width: 30%;
        font-size: 14px;
    }
    .lh_cpmsgcol input {
        width: 70%;
    }
    .lh_cpmsgrow2 {
        margin-top: 20px;
    }
    .lh_cpmsgrow2 span {
        width: 30%;
        font-size: 14px;
    }
    .lh_cpmsgrow2 textarea {
        width: 70%;
    }
    .lh_cpdetailpic {
        width: 100%;
    }
    .lh_cpdetailtop_r {
        width: 100%;
    }
    .lh_cpdetailshowlist li {
        width: 49%;
    }
    .lh_cpdetailmid {
        margin-top: 40px;
    }
    .lh_cpdetailbot {
        margin-top: 40px;
    }
    .lh_cpdetailapplist li {
        width: 49%;
    }
    .lh_cpdetailtitle {
        font-size: 20px;
    }
    .lh_cpdetailtop_r_main {
        line-height: 1.8;
    }
}


.lh_cplist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_cplist li {
    width: 31.86%;
    margin-bottom: 54px;
}
.lh_cplist li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.lh_cplitextbox {
    width: 71.75%;
	height: 185px;
	background-color: #ffffff;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.13);
    border-radius: 10px;
    margin-left: 9.6%;
    margin-top: -45px;
    position: relative;
    padding: 38px 30px 75px;
    box-sizing: border-box;
}
.lh_cplitextbox h1 {
    font-size: 18px;
	line-height: 1;
    color: #333333;
    font-weight: bold;
}
.lh_cplist li:hover .lh_cplitextbox h1 {
    color: #ed151b;
}
.lh_cplitextbox span {
    display: block;
    width: 48px;
    height: 1px;
    background: #ed151b;
    margin-top: 15px;
}
.lh_cplitextbox p {
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lh_cplitextbox .lh_cplibot {
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
}
.lh_cplitextbox .lh_cplibtn {
    width: 132px;
	height: 40px;
	background-color: #ed151b;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 95, 0.27);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    transform: translateX(70%);
}

@media (max-width: 1199px) {
    .lh_cplitextbox {
        width: 80.8%;
        padding: 25px 20px 20px;
        height: auto;
    }
    .lh_cplitextbox .lh_cplibot {
        justify-content: center;
    }
    .lh_cplitextbox .lh_cplibtn {
        transform: translateX(0);
        height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .lh_cplist li {
        width: 100%;
        margin-bottom: 30px;
    }
}


#pagesize {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
#pagesize a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
}
#pagesize li{float: left;}
#pagesize a.active {
    color: #ffffff;
    background: #ed151b;
}
#pagesize li:nth-of-type(1) a, #pagesize li:nth-last-of-type(1) a {
    width: 30px;
    height: 30px;
    border: 1px solid #e2e2e2;
    margin: 0 15px;
}


.lh_cplitextbox2 {
    width: 80.8%;
	height: 185px;
	background-color: #ffffff;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.13);
    border-radius: 10px;
    margin-left: 9.6%;
    margin-top: -45px;
    position: relative;
    padding: 38px 30px 20px;
    box-sizing: border-box;
}
.lh_cplitextbox2 h1 {
    font-size: 18px;
	line-height: 1;
    color: #333333;
    font-weight: bold;
}
.lh_cplist li:hover .lh_cplitextbox2 h1 {
    color: #ed151b;
}
.lh_cplitextbox2 span {
    display: block;
    width: 48px;
    height: 1px;
    background: #ed151b;
    margin-top: 15px;
}
.lh_cplitextbox2 p {
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
    line-height: 2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
    .lh_cplitextbox2 {
        width: 80.8%;
        padding: 25px 20px 20px;
        height: auto;
    }
}


.lh_qqjblist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.lh_qqjblist li {
    width: 32%;
    text-align: center;
}
.lh_qqjblist li .lh_qqjbpic img {
    width: 100%;
}
.lh_qqjblist li p {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
@media (max-width:768px) {
    .lh_qqjblist li {
        width: 100%;
        margin-bottom: 20px;
    }
}






