﻿/* banner */
#ny-solid{
left:50%; width:1920px; margin-left:-960px; margin-top:1px;text-align:center; height:480px;clear:both;
position:relative;
}

.ny-box{width:1200px; background:#fcfcfc;  margin:0px auto;
  box-shadow:3px 3px 4px 2px #ccc;    
  
    }
.ny-box-1{width:1200px;   margin:0 auto}

.sub-nav-box{
	width: 100%;
	height: 66px;
}

/*内页二级菜单*/
.sub-nav{
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	height: 66px;
	line-height: 66px;
	left: 0;
	top: 0;
	background: #fff;
	position: relative;
	z-index: 998;
}
.sub-nav .position{
	font-size: 14px;
	color: #a3a3a3;
}
.sub-nav .position .home{
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url("../images/home_ico.png") no-repeat 0 0;
}
.sub-nav .link{
	max-width:60%;
	position: relative;

}
.sub-nav .link .swiper-slide{
	min-width: auto;
	width: auto;
	margin: 0 10px;

	min-height: 0;
}
.sub-nav .link .swiper-slide a{
	font-size: 14px;
	color: #666666;
	line-height: 63px;
	float: left;
	padding:0 9PX;
}
.sub-nav .link .swiper-slide a:hover,.sub-nav .link .swiper-slide a.on{
	border-bottom: 3px solid #1f974f;
}
.ny_hg{width:100%; float:left; margin-bottom:50px;}

/*内页大标题*/
.ny-title-box{
	text-align: center;
	padding: 52px 0 53px;
	clear:both;
}
.ny-title{
	padding: 0 60px;
	text-align: center;
	width: auto;
	margin: 0 auto;
	background-image: url("../images/i_title1.png"),url("../images/i_title2.png");
	background-position: left center ,right center;
	background-repeat: no-repeat;
	display: inline-block;
	max-width: 100%;
}
.ny-title p{
	font-size: 40px;
	color: #333333;
	line-height: 1.125;
	text-transform: uppercase;
	font-family: 'MyriadPro';
}
.ny-title h3{
	font-size: 32px;
	color: #1f974f;
	line-height: 1.33;
	text-align:center;
	font-weight:normal;
}

.ny_nr{width:90%; margin:0 auto; font-size:14px; line-height:32px; padding-bottom:50px
}

.ny_produce {
 width:100%;
 display:block;
 float:left;
}


.ny-produce-bk{width:388px; float:left; border:1px solid #c9c9c9; margin:5PX}

.ny-produce-bk:nth-child(2n) {
  margin: 5% 5px ;
  float:left;
  width:388px;

}

.ny-detail {
  width: calc(87% - 3px);
  padding: 6% 7% 9%;
  text-align: center;
  background: #fff;
}


.ny-detail a.btn {
  display: inline-block;
  width: 46.5%;
  border: 1px solid #c9c9c9;
  margin-top: 13%;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.ny-detail a.btn:hover {
  border-color: #1f974f;
  background: #1f974f;
  color: #fff;
}


.ny-detail a.tit {
  position: relative;
  display: inline-block;
  padding-bottom: 4%;
  margin-bottom: 6.6%;
  font-size: 20px;
  line-height: 2;
  color: #333;
}
.ny-detail a.tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #ddd;
  margin-left: -20px;
}

.ny-new-bk{width:378px; margin:15px 10px; float:left; border:1px solid #c9c9c9;}
.ny-new {
  width: calc(92% );
  padding: 3% 4%;
  text-align: left;
  background: #fff;
}
.ny-new-bk img{width:100%; height:250px}

.ny-new a.btn {
  display: inline-block;
  width: 46.5%;
  border: 1px solid #c9c9c9;
  margin: 5% 0;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  text-align:center;
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.ny-new a.btn:hover {
  border-color: #1f974f;
  background: #1f974f;
  color: #fff;
}


.ny-new a.tit {
  font-size: 20px;
  line-height: 2;
  color: #333;
    width: 100%;
	text-align:left;
}

.ny-new a:hover.tit {
  color:#F00;
}



/*****分页****/
.main_page {
	text-align:center;
    width: 100%;
	float:left;
	margin:50px 0;
}
.main_page a {
	
    border: 1px solid #999999;
    color: #999999;
    font-size:12px;
    padding: 5px;
	background:#FFF;
}
.main_page a:hover {
    background: #c3a07d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
