/* 通用样式 */
*{margin:0; padding:0;-webkit-tap-highlight-color: rgba(255, 0, 0, 0);}

/* PC屏幕1200px以上 */
@media (min-width: 1200px) {
	body{ background:#ffffff; overflow-x:hidden; min-width:100%; font:16px/1.5 "xiaomi",sans-serif; position:relative; min-width: 1200px; }
	html{
	    font-size: 100px !important;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0px;
		padding: 0px;
		font-weight: bold;
	}
	img{ border:none;}
	a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	a:hover,a:active,a:focus,a:first-child{ text-decoration:none; color: #333; border: none; outline: none;}
	
	div{ font-size:16px;}
	p{ font-size:16px; padding: 0px; margin: 0px;}
	li{ list-style:none; font-size:16px;}
	ul{
		margin-bottom: 0px;
	}
	
	.float-right{
		float: right;
	}
	.float-left{
		float: left;
	}
	
/* 1200px style */
.container{
	width: 1200px;
	padding: 0px;
}
.container-fluid{
	padding: 0px;
}

.head-wrap{
	height: 45px;
	line-height: 45px;
	background: #eeeeee;
}
.head-wrap .head-content{
	position: relative;
}
.head-wrap .head-content .title{
	float: left;
	font-size: 14px;
	line-height: 45px;
	color: #666666;
	font-weight: 400;
}
.head-wrap .head-content .right{
	float: right;
}
.head-wrap .head-content .right .link{
	display: block;
	float: left;
	padding: 0px 10px;
	padding-right: 15px;
	font-size: 14px;
	position: relative;
	transition: all 0.5s;
	z-index: 100;
}
.head-wrap .head-content .right .link .icon{
	float: left;
	font-size: 20px;
	color: #3aae41;
	padding-right: 10px;
}
.head-wrap .head-content .right .link:hover{
	background: #e3e3e3;
}
.head-wrap .head-content .right .link .wechat{
	position: absolute;
	width: 160px;
	height: 0px;
	left: 50%;
	right: 0px;
	margin: auto;
	margin-left: -80px;
	top: 45px;
	background: #e3e3e3;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.head-wrap .head-content .right .link .wechat img{
	width: 140px;
	height: 140px;
	margin-top: 10px;
}
.head-wrap .head-content .right .link:hover .wechat{
	height: 160px;
}

/* header */
.header-wrap{
	height: 170px;
	background: white;
}
.header-wrap .header-content{
	position: relative;
}
.header-wrap .header-content .logo{
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	margin-top: 30px;
}
.header-wrap .header-content .name{
	float: left;
	max-width: 600px;
	height: 170px;
	margin-left: 30px;
}
.header-wrap .header-content .name .title{
	line-height: 60px;
	font-size: 30px;
	color: #024ffd;
	padding-bottom: 5px;
	margin-top: 30px;
}
.header-wrap .header-content .name .subTitle{
	line-height: 30px;
	font-size: 18px;
	border-top: 1px solid #e5e5e5;
	font-weight: initial;
	color: #434343;
	padding-top: 10px;
}
.header-wrap .header-content .tel{
	float: right;
	height: 170px;
	overflow: hidden;
}
.header-wrap .header-content .tel .telIcon{
	line-height: 170px;
	float: left;
	padding: 0px 15px;
}
.header-wrap .header-content .tel .telIcon .icon{
	font-size: 70px;
}
.header-wrap .header-content .tel .telContent{
	float: left;
	padding-left: 10px;
}
.header-wrap .header-content .tel .telContent .title{
	font-size: 18px;
	color: #737373;
	line-height: 30px;
	margin-top: 20px;
}
.header-wrap .header-content .tel .telContent .h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 22px;
}

/* 导航 */
#nav-wrap{
	width: auto;
	background:#024ffd;
	height: 58px;
	position: relative;
	z-index: 1000;
}
#nav-wrap .container{
	width: 1200px;
	padding: 0px;
}
.nav-center{
	width: 100%;
	text-align: center;
}

.nav-center .nav-list{
	display: inline-block;
	line-height: 58px;
	position: relative;
	transition: all 0.5s; 
	z-index: 10000;
	margin: 0px 10px;
}
.nav-center .nav-list .nav-list-link{
	display: block;
	padding: 0px 18px;
	height: 58px;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	transition: all 0.5s;
}
.nav-center .nav-list:hover .nav-list-link{
	background-color: #3dae42;
}
/* 分割线 */
.nav-center .nav-list::before{
	content: '-';
	width: 10px;
	height: 58px;
	right: -18px;
	overflow: hidden;
	line-height: 58px;
	position: absolute;
	display: inline-block;
	color: #fff;
}
.nav-center .nav-list:hover:before{
	opacity: 1;
	}

.nav-center .nav-list:nth-child(10):before{
	display: none !important;
}

.nav-center .nav-list.current .nav-list-link{
	background-color: #3dae42;
}


/* 下拉菜单 */
.nav-list .nav-dropdown{
	width: 200px;
	position: absolute;
	top: 88px;
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	overflow: hidden;
	height: 0px;
	opacity: 0;
	transition: all 0.3s;
	border-right: 2px solid #ccc;
}

.nav-list .nav-dropdown .nav-dropdown-link{
	line-height: 22px;
	margin: 0px;
	border-bottom: 1px solid rgba(224,224,224,0.3);
	position: relative;
	overflow: hidden;
	transition: all 0.5s; 
	box-sizing: border-box;
	text-align: left;
}
.nav-list .nav-dropdown .nav-dropdown-link a{
	display: block;
	font-size: 14px;
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #504f4f;
	transition: all 0.5s; 
}
.nav-list .nav-dropdown .nav-dropdown-link:last-child,.nav-list .nav-dropdown .nav-dropdown-link:last-child:hover{
	border-bottom: 1px solid rgba(224,224,224,0);
}

.nav-list .nav-dropdown .nav-dropdown-link a::after{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	opacity: 0.5;
	transition: all 0.5s; 
}
.nav-list .nav-dropdown .nav-dropdown-link:hover{
	border-bottom: 1px solid rgba(224,224,224,0.6);
}
.nav-list .nav-dropdown .nav-dropdown-link:hover a{
	color: #3dae42;
}
.nav-list .nav-dropdown .nav-dropdown-link:hover a::after{
	opacity: 1;
	background: #3dae42;
}

/* Banner */
.banner{ width:100%; height:680px; overflow:hidden;}
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px; }
.banner .swiper-pagination-bullet{ background:rgba(0,0,0,0.5); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:13px; height:13px; border-radius:50%;}
.banner .swiper-pagination-bullet-active{background:rgba(61,174,66,0.8);}
.banner .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:40px; }

.banner .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.banner .swiper-button-prev{ filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:40px; }

.banner .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-wrapper{ width: auto;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px;}


/* PC * 搜索栏 */

.search-wrap{
	width: 100%;
	background-color: #fff;
	height: 80px;
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: 1px solid #F3F3F3;
}
.search-wrap .search-content{
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
}

.search-wrap .search-content .search-key{
	float: left;
	line-height: 80px;
	user-select: none;
}
.search-wrap .search-content .search-key h2{
	float: left;
	line-height: 80px;
	font-size: 17px;
	color: #343434;
	padding-right: 6px;
}
.search-wrap .search-content .search-key a{
	display: inline-block;
	font-size: 15px;
	color: #343434;
	padding: 0px 10px;
	transition: all 0.5s; 
}
.search-wrap .search-content .search-key a:hover{
	color: #3dae42;
}

