@charset "utf-8";
/* CSS Document */
*{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
body{
	margin: 0;
	padding: 0;
	
}
ul,li,dd,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,li,dd,dl{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{
	border: none;
/*	display: block;*/
   
}
input{
	border: none;
}
textarea{
	border: none;
	resize: none;
}
p{
	color: #000;
}
.clear{
	clear: both;
}
.headbg{
	width: 100%;
}
.head{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 50%;
}
.carousel-indicators .active{
	 margin: 0px 5px;
}
.logobg{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	float: left;
	left: 50px;
	text-align: center;
	padding-top: 30px;
	top:-20px;
	z-index: 999;
}
.nav_ul{
	margin-left: 192px;
	
}
.nav_ul li{
	float: left;
	margin: 20px 25px;
}
.nav_ul li a{
	color: #919191;
	font-size: 16px;
}
.nav_ul li a:hover{
	color: #116b38;
}
.nav_ul .on a{
	color: #116b38;
}
.ming{
	border-left: 2px solid #116b38;
	float: right;
	padding: 0 10px;
	margin-top: 22px;
}
.ming h1{
	font-size: 16px;
	color: #116b38;
}
.slider-main li img{
	width: 100vw;
}
.slider{
	width: 100%!important;
	/*margin-top: 68px;*/
}
/* 切换按钮 */
    /* 上一个 */
.osSlider-main .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    margin-top: -20px;
    background:url(../images/11.png) no-repeat;
    transition: all .5s linear;
	background-size: cover;
}

.osSlider-main:hover .slider-btn-prev {
    left:36px;
}
    /* 下一个 */
.osSlider-main .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    margin-top: -20px;
    background:url(../images/22.png) no-repeat;
    transition: all .5s linear;
	background-size: cover;
}

