/*# sourceMappingURL=style.css.map */
#translate{position: fixed;
    top: 3%;
    right: 1%;
    display: block;
    z-index: 99999;}
#translate select{ height:30px;}
@media screen and (max-width: 720px){
	#translate{
    top: 1%;
   }
   #translate select{ height:30px; max-width:150px;}
}
@font-face{
		font-family:'黑体';
		src:url('size/NotoSansHans-Black.html'),
			url('NotoSansHans-Bold.html'),
			url('NotoSansHans-DemiLight.html'),
			url('NotoSansHans-Light.html'),
			url('NotoSansHans-Medium.html'),
			url('NotoSansHans-Regular.html'),
			url('NotoSansHans-Thin-Windows.html');
}
body{
		margin: 0;
		min-width: 320px;
		/* font-family: "思源黑体"; */
}

.m_swiper .swiper-pagination-bullet{
	background: #ccc !important;
}
.m_swiper .swiper-pagination-bullet-active{
	background: #78b9d3 !important;
}
.title_div{
	width: 80%;
	padding: 40px 0 0;
	margin: 0 auto;
}
.title_div h4{
	font-size: 44px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}
.title_div p{
	font-size: 16px;
    color: #333;
}

.w1600{
	width: 98%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.nav{
	width:100%;
	height:90px;
	background-color:#333399;
	opacity: 0.9;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	min-width: 710px;
}
.nav:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
 }
.nav-img{ display:none;
	float:left;
	padding:29px 22px 27px 25px;
	background-color: #89ca56;
	cursor:pointer;
}

.nav2-box{
	position:absolute;
	top:90px;
	left:0;
	display:none;
}
.nav2{
	background-color: #5f933e;
	opacity: 0.7;
	width:400px;
	height:812px;
	z-index:-1;
}
.nav2-ul{
	width:100%;
	font-size: 20px;
	color:#fff;
	position:relative;
	top:-815px;
	left:0;
}
.nav2-li{
	border-bottom:1px solid #fff;
	padding:1.6rem 0;
	text-align: center;
	position: relative;
}
.nav2-li a{
	color: white;
}
.nav2-li:hover{
	cursor: pointer;
	background: #fff;
}
.nav2-li:hover a{
	color: #59873c;
}
.nav2-li:nth-of-type(2):hover span{
	color: #59873c;
}
.nav2-li span{
	width: 400px;
    display: inline-block;
	text-align: left;
	text-align: center;
}
.nav2-li img{
	position:absolute;
    top: 29px;
	right: 18px;
	color: white;
	font-size: 3rem;
	font-weight: 200;
}
.swiper-wrapper>.swiper-slide>img{
	width: 100%;
}
.nav2-li img:hover{
	cursor: pointer;
}

/* .nav2-li #z{
	position:absolute;
	top: 12px!important;
	right: 0px!important;
	width:25px!important;
}

#nav2-lis{
	position: absolute;
	top: -182px;
	left: 400px;
}
#nav2-lits{
	display: block;
	background-color: #59873c;
	opacity: 0.7;
	width:260px;
	height:812px;
	z-index:-1;
	padding: 50px 0;
}

#nav2-lits>li{
	display: block;
	padding: 30px 0;
	border-bottom:1px solid #D1DDC9;
	text-align: center;
	position: relative;
}

#nav2-lits span:hover{
	background: #FFFFFF;
	cursor: pointer;
} */


.nav3-box{
	position:absolute;
	top:-90px;
	left:400px;
	display:none;
}
.nav3{
	background-color: #59873c;
	opacity: 0.7;
	width:260px;
	height:812px;
	z-index:-1;
}
.nav3-ul{
	width:100%;
	font-size: 20px;
	position:relative;
	top:-719px;
	left:0;
}
.nav3-li{
	border-bottom:1px solid #D1DDC9;
	text-align: center;
	position: relative;
}
.nav3-li span:hover{
	background: #FFFFFF;
	color: #588739;
	cursor: pointer;
}
.nav3-li span{
	padding:18px 0;
	width: 260px;
    display: inline-block;
	text-align: left;
	color: #fff;
	text-align: center;
}
.logo{
	float:left;
	padding:8px 0 10px 40px ;

}
.logo:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
 }
.logo-img{
	float:left;
}