.search-wrap .search-form{
	width:auto;
	height:32px;
	overflow: hidden;
	margin-top: 24px;
	float: right;
	padding: 0px;
}
.search-wrap .search-form .form-group{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.search-wrap .search-form .form-group .form-text{
	float: left;
	width: 255px;
	margin: 0px;
	padding-left: 0px;
	height: 100%;
	font-size: 15px;
	color: #707070;
	outline: none;
	border: none;
	padding-left: 15px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 14px;
}
.search-wrap .search-form .form-group .form-btn{
	width: 60px;
	line-height: 32px;
	background-color: #3dae42;
	box-sizing: border-box;
	border: none;
	outline: none;
	user-select: none;
	float: right;
	transition: all 0.5s;
}
.search-wrap .search-form .form-group .form-btn:hover{
	background: #049125;
}
.search-wrap .search-form .form-group .form-btn span{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
/* 标题通用 */
.home-title{
	text-align: center;
	padding: 30px 0px;
}
.home-title .title{
	font-size: 33px;
	color: #282828;
	padding-top: 10px;
	padding-bottom: 30px;
}
.home-title h3{
	width: 100%;
	height: 43px;
	position: relative;
}
.home-title h3::before{
	content: ' ';
	position: absolute;
	width:100%;
	height: 1px;
	background: #eeeeee;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2;
}
.home-title h3 .iconWrap{
	width: 43px;
	height: 43px;
	position: relative;
	z-index: 3;
	background: #3dae42;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 43px;
}
.home-title h3 .iconWrap .icon{
	font-size: 28px;
	color: #fff;
	font-weight: 400;
}
.home-title .sub-title{
	line-height: 40px;
	padding-top: 18px;
	font-size: 18px;
	color: #767676;
}
/* 服务项目 */
.home-server-content{
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
}
.home-server-content .list{
	width: 277px;
	height: 400px;
	background: #fafafa;
	border-radius: 20px;
	text-align: center;
	padding: 20px 25px;
	display: block;
	position: relative;
	float: left;
	margin-left: 30px;
	transition: all 0.5s;
}
.home-server-content .list:first-child{
	margin-left: 0px;
}
.home-server-content .list .title{
	font-size: 26px;
	color: #3dae42;
	line-height: 32px;
	margin-top: 12px;
	transition: all 0.5s;
	font-weight: 400;
}
.home-server-content .list .description{
	font-size: 16px;
	line-height: 28px;
	height: 115px;
	overflow: hidden;
	margin-top: 20px;
	color: #706f70;
}
.home-server-content .list .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.home-server-content .list .img img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.home-server-content .list .more{
	width: 55px;
	height: 55px;
	position: absolute;
	right: -12px;
	bottom: -12px;
	background: #3dae42;
	line-height: 55px;
	color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
}
.home-server-content .list .more .icon{
	font-size: 28px;
}
.home-server-content .list:hover .title{
	color: #024ffd;
}
.home-server-content .list:hover .more{
	background: #024ffd;
}
.home-server-content .list:hover .img img{
	transform: scale(1.05);
}
.home-server-content .list:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* 横幅A */
.home-banners-A-wrap{
	height: 196px;
	background: url(../images/home-banner-a.jpg) top center no-repeat;
	margin-top: 40px;
	margin-bottom: 10px;
}
.home-banners-A-content .text{
	width: 370px;
	height: 100%;
	overflow: hidden;
}
.home-banners-A-content .text h2{
	font-size: 24px;
	color: #fff;
	padding-top: 35px;
	line-height: 30px;
}
.home-banners-A-content .text h2 span{
	color: #fffc00;
}
.home-banners-A-content .text h3{
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
}
.home-banners-A-content .text .tel{
	display: inline-block;
	background: #024ffd;
	padding: 5px 22px;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s;
	line-height: 30px;
	padding-right: 25px;
	font-weight: 400;
	margin-top: 15px;
	font-family: "arial";
	letter-spacing:2px; 
}
.home-banners-A-content .text .tel .icon{
	float: left;
	font-size: 24px;
	padding-right: 10px;
	font-weight: 400;
}
.home-banners-A-content .text .tel:hover{
	background: #3dae42;
}

/* 食材配送 */
.home-delivery-nav{
	position: relative;
	font-size: 0px;
	text-align: center;
	padding-bottom: 30px;
}
.home-delivery-nav .list{
	display: block;
	text-align: left;
	width: 240px;
	height: 70px;
	position: relative;
	float: left;
}
.home-delivery-nav .list .img{
	width: 90px;
	height: 70px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.home-delivery-nav .list .text{
	float: left;
	height: 70px;
	overflow: hidden;
}
.home-delivery-nav .list .text h2{
	font-size: 21px;
	font-weight: 600;
	color: #3dae42;
	line-height: 30px;
	padding-top: 10px;
	transition: all 0.5s;
}
.home-delivery-nav .list .text p{
	font-size: 12px;
	color: #a7a7a7;
	line-height: 25px;
	transition: all 0.5s;
}
.home-delivery-nav .list::after{
	content: ' ';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -20px;
	margin: auto;
	width: 0px;
	height: 0px;
	border: 8px solid red;
	border-top-color: #024ffd;
	border-bottom-color: rgba(0,0,0,0);
	border-left-color: rgba(0,0,0,0);
	border-right-color: rgba(0,0,0,0);
	z-index: 3;
	opacity: 0;
	transition: all 0.5s;
}
.home-delivery-nav .list.current::after{
	opacity: 1;
}
.home-delivery-nav .list.current .text h2,.home-delivery-nav .list.current .text p{
	color: #024ffd;
}

.home-delivery-content {
	position: relative;
	margin-top: 20px;
	height: 570px;
}
.home-delivery-content .left{
	width: 300px;
	height: 100%;
	overflow: hidden;
	float: left;
	background: #f6f6f6;
	border-radius: 20px;
	padding: 30px 10px;
}
.home-delivery-content .left .title{
	font-size: 24px;
	padding: 0px 30px;
	padding-top: 10px;
	color: #000;
	line-height: 32px;
}
.home-delivery-content .left .sub-title{
	font-size: 16px;
	padding: 0px 30px;
	line-height: 30px;
	color: #999999;
	padding-top: 10px;
}
.home-delivery-content .left .horizontal{
	width: 100px;
	height: 3px;
	background: #024ffd;
	margin-top: 20px;
	margin-left: 30px;
	transition: all 0.5s;
}
.home-delivery-content .left .more{
	display: inline-block;
	color: #024ffd;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 30px;
}
.home-delivery-content .left .more:hover{
	text-decoration: underline;
}
.home-delivery-content .left .img{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.home-delivery-content .left:hover .horizontal{
	width: 200px;
}
.home-delivery-content .right{
	width: 900px;
	float: right;
	background: #FFFFFF;
}
.home-delivery-content .right .list{
	display: block;
	width: 270px;
	height: 270px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	position: relative;
}
.home-delivery-content .right .list .img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.home-delivery-content .right .list .title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	z-index: 2;
	text-align: center;
	bottom: 0px;
	left: 0px;
	padding: 0px 20px;
	background: rgba(61,174,66,0.5);
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	transition: all 0.5s;
}
.home-delivery-content .right .list:hover .title{
	background: rgba(255,159,0,0.7);
}
.home-delivery-content .right .list:hover .img{
	transform: scale(1.05);
}

/* 横幅B */
.home-banners-B-wrap{
	height: 290px;
	background: url(../images/home-banners-b.jpg) top center no-repeat;
	margin-top: 40px;
	margin-bottom: 0px;
}
.home-banners-B-content .text{
	width: 500px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 55px;
}
.home-banners-B-content .text h2{
	font-size: 24px;
	color: #fff;
	padding-top: 35px;
	line-height: 30px;
}
.home-banners-B-content .text h2 span{
	color: #fffc00;
}
.home-banners-B-content .text h3{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
}
.home-banners-B-content .text .tel{
	display: inline-block;
	background: #024ffd;
	padding: 5px 22px;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s;
	line-height: 30px;
	padding-right: 25px;
	font-weight: 400;
	margin-top: 15px;
	font-family: "arial";
	letter-spacing:2px; 
}
.home-banners-B-content .text .tel .icon{
	float: left;
	font-size: 24px;
	padding-right: 10px;
	font-weight: 400;
}
.home-banners-B-content .text .tel:hover{
	background: #3dae42;
}
/* 食堂承包 */
.home-canteen-wrap{
	min-height: 666px;
	background: url(../images/home-canteen-wrap.png) bottom center repeat-x;
	padding-bottom: 70px;
}

.home-canteen-nav{
	height: auto;
	line-height: 77px;
	border:1px solid #baddc6;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}
.home-canteen-nav .list{
	display: inline-block;
	padding: 0px 25px;
	font-size: 16px;
	transition: all 0.5s;
}
.home-canteen-nav .list .icon{
	float: left;
	font-size: 28px;
	padding: 0px 10px;
	padding-left: 0px;
}
.home-canteen-nav .list.current{
	color: #45b14a;
}

.home-canteen-content{
	background: #ffffff;
	margin-top: 40px;
}
.home-canteen-content .list{
	border: 1px solid #e5e5e5;
	display: block;
	float: left;
	width: 270px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	box-sizing: border-box;
	transition: all 0.5s;
}
.home-canteen-content .list .img{
	width: 270px;
	height: 270px;
	overflow: hidden;
	margin-bottom: 5px;
}
.home-canteen-content .list .img img{
	width: 100%;
	height: 100%;
}
.home-canteen-content .list .title{
	padding: 10px 30px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #ff761c;
	font-size: 20px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;course:hand;
}
.home-canteen-content .list .horizontal{
	width: 80px;
	height: 3px;
	background: #3dae42;
	margin: 0 auto;
	transition: all 0.5s;
	margin-top: 25px;
	margin-bottom: 5px;
}
.home-canteen-content .list .title-2{
	padding: 10px 30px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;course:hand;
}
.home-canteen-content .list .more{
	width: 176px;
	text-align: center;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;course:hand;
	margin-bottom: 30px;
	margin-top: 30px;
	background: url(../images/case_right_dd.png) center center no-repeat;
	transition: all 0.5s;
	color: #fff;
}
.home-canteen-content .list .more:hover{
	background: url(../images/case_right_dd_no.png) center center no-repeat;
	color: #fff;
}
.home-canteen-content .list:hover .horizontal{
	width: 200px;
}
.home-canteen-content .list:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* 横幅C */
.home-banners-C-wrap{
	height: 260px;
	background: url(../images/home-banners-c.png) top center no-repeat;
	position: relative;
	z-index: 100;
	margin-top: -37px;
}
.home-banners-C-content .text{
	width: 766px;
	height: 100%;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}
.home-banners-C-content .text h2{
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding-top: 10px;
}
.home-banners-C-content .text h3{
	color: #fff;
	line-height: 40px;
	font-size: 22px;
	font-weight: 400;
}
.home-banners-C-content .text h3 strong{
	font-size: 36px;
	padding: 0px 10px;
}
.home-banners-C-content .tel{
	overflow: hidden;
	text-align: center;
	padding-top: 15px;
}
.home-banners-C-content .tel .tellink{
	display: inline-block;
	background: #137e18;
	border-radius: 20px;
	padding: 3px 20px;
	color: #fff;
	line-height: 30px;
	margin-right: 15px;
	margin-left: 15px;
	transition: all 0.5s;
	
}
.home-banners-C-content .tel .tellink .icon{
	float: left;
	padding-right: 10px;
	font-size: 26px;
	padding-right: 10px;
}
.home-banners-C-content .tel .tellink:nth-child(2){
	background: #4bb450;
}
.home-banners-C-content .tel .tellink:hover{
	background: #fe1e1e;
}

/* 佳膳福优势 */
.advantage-title{
	padding-top: 15px;
}
.advantage-title .title{
	color: #3dae42;
}
.advantage-title .title strong{
	color: #024ffd;
	font-size: 40px;
	padding: 0px 15px;
}

.home-advantage-A{
	position: relative;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.home-advantage-A .text{
	width: 460px;
	float: left;
}
.home-advantage-A .text .title{
	height: 66px;
	overflow: hidden;
}
.home-advantage-A .text .title .number{
	width: 66px;
	height: 66px;
	background: #3dae42;
	border-radius: 50%;
	text-align: center;
	line-height: 66px;
	font-size: 35px;
	color: #fff;
	float: left;
	margin-right: 10px;
}
.home-advantage-A .text .title .titleText{
	border-bottom: 1px solid #eeeeee;
	height: 66px;
	line-height: 66px;
	box-sizing: border-box;
	color: #3dae42;
	font-size: 24px;
	width: 370px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}
.home-advantage-A .text .description{
	height: auto;
	padding-left: 60px;
	padding-top: 30px;
	padding-right: 10px;
}
.home-advantage-A .text .description p{
	line-height: 26px;
	min-height: 50px;
	margin-bottom: 30px;
	position: relative;
	justify-content: center;
	font-size: 15px;
}
.home-advantage-A .text .description p::before{
	content: '●';
	position: absolute;
	left: -30px;
	font-size: 20px;
	color: #d2d2d2;
	top: 1px;
}
.home-advantage-A .img{
	width: 750px;
	height: 350px;
	float: right;
	margin-right: -32px;
}
.home-advantage-A .img img{
	width: 100%;
	height: 100%;
}
.home-advantage-A.home-advantage-B .text{
	float: right;
}
.home-advantage-A.home-advantage-B .img{
	float: left;
	margin-left: -32px;
}
.home-advantage-A.home-advantage-B .text .title .number{
	background: #024ffd;
}
.home-advantage-A.home-advantage-B .text .title .titleText{
	color: #024ffd;
}

/* 优势底部 */
.advantage-banners-wrap{
	height: 450px;
	background: url(../images/advantage-banners.jpg) top center no-repeat;
}
.advantage-banners-wrap .advantage-content{
}
.advantage-banners-wrap .advantage-content .text{
	width: 620px;
	height: 100%;
	color: #fff;
	text-align: center;
	float: left;
	padding-top: 125px;
}
.advantage-banners-wrap .advantage-content .text .title{
	font-size: 30px;
	line-height: 40px;
	padding-top: 40px;
}
.advantage-banners-wrap .advantage-content .text .sub-title{
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
	font-weight: 400;
}
.advantage-banners-wrap .advantage-content .text .tel{
	display: inline-block;
	border: 1px solid #ffffff;
	line-height: 35px;
	padding: 3px 25px;
	color: #fff;
	margin-top: 25px;
	transition: all 0.5s;
}
.advantage-banners-wrap .advantage-content .text .tel:hover{
	color: #fff;
	border: 1px solid #3dae42;
	background: #3dae42;
}
.advantage-banners-wrap .advantage-content .text .tel strong{
	font-size: 26px;
	float: right;
}
.advantage-banners-wrap .advantage-content .text .consult{
	display: block;
	width: 140px;
	background: #024ffd;
	line-height: 40px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	margin-top: 30px;
	border-radius: 20px;
	transition: all 0.5s;
}
.advantage-banners-wrap .advantage-content .text .consult:hover{
	background: #3dae42;
}
.home-about-wrap{
	background: #f3f3f3;
}
.home-about-content{
	position: relative;
	margin-top: 20px;
}
.home-about-content .imgWrap{
	width: 600px;
	float: left;
	font-size: 0px;
}
.home-about-content .imgWrap .img1{
	width: 600px;
	/* height: 340px; */
	margin-bottom: 20px;
}
.home-about-content .imgWrap .img2,.home-about-content .imgWrap .img3{
	width: 100%;
	height: 120px;
}
.home-about-content .imgWrap .img2{
	margin-right: 0px;
}
.home-about-content .textWrap{
	width: 550px;
	float: right;
}
.home-about-content .textWrap .title{
	border-bottom: 4px solid #3dae42;
	line-height: 40px;
	padding-bottom: 14px;
	font-size: 26px;
}
.home-about-content .textWrap .text{
	padding-top: 35px;
	line-height: 30px;
}
.home-about-content .textWrap .text p{
	line-height: 30px;
	color: #7a7a7a;
}
.home-about-content .textWrap .more{
	border: 1px solid #dcdcdc;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 20px;
	margin-top: 40px;
	color: #024ffd;
	transition: all 0.5s;
	
}
.home-about-content .textWrap .more:hover{
	background: #024ffd;
	color: #fff;
}
.home-about-nav{
	position: relative;
	height: 42px;
	margin-top: 40px;
}
.home-about-nav .navWrap{
	background: #f3f3f3;
	padding-right: 10px;
	overflow: hidden;
	height: 42px;
	position: relative;
	z-index: 2;
	width: auto;
	float: left;
}
.home-about-nav .navWrap .list{
	padding: 0px 30px;
	line-height: 42px;
	background: #3dae42;
	margin-right: 30px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	transition: all 0.5s;
}
.home-about-nav .navWrap .list:hover,.home-about-nav .navWrap .list.current{
	background: #024ffd;
}
.home-about-nav::before{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	margin: auto;
	background: #e5e5e5;
}
.home-about-swiper-content{
	margin-top: 40px;
	margin-bottom: 60px;
}
/* 基地 */
.home-about-base-list{
	width: 270px;
	height: 270px;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 40px;
	border-radius: 20px;
}
.home-about-base-list img{
	width: 100%;
	height: 290px;
	object-fit: cover;
}
.home-about-base-list:first-child{
	margin-left: 0px;
}
.home-about-base-list .title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(61,174,66,0.7);
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	course:hand;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.5s;
}
.home-about-base-list:hover .title{
	background: rgba(255,105,2,0.7);
}


/* 合作伙伴 */
.home-about-partner-list{
	width: 270px;
	height: auto;
}
.home-about-partner-list .img{
	width: 270px;
	height: 162px;
}
.home-about-partner-list .title{
	position: relative;
}
/* 荣誉资质 */
.honor-wrap{
	height: 692px;
	background: url(../images/honor-back.jpg) top center no-repeat;
	text-align: center;
}
.honor-wrap .home-title{
	padding-top: 42px;
}
.honor-wrap .home-title h3::before{
	width: 400px;
}
.honor-wrap .swiper-container{
	width:1200px;
	margin: 0 auto;
}
.home-honor-content {
	width: 1200px;
	height: auto;
	height:315px ;
}

.honor-wrap .swiper-pagination-bullet{ background:rgba(0,0,0,0.5); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:13px; height:13px; border-radius:50%; margin-left: 30px;}
.honor-wrap .swiper-pagination-bullet-active{background:rgba(61,174,66,0.8);}
.honor-wrap .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 10px !important;
}
.home-honor-list{
	display: block;
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
	float:left;
	margin-left: 40px;
}
.swiper-slide .home-honor-list:first-child{
	margin-left: 0px;
}
.home-honor-list .img{
	width: 270px;
	height: 210px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.home-honor-list .img img{
	max-width: 90%;
	height: auto;
	max-height: 90%;
}
.home-honor-list .title{
	height: 40px;
	line-height: 40px;
	background: #3dae42;
	padding: 0px 20px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	transition: all 0.5s;
}
.home-honor-list:hover .title{
	background: #024ffd;
}

.honor-wrap .more{
	background: #3dae42;
	display: inline-block;
	margin-top: 30px;
	border-radius: 20px;
	padding: 5px 30px;
	line-height: 30px;
	color: #fff;
	transition: all 0.5s;
}
.honor-wrap .more:hover{
	background: #024ffd;
}

/* 新闻中心 */
.news{width:100%; min-width:1200px; overflow:hidden;  margin-top:50px; padding-bottom:50px;}
.news_c_bg{ width:1200px; margin:0 auto; overflow:hidden; min-width:1200px; position:relative;}
.news_t{overflow:hidden; margin-top:10px;}
.news_tl{float:left; width:360px; overflow:hidden; margin-left:8px;}

.news_tl_bac{width:180px; height:180px; border:3px solid #3dae42; border-left-color:#3dae42; border-right-color: #fff; border-top-color: #3dae42; border-radius:50%; position:absolute; transition: all 0.5s linear;}
.news_tl:hover .news_tl_bac{-webkit-animation:circle 1s infinite linear; border-right-color: #ccc; transition: all 0.5s linear;}
@-webkit-keyframes circle{
0%{ transform:rotate(0deg); }
100%{ transform:rotate(-360deg); }
}
.news_tl_m{overflow:hidden; position:relative;}
.news_tl_ml{float:left; font-size:120px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:300; line-height:191px; width:100px; margin-left:20px; text-align:center; color:#c0c0c0; }

.news_tl_mr{float:left; overflow:hidden; margin-top:50px; background:#fff; padding:10px 0;}
.news_tl_mr_en{font-family:Arial, Helvetica, sans-serif; font-size:20px; line-height:20px; font-weight:300; text-transform:uppercase;  color:#c0c0c0;}
.news_tl_mr_m{font-size:40px; font-weight:bold; color:#3dae42; line-height:48px; color:#024ffd;}
.news_tr{float:right; width:700px; overflow:hidden;}

.news_tr_en{width:640px; margin-left:60px; border-top:solid 1px #ddd; text-align:right; font-size:18px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#ccc; line-height:20px; padding-top:20px;}

.news_tr_m{width:700px; overflow:hidden; line-height:36px; text-align:right; font-size:18px; color:#ccc;}
.news_tr_d{overflow:hidden; width:700px; margin-top:40px;}
.news_t a{display:block; float:left; text-decoration:none; height:82px; width:200px; transition: all 0.5s linear; margin:0px 2px; box-shadow:0 0 10px #cecece inset; background:#fcfcfc; position:relative;}
.news_t a.on{text-decoration:none; transition: all 0.5s linear; width:288px; background:#f1f1f1; box-shadow:0 0 0 #cecece;}
.news_tr_dm{font-size:18px; line-height:30px; padding-top:15px; padding-left:30px; transition: all 0.5s linear;}
.news_tr_den{font-family:Arial, Helvetica, sans-serif; padding-left:30px; font-size:12px; text-transform:uppercase; color:#ababab; transition: all 0.5s linear; line-height:22px;}
.news_t a.on .news_tr_dm{font-size:22px; font-weight:bold; color:#333;}
.news_t a.on .news_tr_dm, .news_t a.on .news_tr_den{padding-left:14px; transition: all 0.5s linear;}
.news_tr_dline{width:0px; height:3px; background:#3dae42; position:absolute; bottom:0; transition: all 0.5s linear;}
.news_t a.on .news_tr_dline{width:288px; transition: all 0.5s linear;}

.news_c_bg .content{overflow:hidden; width:1200px; margin:0 auto; height:474px; position:relative; margin-top:40px; min-width:1200px;}

.news_c_bg .content .ul{ position:absolute; left:0; top:0; width:1200px; min-width:1200px;}
.news_c_bg .content .li{ width:1200px; float:left; min-width:1200px;}

.news .news_div_item, .news .divdgweb_new_div_item{float:left; width:400px; border:solid 1px #ddd; height:460px; padding:25px; overflow:hidden; margin-right:-1px; position:relative;}

.news .news_div_item:nth-child(3),.news .divdgweb_new_div_item:nth-child(3){margin-right:0px;}

.news .news_div_item_date, .news .divdgweb_new_div_item_date{padding-top:10px; height:60px; line-height:60px; overflow:hidden; position:relative; font-family:Arial, Helvetica, sans-serif; color:#3dae42;}

.news .news_div_item_year, .news .divdgweb_new_div_item_year{ font-size:56px; float:left; font-size:26px; color:#d4d4d4; transition: all 0.5s;transition: all 0.5s;}
.news .news_div_item_month, .news .divdgweb_new_div_item_month{font-size:26px; float:left; color:#d4d4d4;transition: all 0.5s;transition: all 0.5s;}
.news .news_div_item_day, .news .divdgweb_new_div_item_day{font-size:26px; float:left; color:#d4d4d4;transition: all 0.5s;}
.news .news_div_item_content, .news .divdgweb_new_div_item_content{overflow:hidden;}
.news .divdgweb_new_div_item_content .divdgweb_new_div_item_body{font-size:14px; width:348px; color:#666; line-height:26px; overflow:hidden; height:50px; margin-bottom:30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .news_div_item_title, .news .divdgweb_new_div_item_title{overflow:hidden; width:348px; white-space: nowrap; text-overflow: ellipsis; line-height:40px;}

.news .news_div_item_title a, .news .divdgweb_new_div_item_title a{font-size:18px;}
.news .news_div_item_title a:hover{ color:#3dae42;}
.news .news_div_item_body{font-size:14px; width:348px; color:#666; line-height:26px; overflow:hidden; height:50px; margin-bottom:30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.news .news_t_rgo{width:120px; overflow:hidden;}
.news .news_t_rgo a{font-size:0; line-height:0;}
.news .news_t_rgo a:hover{ text-decoration:none;}
.news .news_t_rgo p{font-size:14px; color:#333; line-height:32px; width:60px; border-bottom:solid 1px #ccc; padding-bottom:5px; transition: all 0.5s linear;}
.news .news_t_rgo p:hover{ text-decoration:none;}

.news .news_div_item_pic{width:346px; height:182px; border:solid 1px #ccc; overflow:hidden; position:relative; z-index:1;}

.news .news_div_item_pic .h3{font-size:16px;color:#333; height:4px;font-weight:normal;padding:0px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:28px;transition:all .3s; z-index:1; }
.news .news_div_item_pic .h3:after{content:"";position:absolute;left:0;bottom:0px;width:0;height:4px;background:#3dae42;transition:all .5s;z-index:1;}

.news .news_div_item:hover .news_div_item_pic .h3:after{width:100%;}


.news .news_div_item_pic img{ width:100%;height: 180px;object-fit: cover; }

.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo p{transition: all 0.5s linear; width:120px; border-bottom:solid 1px #3dae42; color:#3dae42;}
.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo p:hover{ text-decoration:none; }
.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo a:hover{ text-decoration:none; }
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img{}

.news .news_div_item:hover .news_div_item_year{ color:#3dae42; }
.news .news_div_item:hover .news_div_item_month{ color:#3dae42; } 
.news .news_div_item:hover .news_div_item_day{ color:#3dae42;}

/*底部通用*/
.footer_all{width:100%;min-height:200px; height:auto; overflow:hidden; background:#3dae42 url(../images/footer-back.jpg) bottom center no-repeat fixed; margin-top:40px; }
.footer_all .footer_top{width:1200px; height:190px; margin:0 auto; overflow:hidden; border-bottom:1px solid #399e3d;}
.footer_all .footer_top .mobile{ display:none;}
.footer_all .footer_top dl{ float:left; width:700px; height:190px;}
.footer_all .footer_top dl img{width:100%; height:100%;}

.footer_all .footer_top ul{width:400px;height:190px; float:right;}
.footer_all .footer_top ul img{ float:left; height:100%; margin-right:10px;}
.footer_all .footer_top ul h2{ color:#ffffff; font-size:16px; font-weight:300; line-height:40px; padding-top:30px;}
.footer_all .footer_top ul p{ font-size:24px; color:#fff; line-height:45px;}
.footer_all .footer_top ul p a{ color:#fff;}
.footer_all .footer_content{ width:1200px;height:auto;margin:0 auto; overflow:hidden;}

.footer_all .footer_content .footer_content_qr{ width:180px; height:316px; float:left; overflow:hidden; margin-left:40px;}
.footer_all .footer_content .footer_content_qr ul{ width:127px; height:100%; text-align:center; margin:0 auto;}
.footer_all .footer_content .footer_content_qr ul img{ width:127px; height:127px; margin-top:52px;}
.footer_all .footer_content .footer_content_qr ul h2{ font-size:16px; line-height:40px; color:#ffffff; font-weight:300; line-height:60px;}

.footer_all .footer_content .footer_content_ww{ float:left;width:590px;height:316px; float:left; margin-left:20px; margin-right:20px;}
.footer_all .footer_content .footer_content_ww img{width:100%;height:316px;}

.footer_all .footer_content .footer_content_lx{width:350px; height:auto; float:right; padding-top:30px; padding-bottom: 30px;}
.footer_all .footer_content .footer_content_lx a{ color:#fff;}
.footer_all .footer_content .footer_content_lx p{ color:#ffffff; line-height:32px; font-size:16px;}

.footer_all .footer_bottom{width:100%; padding-top:20px; padding-bottom:20px; height:auto; overflow:hidden; text-align:center; border-top: 1px solid #399e3d;}
.footer_all .footer_bottom .ul{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}
.footer_all .footer_bottom P{ color:#ffffff; font-size:14px; line-height:30px;}
.footer_all .footer_bottom P a{ color:#ffffff;}
.links_all{width:100%;min-height:50px; background:#f7aa1a; height:auto; overflow:hidden;}

.links_all ul{width:1200px; height:auto; overflow:hidden; margin:0 auto; padding-top:12px; padding-bottom:12px;}
.links_all ul h2{color:#fff; float:left; font-size:14px; line-height:30px; float:left; font-weight:300;}
.links_all ul a{ color:#fff; float:left; font-size:14px; display:block; line-height:30px; padding-left:10px; padding-right:10px}
.links_all ul a:hover{ text-decoration:underline;}

/*侧边栏main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:10%;z-index:9999;}

.izl-rmenu a{transition:all 0.5s;}
.izl-rmenu .btn{width:50px;height:50px; cursor:pointer;position:relative; padding: 0px; margin: 0; margin-top: 2px; text-align:center; display:block;}

.izl-rmenu .btn a{ color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn a:hover{ text-decoration:none;}

.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#f3f3f3; color:#fff; line-height:115px; font-size:14px; transition:all 1.0s; border-top:none;}
.izl-rmenu .btn-qq:hover{background-color:#024ffd;}
/* 024ffd */
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#3dae42;text-decoration:none;display:block;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#3dae42; transition:all 1.0s;}
.izl-rmenu .btn-wx:hover{background-color:#024ffd;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-144px;top:0px;display:none;width:143px;height:143px;}

.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#3dae42;transition:all 1.0s; }

.izl-rmenu .btn-phone:hover{background-color:#038b23;}


.izl-rmenu .btn-phone .phone{background-color:#3dae42;position:absolute;width:260px;left:-260px;top:-1px;line-height:50px;color:#FFF;font-size:16px;text-align:center;display:none; font-size:20px; border-radius: 10px 0px 10px 10px; overflow: hidden;}
.izl-rmenu .btn-phone .phone .phone-list{
	font-size: 16px;
	width: 100%;
	padding: 5px 15px;
	line-height: 30px;
	border-bottom: 1px solid #339d38;
	display: block;
	font-weight: bold;
}
.izl-rmenu .btn-phone .phone .phone-list:hover{
	background: #024ffd;
}
.izl-rmenu .btn-phone .phone .phone-list span{
	padding: 0px 10px;
	font-weight: 400;
}
.izl-rmenu .btn-phone .phone .phone-list:last-child{
	border-bottom: none;
}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#024ffd;display:block; padding-top: 2px; padding-bottom: 2px;}
.izl-rmenu .btn-top:hover{background-color:#e65f05; }


/*关于我们页面*/
.banner_min {
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
}
.banner_min ul {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.banner_min img {
	width:1920px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
/*当前位置*/
.location_all {
	width:100%;
	height:55px;
	height:auto;
	overflow:hidden;
	background:#fafafb;
}
.location_content {
	width:1180px;
	height:55px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.location_left {
	width:800px;
	height:55px;
	float:right;
	overflow:hidden;
	line-height:48px;
	font-size:14px;
	color:#666;
	text-align:right;
}
.location_left strong {
	font-size:14px;
	color:#474747;
}
.location_left a {
	font-size:14px;
	color:#666;
}
.location_left a:hover {
	color:#3dae42;
}
.location_left i {
	font-size:25px;
	margin-right:10px;
	color:#3dae42;
	position:relative;
	top:3px;
}
.location_right {
	width:300px;
	min-height:55px;
	height:auto;
	overflow:hidden;
	text-align:left;
	float:left;
}
.location_right h2 {
	display:inline-block;
	line-height:55px;
	font-size:20px;
	font-weight:400;
	color:#333;
}
.location_right h2 i {
	font-size:25px;
	color:#3dae42;
	float:left;
	margin-left:15px;
	margin-right:10px;
}
/*内容导航*/
.content_nav {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	background:#3dae42;
}
.content_nav .content_nav_center{
	position: relative;
	z-index: 100;
	height:auto;
	margin:0 auto;
}
.content_nav .list {
	line-height:55px;
	height:55px;
	display:block;
	float:left;
	padding-left:30px;
	padding-right:30px;
	font-size:16px;
	color:#fff;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.content_nav .list::before{
	content: ' ';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -2px;
	width: 0px;
	height: 0px;
	margin: auto;
	border: 10px solid red;
	border-top-color: rgba(0,0,0,0);
	border-bottom-color: #fff;
	border-left-color: rgba(0,0,0,0);
	border-right-color: rgba(0,0,0,0);
	transform: translateY(15px);
	transition: all 0.5s;
	opacity: 0;
}
.content_nav .list:hover {
	background:#024ffd ;
	color:#fff;
	text-decoration:none;
}
.content_nav .list:hover::before,.content_nav .list.no::before{
	transform: translateY(0px);
	opacity: 1;
}
.content_nav .list.no {
	background:#3dae42;
	color:#fff;
	color:#fff;
	background:#3dae42;
}

.content_nav .list.no:hover {
	background:#359b3a;
}
/* 关于我们 */
.inerPage-home-about-content{
	margin-bottom: 0px;
}

.inerPage-home-about-content .imgWrap .img4{
	margin-top: 20px;
}
.inerPage-home-about-content .textWrap .title{
	margin-bottom: 10px;
}
.inerPage-home-about-content .textWrap .text{
	padding-top: 15px;
	height: auto;
	overflow: auto;
}
.inerPage-home-about-content .textWrap .text p{
	text-indent: 2em;
}
.inerPage-home-about-content .textWrap .more{
	display: none;
}

/* 企业文化 */
.about-wenhua{
	position: relative;
	text-align: center;
	font-size: 0px;
	display: flex;
	justify-content: center;
}
.about-wenhua .list{
	width: 230px;
	height: auto;
	margin: 10px;
	display: inline-block;
}
.about-wenhua .list img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	margin-bottom: 20px;
}
.about-wenhua .list .title{
	font-size: 18px;
	background: #3dae42;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 15px;
}
.about-wenhua .list p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 0px 5px;
}

/*成功案例*/
.case_list {
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:20px;
	font-size: 0px;
}
.case_list ul {
	width:260px;
	float:left;
	height:auto;
	margin-left:32px;
	margin-top:32px;
	text-align:center;
	background:#f3f3f3;
	border-bottom:3px solid #edecec;
	position:relative;
	padding-top:15px;
	border-radius:15px 15px 0px 0px;
}
.case_list ul .pImg {
	display:block;
	width:230px;
	height:230px;
	background:#fff;
	display:table-cell;
	vertical-align:middle;
	margin-top:25px;
	overflow: hidden;
}
.case_list ul img {
	width:230px;
	max-width: 230px;
	height:auto;
	max-height:230px;
	vertical-align:middle;
}
.case_list ul:before {
	content:"";
	position:absolute;
	height:3px;
	bottom:-3px;
	left:0;
	transition:all 0.5s;
	width:0;
}
.case_list ul:hover:before {
	width:100%;
	background:#3dae42;
	transition:all 1s;
}
.case_list ul h2 {
	width:auto;
	padding: 0px 15px;
	margin:0 auto;
	height:45px;
	line-height:45px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	transition:all 1.0s;
	text-align:center;
	font-size:16px;
	font-weight:400;
}
.case_list ul:hover a {
	text-decoration:none;
}
.case_list ul:hover p {
	color:#3dae42;
}
.case_list ul:hover h2 {
	color:#3dae42;
}
/* 合作伙伴 */
.hezuo-list{
	overflow: hidden;
}
.hezuo-list ul .pImg{
	height: 138px;
}
/* 荣誉资质 */
.honor-list{
	overflow: hidden;
}
.honor-list ul .pImg{
	height: 171px;
}
.honor-list ul .pImg img{
	max-height:90% ;
	width: auto;
	max-width: 90%;
}


/* 关于我们内容 */
.about-content{
	position: relative;
}
.about-content .about-content-text{
	border-bottom: 1px solid #F3F3F3;
	padding: 10px 10px;
	padding-bottom: 30px;
}
.about-content .about-content-text img{
	max-width: 100%;
	width: auto;
	height: auto !important;
}

.about-guanlitixi-wrap{
	display: flex;
	text-align: center;
	justify-content:center;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 30px;
}
.about-guanlitixi-wrap .about-guanlitixi-list{
	width: 200px;
}
.about-guanlitixi-wrap .about-guanlitixi-list .img{
	width: 120px;
	height: 120px;
	border:2px solid #2faf01;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-guanlitixi-wrap .about-guanlitixi-list .img img{
	width: 70px;
	height: 70px;
}
.about-guanlitixi-wrap .about-guanlitixi-list h2{
	font-size: 20px;
	color: #2faf01;
	line-height: 30px;
	padding-top: 20px;
}
.about-guanlitixi-wrap .about-guanlitixi-list p{
	font-size: 16px;
	line-height: 26px;
	color: #6c6c6c;
	padding: 15px 20px;
}

.inerPage-home-banners-C-wrap{
	margin-top: 10px;
}

/*新闻中心*/

.new_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.new_list ul{ width:330px; height:360px; float:left; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin-left:51px; margin-top:51px; border-radius:10px;}
.new_list ul a{ display:block; width:100%; height:100%;}

.new_list ul dd{ width:330px; height:174px; overflow:hidden; background:#fff url(../images/logo.png) center center no-repeat;transition:all 1.0s; display: table-cell;vertical-align: middle; text-align:center; border-bottom:1px solid #f3f3f3; background-size:35%;}

.new_list ul img{ width:100%; height:174px; object-fit: cover;  transition:1s linear 0.1s; }  
.new_list ul h2{ width:290px; margin:0 auto; height:50px; line-height:50px; font-size:16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 1.0s;}
.new_list ul p{ font-size:14px; width:290px; height:72px; margin:0 auto; overflow:hidden; line-height:25px; color:#949494;text-align:justify; text-justify:inter-ideograph;}
.new_list ul li{ width:290px; margin:0 auto; line-height:40px; color:#bababa; font-size:14px; padding-top:5px;}
.new_list ul li i{ float:left; padding-right:10px; font-size:18px;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1);}
.new_list ul:hover h2{ color:#3dae42;}
.new_list ul:hover{ border:1px solid #3dae42; }


/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:25px;margin-bottom:0px;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #3dae42;color: #fff;}
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius:10px;display: inline-block;text-align: center;}

.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 10px 15px;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; margin-left:10px; margin-right:10px; transition: all 0.5s;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#3dae42; color:#fff;}
.pagination>.active>a,.pagination>.active>a:hover{
	border:1px solid #3dae42
}
.jumpto {
	display: none;
}

/*内页*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:30px; margin-top:50px;}
.tu_lei_main_l				{ width:300px; height:auto; float:left; overflow:hidden;} 

.tu_lei_main_l_t1			{ width:296px; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:0px; border:2px solid #f3f3f3; margin-top:0px; margin-bottom:30px; border-radius:15px;}

.tu_lei_main_l_t1_title		{ width:100%; height:auto; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px; background:#fff; overflow: hidden;}
.tu_lei_main_l_t1_title i{float:left; line-height:50px;color:#ff680c; font-size:30px; margin-right:15px;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:auto; height:50px; float:left; font-size:18px; color:#ff680c; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t1 .ce .no{ background:#3dae42; color:#fff; border:none !important0 }
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none;  overflow: hidden; }
.ce li i{ font-size:20px; float:left; margin-right:5px; color: #3dae42; margin-right: 10px;}
.ce li a{padding: 12px 10px 12px 20px; line-height: 30px; color:white;display:block;cursor:pointer; text-decoration:none; color:#3f3f3f; font-size:16px; transition:all 0.5s; border-top:1px solid #f3f3f3;}

.ce li a:hover{ background:#fe751a; color:#fff;}
.ce li a:hover i{
	color: #fff;
}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#3dae42; border:none;}
.ce li .xuanze{ background:#f4f4f4; color:#3dae42; border:none;}
.ce li .xuanze i,.ce li .xuanze i,.ce li .no i {color: #fff;}

.er{ margin-bottom:0px; overflow:hidden; padding-left:8%;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:16px; }
.er li a{display:block; color:white;font-size:14px; padding:5px;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#3dae42;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#0075c5;}
.er .e_li .thr li a:hover{ background:#0075c5 ;}
.er .e_li .thr li .xuan{ background:#0075c5;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#0075c5;}
.er .e_li .thr li a:hover{background:#0075c5;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:296px; height:auto;background:#F3F3F3; overflow:hidden; padding:0px 0; margin-bottom:0px; border:2px solid #f3f3f3; margin-top:0px; margin-bottom:30px; border-radius:15px; padding-bottom: 10px; }

.tu_lei_main_l_t2_title		{ width:100%; height:auto; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px;  overflow: hidden; line-height: 50px;}
.tu_lei_main_l_t2_title i{float:left; color:#ff680c; font-size:25px; margin-right:15px;padding-left: 5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:auto; height:50px; float:left; font-size:18px; color:#ff680c; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}

/* 推荐配送产品 */
#quotation					{width:262px;height:262px;overflow:hidden; margin:10px 9px; border-radius: 20px; background: #F0F0EE;}
#quotation li				{ position:relative;}
#quotation li .a-r			{ text-align:center;}
#quotation li img			{  width:262px; height:262px;}
#quotation li p		{ display:block; width:100%; height:100%; line-height: 262px; overflow:hidden; font-size:16px; color:#fff; background:rgba(0,0,0,0.5); position:absolute; top:0; left:0; right: 0px; bottom: 0px; z-index:10; text-align:center;text-overflow: ellipsis; white-space: nowrap;course:hand; transition: all 0.5s; transform: translateY(100%);}
#quotation li:hover p{
	transform: translateY(0px);
}

.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:20px; overflow:hidden;}


.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:10px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; height:auto; height:auto; font-size:26px; font-family:"微软雅黑";color:#3f3f3f; line-height:38px;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:15px; padding-bottom:5px;}
.neirong_title h1{ font-size:26px;}
.neirong_time{font-size:14px; font-family:"微软雅黑";color:#999; line-height:50px; word-spacing:8px; letter-spacing:1px; width:100%; height:auto; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:5px; margin-bottom:15px;}

.neirong_con_title{
	height: auto;
	border-bottom: 1px solid #F3F3F3;
	font-size: 20px;
	color: #3dae42;
	position: relative;
	line-height: 30px;
	padding-bottom: 10px;
}
.neirong_con_title .icon{
	float: left;
	font-size: 10px;
	color: #fe751a;
	padding-right: 20px;
}

.neirong_con{font-family:"微软雅黑";color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:300px; padding-bottom:15px; padding-top:20px; font-size:16px;}
.neirong_con img{max-width:100%; width:auto; height:auto;}
.neirong_con p{ line-height:30px;}
/**/

.images_list{width:266px; height:316px; float:left; background:#fff; margin-bottom:23px; margin-left:10px; margin-right:12px; border:1px solid #f3f3f3; transition:all 0.5s; border-radius:15px; overflow:hidden; font-size:0px;}
.images_list dd{width:100%; height:266px; overflow:hidden; }
.images_list img{width:100%; height:266px; transition:all 0.5s;}
.images_list img.caselist {object-fit: contain;}
.images_list:hover img{ transform:scale(1.1); }
.images_list h2{width:90%; margin:0 auto; height:50px; line-height:50px; font-size:15px; font-weight:400; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;course:hand;}
.images_list a{ color:#333; text-decoration:none;}
.images_list:hover{ background:#3dae42;}
.images_list:hover a{color:#fff;}

.pro_fanye{ margin-top:30px !important;}
/*产品内容*/

.product-top{width:870px; margin:0 auto; height:auto; overflow:hidden; padding-bottom:30px; }

#preview{ float:none; text-align:center; width:375px; float:left; margin-left:0px; margin-top:0px;}

.jqzoom{ width:375px; height:375px; position:relative; border:1px solid #eeeeee;}
.jqzoom img{width:100%; height:100%;}
.jqzoom img.caseimg{object-fit: contain;}
.jqimg{ display:none;}

.zoomdiv{  height:800px; width:800px;}


#spec-n5{width:375px; height:70px;overflow:hidden; margin-top:20px;}
#spec-list{ width:100%; float:left; overflow:hidden;  display:inline-block; text-align:center;}
#spec-list ul{ width:100%;}
#spec-list ul li{  display:inline-block; width:60px; margin-left:10px; margin-right:10px;}
#spec-list ul li img{ padding:2px; border:1px solid #f3f3f3; width:60px; height:60px; }

/*jqzoom*/
.jqzoom{position:relative;padding:0; background:#fff; z-index:1;}

.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:600px;
background:#fff no-repeat center center;border:1px solid #e4e4e4;display:none;
text-align:center;overflow: hidden; background:#fff; }

.bigimg{width:800px;height:800px; display:block; z-index:12313; background:#fff; }

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move; }

/**/

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}
#spec-list .lish_on img{ border:2px solid #ff680c !important;padding:1px !important; }
#spec-list .lish_on img.caseimgx{object-fit: contain;}

.product-top-right{ width:450px; height:auto; float:right; overflow:hidden; }
.product-top-right h2{ font-size:16px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:50px; padding-left:30px; color:#3dae42; font-family:"xihei";}
.product-top-right h2 a{ color:#999;}
.product-top-right h2 a:hover{ color:#3dae42;}
.product-top-right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:30px; padding-top:15px; padding-bottom:15px; font-weight:800;}
.product-top-right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:25px; height:80px; overflow:hidden;}
.product-top-right h4 a{ width:150px; height:35px; display:block; background:#3dae42; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px; transition: all 0.5s;}
.product-top-right h4 a:hover{ background: #fe751a;}
.product-top-right h4 a i{ padding-right:20px; font-size: 20px; float: right;}

.product-top-right .lx{ width:450px; font-size:14px; font-weight:300;  line-height:26px;  height:210px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; margin-top:30px; }
.product-top-right .lx .tedian{ padding-top:0px; padding-bottom:30px; padding-left:30px; padding-right:30px;}
.product-top-right .lx p{ font-size:14px;  color:#575757; text-align:justify; text-justify:inter-ideograph;}
.product-top-right .lx p span{ color:#3dae42;}

/*放大镜结束*/

.product_content_top{width:1200px; height:auto; margin:0 auto; overflow:hidden;  display:none;} 
.product_content_top .left{ width:600px; height:500px; float:left; overflow:hidden; }

.product_content_list{width:600px; height:auto; margin:0 auto; overflow:hidden; }

.product_content_list .swiper-container{width:100%;height:100%;text-align:center; 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; margin-top:0;}
.product_content_list .swiper-wrapper{width:100%; margin:0 auto; }
.product_content_list .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.product_content_list .swiper-slide ul{width:500px; height:375px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left; overflow:hidden; margin-left:50px; margin-top:60px;}

.product_content_list .swiper-slide ul img{  width:100%;height:100%;}
.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:20px;}
.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product_content_list .swiper-pagination-bullet-active{ background:#3f3f73;}
.product_content_list .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:0px; }
.product_content_list .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.product_content_list .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:0px;}
.product_content_list .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.product_content_top .right{ width:500px; height:500px; float:right; overflow:hidden; }
.product_content_top .right h2{ font-size:25px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px; color:#3dae42}
.product_content_top .right h2 a{ color:#333;}
.product_content_top .right h2 a:hover{ color:#3dae42;}
.product_content_top .right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px;}
.product_content_top .right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:25px; height:80px; overflow:hidden;}
.product_content_top .right h4 a{ width:150px; height:35px; display:block; background:#3dae42; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:470px; font-size:14px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:30px; padding-left:30px; height:240px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; }
.product_content_top .right .lx p{ font-size:14px; padding-top:30px; color:#575757; padding-bottom:30px;}
.product_content_top .right .lx p span{ color:#3dae42;}

.play_qr{ width:200px; height:auto; background:#fff; text-align:center; padding-top:20px; padding-bottom:15px;}
.play_qr img{ width:160px; height:160px;}
.play_qr h2{ line-height:40px; font-size:16px; font-family:"xihei"; text-align:left;}
.play_qr h2 i{ font-family:"微软雅黑"; font-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}



.product_content_content{width:100%; min-height:100px; height:auto; overflow:hidden; margin:0 auto; margin-top:10px;}
.product_content_content h2{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:400; color:#333; overflow:hidden; border-bottom:1px solid #eaeaea;  text-indent:2%; background:#f3f3f3; }
.product_content_content h2 strong{font-family:"xihei"; font-family:800;}
.product_content_content h2 i{color:#3dae42; padding-right:0px; font-family:300; font-size: 20px; float: left; padding-left: 15px;}

.chanpin_content{ width:100%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:10px; min-height:200px;}
.chanpin_content p{ line-height:30px;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:40px; overflow:hidden; margin-top:15px; border-top:1px solid #dadada; margin-bottom:0px; padding-top:10px; overflow:hidden;}
.xiayiye p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; padding-left:20px; margin-top:5px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#3dae42;}

/*新闻内容*/
.new_content_all{ padding-bottom:10px;}
.new_content_title{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:40px; padding-top:50px;}
.new_content_title h2{ font-size:30px;}
.new_content_time{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:30px;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:0.5rem;}

.shebeizhanshi_xinxi{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:10px; border-bottom:2px solid #f3f3f3; padding-bottom:10px; border-top:2px solid #f3f3f3; margin-top:30px;}
.shebeizhanshi_xinxi p{ font-size:16px; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:18px;}

.new_content { width: 1150px; margin:0 auto; min-height:200px;background:none; overflow:hidden; padding-top:30px; padding-bottom:30px; font-size:15px; line-height:30px; color:#333; text-align:justify; text-justify:inter-ideograph;}
.new_content p{ line-height:30px; color:#333; font-size:15px;}
.new_content img{ max-width:100%; width:auto; height:auto;}


.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:30px; width:1200px; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:20px; margin-top:30px; margin-bottom:10px;}
.neirong_next1 p				{ width:50%; float:left; overflow:hidden; line-height:30px;}
.neirong_next1 p i{ font-size:20px; float:left; padding-right:10px;}
.neirong_next1 p.np1			{ text-align:right; }
.neirong_next1 p.np1 i{ float:right;padding-left:10px;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:14px; font-family:"微软雅黑";color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#3dae42; text-decoration:underline;}


/*搜索结果*/
/*搜索*/
.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#3dae42;}

/*联系我们*/
.contact_content{width:1200px; height:auto; margin:0 auto; padding-top:30px; padding-bottom:50px; overflow:hidden; display: flex; justify-content: space-around; align-items: flex-start; align-content: center; flex-wrap: wrap;}

.contact_content .left{ width:auto; float:left; height:auto; overflow:hidden; border-right: 1px solid #f3f3f3; padding-right:30px; width:660px; flex-wrap: wrap;}

.contact_content .left .contact_ul{ width:95%; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.contact_content .left .contact_ul h2{ font-size:26px; line-height:45px; padding-bottom:0px;}
.contact_content .left .contact_ul li{ width: 100%; font-size:16px; line-height:28px; margin-bottom:20px; margin-top:20px; text-justify:inter-ideograph; color:#333; display:block; overflow: hidden;}
.contact_content .left .contact_ul li strong{ color:#fe751a; padding-right:10px; float:left; display: block;}

.contact_content .left .contact_ul li p{ float:left; width:70%;  height:auto;display:inline-block; margin-bottom: 0px; margin-top: 0px;}


.contact_content .left .contact_ul li a{ color:#333;}
.contact_content .left .contact_ul li i{ float:left; line-height:28px; font-size:24px; padding-right:10px; color:#fe751a; display: block;}
.contact_content .left .contact_ul li dd { float:left; display:block;}
.contact_content .left .contact_ul li dd img{ display:block; float:left; width:140px; height:140px;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:20px; margin-right:15px;}
.contact_content .left .face h2{font-size:20px; line-height:50px; padding-bottom:20px;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:30px; margin-right:30px;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}


.contactMap{
	width: 1050px;
	margin: 0 auto;
	height: 400px;
	text-align: center;
}
.contactMap #allmap{
	width: 100%;
	height: 400px;
}

.contactMoreMap{
	text-align: center;
	padding-bottom: 10px;
}
.contactMoreMap a{
	display: inline-block;
	padding: 8px 30px;
	background: #F3F3F3;
	font-size: 14px;
	transition: all 0.5s;
}
.contactMoreMap a:hover{
	background: #999;
	color: #fff;
}
.contact_right_txt{
	width: auto;
	
	
}
.contact_right_txt h2{
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	color: #fe751a;
}
.contact_right_txt p{
	line-height: 30px;
	font-size: 15px;
}

.contact_content .right{ width:auto;  float:right; background:#fff; overflow:auto; padding-left: 60px; max-width: 400px;}

.contact_content .right .content{ width:88%; min-width:88%; max-width:88%; display:none;}

.inerPage-home-banners-A-wrap{
	margin-top: 40px;
}
/*在线留言专用*/
.liuyan_content{ width:1000px; height:auto; margin:0 auto; min-height:50px; padding-top:50px; padding-bottom:50px;}
.liuyan_content .iframe{ height: max-content;}
.liuyan_content .mobile_liuyan{ display:none;}

/* 验收标准 */
.yanshoubiaozhun-content{
	padding: 10px 0px;
	padding-top: 20px;
	overflow: hidden;
}
.yanshoubiaozhun-content .yanshoubiaozhun-title{
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 0px;
	color: #3dae42;
	font-size: 24px;
	float: left;
}
.yanshoubiaozhun-content .yanshoubiaozhun-list{
	width: 400px;
	height: auto;
	float: left;
	background:rgba(243,243,243,0.5);
	text-align: center;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 20px;
	padding-bottom: 25px;
	overflow: hidden;
}
.yanshoubiaozhun-content .yanshoubiaozhun-list .img{
	width: 244px;
	height: 131px;
	display: block;
	margin: 0 auto;
	margin-top: 28px;
	overflow: hidden;
	border-radius: 10px;
}
.yanshoubiaozhun-content .yanshoubiaozhun-list .img img{
	width: 100%;
	height: 100%;
}

.yanshoubiaozhun-content .yanshoubiaozhun-list .text{
	padding: 0px 18px;
	overflow: hidden;
}
.yanshoubiaozhun-content .yanshoubiaozhun-list .text h4{
	line-height: 30px;
	padding: 10px 0px;
	color: #fe751a;
}
.yanshoubiaozhun-content .yanshoubiaozhun-list .text p{
	line-height: 25px;
	font-size: 16px;
	color: #616362;
}
	/* PC CSS end */

}
/* 颜色通用样式 */
.green{
	color: #3dae42;
}
.orange{
	color: #024ffd;
}

.smart-green {
margin-left:auto;
margin-right:auto;
max-width: 500px;
background: #F8F8F8;
padding: 30px 30px 20px 30px;
font: 12px Arial, Helvetica, sans-serif;
color: #666;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.smart-green h1 {
font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 20px 0px 20px 40px;
display: block;
margin: -30px -30px 10px -30px;
color: #FFF;
background: #3dae42;
text-shadow: 1px 1px 1px #949494;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-bottom:1px solid #3dae42;

}
.smart-green h1>span {
display: block;
font-size: 11px;
color: #FFF;
}

.smart-green label {
display: block;
margin: 0px 0px 5px;
}
.smart-green label>span {
float: left;
margin-top: 10px;
color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="tel"], .smart-green textarea, .smart-green select {
color: #555;
height: 30px;
line-height:15px;
width: 100%;
padding: 0px 0px 0px 10px;
margin-top: 2px;
border: 1px solid #E5E5E5;
background: #FBFBFB;
outline: 0;
-webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
height:100px;
padding-top: 10px;
}
.smart-green select {
background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width:100%;
height:30px;
}
.smart-green .button {
background-color: #3dae42;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-border-radius: 5px;
border: none;
padding: 10px 25px 10px 25px;
color: #FFF;
text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
background-color:#3dae42;
}