.mynav{
	box-shadow: 1px 1px 1px 1px #ececec;
	padding: 0;
}
.mynav .nnav{
	overflow: hidden;
	width: 100%;
	text-align: center;

}
.mynav .nnav li{
	display: inline-block;
	padding: 30px 30px;
	
}
.mynav .nnav li:hover{
	border-top: 4px solid #059351;
	
}
.mynav .nnav li a{
	color: #333333;
	font-size: 16px;
}
.mynav .nnav li:hover a{
	color: #059351;
	
}
.mynav .nnav .active{
	border-top: 4px solid #059351;

}
.mynav .nnav .active a{
	color: #059351;

}
.about{
	margin-top: 2%;
}
.about .ntitle{
	background: url(../images/CompanyProfile.png) no-repeat center ;
	padding:10px 0;
}
.ntitle h1{
	font-weight: bold;
	text-align: center;
}
.index-jiejue{
	overflow: hidden;
}
.index-jiejue li{
	color: #333333;
	text-align: center;
}
.index-jiejue li h3{
	font-size: 60px;
	text-align: center;
	color: #059351;
	font-weight: bold;
}
.index-jiejue li h3 span{
	font-size: 30px;

}
.culture{
	margin-top: 2%;
}
.culture .ntitle{
	background: url(../images/culture.png) no-repeat center ;
	padding:10px 0;
}
.culture .cul{
	overflow: hidden;
	width: 100%;
	margin: 40px 0;
}
.culture .cul li{
	float: left;
	width: 13.7%;
	margin-right: 0.6%;
	min-height: 500px;
	border-radius: 10px;
	padding:20px 8px;
}
.culture .cul li:nth-child(1){
	background: #059351
}
.culture .cul li:nth-child(2){
	background: #004dc1
}
.culture .cul li:nth-child(3){
	background: #5c5c5c
}
.culture .cul li:nth-child(4){
	background: #e3a600
}
.culture .cul li:nth-child(5){
	background: #3eb77f
}
.culture .cul li:nth-child(6){
	background: #448af3
}
.culture .cul li:nth-child(7){
	background: #404040;
	margin-right: 0;
}

.culture .cul li h3{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 30px;
}
.culture .cul li p{
	min-height: 220px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 15px;
}
.honnor{
	padding-top: 2%;
	background: #f6f6f6
}
.honnor .ntitle{
	background: url(../images/honor.png) no-repeat center ;
	padding:10px 0;
}
.control-box {
	width: 100%;
    overflow: hidden;
    height: 520px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 47%;
}
.next {
  right: 47%;
}
.bigbox {
  overflow: hidden;
  height: 420px;
}
#switcher {
  height: 420px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  /*width: 343px!important;*/
  height: 420px;
  float: left;
  /*border-left: 20px #f6f6f6 solid;*/
  text-align: center;
  background: #fff
}
.box .img{
	height: 370px;
	width: 280px;
	border:1px solid #f1f1f1;
	text-align: center;
	margin: 15px auto;
}
.box .img img{
	line-height: 50%;
	margin-top:7%;
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width: 100%;

  /* opacity: 1; */
  color: #333333;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
 color: #333333;
  text-decoration: none;
  margin-left: 18px;
}
.equipment{
	padding-top: 2%;
	background: #059351;
	padding-bottom: 2%;
}
.equipment .ntitle{
	background: url(../images/equipment.png) no-repeat center ;
	padding:10px 0;
	color: #fff;
}
.team{
	padding-top: 2%;
	padding-bottom: 2%;
}
.team .ntitle{
	background: url(../images/team.png) no-repeat center ;
	padding:10px 0;
}
.team .i-item{
	width: 100%;
	overflow: hidden;
}
.team .i-item li{
	margin-top: 15px;
}