.logo_nav{
	float:left;
	padding:20px 0 10px 40px ;

}
.logo_nav ul li{ float:left; position:relative; text-align:center; display:block;}
.logo_nav ul li a{ font-size:14px; font-weight:bold; color:#fff; line-height:35px; display:block; padding:0 45px;}
.logo_nav ul li a:hover{ background:#fff; color:#333366;}
.logo_nav ul li ul{ display:none; position:absolute; top:35px; width:100%; left:0; background:#333366;}
.logo_nav ul li:hover ul{ display:block;}
.logo_nav ul li ul li{ text-align:center; float:none;}
.logo_nav ul li ul li a{ font-size:12px; display:block; padding:3px 0; text-align:center;}
.search{
	float:left;
	position:relative;
	padding-top:17px;
	padding-left:50px;
}
.search-input{
	background: transparent;
    border: 1px solid #fff;
    padding: 8px 10px 8px 17px;
    font-size:14px;
    color:#fff;
    width:173px;
}
.search-btn{
	background:url(../img/search.png) no-repeat center center;
	border:none;
	padding:5px 10px 5px 30px ;
	position:absolute;
	top:23px;
	right:2px;
	border-left:1px solid #fff;
}
.zhong{
	float:right;
	height: 100%;
	line-height: 88px;
	padding: 0 10px;
	border-left:1px solid #fff;
}
.zhong a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.zhong a:hover{
	background: #fff;
	color: #0776b0;
}
.banner{
	width:100%;
	height:900px;
	position:relative;
}
.banner-mb{
	display:none;
}


.banner-box{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.banner-box .swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
    background-color: #bfbfbf!important;
    opacity: 1!important;

}
.banner-box  .swiper-pagination-bullet-active {
    background-color: #8ac92d!important;

}
.banner_div .img_div>div{
	position: relative;
}
.banner_div .img_div img{
	width: 100%;

}
.banner_div .img_div>div{
	width:45%;
	height: 22%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: -100%;
	opacity: 0;
	transition: 1s;
	-webkit-transition: 1s;
    /* animation: move1 1s linear 1s forwards;
    -webkit-animation: move1 1s linear 1s forwards; */
}
.banner_div .img_div>.active_div{
	width:45%;
	height: 22%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 1%;
	opacity: 1;
    /* animation: move1 1s linear 1s forwards;
    -webkit-animation: move1 1s linear 1s forwards; */
}
.banner_div .img_div>div>div{
	width: 100%;
	height: 84%;
	background: #0776b0;
	position: absolute;
	top: 30%;
	right: -5%;
	opacity: 0.6;
}
.banner_div .img_div>div>p{
	color: white;
	font-size: 48px;
	z-index: 5;
	position: absolute;
	top: 45%;
	right: 15%;
}
.banner_div  .swiper-pagination>span{
	width: 15px;
	height: 15px;
}
.banner_div  .swiper-pagination-bullet-active{
	background: #0776b0!important;
}
@keyframes move1 {
    from {
            opacity: 0;
            transform: translateX(60px);
         }
    to {
            opacity: 1;
            transform: translateX(0);
        }
}
@-webkit-keyframes move1 {
    from {
            opacity: 0;
            transform: translateX(60px);
         }
    to {
            opacity: 1;
            transform: translateX(0);
        }
}

.about{
	width:calc(100% - 12rem);
	margin: 0 6rem;
	margin-top: 90px;
}
.about-title{
	font-size: 44px;
	color:#333;
	margin-bottom: 20px;
}
.about-box{
	display: flex;
}
.about-box-left{
	width:50%;
}
.about-box-right{
	width: 50%;
}
/* .about-box:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
 } */
/* .about-box-left{
	float:left;
	width:730px;
} */
.about-text{
	font-size: 16px;
	color:#333;
}
.about-box-right{
	overflow: hidden;
	cursor: pointer;
}
.about-box-right .about-img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}

.about-box-right:hover .about-img{
	transform: scale(1.05,1.05);
}
.about-btn{
	width:220px;
	padding:6px 0 ;
	margin-top: 70px;
	border-radius:40px;
	background-color: #0776b0;
	color:#fff;
	font-size:18px;
	text-align: center;
	position:relative;
	cursor: pointer;
	margin-bottom: 40px;
}

.about-btn-txt{
	text-align: center;
	color: #fff;
}
.about-btn-img{
	display: inline-block;
	position: relative;
	position: absolute;
	top: 5px;
	right: 22px;
}
.about-btn-img img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.about-btn{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.about-btn:hover img{
	cursor: pointer;
	transform: translate(8px，0) ;
	-webkit-transform: translate(8px,0);
}
.about-btns{
	width:220px;
	padding:6px 0 ;
	margin-top: 70px;
	border-radius:40px;
	background-color: #0776b0;
	color:#fff;
	font-size:18px;
	text-align: center;
	position:relative;
	cursor: pointer;
	float: right;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.about-btns:hover img{
	cursor: pointer;
	transform: translate(8px，0) ;
	-webkit-transform: translate(8px,0);
}
.about-btn-imgs{
	display: inline-block;
	position: relative;
	position: absolute;
	top: 5px;
	right: 20px;
}
.about-btn-imgs img{
	transition: 0.5s;
    -webkit-transition: 0.5s;
}


.hr{
	padding:0;
	margin:0;
	border:1px dashed #bfbfbf;
	width:99.7%;
}
.about-services{
	display:none;
}
.services{
	display:block;
	width:calc(100% - 12rem);
	margin:0 6rem;
	flex-wrap: wrap; float:left; margin-bottom:25px;
}
.services-left{
	width:46%;
	overflow: hidden;
	cursor: pointer; float:left;
}
.services-right{
	width:48%; float:right;
}
@media screen and (max-width:1797px){
	.address-txt{
		margin-right: 0px!important;
	}
}
@media screen and (max-width:1598px){
	.address-txt{
		margin-right: 0px!important;
	}
	.banner_div .img_div>div>p{
		font-size: 38px;
	}


}
@media screen and (max-width:1200px){
	.banner_div .img_div>div>p{
		font-size: 28px;
	}
}
@media screen and (max-width:900px){
	.services-left{
		width:90%; margin-left:5%;
	}
	.services-right{
		width:90%; margin-left:5%;
	}
	.banner_div .img_div>div>p{
		font-size: 18px;
	}
}
.services-img{
	width: 100%;
	    height: 100%;
	display: block;
	transition: all 0.5s;
}

.services-left:hover .services-img{
	transform: scale(1.05,1.05);
}
.services-title{
	font-size: 44px;
	color:#333;
	text-align: right;
	margin-bottom: 20px;
}
.services-txt{
	font-size: 16px;
	color:#333;
	overflow: hidden;

}
.services-btn{
	float: right;
	width:260px;
	padding:10px 0 ;
	margin-top: 70px;
	border-radius:40px;
	background-color: #8ac92d;
	color:#fff;
	font-size:18px;
	text-align: center;
	cursor: pointer;
}
.services-btn:hover{
	background-color: #87d119;
}
.product{
	width:100%;
	background:#333399; padding-bottom:30px;
	margin-top:30px; float:left;
}
.product-title{
	width:1100px;
	margin:0 auto 20px;
	font-size: 44px;
	color:#fff;
	text-align: center;
	padding-top: 30px;
}
.product-txt{
	width:1100px;
	margin:0 auto;
	font-size: 16px;
	color:#fff;
	text-align: left;
}
.product-search{
	width:1100px;
	margin:0 auto;
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.product-input{
	width:780px;
	height:70px;
	background-color:rgba(255,255,255,0.5);
	border:none;
	border-radius: 50px;
	    padding: 0 20px;
}
.product-btn{
	background:url(../img/product-btn.png) no-repeat center center;
	border:none;
	padding: 25px 15px 3px 30px;
	position:absolute;
	top:15px;
	right:190px;
}
.cal{

	margin-top: -170px;
}

.cal-swiper-container {
    width: 100%;
    margin: 0px auto;
}
.cal-swiper-wapper{
	height:705px;
}
.cal-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
.cal-box{
	width: 100%;
	box-sizing: border-box;
	padding:3%;
}
.cal-img{
	overflow: hidden;
	display:block;
	width: 100%;
}
.cal-img img{
	display: block;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.cal-title{
	width:100%;
	font-size: 16px;
	color:#333;
	text-align: left;
	font-weight: bold;
	margin-top:20px;
}
.cal-heng{
	width:30px;
	display:block;
	border:2px solid #78b9d3;
	margin-bottom: 20px;
}


.cal-txt{
	width:100%;
	display:block;
	font-size: 16px;
	color:#333;
	text-align: left;
	  display:-webkit-box;
	  -webkit-line-clamp:5;
	  -webkit-box-orient:vertical;
	  overflow:hidden;
}
.cal-swiper-slide:hover{
	box-shadow: 0px 4px 9px 0px rgba(4, 0, 0, 0.34);
	cursor: pointer;
}
.cal-swiper-slide:hover .cal-img img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cal-swiper-wrapper{
	/* padding-left: 6px;
    padding-right: 6px; */
}
.cal-swiper-slide{
	padding:0;
	    width: 377px;
}

.cal .swiper-pagination{
	position: relative;
	margin-top: 4%;
	height: 40px;
}
.cal .swiper-pagination-bullet{
	width: 16px!important;
    height: 16px!important;
 	/* background-color:none!important; */
	opacity: 1!important;
}
.aaa{
	height: 50px;
	text-align: center;
}


.aaa i{
	display: inline-block;
	width: 1px;
	height: 30px;
	background: #78b9d3;
	vertical-align: top;
	margin-top: 10px;
}
.cal-swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	background: #bfbfbf;
}
.cal-swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #63A238;
}
.cal-swiper-button-next{
	width: 50px!important;
	height: 50px!important;
	position: static !important;
	display: inline-block;
	margin: 0 !important;
	outline: none;
	background: url(../img/cal-right.png) no-repeat center center!important;
}
.cal-swiper-button-prev{
	width: 50px!important;
	height: 50px!important;
	position: static!important;
	display: inline-block;
	margin: 0 !important;
	outline: none;
	background: url(../img/cal-left.png) no-repeat center center!important;
}

/* .cal-swiper-button-prev{
	background: url(../img/cal-left.png) no-repeat center center!important;
	width: 55px!important;
    height: 55px!important;
    opacity: 1!important;
    position:absolute!important;
    top:91%!important;
    left:45%!important;

} */
/* .cal-swiper-button-next{
	background: url(../img/cal-right.png) no-repeat center center!important;
	width: 55px!important;
    height: 55px!important;
    opacity: 1!important;
    position:absolute!important;
    top:91%!important;
    right:46%!important;
} */
/* .cal-swiper-button-next:after {
    content: '';
    position: absolute;
    top: 23%;
    right:115%;
    background: #63a239;
    width: 1px;
    height: 25px;
} */

.address-mb{
	display:none;
}
.address{
	width:100%;
	height:730px;
	position: relative;
	background-color: #f5f8ff;
}

.address-box{
	width:100%;
	height: 100%;
	margin:0 auto;
	position: relative;
	text-align: center;
}
.address-box:after {
    content: '';
    position: absolute;
    top: 20%;
    right:-2px;
    background: #63a239;
    width: 0%;
    height: 25px;
}
.address-img{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 5%;
}
.add{
	background: url(../img/add.png) no-repeat right bottom;
    width: 149px;
    height: 67px;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.add:hover{
	background: url(../img/add-active.png) no-repeat right bottom;
}
.addE{
	background: url(../img/add.png) no-repeat left bottom;
}
.addE:hover{
	background: url(../img/add-active.png) no-repeat left bottom;
}
.addJ{
	background: url(../img/add.png) no-repeat left bottom;
}
.addJ:hover{
	background: url(../img/add-active.png) no-repeat left bottom;
}
.germany{
	position:absolute;
	top: 70px;
    left: 290px;
}
.germany-txt{
	font-size: 13.37px;
	position: relative;
	top: 15px;
    left: 116px;
}

.usa{
	position:absolute;
	top: 93px;
    left: 45px;
}
.usa-txt{
	font-size: 13.37px;
	position: relative;
	top: 7px;
    left: 112px;
}

.Jersey{
	position:absolute;
	top:100px;
	left:221px;
}
.Jersey-txt{
	font-size: 13.37px;
	position: relative;
	top: 55px;
    left: -2px;
}

.california{
	position:absolute;
	    top: 125px;
    left: -10px;
}
.california-txt{
	font-size: 13.37px;
	position: relative;
	top: 60px;
    left: 52px;
}
.africa{
	position:absolute;
	top: 279px;
	left: 169px;
}
.africa-txt{
	font-size: 13.37px;
	position: relative;
	top: 53px;
    left: 116px;
}
.russia{
	position:absolute;
	top: 87px;
    left:437px;
}
.russia-txt{
	font-size: 13.37px;
	position: relative;
	top: 53px;
    left: 6px;
    /* width: 300px; */
}
.paul{
	position:absolute;
	top: 311px;
    left: 333px;
}
.paul-txt{
	font-size: 13.37px;
	position: relative;
	top: 49px;
    left: 134px;
}
.nanjing{
	position:absolute;
	top: 135px;
    left: 548px;
}
.nanjing-txt{
	font-size: 13.37px;
	position: relative;
	top: 50px;
    left: 112px;
}
.bangkok{
	position:absolute;
	top: 175px;
    left:518px;
}
.bangkok-txt{
	font-size: 13.37px;
	position: relative;
	top: 46px;
	left: 113px;
}
.malathia{
	position:absolute;
	top: 225px;
    left: 514px;
}
.malathia-txt{
	font-size: 13.37px;
	line-height: 15px;
	position: relative;
	top: 62px;
    left: 122px;
}
.address-txt{
	display: inline-block;
	width:280px;
	height:700px;
	background-color:#187dad;
	padding:15px;
	vertical-align: middle;
}
.address-txt-top{
	border-bottom:1px solid #fff;
	text-align: center;
	padding:5px 0 15px 0;
}
.address-txt-bottom{
	font-size: 16px;
	color:#fff;
	text-align: left;
}

.kuaijie{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 15% 50px;
	width: 100%;
	box-sizing: border-box;
}
.kuaijie h3{
	color:#333;
	font-size: 22px;
}
.kuaijie li{
	color:#5e5d5d;
	font-size: 16px;
	cursor: pointer;
}
.kuaijie li:hover{
   color:#333;

}



@media screen and (max-width: 720px){
	.kuaijie>div{
		width: 100%;
		flex-wrap: wrap;
		text-align: center;
	}
	.kuaijie>div img{ width:100%;}
}



.footer{
	width:100%;
	border-top:1px solid #d5d5d5;
	color:#9c9b9b;
	font-size: 14px;
		clear: both;
}
.footer-contain{
	width:80%;
	margin:0 auto;
}
.footer-contain:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
 }
.footer-contain span{
	display:inline-block;
	text-align: center;
	padding:25px 0 40px 0;
	color:#9c9b9b;
}
.footer-left{
	float:left;
}
.footer-right{
	float:right;
}
@media only screen and (max-width: 1024px){
	.w1600{
		width: 96%;
	}
	.kuaijie{
		padding: 4rem 5%;
		box-sizing: border-box;
	}
	.nav{
		width:100%!important;
		height:50px!important;
		background-color:#cccccc;
		opacity: 0.9;
		position:fixed;
		left:0;
		top:0;
		z-index:10000;
	}
	.nav:after {
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	  overflow: hidden;
	  content: ".";
	 }
	.nav-img{
		float:left;
		padding: 12px 15px 13px 15px!important;
		background-color: #cccccc;
		cursor:pointer;
	}
	.nav-img img{
		width:30px;
	}
	.nav .m_nav{
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.nav .m_nav ul>li{
		font-size: 12px!important;
	}
	.m_nav ul>li>a{
		height: 58px!important;
		line-height: 58px!important;
	}
	.m_nav ul>li>ol>li a{
		height: 58px!important;
		line-height: 58px!important;
	}
	.nav .m_nav{
		top: 50px!important;
	}
	.nav2-box{
		position:absolute;
		top:50px!important;
		left:0;
		display:none;
	}
	.nav2{
		background-color: #7fb472;
		opacity: 0.7;
		width:50%!important;
		height:400px!important;
		z-index:-1;
	}
	.nav2-ul{
		width:50%!important;
		font-size: 17px;
		color:#fff;
		position:relative;
		top:-400px!important;
		left:0;
		transition: all .5s;
	}
	.nav2-li{
		border-bottom:1px solid #fff;
		padding:5px 0!important;
		text-align: center;
		position: relative;
	}
	.nav2-li span{
		width: 400px;
		padding:0 10px;
	    display: inline-block;
	    text-align: left;
	}
	.nav2-li img{
		position:absolute;
	    top: 12px!important;
	    right: 0px!important;
		width:25px!important;
	}

	.nav3-box{
		position:absolute;
		top:-47px;
		left:100%!important;
		display:none;
	}
	.nav3{
		background-color: #7fb472;
		opacity: 0.7;
		width:40%!important;
		height:300px!important;
		z-index:-1;
	}
	.nav3-ul{
		width:100%;
		color:#fff;
		position:relative;
		top:-300px!important;
		left:0;
	}
	.nav3-li{
		border-bottom:1px solid #fff;
		padding:5px 0!important;
		text-align: center;
		position: relative;
		width:40%;
	}
	.nav3-li span{
		width: 400px;
	    display: inline-block;
		text-align: left;
		font-size: 15px;
	}
	.logo{
		float:left;
		padding:8px 0 10px 15px !important;
	}
	.logo:after {
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	  overflow: hidden;
	  content: ".";
	}
	.logo-img{
		float:left;
	}
	.logo-img img{
		width:90px;
		margin: 0!important;
		width: 90px!important;
	}
	.search{
		float:left;
		position:relative;
		padding-top:1px!important;
		padding-left:20px!important;
	}
	.search-input{
		background: transparent;
	    border: 1px solid #fff;
	    padding: 8px 10px 8px 5px!important;
	    font-size:12px!important;
	    color:#fff;
	    width:120px!important;
	}
	.search-btn{
		background:url(../img/search.png) no-repeat center center;
		border:none;
		padding:5px 10px 5px 30px ;
		position:absolute;
		top:5px!important;
		right:-2px!important;
		border-left:1px solid #fff;
	}
	.zhong{
		float: right;
		line-height: 48px;
		padding: 0 10px!important;
		border-left: 1px solid #000000;
	}
	.about{
		width:95%!important;
		margin:0 auto;
		margin-top:15px!important;
	}
	.about-title{
		font-size: 20px!important;
		color:#333;
	}
	.about-box:after {
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	  overflow: hidden;
	  content: ".";
	 }
	.about-box-left{
		float:left;
		width:100%!important;
	}
	.about-text{
		font-size: 14px!important;
		color:#333;
		line-height: 22px!important;
	}
	.about-box-right{
		float:right;

		width:100%!important;
		margin-right: 0px!important;
		overflow: hidden;
		cursor: pointer;
		margin-top: 15px!important;
	}
	.about-box-right .about-img{
		width: 100%;
		display: block;
		transition: all 0.5s;
	}

	.about-box-right:hover .about-img{
		transform: scale(1.05,1.05);
	}
	.about-btn{
		width:175px!important;
		padding:6px 0 !important;
		margin-top: 15px!important;
		border-radius:40px;
		background-color: #8ac92d;
		color:#fff;
		font-size:12px!important;
		text-align: center;
		position:relative;
		cursor: pointer;
	}
	.about-btn:hover{
		background-color: #87d119;

	}
	.about-btn-txt{
		text-align: center;
		color: #fff;
	}

	.hr {
	    padding: 0;
	    margin: 0;
	    border: 1px dashed #bfbfbf;
	    width: 98.7%!important;
	}
	.services{
		display:block;
	width:100%;
	margin:0 auto;
	flex-wrap: wrap; margin-bottom:25px;
		
	}
	.services-title {
    font-size: 28px;
    color: #333;
    text-align:center;
    margin-bottom: 20px;
}.about-btns{ float:none; margin:0 auto;}
	.about-services{
		display:block;
	}
	.product{
		width:100%;
		background:#333399;
		height:auto; padding:20px 0;
		margin-top:10px!important;
	}
	.product-title{
		width:100%!important;
		margin:0 auto;
		font-size: 20px!important;
		color:#fff;
		text-align: center;
		padding-top: 30px;
	}
	.product-txt{
		width:100%!important;
		margin:0 auto;
		font-size: 12px!important;
		line-height: 15px;
		color:#fff;
		text-align: center;
	}
	.product-search{
		width:100%!important;
		margin:0 auto;
		text-align: center;
		position: relative;
		margin-top: 20px;
	}
	.product-input{
		width: 65%!important;
	    height: 30px!important;
	    background-color: rgba(255,255,255,0.5);
	    border: none;
	    border-radius: 50px!important;
	    padding: 0 10%!important;
	}
	.product-btn{
		background: url(../img/product-btn.png) no-repeat center center;
	    border: none;
	    padding: 12px 10px 0px 17px!important;
	    position: absolute;
	    top: 1px!important;
	    right:9%!important;
	    background-size: 80% 80%!important;
	}

.cal{
	margin-top: -290px!important;
	padding-bottom:10px;
}

.cal-swiper-container {
    width: 100%;
    margin: 0px auto;
}
.cal-swiper-wapper{
	height:705px;
}
.cal-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
.cal-box{
	width: 100%;
	box-sizing: border-box;
	padding:3%;
}
.cal-img{
	display:block;
	width: 100%;
}
.cal-img img{
	display: block;
	width: 100%;
}
.cal-title{
	width:100%;
	font-size: 13px!important;
	color:#333;
	text-align: left;
	font-weight: bold;
	margin-top:0px!important;
}
.cal-heng{
	width:30px;
	display:block;
	border:2px solid #78b9d3;
	margin-bottom: 5px!important;
}


.cal-txt{
	width:100%;
	display:block;
	font-size: 16px!important;
	color:#333;
	line-height: 24px;
	text-align: left;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:4!important;
	-webkit-box-orient:vertical;
	 overflow:hidden;
}
.cal .swiper-slide-active{
	transition: 0.5s;
}

.cal-swiper-slide:hover{
	box-shadow: 0px 4px 9px 0px rgba(4, 0, 0, 0.34);
	cursor: pointer;
}
.cal-swiper-wrapper{
	padding-left: 6px;
    padding-right: 6px;
}
.cal-swiper-slide{
	padding:0;
	    width: 377px;
}

.cal .swiper-pagination{
	position: relative;
	margin-top: 5%;
}
.cal .swiper-pagination-bullet{
	width: 16px!important;
	height: 16px!important;
	color: #bfbfbf!important;
 	/* background-color:none!important; */
}


.address-mb{
	display:block!important;
	margin-top: 0px!important;
}
 .address-mb .cal-swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color:#187dad!important;
    opacity:1!important;

 }
	.address{
		width:100%;
		height:460px;
		background-color: #eff1e1;
		display:none;
	}


	.address-box{
		width: 100%!important;
		height: 100%;
		margin:0 auto;
	}
	.address-box:after {
	    content: '';
	    position: absolute;
	    top: 20%;
	    right:-2px;
	    background: #63a239;
	    width: 0%;
	    height: 25px;
	}
	.address-img img{
		width:100%!important;
	}
	.add{
		background: url(../img/add.png) no-repeat right bottom;
	    width: 25px!important;
	    height: 35px!important;
	    cursor: pointer;
	    background-size: 50% 50%;
	}
	.add:hover{
		background: url(../img/add-active.png) no-repeat right bottom;
		background-size: 60% 60%;
	}
	.germany{
		position:absolute;
		top: 30px!important;
	    left: 190px!important;
	}
	.germany-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 0px!important;
	    left: 20px!important;
	    width: 110px!important;
	}

	.usa{
		position:absolute;
		top: 93px;
    	left: 45px;
	}
	.usa-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 35px!important;
	    left: 18px!important;
	    width: 100px!important;
	}
	.california{
		position:absolute;
		top: 55px!important;
	    left: 44px!important;
	}
	.california-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 35px!important;
	    left: -30px!important;
	    width: 100px!important;
	}
	.africa{
		position:absolute;
		top: 144px!important;
	    left: 115px!important;
	}
	.africa-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 35px!important;
	    left: -60px!important;
	    width: 220px!important;
	}
	.russia{
		position:absolute;
		top: 40px!important;
	    left: 203px!important;
	}
	.russia-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 36px!important;
	    left: 15px!important;
	    width: 160px!important;
	}
	.paul{
		position:absolute;
		top: 140px!important;
	    left: 205px!important;
	}
	.paul-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 25px!important;
	    left: 30px!important;
	    width: 80px!important;
	}
	.nanjing{
		position:absolute;
		top: 35px!important;
	    left: 330px!important;
	}
	.nanjing-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: -13px!important;
	    left: -7px!important;
	    width: 90px!important;
	}
	.bangkok{
		position:absolute;
		top: 85px!important;
	    left: 293px!important;
	}
	.bangkok-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 10px!important;
	    left: 30px!important;
	}
	.malathia{
		position:absolute;
		top: 110px!important;
	    left: 295px!important;
	}
	.malathia-txt{
		font-size: 12px!important;
		line-height: 15px;
		position: relative;
		top: 30px!important;
	    left: 20px!important;
	    width: 80px!important;
	}
	.address-txt{
		float:right;
		width:173px!important;
		height:180px!important;
		background-color:#187dad;
		padding:10px!important;
	}
	.address-txt-top{
		border-bottom:1px solid #fff;
		text-align: center;
		padding:0px 0 10px 0!important;
	}
	.address-txt-top img{
		width:20px;
	}
	.address-txt-bottom{
		font-size: 12px!important;
		color:#fff;
	}
	/* .swiper-button-next{
		margin-top: -8px!important;
	} */

	.footer{
		width:100%;
		border-top:1px solid #d5d5d5;
		color:#9c9b9b;
		font-size: 12px!important;

	}
	.footer-contain{
		width:100%!important;
		margin:0 auto;
	}
	.footer-contain:after {
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	  overflow: hidden;
	  content: ".";
	 }
	.footer-contain span{
		display:inline-block;
		padding: 5px 0 10px 0!important;
		    width: 100%;
	}
	.footer-left{
		float:left;
	}
	.footer-right{
		float:right;
		margin-top: -10px;
	}
	.banner{
		display:none;
	}
	.banner-mb{
		display:block;
		width:100%;
	}
	.banner-mb-box img{
		width:100%;
	}
	.banner-mb .swiper-pagination-bullet {
	    width: 10px!important;
	    height: 10px!important;
	    background-color: #bfbfbf!important;
	    opacity: 1!important;

	}
	.banner-mb  .swiper-pagination-bullet-active {
	    background-color: #8ac92d!important;

	}
}
.neiye-bottom{
	width: 100%;
	height: 0px;
	box-shadow:0 0 30px #969696;
	margin: 0 0 8px 0;
	overflow: hidden;
}
.news-mainN-contain{
	text-align: right;
	padding:0 13.33%;
}
.news-mainN{
	color: #969696;
}

