.clr {
	clear: both;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.pd70 {
	padding: 70px 0;
}
.pd50 {
	padding: 50px 0;
}

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

	.pd70 {
		padding: 8% 0;
	}
	.pd50 {
		padding: 7% 0;
	}
}



.lh_breadnav {
    border-bottom: 1px solid #ececec;
}
.lh_breadnav .inner {
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
}
.lh_breadnav .inner a {
    color: #666666;
    margin: 0 6px;
}

.lh_cplistmain {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lh_cpcatedemo {
    width: 266px;
}
.lh_cpcatetop {
    padding: 25px 0;
    background: #147ac1;
    text-align: center;
}
.lh_cpcatetop h1 {
    font-size: 41px;
    line-height: 1;
	letter-spacing: 1.6px;
	color: #6ac7fb;
    opacity: 0.1;
    font-weight: bold;
    text-transform: uppercase;
}
.lh_cpcatetop h2 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    margin-top: -20px;
}
.lh_cpcatebot {
    background-color: #ffffff;
    border: solid 1px #0e8ad0;
    padding: 8px;
}
.lh_cpcateli {
    margin-bottom: 8px;
}
.lh_cpcateli:last-child {
    margin-bottom: 0;
}
.lh_cpcatelitop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background-color: #f6f6f6;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s all;
}
.lh_cpcatelitop em {
    font-style: normal;
    font-size: 14px;
    color: #737373;
    display: inline-block;
    max-width: calc(100% - 14px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.2s all;
}
.lh_cpcatelitop span {
    display: block;
    width: 14px;
    height: 14px;
    background-size: 8px 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/lh/cparrowgray.png);
    transition: 0.2s all;
}
.lh_cpcateli:hover .lh_cpcatelitop {
    background: #147ac1;
}
.lh_cpcateli:hover .lh_cpcatelitop em {
    color: #ffffff;
}
.lh_cpcateli:hover .lh_cpcatelitop span {
    background-image: url(../images/lh/cparrowwhite.png);
}
.lh_cpcateli.cur .lh_cpcatelitop {
    background: #147ac1;
}
.lh_cpcateli.cur .lh_cpcatelitop em {
    color: #ffffff;
}
.lh_cpcateli.cur .lh_cpcatelitop span {
    background-image: url(../images/lh/cparrowwhite.png);
}
.lh_cpcateseclist {
    display: none;
}
.lh_cpcateseclist li {
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}
.lh_cpcateseclist li:last-child {
    border-bottom: none;
}
.lh_cpcateseclist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999999;
    transition: 0.2s all;
}
.lh_cpcateseclist li a:hover {
    color: #147ac1;
}


.lh_cplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 892px;
}
.lh_cplist li {
    width: 32.4%;
    margin-bottom: 25px;
}
.lh_cplipic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 270px;
    border: solid 1px #eaeaea;
    border-bottom: none;
    overflow: hidden;
    transition: 0.2s all;
}
.lh_cplipic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s all;
}
.lh_cplist li h1 {
    font-size: 14px;
    color: #333333;
	background-color: #f9f9f9;
    border: solid 1px #eaeaea;
    line-height: 46px;
    text-align: center;
    padding: 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.2s all;
}
.lh_cplist li:hover .lh_cplipic {
    border-color: #147ac1;
}
.lh_cplist li:hover .lh_cplipic img {
    transform: scale(1.1);
}
.lh_cplist li:hover h1 {
    color: #ffffff;
    border-color: #147ac1;
    background-color: #147ac1;
}

.lh_cpcatetelbox {
    width: 100%;
    background: url(../images/lh/cpcatetelboxbg.jpg) 100% 100%/cover no-repeat;
    height: 136px;
    margin-top: 8px;
    text-align: center;
    padding-top: 15px;
}
.lh_cpcatetelbox h1 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin: 10px 0 12px;
}
.lh_cpcatetelbox h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 1px;
}

