/* CSS */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	overflow-x: hidden;
	min-width: 1200px;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

div {
	font-size: 16px;
}

p {
	font-size: 16px;
}

li {
	list-style: none;
}

.content_auto {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	display: block;
	overflow: hidden;
}

.content_auto img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/*TOP*/
.top_center {
	width: 1200px;
	height: 141px;
	overflow: hidden;
	margin: 0 auto;
}

.top_center .logo {
	width: 252px;
	height: 141px;
	float: left;
	overflow: hidden;
}

.top_center .logo img {
	width: 252px;
	height: 141px;
}

.top_center .name {
	width: 500px;
	height: 141px;
	float: left;
	overflow: hidden;
	padding-top: 38px;
	margin-left: 30px;
}

.top_center .name h1 {
	font-size: 24px;
	line-height: 40px;
}

.top_center .name h1 span {
	color: #0fba4b;
}

.top_center .name h2 {
	font-size: 16px;
	color: #8f8f8f;
	line-height: 35px;
	font-weight: 400;
	line-height: 25px;
}

.top_center .tel {
	width: 300px;
	height: 141px;
	float: right;
	overflow: hidden;
	background: url(../images/tel.png) left center no-repeat;
}

.top_center .tel h2 {
	font-size: 16px;
	color: #9f9f9f;
	font-weight: 300;
	line-height: 40px;
	padding-left: 80px;
	padding-top: 28px;
}

.top_center .tel h3 {
	font-size: 30px;
	color: #f7aa1a;
	line-height: 40px;
	padding-left: 80px;
}

/*导航*/
.nav_all {
	width: 100%;
	height: 53px;
	background: #0fba4b;
	z-index: 1000;
}

.nav_content {
	width: 1190px;
	height: 53px;
	margin: 0 auto;
}

.nav_all *,
*:after,
*:before {
	box-sizing: border-box;
}

.nav_content .nav_mobile {
	display: none;
}

.animenu__toggle {
	display: none;
	cursor: pointer;
	background-color: #0fba4b;
	border: 0;
	padding: 0px;
	height: 3rem;
	width: 40px;
}

.animenu__toggle:hover {
	background-color: #ee9744;
}

.animenu__toggle__bar {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
	-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
	transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
	display: none;
}

.animenu__toggle__bar+.animenu__toggle__bar {
	margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
	margin: 0;
	position: absolute;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
	opacity: 0;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animenu {
	display: block;
}

.animenu ul {
	padding: 0;
	list-style: none;
	font: 0px '微软雅黑', Arial, Helvetica;
}

.animenu li,
.animenu a {
	display: inline-block;
	font-size: 15px;
}

.animenu a {
	color: #fff;
	text-decoration: none;
}


.animenu__nav {
	background-color: #0fba4b;
}

.animenu__nav>li {
	position: relative;
	width: calc(100% / 9);
	line-height: 53px;
	text-align: center;
}

.animenu__nav>li>a {
	/* padding: 16px 41px; */
	text-transform: uppercase;
	font-size: 16px;
}

.animenu__nav>li:hover {
	background: #f49e4d;
}

.animenu__nav>li>a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 10px;
	display: none;
}

.animenu__nav>li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.animenu__nav>li:hover>a {
	color: #fff;
}

.animenu__nav>.no {
	background: #ee9744;
}

.animenu__nav>.no a {
	color: #fff;
}

.animenu__nav>.no ul li a {
	color: #6b6b6b;
}

.animenu__nav>.no ul li a:hover {
	color: #fff;
}

.animenu__nav__child {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	margin: 20px 0 0 0;
	background-color: #fff;
	transition: margin .15s, opacity .15s;
	box-shadow: #ccc 0px 1px 6px;
}

.animenu__nav__child>li {
	width: 100%;
}

.animenu__nav__child>li:first-child>a:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	left: 1em;
	top: -6px;
	border: 6px solid transparent;
	border-top: 0;
	border-bottom-color: inherit;
}

.animenu__nav__child>li:last-child {
	border: 0;
}

.animenu__nav__child a {
	padding: 12px;
	width: 100%;
	border-color: #fff;
	color: #6b6b6b;
	padding-left: 20px;
}

.animenu__nav__child a:hover {
	background-color: #85c226;
	border-color: #85c226;
	color: #fff;
}

/*Bnnaer*/
.banner {
	width: 100%;
	height: 620px;
	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: 40px;
}

.banner .swiper-pagination-bullet {
	background: #ccc;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 15px;
	height: 15px;
}

.banner .swiper-pagination-bullet-active {
	background: #ef9a49;
}

.banner .swiper-button-next {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	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=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	left: 40px;
}

.banner .swiper-button-prev:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*搜索*/
.sosuo_all {
	width: 100%;
	height: 72px;
	overflow: hidden;
	background: #f3f3f3;
	margin-bottom: 10px;
}

