@charset "utf-8";

@font-face {

	font-family: "SourceHanSansCN-Regular";

	src: url("https://ac57.oss-cn-chengdu.aliyuncs.com/font/siyuan/SourceHanSansCN-Regular.woff2") format("woff2"),

		url("https://ac57.oss-cn-chengdu.aliyuncs.com/font/siyuan/SourceHanSansCN-Regular.woff") format("woff"),

		url("https://ac57.oss-cn-chengdu.aliyuncs.com/font/siyuan/SourceHanSansCN-Regular.ttf") format("truetype"),

		url("https://ac57.oss-cn-chengdu.aliyuncs.com/font/siyuan/SourceHanSansCN-Regular.eot") format("embedded-opentype"),

		url("https://ac57.oss-cn-chengdu.aliyuncs.com/font/siyuan/SourceHanSansCN-Regular.svg") format("svg");

	font-weight: normal;

	font-style: normal;

}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
main {
	display: block;
	padding: 0;
	margin: 0;
}

*,
:before,
:after {
	box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	display: block;
	max-width: 100%;
}

ul,
dl,
li,
dt,
dd {
	list-style: none;
}

body,
html {
	min-height: 100%;
}

body {
	font: 14px Arial, "SourceHanSansCN-Regular", "宋体", Helvetica, sans-serif;
	*font: 14px "SourceHanSansCN-Regular", "宋体", Arial, Helvetica, sans-serif;
	color: #212121;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	overflow-x: hidden;
	color: #000;
}

pre {
	font-family: "SourceHanSansCN-Regular", "宋体";
	white-space: pre-wrap;
	word-wrap: break-word;
}

a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	outline: none;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*IE/7/6*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea,
select {
	outline: none;
	font-family: "SourceHanSansCN-Regular", "宋体";
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	display: block;
	width: 100%;
	border: none;
	background: none;
	border: 1px solid #dbdbdb;
	padding: 6px 12px;
	transition: ease .45s;
}

input[type="radio"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
	margin-right: 5px;
	cursor: pointer;
}

input[type="checkbox"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
	margin-right: 5px;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input:-moz-placeholder {
	color: #888888;
}

input::-moz-placeholder {
	color: #888888;
}

input:-ms-input-placeholder {
	color: #888888;
}

textarea {
	resize: none;
	overflow: hidden;
}

textarea::-webkit-input-placeholder {
	color: #888888;
}

textarea:-moz-placeholder {
	color: #888888;
}

textarea::-moz-placeholder {
	color: #888888;
}

textarea:-ms-input-placeholder {
	color: #888888;
}

select::-ms-expand {
	display: none;
}

i,
em {
	font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

lh-flex1 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.container {
	max-width: 1220px;
	margin: auto;
	position: relative;
	padding: 0 10px;
}

.container1400 {
	max-width: 1420px;
	margin: auto;
	position: relative;
	padding: 0 10px;
}

.blue {
	color: #1e4fdb;
}

/*分享*/

#bsWXBox {
	box-sizing: initial;
}

#bsBox {
	box-sizing: initial;
}

/*浏览器滚动条*/

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #555;
	border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

/*布局*/

header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	z-index: 100;
}

.lh-header-l {
	height: 100%;
}

.lh-logo {
	background: #fff;
	padding: 16px 35px;
	float: left;
	height: 100%;
}

.lh-nav-btn {
	width: 100px;
	height: 100px;
	background: #007BC1;
	float: left;
	position: relative;
	transition-duration: 0s;
}

.lh-nav-btn i {
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -13px;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transform-origin: left center;
}

.dn {
	display: none;
}

