.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_pgban img {
    display: block;
    width: 100%;
}
.lh_breadnav {
    border-bottom: 1px solid #ececec;
}
.lh_breadnav .inner {
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #666666;
}
.lh_breadnav .inner a {
    color: #666666;
}

.lh_pubtitle {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.lh_downloadlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.lh_downloadlist li {
    width: 19.1%;
    background-color: #ffffff;
	border-radius: 8px;
    border: solid 1px #e9e9e9;
    margin-bottom: 15px;
}
.lh_downloadlist li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0 30px;
    transition: 0.2s all;
}
.lh_downloadlist li:hover a {
    box-shadow: 0 0 18px 0px rgba(163, 163, 163, 0.3);
}
.lh_zippic {
    display: block;
    margin: 0 auto;
}
.lh_downloadlist li h1 {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5%;
    margin: 20px 0 25px;
    transition: 0.2s all;
}
.lh_downloadlist li:hover h1 {
    color: #147ac1;
}
.lh_dlrow1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.lh_dlrow2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh_dlrowinn1 {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.lh_dlrowinn1 img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.lh_dlrowinn1 span {
    font-size: 12px;
    color: #666666;
}
.lh_dlrowinn2 {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.lh_dlrowinn2 img {
    display: block;
    width: auto;
    height: 13px;
    margin-right: 2px;
}
.lh_dlrowinn2 span {
    font-size: 12px;
    color: #828282;
}

@media (max-width: 1199px) {
    .lh_downloadlist li {
        width: 23.6%;
    }
}
@media (max-width: 992px) {
    .lh_downloadlist li {
        width: 32%;
    }
}
@media (max-width: 768px) {
    .lh_breadnav .inner {
        height: auto;
        line-height: 1.4;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lh_pubtitle {
        font-size: 24px;
    }
    .lh_downloadlist li {
        width: 48%;
    }
    .lh_downloadlist li a {
        padding: 25px 0;
    }
    .lh_downloadlist li h1 {
        margin: 10px 0;
        font-size: 12px;
    }
    .lh_dlrow1 {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .lh_dlrowinn1 {
        width: 100%;
        justify-content: center;
    }
}


.lh_cpdetailtop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lh_cpdetailpic {
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    width: 30.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 258px;
} 
.lh_cpdetailpic img {
    display: block;
    max-width: 100%;
}
.lh_cpdetailtop_r {
    width: 64.25%;
}
.lh_cpdetailtitle {
    font-size: 22px;
    color: #333333;
    padding: 15px 0;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    position: relative;
}
.lh_cpdetailtitle::after {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    background: #147ac1;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 99;
}
.lh_cpdetailintro {
    margin-top: 25px;
}
.lh_cpdetailintro h1 {
    font-size: 16px;
    color: #147ac1;
    line-height: 1;
}
.lh_cpdetailintro .lh_cpdetailintro_p {
    font-size: 14px;
	line-height: 26px;
    color: #333333;
    margin-top: 10px;
}
.lh_cpdetailtoprow {
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.lh_cpdetailtoprow h3 {
    font-size: 16px;
    color: #666666;
    margin-left: 15px;
}
.lh_cpdetailtoprow h3 b {
    font-size: 22px;
    color: #414141;
}
@media (max-width: 992px) {
    .lh_cpdetailpic {
        width: 35%;
    }
    .lh_cpdetailtop_r {
        width: 60%;
    }
    .lh_cpdetailtop {
        align-items: center;
    }
}
@media (max-width: 768px) {
    .lh_cpdetailpic {
        width: 90%;
        margin: 0 auto;
    }
    .lh_cpdetailtop_r {
        width: 100%;
        margin-top: 15px;
    }
    .lh_cpdetailtitle {
        font-size: 18px;
    }
    .lh_cpdetailintro h1 {
        font-size: 14px;
    }
    .lh_cpdetailintro p {
        font-size: 12px;
        line-height: 1.6;
    }
    .lh_cpdetailtoprow {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .lh_cpdetailtoprow h3 {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
}

.lh_cpdetailbot {
    margin-top: 30px;
}
.lh_cpdetailinfobox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lh_cpdetailinfoboxtitle {
    width: 100%;
    font-size: 16px;
    color: #147ac1;
    line-height: 1;
    /* padding: 12px 0; */
    position: relative;
}
/* .lh_cpdetailinfoboxtitle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%);
    width: 25px;
	height: 1px;
	background-color: #147ac1;
} */
.lh_cpdetailinfoboxtext {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    /* padding-left: 75px; */
    line-height: 2;
    color: #333333;
    /* border-left: 1px solid #f2f2f2; */
}
.lh_cpdetailinfoboxtext strong {
    font-weight: bold;
}
.lh_cpdetailinfoboxtext p {
    font-family: '微软雅黑' !important;
    font-size: 14px;
}
.lh_cpdetailinfoboxtext p span {
    font-family: '微软雅黑' !important;
    font-size: 14px;
}
.lh_cpdetailinfoboxtext img {
    max-width: 100%;
    display: inline-block !important;
}
.lh_cpdetailinfoboxtext table {
    max-width: 100%;
}
.lh_cpdetailinfoboxtext table tr td {
    border: 1px solid #666 !important;
}

@media (max-width: 992px) {
    .lh_cpdetailinfoboxtext table {
        width: 100% !important;
    }
    .lh_cpdetailinfoboxtext {
        padding-left: 3%;
    }
    .lh_cpdetailinfoboxtitle {
        font-size: 14px;
    }
    .lh_cpdetailinfoboxtitle::after {
        width: 20px;
    }
}
@media (max-width: 768px) {
    .lh_cpdetailinfoboxtext {
        padding-left: 0%;
        width: 100%;
        border-left: none;
    }
    .lh_cpdetailinfoboxtext img {
        height: auto !important;
    }
    .lh_cpdetailinfoboxtitle {
        font-size: 14px;
        width: 100%;
    }
    .lh_cpdetailinfoboxtitle::after {
        display: none;
    }
    .lh_cpdetailinfoboxtext table tr td p {
        font-size: 12px !important;
    }
}


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

.lh_cpcatedemo {
    width: 266px;
    z-index: 9999999;
}
.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;
    position: relative;
}
.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;
    position: relative;
}
.lh_cpcatelitop a {
    font-size: 16px;
    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_cpcatelitop2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background-color: #147ac1;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s all;
    position: relative;
}
.lh_cpcatelitop2 a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    max-width: calc(100% - 14px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.2s all;
}
.lh_cpcatelitop2 span {
    display: block;
    width: 14px;
    height: 14px;
    background-size: 8px 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/lh/cparrowwhite.png);
    transition: 0.2s all;
    transform: rotate(90deg);
} */
.lh_cpcateli:hover .lh_cpcatelitop {
    background: #147ac1;
}
.lh_cpcateli:hover .lh_cpcatelitop a {
    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 span {
    transform: rotate(90deg);
    background-image: url(../images/lh/cparrowwhite.png);
}
.lh_cpcateli.cur .lh_cpcatelitop a {
    color: #fff;
}
.lh_cpcateseclist {
    display: none;
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    background: #fff;
    /* box-shadow: 0 0 10px #ccc; */
    overflow: hidden;
}
.lh_cpcateseclist li {
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.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_cplistdemo {
    width: 892px;
}
.lh_cplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_cplist li {
    width: 32.4%;
    margin-bottom: 25px;
}
.lh_cplipic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 258px;
    border: solid 1px #eaeaea;
    border-bottom: none;
    overflow: hidden;
    transition: 0.2s all;
}
.lh_cplipic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.2s all;
}
.lh_cplist li h1 {
    font-size: 14px;
    color: #333333;
	background-color: #ffffff;
    border: solid 1px #eaeaea;
    line-height: 42px;
    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: #147ac1;
    /* border-color: #147ac1; */
}

@media (max-width: 1199px) {
    .lh_cpcatedemo {
        width: 25%;
    }
    .lh_cplistdemo {
        width: 72%;
    }
    /* .lh_cplist {
        width: 72%;
    } */
    .lh_cplipic {
        height: 230px;
    }
    .lh_cpcatelitop {
        height: 40px;
    }
    .lh_cpcatelitop a {
        font-size: 14px;
    }
    .lh_cpcateseclist li {
        height: 40px;
    }
    .lh_cpcateseclist li a {
        font-size: 13px;
    }
}
@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;
    }
}
@media (max-width: 768px) {
    .lh_cpcatedemo {
        width: 100%;
    }
    .lh_cplistdemo {
        width: 100%;
        margin-top: 30px;
    }
    /* .lh_cplist {
    } */
    .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;
    }
    .lh_cpcatelitop a {
        font-size: 13px;
    }
    .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_newscate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.lh_newscate li {
    margin: 0 8.5px;
}
.lh_newscate li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #147ac1;
    width: 122px;
	height: 40px;
	background-color: #ffffff;
    border: solid 1px #147ac1;
    transition: 0.2s all;
}
.lh_newscate li.active a {
    background-color: #147ac1;
    color: #ffffff;
}
.lh_newscate li:hover a {
    background-color: #147ac1;
    color: #ffffff;
}


.lh_newslist {
    margin-top: 50px;
    border-top: 1px solid #f2f2f2;
}
.lh_newslist li {
    transition: 0.2s all;
}
.lh_newslist li a {
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
    transition: 0.4s all;
}
.lh_newslipic {
    width: 24%;
    height: 195px;
    transition: 0.2s all;
}
.lh_newslipic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s all;
}
.lh_newslitext {
    width: 74.5%;
    padding: 0 30px;
}
.lh_newslitxttop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_newslitxttop h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.2s all;
}
.lh_newslitxttop span {
    display: block;
    font-size: 20px;
    color: #999999;
    line-height: 1;
    font-weight: normal;
    min-width: 55px;
}
.lh_newslitxt_p {
    margin: 18px 0;
    font-size: 14px;
	line-height: 27px;
	letter-spacing: 0.8px;
    color: #555555;
    width: 85%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lh_newslitxtbot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lh_newslitxtbot span {
    font-size: 14px;
    color: #7c7c7c;
}
.lh_newslitxtbot em {
    min-width: 55px;
}
.lh_newslist li:hover a {
    box-shadow: -5.9px 3.7px 18px 0px rgba(163, 163, 163, 0.4);
    /* padding-left: 30px; */
}
.lh_newslist li:hover .lh_newslitxttop h1 {
    color: #147ac1;
}
@media (max-width: 992px) {
    .lh_newslipic {
        height: 150px;
    }
    .lh_newslitxt_p {
        margin: 14px 0;
        line-height: 1.6;
    }
}
@media (max-width: 768px) {
    .lh_newslipic {
        width: 100%;
        height: 63.5vw;
    }
    .lh_newslitext {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }
    .lh_newslitxttop h1 {
        min-width: 100%;
        width: 100%;
        margin-bottom: 5px;
    }
    .lh_newslitxttop span {
        font-size: 16px;
    }
    .lh_newslitxt_p {
        width: 100%;
    }
    .lh_newslist li a{
        padding: 15px 2%;
    }
    .lh_newslist {
        margin-top: 30px;
    }
    .lh_newscate li a {
        width: 80px;
        height: 30px;
        font-size: 13px;
    }
    .lh_newslist li:hover {
        box-shadow: none;
        padding-left: 0;
    }
}


.lh_newsdetailtop {
	padding: 25px 0 30px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.lh_newsdetailtop h1 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.lh_newsdetailtop h5 {
	font-size: 12px;
	color: #999999;
	line-height: 1;
	margin-top: 20px;
}
.lh_newsdetailcontent {
	font-size: 14px;
	color: #333333;
	line-height: 2;
	padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    min-height: 300px;
}
.lh_newsdetailcontent img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:768px) {
	.lh_newsdetailmain {
		padding-bottom: 50px;
	}
	.lh_newsdetailtop h1 {
		font-size: 20px;
	}
	.lh_newsdetailcontent {
		font-size: 12px;
		line-height: 1.8;
		padding: 25px 0;
	}
}

.lh_nextprev {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 40px 35px 0;
}
.lh_prev {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #343434;
}
.lh_prev a {
	font-size: 16px;
	color: #147ac1;
}
.lh_next {
	width: 50%;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #343434;
}
.lh_next a {
	font-size: 16px;
	color: #147ac1;
}
@media (max-width:768px) {
	.lh_nextprev {
		padding: 20px 0 0;
	}
	.lh_prev {
		width: 100%;
		font-size: 12px;
	}
	.lh_next {
		width: 100%;
		font-size: 12px;
		text-align-last: left;
	}
}

@media (min-width:1200px) {
    #certify {
        position: relative;
        width: 1200px;
        margin: 0 auto
    }
    
    #certify .swiper-container {
        padding: 30px 0;
    }
    
    #certify  .swiper-slide {
        width: 352px;
        height: 480px;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
    }
    #certify  .swiper-slide img{
        display:block;
        transition: 0.2s all;
    }
    #certify .swiper-slide img:hover {
        transform: scale(1.05);
    }
    #certify  .swiper-slide p {
        line-height: 98px;
        padding-top: 0;
        text-align: center;
        color: #636363;
        font-size: 1.1em;
        margin: 0;
    }
    
    #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }
    
    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    
    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #00aadc;
        background-color: #fff;
    }
}
@media (max-width:1199px) {
    #certify {
        width: 90%;
        margin: 0 auto;
    }
}
/* 
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */


.q_index_product1_4 img {
    transition: 0.2s all;
}
.q_index_product1_4:hover img {
    transform: scale(1.1);
}
.q_index_product1_5 img {
    transition: 0.2s all;
    max-width: 100%;
    max-height: 100%;
}
.q_index_product1_5:hover img {
    transform: scale(1.1);
}


.lh_cpthirdnav {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.lh_cpthirdnav li a {
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}
.lh_cpthirdnav li.active a {
    background: #147ac1;
    color: #fff;
} 
.lh_cpthirdnav li:hover a {
    background: #147ac1;
    color: #fff;
}






























































