.sosuo_content {
	width: 1200px;
	height: 72px;
	overflow: hidden;
	margin: 0 auto;
}

.sosuo_left {
	width: 780px;
	float: left;
	height: 100%;
	overflow: hidden;
	text-align: left;
	overflow: hidden;
}

.sosuo_left h2 {
	line-height: 72px;
	font-size: 16px;
	color: #0fba4b;
	font-weight: 300;
	float: left;
	margin-left: 0px;
	font-weight: 800;
	margin-right: 10px;
}

.sosuo_left h2 img {
	width: auto;
	height: 72px;
	float: left;
}

.sosuo_left h2 img {
	float: left;
	margin-right: 10px;
}

.sosuo_left a {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 72px;
	padding-left: 12px;
	padding-right: 20px;
	color: #666666;
	text-decoration: none;
}

.sosuo_left a:hover {
	text-decoration: underline;
	color: #0fba4b;
}

.sosuo_right {
	width: 520px;
	height: 55px;
	float: right;
	overflow: hidden;
}

.sosuo_so {
	width: 330px;
	height: 55px;
	float: right;
	overflow: hidden;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 21px;
}

.sosuo_so form {}

.sosuo_so .keyword {
	-webkit-box-flex: 1;
	width: 244px;
	height: 33px;
	text-align: left;
	line-height: 33px;
	overflow: hidden;
	font-size: 12px;
	border: none;
	background: #fff;
	float: left;
	margin-left: 0%;
	text-indent: 6px;
	color: #000;
	text-indent: 12px;
}

.sosuo_so .search-btn {
	width: 80px;
	height: 33px;
	background: #f7aa1a url(../images/so_bon.png) 12px 7px no-repeat;
	float: left;
	border: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 33px;
	text-align: left;
	padding-left: 38px;
}

/*首页标题*/
.home_title {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	height: auto;
	padding-top: 20px;
}

.home_title h2 {
	font-size: 35px;
	color: #0fba4b;
	line-height: 40px;
	padding-bottom: 25px;
}

.home_title h3 {
	height: auto;
	overflow: hidden;
}

.home_title p {
	font-size: 18px;
	color: #9f9f9f;
	padding-top: 20px;
	padding-bottom: 25px;
}

.shicaipeisong_title {
	padding-top: 50px;
	padding-bottom: 30px;
}

/*食材配送*/
/*首页产品展示*/
.cont_sd {
	width: 100%;
	height: 800px;
	overflow: hidden;
}

.cont_sd .cont_cd {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 10px;
}

.cont_sd .cont_cd .prod_sk {
	width: 100%;
}