.lh-nav-btn:before,
.lh-nav-btn:after {
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -13px;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-nav-btn:after {
	bottom: 50%;
	top: inherit;
	margin: 0 0 -10px -13px;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-nav-btn:hover i {
	transform: scaleX(.6);
}

.lh-nav {
	line-height: 100px;
}

.lh-nav>li {
	float: left;
	margin-left: 190px;
	margin-left: 8.8vw;
}

.lh-nav>li>a {
	font-size: 16px;
	color: #fff;
	transition-duration: 0s;
	font-weight: bold;
}

.lh-nav>li>ul {
	line-height: 40px;
	padding: 30px 0;
	display: none;
	position: relative;
	z-index: 2;
}

.lh-nav>li>ul li a:hover {
	color: #E60012;
}

header:before {
	content: '';
	display: block;
	width: 100%;
	min-height: 280px;
	background: #fff url(../img/icon4.jpg) no-repeat center bottom;
	position: absolute;
	left: 0;
	top: 100px;
	display: none;
}

.Nav header {
	background: #fff;
	border-color: #DDD;
}

.Nav header:before {
	display: block;
}

.Nav .lh-nav>li>a,
.other .lh-nav>li>a {
	color: #000;
}

.Nav .lh-nav>li>a:hover,
.other .lh-nav>li>a:hover {
	color: #007bc1;
}

.Nav .lh-nav>li>ul {
	display: block;
}

.Nav .lh-search-btn,
.other .lh-search-btn {
	color: #fff;
	border-color: #007bc1;
	background: #007bc1;
}

.Nav .lh-nav-btn,
.other .lh-nav-btn {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.Nav .lh-nav-btn i,
.Nav .lh-nav-btn:before,
.Nav .lh-nav-btn:after,
.other .lh-nav-btn i,
.other .lh-nav-btn:before,
.other .lh-nav-btn:after {
	background: #007BC1;
}

.shadow {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .5);
	animation: shadow cubic-bezier(0.215, .61, .355, 1) .45s;
}

@keyframes shadow {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

.lh-search {
	width: 100px;
	height: 100px;
	overflow: hidden;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	position: relative;
}

.Search.lh-search {
	width: 320px;
}

.Search.lh-search input {
	transform: scaleX(1);
}

.lh-search input {
	width: 220px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-top: 25px;
	border-right: none;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transform: scaleX(0);
	transform-origin: right center;
}

.lh-search-btn {
	width: 100px;
	height: 100px;
	border-left: 1px solid rgba(255, 255, 255, .4);
	text-align: center;
	line-height: 100px;
	display: block;
	color: #fff;
	transition-duration: 0s;
	position: absolute;
	right: 0;
	top: 0;
}

.lh-search-btn i {
	font-size: 32px;
}

.lh-bannner {
	height: 100vh;
	position: fixed;
	overflow: hidden;
	background: #000;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

.lh-banner-box {
	height: 100vh;
	width: 100%;
}

.lh-bannner .bd .text {
	position: absolute;
	left: 160px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
}

.lh-bannner .bd .text h3,
.lh-bannner .bd .text h5 {
	font-size: 90px;
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
}

.lh-bannner .bd .text h4 {
	font-size: 46px;
}

.lh-bannner .bd .text h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0 40px;
}

.lh-btn {
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #007BC1;
	color: #fff;
	padding: 0 30px;
	font-size: 16px;
	position: relative;
}

.lh-btn i {
	display: block;
	width: 32px;
	height: 12px;
	background: url(../img/jt1.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -6px;
}

.lh-banner-btn a {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #30221A;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	margin-top: -30px;
	z-index: 2;
	opacity: 0;
}

.lh-bannner:hover .lh-banner-btn a {
	opacity: 1;
}

.lh-banner-btn a i {
	font-size: 24px;
}

.lh-banner-btn a.prev1 {
	left: 0;
}

.lh-banner-btn a.next1 {
	right: 0;
}

.dropdown {
	position: absolute;
	left: 50%;
	bottom: 174px;
	color: #fff;
	font-family: 'Arial';
	transform: translateX(-50%);
	z-index: 2;
}

.dropdown:before {
	content: '';
	display: block;
	width: 2px;
	height: 60px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: -72px;
}

.lh-about {
	padding: 0 160px;
	padding: 0 8.3vw;
	height: 680px;
	margin-top: -102px;
	position: relative;
	z-index: 2;
}

.lh-about:before {
	content: '';
	display: block;
	width: 100%;
	height: 578px;
	background: #F1F1F1;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.lh-about-l {
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lh-about-l a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.lh-about-l a i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 60px;
	color: #007BC1;
	font-size: 20px;
	margin: -30px 0 0 -30px;
}

.lh-about-l a i:after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	animation: video cubic-bezier(0.215, .61, .355, 1) 1.5s infinite;
}

@keyframes video {

	0%,
	100% {
		transform: scale(.8);
		opacity: 0;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

}

.lh-abour-r {
	width: 50%;
	padding: 114px 80px;
	padding: 114px 4.16vw;
	background: url(../img/cs/a2.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	height: 100%;
}

.relative {
	position: relative;
}

.lh-abour-r h3 {
	font-size: 50px;
	font-family: 'Arial';
	font-weight: bold;
	position: relative;
	line-height: 50px;
	z-index: 1;
}

.lh-abour-r h3:before {
	content: '';
	display: block;
	width: 60px;
	height: 6px;
	background: #16E5E7;
	position: absolute;
	left: -17px;
	bottom: 8px;
	z-index: -1;
}

.lh-abour-r h4 {
	font-size: 30px;
	margin-top: 20px;
}

.lh-abour-r pre {
	line-height: 32px;
	max-height: 192px;
	overflow: hidden;
	margin-top: 50px;
}

.lh-abour-r a {
	margin-top: 90px;
}

.lh-btn.white {
	background: #fff;
	border-radius: 0;
	color: #000;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.lh-btn.white:hover {
	border-radius: 30px;
}

.lh-btn.white i {
	background: url(../img/jt.png) no-repeat center;
	background-size: cover;
}

.lh-quick {
	background: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
}

.lh-quick li {
	text-align: center;
	width: 25%;
	float: left;
}

.lh-quick li a {
	padding: 20px 0 50px;
	display: inline-block;
}

.lh-quick li img {
	width: auto;
	margin: auto;
}

.lh-quick li figure {
	position: relative;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-quick li figcaption {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 50px;
	right: 0;
	color: #fff;
	font-size: 18px;
	font-family: 'Arial';
}

.lh-quick li h3 {
	font-size: 18px;
	margin-top: 20px;
}

.lh-quick li figure:before,
.lh-quick li figure:after,
.lh-quick li figure span:after,
.lh-quick li figure span:before,
.lh-quick li figure i {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	left: 77px;
	bottom: 75px;
	animation: qp cubic-bezier(0.215, .61, .355, 1) 5s infinite;
}

.lh-quick li figure:after {
	width: 12px;
	height: 12px;
	left: 40px;
	bottom: 45px;
	background: rgba(255, 255, 255, .1);
}

.lh-quick li figure span:before {
	left: 84px;
	bottom: 40px;
	background: rgba(255, 255, 255, .2);
}

.lh-quick li figure span:after {
	width: 8px;
	height: 8px;
	left: 55px;
	bottom: 30px;
	background: rgba(255, 255, 255, .1);
}

.lh-quick li figure i {
	width: 6px;
	height: 6px;
	left: 62px;
	bottom: 46px;
	background: rgba(255, 255, 255, .1);
}

@keyframes qp {

	0% {
		transform: translateY(60px);
		opacity: 0;
	}

	60% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-40px);
		opacity: 0;
	}

}

.lh-quick li figure:after {
	animation-duration: 5.1s;
}

.lh-quick li figure span:after {
	animation-duration: 5.2s;
}

.lh-quick li figure span:before {
	animation-duration: 4.9s;
}

.lh-quick li figure i {
	animation-duration: 4.8s;
}

.lh-quick li a:hover {
	color: #E60012;
}

.lh-quick li a:hover figure {
	transform: rotate(15deg);
}

.lh-activity {
	padding: 75px 160px 60px;
	padding: 75px 8.3vw 60px;
	background: #f1f1f1;
	position: relative;
	z-index: 2;
}

.lh-activity>h2 {
	font-size: 30px;
	text-align: center;
}

.overflow {
	overflow: hidden;
}

.lh-activity-banner {
	margin-top: 60px;
	margin-left: -50px;
	margin-left: -2.6vw;
}

.lh-activity-banner .bd li {
	width: 33.3%;
	padding-left: 50px;
	padding-left: 2.6vw;
	float: left;
}

.lh-activity-banner .bd li a {
	display: block;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.lh-activity-banner .bd li .date {
	width: 100px;
	text-align: center;
	color: #aaaaaa;
	border-right: 1px solid #DDD;
	line-height: 24px;
	padding: 22px 0;
	margin-right: 20px;
}

.lh-activity-banner .bd li .date b {
	font-size: 40px;
	color: #007bc1;
	line-height: 42px;
}

.lh-activity-banner .bd li .date span {
	margin-top: 30px;
	display: inline-block;
}

.lh-activity-banner .bd li .date span:first-child {
	margin-top: 0;
}

.lh-activity-banner .bd li article {
	padding: 45px 40px;
}

.lh-activity-banner .bd li article h3 {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lh-activity-banner .bd li article p {
	font-size: 16px;
	color: #888888;
	margin-top: 12px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}

.lh-activity-banner .bd li article h4 {
	position: absolute;
	left: 120px;
	bottom: 45px;
	color: #007bc1;
}

.lh-activity .more {
	text-align: center;
	margin-top: 38px;
}

.lh-activity .more a {
	color: #444444;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

.lh-activity .more a:hover {
	color: #E60012;
	border-color: #E60012;
}

.lh-activity-banner .bd li a:hover {
	color: #E60012;
}

footer {
	position: relative;
	z-index: 2;
	background: url(../img/icon2.jpg) no-repeat center;
	overflow: hidden;
	height: 500px;
	padding: 100px 160px 0;
	padding: 100px 8.3vw 0;
	color: #fff;
}

.lh-footer-l h4 {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Arial';
	margin-top: 10px;
}

.lh-footer-l p {
	margin-top: 15px;
}

.lh-footer-l figure {
	width: 100px;
	margin-top: 40px;
	text-align: center;
}

.lh-footer-l figure figcaption {
	font-size: 12px;
	margin-top: 10px;
}

.lh-footer-r nav dl {
	float: left;
	margin-left: 200px;
	margin-left: 10vw;
}

.lh-footer-r nav dl:first-child {
	margin-left: 0;
}

.lh-footer-r nav dl dt {
	margin-bottom: 30px;
}

.lh-footer-r nav dl dt a {
	font-size: 18px;
}

.lh-footer-r nav dl dd {
	line-height: 40px;
}

.lh-footer-r nav dl a {
	color: #fff;
}

.lh-footer-r nav dl a:hover {
	text-decoration: underline;
}

.lh-copy {
	margin-top: 70px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	font-size: 13px;
}

.lh-copy a {
	font-size: 13px;
	color: #fff;
}

.lh-copy a:hover {
	text-decoration: underline;
}

.lh-index-loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: indexLoading cubic-bezier(0.215, .61, .355, 1) .45s forwards;
	animation-delay: 10s;
	display: none;
}

.lh-index-loading img {
	width: 500px;
}

@keyframes indexLoading {

	0% {
		transform: translateY(0);
		visibility: visible;
	}

	100% {
		transform: translateY(-100%);
		visibility: hidden;
	}

}

.lh-ban {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.lh-ban .text h3 {
	font-size: 72px;
	font-weight: bold;
	font-style: italic;
}

.lh-ban .text h2 {
	font-size: 28px;
	margin-bottom: 25px;
}

.lh-ban .text p {
	width: 1000px;
	letter-spacing: 2px;
	text-align: left;
}

.other {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.lh-other {
	padding-top: 100px;
}

.lh-nav>li>a.on {
	color: #007bc1;
}

.lh-other-nav {
	height: 70px;
	background: #fff;
	position: relative;
	z-index: 3;
	line-height: 70px;
}

.lh-crumbs {
	color: #999;
}

.lh-crumbs a {
	float: left;
	color: #999999;
}

.lh-crumbs a:hover {
	color: #E60012;
}

.lh-crumbs .home {
	width: 70px;
	height: 68px;
	background: #F1F1F1;
	text-align: center;
	margin-right: 20px;
}

.lh-crumbs span {
	width: 45px;
	height: 70px;
	position: relative;
	display: inline-block;
	float: left;
}

.lh-crumbs span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #999;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0;
}

.lh-crumbs em {
	float: left;
}

.lh-other-nav nav {
	float: right;
}

.lh-other-nav nav a {
	padding: 0 30px;
	color: #444444;
	position: relative;
	display: block;
	float: left;
}

.lh-other-nav nav a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: url(../img/icon5.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-other-nav nav a:hover,
.lh-other-nav nav a.on {
	color: #007bc1;
}

.lh-other-nav nav a:hover:after,
.lh-other-nav nav a.on:after {
	transform: scaleX(1);
}

.lh-overview1 {
	height: 811px;
	background: url(../img/bg-a1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 80px;
}

.lh-overview1-a1 {
	margin-bottom: 174px;
}

.lh-overview1-a1 .left {
	float: right;
}

.lh-overview1-a1 .left h1 {
	font-size: 32px;
	color: #fff;
}

.lh-overview1-a1 .left p {
	color: #fff;
	font-size: 22px;
	font-family: 'Arial Narrow';
	margin-top: 5px;
}

.lh-overview1-a1 .left .icon {
	width: 640px;
	margin: 0;
}

.lh-overview1-a1 ul {
	width: 480px;
	border-right: 2px solid #70A8B7;
	border-bottom: 2px solid #70A8B7;
	background: #fff;
	display: none;
}

.lh-overview1-a1 ul li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 30px 0;
	border-left: 2px solid #70A8B7;
	border-top: 2px solid #70A8B7;
	color: #666666;
}

.lh-overview1-a1 ul li h3 {
	font-size: 36px;
	color: #007bc1;
	font-family: 'Arial';
	font-weight: bold;
	margin-bottom: 5px;
}

.lh-overview2-h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 70px;
}

.lh-overview2-h3 span {
	padding: 0 30px;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	background: #00aeb9;
	background: linear-gradient(90deg, #0088bf, #00aeb9);
}

.lh-overview2-cont {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}

.lh-overview2-cont>div {
	width: 47%;
}

.lh-overview2,
.lh-overview3 {
	height: 534px;
	background-size: cover;
	padding-top: 80px;
	background: url(../img/bg-a2.jpg) no-repeat center;
}

.lh-overview2 .lh-overview2-h3 {
	text-align: right;
}

.lh-overview2 .lh-overview2-cont,
.lh-overview3 .lh-overview2-cont {
	color: #000;
}

.lh-overview3 {
	height: 734px;
	background: url(../img/bg-a3.jpg) no-repeat center;
	background-size: cover;
}

.lh-vision1 {
	height: 194px;
	background: url(../img/bg-b1.jpg) no-repeat center;
	background-size: cover;
	text-align: right;
	padding-top: 80px;
}

.lh-vision1 h2 {
	font-size: 32px;
}

.lh-vision1 h3 {
	font-size: 16px;
	margin-top: 10px;
}

.lh-vision2 {
	height: 637px;
	background: url(../img/bg-b2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 70px;
}

.lh-vision-text {
	max-width: 680px;
}

.lh-vision2 .icon {
	position: absolute;
	left: 5.2vw;
	top: 150px;
}

.lh-vision-text h3 {
	font-size: 20px;
	font-weight: bold;
}

.lh-vision-text h3 span {
	font-size: 22px;
	position: relative;
	margin-right: 44px;
}

.lh-vision-text h3 span:after {
	content: '';
	display: block;
	width: 2px;
	height: 24px;
	background: #686868;
	position: absolute;
	right: -22px;
	top: 50%;
	margin-top: -12px;
	display: none;
}

.lh-vision-text .cont {
	margin-top: 50px;
	line-height: 28px;
	font-size: 16px;
	height: 420px;
	overflow: auto;
}

.lh-vision3 {
	height: 634px;
	background: url(../img/bg-b3.jpg) no-repeat center;
	background-size: cover;
	padding-top: 70px;
}

.lh-vision3 .icon {
	position: absolute;
	right: 5.2vw;
	top: 170px;
}

.lh-vision3 .lh-vision-text {
	color: #fff;
}

.lh-vision3 .lh-vision-text h3 span:after {
	background: #fff;
}

.lh-vision4 {
	height: 778px;
	background: url(../img/bg-b4.jpg) no-repeat center;
	background-size: cover;
	padding-top: 100px;
}

.lh-vision4 .icon {
	position: absolute;
	left: 5.2vw;
	top: 100px;
}

.lh-pro-titles {
	padding: 40px 0;
	font-size: 32px;
	text-align: center;
	background: #00aeb9;
	background: linear-gradient(90deg, #5b85da, #34a0c3);
	color: #fff;
}

.lh-pro1 {
	height: 503px;
	background: url(../img/bg-c1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 80px;
	color: #fff;
}

.lh-pro-title span {
	width: 160px;
	height: 60px;
	border-radius: 30px;
	color: #fff;
	font-size: 32px;
	background: linear-gradient(90deg, #437bea, #35a8ce);
	text-align: center;
	line-height: 60px;
	display: inline-block;
}

.lh-pro-info>div {
	width: 47%;
	line-height: 30px;
	font-size: 16px;
}

.lh-pro-info dl {
	margin-top: 65px;
	padding-top: 40px;
	border-top: 1px solid #fff;
}

.lh-pro-info dl dt {
	font-size: 20px;
}

.lh-pro-info dl dd {
	font-size: 16px;
	overflow: hidden;
}

.lh-pro-info dl dd span {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.lh-pro2 {
	height: 562px;
	background: url(../img/bg-c2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 120px;
}

.lh-pro2 .lh-pro-title,
.lh-pro4 .lh-pro-title {
	text-align: right;
}

.lh-pro-info {
	margin-top: 60px;
}

.lh-pro2 dl,
.lh-pro4 dl {
	text-align: right;
	color: #007bc1;
}

.lh-pro2 .lh-pro-info dl dd span,
.lh-pro4 .lh-pro-info dl dd span {
	float: right;
	margin: 10px 0 0 30px;
}

.lh-pro3 {
	height: 535px;
	background: url(../img/bg-c3.jpg) no-repeat center;
	background-size: cover;
	padding-top: 100px;
	color: #fff;
}

.lh-pro4 {
	height: 626px;
	background: url(../img/bg-c4.jpg) no-repeat center;
	background-size: cover;
	padding-top: 120px;
}

.lh-pro5 {
	height: 600px;
	background-size: cover;
	padding-top: 30px;
	display: block;
	background-image: url(../img/lx_bg-c1.jpg);
}

.lh-pro5 .ccont,
.lh-pro5 dl {
	color: #FFF;
}

.lh-pro5 .mall {
	display: inline-block;
	padding: 20px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #007BC1;
	font-size: 16px;
}

.lh-pro5 .mall span {
	color: #007bc1;
}

.lh-service1,
.lh-service2 {
	height: 537px;
	background: url(../img/bg-d1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 100px;
}

.lh-service2 {
	height: 567px;
	background: url(../img/bg-d2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 100px;
}

.lh-service1 figure,
.lh-service2 figure {
	width: 560px;
	border-radius: 10px;
	overflow: hidden;
}

.lh-service1 .text,
.lh-service2 .text {
	width: 560px;
	padding-top: 20px;
}

.lh-service1 .text figcaption,
.lh-service2 .text figcaption {
	font-size: 28px;
}

.lh-service1 .text pre,
.lh-service2 .text pre {
	line-height: 30px;
	font-size: 16px;
	margin-top: 55px;
}

.lh-service1 {
	color: #fff;
}

.lh-service2 .text {
	padding-top: 80px;
}

.lh-service3 {
	background: #d0e5f9;
	padding: 70px 0;
}

.lh-service3-title {
	line-height: 60px;
}

.lh-service3-title h3 {
	font-size: 32px;
}

.lh-service3-hd li {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 30px;
	text-align: center;
	font-size: 16px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.lh-service3-hd li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(0deg, #437bea, #35a8ce);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-service3-hd li:hover,
.lh-service3-hd li.on {
	color: #fff;
}

.lh-service3-hd li:hover:before,
.lh-service3-hd li.on:before {
	opacity: 1;
}

.lh-service3-bd {
	margin-top: 60px;
}

.lh-service3-item li {
	width: 25%;
	float: left;
}

.lh-service3-item li img {
	width: auto;
	margin: auto;
}

.lh-service3-btn {
	margin-top: 40px;
	text-align: center;
}

.lh-service3-a {
	display: inline-block;
	margin: 0 10px;
}

.lh-service3-a li {
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 1;
	background: #fff;
	margin: 0 10px;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-service3-a li:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #456BBA;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	opacity: 0;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-service3-btn a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 50px;
	color: #99B7D1;
}

.lh-service3-btn a:hover {
	color: #456BBA;
}

.lh-service3-btn a i {
	font-size: 24px;
}

.lh-service3-a li.on {
	background: #456BBA;
}

.lh-service3-a li.on:before {
	opacity: 1;
}

.lh-service3-bd {
	height: 300px;
}

.lh-service3-bd>div {
	display: none;
}

.lh-solution1 {
	height: 380px;
	background: url(../img/bg-e1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 80px;
}

.lh-solution1 .icon {
	position: absolute;
	left: 0;
	top: -25px;
}

.lh-solution1 h2 {
	color: #fff;
	font-size: 40px;
}

.lh-solution-nav {
	text-align: right;
}

.lh-solution-nav li {
	width: 92px;
	height: 76px;
	margin-left: 20px;
	position: relative;
	display: inline-block;
}

.lh-solution-nav li a {
	font-size: 18px;
	color: #fff;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 76px;
	text-align: center;
	text-indent: 10px;
}

.lh-solution-nav li a:before,
.lh-solution-nav li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/icon11.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-solution-nav li a:after {
	background: url(../img/icon12.png) no-repeat center;
	background-size: cover;
	z-index: -1;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	opacity: 0;
}

.lh-solution1 .right {
	width: 700px;
}

.lh-solution-nav li a:hover,
.lh-solution-nav li a.on {
	color: #000;
}

.lh-solution-nav li a:hover:after,
.lh-solution-nav li a.on:after {
	opacity: 1;
}

.lh-solution-nav li a:hover:before,
.lh-solution-nav li a.on:before {
	opacity: 0;
}

.lh-solution1 p {
	font-size: 32px;
	margin-top: 75px;
	padding-top: 60px;
	border-top: 2px solid #fff;
	color: #fff;
	text-align: right;
}

.lh-solution2 {
	background: url(../img/bg-e2.jpg) no-repeat center;
	background-size: cover;
	height: 614px;
	padding-top: 100px;
	position: relative;
}

.lh-solution2 .img {
	position: absolute;
	left: 0;
	top: 40px;
	width: 36.45833333333333vw;
}

.lh-solution-text {
	width: 700px;
}

.lh-solution-text>h2 {
	font-size: 28px;
}

.lh-solution-text>.cont {
	line-height: 30px;
	font-size: 16px;
	margin-top: 40px;
}

.lh-solution-text>.cont img {
	width: auto !important;
	height: auto !important;
}

.lh-solution2 .lh-solution-text {
	color: #fff;
}

.lh-solution3 {
	background: url(../img/bg-e3.jpg) no-repeat center;
	background-size: cover;
	height: 617px;
	padding-top: 100px;
}

.lh-solution4 {
	background: url(../img/bg-e4.jpg) no-repeat center;
	background-size: cover;
	height: 602px;
	padding-top: 140px;
}

.lh-news {
	background: #E1EEFB;
}

.padding60 {
	padding: 60px 0;
}

.lh-news-h {
	text-align: center;
	font-size: 32px;
}

.lh-news-item {
	margin-top: 60px;
	margin-left: -30px;
}

.lh-news-item li {
	width: 33.3%;
	float: left;
	padding-left: 30px;
	margin-bottom: 30px;
}

.lh-news-item li a {
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

.lh-news-item li .top {
	border-bottom: 1px solid #DBE5EF;
}

.lh-news-item li .time {
	padding: 30px;
	color: #007bc1;
	font-family: 'Arial';
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid #DBE5EF;
	margin-right: 20px;
}

.lh-news-item li .time h3 {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}

.lh-news-item li .title {
	padding: 30px 30px 0 0;
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-news-item li article {
	padding: 30px 20px 14px;
}

.lh-news-item li pre {
	line-height: 28px;
	color: #444444;
	height: 84px;
	overflow: hidden;
}

.lh-news-item li h4 {
	font-size: 13px;
	color: #007bc1;
	margin-top: 40px;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-news-item li a:after {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background: linear-gradient(90deg, #437bea, #35a8ce);
	position: absolute;
	left: 20px;
	bottom: 0;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-news-item li a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.lh-news-item li a:hover .title {
	color: #007bc1;
}

.lh-news-item li a:hover:after {
	width: 100%;
	left: 0;
}

.lh-news-item li a:hover h4 {
	transform: translateX(84%);
}

.lh-page {
	text-align: center;
}

.lh-page a,
.lh-page span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	margin: 0 4px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: 'Arial';
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.lh-page a.n {
	color: #9FA6B7;
	top: 1px;
}

.lh-page a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #437bea, #35a8ce);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.lh-page a:hover:before,
.lh-page a.on:before {
	opacity: 1;
}

.lh-page a:hover,
.lh-page a.on {
	color: #fff;
}

.lh-detail-h1 {
	font-size: 32px;
	text-align: center;
	color: #000;
}

.lh-detail-h2 {
	text-align: center;
	margin: 30px 0 0;
	color: #888888;
	font-size: 16px;
}

.lh-detail-h2 span {
	margin: 0 5vw;
}

.lh-detail-cont {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 36px;
	color: #222222;
}

.lh-detail-cont img {
	display: inline-block;
}

.lh-detail {
	position: relative;
}

.lh-detail-page {
	position: absolute;
	left: calc(100% + 72px);
	top: 0;
	width: 72px;
}

.lh-page-item li {
	width: 100%;
	height: 72px;
	text-align: center;
	line-height: 72px;
	margin-top: -1px;
}

.lh-page-item li a {
	display: block;
	color: #AAA;
	border: 1px solid #DDD;
	height: 100%;
	width: 100%;
	position: relative;
}

.lh-page-item li a i,
.lh-share>a i {
	font-size: 24px;
}

.lh-page-item li a:hover,
.lh-share>a:hover {
	border-color: #c8000a;
	color: #fff;
	background: #c8000a;
	z-index: 1;
}

.lh-share>a {
	display: block;
	width: 72px;
	height: 72px;
	color: #AAA;
	border: 1px solid #DDD;
	position: relative;
	margin-top: -1px;
	text-align: center;
	line-height: 72px;
}

/*分享二维码*/

#lhCode {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 3px;
	background: #fff;
	border: 4px solid #7F7F7F;
	z-index: 3000;
}

#lhCode>h2 {
	height: 36px;
	line-height: 36px;
	background: #F2F2F2;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #666666;
}

#lhCode>h2>i {
	cursor: pointer;
	float: right;
	width: 35px;
	height: 35px;
	text-align: center;
}

#lhCode>.ewm {
	width: 220px;
	height: 220px;
	padding: 20px;
}

#lhCode>.ewm canvas {
	width: 100%;
	height: 100%;
}

.Detail .lh-detail-page {
	position: fixed;
	top: 100px;
}

.lh-share-item li a {
	color: #AAA;
}

.lh-share-item li a:hover {
	color: #C8000A;
}

.lh-share-item li a i {
	font-size: 24px;
}

.lh-share-item li {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -12px;
	transition: ease .65s;
	opacity: 0;
}

.lh-share-item li:first-child {
	transform: translate(0, -40px);
}

.lh-share:hover .lh-share-item li:first-child {
	transform: translate(-40px, 0);
	opacity: 1;
}

.lh-share-item li:nth-child(2) {
	transform: translate(0, -40px);
}

.lh-share:hover .lh-share-item li:nth-child(2) {
	transform: translate(0, 0);
	opacity: 1;
}

.lh-share-item li:nth-child(3) {
	transform: translate(0, -40px);
}

.lh-share:hover .lh-share-item li:nth-child(3) {
	transform: translate(40px, 0);
	opacity: 1;
}

.lh-share-item {
	width: 106px;
	height: 40px;
	position: absolute;
	left: -17px;
	top: 72px;
}

.lh-share {
	position: relative;
}

.lh-other-nav.detail {
	background: #e1eefb;
	border-bottom: 1px solid #D1E1F2;
	border-top: 1px solid #D1E1F2;
}

.lh-other-nav.detail .lh-crumbs .home {
	background: #d1e1f2;
	color: #007bc1;
}

.padding80 {
	padding: 80px 0;
}

.lh-join {
	margin-top: 50px;
}

.lh-join-title {
	position: relative;
	padding: 30px 0;
	background: #fff;
	font-size: 20px;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-join-title span {
	width: 25%;
	float: left;
	padding: 0 20px 0 40px;
}

.lh-join-title i {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	opacity: 0;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-join-item li {
	border-top: 1px solid #DDD;
	background: #fff;
}

.lh-join-item .lh-join-title {
	font-size: 16px;
	color: #444444;
	cursor: pointer;
}

.lh-join-info {
	padding: 40px;
	border: 2px solid #007BC1;
	border-top: 0;
	display: none;
}

.lh-join-info .cont>div {
	width: 47%;
	line-height: 30px;
	color: #555555;
}

.lh-join-info .cont>div>h2 {
	font-size: 18px;
	color: #222222;
	margin-bottom: 30px;
}

.lh-join-info a {
	display: block;
	width: 120px;
	height: 40px;
	color: #fff;
	background: linear-gradient(90deg, #0088bf, #00aeb9);
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
}

.lh-join-item .lh-join-title:hover,
.lh-join-item li.on .lh-join-title {
	background: #007bc1;
	color: #fff;
}

.lh-loading {
	text-align: center;
	color: #007bc1;
	font-size: 15px;
	margin-top: 30px;
}

.lh-loading i {
	font-size: 32px;
	display: inline-block;
	margin-bottom: 10px;
	animation: loading linear 1s infinite;
}

@keyframes loading {

	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}

}

.lh-contact {
	margin-top: 60px;
	position: relative;
	border: 2px solid #007BC1;
}

.lh-contact-box {
	padding: 60px 160px;
	padding: 60px 8.3vw;
	background: #E1EEFB;
}

.lh-contact .text {
	width: 43%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #007bc1;
	color: #fff;
	padding: 8vh 0 0 3.6vw;
}

.lh-contact .text h1 {
	font-size: 1.5625vw;
	margin-bottom: 35px;
}

.lh-contact .text p {
	font-size: 16px;
	margin-top: 20px;
}

.lh-contact .text figure {
	width: 100px;
	margin-top: 60px;
	text-align: center;
}

.lh-contact .text figcaption {
	margin-top: 10px;
}

.lh-contact .map {
	width: 57%;
	height: 600px;
	overflow: hidden;
}

.lh-contact-item {
	margin-left: -2.6vw;
}

.lh-contact-item li {
	width: 33.3%;
	float: left;
	margin-top: 2.6vw;
	padding-left: 2.6vw;
}

.lh-contact-item li>div {
	background: #fff;
	border: 1px solid #DDD;
	padding: 2vw;
}

.lh-contact-item li>div h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.lh-contact-item li>div p {
	line-height: 35px;
	color: #444444;
	font-size: 15px;
}

.lh-video-layer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lh-video-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: rgba(30, 30, 30, 0.6);
	z-index: 2;
}

.lh-video-layer video {
	max-width: 80%;
	max-height: 90%;
}

.quickAnimate {
	animation: quickAnimate cubic-bezier(0.215, .61, .355, 1) 1s forwards;
	transform: rotate(35deg);
}

@keyframes quickAnimate {

	0% {
		transform: rotate(35deg);
	}

	100% {
		transform: rotate(0);
	}

}

.lh-quick li:nth-child(2),
.lh-activity-banner .bd li:nth-child(2) {
	animation-delay: .1s;
}

.lh-quick li:nth-child(3),
.lh-activity-banner .bd li:nth-child(3) {
	animation-delay: .2s;
}

.lh-quick li:nth-child(4) {
	animation-delay: .3s;
}

.lh-pro-titles .search {
	position: relative;
	width: 440px;
}

.lh-pro-titles .search input {
	width: 100%;
	height: 54px;
	line-height: 54px;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 0 120px 0 20px;
	color: #fff;
}

.lh-pro-titles .search a {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	color: #007bc1;
	font-size: 18px;
}

.lh-pro-titles .search input::-webkit-input-placeholder {
	color: #fff;
}

.lh-pro-titles .search input:-moz-placeholder {
	color: #fff;
}

.lh-pro-titles .search input::-moz-placeholder {
	color: #fff;
}

.lh-pro-titles .search input:-ms-input-placeholder {
	color: #fff;
}

.lh-pro-titles.pro {
	line-height: 54px;
}

.lh-pro-info a {
	color: #fff;
	padding: 10px 20px;
	background: linear-gradient(90deg, #437bea, #35a8ce);
	border-radius: 30px;
	display: inline-block;
	margin-top: 30px;
}

.lh-pro-info a:hover {
	border-radius: 30px 0 30px 0;
}

.lh-pro2 .lh-pro-info a,
.lh-pro4 .lh-pro-info a {
	float: right;
}

.lh-proDetail {
	padding: 11vh 0 15vh;
	background: #c6d9f1;
}

.lh-proDetail-l {
	width: 20%;
	background: url(../img/icon13.jpg) repeat-y top;
}

.lh-proDetail-l>h2 {
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-bottom: 2px solid #85C1DF;
	color: #fff;
	font-size: 28px;
}

.lh-proDetail-l ul {
	padding: 20px;
}

.lh-proDetail-l ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #85C1E0;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 15px;
	padding: 0 10px;
	z-index: 1;
}

.lh-proDetail-l ul li a.on {
	background: #007bc1;
}

.lh-proDetail-l ul li a i {
	position: absolute;
	right: 10px;
	top: 0;
}

.lh-proDetail-l ul li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #437bea, #35a8ce);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-proDetail-l ul li a:hover:before {
	opacity: 1;
}

.lh-proDetail-r {
	width: 80%;
	background: #fff;
	border-top: 2px solid #45B3D8;
}

.lh-proDetail-r>h1 {
	height: 90px;
	line-height: 90px;
	background: #e4eef9;
	font-size: 22px;
	text-align: center;
}

.lh-proDetail-r>.cont {
	padding: 40px 6%;
	font-size: 16px;
	line-height: 32px;
}

.lh-proDetail-r>.cont img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
}

.lh-calendar {
	height: 780px;
}

.lh-calendar-l {
	width: 62.5%;
	background: url(../img/cs/c2.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	position: relative;
}

.lh-calendar-r {
	width: 37.5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.lh-calendar-r h3 {
	font-size: 32px;
	font-style: italic;
	text-transform: uppercase;
}

.lh-calendar-r h4 {
	font-size: 28px;
	margin-top: 10px;
}

.lh-calendar-num {
	height: 5.2vw;
	background: #008DBE;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 5.2vw;
	font-size: 1.6vw;
	text-align: center;
}

.lh-calendar-num li {
	float: left;
	flex: 1;
	color: #fff;
	cursor: pointer;
}

.lh-calendar-banner {
	overflow: hidden;
	height: 680px;
	position: relative;
}

.lh-calendar-banner li {
	color: #fff;
	padding: 90px 20px 0 8.2vw;
}

.lh-calendar-banner li h3 {
	font-size: 32px;
}

.lh-calendar-banner li h4 {
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}

.lh-calendar-banner li h5 {
	font-weight: bold;
	font-size: 36px;
	font-style: italic;
	margin: 50px 0 20px;
}

.lh-calendar-banner li h5 b {
	font-size: 86px;
}

.lh-calendar-banner li pre {
	line-height: 32px;
	font-size: 16px;
}

.lh-calendar-btn {
	position: absolute;
	left: 8.2vw;
	bottom: 100px;
	z-index: 2;
}

.lh-calendar-btn a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	background: #fff;
	float: left;
	position: relative;
}

.lh-calendar-btn a i {
	font-size: 24px;
}

.lh-calendar-btn a:hover {
	color: #008DBE;
}

.lh-calendar-btn a:first-child:before {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #DDD;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.lh-calendar-num li.on {
	background: #fff;
	color: #008DBE;
}

.lh-bannner .bd li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lh-news-cont.ones {
	background: linear-gradient(90deg, #ECE3D2, #A8CDD3);
	color: #000;
	position: relative;
}

.lh-news-cont.ones .lh-detail-h1,
.lh-news-cont.ones .lh-detail-cont {
	color: #000;
}

.lh-solution3 {
	position: relative;
	padding-top: 40px;
}

.lh-solution3 .newbtn {
	position: absolute;
	left: 0;
	bottom: -40px;
	margin: 0;
}

.lh-solution3 .newbtn:hover {
	border-radius: 30px 0 30px 0;
}

.lh-solution-text>.cont {
	margin-top: 20px;
}

.lh-reservation-layer,
.layers {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 670px;
	height: 570px;
	background: #fff;
	z-index: 3000;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transform: translate(-50%, 100%);
	visibility: hidden;
	padding: 50px;
}

body.Reservation,
body.Feedback {
	overflow: hidden;
}

body.Reservation .lh-reservation-layer,
body.Feedback .lh-feedback-layer {
	transform: translate(-50%, -50%);
	visibility: visible;
}

.lh-appointment-item li {
	height: 50px;
	line-height: 50px;
	background: #F3F3F3;
	position: relative;
	padding: 0 25px;
	margin-top: 14px;
}

.lh-appointment-item li:first-child {
	margin-top: 20px;
}

.lh-appointment-item li input,
.lh-appointment-item li select {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0 55px 0 120px;
	border: none;
}

.lh-appointment-item li i {
	position: absolute;
	right: 27px;
	top: 0;
	color: #AEA090;
}

.lh-appointment-item li input.times {
	text-align: right;
}

.lh-appointment-item li select {
	direction: rtl;
}

.lh-appointment-item li.textarea {
	height: 142px;
}

.lh-appointment-item li.textarea textarea {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 25px;
	border: none;
}

.lh-submit {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	background: linear-gradient(90deg, #437bea, #35a8ce);
	color: #fff;
	text-align: center;
}

.shadows {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 2999;
	animation: shadows cubic-bezier(0.215, .61, .355, 1) .45s;
}

@keyframes shadows {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

.lh-appointment-h3 {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	line-height: 20px;
}

.lh-appointment-h3 a {
	float: right;
	font-size: 20px;
}

.lh-appointment-item li.nobg {
	background: none;
	padding: 0;
	margin-top: 30px;
}

.lh-proDetail-r>.btn {
	padding: 20px;
}

.lh-sq {
	width: 160px;

	height: 60px;

	border-radius: 30px;

	color: #fff;

	font-size: 20px;

	background: linear-gradient(90deg, #437bea, #35a8ce);

	text-align: center;

	line-height: 60px;

	display: inline-block;
	margin-top: 20px;
}

.lh-vision3.hh .lh-vision-text .cont {
	margin-top: 20px;
	height: auto;
}

.lh-sq:hover {
	border-radius: 30px 0 30px 0;
}

.lh-sq.ccccc {
	font-size: 16px;
	position: relative;
}

.lh-sq.ccccc .ewm {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left: -50px;
	display: none;
}

.lh-sq.ccccc:hover .ewm {
	display: block;
}

.lh-lang {
	width: 8vw;
	border-left: 1px solid #D4D4D4;
	line-height: 100px;
	text-align: center;
	color: #fff;
}

.lh-lang a {
	color: #fff;
}

.lh-lang a {
	color: #fff;
}

.other .lh-lang,
.other .lh-lang a {
	color: #000;
}

/*

font-family: "Century Gothic";

font-family: "CenturyGothicbold";

font-family: "Ebrima Bold";

transition:cubic-bezier(0.215,.61,.355,1) .45s;



*/

@media screen and (max-width: 1600px) {

	.lh-nav>li {
		margin-left: 6vw;
	}

}

@media screen and (max-width: 1500px) {

	footer {
		padding: 100px 2.3vw 0;
	}

}

@media screen and (max-width:1440px) {

	.lh-detail-page {
		position: relative;
		left: 0 !important;
		top: 0;
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.lh-page-item,
	.lh-page-item li {
		display: inline-block;
	}

	.lh-page-item li {
		width: 150px;
	}

	.lh-share {
		display: inline-block;
		top: -39px;
	}

}

@media screen and (max-width: 1366px) {

	footer {
		padding: 100px 2.3vw 0;
	}

}

/*平板*/

@media screen and (max-width: 1024px) {}

/*手机*/

@media screen and (max-width: 980px) {

	.padding60,
	.padding80 {
		padding: 30px 0;
	}

	.lh-detail-h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.lh-detail-h2 {
		margin: 10px 0 20px;
		font-size: 12px;
	}

	.lh-detail-h2 span {
		margin: 0 10px;
	}

	.lh-detail-cont {
		padding-top: 30px;
		font-size: 14px;
		line-height: 30px;
	}

	.lh-detail-page {
		width: auto;
	}

	header {
		height: 50px;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}

	.lh-logo {
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 80px;
		padding: 0;
		height: auto;
		z-index: 2;
	}

	.lh-nav-btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		z-index: 2;
		background: #007BC1;
	}

	.lh-nav-btn i {
		width: 24px;
		margin: 0;
		margin: -1px 0 0 -12px;
		background: #fff;
	}

	.lh-nav-btn:before,
	.lh-nav-btn:after {
		width: 24px;
		margin: -10px 0 0 -12px;
		background: #fff;
	}

	.lh-nav-btn:after {
		margin: 8px 0 0 -12px;
		top: 50%;
	}

	.lh-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #fff;
		padding-top: 40%;
		transform: translateY(-100%);
		transition: cubic-bezier(0.215, .61, .355, 1) .45s;
		visibility: hidden;
	}

	.lh-nav li {
		float: none;
		width: 100%;
		margin: 0;
		line-height: 45px;
		text-align: center;
	}

	.lh-nav li a {
		color: #000;
		display: block;
	}

	.lh-search {
		position: fixed;
		left: 10%;
		bottom: 20px;
		width: 80%;
		background: #007BC1;
		height: 45px;
		transform: translateY(100%);
		visibility: hidden;
		opacity: 0;
	}

	.lh-search input {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		transform: scaleX(1);
		margin: 0;
		line-height: 45px;
		border: none;
		color: #fff;
	}

	.lh-search-btn {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.lh-search-btn i {
		font-size: 24px;
	}

	.webNav .lh-nav,
	.webNav .lh-search {
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
	}

	.webNav .lh-nav-btn i {
		transform: scaleX(0);
	}

	.webNav .lh-nav-btn:before {
		transform: translate(0, 9px) rotate(45deg);
	}

	.webNav .lh-nav-btn:after {
		transform: translate(0, -9px) rotate(-45deg);
	}

	.lh-search input::-webkit-input-placeholder {
		color: #fff;
	}

	.lh-search input:-moz-placeholder {
		color: #fff;
	}

	.lh-search input::-moz-placeholder {
		color: #fff;
	}

	.lh-search input:-ms-input-placeholder {
		color: #fff;
	}

	.lh-bannner .bd .text {
		left: 20px;
	}

	.lh-bannner .bd .text h3,
	.lh-bannner .bd .text h5 {
		font-size: 26px;
	}

	.lh-bannner .bd .text h4 {
		font-size: 14px;
		margin-top: 4px;
	}

	.lh-bannner .bd .text h5 {
		font-size: 14px;
		margin: 10px 0;
	}

	.lh-btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		padding: 0;
		text-align: center;
		font-size: 12px;
	}

	.lh-btn i {
		display: none;
	}

	.dropdown {
		display: none;
	}

	.lh-about {
		height: auto;
		margin: 0;
		background: #F1F1F1;
		padding: 0;
	}

	.lh-about:before {
		display: none;
	}

	.lh-about-l {
		width: 100%;
		height: 319px;
		float: none;
	}

	.lh-abour-r {
		width: 100%;
		float: none;
		padding: 30px 20px;
	}

	.lh-abour-r h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.lh-abour-r h3:before {
		width: 30px;
		height: 3px;
		bottom: 3px;
		left: -5px;
	}

	.lh-abour-r h4 {
		margin-top: 10px;
		font-size: 16px;
	}

	.lh-abour-r pre {
		margin-top: 20px;
	}

	.lh-abour-r a {
		margin-top: 30px;
	}

	.lh-quick li {
		width: 50%;
	}

	.lh-quick li figure {
		width: 70px;
		margin: auto;
	}

	.lh-quick li h3 {
		font-size: 14px;
		margin-top: 10px;
	}

	.lh-quick li a,
	.lh-quick {
		padding: 20px 0;
	}

	.lh-activity {
		padding: 30px 20px;
	}

	.lh-activity-banner {
		margin: 30px 0 0 -10px;
	}

	.lh-activity-banner .bd li {
		padding-left: -10px;
		width: 100%;
	}

	.lh-activity-banner .bd li .date {
		padding: 20px;
		font-size: 12px;
		line-height: 20px;
		width: auto;
		margin-right: 20px;
	}

	.lh-activity-banner .bd li .date span {
		display: block;
	}

	.lh-activity-banner .bd li .date b {
		font-size: 18px;
		line-height: 20px;
	}

	.lh-activity-banner .bd li article h3 {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		white-space: normal;
	}

	.lh-activity-banner .bd li article p {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}

	.lh-activity-banner .bd li article {
		padding: 20px 20px;
	}

	.lh-activity-banner .bd li article h4 {
		left: 110px;
		bottom: 40px;
		font-size: 12px;
	}

	.lh-activity>h2 {
		font-size: 20px;
	}

	.lh-footer-r>nav {
		display: none;
	}

	footer {
		padding: 30px 20px 0;
		height: auto;
		background-size: cover;
	}

	.lh-footer-l h4 {
		font-size: 24px;
	}

	.lh-copy {
		margin-top: 40px;
		padding: 20px 0;
		text-align: center;
		line-height: 24px;
	}

	.lh-copy p {
		float: none;
	}

	.lh-other {
		padding-top: 50px;
	}

	.lh-ban {
		height: 200px;
		padding: 0 20px;
	}

	.lh-ban .text h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.lh-ban .text p {
		line-height: 24px;
	}

	.lh-crumbs {
		display: none;
	}

	.lh-other-nav nav {
		float: none;
	}

	.lh-other-nav nav a {
		padding: 0 5px;
	}

	.lh-other-nav nav a:after {
		height: 1px;
	}

	.lh-other-nav {
		height: 50px;
		line-height: 50px;
	}

	.lh-pro-titles {
		padding: 20px 0;
		font-size: 20px;
	}

	.lh-service1,
	.lh-service2,
	.lh-service3,
	.lh-pro1,
	.lh-pro2,
	.lh-pro3,
	.lh-pro4,
	.lh-pro5,
	.lh-vision1,
	.lh-vision2,
	.lh-vision3,
	.lh-vision4,
	.lh-overview1,
	.lh-overview2,
	.lh-overview3,
	.lh-solution1,
	.lh-solution2,
	.lh-solution3,
	.lh-solution4 {
		background: linear-gradient(90deg, #5b85da, #34a0c3) !important;
		height: auto;
	}

	.lh-service1 {
		padding-top: 0;
	}

	.lh-service1 figure,
	.lh-service2 figure,
	.lh-service1 .text,
	.lh-service2 .text {
		width: 100%;
		float: none;
	}

	.lh-service1 .text figcaption,
	.lh-service2 .text figcaption {
		font-size: 18px;
	}

	.lh-service1 .text pre,
	.lh-service2 .text pre {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.lh-service2 {
		padding-top: 30px;
	}

	.lh-service2 .text {
		padding-top: 30px;
		color: #fff;
	}

	.lh-service3 {
		padding: 30px 0;
	}

	.lh-service3-title h3 {
		font-size: 20px;
		color: #fff;
	}

	.lh-service3-hd li {
		color: #fff;
		margin-left: 15px;
	}

	.lh-service3-item li img {
		width: 120px;
	}

	.lh-service3-btn a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.lh-service3-btn a i {
		font-size: 16px;
	}

	.lh-service3-bd {
		height: 180px;
		margin-top: 30px;
	}

	.lh-pro1,
	.lh-pro2,
	.lh-pro3,
	.lh-pro4 {
		padding: 0;
		border-bottom: 1px solid #fff;
		padding: 30px 0;
	}

	.lh-pro-title span {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.lh-pro-info {
		margin-top: 30px;
	}

	.lh-pro-info>div {
		width: 100%;
		float: none;
		font-size: 12px;
		line-height: 24px;
	}

	.lh-pro-info dl {
		margin: 20px 0;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}

	.lh-pro2,
	.lh-pro4 {
		padding-top: 30px;
		color: #fff;
	}

	.lh-pro2 dl,
	.lh-pro4 dl {
		color: #fff;
	}

	.lh-pro5 {
		padding-bottom: 30px;
	}

	.lh-pro5 .mall {
		font-size: 12px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.lh-pro-info dl dd {
		font-size: 14px;
	}

	.lh-pro-info dl dt {
		font-size: 18px;
	}

	.lh-pro3 {
		padding-top: 30px;
	}

	.lh-vision1 {
		padding-top: 30px;
		color: #fff;
		text-align: center;
	}

	.lh-vision1 h2 {
		font-size: 20px;
	}

	.lh-vision2 {
		color: #fff;
		padding-top: 30px;
		border-bottom: 1px solid #fff;
	}

	.lh-vision-text h3 {
		font-size: 16px;
	}

	.lh-vision-text h3 span {
		font-size: 16px;
	}

	.lh-vision-text h3 span:after {
		background: #fff;
		height: 20px;
		margin-top: -10px;
	}

	.lh-vision-text .cont {
		margin-top: 30px;
		font-size: 12px;
		line-height: 24px;
		height: auto;
	}

	.lh-vision2 .icon,
	.lh-vision3 .icon,
	.lh-vision4 .icon {
		width: 53px;
	}

	.lh-vision3,
	.lh-vision4 {
		padding-top: 30px;
	}

	.lh-vision4 {
		color: #fff;
		padding-bottom: 30px;
	}

	.lh-news-h {
		font-size: 20px;
	}

	.lh-news-item {
		margin: 30px 0 0 -10px;
	}

	.lh-news-item li {
		padding-left: 10px;
		margin-bottom: 10px;
		width: 100%;
	}

	.lh-news-item li .time h3 {
		font-size: 32px;
		line-height: 32px;
	}

	.lh-vision3 .lh-vision-text {
		float: none;
	}

	.lh-news-item li .time {
		padding: 20px;
		font-size: 14px;
	}

	.lh-news-item li .title {
		padding: 15px 20px 0 0;
		font-size: 16px;
		line-height: 30px;
		height: 75px;
	}

	.lh-overview1 {
		padding-top: 30px;
	}

	.lh-overview1-a1 .left {
		float: none;
	}

	.lh-overview1-a1 .left h1 {
		font-size: 20px;
	}

	.lh-overview1-a1 .left p {
		font-size: 14px;
	}

	.lh-overview1-a1 .left .icon {
		width: 240px;
	}

	.lh-overview1-a1 ul {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.lh-overview1-a1 {
		margin-bottom: 30px;
	}

	.lh-overview2-h3 span {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}

	.lh-overview2-h3 {
		margin-bottom: 30px;
	}

	.lh-overview2-cont {
		font-size: 12px;
	}

	.lh-overview2-cont>div {
		float: none;
		width: 100%;
	}

	.lh-overview2,
	.lh-overview3 {
		padding-top: 30px;
	}

	.lh-overview2 .lh-overview2-cont,
	.lh-overview3 .lh-overview2-cont {
		color: #fff;
	}

	.lh-overview3 {
		padding-bottom: 30px;
	}

	.lh-join {
		margin-top: 30px;
	}

	.lh-join-title {
		padding: 15px 0;
	}

	.lh-join-title span {
		padding: 0 10px;
		font-size: 16px;
	}

	.lh-join-item .lh-join-title span {
		font-size: 12px;
	}

	.lh-join-info {
		padding: 15px;
	}

	.lh-join-info .cont>div>h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.lh-share {
		display: none;
	}

	.lh-other-nav.detail {
		display: none;
	}

	.lh-contact-box {
		padding: 30px 10px;
	}

	.lh-contact {
		margin-top: 30px;
	}

	.lh-contact>div {
		float: none;
	}

	.lh-contact .text {
		width: 100%;
		position: static;
		padding: 30px 20px;
	}

	.lh-contact .text h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.lh-contact .text p {
		font-size: 12px;
		margin-top: 10px;
	}

	.lh-contact .text figure {
		margin-top: 30px;
	}

	.lh-contact .map {
		width: 100%;
		height: 300px;
	}

	.lh-contact-item li {
		width: 100%;
		margin-top: 20px;
	}

	.lh-contact-item li>div h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.lh-contact-item li>div p {
		font-size: 13px;
		line-height: 24px;
	}

	.lh-solution1 {
		padding-top: 30px;
	}

	.lh-solution1 .icon {
		width: 240px;
	}

	.lh-solution1 h2 {
		font-size: 20px;
	}

	.lh-solution1 .right,
	.lh-solution1 .left {
		float: none;
		width: 100%;
	}

	.lh-solution1 .right {
		margin-top: 30px;
	}

	.lh-solution-nav {
		text-align: center;
	}

	.lh-solution-nav li a {
		font-size: 12px;
		line-height: 58px;
	}

	.lh-solution-nav li {
		width: 70px;
		height: 58px;
		margin: 0 5px;
	}

	.lh-solution1 p {
		margin-top: 30px;
		text-align: center;
		font-size: 20px;
		padding-top: 30px;
	}

	.lh-solution2,
	.lh-solution3,
	.lh-solution4 {
		padding-top: 30px;
	}

	.lh-solution4 {
		padding-bottom: 30px;
	}

	.lh-solution2 .img {
		position: static;
		width: 100%;
		margin-bottom: 30px;
	}

	.lh-solution-text {
		width: 100%;
		color: #fff;
	}

	.lh-solution-text>h2 {
		font-size: 20px;
	}

	.lh-solution-text>.cont {
		font-size: 12px;
		line-height: 24px;
		margin-top: 20px;
	}

	.lh-pro-titles .left {
		float: none;
	}

	.lh-pro-titles .search {
		float: none;
		width: 100%;
	}

	.lh-pro-info a {
		margin: 0 0 30px;
	}

	.lh-pro-info>div {
		overflow: hidden;
	}

	.lh-proDetail {
		padding: 30px 0;
	}

	.lh-proDetail-l,
	.lh-proDetail-r {
		float: none;
		width: 100%;
	}

	.lh-proDetail-l {
		background: #339CCC;
		min-height: inherit;
	}

	.lh-proDetail-l>h2 {
		height: 55px;
		line-height: 55px;
		font-size: 20px;
	}

	.lh-proDetail-r {
		margin-top: 20px;
	}

	.lh-proDetail-r>h1 {
		height: 55px;
		line-height: 55px;
		font-size: 18px;
	}

	.lh-proDetail-r>.cont {
		padding: 30px 10px;
		font-size: 14px;
		line-height: 30px;
	}

	.lh-calendar-l,
	.lh-calendar-r {
		width: 100%;
		float: none;
		height: auto;
	}

	.lh-calendar-num {
		display: none;
	}

	.lh-calendar-banner li {
		padding: 30px 20px;
	}

	.lh-calendar-banner li h3 {
		font-size: 24px;
	}

	.lh-calendar-banner li h4 {
		font-size: 12px;
	}

	.lh-calendar-banner li h5 {
		font-size: 18px;
		margin: 20px 0;
	}

	.lh-calendar-banner li h5 b {
		font-size: 42px;
	}

	.lh-calendar-banner li pre {
		font-size: 12px;
		line-height: 30px;
	}

	.lh-calendar-banner {
		height: auto;
		padding-bottom: 80px;
	}

	.lh-calendar-btn {
		left: 20px;
		bottom: 20px;
	}

	.lh-calendar {
		height: auto;
	}

	.lh-calendar-r {
		padding: 80px 20px;
	}

	.lh-calendar-r h3 {
		font-size: 24px;
	}

	.lh-calendar-r h4 {
		font-size: 18px;
	}

	.lh-bannner,
	.lh-banner-box {
		height: 50vw;
		margin-top: 50px;
	}

	.lh-pro-info dl {
		border-color: rgba(255, 255, 255, .2);
	}

	.lh-pro-titles .search input {
		height: 40px;
		line-height: 40px;
	}

	.lh-pro-titles .search a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.lh-ban .text h3 {
		font-size: 48px;
	}

	.lh-ban .text p {
		width: 100% !important;
		padding: 0 15px;
		display: none;
	}

	.lh-page-item li {
		width: 85px;
	}

	.lh-solution3 .newbtn {
		position: static;
		margin: 20px 0;
		width: 100px;

		height: 40px;

		line-height: 40px;

		font-size: 14px
	}

	.lh-detail-cont img {
		height: auto !important;
	}

	.lh-reservation-layer,
	.layers {
		width: 90%;
		height: 90%;
		padding: 20px;
		height: auto;
	}

	.lh-appointment-item li {
		height: 45px;
		line-height: 45px;
	}

	.lh-appointment-item li input,
	.lh-appointment-item li select {
		padding: 0 20px 0 80px;
	}

	.lh-service3 {
		background: #d0e5f9 !important;
	}

	.lh-solution2 {
		padding: 30px 0;
	}

	.lh-solution3 {
		background: #fff !important;
		color: #000;
	}

	.lh-solution3 .lh-solution-text>h2,
	.lh-solution3 .lh-solution-text>.cont {
		color: #000;
	}

	.lh-sq.ccccc {
		display: none;
	}

	.lh-sq {
		margin-bottom: 20px;
	}

	.lh-sq {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.lh-lang {
		line-height: 50px;
		position: absolute;
		right: 50px;
		top: 0;
		color: #000;
		width: auto;
		padding: 0 10px;
		border: none;
	}

	.lh-lang a {
		color: #000;
	}

}

.z_ly_warp {
	padding-top: 9.8958333333vw;
	padding-bottom: 9.8958333333vw;
	padding-left: 18.75vw;
	padding-right: 13.5416666667vw;
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 980px) {
	.z_ly_warp {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp {
		padding-left: 12px
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp {
		padding-right: 12px
	}
}

.z_ly_warp .flwarp {
	width: 25vw;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (max-width: 980px) {
	.z_ly_warp .flwarp {
		width: 100%
	}
}

.z_ly_warp .frwarp {
	width: 34.8958333333vw;
	margin-left: auto
}

@media screen and (max-width: 980px) {
	.z_ly_warp .frwarp {
		width: 100%
	}
}

.z_ly_warp li {
	width: 49.2%;
	border: 1px solid #a4a4a4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: .78125vw;
	padding-right: .78125vw;
	font-size: .8333333333vw;
	margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
	.z_ly_warp li {
		width: 100%
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp li {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width: 1680px) {
	.z_ly_warp li {
		font-size: 1.0083333333vw;
		font-size: 1.0666666667vw
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp li {
		font-size: 14px
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp li {
		margin-bottom: 12px
	}
}

.z_ly_warp li:nth-child(even) {
	margin-left: auto
}

.z_ly_warp .tit {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: .78125vw
}

@media screen and (max-width: 980px) {
	.z_ly_warp .tit {
		margin-right: 12px
	}
}

.z_ly_warp .tit em {
	color: red
}

.z_ly_warp .text {
	height: 2.8125vw
}

@media screen and (max-width: 980px) {
	.z_ly_warp .text {
		height: 50px
	}
}

.z_ly_warp .w100 {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: .78125vw
}

@media screen and (max-width: 980px) {
	.z_ly_warp .w100 {
		padding: 12px
	}
}

.z_ly_warp .texta {
	width: 100%;
	height: 4.6875vw;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 980px) {
	.z_ly_warp .texta {
		height: 80px
	}
}

.z_ly_warp .btn {
	display: inline-block;
	min-width: 8.0208333333vw;
	padding-left: .625vw;
	padding-right: .625vw;
	line-height: 2.8125vw;
	border-radius: 1.4583333333vw;
	background: #007bc1;
	color: #fff;
	text-align: center;
	font-size: .9375vw;
	font-weight: bold;
	cursor: pointer
}

@media screen and (max-width: 980px) {
	.z_ly_warp .btn {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp .btn {
		line-height: 40px
	}
}

@media screen and (max-width: 1680px) {
	.z_ly_warp .btn {
		font-size: 1.134375vw
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp .btn {
		font-size: 16px
	}
}

@media screen and (max-width: 980px) {
	.z_ly_warp .btn {
		border-radius: 20px
	}

	.z_ly_warp .frwarp {
		margin-top: 30px
	}
}

.z_flex_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

input[type=text],
input[type=password],
input[type=search],
input[type=number],
textarea,
select {
	font-size: inherit;
	outline: none;
	font-family: NotoSansHans;
	border-radius: 0;
	border: none;
	background: none;
	-webkit-transition: ease .45s;
	transition: ease .45s;
	outline: none
}

.z_index_tit .slg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #007bc1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9375vw;
	margin-bottom: .625vw
}

@media screen and (max-width: 1680px) {
	.z_index_tit .slg {
		font-size: 1.134375vw
	}
}

@media screen and (max-width: 980px) {
	.z_index_tit .slg {
		font-size: 14px
	}
}

@media screen and (max-width: 980px) {
	.z_index_tit .slg {
		margin-bottom: 6px
	}
}

.z_index_tit .text {
	font-weight: bold;
	color: #333;
	line-height: 2.5vw;
	font-size: 1.875vw
}

@media screen and (max-width: 980px) {
	.z_index_tit .text {
		line-height: 28px
	}
}

@media screen and (max-width: 980px) {
	.z_index_tit .text {
		font-size: 20px
	}
}