
/*幻灯片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;
}
/* 盈拓产品 */
/*优势*/

.youshi_title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
	margin-top: 6rem;
}
.youshi_title h1{
	font-size: 2.5em;
	color: #333;
}
.youshi_item_wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #676767;
}
.youshi_item_wrap li:nth-child(2){
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
	font-size: 1em;
	letter-spacing: 2px;

}
.left_line::after{
	display: block;
	content: '';
	clear: both;
	width: 7rem;
	height: 1px;
	border-bottom: 1px solid #686868;
	margin-top: 1rem;
}
.right_line::after{
	display: block;
	content: '';
	width: 7rem;
	height: 1px;
	border-bottom: 1px solid #686868;
	clear: both;
	margin-top: 1rem;
}
.youshi_wrap ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 10%;
	margin-bottom: 10rem;
}
.left_list_wrap ,.center_list_wrap,.right_list_wrap{
	margin-bottom: 0!important;
}
.youshi_item{
	margin-bottom: 0rem!important;
}
.left_list_wrap{
	justify-content: center;
	align-items: center;
}
.two h2{
	font-size: 1.8em;
}
.three h2{
	font-size: 1.8em;
}
.four h2{
	font-size: 1.8em;
	white-space: nowrap;
}
.youshi_wrap{
	height: 115rem;
	
}
.youshi_wrap span{
	display: inline-block;
	margin: 10px 5px;
	color: #989898;
	  
}
.first_span{
	display: inline-block;
}
.first h2{
	margin-bottom: 1rem;
	font-size: 1.8em;
}
.first li:nth-child(2){
	margin: 4rem 0;
}

.two{
	margin-top: 8rem;
}
.two li:nth-child(1) img{
	height: 20px;
	transform: translateY(4px);
}
.two li:nth-child(2n+0) span{
	
}
.two li:nth-child(1){
	margin-bottom: 35px;
}
.two li:nth-child(n+2){
	display: flex;
	justify-content: center;
	align-items: center;
}
.two li:nth-child(n+2) span{
	margin-left: .5rem;
}
.two li:nth-child(3){
	margin: .5rem 0!important;
}
.first li:nth-child(n+2){
	display: flex;
	justify-content: center;
	align-items: center;
}
.first li:nth-child(n+2) span{
	margin-left: .5rem;
}
.three li:nth-child(n+2){
	display: flex;
	justify-content: center;
	align-items: center;
}
.three li:nth-child(n+2) span{
	margin-left: .5rem;
}
.left span{
	display: inline;
}

.left {
	width: 40%;
	padding:10px;
}
.left ul li:nth-child(3){
	margin: 2.6rem 0;
}
.right{
	width: 40%;
	padding: 10px;
}
.right ul li:nth-child(2){
	margin: 2.6rem 0; 
}

.center{
	width: 10%;
}
.three li:nth-child(2){
	margin: 0!important;
}
.three{
	margin-bottom: 80px;
}
.right .textbg{
	position: relative;
	right: 26%;
	z-index: -99;
}
.four li:nth-child(1) img{
	height: 20px;
	transform: translateY(3px);
}
.telm{
	transform: translate(-3rem,-10rem);
}
.telm_wrap{
	color: #fff;
	width: 244px;
	height: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	font-size: 16px;
	background-color: #d93631;
	
}
.telm_wrap li{
	margin: 5px 0!important;
	font-size: 22px;
}
.four li:nth-child(1){
	margin-bottom:  3rem; 
}

.center ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.center_list_wrap li:nth-child(4){
	margin-bottom: 0;
	transform: translate(0px, 2rem);
}
.center ul li{
	margin: 11.4rem 0;
}
.four{
	margin-top: 6rem;
}

/*优势*/
/*成功案例*/
.success_wrap{
	margin-top: 6rem;
}
.success_wrap h1{
	text-align: center;
	margin-bottom: 10px;
	margin-top: .8rem;
	font-size: 2.5em;
}
.success_item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10rem;
	    margin-bottom: 8rem;
	    margin-top: 3rem;
}
.success_item_wrap{
	flex: 1;
}
.success_cont_wrap{
	padding: 0 2rem;
}
.pic_14{
	height: 16rem;
	
}
.pic_14_wrap{
	padding-top: 1rem;
}
.pic_15_wrap{
	padding-top: 1.5rem;
}
.success_item_img{
	background-color: #f6f6f6;
	text-align: center;

}
.success_item_img img{
	background-color: #f6f6f6;
	width: auto;
}
.success_item_detail{
	color: #656565;
}
.success_item_title{
	text-align: center;
	color: #d93631;
	margin: 10px 0;
}
/*成功案例*/
/*新闻*/

.new_item_wrap{
	display: flex;
	flex-direction: row;;
	justify-content: center;
}
.new_item_left{
	width: 49%;
	/*flex: 2;*/
    /*margin-left: 12rem;*/
    margin-right: 30px;
    /*padding-left: 26rem;*/
}

.new_item_right{
	width: 22%
	/*flex: 1;*/
    /*margin-right: 13rem;*/
    /*padding: 0 14rem;*/

}
hr{
	 margin-bottom: 2rem;
    margin-top: 1.5rem;
    color: #d2d2d2;
}
.new_wrap{
	margin-top: 7rem;
	margin-bottom: 4rem;
}
.up_line_left{
	border-left: 3px solid #d93631;
	text-indent: 10px;
}
.up_line_right a{
	color: #d93631;
	border:1px solid #c3c3c3;
	font-size: 13px;

}
.new{
	color: #d93631;
}
.up_wrap{
	display: flex;
	justify-content: space-between;

}
.down_wrap{
	display: flex;
}
.new_day{
	font-size: 2em;
	font-weight: 600;
	color:#666 ;
}
.new_year{
	color: #fff;
	background-color: #999;
	white-space: nowrap;
	padding: 0 5px;
}
.right_item_wrap{
	display: flex;
}
.new_item{
	margin: 0 1.5rem;
}
.down_right{
	margin: 0 15px;
}
.down_left{
	position: relative;
	width: 60%;
	height: 100%;
}
.down_left_text{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(212, 88, 84,.8);
}
.down_left_img{
	position: relative;
	width: 100%;
	height: 100%;
}
.down_left_img img{
	width: auto;
	height: auto;
}
.down_left_text a{
	color: #fff;
}
.new_item_title a{
	color: #333333;
	font-size: 1em;
	font-weight: 600;
}
.new_text a{
	color: #999;
	line-height: 30px;
	font-size: .9em;
}
.new_text{
		overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}
.new_title {
	text-align: center;
	margin: 10px 0;
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
}
.new_content{
	font-size: 14px;
}
.down_left_text{
	padding: 10px;
}
.new_content{
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}
.right_new_title a{
	font-weight: 600;
	font-size: 1em;
	margin: 10px 0;
	color: #333333;
}
.right_new_text a{
color: #999999;
font-size: .9em;
}
.right_new_title{
	margin-bottom: 1.1rem;
}
.new_text_cont::after{
	display: block;
	content: '';
	clear:  both;
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #d7d7d7;
	margin: 1rem 0;
    transform: translate(-19px, 0px);
}
.right_item::after{
	display: block;
	content: '';
	clear:  both;
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #d7d7d7;
	margin: 1rem 0;
    
}
.left_item{
	text-align: center;
}
}
/*新闻*/


/* 公司介绍 */
.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);
}
/* 新闻中心 */