@charset "utf-8";

/* 教育行业  banner */
.banner{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner.png) no-repeat center;
	min-width: 1200px;
}
.banner2{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner1.png) no-repeat center;
	min-width: 1200px;
}
.banner3{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner2.png) no-repeat center;
	min-width: 1200px;
}
.banner4{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner3.png) no-repeat center;
	min-width: 1200px;
}
.banner5{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner4.png) no-repeat center;
	min-width: 1200px;
}
.banner6{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner5.png) no-repeat center;
	min-width: 1200px;
}
.banner7{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner6.png) no-repeat center;
	min-width: 1200px;
}
.banner8{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner7.png) no-repeat center;
	min-width: 1200px;
}
.banner9{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner8.png) no-repeat center;
	min-width: 1200px;
}
.banner10{
	width: 100%;
	position: relative;
	height: 650px;
	background: url(../img/industry/hy-banner9.png) no-repeat center;
	min-width: 1200px;
}
.banner_pic{
	width: 100%;
}
.banner_text{
	position: absolute;
	top: 150px;
	width: 700px;
	left: 300px;
}
.banner_text h2{
	font-size: 52px;
	width: 100%;
	text-align: left;
	display: block;
	padding: 20px 0 32px 0;
	color: #fff;
}
.banner_text h4{
	font-size: 22px;
	width: 100%;
	text-align: left;
	display: block;
	padding-bottom: 26px;
	color: #fff;
	font-family: "YaHei-Light";
}
.banner_text h4 span{
	font-size: 24px;
	font-family: "YaHei-Light";
}
.banner_text em {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px;
	background-color: #fe5b5f;
	border: 1px solid #fe5b5f;
	color: #FFFFFF;
	font-style: normal;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.banner_text em:hover {
	border: 1px solid #e13a3e;
	background: #e13a3e;
	color: #ffffff;
}

/* 产品优势 */
.advantage{
	width: 100%;
	margin-top: 6rem;
}
.advantage_bx{
	width: 83%;
	margin: 0 auto;
}
.advantage h1{
	width: 100%;
	text-align: center;
	font-size: 5rem;
	color: #000;
	margin-bottom: 4.2rem;
}
.advantage_main{
	width: 100%;
}
.advantage_main_block{
	width: 25%;
	float: left;
}
.advantage_main_block img{
	display: block;
	margin: 0 auto;
}
.advantage_main_block_title{
	width: 100%;
	font-size: 2.8rem;
	color: #000;
	text-align: center;
	margin-top: 8.2%;
}
.advantage_main_block_text{
	width: 76%;
	font-size: 1.7rem;
	margin: 0 auto;
	text-align: center;
	line-height: 34px;
	margin-top: 3.8%;
	color: #888;
}

/* 解决方案 */
.solution{
	width: 100%;
	margin-top: 7rem;
	background-color: #f7f8fb;
	padding: 3% 0;
}
.solution_bx{
	width: 83%;
	margin: 0 auto;
}
.solution h1{
	width: 100%;
	text-align: center;
	font-size: 5rem;
	color: #000;
	margin-bottom: 4.2rem;
}
.solution_main{
	width: 100%;
}
.solution_main_line{
	width: 100%;
	margin-bottom: 3%;
}
.solution_main_line:last-child{
	margin-bottom: 1%;
}
.solution_main_block{
	width: 48%;
	float: left;
	height: 430px;
	padding: 3% 0 1.2% 0;
	border-radius: 8px;
	margin-right: 4%;
	background-color: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
}
.solution_main_block:hover{
	box-shadow: 0px 5px 20px  rgba(0,0,0,0.12);
	border: none;
}
.solution_main_block_bx{
	width: 85%;
	margin: 0 auto;
}
.solution_main_block:last-child{
	margin-right: 0;
}
.solution_main_block_left{
	width: 65%;
	float: left;
}
.solution_main_block_left h2{
	width: 100%;
	text-align: left;
	font-size: 3.2rem;
	color: #000;
	margin-bottom: 6%;
}
.solution_main_block_left_text{
	width: 100%;
	margin-bottom: 3%;
	overflow: hidden;
}
.solution_main_block_left_text img{
	width: 2.5rem;
	float: left;
	margin-top: 0.45rem;
}
.solution_main_block_left_text div{
	width: 88%;
	color: #888;
	font-size: 1.9rem;
	line-height: 3.4rem;
	float: right;
}
.solution_main_block_right{
	float: right;
	width: 28%;
	padding: 7% 0;
	margin-bottom: 4.6%;
}
.solution_main_block_right img{
	float: right;
}

/* 产品价值 */
.proValue{
	width: 100%;
	margin-top: 6rem;
}
.proValue_bx{
	width: 83%;
	margin: 0 auto;
}
.proValue h1{
	font-size: 5rem;
	text-align: center;
	width: 100%;
	color: #000;
	margin-bottom: 4.2rem;
}
.proValue_block{
	width: 30%;
	height: 48rem;
	float: left;
	margin-right: 5%;
	box-shadow: 0px 5px 20px  rgba(0,0,0,0.14);
	border-radius: 8px;
	overflow: hidden;
}
.proValue_block:last-child{
	margin-right: 0;
}
.proValue_block_title{
	width: 100%;
	background-color: #0263e0;
	height: 10rem;
	text-align: center;
	line-height: 10rem;
	color: #fff;
	font-size: 3.2rem;
}
.proValue_block_cont{
	width: 82%;
	margin: 0 auto;
	padding-top: 9%;
}
.proValue_block_cont_line{
	width: 100%;
	margin-bottom: 7%;
	overflow: hidden;
}
.proValue_block_cont_line img{
	width: 2.8rem;
	float: left;
	margin-top: 0.4rem;
}
.proValue_block_cont_text{
	width: 84%;
	float: right;
	color: #333;
	font-size: 2rem;
	line-height: 34px;
}

/* 成功案例 */
.suCase{
	width: 100%;
	margin-top: 7.2rem;
}
.suCase_bx{
	width: 80%;
	margin: 0 auto;
}
.suCase h1{
	font-size: 5rem;
	width: 100%;
	color: #000;
	text-align: center;
	margin-bottom: 4.2rem;
}
.suCase_main{
	width: 100%;
}
.suCase_main_line{
	width: 100%;
	margin-bottom: 60px;
}
.suCase_main_line:last-child{
	margin-bottom: 0;
}
.suCase_main_left{
	width: 28%;
	float: left;
	box-shadow: 0px 5px 16px  rgba(0,0,0,0.12);
	border-radius: 8px;
}
.suCase_main_left img{
	display: block;
	margin: 0 auto;
	padding: 4rem 0;
}
.suCase_main_right{
	width: 68%;
	float: right;
	/* margin-top: 1%; */
}
.suCase_main_right h2{
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 3.2rem;
}
.suCase_main_right_text{
	width: 100%;
	font-size: 1.7rem;
	color: #666;
	line-height: 32px;
	margin-top: 2%;
}
.distance{
	margin-bottom: 8rem;
}

/* 财税行业 */
.cs_height{
	height: 350px!important;
}
.solution_main_block_right_cs{
	float: right;
	width: 28%;
	padding: 4% 0;
	margin-bottom: 4.6%;
}
.solution_main_block_right_cs img{
	float: right;
}
.cs_block{
	height: 560px!important;
}

/* 电商行业 */
.ds_block{
	height: 42rem!important;
}

.offer_btn_a{
	width: 100%;
	height: 100%;
	color: #fff!important;
	text-decoration: none!important;
	display: block;
	line-height: 6rem;
}



.com_block{
	width: 20%!important;
	height: 42px;
	/* border: 1px solid #0263e0; */
	/* margin-top: 24px; */
	position: absolute;
	bottom: 50px;
	left: 9%;
}
.com_block_btn{
	width: 100%;
	height: 100%;
	border: 1px solid #0263e0;
	border-radius: 4px;
	background: none;
	color: #333;
}
.com_btn_a{
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #0263e0!important;
	border-radius: 4px;
	font-size: 16px;
	display: block;
}
.com_block_btn:hover{
	background:  #0263e0;
}
.com_block_btn:hover .com_btn_a{
	color: #fff!important;
}
.com_block2{
	width: 14%!important;
	height: 40px;
	margin-top: 2rem;
}