body {
	font-family: 'Microsoft YaHei', 'Arial', 'Chivo-Regular', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Chivo-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../css/fonts/Chivo-Regular.eot');
	src: local('Chivo Regular'), local('Chivo-Regular'), url('../css/fonts/Chivo-Regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Chivo-Regular.woff2') format('woff2'), url('../css/fonts/Chivo-Regular.woff') format('woff'), url('../css/fonts/Chivo-Regular.ttf') format('truetype'), url('../css/fonts/Chivo-Regular.svg#Chivo-Regular') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Oswald-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('../css/fonts/Oswald-Bold.eot');
	src: local('Oswald Bold'), local('Oswald-Bold'), url('../css/fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Oswald-Bold.woff2') format('woff2'), url('../css/fonts/Oswald-Bold.woff') format('woff'), url('../css/fonts/Oswald-Bold.ttf') format('truetype'), url('../css/fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-display: swap;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

li,
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

a[data-fancybox] {
	outline: none;
}

a[data-fancybox] img {
	outline: none !important;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

img[data-lazy] {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

.BMapLabel {
	max-width: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}

@media (min-width: 1200px) {
	.wow {
		visibility: hidden;
	}
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.transform-0 {
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 1199px) {
	.skiptranslate iframe {
		display: none;
	}
	.google-translation .skiptranslate {
		display: inline-block;
	}
	body {
		top: 0 !important;
	}
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-size: 14px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	margin: 0 3px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #666;
	border: solid 1px #d7d7d7;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 991px) {
	.page li a {
		font-size: 13px;
		line-height: 34px;
		width: 34px;
		height: 34px;
		margin: 0 1px;
	}
}

.page li:hover a {
	color: #fff;
	border: solid 1px #0062b7;
	background-color: #0062b7;
}

.page li.active a {
	color: #fff;
	border: solid 1px #0062b7;
	background-color: #0062b7;
}

.page li.prev a {
	color: #0062b7;
}

.page li.prev a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	content: '\e727';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page li.prev a:hover {
	color: #fff;
}

.page li.next a {
	color: #0062b7;
}

.page li.next a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	content: '\e728';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page li.next a:hover {
	color: #fff;
}


/*table*/

.table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
}

.table-box table tr,
.table-box table td,
.table-box table th {
	width: auto !important;
	height: auto !important;
	word-break: break-word;
	color: #222;
}

.table-box table td,
.table-box table th {
	font-size: 16px;
	font-weight: normal;
	padding: 15px 10px!important;
	vertical-align: middle;
	border: solid 1px #dcdcdc;
}

@media (max-width: 991px) {
	.table-box table td,
	.table-box table th {
		font-size: 15px;
		padding: 10px !important;
	}
}

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
	}
}

.table-box table tr p,
.table-box table tr span {
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.table-box table th {
	text-align: center;
}

.table-box .table-nav {
	overflow: hidden;
}

.table-box .table-content {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 300px;
	max-height: 42vh;
}

.zoomDiv {
	z-index: 999;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (max-width: 1199px) {
	.zoomDiv {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 20;
	cursor: move;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}

@media (max-width: 1199px) {
	.zoomMask {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}


/*nav*/

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, .22);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
	.header {
		background-color: #fff;
	}
}

.header .logo {
	float: left;
	height: 90px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .logo {
		height: 70px;
	}
}

@media (max-width: 767px) {
	.header .logo {
		margin-left: -18px;
	}
}

@media (max-width: 350px) {
	.header .logo {
		height: 56px;
		margin-top: 7px;
		margin-left: -20px;
	}
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo a img {
	display: inline-block;
	height: 100%;
}

.header .top_tel {
	width: 270px;
	text-align: center;
	background-color: #0062b7;
}

@media (max-width: 1870px) {
	.header .top_tel {
		width: 220px;
	}
}

@media (max-width: 1580px) {
	.header .top_tel {
		width: 200px;
	}
}

@media (max-width: 1366px) {
	.header .top_tel {
		width: 180px;
	}
}

@media (max-width: 1199px) {
	.header .top_tel {
		display: none;
	}
}

.header .top_tel p {
	font-size: 20px;
	line-height: 90px;
	color: #fff;
}

@media (max-width: 1870px) {
	.header .top_tel p {
		font-size: 18px;
	}
}

@media (max-width: 1580px) {
	.header .top_tel p {
		font-size: 16px;
	}
}

@media (max-width: 1366px) {
	.header .top_tel p {
		font-size: 15px;
	}
}

.header .top_tel p:before {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	content: '';
	vertical-align: text-bottom;
	background: url(../images/common/icon_tel.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1870px) {
	.header .top_tel p:before {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 1366px) {
	.header .top_tel p:before {
		width: 20px;
		height: 20px;
	}
}

.header .share {
	margin-top: 28px;
	padding: 0 35px 0 50px;
}

@media (max-width: 1870px) {
	.header .share {
		padding: 0 20px 0 10px;
	}
}

@media (max-width: 1199px) {
	.header .share {
		margin-top: 18px;
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.header .share {
		margin-top: 20px;
		margin-right: 30px;
	}
}

.header .share ul {
	margin: 0;
}

.header .share ul li {
	display: inline-block;
	padding: 0;
	vertical-align: top;
}

.header .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.header .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 34px;
	display: block;
	width: 36px;
	height: 36px;
	content: '\e61a';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0);
	border-radius: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1366px) {
	.header .share ul li a:before {
		font-size: 18px;
		line-height: 30px;
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 1199px) {
	.header .share ul li a:before {
		color: #0062b7;
		border: none;
	}
}

@media (max-width: 767px) {
	.header .share ul li a:before {
		width: 25px;
	}
}

.header .share ul li a:hover:before {
	border: solid 1px rgba(255, 255, 255, .25);
}

@media (max-width: 1199px) {
	.header .share ul li a:hover:before {
		border: none;
	}
}

.header .share ul .wechat {
	position: relative;
}

.header .share ul .wechat .pic {
	position: absolute;
	top: 105%;
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
}

.header .share ul .wechat:hover .pic {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.header .share ul .wechat a:before {
	content: '\e618';
}

.header .share ul .qq a:before {
	content: '\e60f';
}

.header .share ul .sina a:before {
	content: '\e601';
}
.header .share ul .instagram a:before {
	content: '\e6b6';
}

.header .pc_search {
	padding: 25px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-right: 1px solid rgba(162, 166, 186, .8);
}

@media (max-width: 1469px) {
	.header .pc_search {
		display: none;
	}
}

.header .pc_search .ipt {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 300px;
	height: 40px;
	vertical-align: middle;
	border: none;
	background-color: transparent;
}

@media (max-width: 1870px) {
	.header .pc_search .ipt {
		width: 255px;
	}
}

@media (max-width: 1580px) {
	.header .pc_search .ipt {
		width: 220px;
	}
}

.header .pc_search .ipt input {
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding: 0 60px 0 35px;
	color: #fff;
	border: none;
	background-color: transparent;
}

@media (max-width: 1870px) {
	.header .pc_search .ipt input {
		padding: 0 40px 0 20px;
	}
}

.header .pc_search .ipt input::-webkit-input-placeholder,
.header .pc_search .ipt textarea::-webkit-input-placeholder {
	color: #fff;
}

.header .pc_search .ipt input:-o-placeholder,
.header .pc_search .ipt textarea:-o-placeholder {
	color: #fff;
}

.header .pc_search .ipt input::-moz-placeholder,
.header .pc_search .ipt textarea::-moz-placeholder {
	color: #fff;
}

.header .pc_search .ipt input:-ms-input-placeholder,
.header .pc_search .ipt textarea:-ms-input-placeholder {
	color: #fff;
}

.header .pc_search .ipt input:focus::-webkit-input-placeholder,
.header .pc_search .ipt textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.header .pc_search .ipt input:focus::-o-placeholder,
.header .pc_search .ipt textarea:focus::-o-placeholder {
	color: #eee;
}

.header .pc_search .ipt input:focus::-moz-placeholder,
.header .pc_search .ipt textarea:focus::-moz-placeholder {
	color: #eee;
}

.header .pc_search .ipt input:focus::-ms-input-placeholder,
.header .pc_search .ipt textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.header .pc_search .submit {
	position: absolute;
	top: 50%;
	right: 30px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1870px) {
	.header .pc_search .submit {
		right: 15px;
	}
}

.header .pc_search .submit:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e63c';
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .find {
	display: none;
	float: right;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1469px) {
	.header .find {
		display: block;
	}
}

@media (max-width: 1366px) {
	.header .find {
		margin: 0 5px;
	}
}

@media (max-width: 1199px) {
	.header .find {
		margin-left: 0;
	}
}

.header .find:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 90px;
	display: block;
	content: '\e63c';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1366px) {
	.header .find:before {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.header .find:before {
		font-size: 20px;
		font-weight: bold;
		line-height: 70px;
		color: #0062b7;
	}
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0, 0, 0, .85);
}

.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.header .search-box .input-text {
	float: left;
	padding-left: 10%;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	content: '\e650';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}

.header .search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}

.header .search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}

.header .search-xs .input-submit:before {
	color: #104384;
}

.header .top-nav {
	clear: both;
}

.header .top-nav .container {
	position: relative;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0062b7;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #0062b7;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: rgba(0, 0, 0, .98);
	}
}

.header .back-btn {
	position: absolute;
	top: 18px;
	left: 15px;
}

@media (max-width: 375px) {
	.header .back-btn {
		left: 10px;
	}
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e727';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}

.header .nav-2 .nav-top .nav-title a,
.header .nav-3 .nav-top .nav-title a {
	color: #fff;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 16px;
	line-height: 28px;
	margin: 15px 0;
	text-align: left;
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e728';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}

@media (max-width: 1199px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		color: #fff;
	}
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 18px;
}

.header .nav-3 .header .fade-out ul {
	text-align: left;
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.header .nav {
		display: inline-block;
		float: right;
	}
	.header .nav .nav-list1 {
		position: relative;
	}
	.header .nav .nav-list1>li {
		float: left;
		padding: 0 30px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li>a {
		font-size: 16px;
		line-height: 90px;
		position: relative;
		display: block;
		-webkit-transition: all .4s;
		transition: all .4s;
		text-transform: uppercase;
		color: #fff;
	}
	.header .nav .nav-list1>li>a:before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 4px;
		margin: auto;
		content: '';
		-webkit-transition: all .4s;
		transition: all .4s;
		background-color: #dd0018;
	}
	.header .nav .nav-list1>li:hover a:before {
		width: 100%;
	}
	.header .nav .nav-list1 .active a:before {
		width: 100%;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 200px;
		padding: 15px 0;
		-webkit-transform: translateX(-2%);
		-ms-transform: translateX(-2%);
		transform: translateX(-2%);
		text-align: left;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	}
	.header .nav .nav-list1 .nav-list2>li {
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2>li>a {
		font-size: 15px;
		line-height: 35px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 15px;
		-webkit-transition: all .4s;
		transition: all .4s;
		text-transform: capitalize;
		color: #222;
	}
	.header .nav .nav-list1 .nav-list2>li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		color: #0062b7;
	}
	.header .nav .nav-list1 .nav-list3 li>a:hover {
		text-decoration: underline !important;
		color: #fff;
		background: none;
	}
}

@media (min-width: 1200px) and (max-width: 1870px) {
	.header .nav .nav-list1>li {
		padding: 0 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1530px) {
	.header .nav .nav-list1>li {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) and (max-width: 1366px) {
	.header .nav .nav-list1>li {
		padding: 0 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .nav_img .pic {
		display: none !important;
	}
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 26px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background-color: rgba(0, 0, 0, .98);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .fade-out ul .pic {
		display: none !important;
	}
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 18px;
		line-height: 2.5 !important;
		display: block;
		padding: 0 !important;
		text-align: left;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.header .search-lg .input-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0;
	padding-bottom: 30px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}


/*footer*/

.footer {
	position: relative;
	background: url(../images/common/foot_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.footer {
		padding-bottom: 50px;
	}
}

.footer .foot_box .line {
	padding: 50px 0;
	border-bottom: solid 1px #e9e9e9;
}

@media (max-width: 1469px) {
	.footer .foot_box .line {
		padding: 40px 0;
	}
}

@media (max-width: 1199px) {
	.footer .foot_box .line {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.footer .foot_box .line {
		padding: 20px 0;
	}
}

.footer .foot_box .foot_logo {
	width: 128px;
}

@media (max-width: 1199px) {
	.footer .foot_box .foot_logo {
		width: 110px;
	}
}

@media (max-width: 991px) {
	.footer .foot_box .foot_logo {
		width: 100px;
	}
}

@media (max-width: 767px) {
	.footer .foot_box .foot_logo {
		float: none;
		width: 80px;
		margin: auto;
	}
}

.footer .foot_box .foot_logo img {
	max-width: 100%;
	height: auto !important;
}

.footer .foot_box .cont_a {
	margin-top: 45px;
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.footer .foot_box .cont_a {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.footer .foot_box .cont_a {
		display: inline-block;
		float: none;
		width: 50%;
		margin-top: 20px;
		margin-left: 0;
		vertical-align: middle;
	}
}

.footer .foot_box .cont_a a {
	font-size: 14px;
	line-height: 3.28571429;
	display: block;
	width: 160px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 23px;
	background-color: #0062b7;
}

@media (max-width: 767px) {
	.footer .foot_box .cont_a a {
		line-height: 3;
		width: 160px;
		margin: auto;
	}
}

.footer .foot_box .cont_a a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 12px;
	content: '\e665';
	vertical-align: text-top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot_box .cont_a a:hover {
	box-shadow: 0 0 12px 0 rgba(0, 98, 182, .8);
}

.footer .foot_box .share {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.footer .foot_box .share {
		margin-top: 35px;
	}
}

@media (max-width: 767px) {
	.footer .foot_box .share {
		display: inline-block;
		float: none;
		width: 50%;
		margin-top: 20px;
		text-align: center;
		vertical-align: middle;
	}
}

.footer .foot_box .share ul {
	margin: 0 -7px;
}

@media (max-width: 767px) {
	.footer .foot_box .share ul {
		margin: 0 -6px;
	}
}

.footer .foot_box .share ul li {
	display: inline-block;
	padding: 0 7px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.footer .foot_box .share ul li {
		padding: 0 6px;
	}
}

.footer .foot_box .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot_box .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 37px;
	display: block;
	width: 39px;
	height: 39px;
	content: '\e61a';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #bbb;
	border: solid 1px #d5d5d5;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.footer .foot_box .share ul li a:before {
		font-size: 16px;
		line-height: 30px;
		width: 32px;
		height: 32px;
	}
}

.footer .foot_box .share ul li a:hover:before {
	color: #0062b7;
}

.footer .foot_box .share ul .wechat {
	position: relative;
}

.footer .foot_box .share ul .wechat .pic {
	position: absolute;
	bottom: 105%;
	left: 50%;
	display: none;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer .foot_box .share ul .wechat:hover .pic {
	display: block;
}

.footer .foot_box .share ul .wechat a:before {
	content: '\e618';
}

.footer .foot_box .share ul .qq a:before {
	content: '\e60f';
}

.footer .foot_box .share ul .sina a:before {
	content: '\e601';
}

.footer .foot_box .share ul  .instagram a:before {
	content: '\e6b6';
}
.footer .foot {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 40px 0;
	}
}

@media (max-width: 991px) {
	.footer .foot {
		padding: 20px 0;
	}
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .container>ul:after {
		display: none;
	}
}

.footer .foot .container>ul>li {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 33.333% !important;
		padding: 0 15px 0 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li {
		width: 100% !important;
		padding: 0 15px;
	}
}

.footer .foot .container>ul>li h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	color: #222;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		font-size: 18px;
		margin: 8px 0;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		font-style: normal;
		float: right;
		width: auto;
		height: auto;
		margin-top: 0;
		content: '\e62f';
		background: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.footer .foot .container>ul>li .info-down {
	margin-top: 40px;
}

@media (max-width: 1469px) {
	.footer .foot .container>ul>li .info-down {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .info-down {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .info-down {
		display: none;
		margin-top: 15px;
		padding-bottom: 15px;
	}
}

.footer .foot .container>ul>li.current .title-foot h3:after {
	content: '\e626';
}

.footer .foot .container>ul>li:first-child {
	width: 480px;
}

@media (max-width: 1469px) {
	.footer .foot .container>ul>li:first-child {
		width: 350px;
	}
}

.footer .foot .container>ul>li:nth-child(2) {
	width: 320px;
}

.footer .foot .container>ul>li:nth-child(3) {
	width: 450px;
}

@media (max-width: 1469px) {
	.footer .foot .container>ul>li:nth-child(3) {
		width: 380px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .ipt_box .ipt_form {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .ipt_box .ipt_form {
		margin-top: 5px;
	}
}

.footer .foot .item-1 .ipt_box .ipt_form ul {
	margin: 0 -5px;
}

.footer .foot .item-1 .ipt_box .ipt_form ul li {
	margin-bottom: 10px;
	padding: 0 5px;
}

@media (max-width: 991px) {
	.footer .foot .item-1 .ipt_box .ipt_form ul li {
		margin-bottom: 10px;
	}
}

.footer .foot .item-1 .ipt_box .ipt_form ul li:last-child {
	margin-bottom: 0;
}

.footer .foot .item-1 .ipt_box .ipt_form input,
.footer .foot .item-1 .ipt_box .ipt_form textarea {
	font-size: 14px;
	line-height: 46px;
	width: 100%;
	height: 46px;
	padding: 0 20px;
	color: #222;
	border: solid 1px #e0e0e0;
	background-color: transparent;
}

@media (max-width: 991px) {
	.footer .foot .item-1 .ipt_box .ipt_form input,
	.footer .foot .item-1 .ipt_box .ipt_form textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.footer .foot .item-1 .ipt_box .ipt_form textarea {
	line-height: 28px;
	min-height: 120px;
	padding: 5px 20px;
}

@media (max-width: 991px) {
	.footer .foot .item-1 .ipt_box .ipt_form textarea {
		padding: 5px 15px;
	}
}

.footer .foot .item-1 .ipt_box .ipt_form input::-webkit-input-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea::-webkit-input-placeholder {
	color: #666;
}

.footer .foot .item-1 .ipt_box .ipt_form input:-o-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea:-o-placeholder {
	color: #666;
}

.footer .foot .item-1 .ipt_box .ipt_form input::-moz-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea::-moz-placeholder {
	color: #666;
}

.footer .foot .item-1 .ipt_box .ipt_form input:-ms-input-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea:-ms-input-placeholder {
	color: #666;
}

.footer .foot .item-1 .ipt_box .ipt_form input:focus::-webkit-input-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .ipt_box .ipt_form input:focus::-o-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea:focus::-o-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .ipt_box .ipt_form input:focus::-moz-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea:focus::-moz-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .ipt_box .ipt_form input:focus::-ms-input-placeholder,
.footer .foot .item-1 .ipt_box .ipt_form textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.footer .foot .item-1 .ipt_box .ipt_form button {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-top: 10px;
	padding: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: underline !important;
	color: #666;
	background-color: transparent;
}

.footer .foot .item-1 .ipt_box .ipt_form button:hover {
	color: #0062b7;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .note {
		padding-top: 5px;
	}
}

.footer .foot .item-2 .note a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .foot .item-2 .note a:hover {
	text-decoration: underline !important;
	color: #0062b7;
}

.footer .foot .item-2 .note p {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 25px;
	padding-left: 36px;
	text-align: left;
	word-break: break-word;
	color: #444;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .note p {
		margin-bottom: 20px;
	}
}

.footer .foot .item-2 .note p:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '\e67a';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-2 .note .company:before {
	content: '\e615';
}

.footer .foot .item-2 .note .address:before {
	font-size: 28px;
	top: -3px;
	left: -3px;
	content: '\e62b';
}

.footer .foot .item-2 .note .email:before {
	font-size: 21px;
	content: '\e611';
}

.footer .foot .item-2 .note .tel {
	margin-bottom: 0;
}

.footer .foot .item-2 .note .tel:before {
	font-size: 24px;
	content: '\e94f';
}

@media (max-width: 991px) {
	.footer .foot .item-3 .map {
		padding-top: 5px;
	}
}

.footer .foot .item-3 .map .map-content {
	height: 206px;
}

.footer .copyright {
	padding: 18px 0;
	background: url(../images/common/foot_bg1.jpg) repeat center;
	background-size: auto;
}

@media (max-width: 991px) {
	.footer .copyright {
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	.footer .copyright .info {
		float: none;
		text-align: center;
	}
}

.footer .copyright .info p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.footer .copyright .info p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 767px) {
	.footer .copyright .info p a {
		display: block;
	}
}

.footer .copyright .info p a:hover {
	color: #0062b7;
}

@media (max-width: 767px) {
	.footer .copyright .site {
		float: none;
		margin-top: 10px;
		text-align: center;
	}
}

.footer .copyright .site a {
	font-size: 14px;
	line-height: 1.71428571;
	display: block;
	color: #0062b7;
}

.footer .copyright .site a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e67d';
	vertical-align: text-top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .copyright .site a:hover {
	text-decoration: underline !important;
}


/*online*/

.online-wrap{
	display: none;
}

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 50px;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .5);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e62f';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 40px;
	bottom: 8%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 100px;
	}
}

.online-wrap .online a {
	line-height: 47px;
	position: relative;
	display: block;
	width: 47px;
	height: 47px;
	margin-bottom: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-bottom: 5px;
	}
}

.online-wrap .online a:hover:before {
	color: #0062b7;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: rgba(0, 98, 183, .5);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.online-wrap .online a:before {
		font-size: 20px;
	}
}

.online-wrap .online .icon-whatsapp:before {
	content: '\e773';
}

.online-wrap .online .icon-email:before {
	content: '\e621';
}

.online-wrap .online .icon-wechat:before {
	content: '\e616';
}

.online-wrap .online .icon-tel:before {
	content: '\e614';
}

.online-wrap .online .icon-arrow-top:before {
	content: '\e623';
}

.online-wrap .online .icon-shopchat {
	position: relative;
}

.online-wrap .online .icon-shopchat p {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	color: #fff;
}

@media (max-width: 767px) {
	.online-wrap .online .icon-shopchat p {
		top: 5px;
		right: 5px;
	}
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 100px;
	height: 100px;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

.online-wrap .active {
	right: 0;
}

.online-wrap .online .icon-tel .phone-num,
.online-wrap .online .icon-skype .phone-num {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -300px;
	-webkit-transition: right .3s;
	transition: right .3s;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.online-wrap .online .icon-tel:hover .phone-num,
	.online-wrap .online .icon-skype:hover .phone-num {
		right: 100%;
	}
}

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-skype .phone-num p {
	padding: 0 10px;
	color: #fff;
	border-radius: 4px;
	background-color: #0062b7;
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
	background-color: #0062b7;
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #2f89d6;
	border-left: 1px solid #024278;
}

.bottom_nav ul li a {
	font-size: 13px;
	display: block;
	padding: 4px 0;
}

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul .bot_wechat {
	position: relative;
}

.bottom_nav ul .bot_wechat .code_img {
	position: absolute;
	z-index: 1;
	bottom: 52px;
	left: 0;
	display: none;
	width: 90px;
	height: 90px;
}

.bottom_nav ul .bot_wechat>a:before {
	content: '\e628';
}

.bottom_nav ul .bot_email>a:before {
	content: '\e61e';
}

.bottom_nav ul .bot_prod>a:before {
	content: '\e60c';
}

.bottom_nav ul .bot_tel>a:before {
	content: '\e6be';
}

.bottom_nav ul .bot_top>a:before {
	content: '\e61c';
}


/*0*/

.ii {
	font-family: 'iconfont';
	font-size: 20px;
	display: block;
	content: '\e727';
	text-align: center;
}

.case_wrap .case_box .right .list .item .img-box img,
.product_wrap .right .prod_lists .item .pic .img-box img,
.news_wrap .list .item .pic .img-box img,
.index_honor .list .slick_honor .item .pic .img-box img,
.index_case .list .slick_case .item .pic .img-box img,
.index_news .list .right .pic .img-box img,
.index_category .list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.case_wrap .case_box .right .list .item:hover .img-box img,
.product_wrap .right .prod_lists .item:hover .pic .img-box img,
.news_wrap .list .item:hover .pic .img-box img,
.index_honor .list .slick_honor .item:hover .pic .img-box img,
.index_case .list .slick_case .item:hover .pic .img-box img,
.index_news .list .right .pic:hover .img-box img,
.index_category .list .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}