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

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

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

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

@font-face {
	font-family: 'Montserrat-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('../css/fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../css/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Montserrat-Bold.woff2') format('woff2'), url('../css/fonts/Montserrat-Bold.woff') format('woff'), url('../css/fonts/Montserrat-Bold.ttf') format('truetype'), url('../css/fonts/Montserrat-Bold.svg#Montserrat-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;
	}
}

.index_container {
	max-width: 1710px;
	margin: 0 auto;
	padding: 0 15px;
}

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

@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;
}

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

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


/*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: 35px;
	display: block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #848484;
	border-radius: 50%;
	box-shadow: 0 2px 8px 0 rgba(121, 121, 121, .35);
}

@media (max-width: 767px) {
	.page li a {
		font-size: 14px;
		line-height: 30px;
		width: 30px;
		height: 30px;
		margin: 0 3px;
	}
}

.page li:hover a {
	color: #fff;
	background-color: #d60000;
}

.page li.active a {
	color: #fff;
	background-color: #d60000;
}

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

.page li.next a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	content: '\e729';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*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;
	color: #02152d;
}

.table-box table td,
.table-box table th {
	font-size: 15px;
	font-weight: normal;
	padding: 10px !important;
	vertical-align: middle;
	border: 1px solid #eee !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: #d60000;
	box-shadow: 1px 5px 8px 0 rgba(98, 98, 98, .25);
}

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

.header .logo {
	float: left;
	width: 280px;
	height: 90px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}

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

@media (max-width: 480px) {
	.header .logo {
		width: 145px;
	}
}

@media (max-width: 350px) {
	.header .logo {
		width: 130px;
	}
}

.header .logo a {
	display: block;
	height: 56px;
	margin: 17px 0 0 55px;
}

@media (max-width: 1199px) {
	.header .logo a {
		height: 50px;
		margin: 11px 0 0 20px;
	}
}

@media (max-width: 480px) {
	.header .logo a {
		height: 40px;
		margin: 15px 0 0 10px;
	}
}

@media (max-width: 350px) {
	.header .logo a {
		height: 35px;
		margin: 18px 0 0 10px;
	}
}

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

.header .language {
	position: relative;
	display: block;
	margin: 32px 60px 0 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1550px) {
	.header .language {
		margin: 32px 30px 0 30px;
	}
}

@media (max-width: 1370px) {
	.header .language {
		margin: 32px 20px 0 20px;
	}
}

@media (max-width: 1199px) {
	.header .language {
		margin: 23px 60px 0 30px;
	}
}

@media (max-width: 480px) {
	.header .language {
		margin: 23px 50px 0 20px;
	}
}

.header .language ul {
	margin: 0 -5px;
}

.header .language ul li {
	display: inline-block;
	padding: 0 5px;
}

.header .language ul li a {
	font-size: 15px;
	line-height: 90px;
	display: block;
	color: #fadada;
}

@media (max-width: 1199px) {
	.header .language ul li a {
		line-height: 70px;
	}
}

@media (max-width: 767px) {
	.header .language ul li a {
		font-size: 14px;
	}
}

.header .language ul li a:before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/common/language.png) no-repeat center;
	background-position: -24px 0;
	background-size: cover;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .language ul li.en a:before {
	background-position: 0 0;
}

.header .find {
	font-size: 15px;
	line-height: 90px;
	display: block;
	float: right;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fadada;
}

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

@media (max-width: 480px) {
	.header .find {
		font-size: 0;
		line-height: 1;
	}
}

.header .find:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e622';
	-webkit-transition: all .4s;
	transition: all .4s;
	vertical-align: text-top;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.header .find:before {
		line-height: 70px;
		margin-right: 0;
	}
}

.header .box_search {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, .85);
}

.header .box_search .container {
	position: relative;
}

.header .box_search .container .close_search {
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.header .box_search .container .close_search {
		line-height: 40px;
	}
}

.header .box_search .container .close_search:after {
	transform: rotate(45deg);
	display: block;
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-weight: bold;
	content: '\e62e';
}

.header .box_search .container .close_search:hover {
	color: #bd002e;
}

.header .box_search form {
	position: relative;
}

.header .box_search form input {
	line-height: 30px;
	width: 100%;
	padding: 10px 50px 10px 10px;
	border: 1px solid #999;
	border-radius: 30px;
	outline: none;
	background: none;
}

.header .box_search form .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 0;
	text-align: center;
	background: none;
}

.header .box_search form .submit:after {
	font-family: 'iconfont' !important;
	font-size: 24px;
	line-height: 50px;
	content: '\e622';
}

.header .box_search form .submit:hover {
	color: #bd002e;
}

.header .box_search form {
	display: table;
	width: 70%;
	padding-left: 30px;
}

.header .box_search form select,
.header .box_search form input,
.header .box_search form .btn-submit {
	display: table-cell;
	vertical-align: middle;
}

.header .box_search form select {
	width: 200px;
	line-height: 50px;
	height: 50px;
	outline: none;
	border: none;
	background: none;
	font-size: 18px;
	margin-right: 10px;
}

.header .box_search form input {
	width: calc(100% - 210px);
}

@media(max-width:1199px) {
	.header .box_search form input {
		padding: 5px 50px 5px 10px;
	}
	.header .box_search form .submit:after {
		font-size: 18px;
		line-height: 40px;
	}
	.header .box_search form {
		width: 80%;
		padding-left: 0;
	}
	.header .box_search form select {
		width: 180px;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.header .box_search form input {
		width: calc(100% - 190px);
	}
	.header .box_search .container .close_search:after {
		font-size: 26px;
	}
}

@media(max-width:767px) {
	.header .box_search form input {
		padding: 2px 50px 2px 10px;
	}
	.header .box_search form {
		width: 90%;
	}
	.header .box_search form select {
		width: 100px;
	}
	.header .box_search form input {
		width: calc(100% - 110px);
	}
	.header .box_search .container .close_search:after {
		font-size: 24px;
	}
}

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

.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 .search .input-text {
	float: left;
	padding-left: 10%;
	background: none;
}

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

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

.header .search-box .search .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e622';
	color: #fff;
}

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

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

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

.header .search-box.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-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}

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

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.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;
}

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

.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: #fff;
}

.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: #fff;
}

.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%;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
	.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: #666 !important;
	}
}

.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 .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

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

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

.back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e727';
}

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

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

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

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

.nav-2 .content ul li,
.nav-3 .content ul li {
	font-size: 18px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

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

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

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

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

.nav-2 {
	left: 100%;
}

.nav-3 {
	left: 200%;
}

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

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

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

@media (min-width: 1200px) {
	.header .nav {
		float: left;
	}
	.header .nav .nav-list1 {
		position: relative;
		margin-left: 45px;
	}
	.header .nav .nav-list1>li {
		float: left;
		padding: 0 28px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li>a {
		font-size: 17px;
		line-height: 90px;
		position: relative;
		display: block;
		overflow: hidden;
		color: #fff;
	}
	.header .nav .nav-list1>li>a:after {
		position: absolute;
		right: 0;
		bottom: 22px;
		left: 0;
		display: block;
		width: 0;
		height: 2px;
		margin: auto;
		content: '';
		-webkit-transition: all .4s;
		transition: all .4s;
		background-color: #fff;
	}
	.header .nav .nav-list1>li:hover>a {
		font-weight: bold;
	}
	.header .nav .nav-list1>li:hover>a:after {
		width: 100%;
	}
	.header .nav .nav-list1 li.active>a {
		font-weight: bold;
	}
	.header .nav .nav-list1 li.active>a:after {
		width: 100%;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 90px;
		display: none;
		min-width: 150px;
		padding: 20px 0;
		-webkit-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		transform: translateX(-10%);
		text-align: left;
		background-color: rgba(255, 255, 255, .9);
		box-shadow: 3px 4px 13px 0 rgba(121, 121, 121, .21);
	}
	.header .nav .nav-list1 .nav-list2>li {
		display: block;
		float: none;
		padding: 0;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2>li>a {
		font-size: 14px;
		line-height: 32px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 20px;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #666;
	}
	.header .nav .nav-list1 .nav-list2>li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		color: #d60000;
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		padding: 4px 30px;
	}
	.header .nav .nav-list1 .nav-list3 li>a:hover {
		text-decoration: underline !important;
		color: #333;
		background: none;
	}
}

@media (min-width: 1200px) and (max-width: 1370px) {
	.header .nav .nav-list1 {
		margin-left: 20px;
	}
}

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

@media (min-width: 1200px) and (max-width: 1370px) {
	.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) 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: 1199px) {
	.header {
		height: 70px;
	}
	.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: #000;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.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 {
		padding: 0;
		-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: '\e729';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 18px;
		line-height: 2.5 !important;
		display: block;
		/*text-transform: uppercase;*/
		text-align: left;
		color: #fff !important;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
	.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: #000;
	}
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}


