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

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

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

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

.clearfix {
	zoom: 1;
}

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

.aa {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !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: 18px;
	font-weight: bold;
	line-height: 36px;
	display: block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	margin: 0 6px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #424242;
	border-radius: 50%;
	background-color: #e5e5e5;
}

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

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

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

.page li.prev a {
	border-radius: 5px;
}

.page li.prev a:before {
	font-family: 'iconfont';
	font-size: 18px;
	font-weight: bold;
	content: '\e727';
	text-align: center;
}

.page li.next a {
	border-radius: 5px;
}

.page li.next a:before {
	font-family: 'iconfont';
	font-size: 18px;
	font-weight: bold;
	content: '\e728';
	text-align: center;
}


/*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;
}

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

.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: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}

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

.header .top {
	height: 125px;
	background-color: #fff;
}

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

.header .top .note {
	position: relative;
	margin-top: 30px;
	margin-left: 80px;
	padding-left: 60px;
}

.header .top .note:before {
	font-family: 'iconfont' !important;
	font-size: 36px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '\e640';
	color: #d30009;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header .top .note span {
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin-bottom: 5px;
	color: #222;
}

.header .top .note a {
	font-size: 15px;
	line-height: 1.46666667;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.header .top .note a:hover {
	text-decoration: underline !important;
	color: #d30009;
}

.header .top .email:before {
	font-size: 43px;
	top: -5px;
	content: '\e608';
}

.header .top-nav {
	position: relative;
	background-color: #333;
}

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

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

@media (max-width: 1199px) {
	.header .logo {
		height: 55px;
		margin-top: 8px;
	}
}

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

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

.header .logo a h1 {
	font-family: 'Montserrat-Bold';
	font-size: 26px;
	line-height: 1.15384615;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	color: #222;
}

@media (max-width: 1469px) {
	.header .logo a h1 {
		font-size: 24px;
		width: 50%;
	}
}

@media (max-width: 1199px) {
	.header .logo a h1 {
		font-size: 18px;
		width: auto;
	}
}

@media (max-width: 767px) {
	.header .logo a h1 {
		font-size: 16px;
		width: 60%;
	}
}

@media (max-width: 350px) {
	.header .logo a h1 {
		font-size: 15px;
	}
}

.header .nav {
	display: block;
}

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

.header .nav .nav-list1 {
	position: relative;
	text-align: center;
}

.header .nav .nav-list1>li {
	display: inline-block;
}

.header .nav .nav-list1>li>a {
	font-size: 16px;
	line-height: 50px;
	position: relative;
	display: block;
	padding: 0 32px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
}

.header .nav .nav-list1>li:hover>a {
	color: #d50e1a;
}

.header .nav .nav-list1 .nav-list2 {
	position: absolute;
	z-index: 50;
	top: 100px;
	display: none;
	min-width: 150px;
	padding: 20px 0;
	-webkit-transform: translateX(-8%);
	-ms-transform: translateX(-8%);
	transform: translateX(-8%);
	text-align: left;
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 3px 4px 13px 0 rgba(121, 121, 121, .21);
}

.header .nav .nav-list1 .nav-list2>li {
	float: none;
	padding: 0;
	list-style: none;
}

.header .nav .nav-list1 .nav-list2>li>a {
	font-size: 14px;
	line-height: 36px;
	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: #d30009;
}

.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: 1469px) {
	.header .nav .nav-list1>li>a {
		padding: 0 20px;
	}
}

.header.fixed-header {
	top: -125px;
}

@media (max-width: 1199px) {
	.header.fixed-header {
		top: 0;
	}
}


/*footer*/

.footer {
	font-size: 0;
	overflow: hidden;
	background-color: #212532;
}

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

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

@media (max-width: 1199px) {
	.footer .foot {
		padding: 40px 0 10px 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;
	}
}

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

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

@media (max-width: 1199px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 50% !important;
		padding: 0 15px 30px 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: 18px;
	line-height: 1.33333333;
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		font-size: 16px;
		overflow: hidden;
		padding: 3px 30px 3px 0;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: auto;
		height: auto;
		margin-top: 0;
		content: '\e628';
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: none;
	}
}

.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: 10px;
		padding-bottom: 15px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

.footer .foot .item-1 .ipt_form input,
.footer .foot .item-1 .ipt_form textarea {
	font-size: 12px;
	line-height: 30px;
	width: 100%;
	min-height: 30px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #fff;
	border: none;
	border-radius: 5px;
	background-color: #4c4f58;
}

.footer .foot .item-1 .ipt_form textarea {
	line-height: 28px;
	min-height: 60px;
	padding: 5px 10px;
}

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

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

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

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

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

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

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

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

.footer .foot .item-1 .ipt_form button {
	font-size: 12px;
	line-height: 2.5;
	display: block;
	width: 76px;
	height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	border-radius: 15px;
	background-color: #d30009;
}

