@charset 'utf-8';
.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_top {
	padding-top: 95px;
}

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

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

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

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

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

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

.banner .slickbanner .slick-dots {
	position: absolute;
	bottom: 40px;
	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: 24px;
	height: 24px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: solid 1px transparent;
	border-radius: 50%;
}

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

.banner .slickbanner .slick-dots li:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	border-radius: 50%;
	background-color: #fff;
}

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

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

.banner .slickbanner .slick-dots .slick-active {
	border: solid 1px #c9141e;
}

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

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

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

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

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

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

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

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

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

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

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

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

.page_nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.page_nav .tit {
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

@media (max-width: 1469px) {
	.page_nav .tit {
		padding-bottom: 30px;
	}
}

@media (max-width: 1399px) {
	.page_nav .tit {
		padding-bottom: 20px;
	}
}

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

@media (max-width: 575px) {
	.page_nav .tit {
		padding-bottom: 10px;
	}
}

.page_nav .tit p {
	font-family: 'Impact';
	font-size: 28px;
	font-style: italic;
	line-height: 1;
	color: #fff;
}

@media (max-width: 1469px) {
	.page_nav .tit p {
		font-size: 26px;
	}
}

@media (max-width: 1399px) {
	.page_nav .tit p {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.page_nav .tit p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.page_nav .tit p {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.page_nav .tit p {
		font-size: 18px;
	}
}


/*title*/

.title {
	position: relative;
}

.title span {
	font-family: 'Oswald-Bold';
	font-size: 60px;
	line-height: 1.2;
	display: block;
	color: #e8e8e8;
}

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

@media (max-width: 1399px) {
	.title span {
		font-size: 50px;
	}
}

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

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

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

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

.title h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: 0;
	text-transform: uppercase;
	color: #222;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.padt {
	padding-top: 100px;
}

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

@media (max-width: 1399px) {
	.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: 100px 0;
}

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

@media (max-width: 1399px) {
	.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;
	}
}

.page_padt {
	padding-top: 100px;
}

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

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

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

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

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

.page_padd {
	padding: 80px 0 100px;
}

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

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

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

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

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

.wrapper {
	overflow: hidden;
}

.index_recommend .recommend_box {
	position: relative;
}

.index_recommend .recommend_box .small_pic {
	position: relative;
}

.index_recommend .recommend_box .small_pic:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 77%;
	content: '';
	background-color: #f5f5f5;
}

@media (max-width: 1469px) {
	.index_recommend .recommend_box .small_pic:before {
		height: 76%;
	}
}