/*footer*/

.footer {
	font-size: 0;
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
}

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

.footer .foot {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 85px 0 90px;
}

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

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

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

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

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

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

@media (max-width: 1199px) {
	.footer .foot .index_container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
	}
}

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

@media (max-width: 1469px) {
	.footer .foot .index_container>ul>li {
		padding: 0;
	}
}

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

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

.footer .foot .index_container>ul>li h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 1199px) {
	.footer .foot .index_container>ul>li h3 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.footer .foot .index_container>ul>li h3 {
		font-size: 18px;
		padding: 7px 30px 7px 0;
	}
	.footer .foot .index_container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		font-style: normal;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: auto;
		height: auto;
		margin-top: 0;
		content: '\e62e';
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.footer .foot .index_container>ul>li h3 span {
	font-family: 'Arial';
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	display: block;
	margin-top: 8px;
	color: #888;
}

@media (max-width: 991px) {
	.footer .foot .index_container>ul>li h3 span {
		font-size: 13px;
		display: inline-block;
		margin-top: 0;
		margin-left: 5px;
	}
}

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

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

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

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

.footer .foot .index_container>ul>li:first-child {
	width: 230px;
}

.footer .foot .index_container>ul>li:first-child h3 {
	display: none;
}

@media (max-width: 1199px) {
	.footer .foot .index_container>ul>li:first-child h3 {
		display: block;
	}
}

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

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

@media (max-width: 1680px) {
	.footer .foot .index_container>ul>li:nth-child(3) {
		width: 600px;
	}
}

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

.footer .foot .item-1 .foot_logo {
	width: 170px;
	margin-top: -30px;
	padding-left: 10px;
}

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

@media (max-width: 991px) {
	.footer .foot .item-1 .foot_logo {
		width: 130px;
	}
}

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

.footer .foot .item-1 .code_box {
	margin-top: 55px;
}

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

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

.footer .foot .item-1 .code_box .pic_box {
	width: 102px;
	text-align: center;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .code_box .pic_box {
		width: 100px;
	}
}

@media (max-width: 991px) {
	.footer .foot .item-1 .code_box .pic_box {
		width: 90px;
	}
}

.footer .foot .item-1 .code_box .pic_box:first-child {
	margin-right: 22px;
}

@media (max-width: 1469px) {
	.footer .foot .item-1 .code_box .pic_box:first-child {
		margin-right: 15px;
	}
}

.footer .foot .item-1 .code_box .pic_box .pic {
	width: 100%;
}

.footer .foot .item-1 .code_box .pic_box .pic .img-box {
	padding-bottom: 100%;
}

.footer .foot .item-1 .code_box .pic_box p {
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	color: #555;
}

@media (max-width: 1199px) {
	.footer .foot .item-1 .code_box .pic_box p {
		margin-top: 10px;
	}
}

.footer .foot .item-1 .site_map {
	margin-top: 90px;
	padding-left: 8px;
}

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

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

.footer .foot .item-1 .site_map a {
	font-size: 15px;
	line-height: 1.86666667;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #555;
}

.footer .foot .item-1 .site_map a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 9px;
	content: '\e60a';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-1 .site_map a:hover {
	color: #d60000;
}

.footer .foot .item-2 .text {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text {
		margin-top: 0;
	}
}

.footer .foot .item-2 .text p {
	font-size: 16px;
	line-height: 1.875;
	position: relative;
	margin-bottom: 22px;
	padding-left: 40px;
	text-align: left;
	word-break: break-word;
	color: #777;
}

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

@media (max-width: 991px) {
	.footer .foot .item-2 .text p {
		font-size: 15px;
		margin-bottom: 10px;
		padding-left: 35px;
	}
}

.footer .foot .item-2 .text p span {
	color: #222;
}

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

.footer .foot .item-2 .text p a:hover {
	text-decoration: underline !important;
	color: #d60000;
}

.footer .foot .item-2 .text p:before {
	font-family: 'iconfont' !important;
	font-size: 28px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text p:before {
		font-size: 24px;
	}
}

.footer .foot .item-2 .text .tel:before {
	content: '\e60c';
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text .tel:before {
		font-size: 22px;
		top: 3px;
	}
}

.footer .foot .item-2 .text .email:before {
	font-size: 36px;
	top: -2px;
	left: -3px;
	content: '\e692';
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text .email:before {
		font-size: 32px;
		left: -4px;
	}
}

.footer .foot .item-2 .text .cus:before {
	font-size: 29px;
	top: 3px;
	content: '\e618';
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text .cus:before {
		font-size: 26px;
		top: 2px;
	}
}

.footer .foot .item-2 .text .company span {
	display: block;
}

.footer .foot .item-2 .text .company:before {
	content: '\e679';
	font-size: 25px;
}

.footer .foot .item-2 .text .address {
	margin-bottom: 0;
	padding-left: 125px;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text .address {
		padding-left: 115px;
	}
}

.footer .foot .item-2 .text .address span {
	position: absolute;
	top: 0;
	left: 40px;
}

@media (max-width: 991px) {
	.footer .foot .item-2 .text .address span {
		left: 35px;
	}
}

.footer .foot .item-2 .text .address:before {
	top: 3px;
	content: '\e639';
}

.footer .foot .item-3 .ipt_form ul {
	margin: 0 -9px;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .ipt_form ul {
		margin: 0 -5px;
	}
}

.footer .foot .item-3 .ipt_form ul li {
	margin-bottom: 10px;
	padding: 0 9px;
}

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

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

.footer .foot .item-3 .ipt_form ul li input,
.footer .foot .item-3 .ipt_form ul li textarea {
	font-size: 15px;
	font-weight: bold;
	line-height: 48px;
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #fff;
	box-shadow: 0 3px 12px 0 rgba(121, 121, 121, .28);
}

@media (max-width: 991px) {
	.footer .foot .item-3 .ipt_form ul li input,
	.footer .foot .item-3 .ipt_form ul li textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
		box-shadow: 0 3px 8px 0 rgba(121, 121, 121, .2) !important;
	}
}