.footer .foot .item-1 .ipt_form button:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 5px;
	content: '\e6a0';
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-1 .ipt_form button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.footer .foot .item-1 .ipt_form button:hover:before {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.footer .foot .item-2 .list ul {
	margin: 0;
}

.footer .foot .item-2 .list ul li {
	padding: 0;
}

.footer .foot .item-2 .list ul li .pic {
	position: relative;
	display: block;
	overflow: hidden;
}

.footer .foot .item-2 .list ul li .pic:hover .name {
	opacity: 1;
}

.footer .foot .item-2 .list ul li .pic:hover .name p {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.footer .foot .item-2 .list ul li .pic .img-box {
	padding-bottom: 114.28571429%;
}

.footer .foot .item-2 .list ul li .pic .name {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	border-bottom: 1px solid #d30009;
	background-color: rgba(0, 0, 0, .3);
}

.footer .foot .item-2 .list ul li .pic .name p {
	font-size: 12px;
	line-height: 1.25;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px 10px 5px;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	color: #d3101a;
}

.footer .foot .item-3 .foot_logo {
	width: 120px;
	margin-top: -50px;
}

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

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

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

.footer .foot .item-3 .email_form {
	position: relative;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aba8a8;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .email_form {
		margin-top: 10px;
	}
}

.footer .foot .item-3 .email_form p {
	font-size: 16px;
	line-height: 1.875;
	color: #f2efef;
}

.footer .foot .item-3 .email_form .form_box {
	margin-top: 25px;
}

@media (max-width: 991px) {
	.footer .foot .item-3 .email_form .form_box {
		margin-top: 15px;
	}
}

.footer .foot .item-3 .email_form .form_box input {
	font-size: 14px;
	line-height: 30px;
	display: block;
	width: 100%;
	min-height: 30px;
	padding: 0 90px 0 0;
	color: #fff;
	background-color: transparent;
}

.footer .foot .item-3 .email_form .form_box input::-webkit-input-placeholder,
.footer .foot .item-3 .email_form .form_box textarea::-webkit-input-placeholder {
	color: #8a8a8a;
}

.footer .foot .item-3 .email_form .form_box input:-o-placeholder,
.footer .foot .item-3 .email_form .form_box textarea:-o-placeholder {
	color: #8a8a8a;
}

.footer .foot .item-3 .email_form .form_box input::-moz-placeholder,
.footer .foot .item-3 .email_form .form_box textarea::-moz-placeholder {
	color: #8a8a8a;
}

.footer .foot .item-3 .email_form .form_box input:-ms-input-placeholder,
.footer .foot .item-3 .email_form .form_box textarea:-ms-input-placeholder {
	color: #8a8a8a;
}

.footer .foot .item-3 .email_form .form_box input:focus::-webkit-input-placeholder,
.footer .foot .item-3 .email_form .form_box textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.footer .foot .item-3 .email_form .form_box input:focus::-o-placeholder,
.footer .foot .item-3 .email_form .form_box textarea:focus::-o-placeholder {
	color: #eee;
}

.footer .foot .item-3 .email_form .form_box input:focus::-moz-placeholder,
.footer .foot .item-3 .email_form .form_box textarea:focus::-moz-placeholder {
	color: #eee;
}

.footer .foot .item-3 .email_form .form_box input:focus::-ms-input-placeholder,
.footer .foot .item-3 .email_form .form_box textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.footer .foot .item-3 .email_form .form_box button {
	font-size: 12px;
	line-height: 2.5;
	position: absolute;
	right: 0;
	bottom: 10px;
	display: block;
	width: 76px;
	height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	border-radius: 15px;
	background-color: #d30009;
}

.footer .foot .item-3 .email_form .form_box button:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 5px;
	content: '\e6a0';
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .foot .item-3 .email_form .form_box button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.footer .foot .item-3 .email_form .form_box button:hover:before {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.footer .foot .item-4 .text p {
	font-size: 14px;
	line-height: 2.14285714;
	position: relative;
	padding-left: 15px;
	color: #aba8a8;
}

.footer .foot .item-4 .text p:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background-color: #aba8a8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.footer .foot .item-4 .text .email {
	margin-bottom: 0 !important;
}

.footer .foot .item-4 .text .email a:last-child {
	display: block;
	padding-left: 51px;
}

.footer .copyright {
	padding: 18px 0;
	background-color: #333;
}

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

.footer .copyright p {
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}

@media (max-width: 991px) {
	.footer .copyright p {
		line-height: 22px;
	}
}

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

@media (max-width: 991px) {
	.footer .copyright p a {
		display: block;
		margin-top: 5px;
	}
}

.footer .copyright p a:hover {
	text-decoration: underline !important;
	color: #d30009;
}


/*online*/

.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, .7);
	display: none;
}

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

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

@media (max-width: 991px) {
	.online-wrap .online a.icon-email,
	.online-wrap .online a.icon-arrow-top {
		display: none;
	}
}

.online-wrap .online a {
	line-height: 48px;
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(49, 49, 49, .7);
}

@media (max-width: 1469px) {
	.online-wrap .online a {
		margin-bottom: 3px;
	}
}

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

.online-wrap .online a:hover {
	background-color: #d30009;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	color: #fff;
}

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

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

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

.online-wrap .online .icon-skype:before {
	font-size: 24px;
	content: '\e616';
}

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

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

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

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

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

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

.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: 120px;
	height: 120px;
}

@media (max-width: 991px) {
	.online-wrap .online .icon-wechat .mask {
		width: 100px;
		height: 100px;
	}
}

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

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

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


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: #d30009;
}

@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: 33.333%;
	border-right: 1px solid #9e1f1d;
	border-left: 1px solid #de4554;
}

.bottom_nav ul li a {
	font-size: 12px;
	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_msg>a:before {
	content: '\e61f';
}

.bottom_nav ul .foot_prod>a:before {
	content: '\e61b';
}

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

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

.bottom_nav ul .foot_top>a:before {
	content: '\e619';
}


/*0*/

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

.index_news .lists .item .pic .img-box img,
.index_exhibition .lists .item .pic .img-box img,
.index_factory .lists .pic .img-box img,
.index_featured .featured_tab .content .info_box .list .item_box .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.index_news .lists .item:hover .pic .img-box img,
.index_exhibition .lists .item:hover .pic .img-box img,
.index_factory .lists .pic:hover .img-box img,
.index_featured .featured_tab .content .info_box .list .item_box:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}