* {
    margin: 0;
    padding: 0;
}
a:hover{
	text-decoration:none;}
p {
    margin-top: 0;
    margin-bottom: 0;
}
li {list-style-type:none;
display: inline;
display:inline-block;
margin-right: 10px; 
}	

/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}

/*主导航*/
#mainMenu{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);	
    border-top: 5px solid #ffc107;
	position: fixed;
    z-index: 999;
    background-color: #fff;
}

#mainMenu a{
    color: #000;
	padding: 0;
}

#mainMenu ul{
    list-style-type: none;
}

#mainMenu ul li{
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li i{
    transform: scale(0.7);
    color: #72a603;
    font-size: 18px;
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .secondMenu{
    position: absolute;
    left: -10px;
    top: 55px;
    background: #fff;
/*    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);*/
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
	border-bottom:4px solid #72a603;
    /*二级导航动画*/
}

#mainMenu .secondMenu a{
    display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 15px;
    line-height: 26px;
}
#mainMenu .secondMenu a:hover{
	color:#72a603;}


/* ==轮播== */
#lbwenzi{
    bottom: 23%;
	text-align:left;
	width:600px;
	margin-left:80px;
	padding-left:40px;
	background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);	
    padding-top: 40px;
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
	padding-bottom: 40px;
}
.carousel-inner .zii h1{
	color:#72a085;}
.carousel-inner .zii span{
	color:#72a085;}	

#lbwenzi h1{
    font-weight: bold;
   font-size: 56px;    
}
#lbwenzi h1 b{
	color:#e60012;}
#lbwenzi p{
    font-size: 18px;
    padding-top: 10px;
	line-height:40px;
	font-weight: 100;
    font-family:Oswald-Medium;
	letter-spacing: 2px;
}
#lbwenzi span{
	font-size: 16px;
    line-height: 27px;
	display:block;
	overflow:hidden;
	margin-top:6px;
	
	 }
.xian{
	width:160px;
	height:45px;
	display:block;
	overflow:hidden;
	background:#e77306;
	color:#FFF;	
	text-align:center;
	line-height:45px;
	margin-top:40px;
	font-family:Oswald-Medium;
}
 .xian:hover{
	background:#1272cb;
	color: #fff;
	}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}

/* ==简介== */
#jianjie0 .container{
	padding-top:20px;
	color: #3c5454;
	margin-top:50px;}	
#jianjie0 .container  h1{
		color: #000;
    font-size: 40px;
    font-weight: lighter;
	padding-bottom: 25px;
	}		
#jianjie0 .container strong{
	font-size: 18px;
    color: #ffc107;
    font-weight: 600;
	margin-top: 50px;
    display: block;
	margin-bottom: 12px;
}
.btn {
	color: #fff;
    padding: 13px 45px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    background: #ffc107;
	position: relative;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	border: none;
	border-radius: 0;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	margin-top: 20px;
}
.btn:hover{
	color:#fff;
}

.btn:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #72a603;
	/* -webkit-transform: scaleX(0); */
	transform: scaleX(0);
	/* -webkit-transform-origin: 50%; */
	/* transform-origin: 50%; */
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
}
.btn:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* ==产品== */
#cp{
	background:#fafcfc;
	margin-top:60px;
	padding-bottom:60px;}
#cp h1{
	color: #000;
    font-size: 40px;
    font-weight: lighter;
    padding-bottom: 25px;
	text-align:center;
	padding-top: 50px;
	}	
#cp .fenlei {
    text-align: center;
    margin: 0 auto;
}
#cp .fenlei a {
    color: #666;
    background: #F3F3F3;
    margin: 0px 10px 10px 0px;
    height: 44px;
    line-height: 44px;
    padding: 10px 21px;
    overflow: auto;
    border-radius: 9px;
}
#cp .fenlei a:hover{
	background: #ffc107;
    color: #FFF;
	text-decoration:none;
}
 .piclist{
	display: block;
    overflow: hidden;
    background-color: #FFF;
     border: 1px solid #eeeded;
    border-radius: 20px;
    padding: 20px;
    margin-top: 45px;
    transition: all 0.5s;
    padding-bottom: 35px;
	}
