#hm_t_undefined {
	display: none !important;
}

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-size: 14px;
	color: #000;
	font-family: Microsoft YaHei, sans-serif;
}

img {
	border: 0;
	vertical-align: top;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

html,
body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 320px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
dt,
var {
	font-style: normal;
	font-weight: normal;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(50, 175, 154, 0.3);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

::-webkit-scrollbar-track {
	background: rgba(255, 252, 252, .11);
}

a {
	color: #333;
	text-decoration: none;
}

a:visited {}

a:active,
a:hover {
	text-decoration: none;
	color: #3eaa98;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	padding: 0;
	margin: 0;
}

:focus {
	outline: none;
}

.ovfl {
	overflow: hidden;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.lflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ltflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.lbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.rflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.rbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.mflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.dh300s {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}

.donghua {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

::after,
::before {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.dhwz {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dhwz2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mar0a {
	margin: 0 auto;
}

.con-fff {
	width: 100%;
	height: 100%;
	position: relative;
}

.bgf8 {
	background: #f8f8f8;
}

.bgfff {
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

textarea {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

@media (min-width:1210px) {
	.container {
		width: 1180px;
	}
}

@media (min-width:1310px) {
	.container {
		width: 1280px;
	}
}

@media (min-width:1410px) {
	.container {
		width: 1380px;
	}
}

@media (min-width:1510px) {
	.container {
		width: 1480px;
	}
}

@media (min-width:1610px) {
	.container {
		width: 1580px;
	}
}

@media (min-width:1710px) {
	.container {
		width: 1680px;
	}
}

@media (max-width:767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.row {
		margin-left: -0px;
		margin-right: -0px;
	}
}

@media(max-width:350px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
}

.ny_container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.ny_container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.ny_container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.ny_container {
		width: 1170px;
	}
}

@media (min-width:1310px) {
	.ny_container {
		width: 1280px;
	}
}

@media (min-width:1410px) {
	.ny_container {
		width: 1380px;
	}
}

@media (min-width:1510px) {
	.ny_container {
		width: 1480px;
	}
}

@media (min-width:1610px) {
	.ny_container {
		width: 1580px;
	}
}

@media (max-width:767px) {
	.ny_container {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.row {
		margin-left: -0px;
		margin-right: -0px;
	}
}

@media(max-width:350px) {
	.ny_container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
}

header {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: all .3s;
	-webkit-transition: all .3s;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

header .top {
	overflow: hidden;
	position: relative;
}

header .top .k {
	overflow: hidden;
	position: absolute;
	display: block;
	height: 18px;
	width: 24%;
	right: 0;
}

header .top .k::after {
	transform: skewX(30deg);
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: -10px;
	width: 100%;
	height: 100%;
	background: #31af9a;
}

header .top .top_l {
	width: 280px;
	display: flex;
	overflow: hidden;
	vertical-align: middle;
	align-items: center;
	float: left;
	height: 100px;
}

header .top .top_l a {
	display: block;
}

header .top .top_l a img {
	max-width: 100%;
	vertical-align: middle;
	align-items: center;
}

header .top .top_r {
	float: right;
}

header .top .top_r>ul {
	float: right;
}

header .top .top_r>ul>li {
	float: left;
}

.nav>li {
	float: left;
	margin-right: 40px;
	position: relative;
}

.nav>li:last-child {
	margin-right: 0;
}

.nav>li>a {
	display: block;
	font-size: 16px;
	padding: 0;
	color: #666666;
	position: relative;
	line-height: 100px;
	margin: 0 12px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav>li.cur>a {
	color: #31af9a;
	font-weight: bold;
}

.nav>li:hover>a {
	color: #31af9a;
	font-weight: bold;
}

.nav>li:last-child>a::before {
	display: none;
}

.nav>li>a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 16px;
	height: 4px;
	background-color: #31af9a;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav>li:hover>a::after,
.nav>li.cur>a::after {
	left: -3px;
	right: -3px;
}

#header:hover .nav>li>a::after,
#header.active .nav>li>a::after {
	background-color: #31af9a;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

header .top .top_r ul .zx {
	float: right;
	display: flex;
	align-items: center;
	height: 100px;
}

header .top .top_r ul .zx .tel {
	float: left;
	padding-right: 20px;
	position: relative;
}

header .top .top_r ul .zx .tel::after {
	width: 1px;
	height: 30px;
	display: block;
	position: absolute;
	content: '';
	/* background: #31af9a; */
	right: 0px;
	top: -2px;
}

header .top .top_r ul .zx .tel img {
	float: left;
	vertical-align: middle;
	align-items: center;
	max-width: 100%;
}

header .top .top_r ul .zx .tel p {
	display: block;
	float: left;
	font-size: 29px;
	color: #31af9a;
	font-family: 'arial';
	margin-left: 10px;
	font-weight: bold;
	line-height: 28px;
}

header .top .top_r ul .zx .h_search {
	cursor: pointer;
	float: right;
	width: 30px;
	height: 30px;
	background: #31af9a;
	border-radius: 50%;
	margin-left: 15px;
}

header .top .top_r ul .zx .h_search .search_icon {
	background: url(../images/ss.png) center no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	transition: all 0.5s;
}

header .top .top_r ul .zx .h_search.active .search_icon {
	background: url(../images/xx2.png) center no-repeat;
	transition: all 0.5s;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"],
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.search_box {
	display: none;
	width: 100%;
	background: #f3f3f3;
	height: 86px;
	position: fixed;
	top: 100px;
	z-index: 22;
	left: 0;
	border-top: 1px solid #ddd;
}

.search_box .box {
	width: 388px;
	background: #fff;
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 23px 130px 0 0;
}

.search_box input[type=text] {
	padding-left: 16px;
	float: left;
	width: 340px;
	height: 40px;
}

.search_box button {
	height: 40px;
	width: 40px;
	background: url(../images/h-search1.png) no-repeat;
	background-position: center;
	cursor: pointer;
}

.header_space {
	width: 100%;
	/* height: 100px; */
	display: block;
}

header .top .top_r ul li .xiala {
	position: fixed;
	background: rgba(255, 255, 255, 1);
	width: 100vw;
	top: 100px;
	left: 0;
	z-index: 999;
	display: none;
	border-top: 1px solid #ddd;
}

header .top .top_r ul li .xiala .container {
	padding: 40px 120px 40px 40px;
}

header .top .top_r ul li .xiala .container .nav2_r {
	float: right;
	width: 25%;
}

header .top .top_r ul li .xiala .container .nav2_r img {
	display: block;
	max-width: 100%;
}

header .top .top_r ul li .xiala .container .nav2_l {
	float: left;
	width: 55%;
}

header .top .top_r ul li .xiala .container .nav2_l .desc {
	overflow: hidden;
}

header .top .top_r ul li .xiala .container .nav2_l .desc .en {
	font-size: 30px;
	line-height: 40px;
	color: #333;
}

header .top .top_r ul li .xiala .container .nav2_l .desc .list {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list {
	margin-top: 40px;
	overflow: hidden;
	display: inline-block;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a {
	display: inline-block;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a span {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-right: 40px;
	padding-right: 15px;
	transition: all 0.5s;
	background: url(../images/yy.png) no-repeat right center;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list:hover a span {
	color: #31af9a;
	background: url(../images/yy_on.png) no-repeat right center;
}

header .top .top_r ul li .xiala .container .nav-box {
	overflow: hidden;
}

header .top .top_r ul li .xiala .container .nav-box>span {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	display: block;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr {
	overflow: hidden;
	margin-top: 20px;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box:hover {
	background: #f9f9f9;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a {
	display: block;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_l {
	width: 20%;
	float: left;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r {
	float: right;
	width: 80%;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 5px;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro {
	display: block;
	padding-left: 0;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a {
	display: block;
	text-align: center;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt {
	display: block;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt img {
	max-width: 100%;
	display: block;
	border: 1px solid #ddd;
}

header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a p {
	font-size: 14px;
	color: #454545;
	line-height: 3;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#m-head-nav {
	height: 16px;
	position: relative;
	float: right;
	display: none;
	margin-left: 20px;
	width: 24px;
	z-index: 99999;
}

#m-head-nav .line {
	width: 24px;
	height: 2px;
	background-color: #31af9a;
	position: absolute;
	left: 0px;
	top: 7px;
}

#m-head-nav .line1 {
	margin-top: -7px;
}

#m-head-nav .line3 {
	margin-top: 7px;
}

#m-head-nav[data-active="on"] .line1 {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#m-head-nav[data-active="on"] .line2 {
	display: none;
}

#m-head-nav[data-active="on"] .line3 {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header:hover #m-head-nav .line,
#header.active #m-head-nav .line {
	background-color: #28a32c;
}

.mm-nav-box {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.mm-nav-box[data-on="active"] {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	top: 84px;
}

.mm-nav-box .mm-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
	padding-bottom: 15px;
	z-index: 100;
	border-top: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
}

.mm-nav-box .mm-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}

.mm-nav-box .mm-nav .li1 {
	margin: 0 20px;
	line-height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1 .a1 {
	display: block;
	color: #222222;
	font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
	color: #e00000;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
	border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-title {
	position: relative;
	height: 45px;
	line-height: 45px;
}

.mm-nav-box .mm-nav .li1 .mm-title .am {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick a {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
	border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
	display: none;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .a1 {
	color: #28a32c
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
	margin: 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a {
	color: #222222;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a:hover {
	color: #28a32c
}

.mm-nav-box .mm-nav .li1 .mm-innav li .box2 {
	margin: 0 15px;
}

.mm-nav-box .mm-wrap .mmlang {
	padding: 0 10px;
	font-size: 0;
	display: none;
}

.mm-nav-box .mm-wrap .mmlang .mmitem {
	height: 55px;
	line-height: 55px;
	width: 50%;
	font-size: 14px;
	color: #222222;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

.mm-nav-box .mm-wrap .mmlang .mmitem.on {
	color: #e00000;
}

@media(max-width:1610px) {
	.nav>li {
		margin-right: 30px;
	}
}

@media(max-width:1510px) {
	.nav>li {
		margin-right: 20px;
	}
}

@media(max-width:1410px) {
	.nav>li {
		margin-right: 10px;
	}
}

@media(max-width:1310px) {
	.nav>li {
		margin-right: 5px;
	}

	header .top .top_l {
		width: 240px;
	}
}

@media(max-width:1199px) {
	header .top .top_r ul .zx .tel {
		display: none;
	}

	.search_box .box {
		margin: 23px 20px 0 0;
	}
}

@media(max-width:991px) {
	header .top .top_r>ul>li {
		display: none;
	}

	header .top .top_r ul .zx .tel {
		display: block;
	}

	.mm-nav-box {
		display: block;
	}

	#m-head-nav {
		display: block;
	}

	header {
		height: 84px;
	}

	.header_space {
		height: 84px;
	}

	header .top .top_l {
		height: 84px;
	}

	header .top .top_r ul .zx {
		height: 84px;
	}

	.search_box {
		top: 84px;
	}
}

@media(max-width:767px) {
	header .top .top_r ul .zx .tel {
		display: none;
	}

	header .top .k {
		height: 15px;
	}

	header .top .top_l {
		width: 220px;
	}
}

@media(max-width:500px) {
	.search_box .box {
		width: 280px;
	}

	.search_box input[type=text] {
		width: 240px;
	}

	header {
		height: 60px;
	}

	.header_space {
		height: 60px;
	}

	header .top .top_l {
		height: 60px;
	}

	header .top .top_r ul .zx {
		height: 60px;
	}

	header .top .top_l {
		width: 200px;
	}

	.search_box {
		top: 60px;
	}

	header .top .k {
		display: none;
	}

	.mm-nav-box .mm-wrap {
		width: 100%;
	}

	.mm-nav-box[data-on="active"] {
		top: 60px;
	}

	.mm-nav-box .mm-nav .li1 .mm-title .a1 {
		font-size: 14px;
		color: #454545;
	}

	.mm-nav-box .mm-nav .li1 .mm-innav li a {
		color: #777;
	}
}

#banner {
	position: relative;
}

#banner video {
	width: 100%;
	display: block;
}

#banner .swiper-slide a {
	display: block;
}

#banner .swiper-slide img {
	display: block;
	max-width: 100%;
}

#banner .swiper-pagination {
	bottom: 60px;
	font-size: 0;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

#banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 50%;
	background: rgb(255 255 255 / 100%);
	position: relative;
	margin: 0 16px;
}

#banner .swiper-pagination-bullet-active {
	background: #31af9a;
	position: relative;
}

#banner .swiper-pagination-bullet-active::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	top: -11px;
	left: -11px;
	border: 3px solid #fff;
	border-radius: 50%;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
	width: 46px;
	height: 46px;
	background: url(../images/ban-jt.png) no-repeat center left;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#banner .swiper-button-prev {
	left: -80px;
}

#banner .swiper-button-next {
	right: -80px;
	transform: rotate(180deg);
}

#banner:hover .swiper-button-prev {
	left: 80px;
}

#banner:hover .swiper-button-next {
	right: 80px;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
	background: url(../images/ban-jt.png) no-repeat center left -46px #fff;
	box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);
}

@media (max-width:1400px) {
	#banner .swiper-button-prev {
		left: 60px;
	}

	#banner .swiper-button-next {
		right: 60px;
	}
}

@media (max-width:767px) {
	#banner .swiper-pagination {
		bottom: 20px;
	}

	#banner .swiper-pagination-bullet {
		border: none;
	}

	#banner .swiper-button-prev,
	#banner .swiper-button-next {
		display: none;
	}
}

@media (max-width:450px) {
	#banner .swiper-pagination {
		bottom: 5px;
		padding: 8px;
	}

	#banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

.white,
.whites {
	position: relative;
	overflow: hidden;
}

.white::after,
.whites::after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	transition: unset;
}

.white:hover::after {
	left: 120%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

footer {
	overflow: hidden;
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	border-top: 2px solid #3eaa98;
}

footer .footer_nr {
	overflow: hidden;
	padding-bottom: 60px;
}

footer .footer_l {
	padding-left: 0;
}

footer .footer_l .footer_nav {
	overflow: hidden;
}

footer .footer_l .footer_nav ul {
	text-align: left;
	overflow: hidden;
	margin-right: 80px;
	float: left;
}

footer .footer_l .footer_nav ul:last-child {
	margin-right: 0px;
}

footer .footer_l .footer_nav ul li>a {
	display: block;
}

footer .footer_l .footer_nav ul li>a>span {
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
	display: block;
}

footer .footer_l .footer_nav ul li>.nav-er-box {
	overflow: hidden;
}

footer .footer_l .footer_nav ul li>.nav-er-box .nav-er-list {
	display: block;
}

footer .footer_l .footer_nav ul li>.nav-er-box .nav-er-list a {
	display: block;
	margin-bottom: 5px;
}

footer .footer_l .footer_nav ul li>.nav-er-box .nav-er-list a span {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 2;
	display: block;
}

footer .footer_l .footer_nav ul li>.nav-er-box .nav-er-list a:hover span {
	color: #3eaa98;
}

footer .footer_r {
	overflow: hidden;
	padding-left: 0px;
}

footer .footer_r .footer_r_r {
	padding-left: 0px;
	padding-right: 0px;
}

footer .footer_r .footer_r_r .footer_r_tel_desc {
	margin-top: 35px;
	text-align: center;
}

footer .footer_r .footer_r_r .footer_r_tel_desc p {
	font-size: 26px;
	font-weight: bold;
	color: #3eaa98;
}

footer .footer_r .footer_r_r .footer_r_tel_desc em {
	font-size: 14px;
	color: #999999;
}

footer .footer_r .footer_r_r a {
	display: block;
	width: 220px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 30px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	background: url(../images/footkf_on.png)no-repeat 20px #3eaa98;
	transition: all 0.5s;
	margin: 20px auto 0 auto;
}

footer .footer_r .footer_r_r a:hover {
	background: url(../images/footkf_on.png)no-repeat 20px #bad618;
	color: #fff;
}

footer .footer_r .footer_r_l {
	float: right;
	text-align: center;
}

footer .footer_r .footer_r_l img {
	width: 140px;
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
}

footer .footer_r .footer_r_l p {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	color: #aaaaaa;
}

footer .icp {
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
margin-bottom:60px;
}

footer .icp .icp_nr {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 2;
	display: block;
}

footer .icp .icp_nr a {
	font-size: 12px;
	color: #aaaaaa;
}

footer .icp .icp_nr a:hover {
	color: #31af9a;
}

footer .icp .icp_add {
	font-size: 12px;
	color: #31af9a;
	line-height: 2;
	display: block;
}

@media(max-width:1610px) {
	footer .footer_l .footer_nav ul {
		margin-right: 70px;
	}
}

@media(max-width:1510px) {
	footer .footer_r .footer_r_r .footer_r_tel_desc {
		margin-top: 0px;
	}

	footer .footer_l .footer_nav ul {
		margin-right: 60px;
	}
}

@media(max-width:1410px) {
	footer .footer_l .footer_nav ul {
		margin-right: 50px;
	}
}

@media(max-width:1310px) {
	footer .footer_l .footer_nav ul {
		margin-right: 35px;
	}

	footer .footer_r {
		padding-right: 0px;
	}

	footer .footer_r .footer_r_r .footer_r_tel_desc p {
		font-size: 22px;
	}

	footer .footer_r .footer_r_r a {
		background: #3eaa98;
		width: 190px;
		text-align: center;
		padding: 0;
	}
}

@media(max-width:1199px) {
	footer .footer_l .footer_nav ul {
		margin-right: 25px;
	}
}

@media(max-width:991px) {
	footer .footer_l .footer_nav ul {
		margin-right: 15px;
	}

	footer .footer_l .footer_nav ul:last-child {
		display: none;
	}

	footer .footer_r .footer_r_r a {
		width: 175px;
	}

	footer .footer_nr {
		padding-bottom: 30px;
	}
}

@media(max-width:767px) {
	footer {
		padding-bottom: 65px;
	}
}

@media(max-width:500px) {
	footer .footer_r .footer_r_l img {
		width: 100px;
	}

	footer .footer_r .footer_r_r .footer_r_tel_desc p {
		font-size: 18px;
	}

	footer .footer_r .footer_r_r a {
		width: 140px;
		font-size: 12px;
		height: auto;
		line-height: 3;
	}

	footer {
		padding-top: 30px;
	}

	footer .footer_nr {
		padding-bottom: 10px;
	}
}

.link {
	overflow: hidden;
	display: block;
	line-height: 2;
}

.link .flink span {
	font-size: 14px;
	color: #aaaaaa;
	display: inline-block;
	float: left;
}

.link .flink .flink_nr {
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 90%;
}

.link .flink a {
	font-size: 14px;
	color: #aaaaaa;
	margin-right: 10px;
	display: inline-block;
}

@media(max-width:1199px) {
	.link .flink .flink_nr {
		width: 85%;
	}
}

@media(max-width:991px) {
	.link .flink .flink_nr {
		width: 80%;
	}
}

.footer-bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #3eaa98;
	text-align: center;
}

.footer-bottom a {
	display: inline-block;
	padding: 7px 0;
	color: #fff;
}

.footer-bottom a i {
	font-size: 16px;
	display: block;
}

.diyos {
	position: fixed;
	width: 54px;
	right: 0;
	top: 50%;
	z-index: 100;
}

.diyos ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diyos ul li {
	width: 54px;
	height: 54px;
	background: #3eaa98;
	float: left;
	position: relative;
	border-top: 1px solid #333;
	z-index: 1;
}

.diyos ul li:first-child {
	border-top: 0;
}

.diyos ul li .sidebox,
.diyos ul li .semail {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	line-height: 54px;
	overflow: hidden;
	background: #3eaa98;
}

.diyos ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li.sideewm {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li .sideewmshow {
	width: 130px;
	position: absolute;
	top: 0;
	left: -131px;
	z-index: 120;
	display: none;
	max-width: none;
	border: 1px solid #e5e5e5;
}

.diyos ul li.sideewm:hover .sideewmshow {
	display: block;
}

.diyos ul li img {
	float: left;
}

.mbx {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	z-index: 9;
	width: 100%;
	overflow: hidden;
}

.crumbs {
	padding-left: 18px;
	background: url(../images/bread.png) no-repeat left center;
	line-height: 40px;
	float: left;
	color: #fff;
}

.crumbs a {
	color: #fff;
}

.crumbs a:hover {
	color: #fff;
}

.pro_location {
	margin-bottom: 0px;
}

#location {
	height: 70px;
	display: block;
	text-align: center;
	background: #f5f5f5;
}

#location ul {
	display: block;
	text-align: center;
}

#location ul li {
	display: inline-block;
}

#location ul li a {
	display: block;
	padding: 0 60px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 68px;
	border: 1px solid #ddd;
	border-right: none;
	margin-right: -5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#location ul li:last-child a {
	border-right: 1px solid #ddd;
}

#location ul li.cur a,
#location ul li:hover a {
	background: #32af9a;
	border-top: 1px solid #32af9a;
	border-bottom: 1px solid #32af9a;
	color: #fff;
}

@media(max-width:1199px) {
	#location {
		height: 50px;
	}

	#location ul li a {
		padding: 0 30px;
		font-size: 14px;
		line-height: 48px;
	}
}