.news-mainN li{
	 display: inline-block;
	 font-size: 18px;
	 margin-top:60px;
	 margin-right: 2rem;
	 text-align: center;
	 color: #666666;
}
.news-mainN li.active{
	color: #63A238;
	border-bottom:4px solid #63A238
}
.news-mainN li:hover{
	color: #63A238;
	border-bottom:4px solid #63A238
}

.news-main{
	padding: 0 10%;
}
.mainone{
  padding-top:75px;
  padding-right: 8rem;
  border-top: 1px solid #bfbfbf;
  position: relative;
}
.mainone>div:nth-of-type(1){
	margin-top: 130px;
	padding: 15px 470px 60px 30px;
	background: #F8F8F8;
}
.mainone>div:nth-of-type(1)>h2{
	font-size: 22px;
	color: #333333;
	margin-top: 4rem;
}
.mainone>div:nth-of-type(1)>p{
	font-size: 16px;
	color: #666666;
}
.mainone>div:nth-of-type(1)>a{
	color: #63A238;
}
.mainone>div:nth-of-type(2){
	width: 35%;
	position: absolute;
	top: 60px;
	right: 60px;
	/*overflow: hidden;*/
}
.mainone>div:nth-of-type(2)>img{
	width: 100%;
	/* transition: 0.5s;
	-webkit-transition: 0.5s; */
}