.team .i-item li a{
	display: inline-block;
	position: relative;
}
.team .i-item li a p{
	color: #333333;
	text-align: center;
	bottom:0px;
	padding:10px 0;
	font-size: 18px;
	margin-bottom: 0px;
	width: 100%;
}
.team .i-item li a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 0%;
	transition:  height 1s;
	
}
.team .i-item li a .nshow img{
	display: none;
}
.team .i-item li a .nshow h4{
	display: none;
}

.team .i-item li:hover a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 85%;
	padding-top: 30%
}
.team .i-item li:hover a .nshow img{
	display: inline;
}
.team .i-item li:hover a .nshow h4{
	display: block;
	color: #fff
}
.client{
	padding-top: 2%;
	padding-bottom: 2%;
	background: #f6f6f6;
}
.client .ntitle{
	background: url(../images/client.png) no-repeat center ;
	padding:10px 0;
}
.client .nclient{
	overflow: hidden;
	width: 100%;
	margin-top: 20px;

}
.nclient li {
	margin-top: 20px;
	text-align: center;

}
.nclient li a{
	display: inline-block;
	border:1px solid #dddddd;
	background: #fff;
	width: 100%;
	text-align: center;
}
.nclient li a img{
	max-width: 100%;
	height: 88px;
}

.product .n-product{
	width: 100%;
	overflow: hidden;
}
.product .n-product li{
	margin-top: 15px;
	float: left;
	width: 20%;
	padding:0 7px;

}

.product .n-product li a{
	display: inline-block;
	position: relative;
	background: #f9f9f9
}
.product .n-product li a .img{
	margin:10px 15px;
	background: #efffe5;
	padding:15% 2%;
	height: 380px;
}
.product .n-product li a p{
	color: #333333;
	text-align: center;
	bottom:0px;
	padding:10px 0;
	font-size: 16px;
	margin-bottom: 0px;
	width: 100%;
}
.product .n-product li a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 0%;
	transition:  height 1s;
	
}
.product .n-product li a .nshow img{
	display: none;
}
.product .n-product li a .nshow h4{
	display: none;
}

.product .n-product li:hover a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 100%;
	padding-top: 30%
}
.product .n-product li:hover a .nshow img{
	display: inline;
}
.product .n-product li:hover a .nshow h4{
	display: block;
	color: #fff
}
.rcontent{
	margin-top: 37px;
}
.rcontent h2{
	color: #059351;
	font-size: 36px;
	font-weight: bold;
	border-bottom: 3px solid #059351;
	color: #059351;
	padding-bottom: 10px;
}
.rcontent .liu{
	background: #059351;
	padding:15px 15px;
	overflow: hidden;
	font-size: 16px;
}
.rcontent .liu .liua{
	background: #b4dfcb;
	padding:15px 30px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	border-radius: 10px;
}
.bpro h2{
	color: #059351;
	font-size: 24px;
	font-weight: bold;
	padding:20px 15px;
	background: #f9f9f9
}
.product1 h2{
	color: #059351;
	font-size: 24px;
	font-weight: bold;
	padding:20px 15px;
	border:1px solid #e3e3e3;
}
.product1 .n-product{
	width: 100%;
	overflow: hidden;
}
.product1 .n-product li{
	margin-top: 15px;

}

.product1 .n-product li a{
	display: inline-block;
	position: relative;
	background: #f9f9f9
}
.product1 .n-product li a .img{
	margin:10px 15px;
	background: #efffe5;
	padding:15% 2%;
}
.product1 .n-product li a p{
	color: #333333;
	text-align: center;
	bottom:0px;
	padding:10px 0;
	font-size: 16px;
	margin-bottom: 0px;
	width: 100%;
}
.product1 .n-product li a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 0%;
	transition:  height 1s;
	
}
.product1 .n-product li a .nshow img{
	display: none;
}
.product1 .n-product li a .nshow h4{
	display: none;
}

.product1 .n-product li:hover a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 100%;
	padding-top: 30%
}
.product1 .n-product li:hover a .nshow img{
	display: inline;
}
.product1 .n-product li:hover a .nshow h4{
	display: block;
	color: #fff
}
.index-case .i-case{
	width: 100%;
	overflow: hidden;
}
.index-case .i-case li{
	margin-top: 15px;
}

