@charset 'utf-8';
body {
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

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

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

@font-face {
	font-family: 'Akzidenz-Grotesk BQ';
	font-weight: bold;
	font-style: normal;
	src: url('../css/fonts/AkzidenzGroteskBQ-Bold.woff2') format('woff2'), url('../css/fonts/AkzidenzGroteskBQ-Bold.woff') format('woff'), url('../css/fonts/AkzidenzGroteskBQ-Bold.ttf') format('truetype');
	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(../../npm/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../../npm/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;
}

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

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

.clearfix {
	zoom: 1;
}

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

.fancybox-slide--iframe .fancybox-content {
	width: 800px !important;
	max-width: 80%;
	height: 600px !important;
	max-height: 50%;
	margin: 0;
}

.fancybox-slide--video video {
	max-width: 80%;
	padding: 0;
}

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

.flexwrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.banner {
	font-size: 0;
	position: relative;
	z-index: 4;
	overflow: hidden;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: url(../banner/index_banner.jpg) no-repeat center;
	background-size: cover;
}

.banner .banner-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 3.5% 5%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1470px) {
	.banner .banner-left {
		padding: 3% 8%;
	}
}

@media (max-width: 767px) {
	.banner .banner-left {
		padding: 3% 6%;
	}
}

@media (max-width: 575px) {
	.banner .banner-left {
		width: 100%;
		padding: 20px 20px;
	}
}

.banner .banner-left .logo {
	text-align: center;
	color: #fff;
}

.banner .banner-left .logo img {
	display: inline-block;
	width: auto;
	height: 160px;
}

@media (max-width: 1469px) {
	.banner .banner-left .logo img {
		height: 140px;
	}
}

@media (max-width: 1399px) {
	.banner .banner-left .logo img {
		height: 120px;
	}
}

@media (max-width: 767px) {
	.banner .banner-left .logo img {
		height: 100px;
	}
}

@media (max-width: 575px) {
	.banner .banner-left .logo img {
		height: 80px;
	}
}

.banner .banner-left .logo h2,
.banner .banner-left .logo h3 {
	font-family: 'Akzidenz-Grotesk BQ';
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.banner .banner-left .logo h2 {
	font-size: 70px;
	margin-top: 3%;
	letter-spacing: 2px;
}

@media (max-width: 1470px) {
	.banner .banner-left .logo h2 {
		font-size: 60px;
	}
}

@media (max-width: 1399px) {
	.banner .banner-left .logo h2 {
		font-size: 55px;
	}
}

@media (max-width: 1199px) {
	.banner .banner-left .logo h2 {
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.banner .banner-left .logo h2 {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.banner .banner-left .logo h2 {
		font-size: 24px;
		letter-spacing: 0;
	}
}

@media (max-width: 575px) {
	.banner .banner-left .logo h2 {
		font-size: 22px;
	}
}

.banner .banner-left .logo h3 {
	font-size: 40px;
	letter-spacing: 2px;
}

@media (max-width: 1199px) {
	.banner .banner-left .logo h3 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.banner .banner-left .logo h3 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.banner .banner-left .logo h3 {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.banner .banner-left .logo h3 {
		font-size: 15px;
	}
}

.banner .banner-left .logo h3 span {
	color: #022a72;
}

.banner .banner-left .logo .btn-quote {
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	margin-top: 30px;
	padding: 0 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #fafafa;
}

@media (max-width: 1199px) {
	.banner .banner-left .logo .btn-quote {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.banner .banner-left .logo .btn-quote {
		font-size: 14px;
		line-height: 32px;
		margin-top: 10px;
		padding: 0 20px;
	}
}

.banner .banner-left .logo .btn-quote:hover {
	border-color: #022a72;
	background-color: #022a72;
}

.banner .banner-left .picbox {
	max-width: 1200px;
	margin: 50px auto 0;
}

@media (max-width: 1199px) {
	.banner .banner-left .picbox {
		margin: 30px auto 0;
	}
}

@media (max-width: 767px) {
	.banner .banner-left .picbox {
		margin: 20px auto 0;
	}
}

.banner .banner-left .picbox ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.banner .banner-left .picbox ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.banner .banner-left .picbox ul {
		margin: 0 -5px;
	}
}

.banner .banner-left .picbox ul li {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.banner .banner-left .picbox ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.banner .banner-left .picbox ul li {
		padding: 0 5px;
	}
}

.banner .banner-left .picbox .item {
	text-align: center;
	color: #fff;
}

.banner .banner-left .picbox .item .pic img {
	width: 100%;
}

.box {
	overflow: hidden;
	padding: 70px 0;
}

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

.common-note {
	margin-top: 20px;
}

.common-note p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	color: #444;
}

@media (max-width: 767px) {
	.common-note p {
		font-size: 14px;
		line-height: 24px;
	}
}

.title h2 {
	font-family: 'Akzidenz-Grotesk BQ';
	font-size: 48px;
	line-height: 1.5;
	margin: 0;
	text-transform: capitalize;
}

@media (max-width: 1470px) {
	.title h2 {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.title h2 {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.title h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.title h2 {
		font-size: 26px;
	}
}

.title p {
	font-size: 18px;
	line-height: 1.77777778;
	max-width: 930px;
	margin: 0 auto;
	margin-top: 20px;
	color: #666;
}

@media (max-width: 991px) {
	.title p {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.title p {
		font-size: 14px;
		line-height: 24px;
	}
}

.title.tcenter {
	text-align: center;
}

.title.small h2 {
	font-size: 36px;
}

@media (max-width: 1470px) {
	.title.small h2 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.title.small h2 {
		font-size: 24px;
	}
}

.box-product-one {
	position: relative;
	overflow: visible;
	background-color: #f6f6f6;
}

.box-product-one .title-product {
	position: absolute;
	top: 80px;
	right: 0;
}

@media (max-width: 1199px) {
	.box-product-one .title-product {
		top: 50px;
	}
}

@media (max-width: 991px) {
	.box-product-one .title-product {
		top: 30px;
	}
}

.box-product-one .title-product h2 {
	font-family: 'Akzidenz-Grotesk BQ';
	font-size: 240px;
	font-weight: bold;
	line-height: 96.042%;
	text-align: right;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .04);
}

@media (max-width: 1470px) {
	.box-product-one .title-product h2 {
		font-size: 200px;
	}
}

@media (max-width: 1350px) {
	.box-product-one .title-product h2 {
		font-size: 180px;
	}
}

@media (max-width: 1199px) {
	.box-product-one .title-product h2 {
		font-size: 120px;
	}
}

@media (max-width: 991px) {
	.box-product-one .title-product h2 {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.box-product-one .title-product h2 {
		font-size: 50px;
	}
}

.box-product-one .title-product h2 span {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
}

@media (max-width: 1199px) {
	.box-product-one .title-product h2 span {
		opacity: 1;
	}
}

.box-product-one .product-one {
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 150px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.box-product-one .product-one {
		padding-top: 100px;
	}
}

@media (max-width: 991px) {
	.box-product-one .product-one {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.box-product-one .product-one {
		padding-top: 0;
	}
}

.box-product-one .product-one .text {
	width: 100%;
	padding-top: 150px;
}

@media (max-width: 1469px) {
	.box-product-one .product-one .text {
		padding-top: 100px;
	}
}

@media (max-width: 1399px) {
	.box-product-one .product-one .text {
		padding-top: 50px;
	}
}

@media (max-width: 1199px) {
	.box-product-one .product-one .text {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.box-product-one .product-one .text {
		width: 100%;
	}
}

.box-product-two .product-two-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-product-two .product-two-top .text {
	width: 45%;
	height: 100%;
	padding: 30px 5% 30px -webkit-calc(45% - 615px);
	padding: 30px 5% 30px calc(45% - 615px);
}

@media (max-width: 1470px) {
	.box-product-two .product-two-top .text {
		padding-left: -webkit-calc(45% - 580px);
		padding-left: calc(45% - 580px);
	}
}

@media (max-width: 1400px) {
	.box-product-two .product-two-top .text {
		padding-left: -webkit-calc(45% - 500px);
		padding-left: calc(45% - 500px);
	}
}

@media (max-width: 1199px) {
	.box-product-two .product-two-top .text {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.box-product-two .product-two-top .text {
		width: 100%;
		padding: 0 15px 30px 15px;
	}
}

.box-product-two .product-two-top .pic {
	position: relative;
	width: 55%;
	height: 100%;
	padding-bottom: 40px;
	padding-left: 6%;
}

@media (max-width: 767px) {
	.box-product-two .product-two-top .pic {
		width: 100%;
		padding-bottom: 30px;
	}
}

.box-product-two .product-two-top .pic .pic-big img {
	width: 100%;
}

.box-product-two .product-two-top .pic .pic-small {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

@media (max-width: 1470px) {
	.box-product-two .product-two-top .pic .pic-small {
		max-width: 250px;
	}
}

@media (max-width: 1199px) {
	.box-product-two .product-two-top .pic .pic-small {
		max-width: 150px;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.box-product-two .product-two-top .pic .pic-small img {
	max-width: 100%;
}

.product_list ul {}

.product_list ul li {
	width: 20%;
	float: left;
}

@media (max-width: 1399px) {
	.product_list ul {
		margin: 0 -10px;
	}
	.product_list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.product_list ul {
		margin: 0 -5px;
	}
	.product_list ul li {
		padding: 0 5px;
	}
}

@media (max-width: 991px) {
	.product_list ul li {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.product_list ul li {
		width: 33.33333333%;
	}
}

@media (max-width: 575px) {
	.product_list ul li {
		width: 50%;
	}
}

.product_list .item {
	display: block;
	margin-top: 30px;
	text-align: center;
	background-color: #f4f4f4;
}

@media (max-width: 1199px) {
	.product_list .item {
		margin-top: 20px;
	}
}

.product_list .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product_list .item .pic {
	display: block;
	cursor: pointer;
}

.product_list .item .pic .img-box {
	padding-bottom: 78.78787879%;
}

.product_list .item .pic .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.product_list .item p {
	font-size: 20px;
	line-height: 3;
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
	.product_list .item p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.product_list .item p {
		font-size: 16px;
	}
}

.box-choose {
	padding: 140px 0;
	color: #fff;
	background: url(../imgs/choose_bg.jpg) no-repeat;
	background-size: cover;
}

@media (max-width: 1199px) {
	.box-choose {
		padding: 80px 0;
	}
}

@media (max-width: 767px) {
	.box-choose {
		padding: 40px 0;
	}
}

.box-choose .choose {
	text-align: center;
}

.box-choose .choose .title-choose {
	text-align: center;
}

.box-choose .choose .title-choose h2 {
	font-size: 36px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.box-choose .choose .title-choose h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.box-choose .choose .title-choose h2 {
		font-size: 24px;
	}
}

.box-choose .choose .title-choose h3 {
	font-size: 24px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.box-choose .choose .title-choose h3 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.box-choose .choose .title-choose h3 {
		font-size: 18px;
	}
}

.box-choose .choose .pic {
	margin: 50px auto;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

@media (max-width: 1199px) {
	.box-choose .choose .pic {
		margin: 30px auto;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 575px) {
	.box-choose .choose .pic {
		margin: 20px auto;
	}
}

.box-choose .choose .pic p {
	font-family: 'Akzidenz-Grotesk BQ';
	font-size: 180px;
	line-height: 1;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-transform: uppercase;
	color: #fff;
	-webkit-text-stroke: 2px #f5a417;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 1199px) {
	.box-choose .choose .pic p {
		font-size: 100px;
	}
}

@media (max-width: 991px) {
	.box-choose .choose .pic p {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.box-choose .choose .pic p {
		font-size: 70px;
	}
}

@media (max-width: 575px) {
	.box-choose .choose .pic p {
		font-size: 50px;
	}
}

.box-choose .choose .text {
	max-width: 650px;
	margin: 0 auto;
}

.box-choose .choose .text p {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.box-about .about ul {
	margin: 0 -30px;
}

@media (max-width: 1199px) {
	.box-about .about ul {
		margin: 0 -10px;
	}
}

.box-about .about ul li {
	padding: 0 30px;
}

@media (max-width: 1199px) {
	.box-about .about ul li {
		padding: 0 10px;
	}
}

.box-about .about img {
	width: 100%;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

@media (max-width: 1199px) {
	.box-about .about img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@media (min-width: 1200px) {
	.box-about .about .about-left {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.box-about .about .about-right {
		width: 46%;
	}
}

.box-about .about .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-about .about .list li {
	width: 100%;
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.box-about .about .list li {
		margin-top: 30px;
	}
}

.box-about .about .list li:nth-child(3) {
	width: 60%;
}

.box-about .about .list li:nth-child(4) {
	width: 40%;
}

.box-quote {
	background-color: #f4f4f4;
}

.box-quote .quote_btn {
	text-align: center;
}

.box-quote .quote_btn a {
	font-size: 16px;
	line-height: 3.125;
	display: inline-block;
	margin-top: 30px;
	padding: 0 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	border-radius: 0;
	background-color: #022a72;
}

.box-quote .quote_btn a:hover {
	box-shadow: 0 0 12px 0 rgba(2, 42, 114, .7);
}

.box-quote .share {
	margin-top: 40px;
	text-align: center;
}

.box-quote .share ul {
	display: inline-block;
	margin: 0 -4px;
	vertical-align: middle;
}

.box-quote .share ul li {
	position: relative;
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
}

.box-quote .share ul li a {
	line-height: 36px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #999;
}

.box-quote .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 36px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.box-quote .share ul li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	content: '';
	-webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
	transform: translate3d(-150%, 0, 0) skewX(-25deg);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .3)), to(rgba(204, 204, 204, .05)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .3), rgba(204, 204, 204, .05));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .3), rgba(204, 204, 204, .05));
}

.box-quote .share ul li a:hover {
	background-color: #022a72;
}

.box-quote .share ul li a:hover:after {
	-webkit-animation: enlarge 3s ease-out both;
	animation: enlarge 3s ease-out both;
}

.box-quote .share ul .share-twitter a:before {
	content: '\e60b';
}

.box-quote .share ul .share-linkedin a:before {
	content: '\eb37';
}

.box-quote .share ul .share-instagram a:before {
	font-size: 18px;
	content: '\e88f';
}

.box-quote .share ul .share-youtube a:before {
	content: '\e87d';
}

.box-quote .share ul .share-facebook a:before {
	content: '\e685';
}

@-webkit-keyframes enlarge {
	0% {
		-webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
		transform: translate3d(-150%, 0, 0) skewX(-25deg);
	}
	15% {
		-webkit-transform: translate3d(250%, 0, 0) skewX(-25deg);
		transform: translate3d(250%, 0, 0) skewX(-25deg);
	}
	100% {
		-webkit-transform: translate3d(250%, 0, 0) skewX(-25deg);
		transform: translate3d(250%, 0, 0) skewX(-25deg);
	}
}

@keyframes enlarge {
	0% {
		-webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
		transform: translate3d(-150%, 0, 0) skewX(-25deg);
	}
	15% {
		-webkit-transform: translate3d(250%, 0, 0) skewX(-25deg);
		transform: translate3d(250%, 0, 0) skewX(-25deg);
	}
	100% {
		-webkit-transform: translate3d(250%, 0, 0) skewX(-25deg);
		transform: translate3d(250%, 0, 0) skewX(-25deg);
	}
}

.footer {
	color: #fff;
	background-color: #333;
}

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

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

.footer ul li:last-child {
	margin-bottom: 0;
}

.footer .item-logo {
	text-align: center;
}

@media (max-width: 991px) {
	.footer .item-logo img {
		height: 80px;
	}
}

.footer .item-logo p {
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

.footer .item-text {
	max-width: 360px;
}

@media (max-width: 1199px) {
	.footer .item-text {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	.footer .item-text {
		max-width: 100%;
		margin-top: 20px;
	}
}

.footer .item-text .title-foot h3 {
	font-size: 16px;
	line-height: 2.375;
}

.footer .item-text .title-foot h3:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 38px;
	display: block;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #022a72;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .item-text .title-foot .tel:before {
	content: '\e602';
}

.footer .item-text .title-foot .email:before {
	content: '\e667';
}

.footer .item-text .title-foot .address:before {
	content: '\e609';
}

.footer .item-text .info {
	margin-top: 14px;
}

@media (max-width: 991px) {
	.footer .item-text .info {
		margin-top: 5px;
	}
}

.footer .item-text .info p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
}

.footer .item-text .info p a:hover {
	text-decoration: underline;
}

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 5;
	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: '\e630';
	-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: 99;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 1469px) {
	.online-wrap .online {
		right: 40px;
	}
}

@media (max-width: 1399px) {
	.online-wrap .online {
		right: 30px;
	}
}

@media (max-width: 1199px) {
	.online-wrap .online {
		right: 20px;
	}
}

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

.online-wrap .online a {
	line-height: 46px;
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	margin-bottom: 5px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 4px;
	background: rgba(0, 0, 0, .16);
}

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

@media (max-width: 991px) {
	.online-wrap .online a {
		line-height: 45px;
		width: 45px;
		height: 45px;
		margin-bottom: 2px;
	}
}

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

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

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

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	-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: 20px;
	}
}

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

@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: '\e60e';
}

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

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

.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-email .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-email:hover .phone-num {
		right: 100%;
	}
}

.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-email .phone-num p {
	padding: 0 15px;
	color: #fff;
	border-radius: 5px;
	background-color: #022a72;
}