.piclist:hover{
	transform: translateY(-10px);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.10);}	
 .piclist img{
	width:100%;
	height: auto;}	
.piclist h2{
	color:#000;
	font-size:20px;
	line-height: 50px;}
.piclist h2:hover{
	text-decoration:none;}		
.piclist h3{
	display: block;
    overflow: hidden;
    float: left;
    height: 35px;
    background-color: #CCC;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 15px 0 15px;
    border-radius: 8px;
	color: #666;
    background: #F3F3F3;}	
.piclist h3:hover{
	 background:#ffc107;
	 color:#FFF;
	}
#cp #btn1{
	    display: block;
    width: 157px;
    margin: 0 auto;
    text-align: center;
    margin-top: 45px;}		
	
/* ==简介== */
#jianj{
	background-color:#ffc107;
	background-image:url(bj.jpg);
	background-repeat:no-repeat;
	background-position: right;
	background-size:50%;
	padding-top: 85px;
    padding-bottom: 92px;
	margin-bottom: 85px;}
#jianj .jianj1{
	color:#fff;
	padding-right: 3%;
	/*text-align:justify;*/
    text-justify:inter-ideograph;}
#jianj .jianj1 h1{
	font-size:45px;
	font-weight:bold;
	color:#FFF;
	}	
#jianj .jianj1 h2{
	font-size:38px;
	color:#FFF;
	font-weight: 100;
	padding-bottom: 25px;
	}			
#jianj .jianj2 i {
    display: block;
    overflow: hidden;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: linear-gradient(to bottom, rgba(252,218,116,1) 0%,rgba(255,193,7,1) 100%);
    border-radius: 100%;
    font-size: 30px;
    color: #FFF;
    margin: 0 auto;
    transition: all 0.5s;
	margin-top: 50px;
}	
#jianj .jianj2 h4 {
    text-align: center;
    line-height: 30px;
	color: #fff;
    font-size: 16px;
}
#jianj .jianj2 .row{
	width:80%;
	margin:0 auto;}		
#jianj #btn2{
	background: #fff;
	color:#ffc107;
	}	
#jianj #btn2:before{
	color:#FFF;}
	
	
/* ==新闻== */	
.xwbt{
	color: #000;
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
}
	
 #xw1{
	   background-color: #fafcfc;
		border-radius:20px;
		display:block;
		overflow:hidden;
		padding-bottom: 35px;
		margin-top:40px;
		transition: all 0.5s;}
 #xw1:hover{
	 box-shadow: 0 0 13px 0 rgba(0,0,0,.10);
	}	
#xw1 img{
	width:100%;
	height:auto;} 	
 #xw1 span{
	display:block;
	overflow:hidden;
	    padding: 22px 22px 7px 22px;
	font-family: Oswald-Medium;
	color: #999;
	}
#xw1 i{
	color: #72a603;
	}	
 #xw1	.pictitle{
	padding: 0px 22px 22px 22px;
    font-size: 18px;
    display: block;
    overflow: hidden;
    color: #576869;
	}
 #xw1 .more{
	padding-left:22px;
	padding-bottom:30px;
	color:#72a603;}	
.owl-carousel.owl-drag .owl-item {
    padding: 5px;
}
#xw{
	padding-bottom:65px;}
/* ==底部== */	
#dibu{
	background-image:url(bg.jpg);
	background-size:100%;
	color: #856e11;
    font-size: 14px;
	padding-top:45px;
	border-top:5px solid #ffc107;
	}	
	
#dibu a{
	color:#856e11;
	}	
#dibu .icon-jiantou{
	font-size:12px;
	color:#4783c4;}		
#dibu h3{
	font-size:20px;
	font-weight:bold;
	line-height: 60px;
	text-transform: uppercase;
	font-family: Oswald-Medium;
	letter-spacing: 2px;
	}	
#dibu i{
	font-size:13px;
	color:#72a603;}	
#dibu #fenlei a{
	width:33%;
	display: block;
    overflow: hidden;
	float:left;
	text-transform: capitalize;
	line-height: 28px;
	}
