/*首页轮播*/
.index_lunbo{
	width: 100%;
	min-width: 1200px;
}
.index_lunbo .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ef3400;
}

/*技术与服务*/
.fw_box{
	width: 100%;
	min-width: 1200px;
	height: 520px;
	background-image: url('../images/back_img1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fw_centent{
	width: 1200px;
	margin: 0 auto;
}
.fw_up{
	display: flex;
	justify-content: center;
	padding: 65px 0 95px;
}
.fw_up h2{
	font-size: 32px;
	color: #333;
}
.fw_up h2:last-child{
	color: #ef3400;
}
.fw_div{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #bbbbbb;
}
.fw_list{
	width: 250px;
	padding-bottom: 95px;
	border-bottom: 2px solid rgba(0,0,0,0);
	position: relative;
	margin: 0 75px;
}
.fw_list_style{
	border-bottom: 2px solid #ef3400;
}
.fw_list_style:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ef3400;
	margin-left: -2.5px;
}
.fw_list div{
	width: 92px;
	margin: 0 auto 30px;
}
.fw_list div img{
	height: 90px;
	max-height: 90px;
}
.fw_list p{
	font-size: 24px;
	color: #333;
	text-align: center;
}

/*关于我们*/
.about_box{
	width: 1200px;
	margin: 70px auto 80px;
	display: flex;
	justify-content: space-between;
}
.about_div{
	width: 650px;
}
.about_title{
	display: flex;
	margin-bottom: 92px;
}
.about_title h2{
	font-size: 32px;
	color: #333;
}
.about_title h2:last-child{
	color: #ef3400;
}
.about_div_p{
	font-size: 26px;
	color: #333;
}
.about_div_text p{
	font-size: 16px;
	color: #666;
	text-indent: 33px;
	line-height: 30px;
}
.about_right{
	position: relative;
}
.about_img{
	width: 480px;
}
.about_img img{
	max-height: 400px;
}
.about_link{
	background-color: #fff;
	position: absolute;
	left: -50px;
	bottom: -50px;
}
.about_link a{
	width: 158px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 18px;
	color: #ef3400;
	margin: 30px;
}

/*最新资讯*/
.zx_box{
	width: 100%;
	min-width: 1200px;
	background-color: #f5f5f5;
	padding: 70px 0;
}
.zx_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.zx_left{
	width: 750px;
	display: flex;
	justify-content: space-between;
}
.left_img{
	width: 300px;
	box-shadow: 0 0 10px #aeaeae;
}
.left_div{
	width: 400px;
}
.left_div_title{
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.left_div_title div{
	display: flex;
	padding-bottom: 8px;
}
.left_div_title div h2{
	font-size: 32px;
	color: #333;
}
.left_div_title div h2:last-child{
	color: #ef3400;
}
.left_div_title p{
	font-size: 16px;
	color: #333;
}
.left_title{
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.left_date{
	font-size: 16px;
	color: #ef3400;
	margin: 10px 0;
	display: block;
}
.left_text{
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.lefe_link{
	width: 128px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: #ef3400;
}
.zx_right{
	width: 400px;
}
.zx_list{
	padding: 13px 0;
	border-bottom: 1px solid #ddd;
}
.right_title{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.riht_date{
	font-size: 16px;
	color: #ef3400;
	display: block;
	margin: 5px 0;
}
.right_text{
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*合作伙伴*/
.hz_box{
	width: 100%;
	min-width: 1200px;
	height: 276px;
	background-image: url('../images/back_img2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.hz_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.hz_lunbo{
	width: 1020px;
}
.hz_lunbo img{
	max-height: 136px;
	object-fit: cover;
}
.hz_div{
	width: 150px;
}
.hz_up{
	display: flex;
	justify-content: flex-end;
}
.hz_up h2{
	font-size: 32px;
	color: #ef3400;
}
.hz_up h2:last-child{
	color: #FFF;
}
.hz_div p{
	font-size: 16px;
	color: #fff;
}
.hz_centent .swiper-button-next{
	background-image: url();
	width: 46px !important;
	height: 11px !important;
	top: 110px !important;
	margin: 0 !important;
}
.hz_centent .swiper-button-prev{
	background-image: url();
	width: 46px !important;
	height: 11px !important;
	top: 110px !important;
	right: 90px !important;
	left: auto !important;
	margin: 0 !important;
}
.hz_yuan{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999;
	position: absolute;
	right: 70px;
	top: 110px;
}