.banner {
	font-size: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	padding-top: 120px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
}

.banner img {
	display: block;
}

@media (min-width: 1200px) {
	.banner img {
		position: absolute;
		top: 50%;
		left: 50%;
	}
}

@media (max-width: 1199px) {
	.banner img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.banner img {
		width: 110%;
		margin-left: -5%;
	}
}

.banner .slick {
	font-size: 0;
	position: relative;
}

.banner .slick .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	right: 150px;
	bottom: 40px;
	text-align: center;
}

@media (max-width: 767px) {
	.banner .slick-dots {
		right: 20px;
		bottom: 15px;
		display: none;
	}
}

.banner .slick-dots li {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: .35s;
	transition: .35s;
	border-radius: 50%;
	background: none;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.banner .slick-dots li {
		margin: 0 5px;
	}
}

@media (max-width: 767px) {
	.banner .slick-dots li {
		width: 6px;
		height: 6px;
	}
}

.banner .slick-dots li button {
	font-size: 14px;
	line-height: 34px;
	display: block;
	margin: auto;
	text-align: center;
	color: #888;
	background-color: transparent;
}

@media (max-width: 767px) {
	.banner .slick-dots li button {
		display: none;
	}
}

.banner .slick-dots li button:before {
	content: '0';
}

.banner .slick-dots li:hover button {
	color: #76cbe5;
}

@media (max-width: 767px) {
	.banner .slick-dots .slick-active {
		background-color: #76cbe5;
	}
}

.banner .slick-dots .slick-active button {
	color: #76cbe5;
}

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

.title {
	text-align: center;
}

.title b {
	font-size: 44px;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1469px) {
	.title b {
		font-size: 38px;
	}
}

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

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

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

@media (max-width: 480px) {
	.title b {
		font-size: 20px;
	}
}

.title p {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 30px;
	color: #888;
}

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

@media (max-width: 480px) {
	.title p {
		font-size: 14px;
		line-height: 2;
		margin-top: 10px;
	}
}

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.padt {
		padding-top: 60px;
	}
	.padd {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
	.lists {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.lists {
		margin-top: 30px;
	}
}

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

#fp-nav.fp-right {
	right: 40px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 22px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 10px;
	height: 10px;
	margin: 0 0 0 0;
	background-color: #76cbe5 !important;
}

#fp-nav ul li a.active span:before,
#fp-nav ul li:hover a.active span:before,
.fp-slidesNav ul li a.active span:before,
.fp-slidesNav ul li:hover a.active span:before,
#fp-nav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after,
.fp-slidesNav ul li a.active span:after,
.fp-slidesNav ul li:hover a.active span:after {
	opacity: 1;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 10px;
	height: 10px;
	margin: 0;
	background-color: #bbe7f3;
}

#fp-nav ul li a span:before,
.fp-slidesNav ul li a span:before {
	position: absolute;
	top: -6px;
	right: -7px;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	border-top: solid 2px #76cbe5;
	border-right: solid 2px #76cbe5;
	border-radius: 0 100% 0 0;
}

#fp-nav ul li a span:after,
.fp-slidesNav ul li a span:after {
	position: absolute;
	right: -7px;
	bottom: -6px;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	border-right: solid 2px #76cbe5;
	border-bottom: solid 2px #76cbe5;
	border-radius: 0 0 100% 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	margin: 0;
	background-color: #76cbe5 !important;
}

#fp-nav ul li .fp-tooltip.fp-right {
	top: 1.5px;
	right: -25px;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	color: #76cbe5;
}

.section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_title {
	text-align: center;
}