.cont_sd .cont_cd .prod_sk .prod_left_s {
	float: left;
	width: 224px;
	margin-right: 0px;
	background: #fff;
	height: 681px;
	overflow: hidden;
	border: 2px solid #0fba4b;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 {
	display: block;
	width: 100%;
	height: 105px;
	background: #0fba4b;
	text-align: center;
	overflow: hidden;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 h2 {
	line-height: 50px;
	font-weight: 800;
	font-size: 24px;
	padding-top: 10px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 p {
	line-height: 30px;
	font-size: 16px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 18px;
	color: #fff;
	font-style: normal;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul .mobile_more {
	display: none;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li {
	position: relative;
	padding-top: 0px;
	list-style: none;
	width: 186px;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	margin: 0 auto;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
	background: #e2e2e2;
	margin-top: 20px;
	border-radius: 20px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	position: relative;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	text-decoration: none;
	line-height: 42px;
	pasdding-top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
	color: #6e6e6e;
	font-size: 14px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a i {
	float: left;
	font-weight: 700;
	font-size: 16px;
	margin-right: 5px;
	color: #dad1d1;
	margin-left: 15px;
	margin-right: 15px;
	color: #6e6e6e;
	font-weight: 300;
	font-size: 14px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a {
	padding-left: 0px;
	color: #fff;
	background: #f7aa1a;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a i {
	opacity: 1;
	filter: alpha(opacity:100);
	color: #fff;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	margin-top: 40px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a {
	display: block;
	line-height: 55px;
	color: #949494;
	margin-top: 10px;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a:hover {
	color: #ec3a3a;
}

.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d img {
	width: 164px;
	height: 60px;
	margin-top: 0px;
	display: block;
	margin: 0 auto;
}

.cont_sd .cont_cd .prod_sk .prod_cont {
	float: right;
	width: 972px;
	height: 686px;
	overflow: hidden;
	position: relative;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}


.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul {
	width: 270px;
	height: 315px;
	overflow: hidden;
	float: left;
	float: left;
	text-align: center;
	background: #fff;
	margin-left: 51px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	margin-bottom: 51px;
	border: 1px solid #eeeeee;
	background: #f3f3f3;
}


.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul img {
	width: 270px;
	height: 270px;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	color: #6e6e6e;
	font-weight: 300;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li dl {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p {
	width: 110px;
	height: 38px;
	float: left;
	margin-left: 18px;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p a {
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	float: left;
	padding-left: 40px;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p a:hover {
	text-decoration: underline;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul .p2 a {
	padding-left: 45px;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul a {
	display: block;
	text-decoration: none
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover h2 {
	color: #fff;
}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover {
	color: #fff;
	background: #f7aa1a;
}

/*横幅A*/
.home_hengfu_A {
	width: 100%;
	height: 281px;
	background: url(../images/hengfu_a.jpg) top center no-repeat;
	overflow: hidden;
}

.home_hengfu_A ul {
	width: 1200px;
	height: 281px;
	margin: 0 auto;
	text-align: center;
}

.home_hengfu_A ul h2 {
	color: #fff;
	font-size: 35px;
	margin-top: 47px;
	line-height: 50px;
}

.home_hengfu_A ul h3 {
	color: #fff;
	width: 790px;
	height: 56px;
	background: #f7aa1a;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	border-radius: 30px;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 3px;
	margin-top: 30px;
}

.home_hengfu_A ul h3 br {
	display: none;
}

.home_hengfu_A ul p {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	margin-top: 20px;
}

.home_hengfu_A ul p a {
	color: #fff;
}

/*食堂承包*/
.shitangchengbao_title {
	padding-top: 80px;
}

/*承包案例*/
.cont_sd_2 {
	width: 100%;
	height: auto;
	background: url(../images/product_back.png) top center;
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 97px;
}

.cont_sd_2 .cont_cd_2 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 30px;
}

.cont_sd_2 .cont_cd_2 .prod_sk {
	width: 100%;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s {
	float: left;
	width: 100%;
	margin-right: 0px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #bde0c9;
	border-top: 1px solid #bde0c9;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .mobile_more {
	display: none;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li {
	width: auto;
	height: 80px;
	list-style: none;
	float: left;
	line-height: 80px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 15px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li a {
	display: block;
	color: #333;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li a:hover {
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s1 {
	background: url(../images/home_case_title_01.png) left center no-repeat;
	text-indent: 35px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s2 {
	background: url(../images/home_case_title_02.png) left center no-repeat;
	text-indent: 35px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s3 {
	background: url(../images/home_case_title_03.png) left center no-repeat;
	text-indent: 35px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s4 {
	background: url(../images/home_case_title_04.png) left center no-repeat;
	text-indent: 35px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s5 {
	background: url(../images/home_case_title_05.png) left center no-repeat;
	text-indent: 35px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s6 {
	background: url(../images/home_case_title_06.png) left center no-repeat;
	text-indent: 35px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s1.li_on {
	background: url(../images/home_case_title_01_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s2.li_on {
	background: url(../images/home_case_title_02_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s3.li_on {
	background: url(../images/home_case_title_03_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s4.li_on {
	background: url(../images/home_case_title_04_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s5.li_on {
	background: url(../images/home_case_title_05_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s6.li_on {
	background: url(../images/home_case_title_06_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s1:hover {
	background: url(../images/home_case_title_01_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s2:hover {
	background: url(../images/home_case_title_02_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s3:hover {
	background: url(../images/home_case_title_03_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s4:hover {
	background: url(../images/home_case_title_04_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s5:hover {
	background: url(../images/home_case_title_05_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul .s6:hover {
	background: url(../images/home_case_title_06_no.png) left center no-repeat;
	text-indent: 35px;
	color: #0fba4b;
}


.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li.li_on a {
	color: #0fba4b;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li.li_on a i {
	opacity: 1;
	filter: alpha(opacity:100);
	color: #4e4e4e;
}


.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont {
	float: right;
	width: 1200px;
	height: 585px;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	background: #fff;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}


.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right {
	width: 100%;
	height: 530px;
	float: left;
	margin-top: 25px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul {
	width: 263px;
	height: 527px;
	border: 1px solid #e5e5e5;
	text-align: center;
	float: left;
	margin-left: 28px;
	overflow: hidden;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul a {
	display: block;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul a:hover {
	text-decoration: none;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul img {
	width: 263px;
	height: 263px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul h2 {
	width: 230px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	color: #f7aa1a;
	overflow: hidden;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul span {
	width: 117px;
	height: 5px;
	background: #0fba4b;
	margin: 0 auto;
	display: block;
	margin-top: 16px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul p {
	width: 230px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	color: #ff5e1f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
	color: #4f4f4f;
	margin-top: 20px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul dd {
	width: 171px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/case_right_dd.png);
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul dd:hover {
	background: url(../images/case_right_dd_no.png);
}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul:hover {
	box-shadow: #dcdcdc 0px 1px 6px;
}


/*四大优势*/
.homeyoushi_title {
	padding-top: 65px;
	padding-bottom: 0px;
}

.homeyoushi_title p {
	padding-bottom: 5px;
}

.home_youshi_A {
	width: 1200px;
	height: 255px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.home_youshi_A .text {
	width: 600px;
	height: 255px;
	float: left;
}

.home_youshi_A .text .top {
	width: 100%;
	height: 86px;
	margin-top: 15px;
}

.home_youshi_A .text .top dd {
	width: 86px;
	height: 86px;
	float: left;
	background: #0fba4b;
	border-radius: 25px;
	text-align: center;
	line-height: 86px;
	font-size: 45px;
	color: #fff;
	font-weight: 800;
}

.home_youshi_A .text .top h2 {
	width: 400px;
	height: 84px;
	border-bottom: 2px solid #f8f8f8;
	margin-left: 45px;
	float: left;
	font-size: 25px;
	line-height: 86px;
	color: #0fba4b;
}

.home_youshi_A .text .bottom {
	width: 385px;
	height: 105px;
	overflow: hidden;
	float: left;
	margin-left: 131px;
	margin-top: 25px;
}

.home_youshi_A .text .bottom p {
	font-size: 16px;
	line-height: 32px;
	color: #7d7d7d;
	text-align: justify;
	text-justify: inter-ideograph;
}

.home_youshi_A .img {
	width: 600px;
	height: 255px;
	float: right;
	border-radius: 30px;
	box-shadow: #ccc 1px 5px 5px;
}

.home_youshi_A .img img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.youshi_B .text {
	float: right;
}

.youshi_B .text .top {
	margin-left: 50px;
}

.youshi_B .text .top dd {
	background: #f7aa1a;
}

.youshi_B .text .top h2 {
	color: #f7aa1a;
}

.youshi_B .text .bottom {
	margin-left: 181px;
}

/*基地*/
.home_jidi_content {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.home_jidi_content .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;
}

.home_jidi_content .swiper-wrapper {
	width: 1200px;
	margin: 0 auto;
}

.home_jidi_content .swiper-slide {
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}

.home_jidi_content .swiper-slide ul {
	width: 100%;
	height: 310px;
	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;
}

.home_jidi_content .swiper-slide ul a {
	display: block;
}

.home_jidi_content .swiper-slide ul p {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #dadada;
	border-radius: 15px;
}

.home_jidi_content .swiper-slide ul p img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.home_jidi_content .swiper-slide ul h2 {
	font-size: 18px;
	width: 240px;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
	color: #686868;
}

.home_jidi_content .swiper-pagination-bullet {
	background: #ccc;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 12px;
	height: 12px;
}

.home_jidi_content .swiper-pagination-bullet-active {
	background: #f7aa1a;
}

.home_jidi_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 8px;
	margin-right: 8px;
}

.home_jidi_content .swiper-slide ul:hover h2 {
	color: #f7aa1a;
	text-decoration: none;
}

.home_jidi_content .swiper-slide ul:hover a {
	text-decoration: none;
}




/*关于我们*/
.home_about_all {
	width: 100%;
	height: auto;
	background: url(../images/home_honor_all.jpg) bottom center no-repeat;
	padding-bottom: 0px;
	overflow: hidden;
}

.home_about {
	width: 1200px;
	height: 520px;
	background: #ffffff;
	margin: 0 auto;
	box-shadow: #ccc 0px 1px 10px;
	margin-top: 30px;
}

.home_about .left {
	width: 717px;
	height: 520px;
	background: #f7aa1a;
	float: left;
}

.home_about .left img {
	width: 689px;
	height: 492px;
	margin: 0 auto;
	display: block;
	padding-top: 14px;
}

.home_about .right {
	width: 420px;
	height: 520px;
	float: right;
	overflow: hidden;
	margin-right: 30px;
	padding-top: 15px;
}

.home_about .right h2 {
	width: 360px;
	line-height: 70px;
	border-bottom: 4px solid #0fba4b;
	font-size: 24px;
	color: #383838;
	font-weight: 800;
	margin-bottom: 20px;
}

.home_about .right ul {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.home_about .right p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 29px;
	color: #767676;
	text-align: justify;
	text-justify: inter-ideograph;
}

.home_about .right dd {
	text-align: right;
	margin-top: 20px;
}

.home_about .right dd a {
	color: #f7aa1a;
	display: block;
}

/*数字*/
.home_about_all .boxtese {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.home_about_shuzi {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.home_about_shuzi ul {
	width: 299px;
	height: 150px;
	float: left;
	text-align: center;
}

.home_about_shuzi ul h2 {
	font-size: 45px;
	line-height: 85px;
	color: #0fba4b;
}

.home_about_shuzi ul h2 strong {
	font-weight: 400;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: 800;
}

.home_about_shuzi ul li {
	font-size: 22px;
	font-weight: 400;
	color: #7e7e7e;
	line-height: 30px;
	font-family: "黑体";
}

.home_about_shuzi .s1 {
	border-right: 1px solid #e5e5e5;
}

.home_about_shuzi .s2 {
	border-right: 1px solid #e5e5e5;
}

.home_about_shuzi .s2 h2 {
	color: #f7aa1a;
}

.home_about_shuzi .s3 {
	border-right: 1px solid #e5e5e5;
}

.home_about_shuzi .s4 h2 {
	color: #f7aa1a;
}


/*新闻中心*/
.home_new_all {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	overflow: hidden;
}

.home_new {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 100px;
}

.home_new_left {
	width: 497px;
	height: 714px;
	background: #ffffff;
	float: left;
	border-radius: 15px;
	overflow: hidden;
}

.home_new_left .home_new_left_top {
	width: 100%;
	height: 63px;
	background: #0fba4b;
	line-height: 63px;
}

.home_new_left .home_new_left_top h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 20px;
}

.home_new_left .home_new_left_top h2 img {
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
}

.home_new_left .home_new_left_top h2 span {
	float: right;
}

.home_new_left .home_new_left_top h2 span a {
	color: #fff;
	font-size: 16px;
}

.home_new_left .home_new_left_img {
	width: 497px;
	height: 240px;
	display: block;
}

.home_new_left .home_new_left_img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home_new_left .list {
	width: 460px;
	height: 100px;
	margin: 0 auto;
	margin-top: 28px;
	overflow: hidden;
}

.home_new_left .list ul {
	width: 80px;
	height: 100px;
	float: left;
	text-align: center;
	color: #939393;
	overflow: hidden;
}

.home_new_left .list ul h2 {
	font-size: 45px;
	color: #0ccc60;
	line-height: 60px;
	padding-top: 5px;
}

.home_new_left .list ul h3 {
	color: #939393;
	font-weight: 300;
	line-height: 30px;
	font-size: 16px;
}

.home_new_left .list li {
	list-style: none;
	width: 1px;
	height: 80px;
	float: left;
	background: #848484;
	margin-top: 10px;
	margin-left: 15px;
}

.home_new_left .list dl {
	width: 340px;
	height: 100px;
	float: right;
	overflow: hidden;
}

.home_new_left .list dl dt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-weight: 700;
	font-size: 17px;
}

.home_new_left .list dl dd {
	font-size: 14px;
	color: #656565;
	line-height: 28px;
}

.home_new_left .list dl a:hover {
	text-decoration: none;
}

.home_new_left .list dl:hover dt {
	color: #01ca5e;
	text-decoration: underline;
}

.home_new_right {
	width: 638px;
	height: 714px;
	float: right;
	border-radius: 15px;
	overflow: hidden;
}

.home_new_right .home_new_right_top {
	width: 638px;
	height: 325px;
	background: #ffffff;
	overflow: hidden;
	border-radius: 15px;
}

.home_new_right .home_new_right_title {
	width: 100%;
	height: 63px;
	line-height: 63px;
	background: #f7aa1a;
	border-radius: 15px 15px 0px 0px;
}

.home_new_right .home_new_right_title h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 20px;
}

.home_new_right .home_new_right_title h2 img {
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
}

.home_new_right .home_new_right_title h2 span {
	float: right;
}

.home_new_right .home_new_right_title h2 span a {
	color: #fff;
	font-size: 16px;
}

.home_new_right .list {
	width: 600px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 15px;
}

.home_new_right .list i {
	float: left;
	font-size: 25px;
}

.home_new_right .list h2 {
	float: left;
	font-size: 16px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

.home_new_right .list span {
	float: right;
	font-size: 16px;
	color: #939393;
	font-weight: 400;
}

.home_new_right .list a {
	display: block;
}

.home_new_right .list:hover h2 {
	color: #f7aa1a;
	text-decoration: underline;
}

.home_new_right .list:hover i {
	float: left;
	color: #f7aa1a;
}

.home_new_right .s2 {
	margin-top: 65px;
}

/*联系我们*/
.map_contact {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 110px;
	margin-bottom: 110px;
}

.map_contact .left {
	width: 570px;
	height: 570px;
	float: left;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 20px;
}

.map_contact .left h2 {
	width: 494px;
	height: 50px;
	margin: 0 auto;
	color: #0fba4b;
	line-height: 50px;
	margin-top: 20px;
}

.map_contact .left .home_map {
	width: 494px;
	height: 440px;
	background: #ccc;
	margin: 0 auto;
	margin-top: 20px;
}

.map_contact .left .home_map .homemap {
	width: 494px;
	height: 440px;
	overflow: hidden;
	position: relative;
	background: #f3f3f3;
	margin: 0 auto;
}

.map_contact .left .home_map .homemap #map {
	width: 100%;
	height: 100%;
}

.map_contact .right {
	width: 540px;
	height: 570px;
	float: right;
	background: #f5f5f5;
	border-radius: 20px;
	overflow: hidden;
}

.map_contact .right h2 {
	width: 450px;
	height: 50px;
	margin: 0 auto;
	color: #0fba4b;
	line-height: 50px;
	margin-top: 20px;
}

.map_contact .right ul {
	width: 460px;
	height: auto;
	margin: 0 auto;
}

.map_contact .right dd {
	width: 460px;
	height: 231px;
	margin-top: 20px;
}

.map_contact .right dd img {
	width: 100%;
	height: 100%;
}

.map_contact .right p {
	font-size: 16px;
	line-height: 31px;
	color: #7a7a7a;
	margin-top: 20px;
}

.map_contact .right p strong {
	color: #f7aa1a;
	display: block;
	line-height: 45px;
}

/*底部通用*/
.footer_all {
	width: 100%;
	min-height: 200px;
	height: auto;
	overflow: hidden;
	background: #0fba4b;
	margin-top: 80px;
}

.footer_all .footer_top {
	width: 1200px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #1bd25b;
}

.footer_all .footer_top .mobile {
	display: none;
}

.footer_all .footer_top dl {
	float: left;
	width: 853px;
	height: 190px;
}

.footer_all .footer_top dl img {
	width: 100%;
	height: 100%;
}

.footer_all .footer_top ul {
	width: 300px;
	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: 25px;
	color: #fff;
	line-height: 45px;
}

.footer_all .footer_top ul p a {
	color: #fff;
}

.footer_all .footer_content {
	width: 1200px;
	height: 316px;
	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: 316px;
	float: right;
	padding-top: 35px;
}

.footer_all .footer_content .footer_content_lx a {
	color: #fff;
}

.footer_all .footer_content .footer_content_lx p {
	color: #ffffff;
	line-height: 35px;
	font-size: 16px;
}

.footer_all .footer_bottom {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background: #07a13d;
}

.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;
}

.mobile_footer {
	display: none;
}

/*侧边栏*/
/*main css*/
.izl-rmenu {
	position: fixed;
	right: 0%;
	margin-left: 0;
	bottom: 30px;
	padding-bottom: 100px;
	z-index: 999999999;
}

.izl-rmenu .btn {
	width: 72px;
	height: 73px;
	cursor: pointer;
	position: relative;
}

.izl-rmenu .btn-qq {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #00a0e9;
}

.izl-rmenu .btn-qq:hover {
	background-color: #488bc7;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #00a0e9;
	text-decoration: none;
	display: block;
}

.izl-rmenu .btn-wx {
	background: url(../images/r_wx.png) 0px 0px no-repeat;
	background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
	background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -127px;
	top: 0px;
	display: none;
	width: 127px;
	height: 127px;
}

.izl-rmenu .btn-phone {
	background: url(../images/r_phone.png) 0px 0px no-repeat;
	background-color: #ffcc00;
}

.izl-rmenu .btn-phone:hover {
	background-color: #ff811b;
}

.izl-rmenu .btn-phone .phone {
	background-color: #ff811b;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-top {
	background: url(../images/r_top.png) 0px 0px no-repeat;
	background-color: #666666;
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #444;
}

/*banner——min*/
.banner_min {
	width: 100%;
	height: 290px;
	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;
}

/*内容导航*/
.content_nav {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
}

.content_nav a {
	border: 1px solid #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	margin-top: 30px;
	border-radius: 10px;
}

.content_nav a:hover {
	background: #0fba4b;
	color: #fff;
	text-decoration: none;
	border: 1px solid #f3f3f3;
}

.content_nav .no {
	background: #0fba4b;
	color: #fff;
	border: 1px solid #f3f3f3;
}

/*当前位置*/
.location_all {
	width: 100%;
	min-height: 50px;
	height: auto;
	overflow: hidden;
}

.location_content {
	width: 1200px;
	min-height: 50px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
}

.location_left {
	width: 600px;
	height: 50px;
	float: left;
	overflow: hidden;
	line-height: 50px;
	font-size: 14px;
}

.location_left strong {
	font-size: 16px;
	color: #474747;
}

.location_left a {
	font-size: 14px;
	color: #666;
}

.location_left i {
	font-size: 28px;
	float: left;
	margin-right: 10px;
	color: #0fba4b;
}

.location_right {
	width: 500px;
	min-height: 50px;
	height: auto;
	overflow: hidden;
	text-align: right;
	float: right;
}

.location_right h1 {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

/*关于我们*/

.about_content {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 35px;
	position: relative;
	padding-bottom: 50px;
}

.about_content img {
	max-width: 100%;
	width: auto;
	overflow: hidden;
}

.about_content p {
	line-height: 28px;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}

.hezuo_content {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 35px;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #f3f3f3;
}

.hezuo_content img {
	max-width: 100%;
	width: auto;
	overflow: hidden;
}

.hezuo_content p {
	line-height: 28px;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*成功案例*/
.case_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	padding-bottom: 2px;
}

.case_content ul {
	background: #fff;
	float: left;
	width: 240px;
	height: 342px;
	border-radius: 15px;
	margin-left: 48px;
	overflow: hidden;
	margin-top: 48px;
	box-shadow: #ccc 0px 0px 2px;
	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;
}

.case_content ul dd {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 15px;
	margin-top: 20px;
}

.case_content ul dd img {
	width: 100%;
	height: 100%;
}

.case_content ul h2 {
	width: 200px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 auto;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
	font-size: 16px;
	text-align: center;
	color: #2f2f2f;
	font-weight: 400;
	transition: all 1.0s;
}

.case_content ul h3 {
	width: 200px;
	margin: 0 auto;
	line-height: 58px;
	height: 50px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
	font-size: 15px;
	text-align: center;
	color: #929292;
	font-weight: 400;
}

.case_content ul:hover a {
	text-decoration: none;
}

.case_content ul:hover dd img {
	transform: scale(1.1);
	transition: 0.5s linear 0.1s;
}

.case_content ul:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	box-shadow: #ababab 0px 0px 8px;
}

.case_content ul:hover h2 {
	color: #f7aa1a;
}

.case_content ul:hover h3 {
	color: #0fba4b;
}

/*翻页样式*/
#fenye {
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
}

#fenye li {
	padding: 0;
	list-style: none;
}

#fenye .pagination .active a {
	background: #01cb5c;
	color: #fff;
}

#fenye .pagination .disabled span {
	color: #ccc;
}

.pagination {
	padding-left: 0;
	margin: 0px 0;
	border-radius: 4px;
	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;
}

.pagination>li {
	display: inline;
}

.pagination>li a:hover {
	background: #01cb5c;
	color: #fff;
}

.neiye_solution ul {
	margin-top: 0px;
	margin-bottom: 30px;
}

/*产品展示*/
.list_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
	padding-bottom: 10px;
}

.product_list {
	width: 255px;
	height: auto;
	float: left;
	background: #fff;
	margin-left: 35px;
	margin-right: 0px;
	border: 1px solid #dedede;
	margin-top: 35px;
	overflow: hidden;
	border-radius: 15px;
}

.product_list a {
	display: block;
}

.product_list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.product_list img {
	width: 100%;
	height: auto;
}

.product_list:hover img {
	transform: scale(1.1);
	transition: 1s linear 0.1s;
}

.product_list h2 {
	width: 90%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

.product_list li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	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;
}

.product_list a {
	color: #6e6e6e;
	text-decoration: none;
}

.product_list:hover {}

.product_list:hover a {
	color: #01cb5c;
}

.product_list:hover h2 {
	color: #01cb5c;
}

.product_list:hover li {
	color: #fff;
	background: #01cb5c;
}


.honor_list {
	width: 255px;
	height: 281px;
	float: left;
	background: #fff;
	margin-left: 35px;
	margin-right: 0px;
	border: 1px solid #dedede;
	margin-top: 35px;
	overflow: hidden;
}

.honor_list a {
	display: block;
}

.honor_list ul {
	width: 100%;
	height: 186px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.honor_list img {
	width: 100%;
	height: 186px;
}

.honor_list:hover img {
	transform: scale(1.0);
	transition: 1s linear 0.1s;
}

.honor_list h2 {
	width: 90%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

.honor_list li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	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;
}

.honor_list a {
	color: #6e6e6e;
	text-decoration: none;
}

.honor_list:hover {}

.honor_list:hover a {
	color: #01cb5c;
}

.honor_list:hover h2 {
	color: #01cb5c;
}

.honor_list:hover li {
	color: #fff;
	background: #01cb5c;
}

.new_list {
	width: 46%;
	height: auto;
	min-height: 150px;
	background: #fff;
	float: left;
	margin: 0 auto;
	border: 1px solid #f3f3f3;
	margin-top: 0;
	margin-top: 34px;
	border-radius: 15px;
	padding: 1%;
	margin-right: 1%;
}

.new_list ul {
	width: 180px;
	height: 180px;
	float: left;
	background: url(../images/no_img.png);
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	margin-right: 10px;
	text-align: center;
	border-radius: 15px;
	transition: all 1.0s;
}

.new_list ul img {
	width: 100%;
	height: 100%;
}

.new_list dl {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.new_list h2 {
	width: 100%;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 100%;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}

.new_list a {
	color: #666;
	text-decoration: none;
}

.new_list p {
	font-size: 14px;
	line-height: 25px;
	height: auto;
	color: #8e8e8e;
	padding-right: 20px;
	padding-top: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	float: left;
	overflow: hidden;
}

.new_list li {
	list-style: none;
	line-height: 60px;
	color: #8e8e8e;
	padding-top: 10px;
	display: block;
	text-align: right;
	font-size: 14px;
}

.new_list:hover {
	background: #f3f3f3;
	transition: all 1.0s;
}

.new_list:hover img {
	transform: scale(1.1);
	transition: 1s linear 0.1s;
}

.new_list:hover h2 {
	color: #0fba4b;
}

/*联系我们*/
.contact_neirong {
	width: 1100px;
	min-height: 60px;
	height: auto;
	margin: 0 auto;
	background: url(../images/home_contact.jpg) right center no-repeat;
	margin-top: 50px;
	overflow: hidden;
	background-size: 45%;
}

.contact_neirong .left {
	width: 430px;
	height: auto;
	overflow: hidden;
	float: left;
}

.contact_neirong .left h2 {
	font-size: 22px;
	line-height: 40px;
	margin-left: 10px;
	margin-top: 10px;
	color: #494949;
}

.contact_neirong .left dd {
	width: 280px;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact_neirong .left dd img {
	width: 100%;
	height: 100%;
}

.contact_neirong .left p {
	line-height: 30px;
	margin-left: 12px;
	margin-top: 10px;
	color: #494949;
}

.contact_neirong .left p span {
	color: #68b837;
}

.contact_neirong .left p a {
	color: #494949;
}

.map {
	width: 1100px;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: #f3f3f3;
	margin: 0 auto;
	border-radius: 15px;
	margin-top: 60px;
	margin-bottom: 100px;
}

.map #map {
	width: 100%;
	height: 100%;
}

/*合作伙伴*/
.neiye_youshi {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.neiye_youshi .home_youshi_tab {
	padding-bottom: 0px;
}

.table_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f3f3f3;
}

.table_content table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
	height: auto;
}

.table_content table tr {
	height: auto;
	line-height: 50px;
}

.table_content table td {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	width: 33.3%;
	font-size: 16px;
	color: #333;
}

.table_content table tr .t1 {
	background: #0fba4b;
	color: #fff;
	border: 1px solid #0fba4b;
}

.table_content table tr .t2 {
	background: #f19f11;
	color: #fff;
	border: 1px solid #f19f11;
}

.table_content table tr .t3 {
	background: #00a0e9;
	color: #fff;
	border: 1px solid #00a0e9;
}

.table_content table tr .s1 {
	width: 30%;
}

.table_content table tr .s2 {
	width: 50%;
}

.table_content table tr .s3 {
	width: 20%;
}

.table_content table tr a {
	display: block;
	color: #333;
}

.table_content table tr a:hover {
	text-decoration: none;
}


.table_content table tr:nth-child(odd) {
	background-color: #e7e7e7;
}

.table_content table tr:nth-child(even) {
	background-color: #f3f3f3;
}

.table_content table tr:hover {
	background: #ffffff;
}

/*新闻内容*/
.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: 40px;
}

.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: 1rem;
}


.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: auto;
	color: #333;
	font-size: 16px;
}

.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: #ff6d02;
	text-decoration: underline;
}

/*产品内容*/

.product_content_top {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}

.product_content_top .left {
	width: 600px;
	height: 450px;
	float: left;
	overflow: hidden;
}

.product_content_list {
	width: 600px;
	height: 450px;
	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: 415px;
	height: 415px;
	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: 90px;
}

.product_content_list .swiper-slide ul img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.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: 450px;
	float: right;
	overflow: hidden;
}

.product_content_top .right h2 {
	font-size: 15px;
	font-weight: 300;
	border-bottom: 1px dashed #ccc;
	line-height: 20px;
	padding-left: 30px;
	color: #0fba4b;
	padding-bottom: 20px;
}

.product_content_top .right h2 a {
	color: #333;
}

.product_content_top .right h2 a:hover {
	color: #0fba4b;
}

.product_content_top .right h3 {
	font-size: 20px;
	font-weight: 700;
	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: #f7aa1a;
	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: 210px;
	color: #6c6c6c;
	overflow-y: scroll;
	overflow-x: auto;
	;
}

.product_content_top .right .lx ul {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.product_content_top .right .lx p {
	font-size: 14px;
	color: #575757;
	line-height: 31px;
}

.product_content_top .right .lx p span {
	color: #0fba4b;
}

.product_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 35px;
}

.product_content .tab {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f3f3f3;
}

.product_content .tab ul li {
	width: auto;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	list-style: none;
	float: left;
	margin: 0px;
	line-height: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.product_content .tab ul li i {
	font-size: 24px;
	float: left;
	margin-right: 10px;
	color: #666;
}

.product_content .tabbox {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.product_content .tabbox .boxlist {
	display: none;
	width: 1140px;
	margin: 0 auto;
	min-height: 300px;
	background: none;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

.product_content .tabbox .boxlist p {
	line-height: 35px;
	color: #333;
	font-size: 15px;
}

.product_content .tabbox .boxlist img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.product_content .tab ul .active {
	color: #fff;
	background: #0fba4b;
}

.product_content .tab ul .active i {
	color: #fff;
}

/*搜索样式*/
.ss_no {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 18px;
	color: #ce1414;
	font-size: 24px;
}
