
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	font-style: normal;
	list-style: none;
	font-family: 'Barlow Condensed', sans-serif;
	text-decoration: none;
	font-weight: 300;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

p,
div {
	font-family: 'Barlow Condensed', sans-serif;
}
.bold{
	font-family: 'Barlow Condensed', sans-serif;
}
img {
	border: none;
	font-family: 'Barlow Condensed', sans-serif;
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a {
	color: inherit;	
	text-decoration: none;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-family: 'Barlow Condensed', sans-serif;
	word-break: break-word;
	font-weight: inherit;
}

body {
	position: relative;
	min-height: 100%;
	font-size: 16px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: 'Barlow Condensed', sans-serif;
	min-width: 320px;
	overflow-x: hidden;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.donghua,
 ::after,
 ::before {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/*鼠标移上图片放大（图片外面需要一个盒子，盒子类名为imgda即可）*/

.imgda {
	overflow: hidden;
}

.imgda img {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.imgda:hover img {
	transform: scale(1.2);
}

/*鼠标移上图片上移效果，哪里需要放哪里*/

.imgUP {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.imgUP:hover {
	-webkit-transform: translateY(-2%);
	-moz-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	-o-transform: translateY(-2%);
	transform: translateY(-2%);
}
.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
._clear {
	clear: both
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.box {
	width: 95%;
	margin: 0 auto;
	max-width: 1280px;
}

.box1200 {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}

.cur {
	position: fixed;
	top: 0;
	width: 100%;
	/*background-color: #fff;*/
	transform: translate(0, 0);
	z-index: 11;
	box-shadow: 0px 0px 15px #e8e8e8;
}

/*轮播图*/

.banner-picture {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-slide {
	text-align: center;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-pagination-bullet {
	width: 8px!important;
	height: 8px!important;
	border-radius: 50%!important;
	background: rgba(67, 67, 67, 0)!important;
	border: 1px solid #fff;
	margin: 0 0;
	margin-left: 18px;
	opacity: .8;
}

#banner .swiper-pagination-bullet:first-child {
	margin-left: 0px;
}

#banner .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1)!important;
	border: none;
	width: 8px!important;
	height: 8px!important;
	opacity: 1;
}

#banner .swiper-pagination {
	bottom: 30px!important;
	padding: 6px 20px;
	width: auto;
	left: 50%;
	transform: translate(-50%,0%);
	background: rgba(255,255,255,.1);
	border-radius: 45px;
    display: flex;
}

#banner .swiper-slide {
	position: relative;
}



#banner .swiper-slide .banner-text {
	position: absolute;
	z-index: 9;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#banner .swiper-slide .banner-text h1 {
	width: max-content;
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
	background: rgba(0, 0, 0, .4);
	padding-left: 25px;
	padding-right: 27px;
}

#banner .swiper-slide .banner-text p {
	width: max-content;
	font-size: 48px;
	height: 52px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
	background: rgba(0, 0, 0, .4);
	padding-left: 25px;
	padding-right: 27px;
}
#banner .swiper-button-prev,#banner .swiper-button-next {
		width: 22px;
		height: 40px;
}
#banner .swiper-button-prev{
	background: url(../images/banner-zuo.png) no-repeat;
	transform: rotate(180deg);
}
#banner .swiper-button-next{
	background: url(../images/banner-zuo.png) no-repeat;
}
@media (max-width:1024px) {
	#banner .swiper-slide .banner-text h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	#banner .swiper-slide .banner-text h2 {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		margin-bottom: 25px;
	}
	#banner .swiper-slide .banner-text p {
		font-size: 24px;
		margin-bottom: 5px;
	}
	#banner .swiper-pagination {
		bottom: 5px!important;
	}
}

@media (max-width:550px) {
	#banner .swiper-slide .banner-text h1 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	#banner .swiper-slide .banner-text h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

.title {}

.title h2{
	font-size: 40px;
	color: #19294b;
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
.title h2::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 45px;
	width: 61px;
	height: 4px;
	background: url(../images/title-bg.png) no-repeat;
	transform: translate(-50%,0);
}
.title h1{
	font-size: 40px;
	color: #19294b;
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
	padding-bottom: 40px;
}
.title h3{
	font-size: 40px;
	color: #19294b;
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
	padding-bottom: 40px;
}
.title p{
	max-width: 750px;
	color: #7e8596;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin: -30px auto 0px;
	padding-bottom: 65px;
}
@media (max-width:1023px) {
	.title h2 {
		padding-top: 45px;
		padding-bottom: 40px;
	}
	.title h2::before{
		    bottom: 25px;
	}
}

@media (max-width:750px) {
	.title h2 {
		padding-top: 25px;
		font-size: 28px;
	}
	
}


@media (max-width:1023px) {
	.header-nav,
	.header,.header-nav-top,#banner .swiper-pagination {
		display: none;
	}
}

@media (max-width:750px) {
	header,
	#banner .swiper-slide .banner-text p,
	.index-solution-p p {
		display: none;
	}
	#banner .swiper-button-prev,
	#banner .swiper-button-next {
		width: 0px;
		height: 0px;
	}
	
}

@media (max-width:550px) {
	
}
.prod-banner{
	position: relative;
}
.prod-banner img{
	display: block;
	margin: 0 auto;
}
.mianbao {
	width: 100%;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%,0%);
}

.mianbao .mianbao-text a {
	color: #fff;
	font-size: 20px;
	word-break: unset;
}

/*.mianbao .mianbao-text a:hover {
	color: #ff6f61;
}*/

.mianbao .mianbao-text {
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    flex-wrap: wrap;
    width: max-content;
    margin: 0 auto;
    background: #959ba9;
    padding: 8px;
    position: relative;
}
.mianbao .mianbao-text::after{
	content: "";
	position: absolute;
	left: -11px;
	top: 0px;
	width: 11px;
	height: 17px;
	background: url(../images/mianbao-left.png) no-repeat;
}
.mianbao .mianbao-text::before{
	content: "";
	position: absolute;
	right: -11px;
	top: 0px;
	width: 11px;
	height: 17px;
	background: url(../images/mianbao-left2.png) no-repeat;
}
.mianbao .mianbao-text span{
	padding: 0 14px;
}
.mianbao .mianbao-text img {
	margin: 0 18px 0 18px;
}
.mianbao .mianbao-text img:first-child{
	margin-left: 0px;
}