.index_title:after {
	display: block;
	width: 75px;
	height: 16px;
	margin: auto;
	margin-top: 25px;
	content: '';
	background: url(../images/common/icon_title.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_title:after {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.index_title:after {
		width: 48px;
		height: 10px;
	}
}

.index_title span {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	color: #666;
}

@media (max-width: 480px) {
	.index_title span {
		font-size: 13px;
	}
}

.index_title b {
	font-size: 36px;
	line-height: 1;
	display: block;
	color: #222;
}

@media (max-width: 1469px) {
	.index_title b {
		font-size: 32px;
	}
}

@media (max-width: 1199px) {
	.index_title b {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.index_title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_title b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.index_title b {
		font-size: 20px;
	}
}

.index_title b:before {
	display: inline-block;
	width: 196px;
	height: 8px;
	margin-right: 80px;
	content: '';
	vertical-align: middle;
	background: url(../images/common/line.png) no-repeat right;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_title b:before {
		margin-right: 60px;
	}
}

@media (max-width: 991px) {
	.index_title b:before {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.index_title b:before {
		width: 150px;
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	.index_title b:before {
		width: 80px;
	}
}

.index_title b:after {
	display: inline-block;
	width: 196px;
	height: 8px;
	margin-left: 80px;
	content: '';
	vertical-align: middle;
	background: url(../images/common/line1.png) no-repeat left;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_title b:after {
		margin-left: 60px;
	}
}

@media (max-width: 991px) {
	.index_title b:after {
		margin-left: 40px;
	}
}

@media (max-width: 767px) {
	.index_title b:after {
		width: 150px;
		margin-left: 20px;
	}
}

@media (max-width: 480px) {
	.index_title b:after {
		width: 80px;
	}
}

.index_title p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 18px;
	color: #888;
}

.category_wrap {
	overflow: hidden;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.category_wrap {
		padding: 60px 0;
	}
}

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

@media (max-width: 480px) {
	.category_wrap {
		padding: 40px 0;
	}
}

.category_wrap .lists .slick_category {
	font-size: 0;
}

@media (max-width: 1390px) {
	.category_wrap .lists .slick_category {
		padding: 0 60px;
	}
}

@media (max-width: 991px) {
	.category_wrap .lists .slick_category {
		padding: 0 40px;
	}
}

.category_wrap .lists .slick_category .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.category_wrap .lists .slick_category .slick-list {
		margin: 0 -15px;
	}
}

.category_wrap .lists .slick_category .slick-list .slick-slide {
	padding: 10px 15px;
}

@media (max-width: 1199px) {
	.category_wrap .lists .slick_category .slick-list .slick-slide {
		padding: 0 15px;
	}
}

.category_wrap .lists .slick_category .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -100px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.category_wrap .lists .slick_category .slick-arrow {
		left: -80px;
	}
}

@media (max-width: 1390px) {
	.category_wrap .lists .slick_category .slick-arrow {
		left: 0;
	}
}

.category_wrap .lists .slick_category .slick-arrow:before {
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background: url(../images/img/icon_prev.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.category_wrap .lists .slick_category .slick-arrow:before {
		width: 30px;
		height: 30px;
	}
}

.category_wrap .lists .slick_category .slick-arrow:hover:before {
	color: #76cbe5;
}

.category_wrap .lists .slick_category .slick-next {
	right: -100px;
	left: auto;
}

@media (max-width: 1469px) {
	.category_wrap .lists .slick_category .slick-next {
		right: -80px;
	}
}

@media (max-width: 1390px) {
	.category_wrap .lists .slick_category .slick-next {
		right: 0;
	}
}

.category_wrap .lists .slick_category .slick-next:before {
	background: url(../images/img/icon_next.png) no-repeat center;
	background-size: cover;
}

.category_wrap .lists .slick_category .item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: solid 1px #d9d9d9;
	border-radius: 20px;
	background-color: #fff;
}

.category_wrap .lists .slick_category .item:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #76cbe5;
}

.category_wrap .lists .slick_category .item:hover {
	box-shadow: 1px 0 20px rgba(0, 0, 0, .2);
}

.category_wrap .lists .slick_category .item:hover:after {
	background-color: #42545a;
}

.category_wrap .lists .slick_category .item:hover .name {
	background-color: #42545a;
}

.category_wrap .lists .slick_category .item:hover .name b {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	color: #fff;
}

.category_wrap .lists .slick_category .item:hover .name b:after {
	background-color: #fff;
}

.category_wrap .lists .slick_category .item:hover .name span {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.category_wrap .lists .slick_category .item .pic {
	overflow: hidden;
	border-radius: 20px;
}

.category_wrap .lists .slick_category .item .pic .img-box {
	padding-bottom: 100%;
}

.category_wrap .lists .slick_category .item .name {
	position: relative;
	padding: 15px 0 40px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

.category_wrap .lists .slick_category .item .name b {
	font-size: 18px;
	line-height: 1.66666667;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

.category_wrap .lists .slick_category .item .name b:after {
	display: block;
	width: 8px;
	height: 2px;
	margin: auto;
	margin-top: 5px;
	content: '';
	background-color: #000;
}

.category_wrap .lists .slick_category .item .name span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.category_wrap .lists .slick_category .item .name span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	display: block;
	width: 24px;
	height: 24px;
	margin: auto;
	content: '\e728';
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #738085;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section-sale {
	background-color: #f8f8f8;
}

.index_sale {
	overflow: hidden;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.index_sale {
		padding: 60px 0;
	}
}

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

@media (max-width: 480px) {
	.index_sale {
		padding: 40px 0;
	}
}

.index_sale .container {
	width: 1620px;
}

@media (max-width: 1620px) {
	.index_sale .container {
		width: 100%;
		padding: 0 30px;
	}
}

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

@media (max-width: 1199px) {
	.index_sale .index_title b:before {
		margin-right: 50px;
	}
}

@media (max-width: 991px) {
	.index_sale .index_title b:before {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.index_sale .index_title b:before {
		width: 100px;
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	.index_sale .index_title b:before {
		width: 60px;
		margin-right: 10px;
	}
}

@media (max-width: 360px) {
	.index_sale .index_title b:before {
		width: 40px;
	}
}

@media (max-width: 1199px) {
	.index_sale .index_title b:after {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.index_sale .index_title b:after {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.index_sale .index_title b:after {
		width: 100px;
		margin-left: 20px;
	}
}

@media (max-width: 480px) {
	.index_sale .index_title b:after {
		width: 60px;
		margin-left: 10px;
	}
}

@media (max-width: 360px) {
	.index_sale .index_title b:after {
		width: 40px;
	}
}

.index_sale .list {
	margin-top: 10px;
}

.index_sale .list img {
	max-width: 100%;
	height: auto !important;
}

.index_sale .list .left {
	width: 60%;
}

@media (max-width: 991px) {
	.index_sale .list .left {
		float: none;
		width: 100%;
	}
}

.index_sale .list .left .img-box {
	padding-bottom: 65.65656566%;
}

.index_sale .list .right {
	width: 36%;
}

@media (max-width: 991px) {
	.index_sale .list .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

.index_sale .list .right .pic {
	position: relative;
}

.index_sale .list .right .pic:before {
	position: absolute;
	bottom: 130px;
	left: -100px;
	display: block;
	width: 96px;
	height: 20px;
	content: '';
	background: url(../images/img/jiantou.png) no-repeat right;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_sale .list .right .pic:before {
		display: none;
	}
}

.index_sale .list .right .pic .img-box {
	padding-bottom: 84.74576271%;
}

.index_sale .index_num {
	margin-top: -100px;
}

@media (max-width: 1199px) {
	.index_sale .index_num {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.index_sale .index_num {
		margin-top: 0;
	}
}

.index_sale .index_num ul li {
	float: left;
	width: 23.333%;
}

@media (max-width: 480px) {
	.index_sale .index_num ul li {
		width: 50% !important;
		margin-top: 30px;
	}
}

.index_sale .index_num ul li:last-child {
	width: 30%;
}

.index_sale .index_num .item b {
	display: block;
}

.index_sale .index_num .item b span {
	font-size: 44px;
	line-height: 1;
	color: #76cbe5;
}

@media (max-width: 1530px) {
	.index_sale .index_num .item b span {
		font-size: 40px;
	}
}

@media (max-width: 1420px) {
	.index_sale .index_num .item b span {
		font-size: 36px;
	}
}

@media (max-width: 1300px) {
	.index_sale .index_num .item b span {
		font-size: 32px;
	}
}

@media (max-width: 1199px) {
	.index_sale .index_num .item b span {
		font-size: 26px;
	}
}

.index_sale .index_num .item b sup {
	font-size: 18px;
	line-height: 1;
	margin-left: 18px;
	color: #222;
}

@media (max-width: 1620px) {
	.index_sale .index_num .item b sup {
		margin-left: 5px;
	}
}

@media (max-width: 1300px) {
	.index_sale .index_num .item b sup {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.index_sale .index_num .item b sup {
		font-size: 14px;
	}
}

.index_sale .index_num .item p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	color: #222;
}

@media (max-width: 1469px) {
	.index_sale .index_num .item p {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.index_sale .index_num .item p {
		font-size: 15px;
	}
}

.index_case {
	overflow: hidden;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.index_case {
		padding: 60px 0;
	}
}

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

@media (max-width: 480px) {
	.index_case {
		padding: 40px 0;
	}
}

.index_case .lists .slick_case {
	font-size: 0;
}

@media (max-width: 1390px) {
	.index_case .lists .slick_case {
		padding: 0 60px;
	}
}

@media (max-width: 991px) {
	.index_case .lists .slick_case {
		padding: 0 40px;
	}
}

.index_case .lists .slick_case .slick-list {
	margin: 0 -15px;
}

.index_case .lists .slick_case .slick-list .slick-slide {
	padding: 15px;
}

@media (max-width: 1199px) {
	.index_case .lists .slick_case .slick-list .slick-slide {
		padding: 0 15px;
	}
}

.index_case .lists .slick_case .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -100px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.index_case .lists .slick_case .slick-arrow {
		left: -80px;
	}
}

@media (max-width: 1390px) {
	.index_case .lists .slick_case .slick-arrow {
		left: 0;
	}
}

.index_case .lists .slick_case .slick-arrow:before {
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background: url(../images/img/icon_prev.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_case .lists .slick_case .slick-arrow:before {
		width: 30px;
		height: 30px;
	}
}

.index_case .lists .slick_case .slick-arrow:hover:before {
	color: #76cbe5;
}

.index_case .lists .slick_case .slick-next {
	right: -100px;
	left: auto;
}

@media (max-width: 1469px) {
	.index_case .lists .slick_case .slick-next {
		right: -80px;
	}
}

@media (max-width: 1390px) {
	.index_case .lists .slick_case .slick-next {
		right: 0;
	}
}

.index_case .lists .slick_case .slick-next:before {
	background: url(../images/img/icon_next.png) no-repeat center;
	background-size: cover;
}

.index_case .lists .slick_case .item {
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 20px;
}

.index_case .lists .slick_case .item:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.index_case .lists .slick_case .item:hover .more a {
	color: #fff !important;
	border: solid 1px #fff !important;
	background-image: -webkit-linear-gradient(358deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#fff, #fff);
	background-image: linear-gradient(92deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#fff, #fff);
	background-blend-mode: normal, normal;
}

.index_case .lists .slick_case .item .pic {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.index_case .lists .slick_case .item .pic .img-box {
	padding-bottom: 55.55555556%;
}

.index_case .lists .slick_case .item .info {
	padding: 30px 15px;
}

.index_case .lists .slick_case .item .info a.tit {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	display: block;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1469px) {
	.index_case .lists .slick_case .item .info a.tit {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.index_case .lists .slick_case .item .info a.tit {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.index_case .lists .slick_case .item .info a.tit {
		font-size: 18px;
	}
}

.index_case .lists .slick_case .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: auto;
	margin: 20px 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.index_case .lists .slick_case .item .info p {
		margin: 10px 0;
	}
}

.index_case .lists .slick_case .item .info .more a {
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	width: 126px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #444;
	border: solid 1px #c9c9c9;
	border-radius: 20px;
}

.section-about {
	background-position: center bottom;
}

.index_about {
	overflow: hidden;
}

.index_about .left {
	width: 50.521%;
}

@media (max-width: 767px) {
	.index_about .left {
		float: none;
		width: 100%;
	}
}

.index_about .left .video {
	position: relative;
	cursor: pointer;
}

.index_about .left .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .25);
}

.index_about .left .video:hover:before {
	opacity: 0;
}

.index_about .left .video .img-box {
	padding-bottom: 98.46153846%;
	background-color: #000;
}

.index_about .left .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_about .left .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .left .video .video-box:before {
	font-family: 'iconfont' !important;
	font-size: 80px;
	font-style: normal;
	line-height: 96px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 96px;
	height: 96px;
	margin: auto;
	content: '\e61e';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .43);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_about .left .video .video-box:before {
		font-size: 70px;
		line-height: 80px;
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.index_about .left .video .video-box:before {
		font-size: 50px;
		line-height: 70px;
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 480px) {
	.index_about .left .video .video-box:before {
		font-size: 45px;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

.index_about .left .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .right {
	position: relative;
	width: 49.479%;
	padding: 130px 150px 0 45px;
}

@media (max-width: 1199px) {
	.index_about .right {
		padding: 30px 15px 0 30px;
	}
}

@media (max-width: 767px) {
	.index_about .right {
		float: none;
		width: 100%;
		padding: 30px 15px;
	}
}

.index_about .right .index_title {
	text-align: left;
}

.index_about .right .index_title:after {
	display: block;
	width: 35px;
	height: 4px;
	margin: 18px 0 0 0;
	border-radius: 1px;
	background-color: #76cbe5;
}

.index_about .right .index_title b:before,
.index_about .right .index_title b:after {
	display: none;
}

.index_about .right .txt {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.index_about .right .txt {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.index_about .right .txt {
		margin-top: 20px;
	}
}

.index_about .right .txt p {
	font-size: 14px;
	line-height: 2.57142857;
	color: #666;
}

.index_about .right .more {
	margin-top: 80px;
}

@media (max-width: 1700px) {
	.index_about .right .more {
		margin-top: 30px;
	}
}

.index_about .right .more a {
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	width: 126px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-image: -webkit-linear-gradient(358deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#3b7bf9, #3b7bf9);
	background-image: linear-gradient(92deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#3b7bf9, #3b7bf9);
	background-blend-mode: normal, normal;
}

.index_about .right .info {
	margin-top: 160px;
}

@media (max-width: 1700px) {
	.index_about .right .info {
		margin-top: 60px;
	}
}

@media (max-width: 1469px) {
	.index_about .right .info {
		margin-top: 30px;
	}
}

.index_about .right .info p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #222;
}

@media (max-width: 1469px) {
	.index_about .right .info p {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.index_about .right .info p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.index_about .right .info p {
		font-size: 15px;
	}
}

.index_about .right .info p strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #76cbe5;
}

@media (max-width: 991px) {
	.index_about .right .info p span {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.index_about .right .info p span {
		font-size: 16px;
	}
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 120px;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
}

.pagebanner .item {
	position: relative;
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 767px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

.pagebanner .item .img-box {
	padding-bottom: 23.95833333%;
}

.about_company .index_title span {
	color: #4a76cf;
}

.about_company .txt {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.about_company .txt {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.about_company .txt {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.about_company .txt {
		margin-top: 20px;
	}
}

.about_company .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #666;
}

@media (max-width: 991px) {
	.about_company .txt p {
		font-size: 15px;
		line-height: 2.13333333;
	}
}

@media (max-width: 480px) {
	.about_company .txt p {
		font-size: 14px;
		line-height: 2.14285714;
	}
}

.about_company .about_num {
	padding: 80px 0;
}

@media (max-width: 1199px) {
	.about_company .about_num {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.about_company .about_num {
		padding: 30px 0 10px 0;
	}
}

.about_company .about_num ul li .item {
	position: relative;
	padding-left: 100px;
}

@media (max-width: 991px) {
	.about_company .about_num ul li .item {
		margin-bottom: 30px;
		padding-left: 80px;
	}
}

.about_company .about_num ul li .item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
}

.about_company .about_num ul li .item b {
	display: block;
}

.about_company .about_num ul li .item b span {
	font-size: 44px;
	line-height: 1;
	color: #76cbe5;
}

@media (max-width: 1530px) {
	.about_company .about_num ul li .item b span {
		font-size: 40px;
	}
}

@media (max-width: 1420px) {
	.about_company .about_num ul li .item b span {
		font-size: 36px;
	}
}

@media (max-width: 1300px) {
	.about_company .about_num ul li .item b span {
		font-size: 32px;
	}
}

@media (max-width: 1199px) {
	.about_company .about_num ul li .item b span {
		font-size: 26px;
	}
}

.about_company .about_num ul li .item b sup {
	font-size: 18px;
	line-height: 1;
	top: -4px;
	margin-left: 18px;
	color: #222;
}

@media (max-width: 1620px) {
	.about_company .about_num ul li .item b sup {
		margin-left: 5px;
	}
}

@media (max-width: 1300px) {
	.about_company .about_num ul li .item b sup {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.about_company .about_num ul li .item b sup {
		font-size: 14px;
	}
}

.about_company .about_num ul li .item p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	color: #222;
}

@media (max-width: 1469px) {
	.about_company .about_num ul li .item p {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.about_company .about_num ul li .item p {
		font-size: 15px;
	}
}

.about_company .about_num ul li:first-child .item:before {
	width: 65px;
	height: 59px;
	background: url(../images/img/icon_num1.png);
	background-size: cover;
}

@media (max-width: 991px) {
	.about_company .about_num ul li:first-child .item:before {
		width: 55px;
		height: 49px;
	}
}

@media (max-width: 767px) {
	.about_company .about_num ul li:first-child .item:before {
		width: 40px;
		height: 34px;
	}
}

.about_company .about_num ul li:nth-child(2) .item:before {
	width: 66px;
	height: 75px;
	background: url(../images/img/icon_num2.png);
	background-size: cover;
}

@media (max-width: 991px) {
	.about_company .about_num ul li:nth-child(2) .item:before {
		width: 50px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.about_company .about_num ul li:nth-child(2) .item:before {
		width: 40px;
		height: 45px;
	}
}

.about_company .about_num ul li:nth-child(3) .item:before {
	width: 65px;
	height: 60px;
	background: url(../images/img/icon_num3.png);
	background-size: cover;
}

@media (max-width: 991px) {
	.about_company .about_num ul li:nth-child(3) .item:before {
		width: 55px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.about_company .about_num ul li:nth-child(3) .item:before {
		width: 43px;
		height: 40px;
	}
}

.about_company .about_num ul li:nth-child(4) .item:before {
	width: 66px;
	height: 53px;
	background: url(../images/img/icon_num4.png);
	background-size: cover;
}

@media (max-width: 991px) {
	.about_company .about_num ul li:nth-child(4) .item:before {
		width: 55px;
		height: 43px;
	}
}

@media (max-width: 767px) {
	.about_company .about_num ul li:nth-child(4) .item:before {
		width: 43px;
		height: 35px;
	}
}

.about_company .ab_vv {
	overflow: hidden;
	border-radius: 30px;
}

.about_company .ab_vv .video {
	position: relative;
	cursor: pointer;
}

@media (max-width: 767px) {
	.about_company .ab_vv .video {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.about_company .ab_vv .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .25);
}

.about_company .ab_vv .video:hover:before {
	opacity: 0;
}

.about_company .ab_vv .video .img-box {
	padding-bottom: 35.46099291%;
	background-color: #000;
}

.about_company .ab_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_company .ab_vv .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_company .ab_vv .video .video-box:before {
	font-family: 'iconfont' !important;
	font-size: 80px;
	font-style: normal;
	line-height: 96px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 96px;
	height: 96px;
	margin: auto;
	content: '\e61e';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .43);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.about_company .ab_vv .video .video-box:before {
		font-size: 70px;
		line-height: 80px;
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.about_company .ab_vv .video .video-box:before {
		font-size: 50px;
		line-height: 70px;
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 480px) {
	.about_company .ab_vv .video .video-box:before {
		font-size: 45px;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

.about_company .ab_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_company .ab_map .pic img {
	max-width: 100%;
	height: auto !important;
}

.about_company .ab_map .left {
	width: 57.5%;
}

@media (max-width: 767px) {
	.about_company .ab_map .left {
		float: none;
		width: 100%;
	}
}

.about_company .ab_map .right {
	width: 39%;
}

@media (max-width: 767px) {
	.about_company .ab_map .right {
		float: none;
		width: 100%;
	}
}

.about_company .ab_map .right .pic {
	position: relative;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.about_company .ab_map .right .pic {
		margin-top: 20px;
	}
}

.about_company .ab_map .right .pic:before {
	position: absolute;
	top: 53%;
	left: -100px;
	display: block;
	width: 96px;
	height: 20px;
	content: '';
	background: url(../images/img/jiantou.png) no-repeat right;
	background-size: cover;
}

@media (max-width: 991px) {
	.about_company .ab_map .right .pic:before {
		display: none;
	}
}

.contact_wrap .index_title span {
	color: #4a76cf;
}

.contact_wrap .lists {
	padding: 0 90px 30px 90px;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) {
	.contact_wrap .lists {
		padding: 0 60px 30px 60px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .lists {
		padding: 0 20px 20px 20px;
	}
}

.contact_wrap .lists .cont_tab {
	position: relative;
	top: -28px;
}

@media (max-width: 767px) {
	.contact_wrap .lists .cont_tab {
		top: 0;
	}
}

.contact_wrap .lists .cont_tab .nav_scroll ul li {
	display: inline-block;
	margin-right: 60px;
}

@media (max-width: 1199px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li {
		margin-right: 10px;
	}
}

.contact_wrap .lists .cont_tab .nav_scroll ul li:nth-child(2) p:before {
	font-size: 28px;
	content: '\e610';
}

@media (max-width: 767px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li:nth-child(2) p:before {
		font-size: 22px;
	}
}

.contact_wrap .lists .cont_tab .nav_scroll ul li p {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
	width: 200px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #222;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p {
		font-size: 20px;
		line-height: 55px;
		width: 180px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p {
		font-size: 18px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p {
		font-size: 15px;
		width: 130px;
	}
}

@media (max-width: 360px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p {
		width: 110px;
	}
}

.contact_wrap .lists .cont_tab .nav_scroll ul li p:before {
	font-family: 'iconfont' !important;
	font-size: 38px;
	font-weight: normal !important;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e623';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p:before {
		font-size: 32px;
	}
}

@media (max-width: 360px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p:before {
		margin-right: 5px;
	}
}

.contact_wrap .lists .cont_tab .nav_scroll ul li p:after {
	position: absolute;
	top: 2px;
	right: -12px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	border-right: 12px solid transparent;
	border-bottom: 26px solid #d4d4d4;
}

@media (max-width: 767px) {
	.contact_wrap .lists .cont_tab .nav_scroll ul li p:after {
		display: none;
	}
}

.contact_wrap .lists .cont_tab .nav_scroll ul li:hover p {
	color: #fff;
	background-color: #76cbe5;
}

.contact_wrap .lists .cont_tab .nav_scroll ul li:hover p:after {
	border-bottom: 26px solid #7998d3;
}

.contact_wrap .lists .cont_tab .nav_scroll ul .active p {
	color: #fff;
	background-color: #76cbe5;
}

.contact_wrap .lists .cont_tab .nav_scroll ul .active p:after {
	border-bottom: 26px solid #7998d3;
}

.contact_wrap .lists .content {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.contact_wrap .lists .content {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .lists .content {
		margin-top: 30px;
	}
}

.contact_wrap .lists .content .left {
	width: 41.5%;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.contact_wrap .lists .content .left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.contact_wrap .lists .content .left .info p {
	font-size: 16px;
	line-height: 1.875;
	position: relative;
	margin-bottom: 70px;
	padding-left: 70px;
	color: #222;
}

@media (max-width: 1199px) {
	.contact_wrap .lists .content .left .info p {
		margin-bottom: 50px;
		padding-left: 55px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .lists .content .left .info p {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .left .info p {
		font-size: 15px;
		padding-left: 40px;
	}
}

.contact_wrap .lists .content .left .info p:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
}

.contact_wrap .lists .content .left .info p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact_wrap .lists .content .left .info p a:hover {
	text-decoration: underline !important;
	color: #76cbe5;
}

.contact_wrap .lists .content .left .info .company:before {
	width: 33px;
	height: 34px;
	background: url(../images/img/icon_cont1.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .left .info .company:before {
		width: 23px;
		height: 24px;
	}
}

.contact_wrap .lists .content .left .info .address:before {
	top: -5px;
	width: 33px;
	height: 40px;
	background: url(../images/img/icon_cont2.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .left .info .address:before {
		top: 2px;
		width: 20px;
		height: 24px;
	}
}

.contact_wrap .lists .content .left .info .email:before {
	width: 32px;
	height: 30px;
	background: url(../images/img/icon_cont3.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .left .info .email:before {
		top: 5px;
		width: 22px;
		height: 20px;
	}
}

.contact_wrap .lists .content .left .info .tel {
	margin-bottom: 0;
}

.contact_wrap .lists .content .left .info .tel:before {
	width: 32px;
	height: 33px;
	background: url(../images/img/icon_cont4.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .left .info .tel:before {
		top: 3px;
		width: 23px;
		height: 23px;
	}
}

.contact_wrap .lists .content .right {
	width: 58.5%;
}

@media (max-width: 991px) {
	.contact_wrap .lists .content .right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
}

.contact_wrap .lists .content .right .message_form p {
	font-size: 16px;
	line-height: 1.875;
	margin: 20px 0;
	color: #666;
}

@media (max-width: 991px) {
	.contact_wrap .lists .content .right .message_form p {
		margin: 10px 0;
	}
}

@media (max-width: 480px) {
	.contact_wrap .lists .content .right .message_form p {
		font-size: 14px;
		line-height: 1.71428571;
	}
}

.contact_wrap .lists .content .right .message_form ul {
	margin: 0 -20px;
}

.contact_wrap .lists .content .right .message_form ul li {
	margin-bottom: 15px;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .right .message_form ul li {
		margin-bottom: 10px;
	}
}

.contact_wrap .lists .content .right .message_form ul li:last-child {
	margin-bottom: 0;
}

.contact_wrap .lists .content .right .message_form ul li input,
.contact_wrap .lists .content .right .message_form ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #333;
	border: solid 1px #c9c9c9;
	border-radius: 4px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .right .message_form ul li input,
	.contact_wrap .lists .content .right .message_form ul li textarea {
		line-height: 45px;
		height: 45px;
	}
}

.contact_wrap .lists .content .right .message_form ul li textarea {
	line-height: 28px;
	min-height: 160px;
	padding: 10px 20px;
}

.contact_wrap .lists .content .right .message_form ul li input::-webkit-input-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea::-webkit-input-placeholder {
	color: #444;
}

.contact_wrap .lists .content .right .message_form ul li input:-o-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea:-o-placeholder {
	color: #444;
}

.contact_wrap .lists .content .right .message_form ul li input::-moz-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea::-moz-placeholder {
	color: #444;
}

.contact_wrap .lists .content .right .message_form ul li input:-ms-input-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea:-ms-input-placeholder {
	color: #444;
}

.contact_wrap .lists .content .right .message_form ul li input:focus::-webkit-input-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact_wrap .lists .content .right .message_form ul li input:focus::-o-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact_wrap .lists .content .right .message_form ul li input:focus::-moz-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact_wrap .lists .content .right .message_form ul li input:focus::-ms-input-placeholder,
.contact_wrap .lists .content .right .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact_wrap .lists .content .right .message_form ul li button {
	font-size: 14px;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	margin: auto;
	margin-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	background-color: #76cbe5;
}

@media (max-width: 767px) {
	.contact_wrap .lists .content .right .message_form ul li button {
		line-height: 2.85714286;
		width: 150px;
	}
}

.contact_wrap .lists .content .right .message_form ul li button:hover {
	background-image: -webkit-linear-gradient(315deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#76cbe5, #76cbe5);
	background-image: linear-gradient(135deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#76cbe5, #76cbe5);
	background-blend-mode: normal, normal;
}

.contact_wrap .map {
	margin-top: 60px;
}

@media (max-width: 991px) {
	.contact_wrap .map {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .map {
		margin-top: 30px;
	}
}

.contact_wrap .map .map-content {
	height: 420px;
}

@media (max-width: 767px) {
	.contact_wrap .map .map-content {
		height: 300px;
	}
}

.recruitment .list-wrap {
	margin: 0;
	text-align: center;
	color: #888;
	border: 1px solid #f4f4f4;
}

@media (max-width: 767px) {
	.recruitment .list-wrap {
		margin-top: 15px;
	}
}

.recruitment .list-wrap span {
	display: inline-block;
	width: 20%;
	padding: 19px 5px;
	vertical-align: middle;
	letter-spacing: 0;
}

@media (max-width: 1199px) {
	.recruitment .list-wrap span {
		padding: 19px 15px;
	}
}

@media (max-width: 991px) {
	.recruitment .list-wrap span {
		padding: 19px 18px;
	}
}

@media (max-width: 767px) {
	.recruitment .list-wrap span {
		width: 100%;
		padding: 5px;
		text-align: left;
	}
}

.recruitment .list-wrap dt,
.recruitment .list-wrap .list {
	font-size: 0;
	display: block;
	width: 100%;
	padding: 0 5px 0 35px;
	text-align: justify;
	text-justify: distribute-all-lines;
	letter-spacing: -8px;
}

@media (max-width: 991px) {
	.recruitment .list-wrap dt,
	.recruitment .list-wrap .list {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.recruitment .list-wrap dt,
	.recruitment .list-wrap .list {
		padding: 15px 0;
	}
}

.recruitment .list-wrap dt:after,
.recruitment .list-wrap .list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

.recruitment .list-wrap dt {
	color: #555;
	background-color: #f4f4f4;
}

@media (max-width: 767px) {
	.recruitment .list-wrap dt {
		display: none;
	}
}

.recruitment .list-wrap dt>span {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

@media (max-width: 767px) {
	.recruitment .list-wrap dt>span {
		text-align: left;
	}
}

.recruitment .list-wrap dt>span:first-child {
	text-align: left;
}

.recruitment .list-wrap dd .list {
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #888;
	border-bottom: 1px solid #f4f4f4;
}

.recruitment .list-wrap dd .list>span {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
	color: #888;
}

.recruitment .list-wrap dd .list>span:first-child {
	text-align: left;
}

@media (max-width: 767px) {
	.recruitment .list-wrap dd .list>span {
		text-align: left;
		color: #333 !important;
	}
	.recruitment .list-wrap dd .list>span:before {
		font-size: 15px;
		font-weight: bold;
		display: inline-block;
		margin-right: 15px;
		content: attr(data-dt);
		vertical-align: top;
	}
}

.recruitment .list-wrap dd .list:hover {
	border-bottom: 1px solid #76cbe5;
}

.recruitment .recruitment_page {
	margin-top: 45px;
}

@media (max-width: 767px) {
	.recruitment .recruitment_page {
		margin-top: 30px;
		margin-bottom: 10px;
	}
}

.recruitment .recruitment_page ul {
	margin: 0 -8px;
}

.recruitment .recruitment_page ul li {
	display: inline-block;
	padding: 0 8px;
}

.recruitment .recruitment_page ul li a {
	font-size: 14px;
	line-height: 1;
	display: block;
	color: #666;
}

.recruitment .recruitment_page ul li:hover a {
	font-weight: bold;
	font-style: italic !important;
	text-decoration: underline !important;
	color: #222;
}

.recruitment .recruitment_page ul .active a {
	font-weight: bold;
	font-style: italic !important;
	text-decoration: underline !important;
	color: #222;
}

.recruitment .recruitment_page ul .prev a:before {
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-style: normal;
	display: block;
	content: '\e727';
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.recruitment .recruitment_page ul .next a:before {
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-style: normal;
	display: block;
	content: '\e728';
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .index_title span {
	color: #4a76cf;
}

.news_wrap .lists .item {
	position: relative;
	display: block;
	margin-bottom: 60px;
	padding: 15px 20px 35px 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: solid 1px #eee;
	border-radius: 20px;
}

@media (max-width: 991px) {
	.news_wrap .lists .item {
		margin-bottom: 40px;
		padding: 15px 20px 20px 20px;
	}
}

.news_wrap .lists .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.news_wrap .lists .item:hover .more {
	color: #fff;
	border: 1px solid #fff;
	background-image: -webkit-linear-gradient(358deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#fff, #fff);
	background-image: linear-gradient(92deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#fff, #fff);
	background-blend-mode: normal, normal;
}

.news_wrap .lists .item .time {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: -13px;
	right: 70px;
	width: 77px;
	height: 81px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #a1cdef;
}

@media (max-width: 767px) {
	.news_wrap .lists .item .time {
		font-size: 14px;
		right: 25px;
		width: 70px;
		height: 68px;
	}
}

.news_wrap .lists .item .time:before {
	position: absolute;
	top: 0;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	border-right: 10px solid transparent;
	border-bottom: 13px solid #679fca;
}

.news_wrap .lists .item .time span {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	color: #fff;
}

@media (max-width: 767px) {
	.news_wrap .lists .item .time span {
		font-size: 26px;
	}
}

.news_wrap .lists .item .pic {
	overflow: hidden;
	border-radius: 20px;
}

.news_wrap .lists .item .pic .img-box {
	padding-bottom: 43.84615385%;
}

.news_wrap .lists .item .info {
	padding: 30px 0 0 0;
}

@media (max-width: 991px) {
	.news_wrap .lists .item .info {
		padding: 20px 0 0 0;
	}
}

.news_wrap .lists .item .info b {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.18181818;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 991px) {
	.news_wrap .lists .item .info b {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.news_wrap .lists .item .info b {
		font-size: 18px;
	}
}

.news_wrap .lists .item .info b:before {
	display: inline-block;
	width: 4px;
	height: 22px;
	margin-right: 15px;
	content: '';
	vertical-align: middle;
	background-color: #a1cdef;
}

.news_wrap .lists .item .info p {
	font-size: 16px;
	line-height: 1.875;
	display: -webkit-box;
	overflow: hidden;
	height: 90px;
	margin-top: 20px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 991px) {
	.news_wrap .lists .item .info p {
		font-size: 14px;
		height: 78px;
		margin-top: 10px;
	}
}

.news_wrap .lists .item .more {
	font-size: 14px;
	line-height: 2.85714286;
	width: 126px;
	margin-top: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #444;
	border: solid 1px #c9c9c9;
	border-radius: 20px;
}

@media (max-width: 991px) {
	.news_wrap .lists .item .more {
		line-height: 2.5;
		margin-top: 20px;
	}
}

.news_wrap .page {
	padding-top: 20px;
}

@media (max-width: 991px) {
	.news_wrap .page {
		padding-top: 10px;
	}
}

.news_details .index_title span {
	color: #4a76cf;
}

.news_details .news_title {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.news_details .news_title {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title {
		margin-top: 30px;
	}
}

.news_details .news_title h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	display: block;
	padding-left: 20px;
	color: #222;
}

.news_details .news_title h1:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 4px;
	height: 32px;
	margin-right: 15px;
	content: '';
	border-radius: 1px;
	background-color: #76cbe5;
}

@media (max-width: 1469px) {
	.news_details .news_title h1 {
		font-size: 32px;
	}
	.news_details .news_title h1:before {
		height: 30px;
	}
}

@media (max-width: 1199px) {
	.news_details .news_title h1 {
		font-size: 26px;
	}
	.news_details .news_title h1:before {
		height: 24px;
	}
}

@media (max-width: 991px) {
	.news_details .news_title h1 {
		font-size: 22px;
	}
	.news_details .news_title h1:before {
		top: 3px;
		height: 20px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title h1 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.news_details .news_title h1 {
		font-size: 18px;
		padding-left: 15px;
	}
	.news_details .news_title h1:before {
		top: 2px;
		height: 18px;
	}
}

.news_details .news_title span {
	font-size: 16px;
	line-height: 1;
	display: block;
	margin-top: 30px;
	color: #76cbe5;
}

@media (max-width: 767px) {
	.news_details .news_title span {
		margin-top: 20px;
	}
}

.news_details .news_title span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
	content: '\e6cf';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_details .info {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.news_details .info {
		margin-top: 20px;
	}
}

.news_details .info p {
	font-size: 16px;
	line-height: 2.25;
	color: #666;
}

@media (max-width: 991px) {
	.news_details .info p {
		font-size: 15px;
		line-height: 2.13333333;
	}
}

@media (max-width: 480px) {
	.news_details .info p {
		font-size: 14px;
		line-height: 2.14285714;
	}
}

.news_details .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_details .news_page {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.news_details .news_page {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.news_details .news_page {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.news_details .news_page {
		margin-top: 30px;
	}
}

.news_details .news_page .item a {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

@media (max-width: 480px) {
	.news_details .news_page .item a {
		font-size: 15px;
	}
}

.news_details .news_page .item a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e6cb';
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_details .news_page .item a:hover {
	text-decoration: underline !important;
	color: #76cbe5;
}

.news_details .news_page .next {
	text-align: right;
}

@media (max-width: 767px) {
	.news_details .news_page .next {
		text-align: left;
	}
}

.news_details .news_page .next a:before {
	display: none;
}

@media (max-width: 767px) {
	.news_details .news_page .next a:before {
		display: inline-block;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.news_details .news_page .next a:after {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e6cb';
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.news_details .news_page .next a:after {
		display: none;
	}
}

.product_wrap {
	overflow: hidden;
}

.product_wrap .left {
	width: 23.405%;
}

@media (max-width: 1199px) {
	.product_wrap .left {
		float: none;
		width: 100%;
	}
}

.product_wrap .left .index_title {
	text-align: left;
}

.product_wrap .left .index_title:after {
	display: none;
}

.product_wrap .left .index_title span {
	color: #4a76cf;
}

.product_wrap .left .index_title b:before,
.product_wrap .left .index_title b:after {
	display: none;
}

.product_wrap .left .menu {
	position: relative;
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.product_wrap .left .menu {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .left .menu .menu1 {
		margin: 0 -5px;
	}
}

.product_wrap .left .menu .menu1>li {
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	.product_wrap .left .menu .menu1>li {
		display: inline-block;
		margin-bottom: 0;
		padding: 5px;
	}
}

.product_wrap .left .menu .menu1>li>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 10px 10px 10px 80px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #444;
	border: solid 1px #dcdcdc;
	border-radius: 6px 20px 6px 20px;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.product_wrap .left .menu .menu1>li>a {
		padding: 10px 10px 10px 50px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .left .menu .menu1>li>a {
		font-size: 15px;
		padding: 0 10px;
	}
}

.product_wrap .left .menu .menu1>li>a:hover {
	color: #76cbe5;
	border: 1px solid #76cbe5;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product_wrap .left .menu .menu1 .active a {
	color: #76cbe5;
	border: 1px solid #76cbe5;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product_wrap .left .menu .menu2 {
	display: none;
	margin-bottom: 20px;
	padding: 10px 0 30px 0;
	border-radius: 0 0 5px 5px;
	background-color: #fbfcfc;
	box-shadow: 0 5px 7px 0 rgba(54, 54, 53, .1);
}

.product_wrap .left .menu .menu2>li {
	line-height: 30px;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.product_wrap .left .menu .menu2>li>a {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding: 10px 10px 10px 40px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #999;
}

.product_wrap .left .menu .menu2>li>a:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	border-radius: 50%;
	background-color: #3362cc;
}

.product_wrap .left .menu .menu2>li>a:hover {
	background-color: rgba(51, 98, 204, .1);
}

.product_wrap .left .menu .menu2>li>a:hover:before {
	opacity: 1;
}

.product_wrap .left .menu .menu2 .active a {
	background-color: rgba(51, 98, 204, .1);
}

.product_wrap .left .menu .menu2 .active a:before {
	opacity: 1;
}

.product_wrap .left .menu .menu3 {
	display: none;
}

.product_wrap .left .menu .menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 60px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #666 !important;
}

.product_wrap .left .menu .menu3>li>a:before {
	display: none;
}

.product_wrap .left .menu .menu3>li:hover a {
	text-decoration: underline !important;
	color: #76cbe5 !important;
}

.product_wrap .left .menu .menu3 .active a {
	text-decoration: underline !important;
	color: #76cbe5 !important;
}

.product_wrap .right {
	width: 76.595%;
	padding: 40px 0 0 30px;
}

@media (max-width: 1199px) {
	.product_wrap .right {
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
	}
}

@media (max-width: 767px) {
	.product_wrap .right {
		padding: 20px 0 0 0;
	}
}

.product_wrap .right .prod_location {
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_location {
		margin-bottom: 30px;
	}
}

.product_wrap .right .prod_location span {
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: right;
	color: #444;
}

.product_wrap .right .prod_location ul {
	display: block;
	float: right;
}

.product_wrap .right .prod_location ul li {
	display: inline-block;
}

.product_wrap .right .prod_location ul li:last-child a:after {
	display: none;
}

.product_wrap .right .prod_location ul li a {
	font-size: 14px;
	line-height: 1;
	display: block;
	color: #444;
}

.product_wrap .right .prod_location ul li a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	content: '\e728';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .right .prod_lists .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	border: solid 1px #d9d9d9;
	border-radius: 20px;
}

.product_wrap .right .prod_lists .item:before {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #76cbe5;
}

.product_wrap .right .prod_lists .item:hover:before {
	background-color: #42545a;
}

.product_wrap .right .prod_lists .item:hover .name {
	background-color: #42545a;
}

.product_wrap .right .prod_lists .item:hover .name p {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	color: #fff;
}

.product_wrap .right .prod_lists .item:hover .name p:after {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 1;
}

.product_wrap .right .prod_lists .item .pic {
	display: block;
}

.product_wrap .right .prod_lists .item .pic .img-box {
	padding-bottom: 100%;
}

.product_wrap .right .prod_lists .item .name {
	padding: 25px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_wrap .right .prod_lists .item .name p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

.product_wrap .right .prod_lists .item .name p:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	line-height: 23px;
	display: inline-block;
	width: 23px;
	height: 23px;
	content: '\e728';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
	color: #42545a;
	border-radius: 50%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .page {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.product_wrap .page {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.product_wrap .page {
		margin-top: 10px;
	}
}

.product_details .product_box .lef {
	font-size: 0;
	overflow: hidden;
	width: 45.715%;
	border: solid 1px #d9d9d9;
	border-radius: 20px;
}

@media (max-width: 991px) {
	.product_details .product_box .lef {
		width: 100%;
	}
}

.product_details .product_box .lef .pic .img-box {
	padding-bottom: 100%;
}

.product_details .product_box .rig {
	width: 54.285%;
	padding-left: 50px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

.product_details .product_box .rig .slider-nav {
	font-size: 0;
	padding: 0 40px;
}

.product_details .product_box .rig .slider-nav .pic {
	overflow: hidden;
	border: solid 1px #d9d9d9;
	border-radius: 20px;
}

.product_details .product_box .rig .slider-nav .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.product_details .product_box .rig .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
	display: block;
	width: 23px;
	height: 23px;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #e0e0e0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .slider-nav .slick-arrow:before {
		font-size: 16px;
	}
}

.product_details .product_box .rig .slider-nav .slick-arrow:hover:before {
	background-color: #76cbe5;
}

.product_details .product_box .rig .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.product_details .product_box .rig .slider-nav .slick-next:before {
	content: '\e728';
}

.product_details .product_box .rig .slider-nav .slick-list {
	margin: 0 -6px;
}

.product_details .product_box .rig .slider-nav .slick-list .slick-slide {
	padding: 0 6px;
}

.product_details .product_box .rig .slider-nav .slick-list .slick-current .pic {
	border: 1px solid #76cbe5;
}

.product_details .product_box .rig .prod_info {
	margin-top: 40px;
}

.product_details .product_box .rig .prod_info .pro_title h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #444;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 20px;
	}
}

.product_details .product_box .rig .prod_info .pro_msg {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_msg {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .pro_msg .tit b {
	font-size: 18px;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_msg .tit b {
		font-size: 16px;
	}
}

.product_details .product_box .rig .prod_info .pro_msg .tit b:before {
	display: inline-block;
	width: 4px;
	height: 18px;
	margin-right: 10px;
	content: '';
	vertical-align: middle;
	background-color: #76cbe5;
}

.product_details .product_box .rig .prod_info .pro_msg .txt {
	margin-top: 10px;
}

.product_details .product_box .rig .prod_info .pro_msg .txt p {
	font-size: 16px;
	line-height: 2.1875;
	color: #666;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_msg .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .pro_msg .txt p {
		font-size: 14px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn a {
	font-size: 14px;
	line-height: 3.57142857;
	display: block;
	width: 170px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: #76cbe5;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .prod_btn a {
		line-height: 3.21428571;
	}
}

.product_details .product_box .rig .prod_info .prod_btn a:hover {
	background-image: -webkit-linear-gradient(315deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#76cbe5, #76cbe5);
	background-image: linear-gradient(135deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#76cbe5, #76cbe5);
	background-blend-mode: normal, normal;
}

.product_details .product_box .rig .prod_info .prod_btn a:after {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 15px;
	content: '\e645';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .info_title {
	margin-top: 60px;
}

@media (max-width: 991px) {
	.product_details .info_title {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.product_details .info_title {
		margin-top: 40px;
	}
}

.product_details .info_title b {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1469px) {
	.product_details .info_title b {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.product_details .info_title b {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.product_details .info_title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.product_details .info_title b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.product_details .info_title b {
		font-size: 18px;
	}
}

.product_details .product_info .text {
	margin-top: 20px;
}

@media (max-width: 480px) {
	.product_details .product_info .text {
		margin-top: 15px;
	}
}

.product_details .product_info .text p {
	font-size: 16px;
	line-height: 1.875;
	color: #888;
}

@media (max-width: 767px) {
	.product_details .product_info .text p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.product_details .product_info .text p {
		font-size: 14px;
	}
}

.product_details .product_info .text p img {
	max-width: 100%;
	height: auto !important;
}

.product_details .inquire_box .inquire_form p {
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0;
	color: #888;
}

.product_details .inquire_box .inquire_form .form_ipt ul {
	margin: 0 -10px;
}

.product_details .inquire_box .inquire_form .form_ipt ul li {
	margin-bottom: 14px;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li {
		margin-bottom: 10px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li:first-child input {
	background-color: #e1e1e1;
}

.product_details .inquire_box .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	font-size: 16px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #f2f2f2;
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li input,
	.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
		font-size: 15px;
		line-height: 45px;
		height: 45px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 240px;
	padding: 20px;
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
		min-height: 160px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li input::-webkit-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:-o-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:-o-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input::-moz-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea::-moz-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:-ms-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #333;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-o-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-o-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-moz-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-ms-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button {
	font-size: 14px;
	font-weight: bold;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	margin: auto;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: #76cbe5;
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li button {
		line-height: 2.85714286;
		width: 140px;
		margin-top: 10px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:hover {
	background-image: -webkit-linear-gradient(315deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#76cbe5, #76cbe5);
	background-image: linear-gradient(135deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#76cbe5, #76cbe5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-blend-mode: normal, normal;
}

.case_wrap .index_title span {
	color: #4a76cf;
}

.case_wrap .lists .item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: solid 1px #e1e1e1;
	border-radius: 20px;
}

.case_wrap .lists .item:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.case_wrap .lists .item:hover .more a {
	color: #fff !important;
	border: solid 1px #fff !important;
	background-image: -webkit-linear-gradient(358deg, #76cbe5 0%, #7997d3 100%), -webkit-linear-gradient(#fff, #fff);
	background-image: linear-gradient(92deg, #76cbe5 0%, #7997d3 100%), linear-gradient(#fff, #fff);
	background-blend-mode: normal, normal;
}

.case_wrap .lists .item .pic {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.case_wrap .lists .item .pic .img-box {
	padding-bottom: 55.55555556%;
}

.case_wrap .lists .item .info {
	padding: 30px 15px;
}

.case_wrap .lists .item .info a.tit {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1469px) {
	.case_wrap .lists .item .info a.tit {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.case_wrap .lists .item .info a.tit {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.case_wrap .lists .item .info a.tit {
		font-size: 18px;
	}
}

.case_wrap .lists .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: auto;
	margin: 20px 0;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.case_wrap .lists .item .info p {
		margin: 10px 0;
	}
}

.case_wrap .lists .item .info .more a {
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	width: 126px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #444;
	border: solid 1px #c9c9c9;
	border-radius: 20px;
}

.case_wrap .page {
	padding: 30px 0 0 0;
}

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

@media (max-width: 480px) {
	.case_wrap .page {
		padding: 10px 0 0 0;
	}
}

.download_wrap .index_title span {
	color: #4a76cf;
}

.download_wrap .lists .item {
	margin-bottom: 30px;
}

.download_wrap .lists .item .pic {
	width: 48%;
}

@media (max-width: 480px) {
	.download_wrap .lists .item .pic {
		float: none;
		width: 100%;
	}
}

.download_wrap .lists .item .pic .img-box {
	padding-bottom: 84.84848485%;
}

.download_wrap .lists .item .info {
	width: 52%;
	padding-left: 30px;
}

@media (max-width: 480px) {
	.download_wrap .lists .item .info {
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
	}
}

.download_wrap .lists .item .info .txt {
	padding-top: 30px;
}

@media (max-width: 1469px) {
	.download_wrap .lists .item .info .txt {
		padding-top: 10px;
	}
}

.download_wrap .lists .item .info .txt b {
	font-size: 24px;
	line-height: 1;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
}

@media (max-width: 1199px) {
	.download_wrap .lists .item .info .txt b {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.download_wrap .lists .item .info .txt b {
		font-size: 18px;
	}
}

.download_wrap .lists .item .info .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	display: -webkit-box;
	overflow: hidden;
	height: 48px;
	margin: 20px 0;
	color: #888;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1469px) {
	.download_wrap .lists .item .info .txt p {
		margin: 10px 0;
	}
}

.download_wrap .lists .item .info .txt span {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #888;
}

.download_wrap .lists .item .info .more {
	margin-top: 20px;
}

.download_wrap .lists .item .info .more a {
	font-size: 14px;
	line-height: 2.64285714;
	display: block;
	width: 137px;
	text-align: center;
	color: #fff;
	border-radius: 19px;
	background-color: #76cbe5;
}

@media (max-width: 1199px) {
	.download_wrap .lists .item .info .more a {
		line-height: 2.5;
	}
}

.download_wrap .lists .item .info .more a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e67b';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.download_wrap .page {
	padding: 40px 0 0 0;
}

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

@media (max-width: 480px) {
	.download_wrap .page {
		padding: 10px 0 0 0;
	}
}