/* 通用*/
.flex {
	display: flex;
	display: -webkit-flex;
}
.none {
	display: none;
}
.widthHeight {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.section .fp-overflow {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.animated {
	/* animation-delay: 1s;*/
	animation-duration: 1s;
}
.service_item {
	animation-delay: 0.5s;
}

.main_1 .banner{
	margin:80px auto 0;
}

.main_1 .banner .pc {
	display:block;
}
.main_1 .banner .m {
	display:none;
}
.main_1 .banner img {
	width: 100%;
	height: 100%;
}
.main_1 .banner .swiper-pagination {
	bottom: 80px !important;
}
.main_1 .banner .swiper-pagination-bullet {
	width:8px;
	height:8px;
	transition: all .4s ease;
	cursor: pointer;
	border-radius:50%;
	opacity: 1;
	background:#e9e9e9;
	margin-left:22px;
	position: relative;
}
.main_1 .banner .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.main_1 .banner .swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	transition: all .4s ease;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	border: 1px dashed #eb5c18;
	border-radius: 50%;
	width:200%;
	height:200%;
}
.main_1 .banner .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	width:14px;
	height:14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.main_1 .banner .swiper-pagination .swiper-pagination-bullet-active {
	background:#eb5c18;
}
.main_1 .banner .swiper-pagination .swiper-pagination-bullet-active::after {
	transform: translate(-50%,-50%) scale(1);
}
.main_2 {
	width: 100%;
	padding-top:60px;
	overflow: hidden;
	background:#fff;
}
.main_2 .about {
	box-sizing: border-box;
	width: 94%;
	height: 100%;
	margin: 0 auto;
	align-items: center;
}
.main_2 .about .about_left {
	width: 59.5%;
}
.main_2 .about .about_left .about_nav {
	display: flex;
	display: -webkit-flex;
}
.main_2 .about .about_left .about_nav a {
	display: block;
	width: 20%;
	line-height: 50px;
	background-color:#e9e9e9;
	box-sizing: border-box;
	padding-left: 30px;
	margin-right: 26px;
	font-size: 18px;
	position: relative;
}
.main_2 .about .about_left .about_nav a::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: white;
	border: 1px solid #eb5c18;
	border-left: none;
	border-top: none;
	position: absolute;
	right: 8px;
	bottom: 8px;
}
.main_2 .about .about_left .about_nav .avtive_1 {
	background-color: #eb5c18;
	color: white;
}
.main_2 .about .about_left .about_neirong {
	margin-top:40px;
	overflow: hidden;
}
.main_2 .about .about_left .about_neirong .video img {
	width: 100%;
}
.main_2 .about .about_right {
	width: 40.5%;
	box-sizing: border-box;
	/* background-color:#f8f8f8;
	border-top: 6px solid #eb5c18; */
	padding:40px 0 0 40px;
}
.main_2 .about .about_right h2 {
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #292929;
}
/* .main_2 .about .about_right h2::after {
	content: '';
	display: block;
	width: 130px;
	height: 2px;
	background: linear-gradient(to right, #eb5c18 50%, #eb5c18 50%);
	margin-top: 40px;
} */
.main_2 .about .about_right h3 {
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #292929;
	margin-top: 50px;
	margin-bottom: 30px;
}
.main_2 .about .about_right .desc {
	font-size: 18px;
	height: 250px;
	display: block;
	margin-top:40px;
	overflow-y:scroll;
	letter-spacing: 1px;
	line-height: 30px;
	color: #333;
}
.number {
	border-top: 1px #efefef solid;
	margin-top: 30px;
	padding-top: 30px;
}
.number .numCount ul {
	justify-content: space-between;
}

.about_right .number .numCount ul li{
	width:33.333%;
	float:left;
	text-align:center;
}