#prod .swiper-button-prev,#prod .swiper-button-next {
	width: 42px;
	height: 72px;
}
#prod .swiper-button-prev{
	background: url(../images/index-prod4.png) no-repeat;
	transform: rotate(180deg);
	left: 0px;
}
#prod .swiper-button-next{
	right: 0px;
	background: url(../images/index-prod4.png) no-repeat;
}
#prod .swiper-slide{
	border-left: 1px solid #eaeaea;
}
#prod .swiper-slide a{
	position: relative;
}
#prod .swiper-slide a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 58px;
	height: 58px;
	background: url(../images/index-prod-anniu.png) no-repeat;
	opacity: 0;
}
#prod .swiper-slide:hover a::before{
	opacity: 1;
}
#prod .swiper-slide:nth-child(even){
	background: #f7f7f7;
}
#prod .swiper-slide:nth-child(odd){
	background: #f2f2f2;
}
#prod .swiper-slide .index-prod-title h2{
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 35px;
}
.index-title-bg{
	padding-bottom: 30px;
	/*background: url(../images/index-about-bg.png) no-repeat top;*/
}

.index-about{
	display: flex;
	
	
}
.index-about-left{
	width: 55.3125%;
	/*margin-top: -165px;*/
}
.index-about-left iframe{
	display: flex;
}
.index-about-right{
	padding-left: 90px;
	padding-top: 80px;
	width: 44.6875%;
	padding-right: 17%;
	background: #f7f7f7;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-about-right p{
	color: #7e8596;
	font-size: 20px;
	line-height: 32px;
}
.index-about-right a{
	display: flex;
	border: 2px solid #f66c00;
	font-size: 22px;
	color: #f66c00;
	align-items: center;
	justify-content: center;
	padding: 9px 30px;
	max-width: max-content;
	border-radius: 45px;
	margin-top: 40px;
}
.index-about-right a img{
	margin-left: 14px;
}
.Advantage{
	display: flex;
	padding-bottom: 50px;
}
.Advantage .left{
	width: 36%;
}
.Advantage .right{
	width: 64%;
	padding-top: 70px;
}
.Advantage .left .title h2{
	text-align: left;
	color: #19294b;
}
.Advantage .left .title h2::before{
	left: 9%;
}
.Advantage .right p{
	color: #7e8596;
	font-size: 20px;
	line-height: 32px;
}

.Advantage-box{
	display: flex;
}

.Advantage-con{
	width: 25%;
	border-top:  4px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 38px 20px 30px 30px;
}
.Advantage-con:first-child{
	border-left: 1px solid #efefef;
}
.Advantage-con:hover{
	border-top:  4px solid #f66c00;
}
.Advantage-con .Advantage-img{
	margin-bottom: 27px;
}

.Advantage-con h2{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 27px;
	font-weight: 600;
}
.Advantage-con h2 a{
	color: #333333;
}
.Advantage-con:hover h2 a{
	color: #f66c00;
}
.Advantage-con p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 37px;
}
.Advantage-con p a{
	color: #7e8596;
}

.Advantage-img2{
	display: none;
}
.Advantage-con:hover .Advantage-img2{
	display: block;
}
.Advantage-con:hover .Advantage-img1{
	display: none;
}

.index-case{
	display: flex;
}
.index-case-con{
	width: 33.33%;
	border-right: 1px solid #f0f0f0;
}
.index-case-con:first-child{
	border-left: 1px solid #f0f0f0;
}
.index-case-text{
	padding: 40px 30px 100px 30px;
}
.index-case-text h2{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}
.index-case-text h2::before{
	content: "";
	position: absolute;
    left: -31px;
    top: 3px;
	width: 2px;
	height: 25px;
	background: #f66c00;
}
.index-case-text h2 a{
	color: #333333;
}
.index-case-text p{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}
.index-case-text p a{
	color: #888888;
}
.index-case-text>a{
	display: flex;
	align-items: center;
    width: max-content;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
   
}
.index-case-text>a img{
	margin-left: 26px;
	display: none;
}
.index-case-con:hover .index-case-text>a{
	color: #f66c00;
}
.index-case-con:hover .index-case-text>a img{
	display: block;
}


footer{
	background: #212331;
	padding-top: 50px;
}

.footer-box{
	display: flex;
	padding-bottom: 25px;
	border-bottom: 1px solid #2b2d3a;
}
.footer-con{
	width: 25%;
}
.footer-box h2{
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.footer-box h2::before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 27px;
	height: 1px;
	background: #555660;
}
.footer-box ul li a{
	color: #99a9b5;
	font-size: 20px;
	line-height: 36px;
}
.footer-box ul li{
	position: relative;
    width: max-content;
}
.footer-box ul li::before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
	width: 18px;
	height: 6px;
	background: url(../images/footer-jiantou.png) no-repeat;
	opacity: 0;
}

.footer-box ul li:hover{
	padding-left: 26px;
}
.footer-box ul li:hover a{
	color: #fff;
}
.footer-box ul li:hover::before{
	opacity: 1;
}
.footer-box p{
	color: #99a9b5;
	font-size: 20px;
	line-height: 36px;
}
.footer-box p a{
	color: #fff;
}

.footer-bottom{
	padding-top: 22px;
}
.footer-logo img{
	
}
.footer-logo {
	text-align: center;
	padding-bottom: 22px;
}

