﻿
.clr {
    clear: both;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width:1199px) {
    .inner {
        width: 100%;
        padding: 0 2%;
    }
}

.header {
    border-top: 2px solid #1d3483;
}
.header .inner {
    height: 100px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
    /* padding-bottom: 25px; */
}
.lh_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 760px;
    height: 100%;
}
.lh_nav li {
    position: relative;
    padding-bottom: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh_nav li.active>a {
    color: #1d3483;
}
.lh_nav li.active::after {
    content: '';
    width: 110%;
    height: 3px;
    position: absolute;
    background-color: #1d3483;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.lh_nav li>a {
    font-size: 16px;
    color: #333333;
}
.lh_secnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 170%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 5px 0;
    z-index: 999;
    background: #fff;
}
.lh_secnav a {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #333333;
    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_secnav a:hover {
    color: #1d3483;
}
.lh_nav li:hover .lh_secnav {
    display: block;
}

.hdrighttop {
    position: absolute;
    top: 0;
    right: 0;
    width: 379px;
    height: 28px;
    background: url(../image/toptelbg.png) 100% 100%/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.hdrighttop span img {
    vertical-align: middle;
    margin-right: 7px;
}
.language_a {
    margin: 0 15px;
    padding: 0 15px;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}

.lh_navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.lh_navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.lh_navbtn span:nth-child(1) {
	top: 0;
}
.lh_navbtn span:nth-child(2) {
	top: 10px;
}
.lh_navbtn span:nth-child(3) {
	top: 20px;
}
.lh_navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.lh_navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.lh_navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

.lh_nav li.mobileli {
    display: none;
}

@media (max-width: 1199px) {
    .lh_nav {
        width: 600px;
    }
}
@media (max-width: 992px) {
    .lh_nav {
        width: 460px;
    }
    .lh_nav li>a {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .lh_navbtn {
		display: block;
    }
    .hdrighttop {
        display: none;
    }
    .header .inner {
        flex-wrap: wrap;
        padding: 0 2%;
        height: 70px;
        align-items: center;
        position: relative;
    }
    .lh_nav {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 9999;
        height: calc(100vh - 72px);
        overflow-y: auto;
    }
    .lh_nav li {
        padding: 0;
        height: auto;
        border-top: 1px solid #ddd;
        display: block;
        text-align: center;
    }
    .lh_nav li>a {
        display: inline-block;
        padding: 10px 0;
    }
    .lh_nav li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .lh_nav li.active>a {
        font-weight: bold;
    }
    .lh_nav li.active::after {
        display: none;
    }
    .lh_secnav {
        position: relative;
        box-shadow: none;
        padding: 0;
        border-top: 1px solid #ddd;
    }
    .lh_secnav a {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
    .lh_nav li:hover .lh_secnav {
        display: none;
    }
    .lh_nav li.mobileli {
        display: block;
        border-bottom: none;
    }
    .lh_nav li.mobileli>h1 {
        font-size: 18px;
        font-family: Arial;
        color: #1d3483;
    }
}

.hmbanner img {
    display: block;
    width: 100%;
}
.hmbanner .btn_right111, .hmbanner .btn_left111 {
    width: 53px;
    height: 53px;
    background-size: 100% 100%;
    background-position: center;
    margin-top: -26.5px;
    outline: none;
}
.hmbanner .btn_left111 {
    background-image: url(../image/banarrowl.png);
    left: 9%;
}
.hmbanner .btn_right111 {
    background-image: url(../image/banarrowr.png);
    right: 9%;
}
.hmbanner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
@media (max-width: 768px) {
    .hmbanner .btn_right111, .hmbanner .btn_left111 {
        display: none;
    }
    .hmbanner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}


.hmpubtitle {
    text-align: center;
}
.hmpubtitle h2 {
    font-size: 45px;
	color: #b9b9b9;
    opacity: 0.1;
    font-family: Arial;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.hmpubtitle h1 {
    font-size: 28px;
    color: #333333;
    line-height: 1;
    margin-top: -28px;
}
.hmpubtitle h1 span {
    color: #233983;
}
@media (max-width: 768px) {
    .hmpubtitle h2 {
        font-size: 30px;
    }
    .hmpubtitle h1 {
        font-size: 18px;
        margin-top: -20px;
    }
}

.hmblockone {
    padding: 60px 0;
}
.hmcaselist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}
.hmcaselist li {
    text-align: center;
    width: 32.42%;
}
.hmcasepic {
    width: 100%;
    height: 230px;
}
.hmcasepic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.hmcasetext {
    margin-top: 25px;
}
.hmcasetext h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.hmcasetext p {
    font-size: 14px;
	line-height: 24px;
    color: #666666;
    padding: 0 7px;
    margin-top: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hmcasetext span {
    display: block;
    width: 152px;
    height: 2px;
    background-color: #efefef;
    margin: 25px auto 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;
}
.hmcaselist li:hover .hmcasetext h1 {
    color: #1d3483;
}
.hmcaselist li:hover .hmcasetext span {
    background-color: #1d3483;
}
.hmreadmore {
    display: block;
    width: 159px;
	height: 40px;
    border: solid 1px #eeeeee;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #8c8b8b;
    margin: 45px auto 0;
}

@media (max-width: 992px) {
    .hmcasepic {
        height: 190px;
    }
}
@media (max-width: 768px) {
    .hmblockone {
        padding: 30px 0;
    }
    .hmcaselist {
        margin-top: 25px;
    }
    .hmcaselist li {
        width: 100%;
        margin-bottom: 15px;
    }
    .hmcasepic {
        height: 56vw;
    }
    .hmcasetext {
        margin-top: 15px;
    }
    .hmreadmore {
        margin-top: 25px;
        width: 120px;
        height: 36px;
        line-height: 34px;
    }
}

.hmblocktwo {
    padding-top: 60px;
    background-image: url(../image/hmaboutbg.jpg);
    background-size: auto 496px;
    background-position: top center;
    background-repeat: no-repeat;
}
.hmablist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hmablist li {
    width: 25%;
    text-align: center;
}
.hmablist li img {
    max-width: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.hmablist li img:hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.hmablist li h1 {
    font-size: 16px;
    color: #f5f5f5;
    line-height: 1;
    margin-top: 10px;
}
.hmablist li p {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 15px;
}

.hmaboutbox {
    height: 326px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px 
		rgba(143, 143, 143, 0.31);
    border-radius: 5px;
    margin-top: 80px;
    padding-top: 65px;
}
.hmaboutbox p {
    font-size: 14px;
	line-height: 29px;
    color: #979696;
    margin-top: 32px;
    text-align: center;
    padding: 0 100px;
}
.hmaboutbox .hmreadmore {
    margin-top: 40px;
}
@media (max-width: 992px) {
    .hmblocktwo {
        padding: 10px 0 30px;
        background-size: auto 100%;
    }
    .hmablist li {
        width: 50%;
        margin: 15px 0;
    }
    .hmablist li img {
        width: 80px;
    }
    .hmablist li p {
        padding: 0 15px;
    }
    .hmaboutbox {
        margin-top: 15px;
        padding: 30px 0;
        height: auto;
    }
    .hmaboutbox p {
        line-height: 20px;
        padding: 0 20px;
        text-align: justify;
        font-size: 12px;
    }
}


.hmblockthree {
    padding: 60px 0;
}
.hmcptoppic {
    display: block;
    margin: 35px auto 40px;
    max-width: 100%;
}


.hmcplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px
}
.hmcplist li {
    width: 31.75%;
}
.hmcplipic {
    width: 100%;
    height: 236px;
}
.hmcplipic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hmcplibot {
    padding: 25px 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.hmcplibot span {
    display: block;
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/hmcparrow.png);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.hmcplitext {
    width: calc(100% - 80px);
}
.hmcplitext h1 {
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.hmcplitext p {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    margin-top: 15px;
}
.hmcplist li:hover .hmcplibot {
    box-shadow: 0px 3px 7px 0px 
    rgba(143, 143, 143, 0.31);
}
.hmcplist li:hover .hmcplibot span {
    background-image: url(../image/hmcparrow2.png);
    transform: translateY(-48px);
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    -o-transform: translateY(-48px);
}
@media (max-width: 1199px) {
    .hmcplipic {
        height: 190px;
    }
    .hmcplist {
    padding-top: 20px
}
}
@media (max-width: 992px) {
    .hmcplitext {
        width: calc(100% - 50px);
    }
        .hmcplist {
    padding-top: 15px
}
}
@media (max-width: 768px) {
    .hmblockthree {
        padding: 30px 0;
    }
    .hmcptoppic {
        margin: 20px 0;
    }
    .hmcplist li {
        width: 100%;
        margin-bottom: 15px;
    }
    .hmcplipic {
        height: 59vw;
    }
        .hmcplist {
    padding-top: 10px
}
}

.hmblockfour {
    padding: 60px 0;
    background: url(../image/hmnewsbg.jpg) 100% 100%/cover no-repeat;
}
.hmnewslist {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hmnewslist li {
    width: 48%;
    margin-top: -1px;
}
.hmnewslist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.hmnewslipic {
    width: 211px;
	height: 144px;
}
.hmnewslipic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hmnewslimain {
    width: calc(100% - 211px);
    padding: 0 15px 0 25px;
}
.hmnewslimaintop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hmnewslimaintop h1 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.hmnewslimaintop span {
    font-size: 16px;
    color: #999999;
    display: block;
    width: 45px;
}
.hmnewslimain p {
    font-size: 12px;
	line-height: 24px;
    color: #666666;
    margin-top: 12px;
    width: 240px;
}
.hmnewslimainbot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}
.hmnewslimainbot span {
    font-size: 14px;
    color: #999999;
}
.hmnewslimainbot i {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px solid #e6e6e6;
    height: 27px;
    padding-left: 15px;
}
.hmnewslist li:hover a {
    background-color: #ffffff;
    border-color: #ffffff;
    padding-left: 20px;
}
.hmnewslist li:hover .hmnewslimaintop h1 {
    color: #1d3483;
}
@media (max-width: 1199px) {
    .hmnewslimaintop h1 {
        width: calc(100% - 80px);
    }
}
@media (max-width: 992px) {
    .hmnewslist li {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .hmblockfour {
        padding: 30px 0;
        background: url(../image/hmnewsbg.jpg) 100% 100%;
    }
    .hmnewslist li {
        margin-bottom: 15px;
    }
    .hmnewslist li a {
        padding: 0 0 10px;
    }
    .hmnewslipic {
        width: 100%;
        height: 65vw;
    }
    .hmnewslimain {
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
    }
    .hmnewslimain p {
        width: 100%;
    }
    .hmnewslist li:hover a {
        padding-left: 0;
    }
}

.hmblockfive {
    padding: 60px 0;
}
.hmpartner {
    margin-top: 35px;
    position: relative;
}
.hmhzhb .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hmhzhb .swiper-slide img {
    display: block;
    max-width: 100%;
}

.hmpartner .btn_right222,.hmpartner .btn_left222 {
    width: 15px;
    height: 27px;
    margin-top: -13.5px;
    background-size: 15px 27px;
    outline: none;
}
.hmpartner .btn_right222 {
    background-image: url(../image/hmhzarrowr.png);
    right: -50px;
}
.hmpartner .btn_left222 {
    background-image: url(../image/hmhzarrowl.png);
    left: -50px;
}
@media (max-width: 1199px) {
    .hmpartner .btn_right222 {
        right: 0;
    }
    .hmpartner .btn_left222 {
        left: 0;
    }
}


.footer {
    background-color: #1e2225;
}
.ftbot {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid #313537;
    color: #999999;
}
.fttop {
    padding: 65px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ftnav {
    display: flex;
}
.ftnavbox {
    padding: 0 55px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.ftnavbox:first-child {
    padding-left: 0;
}
.ftnavbox:last-child {
    padding-right: 0;
    border-right: none;
}
.ftnavbox h1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}
.ftnavbox ul {
    margin-top: 20px;
}
.ftnavbox ul li a {
    font-size: 14px;
    color: #acacac;
    line-height: 1.6;
}

.qrcodebox {
    padding: 7px 7px 9px;
    border: 1px solid #606060;
    position: relative;
}
.qrcodebox span {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: #1e2225;
    color: #898989;
    padding: 0 5px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .ftnavbox {
        padding: 0 30px;
    }
}
@media (max-width: 992px) {
    .ftnavbox {
        padding: 0 15px;
    }
}
@media (max-width: 768px) {
    .ftnav {
        display: none;
    }
    .fttop {
        padding: 30px 0;
        justify-content: center;
    }
    .ftbot {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .ftbot span {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.lh_sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}
.sidetop {
    width: 50px;
	height: 100px;
	background-color: #1d3483;
	border-radius: 6px;
}
.sidetop .sideiconbox {
    height: 50px;
    padding: 0 11px;
    width: 100%;
    position: relative;
}
.sidetop a {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-bottom: 1px solid #374fa2;
}
.sidetop a.sideicon1 {
    background-image: url(../image/sideicon1.png);
}
.sidetop a.sideicon2 {
    background-image: url(../image/sideicon2.png);
}
.sidetop a.sideicon3 {
    background-image: url(../image/sideicon3.png);
    border-bottom: none;
}
.sidebot {
    width: 50px;
	height: 50px;
	background-color: #1d3483;
    border-radius: 6px;
    margin-top: 4px;
}
.sidebot a.gotop {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-image: url(../image/sideicon4.png);
}

.sidetel {
    position: absolute;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #1d3483;
    width: 120px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    z-index: -1;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.sideiconbox:hover .sidetel {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}
.sideqrcode {
    padding: 5px;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #1d3483;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    z-index: -1;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.sideiconbox:hover .sideqrcode {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}
@media (max-width: 768px) {
    .lh_sidebar {
        display: none;
    }
}


.lh_pgcontent {
    padding: 65px 0 90px;
}
.lh_pgcontent .hmcplist li {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .lh_pgcontent {
        padding: 30px 0;
    }
    .lh_pgcontent .hmcplist li {
        margin-bottom: 15px;
    }
}

.lh_cpdetail>h1 {
    font-size: 24px;
	letter-spacing: 1px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.lh_cpdetail>h1::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 106px;
    left: 0;
    height: 1px;
    background-color: #1d3483;
}

.lh_cpdetailmain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
}
.lh_cpdetail_l {
    width: 830px;
    padding: 0 50px;
    position: relative;
}
.lh_cpdetail_l .btn_right333, .lh_cpdetail_l .btn_left333 {
    width: 16px;
    height: 28px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    margin-top: -14px;
}
.lh_cpdetail_l .btn_right333 {
    background-image: url(../image/hmhzarrowr.png);
}
.lh_cpdetail_l .btn_left333 {
    background-image: url(../image/hmhzarrowl.png);
}
.hmcpdetailpic .swiper-slide {
    height: 258px;
}
.hmcpdetailpic .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lh_cpdetail_r {
    width: 100%;
}
.lh_cpdetail_r h1 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
}
.lh_cpdetailtext {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    /*margin-top: 20px;*/
}
.lh_cpbtn {
    display: block;
    width: 116px;
	height: 33px;
    background-color: #1d3483;
    text-align: center;
    line-height: 33px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .lh_cpdetail_l {
        width: 780px;
        padding: 0 30px;
    }
    .lh_cpdetail_r {
        width: calc(100% - 800px);
    }
}
@media (max-width: 992px) {
    .lh_cpdetail_l {
        width: 100%;
        padding: 0 30px;
    }
    .lh_cpdetail_r {
        width: 100%;
        margin-top: 25px;
        padding: 0 15px;
    }
    .hmhzhb .swiper-slide {
        height: auto;
    }
    .lh_cpdetail>h1 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .lh_cpdetailmain {
        margin-top: 25px;
    }
}








.lh_pgcontent .hmcplist li:last-child{
    margin-bottom: 0;
    height: 0;
}




























































































































































































































































































