@charset "utf-8";

/*pc端banner首页*/

html,
body {
	height: 100%;
}

.index_banner_all * {
	box-sizing: border-box;
}

.index_banner_all {
	padding: 0;
	width: 100%;
	height: 100%;

	box-sizing: border-box;
}

.index_banner_all .slide_box {
	width: 100% !important;
	height: 100%;
}


.index_banner_all .swiper-container {
	width: 100% !important;
	height: 100%;
}

.index_banner_all .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	-webkit-justify-content: right;
	justify-content: right;
	-webkit-box-align: right;
	-ms-flex-align: right;
	-webkit-align-items: right;
	align-items: right;
}



.index_banner_all .swiper-pagination-bullet {
	width: 120px !important;
	height: 34px !important;
	background: transparent !important;
	opacity: 1 !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	position: relative;
	text-align: left;
	line-height: 34px;
}

.index_banner_all .swiper-pagination-bullet::after {
	width: 33px !important;
	height: 1px !important;
	background: #fff !important;
	opacity: 1 !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 0 !important;
	content: '';
	position: absolute;
	right: 0;
	bottom: 14px;
}

.index_banner_all .swiper-pagination-bullet.swiper-pagination-bullet-active {
	font-size: 16px !important;
	color: #fff !important;
	opacity: 0.48;
}

.index_banner_all .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 14px;
	width: 70px !important;
	height: 1px !important;
	background: #005BAC !important;
	opacity: 1 !important;
	border: none !important;
	border-radius: 0 !important;


}

.index_banner_all .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px !important;
	right: 10% !important;
	left: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 120px;
	height: 100%;
}




.home_banner_con {
	height: 100%;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}

.h5_head {

	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 48px;
	letter-spacing: 2px;
	color: #fff;
	text-align: left;
	line-height: 52px;
}


.h6_subTitle {
	width: 100%;
	padding: 0;
	margin: 30px 0 90px 0;
	font-size: 18px;
	text-align: left;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
}