/* .mainone>div:nth-of-type(2)>img:hover{
	cursor: pointer;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
} */


.mainone>div:nth-of-type(2)::after{
	content: '';
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 100px;
	height: 60px;
	border-bottom: 1px solid #63A238;
	border-right: 1px solid #63A238;
}
.mainone>div:nth-of-type(2)::before{
	content: '';
	position: absolute;
	left: -300px;
	top: 100px;
	width: 300px;
	height: 0px;
	border-bottom: 1px solid #d8d5d5;
}
.mainone>div:nth-of-type(2)>span{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #63A238;
	border-radius: 50%;
	position: absolute;
	left: -300px;
	top: 99px;

}

#ceil{
	padding: 4rem 13.33% 0 13.33%;
}

#ceil .blockall{
	margin-top: 2rem;
	position: relative;
	border-bottom:1px solid #c9c9c9;
}
#ceil .blockall>.block{
	display: flex;
}
#ceil .blockall>.block>img{
	width: 25%;
	height: 200px;
}

#ceil .blockall>.block>.news-abstract{
	width: 60%;
	padding-left: 2rem;
	color: #c9c9c9;
}

#ceil .blockall>.block>.news-abstract .title{
	font-size: 22px;
	margin-bottom: 35px;
	font-weight: 400;
	white-space: nowrap;
	color: #333333;
	position: absolute;
	top: 15px;
	/* right: 30px; */
	/* color: #0776b0; */
}
#ceil .blockall>.block>.news-abstract .title:hover{
	color: #7FB35E
}

#ceil .blockall>.block>.news-abstract .content{
	color: #666666;
	font-size: 14px;
	margin-top: 60px;
}


#ceil .blockall>.blocks>div{
	float: left;
}

#ceil .blockall>.blocks{
	position: absolute;
	top: 0;
	right: 0;
}
#ceil .blockall>.blocks>div:nth-of-type(1){
	border: 1px solid #E2E2E2;
	width: 58px;
	height: 60px;
	display: inline-block;
	text-align: center;
	color: #949494;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
#ceil .blockall>.blocks>div:nth-of-type(1)>p{
	line-height: 1;
}
#ceil .blockall>.blocks>div:nth-of-type(1)>p:nth-of-type(1){
	font-size: 25px;
	font-weight: 500;
}
#ceil .blockall>.blocks>div:nth-of-type(1)>p:nth-of-type(2){
	font-size: 10px;
}
#ceil .blockall>.blocks>div:nth-of-type(2){
	background: #999999;
	width: 60px;
	height: 60px;
	text-align: center;
	color: white;
	display: flex;
}
#ceil .blockall>.blocks>div:nth-of-type(2):hover{
	background: #63A239;
}
#ceil .blockall>.blocks>div:nth-of-type(2) a{
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: white;
}
#ceil .blockall>.blocks>div:nth-of-type(2) span{
	font-size: 1.5rem;
}



/* 分页的样式 */
.nav-footer{
	margin: 50px auto;
	padding: 0 30px;
	width: 60%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	background: #FFFFFF;

}

.nav-footer .pagination .prev{
	width: 70px;
	color: #333;
}
.nav-footer .pagination .next{
	width: 60px;
	color: #333;
}
.nav-footer .pagination .active{
	background-color: #80b35e;
	color: white;
	border-radius: 8px;
}
.nav-footer .pagination a{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 7px;
	font-size: 16px;
	color: #333;
	margin: 0 8px;
}
.nav-footer .pagination a:hover{
	background-color: #80b35e;
	color: white;
	border-radius: 8px;
}



.newsmain{
	 /* margin-top:120px; */
	 padding:0 13.33%;
}
.newsmainone{
  border-top: 1px solid #bfbfbf;
  margin: 0 2rem 2rem 2rem;
  text-align: center;
  padding-top: 4rem;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-bottom: 2rem;
}
.newsmainone>h1{
	font-weight: 700px;
	font-size: 25px;

}
.newsmainone>p{
	color: #C9C9C9;
	font-weight: 400px;
}

.newsmainthree{
	padding: 2rem 5rem 0 5rem;
	font-size: 16px;
}
.newsmainthree>p{
	margin: 40px;
	color: #6D6D6D;
}
.newsmainthree>p:nth-of-type(1){
	margin: 0;
}
.newsmainthree>p:nth-of-type(1)>img{
	width: 100%;
}
#media{
	color: #67A03F;
	border-bottom: 4px solid #67A03F;
}


.newscontactmain{
	padding: 0 13.33%;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 5rem;
}
.newscontactmainone{
   padding: 4rem 3rem 0 50px;
   border-top: 1px solid #C9C9C9;
   color: #696969;
   font-size: 22px;
}
.newscontactmainone p:nth-of-type(1){
	font-size: 44px;
	color: #333;
}
.newscontactmainone p:nth-of-type(2){
	font-size: 16px;
    color: #333;
}

.newscontactmaintwo{
	height: 32rem;
	border-radius:5px;
	margin-top: 5rem;
	display: flex;
	position: relative;
}
.newscontactmaintwo>div{
	font-size: 22px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap
}
.newscontactmaintwo>div>p{
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
}
.newscontactmaintwo>div:nth-of-type(1){
	width: 50%;


}
.newscontactmaintwo>div:nth-of-type(2){
	width: 50%;
}
@media screen and (max-width:1024px){
	.newscontactmaintwo{
		display: block !important;
	}
	.newscontactmaintwo>div:nth-of-type(1){
		width: 100%!important;
		padding-top: 3rem!important;

	}
	.newscontactmaintwo>div:nth-of-type(2){
		width: 100%!important;
		margin-top: 2rem!important;
	}


	/* --------------------------------------- */
	/* .chinamains-main{
		display: flex;
	} */

}

.newsshowmain{
	background-image: url('../img/newsshow.png');
	width: 100%;

}
.newsshowmainalls{
	padding:0 13.33%;

}

.newsshowmainall{
	border-top:1px solid #7E7E7E;
	padding-top: 2rem;
	padding-bottom: 2rem;
	/* overflow-x: auto; */
}
.newsshowmainallone{
	font-size: 0;
}
.newsshowmainallone select{
	display: inline-block;
	width: 49.75%;
	background: #FFFFFF;
	padding: 10px 0;
	padding-left: 23% ;
	font-size: 15px;
	color: #7e7e7e;
	margin-right: 0.5%;
}
.newsshowmainallone select:last-of-type{
	margin-right: 0;
}
.newsshowmainallone select>option{
	text-align: center;
}