.osSlider-main:hover .slider-btn-next {
    right:36px;
}
/* 高亮导航部分 */
.osSlider-main .slider-nav {
    position: absolute;
    width:100%;
    height: 22px;
    bottom: 66px;
    text-align: center;
    z-index: 25;
}
.osSlider-main .slider-nav li {
    display: inline-block;
    height: 18px;
    width: 18px;
	margin: 0 25px;
	border-radius: 50%;
    background: #fff;
    cursor: pointer;
	font-size: 0;
	opacity: 0.4;
}
.osSlider-main .slider-nav li.active {
    background: none;
	background: #ffffff;
	opacity: 1;
}
.osSlider-main .slider-nav li:hover {
    background: none;
    background: #ffffff;
	opacity: 1;
}
.productbg{
	background: url(../images/others/newbg_01.jpg) no-repeat;
	width: 100%;
	height:1170px;
	background-size: cover;
}
.product{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.product h1{
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	color: #1e1e1e;
	background: url(../images/others/title1.png) no-repeat;
	width: 450px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}
.pro_ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.ly_img{
	width: 262px;
	height: 262px;
	overflow: hidden;
	position: relative;
	margin: 20px 19px;
}
.ly_img img{
	width: 100%;
	transition: all 0.5s ease 0s;
}
.ly_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17,107,56,0.5);
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease 0s;
	transform: scale(0,0);
	cursor: pointer;
}
.ly_img:hover img{
	transform: scale(1.2,1.2);
}
.ly_img:hover .ly_box{
	transform: scale(1,1);
}
/*.ly_img img{
	width: 300px;
	height: 300px;
}*/
.product h2{
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 40px;
	background-color: #eb6100;
	line-height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.abbox{
	background: url(../images/others/bgga.jpg);
}
.aboutbg{
	background:url(../images/bg2.png) no-repeat;
	width: 100%;
	overflow: hidden;
}
.aboutbg h1{
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	color: #1e1e1e;
	background: url(../images/others/title.png) no-repeat;
	width: 406px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
}
.aboutimg{
	float: left;
	overflow: hidden;
	width: 45%;
}
.aboutimg img{
	width: 570px;
	height: 400px;
	overflow:hidden;
	transition: all 0.8s ease 0s;
}
.aboutp{
	float: right;
	padding-bottom: 70px;
	width: 55%;
	padding:0 20px;
}
.aboutp span{
    width: 27px;
	height: 2px;
	background-color: #68c132;
	display: block;	
	margin-top: 55px;
}
.aboutp div{
    padding-right: 50px;
/*	width: 930px;*/
	margin-top: 0px;
	color: #454545;
	font-size: 15px;
	word-break: break-all;
}
/*.aboutp p:hover{
	color: #68c132;
}*/
.introductionbg{
	background: url(../images/others/newbg_02.jpg);
	width: 100%;
}
.introduction{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	text-align:center;
}
.introduction h1{
	text-align: center;
	font-size: 16px;
	color: #1e1e1e;
	background: url(../images/others/title2.png) no-repeat;
	width: 406px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.introduction_ul{
	margin-top: 34px;
	padding: 0 31px;
}
.introduction_ul li{
	width: 332px;
	margin: 0 20px;
	float: left;
	margin-top: 32px;
}
.introduction_ul li img{
	width: 332px;
	height: 262px;
	overflow: hidden;
	cursor: pointer;
}
.introduction_ul li p{
	width: 332px;
	height: 140px;
	background-color: #ebebeb;
	/*padding-top: 24px;
	padding-left: 40px;
	padding-right: 40px;*/
	padding: 20px 40px;
	overflow: hidden;
	color: #454545;
	font-family: 14px;
}
.introduction_ul li:hover{

 /* background-color: rgb(104, 193, 50);*/
  box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.59);
}
.introduction_ul li:hover p{
	background-color: #116b38;
	color: #ffffff;
	cursor: pointer;
}
.introduction h2{
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 40px;
	background-color: #eb6100;
	line-height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	margin-top: 30px;
	cursor: pointer;
}
.footerbg{
	width: 100%;
	height: 266px;
	background-color: #4e4e4e;
}
.foot{
	width: 1200px;
	margin: 0 auto;
}
.foot_left{
	float: left;
	padding-left: 84px;
}
.foot_ul{
	margin-left: -25px;
	margin-top: 110px;
}
.foot_ul li{
	float: left;
	padding: 0 25px;
	border-right: 1px #919191 solid;
	line-height: 15px;
}
.foot_ul li a{
	font-size: 16px;
	color: #919191;
	/*line-height: 16px;*/
}
.foot_ul li:last-child{
	border-right: none;
}
.la{
	margin-top: 36px;
}
.la h2{
	font-size: 13px;
	color: #919191;
	float: left;
	margin-right: 56px;
	margin-top: 30px;
}
.la h2 img{
	margin-right: 20px;
}
.foot_right{
	float: right;
	padding-right: 120px;
	margin-top: 70px;
}
.foot_right img{
	width: 124px;
	height: 124px;
	overflow: hidden;
}
.foot_right h3{
	font-size: 13px;
	color: #919191;
	margin-top: 20px;
}
.banquanbg{
	width: 100%;
	height: 70px;
}
.banquanbg p{
	text-align: center;
	line-height: 70px;
	color: #b9b9b9;
	font-size: 14px;
	background-color: #7d7d7d;
}
.banner{
	width: 100%;
}
/*.banner img{
	width: 100%;
	height: 780px;
}*/
.proxqbg{
	width: 100%;
	/*margin-bottom: 100px;*/
}
.proxq{
	width: 1200px;
	margin: 0 auto;
	text-align:center;
}
.title{
	margin-left: auto;
	margin-right: auto;
}
.title h1{
	text-align: center;
	color: #1e1e1e;
	font-size: 18px;
	margin-top: 40px;
	margin-left: 5px;
}
.title img{
	margin-left: auto;
	margin-right: auto;
	width: 398px;
	height: 3px;
	display: block;
	margin-top: 20px;
}
.xqimg{
	text-align: center;
}
.xqimg img{
    box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.59);
	text-align: center;
    margin-top: 48px;
	margin-bottom: 40px;
}
.xq div{
	width: 1080px;
	margin: 0 auto;
	font-size: 14px;
	color: #454545;
	line-height: 22px;
}
.bannerh{
	width: 100%;
}
.bannerh img{
	width: 100%;
	/*height: 400px;*/
}
.abbox{
	padding-top: 40px;
	padding-bottom: 50px;
}
.aboutsbg{
	width: 100%;
}
.abouts{
	width: 1200px;
	margin: 0 auto;
	padding: 0 68px;
}
.abouts h1{
	text-align: center;
	font-size: 16px;
	color: #1e1e1e;
	background: url(../images/others/title.png) no-repeat;
	width: 406px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 24px;
	/*background-size: cover;*/
}
.aboutsp{
	margin-top: 36px;
}
.aboutsp img{
	margin: 0 12px;
}
.aboutsp span{
	width: 3px;
	height: 13px;
	background-color: #6dc43d;
	display: block;
	float: left;
}
.aboutsp div{
	font-size: 16px;
	color: #646464;
	position: relative;
	/*margin-top: -16px;*/
	padding-left: 15px; 
}
.aboutsp div p{
	color: #646464;
}
.aboutsp div.adsow::before{
	position:absolute;
	top: 0;
	left: 0px;
	content: "▏";
	color: #116b38;
}
.ab_ul{
	padding-top: 90px;
	width: 1200px;
	margin: 0 auto;
	padding-left: 58px;
}
.ab_ul li{
	float: left;
	margin: 0 12px;
	width: 342px;
	height: 336px;
}
.abimg img{
	width: 342px;
	height: 336px;
}
.ab_ul li:hover{
  background-color: rgb(145, 145, 145);
  box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.82);
  cursor: pointer;
}
.newsbg{
	width: 100%;
	margin-bottom: 100px;
}
.news{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.news h1{
	text-align: center;
	font-size: 16px;
	color: #1e1e1e;
	background: url(../images/others/title.png) no-repeat;
	width: 406px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 24px;
}
.contactbg{
	width: 100%;
	margin-bottom: 100px;
}
.contact{
	width: 1200px;
	margin: 0 auto;
}
.faqbox{
	background: url(../images/others/bgga.jpg);
	padding-top:40px;
	padding-bottom:0px;
}
.faq{
	width: 1200px;
	margin: 0 auto;
	text-align:center;
}
.faq p{
	margin: 20px 100px 5px 105px;
	text-align:left;
	font-size:16px;
}
.detailimg{
	text-align:center;
	margin:10px;
}
.detailimg img{
	width:250px;
	height:250px;
	margin:15px;
}
.datatb{
	border-collapse:collapse;
	margin:0 auto;
}
.datatb th{
	border:solid 1px #555;
	padding: 5px;
	font-weight:bold;
	background-color:#aaa;
	font-size:15px;
}
.datatb td{
	border:solid 1px #555;
	padding: 5px;
	background-color:#ccc;
	text-align:left;
	font-size:15px;
	vertical-align:top;
}
.con_ul{
	margin-top: 90px;
	margin-left: 51px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.concic{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #ebebeb;
	overflow: hidden;
	transition: all 0.1s ease 0s;
}
.con_ul li{
	width: 160px;
	/*float: left;
	margin: 0 31px;*/
}
.concic img{
	text-align: center;
    margin-left: 48px;
	margin-top: 48px;
}
/*
.concic img:nth-child(2){
	display: none;
}
*/
.con_ul li h1{
	font-size: 16px;
	color: #1e1e1e;
	text-align: center;
	margin-top: 50px;
}
.con_ul li span{
	width: 40px;
	height: 2px;
	background-color: #116b38;
	display: block;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
}
.con_ul li h2{
	text-align: center;
	color: #636363;
	font-size: 14px;
	margin-top: 20px;
	height: 200px;
	line-height: 22px;
}
.move{
	height: 340px;
	transition: all 0.5s ease 0s;
}
.con_ul li:hover .concic{
	background-color: #116b38;
}
.con_ul li:hover .concic .move{
	margin-top: -108px;
}
.productsbg{
	width: 100%;
	padding-bottom: 100px;
}
.products{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.tt h1{
	font-size: 16px;
	color: #6c6c6c;
	text-align: center;
}
.tt h2{
	margin-top:5px;
	text-align: center;
}
.protit_ul{
	/*border: 1px solid #d9d9d9;*/
	width: 1140px;
	height: 54px;
	padding-left: 70px;
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.3);
}
.protit_ul li{
	float: left;
	margin: 0 80px;
	padding-top: 16px;
	padding-bottom: 7px;
	
}
.protit_ul .gsg{
	border-bottom: 2px solid #116b38;
}
.protit_ul li:hover{
	border-bottom: 2px solid #116b38;
}
.protit_ul li a{
	font-size: 14px;
	color: #4e4e4e;
}
.proo{
	margin-top: 26px;
}
.prooleft{
	float: left;
	margin-right: 18px;
}
.proo_ul{
	width: 232px;
	/*border: 1px solid #cccccc;*/
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#fff;
}
.proo_ul li{
	padding: 15px 0;
	text-align: left;
	padding-left: 20px;
}
.proo_ul li a{
	color: #6c6c6c;
	font-size: 14px;
}
.proo_ul li:hover{
	background-color: #116b38;
}
.proo_ul li:hover a{
	color: #fff;
}
.proo_ul .onn a{
	color: #fff;
}
.proo_ul li.onn{
	background-color: #116b38;
}
.prooright{
	padding-top: 20px;
	overflow: hidden;
	float: right;
	width: 950px;
}

.aboutbox{
	padding-top:40px;
	padding-bottom:0px;
	background:url(../images/others/bgga.jpg)
}
.aboutpage{
	margin-top: 26px;
	width:1200px;
	margin:0 auto;
}
.aboutpageleft{
	float: left;
	margin-right: 18px;
}
.aboutpage_ul{
	width: 180px;
	/*border: 1px solid #cccccc;*/
	border-radius: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}
.aboutpage_ul li{
	padding: 10px 0;
	text-align: left;
	padding-left: 20px;
}
.aboutpage_ul li a{
	color: #000;
	font-size: 14px;
}
.aboutpage_ul li:hover{
	background-color: #3CF;
}
.aboutpage_ul li:hover a{
	color: #fff;
}
.aboutpage_ul .onn a{
	color: #fff;
}
.aboutpage_ul li.onn{
	background-color: #3CF;
}
.aboutpageright{
	padding-top: 20px;
	overflow: hidden;
	float: right;
	width: 1000px;
}
.aboutpageright h1{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:20px;
}
.probox_ul li{
	float: left;
	margin: 0 30px;
	margin-bottom: 48px;
}
.probox_ul li img{
	width: 246px;
	height: 234px;
	cursor: pointer;
}
.probox_ul li h1{
	text-align: center;
	width: 246px;
	height: 48px;
	line-height: 48px;
	color: #676767;
	font-size: 14px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.probox_ul li:hover{ 
  box-shadow: 0px 3px 26.46px 0.54px rgba(188, 188, 188, 0.59);
}
.probox_ul li:hover h1{
	color: #fff;
	background-color: #116b38;
    cursor: pointer;
}
.carousel-control.left,.carousel-control.right{
	background:transparent;
}
.glyphicon-chevron-right:before{
	content:"";
}
.glyphicon-chevron-left:before{
	content:"";
}