
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 10;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color: #ffffff;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #EB6100;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 700px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/* 盈拓产品 */
.section1{
	background: #F9F9F9;
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 45px;
}
.section1 .cate_title{
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.section1 .cate{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.section1 .cate li{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.section1 .cate li:last-child{
	margin-right: 0;
}
.section1 .cate li a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	padding: 8px 12px;
	border-radius: 50px;
	transition: all .3s;
}
.section1 .cate li:hover a,
.section1 .cate li.active a{
	background: #D93732;
	color: #FFFFFF;
}
.section1 .qiehuan{
	min-height: 358px;
}
.section1 .qiehuan .item{
	display: none;
}
.section1 .qiehuan .item:nth-child(1){
	display: block;
}
.section1 .qiehuan .item li{
	width: 294px;
	margin-right: 8px;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
}
.section1 .qiehuan .item li:nth-child(1),
.section1 .qiehuan .item li:nth-child(2),
.section1 .qiehuan .item li:nth-child(3),
.section1 .qiehuan .item li:nth-child(4){
	margin-top: 0;
}
.section1 .qiehuan .item li:nth-child(4n){
	margin-right: 0;
}
.section1 .qiehuan .item li .pic{
	width: 100%;
	height: 304px;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}
.section1 .qiehuan .item li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section1 .qiehuan .item li .content{
	position: relative;
	padding: 15px 0;
	text-align: center;
}
.section1 .qiehuan .item li .content .title{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 0 46px;
}
.section1 .qiehuan .item li .content .icon{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.section1 .qiehuan .item li .gai{
	opacity: 0;
	transition: all .3s;
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5) url(../images/look.png) no-repeat center;
}
.section1 .qiehuan .item li:hover .gai{
	opacity: 1;
}
/* 盈拓产品 */

/* 公司介绍 */
.section2{
	padding-bottom: 55px;
}
.section2 .content{
	width: 600px;
	padding-left: 20px;
	padding-top: 100px;
}
.section2 .content .cate_top{
	font-size: 0;
	padding-bottom: 32px;
	margin-bottom: 30px;
	position: relative;
}
.section2 .content .cate_top:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 1px;
	background: url(../images/xian.jpg) no-repeat left center;
	left: 0;
	bottom: 0;
}
.section2 .content .cate_top .en_title{
	font-size: 14px;
	color: #475057;
	line-height: 100%;
	margin-bottom: 10px;
}
.section2 .content .cate_top .zh_title{
	font-size: 36px;
	color: #333333;
	line-height: 100%;
}
.section2 .content .desc{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	height: 168px;
	overflow: hidden;
	margin-bottom: 35px;
}
.section2 .content .more{
	text-align: right;
}
.section2 .content .more a{
	display: inline-block;
	font-size: 14px;
	color: #E0734D;
}
.section2 .content .list{
	width: 702px;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	background: #ffffff;
	margin-top: 50px;
	position: relative;
	z-index: 10;
}
.section2 .content .list li{
	text-align: center;
	width: 234px;
	border-right: 1px solid #DDDDDD;
	padding: 33px 0;
}
.section2 .content .list li strong{
	font-size: 32px;
	color: #DF6512;
	display: block;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: 17px;
}
.section2 .content .list li p{
	font-size: 14px;
	color: #272727;
	line-height: 100%;
}
.section2 .pic{
	width: 530px;
	padding-top: 20px;
	height: 645px;
	overflow: hidden;
}
.section2 .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section2 .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/* 公司介绍 */

/* 新闻中心 */
.section3{
	padding-top: 55px;
	padding-bottom: 50px;
}
.section3 .cate_title{
	font-size: 36px;
	color: #475057;
	text-align: center;
	line-height: 100%;
	padding-bottom: 30px;
	margin-bottom: 34px;
	background: url(../images/xian.jpg) no-repeat bottom center;
}
.section3 .list{
	
}
.section3 .list li{
	width: 364px;
	margin-right: 54px;
}
.section3 .list li:nth-child(3n){
	margin-right: 0;
}
.section3 .list li .pic{
	display: block;
	width: 100%;
	height: 245px;
	overflow: hidden;
	position: relative;
}
.section3 .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .list li .content{
	background: #ffffff;
	margin: -20px 20px 0 20px;
	position: relative;
	z-index: 10;
	font-size: 0;
	padding: 30px 30px;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	border-bottom: 3px solid #475057;
}
.section3 .list li .content .title{
	margin-bottom: 12px;
}
.section3 .list li .content .title a{
	display: inline-block;
	font-size: 18px;
	color: #272727;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.section3 .list li .content .time{
	font-size: 12px;
	color: #272737;
	margin-bottom: 12px;
}
.section3 .list li .content .desc{
	font-size: 12px;
	color: #272727;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.section3 .list li .content .more{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
	z-index: 15;
	width: 44px;
	height: 44px;
	background: #FFFFFF url(../images/more.jpg) no-repeat center;
	border-radius: 100%;
	text-align: center;
	line-height: 44px;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}
/* 新闻中心 */