#dibu #fenlei a:hover{
	color:#72a603;
}
#dibu #fenlei1	a{
	display: block;
    overflow: hidden;
    width: 55%;
    padding: 5px;
    border: 1px solid #856e11;
    text-align: center;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
    border-radius: 8px;}
#dibu #fenlei1 .iconfont{
	color:#72a603;}	
#dibu #fenlei1 a:hover{
	color:#72a603;
	border-color:#72a603;}		
#dibu1{
	border-top:1px solid #f2e1b0;
	line-height: 62px;
    margin-top: 25px;}	
	
.banner {
    width: 100%;
	height:280px;
    background-position: center center;
    color: #fff;
}
.b1 {
	background-image:url(b1.jpg);
}
.b2 {
	background-image:url(b2.jpg);
}
.b3 {
	background-image:url(b3.jpg);
}
.b4 {
	background-image:url(b4.jpg);
}
.b5 {
	background-image:url(b5.jpg);
}
.banner h1{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	padding-top: 165px;
	text-shadow: 1px 1px 1px #666;}
#wz{
	background-color:#f6f6f6;
	color:#9a9a9a;
	font-size:14px;
	line-height: 35px;
}
#wz a{
	color:#9a9a9a;
	    line-height: 35px;
	}				
#wz .nav{
	display: revert;}
#wz .col-3 {
    text-align: end;
   }	
#hgfl {
	border-bottom:1px solid #eaeaea;
	display: block;
    overflow: hidden;}	
#hgfl a{
	color:#666;
   margin-right: 28px;
    float: left;
    text-align: center;	
	margin-top: 20px;
	font-size: 20px;	
	}
#hgfl a:hover{
	text-decoration:none;}	
#hgfl i{
	display:block;
	color:#ffc107;
	font-size:30px;
	line-height: 2px;
    margin-top: 17px;}	
#hgfl .smenuvnow{
	color:#ffc107;
	font-weight: bold;}	
#hgfl .smenuvnow i{
	color:#ffc107;
	opacity:1;
	}		
#hgfl  i{
	opacity:0;
	}
#hgfl .smenuv:hover i{
	opacity:1;
	}
#hgnr{
	padding-top:50px;
	padding-bottom:50px;
	color:#666;
	line-height:28px;}		
	
/* ==nrcp== */	
#fya{
	height: 60px;
    border-top: 1px dotted #BABABA;
    border-bottom: 1px dotted #BABABA;
	line-height: 60px;
	color: #999;
	margin-top:50px;
	margin-bottom: 65px;
	}
#fya #fya1{
	float:right;
	text-align:right;
	    margin-top: 10px;}
#fya	a{
	color:#ffc107}
#fya	a:hover{
	color:#72a603}	
#fl22 .row{
	margin-left:0}		
.fl2 {
    font-size: 16px;
    display: block;
    overflow: hidden;
    background: #ffc107;
    float: left;
    margin-right: 10px;
    color: #fff;
    padding: 5px 12px 5px 12px;
    margin-top: 25px;
    transition: all .3s;
	border-radius: 9px;
}
.fl2:hover{
	color:#fff;
	background-color:#72a603;}	
#cpxq{
	padding-top:50px;}	
.sangar-slideshow-container{
	border: 1px solid #eeeded;
	}	
#cpxq #cppro img{
	max-width:100%;
	margin:0 auto;
	display:block;}	
#cpxq #cppro{
	padding-top:50px;
	color:#666;}	
#cpxq h1{
	font-size:30px;
	padding-top:20px;
	padding-bottom:25px;}	
#cpxq span{
	color:#999;
	line-height: 26px;
	display: block;
    padding-bottom: 20px;}
#xwy #xw1{
	background-color:inherit;}	
#xwy #xw1:hover{
	 box-shadow: none;	}
#xwy  .xwy1{
	display:block;
	overflow:hidden;
	background:#fafcfc;
	padding-bottom:25px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;}	
#xwy .xwy1:hover{
	box-shadow: 0 0 13px 0 rgba(0,0,0,.10);}	