.footer .foot .item-3 .ipt_form ul li textarea {
	line-height: 28px;
	min-height: 140px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .ipt_form ul li textarea {
		padding: 10px 15px;
	}
}

.footer .foot .item-3 .ipt_form ul li input::-webkit-input-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea::-webkit-input-placeholder {
	color: #777;
}

.footer .foot .item-3 .ipt_form ul li input:-o-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea:-o-placeholder {
	color: #777;
}

.footer .foot .item-3 .ipt_form ul li input::-moz-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea::-moz-placeholder {
	color: #777;
}

.footer .foot .item-3 .ipt_form ul li input:-ms-input-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea:-ms-input-placeholder {
	color: #777;
}

.footer .foot .item-3 .ipt_form ul li input:focus::-webkit-input-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea:focus::-webkit-input-placeholder {
	color: #e3e3e3;
}

.footer .foot .item-3 .ipt_form ul li input:focus::-o-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea:focus::-o-placeholder {
	color: #e3e3e3;
}

.footer .foot .item-3 .ipt_form ul li input:focus::-moz-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea:focus::-moz-placeholder {
	color: #e3e3e3;
}

.footer .foot .item-3 .ipt_form ul li input:focus::-ms-input-placeholder,
.footer .foot .item-3 .ipt_form ul li textarea:focus::-ms-input-placeholder {
	color: #e3e3e3;
}

