@charset "utf-8";

a:hover {
	color: inherit;
}

@font-face {
	font-family: 'beb';
	src: url("../fonts/BEBASNEUE.OTF");
}

@font-face {
	font-family: 'qtf';
	src: url("../fonts/Quantify Bold.ttf");
}

@font-face {
	font-family: 'ali';
	src: url("../fonts/Alibaba-PuHuiTi-Light.otf");
}

@font-face {
	font-family: 'acc';
	src: url("../fonts/ACCIDENTALPRESIDENCY.TTF");
}

body {
	/* max-width: 1920px; */
	margin: 0 auto;
	overflow-x: hidden;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
} */

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.swiper-button-next,
.swiper-button-prev {
	outline: 0;
}

/*sidebar*/
.sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow: auto;
	display: none;
}

#dowebok {
	background-color: rgba(0, 0, 0, .6);
  position: absolute; left: 0; top: 0; width: 100%; z-index: 998;
}

#dowebok .nav {
	margin-top: 80px;
	list-style-type: none;
	color: #fff;
  padding-bottom: 20px;
}

#dowebok .nav li {
	display: block;
	line-height: 55px;
	font-size: 18px;
	position: relative;
}

#dowebok .nav li a {
	display: block;
	padding: 0 20px;
	height: 100%;
	border-bottom: 1px solid #666;
}

#dowebok .nav a:hover {
	background-color: #000;
}

[data-simplersidebar='active'] {
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

/*  index  */
.header {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	transition: all ease-in-out .5s;
	 
	padding: 4px 0;
}

.header-on {
	position: static;
}

.header .header_box {
	display: flex;
	justify-content: space-between;
}

.header .header_box h1 {
	width: 100px;
	height: 116px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	padding: 15px 0;
}

.header .header_box h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .header_box .header_nav {
	margin-top: 40px;
}

.header .header_box .header_nav ul li {
	float: left;
	color: #000;
	font-size: 16px;
	padding-right: 60px;
	line-height: 30px;
  position: relative;
}

.header .header_box .header_nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	color:#fff;
}

.header .header_box .header_nav ul li a::after {
	content: "";
	width: 21px;
	height: 4px;
	background-color: #ea5523;
	position: absolute;
	left: 34%;
	top: -15px;
	display: none;
}

.header .header_box .header_nav ul li:first-child a::after {
	left: 15%;
}

.header .header_box .header_nav ul li:last-child {
	padding-right: 0;
}

.header .header_box .header_nav ul li.on>a::after,
.header .header_box .header_nav ul li>a:hover::after {
	display: block;
}