@media(max-width:767px) {
	#location {
		display: block;
		height: auto;
	}

	#location ul {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	#location ul li {
		flex: 1;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#location ul li a {
		padding: 0;
		margin: 0;
		border: none;
	}
}

@media(max-width:500px) {
	.mbx {
		height: 35px;
	}

	.crumbs {
		line-height: 35px;
		font-size: 12px;
	}

	#location ul {
		display: block;
		width: 100%;
	}

	#location ul li {
		float: left;
		display: block;
		width: 25%;
		border: none;
	}

	#location ul li.cur a,
	#location ul li:hover a {
		border: none;
		border-right: 1px solid #32af9a;
		border-bottom: 1px solid #32af9a;
	}

	#location ul li:last-child a {
		border: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#location ul li a {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#location ul li:nth-child(5) a {
		border-left: 1px solid #ccc;
	}

	#location .container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

#nytitle {
	text-align: center;
	padding: 0 10px;
	margin: 30px 0;
}

#nytitle h1 {
	font-size: 36px;
	color: #353535;
	font-weight: bold;
}

#nytitle p {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width:500px) {
	#nytitle {
		margin-bottom: 20px;
	}

	#nytitle h1 {
		font-size: 24px;
	}

	#nytitle p {
		font-size: 14px;
	}
}