.footer .foot .item-3 .ipt_form ul li button {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.93333333;
	display: block;
	width: 140px;
	margin-top: 15px;
	padding: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #d60000;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .ipt_form ul li button {
		margin-top: 5px;
	}
}

.footer .foot .item-3 .ipt_form ul li button:hover {
	opacity: .85;
}

.footer .foot .item-3 .ipt_form ul li button:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 12px;
	content: '\e606';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .copyright {
	text-align: center;
	/*background-color: #d60000;*/
	background-color: #000;
}

.footer .copyright .info {
	padding: 18px 0;
}

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

.footer .copyright .info p span {
	/*display: none;*/
}

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

.footer .copyright .info p .zhichi:hover {
	text-decoration: underline !important;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	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, .7);*/
	background-color: #d60000;
}

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

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	display: inline-block;
	content: '\e625';
	-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: 0;
	bottom: 25%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

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

.online-wrap .online a {
	line-height: 60px;
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-bottom: 2px solid rgba(255, 255, 255, .33);
	background-color: #d60000;
}

@media (max-width: 1469px) {
	.online-wrap .online a {
		line-height: 55px;
		width: 55px;
		height: 55px;
	}
}

@media (max-width: 1199px) {
	.online-wrap .online a:hover {
		background-color: #fff;
	}
	.online-wrap .online a:hover:before {
		color: #d60000;
	}
}

