a,
select,
textarea,
input,
button,
html,
body,
div,
ul,
li {
	tap-highlight-color: transparent !important
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
	-webkit-appearance: none
}

button,
input,
textarea,
select {
	border: none;
	border-radius: 0;
	outline: none
}

.jwlogo {
	display: none !important
}

html {
	font-size: 20px
}

@media only screen and (min-width: 360px) {
	html {
		font-size: 20px !important
	}
}

@media only screen and (min-width: 435px) {
	html {
		font-size: 30px !important
	}
}

@media only screen and (min-width: 500px) {
	html {
		font-size: 36px !important
	}
}

@media only screen and (min-width: 750px) {
	html {
		font-size: 40px !important
	}
}

@-webkit-keyframes pound {
	from {
		-webkit-transform: none;
		transform: none
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes pound {
	from {
		-webkit-transform: none;
		transform: none
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@font-face {
	font-family: "ITC AVANT GARDE GOTHIC LT DEMI";
	src: url("fonts/ITC AVANT GARDE GOTHIC LT DEMI.woff2") format("woff2"), url("fonts/ITC AVANT GARDE GOTHIC LT DEMI.woff") format("woff"), url("fonts/ITC AVANT GARDE GOTHIC LT DEMI.ttf") format("truetype"), url("fonts/ITC AVANT GARDE GOTHIC LT DEMI.eot") format("embedded-opentype"), url("fonts/ITC AVANT GARDE GOTHIC LT DEMI.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

.w1180 {
	width: 1180px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1380px) {
	.w1180 {
		width: 88%
	}
}

@media (max-width: 1024px) {
	.w1180 {
		width: 92%
	}
}

.w1364 {
	width: 1364px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1564px) {
	.w1364 {
		width: 88%
	}
}

@media (max-width: 1024px) {
	.w1364 {
		width: 92%
	}
}

.w890 {
	width: 890px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1100px) {
	.w890 {
		width: 88%
	}
}

@media (max-width: 1024px) {
	.w890 {
		width: 92%
	}
}

.w1400 {
	width: 1400px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 1600px) {
	.w1400 {
		width: 88%
	}
}

@media (max-width: 1024px) {
	.w1400 {
		width: 92%
	}
}

.demi {
	font-family: "ITC AVANT GARDE GOTHIC LT DEMI"
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
}

@keyframes move {
	0% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
}

body {
	width: 100%;
	overflow: hidden
}

.ellipsis,
.main .wrap.join .join_box .life_box .list .swiper-container .swiper-wrapper .swiper-slide .text,
.main .wrap.cooperation .case .case_list ul li a .cont .anli-name,
.main .wrap.product .content .container .p-box .p-list ul li a .cont .name,
.main .wrap.product .content .container .p-box .p-list ul li a .cont .intro,
.main .wrap.product .info .help .item .list ul li a,
.main .wrap.news .content .news_detail .detail_bot .detail_l p,
.main .wrap.news .content .video_list ul li .video-text h3,
.main .wrap.news .content .news_list ul li a .news-text h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

::-webkit-input-placeholder {
	color: #999 !important
}

:-moz-placeholder {
	color: #999 !important
}

::-moz-placeholder {
	color: #999 !important
}

:-ms-input-placeholder {
	color: #999 !important
}

@-webkit-keyframes downico {
	0% {
		top: 0;
		opacity: 1
	}

	35% {
		top: 50%;
		opacity: 0
	}

	65% {
		top: -50%;
		opacity: 0
	}

	100% {
		top: 0;
		opacity: 1
	}
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1
	}

	35% {
		top: 50%;
		opacity: 0
	}

	65% {
		top: -50%;
		opacity: 0
	}

	100% {
		top: 0;
		opacity: 1
	}
}

.header {
	background: #fff;
	position: relative;
	z-index: 100
}

@media (max-width: 1024px) {
	.header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		width: 100%;
		box-shadow: 2px 3px 5px rgba(7, 0, 2, 0.08)
	}
}

.header .header_cen {
	padding-top: 20px
}

@media (max-width: 1024px) {
	.header .header_cen {
		padding: 0;
		height: 50px
	}
}

.header .header_cen .logo {
	float: left
}

@media (max-width: 1024px) {
	.header .header_cen .logo {
		line-height: 50px
	}
}

@media (max-width: 1024px) {
	.header .header_cen .logo img {
		max-width: 140px
	}
}

.header .header_cen .push-line {
	overflow: hidden;
	width: 28px;
	height: 50px;
	cursor: pointer;
	float: right;
	position: relative;
	display: none;
	margin-left: 12px;
	transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1)
}

@media (max-width: 1024px) {
	.header .header_cen .push-line {
		display: block;
		display: none
	}
}

.header .header_cen .push-line span {
	height: 2px;
	background: #ef6d00;
	display: block;
	position: absolute;
	width: 28px;
	display: block;
	z-index: 5;
	top: 13px;
	left: 50%;
	margin: 0px 0px 0px -14px;
	-webkit-transform-origin: center;
	transform-origin: center;
	border-radius: 3px;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s
}

.header .header_cen .push-line span.line-2 {
	top: 23px
}

.header .header_cen .push-line span.line-3 {
	top: 33px
}

.header .header_cen .push-line.currentDd .line-1 {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 25px
}

.header .header_cen .push-line.currentDd .line-2 {
	opacity: 0;
	left: -100%
}

.header .header_cen .push-line.currentDd .line-3 {
	top: 25px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.header .header_cen .btn,
.header .header_cen .search {
	margin-top: 17px;
	float: right;
	cursor: pointer
}

@media (max-width: 1024px) {

	.header .header_cen .btn,
	.header .header_cen .search {
		margin-top: 10px
	}

	.header .header_cen .btn img,
	.header .header_cen .search img {
		height: 30px
	}
}

@media (max-width: 500px) {

	.header .header_cen .btn,
	.header .header_cen .search {
		margin-top: 11px
	}

	.header .header_cen .btn img,
	.header .header_cen .search img {
		height: 28px
	}
	.banner_box{ margin-top:40px;}
	.main .wrap.product .info,.content{margin-top:50px;}
}

.header .header_cen .btn {
	margin-left: 20px
}

@media (max-width: 1200px) {
	.header .header_cen .btn {
		margin-left: 15px
	}
}

@media (max-width: 1100px) {
	.header .header_cen .btn {
		margin-left: 12px
	}
}

.header .header_cen .nav {
	float: right
}

@media (max-width: 1024px) {
	.header .header_cen .nav {
		display: none
	}
}

.header .header_cen .nav ul li {
	float: left
}

.header .header_cen .nav ul li.croNav {
	position: relative
}

.header .header_cen .nav ul li .a {
	font-size: 16px;
	line-height: 66px;
	color: #333;
	display: block;
	padding: 0px 20px;
	padding-bottom: 20px
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .a {
		padding: 0 15px;
		padding-bottom: 20px
	}
}

@media (max-width: 1100px) {
	.header .header_cen .nav ul li .a {
		padding: 0 10px;
		padding-bottom: 20px
	}
}

.header .header_cen .nav ul li .slider {
	position: absolute;
	width: 100%;
	background: #fff;
	top: 86px;
	left: 0;
	display: none;
	z-index: 1000;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	padding-bottom: 15px
}

.header .header_cen .nav ul li .slider a {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
	display: block;
	transition: color 0.3s;
	padding: 5px 0
}

@media (min-width: 1024px) {
	.header .header_cen .nav ul li .slider a:hover {
		color: #ef6d00
	}
}

.header .header_cen .nav ul li .mqNav {
	position: absolute;
	width: 100%;
	background: #fff;
	top: 105px;
	left: 0;
	z-index: 1000;
	display: none
}

@media (max-width: 1024px) {
	.header .header_cen .nav ul li .mqNav {
		display: none !important
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 2px solid #d3d3d3;
	padding-bottom: 30px;
	font-size: 0
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li {
	display: inline-block;
	padding: 0 25px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	position: relative
}

@media (max-width: 1400px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li {
		padding: 0 15px
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li.active::after {
	transform: scaleX(1);
	transform-origin: left center
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li.active .icon img {
	filter: grayscale(0)
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li.active p {
	color: #ef6d00
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li::after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 2px;
	background: #ef6d00;
	left: 50%;
	bottom: -10px;
	margin-left: -12px;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li {
		padding: 0 10px
	}
}

@media (max-width: 1024px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li {
		width: 25%;
		margin: 15px 0;
		padding: 0;
		border: none
	}

	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:nth-child(1),
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:nth-child(2),
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:nth-child(3) {
		width: 33.33%
	}
}

@media (max-width: 600px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li {
		margin: 10px 0
	}
}

@media (min-width: 1024px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:hover::after {
		transform: scaleX(1);
		transform-origin: left center
	}

	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:hover .icon img {
		filter: grayscale(0)
	}

	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:hover p {
		color: #ef6d00
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li:first-child {
	border: none
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li .icon {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li .icon img {
	object-fit: contain;
	filter: grayscale(1);
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	transition: all .3s
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-top: 15px
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li p {
		font-size: 13px
	}
}

@media (max-width: 600px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .prod-sub-nav-wrap li p {
		margin-top: 10px;
		font-size: .6rem;
		line-height: .85rem
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li {
	margin-top: 20px;
	padding: 0 40px;
	display: none
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li.show {
	display: block
}

@media (max-width: 1600px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li {
		padding: 0 25px
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul {
	font-size: 0;
	padding-bottom: 8px
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li {
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
	padding-bottom: 20px
}

@media (max-width: 1600px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li {
		margin-right: 45px
	}
}

@media (max-width: 1450px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li {
		margin-right: 25px
	}
}

@media (max-width: 1350px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li {
		margin-right: 30px
	}
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li {
		margin-right: 30px
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li:last-child {
	margin-right: 0
}

@media (min-width: 1024px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a:hover .pic img {
		transform: scale(1.03)
	}

	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a:hover .info .tit {
		color: #ef6d00
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .pic {
	width: 198px;
	overflow: hidden;
	height: 148px;
	background: #f3f4f6;
	position: relative
}

@media (max-width: 1350px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .pic {
		width: 170px;
		height: 127px
	}
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .pic {
		width: 140px;
		height: 106px
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .pic img {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: transform 0.5s ease
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info {
	position: relative
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info .tit {
	transition: color 0.5s ease;
	text-align: center;
	color: #595757;
	padding-top: 6px;
	font-size: 16px;
	line-height: 22px
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info .tags {
	margin-top: 4px;
	font-size: 0;
	text-align: center;
	width: 198px
}

@media (max-width: 1350px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info .tags {
		width: 170px
	}
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info .tags {
		width: 140px
	}
}

@media (max-width: 1200px) {
	.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info .tags {
		display: none
	}
}

.header .header_cen .nav ul li .mqNav .inner .nav2 .pro .pro-list .li ul li a .info .tags .tag-item {
	margin: 2px;
	font-size: 12px;
	line-height: 22px;
	color: #8e8d8d;
	padding: 0 4px;
	transform: scale(0.95);
	display: inline-block;
	border: 1px solid #e1e2e3
}

.w100 {
	width: 100%
}

.main {
	overflow: hidden
}

@media (max-width: 1024px) {
	.main .wrap {
		padding-top: 50px
	}
}

.main .wrap.welcome {
	background: #fff8f2
}

.main .wrap.welcome .banner_box .swiper-container .swiper-button-prev {
	width: 34px;
	height: 84px;
	margin-top: -42px;
	left: 70px;
	background: url() no-repeat;
	background-size: cover
}

@media (max-width: 1400px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-button-prev {
		left: 30px
	}
}

@media (max-width: 1024px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-button-prev {
		width: 24px;
		height: 60px;
		margin-top: -30px
	}
}

@media (max-width: 500px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-button-prev {
		width: 14px;
		height: 34px;
		margin-top: -17px;
		left: 20px
	}
}

.main .wrap.welcome .banner_box .swiper-container .swiper-button-next {
	width: 34px;
	right: 70px;
	height: 84px;
	margin-top: -42px;
	background: url() no-repeat;
	background-size: cover
}

@media (max-width: 1400px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-button-next {
		right: 30px
	}
}

@media (max-width: 1024px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-button-next {
		width: 24px;
		height: 60px;
		margin-top: -30px
	}
}

@media (max-width: 500px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-button-next {
		width: 14px;
		height: 34px;
		margin-top: -17px;
		right: 20px
	}
}

.main .wrap.welcome .banner_box .swiper-container .swiper-pagination {
	bottom: 25px;
	transition: none
}

@media (max-width: 1024px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-pagination {
		bottom: 10px;
		line-height: 0
	}
}

.main .wrap.welcome .banner_box .swiper-container .swiper-pagination span {
	margin: 0 30px;
	width: 70px;
	height: 5px;
	background: #fff;
	transition: opacity 0.3s;
	filter: alpha(opacity=50);
	opacity: .5
}

.main .wrap.welcome .banner_box .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	filter: alpha(opacity=100);
	opacity: 1
}

@media (max-width: 1024px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-pagination span {
		width: 40px;
		margin: 0 20px
	}
}

@media (max-width: 600px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-pagination span {
		width: 15px;
		height: 2px;
		margin: 0 5px
	}
}

.main .wrap.welcome .banner_box .swiper-container .swiper-wrapper .swiper-slide a {
	display: block
}

.main .wrap.welcome .banner_box .swiper-container .swiper-wrapper .swiper-slide a img {
	width: 100%
}

.main .wrap.welcome .banner_box .swiper-container .swiper-wrapper .swiper-slide a img.pc {
	display: block
}

@media (max-width: 1024px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-wrapper .swiper-slide a img.pc {
		display: none
	}
}

.main .wrap.welcome .banner_box .swiper-container .swiper-wrapper .swiper-slide a img.mobile {
	display: none
}

@media (max-width: 1024px) {
	.main .wrap.welcome .banner_box .swiper-container .swiper-wrapper .swiper-slide a img.mobile {
		display: block
	}
}

.main .wrap.welcome .catelist {
	text-align: center;
	font-size: 0;
	padding-top: 60px
}

@media (max-width: 1024px) {
	.main .wrap.welcome .catelist {
		padding-top: 40px
	}
}

@media (max-width: 600px) {
	.main .wrap.welcome .catelist {
		padding-top: 1.5rem
	}
}

.main .wrap.welcome .catelist li {
	display: inline-block;
	box-sizing: border-box;
	width: 12.5%;
	vertical-align: top;
	text-align: center;
}

@media (max-width: 1024px) {
	.main .wrap.welcome .catelist li {
		width: 25%;
		margin: 15px 0;
		padding: 0;
		border: none
	}
}

@media (max-width: 600px) {
	.main .wrap.welcome .catelist li {
		margin: 10px 0
	}
}

@media (min-width: 1024px) {
	.main .wrap.welcome .catelist li:hover .icon img {
		filter: grayscale(0)
	}

	.main .wrap.welcome .catelist li:hover p {
		color: #ef6d00
	}
}

.main .wrap.welcome .catelist li:first-child {
	border: none
}

.main .wrap.welcome .catelist li .icon {
	position: relative;
	height: 70px;
	width: 120px;
	margin: 0 auto;
	line-height: 70px
}

@media (max-width: 1300px) {
	.main .wrap.welcome .catelist li .icon {
		width: 100px;
		height: 60px;
		line-height: 60px
	}
}

@media (max-width: 1024px) {
	.main .wrap.welcome .catelist li .icon {
		width: 100%
	}
}

@media (max-width: 600px) {
	.main .wrap.welcome .catelist li .icon {
		height: 1.5rem;
		line-height: 1.5rem
	}
}

.main .wrap.welcome .catelist li .icon img {
	object-fit: contain;
	filter: grayscale(1);
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	transition: all .3s
}

.main .wrap.welcome .catelist li p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-top: 15px
}

@media (max-width: 1200px) {
	.main .wrap.welcome .catelist li p {
		font-size: 13px
	}
}

@media (max-width: 600px) {
	.main .wrap.welcome .catelist li p {
		margin-top: 10px;
		font-size: .6rem;
		line-height: .85rem
	}
}

.main .wrap.welcome .link_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	padding-bottom: 100px
}

@media (max-width: 1200px) {
	.main .wrap.welcome .link_box {
		width: 80%
	}
}

@media (max-width: 1024px) {
	.main .wrap.welcome .link_box {
		margin-top: 100px;
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.welcome .link_box {
		margin-top: 1.25rem;
		width: 92%;
		padding-bottom: 1.75rem
	}
}

.main .wrap.welcome .link_box ul li {
	width: 48%;
	float: left;
	margin-bottom: 25px
}

.main .wrap.welcome .link_box ul li:nth-child(even) {
	float: right
}

@media (max-width: 600px) {
	.main .wrap.welcome .link_box ul li {
		width: 49%;
		margin-bottom: .375rem
	}
}

.main .wrap.welcome .link_box ul li a {
	overflow: hidden;
	display: block
}

@media (min-width: 1024px) {
	.main .wrap.welcome .link_box ul li a:hover img {
		transform: scale(1.03)
	}
}

.main .wrap.welcome .link_box ul li a img {
	transition: transform 0.5s ease;
	width: 100%
}

.main .wrap.about .tit {
	font-size: 30px;
	line-height: 44px;
	color: #333;
	font-weight: bold;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.about .tit {
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.about .strength_pic {
	margin-top: 120px
}

@media (max-width: 1024px) {
	.main .wrap.about .strength_pic {
		margin-top: 80px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .strength_pic {
		margin-top: 1.75rem
	}
}

.main .wrap.about .strength_pic img {
	width: 100%
}

.main .wrap.about .strength_box .list_box {
	padding-top: 100px;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.about .strength_box .list_box {
		padding-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .list_box {
		padding-top: 1.75rem
	}
}

@media (max-width: 650px) {
	.main .wrap.about .strength_box .list_box ul {
		font-size: 0;
		text-align: center
	}
}

.main .wrap.about .strength_box .list_box ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 40px;
	cursor: pointer
}

@media (min-width: 1024px) {
	.main .wrap.about .strength_box .list_box ul li:hover .icon::after {
		transform: scale(1);
		filter: alpha(opacity=100);
		opacity: 1
	}
}

@media (max-width: 1200px) {
	.main .wrap.about .strength_box .list_box ul li {
		margin: 0 25px
	}
}

@media (max-width: 850px) {
	.main .wrap.about .strength_box .list_box ul li {
		margin: 0 15px
	}
}

@media (max-width: 650px) {
	.main .wrap.about .strength_box .list_box ul li {
		width: 20%;
		margin: 0;
		padding: 0 5px;
		box-sizing: border-box
	}
}

.main .wrap.about .strength_box .list_box ul li .icon {
	width: 114px;
	padding-bottom: 100%;
	background: #d2d2d2;
	position: relative;
	border-radius: 50%
}

.main .wrap.about .strength_box .list_box ul li .icon::after {
	content: "";
	display: block;
	position: absolute;
	transition: transform 0.5s ease, opacity 0.5s ease;
	width: 100%;
	height: 100%;
	background: #ef6d00;
	border-radius: 50%;
	transform: scale(0.5);
	filter: alpha(opacity=0);
	opacity: 0
}

@media (max-width: 1024px) {
	.main .wrap.about .strength_box .list_box ul li .icon {
		width: 100px
	}
}

@media (max-width: 850px) {
	.main .wrap.about .strength_box .list_box ul li .icon {
		width: 80px
	}
}

@media (max-width: 650px) {
	.main .wrap.about .strength_box .list_box ul li .icon {
		height: 80px;
		padding-bottom: 0;
		margin: 0 auto
	}
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .list_box ul li .icon {
		width: 2.5rem;
		height: 2.5rem
	}
}

.main .wrap.about .strength_box .list_box ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	bottom: 0;
	right: 0;
	max-width: 50%;
	max-height: 50%;
	margin: auto
}

.main .wrap.about .strength_box .list_box ul li .text {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	text-align: center;
	margin-top: 18px
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .list_box ul li .text {
		font-size: .8rem;
		line-height: 1.25rem;
		margin-top: .375rem
	}
}

.main .wrap.about .strength_box .content_box {
	padding-top: 35px
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box {
		padding-top: 0
	}
}

.main .wrap.about .strength_box .content_box .item {
	margin-top: 60px
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item {
		margin-top: 1.5rem
	}
}

.main .wrap.about .strength_box .content_box .item .pic {
	overflow: hidden
}

.main .wrap.about .strength_box .content_box .item .pic img {
	width: 100%
}

.main .wrap.about .strength_box .content_box .item .cont {
	padding-top: 42px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont {
		padding-top: 1.25rem
	}
}

.main .wrap.about .strength_box .content_box .item .cont .t {
	font-size: 30px;
	line-height: 42px;
	color: #333;
	font-weight: bold
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont .t {
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.about .strength_box .content_box .item .cont .ds {
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #999
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont .ds {
		padding-top: .25rem;
		font-size: .65rem;
		line-height: 1.05rem
	}
}

.main .wrap.about .strength_box .content_box .item .cont .icon_list {
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont .icon_list {
		margin-top: 1.25rem
	}
}

.main .wrap.about .strength_box .content_box .item .cont .icon_list ul {
	text-align: center;
	font-size: 0
}

.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li {
	margin: 0 14px;
	display: inline-block
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li {
		margin: 5px 0;
		width: 33.33%
	}
}

.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li .icon {
	width: 125px;
	padding-bottom: 88.88%;
	position: relative;
	margin: 0 auto
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li .icon {
		width: 4rem
	}
}

.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li .text {
	font-size: 16px;
	line-height: 28px;
	color: #999;
	text-align: center;
	margin-top: 18px
}

@media (max-width: 600px) {
	.main .wrap.about .strength_box .content_box .item .cont .icon_list ul li .text {
		margin-top: .5rem;
		font-size: .65rem;
		line-height: 1rem
	}
}

.main .wrap.about .history_box {
	padding-bottom: 70px;
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.about .history_box {
		padding-bottom: 1.75rem;
		margin-top: 1.25rem
	}
}

.main .wrap.about .history_box .history_tit {
	padding-top: 55px
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_tit {
		padding-top: 1.375rem
	}
}

.main .wrap.about .history_box .history_tit .ds {
	font-size: 22px;
	line-height: 36px;
	color: #999;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_tit .ds {
		font-size: .9rem;
		line-height: 1.5rem
	}
}

.main .wrap.about .history_box .fulture {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #999;
	text-align: center;
	margin-top: 12px
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .fulture {
		text-align: left
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .fulture {
		font-size: .7rem;
		line-height: .9rem
	}
}

.main .wrap.about .history_box .history_list {
	position: relative;
	padding-top: 45px;
	padding-bottom: 70px;
	margin-top: 55px
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list {
		margin-top: 1.5rem;
		padding-bottom: 1.75rem;
		padding-top: 1.375rem
	}
}

.main .wrap.about .history_box .history_list::before {
	content: "";
	width: 14px;
	display: block;
	position: absolute;
	height: 14px;
	border: 1px solid #d2d2d2;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	top: -14px
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list::before {
		left: 0px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list::before {
		width: 10px;
		height: 10px;
		top: -10px
	}
}

.main .wrap.about .history_box .history_list::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list::after {
		left: 0
	}
}

.main .wrap.about .history_box .history_list ul {
	width: 83.89%;
	margin: 0 auto
}

@media (max-width: 1200px) {
	.main .wrap.about .history_box .history_list ul {
		width: 92%
	}
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list ul {
		width: 100%
	}
}

.main .wrap.about .history_box .history_list ul li {
	position: relative;
	z-index: 10
}

.main .wrap.about .history_box .history_list ul li:nth-child(even) .cont {
	float: right
}

.main .wrap.about .history_box .history_list ul li:nth-child(even) .cont .pic {
	float: right
}

.main .wrap.about .history_box .history_list ul li:nth-child(even) .cont .text {
	padding-left: 45px;
	float: left;
	padding-right: 0;
	text-align: left
}

.main .wrap.about .history_box .history_list ul li:nth-child(even) .cont .text .year::after {
	left: -45px;
	right: auto
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list ul li {
		margin-top: 50px
	}
}

@media (max-width: 1024px) and (max-width: 600px) {
	.main .wrap.about .history_box .history_list ul li {
		margin-top: 1.25rem
	}
}

.main .wrap.about .history_box .history_list ul li .cont {
	width: 50%;
	float: left
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list ul li .cont {
		float: none !important;
		width: 100%
	}
}

.main .wrap.about .history_box .history_list ul li .cont .text {
	width: calc(100% - 160px);
	float: right;
	padding-right: 45px;
	box-sizing: border-box;
	text-align: right;
	padding-top: 28px;
	position: relative
}

@media (max-width: 1200px) {
	.main .wrap.about .history_box .history_list ul li .cont .text {
		padding-top: 15px
	}
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list ul li .cont .text {
		float: left !important;
		padding-left: 40px !important;
		padding-right: 0 !important;
		text-align: left !important
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list ul li .cont .text {
		padding-left: 1rem !important
	}
}

.main .wrap.about .history_box .history_list ul li .cont .text .year {
	font-size: 40px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	position: relative
}

.main .wrap.about .history_box .history_list ul li .cont .text .year::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/rad.jpg) no-repeat center center;
	background-size: cover;
	background-color: #fff;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list ul li .cont .text .year::after {
		left: -40px !important;
		right: auto !important
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list ul li .cont .text .year::after {
		width: 10px;
		height: 10px;
		left: -1rem !important
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list ul li .cont .text .year {
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

.main .wrap.about .history_box .history_list ul li .cont .text .con {
	font-size: 18px;
	line-height: 24px;
	color: #999;
	margin-top: 5px
}

@media (max-width: 1200px) {
	.main .wrap.about .history_box .history_list ul li .cont .text .con {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list ul li .cont .text .con {
		font-size: .7rem;
		line-height: .9rem
	}
}

.main .wrap.about .history_box .history_list ul li .cont .pic {
	width: 152px;
	height: 152px;
	float: left;
	border-radius: 50%;
	overflow: hidden
}

@media (max-width: 1200px) {
	.main .wrap.about .history_box .history_list ul li .cont .pic {
		width: 120px;
		height: 120px
	}
}

@media (max-width: 1024px) {
	.main .wrap.about .history_box .history_list ul li .cont .pic {
		float: right !important
	}
}

@media (max-width: 600px) {
	.main .wrap.about .history_box .history_list ul li .cont .pic {
		width: 3.75rem;
		height: 3.75rem
	}
}

.main .wrap.about .history_box .history_list ul li .cont .pic img {
	width: 100%;
	border-radius: 50%
}

.main .wrap.about .about_box .university {
	padding-bottom: 130px;
	padding-top: 90px
}

@media (max-width: 1024px) {
	.main .wrap.about .about_box .university {
		padding-top: 70px;
		padding-bottom: 90px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .university {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem
	}
}

.main .wrap.about .about_box .university .text {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .university .text {
		padding-top: 1.25rem;
		font-size: .6rem;
		line-height: 1rem
	}
}

.main .wrap.about .about_box .project {
	padding-bottom: 90px
}

@media (max-width: 768px) {
	.main .wrap.about .about_box .project {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .project {
		padding-bottom: 1.75rem
	}
}

.main .wrap.about .about_box .project .list {
	margin-top: 60px
}

@media (max-width: 768px) {
	.main .wrap.about .about_box .project .list {
		margin-top: 40px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .project .list {
		margin-top: .75rem
	}
}

.main .wrap.about .about_box .project .list ul {
	display: flex;
	flex-wrap: wrap
}

.main .wrap.about .about_box .project .list ul li {
	margin-right: 1.7%;
	width: 32.2%;
	border-radius: 5px;
	transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
	margin-top: 1.7%;
	border: 1px solid #dddddd;
	box-sizing: border-box
}

.main .wrap.about .about_box .project .list ul li:nth-child(3n) {
	margin-right: 0
}

@media (max-width: 768px) {
	.main .wrap.about .about_box .project .list ul li {
		width: 48%;
		margin-right: 0;
		margin-top: 4%
	}

	.main .wrap.about .about_box .project .list ul li:nth-child(3n) {
		margin-right: 0
	}

	.main .wrap.about .about_box .project .list ul li:nth-child(2n) {
		margin-left: 4%
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .project .list ul li {
		width: 100%;
		margin-left: 0 !important
	}
}

@media (min-width: 1024px) {
	.main .wrap.about .about_box .project .list ul li:hover {
		border-color: #fff;
		box-shadow: 0px 3px 18px 0px rgba(74, 40, 7, 0.11)
	}

	.main .wrap.about .about_box .project .list ul li:hover .img img {
		transform: scale(1.05)
	}
}

.main .wrap.about .about_box .project .list ul li .img {
	overflow: hidden;
	width: 100%;
	padding-bottom: 55.26%;
	position: relative
}

.main .wrap.about .about_box .project .list ul li .img img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	transition: transform 0.5s ease-in-out;
	bottom: 0
}

.main .wrap.about .about_box .project .list ul li .cont {
	padding: 30px;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.about .about_box .project .list ul li .cont {
		padding: 20px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .project .list ul li .cont {
		padding: 15px 20px
	}
}

.main .wrap.about .about_box .project .list ul li .cont .t {
	font-size: 24px;
	line-height: 44px;
	color: #595757
}

@media (max-width: 1024px) {
	.main .wrap.about .about_box .project .list ul li .cont .t {
		font-size: 20px;
		line-height: 36px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .project .list ul li .cont .t {
		font-size: .9rem;
		line-height: 1.15rem
	}
}

.main .wrap.about .about_box .project .list ul li .cont .con {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-top: 15px
}

@media (max-width: 1024px) {
	.main .wrap.about .about_box .project .list ul li .cont .con {
		margin-top: 14px;
		font-size: 14px;
		line-height: 26px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .about_box .project .list ul li .cont .con {
		margin-top: .5rem;
		font-size: .6rem;
		line-height: 1rem
	}
}

.main .wrap.about .intro {
	padding-top: 70px
}

@media (max-width: 600px) {
	.main .wrap.about .intro {
		padding-top: 1.75rem
	}
}

.main .wrap.about .intro .intro_box {
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.about .intro .intro_box {
		margin-top: 1.25rem
	}
}

.main .wrap.about .intro .intro_box .pic {
	float: left;
	width: 49.15%
}

@media (max-width: 850px) {
	.main .wrap.about .intro .intro_box .pic {
		width: 100%;
		float: none
	}
}

.main .wrap.about .intro .intro_box .pic img {
	width: 100%
}

.main .wrap.about .intro .intro_box .text {
	float: right;
	width: 49.15%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

@media (max-width: 1200px) {
	.main .wrap.about .intro .intro_box .text {
		font-size: 14px
	}
}

@media (max-width: 850px) {
	.main .wrap.about .intro .intro_box .text {
		width: 100%;
		float: none;
		margin-top: 1.25rem
	}
}

@media (max-width: 600px) {
	.main .wrap.about .intro .intro_box .text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.about .intro .intro_box .text p {
	text-indent: 2em
}

.main .wrap.about .intro .about_detail {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 90px;
	padding-bottom: 140px
}

@media (max-width: 1024px) {
	.main .wrap.about .intro .about_detail {
		padding-bottom: 100px;
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.about .intro .about_detail {
		margin-top: 1.75rem;
		padding-bottom: 2.5rem;
		font-size: .65rem;
		line-height: 1rem
	}
}

.main .wrap.about .intro .about_detail p {
	text-indent: 2em
}

.main .wrap.about .intro .about_detail img {
	max-width: 100%;
	height: auto !important
}

.main .wrap.store .store_box {
	padding-top: 65px
}

@media (max-width: 600px) {
	.main .wrap.store .store_box {
		padding-top: 1.375rem
	}
}

.main .wrap.store .store_box h2.tit {
	font-size: 40px;
	line-height: 52px;
	color: #333;
	text-align: center;
	font-weight: 600
}

@media (max-width: 600px) {
	.main .wrap.store .store_box h2.tit {
		font-size: 1.3rem;
		line-height: 1.6rem
	}
}

.main .wrap.store .store_box .selbox {
	margin-top: 40px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .selbox {
		margin-top: 1rem
	}
}

.main .wrap.store .store_box .selbox .select {
	text-align: left;
	width: 234px;
	margin: 0 24px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .selbox .select {
		width: 46%;
		margin: 0 5px;
		height: 1.75rem;
		line-height: 1.75rem;
		font-size: .7rem
	}
}

.main .wrap.store .store_box .selbox .select .select-tit {
	position: relative;
	z-index: 4;
	font-size: 14px;
	color: #666666;
	padding: 0 20px 0 16px;
	background: #fff url(../img/triangle.svg) no-repeat 200px center/11px auto;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .selbox .select .select-tit {
		padding: 0 15px;
		background-position: 90% center;
		font-size: .7rem
	}
}

.main .wrap.store .store_box .selbox .select .select-tit::after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #cbcbcb;
	top: 0;
	left: 0;
	border-radius: 5px;
	z-index: -1
}

.main .wrap.store .store_box .selbox .select .select-conbox {
	position: absolute;
	width: 100%;
	max-height: 340px;
	top: 100%;
	display: none;
	z-index: 3;
	background: #fff
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .selbox .select .select-conbox {
		max-height: 200px
	}
}

.main .wrap.store .store_box .selbox .select .select-conbox::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: calc(100% + 10px);
	right: 0;
	bottom: 0;
	background-color: #cbcbcb;
	z-index: 3
}

.main .wrap.store .store_box .selbox .select .select-conbox::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: calc(100% + 10px);
	left: 0;
	bottom: 0;
	background-color: #cbcbcb;
	z-index: 3
}

.main .wrap.store .store_box .selbox .select .select-conbox .select-con {
	width: 100%;
	overflow: hidden;
	max-height: 339px;
	border-bottom: 1px solid #cbcbcb;
	display: none;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .selbox .select .select-conbox .select-con {
		max-height: 199px
	}
}

.main .wrap.store .store_box .selbox .select .select-conbox .select-con li {
	line-height: 34px;
	padding: 0 0 0 20px;
	cursor: pointer;
	font-size: 14px;
	display: block;
	position: relative;
	transition: all .3s ease-in
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .selbox .select .select-conbox .select-con li {
		font-size: .7rem;
		line-height: 1.25rem;
		padding: 0 15px
	}
}

.main .wrap.store .store_box .list {
	padding-bottom: 100px;
	margin-top: 60px
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list {
		margin-top: 1rem;
		padding-bottom: 1.75rem
	}
}

.main .wrap.store .store_box .list .cxtit {
	font-size: 16px;
	color: #4d4d4d;
	text-align: center;
	border-bottom: 2px solid #efefef;
	padding-bottom: 26px
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .cxtit {
		font-size: .7rem;
		line-height: 1rem;
		padding-bottom: 1.25rem
	}
}

.main .wrap.store .store_box .list .store_list ul {
	width: 110%
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul {
		width: 100%
	}
}

.main .wrap.store .store_box .list .store_list ul li {
	width: 27.5%;
	float: left;
	margin-right: 4.6%
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul li {
		width: 100%;
		padding: 1rem 0;
		margin-right: 0;
		border-bottom: 1px solid #ddd
	}
}

.main .wrap.store .store_box .list .store_list ul li .tit {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	padding: 40px 0 7px
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul li .tit {
		font-size: .75rem;
		line-height: 1.25rem;
		padding: 0
	}
}

.main .wrap.store .store_box .list .store_list ul li .tit span {
	color: #007bc6;
	margin-right: .5em
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul li .con {
		margin-top: .75rem
	}
}

.main .wrap.store .store_box .list .store_list ul li .con p {
	font-size: 14px;
	line-height: 24px;
	padding: 0.25em 0;
	color: #666666;
	padding-left: 30px;
	background: no-repeat left 5px/15px auto
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul li .con p {
		font-size: .7rem;
		line-height: .9rem;
		padding-left: 1.25rem
	}
}

.main .wrap.store .store_box .list .store_list ul li .con p.local {
	background-image: url(../img/mdotlocal.png)
}

.main .wrap.store .store_box .list .store_list ul li .con p.tel {
	background-image: url(../img/mdottel.png)
}

.main .wrap.store .store_box .list .store_list ul li .link {
	padding: 10px 0
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul li .link {
		padding: 0;
		margin-top: .5rem
	}
}

.main .wrap.store .store_box .list .store_list ul li .link a {
	display: inline-block;
	font-size: 12px;
	color: #007bc6
}

@media (max-width: 600px) {
	.main .wrap.store .store_box .list .store_list ul li .link a {
		font-size: .6rem;
		line-height: .9rem
	}

}

.main .wrap.mall .mall_box {
	padding-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.mall .mall_box {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.mall .mall_box {
		padding-bottom: 1.75rem
	}
}

.main .wrap.mall .mall_box .title {
	padding: 118px 0;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-bottom: 91px;
	background: url(../img/dianpu-back.png) no-repeat center;
	background-size: contain
}

@media (max-width: 1024px) {
	.main .wrap.mall .mall_box .title {
		font-size: 36px;
		padding: 90px 0;
		margin-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.mall .mall_box .title {
		font-size: 1.25rem;
		line-height: 1.75rem;
		padding: 1.375rem 0;
		margin-bottom: 0rem;
		background: none
	}
}

.main .wrap.mall .mall_box .shop-list ul {
	width: 110%
}

@media (max-width: 500px) {
	.main .wrap.mall .mall_box .shop-list ul {
		width: 100%
	}
}

.main .wrap.mall .mall_box .shop-list ul li {
	width: 17.2%;
	float: left;
	margin-right: 1.23%;
	margin-bottom: 1.23%
}

@media (max-width: 768px) {
	.main .wrap.mall .mall_box .shop-list ul li {
		width: 21.9%
	}
}

@media (max-width: 500px) {
	.main .wrap.mall .mall_box .shop-list ul li {
		width: 48%;
		float: left;
		margin-top: 2%
	}

	.main .wrap.mall .mall_box .shop-list ul li:nth-child(even) {
		float: right
	}
}

.main .wrap.mall .mall_box .shop-list ul li a {
	background: #f5f5f5;
	transition: all .3s;
	border-radius: 3px;
	text-align: center;
	font-weight: 600;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	width: 100%;
	padding: 0 5px;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	height: 70px;
	transition: background 0.3s, color 0.3s
}

@media (max-width: 768px) {
	.main .wrap.mall .mall_box .shop-list ul li a {
		font-size: 14px;
		line-height: 24px
	}
}

@media (min-width: 1024px) {
	.main .wrap.mall .mall_box .shop-list ul li a:hover {
		background: #ef6d00;
		color: #fff
	}
}

.main .wrap.join button {
	border: none;
	padding: 0
}

.main .wrap.join .join_box {
	padding-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box {
		padding-bottom: 2.25rem
	}
}

.main .wrap.join .join_box .title {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 25px;
	font-size: 40px;
	line-height: 52px;
	color: #333;
	font-weight: 500
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .title {
		font-size: 36px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .title {
		font-size: 1.25rem;
		line-height: 1.75rem;
		padding-top: 1.375rem;
		padding-bottom: 0
	}
}

.main .wrap.join .join_box .life_box {
	padding-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .life_box {
		padding-top: .5rem
	}
}

.main .wrap.join .join_box .life_box .list {
	margin-top: 50px;
	margin-bottom: 100px;
	position: relative
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .life_box .list {
		margin-top: 40px;
		margin-bottom: 70px;
		width: 90%;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .life_box .list {
		margin-top: 1rem;
		margin-bottom: 1.5rem
	}
}

.main .wrap.join .join_box .life_box .list .swiper-button-prev {
	left: -40px
}

@media (max-width: 500px) {
	.main .wrap.join .join_box .life_box .list .swiper-button-prev {
		left: -30px
	}
}

.main .wrap.join .join_box .life_box .list .swiper-button-prev i {
	margin-left: -10px
}

@media (max-width: 500px) {
	.main .wrap.join .join_box .life_box .list .swiper-button-prev i {
		margin-left: 0px
	}
}

.main .wrap.join .join_box .life_box .list .swiper-button-next {
	right: -40px
}

@media (max-width: 500px) {
	.main .wrap.join .join_box .life_box .list .swiper-button-next {
		right: -30px
	}
}

.main .wrap.join .join_box .life_box .list .swiper-button-next,
.main .wrap.join .join_box .life_box .list .swiper-button-prev {
	background: none
}

.main .wrap.join .join_box .life_box .list .swiper-button-next i,
.main .wrap.join .join_box .life_box .list .swiper-button-prev i {
	margin-top: -29px;
	font-size: 40px;
	display: inline-block
}

@media (max-width: 500px) {

	.main .wrap.join .join_box .life_box .list .swiper-button-next i,
	.main .wrap.join .join_box .life_box .list .swiper-button-prev i {
		font-size: 24px
	}
}

.main .wrap.join .join_box .life_box .list .swiper-container .swiper-wrapper .swiper-slide .pic {
	overflow: hidden
}

.main .wrap.join .join_box .life_box .list .swiper-container .swiper-wrapper .swiper-slide .pic img {
	width: 100%
}

.main .wrap.join .join_box .life_box .list .swiper-container .swiper-wrapper .swiper-slide .text {
	text-align: center;
	padding-top: 20px;
	color: #595757;
	font-size: 14px;
	line-height: 18px
}

@media (max-width: 500px) {
	.main .wrap.join .join_box .life_box .list .swiper-container .swiper-wrapper .swiper-slide .text {
		padding-top: 10px
	}
}

.main .wrap.join .join_box .switch {
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch {
		margin-top: .75rem
	}
}

.main .wrap.join .join_box .switch .tag-switch {
	text-align: center
}

.main .wrap.join .join_box .switch .tag-switch a {
	font-size: 24px;
	line-height: 28px;
	color: #999;
	margin: 0px 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.main .wrap.join .join_box .switch .tag-switch a.active {
	color: #ef6d00
}

.main .wrap.join .join_box .switch .tag-switch a.active::after {
	transform: scaleX(1);
	transform-origin: left center
}

@media (min-width: 1024px) {
	.main .wrap.join .join_box .switch .tag-switch a:hover {
		color: #ef6d00
	}

	.main .wrap.join .join_box .switch .tag-switch a:hover::after {
		transform: scaleX(1);
		transform-origin: left center
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-switch a {
		font-size: .9rem;
		line-height: 1.15rem;
		margin: 5px 10px
	}
}

.main .wrap.join .join_box .switch .tag-switch a::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background: #ef6d00;
	bottom: -5px;
	left: 50%;
	margin-left: -12px;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.main .wrap.join .join_box .switch .tag-panel {
	display: none;
	margin-top: 100px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.main .wrap.join .join_box .switch .tag-panel.active {
	display: block
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .switch .tag-panel {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel {
		margin-top: 1.75rem
	}
}

.main .wrap.join .join_box .switch .tag-panel .pic {
	text-align: center
}

.main .wrap.join .join_box .switch .tag-panel .pic img {
	max-width: 100%
}

.main .wrap.join .join_box .switch .tag-panel .cont .hjfz-zhu {
	color: #999;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 70px
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel .cont .hjfz-zhu {
		font-size: .7rem;
		line-height: 1rem;
		margin-top: 1.75rem;
		margin-bottom: .75rem
	}
}

.main .wrap.join .join_box .switch .tag-panel .cont .hjfz-text {
	font-size: 16px;
	line-height: 24px;
	color: #333
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel .cont .hjfz-text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.join .join_box .switch .tag-panel ul {
	font-size: 0
}

.main .wrap.join .join_box .switch .tag-panel ul li {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-bottom: 90px
}

.main .wrap.join .join_box .switch .tag-panel ul li:nth-child(3n) {
	margin-right: 0
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .switch .tag-panel ul li {
		width: 48%;
		margin: 0 1% 70px 1%
	}
}

@media (max-width: 768px) {
	.main .wrap.join .join_box .switch .tag-panel ul li {
		margin-bottom: 40px
	}
}

@media (max-width: 500px) {
	.main .wrap.join .join_box .switch .tag-panel ul li {
		width: 100%;
		margin: 0 0 20px 0
	}
}

.main .wrap.join .join_box .switch .tag-panel ul li .icon-box {
	width: 40px;
	height: 40px;
	position: relative;
	vertical-align: top;
	display: inline-block
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel ul li .icon-box {
		width: 30px;
		height: 30px
	}
}

.main .wrap.join .join_box .switch .tag-panel ul li .icon-box img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.main .wrap.join .join_box .switch .tag-panel ul li .text-box {
	display: inline-block;
	width: calc(100% - 60px);
	padding-left: 20px;
	box-sizing: border-box
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel ul li .text-box {
		width: calc(100% - 40px)
	}
}

.main .wrap.join .join_box .switch .tag-panel ul li .text-box .sm-title {
	font-size: 20px;
	line-height: 26px;
	color: #999;
	margin-bottom: 23px
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .switch .tag-panel ul li .text-box .sm-title {
		margin-bottom: 15px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel ul li .text-box .sm-title {
		margin-bottom: 6px;
		font-size: .9rem;
		line-height: 1.25rem
	}
}

.main .wrap.join .join_box .switch .tag-panel ul li .text-box .sm-text {
	font-size: 16px;
	line-height: 24px;
	color: #999
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .switch .tag-panel ul li .text-box .sm-text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.join .join_box .select {
	margin-top: 40px;
	position: relative;
	z-index: 100
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select {
		margin-top: 1.5rem
	}
}

.main .wrap.join .join_box .select .right {
	float: right;
	height: 46px;
	width: 224px;
	border: 1px solid #eee;
	position: relative
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .select .right {
		width: 200px
	}
}

@media (max-width: 768px) {
	.main .wrap.join .join_box .select .right {
		width: 100%
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select .right {
		height: 2rem
	}
}

.main .wrap.join .join_box .select .right i {
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 26px;
	transform: translateY(-50%)
}

.main .wrap.join .join_box .select .right input {
	width: 100%;
	height: 46px;
	display: block;
	border: none;
	padding-left: 15px;
	padding-right: 30px;
	box-sizing: border-box;
	margin: 0;
	font-size: 16px;
	line-height: 48px
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select .right input {
		height: 2rem;
		padding-left: 10px;
		font-size: .7rem;
		line-height: 2rem
	}
}

.main .wrap.join .join_box .select .drop-box {
	float: left;
	margin-right: 20px;
	position: relative
}

@media (max-width: 768px) {
	.main .wrap.join .join_box .select .drop-box {
		width: 48%;
		margin-top: 4%;
		margin-right: 0
	}

	.main .wrap.join .join_box .select .drop-box.drop-box2 {
		float: right
	}
}

.main .wrap.join .join_box .select .drop-box .drop-list {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 35px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none
}

.main .wrap.join .join_box .select .drop-box .drop-list li {
	font-size: 16px;
	line-height: 32px;
	color: #333;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: color 0.3s, background 0.3s
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select .drop-box .drop-list li {
		font-size: .7rem;
		line-height: 1.5rem
	}
}

@media (min-width: 1024px) {
	.main .wrap.join .join_box .select .drop-box .drop-list li:hover {
		background: #ef6d00;
		color: #fff
	}
}

.main .wrap.join .join_box .select .drop-box .drop-text {
	width: 224px;
	border: 1px solid #eee;
	padding: 0px 25px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	height: 48px
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .select .drop-box .drop-text {
		width: 200px
	}
}

@media (max-width: 768px) {
	.main .wrap.join .join_box .select .drop-box .drop-text {
		width: 100%
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select .drop-box .drop-text {
		height: 2rem;
		padding: 0 10px
	}
}

.main .wrap.join .join_box .select .drop-box .drop-text .select_tit {
	font-size: 16px;
	line-height: 48px;
	color: #333;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select .drop-box .drop-text .select_tit {
		font-size: .7rem;
		line-height: 2rem
	}
}

.main .wrap.join .join_box .select .drop-box .drop-text i {
	display: inline-block;
	position: absolute;
	right: 10px;
	font-size: 26px;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .select .drop-box .drop-text i {
		right: 0px
	}
}

.main .wrap.join .join_box .job_table {
	margin-top: 40px
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table {
		margin-top: 1rem
	}
}

.main .wrap.join .join_box .job_table .table_head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #ef6d00
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_head {
		display: none
	}
}

.main .wrap.join .join_box .job_table .table_head li {
	width: 16.66%;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 15px;
	box-sizing: border-box
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .job_table .table_head li {
		font-size: 20px
	}
}

@media (max-width: 800px) {
	.main .wrap.join .join_box .job_table .table_head li {
		padding: 10px;
		font-size: 18px;
		line-height: 24px
	}
}

.main .wrap.join .join_box .job_table .table_list ul li:last-child .table_top {
	border-bottom: 1px solid #dcdcdc
}

.main .wrap.join .join_box .job_table .table_list ul li .table_top {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	align-items: center;
	border-top: 1px solid #dcdcdc
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_top {
		padding: .75rem 0;
		align-items: baseline
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_top div {
	color: #595757;
	font-size: 16px;
	line-height: 24px;
	padding: 25px;
	text-align: center;
	width: 16.66%;
	box-sizing: border-box
}

@media (max-width: 800px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_top div {
		padding: 15px;
		font-size: 14px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_top div {
		font-size: .8rem;
		line-height: 1rem;
		padding: 3px 0;
		text-align: left
	}

	.main .wrap.join .join_box .job_table .table_list ul li .table_top div.job_name {
		width: 40%;
		order: 1;
		position: relative;
		left: -.25rem
	}

	.main .wrap.join .join_box .job_table .table_list ul li .table_top div.job_loaction {
		order: 2;
		width: 30%;
		position: relative;
		left: -.25rem;
		font-size: .7rem;
		line-height: 1rem
	}

	.main .wrap.join .join_box .job_table .table_list ul li .table_top div.job_time {
		width: 25%;
		order: 3;
		position: relative;
		left: -.25rem;
		font-size: .7rem;
		line-height: 1rem
	}

	.main .wrap.join .join_box .job_table .table_list ul li .table_top div.job_edu {
		order: 4;
		width: 40%;
		font-size: .7rem;
		line-height: 1rem
	}

	.main .wrap.join .join_box .job_table .table_list ul li .table_top div.job_mode {
		order: 5;
		width: 30%;
		font-size: .7rem;
		line-height: 1rem
	}

	.main .wrap.join .join_box .job_table .table_list ul li .table_top div.job_action {
		width: 29%;
		order: 6;
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont {
	background: #f5f5f5;
	padding: 60px 55px;
	box-sizing: border-box;
	position: relative;
	display: none
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont {
		padding: 40px 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont {
		padding: .75rem
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .cont {
	font-size: 16px;
	line-height: 24px;
	color: #777
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .cont {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .cont p {
	padding-top: 15px
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .cont p {
		padding-top: .75rem
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply {
	text-align: right
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form {
	display: inline-block;
	vertical-align: top
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .submit {
	display: inline-block;
	margin-right: 10px
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .submit .file {
	background: #878787;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	color: #fff;
	padding: 15px 24px;
	display: inline-block;
	vertical-align: top
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .submit .file {
		padding: 10px 15px;
		font-size: 18px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .submit .file {
		padding: 5px 10px;
		font-size: .7rem;
		line-height: 1.15rem
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .submit .file span {
	position: relative;
	display: block
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .submit .file input {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .sub_btn {
	border: none;
	background: #ef6d00;
	font-size: 24px;
	line-height: 30px;
	margin-left: 10px;
	color: #fff;
	padding: 15px 24px;
	display: inline-block;
	vertical-align: top;
	height: 30px
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .sub_btn input {
	border: none;
	background: none;
	padding: 0;
	margin: 0
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .sub_btn {
		padding: 10px 15px;
		font-size: 18px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply form .sub_btn {
		padding: 5px 10px;
		font-size: .7rem;
		line-height: 1.15rem;
		height: 1.15rem
	}
}

.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply a {
	background: #ef6d00;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 15px 24px;
	display: inline-block
}

@media (max-width: 1024px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply a {
		padding: 10px 15px;
		font-size: 18px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_box .job_table .table_list ul li .table_cont .apply a {
		padding: 5px 10px;
		font-size: .7rem;
		line-height: 1.15rem
	}
}

.main .wrap.join .join_tit {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	padding-top: 100px;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.join .join_tit {
		padding-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_tit {
		font-size: 1.05rem;
		line-height: 1.45rem;
		padding-top: 1.5rem
	}
}

.main .wrap.join .join_list {
	margin-top: 70px;
	padding-bottom: 120px
}

@media (max-width: 1024px) {
	.main .wrap.join .join_list {
		padding-bottom: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_list {
		margin-top: 1rem;
		padding-bottom: 2rem
	}
}

.main .wrap.join .join_list ul {
	width: 110%
}

@media (max-width: 800px) {
	.main .wrap.join .join_list ul {
		width: 100%
	}
}

.main .wrap.join .join_list ul li {
	background: #fff;
	margin-right: 1.54%;
	width: 21.57%;
	float: left;
	box-sizing: border-box
}

@media (max-width: 800px) {
	.main .wrap.join .join_list ul li {
		width: 48%;
		margin-top: 4%;
		margin-right: 0
	}

	.main .wrap.join .join_list ul li:nth-child(even) {
		float: right
	}
}

.main .wrap.join .join_list ul li a {
	padding-top: 64px;
	display: block;
	padding-bottom: 32px;
	transition: box-shadow 0.5s, border-color 0.5s;
	border: 1px solid #dddddd;
	border-radius: 3px
}

@media (max-width: 1024px) {
	.main .wrap.join .join_list ul li a {
		padding-top: 40px;
		padding-bottom: 25px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_list ul li a {
		padding-top: 1.25rem;
		padding-bottom: .75rem
	}
}

@media (min-width: 1024px) {
	.main .wrap.join .join_list ul li a:hover {
		border-color: #fff;
		box-shadow: 0px 3px 18px 0px rgba(74, 40, 7, 0.11)
	}

	.main .wrap.join .join_list ul li a:hover .icon img {
		filter: alpha(opacity=0);
		opacity: 0
	}

	.main .wrap.join .join_list ul li a:hover .icon img.active {
		filter: alpha(opacity=100);
		opacity: 1
	}

	.main .wrap.join .join_list ul li a:hover .text {
		color: #ef6d00
	}
}

.main .wrap.join .join_list ul li a .icon {
	text-align: center;
	height: 100px;
	position: relative
}

@media (max-width: 1024px) {
	.main .wrap.join .join_list ul li a .icon {
		height: 80px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_list ul li a .icon {
		height: 2.5rem
	}
}

.main .wrap.join .join_list ul li a .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.5s
}

.main .wrap.join .join_list ul li a .icon img.active {
	filter: alpha(opacity=0);
	opacity: 0
}

.main .wrap.join .join_list ul li a .text {
	margin-top: 72px;
	font-size: 24px;
	line-height: 42px;
	color: #595757;
	text-align: center;
	transition: color 0.5s
}

@media (max-width: 1024px) {
	.main .wrap.join .join_list ul li a .text {
		margin-top: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.join .join_list ul li a .text {
		margin-top: 1rem;
		font-size: .9rem;
		line-height: 1.5rem
	}
}

.main .wrap.cooperation .cooperation_box .title {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin: 25px 0
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .title {
		font-size: 1.05rem;
		line-height: 1.4rem;
		margin: 5px 0
	}
}

.main .wrap.cooperation .cooperation_box .title-text {
	text-align: center;
	font-size: 16px;
	line-height: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .title-text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel {
	margin-top: 30px
}

.main .wrap.cooperation .cooperation_box .top-img-panel .half {
	margin-bottom: 12px
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .half {
		margin-bottom: 0
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .half .half_pic {
	width: 49.5%;
	float: left;
	overflow: hidden
}

.main .wrap.cooperation .cooperation_box .top-img-panel .half .half_pic:nth-child(even) {
	float: right
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .half .half_pic {
		width: 100%;
		float: none !important;
		margin-bottom: 10px
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .half .half_pic img {
	width: 100%
}

.main .wrap.cooperation .cooperation_box .top-img-panel .four {
	display: flex;
	margin-bottom: 12px;
	justify-content: space-between
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four {
		display: block
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box {
	width: 49%;
	text-align: center;
	background: #eb6c06;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box {
		width: 100%;
		margin-bottom: 10px;
		padding: 15px;
		box-sizing: border-box
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-title {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 10px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-title {
		font-size: 26px;
		line-height: 32px
	}
}

@media (max-width: 750px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-title {
		font-size: 22px;
		line-height: 26px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-title {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 24px
	}
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-title {
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-text {
	font-size: 16px;
	line-height: 24px;
	color: #fff
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-text {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-text {
		font-size: 12px;
		line-height: 16px
	}
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .cont_box .top-text {
		font-size: .6rem;
		line-height: .8rem
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .four .img {
	width: 24.5%;
	overflow: hidden
}

@media (max-width: 450px) {
	.main .wrap.cooperation .cooperation_box .top-img-panel .four .img {
		width: 100%;
		margin-bottom: 10px
	}
}

.main .wrap.cooperation .cooperation_box .top-img-panel .four .img img {
	width: 100%
}

.main .wrap.cooperation .cooperation_box .join-process {
	margin-top: 70px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .join-process {
		margin-top: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-process {
		margin-top: 1.5rem
	}
}

.main .wrap.cooperation .cooperation_box .join-process .pic {
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-process .pic {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .cooperation_box .join-process .pic img {
	max-width: 100%
}

.main .wrap.cooperation .cooperation_box .principal {
	margin-top: 100px;
	padding-bottom: 110px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .principal {
		margin-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .principal {
		margin-top: 1.75rem;
		padding-bottom: 1.75rem
	}
}

.main .wrap.cooperation .cooperation_box .principal .table {
	padding-top: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .principal .table {
		margin-top: 15px
	}
}

.main .wrap.cooperation .cooperation_box .principal .table table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .principal .table table {
		width: 100%
	}
}

.main .wrap.cooperation .cooperation_box .principal .table table tr th {
	color: #fff;
	background: #ddd;
	line-height: 40px;
	font-size: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .principal .table table tr th {
		font-size: 15px;
		line-height: 30px
	}
}

.main .wrap.cooperation .cooperation_box .principal .table table tr td {
	padding: 20px 35px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: 20px;
	color: #201818
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .principal .table table tr td {
		font-size: 14px;
		line-height: 24px;
		padding: 10px
	}
}

.main .wrap.cooperation .cooperation_box .info-register {
	margin-top: 100px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .info-register {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .info-register {
		margin-top: 1.75rem
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form {
	margin-top: 70px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form {
		margin-top: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form {
		margin-top: 1.5rem
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box {
	width: 420px;
	position: relative;
	float: left
}

@media (max-width: 750px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box {
		width: 100%
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .input_group {
	margin-bottom: 18px
}

@media (max-width: 750px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .input_group {
		margin-bottom: 10px
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .input_group input {
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
	width: 47.6%;
	padding: 8.5px 18px;
	font-size: 16px;
	color: #333
}

@media (max-width: 500px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .input_group input {
		padding: 7px 10px;
		font-size: 14px
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .input_group input.w100 {
	width: 100%
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .input_group input:nth-child(even) {
	float: right
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box textarea {
	height: 214px;
	resize: none;
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
	width: 100%;
	padding: 8.5px 18px;
	font-size: 16px;
	color: #333
}

@media (max-width: 500px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box textarea {
		padding: 7px 10px;
		height: 160px;
		font-size: 14px
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .submit {
	height: 40px;
	width: 116px;
	color: #fff;
	border-radius: 2px;
	background: #ef6d00;
	border: 0;
	outline: 0;
	position: absolute;
	bottom: 5px;
	left: 100%;
	cursor: pointer;
	line-height: 40px;
	transition: all .3s;
	margin: 0 20px
}

@media (max-width: 750px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form .form_box .submit {
		position: static;
		margin: 15px 0;
		font-size: 14px
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .info-register-rt-logo {
	float: right;
	width: 31%
}

@media (max-width: 750px) {
	.main .wrap.cooperation .cooperation_box .info-register .info-register-form .info-register-rt-logo {
		display: none
	}
}

.main .wrap.cooperation .cooperation_box .info-register .info-register-form .info-register-rt-logo img {
	max-width: 100%
}

.main .wrap.cooperation .cooperation_box .investment-support {
	margin-top: 70px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .investment-support {
		margin-top: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .investment-support {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .cooperation_box .investment-support .support {
	text-align: center;
	margin-top: 45px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .investment-support .support {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .cooperation_box .investment-support .support .investment-support-list li {
	display: inline-block;
	vertical-align: middle;
	border-radius: 18px;
	line-height: 36px;
	height: 36px;
	width: 200px;
	text-align: center;
	color: #fff;
	background: #ee6c00;
	margin: 5px 15px;
	position: relative
}

@media (max-width: 500px) {
	.main .wrap.cooperation .cooperation_box .investment-support .support .investment-support-list li {
		width: 100%;
		margin: 5px 0;
		font-size: .75rem;
		line-height: 1.75rem;
		height: 1.75rem
	}
}

.main .wrap.cooperation .cooperation_box .investment-support .support .investment-support-list li::after {
	content: "";
	position: absolute;
	border: 2px solid #f39b5d;
	box-sizing: border-box;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	border-radius: 16px
}

.main .wrap.cooperation .cooperation_box .operation-support {
	margin-top: 100px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .operation-support {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .operation-support {
		margin-top: 1.75rem
	}
}

.main .wrap.cooperation .cooperation_box .operation-support .pic {
	margin-top: 50px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .operation-support .pic {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .cooperation_box .operation-support .pic img {
	max-width: 100%
}

.main .wrap.cooperation .cooperation_box .join-adv {
	margin-top: 100px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cooperation_box .join-adv {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-adv {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .cooperation_box .join-adv .title {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	color: #333;
	margin: 25px 0
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-adv .title {
		font-size: 1.05rem;
		line-height: 1.45rem;
		margin: .75rem 0
	}
}

.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li h5 {
		margin-top: 10px;
		font-size: .8rem;
		line-height: 1rem;
		margin-bottom: 15px
	}
}

.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li h5 span {
	margin-right: 10px;
	text-align: center;
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: #ef6d00;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li h5 span {
		font-size: 14px
	}
}

.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li .cont {
	color: #666;
	font-size: 16px;
	line-height: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li .cont {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li .cont p {
	margin-bottom: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cooperation_box .join-adv .join-adv-list li .cont p {
		margin-bottom: 15px
	}
}

.main .wrap.cooperation .list_box {
	padding-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .list_box {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .list_box {
		padding-bottom: 1.75rem;
		padding-top: .75rem
	}
}

.main .wrap.cooperation .list_box ul li {
	position: relative;
	margin-top: 32px;
	overflow: hidden
}

@media (max-width: 600px) {
	.main .wrap.cooperation .list_box ul li {
		margin-top: .75rem
	}
}

@media (min-width: 1024px) {
	.main .wrap.cooperation .list_box ul li:hover img {
		transform: scale(1.03)
	}

	.main .wrap.cooperation .list_box ul li:hover .text {
		transform: translateY(-45%)
	}
}

.main .wrap.cooperation .list_box ul li img {
	transition: transform 0.5s ease-in-out;
	width: 100%
}

.main .wrap.cooperation .list_box ul li .text {
	position: absolute;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%)
}

.main .wrap.cooperation .list_box ul li .text h3 {
	font-size: 36px;
	line-height: 50px;
	color: #333
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .list_box ul li .text h3 {
		font-size: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .list_box ul li .text h3 {
		font-size: 1.05rem;
		line-height: 1.3rem
	}
}

.main .wrap.cooperation .list_box ul li .text a {
	font-size: 16px;
	line-height: 26px;
	color: #ef6d00;
	margin-top: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .list_box ul li .text a {
		margin-top: .75rem;
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.cooperation .list_box ul li .text a i {
	font-size: 30px;
	color: #ef6d00;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .list_box ul li .text a i {
		font-size: 20px;
		margin-left: 0
	}
}

.main .wrap.cooperation .case {
	padding-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .case {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case {
		padding-bottom: 1.75rem
	}
}

.main .wrap.cooperation .case .title {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 25px;
	font-size: 40px;
	line-height: 52px;
	color: #333;
	font-weight: 500
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .case .title {
		font-size: 36px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .title {
		font-size: 1.25rem;
		line-height: 1.75rem;
		padding-top: 1.375rem;
		padding-bottom: 0
	}
}

.main .wrap.cooperation .case .strategy_box {
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .case .strategy_box .des {
	font-size: 16px;
	line-height: 24px;
	color: #666
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .des {
		font-size: .75rem;
		line-height: 1rem
	}
}

.main .wrap.cooperation .case .strategy_box .pic {
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .pic {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .case .strategy_box .pic img {
	max-width: 100%
}

.main .wrap.cooperation .case .strategy_box .service_box {
	margin-top: 70px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box {
		margin-top: 1.75rem
	}
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .img {
	width: 49.15%;
	float: left;
	overflow: hidden
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .img img {
	width: 100%
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .img {
		width: 100%;
		float: none
	}
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont {
	width: 50.85%;
	float: left;
	padding: 0 55px;
	box-sizing: border-box
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont {
		padding: 0 35px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont {
		width: 100%;
		padding: 0;
		float: none
	}
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont .t {
	font-size: 40px;
	line-height: 52px;
	color: #333;
	margin: 50px 0
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont .t {
		font-size: 36px;
		line-height: 44px;
		margin: 30px 0
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont .t {
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin: 1rem 0
	}
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont .text {
	font-size: 16px;
	line-height: 24px;
	color: #666
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-wrapper .swiper-slide .cont .text {
		font-size: .7rem;
		line-height: 1.1rem
	}
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-pagination {
	position: static;
	transition: none;
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-pagination {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-pagination span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ef6d00
}

.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ef6d00
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .service_box .swiper-container .swiper-pagination span {
		width: 8px;
		height: 8px
	}
}

.main .wrap.cooperation .case .strategy_box .swiper_box {
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .swiper_box {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container {
	box-sizing: border-box
}

.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-pagination {
	position: static;
	transition: none;
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-pagination {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-pagination span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ef6d00
}

.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ef6d00
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-pagination span {
		width: 8px;
		height: 8px
	}
}

.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-wrapper .swiper-slide a {
	background: #fff;
	padding-bottom: 30%;
	position: relative;
	display: block
}

@media (min-width: 1024px) {
	.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-wrapper .swiper-slide a:hover img {
		transform: scale(1.05)
	}
}

.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-wrapper .swiper-slide a img {
	transition: transform 0.5s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 80%;
	max-height: 80%;
	margin: auto
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .strategy_box .swiper_box .swiper-container .swiper-wrapper .swiper-slide a img {
		max-width: 60%;
		max-height: 60%
	}
}

.main .wrap.cooperation .case .case_list ul {
	width: 110%
}

@media (max-width: 768px) {
	.main .wrap.cooperation .case .case_list ul {
		width: 100%
	}
}

.main .wrap.cooperation .case .case_list ul li {
	float: left;
	width: 29.12%;
	margin-right: 2.08%;
	margin-top: 30px;
	transition: box-shadow 0.5s ease
}

@media (max-width: 768px) {
	.main .wrap.cooperation .case .case_list ul li {
		width: 48%;
		margin-right: 0
	}

	.main .wrap.cooperation .case .case_list ul li:nth-child(even) {
		float: right
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .case_list ul li {
		margin-top: 1.25rem
	}
}

@media (max-width: 450px) {
	.main .wrap.cooperation .case .case_list ul li {
		width: 100%;
		float: none !important
	}
}

@media (min-width: 1024px) {
	.main .wrap.cooperation .case .case_list ul li:hover {
		box-shadow: 3px 3px 18px rgba(74, 40, 6, 0.11)
	}
}

@media (min-width: 1024px) {
	.main .wrap.cooperation .case .case_list ul li a:hover .pic img {
		transform: scale(1.05)
	}
}

.main .wrap.cooperation .case .case_list ul li a .pic {
	overflow: hidden
}

.main .wrap.cooperation .case .case_list ul li a .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%
}

.main .wrap.cooperation .case .case_list ul li a .cont {
	padding: 30px 33px 37px 33px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .case .case_list ul li a .cont {
		padding: 20px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .case_list ul li a .cont {
		padding: 0
	}
}

.main .wrap.cooperation .case .case_list ul li a .cont .anli-name {
	font-size: 24px;
	line-height: 32px;
	color: #595757
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .case_list ul li a .cont .anli-name {
		font-size: .9rem;
		line-height: 1rem;
		padding-top: .75rem
	}
}

.main .wrap.cooperation .case .case_list ul li a .cont .anli-text {
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	height: 96px;
	overflow: hidden
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .case .case_list ul li a .cont .anli-text {
		font-size: 14px;
		height: 72px;
		margin-top: 15px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .case .case_list ul li a .cont .anli-text {
		font-size: .7rem;
		line-height: 1rem;
		height: 2rem;
		margin-top: .5rem
	}
}

.main .wrap.cooperation .cop_box .cop_text {
	padding-top: 44px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text {
		padding-top: 1.25rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .t {
	text-align: center;
	font-size: 44px;
	line-height: 82px;
	color: #000
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cop_box .cop_text .t {
		font-size: 36px;
		line-height: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .t {
		font-size: 1.1rem;
		line-height: 1.6rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .title {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	color: #333;
	font-weight: normal;
	margin: 25px 0
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .title {
		font-size: 1.05rem;
		line-height: 1.4rem;
		margin: 5px 0
	}
}

.main .wrap.cooperation .cop_box .cop_text .principal {
	margin-top: 100px;
	padding-bottom: 110px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cop_box .cop_text .principal {
		margin-top: 70px;
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .principal {
		margin-top: 1.75rem;
		padding-bottom: 1.75rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .principal .table {
	padding-top: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .principal .table {
		margin-top: 15px
	}
}

.main .wrap.cooperation .cop_box .cop_text .principal .table table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cop_box .cop_text .principal .table table {
		width: 100%
	}
}

.main .wrap.cooperation .cop_box .cop_text .principal .table table tr th {
	color: #fff;
	background: #ddd;
	line-height: 40px;
	font-size: 20px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .principal .table table tr th {
		font-size: 15px;
		line-height: 30px
	}
}

.main .wrap.cooperation .cop_box .cop_text .principal .table table tr td {
	padding: 20px 35px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: 20px;
	color: #201818
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .principal .table table tr td {
		font-size: 14px;
		line-height: 24px;
		padding: 10px
	}
}

.main .wrap.cooperation .cop_box .cop_text .apply_box {
	border: 1px solid #9e9e9e;
	border-radius: 5px;
	margin-top: 85px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box {
		margin-top: 60px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box {
		margin-top: 1.5rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .apply_tit {
	font-size: 30px;
	line-height: 52px;
	color: #000;
	text-align: center;
	padding-top: 35px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .apply_tit {
		font-size: 1.05rem;
		line-height: 1.5rem;
		padding-top: 1.25rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form {
	padding: 0 85px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .form {
		padding: 0 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .form {
		padding: 0 1rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top {
	padding-top: 10px;
	overflow: hidden
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box {
	float: left;
	width: 24%;
	margin-top: 8px;
	margin-right: 14%
}

@media (max-width: 1300px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box {
		width: 30%;
		margin-right: 5%
	}
}

@media (max-width: 850px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box {
		width: 46%;
		margin-right: 0
	}

	.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box:nth-child(even) {
		float: right
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box {
		width: 100%
	}
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box:nth-child(3n) {
	margin-right: 0
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box label {
	font-size: 16px;
	line-height: 38px;
	color: #000000;
	text-align: right;
	width: 90px;
	display: block;
	float: left
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form .form_top .input_box input {
	float: left;
	width: calc(100% - 90px);
	height: 38px;
	border: 1px solid #ababab;
	border-radius: 5px;
	padding: 0 12px;
	box-sizing: border-box
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form .submit {
	width: 150px;
	height: 46px;
	background: #ee9546;
	border-radius: 5px;
	font-size: 15px;
	line-height: 46px;
	color: #fff;
	display: block;
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .apply_box .form .submit {
		width: 130px;
		height: 40px;
		line-height: 40px
	}
}

.main .wrap.cooperation .cop_box .cop_text .apply_box .form_text {
	font-size: 12px;
	line-height: 24px;
	padding: 12px 0;
	color: #cbb0a0;
	text-align: center
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item {
	padding-top: 45px;
	padding-bottom: 60px;
	border-bottom: 1px solid #dedede;
	padding-left: 30px;
	padding-right: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item {
		padding-top: .75rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1.25rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .item_tit {
	font-size: 38px;
	line-height: 66px;
	color: #c79f62;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .item_tit {
		font-size: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .item_tit {
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .text {
	font-size: 22px;
	line-height: 56px;
	color: #878787;
	margin-top: 32px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .text {
		margin-top: 1rem;
		font-size: .75rem;
		line-height: 1.1rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .text p {
	text-indent: 2em
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .pic {
	margin-top: 15px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .pic {
		margin-top: .5rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .pic img {
	max-width: 100%
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box {
	padding-top: 60px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box {
		padding-top: .75rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store {
	margin-top: 40px;
	border: 1px solid #e5d2b6;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store {
		margin-top: 1.5rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .t {
	width: 235px;
	background: #fff;
	position: absolute;
	left: 25px;
	top: 0;
	font-size: 30px;
	line-height: 50px;
	color: #e5d2b6;
	top: -25px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .t {
		width: 7.5rem;
		left: .75rem;
		top: -.7rem;
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .t::after {
	content: "";
	display: block;
	width: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	background: url(../img/d2.jpg) no-repeat left center;
	z-index: 10
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .t::after {
		width: 4px;
		height: 4px
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .t::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: url(../img/d1.jpg) no-repeat right center
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .t::before {
		width: 4px;
		height: 4px
	}
}

.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .con {
	font-size: 22px;
	line-height: 56px;
	color: #878787;
	padding: 25px 45px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .cop_box .cop_text .list_wrap .item .store_box .store .con {
		padding: 1.25rem .75rem;
		font-size: .75rem;
		line-height: 1.1rem
	}
}

.main .wrap.cooperation .box.box2 {
	padding-top: 135px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box.box2 {
		padding-top: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box.box2 {
		padding-top: 1rem
	}
}

.main .wrap.cooperation .box.box2 .coop_wrap {
	padding-bottom: 20px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box.box2 .coop_wrap {
		padding-bottom: 0
	}
}

.main .wrap.cooperation .box.box2 .coop_wrap .lbox:first-child {
	margin-bottom: 65px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box.box2 .coop_wrap .lbox:first-child {
		margin-bottom: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box.box2 .coop_wrap .lbox:first-child {
		margin-bottom: 2rem
	}
}

.main .wrap.cooperation .box .img img {
	width: 100%
}

.main .wrap.cooperation .box .img_b {
	text-align: center
}

.main .wrap.cooperation .box .img_b img {
	max-width: 80%
}

.main .wrap.cooperation .box .p_tit {
	text-align: center;
	padding-top: 117px;
	padding-bottom: 90px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .p_tit {
		padding-top: 90px;
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .p_tit {
		padding: 1.5rem 0
	}
}

.main .wrap.cooperation .box .p_tit img {
	max-width: 80%
}

.main .wrap.cooperation .box .coop_wrap {
	padding-top: 92px;
	padding-bottom: 200px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .coop_wrap {
		padding-top: 70px;
		padding-bottom: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap {
		padding-bottom: 1.25rem;
		padding-top: 1.5rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox {
	margin-bottom: 30px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox {
		margin-bottom: 1rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox:first-child {
	margin-bottom: 130px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .coop_wrap .lbox:first-child {
		margin-bottom: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox:first-child {
		margin-bottom: 2rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list {
	padding: 0 20px;
	margin-top: 50px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .honor_list {
		padding: 0
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .honor_list {
		margin-top: 1.75rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li {
	width: 20.84%;
	margin-right: 5.06%
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li:nth-child(4n) {
	margin-right: 0
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li {
		width: 29%;
		margin-right: 4%
	}

	.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li:nth-child(3n) {
		margin-right: 0
	}

	.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li:nth-child(4n) {
		margin-right: 4%
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li .pic {
	overflow: hidden
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li .pic img {
	width: 100%
}

.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li .cont {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	text-align: center;
	padding: 15px 0
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .honor_list ul li .cont {
		font-size: .7rem;
		line-height: 1rem;
		padding: 10px 0
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .tit {
	font-size: 45px;
	line-height: 70px;
	color: #ed6e00;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .tit {
		font-size: 40px;
		line-height: 60px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .tit {
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item {
	margin-bottom: 42px;
	margin-top: 32px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item {
		margin: 1rem 0
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .tel_box {
	padding-bottom: 80px;
	text-align: center;
	font-size: 36px;
	line-height: 44px;
	color: #727171
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .tel_box span {
	margin: 0 55px
}

@media (max-width: 1024px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .tel_box {
		padding-bottom: 70px;
		font-size: 28px;
		line-height: 36px
	}

	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .tel_box span {
		margin: 0 40px
	}
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .tel_box {
		padding-bottom: 1.75rem;
		font-size: .8rem;
		line-height: 1.25rem
	}

	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .tel_box span {
		display: block;
		margin: 5px
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .ds {
	color: #727171;
	text-align: center;
	font-size: 22px;
	line-height: 34px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .ds {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box {
	margin-top: 45px
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box {
		margin-top: 1.25rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li {
	width: 11.73%;
	margin-right: 2.6%
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li:nth-child(7n) {
	margin-right: 0
}

@media (max-width: 750px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li {
		width: 30%;
		margin-right: 4.2% !important
	}

	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li:nth-child(3n) {
		margin-right: 0 !important
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li .tu {
	position: relative;
	padding-bottom: 100%
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li .tu img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li .text {
	font-size: 18px;
	line-height: 40px;
	color: #727171;
	text-align: center;
	margin-top: 10px
}

@media (max-width: 750px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .people_box ul li .text {
		font-size: .6rem;
		line-height: 1rem;
		margin-top: 0;
		padding: .5rem 0
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .item_img {
	margin-top: 40px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.cooperation .box .coop_wrap .lbox .list .item .item_img {
		margin-top: 1rem
	}
}

.main .wrap.cooperation .box .coop_wrap .lbox .list .item .item_img img {
	max-width: 100%
}

.main .wrap.product .content .container .p-box {
	padding-bottom: 50px
}

@media (max-width: 600px) {
	.main .wrap.product .content .container .p-box {
		padding-bottom: 1.25rem
	}
}

.main .wrap.product .content .container .p-box .series-title {
	font-size: 24px;
	line-height: 32px;
	color: #666;
	margin-bottom: 25px;
	font-weight: 600
}

@media (max-width: 600px) {
	.main .wrap.product .content .container .p-box .series-title {
		font-size: .9rem;
		line-height: 1rem;
		margin-bottom: 20px
	}
}

.main .wrap.product .content .container .p-box .p-list ul {
	width: 110%;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 500px) {
	.main .wrap.product .content .container .p-box .p-list ul {
		width: 100%;
		display: block
	}
}

.main .wrap.product .content .container .p-box .p-list ul li {
	float: left;
	width: 22.1%;
	margin-right: 0.78%;
	margin-bottom: 2.7%
}

@media (max-width: 1024px) {
	.main .wrap.product .content .container .p-box .p-list ul li {
		width: 29%;
		margin-right: 1.78%
	}
}

@media (max-width: 500px) {
	.main .wrap.product .content .container .p-box .p-list ul li {
		margin-right: 0;
		width: 48%
	}

	.main .wrap.product .content .container .p-box .p-list ul li:nth-child(even) {
		float: right
	}
}

.main .wrap.product .content .container .p-box .p-list ul li a {
	display: block
}

@media (min-width: 1024px) {
	.main .wrap.product .content .container .p-box .p-list ul li a:hover .p-img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	.main .wrap.product .content .container .p-box .p-list ul li a:hover .cont .name,
	.main .wrap.product .content .container .p-box .p-list ul li a:hover .cont .intro {
		color: #ef6d00
	}
}

.main .wrap.product .content .container .p-box .p-list ul li a .p-img {
	padding-bottom: 73.42%;
	background: #f3f1ed;
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.main .wrap.product .content .container .p-box .p-list ul li a .p-img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	margin: auto
}

.main .wrap.product .content .container .p-box .p-list ul li a .cont {
	text-align: center
}

.main .wrap.product .content .container .p-box .p-list ul li a .cont .name {
	font-size: 20px;
	line-height: 26px;
	padding: 15px 0 5px 0;
	color: #999;
	transition: color 0.3s
}

@media (max-width: 600px) {
	.main .wrap.product .content .container .p-box .p-list ul li a .cont .name {
		font-size: .7rem;
		line-height: 1rem;
		padding-top: 10px;
		padding-bottom: 3px
	}
}

.main .wrap.product .content .container .p-box .p-list ul li a .cont .intro {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	transition: color 0.3s
}

@media (max-width: 600px) {
	.main .wrap.product .content .container .p-box .p-list ul li a .cont .intro {
		font-size: .6rem;
		line-height: .75rem
	}
}

.main .wrap.product .info {
	background: #fffaf7
}

.main .wrap.product .info.fff {
	background: #fff
}

.main .wrap.product .info .bamboo-box {
	margin-top: 100px;
	background: url(../img/bamboo-text.png) no-repeat;
	background-position: 95% center
}

@media (max-width: 1024px) {
	.main .wrap.product .info .bamboo-box {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .bamboo-box {
		margin-top: 1.75rem;
		background-size: 100% auto
	}
}

.main .wrap.product .info .bamboo-box .bamboo {
	font-size: 0
}

.main .wrap.product .info .bamboo-box .bamboo .pic {
	display: inline-block;
	vertical-align: middle;
	width: 50.33%;
	overflow: hidden
}

.main .wrap.product .info .bamboo-box .bamboo .pic img {
	width: 100%
}

@media (max-width: 850px) {
	.main .wrap.product .info .bamboo-box .bamboo .pic {
		width: 100%
	}
}

.main .wrap.product .info .bamboo-box .bamboo .text {
	margin-left: 5.9%;
	width: 43.7%;
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 850px) {
	.main .wrap.product .info .bamboo-box .bamboo .text {
		width: 100%;
		margin-left: 0;
		margin-top: 30px
	}
}

.main .wrap.product .info .bamboo-box .bamboo .text h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px
}

@media (max-width: 1024px) {
	.main .wrap.product .info .bamboo-box .bamboo .text h3 {
		margin-bottom: 15px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .bamboo-box .bamboo .text h3 {
		font-size: 1.05rem;
		line-height: 1.5rem
	}
}

.main .wrap.product .info .bamboo-box .bamboo .text .text-1 {
	font-size: 18px;
	line-height: 24px;
	color: #333
}

@media (max-width: 600px) {
	.main .wrap.product .info .bamboo-box .bamboo .text .text-1 {
		font-size: .75rem;
		line-height: 1.25rem
	}
}

.main .wrap.product .info .bamboo-box .bamboo .text .text-2 {
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 40px;
	line-height: 22px
}

@media (max-width: 600px) {
	.main .wrap.product .info .bamboo-box .bamboo .text .text-2 {
		padding-top: 1rem;
		font-size: .6rem;
		line-height: 1.1rem
	}
}

.main .wrap.product .info .bamboo-box .bamboo .text .text-2 span {
	font-size: 24px;
	line-height: 40px
}

@media (max-width: 600px) {
	.main .wrap.product .info .bamboo-box .bamboo .text .text-2 span {
		font-size: .75rem;
		line-height: 1.25rem
	}
}

.main .wrap.product .info .tkb {
	margin-top: 130px;
	margin-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.product .info .tkb {
		margin-top: 80px;
		margin-bottom: 60px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .tkb {
		margin: 1.75rem auto
	}
}

.main .wrap.product .info .tkb ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.main .wrap.product .info .tkb ul li {
	width: 25.93%
}

.main .wrap.product .info .tkb ul li .pic {
	overflow: hidden
}

.main .wrap.product .info .tkb ul li .pic img {
	width: 100%
}

.main .wrap.product .info .tkb ul li .text {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	padding-bottom: 37px;
	padding-top: 22px;
	display: block
}

@media (max-width: 600px) {
	.main .wrap.product .info .tkb ul li .text {
		font-size: .75rem;
		line-height: 1.05rem;
		padding-top: .75rem;
		padding-bottom: 1rem
	}
}

.main .wrap.product .info .tkb .tkb-text {
	text-align: center;
	max-width: 525px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px
}

@media (max-width: 600px) {
	.main .wrap.product .info .tkb .tkb-text {
		font-size: .6rem;
		line-height: 1rem
	}
}

.main .wrap.product .info .space {
	margin-top: 100px;
	position: relative
}

.main .wrap.product .info .space.space2 .container .show .w1180 .item_box {
	float: right;
	width: 83.9%;
	padding-left: 0
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .container .show .w1180 .item_box {
		width: 79.9%
	}
}

.main .wrap.product .info .space.space2 .container .show .w1180 .item_box .item {
	width: 50.84%;
	margin-left: 2.8%
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .container .show .w1180 .item_box .item {
		width: 48.84%
	}
}

.main .wrap.product .info .space.space2 .container .show .w1180 .item_box .item:nth-child(even) {
	width: 39.9%;
	margin-left: 3%
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .container .show .w1180 .item_box .item:nth-child(even) {
		width: 37.9%
	}
}

.main .wrap.product .info .space.space2 .bot_text .cont_box {
	padding-left: 18.3%
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .bot_text .cont_box {
		padding-left: 22.3%
	}
}

.main .wrap.product .info .space.space2 .bot_text .cont_box .con {
	width: 52.84%
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .bot_text .cont_box .con {
		width: 50.84%
	}
}

.main .wrap.product .info .space.space2 .bot_text .cont_box .con:nth-child(even) {
	width: 39.9%;
	margin-left: 3%
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .bot_text .cont_box .con:nth-child(even) {
		width: 37.9%
	}
}

.main .wrap.product .info .space.space2 .text {
	width: 16.1%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	line-height: 30px;
	font-size: 16px;
	background: #eee
}

@media (max-width: 1024px) {
	.main .wrap.product .info .space.space2 .text {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.space2 .text {
		width: 20.1%;
		font-size: .45rem;
		line-height: .6rem
	}
}

.main .wrap.product .info .space.last {
	padding-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.product .info .space.last {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .space.last {
		padding-bottom: 1.75rem
	}
}

@media (max-width: 1024px) {
	.main .wrap.product .info .space {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .space {
		margin-top: 1rem
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .space .container {
		background-size: 40% auto
	}
}

.main .wrap.product .info .space .container .title {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	text-align: center;
	padding: 25px 0;
	position: relative;
	z-index: 10
}

@media (max-width: 600px) {
	.main .wrap.product .info .space .container .title {
		padding: .625rem 0;
		font-size: 1.2rem;
		line-height: 1.5rem
	}
}

.main .wrap.product .info .space .container .show {
	margin-top: 75px;
	position: relative;
	z-index: 10;
	background: #eee;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.product .info .space .container .show {
		margin-top: 1rem
	}
}

.main .wrap.product .info .space .container .show .w1180 {
	position: relative
}

.main .wrap.product .info .space .container .show .w1180 .icon {
	width: 314px;
	position: absolute;
	right: 0;
	top: -100px
}

@media (max-width: 700px) {
	.main .wrap.product .info .space .container .show .w1180 .icon {
		width: 6rem;
		top: -2.5rem
	}
}

.main .wrap.product .info .space .container .show .w1180 .icon img {
	width: 100%
}

.main .wrap.product .info .space .container .show .w1180 .item_box {
	background: #fff;
	padding-left: 5.27%;
	box-sizing: border-box
}

.main .wrap.product .info .space .container .show .w1180 .item_box .item {
	width: 53.84%;
	position: relative;
	z-index: 10;
	float: left
}

.main .wrap.product .info .space .container .show .w1180 .item_box .item:nth-child(even) {
	width: 36.57%;
	margin-left: 5%
}

.main .wrap.product .info .space .container .show .w1180 .item_box .item img {
	display: block;
	width: 100%
}

.main .wrap.product .info .space .bot_text .cont_box {
	padding-left: 6.27%
}

.main .wrap.product .info .space .bot_text .cont_box .con {
	text-align: right;
	width: 53.84%;
	float: left
}

.main .wrap.product .info .space .bot_text .cont_box .con:nth-child(even) {
	width: 36.57%;
	margin-left: 5%
}

.main .wrap.product .info .space .bot_text .cont_box .con .en {
	font-size: 22px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase
}

@media (max-width: 600px) {
	.main .wrap.product .info .space .bot_text .cont_box .con .en {
		margin-top: .75rem;
		margin-bottom: 0;
		font-size: .7rem;
		line-height: 1.1rem
	}
}

.main .wrap.product .info .space .bot_text .cont_box .con .ch {
	font-size: 16px;
	line-height: 20px;
	color: #000
}

@media (max-width: 600px) {
	.main .wrap.product .info .space .bot_text .cont_box .con .ch {
		font-size: .6rem;
		line-height: .9rem
	}
}

.main .wrap.product .info .master-zhu {
	position: relative
}

@media (max-width: 1024px) {
	.main .wrap.product .info .master-zhu {
		padding-top: 30px
	}
}

.main .wrap.product .info .master-zhu img {
	width: 100%
}

.main .wrap.product .info .master-zhu .text {
	position: absolute;
	width: 450px;
	left: 32%;
	top: 14%
}

@media (max-width: 1200px) {
	.main .wrap.product .info .master-zhu .text {
		width: 400px;
		left: 25%;
		top: 17%
	}
}

@media (max-width: 1100px) {
	.main .wrap.product .info .master-zhu .text {
		width: 50%;
		left: 10%;
		top: 10%
	}
}

@media (max-width: 850px) {
	.main .wrap.product .info .master-zhu .text {
		width: 100%;
		position: static;
		margin-top: 30px
	}
}

.main .wrap.product .info .master-zhu .text h3 {
	font-size: 66px;
	line-height: 86px;
	font-family: STXingkai
}

@media (max-width: 1200px) {
	.main .wrap.product .info .master-zhu .text h3 {
		font-size: 50px;
		line-height: 70px
	}
}

@media (max-width: 850px) {
	.main .wrap.product .info .master-zhu .text h3 {
		font-size: 40px;
		line-height: 54px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .master-zhu .text h3 {
		font-size: 1.25rem;
		line-height: 1.65rem
	}
}

.main .wrap.product .info .master-zhu .text .cont .name {
	background: url(../img/name-back.png) no-repeat center;
	background-size: contain;
	font-size: 24px;
	line-height: 62px;
	color: #fff;
	display: inline-block;
	height: 70px;
	width: 184px;
	padding-left: 30px;
	box-sizing: border-box
}

@media (max-width: 600px) {
	.main .wrap.product .info .master-zhu .text .cont .name {
		padding-left: 0;
		width: 4.6rem;
		height: 1.75rem;
		padding-left: 1rem;
		font-size: .75rem;
		line-height: 1.6rem
	}
}

.main .wrap.product .info .master-zhu .text .cont .who {
	padding-left: 25px;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 20px;
	color: #333
}

@media (max-width: 1200px) {
	.main .wrap.product .info .master-zhu .text .cont .who {
		margin-bottom: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .master-zhu .text .cont .who {
		margin-bottom: 1.25rem;
		padding-left: 0;
		margin-top: .5rem;
		font-size: .75rem;
		line-height: 1.25rem
	}
}

.main .wrap.product .info .master-zhu .text .cont .intro {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding-left: 25px
}

@media (max-width: 600px) {
	.main .wrap.product .info .master-zhu .text .cont .intro {
		padding-left: 0;
		font-size: .6rem;
		line-height: .85rem
	}
}

.main .wrap.product .info .pink-back-img {
	background: url(../img/pink-back.jpg) no-repeat center center;
	background-size: cover
}

.main .wrap.product .info .parts {
	margin-top: 50px
}

@media (max-width: 750px) {
	.main .wrap.product .info .parts {
		margin-top: 30px
	}
}

@media (max-width: 500px) {
	.main .wrap.product .info .parts {
		margin-top: 15px
	}
}

.main .wrap.product .info .parts ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.main .wrap.product .info .parts ul li {
	width: 23.38%;
	margin-right: 2.11%
}

.main .wrap.product .info .parts ul li:nth-child(4n) {
	margin-right: 0
}

@media (max-width: 750px) {
	.main .wrap.product .info .parts ul li {
		width: 48%;
		margin-top: 15px;
		margin-right: 0
	}

	.main .wrap.product .info .parts ul li:nth-child(even) {
		margin-left: 4%
	}

	.main .wrap.product .info .parts ul li:nth-child(4n) {
		margin-right: 0
	}
}

.main .wrap.product .info .parts ul li a {
	display: block
}

.main .wrap.product .info .parts ul li a img {
	width: 100%
}

.main .wrap.product .info .parts ul li a p {
	padding: 22px 0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #333
}

@media (max-width: 600px) {
	.main .wrap.product .info .parts ul li a p {
		padding: 10px 0 5px 0;
		font-size: 14px;
		line-height: 22px
	}
}

.main .wrap.product .info .pro_list {
	padding-top: 50px;
	margin-bottom: 30px
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro_list {
		padding-top: 35px
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .pro_list {
		padding-top: 1.25rem;
		margin-bottom: 0
	}
}

.main .wrap.product .info .pro_list ul {
	width: 110%;
	font-size: 0
}

@media (max-width: 600px) {
	.main .wrap.product .info .pro_list ul {
		width: 100%
	}
}

.main .wrap.product .info .pro_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 23.63%;
	margin-right: 9.7%
}

@media (max-width: 600px) {
	.main .wrap.product .info .pro_list ul li {
		width: 48%;
		margin: 10px 1%
	}
}

@media (max-width: 500px) {
	.main .wrap.product .info .pro_list ul li {
		width: 100%
	}

	.main .wrap.product .info .pro_list ul li:nth-child(1) {
		margin-top: 0
	}
}

.main .wrap.product .info .pro_list ul li img {
	display: block;
	max-width: 100%;
	margin: 37px auto
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro_list ul li img {
		margin: 20px 0
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .pro_list ul li img {
		margin: 10px auto
	}
}

.main .wrap.product .info .pro_list ul li table {
	width: 100%
}

.main .wrap.product .info .pro_list ul li table tr td {
	border-bottom: 2px solid #b0afae;
	padding: 7px 0;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px
}

.main .wrap.product .info .pink-box-1 {
	padding: 70px 0;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.product .info .pink-box-1 {
		padding: 1.75rem 0
	}
}

.main .wrap.product .info .pink-box-1 img {
	max-width: 1180px
}

@media (max-width: 600px) {
	.main .wrap.product .info .pink-box-1 img {
		max-width: 60%
	}
}

.main .wrap.product .info .pink-back {
	padding: 50px 0
}

@media (max-width: 1200px) {
	.main .wrap.product .info .pink-back {
		padding: 30px 0
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .pink-back {
		padding: 10px 0
	}
}

.main .wrap.product .info .pro-data {
	display: flex;
	justify-content: space-around
}

.main .wrap.product .info .pro-data.between {
	justify-content: center
}

.main .wrap.product .info .pro-data.between .pro-data-left {
	margin-right: 100px
}

@media (max-width: 1024px) {
	.main .wrap.product .info .pro-data.between .pro-data-left {
		margin-right: 50px
	}
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro-data.between .pro-data-left {
		margin-right: 0
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .pro-data.between .pro-data-left {
		padding-top: .75rem
	}
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro-data {
		display: block
	}
}

.main .wrap.product .info .pro-data .pro-data-left {
	text-align: center;
	color: #595757;
	font-size: 16px;
	line-height: 22px
}

@media (max-width: 500px) {
	.main .wrap.product .info .pro-data .pro-data-left {
		font-size: 14px
	}
}

.main .wrap.product .info .pro-data .pro-data-left img {
	max-width: 100%
}

.main .wrap.product .info .pro-data .pro-data-left p {
	padding: 20px 0
}

@media (max-width: 500px) {
	.main .wrap.product .info .pro-data .pro-data-left p {
		padding: 5px 0
	}
}

.main .wrap.product .info .pro-data .pro-data-left p.fs-20 {
	font-size: 20px
}

@media (max-width: 500px) {
	.main .wrap.product .info .pro-data .pro-data-left p.fs-20 {
		font-size: 16px
	}
}

.main .wrap.product .info .pro-data table {
	font-size: 14px;
	line-height: 22px
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro-data table {
		margin-top: 25px
	}
}

.main .wrap.product .info .pro-data table tr {
	border-bottom: 1px solid #a5a5a5
}

.main .wrap.product .info .pro-data table tr:nth-child(1) td {
	font-weight: 600
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro-data table tr {
		width: 100%
	}
}

.main .wrap.product .info .pro-data table tr td {
	line-height: 20px;
	width: 235px;
	box-sizing: border-box;
	padding: 10px 25px
}

@media (max-width: 750px) {
	.main .wrap.product .info .pro-data table tr td {
		padding: 10px;
		width: 400px
	}
}

.main .wrap.product .info .five-adv {
	display: flex;
	justify-content: space-between
}

@media (max-width: 750px) {
	.main .wrap.product .info .five-adv {
		display: block
	}
}

.main .wrap.product .info .five-adv ul {
	width: 285px
}

@media (max-width: 750px) {
	.main .wrap.product .info .five-adv ul {
		width: 100%
	}
}

.main .wrap.product .info .five-adv ul li {
	border: 1px solid #000;
	display: block;
	transition: color 0.3s, border-color 0.3s, background 0.3s;
	text-align: center;
	padding: 9.5px 0;
	margin-bottom: 18px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 18px
}

.main .wrap.product .info .five-adv ul li.active {
	background: #ef6d00;
	border-color: #ef6d00;
	color: #fff
}

.main .wrap.product .info .five-adv ul li.active::after {
	border-left-color: #ef6d00
}

@media (max-width: 500px) {
	.main .wrap.product .info .five-adv ul li {
		margin-bottom: 10px
	}
}

.main .wrap.product .info .five-adv ul li:last-child {
	margin-bottom: 0
}

.main .wrap.product .info .five-adv ul li::after {
	content: "";
	display: block;
	position: absolute;
	border: 7px solid transparent;
	top: 14px;
	right: -15px;
	transition: all .3s
}

.main .wrap.product .info .five-adv .adv {
	width: calc(100% - 285px);
	padding-left: 95px
}

@media (max-width: 750px) {
	.main .wrap.product .info .five-adv .adv {
		width: 100%;
		padding-left: 0;
		margin-top: 25px
	}
}

.main .wrap.product .info .five-adv .adv .item {
	font-size: 14px;
	line-height: 24px;
	color: #595757;
	display: none;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.main .wrap.product .info .five-adv .adv .item.active {
	display: block
}

.main .wrap.product .info .five-adv .adv .item .pic img {
	max-width: 100%
}

.main .wrap.product .info .five-adv .adv .item .cont {
	margin-top: 15px
}

.main .wrap.product .info .detail .title {
	color: #595757;
	font-size: 30px;
	line-height: 40px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.product .info .detail .title {
		font-size: 1.2rem;
		line-height: 1.5rem
	}
}

.main .wrap.product .info .detail .pic {
	margin-top: 40px
}

@media (max-width: 600px) {
	.main .wrap.product .info .detail .pic {
		margin-top: 10px
	}
}

.main .wrap.product .info .detail .pic img {
	max-width: 100%;
	margin: 20px 0
}

@media (max-width: 600px) {
	.main .wrap.product .info .detail .pic img {
		margin: 10px 0
	}
}

.main .wrap.product .info .install .title {
	font-size: 16px;
	line-height: 24px;
	color: #333
}

.main .wrap.product .info .install .install_pic {
	margin-top: 70px
}

@media (max-width: 600px) {
	.main .wrap.product .info .install .install_pic {
		margin-top: 20px
	}
}

.main .wrap.product .info .install .install_pic ul li {
	width: 45%;
	float: left
}

.main .wrap.product .info .install .install_pic ul li:nth-child(even) {
	float: right
}

@media (max-width: 600px) {
	.main .wrap.product .info .install .install_pic ul li {
		width: 100%;
		margin-top: 15px;
		float: none !important
	}
}

.main .wrap.product .info .install .install_pic ul li img {
	width: 100%
}

.main .wrap.product .info .switch-tags {
	text-align: center
}

.main .wrap.product .info .switch-tags a {
	font-size: 20px;
	line-height: 26px;
	color: #595757;
	margin: 10px 15px;
	position: relative;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.main .wrap.product .info .switch-tags a.active {
	color: #ef6d00
}

.main .wrap.product .info .switch-tags a.active::after {
	transform: scaleX(1);
	transform-origin: left center
}

@media (min-width: 1024px) {
	.main .wrap.product .info .switch-tags a:hover {
		color: #ef6d00
	}

	.main .wrap.product .info .switch-tags a:hover::after {
		transform: scaleX(1);
		transform-origin: left center
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .switch-tags a {
		font-size: 16px;
		line-height: 24px;
		margin: 5px 10px
	}
}

.main .wrap.product .info .switch-tags a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ef6d00;
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.main .wrap.product .info .switch_list {
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.product .info .switch_list {
		margin-top: 20px
	}
}

.main .wrap.product .info .switch_list .switch_item {
	display: none;
	position: relative;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@media (max-width: 1200px) {
	.main .wrap.product .info .switch_list .switch_item {
		width: 94%;
		margin: 0 auto
	}
}

.main .wrap.product .info .switch_list .switch_item.active {
	display: block
}

.main .wrap.product .info .switch_list .switch_item .swiper-button-prev {
	left: -55px
}

@media (max-width: 1200px) {
	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev {
		left: -40px
	}
}

@media (max-width: 750px) {
	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev {
		left: -20px
	}
}

.main .wrap.product .info .switch_list .switch_item .swiper-button-next {
	right: -55px
}

@media (max-width: 1200px) {
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next {
		right: -40px
	}
}

@media (max-width: 750px) {
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next {
		right: -20px
	}
}

.main .wrap.product .info .switch_list .switch_item .swiper-button-prev,
.main .wrap.product .info .switch_list .switch_item .swiper-button-next {
	background: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
	border: 1px solid #ef6d00;
	transition: all .3s;
	font-size: 40px;
	margin-top: 0;
	width: 36px;
	height: 78px;
	text-align: center
}

@media (min-width: 1024px) {

	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev:hover,
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next:hover {
		background: #ef6d00;
		border-color: #ef6d00
	}

	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev:hover i,
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next:hover i {
		color: #fff
	}
}

@media (max-width: 1200px) {

	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev,
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next {
		height: 50px;
		width: 30px
	}
}

@media (max-width: 750px) {

	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev,
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next {
		border: none
	}
}

.main .wrap.product .info .switch_list .switch_item .swiper-button-prev i,
.main .wrap.product .info .switch_list .switch_item .swiper-button-next i {
	vertical-align: middle;
	font-size: 30px;
	transition: all .3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 1200px) {

	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev i,
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next i {
		font-size: 24px
	}
}

@media (max-width: 750px) {

	.main .wrap.product .info .switch_list .switch_item .swiper-button-prev i,
	.main .wrap.product .info .switch_list .switch_item .swiper-button-next i {
		top: 0;
		height: 24px
	}
}

.main .wrap.product .info .switch_list .switch_item .swiper-container .swiper-wrapper .swiper-slide a {
	display: block
}

.main .wrap.product .info .switch_list .switch_item .swiper-container .swiper-wrapper .swiper-slide a .p-img {
	width: 100%;
	box-shadow: rgba(109, 63, 14, 0.11) 0 0 10px;
	box-sizing: border-box;
	margin: 0 auto 10px;
	border-radius: 8px;
	background: #fff;
	padding-bottom: 60.8%;
	position: relative
}

@media (min-width: 1024px) {
	.main .wrap.product .info .switch_list .switch_item .swiper-container .swiper-wrapper .swiper-slide a .p-img:hover img {
		transform: scale(1.05)
	}
}

.main .wrap.product .info .switch_list .switch_item .swiper-container .swiper-wrapper .swiper-slide a .p-img img {
	position: absolute;
	left: 0;
	transition: transform 0.5s ease;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 80%;
	max-height: 80%;
	margin: auto
}

.main .wrap.product .info .switch_list .switch_item .swiper-container .swiper-wrapper .swiper-slide a .p-name {
	margin-top: 10px;
	text-align: center;
	color: #dd7429;
	font-size: 16px;
	line-height: 20px
}

.main .wrap.product .info .help {
	display: flex;
	justify-content: space-between
}

@media (max-width: 750px) {
	.main .wrap.product .info .help {
		display: block
	}
}

.main .wrap.product .info .help .item {
	border-radius: 8px;
	border: 1px solid #4b4949;
	padding: 25px;
	box-sizing: border-box;
	width: 48.9%;
	box-sizing: border-box
}

@media (max-width: 750px) {
	.main .wrap.product .info .help .item {
		width: 100%;
		margin-bottom: 20px
	}
}

@media (max-width: 500px) {
	.main .wrap.product .info .help .item {
		padding: 15px
	}
}

.main .wrap.product .info .help .item .title .text {
	float: left;
	color: #595757;
	font-size: 20px;
	line-height: 30px
}

@media (max-width: 500px) {
	.main .wrap.product .info .help .item .title .text {
		font-size: 16px;
		line-height: 30px
	}
}

.main .wrap.product .info .help .item .title a {
	color: #fff;
	background: #ef6d00;
	display: block;
	line-height: 30px;
	height: 30px;
	float: right;
	font-size: 12px;
	padding: 0 12px;
	border-radius: 4px
}

.main .wrap.product .info .help .item .help_list {
	margin-top: 40px
}

@media (max-width: 600px) {
	.main .wrap.product .info .help .item .help_list {
		margin-top: 20px
	}
}

.main .wrap.product .info .help .item .help_list ul li {
	width: 48%;
	float: left
}

.main .wrap.product .info .help .item .help_list ul li:nth-child(even) {
	float: right
}

.main .wrap.product .info .help .item .help_list ul li a {
	display: block
}

@media (min-width: 1024px) {
	.main .wrap.product .info .help .item .help_list ul li a:hover .pic img {
		transform: scale(1.05)
	}
}

.main .wrap.product .info .help .item .help_list ul li a .pic {
	overflow: hidden
}

.main .wrap.product .info .help .item .help_list ul li a .pic img {
	width: 100%;
	transition: transform 0.5s ease
}

.main .wrap.product .info .help .item .help_list ul li a p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-top: 10px
}

.main .wrap.product .info .help .item .list {
	margin-top: 40px
}

@media (max-width: 750px) {
	.main .wrap.product .info .help .item .list {
		margin-top: 20px
	}
}

.main .wrap.product .info .help .item .list ul {
	padding-bottom: 10px
}

.main .wrap.product .info .help .item .list ul li {
	padding: 15px 0;
	border-bottom: 1px solid #d1d1d1
}

@media (max-width: 750px) {
	.main .wrap.product .info .help .item .list ul li {
		padding: 10px 0
	}
}

.main .wrap.product .info .help .item .list ul li a {
	padding-left: 15px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	display: block;
	position: relative;
	transition: color 0.3s;
	cursor: pointer
}

@media (min-width: 1024px) {
	.main .wrap.product .info .help .item .list ul li a:hover {
		color: #ef6d00
	}
}

.main .wrap.product .info .help .item .list ul li a::after {
	content: "";
	position: absolute;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 3px;
	top: 10px;
	left: 0;
	background: #4b4949;
	transition: all .3s
}

.main .wrap.product .info .you-may-need .footer-title {
	font-size: 30px;
	line-height: 40px;
	color: #595757;
	font-weight: 600;
	text-align: center;
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.product .info .you-may-need .footer-title {
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-top: 20px
	}
}

.main .wrap.product .info .you-may-need .footer-more-link {
	padding: 50px 0;
	font-size: 10px;
	display: flex;
	justify-content: space-between
}

@media (max-width: 750px) {
	.main .wrap.product .info .you-may-need .footer-more-link {
		padding: 25px 0;
		overflow: hidden;
		display: block
	}
}

@media (max-width: 750px) {
	.main .wrap.product .info .you-may-need .footer-more-link li {
		width: 33.33%;
		float: left;
		text-align: center;
		margin: 10px 0
	}
}

.main .wrap.product .info .you-may-need .footer-more-link li img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 750px) {
	.main .wrap.product .info .you-may-need .footer-more-link li img {
		max-height: 60px
	}
}

@media (max-width: 500px) {
	.main .wrap.product .info .you-may-need .footer-more-link li img {
		max-height: 36px
	}
}

.main .wrap.product .info .you-may-need .footer-more-link li div {
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 750px) {
	.main .wrap.product .info .you-may-need .footer-more-link li div {
		display: block
	}
}

.main .wrap.product .info .you-may-need .footer-more-link li div p {
	font-size: 20px;
	line-height: 26px;
	color: #595757;
	padding-bottom: 5px
}

@media (max-width: 600px) {
	.main .wrap.product .info .you-may-need .footer-more-link li div p {
		font-size: .65rem;
		line-height: .8rem;
		margin-bottom: 0;
		margin-top: 10px
	}
}

.main .wrap.product .info .you-may-need .footer-more-link li div a {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	transition: color 0.3s
}

@media (min-width: 1024px) {
	.main .wrap.product .info .you-may-need .footer-more-link li div a:hover {
		color: #ef6d00
	}
}

@media (max-width: 600px) {
	.main .wrap.product .info .you-may-need .footer-more-link li div a {
		font-size: .6rem;
		line-height: .9rem
	}
}

.main .wrap.news .content .pinlei-title {
	text-align: left;
	padding-bottom: 0
}

.main .wrap.news .content .video-type-list {
	font-size: 0;
	padding: 30px 0 10px 0
}

@media (max-width: 500px) {
	.main .wrap.news .content .video-type-list {
		padding-top: .75rem;
		padding-bottom: 0
	}
}

.main .wrap.news .content .video-type-list li {
	display: inline-block;
	margin-right: 40px;
	color: #ef6d00;
	cursor: pointer;
	font-size: 24px;
	line-height: 32px
}

@media (max-width: 600px) {
	.main .wrap.news .content .video-type-list li {
		font-size: .9rem;
		line-height: 1.1rem;
		margin-right: 20px
	}
}

.main .wrap.news .content .video-type-list li:last-child {
	margin-right: 0
}

@media (max-width: 435px) {
	.main .wrap.news .content .video-type-list li {
		margin-right: .875rem
	}
}

.main .wrap.news .content .video-type-list li.active a .icon img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.main .wrap.news .content .video-type-list li.active a .text {
	color: #ef6d00
}

.main .wrap.news .content .video-type-list li.active a .text::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center
}

@media (min-width: 1024px) {
	.main .wrap.news .content .video-type-list li a:hover .icon img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%)
	}

	.main .wrap.news .content .video-type-list li a:hover .text {
		color: #ef6d00
	}

	.main .wrap.news .content .video-type-list li a:hover .text::after {
		-webkit-transform: translateX(-50%) scaleX(1);
		transform: translateX(-50%) scaleX(1);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.main .wrap.news .content .video-type-list li a .icon {
	display: inline-block
}

.main .wrap.news .content .video-type-list li a .icon img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (max-width: 600px) {
	.main .wrap.news .content .video-type-list li a .icon img {
		max-width: 1.25rem
	}
}

@media (max-width: 435px) {
	.main .wrap.news .content .video-type-list li a .icon img {
		max-width: .75rem
	}
}

.main .wrap.news .content .video-type-list li a .text {
	color: #777;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.main .wrap.news .content .video-type-list li a .text::after {
	content: "";
	display: block;
	background: #ef6d00;
	height: 2px;
	width: 0;
	position: absolute;
	left: 50%;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	bottom: -5px;
	width: 25px
}

.main .wrap.news .content .news_detail {
	padding-bottom: 100px
}

@media (max-width: 768px) {
	.main .wrap.news .content .news_detail {
		padding-bottom: 65px
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .news_detail {
		padding-bottom: 1.75rem
	}
}

.main .wrap.news .content .news_detail .detail_tit {
	padding-bottom: 30px;
	padding-top: 50px;
	text-align: center;
	border-bottom: 1px dashed #dbdbdb
}

@media (max-width: 1024px) {
	.main .wrap.news .content .news_detail .detail_tit {
		padding-top: 60px
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_tit {
		padding-top: 30px;
		padding-bottom: 15px
	}
}

.main .wrap.news .content .news_detail .detail_tit .t {
	font-size: 24px;
	line-height: 36px;
	color: #454545
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_tit .t {
		font-size: .9rem;
		line-height: 1.15rem
	}
}

.main .wrap.news .content .news_detail .detail_tit .msg {
	font-size: 14px;
	line-height: 24px;
	font-family: Arial;
	color: #666;
	margin-top: 12px
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_tit .msg {
		margin-top: 6px;
		font-size: .7rem;
		line-height: .8rem
	}
}

.main .wrap.news .content .news_detail .detail_con {
	padding: 0 40px 70px 40px;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin-top: 35px;
	border-bottom: 1px dashed #dbdbdb
}

@media (max-width: 1200px) {
	.main .wrap.news .content .news_detail .detail_con {
		padding: 0 0 70px 0
	}
}

@media (max-width: 1024px) {
	.main .wrap.news .content .news_detail .detail_con {
		font-size: 14px;
		line-height: 24px;
		margin-top: 25px
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_con {
		margin-top: 15px;
		font-size: .7rem;
		line-height: 1.1rem;
		padding-bottom: 20px
	}
}

.main .wrap.news .content .news_detail .detail_con img {
	max-width: 100%;
	height: auto !important
}

.main .wrap.news .content .news_detail .detail_bot {
	margin: 30px 40px 0 40px;
	min-height: 46px;
	position: relative;
	padding-right: 170px
}

@media (max-width: 1200px) {
	.main .wrap.news .content .news_detail .detail_bot {
		margin: 0;
		margin-top: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_bot {
		padding-right: 100px
	}
}

.main .wrap.news .content .news_detail .detail_bot .detail_l {
	font-size: 14px;
	line-height: 30px;
	color: #666
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_bot .detail_l {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.news .content .news_detail .detail_bot .detail_l a {
	transition: color 0.3s;
	color: #666
}

@media (min-width: 1024px) {
	.main .wrap.news .content .news_detail .detail_bot .detail_l a:hover {
		color: #ef6d00
	}
}

.main .wrap.news .content .news_detail .detail_bot .return {
	width: 150px;
	height: 46px;
	border-radius: 46px;
	background: #ef6d00;
	text-align: center;
	font-size: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_bot .return {
		width: 90px;
		height: 32px;
		margin-top: -16px
	}
}

.main .wrap.news .content .news_detail .detail_bot .return .txt {
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_bot .return .txt {
		font-size: 14px;
		line-height: 32px;
		margin: 0 3px
	}
}

.main .wrap.news .content .news_detail .detail_bot .return .ico {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin: 0 6px
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_detail .detail_bot .return .ico {
		margin: 0 3px
	}

	.main .wrap.news .content .news_detail .detail_bot .return .ico img {
		max-height: 15px
	}
}

.main .wrap.news .content .video_list {
	padding-top: 50px;
	padding-bottom: 100px
}

@media (max-width: 768px) {
	.main .wrap.news .content .video_list {
		padding-bottom: 65px
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .video_list {
		padding-top: 1.25rem;
		padding-bottom: 1.75rem
	}
}

.main .wrap.news .content .video_list .page_box {
	margin-top: 0
}

.main .wrap.news .content .video_list ul {
	display: flex;
	flex-wrap: wrap;
	width: 110%
}

@media (max-width: 768px) {
	.main .wrap.news .content .video_list ul {
		width: 100%
	}
}

.main .wrap.news .content .video_list ul li {
	float: left;
	width: 29.12%;
	margin-right: 2.31%;
	margin-bottom: 50px;
	cursor: pointer;
	transition: box-shadow 0.5s ease
}

@media (max-width: 768px) {
	.main .wrap.news .content .video_list ul li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px
	}

	.main .wrap.news .content .video_list ul li:nth-child(even) {
		margin-left: 2%
	}
}


@media (max-width: 450px) {
	.main .wrap.news .content .video_list ul li {
		width: 100%;
		margin-left: 0 !important;
		float: none !important
	}
}

@media (min-width: 1024px) {
	.main .wrap.news .content .video_list ul li:hover {
		box-shadow: 0 0 18px rgba(74, 40, 7, 0.11)
	}

	.main .wrap.news .content .video_list ul li:hover .video-text h3 {
		color: #ef6d00
	}

	.main .wrap.news .content .video_list ul li:hover .pic img {
		transform: scale(1.05)
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .video_list ul li {
		margin-bottom: 15px
	}
}

.main .wrap.news .content .video_list ul li .pic {
	overflow: hidden;
	position: relative
}

.main .wrap.news .content .video_list ul li .pic .icon {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../img/play_icon.png) no-repeat center center;
	background-size: cover;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px
}

@media (max-width: 600px) {
	.main .wrap.news .content .video_list ul li .pic .icon {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px
	}
}

.main .wrap.news .content .video_list ul li .pic img {
	transition: transform 0.5s ease-in-out;
	width: 100%
}

.main .wrap.news .content .video_list ul li .video-text {
	padding: 40px 33px
}

@media (max-width: 1300px) {
	.main .wrap.news .content .video_list ul li .video-text {
		padding: 25px
	}
}

@media (max-width: 1024px) {
	.main .wrap.news .content .video_list ul li .video-text {
		padding: 15px
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .video_list ul li .video-text {
		padding: .75rem 0;
		margin-top: .5rem
	}
}

.main .wrap.news .content .video_list ul li .video-text h3 {
	font-size: 24px;
	line-height: 32px;
	color: #595757;
	transition: color 0.5s ease
}

@media (max-width: 1024px) {
	.main .wrap.news .content .video_list ul li .video-text h3 {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .video_list ul li .video-text h3 {
		font-size: .9rem;
		line-height: 1rem
	}
}

.main .wrap.news .content .video_list ul li .video-text .video-intro {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin: 30px 0;
	height: 48px;
	overflow: hidden
}

@media (max-width: 1300px) {
	.main .wrap.news .content .video_list ul li .video-text .video-intro {
		margin: 20px 0
	}
}

@media (max-width: 1024px) {
	.main .wrap.news .content .video_list ul li .video-text .video-intro {
		margin: 15px 0
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .video_list ul li .video-text .video-intro {
		font-size: .7rem;
		line-height: 1rem;
		height: 2rem;
		margin: .5rem 0
	}
}

.main .wrap.news .content .video_list ul li .video-text .video-date {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: right
}

@media (max-width: 600px) {
	.main .wrap.news .content .video_list ul li .video-text .video-date {
		font-size: .6rem;
		line-height: .75rem
	}
}

.main .wrap.news .content .news_list {
	padding-bottom: 100px
}

@media (max-width: 768px) {
	.main .wrap.news .content .news_list {
		padding-bottom: 65px
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .news_list {
		padding-bottom: 1.75rem
	}
}

.main .wrap.news .content .news_list.message {
	margin-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list.message {
		margin-top: .5rem
	}
}

.main .wrap.news .content .news_list.message ul li {
	padding: 20px 0
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list.message ul li {
		padding: 13px 0
	}
}

.main .wrap.news .content .news_list.message ul li a {
	color: #595757;
	font-size: 20px;
	line-height: 32px;
	color: #333;
	transition: color 0.5s ease-in-out
}

@media (min-width: 1024px) {
	.main .wrap.news .content .news_list.message ul li a:hover {
		color: #ef6d00
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list.message ul li a {
		font-size: .8rem;
		line-height: 1rem
	}
}

.main .wrap.news .content .news_list ul li {
	padding: 50px 0;
	border-bottom: 1px solid #d8dada
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list ul li {
		padding: 1.25rem 0
	}
}

.main .wrap.news .content .news_list ul li a {
	display: block
}

@media (min-width: 1024px) {
	.main .wrap.news .content .news_list ul li a:hover .pic img {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	.main .wrap.news .content .news_list ul li a:hover .news-text h3 {
		color: #ef6d00
	}
}

.main .wrap.news .content .news_list ul li a .pic {
	width: 340px;
	height: 200px;
	overflow: hidden;
	float: left
}

@media (max-width: 1024px) {
	.main .wrap.news .content .news_list ul li a .pic {
		width: 280px;
		height: 164px
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list ul li a .pic {
		width: 100%;
		height: auto
	}
}

.main .wrap.news .content .news_list ul li a .pic img {
	width: 100%;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out
}

.main .wrap.news .content .news_list ul li a .news-text {
	width: calc(100% - 340px);
	padding-left: 24px;
	float: left;
	box-sizing: border-box
}

@media (max-width: 1024px) {
	.main .wrap.news .content .news_list ul li a .news-text {
		width: calc(100% - 280px)
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list ul li a .news-text {
		width: 100%;
		padding-left: 0;
		margin-top: 15px
	}
}

.main .wrap.news .content .news_list ul li a .news-text h3 {
	color: #595757;
	font-size: 24px;
	line-height: 32px;
	color: #333;
	transition: color 0.5s ease-in-out
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list ul li a .news-text h3 {
		font-size: .9rem;
		line-height: 1rem
	}
}

.main .wrap.news .content .news_list ul li a .news-text .news-intro {
	color: #999;
	margin: 25px 0;
	font-size: 16px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4
}

@media (max-width: 1024px) {
	.main .wrap.news .content .news_list ul li a .news-text .news-intro {
		-webkit-line-clamp: 3;
		height: 72px;
		margin: 12px 0
	}
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list ul li a .news-text .news-intro {
		font-size: .7rem;
		line-height: 1rem;
		height: 3rem
	}
}

.main .wrap.news .content .news_list ul li a .news-text .news-date {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: right
}

@media (max-width: 600px) {
	.main .wrap.news .content .news_list ul li a .news-text .news-date {
		font-size: .6rem;
		line-height: .75rem
	}
}

.main .wrap.news .content .top-video-switch-box {
	position: relative
}

@media (max-width: 1024px) {
	.main .wrap.news .content .top-video-switch-box {
		margin-top: 30px
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .top-video-switch-box {
		margin-top: 15px
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-box {
	width: 69.49%;
	border-radius: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width: 500px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box {
		position: relative;
		width: 100%;
		padding-bottom: 74.18%
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box ul {
		position: absolute;
		width: 100%;
		height: 100%
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: all .5s;
	z-index: 10;
	opacity: 0;
	visibility: hidden
}

@media (max-width: 1024px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box ul li {
		display: none
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li::after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s;
	border-radius: 6px
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li.active {
	z-index: 12;
	opacity: 1;
	visibility: visible
}

@media (max-width: 1024px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box ul li.active {
		display: block
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li .play {
	position: absolute;
	width: 120px;
	height: 120px;
	background: url(../img/play.png) no-repeat center center;
	background-size: cover;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -60px;
	cursor: pointer;
	z-index: 10;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease
}

@media (max-width: 768px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box ul li .play {
		width: 80px;
		height: 80px;
		margin-top: -40px;
		margin-left: -40px
	}
}

@media (max-width: 500px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box ul li .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px
	}
}

@media (min-width: 1024px) {
	.main .wrap.news .content .top-video-switch-box .top-video-box ul li .play:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li .vbBox {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li .vbBox iframe {
	width: 100% !important;
	height: 100% !important;
	filter: alpha(opacity=0);
	opacity: 0
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li .vbBox iframe.show {
	filter: alpha(opacity=100);
	opacity: 1
}

.main .wrap.news .content .top-video-switch-box .top-video-box ul li img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.main .wrap.news .content .top-video-switch-box .top-video-list {
	width: 28.81%;
	float: right
}

@media (max-width: 500px) {
	.main .wrap.news .content .top-video-switch-box .top-video-list {
		width: 100%;
		float: none
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-list li {
	margin-bottom: 5.2%;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}

@media (max-width: 500px) {
	.main .wrap.news .content .top-video-switch-box .top-video-list li {
		width: 30%;
		float: left;
		margin-top: 5%;
		margin-right: 5%;
		margin-bottom: 0
	}

	.main .wrap.news .content .top-video-switch-box .top-video-list li:last-child {
		margin-right: 0
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-list li img {
	width: 100%;
	border-radius: 5px
}

.main .wrap.news .content .top-video-switch-box .top-video-list li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-radius: 5px;
	box-sizing: border-box;
	z-index: 10;
	transition: all 0.3s
}

.main .wrap.news .content .top-video-switch-box .top-video-list li::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	border-radius: 6px;
	transition: all 0.3s
}

.main .wrap.news .content .top-video-switch-box .top-video-list li.active {
	border-color: #ec6c00
}

.main .wrap.news .content .top-video-switch-box .top-video-list li.active::after {
	background: rgba(28, 28, 28, 0.4)
}

.main .wrap.news .content .top-video-switch-box .top-video-list li.active::before {
	border-color: #ef6d00
}

@media (min-width: 1024px) {
	.main .wrap.news .content .top-video-switch-box .top-video-list li:hover::after {
		background: rgba(28, 28, 28, 0.4)
	}
}

.main .wrap.news .content .top-video-switch-box .top-video-list li:last-child {
	margin-bottom: 0
}

.main .wrap.service .service_wrap .service_top {
	padding-bottom: 75px
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .service_top {
		padding-top: 0;
		padding-bottom: 1.5rem
	}
}

.main .wrap.service .service_wrap .system {
	border-top: 1px solid #d2d2d2;
	padding-bottom: 42px;
	border-bottom: 1px solid #d2d2d2
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system {
		padding-bottom: 1.25rem
	}
}

.main .wrap.service .service_wrap .system .system_tit {
	font-size: 30px;
	line-height: 44px;
	color: #333;
	text-align: center;
	padding-top: 28px;
	font-weight: bold
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system .system_tit {
		font-size: 1.05rem;
		line-height: 1.25rem;
		padding-top: 1rem
	}
}

.main .wrap.service .service_wrap .system .system_list {
	margin-top: 40px
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system .system_list {
		margin-top: 1.25rem
	}
}

.main .wrap.service .service_wrap .system .system_list ul {
	text-align: center
}

.main .wrap.service .service_wrap .system .system_list ul li {
	display: inline-block;
	margin: 0 50px
}

@media (max-width: 900px) {
	.main .wrap.service .service_wrap .system .system_list ul li {
		margin: 0 30px
	}
}

@media (max-width: 750px) {
	.main .wrap.service .service_wrap .system .system_list ul li {
		margin: 0 20px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system .system_list ul li {
		margin: 10px
	}
}

.main .wrap.service .service_wrap .system .system_list ul li .radius {
	width: 114px;
	height: 114px;
	background: #d2d2d2;
	border-radius: 50%;
	display: flex;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	align-items: center
}

@media (max-width: 750px) {
	.main .wrap.service .service_wrap .system .system_list ul li .radius {
		font-size: 20px;
		line-height: 24px;
		width: 100px;
		height: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system .system_list ul li .radius {
		width: 80px;
		height: 80px;
		font-size: .9rem;
		line-height: 1.1rem
	}
}

.main .wrap.service .service_wrap .system .system_list ul li .text {
	font-size: 22px;
	line-height: 40px;
	color: #999;
	padding: 0 40px;
	text-align: center;
	margin-top: 12px
}

@media (max-width: 750px) {
	.main .wrap.service .service_wrap .system .system_list ul li .text {
		font-size: 18px;
		line-height: 30px;
		margin-top: 10px;
		padding: 0
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system .system_list ul li .text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.service .service_wrap .system .system_list .text_box {
	margin-top: 45px;
	font-size: 22px;
	line-height: 32px;
	color: #999;
	text-align: center
}

@media (max-width: 750px) {
	.main .wrap.service .service_wrap .system .system_list .text_box {
		font-size: 18px;
		line-height: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .system .system_list .text_box {
		margin-top: 1.25rem;
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.service .service_wrap .join_list {
	margin-top: 70px;
	padding-bottom: 120px
}

@media (max-width: 1024px) {
	.main .wrap.service .service_wrap .join_list {
		padding-bottom: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .join_list {
		margin-top: 1rem;
		padding-bottom: 2rem
	}
}

.main .wrap.service .service_wrap .join_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

@media (max-width: 800px) {
	.main .wrap.service .service_wrap .join_list ul {
		display: block;
		text-align: center;
		font-size: 0
	}
}

.main .wrap.service .service_wrap .join_list ul li {
	background: #fff;
	margin-right: 1.86%;
	width: 23.6%;
	float: left;
	box-sizing: border-box
}

.main .wrap.service .service_wrap .join_list ul li:last-child {
	margin-right: 0
}

@media (max-width: 800px) {
	.main .wrap.service .service_wrap .join_list ul li {
		width: 48%;
		margin-top: 4%;
		margin-right: 0;
		display: inline-block;
		vertical-align: top;
		float: none
	}

	.main .wrap.service .service_wrap .join_list ul li:nth-child(even) {
		margin-left: 4%
	}
}

.main .wrap.service .service_wrap .join_list ul li a {
	padding-top: 64px;
	display: block;
	padding-bottom: 32px;
	transition: box-shadow 0.5s, border-color 0.5s;
	border: 1px solid #dddddd;
	border-radius: 3px
}

@media (max-width: 1024px) {
	.main .wrap.service .service_wrap .join_list ul li a {
		padding-top: 40px;
		padding-bottom: 25px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .join_list ul li a {
		padding-top: 1.25rem;
		padding-bottom: .75rem
	}
}

@media (min-width: 1024px) {
	.main .wrap.service .service_wrap .join_list ul li a:hover {
		border-color: #fff;
		box-shadow: 0px 3px 18px 0px rgba(74, 40, 7, 0.11)
	}

	.main .wrap.service .service_wrap .join_list ul li a:hover .icon img {
		filter: alpha(opacity=0);
		opacity: 0
	}

	.main .wrap.service .service_wrap .join_list ul li a:hover .icon img.active {
		filter: alpha(opacity=100);
		opacity: 1
	}

	.main .wrap.service .service_wrap .join_list ul li a:hover .text {
		color: #ef6d00
	}
}

.main .wrap.service .service_wrap .join_list ul li a .icon {
	text-align: center;
	height: 100px;
	position: relative
}

@media (max-width: 1024px) {
	.main .wrap.service .service_wrap .join_list ul li a .icon {
		height: 80px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .join_list ul li a .icon {
		height: 2.5rem
	}
}

.main .wrap.service .service_wrap .join_list ul li a .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.5s
}

.main .wrap.service .service_wrap .join_list ul li a .icon img.active {
	filter: alpha(opacity=0);
	opacity: 0
}

.main .wrap.service .service_wrap .join_list ul li a .text {
	margin-top: 72px;
	font-size: 24px;
	line-height: 42px;
	color: #595757;
	text-align: center;
	transition: color 0.5s
}

@media (max-width: 1024px) {
	.main .wrap.service .service_wrap .join_list ul li a .text {
		margin-top: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_wrap .join_list ul li a .text {
		margin-top: 1rem;
		font-size: .9rem;
		line-height: 1.5rem
	}
}

.main .wrap.service .service_top {
	padding-top: 55px;
	padding-bottom: 88px
}

@media (max-width: 600px) {
	.main .wrap.service .service_top {
		padding-top: 1.375rem;
		padding-bottom: 1.75rem
	}
}

.main .wrap.service .service_top .tit {
	font-weight: bold;
	font-size: 36px;
	line-height: 50px;
	color: #333;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.service .service_top .tit {
		font-size: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .tit {
		font-size: 1.05rem;
		line-height: 1.3rem
	}
}

.main .wrap.service .service_top .contact_msg {
	width: 560px;
	margin: 0 auto;
	padding-top: 48px
}

@media (max-width: 700px) {
	.main .wrap.service .service_top .contact_msg {
		width: 92%;
		text-align: center;
		padding-top: 1.375rem
	}
}

.main .wrap.service .service_top .contact_msg .text {
	font-size: 16px;
	line-height: 28px;
	color: #595757;
	margin-top: 15px;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .text {
		font-size: .7rem;
		line-height: 1rem;
		margin-top: .75rem
	}
}

.main .wrap.service .service_top .contact_msg .code {
	width: 180px;
	float: right
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .code {
		width: 5rem;
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 15px
	}
}

.main .wrap.service .service_top .contact_msg .code .code_img {
	width: 100%;
	height: 180px;
	background: #f5f5f5;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .code .code_img {
		height: 5rem
	}
}

.main .wrap.service .service_top .contact_msg .code .code_img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto
}

.main .wrap.service .service_top .contact_msg .tel {
	float: left;
	width: 180px
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .tel {
		width: 5rem;
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 15px
	}
}

.main .wrap.service .service_top .contact_msg .tel .tel_top {
	background: #f5f5f5;
	height: 180px;
	position: relative
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .tel .tel_top {
		height: 5rem
	}
}

.main .wrap.service .service_top .contact_msg .tel .tel_top .cont {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.main .wrap.service .service_top .contact_msg .tel .tel_top .cont .icon {
	text-align: center
}

.main .wrap.service .service_top .contact_msg .tel .tel_top .cont .icon img {
	max-width: 100%
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .tel .tel_top .cont .icon img {
		max-height: 1.75rem
	}
}

.main .wrap.service .service_top .contact_msg .tel .tel_top .cont .number {
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #595757;
	text-align: center;
	display: none;
}

@media (max-width: 600px) {
	.main .wrap.service .service_top .contact_msg .tel .tel_top .cont .number {
		font-size: .7rem;
		line-height: .9rem;
		margin-top: .75rem
	}
}

.main .wrap.service .service-search-bar {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 22px 24px;
	align-items: center;
	position: relative;
	z-index: 10
}

@media (max-width: 700px) {
	.main .wrap.service .service-search-bar {
		display: block;
		box-sizing: border-box;
		padding: 22px 0
	}
}

.main .wrap.service .service-search-bar .rt-search-box {
	font-size: 0
}

.main .wrap.service .service-search-bar .rt-search-box input {
	width: 260px;
	height: 38px;
	border: 1px solid #b6b6b6;
	border-right: 0;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	line-height: 38px;
	vertical-align: middle
}

@media (max-width: 800px) {
	.main .wrap.service .service-search-bar .rt-search-box input {
		width: 180px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service-search-bar .rt-search-box input {
		width: calc(100% - 60px);
		box-sizing: border-box;
		padding: 0 15px
	}
}

.main .wrap.service .service-search-bar .rt-search-box button {
	height: 40px;
	background: #ec6c00;
	color: #fff;
	border: 0;
	outline: 0;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 40px;
	color: #fff
}

@media (max-width: 600px) {
	.main .wrap.service .service-search-bar .rt-search-box button {
		width: 60px;
		height: 38px;
		line-height: 38px
	}
}

.main .wrap.service .service-search-bar .lf-search-type {
	display: flex;
	align-items: center
}

@media (max-width: 600px) {
	.main .wrap.service .service-search-bar .lf-search-type {
		margin-bottom: .25rem
	}
}

.main .wrap.service .service-search-bar .lf-search-type img {
	height: 44px;
	object-fit: contain;
	width: 95px
}

@media (max-width: 600px) {
	.main .wrap.service .service-search-bar .lf-search-type img {
		width: 2.375rem;
		height: 1.1rem
	}
}

.main .wrap.service .service-search-bar .lf-search-type .nav_list {
	position: relative
}

.main .wrap.service .service-search-bar .lf-search-type .nav_list h3 {
	position: relative;
	padding: 5px 0;
	font-size: 24px;
	line-height: 30px;
	color: #ef6d00;
	font-weight: 600;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 600px) {
	.main .wrap.service .service-search-bar .lf-search-type .nav_list h3 {
		font-size: .9rem;
		line-height: 1.15rem
	}
}

.main .wrap.service .service-search-bar .lf-search-type .nav_list i {
	color: #ef6d00;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	transition: transform 0.3s ease
}

.main .wrap.service .service-search-bar .lf-search-type .nav_list i.active {
	transform: rotate(180deg)
}

.main .wrap.service .service-search-bar .lf-search-type .nav_list #moreLink {
	position: absolute;
	white-space: nowrap;
	background: #fff;
	z-index: 10;
	border: 1px solid #e5e5e5;
	top: 100%;
	left: 0;
	display: none;
	z-index: 10
}

.main .wrap.service .service-search-bar .lf-search-type .nav_list #moreLink li a {
	padding: 5px 20px;
	display: block;
	font-weight: 600;
	font-size: 17px;
	color: #666;
	line-height: 20px;
	transition: color 0.3s ease
}

@media (min-width: 1024px) {
	.main .wrap.service .service-search-bar .lf-search-type .nav_list #moreLink li a:hover {
		color: #ef6d00
	}
}

@media (max-width: 600px) {
	.main .wrap.service .service-search-bar .lf-search-type .nav_list #moreLink li a {
		font-size: .8rem;
		line-height: 1.25rem
	}
}

.main .wrap.service .detial-text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 45px 0
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text {
		padding-top: 1.25rem;
		padding-bottom: 0;
		font-size: .7rem;
		line-height: 1.1rem
	}
}

.main .wrap.service .detial-text .table-name {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #595757;
	margin: 15px 0
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .table-name {
		font-size: .7rem;
		line-height: .9rem;
		margin: .625rem 0
	}
}

.main .wrap.service .detial-text .detial-title {
	font-size: 26px;
	line-height: 28px;
	color: #333;
	font-weight: 600
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .detial-title {
		font-size: 1rem;
		line-height: 1.35rem
	}
}

.main .wrap.service .detial-text .sm-detial-title {
	font-size: 18px;
	line-height: 22px;
	color: #595757;
	font-weight: 600;
	margin: 30px 0
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .sm-detial-title {
		margin: 1.25rem 0;
		font-size: .8rem;
		line-height: 1.05rem
	}
}

.main .wrap.service .detial-text p {
	margin: 15px 0
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text p {
		margin: .75rem 0
	}
}

.main .wrap.service .detial-text .mb-30 {
	margin-bottom: 30px
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .mb-30 {
		margin-bottom: 1.25rem
	}
}

.main .wrap.service .detial-text .mb-15 {
	margin-bottom: 15px
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .mb-15 {
		margin-bottom: .75rem
	}
}

.main .wrap.service .detial-text .mb-40 {
	margin-bottom: 40px
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .mb-40 {
		margin-bottom: 1.5rem
	}
}

.main .wrap.service .detial-text .mb-100 {
	margin-bottom: 100px
}

@media (max-width: 1024px) {
	.main .wrap.service .detial-text .mb-100 {
		margin-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .mb-100 {
		margin-bottom: 1.75rem
	}
}

.main .wrap.service .detial-text .mt-50 {
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .mt-50 {
		margin-top: 1.75rem
	}
}

.main .wrap.service .detial-text .spectial {
	display: flex;
	margin-top: 20px;
	margin-bottom: 110px
}

@media (max-width: 1024px) {
	.main .wrap.service .detial-text .spectial {
		margin-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .spectial {
		margin-top: 20px;
		margin-bottom: 1.75rem
	}
}

.main .wrap.service .detial-text .sm-detial-title {
	font-size: 18px;
	color: #595757;
	line-height: 22px;
	font-weight: 600;
	margin: 30px 0
}

@media (max-width: 600px) {
	.main .wrap.service .detial-text .sm-detial-title {
		margin: 1.25rem 0;
		font-size: .8rem;
		line-height: 1.05rem
	}
}

.main .wrap.service .detial-text .table {
	width: 100%;
	overflow: auto
}

.main .wrap.service .detial-text table {
	width: 100%;
	text-align: center;
	line-height: 22px
}

.main .wrap.service .detial-text table tr td,
.main .wrap.service .detial-text table tr th {
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 15px 20px
}

@media (max-width: 600px) {

	.main .wrap.service .detial-text table tr td,
	.main .wrap.service .detial-text table tr th {
		font-size: .6rem;
		line-height: .9rem;
		padding: .5rem
	}
}

.main .wrap.service .detial-text table tr td:nth-child(1),
.main .wrap.service .detial-text table tr th:nth-child(1) {
	border-left: none
}

.main .wrap.life .master_box {
	padding-bottom: 90px
}

@media (max-width: 1024px) {
	.main .wrap.life .master_box {
		padding-bottom: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .master_box {
		padding-bottom: 1.75rem
	}
}

.main .wrap.life .master_box ul {
	display: flex;
	flex-wrap: wrap
}

.main .wrap.life .master_box ul li {
	width: 26.5%;
	margin-top: 55px;
	margin-bottom: 10px
}

@media (max-width: 850px) {
	.main .wrap.life .master_box ul li {
		width: 40%
	}
}

@media (max-width: 600px) {
	.main .wrap.life .master_box ul li {
		width: 48%;
		margin-top: 1rem;
		margin-bottom: 0
	}
}

.main .wrap.life .master_box ul li:nth-child(even) {
	margin-left: 47%
}

@media (max-width: 850px) {
	.main .wrap.life .master_box ul li:nth-child(even) {
		margin-left: 20%
	}
}

@media (max-width: 600px) {
	.main .wrap.life .master_box ul li:nth-child(even) {
		margin-left: 4%
	}
}

.main .wrap.life .master_box ul li .pic {
	overflow: hidden
}

.main .wrap.life .master_box ul li .pic img {
	width: 100%
}

.main .wrap.life .master_box ul li .cont {
	padding-top: 30px
}

@media (max-width: 600px) {
	.main .wrap.life .master_box ul li .cont {
		padding-top: .75rem
	}
}

.main .wrap.life .master_box ul li .cont .name {
	font-size: 16px;
	line-height: 28px;
	color: #595757;
	margin-bottom: 5px;
	font-weight: bold
}

@media (max-width: 600px) {
	.main .wrap.life .master_box ul li .cont .name {
		font-size: .75rem;
		line-height: 1.25rem
	}
}

.main .wrap.life .master_box ul li .cont .des {
	font-size: 14px;
	line-height: 20px;
	color: #999
}

@media (max-width: 600px) {
	.main .wrap.life .master_box ul li .cont .des {
		font-size: .65rem;
		line-height: 1rem
	}
}

.main .wrap.life .master_box ul li .cont .text {
	font-size: 13px;
	line-height: 20px;
	color: #999;
	margin-top: 20px;
	text-indent: 2em
}

@media (max-width: 600px) {
	.main .wrap.life .master_box ul li .cont .text {
		margin-top: .75rem;
		font-size: .6rem;
		line-height: 1rem
	}
}

.main .wrap.life .life_box .life_text {
	padding-top: 45px
}

.main .wrap.life .life_box .life_text.life_box2 {
	padding-top: 130px
}

@media (max-width: 1024px) {
	.main .wrap.life .life_box .life_text.life_box2 {
		padding-top: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .life_text.life_box2 {
		padding-top: 1.5rem
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .life_text {
		padding-top: 1.5rem
	}
}

.main .wrap.life .life_box .life_text .tit {
	text-align: center;
	font-size: 44px;
	line-height: 82px;
	color: #000
}

@media (max-width: 1024px) {
	.main .wrap.life .life_box .life_text .tit {
		font-size: 36px;
		line-height: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .life_text .tit {
		font-size: 1.1rem;
		line-height: 1.6rem
	}
}

.main .wrap.life .life_box .life_text .con {
	font-size: 22px;
	line-height: 32px;
	color: #999;
	padding-bottom: 50px;
	border-bottom: 1px solid #d8d8d8;
	text-indent: 2em;
	margin-top: 28px;
	padding-left: 45px;
	padding-right: 45px
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .life_text .con {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1.25rem;
		margin-top: .75rem;
		font-size: .75rem;
		line-height: 1rem
	}
}

.main .wrap.life .life_box .desc {
	font-size: 22px;
	line-height: 32px;
	color: #999;
	margin-top: 30px;
	padding: 32px 45px 35px 45px;
	border-top: 1px solid #d8d8d8
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .desc {
		padding: 1.25rem 0;
		margin-top: .75rem;
		margin-top: .75rem;
		font-size: .75rem;
		line-height: 1rem
	}
}

.main .wrap.life .life_box .list_box {
	padding: 0 65px
}

@media (max-width: 1024px) {
	.main .wrap.life .life_box .list_box {
		padding: 0 40px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box {
		padding: 0
	}
}

.main .wrap.life .life_box .list_box.list_box2 {
	padding-top: 15px;
	padding-bottom: 150px
}

@media (max-width: 1024px) {
	.main .wrap.life .life_box .list_box.list_box2 {
		padding-bottom: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box.list_box2 {
		padding-top: .75rem;
		padding-bottom: 2rem
	}
}

.main .wrap.life .life_box .list_box.list_box2 ul li {
	margin-top: 48px;
	margin-bottom: 0
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box.list_box2 ul li {
		margin-top: 1.25rem
	}
}

@media (max-width: 500px) {
	.main .wrap.life .life_box .list_box.list_box2 ul li {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%
	}
}

.main .wrap.life .life_box .list_box ul {
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box ul {
		padding-top: .5rem
	}
}

.main .wrap.life .life_box .list_box ul li {
	width: 22.47%;
	margin-top: 46px;
	margin-bottom: 44px;
	margin-right: 15.2%
}

@media (max-width: 1024px) {
	.main .wrap.life .life_box .list_box ul li {
		margin-bottom: 35px
	}
}

@media (max-width: 800px) {
	.main .wrap.life .life_box .list_box ul li {
		width: 29.2%;
		margin-right: 6.2%;
		margin-bottom: 10px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box ul li {
		margin-top: .75rem;
		margin-bottom: 0
	}
}

.main .wrap.life .life_box .list_box ul li:nth-child(3n) {
	margin-right: 0
}

.main .wrap.life .life_box .list_box ul li .pic {
	overflow: hidden;
	background: #f5f5f5
}

.main .wrap.life .life_box .list_box ul li .pic img {
	width: 100%
}

.main .wrap.life .life_box .list_box ul li .cont {
	padding-top: 10px
}

.main .wrap.life .life_box .list_box ul li .cont .t {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: center
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box ul li .cont .t {
		font-size: .7rem;
		line-height: .9rem
	}
}

.main .wrap.life .life_box .list_box ul li .cont .con {
	margin-top: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	text-indent: 2em
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box ul li .cont .con {
		font-size: .6rem;
		line-height: .85rem
	}
}

.main .wrap.life .life_box .list_box ul li .text {
	margin-top: 18px;
	font-size: 16px;
	line-height: 35px;
	color: #595757;
	text-align: center
}

@media (max-width: 800px) {
	.main .wrap.life .life_box .list_box ul li .text {
		font-size: 15px;
		line-height: 28px;
		margin-top: 12px
	}
}

@media (max-width: 600px) {
	.main .wrap.life .life_box .list_box ul li .text {
		font-size: .6rem;
		line-height: .9rem;
		margin-top: .5rem
	}
}

.main .wrap.warm .warm_box {
	padding-top: 75px
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box {
		padding-top: 1.75rem
	}
}

.main .wrap.warm .warm_box .pic_box {
	margin-top: 100px
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .pic_box {
		margin-top: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .pic_box {
		margin-top: 1.5rem
	}
}

.main .wrap.warm .warm_box .pic_box img {
	width: 100%
}

.main .wrap.warm .warm_box .top_box {
	padding-top: 20px
}

.main .wrap.warm .warm_box .top_box.mt {
	margin-top: 200px
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box.mt {
		margin-top: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box.mt {
		margin-top: 2.5rem
	}
}

.main .wrap.warm .warm_box .top_box.mt2 {
	margin-top: 160px
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box.mt2 {
		margin-top: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box.mt2 {
		margin-top: 2.5rem
	}
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box {
		padding-top: 0
	}
}

.main .wrap.warm .warm_box .top_box .text_box {
	text-align: center;
	position: relative
}

.main .wrap.warm .warm_box .top_box .text_box .icon {
	width: 117%;
	position: absolute;
	left: 0;
	top: 30px;
	margin-left: -8.5%
}

.main .wrap.warm .warm_box .top_box .text_box .icon img {
	width: 100%
}

.main .wrap.warm .warm_box .top_box .text_box .tit {
	font-size: 60px;
	line-height: 88px;
	color: #ef6d00;
	text-align: center;
	position: relative;
	z-index: 10
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box .text_box .tit {
		font-size: 50px;
		line-height: 70px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .text_box .tit {
		font-size: 1.5rem;
		line-height: 2rem
	}
}

.main .wrap.warm .warm_box .top_box .text_box .ds {
	font-size: 40px;
	line-height: 56px;
	color: #333;
	position: relative;
	z-index: 10;
	font-weight: bold;
	margin-top: 7px
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box .text_box .ds {
		font-size: 30px;
		line-height: 44px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .text_box .ds {
		margin-top: 0;
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.warm .warm_box .top_box .text_box .swiper {
	padding-bottom: 170px;
	margin-top: 50px;
	padding-left: 6.86%;
	padding-right: 6.86%;
	box-sizing: border-box
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .top_box .text_box .swiper {
		padding: 0
	}
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box .text_box .swiper {
		padding-bottom: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .text_box .swiper {
		padding-bottom: 1.75rem;
		margin-top: 1.25rem
	}
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-prev,
.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-next {
	background: none
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-prev i,
.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-next i {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	color: #999;
	transition: color 0.3s
}

@media (max-width: 600px) {

	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-prev i,
	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-next i {
		color: #ef6d00
	}
}

@media (min-width: 1024px) {

	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-prev i:hover,
	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-button-next i:hover {
		color: #ef6d00
	}
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-button-prev {
	left: -75px
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-button-next {
	right: -75px
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .pic {
	overflow: hidden;
	margin: 0 auto
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .pic img {
	width: 100%
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .cont_box {
	text-align: left;
	padding-top: 6px;
	margin: 0 auto
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .cont_box {
		padding-top: .25rem
	}
}

.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .cont_box .t,
.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .cont_box .cont {
	font-size: 18px;
	line-height: 24px;
	color: #231815;
	text-align: center
}

@media (max-width: 600px) {

	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .cont_box .t,
	.main .wrap.warm .warm_box .top_box .text_box .swiper .swiper-container .swiper-wrapper .swiper-slide .cont_box .cont {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.warm .warm_box .top_box .text_box .con {
	margin-top: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 30px;
	color: #666
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box .text_box .con {
		width: 100%
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .text_box .con {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box {
	margin-top: 60px
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box {
		margin-top: 1.5rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul {
	padding: 0 6.86%;
	box-sizing: border-box
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .top_box .year_box ul {
		padding: 0
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul li .year {
	font-size: 36px;
	line-height: 58px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	text-align: center
}

@media (max-width: 1024px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .year {
		font-size: 30px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .year {
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item {
	width: 32.12%;
	float: left;
	margin-right: 1.6%
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item:nth-child(3n) {
	margin-right: 0
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .pic {
	overflow: hidden
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .pic img {
	width: 100%
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .cont {
	padding: 5px 0;
	text-align: center;
	font-weight: bold
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .cont .y {
	font-size: 12px;
	line-height: 16px;
	color: #000
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .cont .y {
		font-size: .6rem;
		line-height: .85rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .cont .text {
	font-size: 20px;
	line-height: 26px;
	color: #000
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .bot .item .cont .text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap {
	margin-top: 20px
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap {
		margin-top: 1rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .pic {
	overflow: hidden
}

.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .pic img {
	width: 100%
}

.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .cont {
	padding: 5px 0;
	text-align: center;
	font-weight: bold
}

.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .cont .y {
	font-size: 12px;
	line-height: 16px;
	color: #000
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .cont .y {
		font-size: .6rem;
		line-height: .85rem
	}
}

.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .cont .text {
	font-size: 20px;
	line-height: 26px;
	color: #000
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .top_box .year_box ul li .top_wrap .cont .text {
		font-size: .7rem;
		line-height: 1rem
	}
}

.main .wrap.warm .warm_box .value {
	padding-bottom: 140px;
	padding-top: 85px
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .value {
		padding-top: 30px;
		padding-bottom: 80px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .value {
		padding-top: .75rem;
		padding-bottom: 2rem
	}
}

.main .wrap.warm .warm_box .value .vbox {
	background: #efeff0
}

.main .wrap.warm .warm_box .value .vbox .pic img {
	width: 100%
}

.main .wrap.warm .warm_box .value .text_box {
	margin-top: 158px;
	text-align: center
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .value .text_box {
		margin-top: 100px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .value .text_box {
		margin-top: 1.75rem
	}
}

.main .wrap.warm .warm_box .value .text_box .t {
	font-size: 60px;
	line-height: 72px;
	color: #ef6d00;
	font-weight: bold;
	position: relative
}

@media (max-width: 1300px) {
	.main .wrap.warm .warm_box .value .text_box .t {
		font-size: 50px;
		line-height: 62px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .value .text_box .t {
		font-size: 40px;
		line-height: 52px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .value .text_box .t {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}

.main .wrap.warm .warm_box .value .text_box .t span {
	position: relative;
	z-index: 10
}

.main .wrap.warm .warm_box .value .text_box .t img {
	max-width: 60%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .value .text_box .t img {
		max-width: 40%
	}
}

.main .wrap.warm .warm_box .value .text_box .text {
	font-size: 40px;
	line-height: 64px;
	color: #333;
	font-weight: bold;
	margin-top: 60px
}

@media (max-width: 1300px) {
	.main .wrap.warm .warm_box .value .text_box .text {
		font-size: 30px;
		line-height: 44px;
		margin-top: 40px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .value .text_box .text {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .value .text_box .text {
		margin-top: .75rem;
		font-size: .75rem;
		line-height: 1.1rem
	}
}

.main .wrap.warm .warm_box .value .text_box .con {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #666
}

@media (max-width: 1300px) {
	.main .wrap.warm .warm_box .value .text_box .con {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .value .text_box .con {
		font-size: 14px;
		line-height: 22px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .value .text_box .con {
		margin-top: .75rem;
		padding: 0 !important;
		font-size: .6rem;
		line-height: .9rem
	}
}

.main .wrap.warm .warm_box .warm_top ul li {
	margin-bottom: 160px
}

@media (max-width: 1100px) {
	.main .wrap.warm .warm_box .warm_top ul li {
		margin-bottom: 100px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .warm_top ul li {
		margin-bottom: 60px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .warm_top ul li {
		margin-bottom: 1.5rem
	}
}

.main .wrap.warm .warm_box .warm_top ul li:nth-child(even) .cont_box {
	float: right
}

.main .wrap.warm .warm_box .warm_top ul li:nth-child(even) .cont_box .icon {
	left: auto;
	right: 31.61%
}

.main .wrap.warm .warm_box .warm_top ul li:nth-child(even) .cont_box .pic {
	order: 1
}

.main .wrap.warm .warm_box .warm_top ul li:nth-child(even) .cont_box .text_box {
	margin-left: 0;
	margin-right: 3%;
	text-align: right
}

.main .wrap.warm .warm_box .warm_top ul li:nth-child(even) .cont_box .text_box .con {
	padding-left: 7.8%;
	padding-right: 0
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box {
	width: 80.72%;
	font-size: 0;
	position: relative;
	display: flex;
	align-items: center
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box {
		width: 92%
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box {
		align-items: initial
	}
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .icon {
	width: 30.45%;
	position: absolute;
	left: 31.61%;
	bottom: -38%
}

@media (max-width: 1100px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .icon {
		display: none
	}
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .icon img {
	width: 100%
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .pic {
	width: 50.45%;
	overflow: hidden
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .pic img {
	width: 100%
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .pic img {
		height: 100%;
		object-fit: cover
	}
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box {
	margin-left: 3%;
	width: 46.45%
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .t {
	font-size: 60px;
	line-height: 72px;
	color: #ef6d00;
	font-weight: bold;
	position: relative
}

@media (max-width: 1300px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .t {
		font-size: 50px;
		line-height: 62px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .t {
		font-size: 40px;
		line-height: 50px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .t {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .t span {
	position: relative;
	z-index: 10
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .t img {
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .text {
	font-size: 40px;
	line-height: 64px;
	color: #333;
	font-weight: bold;
	margin-top: 20px
}

@media (max-width: 1300px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .text {
		font-size: 30px;
		line-height: 44px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .text {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .text {
		margin-top: .75rem;
		font-size: .75rem;
		line-height: 1.1rem
	}
}

.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .con {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #666;
	padding-right: 7.8%
}

@media (max-width: 1300px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .con {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width: 850px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .con {
		font-size: 14px;
		line-height: 22px
	}
}

@media (max-width: 600px) {
	.main .wrap.warm .warm_box .warm_top ul li .cont_box .text_box .con {
		margin-top: .75rem;
		padding: 0 !important;
		font-size: .6rem;
		line-height: .9rem
	}
}

.main .wrap .banner {
	overflow: hidden
}

.main .wrap .banner .swiper-container .swiper-pagination {
	bottom: 25px;
	transition: none
}

@media (max-width: 1024px) {
	.main .wrap .banner .swiper-container .swiper-pagination {
		bottom: 10px;
		line-height: 0
	}
}

.main .wrap .banner .swiper-container .swiper-pagination span {
	margin: 0 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ef6d00;
	transition: opacity 0.3s;
	filter: alpha(opacity=50);
	opacity: .5
}

.main .wrap .banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	filter: alpha(opacity=100);
	opacity: 1
}

@media (max-width: 600px) {
	.main .wrap .banner .swiper-container .swiper-pagination span {
		width: 8px;
		height: 8px;
		bottom: 15px;
		margin: 0 5px
	}
}

.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a {
	display: block
}

.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a img {
	width: 100%
}

.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a img.mobile {
	display: none
}

@media (max-width: 1024px) {
	.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a img.mobile {
		display: block
	}
}

.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a img.pc {
	display: block
}

@media (max-width: 1300px) {
	.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a img.pc {
		width: 130%;
		margin-left: -15%
	}
}

@media (max-width: 1024px) {
	.main .wrap .banner .swiper-container .swiper-wrapper .swiper-slide a img.pc {
		display: none
	}
}

.main .wrap .banner img {
	width: 100%
}

.main .wrap .banner img.mobile {
	display: none
}

@media (max-width: 1024px) {
	.main .wrap .banner img.mobile {
		display: block;
		padding-top:45px;
	}
}

.main .wrap .banner img.pc {
	display: block
}

@media (max-width: 1300px) {
	.main .wrap .banner img.pc {
		width: 130%;
		margin-left: -15%
	}
}

@media (max-width: 1024px) {
	.main .wrap .banner img.pc {
		display: none
	}
}

.main .wrap .pinlei-title {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: 600;
	text-align: center;
	padding: 60px 0
}

@media (max-width: 600px) {
	.main .wrap .pinlei-title {
		padding-top: 1.25rem;
		padding-bottom: .75rem;
		font-size: 1.05rem;
		line-height: 1.45rem
	}
}

.main .wrap .page_box {
	text-align: center;
	margin-top: 50px
}

@media (max-width: 600px) {
	.main .wrap .page_box {
		margin-top: 1.25rem
	}
}

.main .wrap .page_box a {
	display: inline-block;
	margin: 5px;
	color: #595757;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #ddd;
	transition: all .3s;
	padding: 10px 15px;
	transition: background 0.3s, color 0.3s, border-color 0.3s
}

@media (max-width: 600px) {
	.main .wrap .page_box a {
		padding: 3px 8px;
		margin: 2px;
		font-size: 13px;
		line-height: 18px
	}
}

.main .wrap .page_box a.active {
	background: #ef6d00;
	color: #fff;
	border-color: #ef6d00
}

@media (min-width: 1024px) {
	.main .wrap .page_box a:hover {
		background: #ef6d00;
		color: #fff;
		border-color: #ef6d00
	}
}

.main .wrap .detail_box .pic_box img {
	width: 100%;
	max-width: 100%;
	height: auto !important
}

.main .wrap .detail_box .pic_box img.mobile {
	display: none
}

@media (max-width: 1024px) {
	.main .wrap .detail_box .pic_box img {
		display: none
	}

	.main .wrap .detail_box .pic_box img.mobile {
		display: block
	}
}

.main .map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.main .map.mod2 .ht1box {
	display: none !important
}

.main .map .infobox {
	width: 268px
}

.main .map .infobox .d1 {
	font-size: 15px;
	color: #333333
}

.main .map .infobox .d1 span {
	color: #2999e3;
	margin-right: 5px
}

.main .map .infobox .md-local {
	font-size: 13px;
	color: #000000;
	padding-left: 32px;
	line-height: 18px;
	background: url("../img/19.png") no-repeat left top;
	margin-top: 5px
}

.main .map .infobox .md-tel {
	font-size: 13px;
	color: #000000;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
	background: url("../img/20.png") no-repeat left center;
	min-height: 30px
}

.main .map .infobox .dqlocal {
	position: relative;
	margin-top: 12px
}

.main .map .infobox .dqlocal input {
	width: 224px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	font-size: 12px;
	color: #333333;
	padding: 0 34px 0 6px;
	vertical-align: top
}

.main .map .infobox .dqlocal .closetext {
	width: 10px;
	height: 10px;
	background: url("../img/22.png") no-repeat center;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	cursor: pointer
}

.main .map .infobox .local {
	margin-top: 10px;
	font-size: 0
}

.main .map .infobox .local input {
	width: 214px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	font-size: 12px;
	color: #666666;
	padding: 0 5px;
	vertical-align: top
}

.main .map .infobox .local .tet {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.main .map .infobox .local .gobtn {
	height: 30px;
	line-height: 30px;
	width: 34px;
	text-align: center;
	background: #fff;
	border: 1px solid #eaeaea;
	margin-left: 6px
}

.main .map .infobox .dia-colse {
	width: 10px;
	height: 10px;
	background: url("../img/22.png") no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer
}

.main .map #map {
	width: 100%;
	height: 100%
}

.main .map #map .anchorBL {
	display: none
}

.main .map .side {
	width: 310px;
	height: calc(100% - 200px);
	padding: 0 20px;
	background-color: #fff;
	position: fixed;
	left: 25px;
	top: 130px;
	z-index: 2
}

@media (max-width: 1200px) {
	.main .map .side {
		width: 270px;
		padding: 0 14px
	}
}

@media (max-width: 600px) {
	.main .map .side {
		display: none
	}
}

.main .map .side .h1 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 19.5px 0
}

.main .map .side .tsear {
	position: relative;
	width: 308px;
	height: 35px;
	z-index: 99
}

@media (max-width: 1200px) {
	.main .map .side .tsear {
		width: 270px
	}
}

.main .map .side .tsear .se-text {
	width: 244px;
	height: 35px;
	line-height: 35px;
	border: none;
	padding: 0 48px 0 16px;
	font-size: 14px;
	border: 1px solid #e6e6e6
}

@media (max-width: 1200px) {
	.main .map .side .tsear .se-text {
		width: 205px
	}
}

.main .map .side .tsear .se-submit {
	width: 48px;
	height: calc(100% - 4px);
	background: url("../img/8.jpg") no-repeat center;
	right: 0;
	top: 50%;
	position: absolute;
	border: none;
	padding: 0;
	transform: translate(0, -50%)
}

.main .map .side .tsear .se-con {
	position: absolute;
	width: 100%;
	border: 1px solid #ecebe9;
	top: 35px;
	left: -1px;
	height: 200px;
	padding: 10px 0;
	max-height: 360px;
	overflow: auto;
	background: #fff;
	display: none
}

.main .map .side .tsear .se-con .pointitem {
	background: url("../img/18.png") no-repeat 15px center;
	height: 30px;
	line-height: 30px;
	padding-left: 40px
}

.main .map .side .tsear .se-con .pointitem:hover {
	color: #000;
	cursor: pointer
}

.main .map .side .ulbox {
	height: calc(100% - 200px)
}

.main .map .side .ulbox .jgtit {
	margin-top: 30px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #666666
}

.main .map .side .ulbox ul {
	height: 96%;
	overflow: hidden
}

.main .map .side .ulbox ul li {
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0 18px 5px;
	cursor: pointer
}

.main .map .side .ulbox ul li:first-child {
	border-top: 1px solid #f6f6f6
}

.main .map .side .ulbox ul li .mdtit {
	font-size: 15px;
	color: #333333
}

.main .map .side .ulbox ul li .mdtit span {
	color: #007bc6;
	margin-right: 5px
}

.main .map .side .ulbox ul li .md-local {
	padding-left: 30px;
	line-height: 30px;
	background: url("../img/19.png") no-repeat left center
}

.main .map .side .ulbox ul li .md-tel {
	padding-left: 30px;
	line-height: 30px;
	background: url("../img/20.png") no-repeat left center;
	min-height: 30px
}

.main .map .ht1box {
	display: none;
	position: fixed;
	z-index: 3;
	width: 100%;
	bottom: 0;
	padding-top: 50px;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	background-color: #fff
}

@media (max-width: 600px) {
	.main .map .ht1box {
		display: block
	}
}

.main .map .ht1box .h1tit {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	color: #000000;
	margin: 1.75rem 0 1rem
}

.main .map .ht1box .map-search {
	font-size: 0;
	line-height: 2rem;
	height: 2rem;
	position: relative
}

.main .map .ht1box .map-search .search-text {
	z-index: 10;
	position: relative;
	margin: 0 4%
}

.main .map .ht1box .map-search .search-text input {
	width: 100%;
	height: 2rem;
	border: 1px solid #b9b8b8;
	font-size: .7rem;
	color: #444444;
	padding-left: .75rem;
	padding-right: 2rem;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 0
}

.main .map .ht1box .map-search .search-text .searchbtn {
	width: 2rem;
	height: 1.85rem;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 9;
	background: #fff url(../img/mapsear.png) no-repeat center center;
	background-size: 50% auto
}

.main .map .ht1box .query .query-btn {
	height: 2rem;
	line-height: 2rem;
	font-size: .7rem;
	padding: 0 4%;
	box-sizing: border-box;
	color: #000000
}

.main .map .ht1box .query .query-con {
	height: calc(100vh - 15rem);
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: #fff;
	color: #231815;
	font-size: 0.24rem;
	display: block;
	padding: 0 4%;
	box-sizing: border-box
}

.main .map .ht1box .query .query-con h2 {
	font-size: .7rem;
	line-height: 1rem;
	padding-top: .75rem
}

.main .map .ht1box .query .query-con ul {
	overflow: auto;
	height: 90%;
	padding-right: 0.2rem;
	border-top: 1px solid #c0c0c0
}

.main .map .ht1box .query .query-con ul li {
	padding-top: .75rem;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: .75rem;
	font-size: .7rem;
	color: #666666
}

.main .map .ht1box .query .query-con ul li .mdtit {
	font-size: .75rem;
	color: #333333
}

.main .map .ht1box .query .query-con ul li .mdtit span {
	color: #007bc6;
	margin-right: 0.1rem
}

.main .map .ht1box .query .query-con ul li .md-local {
	font-size: .65rem;
	line-height: 1.1rem;
	padding-left: 1.25rem;
	color: #666;
	background: url(../img/mdotlocal.png) no-repeat left center;
	background-size: .75rem auto
}

.main .map .ht1box .query .query-con ul li .md-tel {
	font-size: .65rem;
	line-height: 1.1rem;
	padding-left: 1.25rem;
	color: #666;
	background: url(../img/mdottel.png) no-repeat left center;
	background-size: .75rem auto
}

.main .mainmap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.main .mainmap .sear {
	text-align: center;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 90
}

@media (max-width: 700px) {
	.main .mainmap .sear {
		width: 100%
	}
}

.main .mainmap .sear h1 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 600
}

@media (max-width: 600px) {
	.main .mainmap .sear h1 {
		font-size: 1.3rem;
		line-height: 1.6rem;
		margin-bottom: 1.25rem
	}
}

.main .mainmap .sear .searinp {
	width: 500px;
	height: 60px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}

@media (max-width: 600px) {
	.main .mainmap .sear .searinp {
		width: 80%;
		border-radius: 3px;
		height: 2rem
	}
}

.main .mainmap .sear .searinp .text {
	outline: 0;
	border: 0;
	height: 60px;
	width: 100%;
	font-size: 24px;
	line-height: 60px;
	color: #333;
	padding-left: 20px;
	padding-right: 50px;
	box-sizing: border-box
}

@media (max-width: 600px) {
	.main .mainmap .sear .searinp .text {
		height: 2rem;
		padding-left: 10px;
		padding-right: 40px;
		font-size: .75rem;
		line-height: 2rem
	}
}

.main .mainmap .sear .searinp .submit {
	width: 30px;
	height: 100%;
	background: url(../img/xx.svg) no-repeat center;
	padding: 0;
	border: none;
	font-size: 0;
	position: absolute;
	right: 15px;
	background-size: 80% auto;
	top: 0px
}

@media (max-width: 600px) {
	.main .mainmap .sear .searinp .submit {
		width: 1rem
	}
}

.main .mainmap .sear .gosear {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 40px;
	display: inline-block;
	padding-left: 25px;
	transition: color 0.3s;
	background: url(../img/outlets-icon-2.png) no-repeat left center
}

@media (min-width: 1024px) {
	.main .mainmap .sear .gosear:hover {
		color: #ef6d00
	}
}

@media (max-width: 600px) {
	.main .mainmap .sear .gosear {
		margin-top: 1.25rem;
		font-size: .7rem;
		line-height: 1.1rem;
		padding-left: 1rem;
		background-size: auto 100%
	}
}

.main .mainmap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover
}

.nicescroll-rails {
	border-left: 1px solid #cbcbcb
}

.nicescroll-rails div {
	width: 6px !important;
	margin-right: 3px
}

@media (max-width: 600px) {
	.nicescroll-rails div {
		width: 3px !important;
		margin-right: 2px
	}
}

.msg-dialog-fix {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10000
}

.msg-dialog-fix .msg-dialog {
	background: #fff;
	width: 664px;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translate(0, -50%);
	position: absolute;
	padding: 50px;
	border-radius: 5px;
	max-height: 90%;
	overflow: auto;
	box-sizing: border-box
}

@media (max-width: 1400px) {
	.msg-dialog-fix .msg-dialog {
		padding: 20px 50px 40px;
		width: 600px
	}
}

@media (max-width: 1200px) {
	.msg-dialog-fix .msg-dialog {
		width: 450px;
		padding: 20px 30px 30px
	}
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog {
		width: 90%;
		padding: .75rem
	}
}

.msg-dialog-fix .msg-dialog .close {
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../images/msg-close.png) no-repeat center/100% auto;
	top: 20px;
	right: 18px;
	cursor: pointer
}

.msg-dialog-fix .msg-dialog .msg-tit {
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 26px
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .msg-tit {
		margin-bottom: 1rem;
		padding-bottom: .75rem
	}
}

.msg-dialog-fix .msg-dialog .msg-tit span {
	font-size: 28px;
	display: inline-block;
	padding-left: 34px;
	background: url(../img/msg-ico.png) no-repeat left center/24px auto;
	font-weight: bold
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .msg-tit span {
		font-size: .9rem;
		line-height: 1.1rem;
		padding-left: 1.25rem;
		background-size: 1rem auto
	}
}

.msg-dialog-fix .msg-dialog .submit {
	width: 173px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-radius: 49px;
	font-size: 16px;
	color: #fff;
	background-color: #ea5404;
	display: block;
	margin: 45px auto 0
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .submit {
		margin: 1.25rem auto 0;
		height: 1.75rem;
		font-size: .7rem;
		line-height: 1.75rem;
		width: 6rem
	}
}

.msg-dialog-fix .msg-dialog .inpbox {
	margin-top: 20px
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox {
		margin-top: .5rem
	}
}

.msg-dialog-fix .msg-dialog .inpbox:nth-child(1) {
	margin-top: 0
}

.msg-dialog-fix .msg-dialog .inpbox.textarea .inp {
	width: 100%
}

.msg-dialog-fix .msg-dialog .inpbox .inp {
	display: inline-block;
	width: calc(50% - 12px);
	font-size: 0;
	vertical-align: top
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp {
		width: 100%
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp:nth-child(2) {
	margin-left: 20px
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp:nth-child(2) {
		margin-left: 0;
		margin-top: .5rem
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp.msg {
	width: 100%
}

.msg-dialog-fix .msg-dialog .inpbox .inp.code {
	width: calc(50% - 6px + 130px)
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp.code {
		width: calc(50% - 6px - pe(130px))
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp.code label {
	display: block
}

.msg-dialog-fix .msg-dialog .inpbox .inp.code input {
	display: inline-block
}

.msg-dialog-fix .msg-dialog .inpbox .inp.code img {
	width: 130px;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 6px;
	display: inline-block
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp.code img {
		width: 3.25rem
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp label {
	font-size: 17px;
	color: #000000;
	margin-bottom: 8px;
	display: inline-block
}

@media (max-width: 1400px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp label {
		font-size: 15px
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp #hcaptcha {
	width: calc(100% - 136px)
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp #hcaptcha {
		width: calc(100% - 100px)
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp input {
	width: 100%;
	height: 47px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 1em
}

@media (max-width: 1400px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp input {
		height: 40px;
		line-height: 38px;
		font-size: 15px
	}
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp input {
		height: 1.5rem;
		font-size: .6rem;
		line-height: .9rem
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp textarea {
	width: 100%;
	height: 154px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	resize: none;
	box-sizing: border-box;
	padding: 1em
}

@media (max-width: 1400px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp textarea {
		height: 100px;
		font-size: 15px;
		padding: .25em 1em
	}
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp textarea {
		height: 5rem;
		font-size: .6rem;
		line-height: .85rem
	}
}

.msg-dialog-fix .msg-dialog .inpbox .inp .select-box {
	width: 100%;
	position: relative
}

.msg-dialog-fix .msg-dialog .inpbox .inp .select-box select {
	border: 1px solid #e5e5e5;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 47px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 1em;
	background: url(../img/select-down.png) no-repeat calc(100% - 30px) center/13px auto
}

@media (max-width: 600px) {
	.msg-dialog-fix .msg-dialog .inpbox .inp .select-box select {
		height: 1.5rem;
		font-size: .6rem;
		line-height: 1.5rem;
		background-position: calc(100% - 10px) center
	}
}

footer {
	padding: 60px 0;
	background: #f5f5f4
}

@media (max-width: 500px) {
	footer {
		padding: 25px 0
	}
}

footer .container .footer-menu {
	display: flex;
	justify-content: space-between
}

@media (max-width: 750px) {
	footer .container .footer-menu {
		display: block
	}
}

footer .container .footer-menu li h3 {
	font-weight: 600;
	white-space: nowrap;
	position: relative;
	color: #444;
	font-size: 18px;
	line-height: 30px
}

@media (max-width: 1024px) {
	footer .container .footer-menu li h3 {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width: 750px) {
	footer .container .footer-menu li h3 {
		font-size: 18px;
		line-height: 30px;
		background: url(../img/icon_01_2.png) no-repeat right center;
		background-size: 16px auto !important;
		padding: 10px 0;
		border-bottom: 1px solid #e5e5e5
	}
}

@media (max-width: 500px) {
	footer .container .footer-menu li h3 {
		font-size: 16px;
		line-height: 30px;
		background-size: 14px auto !important
	}
}

footer .container .footer-menu li h3.active {
	background: url(../img/icon_02_2.png) no-repeat right center
}

footer .container .footer-menu ul {
	margin-top: 20px
}

@media (max-width: 750px) {
	footer .container .footer-menu ul {
		margin-top: 0px;
		padding: 12px 0;
		display: none
	}
}

footer .container .footer-menu ul li a {
	font-size: 14px;
	line-height: 34px;
	color: #666;
	cursor: pointer;
	transition: color 0.3s
}

@media (min-width: 1024px) {
	footer .container .footer-menu ul li a:hover {
		color: #ef6d00
	}
}

.go_top {
	width: 60px;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	position: fixed;
	right: 35px;
	bottom: 100px;
	text-align: center;
	z-index: 1000;
	cursor: pointer;
	transition: background 0.3s
}

@media (max-width: 500px) {
	.go_top {
		width: 40px;
		height: 40px;
		right: 15px;
		bottom: 40px
	}
}

@media (min-width: 1024px) {
	.go_top:hover {
		background: #ef6d00
	}

	.go_top:hover i {
		color: #fff
	}
}

.go_top i {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: color 0.3s;
	display: inline-block;
	transform: translate(-50%, -50%);
	font-size: 40px
}

@media (max-width: 500px) {
	.go_top i {
		font-size: 20px
	}
}

.menu_box {
	position: fixed;
	left: 0;
	top: 0px;
	bottom: 0;
	overflow: auto;
	width: 100%;
	background: #fff;
	display: none;
	z-index: 901;
	padding-top: 50px;
	box-sizing: border-box
}

.menu_box .navMobile {
	width: 100%;
	height: auto
}

.menu_box .navMobile li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e1e1e1
}

.menu_box .navMobile li>a {
	display: block;
	font-size: 16px;
	color: #454545;
	line-height: 24px;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative
}

.menu_box .navMobile li>a.show i {
	background: url(../img/icon_02_2.png) no-repeat center center;
	background-size: 100% auto
}

.menu_box .navMobile li>a i {
	width: 16px;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	height: 16px;
	background: url(../img/icon_01_2.png) no-repeat center center;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	background-size: 100% auto;
	margin-top: -8px
}

.menu_box .navMobile li .subnav {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: none;
	background-color: #fbfbfb;
	border-top: 1px solid #e1e1e1
}

.menu_box .navMobile li .subnav a {
	display: block;
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1
}

.menu_box .navMobile li .subnav a:last-child {
	border: none
}

.menu_box .navMobile li .subnav a span {
	font-size: 14px;
	padding: 0 3px;
	position: relative;
	top: -4px
}

.search-alert {
	position: fixed;
	z-index: 1000;
	background-color: #222222;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}

.search-alert .close {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	top: 38px;
	right: 2.6%;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	cursor: pointer
}

@media (min-width: 1024px) {
	.search-alert .close:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@media (max-width: 1024px) {
	.search-alert .close {
		top: 20px;
		right: 20px
	}
}

.search-alert .cent-form {
	width: 80%;
	height: 124px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -62px;
	border-bottom: 1px solid #515151
}

@media (max-width: 1024px) {
	.search-alert .cent-form {
		width: 94%;
		margin-left: -47%;
		height: 60px;
		margin-top: -30px
	}
}

.search-alert .cent-form .tex {
	border: none;
	font-size: 30px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	background: none;
	padding-left: 88px;
	padding-right: 80px;
	background: url(../img/img5.png) no-repeat 35px center
}

@media (max-width: 1024px) {
	.search-alert .cent-form .tex {
		font-size: 18px;
		line-height: 60px;
		height: 60px;
		padding: 0 35px;
		background-position: left center;
		text-align: left
	}
}

.search-alert .cent-form .sub-btn {
	border: none;
	height: 124px;
	font-size: 24px;
	line-height: 124px;
	color: #555;
	text-align: right;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	width: 100px;
	text-align: center
}

@media (max-width: 1024px) {
	.search-alert .cent-form .sub-btn {
		font-size: 16px;
		line-height: 60px;
		height: 60px;
		width: 48px;
		text-align: right;
		padding: 0;
		margin: 0
	}
}

.mask_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.6);
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden
}

.mask_bg.active {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	transition: all 0.5s
}

.js-cont {
	width: 642px;
	height: 480px;
	position: fixed;
	top: 50%;
	margin-top: -240px;
	left: 50%;
	z-index: 10001;
	margin-left: -321px;
	box-sizing: border-box;
	transform: translateY(2000px);
	visibility: hidden
}

.js-cont.active {
	transform: translateY(0%);
	transition: all 0.5s 0.2s;
	visibility: visible
}

.js-cont video {
	width: 100%;
	height: 100%;
	display: block
}

.js-cont .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	cursor: pointer;
	top: 0;
	background: url(../images/close.png) no-repeat center center
}

@media (max-width: 500px) {
	.js-cont .close {
		background-size: 16px 16px !important
	}
}

@media (max-width: 900px) {
	.js-cont {
		width: 538px;
		height: 404px;
		background: none;
		margin-left: -269px;
		margin-top: -202px
	}
}

@media (max-width: 660px) {
	.js-cont {
		width: 300px;
		height: 228px;
		margin-left: -150px;
		margin-top: -114px
	}

	.js-cont .close {
		top: -40px;
		right: 0
	}
}

.copyright {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin-top: 20px
}