.index-case .i-case li a{
	display: inline-block;
	position: relative;
}
.index-case .i-case li a img{
	max-height: 377px;
	height: 100%;
}
.index-case .i-case li a p{
	color: #ffffff;
	text-align: center;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom:0px;
	padding:10px 0;
	font-size: 18px;
	margin-bottom: 0px;
	width: 100%;
}
.index-case .i-case li a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 0%;
	transition:  height 1s;
	
}
.index-case .i-case li a .nshow img{
	display: none;
}
.index-case .i-case li a .nshow h4{
	display: none;
}

.index-case .i-case li:hover a .nshow{
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.2);
	height: 100%;
	padding-top: 30%
}
.index-case .i-case li:hover a .nshow img{
	display: inline;
	height: auto;
}
.index-case .i-case li:hover a .nshow h4{
	display: block;
	color: #fff
}
.index-case .i-case li:hover a p{
	display: none;
}
.index-news .proul{
	position: relative;
	top:55px;
	float: right;
}
.index-news .proul li{
	display: inline-block;
	background: url(../images/sicon.png) 0 4px no-repeat;
	padding-left: 15px;
	margin: 0 5px
}

.index-news .proul li a{
	font-size: 16px;
	color: #333333
}
.index-news .proul li:hover{
	background: url(../images/sicona.png) 0 4px no-repeat;
}
.index-news .proul li:hover a{
	color: #00904a;
}
.index-news .i-news{
 	width:100%;
 	overflow: hidden; 
 	padding-top: 20px;
}
.index-news .i-news img{
 	max-width: 100%;
 	height: 270px;
    width: 100%;
}
.index-news .i-news li .desc{
 	padding:15px 15px 25px;
}
.index-news .i-news li .desc h3{
 	font-weight: bold;
 	font-size: 18px;
 	color: #333333;
 	width:285px;  /*限制宽度*/
    white-space: nowrap;  /*文本强制不换行*/
    text-overflow:ellipsis;  /*文本溢出显示省略号*/
    overflow:hidden;  /*溢出的部分隐藏*/
}
.index-news .i-news li .desc p{
 	font-size: 15px;
 	color: #666666;
 	margin:25px 0;
 	line-height: 25px;
}
.index-news .i-news li .desc span{
 	color: #00904a;
 	font-size: 14px;
}
.index-news .i-news li:hover .desc{
 	background: #f6f6f6
}
.index-news .i-news li:hover .desc h3{
 	color: #00904a;
}
.ncon .title{
	color: #059351;
	font-size: 30px;
	font-weight: bold;
}
.ncon .ftitle{
	color: #666666;
	font-size: 14px;
	padding:15px 0 20px;
	border-bottom:1px dashed #aaaaaa;
}
.ncon .but{
	margin-top: 35px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding:15px 0;
	color: #00904a;
	font-size: 16px;
}
.ncon .but p a{
	color:#333333;
}
.contactul{
	overflow: hidden;
	width: 100%;
	margin-top: 35px;
}
.contactul li{
	margin-top: 35px;
}
.contactul .conimg{
	float: left;
	width: 102px;
}
.contactul .conp{
	margin-left: 20px;
	float: left;
	margin-top: 5px;
}
.contactul .conp h3{
	margin-top: 0px;
}
.cliuyan{
	background: #f6f6f6;
	margin-top: 40px;
	overflow: hidden;
}
.cliuyan .ccimg{
	float: left;
	width: 35%;
}
.ccliuyan{
	float: left;
	margin-left: 25px;
	width: 63%;
	margin-top: 2%
}
.ccliuyan form{
	margin-top: 2%;
}
.ccliuyanl{
	float: left;
	width:38%; 
}
.ccliuyanl ul li{
	margin-top: 30px;
}
.ccliuyanl ul li input{
	width: 100%;
	border: 1px solid #e2e2e2;
	background: none;
	color: #333333;
	font-size:16px;
	padding:10px 0 10px 5px;
}
.ccliuyanr textarea{
	margin-top: 30px;
	width: 100%;
	border: 1px solid #e2e2e2;
	background: none;
	color: #333333;
	font-size:16px;
	padding:10px 0 10px 5px;
	height: 193px
}
.ccliuyanr{
	float: left;
	width:55%; 
	margin-left: 20px;
}
.btn .tijiao{
	background: #059351;
	border:none;
	padding:8px 60px;
	color: #fff;
}
.btn .chongzhi{
	background: #101b1c;
	border:none;
	padding:8px 60px;
	color: #fff;
}
@media(max-width: 780px){
    .index-news .i-news li .desc h3{
 	font-weight: bold;
 	font-size: 18px;
 	color: #333333;
 	width:140px;  /*限制宽度*/
    white-space: nowrap;  /*文本强制不换行*/
    text-overflow:ellipsis;  /*文本溢出显示省略号*/
    overflow:hidden;  /*溢出的部分隐藏*/
}
.index-news .i-news li .desc p{
    font-size: 14px;
    margin: 15px 0;
    height: 100px;
}
.index-news .i-news li .desc {
    padding: 4px 0px 8px;
}
    .index-news .i-news img{
        height: 130px;
    }
    .contactul .conimg{
        width: 20%;
    }
    .ntitle h1{
        font-size:28px;
    }
    .nclient li a img{
        height: 67px;
    }
    .prev{
        left: 39%;
    }
    .next{
        right: 39%;
    }
    .culture .cul{
        overflow-x: scroll;
        width: 2150px;
        margin: 10px 0;
    }
    
	.culture .cul li {
    float: left;
    width: 285px;
    margin-right: 1%;
    min-height: auto;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 15px;
}
.culture .cul li p{
    min-height: 120px;
    font-size: 14px;
}
	.product .n-product li{
	margin-top: 15px;
	float: none;
	width: 100%;
	padding:0 7px;
	text-align: center;
}
	.cliuyan{
	background: #f6f6f6;
	margin-top: 40px;
	overflow: hidden;
}
.culture{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;

}
.cliuyan .ccimg{
	float: left;
	width: 100%;
}
.ccliuyan{
	float: none;
	margin: 0 auto;
	width: 95%;
	margin-top: 2%;
	overflow:hidden;
}
.ccliuyan form{
	margin-top: 2%;
}
.ccliuyanl{
	float: left;
	width:100%; 
}
.ccliuyanl ul li{
	margin-top: 30px;
}
.ccliuyanl ul li input{
	width: 100%;
	border: 1px solid #e2e2e2;
	background: none;
	color: #333333;
	font-size:16px;
	padding:10px 0 10px 5px;
}
.team .i-item li a .nshow{
    display: none;
}
.ccliuyanr textarea{
	margin-top: 30px;
	width: 100%;
	border: 1px solid #e2e2e2;
	background: none;
	color: #333333;
	font-size:16px;
	padding:10px 0 10px 5px;
	height: 193px
}
.ccliuyanr{
	float: none;
	width:100%; 
	margin-left: 0
}
.contactul .conp{
    width: 73%;
}
.btn .tijiao{
    padding: 8px 40px;
}
.btn .chongzhi{
    padding: 8px 40px;
}
.mynav .nnav li{
    padding: 19px 5px;
    float: left;
    width: 25%;
    border-top: 4px solid #fff;
}
.mynav .nnav li a{
    font-size: 14px;
}
.index-jiejue li h3{
    font-size: 40px;
}
.contact h1{
    font-size: 24px;
}
.index-case .i-case li a img{
    height: auto;
}
.box{
    border-left:none;
    /*width: 372px!important;*/
}
.culture{
    overflow-y: hidden;
    width: 100%;
}
.culture .cul li h3{
    height: 30px;
}
.ncon .title{
    font-size: 26px;
}
.content img{
    max-width: 100%!important;
    height: auto!important;
}
}