@media (max-width: 1199px) {
    .lh_cpcatedemo {
        width: 25%;
    }
    .huan_cpcate_right {
        width: 72%;
    }
    .lh_cplipic {
        height: 230px;
    }
    .lh_cpcatelitop {
        height: 40px;
    }
    .lh_cpcatelitop em {
        font-size: 14px;
    }
    .lh_cpcateseclist li {
        height: 40px;
    }
    .lh_cpcateseclist li a {
        font-size: 13px;
    }
    .lh_cpcatetelbox {
        height: 126px;
        padding-top: 15px;
    }
    .lh_cpcatetelbox h1 {
        font-size: 14px;
        color: #ffffff;
        line-height: 1;
        margin: 8px 0 8px;
    }
    .lh_cpcatetelbox h2 {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .lh_cpcatetop h1 {
        font-size: 32px;
    }
    .lh_cpcatetop h2 {
        font-size: 26px;
    }
    .lh_cplipic {
        height: 180px;
    }
    .lh_cpcatelitop {
        height: 36px;
    }
    .lh_cpcatelitop a {
        font-size: 13px;
    }
    .lh_cpcateseclist li {
        height: 36px;
    }
    .lh_cpcateseclist li a {
        font-size: 12px;
    }
    .lh_cplist li {
        margin-bottom: 15px;
    }
    .lh_cpcateli {
        height: 30px;
    }
    .lh_cpcatetelbox {
        height: 100px;
        padding-top: 10px;
    }
    .lh_cpcatetelbox img {
        height: 30px;
    }
    .lh_cpcatetelbox h1 {
        font-size: 12px;
        color: #ffffff;
        line-height: 1;
        margin: 8px 0 8px;
    }
    .lh_cpcatetelbox h2 {
        font-size: 16px;
    }
    .lh_cplist{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .lh_cpcatedemo {
        width: 100%;
    }
    .huan_cpcate_right{
        width: 100%;
        margin-top: 30px;
    }
    .lh_cplist {
        width: 100%;
    }
    .lh_cplist li {
        width: 49%;
    }
    .lh_cpcatetop {
        padding: 10px 0;
    }
    .lh_cpcatetop h1 {
        display: none;
    }
    .lh_cpcatetop h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .lh_cplipic {
        height: 40vw;
    }
    .lh_cpcatelitop {
        height: 30px;
        padding: 0 10px;
    }
    .lh_cpcatelitop em {
        font-size: 12px;
    }
    .lh_cpcateseclist li {
        height: 30px;
    }
    .lh_cpcateseclist li a {
        font-size: 12px;
    }
    .lh_cpcatelist {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .lh_cpcateli {
        width: 49%;
    }
    .lh_cpcatelitop span {
        width: 10px;
        height: 10px;
        background-size: auto 100%;
    }
    .lh_cplist li h1 {
        line-height: 30px;
        font-size: 12px;
    }
}


.lh_sidebar {
    position: fixed;
    top: 50%;
    right: 20px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    width: 175px;
    transform: translateY(-50%);
}
.lh_sidebartop {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #147ac1;
}
.lh_sidebarrow {
    display: flex;
    align-items: center;
    padding-left: 35px;
    height: 43px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.lh_sidebarrow span {
    font-size: 12px;
    color: #666666;
    margin-left: 15px;
}
.lh_sidebarbot {
    text-align: center;
    padding: 15px 0;
    background: #ffffff;
}
.lh_sidebarbot p {
    font-size: 12px;
    color: #666666;
    line-height: 1;
    margin-top: 10px;
}
@media (max-width:768px) {
    .lh_sidebar {
        display: none;
    }
}

.lh_cpdetailmain {
    width: 899px;
}
.lh_cpdetailtitle {
    border-bottom: 1px solid #e1e1e1;
}
.lh_cpdetailtitle span {
    display: inline-block;
    line-height: 33px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #147ac1;
}
.lh_cpdetailmid {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.lh_cpdetailpic {
    width: 289px;
    height: 270px;
    border: 1px solid #eaeaea;
}
.lh_cpdetailpic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lh_cpdetailmid_r {
    width: 550px;
    padding-top: 24px;
}
.lh_cpdetailmid_r h1 {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}
.lh_cpdetailtable {
    margin-top: 18px;
}
.lh_cpdetailtable table {
    width: 100%;
}
.lh_cpdetailtable table tr td {
    font-size: 14px;
    border: 1px solid #eaeaea;
    height: 32px;
}
.lh_cpdetailtable table tr td:first-child {
    color: #484848;
    background: #f5f5f5;
    text-align: center;
}
.lh_cpdetailtable table tr td:last-child {
    color: #666666;
    padding-left: 10%;
}

.lh_cpdetailtoprow {
    display: flex;
    align-items: flex-end;
    margin-top: 50px;
}
.lh_cpdetailtoprow h3 {
    font-size: 16px;
    color: #666666;
    margin-left: 30px;
}
.lh_cpdetailtoprow h3 b {
    font-size: 22px;
    color: #147ac1;
}
.lh_cpdetailcontent {
    margin-top: 40px;
}
.lh_cpdetailcontent h1 {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}
.lh_cpdetailconbox {
    margin-top: 20px;
}
.lh_cpdetailconbox img {
    max-width: 100%;
}
@media (max-width:1199px) {
    .lh_cpdetailmain {
        width: 73%;
    }
    .lh_cpdetailpic {
        width: 36%;
        height: 28vw;
    }
    .lh_cpdetailmid_r {
        width: 61%;
        padding-top: 15px;
    }
    .lh_cpdetailtoprow {
        margin-top: 30px;
    }
}
@media (max-width:768px) {
    .lh_cpdetailmain {
        width: 100%;
        margin-top: 30px;
    }
    .lh_cpdetailmid {
        flex-wrap: wrap;
    }
    .lh_cpdetailpic {
        width: 100%;
        height: 70vw;
    }
    .lh_cpdetailmid_r {
        width: 100%;
        padding-top: 25px;
    }
    .lh_cpdetailtoprow {
        margin-top: 20px;
    }
    .lh_cpdetailtable table tr td {
        font-size: 12px;
        height: 28px;
    }
    .lh_cpdetailtoprow h3 {
        font-size: 12px;
    }
    .lh_cpdetailtoprow h3 b {
        font-size: 18px;
    }
    .lh_cpdetailtoprow a img {
        width: 120px;
    }
}



















































































































































































