.nyshow {
	width: 100%;
}

.nyshow-til {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
	margin: 20px 0;
}

.nyshow-til>h1,
.nyshow-til>h2 {
	float: left;
	padding-right: 15px;
	text-indent: 25px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eaa98 solid;
	color: #3eaa98;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.nyshow-til>h1::before,
.nyshow-til>h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 6px;
	height: 30px;
	background: #3eaa98;
}

.nyshowdesc {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 40px;
	min-height: 300px;
}

.nyshowdesc p {
	margin: 5px 0;
}

.nyshowdesc img {
	max-width: 100%;
	height: auto !important;
}

.block-shadow {
	height: 200px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.block-shadow:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 125, 255, .5);
}

.radius-md {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.icon-sm {
	width: 60px;
	display: inline-block;
	text-align: center;
}

.icon-sm em {
	font-size: 30px;
	line-height: 30px;
}

.icon-content {
	overflow: hidden;
}

.icon-content h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.nyshowdesc {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
		min-height: 100px;
	}

	.nyshowdesc h1 {
		font-size: 30px;
	}

	.nyshowdesc h2 {
		font-size: 24px;
	}

	.nyshowdesc h3 {
		font-size: 18px;
	}

	.nyshowdesc h4 {
		font-size: 14px;
	}

	.block-shadow {
		height: auto;
	}
}	