body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	font-size: 14px;
	position: relative;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #000000;
	text-decoration: none !important;
}
a:hover {
	color: #008b93;
	text-decoration: none !important;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	word-wrap: break-word;
}
input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus {
    outline: none;
}
*::selection {
	background-color: #008b93;
    color: white;
}
*::-moz-selection {
	background-color: #008b93;
    color: white;
}
*::-webkit-selection {
	background-color: #008b93;
    color: white;
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
@media only screen and (max-width: 991px) {
	.container {
		width: 655px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 330px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media only screen and (min-width: 1450px) {
	.container {
		width: 1400px;
	}
}
@media only screen and (min-width: 1650px) {
	.container {
		width: 1595px;
	}
}
.body-fixed {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}
/*公共头部样式*/
header {
	width: 100%;
	height: 85px;
	z-index: 100;
	position: fixed;
	background-color: #FFFFFF;
}
header .header-top {
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}
header .header-search {
	float: left;
	width: 320px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	padding: 0 10px 0 45px;
	margin: 20px 0 15px 35px;
	background-color: #f2f4f5;
}
.header-search input {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	background-color: transparent;
}
.header-search .search-icon {
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	color: #999999;
	display: block;
	overflow: hidden;
	position: absolute;
	background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}
header .logo {
	left: 50%;
	top: 24px;
	width: 155px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-left: -77px;
}
.logo img {
	width: 100%;
}
.header-right {
	float: right;
	height: 100%;
	width: -moz-calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	width: calc(50% - 100px);
}
.header-menu {
	float: right;
	height: 100%;
}
.header-menu li {
	float: left;
	height: 100%;
	padding: 0 25px;
	position: relative;
}
.header-menu li h4 {
	cursor: pointer;
	font-size: 14px;
	line-height: 85px;
	font-weight: bold;
	position: relative;
}
.header-menu li h4:after {
	left: 50%;
	width: 0px;
	height: 4px;
	bottom: 0px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background: #008b93;
	transition: all 0.5s;
	border-radius: 10px 10px 0 0;
}
.header-menu li:hover h4:after,.header-menu li.active h4:after {
	left: 0px;
	width: 100%;
}
.header-menu li h4 a {
	color: #333333;
}
.header-menu li .header-two {
	left: 0px;
	top: 120px;
	width: 220px;
	display: none;
	overflow: hidden;
	padding: 10px 30px;
	position: absolute;
	background-color: #ffffff;
	border-radius: 0px 30px 30px 30px;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
}
.header-menu li:nth-of-type(2) .header-two {
	width: 240px;
}
.header-menu li:last-of-type .header-two {
	width: 300px;
	left: -95px;
}
.header-two p {
	width: 100%;
	height: 35px;
	font-size: 14px;
	overflow: hidden;
	font-weight: bold;
	line-height: 35px;
}
.header-icon {
	float: right;
	width: 85px;
	height: 85px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	transition: all 0.5s;
	background: linear-gradient(140deg,#008b93,#00bcc7);
}
.header-icon:hover {
	background: linear-gradient(180deg,#008b93,#00bcc7);
}
.header-icon ul {
	width: 22px;
	height: 22px;
	position: relative;
	margin: 30px auto 5px;
}
.header-icon ul li {
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
	position: absolute;
	transition: all 0.5s;
	background-color: #ffffff;
}
.header-icon ul li:nth-of-type(1) {
	margin: -4px 0 0 -11px;
}
.header-icon ul li:nth-of-type(2) {
	margin: 2px 0 0 -11px;
}
header.header-click .header-icon ul li:nth-of-type(1) {
	margin: -1px 0 0 -11px;
	transform: rotate(45deg);
}
header.header-click .header-icon ul li:nth-of-type(2) {
	margin: -1px 0 0 -11px;
	transform: rotate(-45deg);
}
.header-icon span {
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.header-right .right-en {
	float: right;
	margin: 0 30px;
	font-size: 16px;
	line-height: 85px;
	font-weight: bold;
	font-family: arial;
}
header .header-bottom {
	top: 85px;
	right: 0px;
	z-index: 1;
	width: 100%;
	display: none;
	position: fixed;
	overflow: hidden;
	height: -moz-calc(100% - 85px);
	height: -webkit-calc(100% - 85px);
	height: calc(100% - 85px);
	background: rgba(0,29,44,0.2);
}
header .bottom-right {
	width: 575px;
	height: -moz-calc(100% - 85px);
	height: -webkit-calc(100% - 85px);
	height: calc(100% - 85px);
	overflow: hidden;
	background: #eceff0;
	position: fixed;
	right: -575px;
	top: 85px;
	opacity: 0;
	z-index: 2;
}
header.header-click .bottom-right {
	right: 0px;
	opacity: 1;
	transition: all 1s 0.2s;
}
.bottom-right .right-box {
	width: 100%;
	height: -moz-calc(100% - 90px);
	height: -webkit-calc(100% - 90px);
	height: calc(100% - 90px);
	padding: 45px;
	overflow: hidden;
}
.right-box .right-menu {
	width: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	overflow: hidden;
}
.right-menu ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.right-menu li {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(108,118,137,0.3);
}
.right-menu li h4 {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.right-menu li h4 span {
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: -8px;
	overflow: hidden;
	position: absolute;
	transition: transform 0.5s;
	background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.right-menu li.menu-click h4 span {
	transform: rotateX(180deg);
}
.right-menu li h4 a {
	color: #333333;
}
.right-menu li .menu-two {
	width: 100%;
	display: none;
	overflow: hidden;
	padding: 10px 15px;
}
.menu-two p {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
	line-height: 25px;
}
.menu-two p a {
	color: #273034;
}
.right-box .follow-top {
	width: 100%;
	height: 25px;
}
.follow-top .follow-box {
	float: left;
	width: 36px;
	height: 25px;
	cursor: pointer;
	position: relative;
}
.follow-box h4 {
	z-index: 1;
	width: 100%;
	height: 25px;
	color: #000000;
	font-size: 15px;
	overflow: hidden;
	line-height: 25px;
	position: relative;
}
.follow-box h4 span {
	top: 50%;
	right: 0px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
	transform: rotateX(180deg);
	background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.follow-box.follow-click h4 span {
	transform: rotateX(0deg);
}
.follow-box .follow-list {
	width: 100%;
	overflow: hidden;
	background: #eceff0;
	position: absolute;
	left: 0px;
	bottom: 25px;
	display: none;
}
.follow-list p {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	overflow: hidden;
	color: #000000;
}
.follow-list p a {
	color: #000000;
}
.follow-top .follow-button {
	line-height: 25px;
	float: right;
}
.follow-button a {
	display: block;
	font-size: 15px;
	margin-left: 15px;
	font-weight: 500;
	color: #333333;
	float: left;
}
.bottom-right .follow-bottom {
	width: 100%;
	padding: 30px 45px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.05);
}
.follow-bottom p {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #273034;
	float: left;
}
.follow-bottom .follow-href {
	display: block;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	overflow: hidden;
	float: right;
}
.follow-href a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	line-height: 27px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #333333;
	text-align: center;
	transition: all 0.5s;
	float: left;
}
.follow-href a:nth-of-type(3) {
	height: 20px;
	line-height: 18px;
	margin: 5px 10px;
	border-radius: 6px;
}
.follow-href a:nth-of-type(1) img {
	width: 22px;
}
.follow-href a:nth-of-type(2) img {
	width: 18px;
}
.follow-href a:nth-of-type(3) img {
	width: 8px;
}
.follow-href a:hover {
	background-color: #009de2;
}
@media only screen and (max-width: 991px) {
	header {
		position: fixed;
		top: 0px;
		z-index: 100;
	}
	.header-menu {
		display: none;
	}
	header.header-click .bottom-right {
		width: 100%;
	}
	header .header-search {
		width: 100%;
		height: 66px;
		padding: 0 30px;
		overflow: hidden;
		border-radius: 0px;
		background-color: #f2f4f5;
		position: absolute;
		left: 0px;
		top: 85px;
		margin: 0;
		display: none;
	}
	.header-search .search-icon {
	    width: 26px;
	    height: 26px;
	    background-size: 100%;
	    top: 20px;
	    left: 30px;
	}
	.header-search input {
		display: block;
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		font-size: 20px;
		margin: 0 auto;
	}
	.header-search .search-right {
		display: block;
		width: 20px;
	    height: 20px;
	    background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/rightB.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100%;
	    position: absolute;
	    right: 30px;
	    top: 23px;
	}
	header .logo {
		left: 15px;
		margin-left: 0px;
	}
	.header-right .right-en {
	    margin: 0 30px;
	    font-size: 28px;
	}
	.header-right .right-search {
		width: 30px;
	    height: 30px;
	    background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/search.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100%;
	    position: relative;
	    top: 50%;
	    margin: -15px 20px 0 15px;
	    float: right;
	}
	.header-right .right-search.search-click {
		background: transparent;
	}
	.header-right .right-search.search-click:before,.header-right .right-search.search-click:after {
		content: '';
		display: block;
		width: 30px;
		height: 4px;
		overflow: hidden;
		background-color: #333333;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -2px 0 0 -15px;
		transform: rotate(45deg);
	}
	.header-right .right-search.search-click:after {
		transform: rotate(-45deg);
	}
	header .bottom-right {
		overflow-y: scroll;
	}
	.bottom-right .right-box,.right-box .right-menu {
		height: auto;
	}
	.right-menu li h4 {
	    font-size: 28px;
	    line-height: 40px;
	}
	.right-menu li h4 span {
	    width: 24px;
	    height: 24px;
	    right: 20px;
	    margin-top: -12px;
	}
	.menu-two p {
	    height: 40px;
	    line-height: 40px;
	    font-size: 24px;
	    margin: 20px 0;
	}
	.right-box .follow-top {
		height: auto;
	}
	.follow-top .follow-box {
		width: 100%;
		float: none;
		height: auto;
	   	margin: 70px 0 0;
	}
	.follow-box h4 {
	    height: 35px;
	    line-height: 35px;
	    font-size: 24px;
	}
	.follow-box h4 span {
	    width: 24px;
	    height: 24px;
	    margin-top: -14px;
	    right: auto;
	    left: 45px;
	}
	.follow-list p {
	    height: 40px;
	    line-height: 40px;
	    font-size: 24px;
	}
	.follow-top .follow-button {
	   	width: 100%;
	   	overflow: hidden;
	   	margin: 50px 0 0;
		float: none;
	}
	.follow-button a {
	    font-size: 24px;
	    line-height: 40px;
	    margin: 0 50px 0 0;
	}
	.follow-bottom p {
		font-size: 24px;
		line-height: 50px;
	}
	.follow-bottom .follow-href {
		width: -moz-calc(100% - 200px);
    	width: -webkit-calc(100% - 200px);
    	width: calc(100% - 200px);
	}
	.follow-href a {
		width: 60px;
		height: 60px;
		margin: 0 20px;
		line-height: 57px;
	}
	.follow-href a:nth-of-type(3) {
		height: 40px;
		line-height: 38px;
		margin: 10px 20px;
		border-radius: 10px;
	}
	.follow-href a:nth-of-type(1) img {
		width: 40px;
	}
	.follow-href a:nth-of-type(2) img {
		width: 32px;
	}
	.follow-href a:nth-of-type(3) img {
		width: 16px;
	}
	.header-product {
		display: none !important;
	}
}
@media only screen and (max-width: 750px) {
	header {
	    height: 65px;
	}
	header .header-search {
		height: 40px;
		padding: 0 15px;
		top: 65px;
	}
	.header-search .search-icon {
	    width: 16px;
	    height: 16px;
	    top: 12px;
	    left: 15px;
	}
	.header-search input {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		font-size: 12px;
	}
	.header-search .search-right {
		width: 14px;
	    height: 14px;
	    right: 15px;
	    top: 13px;
	}
	.header-icon {
	    width: 65px;
	    height: 65px;
	}
	.header-icon ul {
	    margin: 20px auto 0px;
	}
	header .logo {
		top: 16px;
		width: 140px;
	}
	.header-right {
		width: -moz-calc(100% - 100px);
    	width: -webkit-calc(100% - 100px);
    	width: calc(100% - 100px);
	}
	.header-right .right-en {
	    margin: 0 20px;
	    font-size: 18px;
	    line-height: 68px;
	}
	.header-right .right-search {
		width: 18px;
	    height: 18px;
	    margin: -8px 0 0;
	}
	.header-right .right-search.search-click:before,.header-right .right-search.search-click:after {
		width: 16px;
		height: 2px;
		border-radius: 1px;
		margin: -1px 0 0 -8px;
	}
	header .bottom-right {
	    height: -moz-calc(100% - 65px);
	    height: -webkit-calc(100% - 65px);
	    height: calc(100% - 65px);
	    top: 65px;
	}
	.bottom-right .right-box {
		padding: 30px;
	}
	.right-menu li h4 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.right-menu li h4 span {
	    width: 14px;
	    height: 14px;
	    right: 10px;
	    margin-top: -7px;
	}
	.menu-two p {
	    height: 20px;
	    line-height: 20px;
	    font-size: 16px;
	    margin: 10px 0;
	}
	.follow-top .follow-box {
	   	margin: 30px 0 0;
	}
	.follow-box h4 {
	    height: 35px;
	    line-height: 35px;
	    font-size: 16px;
	}
	.follow-box h4 span {
	    width: 12px;
	    height: 12px;
	    margin-top: -7px;
	    left: 30px;
	}
	.follow-list p {
	    height: 25px;
	    line-height: 25px;
	    font-size: 14px;
	}
	.follow-top .follow-button {
	   	margin: 25px 0 0;
	}
	.follow-button a {
	    font-size: 14px;
	    line-height: 25px;
	    margin: 0 25px 0 0;
	}
	.bottom-right .follow-bottom {
	    padding: 20px 30px;
	}
	.follow-bottom p {
		font-size: 15px;
		line-height: 25px;
	}
	.follow-bottom .follow-href {
		width: -moz-calc(100% - 100px);
    	width: -webkit-calc(100% - 100px);
    	width: calc(100% - 100px);
	}
	.follow-href a {
		width: 30px;
		height: 30px;
		margin: 0 10px;
		line-height: 27px;
	}
	.follow-href a:nth-of-type(3) {
		height: 20px;
		line-height: 18px;
		margin: 5px 10px;
		border-radius: 5px;
	}
	.follow-href a:nth-of-type(1) img {
		width: 20px;
	}
	.follow-href a:nth-of-type(2) img {
		width: 16px;
	}
	.follow-href a:nth-of-type(3) img {
		width: 8px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		top: 0px;
		left: 0px;
	}
	.right-menu ul {
		top: -112px;
	}
	.header-menu li:nth-of-type(3),.header-menu li:nth-of-type(4),.header-menu li:nth-of-type(5),.header-menu li:nth-of-type(6),.header-search .search-right,.header-right .right-search {
		display: none;
	}
	.header-product {
		width: 100%;
		height: -moz-calc(100% - 85px);
		height: -webkit-calc(100% - 85px);
		height: calc(100% - 85px);
		padding: 40px 25px 80px;
		background: #e5e9eb;
		overflow-x: hidden;
		position: fixed;
		left: 0px;
		top: 85px;
		display: none;
	}
	.header-product h3 {
		font-size: 36px;
		line-height: 45px;
		margin: 0 0 25px;
		padding: 0 10px;
	}
	.header-product h3 span {
		display: block;
		font-size: 18px;
		padding: 0 25px 0 0;
		position: relative;
		cursor: pointer;
		float: right;
	}
	.header-product h3 span:after {
		content: 'x';
		display: block;
		width: 20px;
		height: 20px;
		font-size: 28px;
		position: absolute;
		right: 0px;
		top: -5px;
	}
	.header-product .header-list {
		width: 100%;
		overflow: hidden;
	}
	.header-list a {
		display: block;
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin: 10px;
		overflow: hidden;
		position: relative;
		float: left;
		transition: all 0.5s;
	}
	.header-list a img {
		width: 100%;
	}
	.header-list a h4 {
		width: 200px;
		padding: 20px;
		font-size: 19px;
		overflow: hidden;
		line-height: 25px;
		font-weight: bold;
		position: absolute;
		left: 0px;
		top: 0px;
		color: #252e31;
		z-index: 1;
	}
	.header-list a:hover {
		transform: scale(1.05);
	}
}
@media only screen and (min-width: 1260px) {
	.right-menu ul {
		top: -168px;
	}
	.header-menu li:nth-of-type(3) {
		display: block;
	}
}
@media only screen and (min-width: 1450px) {
	.right-menu ul {
		top: -224px;
	}
	.header-menu li:nth-of-type(4) {
		display: block;
	}
	.header-list a {
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
	}
}
@media only screen and (min-width: 1700px) {
	.right-menu ul {
		top: -280px;
	}
	.header-menu li:nth-of-type(5) {
		display: block;
	}
	.header-list a {
		width: -moz-calc(20% - 20px);
		width: -webkit-calc(20% - 20px);
		width: calc(20% - 20px);
	}
}
@media only screen and (min-width: 1850px) {
	.right-menu ul {
		top: -336px;
	}
	.header-menu li:nth-of-type(6) {
		display: block;
	}
}
/*公共底部样式*/
@font-face {
	font-family: 'AkzidenzGroteskBQ-Medium';
	src: url('../font/AkzidenzGroteskBQ/AkzidenzGroteskBQ-Medium.eot');
    src: url('../font/AkzidenzGroteskBQ/AkzidenzGroteskBQ-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/AkzidenzGroteskBQ/AkzidenzGroteskBQ-Medium.woff2') format('woff2'),
        url('../font/AkzidenzGroteskBQ/AkzidenzGroteskBQ-Medium.woff') format('woff'),
        url('../font/AkzidenzGroteskBQ/AkzidenzGroteskBQ-Medium.ttf') format('truetype'),
        url('../font/AkzidenzGroteskBQ/AkzidenzGroteskBQ-Medium.svg#AkzidenzGroteskBQ-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	src: url('../font/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.eot');
    src: url('../font/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'),
        url('../font/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('../font/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('../font/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.ttf') format('truetype'),
        url('../font/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd') format('svg');
    font-weight: normal;
    font-style: normal;
}
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 130px 0 150px;
	background-color: #e4e8ea;
}
.footer-top .footer-title {
	width: 1075px;
	overflow: hidden;
	margin: 0 auto 80px;
}
.footer-title h2 {
	float: left;
	color: #d4d8d9;
	font-size: 96px;
	line-height: 100px;
	font-family: 'AkzidenzGroteskBQ-Medium';
}
.footer-title a {
	float: left;
	width: 130px;
	height: 50px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	overflow: hidden;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	text-align: center;
	margin: 43px 55px 0 0;
	background-color: #000000;
	border-radius: 0px 25px 25px 25px;
}
.footer-title a:hover {
	background-color: #008b93;
}
.footer-title .footer-txt {
	float: left;
	width: 230px;
	margin: 45px 0 0;
	overflow: hidden;
}
.footer-txt h5 {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.footer-txt h3 {
	color: #008b92;
	font-size: 30px;
	line-height: 40px;
	font-family: 'HelveticaNeueLTPro-Bd';
}
.footer-top ul {
	width: 1075px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-top ul li {
	width: 25%;
	float: left;
	height: 155px;
	padding: 0 16px;
	overflow: hidden;
	border-left: 1px solid hsla(0,0%,43.9%,0.5);
}
.footer-top ul li h4 {
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 32px;
	font-weight: bold;
}
.footer-top ul li p {
	width: 100%;
	height: 27px;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	line-height: 27px;
}
.footer-top ul li h4 a {
	color: #333333;
}
.footer-top ul li p a {
	color: #939393;
}
.footer-top ul li h4 a:hover,.footer-top ul li p a:hover {
	color: #008b93;
	text-decoration: underline !important;
}
footer .footer-bottom {
	width: 100%;
	height: 70px;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}
.footer-bottom p {
	left: 50%;
	z-index: 2;
	bottom: 10px;
	line-height: 20px;
	position: absolute;
}
.footer-bottom p a {
	color: #ffffff;
}
.footer-bottom img {
	top: 50%;
	width: 100%;
	position: relative;
	margin-top: -201px;
}
.footer-bottom:before {
	top: 0px;
	left: 0px;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
}
.footer-email {
	left: 50%;
	z-index: 2;
	width: 60px;
	height: 60px;
	bottom: 40px;
	border-radius: 50%;
	margin-left: -30px;
	position: absolute;
}
.footer-email:before {
	top: 50%;
	left: 50%;
	content: '';
	width: 120px;
	height: 120px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	transform: scale(0.2);
	margin: -60px 0 0 -60px;
	background-color: rgba(0,0,0,0.5);
	animation: email 1s linear 5s infinite;
}
.footer-email .email-img {
	z-index: 1;
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background: #000000 url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/email.svg) no-repeat center;
	background-size: 22px;
}
@-moz-keyframes email{
	from{transform: scale(0.2);opacity: 1;}
	to{transform: scale(1);opacity: 0;}
}
@-ms-keyframes email{
	from{transform: scale(0.2);opacity: 1;}
	to{transform: scale(1);opacity: 0;}
}
@-webkit-keyframes email{
	from{transform: scale(0.2);opacity: 1;}
	to{transform: scale(1);opacity: 0;}
}
@keyframes email{
	from{transform: scale(0.2);opacity: 1;}
	to{transform: scale(1);opacity: 0;}
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 100px 0 70px;
	}
	.footer-top .footer-title {
		width: 100%;
	}
	.footer-title h2 {
		margin: 0;
		float: none;
		font-size: 100px;
		text-align: center;
	}
	.footer-title a {
		float: none;
		width: 200px;
		height: 70px;
		font-size: 24px;
		padding: 0 30px;
		line-height: 70px;
		margin: 50px auto;
		border-radius: 0px 35px 35px 35px;
	}
	.footer-title .footer-txt {
		margin: 0;
		width: 100%;
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.footer-txt h5 {
		font-size: 28px;
		line-height: 40px;
	}
	.footer-txt h3 {
		font-size: 64px;
		line-height: 80px;
	}
	.footer-top ul {
		width: 100%;
	}
	.footer-top ul li {
		width: 50%;
		height: 210px;
		padding: 0 30px;
		margin: 0 0 50px;
	}
	.footer-top ul li h4 {
		font-size: 36px;
		margin: 0 0 15px;
		line-height: 45px;
	}
	.footer-top ul li p {
		height: 35px;
		font-size: 24px;
		line-height: 35px;
	}
	.footer-email {
	    bottom: 50px;
	}
	footer .footer-bottom {
		height: 80px;
	}
	.footer-bottom p {
		width: 468px;
		margin-left: -228.5px;
	}
	
	.footer-bottom img {
		margin-top: -100px;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 40px 0 30px;
	}
	.footer-top .footer-title {
		margin: 0 auto 40px;
	}
	.footer-title h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.footer-title a {
		width: 110px;
		height: 40px;
		font-size: 12px;
		padding: 0 15px;
		line-height: 40px;
		margin: 20px auto;
		border-radius: 0px 20px 20px 20px;
	}
	.footer-txt h5 {
		font-size: 16px;
		line-height: 25px;
	}
	.footer-txt h3 {
		font-size: 28px;
		line-height: 40px;
	}
	.footer-top ul li {
		height: 115px;
		padding: 0 15px;
		margin: 0 0 25px;
	}
	.footer-top ul li h4 {
		font-size: 18px;
		margin: 0 0 10px;
		line-height: 25px;
	}
	.footer-top ul li p {
		height: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	footer .footer-bottom {
		height: 70px;
	}
	.footer-bottom p {
		width: 344px;
		font-size: 12px;
		line-height: 15px;
		margin-left: -170px;


	left: 50%;
	z-index: 2;
	bottom: 2px;

	position: absolute;

	}
		.footer-bottom p span {
			margin-left: 122px;
		}
	.footer-bottom img {
		margin-top: -35px;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 80px 0 100px;
	}
	.footer-top .footer-title {
		width: 100%;
		margin: 0 auto 50px;
	}
	.footer-title h2 {
		font-size: 90px;
		margin: 0 10px 0 5px;
	}
	.footer-title a {
		width: 130px;
		height: 40px;
		padding: 0 15px;
		line-height: 40px;
		margin: 40px 35px 0 0;
		letter-spacing: 1.5px;
		border-radius: 0px 20px 20px 20px;
	}
	.footer-title .footer-txt {
		margin: 35px 0 0;
	}
	.footer-top ul {
		width: 100%;
	}
	.footer-top ul li {
		width: 25%;
		height: 155px;
		padding: 0 16px;
	}
	.footer-top ul li h4 {
		font-size: 18px;
		margin: 0 0 15px;
		line-height: 25px;
	}
	.footer-top ul li p {
		height: 27px;
		font-size: 14px;
		line-height: 27px;
	}
	footer .footer-bottom {
		height: 70px;
	}
	.footer-bottom p {
		width: 926px;
		margin-left: -467px;
	}
	.footer-bottom img {
		margin-top: -100px;
	}
	.footer-email {
		width: 60px;
		height: 60px;
		bottom: 40px;
		margin-left: -30px;
	}
	.footer-email:before {
		width: 120px;
		height: 120px;
		margin: -60px 0 0 -60px;
	}
	.footer-email .email-img {
		width: 60px;
		height: 60px;
		background-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 135px 0 115px;
	}
	.footer-top .footer-title {
		width: 1075px;
		margin: 0 auto 80px;
	}
	.footer-title h2 {
		font-size: 96px;
		line-height: 100px;
	}
	.footer-title a {
		width: 130px;
		height: 50px;
		padding: 0 20px;
		line-height: 50px;
		letter-spacing: 2px;
		margin: 43px 55px 0 0;
		border-radius: 0px 25px 25px 25px;
	}
	.footer-title .footer-txt {
		margin: 45px 0 0;
	}
	.footer-top ul {
		width: 1075px;
	}
	.footer-top ul li {
		width: 25%;
		height: 155px;
		padding: 0 16px;
	}
	.footer-top ul li h4 {
		margin: 0 0 15px;
	}
	.footer-top ul li p {
		height: 27px;
		font-size: 14px;
		line-height: 27px;
	}
	footer .footer-bottom {
		height: 70px;
	}
	.footer-bottom p {
		width: 917px;
		margin-left: -483px;
	}
	.footer-bottom p a:hover {
		text-decoration: underline !important;
	}
	.footer-bottom img {
		margin-top: -201px;
	}
	.footer-email {
		width: 60px;
		height: 60px;
		bottom: 40px;
		margin-left: -30px;
	}
	.footer-email:before {
		width: 120px;
		height: 120px;
		margin: -60px 0 0 -60px;
	}
	.footer-email .email-img {
		width: 60px;
		height: 60px;
		background-size: 22px;
	}
}
@media only screen and (min-width: 1450px) {
	.footer-bottom p {
		width: 916px;
		margin-left: -483px;
	}
}
@media only screen and (min-width: 1650px) {
	.footer-bottom p {
		width: 916px;
		margin-left: -482.5px;
	}
}
/*公共顶部banner样式*/
.banner-common {
	width: 100%;
	height: 281px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-common h2 {
	top: 50%;
	left: 50%;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1199px) {
	.banner-common {
		margin: 85px 0 0;
	}
	.banner-common h2 {
		width: 900px;
		font-size: 48px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 991px) {
	.banner-common h2 {
		width: 650px;
	}
}
@media only screen and (max-width: 750px) {
	.banner-common {
		height: 200px;
		margin: 65px 0 0;
	}
	.banner-common h2 {
		width: 330px;
		font-size: 36px;
		line-height: 45px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner-common {
		margin: 85px 0 0;
	}
	.banner-common h2 {
		width: 1035px;
		font-size: 52px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 1450px) {
	.banner-common h2 {
		font-size: 52px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 1700px) {	
	.banner-common h2 {
		font-size: 52px;
		line-height: 60px;
	}
}
/*公共内容部分*/
.content-common {
	top: -70px;
	width: 100%;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-common .left-common {
	top: 0;
    bottom: 0;
    z-index: 2;
	width: 365px;
	height: 100%;
	position: absolute;
}
.left-common .left-box {
    top: 105px;
	width: 330px;
    margin: 0 0 0 35px;
	position: -webkit-sticky;
    position: sticky;
}
.left-common .left-box .menu-top {
	width: 100%;
    margin: 30px 0;
	overflow: hidden;
    border-radius: 5px;
	background-color: #ffffff;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.16);
    box-shadow: 0 3px 20px rgba(0,0,0,0.16);
}
.left-common .left-box .menu-top h4 {
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	font-weight: 700;
	line-height: 20px;
	padding: 20px 30px;
	position: relative;
	border-radius: 5px 5px 0 0;
    background: linear-gradient(102deg,#1fa1a9,#26a8ae);
}
.left-common .left-box .menu-top h4:before {
	top: 24px;
	left: 15px;
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	position: absolute;
	background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/left.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.left-common .left-box .menu-top .menu-common {
	width: 100%;
	min-height: 90px;
	overflow: hidden;
	position: relative;
}
.left-common .left-box .menu-top .menu-common ul {
	width: 100%;
	overflow: hidden;
}
.left-common .left-box .menu-top .menu-common ul li {
	width: 100%;
	height: 45px;
	font-size: 14px;
	overflow: hidden;
	line-height: 25px;
	padding: 10px 10px 10px 30px;
}
.left-common .left-box .menu-top .menu-common ul li a {
	color: #333333;
}
.left-common .left-box .menu-top .menu-common ul li:hover {
	background: #d0e8e9;
}
.left-common .left-box .menu-top .menu-common ul li.active {
	font-weight: bold;
	background: #d0e8e9;
}
.left-common .left-box .menu-top .menu-common .all-categories {
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 45px;
	font-size: 14px;
	overflow: hidden;
	line-height: 25px;
	position: absolute;
	padding: 10px 10px 10px 30px;
}
.all-categories span {
	float: left;
	display: block;
	color: #59898b;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 15px;
}
.all-categories span:before {
	top: 5px;
	left: 0px;
	width: 15px;
	height: 15px;
	content: '…';
	display: block;
	font-size: 18px;
	overflow: hidden;
	line-height: 15px;
	position: absolute;
	transform: rotate(90deg);
}
.all-categories span:hover {
	color: #008b93;
}
@media only screen and (max-width: 1199px) {
	.content-common {
		top: 0px;
		display: block;
	}
	.content-common .left-common {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.content-common .left-common {
		width: 335px;
	}
	.left-common .left-box {
		width: 300px;
	}
}
@media only screen and (min-width: 1450px) {
	.content-common .left-common {
		width: 350px;
	}
	.left-common .left-box {
		width: 315px;
	}
}
@media only screen and (min-width: 1700px) {
	.content-common .left-common {
		width: 365px;
	}
	.left-common .left-box {
		width: 330px;
	}
}
/*右侧公共联系方式*/
.mode-common {
	top: 200px;
	width: 180px;
	height: 160px;
	right: -130px;
	z-index: 1000;
	position: fixed;
	cursor: pointer;
    transition: all 0.5s ease;
}
.mode-common li {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	position: relative;
}
.mode-common a {
	width: 100%;
	padding: 10px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #008b92;
}
.mode-common a em {
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
}
.mode-common a img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	-o-object-fit: contain;
    object-fit: contain;
}
.mode-common a span {
	float: right;
	display: block;
	color: #ffffff;
	overflow: hidden;
	line-height: 30px;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.mode-common:hover {
	right: 5px;
}
.mode-common li .mode-wx {
	left: 0px;
	top: 55px;
	opacity: 0;
	width: 100%;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	visibility: hidden;
	background: #ffffff;
	pointer-events: none;
}
.mode-wx img {
	max-width: 100%;
}
.mode-common li:hover .mode-wx {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media only screen and (max-width: 500px) {
	.mode-common {
		top: 200px;
		width: 160px;
		height: 150px;
		right: -120px;
	}
	.mode-common a {
		padding: 8px;
	}
	.mode-common a em {
		width: 24px;
		height: 24px;
	}
	.mode-common a span {
		font-size: 12px;
		line-height: 24px;
		width: -moz-calc(100% - 35px);
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}
	.mode-common li .mode-wx {
		top: 45px;
	}
}