.event_box{
	border: 1px solid #aaa;
	background: #fff;
	margin-bottom: 1.2rem;
	min-width: 580px;
}
.event_box .title_p{
	height: 90px;
    line-height: 90px;
    padding-left: 6%;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.event_box .title_p strong{
	display: inline-block;
    font-size: 22px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: calc(100% - 90px);
	font-weight: normal;
}
.event_box .title_p i{
	float: right;
    width: 90px;
    height: 100%;
    background: url(../img/xia.png) no-repeat center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.event_box .active_p{
	background: #dbd9da;
}
.event_box .active_p i{
    background: url(../img/shang.png) no-repeat center;
}
.event_box .event_div{
	display: none;
}
.event_box .event_div .conten_div{
	font-size: 0;
}
.event_box .event_div .conten_div span{
	width: 24.625%;
    display: inline-block;
    color: #333;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-right: 0.5%;
    padding: 0.5rem 0;
    font-size: 15px;
}
.event_box .event_div .conten_div span:last-of-type{
	margin-right: 0;
}
.event_box .event_div .conten_div span img{
	max-width: 80%;
}


.tubiao1{
	float: right;
	font-size: 6px;
	margin-top: 5px;
	transform: rotate(180deg);
	color: #7e7e7e;
}
.newsshowmainalltwo{
	font-size: 0;
}
.newsshowmainalltwo>div{
	width: 24.625%;
	background: #ccc;
	display: inline-block;
	color: white;
	text-align: center;
	margin-bottom: 0.2rem;
	margin-right: 0.5%;
	margin-top: 2px;
	padding: 0.5rem 0;
	font-size: 15px;
}
.newsshowmainalltwo>div:last-of-type{
	margin-right: 0;
}
.newsshowmainalltwo>div:hover{
	cursor: pointer;
}
.newsshowmainallthrees{
	background: #EEEEEE;
	text-align: center;

}
.newsshowmainallthrees>.tables{
	color: #73AE4E;
	font-size: 30px;
	padding: 30px 0;
}
.newsshowmainallthree>.table{
	padding: 8px 0;
	margin: 8px 0;
	border-bottom:1px solid #C9C9C9;
	border-top:1px solid #C9C9C9;
}

.newsshowmainallthree>.table>section{
	width: 18%;
	font-size: 16px;
	display: inline-block;
	color: #7E7E7E;
  }
  .newsshowmainallthree>.table>section>img{
	  width: 180px;
  }

.newsshowmainallthree:nth-last-of-type(1){
	background: #EEEEEE;
	width: 100%;
	height: 150px;
}
.industrylistmain{
	padding: 0 13.33%;
}
.industrylistmainone>h1{
   text-align: center;
   margin: 4rem 0;
   font-size: 40px;
   font-weight: bold 700;
}
.industrylistmainone>p{
	font-size: 16px;
}
.industrylistmainone>p img{
	width: 100% !important;
}
.industrylistmainone>img{
	width: 100%;
	margin: 40px 0 50px 0;
}
.industrylistmaintwo{
	margin-top: 50px;
}
.industrylistmaintwo>img{
	width: 100%;
	/* transition: 0.5s;
	-webkit-transition: 0.5s; */
}
/* .industrylistmaintwo>img:hover{
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
} */



.industrylistmainthree{
	padding: 5rem;
}
.industrylistmainthree>p{
	font-size: 16px;
}
.industrylistmainthree>p:nth-of-type(1){
	text-indent: 2em;

}
.industrylistmainthree>p:nth-of-type(2){
	text-indent: 2em;
}
.industrylistmainthree>p:nth-of-type(3){
	text-indent: 2em;
}
.searchmainallone>div:nth-of-type(2)>form>img:hover{
	cursor: pointer;
}

.kuaijie-z{
	border-top: 1px solid #bfbfbf;
}
@media screen and  (max-width: 1628px){
	.searchmainallone{
		display: block !important;
	}
}
@media screen and  (max-width: 885px){
	.searchmainallone>div:nth-of-type(2)>div>input{
		width:80%!important;
	}
	.searchmainallone>div:nth-of-type(1){
		width: 80%!important;
	}
}
.industrysearchmain{
	background-image: url('../img/search_0.png');
   padding: 6rem 13.33% 6rem 13.33%;
}
.industrysearchmainall{
	background: #FFFFFF;
}
.searchmainallone{
	padding: 120px  80px 60px 80px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C9C9C9;

}
.searchmainallone form{
	font-size: 0;
	width: 100%;
}
.searchmainallone form .div1{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.searchmainallone form .div2{
	margin-right: 4%;
}
.searchmainallone .div1 p{
	margin-left: 10px;
    font-size: 20px;
    color: #828282;
}
.searchmainallone .div1 select{
	width: 100%;
	height: 52px;
    border: 1px solid #89C92D;
    font-size: 15px;
    color: #828282;
	vertical-align: top;
	box-sizing: border-box;
}
.searchmainallone .div1 input{
	width: calc(100% - 55px);
	height: 52px;
	border: 1px solid #89C92D;
	box-sizing: border-box;
    font-size: 15px;
    color: #828282;
	vertical-align: top;
	padding-left: 8px;
}
.searchmainallone .div1 input:last-of-type{
	background-image: url(../img/search-02.jpg);
    background-image: 100% 100%;
    width: 55px;
    height: 52px;
	border: none;
	padding: 0;
}
.searchmainallone>div:nth-of-type(2)>p{
 margin-left: 10px;
 font-size: 20px;
 color: #828282;
}
.searchmainallone>div:nth-of-type(2)>form>input:nth-of-type(1){
	width: 400px;
  border: 1px solid #89C92D;
  padding:15px 0 15px 8px;
  font-size: 15px;
  color: #828282;
  vertical-align: top;
   }
 .searchmainallone>div:nth-of-type(2)>form>input:nth-of-type(2){
	   background-image:url("../img/search-02.jpg") ;
	   background-image: 100% 100%;
	   width: 55px;
	   height: 52px;
	   border: none;
   }
.searchmainalltwo>li{
display: inline-block;
padding-left: 1rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
font-size: 20px;
}
.searchmainalltwo>li:hover{
	color: #89C92D;
	cursor: pointer;
}


.searchmainalltwo>li:nth-of-type(1){
	padding-left: 4rem;
}
.searchmainallthree>p{
	font-size: 20px;
	color: #89C92D;
	padding-left: 4rem;
	margin-bottom: 1rem;
	font-weight: 900;
}
.searchmainallthree>ul>li{
	font-size: 18px;
	padding: 10px 1rem 10px 4rem;
}
.searchmainallthree>ul>li:hover{
	color: #89C92D!important;
	cursor: pointer;
}
.searchmainallthree>ul>li{
	background: #fff;
}
.searchmainallthree>ul>li span{
	color: #aaa !important;
	font-size: 16px;
}
.searchmainallthree>ul>li:nth-of-type(even){
   background: #f1f7ed;
}

 /* .searchmainallthree>ul>li:nth-of-type(9){
	background: #EBEBEB;
	color: #5B5B5B;
 } */
 .searchmainallthree>ul>li:nth-last-of-type(1){
	padding-bottom: 1.5rem;
 }
 .searchmainallthree>div{
	 background: #FFFFFF;
	 width: 100%;
	 height: 4rem;
 }
 .centermain{
	 background-image: url(../img/search_0.png);
	 width: 100%;
 }
 .centermains{
	 padding: 0 13.33%;
 }
 .centermainone{
	display: flex;
	justify-content: space-between;
	color: #0776b0;
	font-size: 25px;
	font-weight: 900;
	padding: 4rem 0 1rem 0;
}
.centermainone a{
	color: #0776b0;
}

/* 顶部设置 */
.maintwotop{
	background: #FFFFFF;
	border-top: 10px solid #0776b0;
	margin-top: 2rem;
}
.maintwotop>div{
	width: 100%;
}
.mainTwoTopImg{
   float: left;
   width: 340px;
   padding: 16px;
   box-sizing: border-box;
}

.mainTwoTopImg img{
	width: 100%;
	height: 180px;
	display: inline-block;
}

.maintwotop>div{
	display: inline-block;
	/*overflow: hidden;*/
	font-size: 16px;
	height: 210px;
	position: relative;
}
.maintwotop>div::after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.twotopactive{
	color: #0776b0;
}
.mainTwoTopSelect{
	display: inline-block;
	width: calc(100% - 340px);
	float: left;
	position: relative;
	height: 100%;
}
.mainTwoTopFlex{
	margin: 10px 20px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.mainTwoTopFlex>p:hover{
	color: #0776b0;
	cursor: pointer;
}
.mainTwoTopFlex p{
	width: 25%;
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 20px;
}
.flex{
	position: relative;
}
.flex .title{
	font-weight: 400;
	white-space: nowrap;
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 20px;
	color: #7FB35E;
}


/* 在433px大小的时候进行设置 */
@media screen and (max-width:433px){
   .centermaintwo>p{
	   text-align: center;
	   zoom: 1;
	   overflow:hidden;
	   margin: 2rem 0 0 0;
   }
   .centermaintwo>p:after{
	   content: '';
	   clear: both;
	   display: block;
   }
   .mainTwoTopFlex,.mainTwoTopSelect{
	   width: 100%;
   }
   .maintwobottom{
	   width: 100%;
   }
}
.maintwobottom{
	background: #7FB35E;
}
.maintwobottom>div{
	padding: 3rem 2rem;
	color: #FFFFFF;
	font-size: 14px;
}
.maintwobottom>div>p{
	margin:0 0 1rem 0;
}
.centermainbootom{
	display: flex;
	justify-content: flex-end;
	padding-right: 14rem;
	padding-bottom: 8rem;
}
.centermainbootom a div{
   /* background: #0776b0;
   border-radius: 4px;
   color: #FFFFFF;
   padding: 0.3rem 0; */
}
.centermainbootom a div:hover{
	background: #7FB382;
	cursor: pointer;
}

.centermainbootom a div>span:nth-of-type(1){
   padding: 3rem 0 0 2rem;
   font-size: 12px;
   margin:0 0.8rem 0 0.5rem;
   
}

.centermainbootom a div>span:nth-of-type(2){
	padding: 0 0.8rem 0  0.5rem;
	border-left: 1px solid white;
	color: white;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.centermainbootom a div:hover span:nth-of-type(2){
    padding: 0 0.5rem 0  0.8rem;
}

.chinamain{
	/* background-image: url('../img/chanpinguoji.jpg'); */
	background-color: #F5F8FF;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.chinamains{
	padding: 5% 8.3% 4% 8.3%;
	
}
.chinamains>div{
   background: rgba(255,255,255,0.3);
   
   
}
.chinamains-main{
	border-bottom: 1px solid #A0A0A2;
	justify-content: center;
	align-items: center;
}
.chinamains-main>a{
	font-size: 0;
}
.chinamains-main:nth-last-of-type(1){
   border-bottom: none;
}
.chinamains-main:hover .mainfour>img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.chinamains-main:hover .mainsone>img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.chinamains-main:hover .mainthree>div>img{
    cursor: pointer;
    transform: translate(10px,0);
    -webkit-transform: translate(10px,0);
}
.chinamains-main:hover .mainsonetwo>div>img{
    cursor: pointer;
    transform: translate(10px,0);
    -webkit-transform: translate(10px,0);
}
.mainsone,.mainfour{
   	width: calc(100% - 50% - 6rem);
	display: inline-block;
	margin: 4rem 0 5rem 0;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 8px;
}
.mainsone>img {
	width: 100%;
	margin: 0;
	transition: 0.5s;
    -webkit-transition: 0.5s; 
	/* width: 400px; */
}

/* .mainfour>img:hover{
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
} */
.mainfour>img{
	width: 100%;
	margin-right: 15px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
	/* transition: 0.5s;
	-webkit-transition: 0.5s; */
}
/* .mainsone>img:hover{
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
} */
.mainsone>img{
	width: 100%;
	margin-right: 15px;
	/* transition: 0.5s;
	-webkit-transition: 0.5s; */
}
@media screen and (max-width:530px){
   .mainsonetwo,.mainthree{
	   width: 80% !important;
   }
   .banner_div .img_div>div>p{
	font-size: 8px;
}
}
.mainsonetwo{
   width: 50%;
   display: inline-block;
   vertical-align: middle;
   margin-left: 3rem;
}

.mainsonetwo>h1{
   color: #628949;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 1rem;
}
.mainsonetwo>p{
   font-size: 13.5px;
   color: #333;
}
.mainsonetwo>div{
   display: flex;
   justify-content: flex-end;
   color: #628949;
   font-size: 15px;
}

.mainsonetwo>div>img{
	   width: 16px;
	   height: 16px;
	   margin-left: 2.5rem;
	   margin-right: 2rem;
	   margin-top: 0.5rem;
	   transition: 0.5s;
	   -webkit-transition: 0.5s;
}

.industryboottom,.industrytop{
	box-sizing: content-box;
	padding: 0 1rem;
	width: 60%;
}
.industryboottom{
   margin-top: 9rem;
}


.mainthree{
   width: 50%;
   display: inline-block;
   vertical-align: middle;
   margin-right: 4rem;
   margin-left: 2rem;
   border-radius:  20px;
}
.mainthree div:hover a img{
	cursor: pointer;
    transform: translate(10px,0);
    -webkit-transform: translate(10px,0);
}
.mainsonetwo div:hover a img{
	cursor: pointer;
    transform: translate(10px,0);
    -webkit-transform: translate(10px,0);
}
.mainthree>h1{
   color: #628949;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 1rem;
}
.mainthree>p{
   font-size: 13.5px;
   color: #333;
}
.mainthree>div{
   display: flex;
   justify-content: flex-end;
   color: #628949;
   font-size: 15px;
}
.mainthree>div>img{
   width: 16px;
   height: 16px;
   margin-left: 2.5rem;
   margin-top: 0.5rem;
   transition: 0.5s;
   -webkit-transition: 0.5s;
}
.mainfour{
   	width: calc(100% - 50% - 6rem);
	display: inline-block;
	margin: 4rem 0 5rem 0;
}
.mainfour>img{
   width: 100%;
}
.industrymain{
   /* padding: 14rem 8.3% 8rem 8.3%; */
   display: flex;
   justify-content: center;
   /* align-items: center; */
}
/* ----------- */
.industryone{
	width:31.3%; float:left; margin:10px 1%;
}
.industryoneo{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	/* margin: 0 4.4rem 0 0; */
	
}
.industryoneo>img{
	width: 100%;
	margin: auto 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.industryone:hover .industryoneo img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.industryonet{
	background: white;
	/* margin: 0 4.4rem 0 0; */
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.industry-H>div>img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.industryone:hover .industry-H>div>img{
	cursor: pointer;
	transform: translate(10px,0);
	-webkit-transform: translate(10px,0);
}
.industryonet .industry-H{
	cursor: pointer;
}

.industryonet>h1{
	 font-size: 15px;
	 color: #0776b0;
	 font-weight: 600;
	 text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.industryonet>div:nth-of-type(1){
	margin: 0 3rem;
	font-size: 14px;
	color: #333;
}
.industryonet>.industry-H>div{
	display: flex;
	justify-content: flex-end;
	color: #0776b0;
	font-size: 15px;
	margin:4rem 6rem 0 0;
	padding-bottom: 2rem;
}

.industryonet>.industry-H>div>img{
	width: 16px;
	height: 16px;
	margin-left: 2.5rem;
	margin-top: 0.5rem;
}
.industrytwo{
	margin: 2rem 0 2rem 0;
}

.industrythree{
	position: relative;
	margin: 0 0 2rem 0;
}
.industrythree:hover .industryoneos>img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.industrythree:hover .industryonet>.industry-H>div>img{
	cursor: pointer;
	transform: translate(10px,0);
	-webkit-transform: translate(10px,0);
}
.industrythree:hover .industryoneo>img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.industrytwo:hover .industryoneo>img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.industrytwo:hover .industryonet>.industry-H>div>img{
	cursor: pointer;
	transform: translate(10px,0);
	-webkit-transform: translate(10px,0);
}
.industryfour :hover .industryoneo>img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.industryfour :hover .industryonet>.industry-H>div>img{
	cursor: pointer;
	transform: translate(10px,0);
	-webkit-transform: translate(10px,0);
}
.industryoneos{
	background-color: #F5F2ED;
	width: 100%;
	height: 30rem;
	cursor: pointer;
}
.industryoneos>img{
	position: absolute;
	top: -18rem;
	left:17rem;
	width: 60%;
}

.industryonets{
	background: #F5F2ED;
}
.industryonets>h1{
	font-size: 18px;
	color: #0776b0;
	font-weight: 600;
	text-align: center;
   padding-top: 4rem;
   padding-bottom: 1rem;
}

@media screen and (max-width:900px){
	.industryboottom,.industrytop{
		/* box-sizing: content-box;
		padding: 0 2rem; */
		margin-top: 2rem !important;
		width: 100% !important;
	}
	.industrymain{
		flex-wrap: wrap;
	}
	.industryone{
		margin-top: 1rem !important;
	}	
	.industryonet>div:nth-of-type(1){
		margin: 1rem;
	} 
	/*.industryoneo{
		display:none;
	}*/
	.industryboottom>div,.industrytop>div{
		box-shadow: 0 0 8px rgba(0, 0, 0, .3)!important; width:48%;
	}
	.chinamain{
		background: none;
	}
	.industryoneos,.industryonets{
		background: white !important;
	}
}

.industryonets>div:nth-of-type(1){
	margin: 0 3rem;
	font-size: 14px;
}

.industryonets>div:nth-of-type(2){
	display: flex;
	justify-content: flex-end;
	color: #0776b0;
	font-size: 15px;
	margin:4rem 6rem 0 0;
	padding-bottom: 6rem;
}

.industryonets>div:nth-of-type(2)>img{
	width: 16px;
	height: 16px;
	margin-left: 2.5rem;
	margin-top: 0.5rem;
}


/* 88888888888888888888888888888888888888888888888888888888888 */

.contentHeader>div{
	margin-top: 120px;
	width: 45%;
}
.contentHeader{
	padding-top: 40px;
	padding-bottom: 100px;
}
.contentHeader h4{
	font-size: 44px;
	font-weight: normal;
	color: #333;
}
.contentHeader p{
	font-size: 16px;
	color: #333;
}
.header1 span{
	margin-left: 1rem;
}
.header1>a{
	color: #969696;
}
.header1>a:hover{
	color: green;
}
.header2 span{
	margin-left: 1rem;
}
.header2>a{
	color: #969696;
}
.header2>a:hover{
	color: green;
}
.headerActive{
	color: green;
}
.contentBody{
	display: flex;
	align-items: center;
}
.asideImg{
	width: 40%;
	text-align: right;
	overflow: hidden;
}
.asideImgs{
	width: 40%;
	display: flex;
	justify-content:flex-start;
	overflow: hidden;
}
.asideImgs>img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.asideImgs>img:hover{
	cursor: pointer;
	transform: translate(10px,0);
	-webkit-transform: translate(10px,0);
}

.asideImg>img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	vertical-align: top;
}

.asideImg>img:hover{
	cursor: pointer;
	transform:translate(0,10px);
	-webkit-transform: translate(0,10px);
}


.bodyText{
	width: 60%;
	position: relative;
	vertical-align: middle;
}
.bodyTexts{
	width: 50%;
	margin-right: 80px;
	vertical-align: middle;
	position: relative;
}
.first{
	margin-top: -30px;
	margin-bottom: 3rem;
}
.first .asideImg{
	text-align: left;
}
.firsts{
	font-size: 0;
	flex-direction: row-reverse;
	margin-top: -30px;
	margin-bottom: 3rem;
}
.Text1{
	font-size: 2rem;
}

.Text1 span{
	font-size:7rem;
	color: #e3e3e3;                
}
.Text1::after{
	content: '';
	display: inline-block;
	width: 180px;
	height: 1px;
	background-color: black;
	position: absolute;
	left: 5px;
	top: 105px;
}
.Texts{
	text-indent: 2rem;
}
.bodyText>p{
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 16px;
}
.bodyText>ul{
	padding-left: 18px;
}
.bodyText>p>span{
	white-space: normal!important;
}

.Text2{
	font-size: 2rem;
}

.Text2 span{
	font-size:7rem;
	color: #e3e3e3;                
}
.Text2::after{
	content: '';
	display: inline-block;
	width: 180px;
	height: 1px;
	background-color: black;
	position: absolute;
	left: 5px;
	top: 105px;
}
.bodyTexts>p{
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 1rem;
}

.Text3{
	font-size: 2rem;
}

.Text3 span{
	font-size: 7rem;
	color: #e3e3e3;                
}
.Text3::after{
	content: '';
	display: inline-block;
	width: 180px;
	height: 1px;
	background-color: black;
	position: absolute;
	left: 5px;
	top: 105px;
}

.Text4{
	font-size: 2rem;
}

.Text4 span{
	font-size:7rem;
	color: #e3e3e3;                
}
.Text4::after{
	content: '';
	display: inline-block;
	width: 180px;
	height: 1px;
	background-color: black;
	position: absolute;
	left: 5px;
	top: 105px;
}


/* ------------news修改 */
.neiye-banner{
	overflow: hidden;
	box-shadow:0 0 30px #969696;
}
.mainone>div:nth-of-type(2)>div{
	overflow: hidden;
}

#ceil>.blockall{
	overflow: hidden;
  
}
#ceil>.blockall>.block>img{
transition: 0.5s;
	-webkit-transition: 0.5s;
}
#ceil>.blockall>.block:hover>img{
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
} 



@media screen and (max-width:1200px){
	#ceil>.blockall>.blocks{
    	top: 150px;
	}
	.address{
		display: none;
	}
	#ceil>.blockall>.blocks>div:nth-of-type(1){
		width: 43px;
		height: 43px;
	}
	#ceil>.blockall>.blocks>div:nth-of-type(2){
		width: 45px;
		height: 45px;
	}
	#ceil>.blockall>.blocks>div:nth-of-type(1)>p:nth-of-type(1){
		font-size:15px; 
	}
	#ceil>.blockall>.blocks>div:nth-of-type(1)>p:nth-of-type(2){
		font-size:8px; 
	}
	#ceil>.blockall>.blocks>div:nth-of-type(2) a{
		width: 40px;
		line-height: 40px;
	}
	#ceil>.blockall>.block>.news-abstract .title{
		font-size: 15px;
	}
	#ceil>.blockall>.block>.news-abstract .content{
		font-size: 8px;
	}


	.mainone>div:nth-of-type(1){
		padding: 50px 10px;
		margin-top: 50px;
	}
	.mainone>div:nth-of-type(2){
		position: static;
		overflow: hidden;
		width: 100%;
	}
	.mainone>div:nth-of-type(2)>img{
		width: 100%;
	}
}

