/*banner*/

.banner {
	position: relative;
}
.banner:hover .button-left{
	display: block;
}
.banner:hover .button-right{
	display: block;
}
.banner .button-left {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -23px;
	z-index: 0;
}

.banner .banner-left {
	width: auto;
	position: absolute;
	left: -34px;
	z-index: 1;
}

.banner .button-right {
	display: none;
	position: absolute;
	right: 50%;
	margin-right: -600px;
	top: 50%;
	margin-top: -23px;
	z-index: 0;
}

.banner .banner-right {
	width: auto;
	position: absolute;
	z-index: 1;
	right: -34px;
}

.banner .point {
	position: absolute;
	left: 50%;
	margin-left: -101px;
	bottom: 37px;
	z-index: 0;
}

.point li {
	width: 24px;
	height: 24px;
	margin: 0 20px;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
}

.point .current,
.point li:hover {
	background: #eadd0e;
	cursor: pointer;
}

.banner-img img{
	width: 100%;
	vertical-align: top;
}
.banner-img li{
	width: 100%;
}





.container{
	margin-bottom:10px;
}
.products{
	margin-top: 60px;
	overflow:hidden;
}
.Plist{
	margin-top:45px;
	width:100%;
	position:relative;
}
.Plist li{
	width:25%;
	height:200px;
	overflow:hidden;
	font-size:0;
	float:left;
	cursor:pointer;
	position:relative;
}
.Plist li span,.Plist li img{
	height:200px;
	width:100%;
}
.Plist li span{
	line-height:160px;
	background-color:rgb(0 162 233 / 60%);
	text-align:center;
	position:absolute;
	top:0;
	/* older safari/Chrome browsers */
    -webkit-opacity: 0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0;
    /* IE9 + etc...modern browsers */
    opacity: 0;
    /* IE 4-9 */
    filter:alpha(opacity=0);
}
.Plist li a{
	display: block;
	background-color:rgba(255,255,255,.3);
	color: #FFFFFF;
	font-size:18px;
	width:100%;
	text-align:center;
	line-height:50px;
	position: relative;
	top: 70px;
	text-shadow: 2px 2px 1px #7f1111;
	
}
.Plist li span:hover{
	/* older safari/Chrome browsers */
    -webkit-opacity: 1;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 1;
    /* IE9 + etc...modern browsers */
    opacity: 1;
    /* IE 4-9 */
    filter:alpha(opacity=100);
}


.Rlist{
	margin-top: 50px;
	overflow: hidden;
}
.Rlist li{
	width: 25%;
	font-size: 0;
	float: left;
}
.Rlist li img{
	width: 100%;
	height: 282px;
}
.Rlist li div{
	width: 100%;
	height: 282px;
	background-size: 100% 100%;
	font-size: 16px;
}
.Rlist li h6{
	padding-top: 20px;
	font-size: 24px;
	text-align: center;
	width: 100%;
	line-height: 80px;
	color: #333;
}
.Rlist li p{
	font-size: 12px;
	padding: 0 36px;
	color: #999;
	line-height: 24px;
	
}
.Rlist li:nth-child(2n-1) div{
	background: url(../images/yfzx-bgdw.jpg) no-repeat scroll;
}
.Rlist li:nth-child(2n) div{
	background: url(../images/yfzx-bgup.jpg) no-repeat scroll;
}




.news a{
	display: block;
	text-align: center;
	width: 100%;
	top: -20px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
.Nlist{
	margin-bottom: 50px;
	overflow: hidden;
}
.Nlist li{
	width: 360px;
	margin-right: 40px;
	float: left;
	letter-spacing: 1px;
}
.Nlist li:last-child{
	margin-right: 0px;
}
.Nlist li a{
	text-align: left;
	top: 0px;
	margin: 0;
	background: url(../images/news_bg.jpg) no-repeat scroll bottom left;
	padding-bottom:20px ;
}
.Nlist li a:hover{
	background: url(../images/news_bg_on.jpg) no-repeat scroll bottom left;
}
.Nlist img{
	width: 360px;
	height: 266px;
}
.Nlist h3{
	font-size:18px;
	color: #333333;
	margin-top: 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	/* for internet explorer */
	overflow:hidden;
	width:360px;
	display:block;
}
.Nlist span{
	font-size: 14px;
	color: #666;
}
.Nlist div{
	font-size:16px ;
	line-height: 22px;
	margin: 10px 0;
	color: #666;
	height: 44px;
	overflow: hidden;
}


.about{
	position:relative;
}
.about .titleH3{
	margin-bottom:30px;
}
.about_img{
	width:400px;
	height:210px;
	display:block;
	position:absolute;
	border:4px #ededed solid;
	right:0;
	top:65px;
}
.about_img img{
	width:100%;
	height:100%;
}
.about .about_font{
	width:750px;
	line-height:28px;
	color:#454545;
	font-size:14px;
	padding:25px 35px 0 25px;
	background-color:#ededed;
	height:162px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	border-bottom:25px #ededed solid;
}
.new .titleH3{
	margin-bottom:23px;
}
.new_button {
	margin-bottom:32px;
}
.new_button a{
	color:#6c6c6c;
	font-size:14px;
	width:148px;
	height:38px;
	line-height:38px;
	background-color:#ececec;
	float:left;
	text-align:center;
	margin-right:10px;
	border:1px #ececec solid;
}
.new_button .new_adder{
	height:35px;
	border-top:4px #e71f19 solid;
	line-height:35px;
	background-color:#fff;
	color:#e71f19;
}
.new_container{
	width:1300px;
	height:265px;
	overflow:hidden;
}
.new_container ul{
	display:none;
}
.new_container ul li{
	border-bottom:1px #e8e8e8 dashed;
	margin-top:17px;
	padding-bottom:20px;
	width:550px;
	float:left;
	margin-right:100px;
}
.newlimg{
	padding:2px;
	width:129px;
	height:89px;
	border:1px #e0e0e0 solid;
	border-radius:1px;
}
.newlfont{
	text-align:left;
	margin-left:15px;
	width:400px;
}
.newlfont a{
	color:#444444;
	font-size:15px;
	line-height:30px
}
.newlfont a:hover{
	color:#e71f19;
	text-decoration:underline ;
}
.newlfont span{
	display:block;
	font-size:13px;
	line-height:24px;
	color:#787878;
	height:50px;
	overflow:hidden;
	margin-top:10px;
	cursor:pointer;
}