.footer-bottom ul{
	display: flex;
	justify-content: center;
	padding-bottom: 22px;
}
.footer-bottom ul li{
	margin-left: 15px;
}
.footer-bottom ul li:first-child{
	margin-left: 0px;
}
.footer-bottom ul li a{
	width: 32px;
	height: 32px;
	display: block;
}
.footer-bottom ul li:nth-child(1) a{
	background: url(../images/footer1.png) no-repeat;
}
.footer-bottom ul li:nth-child(2) a{
	background: url(../images/footer2.png) no-repeat;
}
.footer-bottom ul li:nth-child(3) a{
	background: url(../images/footer3.png) no-repeat;
}
.footer-bottom ul li:nth-child(4) a{
	background: url(../images/footer4.png) no-repeat;
}
.footer-bottom ul li:nth-child(1) a:hover{
	background: url(../images/footer5.png) no-repeat;
}
.footer-bottom ul li:nth-child(2) a:hover{
	background: url(../images/footer6.png) no-repeat;
}
.footer-bottom ul li:nth-child(3) a:hover{
	background: url(../images/footer7.png) no-repeat;
}
.footer-bottom ul li:nth-child(4) a:hover{
	background: url(../images/footer8.png) no-repeat;
}

.footer-bottom p{
	text-align: center;
	color: #555660;
	padding-bottom: 25px;
}
.footer-bottom p a{
	color: #555660;
}
.footer-bottom p a:hover{
	color: #fff;
}
@media (max-width:1200px) {
	.index-about-right{
	    padding-left: 20px;
	    padding-top: 20px;
	    padding-right: 2%;
	}
}
@media (max-width:1023px) {
	#prod .swiper-slide .index-prod-title h2{
		font-size: 18px;
	}
	.index-title-bg{
		padding-bottom: 0px;
	}
	.index-about{
		flex-wrap: wrap;
	}
	.index-about-left{
		width: 100%;
		margin-top: 0px;
	}
	.title p{
	    margin: -10px auto 0px;
	    padding-bottom: 35px;
	}
	.index-about-right{
		width: 100%;
		padding-bottom: 30px;
	}
	.Advantage{
		flex-wrap: wrap;
	}
	.Advantage .left{
		width: 100%;
	}
	.Advantage .right{
		width: 100%;
		padding-top: 0px;
	}
	.Advantage .left .title h2{
		text-align: center;
	}
	.Advantage .left .title h2::before{
		left: 50%;
	}
	.Advantage .right p{
		text-align: center;
	}
	.Advantage-box{
		flex-wrap: wrap;
	}
	.Advantage-con{
		width: 50%;
	}
	.Advantage-con:nth-child(2n-1){
		border-left: 1px solid #efefef;
	}
	.index-about-left iframe{
		height: 300px;
	}
	.footer-box{
		display: none;
	}
}
@media (max-width:768px) {
	.title h2{
	    font-size: 24px;
	}
	.title p{
	    font-size: 14px;
		margin: -12px auto 0px;
		padding-bottom: 20px;
	}
	.Advantage .right p{
		font-size: 14px;
	}
	.index-about-right p{
		font-size: 14px;
	}
	.index-about-right a{
		border: 1px solid #f66c00;
	    font-size: 18px;    
	    padding: 5px 30px;    
	    margin-top: 25px;
	}
	.Advantage-con h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.Advantage-con p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.Advantage-con{
		padding: 20px 20px 20px 20px;
	}
	.index-case{
		flex-wrap: wrap;
	}
	.index-case-con{
		width: 50%;
		border:1px solid #f0f0f0;
	}
	.index-case-text{
	    padding: 20px 20px 50px 20px;
	}
	footer{
		padding-bottom: 120px;
	    padding-top: 0px;
	}
}
@media (max-width:550px) {
	.index-case-con{
		width: 100%;
	}
	.index-case-img img{
		width: 100%;
	}
}

.case-center{
	display: flex;
	padding-top: 98px;
}
.case-center .left{
	width: 21.25%;
	padding-right: 2.96875%;
	border-top: 4px solid #fff;
}
.case-center .left h2{
	color: #7e8596;
	font-size: 28px;
	font-weight: 600;
	padding-top: 20px;
	border-top: 1px solid #b9bdc6;
	margin-top: 1px;
	position: relative;
	padding-bottom: 30px;
}
.case-center .left h2::before{
	content: "";
	position: absolute;
	top: -6px;
	left: 0px;
	width: 100%;
	height: 4px;
	background: #7e8596;
}
.case-center .left ul li{
	border-bottom: 1px solid #eaebee;
	position: relative;
	font-size: 18px;
	padding: 10px 0 10px 32px;
}
.case-center .left ul li::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 18px;
	width: 11px;
	height: 7px;
	background: url(../images/case-jiantou.png) no-repeat;
}
.case-center .left ul li:hover::before{
	background: url(../images/case-jiantou2.png) no-repeat;
}
.case-center .left ul li a{
	color: #888888;
}
.case-center .left ul li:hover a{
	color: #f66c00;
}
.case-center .right{
	width: 78.75%;
}
.case-center-box{
	display: flex;
	flex-wrap: wrap;
}
.case-center-con{
	width: 48.5%;
	margin-left: 3%;
	margin-bottom: 3%;
	position: relative;
}
.case-center-con>a>img{
	width: 100%;
}
.case-center-con:nth-child(2n-1){
	margin-left: 0px;
}
.case-center-con-text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(232,107,10,.5);
	padding: 15px 30px 15px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
}
.case-center-con-text h2{
	font-size: 28px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    color: #fff;
}
.case-center-con-text h2 a{
	color: #fff;
}
.case-center-con:hover .case-center-con-text{
	opacity: 1;
}


/*fanye*/
.fanye-con{
	width: 100%;
}
.fanye {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
}
.fanye .wp-pagenavi{
	display: flex;
	justify-content: center;
}
.fanye a {
    display: inline-block;
    border-width: 1px;
    border-color: #c7c7c7;
    border-style: solid;
    height: 38px;
    text-align: center;
    min-width: 38px;
    width: 38px;
    line-height: 38px;
    position: relative;
    color: #c7c7c7;
	background: #fff;
	margin-left: 5px;
	
}
.fanye .current {
    display: inline-block;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    height: 38px;
    text-align: center;
    min-width: 38px;
    width: 38px;
    line-height: 38px;
    position: relative;
    background: #f66c00;
	margin-left: 5px;
    color: #fff;
}
.fanye .previouspostslink {
    display: inline-block;
    padding: 0 5px;
}
.fanye .nextpostslink {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0 5px;
    color: #7d7d7d;
}