@media screen and (max-width: 1024px){
	#ceil>.blockall>.block>img {
		width: 140px;
		height: 140px;
	}
	#ceil>.blockall>.blocks{
		top: 0px;
		display: flex;
	}
	
	#ceil>.blockall>.block>.news-abstract .content{
		font-size: 5px;
	}
	.mainone{
		padding-right: 0;
	}
	.industryonets>h1{
	   padding-top:4rem;
	}
	.industryoneos>img{
		position: absolute;
		top: -12rem;
		left:8rem!important;
		width: 70%;
	}
	.industryoneos{
		height: 14rem;
	}
	.newsshowmainallthree>.table>section>img{
		width: 100%!important;
	}
	.searchmainallone form .div1{
		width: 100%;
	}
	.searchmainallone form .div2{
		margin-right: 0;
	}
}

@media screen and (max-width: 900px){
	#ceil>.blockall>.block>img {
		width: 100px;
		height: 100px;
	}
	#ceil>.blockall>.block{
		overflow:hidden !important;
		position: relative!important;
	}
	#ceil>.blockall>.blocks{
		position: absolute!important;
		top: 120px!important;
		left: 6px!important;
	}
	#ceil>.blockall>.blocks>div{
		display: inline-block;
	}


}
@media screen and (max-width:768px){
	.title{
		font-size: 20px!important;
		top:380px;
		right: 80px;
	}
	.nav{
		min-width: 100%!important;
	}
	#m_nav{
		width: 50% !important;
	}
	.m_nav ul>li>ol{
		left: 100% !important;
		width: 100% !important;
	}
	.m_nav ul>li>.ol1{
		padding-top: 59px !important;
	}
	.m_nav ul>li>.ol2{
		padding-top: 118px !important;
	}
	.m_nav ul>li>.ol3{
		padding-top: 177px !important;
	}
	#ceil>.blockall>.block{
		display: flex;
		flex-direction: column;
	}
	#ceil>.blockall>.block>img{
		width:100%;
		height: 100%;
		text-align: center;
	}
	#ceil>.blockall>.block{
		overflow:hidden !important;
		position: relative!important;
	}
	#ceil>.blockall>.blocks{
		display: none;
	}
	#ceil>.blockall>.block>.news-abstract{
		width: 100%;
	}
	#ceil>.blockall>.block>.news-abstract .content{
		font-size: 15px;
	}
	.news-abstract{
		padding-left: 0!important;
		padding-bottom:10px;
	}
	.chinamains-main{
		flex-direction: column;
		justify-content: space-around;
	}
	.mainsone{
		width: 90%;
	}
	.mainsonetwo{
		width: 90%;
		margin-left: 1rem;
	}
	.mainthree{
		width: 90%;
		margin-right: 0;
	}
	.mainfour{
		width: 90%;
	}
	.newscontactmaintwo>div{
		font-size: 18px;
	}
	.newscontactmaintwo{
		height: 28rem;
	}
	.newsmainthree{
	padding: 4rem 0 ;
	}
	.mainone>div:nth-of-type(1){
		padding: 4px 20px 45px 30px!important;
	}
	.mainone{
		padding-top: 0;
	}
	.zhong{
		display: none;
	}
	.m_nav ul .yy_li{
		display: block !important;
	}
	.m_nav ul .yy_li .ol4{
		padding-top: 295px !important;
	}
	.m_nav ul .yy_li .ol4 a{
		border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width:414px){
	.img-warp{
		width: 412px!important;
	}
	.banner_div .img_div>div>p{
		font-size: 5px;
	}
	.searchmainalltwo>li{
		margin: 0;
	}
	#ceil>.blockall>.block{
		overflow:hidden !important;
		position: relative!important;
	}
	#ceil>.blockall>.blocks{
		display: none;
	}
	.page-content>.pages{
		display: none!important;
	}
	.centermainone{
		display: flex;
		flex-direction:column;
	}

	.mainTwoTopImg{
		width: 100% !important;
	}
	.mainTwoTopImg>img{
		width: 270px !important;
	}
	.mainTwoTopSelect{
		margin-left:0 !important;
		width: 100%!important;
		vertical-align: middle!important;
	}
	
	.newsmainthree{
		padding-left: 0;
		padding-right: 0;
	}
	.newsmainthree>p{
	margin: 0.5rem 0 ;
    }
	.newsmainone{
		padding-left: 0;
		padding-right: 0;
	}
	.newscontactmainone{
		padding: 4rem 0 0 0;
	 }
	 .newscontactmaintwo>div{
		font-size: 12px;
	}
	#ceil>.blockall>.block>.news-abstract{
		width: 90%;
		padding-left: 0;
	}
	.title{
		display: none;
	}
	#ceil>.blockall>.block>.news-abstract{
		width: 100%;
	}
	#ceil>.blockall>.block>.news-abstract .content{
		margin-top: 10px;
	}
	.nav-footer{
		padding: 0;
	}
	.about-box{
		display: flex;
		flex-direction: column;
	}

}

