.about_right{
	float: right;
	width: 1050px;
	min-height: 500px;
	/* border: 1px solid #5C5C5C; */
	margin-bottom: 30px;
}
/* 资源中心 */
.ziyuan{
	
}
.ziliao{
	
}
.ziliao_all{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zliao_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.zliao_con{
	width: 250px;
	height: 390px;
}
.zliao_con:last-child:nth-child(5n - 1) {
      margin-right: calc(250px + 150px / 4);
}
.zliao_con:last-child:nth-child(5n - 2) {
      margin-right: calc(500px + 305px / 4);
}
.zliao_con:last-child:nth-child(5n - 3) {
      margin-right: calc(750px + 450px / 4);
}
.ziliao_img{
	min-height: 352px;
	max-height: 355px;
	border: 1px solid #999999;
}
.zliao_con img{
	width: 248px;
}
.zliao_con p{
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
.ziliao_video_all{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 1400px;
}
.ziliao_video_con:last-child:nth-child(3n - 1) {
      margin-right: calc(450px + 50px / 3);
}
.ziliao_video_con2:last-child:nth-child(5n - 1) {
      margin-right: calc(250px + 150px / 4);
}
.ziliao_video_con2:last-child:nth-child(5n - 2) {
      margin-right: calc(500px + 305px / 4);
}
.ziliao_video_con2:last-child:nth-child(5n - 3) {
      margin-right: calc(750px + 450px / 4);
}
.ziliao_video{
	width: 450px;
	margin-bottom: 30px;
}

.ziliao_video_title{
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
/* 客户服务 */
.fuwu{
	height: 450px;
	margin-bottom: 30px;
}
.fuwu_left{
	float: left;
	width: 45%;
}
.fuwu_right{
	float: right;
	width: 50%;
}
.fuwu_p1{
	font-size: 14px;
	padding: 40px 50px;
	line-height: 2.5;
}
.fuwu_p2{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 50px;
	line-height: 2.5;
	color: #FF0000;
}
/* 销售网络 */
.xiaoshou_video{
	padding: 10px 0 40px 0;
}

/* 新闻 */
.newslist_all{
	float: right;
	width: 1000px;
	min-height: 400px;
	margin-bottom: 30px;
}
.news1 {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.news1:hover {
	background: #fafafa;
}

.news1:hover .news1_pic {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.news_right {
	width: 1000px;
}

.news1_picbg {
	float: left;
	display: block;
	width: 190px;
	height: 120px;
	overflow: hidden;
}

.news1_pic {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.news1_pic img{
	width: 100%;
	height: 100%;
}

.news1_p {
	float: right;
	width: 960px;
}

.news1_t {
	font-size: 16px;
	padding: 8px 0;
}

.news1_t a {
	color: #333;
}

.news1_t a:hover {
	color: #FF0000;
}

.news1 .desc {
	color: #999;
	line-height: 1.75em;
	max-height: 50px;
	overflow: hidden;
}

.news1_d {
	position: relative;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}

.news1_d a {
	position: absolute;
	right: 40px;
	color: #999;
}

.news1_d a:hover {
	color: #FF0000;
}

.news1_p {
	width: 720px;
}
/* 内页 */
.news_t1 {
	text-align: center;
	font-size: 18px;
	color: #000000;
	padding-top: 15px;
}

.news_t2 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.news2_right .desc {
	margin: 10px 0 30px 0;
	min-height: 400px;
}
/* 联系我们 */
.contact_left{
	float: left;
	width: 500px;
	margin-bottom: 30px;
}
.contact_right{
	float: left;
}
.contact_title{
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	margin: 20px 0;
	border-left: 10px solid #2572ba;
}
.gongsi_all{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.gongsi_con{
	width: 32%;
}
.gongsi_con:last-child:nth-child(3n - 1) {
      margin-right: calc(460px + 50px / 3);
}
/* 证书 */
.honor_right{
	float: right;
	width: 1050px;
	min-height: 500px;
	margin-bottom: 30px;
}
.honor_title{
	width: 100%;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}
.honor_title p{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
.honor_con_all{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honor_con{
	width: 229px;
	min-height: 360px;
	text-align: center;
	/* margin-bottom: 20px; */
	overflow: hidden;
}
.honor_con:last-child:nth-child(4n - 1) {
      margin-right: calc(260px + 45px / 3);
  }
.honor_con:last-child:nth-child(4n - 2) {
      margin-right: calc(518px + 90px / 3);
  }
.honor_con p{
	font-size: 14px;
}
.honor_con img{
	width: 100%;
}
/* 企业荣誉 */
.honor2_con_all{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honor2_con{
	width: 229px;
	min-height: 210px;
	text-align: center;
	overflow: hidden;
}
.honor2_con:last-child:nth-child(4n - 1) {
      margin-right: calc(260px + 45px / 3);
  }
.honor2_con:last-child:nth-child(4n - 2) {
      margin-right: calc(518px + 90px / 3);
  }
.honor2_con p{
	font-size: 14px;
	padding-top: 5px;
}
.honor2_con img{
	width: 100%;
}

/* 品质保证 */
.pinzhi_con_all{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pinzhi_con{
	width: 330px;
	height: 277px;
	text-align: center;
	overflow: hidden;
}
.pinzhi_con:last-child:nth-child(3n - 1) {
      margin-right: calc(350px + 28px / 3);
  }
.pinzhi_con p{
	font-size: 14px;
}
.pinzhi_con img{
	width: 100%;
	height: 247px;
	overflow: hidden;
}