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

.banner {
	font-size: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
}

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

.banner .slickbanner .item {
	position: relative;
	display: block;
}

.banner .slickbanner .item .img-box {
	z-index: 0;
	display: block;
	padding-bottom: 50%;
}

.banner .slickbanner .item .img-box img {
	display: block;
	width: 100%;
}

.banner .slickbanner .item .note {
	position: absolute;
	z-index: 1;
	top: 55%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.banner .slickbanner .item .note {
		top: 50%;
	}
}

.banner .slickbanner .item .note .txt {
	text-align: center;
}

.banner .slickbanner .item .note .txt p {
	font-family: 'Swis721 BlkCn BT';
	font-size: 72px;
	line-height: 1.2;
	color: #fff;
}

@media (max-width: 1469px) {
	.banner .slickbanner .item .note .txt p {
		font-size: 55px;
	}
}

@media (max-width: 1366px) {
	.banner .slickbanner .item .note .txt p {
		font-size: 45px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner .item .note .txt p {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner .item .note .txt p {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .item .note .txt p {
		font-size: 18px;
	}
}

.banner .slickbanner .video-box {
	position: relative;
	display: block;
	padding-bottom: 50%;
}

.banner .slickbanner .video-box:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgb(0 0 0 / 16%);

}

.banner .slickbanner .slick-dots {
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-dots {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-dots {
		bottom: 12px;
	}
}

.banner .slickbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
}

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

.banner .slickbanner .slick-dots li button {
	display: none;
}

.banner .slickbanner .slick-dots .slick-active {
	background-color: #fff;
}

.banner .slickbanner .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 55%;
	left: 255px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1680px) {
	.banner .slickbanner .slick-arrow {
		left: 150px;
	}
}

@media (max-width: 1469px) {
	.banner .slickbanner .slick-arrow {
		left: 100px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner .slick-arrow {
		top: 50%;
		left: 50px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-arrow {
		left: 30px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-arrow {
		left: 15px;
	}
}

.banner .slickbanner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 70px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	opacity: .5;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.banner .slickbanner .slick-arrow:before {
		font-size: 60px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-arrow:before {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-arrow:before {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.banner .slickbanner .slick-arrow:before {
		font-size: 30px;
	}
}

.banner .slickbanner .slick-arrow:hover:before {
	opacity: 1;
}

.banner .slickbanner .slick-next {
	right: 255px;
	left: auto;
}

@media (max-width: 1680px) {
	.banner .slickbanner .slick-next {
		right: 150px;
	}
}

@media (max-width: 1469px) {
	.banner .slickbanner .slick-next {
		right: 100px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner .slick-next {
		right: 50px;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-next {
		right: 30px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-next {
		right: 15px;
	}
}

.banner .slickbanner .slick-next:before {
	content: '\e728';
}

.fluid_video_wrapper {
	position: absolute;
}

#video-idcontext_option_homepage,
.fluid_controls_container {
	display: none !important;
}

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

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

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

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

.pagebanner .item img {
	display: block;
	width: 100%;
	height: auto !important;
}

.pagebanner .info {
	position: absolute;
	top: 60%;
	right: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1469px) {
	.pagebanner .info {
		top: 64%;
	}
}

@media (max-width: 1199px) {
	.pagebanner .info {
		top: 66%;
	}
}

@media (max-width: 767px) {
	.pagebanner .info {
		top: 70%;
	}
}

.pagebanner .info .tit {
	text-align: center;
}

.pagebanner .info .tit h3 {
	font-family: 'Swis721 BlkCn BT';
	font-size: 72px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}

@media (max-width: 1469px) {
	.pagebanner .info .tit h3 {
		font-size: 60px;
	}
}

@media (max-width: 1366px) {
	.pagebanner .info .tit h3 {
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	.pagebanner .info .tit h3 {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.pagebanner .info .tit h3 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.pagebanner .info .tit h3 {
		font-size: 26px;
	}
}

.page_location {
	padding-top: 30px;
}

@media (max-width: 767px) {
	.page_location {
		padding-top: 20px;
	}
}

.page_location ul {
	text-align: right;
}

.page_location ul li {
	display: inline-block;
}

.page_location ul li:first-child a:before {
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e601';
	color: #d30000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page_location ul li:last-child a:after {
	display: none;
}

.page_location ul li a {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #999;
}

.page_location ul li a:after {
	display: inline-block;
	margin: 0 2px 0 3px;
	content: '>';
	color: #999;
}

.page_location ul li a:hover {
	color: #000;
}

.page_location ul .act a {
	color: #000;
}


/*title*/

.title h2 {
	font-family: 'PublicSans-Black';
	font-size: 48px;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #000;
}

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

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

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

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

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

.title h2 span {
	margin-left: 10px;
	color: #999;
}

.page_title h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	color: #222;
}

@media (max-width: 1469px) {
	.page_title h3 {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.page_title h3 {
		font-size: 26px;
	}
}

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

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

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

.padt {
	padding-top: 90px;
}

@media (max-width: 1469px) {
	.padt {
		padding-top: 80px;
	}
}

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

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

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

@media (max-width: 767px) {
	.padt {
		padding-top: 40px;
	}
}

.padd {
	padding: 90px 0;
}

@media (max-width: 1469px) {
	.padd {
		padding: 80px 0;
	}
}

@media (max-width: 1366px) {
	.padd {
		padding: 70px 0;
	}
}

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

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

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

.index_cate .list {
	margin-top: 15px;
}

@media (max-width: 1199px) {
	.index_cate .list {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.index_cate .list {
		margin-top: 5px;
	}
}

@media (max-width: 991px) {
	.index_cate .list ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.index_cate .list ul li {
		padding: 0 10px;
	}
}

.index_cate .list .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.index_cate .list .item {
		margin-top: 20px;
	}
}

.index_cate .list .item:hover .pic:before {
	background-color: rgba(0, 0, 0, .1);
}

.index_cate .list .item .pic {
	position: relative;
}

.index_cate .list .item .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, .45);
	pointer-events: none;
}


.index_cate .list .item .pic .img-box {
	padding-bottom: 50.72463768%;
}

.index_cate .list .item .name {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 0;
	left: 0;
}

@media (max-width: 991px) {
	.index_cate .list .item .name {
		top: 20px;
	}
}

.index_cate .list .item .name a {
	display: block;
	font-family: 'PublicSans-Bold';
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-right: 20px;
	padding-left: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_cate .list .item .name a {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.index_cate .list .item .name a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.index_cate .list .item .name a {
		font-size: 18px;
	}
}

.index_cate .list .item .name a:before {
	position: absolute;
	top: 48%;
	left: 20px;
	display: block;
	width: 3px;
	height: 18px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #b00;
}

.index_about {
	background-color: #f6f6f6;
}

.index_about .txt {
	margin: 30px 0 20px;
}

@media (max-width: 1199px) {
	.index_about .txt {
		margin: 20px 0 20px;
	}
}

@media (max-width: 991px) {
	.index_about .txt {
		margin: 10px 0 20px;
	}
}

.index_about .txt p {
	font-size: 14px;
	line-height: 2;
	text-align: left;
	word-break: break-word;
	color: #333;
}

.index_about .more a {
	font-family: 'PublicSans-Bold';
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #bd0000;
}

.index_about .more a:hover {
	text-decoration: underline !important;
}

.index_about .range_bg {
	margin-top: 70px;
}

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

@media (max-width: 1199px) {
	.index_about .range_bg {
		margin-top: 40px;
	}
}

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

.index_about .range_bg .list {
	padding: 60px;
	background: url(../image/index_abbg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.index_about .range_bg .list {
		padding: 40px;
	}
}

@media (max-width: 991px) {
	.index_about .range_bg .list {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.index_about .range_bg .list {
		padding: 20px 15px;
	}
}

.index_about .range_bg .list ul {
	margin: 0;
}

.index_about .range_bg .list ul li {
	position: relative;
	padding: 0;
}

.index_about .range_bg .list ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 35px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #333;
}

@media (max-width: 767px) {
	.index_about .range_bg .list ul li:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.index_about .range_bg .list ul li:nth-child(3) .item {
		margin-top: 30px;
	}
}

.index_about .range_bg .list ul li:last-child:after {
	display: none;
}

@media (max-width: 767px) {
	.index_about .range_bg .list ul li:last-child .item {
		margin-top: 30px;
	}
}

.index_about .range_bg .list .item {
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
}

.index_about .range_bg .list .item:hover a:before {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.index_about .range_bg .list .item a {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #fff;
}

@media (max-width: 335px) {
	.index_about .range_bg .list .item a {
		font-size: 12px;
	}
}

.index_about .range_bg .list .item a:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	font-style: normal;
	line-height: 1;
	display: block;
	height: 40px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.index_about .range_bg .list .item a:before {
		font-size: 35px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.index_about .range_bg .list .item a:before {
		height: 35px;
	}
}

.index_about .range_bg .list .icon_history a:before {
	content: '\e71c';
}

.index_about .range_bg .list .icon_honor a:before {
	font-size: 45px;
	content: '\e607';
}

@media (max-width: 991px) {
	.index_about .range_bg .list .icon_honor a:before {
		font-size: 40px;
	}
}

.index_about .range_bg .list .icon_service a:before {
	content: '\e694';
}

.index_about .range_bg .list .icon_contact a:before {
	content: '\e600';
}

.index_news {
	background: url(../image/index_newsbg.jpg) no-repeat center;
	background-size: cover;
}

.index_news .tit_box .title h2 {
	color: #fff;
}

.index_news .tit_box .news_arrow .arrow_btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: solid 1px #bbb;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.index_news .tit_box .news_arrow .arrow_btn {
		width: 35px;
		height: 35px;
	}
}

.index_news .tit_box .news_arrow .arrow_btn:hover {
	background-color: #bbb;
}

.index_news .tit_box .news_arrow .arrow_btn:hover:before {
	color: #fff;
}

.index_news .tit_box .news_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 38px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.index_news .tit_box .news_arrow .arrow_btn:before {
		line-height: 33px;
	}
}

.index_news .tit_box .news_arrow .next {
	margin-left: 8px;
}

.index_news .tit_box .news_arrow .next:before {
	content: '\e728';
}

.index_news .list {
	margin-top: 40px;
}

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

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

.index_news .list .slick_news {
	font-size: 0;
}

.index_news .list .slick_news .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.index_news .list .slick_news .slick-list {
		margin: 0 -10px;
	}
}

.index_news .list .slick_news .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.index_news .list .slick_news .slick-list .slick-slide {
		padding: 0 10px;
	}
}

.index_news .list .slick_news .item {
	display: block;
}

.index_news .list .slick_news .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

.index_news .list .slick_news .item .info a {
	display: block;
	font-size: 18px;
	line-height: 1.33333333;
	display: -webkit-box;
	overflow: hidden;
	height: auto;
	margin: 20px 0 25px;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 991px) {
	.index_news .list .slick_news .item .info a {
		margin: 15px 0 20px;
	}
}

@media (max-width: 767px) {
	.index_news .list .slick_news .item .info a {
		font-size: 16px;
	}
}

.index_news .list .slick_news .item .info span {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #999;
}

@media (max-width: 991px) {
	.index_link ul li:nth-child(3) .item {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.index_link ul li:nth-child(3) .item {
		margin-bottom: 30px;
	}
}

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

.index_link ul li:last-child .item .list {
	height: 280px !important;
}

@media (max-width: 991px) {
	.index_link ul li:last-child .item .list {
		height: 350px !important;
	}
}

.index_link .item {
	margin-bottom: 45px;
}

@media (max-width: 1469px) {
	.index_link .item {
		margin-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.index_link .item {
		margin-bottom: 30px;
	}
}

.index_link .item .icon a {
	font-family: 'PublicSans-Bold';
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding-left: 40px;
	text-align: left;
	color: #000;
}

@media (max-width: 1199px) {
	.index_link .item .icon a {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.index_link .item .icon a {
		font-size: 16px;
	}
}

.index_link .item .icon a:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '\e7ff';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_link .item .icon_facebook a:before {
	font-size: 28px;
	content: '\e88d';
	color: #3b599a;
}

.index_link .item .icon_twitter a:before {
	content: '\e882';
	color: #00acee;
}

.index_link .item .icon_youtube a:before {
	content: '\e883';
	color: #f40002;
}

.index_link .item .icon_ins a:before {
	content: '\e88f';
	color: transparent;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff8045), color-stop(52%, #f14d59), to(#803dc9));
	background-image: -webkit-linear-gradient(bottom, #ff8045 0%, #f14d59 52%, #803dc9 100%);
	background-image: linear-gradient(0deg, #ff8045 0%, #f14d59 52%, #803dc9 100%);
	-webkit-background-clip: text;
}

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

.index_link .item .list {
	overflow-y: auto;
	width: 100%;
	height: 450px !important;
	margin-top: 25px;
}

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

@media (max-width: 991px) {
	.index_link .item .list {
		height: 350px !important;
	}
}

@media (max-width: 991px) {
	.index_link .item .list {
		margin-top: 15px;
	}
}

.index_link .item .list iframe {
	width: 100%;
	height: 100%;
}

.index_link .instagram .icon a:before {
	font-size: 30px;
	line-height: 1;
	content: '\e6b6';
	color: #cf2f79;
}

@media (max-width: 1199px) {
	.index_link .instagram .icon a:before {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.index_link .instagram .icon a:before {
		font-size: 24px;
	}
}

.index_link .facebook .icon a:before {
	font-size: 30px;
	line-height: 1;
	content: '\e7ff';
	color: #3c5a99;
}

@media (max-width: 1199px) {
	.index_link .facebook .icon a:before {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.index_link .facebook .icon a:before {
		font-size: 24px;
	}
}

.index_link .linkedin .icon a:before {
	content: '\e653';
	color: #0a66c2;
}

@media (max-width: 767px) {
	.index_link .linkedin .icon a:before {
		font-size: 21px;
	}
}

.contact_wrap {
	overflow: hidden;
	padding-top: 100px;
}

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

.contact_wrap .cont_box {
	padding: 120px 0 100px;
	background: url(../image/cont_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box {
		padding: 100px 0;
	}
}

@media (max-width: 1366px) {
	.contact_wrap .cont_box {
		padding: 80px 0;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box {
		padding: 70px 0;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box {
		padding: 60px 0;
	}
}

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

.contact_wrap .cont_box .tit {
	text-align: center;
}

.contact_wrap .cont_box .tit h3 {
	font-family: 'Swis721 BlkCn BT';
	font-size: 56px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .tit h3 {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .tit h3 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .tit h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .cont_box .tit h3 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.contact_wrap .cont_box .tit h3 {
		font-size: 22px;
	}
}

.contact_wrap .cont_box .list {
	margin-top: 80px;
	padding: 0 100px;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .list {
		margin-top: 60px;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .list {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .cont_box .list {
		margin-top: 20px;
	}
}

.contact_wrap .cont_box .list .note {
	margin-bottom: 20px;
	text-align: center;
}

.contact_wrap .cont_box .list .note span {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	background-color: rgba(172, 0, 0, .25);
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .list .note span {
		width: 80px;
		height: 80px;
	}
}

.contact_wrap .cont_box .list .note span:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 77px;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 77px;
	margin: auto;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #ac0000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .list .note span:before {
		font-size: 20px;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
}

.contact_wrap .cont_box .list .note b {
	font-family: 'PublicSans-Bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin: 30px 0 5px;
	color: #fff;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .list .note b {
		font-size: 17px;
		margin: 20px 0 5px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .cont_box .list .note b {
		font-size: 16px;
		margin: 10px 0 5px;
	}
}

.contact_wrap .cont_box .list .note b:after {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	color: #ac0000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_wrap .cont_box .list .note p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #fff;
}

.contact_wrap .cont_box .list .note p a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact_wrap .cont_box .list .note p a:hover {
	text-decoration: underline !important;
}

.contact_wrap .cont_box .list .address span:before {
	content: '\e868';
}

.contact_wrap .cont_box .list .tel span:before {
	content: '\e969';
}

.contact_wrap .cont_box .list .email span:before {
	content: '\e605';
}

.contact_wrap .contact_form {
	background-color: #f6f6f6;
}

.contact_wrap .contact_form .tit {
	text-align: center;
}

.contact_wrap .contact_form .tit h3 {
	font-family: 'Swis721 BlkCn BT';
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	color: #000;
}

@media (max-width: 1469px) {
	.contact_wrap .contact_form .tit h3 {
		font-size: 34px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .contact_form .tit h3 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .contact_form .tit h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_form .tit h3 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.contact_wrap .contact_form .tit h3 {
		font-size: 22px;
	}
}

.contact_wrap .contact_form .message_ipt p {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 20px;
	text-align: center;
	color: #999;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul {
	margin: 0 -4.5px;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li {
	margin-bottom: 12px;
	padding: 0 4.5px;
}

@media (max-width: 767px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li {
		margin-bottom: 10px;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 56px;
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 25px;
	color: #222;
	border: none;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li input,
	.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li input,
	.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 270px;
	padding: 10px 25px;
}

@media (max-width: 1469px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
		padding: 10px 20px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
		min-height: 200px;
		padding: 5px 15px;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input::-webkit-input-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:-o-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:-o-placeholder {
	color: #666;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input::-moz-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea::-moz-placeholder {
	color: #666;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:-ms-input-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:-ms-input-placeholder {
	color: #666;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:focus::-webkit-input-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:focus::-o-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:focus::-o-placeholder {
	color: #ccc;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:focus::-moz-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #ccc;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:focus::-ms-input-placeholder,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li button {
	font-size: 14px;
	line-height: 3.57142857;
	position: relative;
	display: block;
	width: 165px;
	margin: auto;
	margin-top: 15px;
	padding: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 25px;
	background-color: #941520;
}

@media (max-width: 767px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li button {
		line-height: 3.21428571;
		width: 150px;
		margin-top: 0;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li button:hover {
	background-color: #ac0000;
}

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

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

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

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

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

.product_wrap {
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
}

.product_wrap .prod_no {
	margin-top: 20px;
}

.product_wrap .prod_no .search_no h3 {
	font-size: 24px;
	margin: 0 0 20px;
}

@media (max-width: 991px) {
	.product_wrap .prod_no .search_no h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.product_wrap .prod_no .search_no h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}
}

.product_wrap .prod_no .search_no p {
	margin: 0;
	padding: 10px;
	color: #ab7640;
	border: 1px solid #faebcc;
	border-radius: 5px;
	background-color: #fcf8e3;
}

.product_wrap .list {
	padding: 30px 0 100px;
}

@media (max-width: 1469px) {
	.product_wrap .list {
		padding: 30px 0 80px;
	}
}

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

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

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

.product_wrap .list ul li{
	margin-top: -100px;
	padding-top: 100px;
}

.product_wrap .list ul li:nth-child(odd) .item .pic {
	float: right;
}

@media (max-width: 991px) {
	.product_wrap .list ul li:nth-child(odd) .item .pic {
		float: none;
	}
}

.product_wrap .list ul li:nth-child(odd) .item .info_box {
	float: left;
}

@media (max-width: 991px) {
	.product_wrap .list ul li:nth-child(odd) .item .info_box {
		float: none;
	}
}

.product_wrap .list ul li:nth-child(odd) .item .more {
	right: auto;
	left: 0;
}

@media (max-width: 991px) {
	.product_wrap .list ul li:nth-child(odd) .item .more {
		right: 0;
		left: auto;
	}
}

.product_wrap .list ul li:last-child .item {
	margin-bottom: 0;
}

.product_wrap .list .item {
	position: relative;
	margin-bottom: 40px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.product_wrap .list .item {
		margin-bottom: 30px;
	}
}

.product_wrap .list .item:hover .pic:before {
	background-color: rgba(0, 0, 0, .1);
}

.product_wrap .list .item .more {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}

.product_wrap .list .item .more a {
	display: block;
	width: 55px;
	height: 55px;
	background-color: #ac0000;
}

@media (max-width: 1469px) {
	.product_wrap .list .item .more a {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 991px) {
	.product_wrap .list .item .more a {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 767px) {
	.product_wrap .list .item .more a {
		width: 40px;
		height: 40px;
	}
}

.product_wrap .list .item .more a:before {
	font-family: 'iconfont' !important;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	line-height: 55px;
	display: block;
	content: '\e728';
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.product_wrap .list .item .more a:before {
		font-size: 16px;
		line-height: 50px;
	}
}

@media (max-width: 991px) {
	.product_wrap .list .item .more a:before {
		font-size: 14px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.product_wrap .list .item .more a:before {
		line-height: 40px;
	}
}

.product_wrap .list .item .pic {
	position: relative;
	display: block;
	float: left;
	width: 51.064%;
}

@media (max-width: 1199px) {
	.product_wrap .list .item .pic {
		width: 58%;
	}
}

@media (max-width: 991px) {
	.product_wrap .list .item .pic {
		float: none;
		width: 100%;
	}
}

.product_wrap .list .item .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0, 0, 0, .45);
}

.product_wrap .list .item .pic .img-box {
	padding-bottom: 58.33333333%;
}

.product_wrap .list .item .info_box {
	float: right;
	width: 48.936%;
	padding: 40px 70px 0 70px;
}

@media (max-width: 1469px) {
	.product_wrap .list .item .info_box {
		padding: 30px 40px 0 40px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .list .item .info_box {
		width: 42%;
		padding: 20px 40px 0 40px;
	}
}

@media (max-width: 991px) {
	.product_wrap .list .item .info_box {
		float: none;
		width: 100%;
		padding: 30px 100px 30px 40px;
	}
}

@media (max-width: 767px) {
	.product_wrap .list .item .info_box {
		padding: 20px 60px 20px 20px;
	}
}

.product_wrap .list .item .info_box .tit p {
	font-family: 'PublicSans-Bold';
	font-size: 24px;
	line-height: 1.2;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #000;
}

@media (max-width: 1469px) {
	.product_wrap .list .item .info_box .tit p {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .list .item .info_box .tit p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product_wrap .list .item .info_box .tit p {
		font-size: 18px;
	}
}

.product_wrap .list .item .info_box .tit p:hover {
	color: #ac0000;
}

.product_wrap .list .item .info_box .info {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.product_wrap .list .item .info_box .info {
		margin-top: 15px;
	}
}

.product_wrap .list .item .info_box .info a {
	font-size: 14px;
	line-height: 1.57142857;
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 5px;
	padding-left: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

.product_wrap .list .item .info_box .info a:hover {
	text-decoration: underline !important;
	color: #ac0000;
}

.product_wrap .list .item .info_box .info a:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '-';
}

.product_range {
	padding: 30px 0 100px;
}

@media (max-width: 1469px) {
	.product_range {
		padding: 30px 0 80px;
	}
}

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

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

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

.product_range .left {
	position: relative;
	width: 31.915%;
}

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

.product_range .left .menu {
	position: relative;
}

@media (max-width: 991px) {
	.product_range .left .menu {
		display: none;
	}
}

.product_range .left .menu .menu1>li {
	margin-bottom: 1px;
}

.product_range .left .menu .menu1>li:last-child {
	margin-bottom: 0;
}

.product_range .left .menu .menu1>li>a {
	font-size: 18px;
	line-height: 25px;
	position: relative;
	display: block;
	padding: 17px 60px 17px 25px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fff;
	background-color: #000;
}

@media (max-width: 1469px) {
	.product_range .left .menu .menu1>li>a {
		padding: 15px 60px 15px 20px;
	}
}

@media (max-width: 1199px) {
	.product_range .left .menu .menu1>li>a {
		font-size: 18px;
		padding: 15px 60px 15px 20px;
	}
}

.product_range .left .menu .menu1>li>a:after {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '+';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.product_range .left .menu .menu1>li>a:after {
		right: 20px;
	}
}

.product_range .left .menu .menu1>li:hover>a {
	color: #fff;
}

.product_range .left .menu .menu1>li:hover>a:after {
	content: '-';
}

.product_range .left .menu .menu1 .active>a {
	color: #fff;
}

.product_range .left .menu .menu1 .active>a:after {
	content: '-';
}

.product_range .left .menu .menu2 {
	display: none;
	padding: 15px 0;
}

.product_range .left .menu .menu2>li {
	position: relative;
	cursor: pointer;
}

.product_range .left .menu .menu2>li:last-child a {
	margin-bottom: 0;
}

.product_range .left .menu .menu2>li>a {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding: 5px 20px 5px 35px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.product_range .left .menu .menu2>li>a:before {
	position: absolute;
	top: 4px;
	left: 25px;
	display: block;
	content: '-';
}

.product_range .left .menu .menu2>li:hover a {
	text-decoration: underline !important;
	color: #ac0000;
}

.product_range .left .menu .menu2 .active a {
	text-decoration: underline !important;
	color: #ac0000;
}

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

.product_range .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_range .left .menu .menu3>li>a:before {
	display: none;
}

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

.product_range .left .menu .menu3 .active a {
	text-decoration: underline !important;
	color: #ac0000 !important;
}

.product_range .right {
	width: 68.085%;
}

@media (max-width: 991px) {
	.product_range .right {
		float: none;
		width: 100%;
	}
}

.product_range .right .m_location {
	display: none;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d0d0d0;
}

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

.product_range .right .m_location ul {
	margin: 0 -6px;
}

.product_range .right .m_location ul li {
	display: inline-block;
	padding: 0 6px;
}

.product_range .right .m_location ul li a {
	font-size: 15px;
	line-height: 2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.product_range .right .m_location ul .active a {
	font-family: 'Arial-BoldMT';
	color: #ac0000;
}

.product_range .right .prod_no {
	margin-bottom: 50px;
	padding-left: 30px;
}

@media (max-width: 1199px) {
	.product_range .right .prod_no {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.product_range .right .prod_no {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-left: 0;
	}
}

.product_range .right .prod_no .search_no h3 {
	font-size: 24px;
	margin: 0 0 20px;
}

@media (max-width: 991px) {
	.product_range .right .prod_no .search_no h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.product_range .right .prod_no .search_no h3 {
		font-size: 20px;
	}
}

.product_range .right .prod_no .search_no p {
	margin: 0;
	padding: 10px;
	color: #ab7640;
	border: 1px solid #faebcc;
	border-radius: 5px;
	background-color: #fcf8e3;
}

.product_range .right .prod_lists {
	padding-left: 30px;
}

@media (max-width: 1199px) {
	.product_range .right .prod_lists {
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.product_range .right .prod_lists {
		margin-top: 30px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.product_range .right .prod_lists {
		margin-top: 20px;
	}
}

.product_range .right .prod_lists ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.product_range .right .prod_lists ul {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product_range .right .prod_lists ul {
		margin: 0 -5px;
	}
}

.product_range .right .prod_lists ul li {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.product_range .right .prod_lists ul li {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product_range .right .prod_lists ul li {
		padding: 0 5px;
	}
}

.product_range .right .prod_lists .item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.product_range .right .prod_lists .item {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.product_range .right .prod_lists .item:hover .name a {
		color: #ac0000;
	}
}

.product_range .right .prod_lists .item .pic {
	position: relative;
	display: block;
}

.product_range .right .prod_lists .item .pic .img-box {
	display: block;
	padding-bottom: 75.55555555555556%;
}

.product_range .right .prod_lists .item .name {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.product_range .right .prod_lists .item .name {
		margin-top: 10px;
	}
}

.product_range .right .prod_lists .item .name a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}

.product_range .right .prod_lists .item .add_btn a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.product_range .right .prod_lists .item .add_btn a {
	display: block;
	cursor: pointer;
	width: 45px;
	height: 45px;
	margin: auto;
	transition: all .4s;
	background-color: #ac0000;
}

.product_range .right .prod_lists .item .add_btn a:hover{
	background-color: #fff;
}

.product_range .right .prod_lists .item .add_btn a:hover:before{
	color: #ac0000;
}

.product_range .right .prod_lists .item .add_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 45px;
	display: block;
	content: '\e620';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.product_range .page {
	margin-top: 60px;
}

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

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

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

.product_range .page ul {
	float: right;
}

.product_details_wrap {
	background-color: #f9f9f9;
}

.product_details_wrap .range_padd {
	padding: 30px 0 70px;
}

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

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

@media (max-width: 767px) {
	.product_details_wrap .range_padd {
		padding: 20px 0 40px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .prod_head .tit_box .tit {
		float: none;
	}
}

.product_details_wrap .prod_head .tit_box .tit p {
	font-family: 'PublicSans-Bold';
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	padding-left: 25px;
	color: #000;
}

@media (max-width: 1469px) {
	.product_details_wrap .prod_head .tit_box .tit p {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .prod_head .tit_box .tit p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .prod_head .tit_box .tit p {
		font-size: 18px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .prod_head .tit_box .tit p {
		font-size: 16px;
		padding-left: 15px;
	}
}

.product_details_wrap .prod_head .tit_box .tit p:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 5px;
	height: 22px;
	content: '';
	background-color: #ac0000;
}

@media (max-width: 991px) {
	.product_details_wrap .prod_head .tit_box .tit p:before {
		top: 0;
		height: 18px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .prod_head .tit_box .pro_butn {
		float: none;
		margin-top: 20px;
	}
}

.product_details_wrap .prod_head .tit_box .pro_butn span {
	font-size: 16px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #bbb;
}

@media (max-width: 767px) {
	.product_details_wrap .prod_head .tit_box .pro_butn span {
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
}

.product_details_wrap .prod_head .tit_box .pro_butn span:hover {
	background-color: #ac0000;
}

.product_details_wrap .prod_head .tit_box .pro_butn .pro_down {
	margin-left: 1px;
}

.product_details_wrap .prod_head .pro_list {
	margin-top: 1px;
	padding: 15px 20px 10px 20px;
	background-color: #ac0000;
}

.product_details_wrap .prod_head .pro_list ul {
	margin: 0 -10px;
}

.product_details_wrap .prod_head .pro_list ul li {
	float: left;
	padding: 0 10px;
}

.product_details_wrap .prod_head .pro_list ul li a {
	font-size: 14px;
	line-height: 1.71428571;
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #fff;
}

.product_details_wrap .prod_head .pro_list ul li a:hover {
	text-decoration: underline !important;
}

.product_details_wrap .prod_head .pro_list ul li a:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: '-';
}

.product_details_wrap .product_box {
	margin-top: 36px;
	margin-right: -15px;
	margin-left: -15px;
}

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

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

.product_details_wrap .product_box .lef {
	font-size: 0;
	position: relative;
	width: 50%;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .lef {
		float: none;
		width: 70%;
		margin: auto;
	}
}

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

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

.product_details_wrap .product_box .lef .big_pic {
	position: relative;
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .big_pic .prod_arrow {
		right: 10px;
		bottom: 10px;
	}
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn {
	display: block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn {
		width: 40px;
		height: 40px;
	}
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn:hover {
	background-color: #ac0000;
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn:hover:before {
	color: #fff;
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 55px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn:before {
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .big_pic .prod_arrow .arrow_btn:before {
		font-size: 16px;
		line-height: 40px;
	}
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow .next {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .big_pic .prod_arrow .next {
		margin-left: 5px;
	}
}

.product_details_wrap .product_box .lef .big_pic .prod_arrow .next:before {
	content: '\e728';
}

.product_details_wrap .product_box .lef .big_pic .pic .img-box {
	padding-bottom: 75.36231884%;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video {
	position: relative;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video:hover .video-cover {
	opacity: 0;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .7);
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .img-box {
	z-index: 0;
	padding-bottom: 75.36231884%;
	background-color: #fff;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product_details_wrap .product_box .lef .big_pic .prod_vv .video .video-box .play:before {
	font-family: 'iconfont' !important;
	font-size: 70px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.product_details_wrap .product_box .lef .big_pic .prod_vv .video .video-box .play:before {
		font-size: 40px;
	}
}

.product_details_wrap .product_box .lef .small_pic {
	position: absolute;
	bottom: 0;
	width: 96%;
	-webkit-transform: translateX(104%);
	-ms-transform: translateX(104%);
	transform: translateX(104%);
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .lef .small_pic {
		position: static;
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.product_details_wrap .product_box .lef .small_pic .slider-nav {
	font-size: 0;
	margin-top: 10px;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list {
	margin: 0 -5px;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide {
	padding: 0 5px;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic {
	position: relative;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 75.38461538%;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: solid 1px transparent;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-current .pic:before {
	border: solid 1px #ac0000;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video {
	position: relative;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .img-box {
	padding-bottom: 75.38461538%;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .7);
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

.product_details_wrap .product_box .rig {
	width: 50%;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig {
		width: 100%;
		margin-top: 20px;
	}
}

.product_details_wrap .product_box .rig .prod_info .pro_title p {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	margin: 0;
	padding: 19px 30px;
	color: #fff;
	background-color: #000;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .pro_title p {
		padding: 18px 20px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .pro_title p {
		padding: 15px 20px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .pro_title p {
		font-size: 16px;
		padding: 15px;
	}
}

.product_details_wrap .product_box .rig .prod_info .txt {
	overflow-y: auto;
	height: 238px;
	margin-top: 20px;
	padding: 0 15px 0 30px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .txt {
		height: 140px;
		margin-top: 15px;
		padding: 0 15px 0 20px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .txt {
		height: auto;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .txt {
		padding: 0 10px;
	}
}

.product_details_wrap .product_box .rig .prod_info .txt p {
	font-size: 15px;
	line-height: 1.86666667;
	text-align: left;
	word-break: break-word;
	color: #666;
}

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

.product_details_wrap .product_box .rig .prod_info .prod_box {
	margin-top: 30px;
	padding-left: 30px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box {
		margin-top: 10px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box {
		padding-left: 10px;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_box .share_box {
	margin-top: 10px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box .share_box {
		float: none;
		margin-bottom: 10px;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_box .share_box span {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.product_details_wrap .product_box .rig .prod_info .prod_box .share_box .share_tool {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.product_details_wrap .product_box .rig .prod_info .prod_box .down_btn {
	margin-right: 20px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box .down_btn {
		display: inline-block;
		float: none;
		margin-right: 0;
		margin-left: 15px;
		vertical-align: middle;
	}
}

@media (max-width: 365px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box .down_btn {
		margin-left: 10px;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_box .down_btn a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #ac0000;
}

.product_details_wrap .product_box .rig .prod_info .prod_box .down_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 45px;
	display: block;
	content: '\e64d';
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn {
	overflow: hidden;
	border-radius: 23px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn a {
	font-size: 14px;
	line-height: 45px;
	display: block;
	float: left;
	width: 150px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	/*background-color: #bbb;*/
	background-color: #ac0000;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn a {
		width: 130px;
	}
}

@media (max-width: 365px) {
	.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn a {
		width: 110px;
	}
}

.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn a:hover {
	background-color: #ac0000;
}

.product_details_wrap .product_box .rig .prod_info .prod_box .prod_btn .add_btn {
	margin-left: 1px;
}

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

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

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

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

.product_details_wrap .info_title h3 {
	font-family: 'Swis721 BlkCn BT';
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	color: #000;
}

@media (max-width: 1469px) {
	.product_details_wrap .info_title h3 {
		font-size: 34px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .info_title h3 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .info_title h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .info_title h3 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.product_details_wrap .info_title h3 {
		font-size: 22px;
	}
}

.product_details_wrap .info_title h3 span {
	margin-left: 10px;
	color: #999;
}

.product_details_wrap .product_info .text {
	margin-top: 20px;
	padding: 30px 40px;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_info .text {
		padding: 20px 30px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_info .text {
		margin-top: 10px;
		padding: 10px 20px;
	}
}

.product_details_wrap .product_info .text p {
	font-size: 18px;
	line-height: 1.88888889;
	color: #333;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_info .text p {
		font-size: 16px;
	}
}

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

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

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

.product_details_wrap .product_inquire .inquire_form p {
	font-size: 14px;
	line-height: 1.5;
	margin: 5px 0 25px;
	color: #999;
}

@media (max-width: 767px) {
	.product_details_wrap .product_inquire .inquire_form p {
		margin: 5px 0 20px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul {
	margin: 0 -5px;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li {
	margin-bottom: 10px;
	padding: 0 5px;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
	color: #fff;
	background-color: #000;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 56px;
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 30px;
	color: #000;
	border: none;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 270px;
	padding: 10px 30px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		padding: 10px 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		min-height: 200px;
		padding: 5px 15px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input::-webkit-input-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:-o-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:-o-placeholder {
	color: #666;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input::-moz-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea::-moz-placeholder {
	color: #666;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:-ms-input-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #666;
}

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

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

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

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

.product_details_wrap .product_inquire .inquire_form .form_ipt button {
	font-size: 14px;
	line-height: 3.57142857;
	position: relative;
	display: block;
	width: 165px;
	margin: auto;
	margin-top: 20px;
	padding: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 25px;
	background-color: #ac0000;
}

@media (max-width: 767px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt button {
		line-height: 3.21428571;
		width: 150px;
		margin-top: 0;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt button:hover {
	box-shadow: 0 0 20px rgba(172, 0, 0, .3);
}

.product_details_wrap .product_related .list {
	margin-top: 25px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list {
		margin-top: 20px;
	}
}

.product_details_wrap .product_related .list .slick_related .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .slick_related .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .slick-list {
		margin: 0 -5px;
	}
}

.product_details_wrap .product_related .list .slick_related .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .slick_related .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.product_details_wrap .product_related .list .slick_related .item {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 0 15px 0 rgba(153, 153, 153, .2);
}

@media (min-width: 1200px) {
	.product_details_wrap .product_related .list .slick_related .item:hover .name a {
		font-weight: bold;
		text-decoration: underline !important;
		color: #ac0000;
	}
	.product_details_wrap .product_related .list .slick_related .item:hover .add_btn a {
		background-color: #ac0000;
	}
	.product_details_wrap .product_related .list .slick_related .item:hover .add_btn a:before {
		color: #fff;
	}
}

.product_details_wrap .product_related .list .slick_related .item .pic {
	display: block;
}

.product_details_wrap .product_related .list .slick_related .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

.product_details_wrap .product_related .list .slick_related .item .name {
	padding: 40px 10px 25px 10px;
}

@media (max-width: 991px) {
	.product_details_wrap .product_related .list .slick_related .item .name {
		padding: 35px 10px 20px 10px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .name a {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .item .name a {
		font-size: 15px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .add_btn {
	position: absolute;
	right: 0;
	bottom: 64px;
	left: 0;
}

@media (max-width: 991px) {
	.product_details_wrap .product_related .list .slick_related .item .add_btn {
		bottom: 54px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .add_btn a {
	display: block;
	width: 48px;
	height: 48px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: solid 1px #103f9e;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .item .add_btn a {
		width: 45px;
		height: 45px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .add_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 46px;
	display: block;
	content: '\e60b';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #ac0000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .item .add_btn a:before {
		font-size: 17px;
		line-height: 43px;
	}
}

.news_wrap .list {
	padding: 30px 0 100px;
}

@media (max-width: 1469px) {
	.news_wrap .list {
		padding: 30px 0 80px;
	}
}

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

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

@media (max-width: 767px) {
	.news_wrap .list {
		padding: 20px 0 40px;
	}
}

.news_wrap .list .item {
	display: block;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.news_wrap .list .item {
		margin-bottom: 30px;
	}
}

.news_wrap .list .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

.news_wrap .list .item .info p {
	font-size: 18px;
	line-height: 1.33333333;
	display: -webkit-box;
	overflow: hidden;
	height: 48px;
	margin: 15px 0;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 991px) {
	.news_wrap .list .item .info p {
		margin: 15px 0;
	}
}

@media (max-width: 767px) {
	.news_wrap .list .item .info p {
		font-size: 16px;
		height: 43px;
		margin: 12px 0;
	}
}

.news_wrap .list .item .info span {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #999;
}

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

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

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

.news_details .news_title {
	text-align: left;
}

.news_details .news_title p {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #000;
}

@media (max-width: 1469px) {
	.news_details .news_title p {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.news_details .news_title p {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.news_details .news_title p {
		font-size: 25px;
	}
}

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

@media (max-width: 480px) {
	.news_details .news_title p {
		font-size: 18px;
	}
}

.news_details .news_box {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
	.news_details .news_box {
		padding-bottom: 15px;
	}
}

.news_details .news_box .time {
	font-family: 'PublicSans-Bold';
	font-size: 16px;
	line-height: 2;
	display: block;
	float: left;
	color: #ac0000;
}

@media (max-width: 991px) {
	.news_details .news_box .time {
		line-height: 1.5;
		float: none;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.news_details .news_box .time {
		font-size: 15px;
	}
}

.news_details .news_box .share_box {
	float: right;
}

@media (max-width: 991px) {
	.news_details .news_box .share_box {
		float: none;
		margin-top: 15px;
	}
}

.news_details .news_box .share_box span {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #222;
}

@media (max-width: 767px) {
	.news_details .news_box .share_box span {
		font-size: 15px;
	}
}

.news_details .news_box .share_box .share_tool {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

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

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

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

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

@media (max-width: 767px) {
	.news_details .info p {
		font-size: 14px;
	}
}

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

.news_vv {
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #eee;
}

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

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

.news_vv .video {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

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

.news_vv .video .video-box .img-box {
	padding-bottom: 35%;
}

.news_vv .video .video-box .img-box .iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_details .news_page {
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

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

.news_details .news_page .item {
	padding-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.news_details .news_page .item:hover a {
	color: #ac0000;
}

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

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

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

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

.news_details .news_page .prev {
	padding-top: 15px;
}

.about_wrap {
	background-color: #f6f6f6;
}

.about_wrap .ab_info {
	padding: 30px 0 100px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info {
		padding: 30px 0 80px;
	}
}

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

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

@media (max-width: 767px) {
	.about_wrap .ab_info {
		padding: 20px 0 40px;
	}
}

.about_wrap .ab_info .txt {
	margin-top: 25px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .txt {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .txt {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .txt {
		margin-top: 10px;
	}
}

.about_wrap .ab_info .txt p {
	font-size: 15px;
	line-height: 1.86666667;
	text-align: left;
	word-break: break-word;
	color: #333;
}

@media (max-width: 767px) {
	.about_wrap .ab_info .txt p {
		font-size: 14px;
	}
}

.about_wrap .ab_history {
	background: url(../image/his_bg.jpg) no-repeat center;
	background-size: cover;
}

.about_wrap .ab_history #ab_history {
	margin-top: -100px;
	padding-top: 100px;
}

.about_wrap .ab_history .title h2 {
	color: #fff;
}

.about_wrap .ab_history .list {
	margin-top: 80px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_history .list {
		margin-top: 60px;
	}
}

@media (max-width: 1366px) {
	.about_wrap .ab_history .list {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_history .list {
		margin-top: 30px;
	}
}

.about_wrap .ab_history .list .slick_history {
	font-size: 0;
	position: relative;
}

.about_wrap .ab_history .list .slick_history:before {
	position: absolute;
	right: 0;
	bottom: 13.5%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	border-top: 1px dotted #777;
}

@media (max-width: 1469px) {
	.about_wrap .ab_history .list .slick_history:before {
		bottom: 13%;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history:before {
		bottom: 10%;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_history .list .slick_history:before {
		bottom: 17%;
		display: none;
	}
}

.about_wrap .ab_history .list .slick_history .slick-list {
	margin: 0 -10px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_history .list .slick_history .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_history .list .slick_history .slick-list {
		margin: 0 -10px;
	}
}

.about_wrap .ab_history .list .slick_history .slick-list .slick-slide {
	padding: 0 10px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_history .list .slick_history .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_history .list .slick_history .slick-list .slick-slide {
		padding: 0 10px;
	}
}

.about_wrap .ab_history .list .slick_history .item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.about_wrap .ab_history .list .slick_history .item .pic {
	border: solid 1px #fff;
}

.about_wrap .ab_history .list .slick_history .item .pic .img-box {
	padding-bottom: 60.60606061%;
}

.about_wrap .ab_history .list .slick_history .item .text {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history .item .text {
		margin-top: 15px;
	}
}

.about_wrap .ab_history .list .slick_history .item .text p {
	font-size: 15px;
	line-height: 1.375;
	display: -webkit-box;
	overflow: hidden;
	height: 144px;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history .item .text p {
		font-size: 15px;
		height: 110px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_history .list .slick_history .item .text p {
		font-size: 14px;
		height: auto;
	}
}

.about_wrap .ab_history .list .slick_history .item .dot {
	position: relative;
	width: 15px;
	height: 15px;
	margin: 15px 0 30px;
	border-radius: 50%;
	background-color: #777;
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history .item .dot {
		margin: 20px 0;
	}
}

.about_wrap .ab_history .list .slick_history .item .dot:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin: auto;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
}

.about_wrap .ab_history .list .slick_history .item span {
	font-size: 20px;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
}

@media (max-width: 1199px) {
	.about_wrap .ab_history .list .slick_history .item span {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_history .list .slick_history .item span {
		font-size: 16px;
	}
}

.about_wrap .ab_history .history_arrow {
	margin-top: 60px;
	text-align: center;
}

@media (max-width: 991px) {
	.about_wrap .ab_history .history_arrow {
		margin-top: 10px;
	}
}

.about_wrap .ab_history .history_arrow span {
	display: inline-block;
	width: 47px;
	height: 47px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	vertical-align: middle;
	border: solid 1px #bbb;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.about_wrap .ab_history .history_arrow span {
		width: 40px;
		height: 40px;
	}
}

.about_wrap .ab_history .history_arrow span:hover {
	background-color: #bbb;
}

.about_wrap .ab_history .history_arrow span:hover:before {
	color: #fff;
}

.about_wrap .ab_history .history_arrow span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 45px;
	display: block;
	content: '\e727';
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.about_wrap .ab_history .history_arrow span:before {
		line-height: 38px;
	}
}

.about_wrap .ab_history .history_arrow .next {
	margin-left: 20px;
}

.about_wrap .ab_history .history_arrow .next:before {
	content: '\e728';
}

.about_wrap .ab_honor #ab_honor {
	margin-top: -100px;
	padding-top: 100px;
}

.about_wrap .ab_honor .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_honor .list {
		margin-top: 20px;
	}
}

.about_wrap .ab_honor .list .slick_honor {
	font-size: 0;
}

@media (max-width: 1600px) {
	.about_wrap .ab_honor .list .slick_honor {
		padding: 0 60px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honor {
		padding: 0 40px;
	}
}

@media (max-width: 480px) {
	.about_wrap .ab_honor .list .slick_honor {
		padding: 0 30px;
	}
}

.about_wrap .ab_honor .list .slick_honor .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 43%;
	left: -100px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1600px) {
	.about_wrap .ab_honor .list .slick_honor .slick-arrow {
		left: -10px;
	}
}

.about_wrap .ab_honor .list .slick_honor .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 45px;
	display: block;
	width: 47px;
	height: 47px;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #999;
	border: solid 1px #bbb;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honor .slick-arrow:before {
		line-height: 43px;
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .list .slick_honor .slick-arrow:before {
		line-height: 38px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.about_wrap .ab_honor .list .slick_honor .slick-arrow:before {
		font-size: 14px;
		line-height: 30px;
		width: 32px;
		height: 32px;
	}
}

.about_wrap .ab_honor .list .slick_honor .slick-arrow:hover:before {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

.about_wrap .ab_honor .list .slick_honor .slick-next {
	right: -100px;
	left: auto;
}

@media (max-width: 1600px) {
	.about_wrap .ab_honor .list .slick_honor .slick-next {
		right: -10px;
	}
}

.about_wrap .ab_honor .list .slick_honor .slick-next:before {
	content: '\e728';
}

.about_wrap .ab_honor .list .slick_honor .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list .slick_honor .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honor .slick-list {
		margin: 0 -5px;
	}
}

.about_wrap .ab_honor .list .slick_honor .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list .slick_honor .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honor .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.about_wrap .ab_honor .list .slick_honor .item {
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.about_wrap .ab_honor .list .slick_honor .item .pic {
	display: block;
}

.about_wrap .ab_honor .list .slick_honor .item .pic .img-box {
	padding-bottom: 66.66666667%;
}

.about_wrap .ab_honor .list .slick_honor .item p {
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	background-color: #fff;
}

.about_wrap .ab_honor .list .slick_honors {
	font-size: 0;
	margin-top: 50px;
}

@media (max-width: 1600px) {
	.about_wrap .ab_honor .list .slick_honors {
		padding: 0 60px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honors {
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .list .slick_honors {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_honor .list .slick_honors {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.about_wrap .ab_honor .list .slick_honors {
		padding: 0 30px;
	}
}

.about_wrap .ab_honor .list .slick_honors .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 45%;
	left: -100px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1600px) {
	.about_wrap .ab_honor .list .slick_honors .slick-arrow {
		left: -10px;
	}
}

.about_wrap .ab_honor .list .slick_honors .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 45px;
	display: block;
	width: 47px;
	height: 47px;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #999;
	border: solid 1px #bbb;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honors .slick-arrow:before {
		line-height: 43px;
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_honor .list .slick_honors .slick-arrow:before {
		line-height: 38px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.about_wrap .ab_honor .list .slick_honors .slick-arrow:before {
		font-size: 14px;
		line-height: 30px;
		width: 32px;
		height: 32px;
	}
}

.about_wrap .ab_honor .list .slick_honors .slick-arrow:hover:before {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}

.about_wrap .ab_honor .list .slick_honors .slick-next {
	right: -100px;
	left: auto;
}

@media (max-width: 1600px) {
	.about_wrap .ab_honor .list .slick_honors .slick-next {
		right: -10px;
	}
}

.about_wrap .ab_honor .list .slick_honors .slick-next:before {
	content: '\e728';
}

.about_wrap .ab_honor .list .slick_honors .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list .slick_honors .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honors .slick-list {
		margin: 0 -5px;
	}
}

.about_wrap .ab_honor .list .slick_honors .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_honor .list .slick_honors .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_honor .list .slick_honors .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.about_wrap .ab_honor .list .slick_honors .item {
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.about_wrap .ab_honor .list .slick_honors .item .pic {
	display: block;
}

.about_wrap .ab_honor .list .slick_honors .item .pic .img-box {
	padding-bottom: 142.42424242%;
}

.about_wrap .ab_honor .list .slick_honors .item p {
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	background-color: #fff;
}

.service_wrap .info {
	padding: 30px 0 100px;
}

@media (max-width: 1469px) {
	.service_wrap .info {
		padding: 30px 0 80px;
	}
}

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

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

@media (max-width: 767px) {
	.service_wrap .info {
		padding: 20px 0 40px;
	}
}

.service_wrap .info .tit {
	padding: 18px 30px;
	background-color: #666;
}

@media (max-width: 1469px) {
	.service_wrap .info .tit {
		padding: 15px 30px;
	}
}

@media (max-width: 1199px) {
	.service_wrap .info .tit {
		padding: 12px 20px;
	}
}

@media (max-width: 767px) {
	.service_wrap .info .tit {
		padding: 12px 15px;
	}
}

.service_wrap .info .tit b {
	font-family: 'PublicSans-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	color: #fff;
}

@media (max-width: 1469px) {
	.service_wrap .info .tit b {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.service_wrap .info .tit b {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.service_wrap .info .tit b {
		font-size: 15px;
	}
}

.service_wrap .info .tit_bg {
	background-color: #ac0000;
}

.service_wrap .info .txt {
	margin-bottom: 20px;
	padding: 20px 30px;
}

@media (max-width: 1199px) {
	.service_wrap .info .txt {
		margin-bottom: 10px;
		padding: 15px 20px;
	}
}

@media (max-width: 767px) {
	.service_wrap .info .txt {
		padding: 10px 15px;
	}
}

.service_wrap .info .txt p {
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}

@media (max-width: 1199px) {
	.service_wrap .info .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.service_wrap .info .txt p {
		font-size: 14px;
	}
}

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

.inquire_vehicle {
	background-color: #f9f9f9;
}

.inquire_vehicle .vehicle_box .title {
	text-align: center;
}

.inquire_vehicle .vehicle_box .lists_title {
	margin-top: 30px;
	border: solid 1px #d5d5d5;
	background-color: #ebebeb;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .lists_title {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .lists_title {
		margin-top: 20px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li {
	float: left;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
	width: 15%;
	padding: 0 50px;
	text-align: left;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
		padding: 0 0 0 10px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
		padding: 0 0 0 2px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -5px 10px 0 0 !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease .1s;
	transition: background-color ease .1s;
	vertical-align: middle;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	background-color: #fff;
	-webkit-appearance: none;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
		margin: -5px 1px 0 0 !important;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:focus {
	outline: none;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:checked {
	background: #ac0000;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:checked:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	background: transparent;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child p {
	display: inline-block;
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
	width: 45%;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
		width: 40%;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
	width: 20%;
	text-align: center;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
		width: 25%;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(4) {
	width: 20%;
	text-align: center;
}

.inquire_vehicle .vehicle_box .lists_title ul li p {
	font-size: 16px;
	font-weight: bold;
	line-height: 3.375;
	color: #333;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .lists_title ul li p {
		font-size: 13px;
	}
}

.inquire_vehicle .vehicle_box .list li {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list li {
		padding: 15px 0;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list li {
		padding: 15px 0;
	}
}

.inquire_vehicle .vehicle_box .list li:last-child {
	border-bottom: none;
}

.inquire_vehicle .vehicle_box .list .choose {
	line-height: 120px;
	float: left;
	width: 15%;
	padding: 0 50px;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .choose {
		line-height: 130px;
		padding: 0 0 0 10px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 0 0 4px;
	}
}

.inquire_vehicle .vehicle_box .list .choose input {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -5px 10px 0 0 !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease .1s;
	transition: background-color ease .1s;
	vertical-align: middle;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	background-color: #e6e6e6;
	-webkit-appearance: none;
}

.inquire_vehicle .vehicle_box .list .choose input:focus {
	outline: none;
}

.inquire_vehicle .vehicle_box .list .choose input:checked {
	background: #ac0000;
}

.inquire_vehicle .vehicle_box .list .choose input:checked:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	background: transparent;
}

.inquire_vehicle .vehicle_box .list .num {
	line-height: 120px;
	width: 20%;
	padding: 0 0 0 70px;
}

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .num {
		padding: 0 0 0 60px;
	}
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .num {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num {
		line-height: 130px;
		width: 25%;
	}
}

.inquire_vehicle .vehicle_box .list .num a {
	display: inline-block;
	width: 37px;
	height: 32px;
	cursor: pointer;
	vertical-align: middle;
	border: solid 1px #d2d2d2;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num a {
		width: 30px;
		height: 25px;
	}
}

@media (max-width: 550px) {
	.inquire_vehicle .vehicle_box .list .num a {
		width: 20px;
		height: 25px;
	}
}

.inquire_vehicle .vehicle_box .list .num a:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	content: '\e626';
	text-align: center;
	color: #000;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num a:before {
		line-height: 23px;
	}
}

.inquire_vehicle .vehicle_box .list .num .add_num {
	margin-right: 0;
}

.inquire_vehicle .vehicle_box .list .num .add_num:before {
	content: '\e62f';
}

.inquire_vehicle .vehicle_box .list .num input {
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	width: 60px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: transparent;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num input {
		width: 50px;
	}
}

@media (max-width: 550px) {
	.inquire_vehicle .vehicle_box .list .num input {
		font-size: 14px;
		width: 30px;
		padding: 0;
	}
}

@media (max-width: 345px) {
	.inquire_vehicle .vehicle_box .list .num input {
		width: 24px;
	}
}

.inquire_vehicle .vehicle_box .list .info {
	width: 45%;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .info {
		width: 40%;
	}
}

.inquire_vehicle .vehicle_box .list .info .pic {
	display: inline-block;
	width: 160px;
	vertical-align: middle;
	border: solid 1px #cdcdcd;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		display: block;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		width: 40%;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		width: 80%;
	}
}

.inquire_vehicle .vehicle_box .list .info .pic .img-box {
	padding-bottom: 75.36231884%;
}

.inquire_vehicle .vehicle_box .list .info p {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	width: 70%;
	padding: 0 20px;
	vertical-align: middle;
	color: #333;
}

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .info p {
		width: 65%;
	}
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .info p {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .info p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .info p {
		font-size: 14px;
	}
}

.inquire_vehicle .vehicle_box .list .del {
	line-height: 120px;
	float: left;
	width: 20%;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .del {
		line-height: 130px;
	}
}

.inquire_vehicle .vehicle_box .list .del a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	content: '\e6c7';
	cursor: pointer;
	text-align: center;
	color: #787878;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .del a:before {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.inquire_vehicle .vehicle_box .list .del a:before {
		font-size: 16px;
	}
}

.inquire_vehicle .product_details_wrap {
	padding: 0;
}

.sitemap_wrap {
	padding: 180px 0 80px;
}

@media (max-width: 1469px) {
	.sitemap_wrap {
		padding: 170px 0 70px;
	}
}

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

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

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

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

.sitemap_wrap .list {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.sitemap_wrap .list {
		margin-top: 35px;
	}
}

@media (max-width: 991px) {
	.sitemap_wrap .list {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.sitemap_wrap .list {
		margin-top: 25px;
	}
}

.sitemap_wrap .list>ul>li:last-child .item {
	margin-bottom: 0;
}

.sitemap_wrap .list .item {
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.sitemap_wrap .list .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item {
		margin-bottom: 15px;
	}
}

.sitemap_wrap .list .item .link_a a {
	font-size: 20px;
	line-height: 2.77777778;
	display: block;
	width: 220px;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #ac0000;
}

@media (max-width: 1199px) {
	.sitemap_wrap .list .item .link_a a {
		font-size: 18px;
		line-height: 2.77777778;
	}
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .link_a a {
		font-size: 17px;
		line-height: 2.64705882;
		width: 190px;
	}
}

.sitemap_wrap .list .item .page_a {
	padding-top: 15px;
	padding-bottom: 5px;
}

.sitemap_wrap .list .item .page_a>a {
	font-size: 18px;
	line-height: 2.22222222;
	display: inline-block;
	padding-right: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 1469px) {
	.sitemap_wrap .list .item .page_a>a {
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .page_a>a {
		font-size: 17px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item .page_a>a {
		font-size: 16px;
		padding-right: 20px;
	}
}

.sitemap_wrap .list .item .page_a>a:hover {
	color: #ac0000;
}

.sitemap_wrap .list .more .pro_list1 {
	padding-top: 0;
	padding-bottom: 5px;
}

.sitemap_wrap .list .more .pro_list1>li {
	margin-top: 10px;
}

@media (max-width: 480px) {
	.sitemap_wrap .list .more .pro_list1>li {
		margin-top: 5px;
	}
}

.sitemap_wrap .list .more .pro_list1>li>a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	padding: 5px 0;
	padding-left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

.sitemap_wrap .list .more .pro_list1>li>a:hover {
	color: #ac0000;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .more .pro_list1>li>a {
		position: static;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .more .pro_list1>li>a {
		font-size: 17px;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 {
	margin: 0 -15px;
	padding-top: 10px;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .more .pro_list1 .pro_list2 {
		padding-top: 0;
		padding-left: 0;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li {
	display: inline-block;
	padding: 0 15px;
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #999;
}

@media (max-width: 767px) {
	.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a {
		font-size: 15px;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a:hover {
	text-decoration: underline !important;
	color: #ac0000;
}

.hide{
	display: none !important;
}

@media (max-width: 991px) {
	.online-wrap {
		display: none !important;
	}
}