@media screen and (max-width:375px){
	.newsshowmainallthree>.tables{
		font-size: 20px;
	}
	.searchmainallthree>ul>li{
		padding-left:45px;
	}
	.block{
		padding-bottom: 10px;
	}
	#ceil>.blockall>.block{
		overflow:hidden !important;
		position: relative!important;
	}
	#ceil>.blockall>.blocks{
		position: absolute!important;
		top: 530px!important;
		left: 70px!important;
	}
	.page-content>.pages{
		display: none!important;
	}
	.news-abstract .title{
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.mainTwoTopImg>img{
		width: 240px !important;
	}
	.newsmainthree{
	padding: 1rem 0;
}
.searchmainallone>div:nth-of-type(2)>form>input:nth-of-type(1){
	width: 120px!important;
}
	
}
@media screen and (max-width:360px){
	.searchmainallthree>ul>li{
		padding-left:40px;
	}
	
}
@media screen and (max-width:320px){
	.searchmainallthree>ul>li{
		padding-left:24px;
	}
	.nav>.logo>.logo-img{
		display: none;
	}
	.news-mainN li:nth-of-type(3){
		margin-right: 12px;
	}
	.block{
		padding-bottom: 80px;
	}
	#ceil>.blockall>.block{
		overflow:hidden !important;
		position: relative!important;
	}
	#ceil>.blockall>.blocks{
		position: absolute!important;
		top: 530px!important;
		left: 60px!important;
	}
	.news-abstract{
		width: 120%;
	}
	.news-abstract .title{
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.mainTwoTopImg>img{
		width: 200px !important;
	}
	.mainTwoTopFlex>p{
		font-size: 10px!important;
	}
	.centermainbootom{
		padding-right: 180px;
	}
	.mainsonetwo{
		margin: 0 auto;
	}
	
}
@media screen and (max-width:1470px){
	.search{
		padding-left: 20px!important;
	}
}
@media screen and (max-width:1400px){
	.mainthree{
		margin-left: 0;
	}

	 .industryoneos>img{
		 position: absolute;
		 top: -16rem;
		 left:11rem;
		 width: 70%;
	 }
	 .mainone>div:nth-of-type(1){
		padding: 4px 320px 45px 30px;
	 }
	 .banner{
		 height: 650px;
	 }
	 .nav{
		 width: 100%;
	 }
	 .nav .logo-img>img{
		 width: 140px;
		 margin: 10px 0 0 0;
	 }
	 .m_nav ul>li{
		 font-size: 18px!important;
	 }
	 .search{
		 padding-left: 20px!important;
	 }
	 
}


/* *************************************service页面**************************************************** */
@media screen and (max-width:1024px){
	.bodyText{
		margin: 0;
	}
	.asideImg{
		width: 50%;
	}
	.asideImgs{
		width: 50%;
	}
	.bodyTexts{
		margin: 0;
	}
	.mainTwoTopImg{
		width: 40%;
	}
	.mainTwoTopImg>img{
		width: 100%;
	}
	.mainTwoTopSelect{
		margin-left:18px;
		vertical-align: middle;
	}
	.mainTwoTopFlex>p{
		width: 100%;
		text-align: center;
	}
	.mainTwoTopFlex>p:nth-of-type(n+4){
		display: none;
	}
	
	/* .newsshowmainallone>select{
		width: 32.9%;
		padding-left: 80px;
	 } */
	
}
@media screen and (max-width:900px){
	.contentHeader>div{
		margin-top: 50px;
	}
	.first{
		margin: 0;
	}
	.firsts{
		margin: 0;
	}

	.asideImg>img,.asideImgs>img{
		width: 100%;		
	}
	.bodyText>h3::before,.bodyTexts>h3::before{
		font-size: 4rem
	}
}
@media screen and (max-width:768px){
	/* .newsshowmainallone>select{
		width: 32.3%;
		padding-left: 40px;
	 } */
	.asideImg>img,.asideImgs>img{
		height: 100%;
	}
	.contentHeader p{
		font-size: 0.6rem;
	}
	.bodyText>h3,.bodyTexts>h3{
		font-size: 1rem;
	}
	.bodyText>h3::before,.bodyTexts>h3::before{
		font-size: 1.5rem
	}
	.bodyText>h3::after,.bodyTexts>h3::after{
		width: 0;
		height: 0;
	}
	.bodyText>p,.bodyTexts>p{
		font-size: 0.5rem
	}
	.mainTwoTopImg{
		width: 40%;
	}
	.mainTwoTopImg>img{
		width: 100%;
	}
	.mainTwoTopSelect{
		margin-left:18px;
		width: 45%;
		vertical-align: middle;
	}
	.table>section>img{
		width: 100%;
	}
	.page-content>.pages{
		display: none!important;
	}
	.about-btn-img{
		top: 6px;
		right: 14px;
	}
	.searchmainallone>div:nth-of-type(2)>form>input:nth-of-type(1){
		width: 200px;
	}
}
@media screen and (max-width:480px){
	.newsshowmainallone select{
		width: 100%!important;
		padding-left: 40%!important;
	}
	.contentHeader>div{
		width: 100%;
	}
	.bodyText>h3::before,.bodyTexts>h3::before{
		font-size: 3rem
	}
	.Text1 span{
		display: block;
	}
	.bodyText>h3,.bodyTexts>h3{
		font-size: 1rem;
		word-break: break-all;
	}
	.centermainone{
		display: block;
	}
	.mainTwoTopImg{
   float: none;
   width: 100%;
    }
	.mainTwoTopSelect{
		width: 100%;
		height: 30%;
	}
    .mainTwoTopImg>img{
	width: 100%;
	padding: 20px  0;
	margin: 0;
   }
   .mainTwoTopFlex{
	top:5px;
	margin: 10px 0;
   }
   .title{
	   top:250px;
   }
   .page-content .pagesss{
	   display: none!important;
   }
   .table{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
   }
   .tables{
	font-size: 18px!important;
   }
   .news-mainN-contain{
	padding-right: 0;
   }	
}


