/* 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;}
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; }
/*去掉点击高光*/
body{-webkit-tap-highlight-color: rgba(0,0,0,0);}
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;}

/*顶部*/
.head_all{width:100%; height:2.5rem; background:#313131;}
.head_all .head_content{width:100%; height:100%; margin:0 auto;}

.head_all .text{ width:556px; height:40px; float:left; overflow:hidden; display:none;}
.head_all .text h1{ font-size:14px; line-height:40px; color:#9a9a9a; font-weight:400;}

.head_all .language{ float:right; height:100%; position:relative; cursor:pointer; z-index:11;}
.head_all .language h2{ width:auto; background:url(../images/language.png) 15px center no-repeat; padding-left:4rem; padding-right:1rem; font-weight:400; font-size:1rem; line-height:2.5rem; color:#9a9a9a; float:right; transition:all 0.3s; font-size:0.9rem; background-size:25%;}
.head_all .on{ background:#fff url(../images/language.png) 15px center no-repeat; color:#000; background-size:25%;}
.head_all .on h2{ color:#333;}

.head_all .language ul{ width:100%; height:auto; position:absolute; background:#f8f8f8; top:2.5rem; right:0px; display:none; overflow:hidden; padding-top:0.5rem; padding-bottom:0.5rem;}
.head_all .language ul li{ line-height:2.5rem; font-size:1rem; border-bottom:1px solid #f3f3f3; }
.head_all .language ul li a{ display:block; width:100%; height:100%; padding-left:4rem; font-size:0.9rem;}
.head_all .language ul li a:hover{ color:#aa101a;}
.head_all .language ul .s1{ background:url(../images/language_en.png) 18px center no-repeat; background-size:25px;}
.head_all .language ul .s2{ background:url(../images/language_cn.png) 18px center no-repeat; background-size:25px;}
.head_all .language ul .s3{ background:url(../images/language_hk.png) 18px center no-repeat; background-size:25px;}

/*TOP*/
.top_all{width:100%; background:#fff; height:5rem; position:relative; border-bottom:1px solid #f3f3f3;}
.top_all .logo{ width:5rem; height:5rem; float:left; overflow:hidden;}
.top_all .logo a{ display:block;}
.top_all .logo img{ width:5rem; height:5rem; }

.top_all .hg{ width:1px; float:left; height:100%; overflow:hidden; margin-left:0.5rem;}
.top_all .hg span{ display:block; width:1px; background:#ccc; height:4rem; margin-top:0.5rem; }

.top_all .name{ width:14rem; float:left; overflow:hidden; height:100%; margin-left:1rem;}
.top_all .name h2{ font-size:1.01rem; line-height:1.5rem; padding-top:0.2rem; font-weight:500; }
.top_all .name h3{ font-weight:400; line-height:30px; color:#717171; font-size:18px; padding-top:5px; display:none;}
.top_all .name h2 span{ color:#009944; display:block}

.top_all .tel{ height:158px; float:right; background:url(../images/tel.png) left center no-repeat; padding-left:90px; display:none;}
.top_all .tel h2{ font-size:18px; font-weight:400; color:#717171; line-height:30px; padding-top:20px;}
.top_all .tel h3{ font-size:28px; color:#009944; line-height:40px;}


.menuBtn{display:block;position:relative;width:4.5rem;height:4.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; float:right; font-size:30px; }
.menuBtn span{display:block;position:absolute;top:50%;margin:0 auto;width:45%;height:2px;border:none;cursor:pointer;color:inherit; left:20%;}

.menuBtn span:after,.menuBtn span:before{display:block;content:"";position:absolute;top:0;left:50%;width:100%;height:100%;-ms-transform:translate(-50%,-.3em);-webkit-transform:translate(-50%,-.3em);transform:translate(-50%,-.3em);-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0}
.menuBtn.open span{background:0 0}
.menuBtn span:after{-webkit-transform:translate(-50%,.3em);-moz-transform:translate(-50%,.3em);-ms-transform:translate(-50%,.3em);-o-transform:translate(-50%,.3em);transform:translate(-50%,.3em)}
.menuBtn.open span:before{-ms-transform:translate(-48%,0) rotate(45deg);-webkit-transform:translate(-48%,0) rotate(45deg);transform:translate(-48%,0) rotate(45deg)}
.menuBtn.open span:after{-ms-transform:translate(-52%,0) rotate(-45deg);-webkit-transform:translate(-52%,0) rotate(-45deg);transform:translate(-52%,0) rotate(-45deg)}

.menuBtn span,.menuBtn span:after,.menuBtn span:before{background-color:#009944;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}


/*导航*/
.nav_all{width:100%; height:auto; background:#009944; position:absolute; display:block; overflow:hidden; padding-bottom:1rem; display:none; z-index:10000; top:7.5rem;}
.nav_all .nav_content{width:100%; height:auto; line-height:auto; position:relative; margin:0 auto; text-align:center;}

.nav_all .home{ position:absolute; left:0px; top:0px; width:3rem; height:3rem; background:#36ae12; text-align:center;}
.nav_all .home i{ font-size:2rem; color:#fff; line-height:3rem;}
.nav_all .home a{ color:#fff; display:block;}
.nav_all .home a:hover{ text-decoration:none;}

.nav_all .search{ position:absolute; right:0px; top:0px; width:3rem; height:3rem; background:#36ae12; text-align:center; display:none;}
.nav_all .search i{ font-size:30px; color:#fff; line-height:3rem;}
.nav_all .search a{ color:#fff; display:block;}
.nav_all .search a:hover{ text-decoration:none;}
.nav_all .search #search2{ display:none;}

.nav_all .nav_content #nav{ width:20rem; margin:0 auto; height:auto;  text-align:center; position:relative; z-index:10; overflow:hidden; padding-bottom:0rem;}
#nav li{ display:inline-table; position:relative; z-index:10; text-align:center;}
#nav li .a1{ display:inline-block; padding-left:5rem; padding-right:5rem; color:#fff; font-size:1rem; line-height:3rem; position:relative; border-bottom:1px solid #07ac50;}
/*滑动效果*/
#nav .a1:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:2px;
	background-color:#60da3b;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

#nav li.no .a1:after{left:0%;width:100%;}
#nav .a1no .a1:after{ left:0%; width:100%;}
#nav .a1no .a1{ color:#fff;}


#nav li .a1:hover{ text-decoration:none;}

#nav .nav_two{width:200px; height:auto; background:#fff; position:absolute; top:65px; left:-40%; border:1px solid #f3f3f3; border-top:none; display:none;}
#nav .nav_two dd{ line-height:25px; border-bottom:1px solid #f3f3f3; font-size:15px; }
#nav .nav_two dd a{ display:block; padding:8px 20px; }
#nav .nav_two dd a:hover{ background:#0fb257; color:#fff; text-decoration:none;}

/*搜索*/
.search_all{width:100%; height:80px; overflow:hidden; position:relative; top:0; left:0px; z-index:9; background:#009944; background:rgba(0,153,68,0.8); }
.search_all .search_content{width:100%; height:auto; margin:0 auto; overflow:hidden;} 

.so_right{ width:100%; height:auto; float:right; margin-left:0px; margin-left:0px; }
.so_right  form	{ padding-top:1.5rem;}
.so_right .keyword		{-webkit-box-flex:1; width:15rem; height:2.5rem; text-align:left; line-height:2.5; overflow:hidden; font-size:1rem; border:none; background:#ffffff; float:left; margin-left:3.3rem; text-indent:6px;  color:#000;  text-indent:8px;  outline: none; border:1px solid #e5e5e5; box-sizing:border-box; color:#009944;}
.so_right .search-btn	{ width:4rem; height:2.5rem;background:#ff680c; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none;}

/*Banner*/
.banner{ width:100%; height:18.5rem; overflow:hidden; margin-top:0px; }
.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:1rem;}
.banner .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.banner .swiper-pagination-bullet-active{ background:#009944;}
.banner .swiper-button-next{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0; right:1rem;}
.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; }
.banner .swiper-button-prev:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}

.home_title{width:23rem; height:auto; margin:0 auto; text-align:center; overflow:hidden;}
.home_title li{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.home_title li img{ width:100%; height:auto;}
.home_title h2{ line-height:auto; color:#ef7234; font-size:1.3rem; padding-top:0.2rem; padding-bottom:0.6rem;}
.home_title h2 a{ color:#ef7234;}
.home_title h2 a:hover{ text-decoration:none;}
.home_title p{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.home_title p img{ width:100%; height:auto;}
.home_title h2 span{ color:#009944; font-size:1.5rem; padding-left:5px; padding-right:5px;}
/*主营业务*/

.home_zyyw_all{width:100%; height:auto; background:#f8f8f8; overflow:hidden; padding-bottom:1.5rem;}
.home_zyyw_all .content_auto{ overflow:visible !important;}
.home_zyyw_title{ padding-top:1rem; padding-bottom:0px;}

.home_zyyw_all .home_zyyw_list{width:11rem; height:auto; background:#fff; overflow:hidden; text-align:center; transition:all 0.5s; float:left; margin-left:1.2rem; margin-top: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;  border-radius:10px 10px 0px 0px;}
.home_zyyw_all .home_zyyw_list dd{ width:11rem; height:7.2rem; margin:0 auto; overflow:hidden;  border-radius:0px 0px 10px 10px;}
.home_zyyw_all .home_zyyw_list dd img{ width:100%; height:100%;}
.home_zyyw_all .home_zyyw_list h2{ width:10rem; line-height:3rem; margin:0 auto; border-bottom:1px solid #ededed; font-size:1rem; font-weight:400; color:#434343; transition:all 0.5s;}
.home_zyyw_all .home_zyyw_list a{ color:#434343; display:block; width:100%; height:100%; }
.home_zyyw_all .home_zyyw_list a:hover{ text-decoration:none;}
.home_zyyw_all .home_zyyw_list li{width:10rem; line-height:2.5rem; margin:0 auto;  font-weight:400; color:#434343;}
.home_zyyw_all .home_zyyw_list li i{ color:#e2e2e2; font-size:1.5rem; transition:all 0.5s;}
.home_zyyw_all .home_zyyw_list:hover{ box-shadow:#d8d8d8 0px 0px 8px; transform:translate(0,-10px);    -webkit-transform:translate(0,-10px);    -moz-transform:translate(0,-10px);    -o-transform:translate(0,-10px);    -ms-transform:translate(0,-10px); }
.home_zyyw_all .home_zyyw_list:hover li i{ color:#009944;}
.home_zyyw_all .home_zyyw_list:hover h2{ color:#009944;}


/*横幅A*/
.home_hengfu_A{width:100%; height:auto; background:#009944 url(../images/footer_all.jpg) bottom center; background-attachment:fixed}
.home_hengfu_A .left{width:22rem; height:auto; margin:0 auto; overflow:hidden; m}
.home_hengfu_A .left h2{ font-size:1.5rem; color:#fff; line-height:3rem; font-weight:500; padding-top:1rem; padding-bottom:0.3rem;}
.home_hengfu_A .left p{ font-size:1rem; color:#fff; line-height:1.8rem; text-align:justify; text-justify:inter-ideograph;}
.home_hengfu_A .left p br{ display:none;}

.home_hengfu_A .right{width:22rem; height:auto; margin:0 auto; overflow:hidden;}
.home_hengfu_A .right ul{ width:22rem; height:auto; float:left; overflow:hidden; text-align:center; }
.home_hengfu_A .right ul h2{ width:20rem; font-size:1.4rem; border:2px solid #fff; border-radius:20px; color:#fff; line-height:2.5rem; margin-top:1rem; box-sizing:border-box; display:inline-table;}
.home_hengfu_A .right ul h2 a{ display:block; color:#fff;}
.home_hengfu_A .right ul h2 a:hover{ text-decoration:none;}
.home_hengfu_A .right ul h2 i{ font-size:2rem; margin-left:2rem; margin-right:0rem; float:left; font-weight:400;}

.home_hengfu_A .right ul h3{ width:20rem; line-height:2.5rem; background:#fa8f10; border-radius:20px;  color:#fff; margin-top:1rem; font-weight:400; letter-spacing:2px; box-sizing:border-box; display:inline-block;}
.home_hengfu_A .right ul h3 i{font-size:2rem; margin-left:2rem; margin-right:0rem; float:left; font-weight:400;}

.home_hengfu_A .right dl{ width:8rem; height:auto; margin:0 auto; text-align:center; padding-top:1rem; overflow:hidden; padding-bottom:2rem;}
.home_hengfu_A .right dl img{width:100%; height:8rem; border:5px solid #fff; box-sizing:border-box;}



/*优势*/
.home_youshi_title{ padding-top:1rem; padding-bottom:1rem; }

.home_youshi_content{ width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0p;   }

.home_youshi_content .swiper-container{width:25.6rem;height:auto;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_youshi_content .swiper-wrapper{width:25.6rem; margin:0 auto; transition-timing-function: linear; margin-top:0px; }

.home_youshi_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto; padding-top:1rem;}

.home_youshi_content .swiper-slide .home_youshi_center{width:23rem; height:auto; margin:0 auto; text-align:center; margin-top:1rem; overflow:hidden;}

.home_youshi_center .text{width:100%; height:auto; float:left; text-align:left; }

.home_youshi_center ul{ width:100%; height:auto;  overflow:hidden; margin-bottom:1rem;}
.home_youshi_center .text .left{ width:3rem; height:100%; float:left;}
.home_youshi_center .text .left h2{width:3rem; height:3.44rem; color:#fff; line-height:2.8rem; font-size:1rem; text-align:center; font-size:1.6rem;}

.home_youshi_center .text .right{ width:19rem; height:100%; float:right;}
.home_youshi_center .text .right h2{ font-size:1rem; color:#009944; line-height:2rem;}
.home_youshi_center .text .right h2 i{ float:right; font-size:1.2rem; font-weight:400;}
.home_youshi_center .text .right p{ font-size:0.9rem; color:#5b5b5b; line-height:1.6rem; text-align:justify; text-justify:inter-ideograph;}
.home_youshi_center .text .right p br{ display:none;}

.home_youshi_center .s1 .left h2{ background:url(../images/home_youshi_6_1.png) top center no-repeat; background-size:100%}
.home_youshi_center .s2 .left h2{ background:url(../images/home_youshi_6_2.png) top center no-repeat; background-size:100%}
.home_youshi_center .s3 .left h2{ background:url(../images/home_youshi_6_3.png) top center no-repeat; background-size:100%}

.home_youshi_center .s2 .right h2{ color:#ef7234;}
.home_youshi_center .s3 .right h2{ color:#00a0e9;}

.home_youshi_center .right{ width:23rem; height:auto; margin:0 auto; overflow:hidden; }
.home_youshi_center .right img{ width:23rem;  height:auto; ;}

.home_youshi_content .swiper-pagination-bullet-active{ background:#009944; top:0px; }
.home_youshi_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ top:0.5rem;}

.home_youshi_content .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:25px;}
.home_youshi_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_youshi_content .swiper-button-prev{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:25px;}
.home_youshi_content .swiper-button-prev:hover{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}

.home_youshi_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:3rem; height:0.5rem; margin-left:0.5rem; margin-right:0.5rem; border-radius:0px; }


/*八大理由*/
.home_reason_all{width:100%; height:auto; overflow:hidden; background:#f6f6f6; margin-top:0.5rem; padding-bottom:0.5rem;}
.home_reason_title{ padding-top:1rem; padding-bottom:0.5rem;}
.home_reason_type{width:100%; margin:0 auto; overflow:hidden; text-align:center; padding-bottom:0.5rem;}
.home_reason_type h2{ display:inline-block; text-align:center; background:#009944; font-size:1.2rem; color:#fff; padding:0.5rem 2rem; margin:0.5rem 1rem;}
.home_reason_type .s2{ background:#ef7234;}
.home_reason_type .s3{ background:#00a0e9;}
.home_reason_type .s4{ background:#ffa508;}

.home_reson_content{width:100%; height:auto; overflow:visible; margin:0 auto;}
.home_reson_content ul{width:23rem; background:#fff; margin:0 auto; height:auto;  overflow:hidden; margin-bottom:1.2rem;  transition:all 0.5s; padding-bottom:1rem; border-bottom:0.2rem solid #dfdfdf;}
.home_reson_content ul h2{ width:100%; height:0.2rem; background:#009944; float:left; overflow:hidden; transition:all 1.0s;}
.home_reson_content ul h3{ width:100%; height:100%; line-height:4rem; float:left; text-align:center; font-size:3rem; font-weight:500; color:#cacaca; transition:all 1.0s;}
.home_reson_content ul p{ font-size:0.9rem; color:#5f5f5f; width:20rem; margin:0 auto; margin-top:0; line-height:1.5rem; text-align:justify; text-justify:inter-ideograph;}
.home_reson_content ul:hover{ box-shadow:#ccc 0px 0px 0.2rem;  }

.home_reson_content .s1:hover h3{ color:#009944;}
.home_reson_content .s2:hover h3{ color:#009944;}

.home_reson_content .s3>h2{ background:#ef7234; float:left;}
.home_reson_content .s3:hover h3{ color:#ef7234;}
.home_reson_content .s4>h2{ background:#ef7234; float:left;}
.home_reson_content .s4:hover h3{ color:#ef7234;}

.home_reson_content .s5>h2{ background:#00a0e9; float:left;}
.home_reson_content .s5:hover h3{ color:#00a0e9;}
.home_reson_content .s6>h2{ background:#00a0e9; float:left;}
.home_reson_content .s6:hover h3{ color:#00a0e9;}

.home_reson_content .s7>h2{ background:#ffa508; float:left;}
.home_reson_content .s7:hover h3{ color:#ffa508;}
.home_reson_content .s8>h2{ background:#ffa508; float:left;}
.home_reson_content .s8:hover h3{ color:#ffa508;}

/*农产品配送*/

.home_product_content{ width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0.5rem; margin-bottom:0p; padding-bottom:1rem; }

.home_product_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_product_content .swiper-wrapper{width:100%; margin:0 auto; transition-timing-function: linear; margin-top:0px; }

.home_product_content .swiper-slide{ width:100% !important; overflow:hidden;  overflow:hidden; padding-bottom:1rem;}

.home_product_content .swiper-slide ul{width:11rem; height:auto; 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; position:relative;  border:1px solid #eeeeee;    box-sizing:border-box; float:left; margin-left:1.2rem; margin-bottom:1.2rem;}

.home_product_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_product_content .swiper-slide ul dd{width:10rem; height:10rem; border:1px solid #eeeeee;  margin:0 auto; box-sizing:border-box; margin-top:15px; overflow:hidden; border-radius:50%;}
.home_product_content .swiper-slide ul dd img{  width:100%;height:100%; transition:0.5s linear 0.1s;}

.home_product_content .swiper-slide ul h2{ font-size:1rem; width:10rem; margin:0 auto; text-align:center; font-weight:300; line-height:3rem; height:3rem; overflow:hidden; font-size:1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#727272; transition:all 0.8s; margin-top:5px;}
.home_product_content .swiper-slide ul:hover h2 { color:#009944;}
.home_product_content .swiper-slide ul:hover a{ text-decoration:none;}

.home_product_content .swiper-slide ul:hover dd img{  transform:scale(1.1); }

.home_product_content .swiper-slide ul:nth-child(1){ } 

.home_product_content .swiper-pagination-bullet-active{ background:#009944; bottom:0px; }
.home_product_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}

.home_product_content .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:0px;}
.home_product_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_product_content .swiper-button-prev{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:0px;}
.home_product_content .swiper-button-prev:hover{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.home_product_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:12px; height:12px; margin-left:8px; margin-right:8px;}

.home_product_content .swiper-slide ul .h3{ color:#333; width:100%; height:5px;font-weight:normal;padding:0px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:28px;transition:all .3s; z-index:1; background:#e5e5e5; position:absolute; bottom:0px; left:0px;}
.home_product_content .swiper-slide ul .h3:after{content:"";position:absolute;left:0;bottom:0px;width:0;height:5px;background:#009944;transition:all .5s;z-index:1;}

.home_product_content .swiper-slide ul a:hover .h3:after{width:100%;}

/*成功案例*/

.home_case_title{ padding-top:1rem; padding-bottom:0.5rem;}

/*首页配送展示*/
.cont_sd{width:100%;height:46rem; overflow:hidden; margin-top:0rem; background-size:100%;}
.cont_sd .cont_cd{width:100%;margin:0 auto; overflow:hidden; height:auto; margin-top:0.5rem;}

.cont_sd .cont_cd .prod_sk{width:100%;}
.cont_sd .cont_cd .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 .cont_cd .prod_sk .prod_left_s .prod_ul{width:100%; height:100%;  margin:0 auto; margin-top:0px; overflow:hidden; }
.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{ 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 .cont_cd .prod_sk .prod_left_s .prod_ul li a{ display:block; color:#333; pointer-events: none;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a:hover{ color:#009944;}
.cont_sd .cont_cd .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 .cont_cd .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 .cont_cd .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 .cont_cd .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 .cont_cd .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 .cont_cd .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 .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}

.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}
.cont_sd .cont_cd .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:#009944;}


.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a{ color:#009944; }
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a i{opacity:1;filter:alpha(opacity:100); color:#4e4e4e;}


.cont_sd .cont_cd .prod_sk .prod_cont{float:right;width:100%;height:35.5rem;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 .case_left{ width:23.6rem; height:12rem; background:#f3f3f3; margin:0 auto; margin-top:1rem; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul{width:12rem; margin:0 auto; height:8rem; margin-top:0.3rem; float:left; margin-left:1rem; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul h2{ font-size:1.2rem; font-weight:300; color:#3d3d3d; line-height:1.5rem; height:auto; overflow:hidden; padding-top:0.5rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul p{ font-size:0.8rem; color:#909090; line-height:1.2rem; height:auto; overflow:hidden; padding-top:0.5rem;  height:2.2rem; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul span{ width:10rem; height:3px; background:#009944; display:block; margin-top:1rem;}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left li{ list-style:none;width:8rem;height:10.88rem; margin:0 auto; overflow:hidden; margin-top:0.5rem; float:right; margin-right:0.5rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left li img{ border-radius:2px;width:100%;height:100%;}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left dd{ width:11rem;height:1.8rem;margin:0 auto; overflow:hidden; text-align:center; background:#6ece6f; line-height:1.8rem; display:block; margin-top:0.8rem; font-size:0.9rem; float:left; margin-left:1rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left dd a{ color:#fff; font-size:0.9rem; display:block;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left dd a:hover{background:#ff8500;}


.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right{ width:100%; height:auto;  float:left;  margin-top:1rem; }

.cont_sd .cont_cd .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;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul a{ display:block;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul a:hover{ text-decoration:none;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul img{width:11.16rem;height:11.16rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul h2{width:10rem; height:2rem; line-height:2rem; margin:0 auto; font-size:1rem; font-weight:300; color:#ff5e1f; overflow:hidden; margin-top:0.5rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul span{ width:9rem; height:0.2rem; background:#ff5e1f; margin:0 auto; display:block; margin-top:0.4rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul p{width:10rem; height:2rem; line-height:2rem; margin:0 auto; font-size:0.9rem; font-weight:300; color:#ff5e1f; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#4f4f4f; margin-top:0.5rem;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul dd{width:9rem;height:2rem;margin:0 auto; background:#d0d0d0; line-height:1.8rem; font-size:0.9rem; color:#fff; margin-top:0.5rem; background-size:100%;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul dd:hover{ background:#ef7234;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul:hover{ box-shadow:#ccc 0px 1px 10px; }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul:nth-child(3){ display:none;} 


/*祥瑞餐饮*/
.home_about_all{width:100%; height:auto; background:url(../images/home_about_all.jpg) bottom right no-repeat; margin-top:0; background-attachment:fixed;  overflow:hidden; padding-bottom:2rem;}
.home_about_content{width:23rem; height:auto; background:#fff; background:rgba(255,255,255,0.8); margin:0 auto; border-radius:1rem; margin-top:2rem; box-shadow:#909090 0px 0px 5px; overflow:hidden;}
.home_about_content .video{width:21rem; height:auto; margin:0 auto; cursor:pointer; margin-top:1rem;}
.home_about_content .video img{width:100%; height:auto; border-radius:1rem;}
/*首页视频尺寸*/
.home_video{width:23rem;height:12.92rem; display:block; overflow:hidden; background:#f3f3f3;}
.home_video1{width:23rem; height:12.92rem; object-fit: fill;}


.home_about_content .text{width:21rem; height:auto; margin-top:1rem; margin:0 auto;}
.home_about_content .text .title{width:100%; margin:0 auto; height:auto; overflow:hidden; text-align:center; }
.home_about_content .text .title img{width:5rem; height:5rem;  display:block; margin:0 auto; padding-top:0.5rem;} 
.home_about_content .text .title h2{ font-size:1.4rem; color:#ef7234; line-height:3.5rem;}
.home_about_content .text .title p{ font-size:1rem; color:#009944; border:1px solid #009944; margin:0 auto; border-radius:1rem; display:inline-block; padding:6px 1rem;}
.home_about_content .text .content{width:98%; margin:0 auto; height:auto; overflow:hidden; margin-top:0.5rem;}
.home_about_content .text .content p{ line-height:1.6rem; color:#333; text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-top:0.5rem;}
.home_about_content .text .list{ width:100%; height:auto; overflow:hidden; margin-top:1.2rem; text-align:center;}
.home_about_content .text .list li{ width:9.2rem; height:2.5rem; line-height:2.5rem; display:inline-table; background:#009944; text-align:center; margin-left:0.5rem; margin-right:0.5rem; margin-bottom:1rem; text-align:left; border-radius:1rem; transition:all 0.5s;}
.home_about_content .text .list li a{ display:block; color:#fff; text-decoration:none;}

.home_about_content .text .list li:hover{ background:#ef7234;}
.home_about_content .text .list .s1 a{ background:url(../images/home_about_content_list_1.png) 0.2rem center no-repeat; padding-left:3.5rem;}
.home_about_content .text .list .s2 a{ background:url(../images/home_about_content_list_2.png) 0.2rem center no-repeat; padding-left:3.5rem;}
.home_about_content .text .list .s3 a{ background:url(../images/home_about_content_list_3.png) 0.2rem center no-repeat; padding-left:3.5rem;}
.home_about_content .text .list .s4 a{ background:url(../images/home_about_content_list_4.png) 0.2rem center no-repeat; padding-left:3.5rem;}
.home_about_content .text .list .s5 a{ background:url(../images/home_about_content_list_5.png) 0.2rem center no-repeat; padding-left:3.5rem;}
.home_about_content .text .list .s6 a{ background:url(../images/home_about_content_list_6.png) 0.2rem center no-repeat; padding-left:3.5rem;}

.home_about_content .text .img{ width:21rem; margin:0 auto; height:auto; overflow:hidden; margin-top:0.5rem;}
.home_about_content .text .img a{ width:21rem; height:auto; display:block; margin-bottom:1rem;}
.home_about_content .text .img img{width:21rem; height:auto; border-radius:1rem;  }

/*荣誉资质*/
.home_honor_all{width:100%; height:auto; background:#f3f3f3; overflow:hidden; padding-bottom:1.5rem;}
.home_honor_title{ padding-top:1rem; padding-bottom:0rem;}

.home_honor_content{ width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0p; padding-bottom:1rem; }

.home_honor_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_honor_content .swiper-wrapper{width:100%; margin:0 auto; transition-timing-function: linear; margin-top:1rem; }

.home_honor_content .swiper-slide{ width:100% !important; overflow:hidden;  overflow:hidden; padding-bottom:1.3rem;}

.home_honor_content .swiper-slide ul{width:11rem; height:11.5rem; 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;   position:relative; background:#ccc;   box-sizing:border-box; float:left; margin-left:1.2rem; margin-bottom:1.2rem}

.home_honor_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_honor_content .swiper-slide ul dd{width:11rem; height:9rem; background:#fff;  margin:0 auto;   overflow:hidden; text-align:center;  position:relative; align-items: center; vertical-align:middle; display:table-cell;
vertical-align:middle;}
.home_honor_content .swiper-slide ul dd img{ width:auto; max-width:80%; height:auto; max-height:80%; display:table-cell;
vertical-align:middle; margin:0 auto; transition:all 1.5s; border:1px solid #f3f3f3;}

.home_honor_content .swiper-slide ul h2{ font-size:0.9rem; width:100%; margin:0 auto; text-align:center; font-weight:300; line-height:2.5rem; height:2.5rem; overflow:hidden; font-size:0.9rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#727272; transition:all 0.8s;  color:#fff; position:absolute; bottom:0px; left:0px; z-index:2;}
.home_honor_content .swiper-slide ul:hover h2 { color:#fff;}
.home_honor_content .swiper-slide ul:hover a{ text-decoration:none;}


.home_honor_content .swiper-pagination-bullet-active{ background:#009944; bottom:0px; }
.home_honor_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}

.home_honor_content .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:0px;}
.home_honor_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_honor_content .swiper-button-prev{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:0px;}
.home_honor_content .swiper-button-prev:hover{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.home_honor_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:12px; height:12px; margin-left:8px; margin-right:8px;}

.home_honor_content .swiper-slide ul .h3{ color:#333; width:100%; height:2.5rem;font-weight:normal;padding:0px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:28px;transition:all .3s; z-index:1; background:#009944; position:absolute; bottom:0px; left:0px; z-index:1;}
.home_honor_content .swiper-slide ul .h3:after{content:"";position:absolute;left:0;bottom:0px;width:0;height:2.5rem;background:#009944;transition:all .5s;z-index:1;}

.home_honor_content .swiper-slide ul a:hover .h3:after{width:100%; background:#ef7234;}

.home_honor_all .more{width:10rem; height:2.5rem; background:#009944; margin:0 auto; text-align:center; line-height:2.5rem; border-radius:1rem; overflow:hidden; transition:all 1.0s; margin-top:0.5rem;}
.home_honor_all .more a{ color:#fff; font-size:1rem; display:block;}
.home_honor_all .more a:hover{ text-decoration:none;}
.home_honor_all .more:hover{ background:#ef7234;}

 

/*合作伙伴*/

.home_hezuo_title{ padding-top:1rem; padding-bottom:0rem;}

.home_hezuo_content{ width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0; padding-bottom:1rem; }

.home_hezuo_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; position:relative;}
.home_hezuo_content .swiper-wrapper{width:100%; margin:0 auto; transition-timing-function: linear; margin-top:1rem; position:relative;}

.home_hezuo_content .swiper-slide{ width:100% !important; overflow:hidden;  overflow:hidden; padding-top:4rem;}

.home_hezuo_content .swiper-slide ul{width:11rem; height:5.16rem; 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;   position:relative; box-sizing:border-box; float:left; margin-left:1.2rem; margin-bottom:1.2rem ;border:1px solid #f3f3f3;}

.home_hezuo_content .swiper-slide ul a{ display:block; width:100%; height:100%;}

.home_hezuo_content .swiper-slide ul img{ width:100; height:100%; }

.home_hezuo_content .swiper-slide ul:hover a{ text-decoration:none;}
.home_hezuo_content .swiper-slide ul:hover{ border:1px solid #ccc;  }
.home_hezuo_content .swiper-slide ul:nth-child(1){} 

.home_hezuo_content .swiper-pagination-bullet-active{ background:#009944; bottom:30px; }
.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}

.home_hezuo_content .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; position:absolute; opacity:0.8; top:2.3rem !important; right:10rem; }

.home_hezuo_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_hezuo_content .swiper-button-prev{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:0px; position:absolute; top:2.3rem; left:10rem;}
.home_hezuo_content .swiper-button-prev:hover{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:13px; height:13px; margin-left:10px; margin-right:10px;}


  /*新闻中心*/
.news{width:100%; max-width:100%; overflow:hidden;  margin-top:0rem; padding-bottom:1rem;}
.news_c_bg{ width:100%; margin:0 auto; overflow:hidden; min-width:100%; position:relative;}
.news_t{overflow:hidden; margin-top:0px;}
.news_tl{ margin:0 auto; width:22rem; overflow:hidden; margin:0 auto;}

.news_tl_bac{width:10rem; height:10rem; border:3px solid #009944; border-left-color:#009944; border-right-color: #fff; border-top-color: #009944; border-radius:50%; position:absolute; transition: all 0.5s linear;}
.news_tl:hover .news_tl_bac{-webkit-animation:circle 1s infinite linear; border-right-color: #ccc; transition: all 0.5s linear;}
@-webkit-keyframes circle{
0%{ transform:rotate(0deg); }
100%{ transform:rotate(-360deg); }
}
.news_tl_m{overflow:hidden; position:relative;}

.news_tl_ml{float:left; font-size:6rem; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:10.5rem; width:7rem; margin-left:1rem; text-align:center;}
.news_tl_mr{float:left; overflow:hidden; margin-top:2rem; background:#fff; padding:10px 0;}
.news_tl_mr_en{font-family:Arial, Helvetica, sans-serif; font-size:2rem; line-height:2rem; font-weight:bold; text-transform:uppercase;}
.news_tl_mr_m{font-size:2.5rem; font-weight:bold; color:#ff680c; line-height:3rem;}

.news_tr{width:23rem; margin:0 auto; text-align:center; overflow:hidden;}


.news_tr_en{width:23rem;   text-align:left; font-size:1.2rem; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#009944; line-height:2rem; padding-top:0.5rem;}

.news_tr_m{width:23rem; overflow:hidden; line-height:1.8rem; text-align:left; font-size:1rem; color:#000;}


.news_tr_d{overflow:hidden; width:100%; margin-top:1rem;}

.news_t a{display:block; float:left; text-decoration:none; height:2.5rem; width:100%; transition: all 0.5s linear; margin:0px 0px; box-shadow:0 0 10px #cecece inset; background:#fcfcfc; position:relative; text-align:left; }

.news_t a.on{text-decoration:none; transition: all 0.5s linear; width:100%; background:#f1f1f1; box-shadow:0 0 0 #cecece;}

.news_tr_dm{font-size:1.2rem; line-height:2.5rem; padding-top:0px; padding-left:1.5rem; transition: all 0.5s linear; float:left;}
.news_tr_den{font-family:Arial, Helvetica, sans-serif; padding-left:1rem; font-size:1rem; text-transform:uppercase; color:#ababab;  line-height:2.5rem; float:left;  }

.news_t a.on .news_tr_dm{font-size:1.2rem; font-weight:bold; color:#333; float:left; line-height:}
.news_t a.on .news_tr_dm, .news_t a.on .news_tr_den{transition: all 0.5s linear; color:#009944;}

.news_tr_dline{width:0px; height:1px; background:#009944; position:absolute; bottom:0; transition: all 0.5s linear;}
.news_t a.on .news_tr_dline{width:100%;  transition: all 0.5s linear;}

.news_c_bg .content{overflow:hidden; width:100%; margin:0 auto; height:67rem; position:relative; margin-top:1rem; min-width:100%;}
.news_c_bg .content .ul{ position:absolute; left:0; top:0; width:100%; min-width:100%;}
.news_c_bg .content .li{ width:100%; float:left; min-width:100%;}

.news .news_div_item, .news .divdgweb_new_div_item{ float:left; width:23rem; margin:0 auto; border:solid 1px #ddd; height:21rem; padding:0rem; overflow:hidden;  position:relative; margin-left:1.3rem; margin-bottom:1.2rem;}

.news .news_div_item:nth-child(3), .news .divdgweb_new_div_item:nth-child(3){margin-right:0px;}

.news .news_div_item_date, .news .divdgweb_new_div_item_date{padding-top:0.5rem; height:2rem; line-height:2rem; overflow:hidden; position:relative; font-family:Arial, Helvetica, sans-serif; color:#009944; width:21rem; margin:0 auto; font-size:0.9rem;}

.news .news_div_item_year, .news .divdgweb_new_div_item_year{  float:left; font-size:1rem; color:#5f5f5f;}
.news .news_div_item_month, .news .divdgweb_new_div_item_month{font-size:1rem; float:left; color:#5f5f5f;}
.news .news_div_item_day, .news .divdgweb_new_div_item_day{font-size:1rem; float:left; color:#5f5f5f;}

.news .news_div_item_content, .news .divdgweb_new_div_item_content{overflow:hidden;}

.news .divdgweb_new_div_item_content .divdgweb_new_div_item_body{font-size:1rem; width:21rem; margin:0 auto; color:#666; line-height:1.8rem; overflow:hidden; height:2.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.news .news_div_item_title, .news .divdgweb_new_div_item_title{overflow:hidden; width:21rem; margin:0 auto; white-space: nowrap; text-overflow: ellipsis; line-height:2rem; font-weight:500; height:2rem;}

.news .news_div_item_title a, .news .divdgweb_new_div_item_title a{font-size:1.2rem;}
.news .news_div_item_title a:hover{ color:#009944;}

.news .news_div_item_body{font-size:14px; width:348px; color:#666; line-height:26px; overflow:hidden; height:50px; margin-bottom:30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display:none;}

.news .news_t_rgo{width:10rem; overflow:hidden; margin-left:1.2rem; margin-top:0.5rem;}
.news .news_t_rgo a{font-size:0; line-height:0;}
.news .news_t_rgo a:hover{ text-decoration:none;}
.news .news_t_rgo p{font-size:1rem; color:#333; line-height:2rem; width:5rem; border-bottom:solid 1px #ccc; padding-bottom:0.5rem; transition: all 0.5s linear; }
.news .news_t_rgo p:hover{ text-decoration:none;}

.news .news_div_item_pic{width:21rem; height:11.04rem; margin:0 auto; border:solid 1px #ccc; overflow:hidden; position:relative; z-index:1; margin-top:1rem; background:url(../images/no_img.png) center center no-repeat; background-size:35%;}

.news .news_div_item_pic .h3{font-size:16px;color:#333; height:4px;font-weight:normal;padding:0px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:28px;transition:all .3s; z-index:1; }
.news .news_div_item_pic .h3:after{content:"";position:absolute;left:0;bottom:0px;width:0;height:4px;background:#009944;transition:all .5s;z-index:1;}

.news .news_div_item_pic  a:hover .h3:after{width:100%;}

.news .news_div_item .news_div_item_body{ display:none;}
.news .news_div_item_pic img{ width:100%; }


.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo p{transition: all 0.5s linear; width:120px; border-bottom:solid 1px #009944; color:#009944;}
.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo p:hover{ text-decoration:none; }
.news .news_div_item:hover .news_t_rgo p, .news .divdgweb_new_div_item:hover .news_t_rgo a:hover{ text-decoration:none; }
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img{}

.news .news_div_item:hover .news_div_item_year{ color:#009944; transition:0.5s linear 0.1s;}
.news .news_div_item:hover .news_div_item_month{ color:#009944; transition:0.5s linear 0.1s;} 
.news .news_div_item:hover .news_div_item_day{ color:#009944;transition:0.5s linear 0.1s;}


/*底部通用*/
.footer_all{width:100%; min-height:10rem; background:#009944 url(../images/footer_all.jpg) bottom center no-repeat; background-attachment: fixed;
 margin-top:1rem; overflow:hidden;}
.footer_links{ width:100%;  height:auto; overflow:hidden; border-bottom:2px solid #0db558;}
.footer_links ul{width:23rem; margin:0 auto; overflow:hidden; line-height:2rem; padding-top:20px; padding-bottom:20px;}
.footer_links ul h2{ font-size:1rem; color:#fff; float:left;}
.footer_links ul a{ font-size:1rem; color:#fff; display:block; float:left; padding-left:0.5rem; padding-right:10px;}

.footer_content{width:23rem; height:auto; margin:0 auto; overflow:hidden;}
.footer_content .footer_nav{width:100%; height:auto; float:left; overflow:hidden; padding-bottom:1rem;}
.footer_content .footer_nav ul{ width:100%; height:auto; overflow:hidden;}
.footer_content .footer_nav ul a{ color:#fff;}
.footer_content .footer_nav ul h2{ font-size:1.3rem; line-height:3rem; padding-top:0.5rem;}
.footer_content .footer_nav ul li{ font-size:1rem; padding-left:1rem; padding-right:1rem; line-height:1.8rem; float:left;}

.footer_content .footer_nav .lianxi{ width:auto;}
.footer_content .footer_nav ul p{ font-size:1rem; line-height:1.8rem; color:#fff;}

.footer_content .right{ width:100%; height:auto; background:#fff; box-shadow:#aad6bc 0px 0px 2rem inset; text-align:center; overflow:hidden; padding-bottom:1.5rem; margin-bottom:1.5rem;}
.footer_content .right h2{ width:7rem; height:7rem; margin:0 auto; text-align:center; margin-top:1rem;}
.footer_content .right h2 img{ width:100%; height:100%;}
.footer_content .right h3{ width:8rem; height:8rem; margin:0 auto; text-align:center; margin-top:0.5rem;}
.footer_content .right h3 img{width:100%; height:100%;}
.footer_content .right p{ display:inline-table; margin-top:1rem; background:#ff8d4f; padding:0.5rem 2rem; border-radius:2rem; color:#fff;}

.footer_bottom{width:23rem; height:auto; margin:0 auto; text-align:right; overflow:hidden; padding-bottom:3rem;}
.footer_bottom ul{ overflow:hidden; line-height:1.8rem; padding-top:0.5rem; padding-bottom:0.5rem;}
.footer_bottom li{ color:#6b6b6b; font-size:1rem;}
.footer_bottom li a{ color:#6b6b6b;}
.footer_bottom li strong{ padding-left:0; font-weight:300; display:block;}
/*侧边栏main css*/
.izl-rmenu{ display:none;}

.mobile_footer{width:100%; height:3rem; background:#fff; position:fixed; bottom:0px; z-index:999999; box-shadow:#ccc 0px 0px 2px; border-top:0.1rem solid #f3f3f3; }
.mobile_footer ul{ width:6.4rem; height:3rem; float:left; overflow:hidden; text-align:center;  padding-top:0.5rem;}
.mobile_footer ul a{ text-decoration:none;}
.mobile_footer ul li{ list-style:none; width:100%; height:2rem; text-align:center; line-height:2rem; overflow:hidden;}
.mobile_footer ul li i{  font-size:1.5rem; color:#009944;}
.mobile_footer .s4 li i{ color:#009944;}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 3.1rem;
  left:0%;
 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #009944 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; z-index:999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e7627f ;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 80px;
  }
}


/*banner——min*/
.banner_min{ width:100%; height:7.2rem; 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; cursor:pointer;}
/*当前位置*/
.location_all{width:100%;  height:auto; overflow:hidden; }
.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:#009944;}
.location_right{ width:100%; min-height:2.5rem; height:auto; overflow:hidden; text-align:right; display:none;}

/*内容导航*/
.content_nav{width:100%; min-height:3rem; margin:0 auto; overflow:hidden; text-align:center; background:#056630;}
.content_nav ul{ width:auto; height:auto; margin:0 auto;}
.content_nav a{ width:12.8rem; line-height:3rem; height:3rem; display:block; float:left; font-size:1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#fff;}
.content_nav a:hover{ background:#595757; color:#fff; text-decoration:none; }
.content_nav .no{ background:#009944; color:#fff; }
.content_nav .no:hover{ background:#009944; color:#fff; }
/*企业简介*/
.about_title{ width:23rem; height:auto; text-align:center; margin:0 auto; padding-top:1rem; padding-bottom:1rem; }
.about_title h2{ font-size:1.4rem; color:#434343; line-height:3.5rem;}
.about_title p{ width:100%; text-align:center; padding-top:0.5rem;}
.about_title p img{ width:auto; max-width:22rem; height:auto;}

.about_content{ width:24rem; height:auto; margin:0 auto; min-height:50px; padding-top:1rem; padding-bottom:2rem;}
.about_content img{ width:auto; max-width:100%;height:auto; }
.about_content p{font-size:1rem; line-height:1.6rem;}

/*新闻中心*/
.new_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-bottom:1.5rem;}

.new_list ul{ width:23rem; height:auto; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin:0 auto; margin-top:1.2rem; border-radius:15px;}
.new_list ul a{ display:block; width:100%; height:100%;}
.new_list ul dd{ width:23rem; height:12.44rem; overflow:hidden; background:#fff url(../images/logo.png) center center no-repeat;transition:all 1.0s; display: table-cell;vertical-align: middle; text-align:center; border-bottom:1px solid #f3f3f3; box-sizing:border-box; background-size:35%;}
.new_list ul img{ max-width:23rem; width:auto; max-height:12.44rem; height:auto;}  
.new_list ul h2{ width:90%; margin:0 auto; height:3rem; line-height:3rem; font-size:1.1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.new_list ul p{ font-size:0.9rem; width:90%; height:3.4rem; margin:0 auto; overflow:hidden; line-height:1.6rem; color:#949494; text-justify:inter-ideograph;}
.new_list ul li{ width:90%; margin:0 auto; line-height:2rem; color:#bababa; font-size:0.9rem; padding-top:0rem; padding-bottom:0.8rem;}
.new_list ul li i{ float:left; font-size:1.2rem; padding-right:1rem;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1); transition:1s linear 0.1s;}
.new_list ul:hover h2{ color:#009944;}
.new_list ul:hover{ border:1px solid #009944; }


/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:2rem;margin-bottom:0rem;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #009944;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.4rem 0.8rem;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:#4fa7b3; color:#fff;}

/* 荣誉资质 */
.honor_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-bottom:1.5rem;}
.honor_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative; padding-top:0.5rem; }
.honor_list ul .pImg{display:block;width:10rem;height:13.48rem; background:#fff;display: table-cell;vertical-align: middle; }
.honor_list ul img{width:10rem; height:auto; max-height:13.48rem; vertical-align: middle;}

.honor_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.honor_list ul:hover:before{width:100%;background:#009944;transition:all 0.5s;}

.honor_list ul p{ width:90%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size:0.9rem;}

.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#009944;}

/*成功案例*/
.case_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-bottom:1.5rem;}

.case_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative;  border-radius:15px 15px 0px 0px; overflow:hidden;}
.case_list ul .pImg{display:block;width:11rem;height:11rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list ul img{width:11rem; height:auto; max-height:11rem; vertical-align: middle;}

.case_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list ul:hover:before{width:100%;background:#009944;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.95rem; color:#333; font-weight:400;}


.case_list ul:hover a{ text-decoration:none;}
.case_list ul:hover p{ color:#009944;}
.case_list ul:hover h2{color:#009944;}


/*主营业务*/
.yewu_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-bottom:1.5rem;}

.yewu_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative;  overflow:hidden;}
.yewu_list ul .pImg{display:block;width:11rem;height:7.2rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.yewu_list ul img{width:11rem; height:auto; max-height:7.2rem; vertical-align: middle;}

.yewu_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.yewu_list ul:hover:before{width:100%;background:#009944;transition:all 1s;}

.yewu_list ul h2{ width:85%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.95rem; color:#333; font-weight:400;}


.yewu_list ul:hover a{ text-decoration:none;}
.yewu_list ul:hover p{ color:#009944;}
.yewu_list ul:hover h2{color:#009944;}


/*联系我们*/
.contact_content{width:100%; height:auto; margin:0 auto; padding-top:1rem; padding-bottom:1rem; overflow:hidden; }
.contact_content .left{ width:23rem; margin:0 auto; height:auto; overflow:hidden;}
.contact_content .left ul{ width:100%; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; padding-bottom:1rem; overflow:hidden;}
.contact_content .left ul h2{ font-size:1.2rem; line-height:2rem; padding-bottom:0.5rem; padding-bottom:0.5rem; color:#ff680c;}
.contact_content .left ul li{ font-size:1rem; line-height:1.8rem; padding-left:0rem; margin-bottom:1rem; margin-top:0.5rem; text-justify:inter-ideograph; color:#333; display:block; overflow:hidden;}


.contact_content .left ul li strong{ color:#009944; padding-right:0.5rem; float:left;}

.contact_content .left ul li p{ float:left; width:17rem; overflow:hidden;  height:auto; float:left;}

.contact_content .left ul li a{ color:#333;}
.contact_content .left ul li i{ float:left; line-height:1.8rem; font-size:1.4rem; padding-right:0.8rem; color:#009944;}
.contact_content .left ul li i strong{ display:block; float:left;}
.contact_content .left ul li dd { float:left; display:block;}
.contact_content .left ul li dd img{ display:block; float:left; width:8rem; height:8rem;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:1rem; margin-right:0;}
.contact_content .left .face h2{font-size:1.2rem; line-height:2rem; padding-bottom:1rem;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:1rem; margin-right:1.5rem;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}

.contact_content .right{ width:23rem; height:20rem; float:right; background:#f3f3f3; overflow:hidden; display:none;}
.contact_content .mobile_liuyan{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; margin-top:2rem;}
.contact_content .mobile_liuyan a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#ff680c; display:inline-table; color:#ffffff; font-size:0.95rem; float:left; margin-left:1rem;}
/*地图*/
.map{ width:23rem; height:25rem; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:0; margin-top:2rem; margin-bottom:1rem;}
.map #map{ width:100%; height:100%;}
.more_map{ width:100%; height:auto; text-align:center; margin:0 auto; margin-top:1.5rem; overflow:hidden; padding-bottom:1.5rem;}
.more_map a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#ff680c; display:inline-table; color:#ffffff; font-size:0.95rem;}
.more_map a:hover{ background:#009944;}
.liuyan_content .mobile_liuyan{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; margin-top:2rem; margin-bottom:2rem;}
.liuyan_content .mobile_liuyan iframe{ display:none;}
.liuyan_content .mobile_liuyan a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:0.95rem;  margin-left:1rem;}

/*内页*/
.tu_lei_main				{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-bottom:1rem;}
.tu_lei_main_l				{ width:100%; height:auto; float:left; overflow:hidden;} 
.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:1rem; margin-top:0.5rem;}
.tu_lei_main_l_t1_title		{ width:100%; height:3rem; margin:0 0.5rem; padding:0 0.5rem; overflow:hidden;}
.tu_lei_main_l_t1_title i{float:left; line-height:2.5rem;color:#ff680c; font-size:1.8rem; margin-right:0.5rem;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:20rem; height:3rem; float:left; font-size:1.3rem; color:#ff680c; line-height:2.5rem;}

.tu_lei_main_l_t1 .ce .no{ background:#009944; color:#fff; }

.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }

.ce li{ list-style:none; float:left; width:auto; margin-left:1.1rem; line-height:2rem;  border:0.1rem solid #f3f3f3; margin-bottom:0.5rem; margin-top:0.5rem; height:auto; }
.ce li i{ font-size:1.1rem; float:left;line-height:2rem; padding-right:0.2rem; padding-left:0.2rem;}

.ce li a{display:block;color:#3f3f3f; font-size:1rem; float:left; width:100%; height:100%; padding:0.3rem 0px; 
overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; padding-right:0.5rem;}

.ce li a:hover{ background:#2c2c2c; display:block; color:#fff;}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#009944; border:0.1rem solid #ededed;}
.ce li .xuanze{ background:#fff; color:#009944;}

.er{ margin-bottom:0px; overflow:hidden;  width:95%; display:block; margin:0 auto;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:1rem; }
.er li a{display:block; color:white;font-size:0.9rem; padding:0.1rem;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#009944;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}
.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}

.index_tumian_r				{ width:100%; height:auto; overflow:hidden;  background-color:#fff; margin-bottom:1rem; }

.neirong{ width:100%; height:auto; min-height:10rem; padding-top:0.1rem; padding-bottom:0.5rem; margin:0 auto; overflow:hidden; }
.neirong_title{ width:100%; min-height:auto; height:auto; font-size:1.5rem; font-family:"微软雅黑";color:#3f3f3f; line-height:2.5rem;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:0.5rem; padding-bottom:0rem;}
.neirong_title h1{ font-size:1.5rem;}
.neirong_time{font-size:0.8rem; font-family:"微软雅黑";color:#999; line-height:2rem; word-spacing:8px; letter-spacing:1px; width:100%; height:2rem; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:1rem; padding-top:1rem; margin-bottom:1rem;}

.neirong_con{font-family:"微软雅黑";color:#333;  width:95%; height:auto; margin:0 auto; overflow:hidden; min-height:15rem; padding-bottom:0.5rem; padding-top:0.5rem; font-size:1rem;}
.neirong_con img{max-width:100%; width:auto;height:auto;}
.neirong_con p{ padding-top:0.3rem; padding-bottom:0.3rem; line-height:1.8rem;}

.images_list{width:11rem; height:13rem; float:left; background:#fff; margin-top:1.2rem; margin-left:1.2rem; margin-right:0rem; border:1px solid #f3f3f3; overflow:hidden; border-radius:15px;}
.images_list dd{width:11rem; height:11rem; overflow:hidden; border-top:1px solid #bottom;}
.images_list img{width:100%; height:100%; }
.images_list:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list h2{width:90%; margin:0 auto; height:2rem; line-height:2rem; font-size:0.95rem; font-weight:400; text-align:center;  overflow:hidden;}
.images_list a{ color:#6e6e6e; text-decoration:none;}
.images_list:hover{ background:#009944;}
.images_list:hover a{color:#fff;}

/*产品内容*/

.product-top{ display:none;}
/*放大镜结束*/
.product_content_top{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0rem;}
.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; border-bottom:0.2rem solid #f3f3f3;}
.product_content_top .right h2{ font-size:1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:2rem;  color:#999; height:auto; overflow:hidden; padding-bottom:0.8rem; text-align:center;}
.product_content_top .right h2 a{ color:#999;}
.product_content_top .right h2 a:hover{ color:#009944;}

.product_content_top .right h3{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:1.7rem; padding-top:0.8rem; padding-bottom:0.8rem; text-align:center; overflow:hidden;}

.product_content_top .right h4{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem; padding-top:0.5rem; padding-bottom:0.5rem; overflow:hidden;}
.product_content_top .right h4 a{ width:10rem; height:35px; display:block; background:#009944; margin:0 auto; line-height:35px; text-align:center; color:#fff; border-radius:5px; 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:1rem; font-weight:300; line-height:1.8rem;  height:auto; color:#6c6c6c; overflow:hidden; padding-top:1rem; padding-bottom:1rem;}
.product_content_top .right .lx p{ font-size:0.9rem; color:#575757; padding-left:0.5rem;}
.product_content_top .right .lx p span{ color:#009944;}


.play_qr{ width:200px; height:auto; background:#fff; text-align:center; padding-top:20px; padding-bottom:15px;}
.play_qr img{ width:160px; height:160px;}
.play_qr h2{ line-height:40px; font-size:16px; font-family:"xihei"; text-align:left;}
.play_qr h2 i{ font-family:"微软雅黑"; font-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}

.product_content_content{width:100%; min-height:5rem; height:auto; overflow:hidden; margin:0 auto; padding-top:1.5rem; padding-bottom:1rem;}

.product_content_content h2{width:100%; min-height:3rem; height:auto; line-height:3rem; font-size:1.1rem; font-weight:300; color:#333; overflow:hidden; border-bottom:1px solid #d0d0d0;  text-indent:2%; background:#f3f3f3;}
.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
.product_content_content h2 i{color:#009944; padding-right:15px;}

.chanpin_content{ width:95%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:0.5rem; min-height:5rem;}
.chanpin_content p{ line-height:1.8rem;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:3rem; overflow:hidden; margin-top:1rem; border-top:1px solid #dadada; margin-bottom:0rem; padding-top:0.5rem;}
.xiayiye p{width:100%; height:2rem; line-height:2rem; font-size:1rem; color:#606062; padding-left:1rem; margin-top:0.5rem; overflow:hidden;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:0.8rem; padding-left:1rem;}
.xiayiye p a:hover{ text-decoration:underline; color:#1391bd;}

/*新闻内容*/
.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;}


.shebeizhanshi_xinxi{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:0.5rem; border-bottom:2px solid #f3f3f3; padding-bottom:0.5rem; border-top:2px solid #f3f3f3; margin-top:1.6rem;}
.shebeizhanshi_xinxi p{ font-size:1rem; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:1.1rem;}

.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:1.5rem;}
.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-justify:inter-ideograph;}
.new_content p{ line-height:1.8rem; color:#333; font-size:1rem;}
.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:#009944; text-decoration:underline;}

/*搜索*/
.ss_no{width:100%; min-height:20rem; text-align:center; font-size:1rem; height:auto; padding-top:2rem; line-height:1.8rem;}
.ss_no strong{ color:#009944;}