.wrap{
	width: 100%;
	min-width: 1200px;
}
.w1200{
	width: 1200px;
	margin: 0 auto; 
}
img{
	vertical-align: middle;
}
.top{
	line-height: 80px;
	height: 80px;
	text-align: center;
	color: white;
	background: #7cb530;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
.top li{
	display: inline-block;
	vertical-align: top;
}
.top_total{
	width: 100%;
	height: 100%;
}
.top li.c{
	position: relative;
	width: 100px;
	height: 100%;;
	text-align: center;
	z-index: 1;
}
.top li.c:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #06c2b3;
	border-bottom: solid 5px #eeee;
	box-sizing: border-box;
	transform:rotateY(270deg);
	transition: 0.5s;
}
.top li.c:hover:after{
	content: '';
	transform:rotateY(180deg);
}
.top_total_one{
	width: 224px;
	height: 224px;
	line-height: 224px;
	border-radius: 50%;
	background: white;
	text-align: center;
	margin-top: -46px;
	box-shadow: 0px 5px 10px #888888;
}
.top_total_one img{
	transition: 1s;
}
.top_total_one:hover img{
	transform: scale(1.1);
}
.top_total_two{
	margin-right: -130px;
}
.banner{
	margin-top: 80px;
}
.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .bd{ position:relative; width: 100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.about{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 1400px;
    background-attachment: fixed;
    background-image: url(../image/about.jpg);
    box-sizing: border-box;
    overflow: hidden;
}
.x_about{
	margin-top: 44px;
}
.l_about{
	width: 534px;
}
.l_about_one{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 44px;
}
.l_about_two{
	width: 2px;
	height: 48px;
	background: #fdb300;
	margin-top: 12px;
}
.l_about_three span{
	font-size: 'Arial';
	font-size: 24px;
	display: block;
	margin-top: 33px;
}
.l_about_three div{
	font-size: 24px;
	margin-top: 9px;
}
.l_about_foru{
	font-size: 18px;
	font-weight: 300;
	opacity: 0.6;
	margin-top: 18px;
	line-height: 26px;
}
.l_about_fove{
	width: 199px;
	line-height: 57px;
	height: 57px;
	text-align: center;
	border: solid 1px #c5c5c6;
	margin-top: 27px;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.l_about_fove:after{
	content: '';
	width: 0;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #7cb530;
	transition: 1s;
}
.l_about_fove:hover{
	color: white;
}
.l_about_fove:hover:after{
	content: '';
	width: 100%;
}
.r_about{
	margin-top: 32px;
}
.product{
	margin-top: 76px;
}
.l_pro .hd{
	margin-top: 75px;
}
.l_pro .pageState{
	font-family: 'Arial';
	font-size: 30px;
}
.l_pro .pageState span{
	font-weight: bold;
}
.l_pro_one{
	margin-top: 28px;
	width: 175px;
	height: 35px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.l_pro_one li{
	width: 100%;
	height: 100%;
	position: absolute;
	top:35px;
	left: 0;
	font-size: 24px;
	transition: 1s;
	opacity: 0;
}
.l_pro_one li.on{
	top:0px;
	opacity: 1;
}
.l_pro .l_about_fove{
	margin-bottom: 33px;
}
.l_pro .arrow{
	text-align: center;
}
.l_pro .arrow a{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 63px;
	display: block;
	float: left;
	box-shadow:3px 2px 5px #888888;
	margin-right: 30px;
	transition: 1s;
	cursor: pointer;
}
.l_pro .arrow a:hover{
	background: #7cb530;
	color: white;
}
.r_pro{
	width: 950px;
}
.r_pro_total{
	width: 100%;
    text-align: center;
}
.r_pro_total li{
	width: 30%;
	display: inline-block;
	margin: 0 12px;
	border: solid 1px #eeee;
	margin-bottom: 30px;
}
.r_pro_total li img{
	width: 100%;
}
.r_pro_two{
	margin-top: 20px;
}
.contact{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 421px;
    background-attachment: fixed;
    background-image: url(../image/contact.jpg);
    box-sizing: border-box;
    overflow: hidden;
}
.contact input{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
.contact textarea{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
textarea{
    resize: none;
}
/* WebKit browsers */
.contact input::-webkit-input-placeholder {
    color: white;
}
/* Mozilla Firefox 4 to 18 */
.contact input:-moz-placeholder {
   color: white;
}
/* Mozilla Firefox 19+ */
.contact input::-moz-placeholder {
    color: white;
}
/* Internet Explorer 10+ */
.contact input:-ms-input-placeholder {
   color: white;
}
/* WebKit browsers */
.contact textarea::-webkit-input-placeholder {
    color: white;
}
/* Mozilla Firefox 4 to 18 */
.contact textarea:-moz-placeholder {
   color: white;
}
/* Mozilla Firefox 19+ */
.contact textarea::-moz-placeholder {
    color: white;
}
/* Internet Explorer 10+ */
.contact textarea:-ms-input-placeholder {
   color: white;
}


.x_contact{
	margin-top: 73px;
}
.contact .text_one{
	width: 578px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #cecece;
	text-indent: 17px;
	font-size: 16px;
	color: white;
}
.contact .text_two{
	width: 100%;
	height: 137px;
	border: solid 1px #cecece;
	margin-top: 35px;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-top: 24px;
	box-sizing: border-box;
	overflow: hidden;
	text-indent: 17px;
	color: white;
}
.contact .text_three{
	width: 161px;
	height: 55px;
	background: #fdb300;
	color: white;
	text-align: center;
	line-height: 55px;
	margin: 0 auto;
	margin-top: 26px;
}
.foot_one{
	line-height: 110px;
	background: #2e2e2e;
	border-bottom: solid 1px #434343;
	box-sizing: border-box;
	overflow: hidden;
}
.foot_two{
	background: #2e2e2e;
	border-bottom: solid 1px #434343;
	color: white;
	padding-bottom: 35px;
	box-sizing: border-box;
	overflow: hidden;
}
.foot_two_total{
	font-size: 0;
}
.foot_two_total li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	position: relative;
}
.foot_two_total li:after{
	content: '';
	width: 1px;
	height: 49px;
	background: #979797;
	position: absolute;
	top: 52px;
	right: 0;
}
.foot_two_total li:last-child:after{
	content: '';
	display: none;
}
.foot_two_total_one{
	width: 398px;
	padding-top: 45px;
}
.foot_two_total_one li{
	width: 32%;
	text-align: left;
	line-height: 32px;
}
.foot_two_total_one li:after{
	content: '';
	display: none;
}
.foot_two_total_two{
	width: 590px;
	padding-top: 43px;
}
.foot_two_total_two div{
	display: inline-block;
	width: 50%;
	text-align: left;
	line-height: 32px;
}
.foot_two_total_two div.on{
	text-indent: 20px;
	width: 40%;
}
.foot_two_total_three{
	text-align: center;
	padding-top: 47px;
}
.foot_three{
	background: #2e2e2e;
	color: white;
	line-height: 56px;
	font-size: 16px;
}
/*within_product*/

.l_product_one ul li{

	width: 285px;

	display: inline-block;

	margin-right: 14px;

}

.l_product_one_total{

	position: relative;

}
.l_product_one_img{
	width: 100%;
	
	height: 100%;
}
.l_product_one_total img{

	width: 100%;

}

.l_product_one_word{

	position: absolute;

	top: 0;

	left:0;

	width: 100%;

	background: rgba(0,0,0,0.5);

	color: white;

	text-align: center;

	height: 0px;

	transition: 1s;

	box-sizing: border-box;

	overflow: hidden;

}

.l_product_one_total:hover .l_product_one_word{

	height: 100%;

}

.l_product_one_total:hover .l_product_one_one{

	transform: translateX(0px);

}

.l_product_one_total:hover .l_product_one_two{

	transform: translateX(0px);

}

.l_product_one_one{

	font-size: 25px;

	padding-top:30%;

	transform: translateX(231px);

	transition: 1s;

}

.l_product_one_one span{

	font-size: 16px;

	display: block;

	padding-top: 6px;

}

.l_product_one_two{

	font-size: 14px;

	width: 102px;

	line-height: 36px;

	border-radius:20px;

	background: #7cb530;

	margin: 0 auto;

	margin-top:12px;

	transform: translateX(-231px);

	transition: 1s;

}

.within_total{

	background: url(../image/bei.jpg) right;

	padding-top: 99px;

	padding-bottom: 58px;

}

.l_within_total{

	width: 237px;

}

.l_within_total_title{

	font-size: 35px;

	font-weight: bold;

	padding-bottom: 16px;

}

.l_within_total_title span{

	display: block;

	font-family: 'Arial';

	font-size: 24px;

	padding-top: 8px;

}

.l_within_total_one{

	background: white;

}

.l_within_total_one li{

	line-height: 57px;

	padding-left: 59px;

	font-size: 16px;

	border-bottom: solid 1px #ededed;

	position: relative;

	z-index: 10;

}
.l_within_total_two{
	position: absolute;
	top: 0;
	left:237px;
	width: 237px;
	z-index: -1;
	background: white;
	transition: 1s;
	/*opacity: 0;*/
	transform: translateX(-237px);
	opacity: 0;
}
.l_within_total_one li .l_within_total_two li{
	color: #000000;
}
.l_within_total_one li .l_within_total_two li:hover{
	color: white;
}
.l_within_total_one li.one{

	background: #7cb530;

	color: white;

}

.l_within_total_one li:hover .l_within_total_two{
	transform: translateX(0px);
	opacity: 1;
}

.l_within_total_one li:hover{

	background: #7cb530;

	color: white;

}
.l_within_total_one li.on{

	background: #7cb530;

	color: white;

}
.l_within_total_word{

	background: url(../image/within_total.jpg) center center no-repeat;

	font-size: 14px;

	line-height: 24px;

	padding-left: 20px;

	padding-top: 22px;

	padding-bottom: 24px;

}

.r_within_product{

	width: 903px;

}

.within_product_title{

	padding-bottom: 16px;

	border-bottom: solid 1px #adadad;

}

.within_product_title .fl span{

	display: block;

	padding-top: 14px;

	position: relative;

	padding-left: 18px;

	width: 254px;

}

.within_product_title .fl div{
	font-family: 'Arial';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 45px;
}

.within_product_title .fl span:after{

	content: '';

	width: 30px;

	height: 1px;

	background: #909090;

	position: absolute;

	top:17px;

	right:135px;

}

.within_product_title .fr{

	font-size: 16px;

	padding-top: 61px;

	padding-right: 8px;

}

.within_product_total{

	padding-top: 28px;

}

.within_product_total li{

	width: 284px;

	display:inline-block;

	margin: 0 5px;

	margin-bottom: 27px;
	
	border: solid 1px #eeee;

}

/*within_about*/

.l_within_total_one1{

	background: white;

	text-align: center;

}

.l_within_total_one1 li{

	padding-top:98px;

	padding-bottom: 15px;

	border-bottom: solid 1px #eeeeee;

	font-size: 16px;

}

.one_v1{

	background: url(../image/l_about_total3.png) center center no-repeat;

}

.one_v2{

	background: url(../image/l_about_total1.png) center center no-repeat;

}

.one_v3{

	background: url(../image/l_about_total2.png) center center no-repeat;

}

.l_within_total_one1 li.one_v1:hover{

	background: url(../image/l_about_total6.png) center center no-repeat #7cb530;

	color: white;

}

.l_within_total_one1 li.one_v2:hover{

	background: url(../image/l_about_total4.png) center center no-repeat #7cb530;

	color: white;

}

.l_within_total_one1 li.one_v3:hover{

	background: url(../image/l_about_total5.png) center center no-repeat #7cb530;

	color: white;

}
.l_within_total_one1 li.one_v1.on{

	background: url(../image/l_about_total6.png) center center no-repeat #7cb530;

	color: white;

}

.l_within_total_one1 li.one_v2.on{

	background: url(../image/l_about_total4.png) center center no-repeat #7cb530;

	color: white;

}

.l_within_total_one1 li.one_v3.on{

	background: url(../image/l_about_total5.png) center center no-repeat #7cb530;

	color: white;

}
.within_about_word{

	width: 858px;

	margin: 0 auto;

	padding-top: 33px;

	font-size: 16px;

	line-height: 28px;

	color: #221815;

}

/*within_news*/

.r_within_product .r_news_total{

	width: 504px;

}

.r_within_product .r_news_total_two{

	width: 417px;

	padding-top: 21px;

	line-height: 30px;

}

.r_within_product .r_news_total_two span{

	margin-right: -103px;

	margin-top: -8px;

}

/*within_contact*/

.__contact{

  padding-top: 8px;

  font-size: 14px !important;

  font-family: '微软雅黑';

  padding-left: 25px;

}

.__contact .top{

    padding-bottom: 25px;

    /*border-bottom: 1px dotted black;*/

}

.__contact .top li{

    list-style-position: inside;

}

.__contact .top ul{

    float: left;

    overflow: hidden;

    padding: 0px 20px;

    margin-top: 20px;

    padding-right: 50px;

}

.__contact .search button{

   

}

.__contact ul li{

    padding-left: 28px;

}

.__contact .map_contact{

    width: 678px;

    height: 309px;

}

.__contact .form input{

    display: inline-block;

    width: 318px;

    margin-right: 18px;

    /*height: 48px;*/

    border:1px solid #dadbdc;

    padding:15px;

    color: #999;

    background: #fafafa;

}

.__contact .form textarea{

    display: inline-block;

    width: 1088px;

    height: 243px;

    margin-top: 20px;

    background: #fafafa;

    border:1px solid #dadbdc;

    font-size: 14px;

}

.__contact .img-l,.img-r{

    display: block;

}

.__contact .img-l{

    margin-left: 45px;

    margin-bottom: 15px;

}

.__contact .img-r{

    float: right;

    margin-right: 62px;

}

.__contact{

    /*padding-top: 68px;*/

    overflow: hidden;

    padding-bottom: 25px;

    margin-bottom: 10px;

    width: 1100px;

    margin:auto;

}

.__contact p,.__contact li{

    font-size: 16px;

    line-height: 30px;

    font-weight: lighter;

}

::-webkit-input-placeholder{

    font-family: "微软雅黑";

};

::input-placeholder{

    font-family: "微软雅黑";

}

.pages{

	text-align: center;

	padding-top: 40px;

}

.pages li{

	display: inline-block;	

	padding: 5px 10px; 

	border:solid 1px #ededed;

	margin: 0 5px;

	background: white;

}

.pages li.c{

	background:#7cb530;

	color: white;

}

.__list{

	width: 100%;

	padding-top:60px;

}

.__list h2{

	font-size: 30px;

	width: 80%;

	margin: auto;

	text-align: center;

}

.__list .b_time{

	font-size: 12px;

    width: 100%;

    margin: auto;

    text-align: center;

    padding: 10px 0;

    border-bottom: 1px solid #ccc;

    margin-bottom: 20px;

}

.__list .thumb{

	width: 80%;

    display: block;

    margin: auto;

}

.__list .b_des{

	border-bottom: 1px solid #ccc;

    padding: 20px 0;

    padding-left: 20px;

}

.jiathis_style{

	float: right;

}

.b_foot{

	padding-top: 10px;

	opacity: 0.5;

	font-size: 14px;

	line-height: 24px;

}
.news_total{

	padding-top: 23px;

}

.news_total li{

	margin-bottom: 10px;

}

.news_total li:hover .x_news_total{

	box-shadow: 5px 5px 25px #060001;

}

.x_news_total{

	background: white;

	padding: 15px 83px 17px 22px;

	transition: 1s;

}

.r_news_total{

	width: 773px;

}

.r_news_total_one{

	font-size: 16px;

	font-weight: bold;

	padding-top: 37px;

}

.r_news_total_one span{

	float: right;

}

.r_news_total_two{

	font-size: 14px;

	line-height: 24px;

	padding-top: 33px;

	width: 617px;

}

.r_news_total_two span{

	display: block;

	width: 104px;

	line-height: 33px;

	border: solid 1px #b1b1b1;

	text-align: center;

	font-size: 14px;

	color: #b4b2b2;

	border-radius: 50px;

	float: right;

	margin-right: -170px;

	margin-top: -20px;

}