/* 动画 */
.ceosanimate:hover{
	cursor: pointer;
	animation: 0.5s ceosanimate linear 1 forwards;
}

@keyframes ceosanimate {
	from {
		opacity: 1;
		transform: scale(1);
		transform: skew(10deg,0);
	}
	25%{
		opacity: 0.1;
	}
	50%{
		opacity: 1;
		transform: scale(0.95);
	}
	80%{
		opacity: 0.1;
		transform: skew(-10deg,0);
	}
	90%{
		opacity: 0.1;		
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.m_nav{
	position:absolute;
	top:90px;
	left:0;
}
#m_nav{
	display: none;
	width: 280px;
}
.m_nav ul{
	background: rgba(15,115,161,0.7);
	width: 100%;
}
.m_nav ul>li:last-of-type a{
	border: none;
}
.m_nav ul li:last-of-type a{
	
}
.m_nav ul>li{
	width:100%;
	font-size: 20px;
	text-align: center;
}
.m_nav ul .yy_li{
	display: none;
}
.m_nav ul .yy_li{
	display: none;
}
.m_nav ul>li>a{
	display: block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}
.m_nav ul>li:hover>a{
	background: #fff;
	color: #0776b0;
}
.m_nav ul>li:hover ol{
	display: block;
}
.m_nav ul>li>a i{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/nav-jt.png) no-repeat center;
	background-size: contain;
}
.m_nav ul>li>ol{
	display: none;
	position: absolute;
	top: 0;
	left: 280px;
	background: rgba(15,115,161,0.7);
	box-sizing: border-box;
	width: 260px;
}
.m_nav ul>li>.ol1{
	padding-top: 71px;
}
.m_nav ul>li>.ol2{
	padding-top: 142px;
}
.m_nav ul>li>.ol3{
	padding-top: 213px;
}
.m_nav ul>li>ol>li{
	
}
.m_nav ul>li>ol>li a{
	display: block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.m_nav ul>li>ol>li a:hover{
	background: #fff;
	color: #0776b0;
}
.banner_divs>.swiper-container{
	top: -50px;
}
.job_div{
	margin-top: 60px;
	width: 100%;
	border-top: 1px solid #dbd9da;
	border-left: 1px solid #dbd9da;
	border-right: 1px solid #dbd9da;
}
.job_div dl{
	border-bottom: 1px solid #dbd9da;
}
.job_div dl dt{
	height: 90px;
	line-height: 90px;
	padding-left: 6%;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.job_div dl dt strong{
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 90px);
}
.job_div dl dt i{
	float: right;
	width: 90px;
	height: 100%;
	background: url(../img/xia.png) no-repeat center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.job_div dl .active_dl{
	background: #dbd9da;
}
.job_div dl .active_dl i{
	background: url(../img/shang.png) no-repeat center;
}
.job_div dl dd{
	display: none;
}
.job_div dl dd .top_div{
	border-bottom: 1px solid #dbd9da;
	padding: 30px 6%;
	font-size: 0;
}
.job_div dl dd .top_div span{
	display: inline-block;
	width: 33.33%;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	vertical-align: top;
	margin-bottom: 10px;
}
.job_div dl dd .bottom_div{
	padding: 30px 6%;
}
.job_div dl dd .bottom_div strong{
	font-size: 22px;
	font-weight: normal;
	border-left: 4px solid #333;
	color: #333;
	line-height: 24px;
	padding-left: 18px;
	display: block;
	margin-bottom: 20px;
}
.job_div dl dd .bottom_div p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 6px;
}
.partner_div{
	margin: 0 13.33%;
}
.partner_div h4{
	font-size: 44px;
    color: #333;
	font-weight: normal;
	padding: 50px 0 20px;
}
.partner_div .title_p{
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-bottom: 40px;
}
.partner_div .swiper-container{
	padding-bottom: 40px;
}
.partner_div .swiper-container .swiper-pagination{
	bottom: 0;
	text-align: right;
}
.partner_div .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #ccc;
}
.partner_div .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background: #78b9d3;
}
.partner_div ul{
	
}
.partner_div ul::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.partner_div ul li{
	float: left;
	width: 20%;
	padding-bottom: 16%;
	position: relative;
}
.partner_div ul li img{
	height: auto;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width:1200px){
	.job_div dl dt strong{
		font-size: 24px;
	}
	.partner_div ul li{
		width: 25%;
		padding-bottom: 20%;
	}
}
@media screen and (max-width:992px){
	.partner_div ul li{
		width: 33.33%;
		padding-bottom: 25%;
	}
}
@media screen and (max-width:768px){
	.partner_div ul li{
		width: 100%;
		padding-bottom: 60%;
	}
	.nav-footer{
		width: 100%;
	}
	#CCCC{
		top: auto !important;
		bottom: 0 !important;
		left: 0 !important;
	}
	.job_div dl dd .top_div span{
		width: 100%;
	}
	.asideImg{
		width: 100%;
		padding-bottom: 50%;
		position: relative;
		overflow: hidden;
	}
	.asideImg img{
		width: 100%;
		height: auto;
		position: absolute;
		top: -50%;
		left: 0;
	}
	.bodyText{
		width: 100%;
	}
	.contentBody{
		display: block;
	}
	.Text1 span{
		font-size: 2.4rem;
	}
}
@media screen and (max-width:740px){
	.nav-img{ display:block;}
	.logo_nav{ display:none;}
}

.gjsc{ width:100px; position:fixed; top:25%; left:3%; z-index:9999;}
.gjsc ul li{ padding:3px 0;}

/*首页默认模式 在线客服 */
.online-qq-lx { position:absolute; top:80%; width:55px; z-index:100; }
.online-qq-lx .qq_content-lx dd { position:relative; width:55px; margin-bottom:2px; font-size:12px; }
.mbar-ico { position:relative; background:#333399; font-size:14px; }
.mbar-ico i { position:relative; display:block; width:55px; height:40px; background:url(../img/online_lx.png) no-repeat #333399; cursor:pointer; z-index:2; }
.mbar-ico .mbar-tip  { position:absolute; top:0; background:#333399; color:#fff; opacity:0; transition:all 0.3s ease 0s; text-align:left; white-space:nowrap; visibility:hidden; }
.mbar-ico .mbar-tip a { display:block; color:#fff; }
.mbar-ico .mbar-tip a:hover { color:#ff0; }
.mbar-ico:hover .mbar-tip { opacity:1; z-index:1; visibility:visible; }
/* QQ */
.mbar-qq i { background-position:0 0; }
.mbar-qq .mbar-tip { min-height:40px; padding:5px 24px 5px 14px; line-height:30px; }
.mbar-qq .mbar-tip img { margin-right:8px; margin-top:-3px; vertical-align:middle; }
/* 咨询 */
.mbar-tel i { background-position:0 -40px; }
.mbar-tel .mbar-tip { padding:9px 15px; font-size:14px; line-height:22px; }
/* 二维码 */
.mbar-micro .mbar-tip  { top:-100px; min-width:110px; padding:5px; background:#fff; color:#000; box-shadow: 0 0 10px #ccc; text-align:center; line-height:20px; }
.mbar-micro .mbar-tip span { display:block; }
.mbar-micro-sj i { background-position:0 -200px; }
.mbar-micro-wx i { background-position:0 -120px; }
.mbar-micro-hc i { background-position:0 -80px; }
.mbar-micro-hc .mbar-tip { padding:9px 15px; font-size:14px; line-height:22px; }


/* 返回顶部 */
.mbar-top { display:none; }
.mbar-top i { background-position:0 -240px; }
.mbar-top .mbar-tip { right:0; height:40px; line-height:40px; }
.mbar-top .mbar-tip a { padding:0px 15px; }
/* 样本下载 */
.mbar-dwn i { background-position:0 -160px; }
.mbar-dwn .mbar-tip { right:0; height:40px; line-height:40px; }
.mbar-dwn .mbar-tip a { padding:0px 15px; }
/* 漂浮位置 */
.online-qq-left { right:30px; left:auto; }
.online-qq-left .mbar-ico .mbar-tip { right:100px; left:auto; }
.online-qq-left .mbar-ico:hover .mbar-tip { right:55px; left:auto; }
.online-qq-left .mbar-top .mbar-tip { right:100px; left:auto; }
.online-qq-left .mbar-top:hover .mbar-tip { right:55px; left:auto; }
.online-qq-right { right:auto; left:10px; }
.online-qq-right .mbar-ico .mbar-tip { right:auto; left:100px; }
.online-qq-right .mbar-ico:hover .mbar-tip { right:auto; left:55px; }
.online-qq-right .mbar-top .mbar-tip { right:auto; left:100px; }
.online-qq-right .mbar-top:hover .mbar-tip { right:auto; left:55px; }