.header .header_box .header_nav .subnav{ position: absolute; left: -25px; top: 100%; width: 100%; background-color: rgba(0,0,0,.5); padding: 5px 0; text-align: center; display: none; }
.header .header_box .header_nav .subnav a{ display: block; line-height: 40px; }
.header .header_box .header_nav .subnav a:hover{ background-color: #000000; }
.header .header_box .header_nav li:last-child .subnav{ padding: 5px 25px; }
.header .header_box .header_nav li:last-child .subnav a{ background-color: transparent; }
.header .header_box .header_nav li:hover .subnav{ display: block; }

.header .header_box .header_btn .search {
	float: right;
	position: relative;
}

.header .header_box .header_btn .search input.text {
	width: 200px;
	height: 42px;
	line-height: 42px;
	color: #666;
	font-size: 14px;
	border-radius: 21px;
	box-sizing: border-box;
	padding-left: 25px;
	border: 1px solid #fff;
	background: #eee;
	font-family: 'Arial';
}

.header .header_box .header_btn .search input.submit {
	width: 22px;
	height: 24px;
	background: url("../images/search.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 21%;
}

.header .header_box .header_btn {
	margin-top: 33px;
}

.header .header_box .header_btn .md {
	float: left;
	text-align: center;
	width: 27px;
	height: 24px;
	background-image: url("../images/store.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 10px;
	margin-right: 26px;
	cursor: pointer;
}

.header .header_box .header_btn .md a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.header .header_box .header_btn .store a {
	width: 100%;
	height: 100%;
	display: inline-block;
}


.headermb_btn {
	float: left;
}

.search_btn {
	width: 22px;
	height: 24px;
	background: url("../images/search.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-top: 10px;
}

.menu {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	cursor: pointer;
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	/* margin-top: 10px; */
}

.header .header_form {
	position: absolute;
	left: 0;
	bottom: -65px;
	background: rgba(255, 255, 255, .8);
	z-index: 666;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: none;
}

.header .header_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.header .header_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}


@media(max-width:1600px) {
	/* .header .header_box .header_nav {
		margin-left: 60px;
	} */

	.header .header_box .header_nav ul li {
		padding-right: 50px;
	}

	.header .header_box .header_btn .search input.text {
		width: 170px;
	}
}

@media(max-width:1400px) {
	.header .header_box h1 {
		/* width: 200px; */
		padding: 16px 0;
	}

	.header .header_box .header_nav {
		margin-top: 30px;
	}

	.header .header_box .header_nav ul li {
		padding-right: 40px;
	}

	.header .header_box .header_btn .search input.text {
		width: 150px;
	}

	.header .header_box .header_btn {
		margin-top: 20px;
	}
}

@media(max-width:1200px) {
	.header .header_box .header_btn .search {
		display: none;
	}

	.header .header_box .header_nav ul li {
		padding-right: 30px;
	}

	.header .header_box .header_nav ul li a::after {
		top: -9px;
	}
}

@media(max-width:992px) {
	.headermb_btn {
		padding-top: 25px;
	}


	.header .header_box h1 {
		width: 60px;
		height: 50px;
	}

	.search_btn {
		margin-right: 18px;
		margin-top: 3px;
	}
}

@media(max-width:768px) {
	.header .header_box h1 {
		width: 50px;
		height: 40px;
	}

	.search_btn {
		margin-top: 6px;
	}

	.menu {
		margin-top: 4px;
	}

	.headermb_btn {
		padding-top: 20px;
	}
}

@media(max-width:580px) {
	.header .header_box h1 {
		width: 50px;
		height: 35px;
	}

	.menu {
		margin-top: 0;
	}

	.search_btn {
		margin-top: 3px;
	}
}


.navTab {
	position: absolute;
	top: 0px;
	z-index: -1;
	width: 100%;
	padding-top: 100px;
	transition: all ease-in-out .7s;
}


.navTab_li {
	display: none;
	background-color: #f8f8f8;
	padding: 62px 0 70px;
}

.navTab .main {
	position: relative;
}

.navTit {
	float: left;
	width: 16.25%;
}

.navTit i {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

.navTit i::after {
	content: "";
	width: 183px;
	height: 20px;
	background-color: #ea5421;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.navTit h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	color: #333;
}

.navTab_nav {
	display: flex;
}

.navTab_nav .swiper-container {
	align-items: center;
}


.navTab_nav .swiper-container .swiper-slide {
	margin-right: 18px !important;
	width: 241px !important;
}

.navTab_nav .swiper-container .swiper-slide:last-child {
	margin-right: 0 !important;
}

.navTab_nav .pic_box {
	width: 241px;
	height: 158px;
	overflow: hidden;
}

.navTab_nav .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.navTab_nav .swiper-button-next.swiper-button-disabled,
.navTab_nav .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: initial;
}

.navTab_nav .swiper-button-next,
.navTab_nav .swiper-button-prev {
	width: 26px;
	height: 46px;
	background-size: contain;
	top: 38%;
	display: none;
}

.navTab_nav .swiper-button-next {
	background-image: url("../images/right1.png");
	right: 0;

}

.navTab_nav .swiper-button-prev {
	background-image: url("../images/left1.png");
	left: 0;
}

.navTab_nav p {
	font-size: 15px;
	line-height: 36px;
	color: #999;
	text-align: center;
	margin-top: 17px;
}

.navTab_nav .swiper-container .swiper-slide:hover p {
	color: #ea5523;
}


@media(max-width:1600px) {
	.navTab_nav .swiper-container .swiper-slide {
		margin-right: 15px !important;
		width: 170px !important;
	}

	.navTab_nav .pic_box {
		width: 170px;
		height: 120px;
	}

	.navTit i,
	.navTit h2 {
		font-size: 25px;
	}

	.navTit i {
		margin-bottom: 20px;
	}
}

@media(max-width:1400px) {
	.navTab {
		padding-top: 89px;
	}

	.navTab_nav p {
		margin-top: 10px;
	}
}

@media(max-width:1200px) {
	.navTab_nav .swiper-container .swiper-slide {
		margin-right: 15px !important;
		width: 150px !important;
	}

	.navTab_nav .pic_box {
		width: 150px;
		height: 100px;
	}

	.navTit i {
		margin-bottom: 15px;
	}
}

@media (max-width:991px) {
	.header {
		padding: 0;
    background-color: #FFFFFF;
	}

	.navTab {
		display: none;
	}

	.header .header_box .header_btn {
		margin-top: 0;
	}
}


/*  banner  */
.ibanner .swiper-pagination {
	color: #fff;
	font-size: 18px;
	width: auto;
	left: 10%;
	bottom: 42px;
	cursor: pointer;
}

.ibanner .swiper-pagination .swiper-pagination-current {
	font-size: 36px;
	font-weight: bold;
}

.ibanner {
	font-size: 0;
	width: 100%;
}

.ibanner img {
	width: 100%;
}

.banner {
	font-size: 0;
	width: 100%;
	
}

.banner img {
	width: 100%;
}

@media(max-width:1400px) {

	.banner,
	.ibanner {
		/* margin-top: 89px; */
	}
}

@media(max-width:992px) {

	.banner,
	.ibanner {
		margin-top: 82px;
	}
}

@media(max-width:768px) {

	.banner,
	.ibanner {
		margin-top: 72px;
	}
}

@media(max-width:580px) {

	.banner,
	.ibanner {
		margin-top: 67px;
	}
}

.ibanner .button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.downward {
	position: absolute;
	bottom: 42px;
	left: 50%;
	width: 42px;
	height: 65px;
	background-image: url("../images/arr.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	cursor: pointer;
}

.ibanner .swiper-pagination {
	right: 10%;
	left: auto;
	width: 52px;
	height: 40px;
}

.ibanner .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	display: block;
	margin-bottom: 7px;
	opacity: 1;
	float: right;
	transition: all .3s ease-in-out;
}

.ibanner .swiper-pagination-bullet-active {
	width: 50px;
}

.swiper-num {
	position: absolute;
	width: auto;
	left: 10%;
	bottom: 42px;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.swiper-num .active {
	display: inline-block;
	font-size: 36px;
}

/* .swiper-num span {
	font-size: 36px;
} */

.swiper-num .total {
	display: inline-block;
	font-size: 18px;
}

@media(max-width:1400px) {
	.downward {
		width: 32px;
		height: 55px;
	}
}

@media(max-width:992px) {
	.swiper-num .active {
		font-size: 30px;
	}

	.downward {
		width: 25px;
		height: 45px;
	}

	.swiper-num,
	.downward,
	.ibanner .swiper-pagination {
		bottom: 20px;
	}

	.ibanner .swiper-pagination-bullet {
		width: 25px;
	}

	.ibanner .swiper-pagination {
		width: 42px;
	}

	.ibanner .swiper-pagination-bullet-active {
		width: 40px;
	}
}

@media(max-width:768px) {
	.swiper-num .active {
		font-size: 24px;
	}

	.swiper-num .total {
		font-size: 15px;
	}

	.downward {
		width: 20px;
		height: 40px;
	}

	.swiper-num,
	.downward,
	.ibanner .swiper-pagination {
		bottom: 20px;
	}

	.swiper-num {
		left: 5%;
	}

	.ibanner .swiper-pagination {
		right: 5%;
	}

	.ibanner .swiper-pagination-bullet {
		width: 18px;
	}

	.ibanner .swiper-pagination {
		width: 32px;
	}

	.ibanner .swiper-pagination-bullet-active {
		width: 25px;
	}
}

@media(max-width:480px) {
	.ibanner .swiper-pagination {
		height: 20px;
	}

	.swiper-num .active {
		font-size: 20px;
	}

	.downward {
		width: 15px;
		height: 30px;
	}
}

/*  findpro  */
.find_tit h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 4px;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.find_tit h2::after {
	content: "";
	width: 88px;
	height: 3px;
	background-color: #ea5421;
	position: absolute;
	bottom: -15px;
	z-index: -1;
	left:50%; transform: translateX(-50%); 
}

.findpro .find_tit {
	text-align: center;
	padding: 65px 0 70px;
}

.xiahx h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 4px;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.xiahx h2::after {
	content: "";
	width: 88px;
	height: 3px;
	background-color: #ea5421;
	position: absolute;
	bottom: -15px;
	z-index: -1;
	left:50%; transform: translateX(-50%); 
}

.xiahx {
	text-align: center;
	padding: 65px 0 70px;
}

.findpro {
	padding-bottom: 100px;
}

.findpro .findpro_box {
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.findpro .findpro_box .item {
	float: left;
	width: 25%;
	text-align: center;
	padding: 18px 22px;
	border-right: 1px solid #eee;
	box-sizing: border-box;

	transition: 0.5s;
}

.findpro .findpro_box .item:last-child {
	border-right: 0;
}

.findpro .findpro_box .item i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.findpro .findpro_box .item:nth-child(1) i {
	background-image: url("../images/opt1.png");
}

.findpro .findpro_box .item:nth-child(2) i {
	background-image: url("../images/opt2.png");
}

.findpro .findpro_box .item:nth-child(3) i {
	background-image: url("../images/opt3.png");
}

.findpro .findpro_box .item:nth-child(4) i {
	background-image: url("../images/opt4.png");
}

.findpro .findpro_box .item h4 {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;

}

.findpro .findpro_box .item p {
	font-size: 14px;
	color: #999;

}

.findpro .findpro_box .item .item1 {
	display: inline-block;
	/* width: 280px; */
	height: 183px;
	width: 100%;
	padding: 31px 0;
	box-sizing: border-box;
}

.findpro .findpro_box .item .item2 {
	display: none;
	padding-top: 1%;
	height: 170px;
	overflow: hidden;
}

.findpro .findpro_box .item .item2 ul {
	height: 160px;
	overflow: hidden;
}

.findpro .findpro_box .item .item2 ul li {
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 43px;
	padding-right: 20px;
	/* width: 30%; */
	text-align: left;
}

.findpro .findpro_box .item .item2 ul li:hover {
	color: #ea5421;
}

/* 鼠标触碰 */
.findpro .findpro_box .show .item1 {
	float: left;
	background: #ea5421;
	width: 38.5%;
	position: relative;
	/* overflow: hidden; */
}

.findpro .findpro_box .show .item1::after {
	content: '';
	border: solid 12px transparent;
	position: absolute;
	right: -24px;
	top: 20%;
	border-left-color: #ea5421;
}

.findpro .findpro_box .show .item1 h4,
.findpro .findpro_box .show .item1 p {
	color: #fff;
}

.findpro .findpro_box .show {
	width: 48%;
}

.findpro .findpro_box .remove {
	width: 17%;
}

.findpro .findpro_box .show:nth-child(1) .item1 i {
	background-image: url("../images/findpro11.png");
}

.findpro .findpro_box .show:nth-child(2) .item1 i {
	background-image: url("../images/findpro22.png");
}

.findpro .findpro_box .show:nth-child(3) .item1 i {
	background-image: url("../images/findpro33.png");
}

.findpro .findpro_box .show:nth-child(4) .item1 i {
	background-image: url("../images/findpro44.png");
}

.findpro .findpro_box .show .item2 {
	display: block;
	float: right;
	width: 52%;
}

@media(max-width:1600px) {
	.findpro .findpro_box .item .item2 ul li {
		padding-right: 50px;
		font-size: 15px;
	}
}

@media(max-width:1400px) {
	.findpro .findpro_box .item .item2 ul li {
		padding-right: 20px;
	}

	.findpro {
		padding-bottom: 80px;
	}
}

@media(max-width:1200px) {
	.findpro {
		padding-bottom: 60px;
	}

	.find_tit h2 {
		font-size: 28px;
	}
	
	.xiahx h2 {
		font-size: 28px;
	}


	.findpro .findpro_box .item .item2 ul li {
		padding-right: 10px;
		font-size: 14px;
	}
}

@media(max-width:992px) {
	.findpro {
		padding-bottom: 50px;
	}

	.find_tit h2 {
		font-size: 26px;
	}

	.find_tit h2::after {
		 
		bottom: -10px;
	}
	
	.xiahx h2 {
		font-size: 26px;
	}

	.xiahx h2::after {
		 
		bottom: -10px;
	}
   .xiahx {
		padding: 40px 0 50px;
	}
	.findpro .find_tit {
		padding: 40px 0 50px;
	}

	.findpro .findpro_box .item {
		width: 50%;
	}

	.findpro .findpro_box .show {
		width: 60%;
	}

	.findpro .findpro_box .remove {
		width: 40%;
	}

	.findpro .findpro_box .item:nth-child(1) {
		border-bottom: 1px solid #eee;
	}

	.findpro .findpro_box .item:nth-child(2) {
		border-right: none;
		border-bottom: 1px solid #eee;
	}

	.findpro .findpro_box .item {
		padding: 5px 20px;
	}

}

@media(max-width:791px) {
	.findpro {
		padding-bottom: 0px;
	}

	.findpro .findpro_box .item .item2 ul li {
		line-height: 28px;
	}

	.find_tit h2 {
		font-size: 21px;
	}
	.xiahx h2 {
		font-size: 21px;
	}

	.find_tit h2::after {
		 
	}
}


@media(max-width:580px) {
	.find_tit h2 {
		font-size: 18px;
	}

	.find_tit h2::after {
		 
	}

	.findpro .find_tit {
		padding: 25px 0 30px;
	}
	
	
	.xiahx h2{
		font-size: 18px;
	}

	.xiahx h2::after {
		 
	}

	.xiahx {
		padding: 25px 0 30px;
	}
	
}

.findpro .findpro_box2 .item_box {
	border-bottom: 1px solid #e7e7e7;
}

.findpro .findpro_box2 .item_box .item1 {
	padding: 5px 10px;
	position: relative;
	overflow: auto;
	z-index: 111;
}

.findpro .findpro_box2 .item_box:hover .item1 {
	background: #ea5421;
}

.findpro .findpro_box2 .item_box i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	float: left;
}

.findpro .findpro_box2 .item_box:nth-child(1) i {
	background-image: url("../images/findpro1.png");
}

.findpro .findpro_box2 .item_box:nth-child(2) i {
	background-image: url("../images/findpro2.png");
}

.findpro .findpro_box2 .item_box:nth-child(3) i {
	background-image: url("../images/findpro3.png");
}

.findpro .findpro_box2 .item_box:nth-child(4) i {
	background-image: url("../images/findpro4.png");
}

.findpro .findpro_box2 .item_box:nth-child(1):hover i {
	background-image: url("../images/findpro11.png");
}

.findpro .findpro_box2 .item_box:nth-child(2):hover i {
	background-image: url("../images/findpro22.png");
}

.findpro .findpro_box2 .item_box:nth-child(3):hover i {
	background-image: url("../images/findpro33.png");
}

.findpro .findpro_box2 .item_box:nth-child(4):hover i {
	background-image: url("../images/findpro44.png");
}

.findpro .findpro_box2 .item_box h4 {
	font-size: 16px;
	color: #666;
	display: inline-block;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
}

.findpro .findpro_box2 .item_box p {
	font-size: 14px;
	color: #999;
	float: right;
	padding-top: 10px;
}

.findpro .findpro_box2 .item_box:hover h4,
.findpro .findpro_box2 .item_box:hover p {
	color: #fff;
}

.findpro .findpro_box2 .item_box .item2 {
	padding: 3% 0;
	display: none;
}

.findpro .findpro_box2 .item_box .item2 ul {
	padding-left: 7%;
}

.findpro .findpro_box2 .item_box .item2 ul li {
	float: left;
	line-height: 32px;
	padding-right: 20px;
	font-size: 14px;
	color: #333;
}

@media(max-width:420px) {
	.findpro .findpro_box2 .item_box h4 {
		font-size: 15px;
	}

	.findpro .findpro_box2 .item_box .item2 ul {
		padding-left: 7%;
	}

	.findpro .findpro_box2 .item_box .item2 ul li {
		padding-right: 30px;
	}
}

@media(max-width:350px) {
	.findpro .findpro_box2 .item_box .item2 ul {
		padding-left: 2%;
	}
}

/*tit1*/
.tit1 h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	padding-bottom: 8px;
}

.tit1 i {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

@media(max-width:1200px) {
	.tit1 h2 {
		font-size: 28px;
	}
}

@media(max-width:992px) {
	.tit1 h2 {
		font-size: 26px;
	}
}

@media(max-width:791px) {
	.tit1 h2 {
		font-size: 21px;
		padding-bottom: 5px;
	}
}

@media(max-width:580px) {
	.tit1 h2 {
		font-size: 19px;
	}
}


/* index2 */
.index2 {
	background: #f8f8f8;
	/* padding-bottom: 50px; */
}

.index_top {
	padding: 80px 0 50px;
}

.index_top .tit1 {
	float: left;
}

.index_top a.more {
	float: right;
	font-size: 16px;
	color: #666;
	font-family: 'Arial';
	text-transform: uppercase;
	line-height: 42px;
	border-bottom: 1px solid #868181;
	box-sizing: border-box;
	padding-left: 10px;
	width: 190px;
	margin-top: 14px;
	background-image: url("../images/tit1_right.png");
	background-size: 7px 13px;
	background-repeat: no-repeat;
	background-position: 160px 13px;
}

.index_top a.more:hover {
	color: #ea5523;
	border-bottom: 1px solid #ea5523;
}

.index2 .swiper-container {
	padding-bottom: 70px;
}

.index2 .swiper-container .pic_box {
	width: 100%;
	height: 470px;
	overflow: hidden;
}

.index2 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index2 .swiper-container .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index2 .swiper-container .text {
	margin-top: 25px;
}

.index2 .swiper-container .text h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	margin-left: 32px;
	line-height: 30px;
}

.index2 .swiper-container .text p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 28px;
	margin-left: 32px;
}

.index2 .swiper-container .text a {
	font-size: 16px;
	color: #999;
	width: 85px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	display: inline-block;
	margin-left: 32px;
	border-bottom: 1px solid #999999;
	position: relative;
}


.index2 .swiper-container .text a::after {
	width: 143px;
	height: 40px;
	line-height: 40px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ea5421;
	z-index: -1;
	transform: skew(-35deg);
	display: none;
}

.index2 .swiper-container .text a:hover::after {
	display: block;
}

.index2 .swiper-container .text a:hover {
	color: #fff;
	width: 143px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
}

.index2 .swiper-container .swiper-pagination {
	bottom: 0;
}

.index2 .swiper-container .swiper-pagination-bullet {
	background: #e5e5e5;
	width: 13px;
	height: 13px;
	opacity: 1;
	margin: 0 9px;
}

.index2 .swiper-container .swiper-pagination-bullet-active {
	background: #ea5523;
}

@media(max-width:1400px) {
	.index2 .swiper-container .text p {
		margin-bottom: 10px;
	}
}

@media(max-width:1200px) {
	.index_top {
		padding-top: 60px;
	}

	.index2 .swiper-container .pic_box {
		height: 380px;
	}

	.index2 .swiper-container .text a::after,
	.index2 .swiper-container .text a:hover {
		width: 100px;
	}
}

@media(max-width:992px) {
	.index_top {
		padding: 50px 0 40px;
	}

	.index_top a.more {
		font-size: 15px;
		width: 150px;
		line-height: 36px;
		background-position: 130px 10px;
	}

	.index2 .swiper-container .pic_box {
		height: 290px;
	}

	.index2 .swiper-container .text a {
		width: 75px;
	}

	.tit1 i {
		font-size: 15px;
	}

	.index2 .swiper-container .text p {
		margin-bottom: 5px;
	}

	.index2 .swiper-container .text h4 {
		font-size: 20px;
	}
}

@media(max-width:768px) {
	.index2 .swiper-container {
		padding-bottom: 55px;
	}

	.index2 .swiper-container .pic_box {
		height: 470px;
	}

	.tit1 i {
		font-size: 14px;
	}

	.index2 .swiper-container .text h4 {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.index2 .swiper-container .text p {
		font-size: 15px;
	}

	.index_top a.more {
		font-size: 14px;
		line-height: 32px;
		width: 120px;
		padding-left: 0;
		background-position: 100px 11px;
		background-size: 6px 9px;
	}

	.index2 .swiper-container .text a {
		height: 35px;
		line-height: 35px;
	}

	.index2 .swiper-container .text a::after,
	.index2 .swiper-container .text a:hover {
		width: 90px;
		height: 35px;
	}

	.index2 .swiper-container .text a:hover {
		line-height: 35px;
	}

	.index2 {
		padding-bottom: 30px;
	}
}

@media(max-width:580px) {
	.tit1 i {
		font-size: 13px;
	}



	.index_top {
		padding: 40px 0 30px;
	}

	.index2 .swiper-container {
		padding-bottom: 40px;
	}

	.index2 .swiper-container .pic_box {
		height: 380px;
	}

	.index2 .swiper-container .swiper-pagination-bullet {
		margin: 0 7px;
		width: 10px;
		height: 10px;
	}

	.index2 .swiper-container .text h4 {
		font-size: 18px;
	}

	.index2 .swiper-container .text p {
		margin-bottom: 8px;
	}

	.index2 .swiper-container .text a {
		font-size: 13px;
		width: 65px;
	}

	.index2 .swiper-container .text a {
		height: 30px;
		line-height: 30px;
	}

	.index2 .swiper-container .text a::after,
	.index2 .swiper-container .text a:hover {
		width: 75px;
		height: 30px;
	}

	.index2 .swiper-container .text a:hover {
		line-height: 30px;
	}
}

@media(max-width:480px) {
	.index2 .swiper-container .pic_box {
		height: 300px;
	}
}

@media(max-width:435px) {
	.index_top .tit1 {
		float: none;
		display: block;
	}

	.index_top a.more {
		line-height: 26px;
		width: 105px;
		background-position: 91px 8px;
		margin-top: 5px;
	}
}


/*index3*/
.index3 {
	padding-bottom: 0px;
}

.index3 .swiper-container .mask {
	height: 700px;
	width: 100%;
	background-color: rgb(0 0 0 / 40%);
	transition: all .5s ease-in-out;
}

.index3 .swiper-container .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index3 .swiper-container .swiper-slide:hover .mask {
	background-color: rgb(0 0 0 / 0%);
}

.index3 .swiper-container .swiper-slide .text {
	width: 100%;
	height: 100%;
	position: absolute;
}

.index3 .swiper-container .swiper-slide a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.index3 .swiper-container .swiper-slide h4,
.index3 .swiper-container .swiper-slide i {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	font-family: 'Arial';
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	transition: all .7s;
}

.index3 .swiper-container .swiper-slide i {
	width: 240px;
	letter-spacing: 1px;
	display: inline-block;
	top: 10%;
	left: 9%;
}
.index3 .swiper-container .swiper-slide i span{ display: block; padding-top: 6px; font-weight: normal; }

.index3 .swiper-container .swiper-slide i img{ max-width: 30px; }

.index3 .swiper-container .swiper-slide h4 {
	bottom: 10%;
	left: 9%;
}

.index3 .swiper-container .swiper-slide .icon {
	width: 24px;
	height: 16px;
	background-image: url("../images/index3_right.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 9%;
	bottom: 5%;
	transition: all .7s;
}

.index3 .swiper-container .swiper-slide:hover .text {
	width: 100%;
	height: 170px;
	background: #df673d;
	bottom: 0;
}

.index3 .swiper-container .swiper-slide:hover i {
	top: 15%;
}
.index3 .swiper-container .swiper-slide:hover i span{ display: none; }

.index3 .swiper-container .swiper-slide:hover h4 {
	bottom: 20%;
}

.index3 .swiper-container .swiper-slide:hover .icon {
	bottom: 12%;
	left: auto;
	right: 9%;
}

@media(max-width:1600px) {
	.index3 {
		padding-bottom: 0px;
	}
}

@media(max-width:1400px) {
	.index3 .swiper-container .mask {
		height: 650px;
	}

	.index3 .swiper-container .swiper-slide h4,
	.index3 .swiper-container .swiper-slide i {
		font-size: 20px;
	}

	.index3 {
		padding-bottom: 0px;
	}

}

@media(max-width:1200px) {
	.index3 {
		padding-bottom: 0px;
	}

	.index3 .swiper-container .swiper-slide i {
		width: 200px;
	}

	/* .index3 .swiper-container .swiper-slide .text{
		box-sizing: border-box;
		padding: 0 15px;
	} */
	.index3 .swiper-container .mask {
		height: 600px;
	}

	.index3 .swiper-container .swiper-slide h4,
	.index3 .swiper-container .swiper-slide i {
		font-size: 18px;
		letter-spacing: 0;
	}
}

@media(max-width:992px) {
	.index3 {
		padding-bottom: 0px;
	}

	.index3 .swiper-container .mask {
		height: 520px;
	}

	.index3 .swiper-container .swiper-slide:hover .text {
		height: 140px;
	}

	.index3 .swiper-container .swiper-slide i {
		line-height: 26px;
	}

	.index3 .swiper-container .swiper-slide h4,
	.index3 .swiper-container .swiper-slide i {
		font-size: 17px;
	}
}

@media(max-width:768px) {
	.index3 {
		padding-bottom: 0px;
	}

	.index3 .tit1 i {
		line-height: 24px;
	}

	.index3 .swiper-container .mask {
		height: 450px;
	}

	.index3 .swiper-container .swiper-slide h4,
	.index3 .swiper-container .swiper-slide i {
		font-size: 16px;
	}

	.index3 .swiper-container .swiper-slide i {
		line-height: 22px;
	}

	.index3 .swiper-container .swiper-slide .icon {
		height: 10px;
	}

}

@media(max-width:480px) {
	.index3 {
		padding-bottom: 0px;
	}

	.index3 .swiper-container .mask {
		height: 360px;
	}

	/* .index3 .swiper-container .swiper-slide i {
		line-height: 20px;
	} */

	.index3 .swiper-container .swiper-slide:hover .text {
		height: 120px;
	}
	
	.findpro .findpro_box .item i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
}
.findpro .findpro_box .item .item1 {
    display: inline-block;
    /* width: 280px; */
    height: 100px;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}
.findpro .findpro_box .item h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

}


/*index4*/
.index4 .tit2 {
	float: left;
}

.tit2 i,
.tit2 h2 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	/* text-transform: uppercase; */
}

.tit2 i {
	display: block;
}

.tit2 h2 {
	color: #e1552f;
	margin-top: 12px;
	margin-left: 60px;
}

.index4_top .text {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width: 890px;
	float: right;
	margin-top: 12px;
}

.index4 .swiper-container {
	width: 100%;
	margin: 110px 0 155px;
}

.index4 .swiper-container .pic_box {
	width: 100%;
	height: 660px;
	overflow: hidden;
}

.index4 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index4 .swiper-container .swiper-button-next,
.index4 .swiper-container .swiper-button-prev {
	width: 70px;
	height: 70px;
	background-color: rgb(0 0 0 / 40%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px 30px;
}

.index4 .swiper-container .swiper-button-prev {
	left: 0;
	background-image: url("../images/index4_left.png");
}

.index4 .swiper-container .swiper-button-next {
	right: 0;
	background-image: url("../images/index4_right.png");
}

.index4 .swiper-container .swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: initial;
	display: none;
}

.index4 .swiper-container .swiper-button-next:hover,
.index4 .swiper-container .swiper-button-prev:hover {
	background-color: rgba(235, 92, 43, .7);
}

@media(max-width:1400px) {
	.index4_top .text {
		width: 750px;
	}

	.index4 .swiper-container {
		margin: 75px 0 90px;
	}
}

@media(max-width:1200px) {

	.tit2 i,
	.tit2 h2 {
		font-size: 30px;
	}

	.index4_top .text {
		width: 600px;
		margin-top: 0;
	}

	.index4 .swiper-container {
		margin: 70px 0 80px;
	}

	.index4 .swiper-container .pic_box {
		height: 600px;
	}

	.index4 .swiper-container .swiper-button-next,
	.index4 .swiper-container .swiper-button-prev {
		width: 60px;
		height: 60px;
	}
}

@media(max-width:992px) {
	.index4_top .text {
		width: 58%;
	}

	.tit2 i,
	.tit2 h2 {
		font-size: 26px;
	}

	.tit2 h2 {
		margin-top: 5px;
	}

	.index4 .swiper-container {
		margin: 60px 0 70px;
	}

	.index4 .swiper-container .pic_box {
		height: 550px;
	}

	.index4 .swiper-container .swiper-button-next,
	.index4 .swiper-container .swiper-button-prev {
		width: 45px;
		height: 45px;
		background-size: 12px 24px;
	}
}

@media(max-width:768px) {

	.index4 .tit2,
	.index4 .text {
		float: none;
	}

	.tit2 h2,
	.tit2 i {
		font-size: 21px;
	}

	.index4 .tit2 {
		text-align: center;
	}

	.index4 .tit2 h2 {
		display: inline-block;
		margin-left: 0;
	}

	.index4 .text {
		width: 100%;
		margin-top: 30px;
		font-size: 15px;
	}

	.index4 .swiper-container {
		margin: 50px 0 60px;
	}

	.index4 .swiper-container .pic_box {
		height: 500px;
	}


}

@media(max-width:580px) {

	.tit2 h2,
	.tit2 i {
		font-size: 19px;
	}

	.index4 .text {
		font-size: 14px;
		margin-top: 20px;
	}

	.index4 .swiper-container {
		margin: 35px 0 45px;
	}

	.index4 .swiper-container .pic_box {
		height: 400px;
	}

	.index4 .swiper-container .swiper-button-next,
	.index4 .swiper-container .swiper-button-prev {
		width: 35px;
		height: 35px;
		background-size: 10px 18px;
	}
}

/*index5*/
.index5_top {
	background-image: url("../images/index5_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index5_tit {
	text-align: center;
	padding: 75px 0;
}

.index5_tit h2 {
	font-size: 48px;
	color: #fff;
	font-family: 'ali';
	margin-bottom: 15px;
}

.index5_tit i {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.index5 .index5_box .item1,
.index5 .index5_box .item2 {
	width: 50%;
	height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index5 .index5_box .item1 {
	float: left;
}

.index5 .index5_box .item2 {
	float: right;
}

.index5 .index5_box .index5_more {
	display: block;
	width: 110px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.index5 .index5_box .index5_more:hover {
	color: #ea5523;
	border-bottom: 1px solid #ea5523;
}

.index5 .index5_box .item2 .text_box {
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	margin-bottom: 10%;
}

.index5 .index5_box .item1 .play {
	width: 103px;
	height: 103px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/play.png");
	margin-bottom: 9%;
}

.index5 .index5_box .item1 .play a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

@media(max-width:1600px) {
	.index5_tit h2 {
		font-size: 36px;
	}
}

@media(max-width:1400px) {
	.index5 .index5_box .item2 .text_box {
		font-size: 26px;
	}
}

@media(max-width:1200px) {
	.index5_tit {
		padding: 60px 0;
	}

	.index5_tit h2 {
		font-size: 30px;
	}

	.index5 .index5_box .item2 .text_box {
		font-size: 24px;
	}

	.index5 .index5_box .item1,
	.index5 .index5_box .item2 {
		height: 550px;
	}

	.index5 .index5_box .item1 .play {
		width: 90px;
		height: 90px;
	}
}

@media(max-width:992px) {
	.index5_tit {
		padding: 50px 0;
	}

	.index5_tit h2 {
		font-size: 28px;
	}

	.index5_tit i {
		font-size: 16px;
	}

	.index5 .index5_box .item2 .text_box {
		font-size: 20px;
	}

	.index5 .index5_box .item1,
	.index5 .index5_box .item2 {
		height: 500px;
	}

	.index5 .index5_box .item1 .play {
		width: 70px;
		height: 70px;
	}
}

@media(max-width:768px) {
	.index5_tit {
		padding: 20px 0;
		/* margin-bottom: 40px; */
	}

	.index5_tit h2 {
		font-size: 24px;
	}

	.index5_tit i {
		font-size: 13px;
		line-height: 20px;
	}

	.index5 .index5_box .item2 .text_box {
		font-size: 16px;line-height: 36px;margin-bottom: 4%;
	}

	.index5 .index5_box .item1,
	.index5 .index5_box .item2 {
		/* float: none; */
		width: 50%; 
		/* margin-bottom: 40px; */
		height: 450px;
	}

	.index5 .index5_box .index5_more {
		width: 80px;
	}

	.index5 .index5_box .item1 .play {
		width: 50px;
		height: 50px;
	}
}

@media(max-width:480px) {
	.index5_tit h2 {
		font-size: 20px;
	}

	.index5 .index5_box .item2 .text_box {
		font-size: 14px;line-height: 30px;
	}

	.index5 .index5_box .item1,
	.index5 .index5_box .item2 {
		height: 300px;
	}

	.index5 .index5_box .item1 .play {
		width: 40px;
		height: 40px;
	}
}


/*index6*/
.index6 {
	background: #f8f8f8;
	padding-bottom: 100px;
}

.index6 .inews_left {
	float: left;
	width: 46.8%;
}

.index6 .inews_left .pic_box {
	width: 100%;
	height: 384px;
	overflow: hidden;
}

.index6 .inews_left .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index6 .inews_left .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index6 .inews_right {
	float: right;
	width: 50%;
}

.index6 .item {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.index6 .item .text {
	float: left;
	padding: 15px 0 15px 35px;
	box-sizing: border-box;
	width: 77%;
}

.index6 .item .text h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 30px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index6 .item .text p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index6 .item .date {
	float: right;
}

.index6 .item .date span {
	display: block;
	color: #666;
	line-height: 30px;
	font-size: 16px;
	padding: 15px 75px 15px 25px;
	border-left: 1px solid #c5c5c5;
}

.index6 .item .date span strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
}

.index6 .inews_left .item {
	padding: 46px 0;
}

.index6 .inews_left .item a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.index6 .inews_right .item .text {
	padding-left: 36px;
}

.index6 .inews_right .item {
	padding: 42px 0;
	margin-bottom: 22px;
}

.index6 .inews_right .item:last-child {
	margin-bottom: 0;
}

/* .index6 .item:hover {
	background: #003e56;
}

.index6 .item:hover h4,
.index6 .item:hover p,
.index6 .item:hover span {
	color: #fff;
} */

.index6 .item:hover h4 {
	color: #e25b38;
}

@media(max-width:1500px) {
	.index6 {
		padding-bottom: 70px;
	}

	.index6 .item .text {
		padding-left: 15px;
	}

	.index6 .item .date span {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(max-width:1300px) {
	.index6 {
		padding-bottom: 60px;
	}

	.index6 .item .text p {
		width: 300px;
	}
}

@media(max-width:992px) {
	.index6 {
		padding-bottom: 50px;
	}

	.index6 .inews_left {
		float: none;
		width: 100%;
		margin-bottom: 22px;
	}

	.index6 .inews_right {
		float: none;
		width: 100%;
	}

	.index6 .item .text {
		padding-left: 36px;
	}

	.index6 .item .text p {
		width: initial;
	}
}

@media(max-width:768px) {
	.index6 {
		padding-bottom: 40px;
	}

	.index6 .item .text p {
		width: 400px;
	}

	.index6 .inews_left .item,
	.index6 .inews_right .item {
		padding: 30px 0;
	}
}

@media(max-width:580px) {

	.index6 .item .text,
	.index6 .inews_right .item .text {
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.index6 .item .text h4 {
		font-size: 16px;
	}

	.index6 .item .date span strong {
		font-size: 15px;
	}

	.index6 .item .date span {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
	}

	.index6 .item .text p {
		width: 300px;
	}

	.index6 .inews_left .pic_box {
		height: 320px;
	}

	.index6 .inews_right .item,
	.index6 .inews_left {
		margin-bottom: 1px;
	}
}

@media(max-width:440px) {
	.index6 .item .text h4 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.index6 .item .text h4,
	.index6 .item .text p {
		width: 250px;
	}

	/* .index7 .item .date span strong {
		font-size: 16px;
	} */

	.index6 .item .date span {
		padding-top: 0;
		padding-bottom: 0;
	}

	.index6 .item .text,
	.index6 .inews_right .item .text {
		padding-top: 0;
		padding-bottom: 0;
	}

	.index6 .inews_left .pic_box {
		height: 180px;
	}
}

@media(max-width:420px) {
	/* .index6_top .tit1 {
		float: left;
	} */
}

@media(max-width:395px) {

	.index6 .item .text,
	.index6 .inews_right .item .text {
		padding-left: 10px;
	}

	.index6 .item .text h4,
	.index6 .item .text p {
		
	}

	.index6 .item .date span {
		padding-left: 10px;
		padding-right: 10px;
	}

	.index6 .inews_left .item,
	.index6 .inews_right .item {
		padding: 20px 0 0;
	}
}


/*  */
.z_index_about{ display: flex; margin:100px 0;}
.z_index_about .imgbg{ background: no-repeat center / cover; }
.z_index_about .fl_warp{ width: 60%;height: 50vw; background-position: bottom center; background-color: #FAFAFA; padding: 8vw 5vw; box-sizing: border-box;}
.z_index_about .fr_warp{ width: 40%;height: 50vw;}
.z_index_about .entit{ font-size: 20px; font-weight: bold;color: #333; padding-left: 50px; background: url(../images/logo1.png) no-repeat center left / 36px; }
.z_index_tit{ font-size: 30px;font-weight: bold;color: #EF871A;line-height: 60px; font-weight: bold; font-family: 微软雅黑; padding-left: 50px; }
.z_index_about .fl_warp .conwarp{ width: 30.20833vw;}
.z_index_about .desc{ color: #888888;line-height: 30px; font-size: 16px; margin: 3vw 0; }
.z_index_more{ display: flex; align-items: center; }
.z_index_more .icon{ width:3.75vw;height: 3.75vw; display: flex;align-items: center; justify-content: center;color: #868686; border: 1px dotted rgba(134, 134, 134, 1);border-radius: 50%; margin-right: 15px;position: relative; z-index: 1; }
.z_index_more .icon::before{ content: ""; display: block; width: 100%; height: 100%; border-radius: 50%;background: #0d4c9e; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);transition: all 1s;}
.z_index_more .tit{width: 114px; display: flex; padding: 10px 0; justify-content: space-between;color: #838383;border-bottom: 1px solid #d2d2d2;}
.z_index_more .tit em{ display: inline-block; font-family: "黑体"; vertical-align: bottom; font-size: 14px; }
.z_index_more:hover .icon::before{transform: translate(-50%,-50%) scale(1,1);}
.z_index_more:hover img{ filter: invert(100%);}
.z_index_more:hover .tit { color: #EF871A; }
.z_about_video{ height: 37.5vw; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.z_about_video .iconfont{ display: inline-block;width:3.75vw;height: 3.75vw; line-height: 3.75vw;border: 1px solid #fff;border-radius: 50%; color: #fff;line-height: 3.75vw; text-align: center; font-size: 1.5vw;}

.z_about_num{ overflow: hidden; }
.z_about_num li{ width: 33.3%;height: 12.5vw;background: #007D81; float: left; display: flex; align-items: center; justify-content: center; color: #fff;}
.z_about_num li:nth-child(2){background: #F08619;}
.z_about_num li:nth-child(3){background: #704C89;}
.z_about_num li .timer{font-size:2.5vw;font-family: Arial;font-weight: bold;}
.z_about_num li h4{color: #fff;}
@media screen and (max-width:1300px){
  .z_index_about .fl_warp .conwarp{width: 90%;}
}
@media screen and (max-width:980px){
  .z_index_about{ display: block; margin: 0 0 50px;}
  .z_index_about .fl_warp,.z_index_about .fr_warp{ width:100%; height: auto;}
  .z_index_about .fl_warp .conwarp{ width: 100%;}
  .z_index_about .fl_warp{ padding: 40px 12px;}
  .z_index_about .entit{ font-size: 20px; line-height: 50px; padding-left: 40px;}
  .z_index_tit{ font-size: 20px; line-height: 28px; padding-left: 40px;}
  .z_index_about .desc{ margin: 20px 0 0; font-size:14px;}
  .z_index_more .icon{ width: 40px; height: 40px;}
  .z_about_video{ height: 60vw;}
  .z_about_video .iconfont{ width: 50px; height: 50px; line-height: 50px; font-size: 20px;}
  .z_about_num ul{ display: flex;}
  .z_about_num li{ height: auto; padding: 20px 10px; display: block;}
  .z_about_num li .timer{ font-size: 24px;}
}


.protect{background:url("../images/global/title_bg.png") center 55px no-repeat;background-size:338px auto;padding-bottom:30px}
.miaoxiang{background:url("../images/global/dream.jpg") center 55px no-repeat;background-size:338px auto;padding-bottom:50px}
.protect .title{font-size:36px;color:#333;font-weight: bold; padding:0px 0 20px;line-height:50px}
.protect .miaoxiang_title{padding:180px 0 20px}
.protect .p1{font-size:20px;line-height:20px;color:#333;padding-bottom:47px}
.protect li{width:592px;height:453px}
.protect .remarks{width:592px;height:99px;left:0;bottom:0;background:url("../images/index/A3.png") 0 0 no-repeat;background-size:592px auto;color:#fff;padding:37px 28px 0;box-sizing:border-box}
.protect .remarks .txt{font-size:24px;padding-top:10px}
.protect .remarks .txt span{font-size:18px}
.protect .remarks .more{width:120px;height:40px;border:1px solid #fff;line-height:40px;cursor:pointer;background:url("../images/global/arrow3.png") 81px center no-repeat;background-size:18px auto;text-align:left;padding-left:20px;box-sizing:border-box}

.por{position: relative; }
.poa{position: absolute; }
.fl{ float: left; }
.fr{ float: right; }

.product{ text-align: center; }
.product.title{padding-top:110px;}
.product li{width:90%;height:504px;border:1px solid #ecebeb;cursor:pointer;overflow:hidden; margin-left: 5%; }
.product .more{display:none}
.product .li-active{box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2)}
.product .li-active .more{display:block}
.product li:hover{box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2)}
.product li:hover .more{display:block}
/* .product .li1{margin-left:20px} */
.product .title2{font-size:36px;line-height:36px;color:#EF871A;padding:71px 0 15px}
.product .swiper-slide:nth-child(1) .title2{color: #007D81;}
.product .swiper-slide:nth-child(2) .title2{color: #F08619;}
.product .swiper-slide:nth-child(3) .title2{color: #704C89;}
.pro_ul .title2{padding:71px 0 81px}
.pro_ul{background:#fff}
.product .p2{color:#acacac;font-size:18px;padding-bottom:68px}
.product .more{width:100%;height:70px;line-height:70px;left:0;bottom:0;color:#fff;cursor:pointer;background:#EF871A url("../images/global/arrow3.png") 234px center no-repeat;background-size:18px auto;text-align:center;box-sizing:border-box;font-size:22px}
.product .swiper-slide:nth-child(1) .more{ background-color: #007D81; }
.product .swiper-slide:nth-child(2) .more{ background-color: #F08619; }
.product .swiper-slide:nth-child(3) .more{ background-color: #704C89; }
.pro_ul .index_product3{padding-bottom:105px}
.product2{ width: 100%; max-width:1200px;height:506px;margin:0 auto}
.product{position:relative;width:100%}
.product .banner_left{position:absolute;left:10px;top:50%;margin-top:-15px;width:46px;height:46px;z-index:9}
.product .banner_right{position:absolute;right:10px;top:50%;margin-top:-15px;width:46px;height:46px;z-index:9}

.protect .seemore{width:120px;height:40px;border:1px solid #161270;line-height:40px;cursor:pointer;background:url("../images/global/arrow2.png") 81px center no-repeat;background-size:18px auto;text-align:left;padding-left:20px;box-sizing:border-box;margin:35px auto 0;color:#161270}
.protect .seemorenew{width:140px;background-position:101px center}
@media (max-width: 1200px) {
  .protect{padding-bottom: 0;}
  .protect .title{font-size: 28px; line-height: 30px;}
  .protect .p1{font-size: 18px; padding-bottom: 30px; }
  .pro_ul .title2{padding: 41px 0 51px;}
  .product .title2{font-size: 24px; }
  .product li{height: 400px;width: 96%; margin-left: 2%;}
  .product .more{height: 60px; line-height: 60px; font-size: 18px;}
  .product2{height: 402px;}
}
@media (max-width: 1000px) {
  .product li .more {display: block;}
}
@media (max-width: 791px) {
  .protect .title{font-size: 21px; padding-bottom: 10px;}
  .protect .p1{font-size: 16px;padding-bottom: 20px;}
  .product .title2{font-size: 20px;}
  .product .more{font-size: 16px; height: 50px; line-height: 50px;  }
}
@media (max-width: 580px) {
  .protect .title{font-size: 18px; line-height: 20px;}
  .protect .p1{font-size: 14px;}
  .product .title2{font-size: 16px; padding: 20px 0 20px; font-weight:bold;}
  .product li{height: 220px; }
  .product .more{font-size: 14px; height: 40px; line-height: 40px;  }
  .product2{height: 222px;}
}


/*footer_search*/
.footer_search {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/fsearch_bg.jpg");
	padding: 75px 0;
}

.footer_search .fsearch_tit {

	float: left;
}

.footer_search .fsearch_tit h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

.footer_search .fsearch_tit i {
	font-size: 24px;
	color: #fff;
}

.footer_search .fsearch_form {
	float: right;
	margin-top: 10px;
}

.footer_search .fsearch_form input.text {
	width: 400px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	background: none;
	box-sizing: border-box;
	padding-left: 5px;
}

.footer_search .fsearch_form input.text::-webkit-input-placeholder {
	color: #fff;
}

.footer_search .fsearch_form input.text:-ms-input-placeholder {
	color: #fff;
}

.footer_search .fsearch_form input.text::-moz-placeholder {
	color: #fff;
}

.footer_search .fsearch_form input.submit, .footer_search .fsearch_form .submit {
	width: 250px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #000;
	font-size: 18px;
	text-align: center;
	margin-left: 110px;
}

.footer_search .fsearch_form input.submit:hover, .footer_search .fsearch_form .submit:hover {
	background: #ea5523;
	color: #fff;
}

@media(max-width:1600px) {
	.footer_search .fsearch_tit h2 {
		font-size: 34px;
	}

	.footer_search .fsearch_tit i {
		font-size: 22px;
	}

	.footer_search .fsearch_form input.text {
		width: 300px;
	}

	.footer_search .fsearch_form input.submit, .footer_search .fsearch_form .submit {
		width: 200px;
		margin-left: 70px;
	}
}

@media(max-width:1200px) {
	.footer_search {
		padding: 60px 0;
	}

	.footer_search .fsearch_tit h2 {
		font-size: 28px;
	}

	.footer_search .fsearch_tit i {
		font-size: 20px;
	}

	.footer_search .fsearch_form input.text {
		width: 250px;
	}

	.footer_search .fsearch_form input.submit, .footer_search .fsearch_form .submit {
		width: 150px;
		margin-left: 0;
		height: 45px;
		line-height: 45px;
	}
}

@media(max-width:992px) {
	.footer_search {
		padding: 40px 0;
	}

	.footer_search .fsearch_tit,
	.footer_search .fsearch_form {
		float: none;
		text-align: center;
	}

	.footer_search .fsearch_form {
		/* width: 60%;
		margin: 0 auto; */
		margin-top: 25px;
	}

	.footer_search .fsearch_form input.submit,
	.footer_search .fsearch_form input.text,
	.footer_search .fsearch_form .submit
	 {
		font-size: 16px;
	}

	.footer_search .fsearch_form input.text {
		padding-bottom: 10px;
		width: 210px;
	}

	.footer_search .fsearch_tit h2 {
		font-size: 24px;
	}

	.footer_search .fsearch_tit i {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.footer_search {
		padding: 30px 0;
	}

	.footer_search .fsearch_tit h2 {
		font-size: 20px;
	}

	.footer_search .fsearch_tit i {
		font-size: 16px;
	}

	.footer_search .fsearch_form {
		margin-top: 20px;
	}

	.footer_search .fsearch_form input.text {
		width: 180px;
		font-size: 15px;
		padding-bottom: 6px;
	}

	.footer_search .fsearch_form input.submit, .footer_search .fsearch_form .submit {
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
}

@media(max-width:420px) {
	.footer_search .fsearch_tit h2 {
		font-size: 17px;
	}

	.footer_search .fsearch_tit i {
		font-size: 15px;
	}

	.footer_search .fsearch_form {
		margin-top: 15px;
	}

	.footer_search .fsearch_form input.submit, .footer_search .fsearch_form.submit {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-left: 30px;
	}

	.footer_search .fsearch_form input.text {
		font-size: 14px;
		padding-bottom: 4px;
		width: 160px;
	}
}

/*footer_box*/
.footer {
	background-image: url("../images/footer_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_box {
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
	padding-bottom: 90px;
	border-bottom: 1px solid #dcdcdc;
}

.footer_box .footer_logo {
	width: 100px;
	height: 116px;
	background-image: url("../images/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer_box .footer_share {
	margin-top: 40px;
}

.footer_box .footer_share .img {
	float: left;
	width: 48px;
	height: 48px;
	padding: 0;
	margin-right: 30px;
	position: relative;
	text-align: center;
}

.footer_box .footer_share>div {
	display: inline-block;
}

.footer_box .footer_share .img:last-child {
	margin-right: 0;
}

.footer_box .footer_share .img a {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.footer_box .footer_share .wechat {
	background-image: url("../images/foot_share1.png");
}


.footer_box .footer_share a.huace1 {
	background-image: url("../images/foot_share2.png");
}

.footer_box .footer_share a.huace2 {
	background-image: url("../images/foot_share3.png");
}

.footer_box .footer_share .imgcode {
	position: absolute;
	width: 120px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: -130px;
	left: -35px;
	display: none;
}

.footer_box .footer_share .img:hover .imgcode {
	display: block;
}

.footer_box .footer_nav dl {
	float: left;
	margin-right: 80px;
}

.footer_box .footer_nav dl:last-child {
	margin-right: 0;
}

.footer_box .footer_nav dt {
	font-size: 18px;
	color: #444;
	line-height: 36px;
	margin-bottom: 15px;
}

.footer_box .footer_nav dd {
	font-size: 15px;
	line-height: 36px;
	color: #999;
}

.footer_box .footer_nav dd:hover {
	color: #444;
}

.footer3 .text {
	font-size: 15px;
	line-height: 30px;
	color: #898989;
}

.footer3 .phone {
	display: inline-block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	background-color: #303240;
}

/*copyright*/
.copyright {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
}

.copyright p:hover a {
	color: #000;
}

@media(max-width:1500px) {
	.footer_box {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.footer_box .footer_logo {
		width: 100px;
		height: 116px;
	}

	.footer_box .footer_share {
		margin-top: 30px;
	}

	.footer_box .footer_share a {
		width: 40px !important;
		height: 40px !important;
	}

	.footer_box .footer_nav dl {
		margin-right: 55px;
	}
}

@media(max-width:1200px) {
	.footer_box {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.footer_box .footer_logo {
		width: 100px;
		height: 116px;
	}

	.footer_box .footer_share a {
		width: 30px !important;
		height: 30px !important;
	}

	.footer_box .footer_share .bshare-custom .bshare-weixin {
		margin-right: 15px !important;
	}

	.footer_box .footer_share {
		margin-top: 20px;
	}

	.footer_box .footer_nav dl {
		margin-right: 30px;
	}

	.footer_box .footer_nav dt {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.footer_box .footer_nav dd {
		font-size: 14px;
	}

	.footer3 .text {
		font-size: 14px;
	}
}

@media(max-width:992px) {
	.footer_box {
		display: block;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer_box .footer_logo {
		margin: 0 auto;
	}

	.footer3 {
		margin-top: 20px;
	}

	.footer_box .footer_logo {
		
	}

	.footer_box .footer_share a {
		width: 40px !important;
		height: 40px !important;
	}

	.footer3 .text p {
		display: inline-block;
		
	}

	.copyright {
		font-size: 14px;
		line-height: 26px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

}

@media(max-width:768px) {
	.footer_box {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer_box .footer_logo {
		
	}

	.footer_box .footer_share a {
		width: 35px !important;
		height: 35px !important;
	}

	.footer3 {
		margin-top: 15px;
	}
}

@media(max-width:768px) {
	.copyright {
		margin-bottom: 100px;
	}
}

@media(max-width:480px) {

	.copyright {
		margin-bottom: 80px;
	}
	.footer_box .footer_logo {
	width:60px;
	height:80px;
		
	}

	.footer_box .footer_share a {
		width: 30px !important;
		height: 30px !important;
	}

	.footer3 {
		margin-top: 10px;
	}
}

@media(max-width:420px){
	.copyright {
		margin-bottom: 60px;
	}
}


/*nav*/
.nav ul {
	padding: 40px 0;
}

.nav ul li {
	float: left;
	font-size: 16px;
	color: #666;
	width: 145px;
	height: 48px;
	line-height: 48px;
	margin-right: 35px;
	text-align: center;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li:hover,
.nav ul li.on {
	background: #ea5421;
	color: #fff;
}

.nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media(max-width:992px) {
	.nav ul {
		padding: 22px 0;
	}

	.nav ul li {
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-right: 20px;
	}
}

@media(max-width:768px) {
	.nav ul li {
		width: 90px;
		margin-right: 10px;
	}
}

@media(max-width:580px) {
	.nav ul {
		padding: 15px 0;
	}

	.nav ul li {
		font-size: 14px;
		width: 85px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
}

/*about*/
.abo1 {
	background: #f5f5f5;
	padding: 125px 0 140px;
}

.abo1 .abo1_pic {
	width: 49%;
	height: 560px;
	overflow: hidden;
	float: right;
}

.abo1 .abo1_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.abo1 .abo1_pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.abo1 .abo1_text {
	float: left;
	width: 42.5%;
}

.abo1 .abo1_text .tit2 {
	width: 75%;
}

.abo1 .abo1_text .tit2 i {
	text-transform: uppercase;
	line-height: 48px;
}

.abo1 .abo1_text .tit2 h2 {
	margin-left: 0;
	margin-top: 30px;
}

.abo1 .abo1_text .text_box {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin-top: 50px;
}

@media(max-width:1600px) {
	.abo1 {
		padding: 90px 0 100px;
	}
}

@media(max-width:1400px) {
	.abo1 {
		padding: 80px 0 90px;
	}

	.abo1 .abo1_text {
		width: 48%;
	}

	.abo1 .abo1_pic {
		width: 44%;
		height: 500px;
	}

	.abo1 .abo1_text .tit2 i,
	.abo1 .abo1_text .tit2 h2 {
		font-size: 30px;
	}

	.abo1 .abo1_text .tit2 i {
		line-height: 38px;
	}

	.abo1 .abo1_text .tit2 h2 {
		margin-top: 10px;
	}

	.abo1 .abo1_text .text_box {
		margin-top: 25px;
	}
}

@media(max-width:1200px) {
	.abo1 {
		padding: 60px 0 70px;
	}

	.abo1 .abo1_text {
		width: 52%;
	}

	.abo1 .abo1_text .tit2 i,
	.abo1 .abo1_text .tit2 h2 {
		font-size: 26px;
	}

	.abo1 .abo1_text .tit2 i {
		line-height: 32px;
	}

	.abo1 .abo1_text .tit2 h2 {
		margin-top: 5px;
	}

	.abo1 .abo1_text .text_box {
		margin-top: 20px;
		font-size: 15px;
		line-height: 34px;
	}
}

@media(max-width:992px) {
	.abo1 {
		padding: 50px 0 70px;
	}

	.abo1 .abo1_text .tit2 {
		width: 100%;
		text-align: center;
	}

	.abo1 .abo1_text,
	.abo1 .abo1_pic {
		float: none;
		width: 100%;
	}

	.abo1 .abo1_pic {
		margin-top: 40px;
		height: 420px;
	}
}

@media(max-width:768px) {
	.abo1 {
		padding: 40px 0 50px;
	}

	.abo1 .abo1_pic {
		height: 380px;
		margin-top: 30px;
	}

	.abo1 .abo1_text .tit2 i,
	.abo1 .abo1_text .tit2 h2 {
		font-size: 21px;
	}

	.abo1 .abo1_text .tit2 h2 {
		margin-top: 5px;
	}
}

@media(max-width:480px) {
	.abo1 {
		padding: 35px 0 40px;
	}

	.abo1 .abo1_text .tit2 i,
	.abo1 .abo1_text .tit2 h2 {
		font-size: 19px;
	}

	.abo1 .abo1_text .text_box {
		font-size: 14px;
		line-height: 32px;
		margin-top: 15px;
	}

	.abo1 .abo1_pic {
		margin-top: 20px;
		/* height: 350px; */
	}
}


.abo2 {
	width: 100%;
	padding: 75px 0 105px;
	box-sizing: border-box;

}

.abo2 .data {
	display: flex;
	justify-content: space-around;
}

.abo2 .item {
	width: 150px;
	display: inline-block;
	color: #333;
	text-align: left;
}

.abo2 .item .num {
	/* font-weight: bold; */
	display: flex;
	align-items: center;
	font-size: 100px;
	position: relative;
}

.abo2 .item .num span {
	font-family: "acc";
	color: #eb5c2b;
}

.abo2 .item .num i {
	font-family: "acc";
	display: inline;
	color: #eb5c2b;
}

/* .abo2 .item:first-child .num span {
	color: #eb5c2b;
}

.abo2 .item:first-child .num i {
	color: #eb5c2b;
} */

.abo2 .item p {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


@media (max-width:1600px) {
	.abo2 {
		padding: 80px 0 85px;
	}

	.abo2 .item .num {
		font-size: 85px;
	}
}

@media (max-width:1200px) {
	.abo2 {
		padding: 66px 0;
	}

	.abo2 .item .num {
		font-size: 70px;
	}

	.abo2 .item p {
		font-size: 15px;
	}
}

@media (max-width:991px) {
	.abo2 {
		padding: 52px 0;
	}

	.abo2 .item .num {
		font-size: 55px;
	}
}

@media (max-width:768px) {
	.abo2 {
		padding: 44px 0;
	}

	.abo2 .data {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.abo2 .item {
		width: 46%;
		margin-top: 30px;
		text-align: center;
	}

	.abo2 .item:nth-of-type(-n+2) {
		margin-top: 0px;
	}

	.abo2 .item .num {
		justify-content: center;
	}

	.abo2 .item .num {
		font-size: 45px;
	}

	.abo2 .item p {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.abo2 {
		padding: 35px 0;
	}

	.abo2 .item .num {
		font-size: 35px;
	}
}


.abo3 {
	margin-bottom: 140px;
}

.abo3 .swiper-container {
	width: 100%;
}

.abo3 .swiper-container .swiper-slide .pic_box {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.abo3 .swiper-container .swiper-slide .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abo3 .swiper-container .swiper-button-next,
.abo3 .swiper-container .swiper-button-prev {
	width: 70px;
	height: 70px;
	background-color: rgb(0 0 0 / 40%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px 30px;
}

.abo3 .swiper-container .swiper-button-prev {
	left: 0;
	background-image: url("../images/index4_left.png");
}

.abo3 .swiper-container .swiper-button-next {
	right: 0;
	background-image: url("../images/index4_right.png");
}

.abo3 .swiper-container .swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: initial;
	display: none;
}

.abo3 .swiper-container .swiper-button-next:hover,
.abo3 .swiper-container .swiper-button-prev:hover {
	background-color: rgba(235, 92, 43, .7);
}

@media(max-width:1600px) {
	.abo3 {
		margin-bottom: 100px;
	}
}

@media(max-width:1200px) {
	.abo3 {
		margin-bottom: 80px;
	}

	.abo3 .swiper-container .swiper-slide .pic_box {
		height: 500px;
	}

	.abo3 .swiper-container .swiper-button-next,
	.abo3 .swiper-container .swiper-button-prev {
		width: 60px;
		height: 60px;
	}
}

@media(max-width:992px) {
	.abo3 {
		margin-bottom: 60px;
	}

	.abo3 .swiper-container .swiper-slide .pic_box {
		height: 400px;
	}

	.abo3 .swiper-container .swiper-button-next,
	.abo3 .swiper-container .swiper-button-prev {
		width: 45px;
		height: 45px;
		background-size: 12px 24px;
	}
}

@media(max-width:580px) {
	.abo3 {
		margin-bottom: 40px;
	}

	.abo3 .swiper-container .swiper-slide .pic_box {
		height: 280px;
	}

	.abo3 .swiper-container .swiper-button-next,
	.abo3 .swiper-container .swiper-button-prev {
		width: 35px;
		height: 35px;
		background-size: 10px 18px;
	}
}


.abo4 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/abo4_bg.jpg");
	padding-bottom: 150px;
}

.abo4 .tit1 {
	text-align: center;
	padding: 110px 0 65px;
}

.abo4 .swiper-container .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.abo4 .swiper-container .swiper-slide .text {
	width: 100%;
	height: 675px;
}

.abo4 .swiper-container .swiper-slide .text .mask {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/abo4_bg2.jpg");
	opacity: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	transition: all .7s;
}

.abo4 .swiper-container .swiper-slide .text i {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .7s;
}

.abo4 .swiper-container .swiper-slide .text h4 {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	transition: all .7s;
}

.abo4 .swiper-container .swiper-slide .text .icon {
	font-size: 16px;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #fff;

	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.abo4 .swiper-container .swiper-slide .text .mask {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.abo4 .swiper-container .swiper-slide .text .mask .line {
	width: 1px;
	height: 83px;
	background: #fff;
	text-align: center;
	margin-bottom: 35px;
	opacity: 0;
	transition: all .7s;
}

.abo4 .swiper-container .swiper-slide .text .mask .text_box {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
}

.abo4 .swiper-container .swiper-slide:hover .text .mask {
	opacity: 1;
}

.abo4 .swiper-container .swiper-slide:hover .text .mask .line {
	/* height: 83px; */
	opacity: 1;
}

.abo4 .swiper-container .swiper-slide:hover .text i {
	top: 16%;
}

.abo4 .swiper-container .swiper-slide:hover .text h4 {
	top: 23%;
}


@media(max-width:1600px) {
	.abo4 {
		padding-bottom: 100px;
	}

	.abo4 .tit1 {
		padding: 100px 0 50px;
	}
}

@media(max-width:1500px) {
	.abo4 .swiper-container .swiper-slide .text i {
		font-size: 40px;
	}
}

@media(max-width:1300px) {
	.abo4 {
		padding-bottom: 80px;
	}

	.abo4 .tit1 {
		padding: 80px 0 45px;
	}

	.abo4 .swiper-container .swiper-slide .text {
		height: 590px;
	}

	.abo4 .swiper-container .swiper-slide .text i {
		font-size: 34px;
	}

	.abo4 .swiper-container .swiper-slide .text .mask .line {
		margin-bottom: 20px;
	}

	.abo4 .swiper-container .swiper-slide:hover .text i {
		top: 14%;
	}

	.abo4 .swiper-container .swiper-slide:hover .text h4 {
		top: 20%;
	}

	.abo4 .swiper-container .swiper-slide:hover .text .mask .line {
		height: 60px;
	}

	.abo4 .swiper-container .swiper-slide .text .mask .text_box {
		font-size: 15px;
		line-height: 30px;
	}

	.abo4 .swiper-container .swiper-slide .text .icon {
		bottom: 6%;
	}
}

@media(max-width:992px) {
	.abo4 {
		padding-bottom: 60px;
	}

	.abo4 .tit1 {
		padding: 60px 0 45px;
	}

	.abo4 .swiper-container .swiper-slide .text {
		height: 540px;
	}

	.abo4 .swiper-container .swiper-slide .text i {
		font-size: 28px;
	}

	.abo4 .swiper-container .swiper-slide .text h4 {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.abo4 {
		padding-bottom: 50px;
	}

	.abo4 .tit1 {
		padding: 40px 0 35px;
	}

	.abo4 .swiper-container .swiper-slide .text {
		height: 500px;
	}

	.abo4 .swiper-container .swiper-slide .text .mask .line {
		display: none;
	}

	.abo4 .swiper-container .swiper-slide .text .icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.abo4 .swiper-container .swiper-slide .text i {
		font-size: 24px;
	}

	.abo4 .swiper-container .swiper-slide .text .mask .text_box {
		margin-top: 20px;
		font-size: 14px;
		line-height: 28px;
	}
}

@media(max-width:580px) {
	.abo4 .tit1 {
		padding-bottom: 30px;
	}

	.abo4 .swiper-container .swiper-slide .text {
		height: 450px;
	}

	.abo4 .swiper-container .swiper-slide:hover .text i {
		top: 16%;
	}

	.abo4 .swiper-container .swiper-slide:hover .text h4 {
		top: 23%;
	}
}

@media(max-width:480px) {
	.abo4 .swiper-container .swiper-slide .text .icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.abo4 .swiper-container .swiper-slide .text {
		height: 400px;
	}
}


.abo5 {
	padding: 120px 0;
}

.abo5 .tit1 {
	text-align: center;
	margin-bottom: 65px;
}

.abo5 .tit1 .text_box {
	width: 1343px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.abo5 .swiper-container {
	padding-bottom: 120px;
}

.abo5 .swiper-container .pic_box {
	width: 100%;
	height: 520px;
	overflow: hidden;
}

.abo5 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.abo5 .swiper-container .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.abo5 .swiper-container .swiper-pagination {
	top: auto;
	bottom: 0;
	height: 5px;
	background: #f3f3f3;
	background: url("../images/potline.jpg") 0 2px repeat-x;
}

.abo5 .swiper-container .swiper-pagination-progressbar-fill {
	border-radius: 25px;
	background: #ea5421;
}

@media(max-width:1600px) {
	.abo5 {
		padding: 100px 0;
	}

	.abo5 .swiper-container .pic_box {
		height: 480px;
	}

	.abo5 .swiper-container {
		padding-bottom: 100px;
	}
}

@media(max-width:1400px) {
	.abo5 {
		padding: 80px 0;
	}

	.abo5 .tit1 .text_box {
		width: 100%;
	}

	.abo5 .swiper-container {
		padding-bottom: 80px;
	}
}

@media(max-width:1200px) {
	.abo5 {
		padding: 70px 0;
	}

	.abo5 .swiper-container .pic_box {
		height: 420px;
	}

	.abo5 .tit1 {
		margin-bottom: 50px;
	}

	.abo5 .tit1 .text_box {
		margin-top: 30px;
	}

	.abo5 .swiper-container {
		padding-bottom: 60px;
	}
}

@media(max-width:992px) {
	.abo5 {
		padding: 60px 0;
	}

	.abo5 .swiper-container .pic_box {
		height: 360px;
	}

	.abo5 .tit1 {
		margin-bottom: 40px;
	}

	.abo5 .tit1 .text_box {
		margin-top: 20px;
	}

	.abo5 .swiper-container {
		padding-bottom: 50px;
	}
}

@media(max-width:768px) {
	.abo5 {
		padding: 50px 0;
	}

	.abo5 .tit1 .text_box {
		margin-top: 10px;
		font-size: 14px;
		line-height: 28px;
	}

	.abo5 .tit1 {
		margin-bottom: 30px;
	}

	.abo5 .swiper-container {
		padding-bottom: 45px;
	}

	.abo5 .swiper-container .pic_box {
		height: 300px;
	}
}

@media(max-width:580px) {}

@media(max-width:480px) {
	.abo5 {
		padding: 40px 0;
	}

	.abo5 .tit1 .text_box {
		margin-top: 5px;
	}

	.abo5 .swiper-container {
		padding-bottom: 40px;
	}

	.abo5 .swiper-container .pic_box {
		height: 270px;
	}
}



/* store */
.store {
	background: #f5f5f5;
	padding: 110px 0;
}

.store h2 {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}

.storeform {
	margin-bottom: 45px;
}

.storeform form .distpicker1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.storeform form p {
	width: 20.25%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 28px;
	background: #fff;
}

.storeform form p select {
	outline: none;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333333;
	border: none;
	background: #fff;
	/* -webkit-appearance: none; */
}

.storeform form .store_search {
	width: 35%;
}

.storeform form .store_search input.text {
	width: 89%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
}

.storeform form .store_search input.submit {
	width: 11%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	background: #ea5421;
	float: right;
}



@media(max-width:1600px) {
	.store {
		padding: 80px 0;
	}
}

@media(max-width:1200px) {
	.store {
		padding: 70px 0;
	}

	.store h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.storeform form p {
		width: 23%;
	}

	.storeform form .store_search {
		width: 25%;
	}

	.storeform form .store_search input.text {
		width: 80%;
	}

	.storeform form .store_search input.submit {
		width: 20%;
	}
}

@media(max-width:992px) {
	.store {
		padding: 60px 0;
	}

	.store h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.storeform form p {
		width: 32%;
		margin-bottom: 30px;
		height: 50px;
		line-height: 50px;
	}

	.storeform form .store_search {
		width: 48%;
		margin: 0 auto;
	}

	.storeform form .store_search input.text,
	.storeform form .store_search input.submit {
		height: 50px;
		line-height: 50px;
	}

}

@media(max-width:768px) {
	.store {
		padding: 40px 0;
	}

	.store h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.storeform form p {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		padding-left: 20px;
	}

	.storeform form .store_search {
		width: 90%;
	}

	.storeform form p,
	.storeform form .store_search input.text,
	.storeform form .store_search input.submit {
		height: 40px;
		line-height: 40px;
	}

	.storeform form p select,
	.storeform form .store_search input.text,
	.storeform form .store_search input.submit {
		font-size: 15px;
	}
}

@media(max-width:480px) {
	.store {
		padding: 35px 0;
	}

	.store h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.storeform form p {
		width: 100%;
	}

	/* .storeform form p,
	.storeform form .store_search input.text,
	.storeform form .store_search input.submit {
		height: 35px;
		line-height: 35px;
	} */

	.storeform form .store_search {
		width: 100%;
	}

	.storeform form p select,
	.storeform form .store_search input.text,
	.storeform form .store_search input.submit {
		font-size: 14px;
	}
}


.store_box .store_map {
	float: left;
	width: 63%;
	height: 636px;
	position: relative;
}

.store_box .store_map li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.store_box .store_map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.store_box .store_swiper {
	width: 37%;
	float: right;
	background: #fff;
	box-sizing: border-box;
	/* padding: 60px 60px 65px 45px; */
	padding: 60px 0 65px;
}

.store_box .swiper-container {
	width: 100%;
	height: 512px;
	box-sizing: border-box;
	padding-left: 45px;
	padding-right: 60px;
}

.store_box .swiper-container .text {
	padding: 35px 15px 22px 30px;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}


.store_box .swiper-container .text h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.store_box .swiper-container .text p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.store_box .swiper-container .swiper-slide.on .text,
.store_box .swiper-container .swiper-slide:hover .text {
	background: #ea5421;
}

.store_box .swiper-container .swiper-slide.on .text h4,
.store_box .swiper-container .swiper-slide:hover .text h4 {
	color: #fff;
}

.store_box .swiper-container .swiper-slide.on .text p,
.store_box .swiper-container .swiper-slide:hover .text p {
	color: #fff;
}

.store_box .swiper-container .swiper-pagination {
	left: auto;
	right: 20px;
	width: 8px;
	background: #cbcbcb;
}

.store_box .swiper-container .swiper-pagination-progressbar-fill {
	background: #ea5421;
}

@media(max-width:1300px) {
	.store_box .swiper-container {
		padding-left: 20px;
		padding-right: 40px;
	}

	.store_box .swiper-container .swiper-pagination {
		right: 15px;
	}

	.store_box .swiper-container .text h4 {
		font-size: 20px;
	}
}

@media(max-width:992px) {
	.store_box .store_map {
		height: 500px;
	}

	.store_box .store_map,
	.store_box .store_swiper {
		float: none;
		width: 100%;
	}

	.store_box .store_swiper {
		padding: 40px 0;
	}

	.store_box .swiper-container {
		height: 200px;
		padding: 0;
	}

	.store_box .swiper-container .swiper-pagination {
		width: 100%;
		right: 0;
		top: auto;
		bottom: 0;
	}

	.store_box .swiper-container .text {
		padding: 20px 15px;
	}

	.store_box .swiper-container .text h4 {
		font-size: 20px;
	}

	.store_box .swiper-container .text p {
		font-size: 15px;
	}
}

@media(max-width:768px) {
	.store_box .store_map {
		height: 420px;
	}

	.store_box .swiper-container {
		height: 180px;
	}

	.store_box .store_swiper {
		padding: 25px 0;
	}

	.store_box .swiper-container .text {
		padding: 15px 10px;
	}

	.store_box .swiper-container .text h4 {
		font-size: 18px;
	}

}

@media(max-width:640px) {
	.store_box .store_map {
		height: 330px;
	}

	.store_box .swiper-container {
		height: 150px;
	}

	.store_box .swiper-container .text h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.store_box .swiper-container .text p {
		font-size: 14px;
		line-height: 24px;
	}

	.store_box .swiper-container .text {
		padding: 10px 5px;
		border-bottom: none;
		box-sizing: border-box;
		height: 125px;
	}
}

@media(max-width:480px) {
	.store_box .store_map {
		height: 300px;
	}

	.store_box .swiper-container .text p {
		font-size: 12px;
	}
}

@media(max-width:460px) {
	.store_box .swiper-container .text {
		padding: 10px 15px;
		height: 110px;
	}

	.store_box .swiper-container {
		height: 130px;
	}
}


/*  case  */
.case {
	background: #f4f4f4;
	padding: 80px 0;
}

.case .case_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}

.case .case_box .item {
	margin-bottom: 80px;
	width: 31.25%;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.case .case_box .item .pic_box {
	width: 100%;
	height: 308px;
	overflow: hidden;
}

.case .case_box .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.case .case_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case .case_box .item p {
	background: #fff;
	font-size: 16px;
	color: #666;
	line-height: 75px;
	padding-left: 15px;
	/* border-bottom: 1px solid #dbdbdb; */
	position: relative;

}

.case .case_box .item p:after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #ea5421;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease-in-out;
}

.case .case_box .item:hover p:after {
	width: 100%;
}

.case .case_box .item:hover {
	transform: translate(0, -10px);
}

.case .case_box::after {
	content: "";
	width: 31.25%;
}

@media(max-width:1400px) {
	.case .case_box .item .pic_box {
		height: 280px;
	}
}

@media(max-width:1200px) {
	.case {
		padding: 60px 0;
	}

	.case .case_box .item .pic_box {
		height: 250px;
	}

	.case .case_box .item p {
		line-height: 60px;
	}

	.case .case_box .item {
		margin-bottom: 60px;
	}
}

@media(max-width:992px) {
	.case .case_box .item .pic_box {
		height: 220px;
	}

	.case .case_box .item p {
		line-height: 50px;
	}

	.case .case_box .item {
		margin-bottom: 50px;
	}

	.case {
		padding: 50px 0;
	}
}

@media(max-width:768px) {
	.case {
		padding: 40px 0;
	}

	/* .case .case_box .item p{
		line-height: 40px;
	} */
	.case .case_box .item {
		width: 48.5%;
		margin-bottom: 40px;
	}

	.case .case_box::after {
		width: 48.5%;
	}
}

@media(max-width:640px) {
	.case .case_box .item .pic_box {
		height: 200px;
	}

	.case .case_box .item p {
		font-size: 14px;
		line-height: 40px;
	}
}

@media(max-width:480px) {
	.case .case_box .item .pic_box {
		height: 150px;
	}
}



/*news*/
.news_box .news_top {
	background: #f5f5f5;
	padding: 70px 0 80px;
}

.news_box .news_top .pic_box {
	float: left;
	width: 53.75%;
	height: 550px;
	overflow: hidden;
}

.news_box .news_top .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.news_box .news_top:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news_box .news_top .text {
	float: right;
	width: 46.25%;
	height: 550px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	padding: 0 75px;
	background: #fff;
}

.news_box .news_top .text h4 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.news_box .news_top:hover .text h4 {
	color: #ea5421;
}

.news_box .news_top .text span {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 30px;
}

.news_box .news_top .text .text_box {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news_box .news_top .text i {
	width: 31px;
	height: 8px;
	display: inline-block;
	background-image: url("../images/news_right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 50px;
}

.news_box .page {
	margin-bottom: 100px;
}

@media(max-width:1500px) {
	.news_box .page {
		margin-bottom: 80px;
	}

	.news_box .news_top {
		padding: 60px 0;
	}

	.news_box .news_top .pic_box,
	.news_box .news_top .text {
		height: 500px;
	}
}

@media(max-width:1200px) {
	.news_box .page {
		margin-bottom: 70px;
	}

	.news_box .news_top {
		padding: 50px 0;
	}

	.news_box .news_top .text h4 {
		font-size: 26px;
	}

	.news_box .news_top .text span {
		margin-bottom: 15px;
	}

	.news_box .news_top .text i {
		margin-top: 35px;
	}

	.news_box .news_top .pic_box,
	.news_box .news_top .text {
		height: 450px;
	}

	.news_box .news_top .text {
		padding: 0 50px;
	}
}

@media(max-width:992px) {
	.news_box .page {
		margin-bottom: 60px;
	}

	.news_box .news_top {
		padding: 40px 0;
	}

	.news_box .news_top .text h4 {
		font-size: 22px;
	}

	.news_box .news_top .text span {
		margin: 8px 0;
	}

	.news_box .news_top .text {
		padding: 0 30px;
	}

	.news_box .news_top .pic_box,
	.news_box .news_top .text {
		height: 400px;
	}

	.news_box .news_top .text .text_box {
		font-size: 15px;
		line-height: 32px;
	}
}

@media(max-width:768px) {
	.news_box .page {
		margin-bottom: 45px;
	}

	.news_box .news_top .pic_box {
		height: 350px;
	}

	.news_box .news_top .text h4 {
		font-size: 19px;
	}

	.news_box .news_top .pic_box,
	.news_box .news_top .text {
		float: none;
		width: 100%;
	}

	.news_box .news_top .text {
		height: 250px;
		padding: 0 20px;
	}

	.news_box .news_top .text span {
		margin: 0;
	}

	.news_box .news_top .text i {
		margin-top: 15px;
	}

	.news_box .news_top .text .text_box {
		-webkit-line-clamp: 3;
		line-height: 30px;
	}
}

@media(max-width:480px) {
	.news_box .page {
		margin-bottom: 40px;
	}

	.news_box .news_top .pic_box {
		height: 220px;
	}

	.news_box .news_top .text {
		height: 230px;
	}

	.news_box .news_top .text i {
		width: 23px;
		height: 6px;
	}

	.news_box .news_top .text .text_box {
		font-size: 14px;
		line-height: 26px;
	}
}

.news_box .news_list {
	padding-top: 55px;
	padding-bottom: 75px;
}

.news_box .news_list .item .pic_box {
	width: 463px;
	height: 282px;
	overflow: hidden;
	position: relative;
	float: left;
}

.news_box .news_list .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_box .news_list .item .pic_box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(234, 84, 33, .7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s;
}

.news_box .news_list .item .pic_box .mask i {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	width: 150px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.news_box .news_list .item .pic_box .mask em {
	display: inline-block;
	width: 54px;
	height: 34px;
	background-image: url("../images/eyes.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 40px;
}

.news_box .news_list .item:hover .pic_box .mask {
	opacity: 1;
}

.news_box .news_list .item .text {
	float: left;
	width: 46.25%;
	padding: 40px 95px 50px 45px;
	position: relative;
}

.news_box .news_list .item .text::after {
	content: "";
	width: 1px;
	height: 205px;
	background-color: #c8c8c8;
	position: absolute;
	right: 0;
	top: 15%;
}

.news_box .news_list .item .text h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_box .news_list .item:hover .text h4 {
	color: #ea5421;
}

.news_box .news_list .item .text .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_box .news_list .item .text i {
	width: 31px;
	height: 8px;
	display: inline-block;
	background-image: url("../images/news_right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 30px;
}

.news_box .news_list .item span.date {
	display: inline-block;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 55px;
	margin-right: 100px;
}

.news_box .news_list .item strong {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

.news_box .news_list .item .text span.date2 {
	font-size: 14px;
	display: none;
	color: #999999;
}

.news_box .news_list .item {
	padding: 45px 0;
	border-top: 1px solid #f0efef;
	border-bottom: 1px solid #f0efef;
}

/* .news_box .news_list .item:first-child {
	border-top: none;
} */

.news_box .news_list .item a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media(max-width:1600px) {
	.news_box .news_list .item .text {
		padding-right: 45px;
	}
}

@media(max-width:1400px) {
	.news_box .news_list .item strong {
		font-size: 26px;
	}

	.news_box .news_list .item span.date {
		float: left;
		margin-left: 30px;
		margin-right: 0;
	}

	.news_box .news_list .item .pic_box {
		width: 420px;
		height: 250px;
	}

	.news_box .news_list .item .text {
		padding: 30px 30px 30px;
	}

	.news_box .news_list .item .text::after {
		height: 180px;
	}

	.news_box .news_list .item .text h4 {
		margin-bottom: 25px;
	}
}

@media(max-width:1200px) {
	.news_box .news_list {
		padding-top: 45px;
		padding-bottom: 55px;
	}

	.news_box .news_list .item {
		padding: 35px 0;
	}

	.news_box .news_list .item .pic_box .mask i {
		height: 30px;
		line-height: 30px;
		width: 130px;
	}

	.news_box .news_list .item .pic_box .mask em {
		width: 45px;
		height: 25px;
		margin-bottom: 30px;
	}

	.news_box .news_list .item .text h4 {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.news_box .news_list .item span.date {
		margin-right: 0;
		margin-left: 18px;
	}

	.news_box .news_list .item .pic_box {
		width: 380px;
		height: 220px;
	}

	.news_box .news_list .item .text {
		width: 45%;
		padding: 20px 30px;
	}

}

@media(max-width:992px) {
	.news_box .news_list {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.news_box .news_list .item {
		padding: 30px 0;
	}

	.news_box .news_list .item .pic_box .mask em {
		width: 38px;
		height: 20px;
		margin-bottom: 20px;
	}

	.news_box .news_list .item .pic_box .mask i {
		height: 25px;
		line-height: 25px;
		width: 120px;
	}

	.news_box .news_list .item .text span.date2 {
		display: inline-block;
		margin-bottom: 10px;
	}

	.news_box .news_list .item .text h4 {
		font-size: 19px;
		margin-bottom: 8px;
	}

	.news_box .news_list .item .text .text_box {
		font-size: 15px;
	}

	.news_box .news_list .item span.date {
		display: none;
	}

	.news_box .news_list .item .text::after {
		display: none;
	}

	.news_box .news_list .item .pic_box {
		width: 35%;
		height: 200px;
	}

	.news_box .news_list .item .text {
		width: 65%;
		box-sizing: border-box;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 0;
	}

	.news_box .news_list .item .text i {
		margin-top: 15px;
	}
}

@media(max-width:768px) {
	.news_box .news_list .item .text h4 {
		font-size: 17px;
		margin-bottom: 4px;
	}

	.news_box .news_list .item .pic_box {
		height: 170px;
	}

	.news_box .news_list .item .text .text_box {
		-webkit-line-clamp: 2;
	}

	.news_box .news_list .item .text {
		padding-left: 20px;
		padding-top: 10px;
	}

	.news_box .news_list .item .text i {
		width: 25px;
		height: 5px;
	}

}

@media(max-width:600px) {

	.news_box .news_list .item .pic_box,
	.news_box .news_list .item .text {
		float: none;
		width: 100%;
	}

	.news_box .news_list .item .text {
		padding-left: 15px;
	}

	.news_box .news_list .item .pic_box {
		height: 280px;
	}
}

@media(max-width:480px) {
	.news_box .news_list .item .text .text_box {
		font-size: 14px;
		line-height: 26px;
	}

	.news_box .news_list .item .pic_box {
		height: 240px;
	}
}

@media(max-width:420px) {
	.news_box .news_list .item .pic_box {
		height: 200px;
	}
}


/*join*/
.join1 {
	padding: 100px 0 75px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/join1_bg.jpg");
}

.join1 .tit2 {
	float: left;
}

.join1 .swiper-container {
	float: right;
	width: 73%;
	padding-bottom: 100px;
}

.join1 .swiper-container .pic_box {
	width: 100%;
	height: 504px;
	overflow: hidden;
}

.join1 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.join1 .swiper-container .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.join1 .swiper-container i {
	font-size: 130px;
	color: #c5c5c5;
	display: inline-block;
}

.join1 .swiper-container h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 28px;
}

.join1 .swiper-container .text_box {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 40px;
	height: 90px;
}

.join1 .swiper-container .swiper-slide:hover i,
.join1 .swiper-container .swiper-slide:hover h4 {
	color: #ea5421;
}

.join1 .swiper-container .swiper-button-next,
.join1 .swiper-container .swiper-button-prev {
	top: auto;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eeeeee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
}

.join1 .swiper-container .swiper-button-prev {
	right: 72px;
	left: auto;
	background-image: url("../images/join1_left.png");
}

.join1 .swiper-container .swiper-button-next {
	background-image: url("../images/join1_right.png");
}

.join1 .swiper-container .swiper-button-prev:hover {
	background-color: #22242e;
	background-image: url("../images/join1_left2.png");
}

.join1 .swiper-container .swiper-button-next:hover {
	background-color: #22242e;
	background-image: url("../images/join1_right2.png");
}

.join1 .swiper-container .swiper-button-disabled {
	opacity: 1;
	pointer-events: initial;
	cursor: pointer;
}

@media(max-width:1600px) {
	.join1 {
		padding: 80px 0 60px;
	}

	.join1 .swiper-container {
		padding-bottom: 80px;
	}

	.join1 .swiper-container i {
		font-size: 115px;
	}

	.join1 .swiper-container h4 {
		margin-bottom: 20px;
	}

	.join1 .swiper-container .text_box {
		margin-bottom: 30px;
	}

	.join1 .swiper-container .pic_box {
		height: 450px;
	}
}

@media(max-width:1300px) {
	.join1 .swiper-container i {
		font-size: 100px;
	}

	.join1 .tit2,
	.join1 .swiper-container {
		float: none;
		width: 100%;
		text-align: center;
	}

	.join1 .swiper-container {
		padding-top: 30px;
	}

	.join1 .tit2 h2 {
		margin-left: 0;
	}
}

@media(max-width:1200px) {
	.join1 {
		padding: 70px 0 55px;
	}

	.join1 .swiper-container {
		padding-bottom: 60px;
	}

	.join1 .swiper-container .swiper-button-next,
	.join1 .swiper-container .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: 6px 12px;
	}

	.join1 .swiper-container i {
		font-size: 80px;
	}

	.join1 .swiper-container h4 {
		font-size: 21px;
	}

	.join1 .swiper-container .pic_box {
		height: 400px;
	}
}

@media(max-width:992px) {
	.join1 {
		padding: 55px 0 45px;
	}

	.join1 .swiper-container {
		padding-bottom: 50px;
	}

	.join1 .swiper-container h4 {
		font-size: 19px;
	}

	.join1 .swiper-container .pic_box {
		height: 350px;
	}

	.join1 .swiper-container i {
		font-size: 60px;
	}

	.join1 .swiper-container .text_box {
		height: 110px;
		margin-bottom: 15px;
	}
}

@media(max-width:768px) {
	.join1 {
		padding: 40px 0 30px;
	}

	.join1 .swiper-container {
		padding-bottom: 40px;
	}

	.join1 .swiper-container .swiper-button-next,
	.join1 .swiper-container .swiper-button-prev {
		width: 25px;
		height: 25px;
		background-size: 4px 8px;
	}

	.join1 .swiper-container .swiper-button-prev {
		right: 45px;
	}

	.join1 .swiper-container h4 {
		font-size: 17px;
	}

	.join1 .swiper-container i {
		font-size: 50px;
	}

	.join1 .swiper-container .pic_box {
		height: 320px;
	}
}

@media(max-width:670px) {
	.join1 {
		padding: 35px 0 30px;
	}

	.join1 .swiper-container i {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.join1 .swiper-container .text_box {
		height: 70px;
	}
}

@media(max-width:580px) {
	.join1 .swiper-container {
		padding-top: 25px;
	}

	.join1 .swiper-container h4 {
		margin-bottom: 10px;
	}

	.join1 .swiper-container .text_box {
		height: 95px;
	}

	.join1 .swiper-container .pic_box {
		height: 300px;
	}
}

@media(max-width:420px) {
	.join1 .swiper-container i {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.join1 .swiper-container .text_box {
		height: 110px;
	}
}

@media(max-width:380px) {
	.join1 .swiper-container i {
		font-size: 22px;
	}

	.join1 .swiper-container .text_box {
		height: 120px;
	}
}

@media(max-width:340px) {
	.join1 .swiper-container .text_box {
		height: 130px;
	}
}


/*join2*/
.tit3 {
	text-align: center;
}

.tit3 h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-bottom: 7px;
}

.tit3 h2::after {
	content: "";
	width: 70%;
	height: 20px;
	background-color: #eb5e31;
	position: absolute;
	left: 19%;
	bottom: 0;
	z-index: -1;
}

.join2 {
	background-image: url("../images/join2_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 130px;
}

.join2 .join2_box {
	width: 81%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 95px;
}

.join2 .join2_box .item {
	width: 33%;
	height: 282px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/* border: 1px solid #fff; */
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.join2 .join2_box .item h4 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.join2 .join2_box .item i {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-bottom: 40px;
}

.join2 .join2_box .item:hover {
	background-color: #c85027;
}

@media(max-width:1600px) {
	.join2 {
		padding: 100px 0;
	}

	.join2 .join2_box {
		margin-top: 80px;
	}
}

@media(max-width:1400px) {
	.join2 {
		padding: 80px 0;
	}

	.join2 .join2_box {
		margin-top: 70px;
	}

	.join2 .join2_box {
		width: 100%;
	}

	.join2 .join2_box .item {
		height: 250px;
	}
}

@media(max-width:1300px) {
	.join2 .join2_box .item h4 {
		height: 60px;
	}
}

@media(max-width:1200px) {
	.join2 {
		padding: 70px 0;
	}

	.join2 .join2_box {
		margin-top: 60px;
	}

	.tit3 h2 {
		font-size: 32px;
	}

	.join2 .join2_box .item i {
		width: 50px;
		height: 50px;
		margin-bottom: 30px;
	}

	.join2 .join2_box .item {
		height: 220px;
	}
}

@media(max-width:992px) {
	.join2 {
		padding: 60px 0;
	}

	.join2 .join2_box {
		margin-top: 50px;
	}

	.tit3 h2 {
		font-size: 30px;
	}

	.join2 .join2_box .item {
		height: 200px;
	}

	.join2 .join2_box .item i {
		width: 40px;
		height: 40px;
		margin-bottom: 25px;
	}
}

@media(max-width:768px) {
	.join2 {
		padding: 45px 0;
	}

	.join2 .join2_box {
		margin-top: 40px;
	}

	.tit3 h2 {
		font-size: 26px;
	}

	.tit3 h2::after {
		height: 12px;
	}

	.join2 .join2_box .item {
		height: 180px;
	}

	.join2 .join2_box .item i {
		width: 35px;
		height: 35px;
		margin-bottom: 20px;
	}

	.join2 .join2_box .item h4 {
		font-size: 15px;
	}
}

@media(max-width:660px) {
	.join2 .join2_box {
		margin-top: 30px;
	}

	.tit3 h2 {
		font-size: 23px;
	}

	.join2 .join2_box .item {
		height: 150px;
		padding: 0 20px;
	}

	.join2 .join2_box .item {
		width: 50%;
	}

	.join2 .join2_box .item i {
		width: 30px;
		height: 30px;
		/* margin-bottom: 15px; */
	}

	.join2 .join2_box .item h4 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:580px) {
	.tit3 h2 {
		padding-bottom: 0;
	}
}

@media(max-width:420px) {
	.tit3 h2 {
		font-size: 19px;
	}

	.join2 .join2_box .item {
		height: 150px;
		padding: 0 15px;
	}
}


.join3 {
	padding: 140px 0 150px;
}

.join3 .tit3 h2 {
	color: #333;
}

.join3 .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin: 45px 0 40px;
}

.join3 .pic_box {
	width: 100%;
	/* height: 766px; */
	overflow: hidden;
}

.join3 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:1600px) {
	/* .join3 .pic_box {
		height: 700px;
	} */

	.join3 {
		padding: 100px 0 110px;
	}
}

@media(max-width:1200px) {
	.join3 {
		padding: 80px 0 90px;
	}

	/* .join3 .pic_box {
		height: 620px;
	} */

	.join3 .text_box {
		margin: 35px 0;
	}
}

@media(max-width:992px) {
	.join3 {
		padding: 55px 0 65px;
	}

	/* .join3 .pic_box {
		height: 550px;
	} */

	.join3 .text_box {
		font-size: 15px;
	}

	.join3 .text_box {
		margin: 30px 0;
	}
}

@media(max-width:768px) {
	.join3 {
		padding: 40px 0 50px;
	}

	/* .join3 .pic_box {
		height: 500px;
	} */

	.join3 .text_box {
		font-size: 14px;
		line-height: 26px;
		margin: 15px 0 25px;
	}
}

@media(max-width:580px) {
	.join3 {
		padding: 35px 0 40px;
	}

	/* .join3 .pic_box {
		height: 450px;
	} */
}

@media(max-width:420px) {
	/* .join3 .pic_box {
		height: 400px;
	} */
}


.join4 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/join4_bg.jpg");
	padding: 160px 0 140px;
}

.join4 .left_box {
	float: left;
}

.join4 .text_box {
	float: right;
	width: 590px;
}

.join4 .left_box strong {
	font-size: 60px;
	color: #fff;
	display: inline-block;
	margin: 110px 0 60px;
}

.join4 .left_box h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
}

.join4 .left_box p {
	font-size: 18px;
	color: #fff;
}

.join4 .left_box p a {
	font-size: 36px;
	font-weight: bold;
}

.join4 .left_box p:nth-child(3) {
	margin-bottom: 100px;
}

.join4 .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #fff;

}

.join4 .text_box p {
	position: relative;
	padding-left: 80px;
	margin-bottom: 25px;
}

.join4 .text_box p:last-child {
	margin-bottom: 0;
}

.join4 .text_box p::before {
	content: "";
	font-size: 16px;
	color: #d74522;
	width: 60px;
	height: 44px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
	background-image: url("../images/join4.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding-left: 17px;
	padding-top: 8px;
}

.join4 .text_box p:nth-child(1)::before {
	content: "1";
}

.join4 .text_box p:nth-child(2)::before {
	content: "2";
}

.join4 .text_box p:nth-child(3)::before {
	content: "3";
}

.join4 .text_box p:nth-child(4)::before {
	content: "4";
}

.join4 .text_box p:nth-child(5)::before {
	content: "5";
}

.join4 .text_box p:nth-child(6)::before {
	content: "6";
}

.join4 .text_box p:nth-child(7)::before {
	content: "7";
}

.join4 .text_box p:nth-child(8)::before {
	content: "8";
}

@media(max-width:1600px) {
	.join4 {
		padding: 120px 0 100px;
	}
}

@media(max-width:1500px) {
	.join4 {
		padding: 100px 0 90px;
	}

	.join4 .left_box {
		margin-left: 5%;
	}

	.join4 .left_box strong {
		font-size: 45px;
		margin: 80px 0 50px;
	}

	.join4 .left_box h2 {
		font-size: 32px;
	}

	.join4 .left_box p:nth-child(3) {
		margin-bottom: 80px;
	}

	.join4 .left_box p a {
		font-size: 32px;
	}

	.join4 .text_box p::before {
		width: 50px;
		height: 40px;
		padding-left: 14px;
		padding-top: 6px;
		top: -5px;
	}

	.join4 .text_box p {
		padding-left: 60px;
	}
}

@media(max-width:1200px) {
	.join4 {
		padding: 90px 0 80px;
	}

	.join4 .text_box p {
		margin-bottom: 15px;
	}

	.join4 .text_box {
		font-size: 15px;
		width: 560px;
	}

	.join4 .left_box strong {
		font-size: 36px;
		margin: 60px 0 50px;
	}

	.join4 .left_box h2 {
		font-size: 28px;
	}

	.join4 .left_box p:nth-child(3) {
		margin-bottom: 60px;
	}

	.join4 .left_box p a {
		font-size: 28px;
	}
}


@media(max-width:992px) {
	.join4 {
		padding: 60px 0 50px;
		background-position: left bottom;
	}

	.join4 .left_box strong {
		display: none;
	}

	.join4 .left_box,
	.join4 .text_box {
		float: none;
	}

	.join4 .left_box {
		width: 100%;
		margin: 0;
		text-align: center;
		margin-bottom: 40px;
	}

	.join4 .text_box {
		width: 100%;
	}

	.join4 .left_box p:nth-child(3) {
		margin-bottom: 6px;
	}

	.join4 .left_box p {
		font-size: 15px;
	}

	.join4 .left_box p a {
		font-size: 20px;
	}

	.join4 .left_box h2 {
		font-size: 26px;
	}
}

@media(max-width:768px) {
	.join4 {
		padding: 50px 0 40px;
	}

	.join4 .left_box {
		margin-bottom: 30px;
	}

	.join4 .text_box p::before {
		width: 40px;
		height: 30px;
		padding-left: 10px;
		padding-top: 0;
		top: 0;
		font-size: 15px;
	}

	.join4 .text_box p {
		margin-bottom: 8px;
	}
}

@media(max-width:480px) {
	.join4 {
		padding: 40px 0 35px;
	}

	.join4 .left_box h2 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.join4 .left_box p:nth-child(3) {
		margin-bottom: 3px;
	}

	.join4 .left_box p a {
		font-size: 16px;
	}

	.join4 .left_box p {
		font-size: 14px;
	}

	.join4 .text_box p {
		padding-left: 45px;
	}

	.join4 .text_box p::before {
		width: 35px;
		height: 28px;
		padding-left: 8px;
		padding-top: 0;
		top: 0;
	}
}



.join5 {
	width: 100%;
	height: 1350px;
	background-image: url("../images/join5_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 125px;
}

.join5 .tit3 h2 {
	color: #333;
}

.join5 .tit3 {
	margin-bottom: 90px;
}

.join5 .join5_box {
	width: 1210px;
	margin: 0 auto;
}

.join5 .join5_box .item>div {
	width: 142px;
	height: 142px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.join5 .join5_box .item {
	float: left;
	margin-right: 120px;
	margin-bottom: 45px;
}

.join5 .join5_box .item:last-child,
.join5 .join5_box .item:nth-child(5) {
	margin-right: 0;
}

.join5 .join5_box .item:nth-child(6) {
	margin-left: 270px;
}

.join5 .join5_box .item>div::after {
	content: "";
	width: 27px;
	height: 18px;
	position: absolute;
	right: -70px;
	top: 40%;
	display: inline-block;
	background-image: url("../images/join5_right.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.join5 .join5_box .item:last-child>div::after,
.join5 .join5_box .item:nth-child(5)>div::after {
	display: none;
}

.join5 .join5_box .item>div h4 {
	font-size: 15px;
	color: #666;
	text-align: center;
}

.join5 .join5_box .item>div em {
	display: inline-block;
	width: 55px;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 18px;
}

/* .join5 .join5_box .item:nth-child(1)>div em {
	background-image: url(../images/join5_1.png);
}

.join5 .join5_box .item:nth-child(2)>div em {
	background-image: url(../images/join5_2.png);
}

.join5 .join5_box .item:nth-child(3)>div em {
	background-image: url(../images/join5_3.png);
}

.join5 .join5_box .item:nth-child(4)>div em {
	background-image: url(../images/join5_4.png);
}

.join5 .join5_box .item:nth-child(5)>div em {
	background-image: url(../images/join5_5.png);
}

.join5 .join5_box .item:nth-child(6)>div em {
	background-image: url(../images/join5_6.png);
}

.join5 .join5_box .item:nth-child(7)>div em {
	background-image: url(../images/join5_7.png);
}

.join5 .join5_box .item:nth-child(8)>div em {
	background-image: url(../images/join5_8.png);
} */

.join5 .join5_box .item>div:hover {
	background: #eb5e31;
}

.join5 .join5_box .item>div:hover h4 {
	color: #fff;
}

.join5 .join5_box .item:nth-child(1)>div:hover em {
	background-image: url("../images/join5_11.png") !important;
}

.join5 .join5_box .item:nth-child(2)>div:hover em {
	background-image: url("../images/join5_22.png") !important;
}

.join5 .join5_box .item:nth-child(3)>div:hover em {
	background-image: url("../images/join5_33.png") !important;
}

.join5 .join5_box .item:nth-child(4)>div:hover em {
	background-image: url("../images/join5_44.png") !important;
}

.join5 .join5_box .item:nth-child(5)>div:hover em {
	background-image: url("../images/join5_55.png") !important;
}

.join5 .join5_box .item:nth-child(6)>div:hover em {
	background-image: url("../images/join5_66.png") !important;
}

.join5 .join5_box .item:nth-child(7)>div:hover em {
	background-image: url("../images/join5_77.png") !important;
}

.join5 .join5_box .item:nth-child(8)>div:hover em {
	background-image: url("../images/join5_88.png") !important;
}


@media(max-width:1600px) {
	.join5 {
		padding-top: 100px;
		height: 900px;
	}

}

@media(max-width:1500px) {
	.join5 {
		padding-top: 90px;
		height: 850px;
	}

	.join5 .tit3 {
		margin-bottom: 70px;
	}

	.join5 .join5_box .item>div em {
		width: 50px;
		height: 50px;
		margin-bottom: 12px;
	}

	.join5 .join5_box .item>div {
		width: 130px;
		height: 130px;
	}
}

@media(max-width:1300px) {
	.join5 {
		padding-top: 80px;
		height: 700px;
	}

	.join5 .tit3 {
		margin-bottom: 60px;
	}

	.join5 .join5_box {
		width: 80%;
	}

	.join5 .join5_box .item {
		margin-right: 13%;
		margin-right: 0;
		width: 28.2%;
	}

	.join5 .join5_box .item>div::after {
		right: -55%;
	}

	/* .join5 .join5_box .item:nth-child(4) {
		margin-right: 0;
	} */

	.join5 .join5_box .item:nth-child(4)>div::after {
		display: none;
	}

	/* .join5 .join5_box .item:nth-child(5) {
		margin-right: 13%;
	} */

	.join5 .join5_box .item:nth-child(5)>div::after {
		display: inline-block;
	}

	.join5 .join5_box .item:nth-child(6) {
		margin-left: 0;
	}

	.join5 .join5_box .item:nth-child(4n) {
		width: 15%;
	}
}

@media(max-width:1100px) {
	.join5 {
		padding-top: 70px;
		height: 650px;
	}

	.join5 .tit3 {
		margin-bottom: 55px;
	}

	.join5 .join5_box .item>div::after {
		right: -65%;
	}

	.join5 .join5_box {
		width: 96%;
	}
}

@media(max-width:992px) {
	.join5 {
		padding-top: 60px;
	}

	.join5 .tit3 {
		margin-bottom: 45px;
	}

	.join5 .join5_box .item>div {
		width: 120px;
		height: 120px;
	}

	.join5 .join5_box .item>div em {
		width: 40px;
		height: 40px;
	}

	.join5 .join5_box .item>div h4 {
		font-size: 15px;
	}
}

@media(max-width:850px) {
	.join5 .join5_box .item>div::after {
		right: -50%;
	}
}

@media(max-width:768px) {
	.join5 {
		padding-top: 50px;
	}

	/* .join5 .tit3 {
		margin-bottom: 35px;
	} */

	.join5 .join5_box {
		width: 100%;
	}

	.join5 .join5_box .item {
		width: 27.5%;
	}

	.join5 .join5_box .item>div {
		width: 110px;
		height: 110px;
	}

	.join5 .join5_box .item>div em {
		width: 35px;
		height: 35px;
	}

	.join5 .join5_box .item>div h4 {
		font-size: 14px;
	}
}

@media(max-width:680px) {

	.join5 .join5_box .item>div::after {
		right: -41%;
	}
}

@media(max-width:640px) {
	.join5 {
		padding-top: 40px;
	}

	.join5 .join5_box .item {
		width: 33%;
	}

	.join5 .join5_box .item:nth-child(4n) {
		width: 33%;
	}

	.join5 .join5_box .item:nth-child(4)>div::after {
		display: inline-block;
	}
}

@media(max-width:580px) {
	.join5 .join5_box .item>div::after {
		right: -28%;
		width: 20px;
		height: 14px;
	}
}

@media(max-width:480px) {
	.join5 {
		height: 720px;
		background-image: url("../images/join5_bg2.jpg");
	}

	.join5 .join5_box .item>div em {
		width: 30px;
		height: 30px;
	}

	.join5 .join5_box .item>div::after {
		right: -75%;
	}

	.join5 .join5_box .item,
	.join5 .join5_box .item:nth-child(4n) {
		width: 50%;
		padding-left: 8%;
		box-sizing: border-box;
	}

	.join5 .join5_box .item:nth-child(2n) {
		padding-right: 8%;
		padding-left: 0;
	}

	.join5 .join5_box .item:nth-child(2n)>div::after {
		display: none;
	}

	.join5 .join5_box .item:nth-child(2n)>div {
		float: right;
		/* margin-right: 24%; */
	}

	.join5 .join5_box .item>div {
		width: 100px;
		height: 100px;
	}

	.join5 .join5_box .item>div h4 {
		font-size: 13px;
	}
}

@media(max-width:420px) {
	.join5 .join5_box .item>div::after {
		right: -65%;
	}
}

@media(max-width:390px) {
	.join5 .join5_box .item>div::after {
		right: -55%;
	}
}

@media(max-width:360px) {
	.join5 .join5_box .item {
		padding: 0 !important;
	}

	/* .join5 .join5_box .item:nth-child(2n){
		padding-right: 8%;
		padding-left: 0;
	} */
}


.join6 {
	margin: 120px 0 100px;
}

.join6_box {
	background: #f8f8f8;
	padding-top: 80px;
	padding-bottom: 70px;
}

.join6_text {
	float: left;
	margin-left: 4%;
}

.join6_form {
	float: right;
}

.join6_text p:nth-child(1) {
	font-size: 16px;
	color: #444444;
	margin-bottom: 15px;
}

.join6_text p:nth-child(2) {
	font-size: 36px;
	color: #444;
	margin-bottom: 60px;
}

.join6_text p:nth-child(3) {
	font-size: 20px;
	padding-left: 30px;
	margin-bottom: 22px;
	position: relative;
}

.join6_text p:nth-child(4) {
	font-size: 48px;
	color: #e25b38;
	margin-bottom: 60px;
}

.join6_text p:nth-child(5),
.join6_text p:nth-child(6) {
	font-size: 15px;
	line-height: 30px;
	color: #666;
}

.join6_text p:nth-child(3)::after {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/phone.png");
}

.join6_form {
	width: 600px;
	margin-right: 10%;
}

.join6_form .form1,
.join6_form .form2 {
	margin-bottom: 20px;
}

.join6_form .form1 input {
	width: 46%;
	height: 46px;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	line-height: 46px;
	margin-right: 7%;
	box-sizing: border-box;
	padding-left: 18px;
	color: #666666;
}

.join6_form .form1 input:last-child {
	margin-right: 0;
}

.join6_form .form2 p {
	width: 46%;
	height: 46px;
	background: #fff;
	border-radius: 6px;
	line-height: 46px;
	margin-right: 7%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 35px;
}

.join6_form .form2 select {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #666;
	font-size: 16px;
}

.join6_form .form2 p:last-child {
	margin-right: 0;
}

.join6_form textarea {
	width: 100%;
	height: 103px;
	box-sizing: border-box;
	border-radius: 6px;
	color: #666;
	font-size: 16px;
	/* line-height: 36px; */
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}

.join6_form .formbtn img {
	width: 30%;
	height: 46px;
	float: left;
	cursor: pointer;
}

.join6_form .formbtn input {
	width: 30%;
	height: 46px;
	background: #fff;
	color: #666;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 18px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.join6_form .formbtn input.submit {
	padding-left: 0;
	width: 100%;
	background: #22242e;
	color: #fff;
	margin: 0;
}

.join6_form .formbtn input.submit:hover {
	background: #e25b38;
}

@media(max-width:1500px) {
	.join6 {
		margin: 100px 0 90px;
	}

	.join6_form {
		margin-right: 4%;
	}

	.join6_text p:nth-child(2) {
		font-size: 32px;
	}

	.join6_text p:nth-child(4) {
		font-size: 40px;
	}
}

@media(max-width:1200px) {
	.join6 {
		margin: 80px 0 70px;
	}

	.join6_box {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.join6_form {
		margin-right: 2%;
	}

	.join6_text {
		margin-left: 2%;
	}

	.join6_form .form1 input,
	.join6_form .form2 select,
	.join6_form textarea,
	.join6_form .formbtn input {
		font-size: 15px;
	}

	.join6_text p:nth-child(2) {
		font-size: 30px;
	}

	.join6_text p:nth-child(4) {
		font-size: 34px;
	}
}

@media(max-width:992px) {
	.join6 {
		margin: 55px 0;
	}

	.join6_box {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.join6_form {
		margin-right: 0;
		width: 57%;
	}

	.join6_text {
		margin-left: 0;
		width: 39%;
	}

	.join6_form .form1 input,
	.join6_form .form2 p {
		margin-right: 3%;
		width: 48%;
	}

	.join6_text p:nth-child(1) {
		margin-bottom: 10px;
	}

	.join6_text p:nth-child(2) {
		font-size: 26px;
		margin-bottom: 35px;
	}

	.join6_text p:nth-child(4) {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.join6_text p:nth-child(3) {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.join6_text p:nth-child(3)::after {
		top: 0;
	}

	.join6_form .form1 input,
	.join6_form .form2 select,
	.join6_form .formbtn input,
	.join6_form .formbtn img {
		height: 42px;
		line-height: 42px;
	}
}

@media(max-width:768px) {
	.join6 {
		margin: 45px 0;
	}

	.join6_box {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.join6_text,
	.join6_form {
		float: none;
		width: 100%;
	}

	.join6_text p:nth-child(1) {
		display: none;
	}

	.join6_text {
		text-align: center;
		margin-bottom: 35px;
	}

	.join6_text p:nth-child(2) {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.join6_text p:nth-child(4),
	.join6_text p:nth-child(3) {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.join6_text p:nth-child(5),
	.join6_text p:nth-child(6) {
		line-height: 26px;
	}

	.join6_form .form1 input,
	.join6_form .form2 select,
	.join6_form .formbtn input,
	.join6_form .formbtn img {
		height: 38px;
		line-height: 38px;
	}
}

@media(max-width:580px) {

	.join6_form .form1 input,
	.join6_form .form2 p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.join6_form .form1,
	.join6_form .form2 {
		margin-bottom: 0;
	}

	.join6_form textarea {
		margin-bottom: 15px;
	}
}

@media(max-width:480px) {
	.join6 {
		margin: 45px 0;
	}

	.join6_form .form1 input,
	.join6_form .form2 select,
	.join6_form textarea,
	.join6_form .formbtn input {
		font-size: 14px;
	}

	.join6_text {
		margin-bottom: 25px;
	}
}


/*contact*/
.contact {
	padding-top: 60px;
	padding-bottom: 110px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	text-align: center;
}

.contact h2 {
	margin: 8px 0 60px;
	font-size: 28px;
	text-align: center;
}

.way {
	padding: 60px 0 50px;
	margin-bottom: 74px;
	background-color: #fff;
}

.way .item {
	box-sizing: border-box;
	width: 100%;
	/* height: 180px; */
	/* height: 190px; */
	border-right: 1px solid #ececec;
	color: #999;
	text-align: center;
	padding: 0 15px;
	padding-top: 15px;
}

.way .swiper-slide:last-child .item {
	border-right-width: 0;
	padding-top: 0;
}

.way .item em {
	width: 48px;
	height: 48px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.way .item:hover em {
	transform: translate(0, -15px);
}

.way .item h4 {
	margin: 30px 0 20px;
	color: #333;
}

.way .item p {
	/* max-width: 270px; */
	line-height: 24px;
	font-size: 16px;
}

.way .item .pic_box {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

.way .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.way .swiper-slide:last-child .item h4 {
	margin: 0;
	font-size: 16px;
}



@media (max-width:1500px) {
	.contact {
		padding-top: 55px;
		padding-bottom: 90px;
	}

	.contact h2 {
		margin: 6px 0 55px;
	}

	.way {
		padding: 50px 0;
		margin-bottom: 55px;
	}
}

@media (max-width:1200px) {
	.contact {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.contact h2 {
		margin: 6px 0 50px;
		font-size: 24px;
	}

	.way {
		padding: 45px 0;
		margin-bottom: 50px;
	}

	.way .item {
		padding-top: 15px;
	}

	.way .swiper-slide:last-child .item {
		padding-top: 0;
	}
}

@media (max-width:991px) {
	.contact {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.contact h2 {
		margin: 6px 0 40px;
		font-size: 22px;
	}

	.way {
		padding: 40px 0;
		margin-bottom: 40px;
	}
}

@media (max-width:768px) {
	.contact {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	.contact h2 {
		margin: 4px 0 35px;
		font-size: 20px;
	}

	.contact .ens {
		font-size: 14px;
	}

	.way {
		padding: 30px 0;
		margin-bottom: 35px;
	}

	/* .way .item {
		height: 155px;
	} */

	.way .item h4 {
		margin: 24px 0 14px;
	}

	.way .item p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width:480px) {
	.contact {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contact h2 {
		margin: 4px 0 25px;
	}

	.way {
		padding: 30px 0;
	}

	.way .item .pic_box {
		width: 100px;
		height: 100px;
	}
}

@media (max-width:375px) {
	.way .item {
		border-right-width: 0;
	}
}

/* mess */
.mess {
	padding: 70px 140px 50px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.mess .tleft {
	width: 46%;
	padding-top: 40px;
	text-align: left;
}

.mess .tleft .en {
	font-size: 42px;
	color: #0e0909;
	font-weight: bold;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.mess .tleft .en::after {
	content: "";
	width: 65%;
	height: 18px;
	background-color: #e25b38;
	position: absolute;
	left: 15%;
	bottom: 0;
	z-index: -1;
}

.mess .tleft h3 {
	font-size: 30px;
	line-height: 40px;
	color: #213725;
}

.mess .tleft em {
	font-size: 20px;
	color: #d6d6d6;
	vertical-align: 6px;
}

.mess .tleft .textp {
	margin-top: 25px;
	line-height: 40px;
	color: #999;
}

.rform {
	width: 52%;
	max-width: 560px;
}

.rform input,
.rform textarea {
	font-size: 14px;
}

.rform .flexbet {
	margin-bottom: 16px;
}

.rform .flexbet input {
	padding-left: 4%;
	width: 100%;
	height: 42px;
	margin-bottom: 15px;
	background-color: #f4f6f8;
	box-sizing: border-box;
}

.rform textarea {
	width: 100%;
	height: 150px;
	padding: 12px 3% 0 4%;
	background-color: #f4f6f8;
	font-family: Arial, "微软雅黑";
	box-sizing: border-box;
}

.rform .sbtn {
	display: flex;
	justify-content: flex-end;
}

.rform .sbtn div {
	width: 132px;
	margin: 0 5px;
}

.rform .sbtn .pic,
.rform .sbtn .f4,
.rform .sbtn .apply {
	height: 42px;
}

.rform .sbtn .pic {
	background-color: transparent;
	cursor: pointer;
}

.rform .sbtn .f4 {
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
	background-color: #f8f8f8;
}

.rform .sbtn .apply {
	cursor: pointer;
	width: 100%;
	background-color: #414141;
	color: #fff;
}

.rform .sbtn .apply:hover {
	background-color: #e25b38;
}


@media (max-width:1500px) {
	.mess {
		padding: 60px 100px 50px;
	}

	.mess .tleft .en {
		font-size: 40px;
	}

	.mess .tleft h3 {
		font-size: 28px;
	}
}

@media (max-width:1200px) {
	.mess {
		padding: 50px 50px;
	}

	.mess .tleft .en {
		font-size: 36px;
	}

	.mess .tleft h3 {
		font-size: 26px;
	}
}

@media (max-width:991px) {
	.mess {
		padding: 40px 20px;
	}

	.mess .tleft .en {
		font-size: 32px;
	}

	.mess .tleft h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.mess .tleft em {
		vertical-align: 4px;
	}

	.rform .flexbet input {
		height: 38px;
		/* margin-bottom: 12px; */
	}

	.rform textarea {
		height: 120px;
	}

	.rform .sbtn {
		flex-wrap: wrap;
	}

	.rform .sbtn div {
		width: 46%;
		text-align: right;
	}

	.rform .sbtn .pic,
	.rform .sbtn .f4,
	.rform .sbtn .apply {
		height: 38px;
	}

	.rform .sbtn .apply {
		margin-top: 15px;
	}

	.mess .tleft {
		padding-top: 0;
	}
}

@media (max-width:767px) {
	.mess .tleft .en {
		font-size: 26px;
	}

	.mess .tleft h3 {
		font-size: 22px;
	}

	.rform textarea {
		height: 100px;
	}
}

@media (max-width:640px) {
	.mess {
		padding: 30px 15px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.mess .tleft {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 0px;
		text-align: center;
	}

	.mess .tleft .en {
		font-size: 23px;
	}

	.mess .tleft h3 {
		font-size: 20px;
	}

	.mess .tleft em,
	.mess .tleft .textp {
		display: none;
	}

	.rform {
		width: 100%;
	}

	.rform .flexbet input {
		/* margin-bottom: 10px; */
	}

	.rform textarea {
		height: 100px;
	}

	.rform .sbtn {
		justify-content: center;
	}

	.rform .sbtn div {
		text-align: center;
	}
}

@media (max-width:480px) {
	.rform {
		width: 100%;
	}

	.mess .tleft {
		margin-bottom: 20px;
	}

	.mess .tleft .en {
		font-size: 20px;
	}

	.mess .tleft h3 {
		font-size: 18px;
	}

	/* .rform .sbtn .pic {
		width: 100%;
	} */

	/* .rform .sbtn .f4 {
		margin-top: 15px;
	} */
}


/*video*/
.video_box {
	background: #f5f5f5;
	padding: 90px 0 75px;
}

.video_box .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video_box .list .item {
	width: 47%;
	margin-bottom: 80px;
}

.video_box .list .item .pic_box {
	width: 100%;
	height: 452px;
	overflow: hidden;
}

.video_box .list .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_box .list .item p {
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	padding-left: 40px;
	color: #333;
	background-color: #fff;
	position: relative;
}

.video_box .list .item p::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/video_play2.png");
	top: 28%;
	right: 55px;
}

.video_box .list .item:hover p {
	color: #fff;
	background-color: #eb5c2b;
}

.video_box .list .item:hover p::after {
	background-image: url("../images/video_play.png");
}

@media(max-width:1500px) {
	.video_box {
		padding: 80px 0 70px;
	}
}

@media(max-width:1200px) {
	.video_box {
		padding: 70px 0 60px;
	}

	.video_box .list .item .pic_box {
		height: 400px;
	}

	.video_box .list .item p {
		height: 70px;
		line-height: 70px;
	}

	.video_box .list .item {
		margin-bottom: 60px;
	}
}

@media(max-width:992px) {
	.video_box {
		padding: 50px 0;
	}

	.video_box .list .item .pic_box {
		height: 350px;
	}

	.video_box .list .item p {
		height: 60px;
		line-height: 60px;
	}

	.video_box .list .item p::after {
		width: 30px;
		height: 30px;
	}

	.video_box .list .item {
		margin-bottom: 50px;
	}
}

@media(max-width:768px) {
	.video_box {
		padding: 45px 0 35px;
	}

	.video_box .list .item {
		width: 100%;
	}

	.video_box .list .item {
		margin-bottom: 40px;
	}

	.video_box .list .item p::after {
		width: 25px;
		height: 25px;
	}

}

@media(max-width:480px) {
	.video_box .list .item .pic_box {
		height: 300px;
	}
}



/* pro */
/* pc端pronav */
.pronav {
	margin: 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.pronav .list {
	display: flex;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.pronav .list span {
	flex: 0 0 60px;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 18px;
	color: #666;
}

.pronav .list ul {}

.pronav .list li {
	position: relative;
	float: left;
	padding: 0 25px;
	line-height: 30px;
	font-size: 16px;
}

.pronav .list li:first-child::after {
	content: ">";
	position: absolute;
	top: 0px;
	right: -3px;
	color: #666;
}

.pronav .list li.on,
.pronav .list li:hover {
	color: #c7000c;
}

@media (max-width:1200px) {
	.pronav {
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.pronav {
		display: none;
	}
}

/*mb*/
.pullbtn {
	text-align: right;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.pullbtn em {
	display: inline-block;
	text-align: center;
	width: 13px;
}

.pronav_mb {
	padding: 30px 0;
}

.pronav_mb .list {
	padding-bottom: 10px;
}

.pronav_mb .list h4 {
	height: 40px;
	line-height: 40px;
	background: #ea5421;
	color: #fff;
	font-size: 15px;
	padding: 0 15px;
}

.pronav_mb .list ul {
	padding: 10px 0 10px 10px;
	border: 1px solid #ea5421;
	display: block;
}

.pronav_mb .list ul li {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	padding: 0 15px;
	float: left;
	margin: 4px 10px 4px 0;
	border-radius: 4px;
}

.pronav_mb .size ul li {
	/* padding: 0;
	margin: 0; */
}

.pronav_mb .list ul li:active,
.pronav_mb .list ul li.on {
	background: #ea5421;
	color: #fff;
}

.pronav_mb .list ul li a {
	display: block;
}

@media (max-width:768px) {
	.pronav_mb {
		padding: 20px 0 30px;
		display: block !important;
	}
}

@media (max-width:480px) {
	.pullbtn {
		font-size: 16px;
	}

	.pronav_mb .list ul li {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}

	.pronav_mb .list h4 {
		height: 35px;
		line-height: 35px;
	}
}


.pro {
	background: #fff;
	padding-bottom: 70px;
}

.pro .pro_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
	align-items: center;
	padding-top: 100px;
}

.pro .pro_box::after {
	content: "";
	
}

.pro .pro_box .item {
	margin-bottom: 65px;
	margin-right:50px;
	width: calc((100% - 50px) / 2);
	 
}

.pro .pro_box .item.item1 {
	margin-bottom: 65px;
	margin-right:30px;
	width: calc((100% - 90px) / 4);
	 
}
.pro .pro_box .item:nth-child(2n){
	margin-right:0
}

.pro .pro_box .item.item1:nth-child(2n){
	margin-right:30px;
}
.pro .pro_box .item.item1:nth-child(4n){
	margin-right:0
}


.pro .pro_box .item .img_box {
	overflow: hidden;
	background-color: #f5f5f5;
	transition: all .3s ease-in-out;
	position: relative;
}

.pro .pro_box .item .img_box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: all .5s ease-in-out;
}

.pro .pro_box .item .img_box img {
	transition: all .4s ease-in-out;
}

/* .pro .pro_box .item .img_box:hover img {
	opacity: 0;
} */

.pro .pro_box .item .img_box:hover .mask {
	opacity: 0;
}


.pro .pro_box .item .text {
	padding: 35px 0 25px 15px;
	/* border-bottom: 1px solid #eee; */
}


.pro .pro_box .item h4 {
	font-size: 18px;
	color: #666;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro .pro_box .item:hover h4 {
	color: #ea5523;
}

.pro .pro_box .item p {
	font-size: 16px;
	color: #999;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




@media(max-width:1300px) {
	.pro .pro_box {
		padding-top: 60px;
		justify-content: space-between;
	}

	

	.pro .pro_box .item .text {
		padding-top: 25px;
	}
}



@media(max-width:992px) {
	.pro {
		padding-bottom: 50px;
	}

	.pro .pro_box {
		padding-top: 50px;
	}

	.pro .pro_box .item {
		
		margin-bottom: 45px;
	}


	.pro .pro_box .item .text {
		padding-top: 20px;
		/* padding-bottom: 15px; */
	}

	.pro .pro_box .item h4 {
		font-size: 16px;
	}
}



@media(max-width:768px) {
	
	.pro .pro_box .item h4 {
		margin-bottom: 5px;
	}

	.pro .pro_box .item p {
		font-size: 14px;
	}
}

@media(max-width:680px) {
	.pro .pro_box .item {
		
		margin-bottom: 35px;
	}

.pro .pro_box {
    padding-top: 20px;
}
	.pro .pro_box .item .text {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 8px;
	}
	.pro .pro_box .item {
    margin-bottom: 0px;
    margin-right:20px;
	width: calc((100% - 20px) / 2);
    }
	.pro .pro_box .item.item1 {
    margin-bottom: 0px;
    margin-right:20px;
	width: calc((100% - 20px) / 2);
    }
	.pro .pro_box .item2 {
     width:100%;
    }
	.pro .pro_box .item2 img{
     width:100%;
    }
	.pro .pro_box .item2 p {
	line-height:25px; text-align:left; margin:10px 0;
    }
	
	.pro .pro_box .item.item1:nth-child(2n){
	margin-right:0px;
}
}



@media(max-width:480px) {
	.pro .pro_box .item h4 {
		font-size: 15px;
	}

}


/*prov*/

.prov {
	margin-top: 100px;
	padding: 75px 0;
	background: #f5f5f5;
}

.prov_slide {
	width: 550px;
	float: left;
	position: relative;
}

.prov_slide .mainSlide {
	padding-bottom: 45px;
}

.prov_slide .mainSlide .img_box {
	width: 550px;
	height: 550px;
	background: #fff;
}

.prov_slide .mainSlide .swiper-scrollbar {
	height: 1px;
}

.prov_slide .mainSlide .swiper-scrollbar-drag {
	margin-top: -1px;
	height: 3px;
	background: #ea5421;
}

.prov_slide .slide_btn {
	height: 550px;
	position: absolute;
	right: -130px;
	top: 0;
}

.prov_slide .swiper-container {
	height: 550px;
}

.prov_slide .slide_btn .img_box {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
	background: #fff;
}

.prov_slide .slide_btn .swiper-slide-thumb-active .img_box {
	border: 1px solid #ea5421;
}

.prov_slide .slide_btn .img_box {
	width: 100px;
	height: 100px;
}


.prov .text_box {
	width: 50%;
	float: right;
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.prov .text_box h2 {
	font-size: 36px;
	color: #333;
	padding-bottom: 80px;
}

.prov .text_box p {
	padding-bottom: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	width: 700px;
}

.prov .text_box ul {
	padding: 25px 0;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.prov .text_box li {
	float: left;
	width: 39%;
	line-height: 48px;
}

/* .prov .text_box li:last-child{
	width: 100%;
} */

.prov .text_box li em {
	color: #999;
}

.prov .text_box .link_a {
	margin-top: 65px;
}

.prov .text_box .link_a a {
	display: inline-block;
	margin-right: 12px;
	padding: 0 40px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #fff;
}

.prov .text_box .link_a a:hover {
	background: #ea5421;
	color: #fff;
}

.prov .text_box .link_a a:last-of-type {
	margin-right: 0;
}

.prov .text_box .link_a .black {
	background-color: #ea5421;
	color: #fff;
}

.prov .pro_code {
	width: 383px;
	height: 140px;
	border: 1px solid #d2d2d2;
	margin-top: 45px;
}

.prov .pro_code .pic_box {
	float: left;
	width: 112px;
	height: 112px;
	padding: 14px 22px;
	border-right: 1px solid #d2d2d2;
}

.prov .pro_code .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.prov .pro_code .text {
	float: left;
	padding-top: 40px;
	padding-left: 24px;
}

.prov .pro_code .text span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media (max-width:1500px) {
	/* .prov {
		padding: 0px 15px 45px;
	} */

	.prov_slide {
		width: 500px;
	}

	.prov_slide .mainSlide .img_box {
		width: 500px;
		height: 500px;
	}

	.prov_slide .slide_btn,
	.prov_slide .swiper-container {
		height: 500px;
	}

	.prov_slide .slide_btn {
		right: -110px;
	}

	.prov_slide .slide_btn .img_box {
		width: 90px;
		height: 90px;
	}

	.prov .text_box p {
		width: 630px;
	}
}

@media(max-width:1300px) {
	.prov .text_box {
		width: 45%;
	}

	.prov .text_box p {
		width: 500px;
	}

	.prov .text_box h2 {
		padding-bottom: 60px;
	}

	.prov .text_box .link_a {
		margin-top: 50px;
	}
}

@media (max-width:1200px) {
	.prov_slide {
		width: 450px;
	}

	.prov_slide .mainSlide .img_box {
		width: 450px;
		height: 450px;
	}

	.prov_slide .slide_btn,
	.prov_slide .swiper-container {
		height: 450px;
	}

	.prov_slide .slide_btn {
		right: -100px;
	}

	.prov_slide .slide_btn .img_box {
		width: 80px;
		height: 80px;
	}

	.prov .text_box {
		width: 41%;
	}

	.prov .text_box li {
		line-height: 40px;
		width: 50%;
	}

	/* .prov .text_box li:last-child{
		width: 100%;
	} */

	.prov .text_box .link_a a {
		padding: 0 20px;
		line-height: 40px;
	}

	.prov .text_box p {
		width: 400px;
	}
}

@media (max-width:991px) {
	.prov {
		padding: 40px 0;
	}

	.prov_slide {
		width: 320px;
	}

	.prov_slide .mainSlide .img_box {
		width: 340px;
		height: 340px;
	}

	.prov_slide .slide_btn,
	.prov_slide .swiper-container {
		height: 340px;
	}

	.prov_slide .slide_btn {
		right: -70px;
	}

	.prov_slide .slide_btn .img_box {
		width: 55px;
		height: 55px;
	}

	.prov .text_box {
		width: 45%;
	}

	.prov .text_box h2 {
		padding-bottom: 30px;
		font-size: 28px;
	}

	.prov .text_box li {
		line-height: 30px;
	}

	.prov .text_box .link_a {
		margin-top: 30px;
	}

	.prov .text_box .link_a a {
		margin: 5px 3px 5px 0;
		padding: 0 15px;
		line-height: 40px;
		font-size: 15px;
	}

	.prov .text_box p {
		width: 340px;
	}

	.prov .pro_code {
		display: none;
	}
}

@media (max-width:768px) {

	/* .prov {
		padding: 0px 15px 30px;
	} */
	.prov_slide .slide_btn,
	.prov_slide .swiper-container {
		height: 500px;
	}

	.prov_slide {
		float: none;
		display: block;
		margin: 0 auto;
		width: auto;
		width: 500px;
		margin-bottom: 30px;
	}

	.prov_slide .mainSlide .img_box {
		width: 500px;
		height: 500px;
	}

	.prov_slide .slide_btn {
		display: none;
	}

	.prov .text_box {
		float: none;
		display: block;
		width: auto;
	}

	.prov .text_box p {
		width: 100%;
	}

	/* .prov .text_box {
		padding: 20px 15px;
		height: auto;
	} */

	.prov .text_box .link_a a {
		font-size: 14px;
	}
}

@media(max-width:580px) {

	.prov_slide .slide_btn,
	.prov_slide .swiper-container {
		height: 380px;
	}
  .prov_slide .swiper-container {
    padding-bottom: 0;
  }

	.prov_slide {
		width: 380px;
	}

	.prov_slide .mainSlide .img_box {
		width: 380px;
		height: 380px;
	}
  .prov{padding-bottom: 0;}
  .prov .text_box .link_a{display: none;}
  .prov .text_box ul{border-bottom: 0;}
}

@media (max-width:480px) {
	.prov .text_box h2 {
		font-size: 22px;
	}

	.prov .text_box ul {
		padding: 10px 0;
	}

	.prov .text_box h2 {
		padding-bottom: 20px;
	}

	.prov .text_box .link_a {
		margin-top: 20px;
	}
}

@media (max-width:420px) {
	.prov_slide {
		width: 300px;
	}

	.prov_slide .slide_btn,
	.prov_slide .swiper-container {
		height: 300px;
	}

	.prov_slide .mainSlide .img_box {
		width: 300px;
		height: 300px;
	}
}

 

/*prodetail*/

.tit5 {
	text-align: center;
	padding: 45px 0 75px;
}

.tit5 h2 {
	font-size: 30px;
	color: #000;
	margin-bottom: 12px;
}

.tit5 i {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-family: 'Arial';
	text-transform: uppercase;
}

.pro_detail {
	padding-bottom: 120px;
}

.pro_detail .swiper-container {
	width: 100%;
}

.pro_detail .swiper-container .pic_box {
	width: 1124px;
	height: 843px;
	margin: 0 auto;
	overflow: hidden;
}

.pro_detail .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro_detail .swiper-container .swiper-button-next,
.pro_detail .swiper-container .swiper-button-prev {
	width: 104px;
	height: 104px;
	border-radius: 50px;
	background-color: #f5f5f5;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 56px;
}

.pro_detail .swiper-container .swiper-button-next {
	background-image: url("../images/right3.png");
	right: 40px;
	left: auto;
}

.pro_detail .swiper-container .swiper-button-prev {
	background-image: url("../images/left3.png");
	left: 40px;
	right: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}


@media(max-width:1600px) {
	.tit5 {
		padding: 45px 0 55px;
	}

	.pro_detail .swiper-container .swiper-button-next,
	.pro_detail .swiper-container .swiper-button-prev {
		width: 90px;
		height: 90px;
		background-size: 20px 48px;
	}

	.pro_detail .swiper-container .pic_box {
		width: 1000px;
		height: 750px;
	}

	.pro_detail .swiper-container .swiper-button-next {
		right: 20px;
	}

	.pro_detail .swiper-container .swiper-button-prev {
		left: 20px;
	}

	.pro_detail {
		padding-bottom: 100px;
	}
}

@media(max-width:1300px) {
	.prov {
		margin-top: 80px;
	}

	.tit5 h2,
	.tit5 i {
		font-size: 26px;
	}

	.pro_detail .swiper-container .pic_box {
		width: 100%;
		height: 700px;
	}

	.pro_detail {
		padding-bottom: 90px;
	}
}

@media(max-width:992px) {
	.prov {
		margin-top: 60px;
	}

	.pro_detail {
		padding-bottom: 70px;
	}

	.tit5 h2,
	.tit5 i {
		font-size: 22px;
	}

	.tit5 {
		padding: 45px 0;
	}

	.pro_detail .swiper-container .pic_box {
		height: 600px;
	}

	.pro_detail .swiper-container .swiper-button-next,
	.pro_detail .swiper-container .swiper-button-prev {
		width: 70px;
		height: 70px;
		background-size: 15px 30px;
	}

	.pro_detail .swiper-container .swiper-button-next,
	.pro_detail .swiper-container .swiper-button-prev {
		width: 50px;
		height: 50px;
		background-size: 10px 20px;
	}
}

@media(max-width:768px) {
	.prov {
		margin-top: 50px;
	}

	.pro_detail {
		padding-bottom: 50px;
	}

	.tit5 h2,
	.tit5 i {
		font-size: 20px;
	}

	.tit5 {
		padding: 10px 0 20px;
	}

	.pro_detail .swiper-container .pic_box {
		height: 500px;
	}

	.pro_detail .swiper-container .swiper-button-next,
	.pro_detail .swiper-container .swiper-button-prev {
		width: 35px;
		height: 35px;
		background-size: 8px 18px;
	}
}

@media(max-width:580px) {
	.prov {
		margin-top: 0;
	}
}

@media(max-width:480px) {

	.pro_detail {
		padding-bottom: 10px;
    background-color: #f5f5f5;
	}
  
  .pro_detail .tit5{ display: none; }

	.pro_detail .swiper-container .pic_box {
		height: 400px;
	}


}

.prodetail2 .text_box {
	line-height: 28px;
}

.prodetail2 {
	padding: 0 210px;
}

@media(max-width:1600px) {
	.prodetail2 {
		padding: 0 120px;
	}
}

@media(max-width:1300px) {
	.prodetail2 {
		padding: 0;
	}
}

/* @media(max-width:992px){
	.prodetail2{
		padding: 0 60px;
	}
}

@media(max-width:768px){
	.prodetail2{
		padding: 0 30px;
	}
}

@media(max-width:480px){
	.prodetail2{
		padding: 0;
	}
} */

.recommend {
	background: #f5f5f5;
}

.recommend .pro {
	background: #f5f5f5;
}

.recommend .pro .pro_box {
	padding-top: 0;
}

@media(max-width:992px) {
	.recommend .pro {
		padding-bottom: 30px;
	}
}

@media(max-width:768px) {
	.recommend .pro {
		padding-bottom: 20px;
	}
}


/* newsv */
.newsv {
	padding-bottom: 60px;
}

.newsv_box {
	box-sizing: border-box;
}

.newsv_box .htit {
	padding: 50px 0;
	text-align: center;
}

.newsv_box .htit h4 {
	font-size: 24px;
	color: #333;
	padding: 6px 0;
}

.newsv_box .htit .date {
	background-color: #f5f5f5;
	margin-top: 20px;
}

.newsv_box .htit .date span {
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

.newsv_box .htit span.day {
	background-image: url("../images/date.png");
	margin-left: 20px;
	margin-right: 20px;
}

.newsv_box .htit span.count {
	background-image: url("../images/view.png");
}

.newsv_box .text_box {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	padding-bottom: 40px;
}

.newsv_box .next_group {
	/* height: 65px; */
	padding: 20px 55px;
	box-sizing: border-box;
	font-size: 15px;
	color: #444;
	background-color: #f5f5f5;
}

.newsv_box .next_group a {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.newsv_box .next_group a.newsv_left {
	float: left;
}

.newsv_box .next_group a.newsv_left::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url("../images/newsleft.png") center center no-repeat;
}

.newsv_box .next_group a.newsv_right {
	float: right;
}

.newsv_box .next_group a.newsv_right::before {
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url("../images/newsright.png") center center no-repeat;
}

.newsv_box .next_group a:hover {
	text-decoration: underline;
}

@media (max-width:1500px) {
	/* .newsv_box {
		padding: 0 15px;
	} */
}

@media(max-width:1200px) {

	.newsv_box .next_group a.newsv_left,
	.newsv_box .next_group a.newsv_right {
		float: none;
		margin: 10px 0;
	}
}

@media (max-width:768px) {
	.newsv_box .htit {
		padding: 40px 0;
	}

	.newsv_box .htit h2 {
		font-size: 18px;
	}

	.newsv_box .next_group {
		font-size: 14px;
		/* height: 45px; */
		padding: 10px 30px;
	}
}

@media (max-width:500px) {
	.newsv {
		padding-bottom: 40px;
	}

	.newsv_box .htit h2 {
		font-size: 16px;
	}

	.newsv_box .htit p {
		font-size: 14px;
	}

	.newsv_box .next_group {
		/* height: 75px; */
	}

	.newsv_box .next_group a {
		width: 100%;
		padding: 0 0px 0 20px;
	}

	.newsv_box .next_group a.newsv_right {
		/* float: left; */
		margin-top: 10px;
	}

	.newsv_box .next_group a.newsv_right::before {
		left: 0px;
	}


}

.newsv .newsv_box .text_box video,
.newsv .newsv_box .text_box iframe {
	display: block;
	width: 90% !important;
	margin: 0 auto;
}

.newsv .newsv_box .text_box iframe {
	height: 750px;
}

@media(max-width:1200px) {
	.newsv .newsv_box .text_box iframe {
		height: 650px;
	}
}

@media(max-width:992px) {
	.newsv .newsv_box .text_box iframe {
		height: 550px;
	}
}

@media(max-width:768px) {
	.newsv .newsv_box .text_box iframe {
		height: 450px;
	}
}

@media(max-width:680px) {
	.newsv .newsv_box .text_box iframe {
		height: 400px;
	}
}


/*回顶部*/
.turnt {
	position: fixed;
	bottom: 200px;
	right: 100px;
	width: 55px;
	height: 55px;
	background: url("../images/turnt.jpg") center center no-repeat;
	background-size: cover;
	cursor: pointer;
	z-index: 888;
	display: none;
}

@media (max-width:1500px) {
	.turnt {
		right: 15px;
		bottom: 150px;
		opacity: .6;
	}
}

@media (max-width:991px) {
	.turnt {
		width: 40px;
		height: 40px;
		bottom: 100px;
	}
}

@media (max-width:480px) {
	.turnt {
		width: 30px;
		height: 30px;
	}
}


/*footermb*/
.footer_mb {
	background: #ef871a;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
}

.footer_mb ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer_mb ul li {
	float: left;
	text-align: center;
	width: 24.5%;
	border-right: 1px solid #fff;
	padding: 5px 0;
}

.footer_mb ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.footer_mb ul li i {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer_mb ul li p {
	font-size: 15px;
	color: #fff;
}

@media(max-width:480px) {
	.footer_mb ul li i {
		width: 28px;
		height: 28px;
		margin-bottom: 2px;
	}

	.footer_mb ul li p {
		font-size: 14px;
	}
}

@media(max-width:420px) {
	.footer_mb ul li i {
		width: 25px;
		height: 25px;
		margin-bottom: 5px;
	}

	.footer_mb ul li p {
		font-size: 13px;
	}

	.footer_mb ul li {
		padding: 5px 0;
	}
}






















/* page */
.page {
	text-align: center;
	/* padding: 40px 0; */
}

.page div {
	display: inline-block;
}

.page a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	/* padding: 0 14px; */
	margin: 0 8px;
	font-size: 15px;
	/* border-radius: 50%; */
	color: #fff;
	background: #333;
	float: left;
}

.page a:hover,
.page a.on {
	background-color: #ea5725;
}

.page a.prev,
.page a.next {
	/* padding: 0; */
	/* width: 40px; */
	/* background-color: #333; */
}

.page a.prev {
	background-image: url("../images/l_bg2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
}

.page a.next {
	background-image: url("../images/r_bg2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
}

@media (max-width:768px) {
	/* .page {
		padding: 20px 11px;
	} */

	.page a.prev,
	.page a.next {
		background-size: 20%;
	}

	.page a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		/* padding: 0 11px; */
		margin: 0 6px;
		font-size: 14px;
		margin-bottom: 10px;
	}
}

/* @media (max-width:500px) {
	.page {
		padding: 15px 8px;
	}
} */



@media screen and (max-width:1199px){
 
    .aboutwoodsolution-top:before{
        width:calc(50% + 110.4px);
    }
    .aboutwoodsolution-bottom:before{
        width:calc(50% - 650px)
    }
}
 

.aboutwoodsolution {
    margin: 90px 0;
  }
  .aboutwoodsolution-top{
    position:relative;
  }
  .aboutwoodsolution-top:before{
    content:'';
    width: calc(50% + 124.8px);
    height: 44%;
    position: absolute;
    bottom: -94%;
    left: 0;
    background: url(../../img/hwj_fourth//prosolu_way1.png) no-repeat center center;
    background-size: cover;
  }

.aboutwoodsolution .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutwoodsolution-toplef {
    width: 58%;
    margin-bottom: -24%;
    position: relative;
    z-index: 2;
  }
  .aboutwoodsolution-toplef img {
    width: 100%;
    display: block;
  }
  .aboutwoodsolution-toprig {
    width: 37%;
    padding: 0 6.5%;
  }
  .aboutwoodsolution-rigtitle {
    color: #333;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .aboutwoodsolution-toprig p,.aboutwoodsolution-botlef p{
    color: #666;
    font-size: 18px;
    text-align: justify;
	line-height:30px;
  }
  .aboutwoodsolution-bottom{
    position:relative
  }
  .aboutwoodsolution-bottom:before{
    content:'';
    width:calc(50% - 30%);
    height:30%;
    background:#e6bfaa;
    position:absolute;
    right:0;
    top:0;
  }
  .aboutwoodsolution-botlef {
    width: 58%;
    padding: 3% 9% 0;
    margin-top: 24%;
  }
  .aboutwoodsolution-botrig {
    width: 37%;
    position: relative;
    z-index: 2;
  }
  .aboutwoodsolution-botrig img{
    width:100%;
    display:block
  }


@media screen and (max-width:767px){
 
    /* qita */
    
    .aboutwoodsolution{
      margin:50px 0
    }
    .aboutwoodsolution .container{
      flex-wrap:wrap;
      flex-direction: column-reverse;
    }
    .aboutwoodsolution-toplef{
      width:100%;
      margin:20px 0
    }
    .aboutwoodsolution-toprig{
      width:100%;
      padding:0
    }
    .aboutwoodsolution-rigtitle{
      font-size:24px;
      margin-bottom: 15px;
    }
    .aboutwoodsolution-toprig p, .aboutwoodsolution-botlef p{
      font-size:14px;
      line-height: 1.7;
    }
    .aboutwoodsolution-top:before,.aboutwoodsolution-bottom:before,.aboutwoodsolution-botrig{
      display:none
    }
    .aboutwoodsolution-botlef{
      width:100%;
      margin-top:0;
      padding:0
    }
}


.woodsolution {
    margin-top: 80px;
}
.woodsolulist {
    display: flex;
    flex-wrap: wrap;
}
.woodsolulist li {
    width: calc(25% - 1px);
    margin-right: 1.333px;
    margin-bottom: 1.333px;
    background: #e6e6e6;
    text-align: center;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
	font-size:18px;
}
.woodsolulist li:nth-child(4n) {
    margin-right: 0;
}
.woodsolulist li.active,.woodsolulist li:hover{
    background:#de5438;
    color:#fff
}
 
@media (max-width: 991px) {
    .woodsolulist li{
        height:56px;
        font-size:14px
    }
 
}
@media screen and (max-width:767px){
    .woodsolution{
        margin-top:50px;
    }
    .woodsolulist li{
        width:calc(50% - 1px)
    }
    .woodsolulist li:nth-child(2n){
        margin-right:0
    }
  
 
}
.onceinfortit{ font-size:38px; font-weight:bold; text-align:center; line-height:60px;margin: 80px 0 40px;}
.onceinformation p { font-size:18px; color:#666; text-align:center; line-height:30px; width:75%; margin: 0 auto;}

@media screen and (max-width:1080px){
    
.onceinfortit{ font-size:20px; font-weight:bold; text-align:center; line-height:40px;margin: 30px 0 20px;}
.onceinformation p { font-size:16px; color:#666; text-align:center; line-height:30px; width:100%; margin: 0 auto;}  
 
}


.prodetail2 .table_wrap table{width: 100%;border-collapse: collapse;border-color: #ddd;border: 0;font-size: 18px;box-sizing: border-box;}
.prodetail2 .table_wrap tr,.prodetail2 .table_wrap td{border-color: #ddd;box-sizing: border-box;border-collapse: collapse;}
.prodetail2 .table_wrap td.tit{text-align: center;width: 200px;background-color: #eee;}
.prodetail2 .table_wrap td{padding: 18px;box-sizing: border-box;width: calc(50% - 200px);}

@media only screen and (max-width:1200px){
.prodetail2 .table_wrap td.tit{width: 18%;}
}
@media only screen and (max-width:1000px){
.prodetail2 .table_wrap table{font-size: 16px;}
}
@media only screen and (max-width:790px){
.prodetail2 .table_wrap table{font-size: 14px;}
.prodetail2 .table_wrap td{padding: 10px;}
}
@media only screen and (max-width:480px){
.prodetail2 .table_wrap table{width: 99.9%;font-size: 14px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;}
.prodetail2 .table_wrap tr{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.prodetail2 .table_wrap td.tit{padding: 10px 5px;width: 30%;}
.prodetail2 .table_wrap td{display: block;width: 70%;border: 1px solid #ddd;border-top: 0;border-left: 0;}
}



.wx_show{display: none;}