.banner_link {
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	width: 166px;
	background: #000;
	height: 44px;
	text-align: center;
	border-radius: 22px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.banner_link span {
	display: block;
	position: relative;
	color: #333;
	width: 100%;
	line-height: 44px;
	top: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #fff;

}

.banner_link:hover {
	background: #0090D8;
}

.banner_link:hover span {
	color: #fff;
	top: -44px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}



.banner_mouse {
	position: absolute;
	bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.banner_mouse img {
	display: inline-block;
	width: 40px;
	height: 40px;

}

.banner_mouse:hover {
	bottom: 50px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}



/*pc端banner首页*/


.index_banner_m {
	display: none;
}

.index_banner_pc {
	display: block;
}

.index_banner {
	width: 100%;
}

.index_banner .swiper-container {
	width: 100%;
}

.index_banner .swiper-slide {
	width: 100%;
}

.index_banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.index_banner .swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background: #fff !important;
	opacity: 1 !important;
	border-radius: 6px !important;
	outline: none !important;
}

.index_banner .swiper-pagination-bullet::after {
	outline: none !important;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 28px !important;
	opacity: 1 !important;
	background: -webkit-linear-gradient(right, #1bdc7a, #3b92d0) !important;
	background: -o-linear-gradient(right, #1bdc7a, #3b92d0) !important;
	background: -moz-linear-gradient(right, #1bdc7a, #3b92d0) !important;
	background: -mos-linear-gradient(right, #1bdc7a, #3b92d0) !important;
	background: linear-gradient(right, #1bdc7a, #3b92d0) !important;

}

.index_banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px !important;

}


/*产品及服务*/
.module_con {
	width: 100%;
	padding: 80px 0;
}

.module_head {
	width: 100%;
	display: flex;

	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.head_main {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.head_sub {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin: 46px 0 0 0;
	text-align: center;
}

.head_btn {
	display: inline-block;
	width: 348px;
	height: 48px;
	line-height: 48px;
	text-align: center;

	font-size: 14px;
	color: #fff;
	border-radius: 24px;
	margin-top: 44px;

	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}





@keyframes sun {
	100% {
		background-position: -400% 0;
	}
}

.cp_nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}

.cp_navTab_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	margin: 0 5%;
	cursor: pointer;
}

.cp_navTab_item:hover,
.cp_navTab_item.cur {
	color: #0A93FD;
}

.cp_navTab_img {
	display: inline-block;
	width: 84px;
	height: 84px;
	background: url(../images/cp_1.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_01:hover .cp_navTab_img {

	background: url(../images/cp_1s.gif) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_02 .cp_navTab_img {
	background: url(../images/cp_2.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.cp_03 .cp_navTab_img {
	background: url(../images/cp_3.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.cp_04 .cp_navTab_img {
	background: url(../images/cp_4.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.cp_05 .cp_navTab_img {
	background: url(../images/cp_5.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.cp_06 .cp_navTab_img {
	background: url(../images/cp_6.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}


.cp_02:hover .cp_navTab_img {
	background: url(../images/cp_2s.gif) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_03:hover .cp_navTab_img {
	background: url(../images/cp_3s.gif) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_04:hover .cp_navTab_img {
	background: url(../images/cp_4s.gif) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_05:hover .cp_navTab_img {
	background: url(../images/cp_5s.gif) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_06:hover .cp_navTab_img {
	background: url(../images/cp_6s.gif) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	/* -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; */
}

.cp_navCon {
	width: 100%;
}

.navCon_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.navCon_item.navCon_show {
	display: none;
}

.navCon_link {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.navCon_link a {
	font-size: 16px;
	text-align: center;
	background: linear-gradient(to right, #4DAFD9, #2bdcd3);
	-webkit-background-clip: text;
	color: transparent;
}



.navCon_right {
	width: 560px;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: column;
	margin-left: 8.1%;
}

.navCon_right h5 {
	width: 100%;
	margin: 0;
	font-size: 24px;
	color: #333;
	line-height: 44px;
	padding: 0;
	font-weight: bold;
}

.navCon_right p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin: 20px 0 0 0;
	padding-right: 60px;
}

.cp_data_con {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 44px;
}

.cp_data_item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	flex-direction: column;
}

.data_img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
}

.data_img span {
	font-size: 48px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
}

.data_img img {
	display: inline-block;
	height: 37px;
	width: auto;
	margin-left: 6px;
}

.data_img .img_sz {
	display: inline-block;
	height: 35px;
	width: auto;
	margin-right: 10px;
}

.cp_nav_pc {
	display: block;
	width: 100%;
}

.cp_nav_mobile {
	display: none;
}


/*解决方案*/
.solve_pc {
	width: 100%;
	background: url(../images/solve_bj01.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 80px 0;
	width: 100%;
}

.solve_pc .head_main,
.solve_pc .head_sub {
	color: #fff;
	margin-top: 36px;
}

.solve_mobile {
	display: none;
}

.solve_nav {
	width: 100%;
	margin-top: 50px;
}

.solve_ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	line-height: 46rpx;
	font-size: 16px;
	color: #fff;
}

.solve_ul li {
	height: 46px;
	line-height: 46px;
	width: 160px;
	text-align: center;
	margin: 0 25px;
	cursor: pointer;
}

.solve_ul li.solve_cur,
.solve_ul li:hover {
	background: url(../images/solve_nav_bj.png) no-repeat;
	background-size: auto 46px;
	background-position: center bottom;
}

.solve_conent {
	width: 100%;
}

.solve_con_item {
	width: 1300px;
	border: 1px solid #616772;
	margin: -1px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 22px 40px 40px 40px;
	color: #fff;
}

.solve_con_item.solve_hide {
	display: none;
}

.solve_left {
	width: 44%;
}

.solve_type_01 {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
}

.solve_type_01 span {
	margin-right: 16px;
	display: inline-block;
	width: 62px;
	height: 1px;
	background: #fff;
}

.solve_type_01 img {
	display: inline-block;
	width: 26px;
	height: 26px;
}

.solve_right {
	width: 44%;
}

.solve_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 16px;
}

.solve_desc {
	width: 100%;
	margin-top: 20px;
	line-height: 26px;
	font-size: 14px;
	height: 78px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.solve_left a {
	margin-top: 38px;
	line-height: 26px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	letter-spacing:2px;
	text-decoration: none;
}

.solve_left a:hover {
	color: #fff;
	text-decoration: underline;
}

.s_right_img {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-top: 16px;
}

.s_right_img img {
	display: inline-block;
	height: 38px;
	width: auto;
	margin-right: 10px;
}

.s_right_text {
	width: 100%;
	margin-top: 30px;
	line-height: 26px;
	font-size: 14px;
	height: 78px;
	letter-spacing:2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.s_right_xg {
	width: 100%;
	margin-top: 38px;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.s_right_xg label {
	font-size: 14px;
	font-weight: normal;
}

.s_right_xg span {
	margin-left: 10px;
	display: inline-block;
	height: 26px;
	line-height: 24px;
	border-radius: 13px;
	border: 1px solid #fff;
	padding: 0 16px;
}

.middle_fg {
	margin-top: 20px;
}


/*创新者*/
.innovator_pc {
	width: 100%;
	display: inline-block;
	padding: 80px 0;
}

.csz_switch {
	max-width: 1336px;
	margin: auto;
	width: 100%;
	margin-top: 54px;
}

.cxz_nav {
	width: 100%;
	height: 118px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(74, 74, 74, .1);

}



.cxz_nav ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 118px;
	box-shadow: 0 -4px 12px rgba(74, 74, 74, .1);

}

.cxz_nav ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 118px;
	cursor: pointer;
	position: relative;

}

.cxz_nav ul li image {
	display: inline-block;
	width: auto;
	height: auto;
}
.cxz_nav ul li strong {
	font-size: 18px;
}
.cxz_nav ul li span {
	display: none;
	width: 64px;
	height: 30px;
	background: url(../images/cx_arrow.png) no-repeat;
	background-size: 64px 30px;
	background-position: center top;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -30px;
}

.cxz_nav ul li.active span,
.cxz_nav ul li:hover span {
	display: inline-block;
}

.cxz_conent {
	margin-top: 30px;
	width: 100%;
	box-shadow: 0 4px 12px rgba(74, 74, 74, .1);
}

.cxz_con_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: 0 -4px 12px rgba(74, 74, 74, .1);
	padding: 40px;
}

.cxz_con_item.cxz_hide {
	display: none;
}

.cxz_item_left {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
	padding-right: 60px;
}

.cxz_item_left h5 {
	font-size: 22px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 30px;
}

.cxz_item_left p {
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	margin: 0;
	line-height: 30px;
	min-height: 90px;
	margin-top: 20px;
	padding: 0;
}

.cxz_left_img {
	width: 100%;
	margin-top: 40px;
	text-align: right;
}

.cxz_left_img img {
	display: inline-block;
	height: 48px;
	width: auto;
	margin-left: 50px;
}

.cxz_item_right {
	width: 29.5%;
	padding-left: 50px;
}

.cxz_item_right h5 {
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333;
}

.cxz_item_right p {
	font-size: 14px;
	letter-spacing: 2px;
	color: #000;
	line-height: 30px;
	margin: 0;
	min-height: 90px;
	margin-top: 20px;
	padding: 0;
}

.cxz_right_desc {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
}

.cxz_right_desc h6 {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}


/*搜索更多案例*/
.case_box {
	width: 100%;
	padding: 0 0 80px 0;
	background: #fff;
}

.case_head {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.case_head div {
	font-size: 16px;
	text-align: center;
	background: linear-gradient(to right, #4DAFD9, #2bdcd3);
	-webkit-background-clip: text;
	color: transparent;
}

.case_head img {
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 36px;
}

.case_con {
	width: 100%;
	margin-top: 70px;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.case_item {
	display: inline-block;
	width: 25%;
}

.case_item a {
	display: inline-block;
}

.case_item a img {
	display: inline-block;
	width: 100%;
	height: auto;
	/* -webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out; */
}


.case_item a:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

/*营销课堂热点资讯*/
.market_box {
	width: 100%;
	padding: 0 0 80px 0;
	background: #fff;
}

.market_conent {
	width: 100%;
	max-width: 1336px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.market_left {
	width: 25.5%;
}


.market_head {
	width: 100%;
	margin: 0 0 60px 0;

	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}

.market_head a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background: linear-gradient(to right, #4DAFD9, #2bdcd3);
	-webkit-background-clip: text;
	color: transparent;
}

.market_head a:hover {
	text-decoration: underline;
}

.market_con {
	border-radius: 10px;
	padding: 30px 20px;
	width: 100%;
	background: url(../images/yx_bj.png) no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	height: 437px;
}

.market_ul {
	width: 100%;
	margin: 0;
	height: 437px;
	padding: 0;
}

.market_ul li {
	width: 100%;
	margin-bottom: 15px;
}

.market_ul li:last-child {
	margin: 0;
}

.market_ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.market_ul li a img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 4px;
}

.market_text {
	display: inline-block;
	width: 254px;
}

.market_text div {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
}

.market_text p {
	font-size: 14px;
	line-height: 24px;
	color: #ABABAB;
	padding: 0;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}

.market_ul li:hover a .market_text div {
	text-decoration: underline;
}

.market_ul li:hover a .market_text p {
	color: #fff;
	text-decoration: underline;
}


.information_right {
	width: 68.8%;
}

.information_con {
	width: 100%;
}

.newsInfo_ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 437px;
}

.newsInfo_ul li {
	height: 100%;
	cursor: pointer;
	width: 16.5%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.newsInfo_div {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-size: auto 100%;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 30px;
}

.newsInfo_ul li a {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.newsInfo_ul li.li_show a {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.newsInfo_li.li_show {
	width: 37.5%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}



.newsInfo_div h6 {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	margin-top: 330px;
	padding: 0;
	line-height: 20px;
}

.newsInfo_div p {
	font-size: 14px;
	color: #ABABAB;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 14px;
}

/*合作伙伴*/

.my_client {
	width: 100%;
	background: #fff;
}

.swiper-client {
	display: inline-block;
}

.swiper-client01 {
	display: none;
}

.client_con {
	padding: 60px 0;
}

.client_con .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.client_con .swiper-container .swiper-wrapper {

	height: calc((100% - 0px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: center;
	align-items: center;
}

.client_con .swiper-container .swiper-slide {
	/* width: 20%; */
	text-align: center;
}

.client_con .swiper-container .swiper-slide img {
	width: 160px;
	height: 58px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}


.client_con .swiper-container .swiper-slide img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);

	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;

}


/*联系我们*/
.ContactUs_bottom {
	width: 100%;
	background: url(../images/pc_lx_bj.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	height: 300px;
}

.ContactUs_con {
	max-width: 1526px;
	padding: 0 20px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.lx_left {
	width: 70%;
	padding-right: 10%;

}

.lx_right {
	width: 30%;
	text-align: right;
}

.lx_right a {
	display: inline-block;
	width: 360px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 24px;
}

.lx_left h5 {
	font-size: 24px;
	color: #000;
	margin: 0;
	font-weight: bold;
	line-height: 26px;
	padding: 0;
}

.lx_left p {
	font-size: 16px;
	margin: 30px 0 0 0;
	color: #555;
}

/*人力资源*/
.human_con {
	width: 100%;
	padding: 50px 60px 120px 60px;
	background: #fff;
}

.human_list {
	width: 100%;
}

.human_item {
	width: 100%;

}

.human_item.human_show .human_head {
	border: none;
}

.human_head {
	width: 100%;
	border-bottom: 1px solid #E5E3DA;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	cursor: pointer;
}

.human_head .human_label {
	font-size: 20px;
	color: #333;
}

.human_head_right {
	display: flex;
	justify-content: right;
	align-items: center;
	font-size: 16px;
	color: #8D8D8D;
}

.human_head_right div text {
	margin-right: 30px;
}

.operate_arrow {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../images/y_arrow_r.png) no-repeat;
	background-size: 43px auto;
	background-position: right center;
}

.human_text {
	display: none;
	width: 100%;
	box-shadow: 0 8px 22px rgba(74, 74, 74, .15);
	padding: 60px 40px 46px 40px;
	border-top: 1px solid #017fc8;
}

.human_text h5 {
	font-size: 18px;
	color: #181818;
	font-weight: bold;
	line-height: 20px;
}

.human_text ul {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.human_text ul li {
	width: 100%;
	font-size: 16px;
	color: #181818;
	line-height: 26px;
}

.human_text a {
	outline: none;
	border: none;
	margin-top: 76px;
	display: inline-block;
	width: 142px;
	font-size: 16px;
	height: 48px;
	color: #fff;
	text-align: center;
	line-height: 48px;

}

.human_show .human_label {
	color: #017FC8;
}

.human_show .operate_arrow {
	display: inline-block;

	background: url(../images/y_arrow_b.png) no-repeat;
	background-size: 43px auto;
	background-position: right center;
}

.human_show .human_text {
	display: inline-block;
}

.job_yq {
	display: none;
}

/*热点资讯*/
.newsList_box {
	background: #fff;
	width: 100%;
	padding-bottom: 96px;
}

.newsList_con {
	width: 100%;
	max-width: 1700px;
	padding: 30px 25px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about_news .newsList_con {
	width: 94%;
	max-width: unset;
	padding-top: 40px;
	min-width: 1260px;
}

.about_news .news_date text {
	margin-top: 14px
}

.about_news .news_date {
	padding: 8px 0;
}

.news_item {
	width: 48%;

}

.news_item a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	border-bottom: 1px solid #e4e4e4;
}

.news_item a:hover {
	border-color: #0090d8;
	background-size: 100% 1px;
	background-position: center bottom;
}

.news_item a:hover .news_text h5 {
	background: #0090d8;
	-webkit-background-clip: text;
	color: transparent;
}

.news_item a:hover .news_text p {
	color: #666;
}

.news_item a:hover .go_details {

	background: url(../images/news_jt_b.png) no-repeat;
	background-size: 30px auto;
	background-position: center center;
}

.news_date {
	width: 16.4%;
	display: flex;
	justify-content: left;
	align-items: left;
	flex-direction: column;
	font-size: 30px;
	color: #333;
	line-height: 32px;
	border-right: 1px solid #E4E4E4;
}

.news_date text {
	font-size: 18px;
	color: #999;
	line-height: 20px;
	margin-top: 4px;
}

.news_con {
	width: 77.2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_text {
	width: 75.6%;
}

.news_text h5 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin: 0;
	height: 60px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_text p {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 14px;
}

.go_details {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/news_jt_g.png) no-repeat;
	background-size: 30px auto;
	background-position: center center;
}

/*新闻详情*/
.newsDetails_box {
	width: 100%;
	padding: 70px 0;
	background: #fff;
}

.newsDetails_width {
	width: 100%;
	max-width: 800px;
	margin: auto
}

.details_head {
	font-size: 40px;
	color: #222;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.news_byTime {
	width: 100%;
	text-align: center;
	margin: 24px 0;
	font-size: 14px;
	color: #ADADAD;
	line-height: 16px;
}

.news_details_text {
	width: 100%
}

.news_details_text p {
	margin: 0;
	line-height: 32px;
	padding: 20px 0 30px 0;
	width: 100%;
	font-size: 18px;
	color: #555;
}

.news_details_text p img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.news_details_text h5 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 34px;
}

/*联系我们页面*/
.contact_us {
	width: 100%;
	padding-bottom: 120px;
	background: #fff;
}

.company_map {
	width: 100%;
	height: 750px;
	position: relative;
}

.map_info {
	width: 480px;
	height: 500px;
	border-top: 4px solid #0D81BB;
	background: #fff;
	box-shadow: 0 8px 24px rgba(74, 74, 74, .15);
	position: absolute;
	left: 50%;
	margin-right: -240px;
	top: 125px;
	z-index: 4;
	padding: 30px;
}

.mapInfo_head {
	width: 100%;
	margin-top: 10px;
}

.mapInfo_head div {
	font-size: 24px;
	color: #0090D8;
	line-height: 26px;
}

.mapInfo_head span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #0090D8;
	margin-top: 14px;
}

.mapInfo_desc {
	width: 100%;
	margin-top: 22px;
}

.map_desc_item {
	width: 100%;
	padding: 16px 0;
	border-bottom: 2px dashed #E5E5E5;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.map_desc_item:last-child {
	border: none;
}

.map_desc_item img {
	display: inline-block;
	width: 26px;
	height: 26px;
}

.map_item_text {
	width: 375px;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.map_item_text label {
	font-weight: normal;
	line-height: 26px;
}

.map_item_text div {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	width: 318px;
	flex-wrap: wrap;
	line-height: 26px;
	word-wrap: break-word;
	word-break: break-all;
}

.map_item_text div span {
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 26px;
}

.contact_input {
	width: 100%;
	max-width: 1240px;
	margin: 96px auto 0 auto;
}

.contact_input h5 {
	font-size: 24px;
	color: #0090D8;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.input_modal {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.input_item {
	width: 32%;
	margin-top: 32px;
}

.input_item p {
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	margin: 0 0 15px 0;
}

.input_item input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #efefef;
	padding: 0 20px;
	font-size: 12px;
	color: #333;
	border: none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
}

.input_item input::-webkit-input-placeholder {
	color: #999999;
}

.input_item input:-moz-placeholder {
	color: #999999;
}

.input_item input:-ms-input-placeholder {
	color: #999999;
}

.input_item textarea {
	width: 100%;
	height: 124px;
	line-height: 50px;
	background: #efefef;
	padding: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	border: none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	resize: none;
}

.input_item.input_item_textarea {
	width: 100%;
}

.submit_btn {
	display: inline-block;
	width: 32%;
	margin-top: 40px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;

	text-decoration: none;
}

.submit_btn:hover {
	color: #fff;
	text-decoration: none;
}

.index_banner_yuyue {
	width: 100%;
	height: 100%;
	/*padding-top: 66px;*/
}

.index_banner_yuyue div.banner_yuyue_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.banner_yuyue img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.yuyue_con_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 66px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yuyue_con {
	display: inline-block;
	width: 90%;
	max-width: 560px;
	background: #fff;
	padding: 60px 70px;
	position: relative;

}

.close_img {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	opacity: .6;
}

.close_img:hover {
	opacity: 1;
}

.yuyue_con h5 {
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}

.yuyue_con p {
	text-align: center;
	margin: 30px 0;
	padding: 0;
	color: #808080;
	font-size: 16px;
	line-height: 18px;
}

.yuyue_input {
	width: 100%;
}

.yuyue_input input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #808080;
	padding: 0 20px;
	border: 1px solid #ededed;
	margin-top: 20px;
	outline: none;
	border-radius: 0;
}

.yuyue_btn {
	display: inline-block;
	width: 100% !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center;
	background: #017FC8;
	color: #fff !important;
	font-size: 16px !important;
	margin-top: 20px !important;
	text-decoration: none;
}

.yuyue_btn:hover {
	color: #fff;
	text-decoration: none;
}

.yuyue_tips {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 18px;
	font-size: 12px;
	color: #808080;
	line-height: 14px;
}

.yuyue_tips img {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}


/*关于我们*/
.about_box {
	width: 100%;
	background: #fff;
}

.about_con01 {
	width: 100%;
	padding: 90px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.con01_left {
	width: 358px;
}

.con01_left img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.con01_right {
	width: 770px;
	margin-left: 90px;
}

.con01_r_con {
	width: 100%;
}

.con01_r_con h5 {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 24px;
	color: #333;
	line-height: 26px;
	background: linear-gradient(to right, #4DAFD9, #2bdcd3);
	-webkit-background-clip: text;
	color: transparent;

}

.con01_r_con div {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.con01_r_con:last-child {
	margin-top: 50px;
}

.about_con02 {
	width: 100%;
	background: url(../images/green_bj.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 160px 0;
}

.con02_box {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
}

.con02_box h5 {
	font-size: 36px;
	color: #1E242B;
	font-weight: bold;
	line-height: 44px;
}

.con02_data {
	width: 100%;
	margin-top: 138px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.conData_div {
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #1E242B;
	line-height: 18px;
	align-items: center;
	flex-direction: column;
}

.conData_img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 40px;
}

.data_sz_img {
	display: inline-block;
	height: 66px;
	width: auto;
}

.data_status_img {
	display: inline-block;
	height: 30px;
	width: auto;
	margin-left: 10px;
}

.about_con03 {
	width: 100%;
}

.about_con03 img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.about_con04 {
	width: 100%;
	padding: 130px 0 100px 0;
}

.con04_box {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.con04_item {
	width: 41.5%;
	display: flex;
	justify-content: left;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 50px;
}

.con04_item img {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-bottom: 40px;
}

.con04_item h5 {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.con04_item p {
	font-size: 14px;
	color: #222222;
	line-height: 28px;
	margin: 20px 0 0 0;
	padding: 0;
}


/*产品及服务*/
.service_box {
	width: 100%;
	background: #fff;
}

.service_step {
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #ececec;

}

.step_box {
	width: 75%;
	min-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #222;
	justify-content: space-between;
	box-sizing: border-box;
	height: 64px;
}

.service_step div {}

.service_step img {
	display: inline-block;
	width: 14px;
	height: auto;
	margin-right: 14px;
}

.service_modal {
	width: 100%;
	height: 500px;

	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.service_img {
	width: 50%;
	height: 500px;
	float: left;
	background-size: cover cover;
	background-position: center center;
}

.service_img img {
	display: none;
}



.service_text {
	float: right;
	width: 50%;
	height: 500px;

	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	cursor: pointer;
	padding: 0 60px 0 90px;
}

.sub_title {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sub_title::after {
	display: inline-block;
	width: 42px;
	height: 1px;
	background: #333333;
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
}

.service_modal h5 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
	color: #333;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.show_more {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/xq_line.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	margin-top: 50px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.show_more:hover {
	background: url(../images/xq_block.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	margin-left: 6px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}





.service_text p {
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}




.service_modal:hover h5 {
	background: linear-gradient(to right, #4DAFD9, #2bdcd3);
	-webkit-background-clip: text;
	color: transparent;
	padding-left: 6px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.service_modal:hover a {
	background: url(../images/xq_block.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;

}


.service_modal_01 .service_img {
	float: right;
}

.service_modal_01 .service_text {
	float: left;
	padding: 0 90px 0 60px;
}


/*首页案例  热点资讯*/


.index_case_pc {
	width: 100%;
	overflow: hidden;
}

.index_case_pc a {
	float: left;
	width: 33.33%;
	position: relative;
	*width: 33.31%;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.index_case_pc a img {
	max-width: 100%;
}





.index_case_pc .index_case_con {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;

	display: block;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=1);


	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

	text-align: left;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;

	color: #fff;
	padding: 60px;
	box-sizing: border-box;

}

.index_case_pc .index_case_con h5 {
	font-weight: normal;
	font-size: 24px;

	width: 100%;
	text-align: left;
	line-height: 26px;
	font-weight: bold;
}

.index_case_con p {
	font-size: 16px;
	line-height: 30px;
	height: 0px;
	display: none;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity: 0;
}

.index_case_pc a:hover p {
	display: inline-block;
	height: 60px;
	margin-top: 30px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.index_case_pc .index_case_con div {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 24px;
}

.index_case_pc .index_case_con div span {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/case_arrow_line.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	margin-right: 18px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.index_case_pc a:hover .index_case_con div span {
	background: url(../images/case_arrow_block.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.index_case_pc .index_case_con div text {
	font-size: 14px;
}


.index_news_con {
	width: 100%;
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}

.index_news_con a {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-direction: column;
	width: 48%;
	overflow: hidden;
	background: #F7F7F7;
}

.index_news_img {
	width: 100%;
	background-size: cover !important;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	overflow: hidden;
}

.index_news_img img {
	display: inline-block;
	width: 100%;
	height: auto;
}


.news_con_text h5 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.news_con_text {
	width: 100%;
	padding: 25px 25px 60px 25px;
}

.news_con_text p {
	width: 100%;
	font-size: 16px;
	color: #555;
	line-height: 30px;
	height: 60px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 20px 0 25px 0;
}

.fb_time {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #333;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}




.index_news_con a:hover .index_news_img {
	transform: scale(1.02);
	-ms-transform: scale(1.02);
	/* IE 9 */
	-webkit-transform: scale(1.02);
	/* Safari 和 Chrome */
	-o-transform: scale(1.02);
	/* Opera */
	-moz-transform: scale(1.02);

}

.index_news_con a:hover h5 {
	color: #205299;
	padding-left: 6px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.index_news_con a:hover div span {
	color: #205299;
	padding-left: 6px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/*合作案例*/
.case-wrap {
	background-color: #f1f1f1;
}



.case-wrap a {
	float: left;
	width: 25%;
	position: relative;
	*width: 24.98%;
	height: 198px;
	overflow: hidden;
	margin-top: -1px;
}

.case-wrap a img {
	max-width: 100%;
}

.case-wrap a:hover .overlay-con {
	opacity: 0.93;
	filter: alpha(opacity=93)
}

.case-wrap .overlay-con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: #0090D8;
	opacity: 0;
	filter: alpha(opacity=0);


	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

	text-align: center;

	color: #fff;

}



.case-wrap .overlay-con h2 {
	font-weight: normal;
	font-size: 26px;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: -36px;
	line-height: 36px;
}


@media screen and (max-width:1680px) {


	.case-wrap .overlay-con h2 {

		font-size: 24px;

		margin-top: -34px;
		line-height: 34px;
	}
}

@media screen and (max-width:1650px) {


	.yuyue_con {
		max-width: 460px;
		padding: 50px 60px;

	}

	.yuyue_con h5 {
		font-size: 20px;
	}

	.yuyue_con p {
		font-size: 14px;
		margin: 20px 0;
	}



	.case-wrap .overlay-con h2 {

		font-size: 24px;

		margin-top: -34px;
		line-height: 34px;
	}

}

@media screen and (max-width:1440px) {

	.case-wrap .overlay-con h2 {

		font-size: 20px;

		margin-top: -28px;
		line-height: 28px;
	}
}

@media screen and (max-width:1366px) {

	.case-wrap .overlay-con h2 {

		font-size: 18px;

		margin-top: -26px;
		line-height: 26px;
	}

}

@media screen and (max-width:1279px) {
	.case-wrap .overlay-con h2 {

		font-size: 18px;

		margin-top: -26px;
		line-height: 26px;
	}
}

@media screen and (max-width:1200px) {

	.case-wrap .overlay-con h2 {

		font-size: 18px;

		margin-top: -26px;
		line-height: 26px;
	}
}

@media screen and (max-width:1024px) {
	/*banner*/

	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px !important;
	}

	.index_banner .swiper-pagination-bullet {
		width: 6px !important;
	}

	.index_banner_pc {
		display: none;
	}

	.index_banner_m {
		display: inline-block;
	}

	.index_banner_yuyue {
	/*	padding-top: 62px;*/
		width: 100%;
		height: 100%;
	}

	/* .index_banner_yuyue .index_banner_m {
		margin-top: -72px;
	} */




	.yuyue_con_box {

		padding-top: 72px;
		align-items: flex-start;

	}

	.yuyue_con {

		width: 92%;
		padding: 10% 4%;
		margin-top: 20%;
		position: relative;

	}

	.close_img {
		display: inline-block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 12px;
		right: 12px;
	}

	.yuyue_con h5 {
		font-size: 18px;
		line-height: 20px;
	}

	.yuyue_con p {
		margin: 15px 0;
		font-size: 12px;
		line-height: 14px;
	}

	.yuyue_input {
		width: 100%;
	}

	.yuyue_input input {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		padding: 0 15px;
		margin-top: 16px;
	}

	.yuyue_btn {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 16px;
	}


	.yuyue_tips {
		width: 100%;
		display: flex;
		justify-content: left;
		align-items: center;
		margin-top: 18px;
		font-size: 12px;
		color: #808080;
		line-height: 14px;
	}

	/*产品及服务*/
	.cp_nav_pc {
		display: none;
	}

	.cp_nav_mobile {
		display: block;
		margin-top: 20px;
		padding: 0 10px;
	}

	.module_con {
		width: 100%;
		padding: 30px 10px 0 10px;
		background: #f6f7fb;
	}

	.cp_m_item {
		width: 100%;
		border-bottom: 1px solid #cbced6;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.cp_m_head {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
	}

	.cp_head_left {
		display: flex;
		justify-content: left;
		align-items: center;
		font-size: 14px;
		color: #55555c;
	}

	.cp_head_left img {
		display: inline-block;
		width: 42px;
		height: 42px;
		margin-right: 6px;
	}

	.cp_head_right {
		margin-right: 10px;
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url(../images/b_arrow_g.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.cp_m_item_show .cp_head_right {

		background: url(../images/t_arrow_b.png) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

	.head_main {
		font-size: 20px;
		line-height: 22px;
	}

	.head_sub {
		font-size: 13px;
		line-height: 22px;
		margin: 16px 0 0 0;
		padding: 0 10px;
	}

	.head_btn {
		width: 86%;
		height: 40px;
		line-height: 40px;
		background: url(../images/btn_bj.jpg) repeat-y;
		background-size: 100% auto;
		background-position: center top;
		border-radius: 20px;
		font-size: 12px;
		margin-top: 25px;
		text-decoration: none;

	}

	.head_btn:hover {
		text-decoration: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.cp_m_conent {
		padding: 10px 15px;
		width: 100%;
		display: none;
		opacity: 0;
		height: 0;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #fff;
		box-shadow: 0 8px 16px rgba(74, 74, 74, .2);
	}

	.cp_m_item_show .cp_m_conent {
		opacity: 1;
		height: auto;
		overflow: visible;
		display: flex;
	}

	.cp_m_item_show {
		border: none
	}

	.cp_m_item {
		width: 100%;
	}

	.cp_m_item:last-child .cp_m_conent {
		margin-bottom: 30px;
	}

	.cp_m_pt_img {
		display: inline-block;
		width: 100%;
		height: auto;
	}

	.cp_m_text {
		width: 100%;
		padding: 15px 0;
	}

	.cp_m_text h5 {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		color: #333;
		margin: 0;
		padding: 0;
	}

	.cp_m_text p {
		font-size: 12px;
		color: #545454;
		line-height: 18px;
		margin-top: 15px;
	}

	.navCon_link {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}

	.navCon_link a {
		font-size: 14px;
		background: linear-gradient(to right, #4DAFD9, #2bdcd3);
		-webkit-background-clip: text;
		color: transparent;
	}



	.cp_data_con {
		margin-top: 30px;
		justify-content: space-around;
	}

	.cp_data_item {
		font-size: 12px;
		line-height: 16px;
		color: #333;
	}

	.data_img {
		margin-bottom: 12px;
	}

	.data_img span {
		font-size: 30px;
		line-height: 24px;
	}

	.data_img img {
		height: 18px;
		width: auto;
	}

	.data_img .img_sz {
		height: 22px;
		margin-right: 4px;
		width: auto;
	}

	/*各大行业全栈解决方案*/
	.solve_pc {
		display: none;
	}

	.solve_mobile {
		display: inline-block;
		width: 100%;
		padding-top: 30px;
		background: #fff;
	}

	.solve_m_img {
		width: 100%;
		padding: 15px 10px;
		background: #fff;
	}


	.solve_m_img .swiper-container {
		padding-bottom: 24px !important;
	}

	.solve_m_img .solve_swiper h5 {
		font-size: 15px;
		line-height: 16px;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		font-weight: bold;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}


	.solve_div {
		width: 100%;
		color: #ddd;
		line-height: 22px;
		font-size: 13px;
		height: 88px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin-top: 18px;
		text-align: center;
	}


	.solve_slide_img {
		width: 100%;
		height: auto;
	}


	.solve_slide_box {
		width: 100%;
		padding: 25px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: #fff;
	}

	.solve_slide_box a {
		display: inline-block;
		font-size: 14px;
		color: #fff;
		line-height: 30px;
		width: 46%;
		background: url(../images/btn_bj.jpg) repeat-y;
		background-size: auto auto;
		background-position: center top;
		text-align: center;
		border-radius: 15px;
		margin-top: 40px;
	}

	.solve_m_img.index_banner .swiper-pagination-bullet {

		background: #e0e0e0 !important;

	}

	.solve_m_img.index_banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0px !important;
	}

	.solve_m_img.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {

		background: -webkit-linear-gradient(right, #1bdc7a, #3b92d0) !important;
		background: -o-linear-gradient(right, #1bdc7a, #3b92d0) !important;
		background: -moz-linear-gradient(right, #1bdc7a, #3b92d0) !important;
		background: -mos-linear-gradient(right, #1bdc7a, #3b92d0) !important;
		background: linear-gradient(right, #1bdc7a, #3b92d0) !important;

	}

	.solve_m_img_innovator {
		padding: 15px 0;
	}

	.solve_swiper .swiper-slide {
		border-radius: 6px;
		overflow: hidden;
	}

	.solve_swiper .swiper-slide:nth-child(1n) {
		background: url(../images/solve_m_bj01.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}

	.solve_swiper .swiper-slide:nth-child(2n) {
		background: url(../images/solve_m_bj.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}

	.solve_swiper .swiper-slide:nth-child(3n) {
		background: url(../images/solve_m_bj03.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}

	.solve_swiper .swiper-slide:nth-child(4n) {
		background: url(../images/solve_m_bj04.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}

	.solve_swiper .swiper-slide:nth-child(5n) {
		background: url(../images/solve_m_bj05.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}


	.innovator_swiper .swiper-slide {
		padding: 10px;
		box-sizing: border-box;
	}

	.innovator_slide_box {
		width: 100%;
		padding: 25px 20px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		color: #fff;
		border-radius: 6px;
		background: #fff !important;
		box-shadow: 0 8px 18px rgba(74, 74, 74, .15) !important;
	}

	.innovator_slide_box h5 {
		font-size: 15px;
		line-height: 16px;
		color: #333;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		font-weight: bold;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
		margin-top: 18px;
	}

	.index_banner .innovator_slide_box img {
		display: inline-block;
		width: 44%;
		height: auto;
		margin: auto;
	}

	.innovator_slide_box .solve_div {
		width: 100%;
		color: #6A6B72;
		line-height: 18px;
		font-size: 12px;
		height: 90px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		margin-top: 12px;
		text-align: left;
		margin-bottom: 20px;
	}

	.innovator_pc {
		display: none;
	}



	/*搜索更多案例*/
	.case_box {
		width: 100%;
		padding: 10px 0 40px 0;
		background: #fff;
	}

	.case_head {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.case_head div {
		font-size: 12px;
		text-align: center;
		background: linear-gradient(to right, #4DAFD9, #2bdcd3);
		-webkit-background-clip: text;
		color: transparent;
	}

	.case_head img {
		margin-top: 10px;
		width: 20px;
	}

	.case_con {
		margin-top: 25px;
	}

	.case_item {
		width: 50%;
	}



	.case_item a:hover img {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}




	/*营销课堂热点资讯*/
	.market_box {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.market_conent {
		width: 100%;
		padding: 0 0 0 15px;
		display: flex;
		justify-content: left;
		flex-direction: column;
		align-items: flex-start;
	}

	.market_left {
		width: 100%;
		padding-right: 15px;
	}


	.market_head {
		margin: 0 0 30px 0;
		justify-content: center;
		font-size: 20px;
		line-height: 24px;

		width: 100%;
	}

	.market_head a {
		position: absolute;
		right: 15px;
		top: 5px;
		font-size: 12px;
		line-height: 14px;

	}

	.market_head a:hover {
		text-decoration: none;
	}

	.market_con {
		border-radius: 6px;
		padding: 30px 20px 30px 20px;
		width: 100%;
		background: url(../images/yx_bj.png) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
		height: auto;
	}

	.market_ul {

		height: auto;

	}

	.market_ul li {
		margin-bottom: 15px;
	}



	.market_ul li a {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.market_ul li a img {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-top: 4px;
	}

	.market_text {
		display: inline-block;
		width: 88%;
	}

	.market_text div {
		line-height: 22px;

		font-size: 14px;
	}

	.market_text p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;

		margin-top: 5px;
	}

	.market_ul li:hover a .market_text div {
		text-decoration: underline;
	}

	.market_ul li:hover a .market_text p {
		color: #fff;
		text-decoration: underline;
	}


	.information_right {
		width: 100%;
	}

	.information_right .market_head {

		position: relative;
		margin-top: 40px;
	}


	.information_con {
		width: 100%;
		/* overflow: hidden; */
	}

	.newsInfo_ul {
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
		justify-content: unset;
		align-items: unset;
		height: 212px;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	.newsInfo_ul li {

		display: inline-block;
		width: 75px;
		height: 212px;
		margin-right: 10px;

	}

	.newsInfo_div {
		display: inline-block;
		width: 100%;
		height: 100%;
		border-radius: 6px;
		background-size: auto 100%;
		overflow: hidden;
		background-position: left top;
		background-repeat: no-repeat;
		padding: 0 5px 0 10px;
	}

	.newsInfo_ul li a {
		display: none;
		opacity: 0;

	}

	.newsInfo_ul li.li_show a {
		display: inline-block;
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	.newsInfo_li.li_show {
		width: 200px;
	}



	.newsInfo_div h6 {
		color: #fff;
		font-size: 14px;
		margin-top: 150px;
		line-height: 20px;
	}

	.newsInfo_ul .newsInfo_div p {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	/*合作伙伴*/
	.swiper-client {
		display: none;
	}

	.swiper-client01 {
		display: inline-block;
	}



	.client_con {
		padding: 30px 0;
	}

	.client_con .swiper-container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}



	.client_con .swiper-container .swiper-slide {
		/* width: 20%; */
		height: 40px;
		text-align: center;
	}

	.client_con .swiper-container .swiper-slide img {
		width: 90px;
		height: 33px;
		display: inline-block;
		cursor: pointer;
		-webkit-transition: all 0.6s linear;
		-moz-transition: all 0.6s linear;
		-ms-transition: all 0.6s linear;
		-o-transition: all 0.6s linear;
		transition: all 0.6s linear;
	}



	/*联系我们*/
	.ContactUs_bottom {
		background: url(../images/m_lx_bj.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center top;
		height: 160px;
	}

	.ContactUs_con {

		padding: 20px;
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: left;
		align-items: center;
		flex-direction: column;
		height: auto;
	}

	.lx_left {
		width: 100%;
		padding: 0;

	}

	.lx_right {
		width: 100%;
		text-align: left;
		margin-top: 18px;
	}

	.lx_right a {
		display: inline-block;
		width: 88%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		background: url(../images/btn_bj.jpg) repeat;
		background-size: 100% auto;
		background-position: center top;
		border-radius: 15px;
	}

	.lx_left h5 {
		font-size: 15px;
		color: #000;
		line-height: 18px;
	}

	.lx_left p {
		font-size: 12px;
		margin: 10px 0 0 0;
	}




	/*人力资源*/
	.human_con {
		width: 100%;
		padding: 15px;
	}



	.human_head {


		height: 60px;
	}

	.human_head .human_label {
		font-size: 13px;
	}



	.human_head_right div {
		display: none;
	}



	.operate_arrow {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/b_arrow_g.png) no-repeat;
		background-size: 14px auto;
		background-position: right center;
	}

	.human_text {
		box-shadow: 0 8px 22px rgba(74, 74, 74, .15);
		padding: 25px 17px 35px 17px;
	}

	.human_text h5 {
		font-size: 15px;

		line-height: 16px;
		margin-top: 18px;
	}

	.human_text ul {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}

	.human_text ul li {
		font-size: 13px;
		line-height: 24px;
	}

	.human_text a {

		margin-top: 25px;
		width: 90px;
		font-size: 13px;
		height: 30px;
		line-height: 30px;

		background: linear-gradient(to right, #4DAFD9, #2ADED3);
	}

	.job_yq {
		width: 100%;
		font-size: 13px;
		color: #8D8D8D;
		line-height: 22px;
		display: inline-block;
	}

	.job_yq text {
		margin-right: 10px;
	}

	.human_show .operate_arrow {


		background: url(../images/t_arrow_b.png) no-repeat;
		background-size: 14px auto;
		background-position: right center;
	}


	/*热点资讯*/
	.newsList_box {
		width: 100%;
		padding-bottom: 30px;
	}

	.newsList_con {
		width: 100%;
		padding: 20px 15px;
	}

	.news_item {
		width: 100%;

	}

	.news_item a {
		padding: 12px 0;
	}

	.news_item a:hover {
		border-color: #0090d8;
		background-size: 100% 1px;
		background-position: center bottom;
	}

	.news_item a:hover .news_text h5 {
		background: #0090d8;
		-webkit-background-clip: text;
		color: transparent;
	}

	.news_item a:hover .news_text p {
		color: #666;
	}

	.news_item a:hover .go_details {

		background: url(../images/news_jt_b.png) no-repeat;
		background-size: 30px auto;
		background-position: center center;
	}

	.news_date {
		width: 15.8%;
		font-size: 18px;
		line-height: 20px;
		padding: 20px 0;
	}

	.news_date text {
		font-size: 12px;
		line-height: 14px;
		margin-top: 10px;
	}

	.news_con {
		width: 79.7%;
	}

	.news_text {
		width: 77.4%;
	}

	.news_text h5 {
		font-size: 15px;
		height: auto;
		line-height: 22px;
	}

	.news_text p {
		margin: 10px 0 0 0;
		font-size: 12px;
	}

	.go_details {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/news_jt_g.png) no-repeat;
		background-size: 30px auto;
		background-position: center center;
	}




	/*新闻详情*/
	.newsDetails_box {
		padding: 30px 15px;
	}

	.newsDetails_width {
		width: 100%;
		max-width: 100%;
	}

	.details_head {
		font-size: 20px;
		line-height: 30px;
	}

	.news_byTime {
		margin: 15px 0;
		font-size: 12px;
		line-height: 14px;
	}


	.news_details_text p {
		line-height: 22px;
		padding: 22px 0 10px 0;
		font-size: 14px;
	}



	.news_details_text h5 {
		margin: 10px 0 0 0;
		font-size: 18px;
		line-height: 24px;
	}




	/*联系我们页面*/
	.contact_us {
		width: 100%;
		padding: 20px 15px 40px 15px;
	}

	.company_map {
		height: auto;
	}

	.company_map iframe {
		display: none;
	}

	.map_info {
		width: 100%;
		padding: 4% 5%;
		height: auto;
		border-top: 2px solid #0D81BB;
		position: static;

		margin: 0;

	}

	.mapInfo_head {

		margin-top: 20px;
	}

	.mapInfo_head div {
		font-size: 18px;
		line-height: 20px;
	}

	.mapInfo_head span {
		width: 38px;
		height: 2px;
		margin-top: 14px;
	}

	.mapInfo_desc {
		width: 100%;
		margin-top: 10px;
	}

	.map_desc_item {
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px dashed #E5E5E5;

	}

	.map_desc_item:last-child {
		border: none;
	}

	.map_desc_item img {
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.map_item_text {
		width: 88%;
		font-size: 13px;
		line-height: 20px;
	}

	.map_item_text label {
		line-height: 20px;
	}

	.map_item_text div {
		width: 82.5%;
		line-height: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.map_item_text div span {
		margin: 0px;
		display: inline-block;
		width: 50%;
		margin-bottom: 15px;
		line-height: 20px;
	}

	.contact_input {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	.contact_input h5 {
		font-size: 18px;
		line-height: 20px;
	}

	.input_modal {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.input_item {
		width: 100%;
		margin-top: 18px;
	}

	.input_item p {
		margin: 0 0 12px 0;
	}

	.input_item input {
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 12px;
	}

	.input_item textarea {
		width: 100%;
		height: 120px;
		background: #efefef;
		padding: 15px;
		font-size: 12px;
		line-height: 22px;
	}


	.submit_btn {
		display: inline-block;
		width: 100%;
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
		color: #fff;
		background: url(../images/btn_bj.jpg) repeat-y;
		background-size: 100% auto;
		background-position: center top;
		text-decoration: none;
	}

	.submit_btn:hover {
		color: #fff;
		text-decoration: none;
	}







	/*关于我们*/

	.about_con01 {
		width: 100%;
		padding: 25px 15px;
		flex-direction: column;
	}

	.con01_left {
		width: 100%;
		text-align: center;
	}

	.con01_left img {
		display: inline-block;
		width: 34.8%;
		height: auto;
	}

	.con01_right {
		width: 100%;
		margin: 0px;
	}

	.con01_r_con {
		width: 100%;
		margin-top: 24px;
	}

	.con01_r_con h5 {
		font-size: 17px;
		line-height: 20px;

	}

	.con01_r_con div {
		margin: 15px 0 0 0;
		font-size: 13px;
		line-height: 22px;
	}

	.con01_r_con:last-child {
		margin-top: 24px;
	}

	.about_con02 {
		width: 100%;
		background: url(../images/green_bj_m.jpg) no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		padding: 50px 30px;
	}

	.con02_box {
		width: 100%;
		padding: 0px;
	}

	.con02_box h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.con02_data {
		width: 100%;
		margin-top: 15px;

		flex-wrap: wrap;
	}

	.conData_div {
		width: 50%;
		font-size: 12px;
		line-height: 14px;
		margin-top: 30px;
	}

	.conData_img {
		margin-bottom: 18px;
	}

	.data_sz_img {
		height: 38px;

	}

	.data_status_img {
		height: 16px;
	}


	.about_con04 {
		padding: 40px 30px 20px 30px;
	}

	.con04_box {
		width: 100%;
		padding: 0px;
		flex-direction: column;
	}

	.con04_item {
		width: 100%;
		margin-bottom: 25px;
	}

	.con04_item img {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.con04_item h5 {
		font-size: 16px;
		line-height: 18px;
	}

	.con04_item p {
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0 0 0;
	}



	/*产品及服务*/

	.service_step {
		display: none;
	}


	.service_modal {
		width: 100%;
		height: auto;
		position: static;
		overflow: unset;
		padding: 10px 15px 30px 15px;
	}

	.service_img {
		width: 100%;
		height: auto;
		float: unset;
		background: #fff !important;
	}

	.service_img img {
		display: inline-block;
		width: 100%;
		height: auto;
	}



	.service_text {
		float: unset;
		width: 100%;
		height: auto;
		padding: 20px 5px 0 5px;
	}


	.service_modal h5 {
		font-size: 18px;
		line-height: 22px;

	}





	.service_text p {
		margin: 14px 0 0 0;
		font-size: 13px;
		line-height: 22px;
	}




	.service_modal_01 .service_img {
		float: unset;
	}

	.service_modal_01 .service_text {
		float: unset;
		padding: 20px 5px 0 5px;
	}

	.show_more {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/xq_line.png) no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		margin-top: 30px;
	}

	.show_more:hover {

		background: url(../images/xq_block.png) no-repeat;
		background-size: 100% 100%;
		background-position: center center;



	}



	/*首页热点资讯*/

	.index_news_con {
		padding: 0 5px 30px 5px;
		margin-top: 24px;
		flex-wrap: wrap;
	}

	.index_news_con a {
		width: 100%;
		margin-bottom: 20px;
	}



	.news_con_text h5 {
		font-size: 15px;
		line-height: 18px;
	}

	.news_con_text {
		padding: 18px 15px 20px 15px;
	}

	.news_con_text p {
		width: 100%;
		font-size: 12px;
		line-height: 24px;
		height: 48px;

		margin: 10px 0 18px 0;
	}

	.fb_time {
		font-size: 12px;
	}


	/*首页案例 移动端*/
	.m_case_box {
		width: 100%;
		display: inline-block;
		position: relative;
		background-size: cover;
	}

	.m_case_box img {
		display: inline-block;
		width: 100%;
		height: auto;
	}

	.index_case_m {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		padding: 20px 15px;
	}

	.index_case_m h5 {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		line-height: 18px;
	}

	.index_case_m p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		color: #fff;
		margin: 13px 0 18px 0;
	}

	.index_case_m div span {
		display: inline-block;
		width: 30px;
		height: 30px;

		border-radius: 50%;
		background: url(../images/case_arrow_block.png) no-repeat;
		background-position: center center;
		background-size: 30px 30px;
	}


	/*首页banner*/
	.m_ban_box {
		width: 100%;
		position: relative;
		overflow: hidden;
		background-size: cover cover;
	}

	.m_ban_zc {
		width: 100%;
		height: auto;
		display: inline-block;
	}

	.m_ban_text {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.banner_text_img {
		width: 100%;
		height: auto;
	}

	.banner_btn {
		display: inline-block;
		width: 34%;
		height: 34px;
		border-radius: 20px;
		text-align: center;
		line-height: 34px;
		font-size: 12px;
		color: #fff;
		background: #000;
		margin-top: 48px;
	}
}

@media screen and (max-width:980px) {

	.case-wrap a {
		width: 50%;
	}

	.case-wrap .overlay-con h2 {
		font-size: 16px;

		margin-top: -24px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:413px) {}

@media screen and (max-width:374px) {}

@media screen and (max-width:320px) {}


.case_pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.case_pop.show_pop {
	opacity: 1;
	top: 0;
	display: block;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.case_pop_con {
	width: 100%;
	height: 100%;
}





/*banner*/
.Banner-container {
	height: 100vh;
	min-height: 400px;
	max-height: 1600px;
	width: 100%;
}

.banner-background {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.banner-slide {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}

.banner-text {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.banner-text h1 {
	font-weight: bold;
	font-size: 46px;
	margin-bottom: 30px;
	color: #fff;
}

.banner-text h2 {
	margin-top: 1rem;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
}

.banner-bg-ss {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.banner-text {
	z-index: 10;
}

.banner-text:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 400px;
	display: block;
	border: 10px solid rgba(255, 255, 255, 0.2);
	top: 4.5rem;
	margin-top: -200px;
	left: -6rem;
}

.small-title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}

/*.banner-warpper.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
  }
  .banner-warpper.swiper-wrapper .banner-background {
  transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
  will-change: transform;
  }*/
.banner-switch {
	position: absolute;
	z-index: 30;
	left: auto;
	top: 50%;
	height: 80px;
	right: 2rem;
	color: #fff;
	display: grid;
	margin-top: -25px;
	grid-template-columns: 1fr;
	width: auto;
	align-content: center;
	align-items: center;
	text-transform: uppercase;
}

.banner-switch>div>* {
	display: inline-block;
	vertical-align: middle;
}

.sL_icon {
	background-size: contain;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-switch>div>span {
	margin: 0 0.5rem;
	font-size: 0.825rem;
}

.banner-switch>div {
	margin: 0.3rem 0;
}

.banner-switch>div {
	cursor: pointer;
	transition: 0.5s;
}

.Banner-container .swiper-button-disabled {
	opacity: 0.4;
}

.Scroll-tip {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100px;
	color: #fff;
	text-align: center;
}

.Tipss {
	text-transform: uppercase;
	font-size: 0.825rem;
}

.tip_anim {
	display: inline-block;
	margin: 0.75rem 0;
	height: 30px;
}

.Tipss span {
	display: block;
}

.tip_anim span {
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #fff;
	animation-name: scrollTip;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
	z-index: 1;
}

@keyframes scrollTip {
	0% {
		transform: scale(1, 0);
		transform-origin: top;
	}

	49% {
		transform: scale(1, 1);
		transform-origin: top;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: bottom;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: bottom;
	}
}

.banner-background {
	transition: 1s 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.banner-slide.swiper-slide-active .banner-background {
	transition: 5s 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner-text:before {
	transition-delay: 2s;
	transition-duration: 2s;
	transform: translate3d(-80px, 0, 0);
	opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
	transition-delay: 1.3s;
	transform: translate3d(0px, 0, 0);
	opacity: 1;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
	transition-delay: 0.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
	transition-delay: 0.7s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
	transition-delay: 0.9s;
}

.banner-text * {
	transition-delay: transform 2s, opacity 0s;
	transition-duration: 2s;
	transform: translate3d(0, 80px, 0);
	opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

@media screen and (max-width: 1600px) {
	.banner-text {
		max-width: 1000px;
		width: 80%;
	}
}

@media screen and (max-width: 1200px) {
	.banner-text:before {
		content: "";
		position: absolute;
		width: 300px;
		height: 400px;
		display: block;
		border: 10px solid rgba(255, 255, 255, 0.2);
		top: 4.5rem;
		margin-top: -200px;
		left: 50%;
		margin-left: -150px;
	}

	.banner-text {
		text-align: center;
	}

	.banner-text h2 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 769px) {

	.Banner-container {
		height: 75vh;
		min-height: 200px;
		max-height: 1600px;
		width: 100%;
	}

	.Scroll-tip {
		bottom: unset;
		top: 75%;
	}

	.banner-text:before {
		content: "";
		position: absolute;
		width: 280px;
		height: 260px;
		display: block;
		border: 10px solid rgba(255, 255, 255, 0.2);
		top: 4.5rem;
		margin-top: -130px;
		left: 50%;
		margin-left: -140px;
	}


	.banner-switch {
		top: auto;
		bottom: 2rem;
		left: 5%;
		right: 5%;
		justify-content: center;
		align-items: center;
		display: none;
	}

	.banner-text h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	.banner-text h2 {
		font-size: 14px;
		line-height: 1.4;
	}

	.small-title {
		font-size: 1.75rem;
	}

	.banner-text:before {
		opacity: 0;
	}
}

/*banner*/

.ssove a{
	color:#fff;
}