#xwy img{
	border-top-left-radius:20px;
	border-top-right-radius:20px;}	
#xwy .pictitle{
	font-size:16px;}	
	
.xwxq1 h2{
	display: block;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    font-weight: bold;
	}
.xwxq1 .shijian{
	display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
	}	
.xwxq1 img{
	    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
	margin:0 auto;
	}
.xwxq1{
	color: #666;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    line-height: 28px;}	
#xia{
	float:right;
	text-align:right;}	
#nycp .cpquery img {
    width: auto;
	height:174px;
    margin: 0 auto;
    display: block;
}
#nycp .cpquery{
	margin-top:45px;}	
#nycp	.cpquerytitle	{
	text-align:center;
	color:#666;
	padding-top:12px;}		
#dt{
	background-color:#f7fcfc;
	padding-top:50px;
	padding-bottom:60px;
	margin-top:40px;}
	
#nr h1{
	margin-top: 65px;
    font-size: 35px;
    font-weight: 600;
    color: #000;
    }	
#nr h2{	display: block;
    font-size: 28px;
    line-height: 40px;
    font-weight: 100;
	margin-top:-5px;}
#nr p{
	color: #666666;
    line-height: 170%;
	}
#nr strong{
	color:#000;
	font-weight: revert;
    padding-bottom: 5px;
    display: block;}
	
#mainMenu .yuyan {
	    color: #72a603;
    font-size: 14px;
    padding-top: 18px;
    display: block;
    font-weight: bold;
    margin-left: 15px;}
#zl a{
	color: #666;
    border-bottom: 1px dotted #CCC;
    width: 100%;
    display: block;
    line-height: 45px;
	    transition: all 0.5s;
	}
#zl a:hover{
	padding-left:15px;}	
#zl i{
	color:#72a603;}	
.fl2a{
	background:#72a603;}	
	
@media(max-width: 768px){
#jianjie0 img{
	max-width:100%;}
#jianjie0 .container strong{
	margin-top:20px;}	
#jianjie0 .container h1{
	font-size:25px;}
#cp h1{
	font-size:25px;}
#cp .fenlei a{
	padding: 10px 12px;}
.piclist h2 {
    font-size: 16px;
    line-height: 27px;
	margin-top: 5px;
}
#cp .row .col-6{
	padding-right: 5px;
    padding-left: 5px;
	}
.piclist{
	margin-top:15px;
	padding: 10px;}	
#jianj .jianj1 h1 {
    font-size: 25px;}
#jianj .jianj1 h2 {
    font-size: 25px;}
#jianj{
	background-image:none;}	
#jianj{
	padding-right:0;
	    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 55px;}
.xwbt{
	font-size:25px;}									
#dibu1 p{
	line-height:25px;}	
#jianjie0 .container{
	margin-top:0;}
#hgfl a{
	margin-right: 12px;
	font-size: 18px;
	margin-top: 10px;
}	
#nr h1{
	margin-top: 50px;
    font-size: 25px;}
#nr h2 {
    font-size: 23px;
	    line-height: 28px;
    padding-top: 10px;}
#nr  img{
	max-width:100%;}
#nycp .cpquery img{
	    height: 105px;}	
#nycp .cpquery {
    margin-top: 18px;
}	
#fya #fya1{
	text-align:left;}
.fl2{
	margin-top:5px;}		
	
#nycp .col-6{
	padding-right: 5px;
    padding-left: 5px;}	
#cpxq h1 {
    font-size: 20px;
	margin-top: -84px;}
#xia{
	text-align:left;
	}	
#fya{
	height:auto;
	line-height: 30px;}	
#sangar-example{
	height:402px;}	
.sangar-slideshow-container{
	border:none;}		
#xw1{
	padding-right: 10px;
    padding-left: 10px;
	}	
.xwxq1 img{
	max-width:100%;}
#dt .row{
	display:block;
	overflow:hidden;}	
#xwy #xw1 {
	margin-top:0;}	
#xw1{
	padding-top:30px;}	
#hgfl i{
	margin-top:5px;}	
.carousel{
	padding-top:80px;}				
	}				
