﻿/* CSS Document */
@media screen and (max-width: 901px) { body{min-width:auto; max-width:25.6rem; margin:0 auto;}}
@media screen and (min-width: 900px) { body{min-width:1200px;}}
*{margin:0;padding:0; font-family:"微软雅黑";}
img{ border:none;}
a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body{ background:#fff;overflow:scroll;overflow-x:hidden; position:relative; -webkit-text-size-adjust: 100%!important;}
li{ list-style:none;}
.content{width:100%; height:auto; margin:0 auto; overflow:hidden; position:relative;}
.content_auto{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.content_auto img{ max-width:100%; height:auto; width:auto;}

/*TOP*/
.top_center{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.top_center .logo{ width:auto; height:auto; text-align:center; overflow:hidden; float:left; margin-left:1rem;}
.top_center .logo img{ width:10rem; height:auto; }
.top_center .name{ width:11rem; margin:0 auto; height:auto; overflow:hidden;}
.top_center .name h1{ font-size:1.2rem; line-height:2rem; text-align:center; font-weight:300; padding-top:0.7rem;}
.top_center .name h1 span{ color:#0fba4b;}
.top_center .name h2{ font-size:0.8rem; color:#8f8f8f; line-height:2rem; font-weight:400; line-height:2rem; text-align:center; display:none; font-weight:300;}
.top_center .tel{width:300px; height:141px; float:right; overflow:hidden; background:url(../images/tel.png) left center no-repeat; display:none;}
.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:3rem; background:#0fba4b ; z-index:9999;  }
.nav_content{width:100%; height:3rem;margin:0 auto; z-index:9999}

.nav_content .nav_mobile{ float:right; position:absolute; right:0px; color:#333; font-size:0.9rem; line-height:3rem; padding-right:1.5rem; z-index:999999999999999;}
.nav_content .nav_mobile strong{ font-size:1rem; color:#fff;}
.nav_content .nav_mobile a{ color:#fff;}
/**, *:after, *:before{box-sizing: border-box;}*/
.nav_content .nav_mobile i{ font-size:1.5rem; float:left; margin-right:0.5rem; color:#c2fffb;} 

.animenu__toggle{display: none;cursor: pointer; background:#0fba4b; border: 0;padding:11px; height:3.0rem;width: 40px; z-index:9999;  }
.animenu__toggle:hover{background-color: #0fba4b;}
.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);}
.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{ z-index:9999; position:relative;}
.animenu ul{padding: 0;list-style: none;font: 0px 'Open Sans', Arial, Helvetica; z-index:9999; display:none;}
.animenu li, .animenu a{display: inline-block;font-size: 15px;}
.animenu a{color: #aaaaaa;text-decoration: none;}

.animenu__nav{background:#ef9a49; z-index:9999; display:none;}
.animenu__nav > li{position: relative;border-right: 1px solid #5bd0c8;}
.animenu__nav > li > a{padding: 10px 30px;text-transform: uppercase; color:#fff;}
.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__child{min-width: 100%;position: absolute;top: 100%;left: 0;z-index: 1;opacity: 0;visibility: hidden;margin: 20px 0 0 0;background-color: #111;transition: margin .15s, opacity .15s; display:none;}
.animenu__nav__child > li{width: 100%;border-bottom: 1px solid #312f2e; }
.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: 10px;width: 100%; border-color: #508cee;}
.animenu__nav__child a:hover{background-color: #0186ba;border-color: #0186ba;color: #fff;}
.animenu__nav > .no{ background:#ffb054; color:#fff;}
.animenu__nav > .no a{ color:#fff;}
.animenu__nav > .no ul li{ border-bottom:none; }
.animenu__nav > .no ul li a{ border-color:#cfdd01; }

.animenu__nav > .no > a{ display:block;padding: 10px;border-color: #f16d54;position: relative; background:#f16d54;}

@media screen and (max-width: 767px){.animenu__toggle{display: inline-block; z-index:1000000000000000;}
.animenu__nav, .animenu__nav__child{ z-index:10000000000000000;}
.animenu__nav{margin:0px 0;}
.animenu__nav > li{width: 100%;border-right: 0;border-bottom: 1px solid #e38d3c; }
.animenu__nav > li:last-child{border: 0;}
.animenu__nav > 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 > li > a{ display:block;padding:0.8rem; padding-left:1rem;position: relative; }

.animenu__nav a:hover{background-color: #fcb16a;border-color: #fcb16a;color: #fff;}

.animenu__nav__child{position: static; margin: 0;transition: none;visibility: visible;opacity: 1; }
.animenu__nav__child > li:first-child > a:after{content: none;}
.animenu__nav__child a{padding-left: 20px;width: 100%; color:#333; border-bottom:none;}}
.animenu__nav--open{display: block !important; }
.animenu__nav--open .animenu__nav__child{ display:none;}
/*Banner*/
.banner{ width:100%; height:15.8rem; overflow:hidden; margin-top:0px; margin-bottom:0.6rem;}
.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:40rem; height:auto; position:absolute; left:50%; margin-left:-20rem;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:0.8rem;}
.banner .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.banner .swiper-pagination-bullet-active{ background:#ef9a49;}
.banner .swiper-button-next{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0; right:1rem; display:none;}
.banner .swiper-button-next:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
.banner .swiper-button-prev{  filter:alpha(opacity=0); -moz-opacity:0.4; opacity:0; left:1rem; display:none;}
.banner .swiper-button-prev:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
/*搜索*/
.sosuo_all{ width:100%;  height:55px; overflow:hidden; background:#f3f3f3; }
.sosuo_content{ width:100%; height:55px; overflow:hidden; margin:0 auto;}
.sosuo_left{ width:780px; float:left; height:100%; overflow:hidden; text-align:left; overflow:hidden; display:none;}
.sosuo_left h1{ line-height:55px; font-size:14px; color:#0d1b74; font-weight:300; float:left; margin-left:0px;}
.sosuo_left h1 img{width:auto;height:55px; float:left;}
.sosuo_left h1 img{ float:left; margin-right:10px;}
.sosuo_left a{ display:block; float:left; font-size:14px; line-height:55px; padding-left:20px; padding-right:20px; color:#666666; text-decoration:none;}
.sosuo_left a:hover{ text-decoration:underline; color:#0d1b74;}
.sosuo_right{ width:100%; height:3.5rem; float:right; overflow:hidden; }
.sosuo_so{width:100%; height:55px; float:right; overflow:hidden; margin-right:0px; padding-top:0px;}
.sosuo_so  form	{ padding-top:12px;}
.sosuo_so .keyword		{-webkit-box-flex: 1; width:18.8rem; height:32px; text-align:left; line-height:32px; overflow:hidden; font-size:0.9rem; border:none;  float:left; margin-left:0.86rem; text-indent:0.9rem;  color:#000; border-radius:8px 0px 0px 8px;}
.sosuo_so .search-btn	{ width:5rem; height:32px;background:#fff; float:left; border:none;  cursor:pointer; color:#fff; text-align:left;  line-height:31px; text-align:center; background:#f7aa1a; border-radius:0px 8px 8px 0px;}
/*首页标题*/
.home_title{ width:100%; text-align:center; margin:0 auto; height:auto; padding-top:1rem;}
.home_title h2{ font-size:1.8rem; color:#0fba4b; line-height:2.5rem; padding-bottom:1rem;}
.home_title h3{ height:auto; overflow:hidden;}
.home_title h3 img{ max-width:100%; width:auto; height:auto;}
.home_title p{ width:23rem; margin:0 auto; line-height:2rem; font-size:1.1rem; color:#9f9f9f; padding-top:1rem; padding-bottom:0.3rem;}

.shicaipeisong_title{ padding-top:1.5rem; padding-bottom:0rem;}

/*食材配送*/
.cont_sd{width:100%;margin-bottom:2rem; overflow:hidden; height:auto; margin-top:0rem;}
.cont_sd .cont_cd{width:100%;margin:0 auto; overflow:hidden; height:auto; margin-top:1rem;}

.cont_sd .cont_cd .prod_sk{width:100%;}

.cont_sd .cont_cd .prod_sk .prod_left_s{float:left;width:100%;margin-right:0px;background:#f5f5f5; height:auto; overflow:hidden;}

.cont_sd .cont_cd .prod_sk .prod_left_s .em_1{display:block;width:100%;height:5rem;background:#0fba4b; text-align:center; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 h2{ line-height:2.2rem; font-weight:800; font-size:1.2rem; padding-top:0.5rem;}
.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 p{ line-height:2rem; font-size:0.8rem;}
.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; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li{padding-right:0px;position:relative; line-height:2rem; padding-top:0px; width:12.8rem; float:left; list-style:none; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a{display:block; padding-left:1rem; font-size:0.9rem;border-bottom:1px solid #e4e4e4;color:#333;position:relative;border-left:4px solid #f5f5f5;transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease; text-decoration:none;  line-height:2.8rem; pasdding-top:0px; pointer-events: none;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a i{position:absolute;right:14px;top:50%;width:16px;height:16px;line-height:16px;text-align:center;font-size:20px;color:#d1d1d1;margin-top:-8px;opacity:1;filter:alpha(opacity:0);transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease; display:none;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a{color:#f7aa1a;padding-left:1.3rem;border-left:4px solid #f7aa1a;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a i{opacity:1;filter:alpha(opacity:100); color:#f7aa1a;}

.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d{height:auto;background:url(../images/hplogo.png) no-repeat top center;padding:0px;color:#fff; margin-top:1rem; }
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d img{  width:auto; height:auto; display:block; margin:0 auto; width:8rem;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a{display:block;font-size:1rem; margin:0 auto; line-height:3rem; text-align:center;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d strong{font-size:24px;letter-spacing:2px;}

.cont_sd .cont_cd .prod_sk .prod_cont{float:right;width:100%; height:30rem;overflow:hidden;position:relative; background:#fffff; margin-top:0.5rem;}

.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:12rem; height:14.5rem; overflow:hidden; float:left; border:1px solid #f3f3f3; float:left; text-align:center; background:#fff; margin-left:0.5rem; margin-bottom:0.5rem; transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease; }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul img{width:12rem;height:12rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul h2{ width:90%; font-size:0.8rem; height:2rem; margin:0 auto; line-height:2rem; color:#555555; font-weight:300; overflow:hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; border-top:1px solid #fff}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p{ width:100%;height:46px; background:url(../images/s.png) top center no-repeat; }
.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{ border:1px solid #ccc;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover h2{ border-top:1px solid #f7aa1a; color:#f7aa1a;}

/*横幅A*/
.home_hengfu_A{  width:100%; height:auto;background:url(../images/hengfu_a.jpg) top center ; overflow:hidden; }
.home_hengfu_A ul{width:23rem; margin:0 auto; height:auto; margin:0 auto; text-align:center; padding-bottom:0.8rem;}
.home_hengfu_A ul h2{ color:#fff; font-size:1.3rem; margin-top:1rem; line-height:2.5rem;}
.home_hengfu_A ul h3{ color:#fff; width:100%; height:auto; background:#f7aa1a; margin:0 auto; text-align:center; font-size:1.2rem; border-radius:30px; font-weight:400; line-height:2rem; padding-top:0.5rem; padding-bottom:0.5rem; margin-top:1rem;}
.home_hengfu_A ul p{ color:#fff; font-size:1.1rem; line-height:2rem; padding-top:0.8rem; margin-bottom:0.5rem;}
.home_hengfu_A ul p a{ color:#fff;}

/*食堂承包*/
.shitangchengbao_title{ padding-bottom:0rem; padding-top:2rem; }

/*首页配送展示*/
.cont_sd_2{width:100%;height:auto; background:url(../images/product_back.png) bottom center no-repeat; overflow:hidden; margin-top:1rem; background-size:100%;}
.cont_sd_2 .cont_cd_2{width:100%;margin:0 auto; overflow:hidden; height:auto; margin-top:0rem;}

.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:auto; 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:100%; height:auto;  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:10rem; height:3rem;   list-style:none; float:left; line-height:3rem; font-size:0.9rem; float:left; margin-left:1rem; padding-left:1.5rem;}
.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li a{ display:block; color:#333; pointer-events: none;}
.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li a:hover{ color:#008930;}
.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:1.5rem;}
.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:1.5rem;}
.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:1.5rem;}
.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:1.5rem;}
.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:1.5rem;}
.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:1.5rem;}

.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}

.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}
.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:1.5rem; color:#008930;}


.cont_sd_2 .cont_cd_2 .prod_sk .prod_left_s .prod_ul li.li_on a{ color:#008930; }
.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:100%;height:45rem;overflow:hidden;position:relative;  }
.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:auto;  float:left;  margin-top:1rem; overflow:hidden;}

.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul{width:11.16rem; height:20rem; border:1px solid #e5e5e5; text-align:center; float:left; margin-left:1rem; overflow:hidden; background:#fff; margin-bottom:1rem;}
.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:11.16rem;height:11.16rem;}
.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul h2{width:10rem; height:2rem; line-height:2rem; margin:0 auto; font-size:0.9rem; font-weight:300; color:#f7aa1a; overflow:hidden; margin-top:0.5rem; 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:9rem; height:0.2rem; background:#0fba4b; margin:0 auto; display:block; margin-top:0.4rem;}
.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul p{width:10rem; height:2rem; line-height:2rem; margin:0 auto; font-size:0.5rem; font-weight:300; color:#f7aa1a; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#4f4f4f; margin-top:0.5rem;}
.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul dd{width:9rem;height:2rem;margin:0 auto; background:url(../images/case_right_dd.png) top center no-repeat; line-height:1.8rem; font-size:0.8rem; color:#fff; margin-top:0.5rem; background-size:100%; background-size:100%;}
.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) top center no-repeat; background-size:100%;}
.cont_sd_2 .cont_cd_2 .prod_sk .prod_cont .prod_li .case_right ul:hover{ box-shadow:#ccc 0px 1px 5px; }
/*四大优势*/
.homeyoushi_title{ padding-top:2rem; padding-bottom:0px; }
.homeyoushi_title p{ padding-bottom:0.5rem;}

.home_youshi_A{width:100%; height:auto; margin:0 auto; overflow:hidden; }

.home_youshi_A .text{ width:100%; height:auto; float:left; overflow:hidden; padding-top:1.5rem; padding-bottom:1.5rem;}

.home_youshi_A .text .top{ width:100%; height:5rem; margin-top:0px; overflow:hidden;}
.home_youshi_A .text .top dd{ width:5rem; height:5rem; float:left; background:#0fba4b; border-radius:1rem; text-align:center; line-height:5rem; font-size:2.8rem; color:#fff; font-weight:800; }
.home_youshi_A .text .top h2{ width:17rem; height:4.8rem; border-bottom:0.2rem solid #f8f8f8; margin-left:2rem; float:left; font-size:1.8rem; line-height:4.8rem; color:#0fba4b;}
.home_youshi_A .text .bottom{ width:17rem; height:auto; overflow:hidden; float:left; margin-left:7rem; margin-top:0.8rem; padding-bottom:1rem;}
.home_youshi_A .text .bottom p{ font-size:1rem; line-height:1.7rem; color:#7d7d7d; text-align:justify; text-justify:inter-ideograph;}
.home_youshi_A .img{ width:100%; height:auto;  border-radius:1rem; box-shadow:#ccc 1px 5px 5px;}
.home_youshi_A .img img{ width:100%; height:100%; border-radius:1rem;  }
.youshi_B .text{ float:left; padding-top:1.5rem; padding-bottom:1.5rem;}
.youshi_B .text .top{ margin-left:0rem;}
.youshi_B .text .top h2{ text-align:right;}
.youshi_B .text .top dd{ background:#f7aa1a; float:right;}
.youshi_B .text .top h2{ color:#f7aa1a;}
.youshi_B .text .bottom{ margin-right:6.8rem; float:right;}

/*基地*/
.home_jidi_content{ width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:1rem; margin-bottom:1rem; }
.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; padding-bottom:2rem;}
.home_jidi_content .swiper-wrapper{width:100%; margin:0 auto; }
.home_jidi_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.home_jidi_content .swiper-slide ul{width:11rem; height:14rem; overflow:hidden; margin:0 auto; text-align:center; margin-left:1.2rem;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:11rem; height:11rem; margin:0 auto;  border-radius:0.5rem;}
.home_jidi_content .swiper-slide ul p img{  width:100%;height:100%; border-radius:0.5rem;}
.home_jidi_content .swiper-slide ul h2{ font-size:1rem; width:11rem; margin:0 auto; text-align:center; font-weight:300; line-height:2.8rem; height:60px; overflow:hidden; font-size:0.9rem; 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{width:100%;height:auto; background:#f3f3f3;margin:0 auto; margin-top:1rem; }
.home_about .left{ width:100%; margin:0 auto; height:auto; background:#2268cd; }
.home_about .left img{width:23rem;height:auto; margin:0 auto; display:block; padding-top:1.4rem; padding-bottom:1.4rem;}
.home_about .right{width:23rem;height:auto; margin:0 auto; overflow:hidden;  padding-top:1rem;}
.home_about .right h2{ line-height:3rem; border-bottom:4px solid #0089d6; font-size:1.2rem; color:#383838; font-weight:400; margin-bottom:1rem;}
.home_about .right ul{ width:100%; height:auto; overflow:hidden;}
.home_about .right p{ font-size:1rem; text-indent:2em; line-height:2rem; color:#767676; text-align:justify; text-justify:inter-ideograph;
}
.home_about .right dd{ text-align:right; margin-top:1rem; padding-bottom:2rem;}
.home_about .right dd a{ color:#0089d6; display:block;}

/*数字*/
.home_about_shuzi{width:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:0rem; padding-bottom:1rem; padding-top:1rem; border-bottom:12px solid #0089d6;}
.home_about_shuzi ul{width:12.75rem; height:9rem; float:left; text-align:center; border-bottom:0.1rem solid #e5e5e5;}
.home_about_shuzi ul h2{ font-size:2rem; line-height:5rem; padding-top:0.5rem; color:#0089d6;}
.home_about_shuzi ul h2 strong{ font-weight:400; font-size:1.5rem; color:#2b2b2b; font-weight:800;}
.home_about_shuzi ul li{ font-size:1.1rem; font-family:"xihei"; font-weight:500; color:#7e7e7e; line-height:2rem;}

.home_about_shuzi .s1{ border-right:0.1rem solid #e5e5e5;}
.home_about_shuzi .s2{ border-right:none;}
.home_about_shuzi .s3{ border-right:0.1rem solid #e5e5e5;border-bottom:none;}
.home_about_shuzi .s4{ border-bottom:none;}
/*新闻中心*/
.home_new{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:3rem; margin-bottom:1rem;}
.home_new_left{width:24rem; height:auto; background:#f3f3f3; margin:0 auto; overflow:hidden; padding-bottom:1rem; margin-bottom:1rem; border-radius:0.8rem;}
.home_new_left .home_new_left_top{width:100%;height:3rem; background:#00a0e9; line-height:3rem; }
.home_new_left .home_new_left_top h2{ color:#fff; font-size:1.2rem; font-weight:300; padding-left:0.5rem; padding-right:1rem;}
.home_new_left .home_new_left_top h2 img{ float:left; width:2rem; height:2rem; padding-top:0.5rem; padding-right:0.5rem;}
.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:1rem;}
.home_new_left .home_new_left_img{width:100%; height:auto; display:block; overflow:hidden;}
.home_new_left .home_new_left_img img{width:100%;height:100%; overflow:hidden; max-height:10rem;}
.home_new_left .list{ width:22rem;height:6rem; margin:0 auto; margin-top:1rem; overflow:hidden; }
.home_new_left .list ul{width:4rem;height:6rem; float:left; text-align:center; color:#939393; overflow:hidden;}
.home_new_left .list ul h2{ font-size:2.5rem; color:#0fba4b; line-height:4rem; padding-top:0.2rem;}
.home_new_left .list ul h3{ color:#939393; font-weight:300; line-height:2rem; font-size:1rem;} 
.home_new_left .list li{ list-style:none;width:1px; height:5rem; float:left; background:#848484; margin-top:0.8rem; margin-left:0.9rem;}
.home_new_left .list dl{width:16rem; height:6rem; float:right; overflow:hidden;}
.home_new_left .list dl dt{width:100%; height:2.5rem; line-height:2.5rem; overflow:hidden; font-weight:700; font-size:1rem;}
.home_new_left .list dl dd{ font-size:0.7rem; color:#656565; line-height:1.6rem;}
.home_new_left .list dl a:hover{ text-decoration:none;}
.home_new_left .list dl:hover dt{ color:#0fba4b; text-decoration:underline;}

.home_new_right{ width:24rem; height:auto; margin:0 auto; background:#fff; border-radius:0.8rem;}
.home_new_right .home_new_right_top{width:100%; height:auto; background:#f3f3f3; overflow:hidden; padding-bottom:0.8rem; border-radius:0.8rem;}
.home_new_right .home_new_right_title{width:100%;height:3rem; background:#1ca9a9; line-height:3rem; background:url(../images/home_right_top.png) top center no-repeat;}
.home_new_right .home_new_right_title h2{ color:#fff; font-size:1.2rem; font-weight:300; padding-left:1rem; padding-right:1rem;}
.home_new_right .home_new_right_title h2 img{ float:left; width:2rem; height:2rem; padding-top:0.5rem; padding-right:0.5rem;}
.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:0.9rem;}
.home_new_right .list{width:23rem; height:2.5rem; line-height:2.5rem; overflow:hidden; margin:0 auto; margin-top:0.8rem; margin-bottom:0.5rem;}
.home_new_right .list i{ float:left; font-size:1.2rem;}
.home_new_right .list h2{ float:left; font-size:1rem; width:15rem;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.home_new_right .list span{ float:right; font-size:0.7rem; color:#939393; font-weight:300;}
.home_new_right .list a{ display:block;}
.home_new_right .list:hover h2{ color:#0fba4b; text-decoration:underline;}
.home_new_right .list:hover i{ float:left; color:#0fba4b;}

.home_new_right .s2{ margin-top:1rem;}
/*联系我们*/
.map_contact{ width:1200px; height:auto; margin:0 auto; overflow:hidden; margin-top:110px; margin-bottom:110px; display:none;}
.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:445px; background:#ccc; margin:0 auto; margin-top:20px;}
.map_contact .left .home_map .homemap{ width:494px; height:445px; 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; display:none;}
.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:auto; height:auto; overflow:hidden; background:#0fba4b; margin-top:2rem; }
.footer_all .footer_top{width:100%; height:auto; margin:0 auto; overflow:hidden; border-bottom:1px solid #1bd25b; padding-bottom:1rem; padding-top:1rem; text-align:center;}
.footer_all .footer_top .pc{ display:none;}
.footer_all .footer_top dl{ max-width:100%; width:auto; height:auto;}
.footer_all .footer_top dl img{width:100%; height:100%;}
.footer_all .footer_top ul{width:18rem;height:7.6rem;margin:0 auto; text-align:left;}
.footer_all .footer_top ul img{ float:left; height:100%; margin-right:0.5rem;}
.footer_all .footer_top ul h2{ color:#fff; font-size:1rem; font-weight:300; line-height:2rem; padding-top:0rem;}
.footer_all .footer_top ul p{ font-size:1.8rem; color:#fff; line-height:2.5rem;}
.footer_all .footer_top ul p a{ color:#fff;}

.footer_all .footer_content{ width:100%;height:auto;margin:0 auto; overflow:hidden; padding-bottom:0.5rem;}
.footer_all .footer_content .footer_content_qr{ width:12rem; height:auto; margin:0 auto; overflow:hidden; }
.footer_all .footer_content .footer_content_qr ul{ width:100%; height:auto; text-align:center; margin:0 auto; }
.footer_all .footer_content .footer_content_qr ul:nth-child(2){ display:none;}
.footer_all .footer_content .footer_content_qr ul img{ width:7rem; height:7rem; margin-top:1.8rem;}
.footer_all .footer_content .footer_content_qr ul h2{ font-size:0.9rem; line-height:1.5rem; color:#fff; font-weight:300; line-height:2.5rem;}

.footer_all .footer_content .footer_content_ww{width:23rem; margin:0 auto; height:auto; }
.footer_all .footer_content .footer_content_ww img{width:100%;height:auto; margin-left:0rem; padding-top:0.5rem;}
.footer_all .footer_content .footer_content_lx{width:100%; height:auto;  padding-top:0rem; display:none;}
.footer_all .footer_content .footer_content_lx a{ color:#fff;}
.footer_all .footer_content .footer_content_lx p{ color:#cbcbcb; line-height:1.5rem; font-size:0.9rem; width:76%; margin:0 auto; overflow:hidden;}

.footer_all .footer_bottom{width:100%; padding-top:0.8rem; background:#07a13d; padding-bottom:1rem; height:auto; overflow:hidden; text-align:center;  padding-bottom:3.5rem;}
.footer_all .footer_bottom .ul{ width:90%; height:auto; margin:0 auto; overflow:hidden;}
.footer_all .footer_bottom P{ color:#fff; font-size:0.7rem; line-height:1.7rem;}
.footer_all .footer_bottom P br{ display:none;}
.footer_all .footer_bottom P a{ color:#fff;}

.links_all{width:100%;min-height:50px; background:#25272e; height:auto; overflow:hidden; display:none; }
.links_all ul{width:90%; height:auto; overflow:hidden; margin:0 auto; padding-top:0.5rem; padding-bottom:0.5rem;}
.links_all ul h2{color:#a4a4a4; float:left; font-size:14px; line-height:30px; float:left; font-weight:300;}
.links_all ul a{ color:#a4a4a4; float:left; font-size:14px; display:block; line-height:30px; padding-left:10px; padding-right:10px}
.links_all ul a:hover{ text-decoration:underline;}

.izl-rmenu{ display:none;}
.mobile_footer{width:100%; height:3rem; background:#f16d54; position:fixed; bottom:0px; z-index:9999; overflow:hidden;}
.mobile_footer ul{ width:8.5rem; height:3rem; float:left; overflow:hidden; text-align:center;}
.mobile_footer ul a{ text-decoration:none; color:#fff; display:block; width:8.5rem; height:3rem;}
.mobile_footer ul li{ list-style:none; width:auto; height:3rem; text-align:center; line-height:1.5rem; overflow:hidden; float:left; color:#fff;}
.mobile_footer ul li i{ color:#898989; font-size:1.3rem; color:#fff; float:left; padding-top:0.8rem; padding-left:1.4rem;}
.mobile_footer ul h2{ height:1.5rem; line-height:3rem; font-size:0.9rem; color:#fff; font-weight:300; float:left; padding-left:1rem;}
.mobile_footer ul:nth-child(2){ background:#f7aa1a;}
/*banner——min*/
.banner_min{ width:100%; height:6.9rem; overflow:hidden; position:relative; }
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.banner_min img{ width:46rem; height:auto; position:absolute;  left: 50%; margin-left: -23rem; }


/*内容导航*/
.content_nav{width:96%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:2rem; text-align:left; border-bottom:1px solid #f3f3f3;}
.content_nav a{ border:1px solid #ccc; padding-top:0.5rem; padding-bottom:0.5rem; padding-left:1.5rem; padding-right:1.5rem; display:inline-block; margin-left:0.7rem; margin-right:0rem; font-size:1rem; margin-top:1rem; border-radius:10px;}
.content_nav a:hover{ background:#555555; color:#fff;}
.content_nav .no{ background:#0fba4b; color:#fff; border:1px solid #f3f3f3;}
/*当前位置*/
.location_all{width:100%;  height:auto; overflow:hidden; border-bottom:1px solid #e5e5e5;}
.location_content{width:100%;  height:auto; overflow:hidden; margin:0 auto; padding-top:0.8rem; padding-bottom:0.8rem;}
.location_left{ width:95%; margin:0 auto; height:auto;  overflow:hidden; line-height:1.8rem; font-size:0.9rem;}
.location_left a{ font-size:0.9rem;}
.location_left i{ font-size:1rem; float:left; margin-right:0.5rem; color:#0fba4b;}
.location_right{ width:100%; min-height:2.5rem; height:auto; overflow:hidden; text-align:right; display:none;}

.about_content{ width:92%; height:auto; margin:0 auto; overflow:hidden; padding-top:1.5rem; position:relative; padding-bottom:2.5rem;}
.about_content img{ max-width:100%; width:auto; overflow:hidden;}	
.about_content p{ font-size:1rem; line-height:auto; color:#333; text-align:justify; text-justify:inter-ideograph;}

.hezuo_content{ width:92%; height:auto; margin:0 auto; overflow:hidden; padding-top:1.5rem; position:relative; padding-bottom:2.5rem; border-bottom:1px solid #f3f3f3;}
.hezuo_content img{ max-width:100%; width:auto; overflow:hidden;}	
.hezuo_content p{ font-size:1rem; line-height:auto; color:#333; text-align:justify; text-justify:inter-ideograph;}


.case_content{  overflow:hidden; height:auto; padding-bottom:2px; padding-top:2px;}
.case_content ul{ background:#fff; float:left; width:11rem; height:16.8rem; border-radius:0.8rem; margin-left:1.2rem; overflow:hidden; margin-top:0px; 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;  margin-top:1.2rem;}
.case_content ul dd{ width:10rem; height:10rem; margin:0 auto; overflow:hidden;border-radius:0.8rem; margin-top:0.5rem;}
.case_content ul dd img{ width:100%; height:100%;}
.case_content ul h2{ width:10rem; border-bottom:1px solid #dcdcdc; margin:0 auto; line-height:3rem; height:3rem; overflow:hidden; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; font-size:0.9rem; text-align:center; color:#2f2f2f; font-weight:400;transition:all 1.0s;}
.case_content ul h3{ width:10rem;  margin:0 auto; line-height:3rem; height:3rem; overflow:hidden; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; font-size:0.9rem; 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{  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;margin-top:2rem;margin-bottom:1.5rem;}
#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: 0.5rem 1rem;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; font-size:0.8rem;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#01cb5c; color:#fff;}

.list_content{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:1.1rem; position:relative; padding-bottom:0rem;}

.product_list{width:11rem; height:16rem; float:left; background:#fff;  margin-left:1.2rem; margin-right:0px; border:1px solid #dedede; margin-bottom:1rem; overflow:hidden; border-radius:0.8rem }
.product_list a{ display:block;}
.product_list ul{width:100%; height:11rem; overflow:hidden; border-bottom:1px solid #dedede;}
.product_list img{width:100%; height:11rem; }
.product_list:hover img{ transform:scale(1.1); transition:1s linear 0.1s;}
.product_list h2{width:90%; margin:0 auto; height:3rem; line-height:3rem; font-size:0.9rem; font-weight:400; text-align:center; overflow:hidden; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.product_list li{width:100%; height:2rem; line-height:2rem; font-size:1rem; 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:11rem; height:auto; float:left; background:#fff;  margin-left:1.2rem; margin-right:0px; border:1px solid #dedede; margin-bottom:1rem; overflow:hidden; }
.honor_list a{ display:block;}
.honor_list ul{width:100%; height:8.04rem; overflow:hidden; border-bottom:1px solid #dedede;}
.honor_list img{width:100%; height:8.04rem; }
.honor_list:hover img{ transform:scale(1.0); transition:1s linear 0.1s;}
.honor_list h2{width:90%; margin:0 auto; height:3rem; line-height:3rem; font-size:0.9rem; font-weight:400; text-align:center; overflow:hidden; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.honor_list li{width:100%; height:2rem; line-height:2rem; font-size:1rem; 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:96%; height:auto; background:#fff; margin:0 auto;  border:0.1rem solid #f3f3f3; border-left:none; border-right:none; margin:0 auto; margin-bottom:0rem; overflow:hidden; margin-bottom:1rem; padding-bottom:0.8rem;}
.new_list ul{width:8rem; height:8rem; margin:0 auto; background:url(../images/no_img.png) center center no-repeat; background-size:100%;  margin-top:0.5rem; margin-left:0rem; overflow:hidden; margin-right:0rem; float:left; border:1px solid #f3f3f3; margin-right:0.9rem; border-radius:10%;}
.new_list ul img{ width:100%; height:100%;}

.new_list h2{ width:auto; margin:0 auto; font-size:1.2rem; padding-top:0.5rem; line-height:2rem; font-weight:300; color:#515151; font-weight:900;}
.new_list a{ color:#666; text-decoration:none;}
.new_list p{ width:auto; margin:0 auto;font-size:0.9rem; max-height:6rem; line-height:1.5rem;  color:#8e8e8e;  padding-top:0.5rem; text-align:justify; text-justify:inter-ideograph; overflow:hidden;}

.new_list:hover { background:#ffffff;  border-left:none; border-right:none;}
.new_list:hover img{transform:scale(1.1); transition:0.3s linear 0.1s;}
.new_list:hover h2{ color:#0fba4b;}
.new_list li{ list-style:none; line-height:2rem; color:#8e8e8e; padding-top:0.5rem; display:block; text-align:right; font-size:0.9rem;}

/*联系我们*/
.contact_neirong{ width:23rem; min-height:1rem; height:auto; margin:0 auto; margin-top:1rem; overflow:hidden;}
.contact_neirong .left{width:23rem; height:auto; overflow:hidden; margin:0 auto;}
.contact_neirong .left h2{ font-size:1.3rem; line-height:4rem; margin-left:0.5rem; margin-top:0.5rem; color:#494949;}
.contact_neirong .left dd{ width:12rem; height:auto; margin-top:0.5rem; margin-bottom:1rem;}
.contact_neirong .left dd img{width:100%; height:auto;}
.contact_neirong .left p{ line-height:1.8rem; margin-left:0.5rem; margin-top:0.5rem; color:#494949; font-size:1rem;}
.contact_neirong .left p span{ color:#68b837;}

.map{ width:23rem; height:27rem; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:10px; margin-top:2.5rem; margin-bottom:3rem;}
.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:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:2rem; padding-bottom:1rem; 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:auto; }
.table_content table td{ border:1px solid #ccc; padding:0px; margin:0px; width:33.3%; font-size:0.9rem; color:#333; padding:0.5rem;}

.table_content table tr .t1{ background:#0fba4b; color:#fff; border:1px solid #0fba4b; line-height:2rem;}
.table_content table tr .t2{ background:#f19f11; color:#fff; border:1px solid #f19f11; line-height:2rem;}
.table_content table tr .t3{ background:#00a0e9; color:#fff; border:1px solid #00a0e9; line-height:2rem;}
.table_content table tr .s1{ width:30%;}
.table_content table tr .s2{ width:45%;}
.table_content table tr .s3{ width:25%;}
.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:0rem;}
.new_content_title{ width:24rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:2.1rem; padding-top:2rem; }
.new_content_title h2{ font-size:1.5rem;}
.new_content_time{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:1rem; border-bottom:2px solid #f3f3f3; padding-bottom:2rem;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:1rem; display:block;}


.new_content { width: 23rem; margin:0 auto; min-height:10rem;background:none; overflow:hidden; padding-top:1.5rem; padding-bottom:1rem; font-size:0.9rem; line-height:1.8rem; color:#333; text-align:justify; text-justify:inter-ideograph;}
.new_content p{ line-height:1.8rem; color:#333; font-size:0.9rem;}
.new_content img{ max-width:100%; width:auto; height:auto;}

.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:30px; width:23rem; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:1rem; margin-top:1rem; margin-bottom:1.5rem;}
.neirong_next1 p				{ width:100%; float:left; overflow:hidden; line-height:3rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.neirong_next1 p i{ font-size:1rem; float:left; padding-right:0.5rem;}
.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:0.9rem; font-family:"微软雅黑";color:#333333; line-height:2rem; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#ff6d02; text-decoration:underline;}

/*放大镜结束*/
.product_content_top{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:2rem;}
.product_content_top .left{ width:25rem; height:21rem; margin:0 auto; overflow:hidden; }

.product_content_list{width:25rem; 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:20rem; height:20rem; 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:2.5rem;}

.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:24rem; height:auto; margin:0 auto; overflow:hidden; }
.product_content_top .right h2{ font-size:1.4rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem;  color:#0fba4b; height:auto; overflow:hidden; padding-bottom:1.5rem; text-align:center;}
.product_content_top .right h2 a{ color:#333;}
.product_content_top .right h2 a:hover{ color:#0fba4b;}
.product_content_top .right h3{ font-size:1.2rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem; padding-top:1rem; padding-bottom:1rem; text-align:center; overflow:hidden;}
.product_content_top .right h4{ font-size:1.2rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem; padding-top:1rem; padding-bottom:1rem; overflow:hidden;}
.product_content_top .right h4 a{ width:150px; height:35px; display:block; background:#f7aa1a; margin:0 auto; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:0rem; font-size:1rem; margin-top:0.5rem; margin-bottom:0.5rem;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:24rem; font-size:0.9rem; font-weight:300; line-height:2rem;  height:auto; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; }
.product_content_top .right .lx p{ font-size:0.9rem; padding-top:1rem; color:#575757; padding-bottom:1rem; padding-left:0.5rem;}
.product_content_top .right .lx p span{ color:#0fba4b;}

.product_content{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0.5rem;}
.product_content .tab{ width:100%; height:3.5rem; line-height:3.5rem; background:#f3f3f3;}
.product_content .tab ul li{ width:12.8rem; text-align:left; cursor:pointer; font-size:1.2rem; list-style:none; float:left; margin:0px; line-height:3.5rem; }
.product_content .tab ul li i{ font-size:1.4rem; float:left; margin-left:2rem; color:#666; margin-right:2rem;}

.product_content .tabbox { width:100%; height:auto; margin:0 auto; overflow:hidden; }
.product_content .tabbox .boxlist {display: none; width: 23rem; margin:0 auto; min-height:10rem;background:none; overflow:hidden; padding-top:1rem; padding-bottom:1rem; font-size:0.9rem; line-height:1.8rem; color:#333; text-align:justify; text-justify:inter-ideograph;}
.product_content .tabbox .boxlist p{ line-height:1.8rem; color:#333; font-size:0.9rem;}
 
.product_content .tab ul .active {color:#fff;background: #0fba4b;}
.product_content .tab ul .active i{ color:#fff;}
.product_content .tabbox img{ max-width:100%; width:auto; height:auto;}

/*搜索样式*/
.ss_no{ width:20rem; margin:0 auto; overflow:hidden; padding-top:2rem; padding-bottom:50px; text-align:center; font-size:1.7rem; color:#eb3d00}