@media (max-width: 991px) {
	.online-wrap .online a {
		line-height: 45px;
		width: 45px;
		height: 45px;
		border-bottom: 1px solid rgba(255, 255, 255, .33);
	}
}

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

@media (min-width: 1200px) {
	.online-wrap .online a:hover {
		z-index: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		background-color: #fff;
	}
	.online-wrap .online a:hover:before {
		font-size: 32px;
		color: #d60000;
	}
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 28px;
	font-style: normal;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.online-wrap .online a:last-child {
	border-bottom: none;
}

.online-wrap .online .icon-tel:before {
	font-size: 26px;
	content: '\e7c5';
}

@media (max-width: 991px) {
	.online-wrap .online .icon-tel:before {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.online-wrap .online .icon-tel:before {
		font-size: 18px;
	}
}

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

.online-wrap .online .icon-qq:before {
	content: '\e67f';
}

.online-wrap .online .icon-code:before {
	/*font-size: 30px;*/
	content: '\e619';
}

@media (max-width: 991px) {
	.online-wrap .online .icon-code:before {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.online-wrap .online .icon-code:before {
		font-size: 22px;
	}
}

.online-wrap .online .icon-skype:before {
	content: '\e751';
}

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

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

.online-wrap .online .icon-message:before {
	font-size: 25px;
	content: '\e790';
}

@media (max-width: 991px) {
	.online-wrap .online .icon-message:before {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.online-wrap .online .icon-message:before {
		font-size: 18px;
	}
}

.online-wrap .online .icon-arrow-top:before {
	font-size: 24px;
	content: '\e607';
}

@media (max-width: 991px) {
	.online-wrap .online .icon-arrow-top:before {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.online-wrap .online .icon-arrow-top:before {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.online-wrap .online .icon-code:hover {
		z-index: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		background-color: #fff;
	}
	.online-wrap .online .icon-code:hover:before {
		font-size: 35px;
		color: #d60000;
	}
}

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

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

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

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

.online-wrap .online .icon-code .mask p,
.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 {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -300px;
	-webkit-transition: right .35s;
	transition: right .35s;
	white-space: nowrap;
}

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

.online-wrap .online .icon-tel .phone-num p {
	line-height: 60px;
	padding: 0 10px;
	color: #fff;
	background-color: #d60000;
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	/*overflow: hidden;*/
	width: 100%;
	height: 50px;
	/*background-color: #222;*/
	background-color: #d60000;
}

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

.bottom_nav ul {
	/*overflow: hidden;*/
	text-align: center;
	color: #fff;
}

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

.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: 26px;
	-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 .foot_wechat {
	position: relative;
}

.bottom_nav ul .foot_wechat:hover .code_img {
	display: block;
}

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

.bottom_nav ul .foot_wechat>a:before {
	content: '\e64f';
}

.bottom_nav ul .foot_email>a:before {
	content: '\e617';
}

.bottom_nav ul .foot_tel>a:before {
	content: '\e6bf';
}

.bottom_nav ul .foot_msg>a:before {
	content: '\e62f';
}

.bottom_nav ul .foot_cont>a:before {
	content: '\e620';
}


/*0*/

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

.solution_details_wrap .performance_list .list .item .pic .img-box img,
.solution_wrap .list .item .pic .img-box img,
.contact_talent .page_right .talent_concept .list .item .pic .img-box img,
.technology_wrap .page_right .technology_case .list .slick_case .list_case .item .pic .img-box img,
.product_details .product_package .list .item .img-box img,
.product_wrap .page_right .prod_lists .item .pic .img-box img,
.index_group .index_news .list .item .pic .img-box img,
.index_group .index_case .list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.solution_details_wrap .performance_list .list .item:hover .pic .img-box img,
.solution_wrap .list .item:hover .pic .img-box img,
.contact_talent .page_right .talent_concept .list .item:hover .pic .img-box img,
.technology_wrap .page_right .technology_case .list .slick_case .list_case .item:hover .pic .img-box img,
.product_details .product_package .list .item:hover .img-box img,
.product_wrap .page_right .prod_lists .item:hover .pic .img-box img,
.index_group .index_news .list .item:hover .pic .img-box img,
.index_group .index_case .list .item:hover .pic .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}