@media (max-width:1023px) {
	.case-center{
		flex-wrap: wrap;
		padding-top: 20px;
	}
	.case-center .left{
		width: 100%;
		padding-right: 0px;
	}
	.case-center .right{
		width: 100%;
	}
	.case-center .left ul{
		display: none;
		padding-bottom: 20px;
	}
	.case-center-con-text h2{
		font-size: 20px;
	}
	.prod-banner{
		display: none;
	}
}

@media (max-width:768px) {
	.case-center-con-text h2 {
	    font-size: 14px;
	}
	.case-center-con-text{
		padding: 15px 15px 15px 15px;
	}
	.case-center-con-text h2{
		font-size: 14px;
		line-height: 18px;
		height: 36px;  
	}
	
}

.prod-center-box{
	display: flex;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e9eaed;
}
.prod-center-box .right{
	width: 83%;
	display: flex;
	flex-wrap: wrap;
}
.prod-center-con1{
	width: 17%;
	padding-top: 110px;
}
.prod-center-con{
	width: 33.3333%;
}
.prod-center-con h2{
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}
.prod-center-con h2 a{
	color: #333333;
}
.prod-center-con1 h3{
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	background: url(../images/prod-bg.jpg) no-repeat;
}
.prod-center-con1 h3 a{
	color: #fff;
}

@media (max-width:1023px) {
	.prod-center-box{
		flex-wrap: wrap;
		padding-top: 0px;
    	padding-bottom: 40px;
	}
	.prod-center-con1{
		width: 28%;
		padding-top: 20px;
	}
	.prod-center-box .right{
		width: 100%;
	}
	
	
}

@media (max-width:550px) {
	.prod-center-con1{
		width: 55%;
	}
	.prod-center-con{
		width: 100%;
	}
}


/*404*/
.a404{
	padding-top: 110px;
	padding-bottom: 100px;
}
.a404-img{
	text-align: center;
}
.a404 h2{
	color: #f66c00;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 40px;
}
.a404 a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: max-content;
	color: #fff;
	background: #f66c00;
	font-size: 22px;
	padding: 12px 30px;
	border-radius: 40px;
	box-shadow: 0px 10px 23px #f1a366;
}

.a404 a img{
	margin-left: 14px;
}
@media (max-width:1023px) {
	.a404 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.a404 h2{
	    padding-top: 20px;
    	padding-bottom: 20px;
        font-size: 16px;
	}
	.a404 a{
		font-size: 16px;
	}
}

.contact-box{
	display: flex;
	padding-top: 100px;
	padding-bottom: 75px;
}
.contact-con1{
	width: 24.5%;
}
.contact-con1 h2{
	color: #19294b;
	font-size: 48px;
	font-weight: 600;
}
.contact-box .right{
	width: 75.5%;
	display: flex;
}

.contact-con{
	width: 50%;
	border-left: 1px solid #e6e6e6;
	padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 10px;
}
.contact-con h2{
	color: #333333;
	font-size: 22px;
	line-height: 38px;
}
.contact-con h3{
	font-size: 34px;
	line-height: 42px;
	padding-bottom: 20px;
}
.contact-con h3 a{
	color: #19294b;
}
.contact-con p{
	font-size: 22px;
	line-height: 42px;
}
.contact-con p a{
	color: #333333;
}
.contact-con>a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	background: #f66c00;
	color: #fff;
	width: max-content;
	font-size: 22px;
	margin-top: 30px;
}
.contact-con>a img{
	margin-left: 15px;
}
.map iframe{
	display: flex;
}