.number .numCount ul .numU {
	font-size: 66px;
	color: #eb5c18;
	text-align: center;
	font-weight: 600;
	font-family:"黑体";
}
.number .numCount ul .indc {
	font-size: 16px;
	color: #eb5c18;
	text-align: center;
	margin-top: 16px;
	margin-left: 10px;
}
.about_right .number .numCount ul li:nth-child(2) {
	width: 33.3333%;
	border: 1px #efefef solid;
	border-top: none;
	border-bottom: none;
}
.main_3 {
	position: relative;
}
.main_3 .fp-overflow {
	height: 100%;
	width: 100%;
}
#swiper_1 {
	height: 100%;
}
#swiper_1 .swiper-wrapper .swiper-slide {
	height: 100%;
	justify-content: space-between;
	padding: 0 6.25%;
	box-sizing: border-box;
	color: white;
	padding-top: 140px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left {
	width: 47%;
	overflow: hidden;
	padding-top: 20px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left h3 {
	font-size: 40px;
	font-weight: 500;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left>p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul {
	flex-wrap: wrap;
	margin-top: 30px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul li {
	font-size: 18px;
	margin-right: 20px;
	width: 29%;
	margin-bottom: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul li a {
	color: white;
	border-bottom: 1px white solid;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul li a:hover {
	color: #eb5c18;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_right {
	width: 50%;
	height: 550px;
	overflow: hidden;
	border-radius: 20px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_right img {
	width: 100%;
	height: 100%;
}
#swiper_1 .swiper-wrapper .swiper-slide {
	background: url(../image/pro_1_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
#thumbs {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 99;
	background-color: rgba(255, 255, 255, .3);
	box-sizing: border-box;
	padding: 0 6.5%;
}
#thumbs .swiper-slide {
	width: 20%;
	border-right: 1px rgba(255, 255, 255, .6) solid;
	text-align: center;
	padding-top: 25px;
}
#thumbs .swiper-slide p {
	margin-bottom: 20px;
}
#thumbs .swiper-slide:nth-child(1) {
	border-left: 1px rgba(255, 255, 255, .6) solid;
}
#thumbs .swiper-slide-thumb-active {
	background-color: rgba(0, 84, 163, .8);
	border-bottom: 20px solid #eb5c18;
}
/* main_4 服务体系*/
	.main_4 {
	background:#fff;
	padding:60px 0 80px;
	overflow:hidden;
}
.service {
	box-sizing: border-box;
	width: 94%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	justify-content: space-between;
}
.service .service_item {
	width: 32%;
	height:780px;
	background:url(../image/service-bg.jpg) center no-repeat;
	background-size:cover;
	transition: all .4s linear;
	text-align: center;
}
.service .service_item h3 {
	font-size: 40px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0%;
	transition: all .3s linear;
}
.service .service_item>img {
	opacity: 1;
	transition: all .4s linear;
}
.service .service_item p {
	font-size: 18px;
	color: #333;
	transition: all .3s linear;
	line-height: 30px;
	padding:0 40px;
	margin-bottom: 30px;
	text-align:left;
}
.service .service_item p::before {
	display: block;
	content: '';
	width: 70px;
	height: 4px;
	background: linear-gradient(to right, #eb5c18 50%, #eb5c18 50%);
	margin: 0 auto;
	margin-bottom: 20px;
}
.service .service_item .pic {
	height: 250px;
	overflow: hidden;
	opacity: 0;
	transition: all .4s linear;
}
.service .service_item .pic img {
	width: 100%;
}
.service .service_item a {
	display: inline-block;
	font-size: 16px;
	color: white;
	padding-bottom: 40px;
	position: relative;
	padding-right: 40px;
	opacity: 0;
}
.service .service_item a::after {
	display: block;
	content: url(../image/jiantou.png);
	position: absolute;
	top: -2px;
	right: 0px;
}
/* 鼠标移入显示样式*/
.service .active_2 {
	background: #eb5c18;
	cursor: pointer;
}
.service .active_2 .pic {
	height: 480px;
	opacity: 1;
}
.service .active_2>img {
	opacity: 0;
	display: none;
	transition: all .3s linear;
}
.service .active_2 h3 {
	/* margin-left: 34%;*/
	color: white;
	margin-top: 40px;
	margin-bottom: 25px;
}
.service .active_2 p {
	color: white;
	padding: 0 15%;
}
.service .active_2 p::before {
	display: none;
}
.service .active_2 a {
	opacity: 1;
}
/* 客户案例*/
.main_5 {
	padding:60px 0;
	background: url(../image/about-bg.jpg) fixed center no-repeat;
	background-size:cover;
	overflow: hidden;
}
.case {
	box-sizing: border-box;
	width:94%;
	height:100%;
	margin:0 auto;
}
.case>a {
	display: inline-block;
	color: #eb5c18;
	background-color: white;
	padding: 8px 20px;
	border-radius: 30px;
}
.case>p {
	font-size: 18px;
	color: white;
	margin-top: 30px;
	margin-bottom: 40px;
}
.case #swiper_2 {
	width: 1053px;
	overflow: visible;
	padding-bottom: 70px;
}
.case #swiper_2 .swiper-button-next,
.case #swiper_2 .swiper-button-prev {
	top: auto;
	bottom: 0%;
}
.in_title{
	width:94%;
	margin:auto;
	text-align:center;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 20px;
}
.in_title h2 {
	font-size:36px;
	line-height:40px;
	color:#333;
	font-weight:bold;
}
.in_title h2 a {
	color:#333;
}
.in_title h2 a:hover {
	color:#eb5c18;
}
.in_title p {
	font-size:18px;
	margin-top:10px;
	line-height:30px;
	color:#666;
}
.index-set3 {
	padding:60px 0 20px;
	background:#fff;
	overflow:hidden;
}

.index-set3 .case .in_title,.partThree .in_title{
	width: 100%;
}

.index-set3-nav li {
	width:15.666%;
	float:left;
	margin-right:1%;
	cursor:pointer;
	position:relative;
	margin-top:35px;
}
.index-set3-nav li::after {
	content:'';
	width:10px;
	height:5px;
	display:block;
	background:url(../image/index-set3-icod.png) no-repeat center top;
	margin:-5px auto 0;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.index-set3-nav .action::after {
	margin:5px auto 0 !important;
	opacity:1;
}
.index-set3-nav li:last-of-type {
	margin-right:0;
}
.index-set3-nav .action i {
	background-position:center -44px;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.index-set3-nav li i {
	width:42px;
	height:32px;
	float:left;
}
.index-set3-nav li .text {
	width: 80%;
	float:left;
	text-align:left;
	padding-left:10px;
}
.index-set3-nav li .text h6 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:18px;
	margin-bottom:4px;
}
.index-set3-nav .action .text h6 {
	color:#eb5c18
}
.index-set3-cont {
	width:100%;
	float:left;
	margin-top:20px;
	overflow:hidden;
}
.index-set3-cont .index-set3-page {
	height:620px;
	padding-bottom:30px;
}
.index-set3-nav li .text p {
	color:#666;
	float: left;
	font-size:12px;
	text-transform:uppercase;
	line-height:14px;
	min-height:28px;
}
/* 
.index-set3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	top:0px !important;
	background: #eb5c18 !important
}
.index-set3 .swiper-pagination {
	top:580px !important;
	width:94% !important;
	margin-left:2.5%;
}
.index-set3 .swiper-prev {
	width:33px;
	height:19px;
	background:url(../image/swiper-next.png) no-repeat;
	position:absolute;
	left:0;
	top:572px;
	cursor:pointer;
}
.index-set3 .swiper-next {
	width:33px;
	height:19px;
	background:url(../image/swiper-prev.png) no-repeat;
	top:572px;
	right:0;
	position:absolute;
	cursor:pointer;
} */

.index-set3-page li.swiper-slide{
	text-align: center;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;
	margin-top: 10px;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-set3-page li.swiper-slide img {
	width:100%;
	height:300px;
	display:block;
	object-fit:cover;
}
.index-set3-page li {
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.index-set3-page li .p {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:46px;
	line-height:46px;
	padding:0 26px;
	text-align: left;
	color:#fff;
	font-size:18px;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
	transition:0.1s;
}

.index-set3-page li:hover .p{
	opacity: 0;
}

.index-set3-page li .text {
	width:100%;
	min-height:310px;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(235,92,24,.9);
	box-sizing:border-box;
	padding:52px 5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity:0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	text-align:left;
}
.index-set3-page li:hover .text {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}
.index-set3-page li .text h5 {
	font-size:20px;
	line-height:26px;
	color:#fff;
	margin-bottom:10px;
}
.index-set3-page li .text .desc {
	font-size:14px;
	color:#fff;
	line-height:2;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}

/* 首页工厂环境部分*/
.main_52 {
	margin:60px auto 0;
	padding:60px 0 40px;
	background:#f8f8f8;
	border-bottom:1px solid #e9e9e9;
	overflow: hidden;
}
.partThree {
	width:94%;
	margin:0 auto 0 !important;
	overflow:hidden;
}
/*文字截断*/
	.TXTovehid {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.TXTovehid-two {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.TXTovehid-three {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.partThree em {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.partThree ul {
	margin-top:20px;
	overflow:hidden;
}
.partThree ul li{
	position:relative;
	float:left;
	width:24%;
	margin:1% 1.3% 0 0;
	overflow:hidden;
	transition:all .5s;
}
.partThree ul li:nth-child(4n){
	margin-right:0;
}
.partThree ul li:hover {
	transition:all .5s ease-in-out;
	box-shadow:0 5px 12px rgba(0,0,0,.3);
}
.partThree ul li a {
	display:block;
}
.partThree ul li em {
	display:block;
	padding-bottom:73%;
}
.partThree ul li .p {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:46px;
	line-height:46px;
	padding:0 26px;
	color:#fff;
	font-size:18px;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
	transition:0.1s;
}
.partThree ul li:hover p {
	opacity:0;
}
.partThree ul li .text {
	width:100% !important;
	height:100%;
	overflow:hidden;
	background:rgba(235,92,24,.8);
}
.partThree ul li .text .txt {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	color: #fff;
	padding:0 40px;
}
.partThree ul li .text .txt h3 {
	font-size:24px;
	font-weight:normal;
}
.partThree ul li .text .txt h4 {
	font-size:15px;
	line-height:28px;
	font-weight:normal;
	padding:14px 0 20px;
}
.partThree ul li .text .txt p {
	position:relative;
	font-size:16px;
	line-height:30px;
	padding-left:16px;
}
.partThree ul li .text .txt p::before {
	content: "";
	position:absolute;
	top:14px;
	left:0;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#fff;
}
.partThree ul li .text .water {
	position:absolute;
	top:0;
	left:20px;
}
.partThree ul li:nth-child(4n) {
	margin-right:0;
}
.btn_more {
	width:185px;
	margin:40px auto 0;
}
.button2 {
	display:inline-block;
	transition:all 0.2s ease-in;
	position:relative;
	overflow:hidden;
	z-index:1;
	color:#090909;
	padding:15px 46px;
	cursor:pointer;
	font-size:18px;
	border-radius:2px;
	background:#e8e8e8;
	border:1px solid #e8e8e8;
	box-shadow:6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}
.button2:active {
	color:#666;
	box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.button2:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(1) scaleX(1.25);
	top: 100%;
	width: 140%;
	height: 180%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius:50%;
	display: block;
	transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: -1;
}
.button2:after {
	content: "";
	position: absolute;
	left: 55%;
	transform: translateX(-50%) scaleY(1) scaleX(1.45);
	top: 180%;
	width: 160%;
	height: 190%;
	background-color:#eb5c18;
	border-radius: 50%;
	display: block;
	transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: -1;
}
.button2:hover {
	color:#ffffff;
	border: 1px solid #eb5c18;
}
.button2:hover:before {
	top:-35%;
	background-color: #eb5c18;
	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.button2:hover:after {
	top:-45%;
	background-color: #eb5c18;
	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
/* 新闻动态*/
.main_6 {
	background: url(../image/news-bg.jpg) top center no-repeat;
	background-size:cover;
	padding-top:60px;
	overflow:hidden;
}
.news_wrapper {
	width: 94%;
	margin: 0 auto;
	padding:40px 0 80px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}
.news_wrapper .nes_nav {
	padding: 60px 0px;
}
.news_wrapper .nes_nav a {
	display: inline-block;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	margin-bottom: 20px;
	padding:0 60px;
	background: transparent;
}
.news_wrapper .nes_nav a:hover {
	color: #fff;
	background: #eb5c18;
}
.news_wrapper .nes_nav li:nth-child(1) a {
	color: #fff;
	position: relative;
	background:#eb5c18;
}
.news_wrapper .nes_nav li:nth-child(1) a::after {
	display: block;
	content: '';
	width: 30px;
	height: 3px;
	background: linear-gradient(to right, #eb5c18 50%, #eb5c18 50%);
	; position: absolute;
	top: 49%;
	left: 0;
}
.news_box {
	width: 80%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
}
.news_box #swiper_3 {
	overflow: visible;
}
.news_box .swiper-slide a {
	display: block;
	background:rgba(255,255,255,.5);
	box-sizing: border-box;
	padding: 35px;
	box-shadow: 0 0px 20px rgba(0,0,0,.15);
}
.news_box .swiper-slide a .time {
	font-size: 20px;
	color: #999;
	margin-top: 30px;
	font-family:"黑体";
}
.news_box .swiper-slide a .news_pic {
	width: 100%;
	overflow: hidden;
}
.news_box .swiper-slide a .news_pic img {
	width: 100%;
	display: block;
}
.news_box .swiper-slide a .title {
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px #eb5c18 solid;
	padding: 30px 0;
}
.news_box .swiper-slide a .xq {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.news_wrapper .swiper-button-next,
.news_wrapper .swiper-button-prev {
	width: 36px;
	height: 36px;
	border: 1px #eb5c18 solid;
	--swiper-navigation-size: 20px;
	--swiper-navigation-color: #eb5c18;
	margin-bottom: 20px;
}
.news_wrapper .swiper-button-next {
	right: auto;
	left: 70px;
}

.news_wrapper .swiper-button-next,
.news_wrapper .swiper-button-prev {
	top: auto;
	bottom: 80px;
}


/* 导航栏-1*/
.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	line-height:79px;
}
.header .navigation {
	width: 94%;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .navigation .logo {
	float:left;
	height:30px;
	line-height:30px;
}
.header .navigation .logo img {
	height: 30px;
}
.header .navigation .daohang {
	display: flex;
}
.header .navigation .daohang li {
	position: relative;
}
.header .navigation .daohang li a {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	padding:0 30px;
}
.header .navigation .daohang li .top_r {
	width:280px;
	float:right;
    margin-left:150px;
}
.header .navigation .daohang li .top_r li h3 {
	color: #333;
	font-size: 20px;
	padding-left:30px;
	font-family:"黑体";
}
.header .navigation .daohang li .top_r li h3 span {
	font-size:14px;
}
.header .navigation .daohang li .top_r li {
	float:left;
	margin-right:2%;
	position: relative;
}
.header .navigation .daohang li .top_r li:nth-child(2n) {
	margin-right:0;
}
.header .navigation .daohang li .top_r li .dianhua {
	width:23px;
	position:absolute;
	top:6px;
	left:0;
}
.header .navigation .daohang li .top_r li .dianhua img {
	height:23px;
}
.header .navigation .daohang li .top_r li .i {
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;
	opacity:0.5;
	cursor:pointer;
	transition:all 0.5s;
	position:relative;
	background:url(../image/top_ricon.png) no-repeat center center;
	background-size:23px;
}
.header .navigation .daohang li .top_r li .i:hover {
	opacity:1;
}
.header .navigation .daohang li .top_r li .i img {
	position: absolute;
	max-width: 150px;
	width: 150px;
	left: 50%;
	top: 100%;
	margin-left: -75px;
	margin-top: 10px;
	height: 150px;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0;
	display: none;
}
.header .navigation .daohang li .top_r li .i:hover img {
	display:block;
	opacity:1;
}
.header .navigation .daohang li a:hover,.header .navigation .daohang li .active_0 {
	color: #fff;
	background:#eb5c18;
	display: inline-block;
}
.header .black_font .daohang li a {
	color: #333;
}
/* 底部*/
.footer {
	background-color: #373d41;
	color: white;
	padding-top: 80px;
}
.footer .center {
	margin: 0 auto;
	width: 94%;
}
.footer .foot_top {
	padding-bottom: 40px;
	border-bottom: 1px #73787a solid;
}
.footer .foot_top.flex {
	justify-content: space-between;
}
.footer .foot_top ul li {
	font-size: 16px;
	margin-bottom: 25px;
}
.footer .foot_top ul li a {
	font-size: 16px;
	color: white;
}
.footer .foot_top ul li:nth-child(1) {
	font-size: 20px;
}
.footer .foot_top ul li .ewm_1 .ewm {
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: white;
}
.footer .foot_top ul:nth-child(6) {
	text-align: right;
}
.footer .foot_top ul:nth-child(6) .ewm_1 p {
	text-align: center;
	margin-top: 10px;
}
.footer .foot_top ul:nth-child(6) .ewm_2 {
	margin-left: 28px;
}
.footer .foot_bottom p,
.footer .foot_bottom p a {
	font-size: 16px;
	color: white;
	line-height: 80px;
}
.footer .foot_bottom p:nth-child(1) {
	flex: 1;
}
.footer .foot_bottom p:nth-child(2) {
	margin-right: 50px;
}
.footer .foot_top a:hover {
	color: #eb5c18;
}
.footer .foot_bottom a:hover {
	color: #eb5c18;
}
.beijing {
	background-color: white;
	border: 1px rgba(0,0,0,.1) solid;
}
.hamburger {
	display: none;
}
@media (max-width:1900px) {
	.header, .banner, .about, .business, .service, .case, .news_wrapper {
	zoom: 0.96;
}
}
@media (max-width:1800px) {
	.header, .banner, .about, .business, .service, .case, .news_wrapper, .footer {
	zoom: 0.94;
}
}
@media (max-width:1700px) {
	.header, .banner, .about, .business, .service, .case, .news_wrapper {
	zoom: 0.89;
}
}
@media (max-width:1650px) {
	.banner, .about, .business, .service, .case, .news_wrapperr {
	zoom: 0.86;
}
}
@media (max-width:1600px) {
	.banner, .about, .business, .service, .case, .news_wrapper {
	zoom: 0.84;
}
}
@media (max-width:1550px) {
	.banner, .about, .business, .service, .case {
	zoom: 0.79;
}
}
@media (max-width:1500px) {
	.banner, .about, .business, .service, .case {
	zoom: 0.775;
}
}
@media (max-width:1450px) {
	.header .navigation {
	width:94%;
	height:80px;
}
.header .navigation .logo {
	height:20px;
	line-height:20px;
}
.header .navigation .logo img {
	height:20px;
}
.header .navigation .daohang li a {
	padding:0 15px;
}
.banner, .about, .service, .case {
	zoom: 0.74;
}
.main_2 .about .about_right h2 {
	font-size: 34px;
}
}
@media (max-width:1300px) {
	.banner, .about {
	zoom: 0.68;
}
.header .navigation .daohang li a {
	padding:0 10px;
}
.header .navigation .daohang li .top_r{
	margin-left:40px;
}
.index-set3-nav li .text{
	width:50%;
}
.index-set3-nav .action::after{
	margin:50px auto 0 !important;
}
.in_title h2{
	font-size:30px;
}
.in_title p{
	font-size:16px;
	margin-top:5px;
}
}
@media (max-width:998px) {
	.header, .banner, .about, .business, .service, .case, .news_wrapper, .footer {
	zoom: 1;
}
.header {
	padding: 0;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	left: 0;
}
.header .navigation .daohang {
	width: 100%;
	flex-direction: column;
	background-color: white;
	position: absolute;
	top: 59px;
	left: -101%;
	padding-bottom: 20px;
	transition: all .3s ease-in-out;
}
.header .navigation .daohang li {
	margin: 0 20px;
	border-bottom: 1px solid rgba(0, 84, 163, .1);
}
.header .navigation .daohang a {
	color: #333333;
	font-size: 16px;
	line-height:36px;
}
.header .navigation .daohang li .dianhua img {
	margin: 0;
}
.header .navigation .daohang li .dianhua {
	top: 5px;
}
.header .navigation .daohang li .top_r{
	width: 100%;
}

.header .navigation .daohang li a{
    line-height: 46px !important;
}

.header .navigation .daohang li h3 {
	color: #333333;
	line-height: 60px;
}
.header .navigation .daohang li .i img {
	width:100px;
	max-width:100px;
	height:100px;
	margin-left:-20px;
}
/* 手机菜单样式-2 start*/
.hamburger {
	display: block;
	cursor: pointer;
}
.hamburger input {
	display: none;
}
.hamburger svg {
	height:40px;
	margin-top:20px;
	transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line {
	fill: none;
	stroke: #eb5c18;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	/* Define the transition for transforming the Stroke*/
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line-top-bottom {
	stroke-dasharray: 12 63;
}
.hamburger input:checked + svg {
	transform: rotate(-45deg);
}
.hamburger input:checked + svg .line-top-bottom {
	stroke-dasharray: 20 300;
	stroke-dashoffset: -32.42;
}
/* 手机菜单样式-2 end*/
.main_1 .banner .pc {
	display:none;
}
.main_1 .banner .m {
	display:block;
}

.main_2{
	padding-top:40px;
}

.main_2 .about {
	width:94%;
	flex-direction: column;
	padding:40px 0;
}
.main_2 .about .about_left {
	width: 100%;
}
.main_2 .about .about_left .about_nav {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main_2 .about .about_left .about_nav a {
	width: 48%;
	line-height: 40px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.main_2 .about .about_left .about_neirong {
	margin-top: 0px;
}
.main_2 .about .about_right {
	width: 100%;
	margin-top: 10px;
	border-top-width: 3px;
	padding: 16px;
}
.main_2 .about .about_right h2 {
	font-size: 20px;
	letter-spacing: 0px;
}
.main_2 .about .about_right h2::after {
	margin-top: 10px;
}
.main_2 .about .about_right h3 {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 20px;
}
.main_2 .about .about_right p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing:0;
}
.number .numCount ul .numU {
	font-size: 26px;
}
.number .numCount ul .indc {
	font-size: 14px;
	margin-top: 6px;
	margin-left: 0;
}
.number {
	margin-top: 18px;
	padding-top: 18px;
}
#swiper_1 .swiper-wrapper .swiper-slide {
	padding:0 5%;
	padding-top: 90px;
	flex-direction: column;
	padding-bottom: 130px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left {
	width: 100%;
	padding-top: 0;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left h3 {
	font-size: 24px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left>p {
	font-size: 16px;
	margin-top: 32px;
	line-height: 24px;
	margin-bottom: 10px;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul {
	margin-top: 0px;
	height: 80px;
	overflow: hidden;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul li {
	font-size: 16px;
	width: 30%;
	margin-bottom: 10px;
	margin-right: 3%;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul li:nth-child(4n) {
	margin-right: 3%;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_left ul li:nth-child(3n) {
	margin-right: 0;
}
#swiper_1 .swiper-wrapper .swiper-slide .pro_right {
	width: 100%;
	height: auto;
	max-height: 222px;
	border-radius: 10px;
}
#thumbs {
	height: 100px;
	padding: 0;
}
#thumbs .swiper-slide {
	padding-top: 20px;
	font-size: 14px;
}
#thumbs .swiper-slide:nth-child(1) {
	border-left: none;
}
#thumbs .swiper-slide p {
	margin-bottom: 16px;
}
#thumbs .swiper-slide .icon img {
	width: 32px;
}
.service {
	width: 94%;
	flex-direction: column;
}
.service .service_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:100%;
	height:25%;
	padding:7.5% 0;
	margin-bottom:10px;
	overflow: hidden;
	transition: all 0s linear;
	border-radius: 10px;
}
.service .service_item .pic {
	position: absolute;
	z-index: -1;
	opacity: .1;
}
.service .service_item>img {
	width: 50px;
}
.service .service_item h3 {
	font-size:20px;
	margin-top:10px;
	margin-bottom: 0px;
}
.service .service_item p {
	padding: 0 5%;
	transition: all .3s linear;
	height: 0px;
	overflow: hidden;
	margin: 0;
}
.service .service_item a {
	display: none;
}
.service .active_2>img {
	display: none;
}
.service .active_2 p {
	height: 60px;
	margin-top:10px;
}
.service .active_2 h3 {
	margin:20px 0 0;
}
.service .service_item p::before {
	display: none;
}
/* 首页企业案例*/
.index-set3 {
	padding:40px 0;
}
.in_title h2 {
	font-size:25px;
	line-height:30px;
}
.in_title p {
	font-size:14px;
	line-height:20px;
}
.index-set3-nav {
	margin-top:20px;
}
.index-set3-nav li {
	width:32.333%;
	height:60px;
	margin:0 1% 10px 0;
}
.index-set3-nav li:nth-child(3n) {
	margin-right:0;
}
.index-set3-nav li .text {
	width:50%;
}
.index-set3-nav li .text h6 {
	text-align:left;
	padding-left:10px;
	font-size:14px;
	margin-bottom:0;
}

.index-set3-cont {
	margin-top:10px;
}
.index-set3 .swiper-pagination {
	width:85% !important;
	margin-left:8%;
}
.case {
	width: 90%;
	padding-top:0;
}
.case>p {
	font-size: 16px;
	margin: 5% 0;
	line-height: 26px;
}
.case #swiper_2 {
	width: 100%;
	height: 64%;
	overflow: hidden;
}
.case #swiper_2 .swiper-slide img {
	height: 100%;
}
.case #swiper_2 .swiper-button-next:after, .case #swiper_2 .swiper-button-prev:after {
	font-size: 40px;
}
.swiper-horizontal>.swiper-scrollbar {
	bottom: 3%;
}
.main_52 {
	padding: 40px 0 50px;
}
.partThree {
	width:94%;
}
.partThree ul {
	margin-top:20px;
}
.partThree ul li {
	width:49%;
	margin:0 1% 1% 0;
}
.partThree ul li:nth-child(2n) {
	margin-right:0;
}
.partThree ul li .text .txt h3 {
	font-size:20px;
}
.partThree ul li .p {
	padding:0 20px;
	font-size:16px;
}
.btn_more {
	width:140px;
}
.button2 {
	padding:10px 30px;
	font-size:16px;
}
.main_4 {
	padding:40px 0;
}
.news_wrapper {
	width: 94%;
	box-sizing: border-box;
	padding: 40px 0;
	flex-direction: column;
}
.news_wrapper .nes_nav {
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.news_wrapper .nes_nav a {
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 20px;
}
.news_wrapper .nes_nav li:nth-child(1) a::after {
	width: 100%;
	top: auto;
	bottom: -12px;
	display: none;
}
.news_box {
	width: 100%;
	padding: 0;
}
.main_6 {
	background: #f3f4f9;
}
.news_box .swiper-slide a {
	background-color: white;
	box-shadow: none;
	padding: 16px;
}
.news_box .swiper-slide a .time {
	font-size:16px;
	margin-bottom: 20px;
}
.news_box .swiper-slide a .title {
	margin: 0;
	font-size: 18px;
	padding: 18px 0;
}
.news_box .swiper-slide a .xq {
	font-size: 16px;
	margin-top:20px;
}
.news_wrapper .swiper-button-next, .news_wrapper .swiper-button-prev {
	bottom: -15%;
}
.news_wrapper .swiper-button-next {
	left: 55%;
}
.news_wrapper .swiper-button-prev {
	left: 35%;
}
.footer {
	padding-top: 30px;
}
.footer .center {
	width: 90%;
}
.footer .foot_top {
	padding-bottom: 10px;
}
.footer .foot_top ul:nth-child(1) {
	display: none;
}
.footer .foot_top ul:nth-child(2) {
	margin: 0;
}
.footer .foot_top ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
	justify-content: start;
}
.footer .foot_top ul:nth-child(3) {
	text-align: left;
}
.footer .foot_bottom {
	padding: 10px 0;
	flex-direction: column;
}
.footer .foot_bottom p, .footer .foot_bottom p a {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.footer .foot_bottom p:nth-child(3) {
	display: none;
}
}
@media (max-width:768px) {
.main_2 .about{
	padding:20px 0;
}

.main_2 .about .about_right h2{
	line-height:30px;
}

.main_2 .about .about_right .desc{
	font-size:14px;
	height:130px;
	margin-top:20px;
	line-height:25px;
}


.index-set3-nav li{
	width:49%;
	margin:0 2% 10px 0;
}

.index-set3-nav li:nth-child(3n){
	margin-right:2%;
}

.index-set3-nav li:nth-child(2n){
	margin-right:0;
}


.footer {
	padding:10px 0;
}
.footer .foot_top {
	display:none;
}
.footer .foot_bottom p, .footer .foot_bottom p a {
	font-size:14px;
}
}