@media (max-width: 1399px) {
	.index_recommend .recommend_box .small_pic:before {
		height: 75%;
	}
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .small_pic:before {
		height: 74%;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .small_pic:before {
		height: 73%;
	}
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic:before {
		height: 70%;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav {
	font-size: 0;
}

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

.index_recommend .recommend_box .small_pic .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e8a7';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-arrow:before {
		font-size: 16px;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-arrow:hover:before {
	color: #c9141e;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-next:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list {
	margin: 0;
	padding-bottom: 60px;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide {
	height: auto !important;
	padding: 0;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item {
	position: relative;
	padding: 20px 0 30px;
	cursor: pointer;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item {
		padding: 25px 0;
	}
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item {
		padding: 25px 0 20px;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item:after {
	position: absolute;
	bottom: -55px;
	left: 50%;
	display: block;
	width: 6px;
	height: 0;
	content: '';
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../imgs/icon_line.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item:after {
		bottom: -50px;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item:hover {
	background-color: #c9141e;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item:hover .prod_num {
	opacity: 1;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item:hover .name p {
	color: #fff;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .pic {
	display: block;
	width: 62%;
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .pic {
		width: 60px;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .pic .img-box {
	padding-bottom: 100%;
	border-radius: 50%;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .prod_num {
	font-family: 'Oswald-Bold';
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 14px;
	right: 15px;
	-webkit-transition: all .45s;
	transition: all .45s;
	opacity: 0;
	color: #fffefe;
}

@media (max-width: 1399px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .prod_num {
		font-size: 20px;
		top: 10px;
		right: 10px;
	}
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .prod_num {
		font-size: 18px;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .name {
	margin-top: 15px;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .name p {
	font-size: 14px;
	line-height: 1.2;
	/*overflow: hidden;*/
	padding: 0 10px;
	-webkit-transition: all .45s;
	transition: all .45s;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	color: #222;
	height: 51px;
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .name p {
		height: 68px;
	}
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-slide .item .name p {
		font-size: 13px;
		height: 50px;
	}
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-current .item {
	background-color: #c9141e;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-current .item:after {
	height: 38px;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-current .item .prod_num {
	opacity: 1;
}

.index_recommend .recommend_box .small_pic .slider-nav .slick-list .slick-current .item .name p {
	color: #fff;
}

.index_recommend .recommend_box .big_pic {
	position: relative;
	padding: 40px 0 90px;
}

.index_recommend .recommend_box .big_pic:before {
	position: absolute;
	z-index: 2;
	top: -60px;
	right: 0;
	display: block;
	width: 26.042%;
	height: 60%;
	content: '';
	background: url(../imgs/tips.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.index_recommend .recommend_box .big_pic:before {
		width: 22%;
		height: 44%;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic:before {
		display: none;
	}
}

@media (max-width: 1399px) {
	.index_recommend .recommend_box .big_pic {
		padding: 30px 0 80px;
	}
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .big_pic {
		padding: 20px 0 70px;
	}
}

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

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

@media (max-width: 575px) {
	.index_recommend .recommend_box .big_pic {
		padding: 0 0 30px;
	}
}

.index_recommend .recommend_box .big_pic .container {
	position: relative;
}

.index_recommend .recommend_box .big_pic .item .pic {
	display: block;
	width: 51.064%;
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .big_pic .item .pic {
		width: 45%;
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .item .pic {
		float: none;
		width: 60%;
		margin: 10px auto 0;
	}
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .big_pic .item .pic {
		width: 80%;
	}
}

.index_recommend .recommend_box .big_pic .item .pic .img-box {
	padding-bottom: 77.77777778%;
}

.index_recommend .recommend_box .big_pic .item .rig {
	width: 40.5%;
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .big_pic .item .rig {
		width: 52%;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .item .rig {
		float: none;
		width: 100%;
	}
}

.index_recommend .recommend_box .big_pic .item .rig .tit {
	padding: 30px 0;
}

@media (max-width: 1469px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit {
		padding: 20px 0 10px;
	}
}

.index_recommend .recommend_box .big_pic .item .rig .tit a {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	text-transform: uppercase;
	color: #222;
}

@media (max-width: 1469px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit a {
		font-size: 32px;
	}
}

@media (max-width: 1399px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit a {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit a {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit a {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit a {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit a {
		font-size: 20px;
	}
}

.index_recommend .recommend_box .big_pic .item .rig .tit span {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-top: 10px;
	color: #222;
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .item .rig .tit span {
		font-size: 15px;
	}
}

.index_recommend .recommend_box .big_pic .item .rig .txt {
	overflow-y: auto;
	height: 240px;
	-webkit-overflow-scrolling: touch;
}

.index_recommend .recommend_box .big_pic .item .rig .txt::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fefefe;
}

.index_recommend .recommend_box .big_pic .item .rig .txt::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.index_recommend .recommend_box .big_pic .item .rig .txt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.index_recommend .recommend_box .big_pic .item .rig .txt::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .big_pic .item .rig .txt {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .item .rig .txt {
		height: auto;
	}
}

.index_recommend .recommend_box .big_pic .item .rig .txt p {
	font-size: 15px;
	line-height: 2;
	color: #666;
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .big_pic .item .rig .txt p {
		font-size: 14px;
	}
}

.index_recommend .recommend_box .big_pic .msg_box {
	/*position: absolute;
	bottom: 46px;
	left: 15px;*/
	margin-top: 60px;
}

@media (max-width: 1399px) {
	.index_recommend .recommend_box .big_pic .msg_box {
		/*bottom: 0;*/
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .big_pic .msg_box {
		position: static;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .msg_box {
		margin-top: 20px;
	}
}

@media (max-width: 400px) {
	.index_recommend .recommend_box .big_pic .msg_box .more {
		float: none;
	}
}

.index_recommend .recommend_box .big_pic .msg_box .more a {
	font-size: 16px;
	line-height: 3.125;
	display: block;
	width: 190px;
	text-align: center;
	color: #fff;
	background-color: #c9141e;
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .big_pic .msg_box .more a {
		font-size: 14px;
		width: 160px;
	}
}

.index_recommend .recommend_box .big_pic .msg_box .more a:after {
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	margin-left: 12px;
	content: '\e630';
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_recommend .recommend_box .big_pic .msg_box .more a:hover:after {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.index_recommend .recommend_box .big_pic .msg_box .msg {
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.index_recommend .recommend_box .big_pic .msg_box .more {
		float: none;
	}
	.index_recommend .recommend_box .big_pic .msg_box .msg {
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.index_recommend .recommend_box .big_pic .msg_box .more a {
		font-size: 15px;
		width: 180px;
	}
}

@media (max-width: 400px) {
	.index_recommend .recommend_box .big_pic .msg_box .msg {
		float: none;
		margin-top: 20px;
		margin-left: 0;
	}
}

.index_recommend .recommend_box .big_pic .msg_box .msg a {
	font-size: 20px;
	line-height: 50px;
	position: relative;
	display: block;
	padding-left: 60px;
	color: #c9141e;
}

@media (max-width: 991px) {
	.index_recommend .recommend_box .big_pic .msg_box .msg a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .msg_box .msg a {
		font-size: 16px;
	}
}

.index_recommend .recommend_box .big_pic .msg_box .msg a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	background: url(../imgs/icon_tel.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.index_recommend .recommend_box .big_pic .msg_box .msg a:before {
		width: 45px;
		height: 45px;
	}
}

.index_recommend .recommend_box .big_pic .msg_box .msg a:hover {
	text-decoration: underline !important;
}

.index_boxbg {
	background: url(../imgs/index_casebg.jpg) no-repeat center;
	background-size: cover;
}

.index_about {
	position: relative;
	overflow: hidden;
	padding: 60px 0 90px;
}

@media (max-width: 1399px) {
	.index_about {
		padding: 60px 0 80px;
	}
}

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

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

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

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

.index_about:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 27%;
	content: '';
	background: url(../imgs/index_abbg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_about:before {
		height: 40%;
	}
}

@media (max-width: 767px) {
	.index_about:before {
		height: 50%;
	}
}

.index_about .info_box {
	position: relative;
	z-index: 1;
}

.index_about .info_box .title {
	text-align: left;
}

@media (max-width: 991px) {
	.index_about .info_box .title {
		float: none;
	}
}

.index_about .info_box .title h2 {
	position: absolute;
	top: 28px;
	left: 0;
	color: #fff;
}

@media (max-width: 767px) {
	.index_about .info_box .title h2 {
		top: 20px;
	}
}

.index_about .info_box .title span {
	margin-top: -10px;
	color: #e13d46;
}

.index_about .info_box .txt {
	max-width: 990px;
}

@media (max-width: 1399px) {
	.index_about .info_box .txt {
		max-width: 800px;
	}
}

@media (max-width: 1199px) {
	.index_about .info_box .txt {
		max-width: 650px;
	}
}

@media (max-width: 991px) {
	.index_about .info_box .txt {
		float: none;
		max-width: 100%;
		margin-top: 30px;
	}
}

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

.index_about .info_box .txt p {
	font-size: 15px;
	line-height: 1.73333333;
	color: #fff;
}

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

.index_about .range_box {
	position: relative;
	z-index: 1;
	margin-top: 55px;
}

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

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

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

.index_about .range_box .pic {
	width: 78%;
	box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) {
	.index_about .range_box .pic {
		float: none;
		width: 100%;
	}
}

.index_about .range_box .pic .img-box {
	padding-bottom: 49.56521739%;
}

.index_about .index_num {
	max-width: 19%;
	margin: auto;
	margin-top: 15px;
}

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

.index_about .index_num ul {
	margin: 0;
}

.index_about .index_num ul li {
	padding: 0;
}

@media (max-width: 1199px) {
	.index_about .index_num ul li {
		float: left;
		width: 25%;
	}
}

@media (max-width: 767px) {
	.index_about .index_num ul li {
		width: 50%;
	}
}

.index_about .index_num ul li:nth-child(1) .item:before {
	content: '\e769';
}

.index_about .index_num ul li:nth-child(2) .item:before {
	content: '\e9ac';
}

.index_about .index_num ul li:nth-child(3) .item:before {
	content: '\e620';
}

.index_about .index_num ul li:nth-child(4) .item:before {
	content: '\e605';
}

.index_about .index_num .item {
	position: relative;
	margin-top: 55px;
	padding-left: 40px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: left;
}

@media (max-width: 1469px) {
	.index_about .index_num .item {
		margin-top: 46px;
	}
}

@media (max-width: 1399px) {
	.index_about .index_num .item {
		margin-top: 35px;
	}
}

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

@media (max-width: 991px) {
	.index_about .index_num .item {
		padding-left: 35px;
	}
}

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

.index_about .index_num .item:before {
	font-family: 'iconfont' !important;
	font-size: 25px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: '';
	color: #c9141e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_about .index_num .item b {
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
}

.index_about .index_num .item b span {
	font-family: 'Oswald-Bold';
	font-size: 50px;
	line-height: 1;
	color: #222;
}

@media (max-width: 1469px) {
	.index_about .index_num .item b span {
		font-size: 46px;
	}
}

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

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

@media (max-width: 991px) {
	.index_about .index_num .item b span {
		font-size: 34px;
	}
}

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

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

@media (max-width: 350px) {
	.index_about .index_num .item b span {
		font-size: 28px;
	}
}

.index_about .index_num .item b sup {
	font-size: 15px;
	top: -35px;
}

@media (max-width: 1399px) {
	.index_about .index_num .item b sup {
		top: -30px;
	}
}

@media (max-width: 1199px) {
	.index_about .index_num .item b sup {
		top: -25px;
	}
}

@media (max-width: 767px) {
	.index_about .index_num .item b sup {
		font-size: 14px;
		top: -20px;
	}
}

.index_about .index_num .item p {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #666;
}

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

@media (max-width: 767px) {
	.index_about .index_num .item p {
		font-size: 14px;
	}
}

.padtb {
	padding-bottom: 50px;
	text-align: center;
}

@media (max-width: 1469px) {
	.padtb {
		padding-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.padtb {
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.padtb {
		padding-bottom: 25px;
	}
}

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

.index_case .list ul {
	margin: 0;
}

.index_case .list ul li {
	padding: 0;
}

.index_case .list .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.index_case .list .item:hover .info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.index_case .list .item:hover .info:after {
	opacity: 1;
}

.index_case .list .item .img-box {
	padding-bottom: 65.625%;
}

.index_case .list .item .img-box:before {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 31%;
	content: '';
	background: url(../imgs/case_cover.png) no-repeat center;
	background-size: cover;
}

.index_case .list .item .info {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

@media (max-width: 1399px) {
	.index_case .list .item .info {
		padding: 20px;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.index_case .list .item .info:after {
	display: block;
	width: 55px;
	height: 2px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: #fff;
}

.index_case .list .item .info span {
	font-family: 'Oswald-Bold';
	font-size: 18px;
	line-height: 1.2;
	display: block;
	margin-bottom: 12px;
	color: #fff;
}

@media (max-width: 1399px) {
	.index_case .list .item .info span {
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) {
	.index_case .list .item .info span {
		font-size: 16px;
	}
}

.index_case .list .item .info p {
	font-size: 20px;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 1399px) {
	.index_case .list .item .info p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.index_case .list .item .info p {
		font-size: 16px;
	}
}

.index_news {
	overflow: hidden;
}

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

.index_news .title h2 {
	margin-top: -35px;
}

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

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

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

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

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

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

@media (max-width: 991px) {
	.index_news .list .slick-list {
		margin: 0 -5px;
	}
}

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

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

@media (max-width: 991px) {
	.index_news .list .slick-list .slick-slide {
		padding: 0 5px;
	}
}

@media (max-width: 1600px) {
	.index_news .slick_news {
		padding: 0 50px;
	}
}

@media (max-width: 1199px) {
	.index_news .slick_news {
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.index_news .slick_news {
		padding: 0 30px;
	}
}

.index_news .slick_news .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 38%;
	left: -70px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1600px) {
	.index_news .slick_news .slick-arrow {
		left: -10px;
	}
}

@media (max-width: 1199px) {
	.index_news .slick_news .slick-arrow {
		top: 35%;
	}
}

.index_news .slick_news .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 45px;
	display: block;
	width: 45px;
	height: 45px;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #666;
	border-radius: 50%;
	background-color: #eee;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_news .slick_news .slick-arrow:before {
		font-size: 18px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 991px) {
	.index_news .slick_news .slick-arrow:before {
		font-size: 16px;
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
}

.index_news .slick_news .slick-arrow:hover:before {
	color: #fff;
	background-color: #eb1000;
}

.index_news .slick_news .slick-next {
	right: -70px;
	left: auto;
}

@media (max-width: 1600px) {
	.index_news .slick_news .slick-next {
		right: -10px;
	}
}

.index_news .slick_news .slick-next:before {
	content: '\e728';
}

.index_news .list .item {
	overflow: hidden;
	-webkit-transition: all .45s;
	transition: all .45s;
	background-color: #fff;
}

.index_news .list .item:hover .info a {
	color: #c9141e;
}

.index_news .list .item:hover .info a:after {
	background-color: #c9141e;
}

.index_news .list .item:hover .info span {
	color: #c9141e;
}

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

.index_news .list .item .info {
	margin-top: 30px;
}

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

.index_news .list .item .info a {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	-webkit-transition: all .45s;
	transition: all .45s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

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

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

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

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

.index_news .list .item .info a:after {
	display: block;
	width: 26px;
	height: 4px;
	margin: 20px 0;
	content: '';
	-webkit-transition: all .45s;
	transition: all .45s;
	background-color: #666;
}

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

.index_news .list .item .info p {
	font-size: 15px;
	line-height: 1.86666667;
	display: -webkit-box;
	overflow: hidden;
	height: 56px;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 767px) {
	.index_news .list .item .info p {
		font-size: 14px;
		height: 45px;
	}
}

.index_news .list .item .info span {
	font-family: 'Oswald-Bold';
	font-size: 16px;
	line-height: 1.2;
	display: block;
	margin-top: 40px;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #666;
}

@media (max-width: 1399px) {
	.index_news .list .item .info span {
		margin-top: 30px;
	}
}

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

@media (max-width: 991px) {
	.index_news .list .item .info span {
		font-size: 15px;
	}
}

.index_news .list .item .info span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
	content: '\e61c';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap {
	overflow: hidden;
	background: url(../imgs/prod_bg.jpg) no-repeat center;
	background-size: cover;
}

.product_wrap .left {
	position: relative;
	width: 26%;
}

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

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

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

.product_wrap .left .menu .menu1>li>a {
	font-size: 18px;
	line-height: 1.33333333;
	position: relative;
	display: block;
	padding: 18px 40px 18px 24px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #fff;
	background-color: #222;
}

@media (max-width: 1399px) {
	.product_wrap .left .menu .menu1>li>a {
		font-size: 17px;
	}
}

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

.product_wrap .left .menu .menu1>li>a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #c9141e;
}

.product_wrap .left .menu .menu1>li>a:after {
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '\e61f';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.product_wrap .left .menu .menu1>li>a:after {
		font-size: 13px;
		right: 15px;
	}
}

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

.product_wrap .left .menu .menu1>li:hover>a,
.product_wrap .left .menu .menu1>li.active>a {
	color: #fff;
	background-color: #c9141e;
}

.product_wrap .left .menu .menu1>li:hover>a:before,
.product_wrap .left .menu .menu1>li.active>a:before {
	background-color: #222;
}

.product_wrap .left .menu .menu2 {
	display: none;
	padding: 20px 40px;
}

@media (max-width: 1469px) {
	.product_wrap .left .menu .menu2 {
		padding: 20px 24px;
	}
}

@media (max-width: 1399px) {
	.product_wrap .left .menu .menu2 {
		padding: 15px 24px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .left .menu .menu2 {
		padding: 16px 0;
	}
}

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

.product_wrap .left .menu .menu2>li>a {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 12px 0 7px 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
	border-bottom: dashed 1px #cacaca;
}

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

.product_wrap .left .menu .menu2>li>a:before {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	content: '-';
}

.product_wrap .left .menu .menu2>li:hover>a,
.product_wrap .left .menu .menu2>li.active>a {
	color: #c9141e;
}

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

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

.product_wrap .left .menu .menu3>li:hover>a,
.product_wrap .left .menu .menu3>li.active>a {
	color: #c9141e;
}

.product_wrap .right {
	width: 74%;
	padding-left: 54px;
}

@media (max-width: 1399px) {
	.product_wrap .right {
		padding-left: 30px;
	}
}

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

.product_wrap .right .m_location {
	display: none;
	margin-bottom: 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e6e6e6;
}

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

@media (max-width: 767px) {
	.product_wrap .right .m_location {
		margin-bottom: 15px;
	}
}

.product_wrap .right .m_location ul {
	margin: 0 -8px;
}

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

.product_wrap .right .m_location ul li a {
	font-size: 16px;
	line-height: 2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #333;
}

@media (max-width: 575px) {
	.product_wrap .right .m_location ul li a {
		font-size: 15px;
	}
}

.product_wrap .right .m_location ul .active a {
	font-weight: bold;
	color: #c9141e;
}

.product_wrap .right .prod_no {
	margin-bottom: 50px;
}

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

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

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

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

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

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

.product_wrap .right .prod_lists .item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 14px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item {
		margin-bottom: 20px;
		padding: 10px;
	}
}

.product_wrap .right .prod_lists .item:hover {
	background-color: #c9141e;
}

.product_wrap .right .prod_lists .item:hover .info .name,
.product_wrap .right .prod_lists .item:hover .info p {
	color: #fff;
}

.product_wrap .right .prod_lists .item:hover .info .more {
	background-color: #222;
}

.product_wrap .right .prod_lists .item .pic {
	width: 45%;
}

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

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

.product_wrap .right .prod_lists .item .info {
	width: 55%;
	padding: 50px 50px 0 57px;
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists .item .info {
		padding: 30px 40px 0 50px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_lists .item .info {
		padding: 20px 20px 0 30px;
	}
}

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

@media (max-width: 575px) {
	.product_wrap .right .prod_lists .item .info {
		float: none;
		width: 100%;
		padding: 20px 0 10px 0;
	}
}

.product_wrap .right .prod_lists .item .info .name {
	font-size: 22px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_lists .item .info .name {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item .info .name {
		font-size: 18px;
	}
}

.product_wrap .right .prod_lists .item .info p {
	font-size: 15px;
	line-height: 1.86666667;
	display: -webkit-box;
	overflow: hidden;
	height: 56px;
	margin: 30px 0 80px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1469px) {
	.product_wrap .right .prod_lists .item .info p {
		margin: 20px 0 60px;
	}
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists .item .info p {
		margin: 20px 0 50px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_lists .item .info p {
		margin: 10px 0 40px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item .info p {
		margin: 10px 0 20px;
	}
}

.product_wrap .right .prod_lists .item .info .more {
	font-size: 16px;
	line-height: 2.625;
	position: relative;
	display: block;
	width: 160px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	background-color: #c9141e;
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_lists .item .info .more {
		font-size: 15px;
		width: 150px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item .info .more {
		font-size: 14px;
		width: 130px;
	}
}

.product_wrap .right .prod_lists .item .info .more:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '\e728';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(-300%) translateY(-50%);
	-ms-transform: translateX(-300%) translateY(-50%);
	transform: translateX(-300%) translateY(-50%);
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .right .prod_lists .item .info .more:hover {
	padding-right: 20px;
}

.product_wrap .right .prod_lists .item .info .more:hover:after {
	-webkit-transform: translateX(-200%) translateY(-50%);
	-ms-transform: translateX(-200%) translateY(-50%);
	transform: translateX(-200%) translateY(-50%);
	opacity: 1;
}

.product_wrap .page {
	padding-top: 30px;
}

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

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

.product_details_wrap .location {
	padding: 15px 0;
	background-color: #f5f5f5;
}

@media (max-width: 575px) {
	.product_details_wrap .location {
		padding: 10px 0;
	}
}

.product_details_wrap .location ul li {
	display: inline-block;
}

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

@media (max-width: 991px) {
	.product_details_wrap .location ul li:first-child a:before {
		font-size: 16px;
		margin-right: 10px;
	}
}

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

.product_details_wrap .location ul li a {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #666;
}

@media (max-width: 991px) {
	.product_details_wrap .location ul li a {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .location ul li a {
		font-size: 13px;
	}
}

.product_details_wrap .location ul li a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin: 0 0 0 3px;
	content: '>';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .location ul li:hover a {
	text-decoration: underline !important;
	color: #c9141e;
}

.product_details_wrap .location ul .act a {
	text-decoration: underline !important;
	color: #c9141e;
}

.product_details_wrap .prod_range {
	padding: 60px 0 100px;
}

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

@media (max-width: 1399px) {
	.product_details_wrap .prod_range {
		padding: 60px 0 70px;
	}
}

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

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

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

.product_details_wrap .product_box {
	position: relative;
}

.product_details_wrap .product_box .lef {
	font-size: 0;
	width: 53.901%;
}

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

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

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

.product_details_wrap .product_box .lef .big_pic {
	overflow: hidden;
}

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

.product_details_wrap .product_box .lef .big_pic .prod_vv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_details_wrap .product_box .lef .small_pic {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46.099%;
	padding-left: 70px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .lef .small_pic {
		padding-left: 40px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .lef .small_pic {
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .lef .small_pic {
		position: static;
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
	}
}

.product_details_wrap .product_box .lef .small_pic .slider-nav {
	font-size: 0;
	padding: 0 35px;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav {
		padding: 0 25px;
	}
}

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

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 94px;
	display: block;
	width: 22px;
	height: 94px;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fff;
	background-color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:before {
		line-height: 84px;
		height: 84px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:before {
		line-height: 75px;
		height: 75px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:before {
		line-height: 79px;
		height: 79px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:before {
		font-weight: bold;
		color: #000;
		background-color: transparent;
	}
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:hover:before {
	background-color: #c9141e;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-arrow:hover:before {
		color: #c9141e;
		background-color: transparent;
	}
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-next:before {
	content: '\e728';
}

.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;
	overflow: hidden;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 76.74418605%;
	border: solid 1px #fff;
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	content: '\ea82';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before {
		font-size: 30px;
	}
}

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

.product_details_wrap .product_box .rig {
	width: 46.099%;
	padding-top: 60px;
	padding-left: 70px;
}

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

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig {
		padding-top: 20px;
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

.product_details_wrap .product_box .rig .tit p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #222;
}

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

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .tit p {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .tit p {
		font-size: 18px;
	}
}

.product_details_wrap .product_box .rig .note {
	margin-top: 30px;
}

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

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .note {
		margin-top: 15px;
	}
}

.product_details_wrap .product_box .rig .note b {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
	color: #c9141e;
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .note b {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .note b {
		font-size: 15px;
	}
}

.product_details_wrap .product_box .rig .note .txt {
	overflow-y: auto;
	height: 300px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .note .txt {
		height: 240px;
	}
}

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

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

.product_details_wrap .product_box .rig .note .txt p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .note .txt p {
		font-size: 15px;
	}
}

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

.product_details_wrap .info_padt {
	margin-top: 70px;
}

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

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

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

.product_details_wrap .info_title {
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 767px) {
	.product_details_wrap .info_title {
		padding-bottom: 14px;
	}
}

.product_details_wrap .info_title p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-transform: capitalize;
	color: #c9141e;
}

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

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

@media (max-width: 575px) {
	.product_details_wrap .info_title p {
		font-size: 18px;
	}
}

.product_details_wrap .info_title p:after {
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	content: '';
	background-color: #c9141e;
}

@media (max-width: 767px) {
	.product_details_wrap .info_title p:after {
		bottom: -17px;
	}
}

.product_details_wrap .product_info .text {
	margin-top: 30px;
}

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

.product_details_wrap .product_info .text p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

@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_related .list {
	margin-top: 40px;
}

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

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

.product_details_wrap .product_related .list .slick_related {
	font-size: 0;
	padding-bottom: 40px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .slick_related {
		padding-bottom: 30px;
	}
}

.product_details_wrap .product_related .list .slick_related .slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}

.product_details_wrap .product_related .list .slick_related .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 4px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	border-radius: 2px;
	background-color: #dfdfdf;
}

@media (max-width: 991px) {
	.product_details_wrap .product_related .list .slick_related .slick-dots li {
		width: 10px;
	}
}

.product_details_wrap .product_related .list .slick_related .slick-dots li button {
	display: none;
}

.product_details_wrap .product_related .list .slick_related .slick-dots .slick-active {
	width: 25px;
	background-color: #c9141e;
}

@media (max-width: 991px) {
	.product_details_wrap .product_related .list .slick_related .slick-dots .slick-active {
		width: 20px;
	}
}

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

@media (max-width: 1469px) {
	.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: 1469px) {
	.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 .item {
	display: block;
	overflow: hidden;
	padding: 14px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .item {
		padding: 10px;
	}
}

.product_details_wrap .product_related .list .item:hover {
	background-color: #c9141e;
}

.product_details_wrap .product_related .list .item:hover .info .name,
.product_details_wrap .product_related .list .item:hover .info p {
	color: #fff;
}

.product_details_wrap .product_related .list .item:hover .info .more {
	background-color: #222;
}

.product_details_wrap .product_related .list .item .pic {
	width: 45%;
}

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

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

.product_details_wrap .product_related .list .item .info {
	width: 55%;
	padding: 30px 30px 0 40px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_related .list .item .info {
		padding: 10px 20px 0 30px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .item .info {
		padding: 5px 10px 0 20px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_related .list .item .info {
		float: none;
		width: 100%;
		padding: 20px 0 10px 0;
	}
}

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

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .item .info .name {
		font-size: 17px;
	}
}

.product_details_wrap .product_related .list .item .info p {
	font-size: 15px;
	line-height: 1.86666667;
	display: -webkit-box;
	overflow: hidden;
	height: 56px;
	margin: 15px 0 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_related .list .item .info p {
		margin: 15px 0 30px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .item .info p {
		margin: 10px 0 20px;
	}
}

.product_details_wrap .product_related .list .item .info .more {
	font-size: 15px;
	line-height: 2.33333333;
	position: relative;
	display: block;
	width: 130px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
	background-color: #c9141e;
}

.product_details_wrap .product_related .list .item .info .more:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '\e728';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(-300%) translateY(-50%);
	-ms-transform: translateX(-300%) translateY(-50%);
	transform: translateX(-300%) translateY(-50%);
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_related .list .item .info .more:hover {
	padding-right: 20px;
}

.product_details_wrap .product_related .list .item .info .more:hover:after {
	-webkit-transform: translateX(-150%) translateY(-50%);
	-ms-transform: translateX(-150%) translateY(-50%);
	transform: translateX(-150%) translateY(-50%);
	opacity: 1;
}

.case_wrap {
	background: url(../imgs/case_bg.jpg) no-repeat center;
	background-size: cover;
}

.case_wrap .list ul {
	margin: 0 -15px;
}

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

@media (max-width: 767px) {
	.case_wrap .list ul {
		margin: 0 -5px;
	}
}

.case_wrap .list ul li {
	padding: 0 15px;
}

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

@media (max-width: 767px) {
	.case_wrap .list ul li {
		padding: 0 5px;
	}
}

.case_wrap .list .item {
	display: block;
	margin-bottom: 30px;
	padding: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: solid 1px #ededed;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.case_wrap .list .item {
		padding: 10px;
	}
}

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

.case_wrap .list .item:hover {
	border: 1px solid #c9141e;
	background-color: #c9141e;
}

.case_wrap .list .item:hover .info p,
.case_wrap .list .item:hover .info span {
	color: #fff;
}

.case_wrap .list .item .pic .img-box {
	padding-bottom: 65.85365854%;
}

.case_wrap .list .item .info {
	padding-bottom: 10px;
}

.case_wrap .list .item .info p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	margin: 30px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1199px) {
	.case_wrap .list .item .info p {
		font-size: 17px;
		margin: 20px 0;
	}
}

.case_wrap .list .item .info span {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #666;
}

.case_wrap .list .item .info span:hover {
	text-decoration: underline !important;
}

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

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

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

.news_details .news_title b {
	font-size: 26px;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #222;
}

@media (max-width: 1399px) {
	.news_details .news_title b {
		font-size: 24px;
	}
}

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

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

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

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

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

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

.news_details .news_box .time {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	display: block;
	float: left;
	color: #c9141e;
}

@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 .a2a_kit {
	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: 2;
	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_details .news_page {
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #d8dfea;
}

@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: #c9141e;
}

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

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

.news_wrap {
	background: url(../imgs/news_bg.jpg) no-repeat center;
	background-size: cover;
}

.news_wrap .list ul {
	margin: 0 -15px;
}

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

@media (max-width: 767px) {
	.news_wrap .list ul {
		margin: 0 -5px;
	}
}

.news_wrap .list ul li {
	padding: 0 15px;
}

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

@media (max-width: 767px) {
	.news_wrap .list ul li {
		padding: 0 5px;
	}
}

.news_wrap .list .item {
	margin-bottom: 30px;
}

.news_wrap .list .item:hover .info a,
.news_wrap .list .item:hover .info span {
	color: #c9141e;
}

.news_wrap .list .item:hover .info a {
	text-decoration: underline !important;
}

.news_wrap .list .item .pic {
	width: 39.131%;
}

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

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

.news_wrap .list .item .info {
	width: 60.869%;
	padding: 20px 0 0 30px;
}

@media (max-width: 1469px) {
	.news_wrap .list .item .info {
		padding: 10px 0 0 20px;
	}
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info {
		padding: 5px 0 0 15px;
	}
}

@media (max-width: 991px) {
	.news_wrap .list .item .info {
		float: none;
		width: 100%;
		padding: 15px 0 0 0;
	}
}

.news_wrap .list .item .info a {
	font-size: 18px;
	font-weight: bold;
	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: 1199px) {
	.news_wrap .list .item .info a {
		font-size: 17px;
	}
}

.news_wrap .list .item .info p {
	font-size: 15px;
	line-height: 1.66666667;
	display: -webkit-box;
	overflow: hidden;
	height: 50px;
	margin: 20px 0 30px;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

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

.news_wrap .list .item .info span {
	font-family: 'Oswald-Bold';
	font-size: 16px;
	line-height: 1;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #666;
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info span {
		font-size: 15px;
	}
}

.news_wrap .list .item .info span:before {
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e61c';
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info span:before {
		font-size: 14px;
	}
}

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

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

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

.contact_wrap .cont_box {
	overflow: hidden;
}

.contact_wrap .cont_box ul {
	margin: 0 -50px;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box ul {
		margin: 0 -10px;
	}
}

.contact_wrap .cont_box ul li {
	position: relative;
	float: left;
	width: 33.33333333%;
	padding: 0 50px;
}

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

@media (max-width: 991px) {
	.contact_wrap .cont_box ul li {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.contact_wrap .cont_box ul li {
		width: 100%;
	}
}

.contact_wrap .cont_box ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 53px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #dbdbdb;
}

@media (max-width: 575px) {
	.contact_wrap .cont_box ul li:after {
		display: none;
	}
}

.contact_wrap .cont_box ul li:last-child:after {
	display: none;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box ul li:last-child {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box ul li:nth-child(2):after {
		display: none;
	}
}

@media (max-width: 575px) {
	.contact_wrap .cont_box ul li:nth-child(2) {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box ul li:nth-child(3) {
		margin-top: 30px;
	}
}

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

.contact_wrap .cont_box .txt:hover span {
	background-color: #c9141e;
}

.contact_wrap .cont_box .txt span {
	display: block;
	width: 55px;
	height: 55px;
	margin: auto;
	margin-bottom: 35px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 50%;
	background-color: #222;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .txt span {
		margin-bottom: 30px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap .cont_box .txt span {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .txt span {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
}

.contact_wrap .cont_box .txt span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 55px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #fffefe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .txt span:before {
		line-height: 50px;
	}
}

.contact_wrap .cont_box .txt p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #222;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .txt p {
		font-size: 20px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap .cont_box .txt p {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .txt p {
		font-size: 17px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .txt p {
		font-size: 16px;
	}
}

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

.contact_wrap .cont_box .txt p a:hover {
	text-decoration: underline !important;
	color: #c9141e;
}

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

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

.contact_wrap .cont_box .fax span:before {
	font-size: 24px;
	content: '\e621';
}

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

.contact_wrap .contact_form {
	padding: 60px 0;
	background: url(../imgs/cont_bg.jpg) no-repeat center;
	background-size: cover;
}

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

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

.contact_wrap .contact_form .tit b {
	font-size: 30px;
	line-height: 1;
	display: block;
	color: #222;
}

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

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

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

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

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

@media (max-width: 575px) {
	.contact_wrap .contact_form .tit b {
		font-size: 20px;
	}
}

.contact_wrap .contact_form .tit p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
	color: #222;
}

@media (max-width: 991px) {
	.contact_wrap .contact_form .tit p {
		font-size: 15px;
		margin-top: 15px;
	}
}

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

.contact_wrap .contact_form .message_ipt {
	margin-top: 35px;
}

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

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

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

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

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

.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 .for_input {
	position: relative;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li .for_textarea label {
	top: 16px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li .for_ed label {
	font-size: 13px;
	top: 8px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #666;
	background-color: #fff;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li label {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	padding: 1px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	color: #666;
}

@media (max-width: 767px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li label {
		font-size: 14px;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
	font-size: 15px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #fff;
}

@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 {
		padding: 0 15px;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li input:focus,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:focus {
	border: 1px solid #c9141e;
	box-shadow: none;
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea {
	line-height: 30px;
	min-height: 270px;
	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: #fff;
}

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

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

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

.contact_wrap .contact_form .message_ipt .form_ipt ul li button {
	font-size: 17px;
	line-height: 2.94117647;
	position: relative;
	display: block;
	width: 227px;
	margin: auto;
	margin-top: 10px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: #c9141e;
}

@media (max-width: 1399px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li button {
		width: 200px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li button {
		font-size: 16px;
		line-height: 45px;
		width: 180px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_form .message_ipt .form_ipt ul li button {
		font-size: 15px;
		line-height: 42px;
		width: 160px;
	}
}

.contact_wrap .contact_form .message_ipt .form_ipt ul li button:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e67d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.ab_nav {
	background-color: #f5f5f5;
}

.ab_nav ul {
	margin: 0 -45px;
}

@media (max-width: 991px) {
	.ab_nav ul {
		margin: 0 -30px;
	}
}

@media (max-width: 767px) {
	.ab_nav ul {
		margin: 0 -20px;
	}
}

@media (max-width: 575px) {
	.ab_nav ul {
		margin: 0 -11px;
	}
}

.ab_nav ul li {
	position: relative;
	display: inline-block;
	padding: 0 45px;
}

@media (max-width: 991px) {
	.ab_nav ul li {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.ab_nav ul li {
		padding: 0 20px;
	}
}

@media (max-width: 575px) {
	.ab_nav ul li {
		padding: 0 11px;
	}
}

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

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

.ab_nav ul li a {
	font-size: 16px;
	line-height: 50px;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

@media (max-width: 991px) {
	.ab_nav ul li a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ab_nav ul li a {
		font-size: 14px;
		line-height: 45px;
	}
}

@media (max-width: 575px) {
	.ab_nav ul li a {
		font-size: 13px;
	}
}

.ab_nav ul li a:hover {
	color: #c9141e;
}

.ab_nav ul .act a {
	color: #c9141e;
}

.about_wrap {
	padding-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

.about_wrap .index_num ul {
	margin: 0 -100px;
}

@media (max-width: 1469px) {
	.about_wrap .index_num ul {
		margin: 0 -70px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .index_num ul {
		margin: 0 -50px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .index_num ul {
		margin: 0 -20px;
	}
}

.about_wrap .index_num ul li {
	position: relative;
	float: left;
	padding: 0 100px;
}

@media (max-width: 1469px) {
	.about_wrap .index_num ul li {
		padding: 0 70px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .index_num ul li {
		padding: 0 50px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .index_num ul li {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.about_wrap .index_num ul li {
		width: 50% !important;
	}
}

@media (max-width: 575px) {
	.about_wrap .index_num ul li {
		width: 100% !important;
	}
}

.about_wrap .index_num ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 60px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(49%, #ca1923), color-stop(50%, #c9141e), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#c9141e), to(#c9141e));
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #ca1923 49%, #c9141e 50%, #fff 100%), -webkit-linear-gradient(#c9141e, #c9141e);
	background-image: linear-gradient(0deg, #fff 0%, #ca1923 49%, #c9141e 50%, #fff 100%), linear-gradient(#c9141e, #c9141e);
}

@media (max-width: 991px) {
	.about_wrap .index_num ul li:after {
		display: none;
	}
}

.about_wrap .index_num ul li:nth-child(1) {
	width: 26%;
}

@media (max-width: 991px) {
	.about_wrap .index_num ul li:nth-child(1) {
		margin-bottom: 40px;
	}
}

.about_wrap .index_num ul li:nth-child(1) .item:before {
	content: '\e769';
}

.about_wrap .index_num ul li:nth-child(2) {
	width: 26%;
}

@media (max-width: 991px) {
	.about_wrap .index_num ul li:nth-child(2) {
		margin-bottom: 40px;
	}
}

.about_wrap .index_num ul li:nth-child(2) .item:before {
	content: '\e9ac';
}

.about_wrap .index_num ul li:nth-child(3) {
	width: 24%;
}

@media (max-width: 575px) {
	.about_wrap .index_num ul li:nth-child(3) {
		margin-bottom: 40px;
	}
}

.about_wrap .index_num ul li:nth-child(3) .item:before {
	content: '\e620';
}

.about_wrap .index_num ul li:nth-child(4) {
	width: 24%;
}

.about_wrap .index_num ul li:nth-child(4):after {
	display: none;
}

.about_wrap .index_num ul li:nth-child(4) .item:before {
	content: '\e605';
}

.about_wrap .index_num .item {
	position: relative;
	padding-left: 70px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: left;
}

.about_wrap .index_num .item:hover:before {
	color: #fff;
	background-color: #c9141e;
}

.about_wrap .index_num .item:before {
	font-family: 'iconfont' !important;
	font-size: 25px;
	font-style: normal;
	line-height: 48px;
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #c9141e;
	border: solid 1px #c9141e;
	border-radius: 50%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.about_wrap .index_num .item:before {
		top: 10px;
	}
}

@media (max-width: 575px) {
	.about_wrap .index_num .item:before {
		top: 8px;
	}
}

.about_wrap .index_num .item b {
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #c9141e;
}

.about_wrap .index_num .item b span {
	font-family: 'Oswald-Bold';
	font-size: 50px;
	line-height: 1;
}

@media (max-width: 1469px) {
	.about_wrap .index_num .item b span {
		font-size: 46px;
	}
}

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

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

@media (max-width: 991px) {
	.about_wrap .index_num .item b span {
		font-size: 34px;
	}
}

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

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

@media (max-width: 350px) {
	.about_wrap .index_num .item b span {
		font-size: 28px;
	}
}

.about_wrap .index_num .item b sup {
	font-size: 15px;
	top: -35px;
}

@media (max-width: 1399px) {
	.about_wrap .index_num .item b sup {
		top: -30px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .index_num .item b sup {
		top: -25px;
	}
}

@media (max-width: 767px) {
	.about_wrap .index_num .item b sup {
		font-size: 14px;
		top: -20px;
	}
}

.about_wrap .index_num .item p {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #222;
}

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

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

.about_wrap .ab_vv {
	position: relative;
	overflow: hidden;
}

.about_wrap .ab_vv .video {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

@media (max-width: 767px) {
	.about_wrap .ab_vv .video {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

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

.about_wrap .ab_vv .video .video-box .img-box {
	padding-bottom: 26.5625%;
}

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

.about_wrap .ab_vv .video .video-box .icon_ab {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.about_wrap .ab_vv .video .video-box .icon_play {
	position: relative;
	width: 94px;
	height: 94px;
	margin: auto;
	text-align: center;
}

@media (max-width: 767px) {
	.about_wrap .ab_vv .video .video-box .icon_play {
		width: 90px;
		height: 90px;
	}
}

.about_wrap .ab_vv .video .video-box .icon_play:before {
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 58px;
	height: 58px;
	margin: auto;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../imgs/icon_play.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 767px) {
	.about_wrap .ab_vv .video .video-box .icon_play:before {
		width: 50px;
		height: 50px;
	}
}

.about_wrap .ab_vv .video .video-box .icon_play span {
	display: block;
}

.about_wrap .ab_vv .video .video-box .icon_play span:before {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 79px;
	height: 79px;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: iconplay1 4s 0s linear infinite;
	animation: iconplay1 4s 0s linear infinite;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 767px) {
	.about_wrap .ab_vv .video .video-box .icon_play span:before {
		width: 70px;
		height: 70px;
	}
}

.about_wrap .ab_vv .video .video-box .icon_play span:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: iconplay 4s 0s linear infinite;
	animation: iconplay 4s 0s linear infinite;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 767px) {
	.about_wrap .ab_vv .video .video-box .icon_play span:after {
		width: 90px;
		height: 90px;
	}
}

.about_wrap .ab_vv .video .video-box .icon_play span:after {
	-webkit-animation: iconplay 4s 2s linear infinite;
	animation: iconplay 4s 2s linear infinite;
}

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

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

@keyframes iconplay {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .3;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0;
	}
}

@-webkit-keyframes iconplay {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .3;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0;
	}
}

@keyframes iconplay1 {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .6;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0;
	}
}

@-webkit-keyframes iconplay1 {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .6;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0;
	}
}

.about_culture {
	padding: 60px 0 100px;
	background: url(../imgs/cul_bg.jpg) no-repeat center;
	background-size: cover;
}

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

@media (max-width: 1399px) {
	.about_culture {
		padding: 60px 0 70px;
	}
}

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

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

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

.about_culture .list ul li:nth-child(even) .culture_box .left {
	float: right;
}

.about_culture .list ul li:nth-child(even) .culture_box .right {
	float: left;
}

.about_culture .list .culture_box {
	position: relative;
	margin-top: 35px;
}

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

.about_culture .list .culture_box .left {
	float: left;
	width: 49.646%;
}

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

.about_culture .list .culture_box .left .pic .img-box {
	padding-bottom: 61.42857143%;
}

.about_culture .list .culture_box .right {
	float: right;
	width: 50.354%;
}

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

.about_culture .list .culture_box .right .info {
	position: absolute;
	top: 50%;
	width: 50.354%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

@media (max-width: 767px) {
	.about_culture .list .culture_box .right .info {
		position: static;
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.about_culture .list .culture_box .right .info .tit:after {
	display: block;
	width: 1px;
	height: 30px;
	margin: 20px auto 10px;
	content: '';
	background-color: #c9141e;
}

@media (max-width: 991px) {
	.about_culture .list .culture_box .right .info .tit:after {
		height: 20px;
		margin: 10px auto 0;
	}
}

.about_culture .list .culture_box .right .info .tit span {
	font-family: 'Oswald-Bold';
	font-size: 30px;
	line-height: 1;
	display: block;
	opacity: .15;
	color: #c9141e;
}

@media (max-width: 1469px) {
	.about_culture .list .culture_box .right .info .tit span {
		font-size: 28px;
	}
}

@media (max-width: 1399px) {
	.about_culture .list .culture_box .right .info .tit span {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.about_culture .list .culture_box .right .info .tit span {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	.about_culture .list .culture_box .right .info .tit span {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.about_culture .list .culture_box .right .info .tit span {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.about_culture .list .culture_box .right .info .tit span {
		font-size: 20px;
	}
}

.about_culture .list .culture_box .right .info .tit p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-top: -15px;
	color: #c9141e;
}

@media (max-width: 1469px) {
	.about_culture .list .culture_box .right .info .tit p {
		font-size: 26px;
	}
}

@media (max-width: 1399px) {
	.about_culture .list .culture_box .right .info .tit p {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.about_culture .list .culture_box .right .info .tit p {
		font-size: 23px;
	}
}

@media (max-width: 991px) {
	.about_culture .list .culture_box .right .info .tit p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.about_culture .list .culture_box .right .info .tit p {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.about_culture .list .culture_box .right .info .tit p {
		font-size: 18px;
	}
}

.about_culture .list .culture_box .right .info .txt p {
	font-size: 20px;
	line-height: 2.25;
	color: #222;
}

@media (max-width: 1399px) {
	.about_culture .list .culture_box .right .info .txt p {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.about_culture .list .culture_box .right .info .txt p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.about_culture .list .culture_box .right .info .txt p {
		font-size: 15px;
	}
}

.about_honor {
	padding: 60px 0 100px;
	background: url(../imgs/honor_bg.jpg) no-repeat bottom;
	background-size: cover;
}

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

@media (max-width: 1399px) {
	.about_honor {
		padding: 60px 0 70px;
	}
}

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

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

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

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

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

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

.about_honor .list ul {
	margin: 0 -15px;
}

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

@media (max-width: 767px) {
	.about_honor .list ul {
		margin: 0 -5px;
	}
}

.about_honor .list ul li {
	padding: 0 15px;
}

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

@media (max-width: 767px) {
	.about_honor .list ul li {
		padding: 0 5px;
	}
}

.about_honor .list .item {
	display: block;
	margin-bottom: 30px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
}

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

.about_honor .list .item:hover p {
	text-decoration: underline !important;
	color: #c9141e;
}

.about_honor .list .item .pic {
	display: block;
}

.about_honor .list .item .pic .img-box {
	padding-bottom: 139.39393939%;
}

.about_honor .list .item p {
	font-size: 18px;
	line-height: 1.2;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1199px) {
	.about_honor .list .item p {
		margin-top: 10px;
	}
}

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

.about_honor .page {
	padding-top: 30px;
}

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

.about_history {
	padding: 60px 0 100px;
	background: url(../imgs/ab_historybg.jpg) no-repeat center;
	background-size: cover;
}

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

@media (max-width: 1399px) {
	.about_history {
		padding: 60px 0 70px;
	}
}

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

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

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

.about_history .history_box {
	margin-top: 50px;
}

@media (max-width: 1469px) {
	.about_history .history_box {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.about_history .history_box {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about_history .history_box {
		margin-top: 25px;
	}
}

.about_history .history_box .big_pic .item .pic {
	width: 48.227%;
}

@media (max-width: 991px) {
	.about_history .history_box .big_pic .item .pic {
		float: none;
		width: 60%;
	}
}

@media (max-width: 767px) {
	.about_history .history_box .big_pic .item .pic {
		float: none;
		width: 100%;
	}
}

.about_history .history_box .big_pic .item .pic .img-box {
	padding-bottom: 64.70588235%;
}

.about_history .history_box .big_pic .item .info {
	width: 51.773%;
	padding: 80px 0 0 80px;
}

@media (max-width: 1469px) {
	.about_history .history_box .big_pic .item .info {
		padding: 30px 0 0 30px;
	}
}

@media (max-width: 1199px) {
	.about_history .history_box .big_pic .item .info {
		padding: 20px 0 0 30px;
	}
}

@media (max-width: 991px) {
	.about_history .history_box .big_pic .item .info {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}
}

.about_history .history_box .big_pic .item .info .time p {
	font-family: 'Oswald-Bold';
	font-size: 50px;
	line-height: 1;
	color: #c9141e;
}

@media (max-width: 1469px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 46px;
	}
}

@media (max-width: 1399px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 34px;
	}
}

@media (max-width: 991px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 28px;
	}
}

@media (max-width: 575px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 26px;
	}
}

@media (max-width: 350px) {
	.about_history .history_box .big_pic .item .info .time p {
		font-size: 24px;
	}
}

.about_history .history_box .big_pic .item .info .tit {
	margin: 25px 0 20px;
}

@media (max-width: 1199px) {
	.about_history .history_box .big_pic .item .info .tit {
		margin: 20px 0 10px;
	}
}

.about_history .history_box .big_pic .item .info .tit p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #222;
}

@media (max-width: 1199px) {
	.about_history .history_box .big_pic .item .info .tit p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.about_history .history_box .big_pic .item .info .tit p {
		font-size: 17px;
	}
}

.about_history .history_box .big_pic .item .info .txt p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

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

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

.about_history .history_box .small_pic {
	width: 100%;
	margin-top: 90px;
}

@media (max-width: 1199px) {
	.about_history .history_box .small_pic {
		margin-top: 80px;
	}
}

@media (max-width: 991px) {
	.about_history .history_box .small_pic {
		margin-top: 40px;
	}
}

@media (max-width: 1570px) {
	.about_history .history_box .small_pic .slider-nav {
		padding: 0 50px;
	}
}

.about_history .history_box .small_pic .slider-nav .slick-list .slick-slide {
	position: relative;
}

.about_history .history_box .small_pic .slider-nav .slick-list .slick-current .note:before {
	width: 50%;
}

.about_history .history_box .small_pic .slider-nav .slick-list .slick-current .note p {
	color: #c9141e;
}

.about_history .history_box .small_pic .slider-nav .slick-list .slick-current .note p:before {
	background-color: #c9141e;
}

.about_history .history_box .small_pic .slider-nav .slick-arrow {
	position: absolute;
	z-index: 2;
	top: -15px;
	left: -75px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1570px) {
	.about_history .history_box .small_pic .slider-nav .slick-arrow {
		left: 0;
	}
}

.about_history .history_box .small_pic .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: 40px;
	display: block;
	width: 41px;
	height: 41px;
	content: '\e727';
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #222;
	border: solid 1px #c9141e;
	border-radius: 50%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.about_history .history_box .small_pic .slider-nav .slick-arrow:before {
		font-size: 16px;
		line-height: 35px;
		width: 36px;
		height: 36px;
	}
}

.about_history .history_box .small_pic .slider-nav .slick-arrow:hover:before {
	color: #fff;
	background-color: #c9141e;
}

.about_history .history_box .small_pic .slider-nav .slick-next {
	right: -75px;
	left: auto;
}

@media (max-width: 1570px) {
	.about_history .history_box .small_pic .slider-nav .slick-next {
		right: 0;
	}
}

.about_history .history_box .small_pic .slider-nav .slick-next:before {
	content: '\e728';
}

.about_history .history_box .small_pic .note {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.about_history .history_box .small_pic .note:before {
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 0;
	display: block;
	width: 0;
	height: 1px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #c9141e;
}

.about_history .history_box .small_pic .note:after {
	position: absolute;
	top: 4px;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #cdcdcd;
}

.about_history .history_box .small_pic .note p {
	font-family: 'Oswald-Bold';
	font-size: 22px;
	line-height: 1;
	display: block;
	color: #999;
}

.about_history .history_box .small_pic .note p:before {
	position: relative;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	margin-bottom: 16px;
	content: '';
	border-radius: 50%;
	background-color: #aaa;
}

@media (max-width: 991px) {
	.about_history .history_box .small_pic .note p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.about_history .history_box .small_pic .note p {
		font-size: 18px;
	}
}


/*20231011*/

.case_info img {
	max-width: 33.33333333% !important;
	width: 33.33333333% !important;
	height: auto !important;
	padding: 0 10px;
}

@media (max-width: 575px) {
	.case_info img {
		max-width: 100% !important;
		width: 100% !important;
		padding: 10px 0;
	}
}

.sitemap_wrap {
	overflow: hidden;
}

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

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

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

.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: 18px;
	font-weight: bold;
	line-height: 2.77777778;
	display: block;
	width: 180px;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #c9141e;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .link_a a {
		font-size: 16px;
		line-height: 2.8125;
		width: 170px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item .link_a a {
		width: 150px;
	}
}

.sitemap_wrap .list .item .page_a {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.sitemap_wrap .list .item .page_a>a {
	font-size: 18px;
	line-height: 2.5;
	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 {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item .page_a>a {
		font-size: 15px;
		padding-right: 20px;
	}
}

.sitemap_wrap .list .item .page_a>a:hover {
	color: #c9141e;
}

.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 0 0;
	padding-left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

.sitemap_wrap .list .more .pro_list1>li>a:hover {
	color: #c9141e;
}

@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: #c9141e;
}