.contact{
	display: flex;
	padding-top: 70px;
	padding-bottom: 100px;
}
.contact .left{
    padding: 20px 20px 40px;
    box-sizing:border-box;
	width: 61.5%;
    box-shadow: 0px 0px 45px 15px #f6f6f6;
}
.contact .right{
	width: 38.5%;
    padding-left: 8%;
    padding-top: 40px;
}
.contact .right h2{
	color: #19294b;
	font-size: 48px;
	margin-bottom: 30px;
	font-weight: 600;
}
.contact .right p{
	font-size: 20px;
	line-height: 36px;
	color: #7e8596;
	margin-bottom: 30px;
}
.contact .right ul{
	display: flex;
}
.contact .right li{
	margin-left: 15px;
}
.contact .right li:first-child{
	margin-left: 0px;
}
@media (max-width:1023px) {
	.contact-box{
		flex-wrap: wrap;
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.contact-con1{
		width: 100%;
	}
	.contact-box .right{
		flex-wrap: wrap;
	}
	.contact-con{
		width: 100%;
		border: none;
		padding-left:0px;
		padding-right: 0px;
	}
	.contact-con1 h2,.contact-con h3,.contact .right h2{
		font-size: 24px;
	}
	.contact-con h2,.contact-con>a,.contact-con p,.contact .right p{
		font-size: 14px;
	}
	.map iframe{
		height: 200px;
	}
	.contact{
		flex-wrap: wrap;
	    padding-top: 30px;
    	padding-bottom: 30px;
	}
	.contact .left{
		width: 100%;
	}
	.contact .right{
		width: 100%;
		padding-left: 0px;
	}
}
.news-center-box{
	display: flex;
	padding-top: 100px;
	flex-wrap: wrap;
}
.news-center{
	width: 50%;
	padding: 0px 30px 80px 45px;
	position: relative;
}
.time-box{
	position: absolute;
	left: 0px;
	top: 48px;
	padding: 8px 6px;
	background: #fff;
	z-index: 1;
}
.time-box .time{
	border: 1px solid #e2e2e2;
	padding: 10px 5px;
	text-align: center;
}
.time-box .time p{
	color: #bbbbbb;
	font-size: 18px;
}
.time-box .time h3{
	color: #bbbbbb;
	font-size: 44px;
	font-weight: 600;
}
.news-center-text{
	padding-top: 30px;
	padding-left: 10px;
}
.news-center-text h2{
	color: #333333;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 36px;
}
.news-center-text p{
	color: #888888;
	font-size: 20px;
	line-height: 32px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 64px;
}
.news-center-anniu{
	padding-top: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-center-anniu .anniu{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #bbbbbb;
	padding: 8px 30px;
	border: 1px solid #cccccc;
	font-size: 22px;
}

.news-center-anniu .anniu img{
	margin-left: 20px;
}
.news-center-anniu .anniu .anniu22{
	display: none;
}
.news-center-anniu .anniu:hover{
	color: #f66c00;
	border-color: #f66c00;
}
.news-center-anniu .anniu:hover .anniu22{
	display: block;
}
.news-center-anniu .anniu:hover .anniu2{
	display: none;
}
.anniu-fx{
	display: flex;
	align-items: center;
}
.anniu-fx ul{
	display: none;
	margin-right: 25px;
	
}
.anniu-fx ul li{
	margin-left: 15px;
	display: flex;
	align-items: center;
}
.anniu-fx ul li a{
	display: flex;
	align-items: center;
}
.anniu-fx:hover ul{
	display: flex;
}
@media (max-width:768px) {
	.news-center{
		width: 100%;
		padding: 0px 30px 30px 45px;
	}
	.news-center-img img{
		width: 100%;
	}
	.news-center-box{
		padding-top: 30px;
	}
	.news-center-text h2{
		font-size: 24px;
	    margin-bottom: 5px;
	}
	.news-center-text p{
		font-size: 14px;
	}
	.news-center-text{
		padding-top: 20px;
	}
	.news-center-anniu{
		padding-top: 14px;
	}
	.news-center-anniu .anniu{
		font-size: 14px;
		width: 100%;
		margin-bottom: 20px;
	}
	.news-center-anniu{
		flex-wrap: wrap;
		
	}
	.anniu-fx{
		width: 100%;
		justify-content: flex-end;
	    flex-flow: row-reverse;
	}
}
@media (max-width:550px) {
	.news-center{
		padding: 0px;
		padding-bottom: 30px;
	}
	.time-box{
		top: 5px;
		left: 5px;
	}
}

.news-box{
	padding-top: 75px;
	
}
.news-title{
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.news-title h1{
	color: #333333;
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	text-align: center;
}
.news-title div{
	display: flex;
	justify-content: center;
	color: #999999;
	font-size: 18px;
	padding-top: 18px;
}
.news-title div span{
	padding: 0px 15px;
}
.news-title div ul{
	display: flex;
	align-items: center;
	margin-left: 45px;
}

.news-title div ul li{
	display: flex;
	align-items: center;
	margin-left: 18px;
}
.news-title div ul li a{
	display: flex;
	align-items: center;
}

.news-text p{
	font-size: 20px;
	line-height: 32px;
	color: #888888;
	margin: 30px 0px;
}
.news-text-box{
	padding-top: 10px;
}
.news-text p img{
	display: block;
	margin: 0 auto;
}
.news-fanye{
	display: flex;
	padding: 16px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.news-fanye h3{
	color: #666666;
	font-size: 20px;
	line-height: 34px;
}
.news-fanye p{
	color: #666666;
	font-size: 20px;
	line-height: 34px;
}
.news-fanye p:hover a{
	color: #f66c00;
}
.news-fanye-left{
	width: 50%;
	padding-left: 90px;
	position: relative;
}
.news-fanye-left::before{
	content: "";
	position: absolute;
	left: 36px;
    top: 25px;
	width: 15px;
	height: 14px;
	background: url(../images/fanye-left.png) no-repeat;
}
.news-fanye-right{
	width: 50%;
	text-align: right;
	padding-right: 90px;
	position: relative;
}
.news-fanye-right::before{
	content: "";
	position: absolute;
	right: 36px;
    top: 25px;
	width: 15px;
	height: 14px;
	background: url(../images/fanye-left.png) no-repeat;
    transform: rotate(180deg);
}

.RelatedPosts-title h2{
	font-size: 46px;
	color: #19294b;
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
}

.news-center-box.RelatedPosts{
	padding-top: 60px;
}
.RelatedPosts .news-center{
	width: 33.3333%;
}

.RelatedPosts .news-center-text h2{
	font-size: 20px;
	margin-bottom: 15px;
	height: 24px;
}
.RelatedPosts .news-center-text{
	padding-top: 25px;
}

.RelatedPosts .news-center-text p{
	font-size:18px;
	line-height: 28px;
	height: 56px;
}

.RelatedPosts .news-center-anniu .anniu{
    font-size: 20px;
    padding: 4px 20px;
}

@media (max-width:1023px) {
	.news-title h1{
		font-size: 24px;
	    line-height: 30px;
	}
	.news-title div{
		font-size: 14px;
		padding-top: 5px;
	}
	.news-box {
	    padding-top: 30px;
	}
	.news-title{
		padding-bottom: 10px;
	}
	.news-text p{
		font-size: 14px;
		margin: 10px 0px;
	    line-height: 28px;
	}
	.news-title div ul{
		margin-left: 0px;
	}
	.news-fanye{
		flex-wrap: wrap;
	}
	.news-fanye-left{
		width: 100%;
	    padding-left: 30px;
	}
	.news-fanye-right{
		width: 100%;
		text-align: left;
		padding-left: 30px;
		padding-right: 0px;
	}
	.news-fanye-left::before{
	    left: 5px;
    	top: 20px;
	}
	.news-fanye-right::before{
		left: 5px;
		top: 20px;
	}
	.news-fanye p{
		font-size: 14px;
		line-height: 28px;
	}
	.news-fanye h3{
		font-size: 14px;
		line-height: 28px;
	}
	.RelatedPosts-title h2{
		font-size: 24px;
	    padding-top: 20px;
	}
	.news-center-box.RelatedPosts{
		padding-top: 20px;
	}
	.RelatedPosts .news-center{
		width: 50%;
	}
}

@media (max-width:768px) {
	.RelatedPosts .news-center{
		width: 100%;
	}
}
.case-title h1{
	color: #333333;
	font-size: 38px;
	line-height: 44px;
	padding-top: 80px;
	font-weight: 600;
	text-align: center;
}
.case-single-con{
	display: flex;
	padding: 75px 0;
}
.case-single-con .left h2{
	color: #ffffff;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	background: #f66c00;
	padding: 4px 10px;
}

.case-single-con .left{
	width: 40.5%;
}

.case-single-con .right{
	width: 59.5%;
	padding-left: 5%;
	padding-top: 15px;
}
.case-single-con .right h2{
	color: #333333;
	font-size: 26px;
	line-height: 44px;
	padding-bottom: 15px;
}
.case-single-con .right p{
	color: #888888;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}
.case-single-con .right .case-single-img img{
	margin-left: 15px;
}
.case-single-con .right .case-single-img img:first-child{
	margin-left: 0px;
}
.case-single-bg:nth-child(even){
	background: #f7f7f7;
}

.case-single-bg:nth-child(even) .case-single-con{
	flex-flow: row-reverse;
}
.case-single-bg:nth-child(even) .case-single-con .right{
    padding-left: 0px;
    padding-right: 5%;
}

.message-title h2{
	color: #19294b;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 50px;
}

@media (max-width:1023px) {
	.case-title h1{
		font-size: 24px;
		line-height: 28px;
		padding-top: 30px;
	}
	.case-single-con{
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.case-single-con .left{
		width: 100%;
	}
	.case-single-con .right{
		width: 100%;
		padding-left: 0px;
	}
	.case-single-con .left h2{
		font-size: 16px;
	    line-height: 28px;
	    max-width: 520px;
	}
	.case-single-con .right h2{
		font-size: 18px;
	    line-height: 28px;
        padding-bottom: 5px;
	}
	.case-single-con .right p {
	    color: #888888;
	    font-size: 14px;
	    line-height: 28px;
	    margin-bottom: 5px;
	}
	.case-single-bg:nth-child(even) .case-single-con{
	    flex-flow: wrap;
	}
	.message-title h2{
		font-size: 24px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
}
@media (max-width:550px) {
	.case-single-con .right .case-single-img img{
	    width: 20%;
	}
}


.pc-slide {
	/*display: flex;*/
	/*width: 500px;*/
	/*margin: 0 auto;*/
	/*transform: rotate(-90deg) !important;*/
}
.view{
	/*border: 2px solid #b3e9fe;*/
	width: max-content;
	/*transform: rotate(90deg) !important;*/
}
.view .swiper-container {
	width: 514px;
	/*height: 365px;*/
	/*margin-left: -160px;*/
}

.preview {
	width: max-content;
	position: relative;
	height: max-content;
}

.preview .swiper-container {
	width: 514px;
	height: 95px;
	/*margin-left: 35px;*/
}

.preview .swiper-slide {
	width: 120px;
	height: 85px;
	cursor:pointer;
    margin-bottom: 10px;
    background: transparent;
    margin-top: 10px;
}
.preview .active-nav{
	 border: 1px solid #e8eaee;
}
.view .swiper-slide{
	background: transparent;
	
}
.preview img {
    width: 99%;
}

.preview .active-nav img {
	padding: 0;
}

.prod-single{
	padding-top: 100px;
}
.chanpin-xq{
	display: flex;
}
.chanpin-xq-left{
	width: 40.3%;
}
.chanpin-xq-right{
	width: 59.7%;
	padding-left: 6%;
	padding-right: 6%;
}
.chanpin-xq-right h1{
	color: #333;
	font-size: 34px;
	font-weight: 600;
	padding-bottom: 22px;
}
.chanpin-xq-right-text h2{
	color: #646976;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.chanpin-xq-right-text ul li{
	color: #888;
	font-size: 20px;
	line-height: 32px;
	padding-left: 20px;
	position: relative;
}
.chanpin-xq-right-text ul li::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 15px;
	width: 5px;
	height: 3px;
	background: #888888;
}

.chanpin-xq-right-anniu{
	display: flex;
	padding: 20px 0;
	
}
.chanpin-xq-right-anniu a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	padding: 11px 28px;
	font-size: 20px;
	color: #f66c00;
	border: 1px solid #f66c00;
}
.chanpin-xq-right-anniu a img{
	margin-right: 12px;
}
.chanpin-xq-right-anniu a:first-child{
	margin-left: 0px;
}
.chanpin-xq-right-anniu a:hover{
	
	color: #fff;
}
/*.chanpin-xq-right-anniu a:first-child{*/
/*	background: url(../images/right-anniu3.png) no-repeat 22px;*/
/*}*/
/*.chanpin-xq-right-anniu a:last-child{*/
/*	background: url(../images/right-anniu2.png) no-repeat 22px;*/
/*}*/
.chanpin-xq-right-anniu a:hover{
	/*background: url(../images/right-anniu1.png) no-repeat 22px;*/
	background-color: #f66c00;
}
/*.chanpin-xq-right-anniu a:last-child:hover{*/
/*	background: url(../images/right-anniu4.png) no-repeat 22px;*/
/*	background-color: #f66c00;*/
/*}*/
.chanpin-xq-share{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #888888;
}
.chanpin-xq-share ul{
	display: flex;
}
.chanpin-xq-share ul li a{
	display: block;
	width: 16px;
	height: 16px;
}
.chanpin-xq-share ul li{
	margin-left: 20px;
}

.chanpin-xq-share ul li:nth-child(1) a{
	background: url(../images/sharea1.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(2) a{
	background: url(../images/sharea2.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(3) a{
	background: url(../images/sharea3.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(4) a{
	background: url(../images/sharea4.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(1):hover a{
	background: url(../images/shareb1.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(2):hover a{
	background: url(../images/shareb2.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(3):hover a{
	background: url(../images/shareb3.png) no-repeat center;
}
.chanpin-xq-share ul li:nth-child(4):hover a{
	background: url(../images/shareb4.png) no-repeat center;
}

.chanpin-xq-text{
	padding: 50px 0 70px 0;
}

.chanpin-xq-bg{
	background: #f9f9f9;
}

.prod-single-title h2{
	color: #646976;
	font-size: 34px;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	font-weight: 600;
	padding-top: 50px;
}
.prod-single-title h2::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 54px;
	height: 3px;
	background: #f66c00;
	transform: translate(-50%,0%);
}
.prod-single-title{
	border-bottom: 1px solid #d5d5d5;
}
.prod-single-text{
	padding: 65px 0;
}

.prod-single-text{
	display: flex;
}
.prod-single-text .left{
	padding-right: 10px;
}
.prod-single-text .top{
	display: flex;
}
.prod-single-text .top div:last-child{
	margin-left: 10px;
}
.prod-single-text .left .top{
	margin-bottom: 10px;
}
.prod-single-text .right .bottom{
	margin-bottom: 10px;
}


.table{
	overflow: auto;
	padding-top: 55px;
}
.table table{
	width: 100%;
}
.table table tr td{
	text-align: center;
	color: #888888;
	font-size: 18px;
	line-height: 32px;
	padding: 5px 10px;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.table table tr td:last-child{
	border-right: 1px solid #f2f2f2;
}
.table table tr:first-child td{
	border-top: 1px solid #f2f2f2;
}
.table table tr:nth-child(odd) td{
	background: #f8f8f8;
}

.prod-singleimg{
	display: flex;
	align-items: center;
	padding-top: 55px;
}
.prod-singleimg img{
	width: 20%;
	margin-left: 1px;
}
.prod-singleimg img:first-child{
	margin-left: 0px;
}

#prod.prod-single-chanpin .swiper-slide:nth-child(even){
	background: none;
}

#prod.prod-single-chanpin .swiper-slide{
	border: none;
}
#prod.prod-single-chanpin .swiper-slide:nth-child(odd){
	background: none;
}

@media (max-width:1200px) {
	.chanpin-xq-right{
	    padding-left: 12%;
    	padding-right: 0%;
	}
	.chanpin-xq-left{
		width: 45%;
	}
}
@media (max-width:1023px) {
	.prod-single{
		 padding-top: 30px;
	}
	.chanpin-xq{
		flex-wrap: wrap;
	}
	.chanpin-xq-left{
		width: 100%;
		margin-bottom: 30px;
	}
	.chanpin-xq-right{
		width: 100%;
		padding-left: 0px;
		
	}
	.chanpin-xq-right h1{
		font-size: 24px;
	}
	.chanpin-xq-right-text h2{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.chanpin-xq-right-text ul li{
		font-size: 14px;
	}
	.chanpin-xq-text{
		padding: 25px 0 25px 0;
	}
	
	.prod-single-title h2{
		font-size: 24px;
	    padding-top: 30px;
        padding-bottom: 20px;
	}
	.prod-single-text{
	    padding: 30px 0;
	    flex-wrap: wrap;
	}
	.prod-single-text .left{
		padding-right: 0px;
	}
	.prod-single-text .left .bottom{
		margin-bottom: 10px;
	}
	.prod-singleimg{
		flex-wrap: wrap;
	    padding-top: 30px;
	}
	.prod-singleimg img{
		width: 50%;
		margin-left: 0px;
	}
	
	
	
}

@media (max-width:768px) {
	.view{
		width: 100%;
	}
	.view .swiper-container{
		width: 100%;
	}
	.preview{
		width: 100%;
	}
	.preview .swiper-container{
		width: 100%;
	}
	
}

.soluton-center-box{
	padding-top: 95px;
	padding-bottom: 100px;
}
.soluton-con{
	display: flex;
}

.soluton-left{
	width: 50%;
}
.soluton-right{
	width: 50%;
	padding-left: 13%;
	position: relative;
	padding-top: 2%;
	padding-bottom: 20px;
}

.soluton-right h2{
	color: #333333;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.soluton-right h2::before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 56px;
	height: 2px;
	background: #cdcdcd;
}
.soluton-right p{
	color: #888888;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
}
.soluton-right div{
	color: #f66c00;
	font-size: 50px;
	font-weight: 600;
	position: absolute;
	left: 9%;
	top: 5%;
}
.soluton-right>a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 156px;
	border: 2px solid #cdcdcd;
	font-size: 22px;
	color: #a1a1a1;
	padding: 6px 20px;
}
.soluton-right>a img{
	margin-left: 12px;
}

.soluton-con:nth-child(even){
	flex-flow: row-reverse;
}
@media (max-width:1023px) {
	.soluton-con{
		flex-wrap: wrap;
	}
	.soluton-left{
		width: 100%;
	}
	.soluton-right{
		width: 100%;
		padding-left: 0px;
	}
	.soluton-right div{
		display: none;
	}
	.soluton-con:nth-child(even){
		flex-flow: wrap;
	}
	.soluton-center-box{
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.soluton-right h2{
	    font-size: 24px;
        margin-bottom: 20px;
	}
	.soluton-right p {
	    color: #888888;
	    font-size: 14px;
	    line-height: 28px;
	    margin-bottom: 20px;
	}
	.soluton-right>a{
		width: auto;
	    font-size: 16px;
	    border: 1px solid #cdcdcd;
	}
}
.about-culture{
	display: flex;
	padding-top: 50px;
    padding-bottom: 50px;
}
.about-text p{
	color: #888888;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 34px;
}
.about-culture-con{
	border: 1px solid #e6e6e6;
	width: 23.5%;
	margin-left: 2%;
}
.about-culture-con:first-child{
	margin-left: 0px;
}
.about-culture-bh{
	width: 44px;
	height: 44px;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #80899e;
	margin: -22px auto 0px;
}
.about-culture-img{
	text-align: center;
	padding-top: 34px;
	padding-bottom: 23px;
	height: 167px;
	overflow: hidden;
    transition: all .5s;
}
.about-culture-text{
	text-align: center;
	padding: 0 15px 25px;
}
.about-culture-text h2{
	color: #333333;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}
.about-culture-text p{
	color: #888888;
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 24px;
}
.about-culture-con:hover{
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
}
.about-culture-con:hover .about-culture-img{
	height: 0px;
}
.about-culture-con:hover .about-culture-text p{
	height: 96px;
	-webkit-line-clamp: 4;
}
.about-path-bg{
	padding: 50px 0;
	background: url(../images/about-path-bg.png) no-repeat left;
	background-color: #fbfbfb;
}
.about-path{
	display: flex;
}
.about-path-left{
	width: 40.9%;
}
.about-path-right{
	width: 59.1%;
	padding-top: 4%;
}
.about-path-right h2{
	color: #19294b;
	font-size: 44px;
	font-weight: 600;
}
.about-path-right p{
	font-size: 20px;
	line-height: 34px;
	color: #888;
	margin-top: 40px;
}

.about-factory-bg{
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../images/about-factory-bg.jpg) no-repeat bottom;
}
.about-h3{
	padding-bottom: 50px;
}
	
.about-h3 h3{
	color: #19294b;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 25px;
	
}
.about-h3 p{
	max-width: 880px;
	color: #888888;
	font-size: 20px;
	line-height: 32px;
}
#about .swiper-slide{
	background: transparent;
}
#about .swiper-button-next{
	width: 62px;
	height: 62px;
    top: 17%;
	background: url(../images/about-right.png) no-repeat;
}

#about .swiper-button-prev{
	width: 55px;
	height: 55px;
    top: 18%;
	left: auto;
	right: 80px;
	background: url(../images/about-left.png) no-repeat;
}

#about.swiper-container{
    overflow: unset;
}
.Certifications{
	display: flex;
	padding: 80px 0;
}
.Certifications-left{
	width: 30%;
}
.Certifications-left h2{
	color: #19294b;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 40px;
}
.Certifications-left p{
	color: #666666;
	font-size: 20px;
	line-height: 32px;
}
.Certifications-right{
	width: 70%;
	padding-left: 5%;
}
.Certifications-right img{
	margin-left: 4%;
	width: 30%;
}
.Certifications-right img:first-child{
	margin-left: 0px;
}

@media (max-width:1023px) {
	.title h1,.title h3{
	    font-size: 24px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-text p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.about-path{
		flex-wrap: wrap;
	}
	.about-path-left{
		width: 100%;
	}
	.about-path-right{
		width: 100%;
	}
	.about-path-bg{
		background: none;
		padding: 0px;
	}
	.about-path-right h2 {
	    color: #19294b;
	    font-size: 24px;
	    font-weight: 600;
	}
	.about-path-right p {
	    font-size: 14px;
	    line-height: 28px;
	    color: #888;
	    margin-top: 10px;
	}
	.about-factory-bg{
	    padding-top: 20px;
    	padding-bottom: 0px;
	}
	.about-h3 h3{
	    font-size: 24px;
        margin-bottom: 5px;
	}
	.about-h3 p{
		font-size: 14px;
	}
	.about-h3 {
	    padding-bottom: 15px;
	}
	#about .swiper-button-next,#about .swiper-button-prev{
		display: none;
	}
	#about.swiper-container{
		overflow: hidden;
	}
	.Certifications{
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.Certifications-left{
		width: 100%;
		padding-bottom: 20px;
	}
	.Certifications-right{
		width: 100%;
		padding-left: 0px;
	}
	.Certifications-left h2{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.Certifications-left p{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.about-culture{
		flex-wrap: wrap;
	}
	.about-culture-con{
		width: 49%;
		margin-bottom: 20px;
	}
	.about-culture-con:nth-child(2n-1){
		margin-left: 0px;
	}
}

.service-box{
	display: flex;
	padding-bottom: 70px;
}

.servicec-left{
	width: 64%;
    padding-right: 6%;
}
.servicec-right{
	width: 36%;
}
.servicec-left h2{
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}
.servicec-left p{
	color: #888888;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 30px;
}
.servicec-left a{
	width: 156px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	background: #f66c00;
	padding: 8px 10px;
}
.servicec-left a img{
	margin-left: 14px;
}

.service-bg{
	background: url(../images/service-bg.jpg) no-repeat top;
}

.service-con{
	display: flex;
	flex-wrap: wrap;
}
.service-text{
	width: 33.3333%;
	background: #fff;
}

.service-text .service-bh{
	color: #f66c00;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-top: 10%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.service-text .service-bh::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 29px;
	height: 1px;
	background: #f66c00;
	transform: translate(-50%,0);
}
.service-text p{
	color: #888888;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.service-text:hover{
	background: #f66c00;
}
.service-text:hover .service-bh{
	color: #fff;
}
.service-text:hover .service-bh::before{
	width: 65px;
	background: #fff;
}
.service-text:hover p{
	color: #fff;
}

.Advantage-box.service .Advantage-img-icon{
	display: none;
}
.service{
	display: flex;
}
.service .left{
	width: 59%;
	padding-right: 3%;
}
.service .right{
	width: 41%;
}
@media (max-width: 1023px) {
	.servicec-left h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.servicec-left p{
		font-size: 14px;
		line-height: 28px;
	    margin-bottom: 15px;
	}
	.service-box{
		flex-wrap: wrap;
	    padding-bottom: 30px;
	}
	.servicec-left{
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.servicec-right{
		width: 100%;
	}
	.servicec-left a{
		font-size: 16px;
	}
	.service{
		flex-wrap: wrap;
	}
	.service .left{
		width: 100%;
		padding-right: 0px;
	}
	.service .right{
		width: 100%;
		padding-bottom: 30px;
	}
	.service-text p{
		font-size: 14px;
		line-height: 26px;
	}
	.service-text .service-bh{
        padding-bottom: 5px;
    	margin-bottom: 10px;
	    font-size: 24px;
	}
	.service-text{
		width: 50%;
		padding-bottom: 15px;
	}
	.service-bg{
		background: none;
	}
	
	
	
	
}
@media (max-width: 400px) {
	.service-text{
		width: 100%;
	}
}










