﻿/* CSS Document */
*{margin:0; padding:0;}
body{ background:#fff;overflow-x:hidden; min-width:1200px; font:16px/1.5 "Microsoft Yahei",sans-serif; background:#fff; position:relative;  }
img{ border:none;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:underline;}
div{ font-size:16px;}
p{ font-size:16px;}
li{ list-style:none; font-size:16px;}
.content_auto{width:1200px; height:auto; margin:0 auto; overflow:hidden;}

::-webkit-scrollbar {
		  width: 10px;
	} /* 这是针对缺省样式 (必须的) */

::-webkit-scrollbar-track {
      background-color: #fff;
} /* 滚动条的滑轨背景颜色 */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.5);
	  border-radius:30px;
} /* 滑块颜色 */
 
::-webkit-scrollbar-button {
      background-color: #fff;
	  display:none;
} /* 滑轨两头的监听按钮颜色 */
 
::-webkit-scrollbar-corner {
      background-color:#fff;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 *


/*顶部*/
.head_all{width:100%; height:40px; background:#313131;}
.head_all .head_content{width:1200px; height:auto; margin:0 auto;}
.head_all .text{ width:556px; height:40px; float:left; overflow:hidden;}

.head_all .text h1{ font-size:14px; line-height:40px; color:#9a9a9a; font-weight:400;}
.head_all .language{ float:right; height:40px; position:relative; cursor:pointer; z-index:11;}
.head_all .language h2{ width:auto; background:url(../images/language.png) 10px center no-repeat; padding-left:60px; padding-right:15px; font-weight:400; font-size:14px; line-height:40px; color:#9a9a9a; float:right; transition:all 0.3s;}
.head_all .language h2:hover{ background:#fff url(../images/language.png) 10px center no-repeat; color:#333;}
.head_all .language ul{ width:131px; height:auto; position:absolute; background:#f8f8f8; top:40px; right:0px; display:none;}
.head_all .language ul li{ line-height:35px; font-size:14px; border-bottom:1px solid #f3f3f3; }
.head_all .language ul li a{ display:block; width:100%; height:100%; padding-left:60px;}
.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;}
.head_all .language:hover h2{  background:#fff url(../images/language.png) 10px center no-repeat; color:#333;}

.top_all{width:100%; background:#fff; height:158px; position:relative;}
.top_all .logo{ width:140px; height:158px; float:left; overflow:hidden;}
.top_all .logo a{ display:block;}
.top_all .logo img{ padding-top:9px;width:140px; height:140px; }

.top_all .hg{ width:10px; float:left; height:100%; overflow:hidden; margin-left:20px;}
.top_all .hg span{ display:block; width:1px; background:#ccc; height:104px; margin-top:27px; margin-left:5px;}

.top_all .name{ width:520px; float:left; overflow:hidden; height:100%; margin-left:30px;}
.top_all .name h2{ font-size:21px; line-height:45px; padding-top:20px; font-weight:500; font-family:"黑体";}
.top_all .name h3{ font-weight:400; line-height:30px; color:#717171; font-size:18px; padding-top:5px;}
.top_all .name h2 span{ color:#009944;}

.top_all .tel{ height:158px; float:right; background:url(../images/tel.png) left center no-repeat; padding-left:90px;}
.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;}
/*导航*/
.nav_all{width:100%; height:65px; background:#009944; position:relative; }
.nav_all .nav_content{width:1200px; height:65px; line-height:65px; position:relative; margin:0 auto; text-align:center;}
.nav_all .home{ position:absolute; left:0px; top:0px; width:65px; height:65px; background:#36ae12; text-align:center;}
.nav_all .home i{ font-size:30px; color:#fff;}
.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:65px; height:65px; background:#36ae12; text-align:center;}
.nav_all .search i{ font-size:30px; color:#fff;}
.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:1000px; margin:0 auto; height:65px;  text-align:center; position:relative; z-index:10;}
#nav li{ display:inline-table; position:relative; z-index:10;}
#nav li .a1{ display:inline-block; padding-left:23px; padding-right:23px; color:#fff; font-size:17px; position:relative;}
/*滑动效果*/
#nav .a1:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:4px;
	background-color:#60da3b;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

#nav li:hover .a1:after,#nav li.no .a1:after{left:10%;width:80%;}
#nav li .a1:hover{ text-decoration:none;}

#nav .nav_two{width:200px; height:auto; background:#fff; position:absolute; top:65px; left:50%; margin-left:-100px;  border-top:none; display:none; box-shadow:#ccc 0px 0px 5px;  }

#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:#ff680c; color:#fff; text-decoration:none;}
#nav .nav_two dd:last-child{ border:none;}
/*搜索*/
.search_all{width:100%; height:80px; overflow:hidden; position:absolute; top:65px; left:0px; z-index:9; background:#009944; background:rgba(0,153,68,0.8); display:none;}
.search_all .search_content{width:1200px; height:auto; margin:0 auto; overflow:hidden;} 

.so_right{ width:auto; height:80px; float:right; margin-left:0px; margin-left:50px; }
.so_right  form	{ padding-top:20px;}
.so_right .keyword		{-webkit-box-flex: 1; width:284px; height:40px; text-align:left; line-height:40px; overflow:hidden; font-size:15px; border:none; background:#ffffff; float:left; margin-left:0%; 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:64px; height:40px;background:#ff680c; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none;}


/*Bnnaer*/
.banner{ width:100%; height:754px; overflow:hidden; }
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:40px; }
.banner .swiper-pagination-bullet{ background:#f3f3f3; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; width:80px; height:5px; border-radius:2px;}
.banner .swiper-pagination-bullet-active{ background:#009944;}
.banner .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:40px; }
.banner .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:40px;}
.banner .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-wrapper{}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 15px;}

.home_title{width:1200px; height:auto; margin:0 auto; text-align:center;}
.home_title li{width:466px; height:56px; overflow:hidden; margin:0 auto;}
.home_title h2{ line-height:64px; color:#ef7234; font-size:28px;}
.home_title h2 a{ color:#ef7234;}
.home_title h2 a:hover{ text-decoration:none;}
.home_title p{ width:466px; height:14px; overflow:hidden; margin:0 auto;}
.home_title h2 span{ color:#009944; font-size:34px; padding-left:5px; padding-right:5px;}
/*主营业务*/

.home_zyyw_all{width:100%; height:auto; background:#f8f8f8; overflow:hidden; padding-bottom:80px;}
.home_zyyw_all .content_auto{ overflow:visible !important;}
.home_zyyw_title{ padding-top:50px; padding-bottom:10px;}
.home_zyyw_all .home_zyyw_list{width:270px; height:284px; background:#fff; overflow:hidden; text-align:center; transition:all 0.5s; float:left; margin-left:40px; margin-top:40px; 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; }
.home_zyyw_all .home_zyyw_list dd{ width:226px; height:148px; margin:0 auto; overflow:hidden;  border-radius:10px;}
.home_zyyw_all .home_zyyw_list h2{ width:226px; line-height:55px; margin:0 auto; border-bottom:1px solid #ededed; font-size:18px; font-weight:400; color:#434343; transition:all 0.5s;}
.home_zyyw_all .home_zyyw_list a{ color:#434343; display:block; width:100%; height:100%; padding-top:22px;}
.home_zyyw_all .home_zyyw_list a:hover{ text-decoration:none;}
.home_zyyw_all .home_zyyw_list li{width:226px; line-height:55px; margin:0 auto;  font-size:20px; font-weight:400; color:#434343;}
.home_zyyw_all .home_zyyw_list li i{ color:#e2e2e2; font-size:28px; 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;}
.home_zyyw_all .home_zyyw_list:nth-child(1){ margin-left:0px;}
.home_zyyw_all .home_zyyw_list:nth-child(5){ margin-left:0px;}

/*横幅A*/
.home_hengfu_A{width:100%; height:246px; background:#009944 url(../images/hengfu_A.jpg) bottom center; background-attachment:fixed; overflow:hidden;}

.home_hengfu_A .left{width:630px; height:246px; float:left; overflow:hidden; margin-left:25px;}
.home_hengfu_A .left h2{ font-size:30px; color:#fff; line-height:50px; font-weight:500; padding-top:45px; padding-bottom:10px;}
.home_hengfu_A .left p{ font-size:17px; color:#fff; line-height:32px;}

.home_hengfu_A .right{width:505px; height:246px; float:right; overflow:hidden;}
.home_hengfu_A .right ul{ width:291px; height:100%; float:left; overflow:hidden;}
.home_hengfu_A .right ul h2{ width:100%; font-size:18px; border:2px solid #fff; border-radius:20px; color:#fff; line-height:46px; margin-top:57px; box-sizing:border-box;}
.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:30px; margin-left:30px; margin-right:20px; float:left; font-weight:400;}
.home_hengfu_A .right ul h3{ width:100%; line-height:46px; background:#fa8f10; border-radius:20px;  color:#fff; margin-top:40px; font-weight:400; letter-spacing:2px; box-sizing:border-box;}
.home_hengfu_A .right ul h3 i{ font-size:30px; margin-left:30px; margin-right:20px; float:left; font-weight:400;}

.home_hengfu_A .right dl{ width:150px; height:100%; float:right; text-align:center; padding-top:57px; margin-right:30px;}
.home_hengfu_A .right dl img{width:132px; height:132px; border:10px solid #fff; box-sizing:border-box;}


.neiye_hengfu_A{ margin-top:40px;}

/*优势*/
.home_youshi_title{ padding-top:50px; padding-bottom:30px; }

.home_youshi_content{ width:1250px; height:650px; margin:0 auto; overflow:hidden; margin-top:15px; margin-bottom:0p; padding-bottom:20px; box-shadow:#ccc 0px 0px 10px;  }

.home_youshi_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_youshi_content .swiper-wrapper{width:100%; margin:0 auto; transition-timing-function: linear; margin-top:0px; }

.home_youshi_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;  }

.home_youshi_content .swiper-slide .home_youshi_center{width:1050px; height:560px; margin:0 auto; text-align:center; margin-top:50px; overflow:hidden;}

.home_youshi_center .text{width:500px; height:560px; float:left; text-align:left; margin-left:5px;}

.home_youshi_center ul{ width:100%; height:165px;  overflow:hidden; margin-bottom:30px;}
.home_youshi_center .text .left{ width:76px; height:100%; float:left;}
.home_youshi_center .text .left h2{width:76px; height:87px; color:#fff; line-height:70px; font-size:35px; text-align:center;}

.home_youshi_center .text .right{ width:400px; height:100%; float:right;}
.home_youshi_center .text .right h2{ font-size:24px; color:#009944; line-height:50px;}
.home_youshi_center .text .right h2 i{ float:right; font-size:30px; font-weight:400;}
.home_youshi_center .text .right p{ font-size:15px; color:#5b5b5b; line-height:26px; text-align:justify; text-justify:inter-ideograph;}

.home_youshi_center .s1 .left h2{ background:url(../images/home_youshi_6_1.png) top center no-repeat;}
.home_youshi_center .s2 .left h2{ background:url(../images/home_youshi_6_2.png) top center no-repeat;}
.home_youshi_center .s3 .left h2{ background:url(../images/home_youshi_6_3.png) top center no-repeat;}

.home_youshi_center .s2 .right h2{ color:#ef7234;}
.home_youshi_center .s3 .right h2{ color:#00a0e9;}

.home_youshi_center .right{ width:500px; height:560px; float:right; overflow:hidden; margin-right:5px;}
.home_youshi_center .right img{ width:500px;  height:auto; max-height:560px;}

.home_youshi_content .swiper-pagination-bullet-active{ background:#009944; bottom:0px; }
.home_youshi_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:20px;}

.home_youshi_content .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:25px; display:block;}
.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; display:block;}
.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:13px; height:13px; margin-left:10px; margin-right:10px;}



/*八大理由*/
.home_reason_all{width:100%; height:auto; overflow:hidden; background:#f6f6f6; margin-top:60px; padding-bottom:20px;}
.home_reason_title{ padding-top:30px; padding-bottom:20px;}
.home_reason_type{width:1200px; margin:0 auto; overflow:hidden; text-align:center; padding-top:10px; padding-bottom:41px;}
.home_reason_type h2{ display:inline-block; text-align:center; background:#009944; font-size:20px; color:#fff; padding:5px 35px; margin:0px 20px;}
.home_reason_type .s2{ background:#ef7234;}
.home_reason_type .s3{ background:#00a0e9;}
.home_reason_type .s4{ background:#ffa508;}

.home_reson_content{width:1200px; height:auto; overflow:visible; margin:0 auto;}
.home_reson_content ul{width:600px; background:#fff; height:132px; float:left; overflow:hidden; margin-bottom:41px;  transition:all 0.5s;}
.home_reson_content ul h2{ width:6px; height:100%; background:#009944; float:left; overflow:hidden; transition:all 1.0s;}
.home_reson_content ul h3{ width:110px; height:100%; line-height:132px; float:left; text-align:center; font-size:55px; font-weight:500; color:#cacaca; transition:all 1.0s;}
.home_reson_content ul p{ font-size:15px; color:#5f5f5f; width:440px; float:right; margin-right:35px; margin-top:25px; line-height:28px; text-align:justify; text-justify:inter-ideograph;}
.home_reson_content ul:hover{ box-shadow:#ccc 0px 0px 10px;  }

.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:1200px; height:400px; margin:0 auto; overflow:hidden; margin-top:10px; margin-bottom:0p; padding-bottom:30px; }

.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:25px; }

.home_product_content .swiper-slide{ width:100% !important; overflow:hidden;  overflow:hidden; }

.home_product_content .swiper-slide ul{width:267px; height:330px; 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:44px;}

.home_product_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_product_content .swiper-slide ul dd{width:237px; height:237px; 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:16px; width:210px; margin:0 auto; text-align:center; font-weight:300; line-height:60px; height:60px; overflow:hidden; font-size:17px; 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){ margin-left:0px;} 

.home_product_content .swiper-pagination-bullet-active{ background:#009944; bottom:30px; }
.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:13px; height:13px; margin-left:10px; margin-right:10px;}

.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:30px;}
/*首页配送展示*/
.cont_sd{width:100%;height:auto; overflow:hidden; margin-top:40px;}

.cont_sd .cont_cd{width:1200px;margin:0 auto; overflow:hidden; height:auto; margin-top:0px;}

.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:80px; overflow:hidden; }

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul{width:1200px; 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:auto; height:80px;   list-style:none; float:left; line-height:80px;  margin-left:16px;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a{ display:block; color:#333;  }
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a:hover{ color:#008930;}
.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:35px;}
.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:35px;}
.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:35px;}
.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:35px;}
.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:35px;}
.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:35px;}

.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}

.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.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:35px; color:#008930;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li .a1{ display:block; padding-left:20px; padding-right:20px; position:relative;}


/*滑动效果*/
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li .a1:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:4px;
	background-color:#008930;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li:hover .a1:after{left:0%;width:100%;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul .li_on .a1:after{left:0%;width:100%;}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a{ color:#008930; }
.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:1200px;height:580px;overflow:hidden;position:relative; margin-top:10px; }
.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:280px; height:527px; background:#f6f6f6; float:left; margin-left:25px; margin-top:25px; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul{width:100%; margin:0 auto; margin-top:25px; transition:all 0.5s;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul h2{ font-size:20px; font-weight:300; color:#3d3d3d; line-height:50px; height:50px; overflow:hidden; padding-left:25px;}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left ul span{ width:110px; height:4px; background:#008930; display:block; margin-top:10px; margin-left:25px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left li{ list-style:none;width:218px;height:296px; margin:0 auto; overflow:hidden; margin-top:30px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left li img{ border-radius:20px;width:100%;height:100%;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left dd{ width:153px;height:36px;margin:0 auto; overflow:hidden; text-align:center; background:#ef7234; line-height:36px; display:block; margin-top:30px; border-radius:20px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_left dd a{ color:#fff; font-size:14px; 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:895px; height:530px;  float:right;  margin-top:25px; }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul{width:263px; height:527px; border:1px solid #e5e5e5; text-align:center; float:left; margin-left:25px; overflow:hidden; box-sizing:border-box; transition:all 0.5s;}
.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:263px;height:263px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul h2{width:230px; height:50px; line-height:50px; margin:0 auto; font-size:18px; font-weight:300; color:#ff5e1f; overflow:hidden; margin-top:20px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul span{ width:117px; height:5px; background:#ff5e1f; margin:0 auto; display:block; margin-top:16px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul p{width:230px; height:50px; line-height:50px; margin:0 auto; font-size:16px; font-weight:300; color:#ff5e1f; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#4f4f4f; margin-top:20px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li .case_right ul dd{width:171px;height:36px;margin:0 auto; background:#d0d0d0; line-height:36px; font-size:14px; color:#fff; margin-top:20px; border-radius:20px; transition:all 0.5s;}
.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; }

/*祥瑞餐饮*/
.home_about_all{width:100%; height:782px; background:url(../images/home_about_all.jpg) bottom center no-repeat; margin-top:45px; background-attachment:fixed;  overflow:hidden;}
.home_about_content{width:1200px; height:658px; background:#fff; background:rgba(255,255,255,0.8); margin:0 auto; border-radius:20px; margin-top:62px; box-shadow:#909090 0px 0px 5px;  }
.home_about_content .video{width:408px; height:584px; float:left; margin-left:37px; margin-top:37px; cursor:pointer }
.home_about_content .video img{width:100%; height:100%; border-radius:25px;}
/*首页视频尺寸*/
.home_video{width:1000px;height:563px; display:block; overflow:hidden; background:#f3f3f3;}
.home_video1{width:1000px; height:563px; object-fit: fill;}


.home_about_content .text{width:681px; height:584px; margin-top:37px; float:right; margin-right:37px;}
.home_about_content .text .title{width:100%; margin:0 auto; height:110px; overflow:hidden;}
.home_about_content .text .title img{width:110px; height:110px; float:left; display:block; margin-right:30px; margin-left:10px;}
.home_about_content .text .title h2{ font-size:26px; color:#ef7234; line-height:60px;}
.home_about_content .text .title p{ font-size:18px; color:#009944; border:1px solid #009944; float:left; border-radius:20px; display:inline-block; padding:6px 20px;}
.home_about_content .text .content{width:100%; height:170px; overflow:auto; margin-top:15px;}
.home_about_content .text .content p{ line-height:29px; color:#333; text-indent:2em; text-align:justify; text-justify:inter-ideograph; padding-left:5px; padding-right:20px;}
.home_about_content .text .list{ width:100%; height:110px; overflow:hidden; margin-top:30px;}
.home_about_content .text .list li{ width:187px; height:39px; line-height:39px; float:left; background:#009944; text-align:center; margin-left:60px; margin-bottom:30px; text-align:left; border-radius:20px; transition:all 0.5s;}
.home_about_content .text .list li a{ display:block; color:#fff; text-decoration:none;}
.home_about_content .text .list li:nth-child(1){ margin-left:0px;} 
.home_about_content .text .list li:nth-child(4){ margin-left:0px;} 
.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) 30px center no-repeat; padding-left:78px;}
.home_about_content .text .list .s2 a{ background:url(../images/home_about_content_list_2.png) 30px center no-repeat; padding-left:78px;}
.home_about_content .text .list .s3 a{ background:url(../images/home_about_content_list_3.png) 30px center no-repeat; padding-left:78px;}
.home_about_content .text .list .s4 a{ background:url(../images/home_about_content_list_4.png) 30px center no-repeat; padding-left:78px;}
.home_about_content .text .list .s5 a{ background:url(../images/home_about_content_list_5.png) 30px center no-repeat; padding-left:78px;}
.home_about_content .text .list .s6 a{ background:url(../images/home_about_content_list_6.png) 30px center no-repeat; padding-left:78px;}

.home_about_content .text .img{ width:100%; height:120px; overflow:hidden; margin-top:30px;}
.home_about_content .text .img a{ width:300px; height:120px; display:block; float:left; margin-left:81px;}
.home_about_content .text .img img{width:300px; height:120px; border-radius:20px;  }
.home_about_content .text .img a:nth-child(1){ margin-left:0px;}  

/*荣誉资质*/
.home_honor_all{width:100%; height:630px; background:url(../images/home_honor_all.jpg) top center no-repeat;}
.home_honor_title{ padding-top:40px; padding-bottom:30px;}

.home_honor_content{ width:1200px; height:300px; margin:0 auto; overflow:hidden; margin-top:10px; margin-bottom:0p; padding-bottom:30px; }

.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:25px; }

.home_honor_content .swiper-slide{ width:100% !important; overflow:hidden;  overflow:hidden; }

.home_honor_content .swiper-slide ul{width:267px; height:238px; 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:44px;}

.home_honor_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_honor_content .swiper-slide ul dd{width:267px; height:208px; 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:16px; width:100%; margin:0 auto; text-align:center; font-weight:300; line-height:30px; height:30px; overflow:hidden; font-size:16px; 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-slide ul:nth-child(1){ margin-left:0px;} 

.home_honor_content .swiper-pagination-bullet-active{ background:#009944; bottom:30px; }
.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:13px; height:13px; margin-left:10px; margin-right:10px;}

.home_honor_content .swiper-slide ul .h3{ color:#333; width:100%; height:30px;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:30px;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:157px; height:37px; background:#009944; margin:0 auto; text-align:center; line-height:37px; border-radius:20px; overflow:hidden; transition:all 1.0s;}
.home_honor_all .more a{ color:#fff; font-size:16px; display:block;}
.home_honor_all .more a:hover{ text-decoration:none;}
.home_honor_all .more:hover{ background:#ef7234;}

/*合作伙伴*/

.home_hezuo_title{ padding-top:40px; padding-bottom:20px;}

.home_hezuo_content{ width:1200px; height:240px; margin:0 auto; overflow:hidden; margin-top:10px; margin-bottom:0p; padding-bottom:30px; }

.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:25px; position:relative;}

.home_hezuo_content .swiper-slide{ width:100% !important; overflow:hidden;  overflow:hidden; }

.home_hezuo_content .swiper-slide ul{width:267px; height:125px; 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:44px; 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){ margin-left:0px;} 

.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:200px !important; right:550px; }

.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:200px; left:550px;}
.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;}

.home_hezuo_content .swiper-slide ul .h3{ color:#333; width:100%; height:30px;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_hezuo_content .swiper-slide ul .h3:after{content:"";position:absolute;left:0;bottom:0px;width:0;height:30px;background:#009944;transition:all .5s;z-index:1;}

.home_hezuo_content .swiper-slide ul a:hover .h3:after{width:100%; background:#ef7234;}


  /*新闻中心*/
.news{width:100%; min-width:1200px; overflow:hidden;  margin-top:10px; padding-bottom:50px;}
.news_c_bg{ width:1200px; margin:0 auto; overflow:hidden; min-width:1200px; position:relative;}
.news_t{overflow:hidden; margin-top:10px;}
.news_tl{float:left; width:360px; overflow:hidden; margin-left:8px;}

.news_tl_bac{width:180px; height:180px; border:3px solid #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:120px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:300; line-height:191px; width:100px; margin-left:20px; text-align:center; color:#c0c0c0; }

.news_tl_mr{float:left; overflow:hidden; margin-top:50px; background:#fff; padding:10px 0;}
.news_tl_mr_en{font-family:Arial, Helvetica, sans-serif; font-size:20px; line-height:20px; font-weight:300; text-transform:uppercase;  color:#c0c0c0;}
.news_tl_mr_m{font-size:40px; font-weight:bold; color:#009944; line-height:48px; color:#ff680c;}
.news_tr{float:right; width:700px; overflow:hidden;}

.news_tr_en{width:640px; margin-left:60px; border-top:solid 1px #ddd; text-align:right; font-size:18px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#ccc; line-height:20px; padding-top:20px;}

.news_tr_m{width:700px; overflow:hidden; line-height:36px; text-align:right; font-size:18px; color:#ccc;}
.news_tr_d{overflow:hidden; width:700px; margin-top:40px;}
.news_t a{display:block; float:left; text-decoration:none; height:82px; width:200px; transition: all 0.5s linear; margin:0px 2px; box-shadow:0 0 10px #cecece inset; background:#fcfcfc; position:relative;}
.news_t a.on{text-decoration:none; transition: all 0.5s linear; width:288px; background:#f1f1f1; box-shadow:0 0 0 #cecece;}
.news_tr_dm{font-size:18px; line-height:30px; padding-top:15px; padding-left:30px; transition: all 0.5s linear;}
.news_tr_den{font-family:Arial, Helvetica, sans-serif; padding-left:30px; font-size:12px; text-transform:uppercase; color:#ababab; transition: all 0.5s linear; line-height:22px;}
.news_t a.on .news_tr_dm{font-size:22px; font-weight:bold; color:#333;}
.news_t a.on .news_tr_dm, .news_t a.on .news_tr_den{padding-left:14px; transition: all 0.5s linear;}
.news_tr_dline{width:0px; height:3px; background:#009944; position:absolute; bottom:0; transition: all 0.5s linear;}
.news_t a.on .news_tr_dline{width:288px; transition: all 0.5s linear;}

.news_c_bg .content{overflow:hidden; width:1200px; margin:0 auto; height:474px; position:relative; margin-top:40px; min-width:1200px;}
.news_c_bg .content .ul{ position:absolute; left:0; top:0; width:1200px; min-width:1200px;}
.news_c_bg .content .li{ width:1200px; float:left; min-width:1200px;}

.news .news_div_item, .news .divdgweb_new_div_item{float:left; width:348px; border:solid 1px #ddd; height:419px; padding:25px; overflow:hidden; margin-right:-1px; position:relative;}

.news .news_div_item:nth-child(3), .news .divdgweb_new_div_item:nth-child(3){margin-right:0px;}

.news .news_div_item_date, .news .divdgweb_new_div_item_date{padding-top:10px; height:60px; line-height:60px; overflow:hidden; position:relative; font-family:Arial, Helvetica, sans-serif; color:#009944;}

.news .news_div_item_year, .news .divdgweb_new_div_item_year{ font-size:56px; float:left; font-size:26px; color:#d4d4d4;}
.news .news_div_item_month, .news .divdgweb_new_div_item_month{font-size:26px; float:left; color:#d4d4d4;}
.news .news_div_item_day, .news .divdgweb_new_div_item_day{font-size:26px; float:left; color:#d4d4d4;}
.news .news_div_item_content, .news .divdgweb_new_div_item_content{overflow:hidden;}
.news .divdgweb_new_div_item_content .divdgweb_new_div_item_body{font-size:14px; width:348px; color:#666; line-height:26px; overflow:hidden; height:50px; margin-bottom:30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .news_div_item_title, .news .divdgweb_new_div_item_title{overflow:hidden; width:348px; white-space: nowrap; text-overflow: ellipsis; line-height:40px;}

.news .news_div_item_title a, .news .divdgweb_new_div_item_title a{font-size:18px;}
.news .news_div_item_title a:hover{ color:#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;}

.news .news_t_rgo{width:120px; overflow:hidden;}
.news .news_t_rgo a{font-size:0; line-height:0;}
.news .news_t_rgo a:hover{ text-decoration:none;}
.news .news_t_rgo p{font-size:14px; color:#333; line-height:32px; width:60px; border-bottom:solid 1px #ccc; padding-bottom:5px; transition: all 0.5s linear;}
.news .news_t_rgo p:hover{ text-decoration:none;}

.news .news_div_item_pic{width:346px; height:182px; border:solid 1px #ccc; overflow:hidden; position:relative; z-index:1; background:url(../images/no_img.png) center center no-repeat; background-size:30%;}

.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:hover .news_div_item_pic .h3:after{width:100%;}


.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:400px; background:#009944 url(../images/footer_all.jpg) bottom center no-repeat; background-attachment: fixed;
 margin-top:40px; overflow:hidden;}
.footer_links{ width:100%;  height:auto; overflow:hidden; border-bottom:2px solid #0db558;}
.footer_links ul{width:1200px; margin:0 auto; overflow:hidden; line-height:30px; padding-top:20px; padding-bottom:20px;}
.footer_links ul h2{ font-size:24px; color:#fff; float:left;}
.footer_links ul a{ font-size:15px; color:#fff; display:block; float:left; padding-left:10px; padding-right:10px;}

.footer_content{width:1200px; height:400px; margin:0 auto; overflow:hidden;}
.footer_content .footer_nav{width:930px; height:400px; float:left; overflow:hidden; }
.footer_content .footer_nav ul{ width:170px; height:100%; float:left;}
.footer_content .footer_nav ul a{ color:#fff;}
.footer_content .footer_nav ul h2{ font-size:18px; line-height:50px; padding-top:40px;}
.footer_content .footer_nav ul li{ font-size:15px; line-height:30px;}

.footer_content .footer_nav .lianxi{ width:330px;}
.footer_content .footer_nav ul p{ font-size:15px; line-height:30px; color:#fff;}

.footer_content .right{ width:270px; height:400px; float:right; background:#fff; box-shadow:#aad6bc 0px 0px 50px inset; text-align:center;}
.footer_content .right h2{ width:140px; height:140px; margin:0 auto; text-align:center; margin-top:25px;}
.footer_content .right h2 img{ width:100%; height:100%;}
.footer_content .right h3{ width:111px; height:111px; margin:0 auto; text-align:center; margin-top:20px;}
.footer_content .right h3 img{width:100%; height:100%;}
.footer_content .right p{ display:inline-table; margin-top:25px; background:#ff8d4f; padding:6px 20px; border-radius:20px; color:#fff;}

.footer_bottom{width:1200px; height:auto; margin:0 auto; text-align:right; overflow:hidden;}
.footer_bottom ul{ overflow:hidden; line-height:30px; padding-top:15px; padding-bottom:15px;}
.footer_bottom li{ color:#6b6b6b; font-size:15px;}
.footer_bottom li a{ color:#6b6b6b;}
.footer_bottom li strong{ padding-left:30px; font-weight:300;}
/*侧边栏main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:100px;z-index:9999;}

.izl-rmenu a{transition:all 1.0s;}
.izl-rmenu .btn{width:72px;height:73px; cursor:pointer;position:relative;  text-align:center;}

.izl-rmenu .btn a{ color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn a:hover{ text-decoration:none;}

.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#f3f3f3; color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn-qq:hover{background-color:#0089e1;}

.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#00a0e9;text-decoration:none;display:block;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340; transition:all 1.0s;}
.izl-rmenu .btn-wx:hover{background-color:#009944;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-144px;top:0px;display:none;width:143px;height:143px;}

.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#f4ab0d;transition:all 1.0s; }

.izl-rmenu .btn-phone:hover{background-color:#ef7234;}
.izl-rmenu .btn-phone .phone{background-color:#ef7234;position:absolute;width:200px;left:-200px;top:0px;line-height:73px;color:#FFF;font-size:16px;text-align:center;display:none; font-size:20px;}

.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#454545;display:none; transition:all 1.0s; position:absolute;}
.izl-rmenu .btn-top:hover{background-color:#000; }

.mobile_footer{ display:none;}

/*返回顶部*/
.cd-top {
  display:none;
 
}

/*关于我们页面*/
.banner_min{ width:100%; height:300px; overflow:hidden; position:relative;}
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.banner_min img{ width:1920px; height:auto; position:absolute;  left: 50%; margin-left: -960px; cursor:pointer;}
/*当前位置*/
.location_all{width:100%; height:55px; height:auto; overflow:hidden; background:#fafafb;}
.location_content{width:1180px; height:55px; height:auto; overflow:hidden; margin:0 auto;}
.location_left{ width:800px; height:55px; float:right; overflow:hidden; line-height:48px; font-size:14px; color:#666; text-align:right;}
.location_left strong{ font-size:14px; color:#474747;}
.location_left a{ font-size:14px; color:#666;}
.location_left a:hover{ color:#009944;}
.location_left i{ font-size:25px;   margin-right:10px; color:#009944; position:relative; top:3px;}

.location_right{ width:300px; min-height:55px; height:auto; overflow:hidden; text-align:left; float:left;}
.location_right h2{ display:inline-block; line-height:55px; font-size:20px; font-weight:400; color:#333;}
.location_right h2 i{ font-size:25px; color:#009944; float:left; margin-left:15px; margin-right:10px;}
/*内容导航*/
.content_nav{width:100%; min-height:55px; margin:0 auto; overflow:hidden; text-align:center; background:#056630;}
.content_nav ul{ width:1180px; height:auto; margin:0 auto;}
.content_nav a{ line-height:55px; height:55px; display:block; float:left; padding-left:30px; padding-right:30px; font-size:15px; color:#fff;}
.content_nav a:hover{ background:#78c340 url(../images/daosanjiao.png) bottom center no-repeat; color:#fff; text-decoration:none; }
.content_nav .no{ background:#009944; color:#fff; color:#fff; background:#009944 url(../images/daosanjiao.png) bottom center no-repeat;}
.content_nav .no a{ }
.content_nav .no:hover{ background:#78c340 url(../images/daosanjiao.png) bottom center no-repeat;}

.about_content{ width:1150px; height:auto; margin:0 auto; min-height:220px; padding-top:40px; padding-bottom:30px;}
.about_content img{ width:auto; max-width:100%;height:auto; }
.about_content p{ line-height:28px; }


/*新闻中心*/

.new_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.new_list ul{ width:330px; height:360px; float:left; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin-left:51px; margin-top:51px; border-radius:10px;}
.new_list ul a{ display:block; width:100%; height:100%;}

.new_list ul dd{ width:330px; height:174px; overflow:hidden; background:#fff url(../images/logo.png) center center no-repeat;transition:all 1.0s; display: table-cell;vertical-align: middle; text-align:center; border-bottom:1px solid #f3f3f3; background-size:35%;}

.new_list ul img{ max-width:330px; width:auto; max-height:174px; height:auto;  transition:1s linear 0.1s; }  
.new_list ul h2{ width:290px; margin:0 auto; height:50px; line-height:50px; font-size:16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 1.0s;}
.new_list ul p{ font-size:14px; width:290px; height:72px; margin:0 auto; overflow:hidden; line-height:25px; color:#949494;text-align:justify; text-justify:inter-ideograph;}
.new_list ul li{ width:290px; margin:0 auto; line-height:40px; color:#bababa; font-size:14px; padding-top:5px;}
.new_list ul li i{ float:left; padding-right:10px; font-size:18px;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1);}
.new_list ul:hover h2{ color:#009944;}
.new_list ul:hover{ border:1px solid #009944; }


/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:45px;margin-bottom:0px;}
#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:10px;display: inline-block;text-align: center;}

.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 10px 15px;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; margin-left:10px; margin-right:10px;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#009944; color:#fff;}

/* 荣誉资质 */
.honor_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:10px; padding-bottom:20px;}

.honor_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative; padding-top:15px;}
.honor_list ul .pImg{display:block;width:230px;height:170px; border:1px solid #e3e3e3;background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}
.honor_list ul img{max-width:80%; width:auto; height:auto; max-height:80%;  vertical-align: middle; transition:0.5s linear 0.1s;}

.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 1s;}

.honor_list ul p{ width:90%; margin:0 auto;height:50px;line-height:50px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size:15px;}

.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#009944;}
.honor_list ul:hover img{ transform:scale(1.1); }
/*主营业务*/

.yewu_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:10px; padding-bottom:20px;}

.yewu_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f3f3f3;border-bottom:3px solid #cacaca;position:relative; padding-top:15px; border-radius:15px 15px 0px 0px;}
.yewu_list ul .pImg{display:block;width:230px;height:150px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.yewu_list ul img{width:230px; height:auto; max-height:1500px; 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:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; 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;}

/*成功案例*/
.case_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:20px; padding-bottom:20px;}

.case_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative; padding-top:15px; border-radius:15px 15px 0px 0px;}
.case_list ul .pImg{display:block;width:230px;height:230px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list ul img{width:230px; height:auto; max-height:230px; vertical-align: middle;}

.case_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list ul:hover:before{width:100%;background:#009944;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; 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;}

/*联系我们*/
.contact_content{width:1200px; height:auto; margin:0 auto; padding-top:50px; padding-bottom:30px; overflow:hidden; }

.contact_content .left{ width:560px; float:left; height:auto; overflow:hidden;}
.contact_content .left ul{ width:560px; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.contact_content .left ul h2{ font-size:24px; line-height:50px; padding-bottom:20px; border-bottom:2px solid #f3f3f3; color:#ff680c;}

.contact_content .left ul li{ font-size:16px; line-height:28px; padding-left:15px; margin-bottom:20px; margin-top:20px; text-justify:inter-ideograph; color:#333; display:block; overflow:hidden;}
.contact_content .left ul li strong{ height:100%; color:#009944; padding-right:10px; float:left;}

.contact_content .left ul li p{ float:left; width:370px; height:auto; height:auto; display:block; }


.contact_content .left ul li a{ color:#333;}
.contact_content .left ul li i{ float:left; line-height:28px; font-size:24px; padding-right:10px; color:#009944; display:block;}
.contact_content .left ul li strong{ display:block;}


.contact_content .left ul li dd { float:left; display:block; }
.contact_content .left ul li dd img{ display:block; float:left; width:140px; height:140px;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:20px; margin-right:15px;}
.contact_content .left .face h2{font-size:20px; line-height:50px; padding-bottom:20px;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:30px; margin-right:30px;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}

.contact_content .right{ width:630px; height:600px; float:right; background:#f3f3f3; overflow:auto; }
.contact_content .right iframe{ width:620px;}
.contact_content .right .content{ width:70%; min-width:88%; max-width:88%; display:none;}
.contact_content .mobile_liuyan{ display:none;}

/**/
.map{ width:1200px; height:500px; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:15px; margin-top:0px; margin-bottom:40px;}
.map #map{ width:100%; height:100%;}
.more_map{ width:1200px; height:auto; text-align:center; margin:0 auto; overflow:hidden; padding-bottom:20px;}
.more_map a{ width:165px; height:40px; line-height:40px; background:#ff680c; display:inline-table; color:#ffffff; font-size:15px;}
.more_map a:hover{ background:#009944;}

/*在线留言专用*/
.liuyan_content{ width:1200px; height:auto; margin:0 auto; min-height:50px; padding-top:50px; padding-bottom:50px;}
.liuyan_content .mobile_liuyan{ display:none;}


/*内页*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:30px; margin-top:50px;}
.tu_lei_main_l				{ width:300px; height:auto; float:left; overflow:hidden;} 

.tu_lei_main_l_t1			{ width:296px; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:0px; border:2px solid #f3f3f3; margin-top:0px; margin-bottom:30px; border-radius:15px;}

.tu_lei_main_l_t1_title		{ width:100%; height:50px; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px; background:#fff;}
.tu_lei_main_l_t1_title i{float:left; line-height:50px;color:#ff680c; font-size:30px; margin-right:15px;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:auto; height:50px; float:left; font-size:18px; color:#ff680c; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t1 .ce .no{ background:#009944; color:#fff;}
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none; border-top:1px solid #f3f3f3;}
.ce li i{ font-size:20px; float:left;line-height:20px; margin-right:5px;}
.ce li a{padding: 15px 10px 15px 20px;color:white;display:block;cursor:pointer; text-decoration:none; color:#3f3f3f; font-size:16px; transition:all 1.0s;}

.ce li a:hover{ background:#2c2c2c; color:#fff;}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#009944;}
.ce li .xuanze{ background:#f4f4f4; color:#009944;}

.er{ margin-bottom:0px; overflow:hidden; padding-left:8%;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:16px; }
.er li a{display:block; color:white;font-size:14px; padding:5px;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#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:#0075c5;}
.er .e_li .thr li a:hover{ background:#0075c5 ;}
.er .e_li .thr li .xuan{ background:#0075c5;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#0075c5;}
.er .e_li .thr li a:hover{background:#0075c5;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px;}
.tu_lei_main_l_t2_title		{ width:260px; height:50px; margin:0 10px; padding:0 10px; border-bottom:2px solid #009944;}
.tu_lei_main_l_t2_title i{float:left; line-height:40px;color:#3f3f3f; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:150px; height:50px; float:left; font-size:18px; color:#3f3f3f; line-height:40px;}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}


.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:20px; overflow:hidden;}


.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:10px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; height:auto; height:auto; font-size:26px; font-family:"微软雅黑";color:#3f3f3f; line-height:38px;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:15px; padding-bottom:5px;}
.neirong_title h1{ font-size:26px;}
.neirong_time{font-size:14px; font-family:"微软雅黑";color:#999; line-height:50px; word-spacing:8px; letter-spacing:1px; width:100%; height:auto; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:5px; margin-bottom:15px;}

.neirong_con{font-family:"微软雅黑";color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:300px; padding-bottom:15px; padding-top:20px; font-size:16px;}
.neirong_con img{max-width:100%; width:auto; height:auto;}
.neirong_con p{ line-height:30px;}
/**/

.images_list{width:266px; height:316px; float:left; background:#fff; margin-bottom:23px; margin-left:10px; margin-right:12px; border:1px solid #f3f3f3; transition:all 1.0s; border-radius:15px; overflow:hidden;}
.images_list dd{width:100%; height:266px; overflow:hidden; }
.images_list img{width:100%; height:266px; transition:1s linear 0.1s;	}
.images_list:hover img{ transform:scale(1.2); }
.images_list h2{width:90%; margin:0 auto; height:50px; line-height:50px; font-size:15px; font-weight:400; text-align:center; overflow:hidden;}
.images_list a{ color:#333; text-decoration:none;}
.images_list:hover{ background:#009944;}
.images_list:hover a{color:#fff;}

.pro_fanye{ margin-top:30px !important;}
/*产品内容*/

.product-top{width:870px; margin:0 auto; height:auto; overflow:hidden; padding-bottom:30px; }

#preview{ float:none; text-align:center; width:375px; float:left; margin-left:0px; margin-top:0px;}

.jqzoom{ width:375px; height:375px; position:relative; border:1px solid #eeeeee;}
.jqzoom img{width:100%; height:100%;}
.jqimg{ display:none;}

.zoomdiv{  height:800px; width:800px;}


#spec-n5{width:375px; height:70px;overflow:hidden; margin-top:20px;}
#spec-list{ width:100%; float:left; overflow:hidden;  display:inline-block; text-align:center;}
#spec-list ul{ width:100%;}
#spec-list ul li{  display:inline-block; width:60px; margin-left:10px; margin-right:10px;}
#spec-list ul li img{ padding:2px; border:1px solid #f3f3f3; width:60px; height:60px; }

/*jqzoom*/
.jqzoom{position:relative;padding:0; background:#fff; z-index:1;}

.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:600px;
background:#fff no-repeat center center;border:1px solid #e4e4e4;display:none;
text-align:center;overflow: hidden; background:#fff; }

.bigimg{width:800px;height:800px; display:block; z-index:12313; background:#fff; }

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move; }

/**/

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}
#spec-list .lish_on img{ border:2px solid #ff680c !important;padding:1px !important; }

.product-top-right{ width:450px; height:auto; float:right; overflow:hidden; }
.product-top-right h2{ font-size:16px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:50px; padding-left:30px; color:#009944; font-family:"xihei";}
.product-top-right h2 a{ color:#999;}
.product-top-right h2 a:hover{ color:#009944;}
.product-top-right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:30px; padding-top:15px; padding-bottom:15px; font-weight:800;}
.product-top-right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:25px; height:80px; overflow:hidden;}
.product-top-right h4 a{ width:150px; height:35px; display:block; background:#009944; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product-top-right h4 a i{ padding-left:10px;}

.product-top-right .lx{ width:450px; font-size:14px; font-weight:300;  line-height:26px;  height:210px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; margin-top:30px; }
.product-top-right .lx .tedian{ padding-top:0px; padding-bottom:30px; padding-left:30px; padding-right:30px;}
.product-top-right .lx p{ font-size:14px;  color:#575757; text-align:justify; text-justify:inter-ideograph;}
.product-top-right .lx p span{ color:#009944;}

/*放大镜结束*/

.product_content_top{width:1200px; height:auto; margin:0 auto; overflow:hidden;  display:none;} 
.product_content_top .left{ width:600px; height:500px; float:left; overflow:hidden; }

.product_content_list{width:600px; height:auto; margin:0 auto; overflow:hidden; }

.product_content_list .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.product_content_list .swiper-wrapper{width:100%; margin:0 auto; }
.product_content_list .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.product_content_list .swiper-slide ul{width:500px; height:375px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left; overflow:hidden; margin-left:50px; margin-top:60px;}

.product_content_list .swiper-slide ul img{  width:100%;height:100%;}
.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:20px;}
.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product_content_list .swiper-pagination-bullet-active{ background:#3f3f73;}
.product_content_list .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:0px; }
.product_content_list .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.product_content_list .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:0px;}
.product_content_list .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.product_content_top .right{ width:500px; height:500px; float:right; overflow:hidden; }
.product_content_top .right h2{ font-size:25px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px; color:#009944}
.product_content_top .right h2 a{ color:#333;}
.product_content_top .right h2 a:hover{ color:#009944;}
.product_content_top .right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px;}
.product_content_top .right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:25px; height:80px; overflow:hidden;}
.product_content_top .right h4 a{ width:150px; height:35px; display:block; background:#009944; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:470px; font-size:14px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:30px; padding-left:30px; height:240px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; }
.product_content_top .right .lx p{ font-size:14px; padding-top:30px; color:#575757; padding-bottom:30px;}
.product_content_top .right .lx p span{ color:#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:100px; height:auto; overflow:hidden; margin:0 auto; margin-top:10px;}
.product_content_content h2{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:400; color:#333; overflow:hidden; border-bottom:1px solid #eaeaea;  text-indent:2%; background:#f3f3f3; }
.product_content_content h2 strong{font-family:"xihei"; font-family:800;}
.product_content_content h2 i{color:#009944; padding-right:15px; font-family:300; }

.chanpin_content{ width:100%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:10px; min-height:200px;}
.chanpin_content p{ line-height:30px;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:40px; overflow:hidden; margin-top:15px; border-top:1px solid #dadada; margin-bottom:0px; padding-top:10px; overflow:hidden;}
.xiayiye p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; padding-left:20px; margin-top:5px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#009944;}

/*新闻内容*/
.new_content_all{ padding-bottom:10px;}
.new_content_title{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:40px; padding-top:50px;}
.new_content_title h2{ font-size:30px;}
.new_content_time{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:30px;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:1rem;}

.shebeizhanshi_xinxi{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:10px; border-bottom:2px solid #f3f3f3; padding-bottom:10px; border-top:2px solid #f3f3f3; margin-top:30px;}
.shebeizhanshi_xinxi p{ font-size:16px; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:18px;}

.new_content { width: 1150px; margin:0 auto; min-height:200px;background:none; overflow:hidden; padding-top:30px; padding-bottom:30px; font-size:15px; line-height:30px; color:#333; text-align:justify; text-justify:inter-ideograph;}
.new_content p{ line-height:30px; color:#333; font-size:15px;}
.new_content img{ max-width:100%; width:auto; height:auto;}


.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:30px; width:1200px; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:20px; margin-top:30px; margin-bottom:10px;}
.neirong_next1 p				{ width:50%; float:left; overflow:hidden; line-height:30px;}
.neirong_next1 p i{ font-size:20px; float:left; padding-right:10px;}
.neirong_next1 p.np1			{ text-align:right; }
.neirong_next1 p.np1 i{ float:right;padding-left:10px;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:14px; font-family:"微软雅黑";color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#009944; text-decoration:underline;}


/*搜索结果*/
/*搜索*/
.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#009944;}