@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	-moz-user-select: none;
	/* Firefox私有属性 */
	-webkit-user-select: none;
	/* WebKit内核私有属性 */
	-ms-user-select: none;
	/* IE私有属性(IE10及以后) */
	-khtml-user-select: none;
	/* Khtml内核私有属性 */
	-o-user-select: none;
	/* Opera私有属性 */
	user-select: none;
	/* CSS3属性 */
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	position: relative;
	height: 100%;
}

img {
	max-width: 100%;
	border: none;
	-webkit-user-drag: none;
}

input,
select,
textarea {
	font-size: 14px;
	color: #333;
	border: none;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

::-ms-input-placeholder {
	color: #999;
}

select::-ms-expand {
	display: none;
}

/*定义滚动条*/
.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 5px;
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #CCCCCC;
	width: 5px;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}

ul {
	list-style: none;
}

.fix {
	transform: scale(1);
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.fix:after,
.fix:before {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

@font-face {
	font-family: AlibabaPuHuiTi-2-55-Regular;
	src:
		url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType');
}

@font-face {
	font-family: AlibabaPuHuiTi-2-65-Medium;
	src:
		url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType');
}

@font-face {
	font-family: AlibabaPuHuiTi-2-75-SemiBold;
	src:
		url(../fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf) format('TrueType');
}

@font-face {
	font-family: AlimamaShuHeiTi-Bold;
	src:
		url(../fonts/AlimamaShuHeiTi-Bold.ttf) format('TrueType');
}

/*基本编写顺序*/
body {
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-style: normal;
}

.container {
	/* max-width: 1280px; */
	margin: 0 auto;
	padding: 0 8%;
}

.banner_page {
	line-height: 1vh;
}

/*公共样式*/

/* 头部 */
.head {
	/* 	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;*/
	max-width: 100%;
	padding: 0px 8%;
	/* box-sizing: border-box; */
	/ margin: 0 auto;
}

.head .logo {
	/* 	width: 224px;
	height: 53px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	loat: left;
	/* margin-top: 16px; */
	margin-right: 44px;
}

.head .logo a {
	display: block;
}

.head .menu {
	/* float: left; */
	/* margin-top: 32px; */
}

.head .menu ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}

.head .menu ul li {
	padding-left: 23px;
	padding-right: 23px;
	/* padding-bottom: 34px;
	position: relative; */
}

.head .menu ul li a {
	color: #303133;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.head .menu ul li.active a {
	color: #005FDB;
}

.head .menu ul li.active::after {
	/* position: absolute;
	bottom: 0;
	content: '';
	width: 38px;
	height: 3px;
	background: #005FDB;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%); */
}


.head .call {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head .call p {
	font-size: 16px;
	color: #2B2C2F;
	font-weight: 500;
	line-height: 80px;
}

.head .call i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/assets/images/tel.svg') center no-repeat;
	vertical-align: -4px;
	margin-right: 4px;
}

.head .call a {
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	width: 96px;
	height: 36px;
	text-align: center;
	transition: .35s;
	-moz-transition: .35s;
	-webkit-transition: .35s;
	-o-transition: .35s;
	margin-left: 26px;
	border-radius: 4px;
	background: #0064FF;
	opacity: 0.9;
}

/* 首页分类 */
.catname_box {
	padding-top: 60px;
	padding-bottom: 51px;
	margin: 0 auto;
	text-align: center;
}

.catname_box .catname {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.catname_box .catimg {
	max-width: 100%;
	margin: 0 auto;
}

.catname_box .applyname {
	margin-top: -20px;
	margin-bottom: 60px;
}

.catname_box .catname_en {
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}

.catname_box .catname_i {
	width: 142px;
	height: 6px;
	display: block;
	background: url('/assets/images/line.svg') center center no-repeat;
	margin: 20px auto 0px;
}

.catname_box .sub_catname {
	color: #878A8F;
	text-align: center;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 15px;
}

/* 列表和内页菜单 */
.list_menu_list {
	display: flex;
	justify-content: space-between;
}

.list_menu_list ul {
	display: flex;
}

.list_menu_list ul li {
	line-height: 56px;
	color: #606266;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.32px;
	position: relative;
	margin-right: 38px;
}

.list_menu_list ul li:last-child {
	padding-right: 0;
}

.list_menu_list ul li a {
	display: block;
}

.list_menu_list ul li.active,
.list_menu_list ul li:hover {
	color: #005FDB;
}

.list_menu_list ul li.active::before,
.list_menu_list ul li:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #005FDB;
}


/* 内页banner图 */
.inner_banner_box {
	text-align: center;
}

.inner_banner_box .inner_banner_swiper {
	overflow: hidden;
	line-height: 0;
}

/* 列表页主体 */
.inner_body_box {
	background: #F5F6F8;
	padding-bottom: 100px;
	position: relative;
}

.inner_body_box::before {
	position: absolute;
	top: 56px;
	width: 100%;
	height: 1px;
	background: #E3E3E3;
	content: '';
}

/* 详情页主体 */
.info_body_box {
	position: relative;
}

.info_body_box::before {
	position: absolute;
	top: 56px;
	width: 100%;
	height: 1px;
	background: #E3E3E3;
	content: '';
}

/* 列表和内页面包屑 */
.breadcrumb {
	height: 56px;
	line-height: 56px;
}

.breadcrumb a {
	color: #606266;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.32px;
}

.breadcrumb>a+a:before {
	content: ">";
	padding: 0 5px;
	color: #909399;
}

/* 列表分页 */
.pager {
	margin-top: 40px;
	padding: 0 20%
}

.pager .pagination {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.pager .pagination li {
	width: auto;
}

.pager .pagination li span,
.pager .pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #303133;
	margin-right: 8px;
	background: #FFFFFF;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.514px;
	padding: 0;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
	background: url(../images/prev.svg) no-repeat center;
	display: block;
	color: #fff;
	border: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
	background: url(../images/next.svg) no-repeat center;
	color: rgba(0, 0, 0, 0);
	color: #fff;
	border: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
	border: 1px solid #005FDB;
	background: #005FDB;
	color: #fff;
}

/* 底部 */
/* .footer {
	background: #323944;
	padding-top: 72px;
	padding-bottom: 12px;
}

.footer .footer_content .foot_top {
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer .footer_content .foot_menu {
	display: flex;
	justify-content: space-between;
	width: 78%;
}

.footer .footer_content .menu_item:nth-child(5) .menu_link a {
	display: flex;
}

.footer .footer_content .menu_item:nth-child(5) .menu_link a i {
	font-style: normal;
}

.footer .footer_content .menu_item:nth-child(5) .menu_link a em {
	display: block;
	width: 195px;
}

.footer .footer_content .menu_item span {
	color: #FFF;
	font-family: AlibabaPuHuiTi-2-65-Medium;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer .footer_content .menu_item .menu_link {
	margin-top: 18px;
}

.footer .footer_content .menu_item .menu_link a {
	display: block;
	color: #FFF;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 210%;
	opacity: 0.8;
}

.footer .footer_content .follow {
	width: 18%;
}

.footer .footer_content .follow .follow_title {
	color: #FFF;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer .footer_content .follow .follow_ewm {
	display: flex;
	margin-top: 26px;
}

.footer .footer_content .follow .follow_ewm img {
	width: 100px;
	height: 100px;
	margin-right: 24px;
} */

.copyright_box {
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.70);
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.copyright_box .copyright {
	margin-top: 20px;
	padding-left: 20px;
}

.copyright_box .copyright span {
	display: block;
	margin-bottom: 5px;
}

.copyright_box .copyright a {
	color: rgba(255, 255, 255, 0.70);
}

.business_license {
	width: 174px;
	height: 49px;
	margin-top: 20px;
}

/* 首页轮播图 */
.banner {
	width: 100%;
	overflow: hidden;
}

.banner .banner_swiper {
	width: 100%;
	position: relative;
}

.banner .banner_swiper a {
	display: block;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	line-height: 0;
	text-align: center;
}

.banner .banner_swiper .swiper-pagination {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 35px;
	height: 14px;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 2px 10px;
	background: #D9D9D9;
	opacity: 1;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	border-radius: 10px;
	background: none;
	border: 2px solid #005FDB;
	margin: 0 10px;
}

/* 空压机物联网—全程服务 尽在掌握（优势） */
.advantage_box {
	/* background: url(../images/advantage_bg.jpg) no-repeat; */
	/* margin-bottom: 81px; */
}

.advantage_content .advantage_imgs {
	display: flex;
	align-items: center;
}

.advantage_content .advantage_imgs .img_left {
	width: 20%;
}

.advantage_content .advantage_imgs .img_center {
	width: 60%;
	margin-left: 33px;
	margin-right: 98px;
}

.advantage_content .advantage_imgs .img_right {
	width: 20%;
}

.advantage_content .advantage_desc {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.advantage_desc .advantage_desc_box {
	width: 32%;
	padding: 20px 41px 20px 22px;
	border-radius: 16px;
	border: 1.5px solid rgba(255, 255, 255, 0.75);
	background: rgba(238, 238, 238, 0.90);
}

.advantage_desc .advantage_desc_box .desc_title {
	color: #005FDB;
	font-family: AlibabaPuHuiTi-2-75-SemiBold;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	/* 144.444% */
	letter-spacing: 0.36px;
}


.advantage_desc .advantage_desc_box .desc_text {
	color: #606266;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	letter-spacing: 0.28px;
	margin-top: 6px;
	margin-bottom: 8px;
}

.advantage_desc .advantage_desc_box .desc_list {
	display: flex;
	flex-wrap: wrap;
	color: #303133;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 185.714% */
	letter-spacing: 0.28px;
}

.advantage_desc .advantage_desc_box .desc_list em {
	position: relative;
	padding-left: 14px;
	margin-right: 30px;
	margin-bottom: 4px;
}

.advantage_desc .advantage_desc_box .desc_list:nth-child(3) em {
	margin-right: 50px;
}

.advantage_desc .advantage_desc_box .desc_list em::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 60px;
	background: #005FDB;
}

/* 葆德空压机-BD-EPM永磁变频系列 */
.frequency_conversion_content {
	display: flex;
	justify-content: space-around;
}

.frequency_conversion_content .img {
	width: 51%;
}

.frequency_conversion_content .frequency_conversion_desc {
	width: 41%;
}

.frequency_conversion_desc .desc_item {
	margin-top: 15px;
	margin-bottom: 15px;
}

.frequency_conversion_desc .desc_item:first-child .desc_title {
	margin-bottom: 14px;
}

.frequency_conversion_desc .desc_title {
	display: block;
	width: 160px;
	height: 38px;
	flex-shrink: 0;
	padding: 7px 19px 6px 19px;
	border-radius: 22px 30px 30px 3px;
	background: linear-gradient(270deg, #005FDB 34.48%, rgba(0, 95, 219, 0.78) 108.89%);
	color: #FFF;
	font-family: AlibabaPuHuiTi-2-75-SemiBold;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-bottom: 9px;
}

.frequency_conversion_desc .desc_text {
	color: #606266;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
}

/* 为什么选择莱祥空压机 */
.selection_reason_box {
	background: url(../images/selection_reason_box.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.selection_reason_content {
	overflow: hidden;
}

.selection_reason_content .swiper-slide {
	display: flex;
}

.selection_reason_content .content_text {
	width: 35%;
	background: #FFF;
	padding-left: 50px;
	padding-top: 45px;
	padding-right: 56px;
}

.selection_reason_content .img {
	width: 65%;
}

.selection_reason_content .content_text .num {
	display: block;
	color: rgba(0, 95, 219, 0.24);
	font-family: AlimamaShuHeiTi-Bold;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.selection_reason_content .content_text .content_title {
	display: block;
	color: #303133;
	font-family: AlibabaPuHuiTi-2-75-SemiBold;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	/* 118.182% */
	letter-spacing: 0.44px;
	margin-top: 11px;
	position: relative;
	margin-left: 10px;
	padding-bottom: 20px;
}

.selection_reason_content .content_text .content_title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 56px;
	height: 2px;
	flex-shrink: 0;
	border-radius: 60px;
	background: #005FDB;
}

.selection_reason_content .content_text .content_list {
	color: #606266;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 185.714% */
	letter-spacing: 0.28px;
	margin-top: 26px;
	margin-left: 10px;
}

.selection_reason_content .content_text .content_list p {
	padding-left: 8px;
	position: relative;
}

.selection_reason_content .content_text .content_list p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 3px;
	height: 3px;
	background: #606266;
	border-radius: 2px;
}

.selection_reason_swiper {
	position: relative;
}

.selection_reason_swiper .swiper-pagination-bullets {
	position: absolute;
	bottom: 70px;
	left: 60px;
	text-align: left;
}

.selection_reason_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #D9D9D9;
	margin: 0 8px;
	opacity: 1;
}

.selection_reason_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 24px;
	height: 6px;
	background: #005FDB;
}

.cases_content {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.cases_content .cases_item {
	width: 18%;
	border-radius: 6.6px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	margin-right: 30px;
	margin-bottom: 30px;
}

.cases_content .cases_item:nth-child(5n) {
	margin-right: 0;
}

.cases_content .cases_item a {
	display: block;
	padding: 30px 32px;
}

/* 空压机产品分类 */
.products_box {
	background: #F6F6F6;
	padding-bottom: 104px;
	position: relative;
}

.products_box .products_swiper {
	overflow: hidden;
}

.products_box .swiper-slide .products_catname {
	display: block;
	text-align: center;
	margin-top: 25px;
	color: #303133;
	text-align: center;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.products_box .swiper-button-prev,
.products_box .swiper-button-next {
	width: 60px;
	height: 60px;
}

.products_box .swiper-button-prev {
	background: url(../images/prev.svg) no-repeat;
	left: 10%;
}

.products_box .swiper-button-next {
	background: url(../images/next.svg) no-repeat;
	right: 10%;
}

/* 关于莱祥 */
.about_box {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about_box .about_content {
	display: flex;
	justify-content: space-between;
}

.about_box .about_content .about_desc {
	width: 48%;
}

.about_box .about_content .img {
	width: 47%;
}

.about_box .about_desc .desc_name {
	color: #005FDB;
	font-family: AlimamaShuHeiTi-Bold;
	font-size: 37px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}

.about_box .about_desc .desc_desc {
	color: #005FDB;
	text-align: center;
	font-family: AlibabaPuHuiTi-2-65-Medium;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/* 130% */
	letter-spacing: 0.4px;
}

.about_box .about_desc .desc_text {
	color: #606266;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 187.5% */
	letter-spacing: 0.16px;
	margin-top: 30px;
}

.about_box .about_desc a {
	display: block;
	width: 126px;
	height: 44px;
	text-align: center;
	border-radius: 25px;
	color: #FFF;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	margin-top: 46px;
	background: #005FDB url(../images/more.svg) no-repeat 78% center;
	padding-right: 10px;
}

/* 新闻中心 */
.news_box {
	background: url(../images/news_bg.jpg) no-repeat;
	padding-bottom: 100px;
}

.news_box .news_content {
	display: flex;
	justify-content: space-between;
}

.news_left {
	width: 45%;
}

.news_left .left_title {
	display: block;
	color: #303133;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

.news_left .left_desc {
	color: #909399;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news_list {
	width: 51%;
}

.news_list .news_item {
	padding-top: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #E4E7ED;
}

.news_list .news_item:first-child {
	padding-top: 0;
}

.news_list .news_item .item_title {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #303133;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	position: relative;
}

.news_list .news_item .item_title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	content: "";
	width: 4px;
	height: 4px;
	background: #005FDB;
	border-radius: 5px;
	margin-right: 10px;
}

.news_list .news_item time {
	color: #909399;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	padding-left: 10px;
}

/* 产品列表样式 */
.business_tab_body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.business_tab_body .business_item {
	width: 23%;
	margin: 12px;
}

.business_tab_body .business_item:nth-child(4n+1) {
	margin-left: 0;
}

.business_tab_body .business_item .desc_box {
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 10px;
	background: #FFF;
}

.business_tab_body .business_item .desc_box span {
	display: block;
	color: #303133;
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
	letter-spacing: 0.36px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* 案例展示 */
.case_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: 70px;
}

.case_list .cases_item {
	width: 18%;
	border-radius: 6.6px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	margin-right: 30px;
	margin-bottom: 30px;
}

.case_list .cases_item:nth-child(5n) {
	margin-right: 0;
}

.case_list .cases_item a {
	display: block;
	padding: 30px 32px;
}

/* 新闻资讯 */
.new_list_body {
	margin-top: 2rem;
}

.new_list_body .new_item {
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 28px;
	padding-top: 31px;
	padding-bottom: 30px;
	margin-bottom: 24px;
	background: #FFF;
	position: relative;
}

.new_list_body .new_item .img {
	width: 280px;
}

.new_list_body .new_item .new_desc {
	margin-left: 24px;
	width: 61%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc span {
	color: #303133;
	text-align: justify;
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc p {
	display: block;
	color: #909399;
	text-align: justify;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.36px;
	margin-top: 12px;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc time {
	color: #909399;
	text-align: justify;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.36px;
	background: url(../images/time.svg) no-repeat left center;
	padding-left: 24px;
}

.new_list_body .new_item .new_desc em {
	color: #909399;
	text-align: justify;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.36px;
	background: url(../images/view.svg) no-repeat left center;
	padding-left: 24px;
	margin-left: 42px;
}

.new_list_body .new_item .new_desc a {
	display: block;
	width: 142px;
	height: 56px;
	flex-shrink: 0;
	border: 1px solid #E4E7ED;
	color: #606266;
	background: #FFF;
	text-align: center;
	font-family: 'SourceHanSansSC-Regular';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 0.4px;
	position: absolute;
	right: 28px;
	top: 88px;
}

.new_list_body .new_item:hover {
	box-shadow: 0px 10px 22px 0px rgba(26, 53, 95, 0.08);
}

.new_list_body .new_item:hover a {
	border: 1px solid #005FDB;
	background: #005FDB;
	color: #FFF;
}

/* 内页详情样式 */
.info_body_box .new_title {
	color: #303133;
	text-align: center;
	font-family: AlibabaPuHuiTi-2-65-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.info_body_box .view_desc {
	text-align: center;
	padding-bottom: 24px;
}

.info_body_box .view_desc time {
	color: #909399;
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.36px;
	background: url(../images/time.svg) no-repeat left center;
	padding-left: 24px;
}

.info_body_box .view_desc em {
	color: #909399;
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.36px;
	background: url(../images/view.svg) no-repeat left center;
	padding-left: 24px;
	margin-left: 42px;
}

.info_body_box .new_info_content {
	color: #909399;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: 0.3px;
	margin-top: 7px;
	margin-bottom: 100px;
}


/* 入驻 */

.contact_form_content {
	width: 1200px;
	margin: 0px auto 80px;
}

.contact_form_content .form_item_box {
	display: flex;
	justify-content: flex-start;

	flex-wrap: wrap;
	align-items: center;
}

.contact_form_content .form_item_box .form_item {
	width: 30%;
	margin-right: 40px;
	margin-bottom: 20px;
}

.contact_form_content .form_item_box label,
.contact_form_content .form_item_special label {
	font-size: 16px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	text-align: left;
}

.contact_form_content .form_item_special label {
	font-size: 16px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	margin-bottom: 10px;
}

.contact_form_content .form_item_box label em {
	color: rgb(255, 0, 0);
	margin-left: 2px;
}

.contact_form_content .form_item_box input[type=text],
.contact_form_content .form_itme_special_box input[type=text] {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	font-size: 16px;
	color: rgb(0, 0, 0);
	padding: 0px 12px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(216, 216, 216);
	border-image: initial;
	outline: none;
	transition: 0.35s;
}

.contact_form_content .form_item_box input:focus {
	/* 	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%); */
}

.contact_form_content .form_itme_special_box {
	display: flex;
}

.contact_form_content .form_item_special input[type=radio] {
	display: block;
	height: 1.2rem;
	width: 1.2rem;
	padding-right: 5px;
	padding-right: 5px;
}

.contact_form_content .form_item_special {
	display: flex;
	margin-right: 2rem;
	align-items: center;
}

.contact_form_content .form_item_box input[type=text] {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	font-size: 16px;
	color: rgb(0, 0, 0);
	padding: 0px 12px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(216, 216, 216);
	border-image: initial;
	outline: none;
	transition: 0.35s;
}

.contact_form_content .form_item_special textarea {
	width: 100%;
	border: #d3d3d3 1px solid;
	padding: 5px;
}

.contact_form_content .form_item_special .plupload {
	background: url(../images/up_icon.png) no-repeat;
	background-position: 1.2rem center;
	border: 0;
	width: 9.5rem;
	height: 2.5rem;
	cursor: pointer;
	background-color: #d7000f;
	font-family: Alibaba-PuHuiTi-Light;
	font-size: 1rem;
	color: #fff;
	padding-left: 1rem;
	font-weight: 600;
}



.contact_form_content .submit button {
	width: 200px;
	height: 46px;
	opacity: 0.9;
	display: block;
	font-size: 20px;
	color: rgb(255, 255, 255);
	position: relative;
	padding-right: 26px;
	box-sizing: border-box;
	border-radius: 50px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	background: rgb(60, 111, 241);
	margin: 35px auto 0px;
	outline: none;
	transition: 0.35s;
}

.contact_form_content .submit button i {
	width: 24px;
	height: 24px;
	background: url('/assets/images/icon.png') center no-repeat;
	position: absolute;
	top: 12px;
	right: 36px;
	background-size: 100%;
	margin-left: 10px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

/* 入驻结束 */

@media screen and (max-width: 1024px) {
	.container {
		max-width: 990px;
		margin: 0 auto;
	}

	.head {
		width: 100%;
	}

	.head .menu ul li {
		padding-left: 8px;
		padding-right: 8px;
	}

	.selection_reason_content .content_text {
		padding-left: 20px;
		padding-top: 25px;
		padding-right: 26px;
	}

	.selection_reason_swiper .swiper-pagination-bullets {
		bottom: 0px;
		left: 18px;
	}

	.cases_content .cases_item a {
		padding: 15px 16px;
	}

	.cases_content .cases_item {
		width: 18%;
		border-radius: 6.6px;
		border: 1px solid #E3E3E3;
		background: #FFF;
		margin-right: 24px;
		margin-bottom: 24px;
	}

	.products_box .swiper-button-prev,
	.products_box .swiper-button-next {
		width: 35px;
		height: 35px;
		background-size: contain;
	}

	.products_box .swiper-button-prev {
		left: 2%;
	}

	.products_box .swiper-button-next {
		right: 2%;
	}

	/* 
	.footer .footer_content .foot_top {
		padding-left: 15px;
		padding-bottom: 20px;
	}

	.footer .footer_content .foot_menu {
		width: 72%;
	}

	.footer .footer_content .follow {
		width: 24%;
	} */

	.business_tab_body .business_item {
		width: 22%;
		margin: 16px;
	}

	.case_list .cases_item {
		margin-right: 24px;
		margin-bottom: 24px;
	}

	.case_list .cases_item a {
		padding: 15px 16px;
	}

	.new_list_body .new_item {
		padding-left: 15px;
		padding-right: 14px;
		padding-top: 16px;
		padding-bottom: 15px;
		margin-bottom: 12px;
	}

	.new_list_body .new_item .new_desc {
		width: 52%;
	}

	.new_list_body .new_item .new_desc span {
		font-size: 22px;
	}

	.new_list_body .new_item .new_desc a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		right: 2%;
		top: 40%;
	}

}