/*公共*/
@charset "UTF-8";
html,body{
	min-width:1200px;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei";
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
	display: block;
}
input{
	outline:none;
}
ul,li,ol {
	list-style: none;
}

dl,dd {
	margin: auto;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

a,a:visited {
	color: #333;
}

a:link,a:visited {
	text-decoration: none;
	outline: none;
}

a {
	cursor: pointer;
}
img{
	max-width: 9999px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
/*所有超链接不要下划线*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mb_center{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.mb_center::after{
	content: '  ';
	display: block;
	clear: both;
}
/*-----------------------------------------css3动画开始-----------------------------------------*/
.time_02,.header .mb_menu li a,.mb_index_1_div li .topBtn,.footer_botom .right a,.product_3_list::before,.product_3_list::after,.product_3_list .title::after,.product_3_list_active .icon li p,.product_3_list_active .icon li span,.product_3_list_active .icon li span::after,.mb_solution_3_ul li .title,.mb_solution_3_ul li .text,.mb_solution_3_ul li .btn{
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
}
.time_04,.mb_index_1_div li,.mb_index_1_div li::before,.mb_index_1_div li::after{
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	-o-transition:0.4s;
}
/*-----------------------------------------css3动画结束-----------------------------------------*/
/*---------------------------------------------header---------------------------------------------*/

.header {
	background: #fff;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}
.header .am-container-1{
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.header .mb_logo {
	height: 100px;
	overflow: hidden;
}
.header img {
	width: auto;
	height: auto;
	display: inline-block;
}
.header .mb_menu ul::after{
	content: '  ';
	clear: both;
}
.header .mb_menu li{
	float: left;
	margin: 0;
	padding: 0;
}
.header .mb_menu li a{
	font-size: 14px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color:#000;
	padding: 0 5px;
	position: relative;
}
.header .mb_menu li a::after{
	content: '/';
	font-size: 14px;
	color: #333;
	margin-left: 11px;
}
.header .mb_menu li:last-child a::after{
	display: none;
}
.header .mb_menu li.active a{
	color: #ea6500;
	font-weight: bold;
}
.header .mb_menu li a:hover{
	background: initial;
	color: #ea6500;
}
.header .mb_center .btn{
	float: right;
	padding: 30px 0 0 50px;
}
.header .mb_center .btn a{
	display: block;
	background-color: #ea6500;
	width: 140px;
	height: 40px;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.header .mb_center .btn a:hover{
	background-color: #f57b1f;
}
.header_top{
	height: 30px;
	line-height: 30px;
	background-color: #333333;
}
.header_top .left{
	font-size: 12px;
	color: #fff;
}
.header_top .right{
	font-size: 14px;
	color: #fff;
}
.header_top .right::before{
	margin-right: 6px;
}
.am-topbar:after{
	display: none;
}
/*---------------------------------------------header结束---------------------------------------------*/

/*---------------------------------------------banner开始---------------------------------------------*/
.rollpic{
	margin-top: 130px;
}
.rollpic .am-slider-default{
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.rollpic .am-slider-default .am-control-nav{
	bottom: 20px;
}
.rollpic .am-slider-default .am-control-nav li a{
	width: 11px;
	height: 11px;
	background-color: #fff;
	opacity: 0.3;
}
.rollpic .am-slider-default .am-control-nav li a.am-active{
	opacity: 1;
}
.rollpic .am-slider .am-slides > li{
	height: 480px;
	position: relative;
	overflow: hidden;
}
.rollpic .am-slider .am-slides > li .chart{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.rollpic .am-slider .am-slides > li .chart img{
	display: block;
	height: 100%;
	width: auto;
}
.rollpic .am-slider .am-slides > li .writing{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	z-index: 10;
	color: #fff;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	background-color: initial;
	box-shadow: none;
	border: none;
	overflow: hidden;
}
.format_1 .writing .div_1{
	width: 850px;
	line-height: 50px;
	font-size: 42px;
}
.format_1 .writing .div_1::after{
	content: '  ';
	display: block;
	width: 35px;
	height: 7px;
	background-color: #fff;
	margin: 18px 0 28px 0;
}
.format_1 .writing .div_2{
	width: 850px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 17px;
}
.format_1 .writing .div_2 span{
	padding: 0 15px;
}
.format_1 .writing .div_3{
	width: 850px;
	max-height: 90px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.format_1 .writing .div_4{
	margin-top: 42px;
}
.format_1 .writing .div_4 a{
	display: block;
	width: 230px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
	background-color: #ea6500;
}
.format_2 .writing .fluop{
	padding: 0 100px 0 490px;
}
.format_2 .writing .div_1{
	line-height: 50px;
	font-size: 42px;
}
.format_2 .writing .div_1::after{
	content: '  ';
	display: block;
	width: 35px;
	height: 7px;
	background-color: #fff;
	margin: 18px 0 19px 0;
}
.format_2 .writing .div_2{
	max-height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 35px;
}
.format_2 .writing .div_3 p{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 10px;
}
.format_2 .writing .div_3 p:last-child{
	margin-bottom: 0;
}
.format_2 .writing .div_3 p::before{
	content: '  ';
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	margin-right: 15px;
}
.format_2 .writing .div_3 p.text_1::before{
	background: url(../img/format_2_icon_1.png) no-repeat center;
}
.format_2 .writing .div_3 p.text_2::before{
	background: url(../img/format_2_icon_2.png) no-repeat center;
}
.format_2 .writing .div_3 p.text_3::before{
	background: url(../img/format_2_icon_3.png) no-repeat center;
}


.rollpic_bh .am-slider .am-slides > li{
	height: 300px;
}
.format_bh_1 .writing .div_1{
	overflow: hidden;
}
.format_bh_1 .writing .div_1 p{
	font-size: 42px;
	height: 50px;
	line-height: 50px;
	float: left;
}
.format_bh_1 .writing .div_1 span{
	font-size: 24px;
	font-style: oblique;
	display: block;
	float: left;
	height: 50px;
	line-height: 72px;
}
.format_bh_1 .writing .div_1 span::before{
	content: '/';
	font-size: 22px;
	color: #fff;
	font-style: normal;
	display: block;
	float: left;
	height: 50px;
	line-height: 70px;
	padding: 0 20px 0 30px;
}
.format_bh_1 .writing .div_2{
	font-size: 14px;
	width: 480px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-top: 27px;
}
/*---------------------------------------------banner结束---------------------------------------------*/

/*---------------------------------------------首页---------------------------------------------*/
.mb_modal_box{
	width: 600px;
	height: 350px;
	background:url(../img/modal_bg.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.mb_modal_db{
	padding: 65px 80px;
}
.mb_modal_db .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	text-align: center;
}
.mb_modal_db .title::after{
	display: block;
	content: '  ';
	height: 4px;
	width: 25px;
	background-color: #ea6500;
	margin: 0 auto;
	margin-top: 8px;
}
.mb_modal_db .text{
	font-size: 58px;
	color: #ea6500;
	height: 70px;
	line-height: 70px;
	margin: 25px 0;
	text-align: center;
}
.mb_modal_db .form{
	overflow: hidden;
}
.mb_modal_db .form .inputText{
	height: 50px;
	display: block;
	float: left;
	width: 65%;
	box-shadow: none;
	border: none;
	background-color: #181818;
	border-radius: 8px 0 0 8px;
	padding: 0 20px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	outline: none;
}
.mb_modal_db .form .inputBtn{
	height: 50px;
	display: block;
	float: right;
	width: 35%;
	box-shadow: initial;
	border: none;
	background-color: #ea6500;
	border-radius: 0 8px 8px 0;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	outline: none;
}



.mb_title{
	text-align: center;
	padding: 80px 0 50px 0;
}
.mb_title p:nth-child(1){
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	font-weight: bold;
	text-transform: uppercase;
}
.mb_title p:nth-child(2){
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	margin: 8px 0 6px 0;
}
.mb_title p:nth-child(3){
	font-size: 12px;
	line-height: 22px;
	color: #757575;
}

.mb_index_1_div{
	margin-top: 25px;
}
.mb_index_1_div ul{
	width: 1220px;
	height: 473px;
}
.mb_index_1_div ul::after{
	content: '  ';
	display: block;
	clear: both;
}
.mb_index_1_div li{
	width: 230px;
	background-color: #f5f5f5;
	float: left;
	margin-right: 20px;
	text-align: center;
	position: relative;
	height: 443px;
}
.mb_index_1_div li .content{
	padding: 50px 20px 20px 20px;
}
.mb_index_1_div li .icon{
	width: 75px;
	height: 75px;
	background-color: rgba(63,129,235,0.1);
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.mb_index_1_div li .icon img{
	display: block;
}
.mb_index_1_div li .title{
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
}
.mb_index_1_div li .title::after{
	content: '  ';
	display: block;
	width: 30px;
	height: 6px;
	background-color: #333;
	margin: 0 auto;
	margin-top: 6px;
}
.mb_index_1_div li .text{
	font-size: 12px;
	color: #333;
	height: 120px;
	line-height: 20px;
	padding: 0 10px;
	margin-top: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.mb_index_1_div li .topBtn{
	width: 95px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #ea6500;
	border-radius: 30px;
	display: none;
}
.mb_index_1_div li .dataBtn{
	display: block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-image: linear-gradient(to bottom right, #49b2fa , #3c7ee6);
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 45px;
}
.mb_index_1_div li.active{
	width: 450px;
	margin-top: -30px;
	height: 503px;
}
.mb_index_1_div li::before{
	content: '  ';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom right, #49b2fa , #3c7ee6);
	opacity: 0;
}
.mb_index_1_div li.active::before{
	opacity: 1;
}
.mb_index_1_div li::after{
	content: '  ';
	position: absolute;
	top: 15px;
	left: 15px;
	width: 420px;
	height: 473px;
	border:1px solid #fff;
	z-index: 2;
	opacity: 0;
}
.mb_index_1_div li.active::after{
	opacity: 0.3;
}
.mb_index_1_div li.active .content{
	position: relative;
	z-index: 3;
	padding: 46px;
}
.mb_index_1_div li.active .top{
	overflow: hidden;
	height: 75px;
}
.mb_index_1_div li.active .icon{
	float: left;
	background-color: #fff;
}
.mb_index_1_div li.active .title{
	float: left;
	color: #fff;
	padding:0 15px;
}
.mb_index_1_div li.active .title::after{
	display: none;
}
.mb_index_1_div li.active .topBtn{
	float: right;
	display: block;
	margin-top: 22.5px;
}
.mb_index_1_div li .topBtn:hover{
	background-color: #fff;
	color: #ea6500;
}
.mb_index_1_div li.active .text{
	color: #fff;
	height: 60px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 0;
	margin:37.5px 0;
}
.mb_index_1_div li .chart{
	display: none;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.mb_index_1_div li.active .chart{
	display: block;
}
.mb_index_1_div li.active .chart img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.mb_index_1_div li.active .dataBtn{
	display: none;
}
.mb_index_1_div li:hover{
	cursor: default;
}

.mb_index_2{
	margin-top: 100px;
}
.mb_index_2 .top{
	height: 220px;
	width: 100%;
	overflow: hidden;
	background: url(../img/sol_in_bg.jpg) no-repeat center;
	text-align: center;
}
.mb_index_2 .top .mb_center{
	padding-top: 68px;
}
.mb_index_2 .top .text{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.sybtn{
	display: block;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	width: 120px;
	text-align: center;
	font-size: 12px;
	color: #ea6500;
	background-color: #fff;
	border:none;
	box-shadow: initial;
	border-radius: 35px;
	outline: none;
	margin-top: 25px;
	font-weight: bold;
}
.mb_index_2 .bottom{
	width: 100%;
	height: 120px;
	background: url(../img/sol_in_bg_1.jpg) no-repeat center;
	overflow: hidden;
}
.mb_index_2 .bottom li{
	float: left;
	width: 25%;
	text-align: center;
}
.mb_index_2 .bottom li .num{
	padding-top: 10px;
}
.mb_index_2 .bottom li .num p{
	display: inline-block;
	font-size: 45px;
	color: #333;
	font-weight: bold;
	height: 55px;
}
.mb_index_2 .bottom li .num span{
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.mb_index_2 .bottom li .text{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	display: block;
	font-size: 12px;
	color: #333;
}

.mb_index_3_div{
	overflow: hidden;
	border:1px solid #eeeeee;
}
.mb_index_3_div .pro_nav{
	float: left;
	width: 250px;
	border: none;
}
.mb_index_3_div .pro_nav > li{
	width: 100%;
	padding-bottom: 1px;
}
.mb_index_3_div .pro_nav > li > a{
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	padding: 19px 30px 17px 30px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #dedede;
	position: relative;
}
.mb_index_3_div .pro_nav > li:last-child a{
	border: none;
}
.mb_index_3_div .pro_nav > li span{
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.mb_index_3_div .pro_nav > li p{
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
}
.mb_index_3_div .pro_nav > li.am-active a{
	background-color: #fff;
	border:none;
	border-bottom: 1px solid #dedede;
}
.mb_index_3_div .pro_nav > li:last-child.am-active a{
	border: none;
}
.mb_index_3_div .pro_nav > li.am-active a span,.mb_index_3_div .pro_nav > li.am-active a p{
	color: #ea6500;
}
.mb_index_3_div .pro_nav > li.am-active a::before{
	content: '  ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background-color: #ea6500;
}
.mb_index_3_div .pro_tab{
	float: right;
	width: 948px;
	border:none;
	height: 347px;
}
.mb_index_3_div .pro_tab .am-tab-panel{
	padding: 0;
	overflow: hidden;
}
.mb_index_3_div .pro_tab .wenben{
	float: left;
	width: 555px;
	padding: 25px 40px 20px 40px;
}
.mb_index_3_div .pro_tab .wenben .title{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.mb_index_3_div .pro_tab .wenben .title::before{
	content: '  ';
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background:url(../img/pro_in_title.png) no-repeat center;
	margin-right: 5px;
}
.mb_index_3_div .pro_tab .wenben .text{
	max-height: 96px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 25px 0 30px 0;
}
.mb_index_3_div .pro_tab .wenben .trait{
	overflow: hidden;
}
.mb_index_3_div .wenben .trait li{
	float: left;
	width: 33.3333333%;
	overflow: hidden;
}
.mb_index_3_div .wenben .trait .tr_lf{
	float: left;
	width: 33px;
	height: 33px;
}
.mb_index_3_div .wenben .trait .tr_lf img{
	display: block;
	width: 100%;
	height: 100%;
}
.mb_index_3_div .wenben .trait .tr_rh{
	float: right;
	width: 115px;
}
.mb_index_3_div .wenben .trait .tr_rh span{
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #333;
}
.mb_index_3_div .wenben .trait .tr_rh p{
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #999;
}
.mb_index_3_div .wenben .more{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	border-radius: 50px;
	background-image: linear-gradient(to bottom right, #49b2fa , #3c7ee6);
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
}
.mb_index_3_div .wenben .more::after{
	content: '  ';
	display: block;
	float: right;
	width: 30px;
	height: 100%;
	background:url(../img/pro_in_icon_4.png) no-repeat center;
	margin-right: 23px;
}
.mb_index_3_div .pro_tab .chart{
	float: right;
	width: 390px;
	height: 347px;
	overflow: hidden;
}
.mb_index_3_div .pro_tab .chart img{
	width: 100%;
	height: auto;
	min-height: 100%;
}
.mb_index_4_div .am-slider{
	width: 1040px;
	margin: 0 auto;
	box-shadow: initial;
}
.mb_index_4_div .content{
	overflow: hidden;
	height: 260px;
}
.mb_index_4_div .content .left{
	float: left;
	width: 520px;
	padding-top: 15px;
}
.mb_index_4_div .content .left .title{
	font-size: 24px;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mb_index_4_div .content .left .title::before{
	content:  '  ';
	display: block;
	float: left;
	width: 20px;
	height: 30px;
	background: url(../img/symbol.png) no-repeat center bottom;
	margin-right: 10px;
}
.mb_index_4_div .content .left .text{
	font-size: 14px;
	color: #999;
	height: 96px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 20px;
}
.mb_index_4_div .content .left .btn{
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-image: linear-gradient(to bottom right, #49b2fa , #3c7ee6);
	float: right;
	margin-top: 45px;
}
.mb_index_4_div .content .right{
	float: right;
	width: 460px;
	height: 260px;
	overflow: hidden;
}
.mb_index_4_div .content .right img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.mb_index_4_div .am-slider-default .am-direction-nav a{
	width: 32px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #eeeeee;
	border-radius: 3px;
	opacity: 1;
	margin-top: -40px;
}
.mb_index_4_div .am-slider-default .am-direction-nav a::before{
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ccc;
}
.mb_index_4_div .am-slider-default .am-direction-nav .am-prev{
	left: -80px;
}
.mb_index_4_div .am-slider-default .am-direction-nav .am-next{
	right:-80px;
}
.mb_index_4_div .am-slider-default .am-direction-nav .am-prev::before{
	content: "\e615";
}
.mb_index_4_div .am-slider-default .am-direction-nav .am-next::before{
	content: "\e50a";
}
.mb_index_4_div .am-slider-default .am-control-nav{
	bottom: 30px;
	text-align: left;
}
.mb_index_4_div .am-slider-default .am-control-nav li{
	margin: 0 6px 0 0;
}
.mb_index_4_div .am-slider-default .am-control-nav li a{
	box-shadow: initial;
	width: 20px;
	height: 2px;
	background: #eee;
	border-radius: 0;
}
.mb_index_4_div .am-slider-default .am-control-nav li a.am-active{
	background-color: #3f81eb;
}
.mb_index_4_div .cus_ul{
	overflow: hidden;
	height: 80px;
	width: 1220px;
	margin-top: 50px;
}
.mb_index_4_div .cus_ul li{
	float: left;
	width: 154px;
	height: 80px;
	border:1px solid #eeeeee;
	overflow: hidden;
	margin-right: 20px;
}
.mb_index_4_div .cus_ul li a{
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mb_index_4_div .cus_ul li img{
	width: 100%;
	height: auto;
	display:block;
}

.mb_index_5{
	margin: 100px 0;
	height: 455px;
	overflow: hidden;
}
.mb_index_5_list{
	float: left;
	width: 380px;
}
.mb_index_5_list:nth-child(2){
	margin: 0 30px;
}
.mb_index_5_list .title{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 35px;
}
.mb_index_5_list .title::after{
	content: '  ';
	display: block;
	width: 27px;
	height: 4px;
	background-color: #3f81eb;
	margin-top: 5px;
}
.mb_index_5_list .top a{
	display: block;
	width: 100%;
}
.mb_index_5_list .top span{
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.mb_index_5_list .top span img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.mb_index_5_list .top p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mb_index_5_list .entry{
	padding-top: 10px;
}
.mb_index_5_list .entry li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mb_index_5_list .entry li a{
	font-size: 12px;
	color: #333;
	padding-right: 2px;
}
.mb_index_5_list .entry li a:hover{
	color: #ea6500;
}

.mb_index_6{
	height: 558px;
	width: 100%;
	background: url(../img/about_in_bg.png) no-repeat center;
	background-size: auto 100%;
	overflow: hidden;
}
.mb_index_6 .mb_center{
	padding-top: 119px;
}
.mb_index_6 .left{
	width: 590px;
}
.mb_index_6 .left .title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.mb_index_6 .left .vice{
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.mb_index_6 .left .text{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	max-height: 140px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.mb_index_6 .left .more{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border:1px solid #fff;
	border-radius: 40px;
	margin-top: 40px;
}
.mb_index_6 .left .more:hover{
	background-color: #ea6500;
	border-color:#ea6500;
}
.mb_index_6 .right{
	width: 470px;
	height: 320px;
	overflow: hidden;
}
.mb_index_6 .right img{
	display: block;
	width: 100%;
	height: auto;
}

.footer{
	background: #333;
}
.footer_top{
	overflow: hidden;
	padding-top: 60px;
}
.footer_top .link{
	float: left;
	overflow: hidden;
}
.footer_top .link li{
	float: left;
	width: 150px;
}
.footer_top .link li dl{
	padding-right: 20px;
}
.footer_top .link li dt{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.footer_top .link li dt::before{
	content: '  ';
	float: left;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #999;
	margin: 13px 10px 0 0;
}
.footer_top .link li dd{
	margin: 0;
	padding-left: 14px;
}
.footer_top .link li dd a{
	font-size: 12px;
	color: #666;
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.footer_top .contact{
	float: left;
}
.footer_top .contact .title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}
.footer_top .contact .item{
	font-size: 14px;
	color: #666;
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer_top .contact .icon-dianhua{
	font-size: 18px;
	font-weight: bold;
}
.footer_top .contact .item::before{
	padding-right: 5px;
	display: block;
	float: left;
}
.footer_top .contact .icon-dianhua::before{
	font-weight: normal;
	font-size: 14px;
}
.footer_top .code{
	width: 105px;
	float: right;
}
.footer_top .code span{
	display: block;
	width: 105px;
	height: 105px;
	background-color: #fff;
	padding: 5px;
}
.footer_top .code span img{
	display: block;
	width: 100%;
	height: 100%;
}
.footer_top .code p{
	font-size: 12px;
	color: #666;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.footer_botom{
	height: 50px;
	line-height: 50px;
	border-top:1px solid #444;
	margin-top: 70px;
}
.footer_botom::before{
	content: '  ';
	display: block;
	clear: both;
}
.footer_botom .left{
	font-size: 12px;
	color: #666;
}
.footer_botom .left a{
	font-size: 12px;
	color: #666;
}
.footer_botom .right{
	overflow: hidden;
}
.footer_botom .right span{
	font-size: 12px;
	color: #666;
	float: left;
}
.footer_botom .right a{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	background-color: #666;
	border-radius: 50%;
	margin:12px 0 0 12px;
	text-align: center;
	line-height: 28px;
	font-size: 15px;
	color: #333;
}
.footer_botom .right a:hover{
	background-color: #ea6500;
	color: #fff;
}


/*--------------------------------------关于我们--------------------------------------*/
.mb_bh_nav{
	background-color: #f2f2f2;
}
.mb_bh_nav a{
	width: 300px;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.mb_bh_nav a.active{
	background-color: #ea6500;
	color: #fff;
}
.mb_bh_con{
	margin-top: 70px;
}
.mb_bh_lf{
	float: left;
	width: 150px;
}
.mb_bh_lf span{
	display: block;
	border-left: 4px solid #ea6500;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	padding-left: 12px;
}
.mb_bh_lf p{
	padding-left: 16px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.mb_bh_rh{
	float: right;
	width: 1030px;
	overflow: hidden;
}
.mb_bh_rh .left{
	width: 540px;
}
.mb_bh_rh .mb_bh_title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.mb_bh_rh .mb_bh_title::after{
	content: '  ';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #ea6500;
	margin-top: 8px;
}
.mb_about_1_text p{
	font-size: 14px;
	color: #333;
	line-height: 28px;
	text-align: justify;
	text-indent: 30px;
	margin-bottom: 20px;

}
.mb_bh_rh .right{
	width: 450px;
	height: 460px;
	overflow: hidden;
}
.mb_bh_rh .right img{
	height: 100%;
	width: auto;
}
.mb_bh_td{
	clear: both;
	height: 150px;
	width: 100%;
	overflow: hidden;
	background:url(../img/about_bg.jpg) no-repeat center;
}
.mb_bh_td li{
	float: left;
	width: 25%;
	text-align: center;
}
.mb_bh_td li .num{
	padding: 22px 0 6px 0;
}
.mb_bh_td li .num p{
	display: inline-block;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	height: 55px;
}
.mb_bh_td li .num span{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.mb_bh_td li .text{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	display: block;
	font-size: 12px;
	color: #fff;
}

.mb_about_2{
	padding-bottom: 50px;
}
.mb_about_2_ul li{
	overflow: hidden;
	margin-bottom: 30px;
}
.mb_about_2_ul li .time{
	width: 90px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	float: left;
}
.mb_about_2_ul li .content{
	width: 940px;
	float: right;
}
.mb_about_2_ul li .content a,.mb_about_2_ul li .content span{
	display: block;
	color: #ea6500;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mb_about_2_ul li .content a::before,.mb_about_2_ul li .content span::before{
	content: '  ';
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ea6500;
	margin: 16px 7px 0 0;
}
.mb_about_2_ul li .content p{
	display: block;
	color: #333;
	font-size: 14px;
	/*max-height: 48px;*/
	line-height: 24px;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 10px;
}

/*--------------------------------------客户服务--------------------------------------*/
.mb_bh_text{
	font-size: 12px;
	color: #999;
	line-height: 23px;
}
.mb_bh_three{
	padding-top: 10px;
}
.mb_bh_three li{
	overflow: hidden;
	margin-top: 35px;
}
.mb_bh_three li .icon{
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.mb_bh_three li .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.mb_bh_three li .item{
	float: left;
}
.mb_bh_three li .item span{
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #ea6500;

}
.mb_bh_three li .item p{
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}
.mb_bh_ufil{
	height: 150px;
	width: 100%;
	overflow: hidden;
	background:url(../img/service_bg.jpg) no-repeat center;
	position: relative;
}
.mb_bh_ufil::after{
	content: '  ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3f81eb;
	opacity: 0.8;
	z-index: 1;
}
.mb_bh_ufil .item{
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 40px 100px 0 100px;
}
.mb_bh_ufil .item span{
	display: block;
	height: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
}
.mb_bh_ufil .item p{
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
}

.mb_bh_rh_top{
	padding-top: 20px;
}
.mb_bh_rh_top li{
	overflow: hidden;
	margin-bottom: 25px;
}
.mb_bh_rh_top li span{
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-right: 5px;
}
.mb_bh_rh_top li span img{
	display: block;
	width: 100%;
	height: 100%;
}
.mb_bh_rh_top li p{
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #333;
}
.mb_bh_rh_list dl{
	margin-top: 40px;
}
.mb_bh_rh_list dl dt{
	width: 100%;
	height: 50px;
	display: block;
	background-color: #f2f2f2;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 50px;
	padding-left: 15px;
	border-left: 4px solid #ea6500;
}
.mb_bh_rh_list dl dd{
	margin-top: 30px;
}
.mb_bh_rh_list dl dd span{
	display: block;
	font-size: 14px;
	color: #ea6500;
	font-weight: bold;
	line-height: 40px;
}
.mb_bh_rh_list dl dd p{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.mb_bh_rh_list dl dd img{
	width: auto;
	height: auto;
	max-width: 1000px;
	margin: 15px auto;
	display: block;
}
.mb_service_2{
	padding-bottom: 70px;
}


/*--------------------------------------联系方式--------------------------------------*/
.mb_bh_btn .item{
	padding-top: 33px;
}
.mb_bh_btn .btn{
	width: 180px;
	height: 40px;
	background-color: #ea6500;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
	box-shadow: initial;
	outline: none;
	margin: 0 auto;
	border-radius: 50px;
	margin-top: 15px;
}
.online_message{
	overflow: hidden;
	height: 500px;
	background-color: #f2f2f2;
	margin: 40px 0 70px 0;
}
.online_message .mb_form{
	float: left;
	width: 430px;
	padding: 50px 30px;
}
.online_message .mb_form .item{
	overflow: hidden;
	margin-bottom: 20px;
}
.online_message .mb_form .item label{
	display: block;
	height: 45px;
	line-height: 45px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 18%;
	overflow: hidden;
}
.online_message .mb_form .item input{
	width: 82%;
	display: block;
	height: 45px;
	line-height: 45px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	padding: 0 15px;
	border: none;
	outline: none;
	font-size: 12px;
	color: #333;
}
.online_message .mb_form .item textarea{
	width: 82%;
	display: block;
	height: 145px;
	line-height: 20px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	padding:12px 15px;
	border: none;
	outline: none;
	resize: none;
	font-size: 12px;
	color: #333;
}
.online_message .mb_form .btn .submit{
	display: block;
	width: 82%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #ea6500;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	border: none;
	outline: none;
	float: right;
}
#dituContent{
	width: 600px;
	height: 500px;
	border:none;
}


/*--------------------------------------联系方式--------------------------------------*/
.mb_culture_1{
	margin-bottom: 70px;
}
/*--------------------------------------典型客户--------------------------------------*/
.mb_customer_1 .mb_bh_rh .left{
	width: 560px;
}
.mb_customer_1_ul{
	overflow: hidden;
}
.mb_customer_1_ul li{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	width: 33.33333%;
	margin-top: 35px;
}
.mb_customer_1_ul li span{
	display: block;
	float: left;
	width: 20px;
	height: 30px;
	line-height: 27px;
}
.mb_customer_1_ul li span img{
	display: inline-block;
}
.mb_customer_2{
	padding-bottom: 20px;
}
.mb_customer_2 .mb_bh_rh_list dl{
	margin: 0 0 30px 0;
}
.mb_customer_2 .mb_bh_rh_list dl dd{
	overflow: hidden;
	width: 1050px;
	margin-top: 40px;
}
.mb_customer_2 .mb_bh_rh_list dd a{
	width: 330px;
	height: 90px;
	border:1px solid #eee;
	display: block;
	float: left;
	margin:0 20px 20px 0;
	text-align: center;
	line-height: 84px;
	overflow: hidden;
}
.mb_customer_2 .mb_bh_rh_list dd a img{
	display: inline-block;
	max-height: 100%;
}

/*--------------------------------------案例分析--------------------------------------*/
.mb_case_1{
	margin-bottom: 60px;
}
.mb_case_list{
	padding: 20px 0 10px 0;
}
.mb_case_list li{
	background-color: #f2f2f2;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
.mb_case_list li .chart{
	width: 220px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.mb_case_list li .chart img{
	width: 100%;
	height: auto;
}
.mb_case_list li .writing{
	float: left;
	flex: 1;
}
.mb_case_list li .writing span{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mb_case_list li .writing p{
	display: block;
	height: 69px;
	line-height: 23px;
	font-size: 12px;
	color: #5e5e5e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
.mb_case_list li .writing a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ea6500;
}

.mb_case_list li .writing .title a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.mb_case_list li .writing .title a:hover{
	color: #ea6500;
}

.mb_bh_pagination li a{
	border: none;
	background-color: #f2f2f2;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	font-size: 14px;
}
.mb_bh_pagination li.am-active a{
	background-color: #ea6500;
}
.mb_bh_pagination li.am-active span{
	background-color: #ea6500;
	border: none;
}
.mb_bh_pagination li.am-active span:hover{
	background-color: #ea6500;
	border: none;
}
.mb_bh_pagination li a:hover{
	background-color: #ea6500;
	color: #fff;
}
.mb_bh_pagination li.am-active a:hover{
	background-color: #ea6500;
}
.mb_bh_pagination li.am-disabled a{
	background-color: #f2f2f2;
	color: #aaa;
}


/*--------------------------------------新闻动态--------------------------------------*/
.mb_news_1{
	margin-top: 30px;
	padding-bottom: 60px;
}
.mb_news_1 .mb_bh_rh{
	float: none;
	width: 100%;
}
.mb_news_1 .mb_case_list li .writing{
	width: 900px;
	position: relative;
}
.mb_news_1 .mb_case_list li .writing .time{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.mb_news_1 .mb_case_list li .writing span{
	width: 660px;
}
/*--------------------------------------新闻终端--------------------------------------*/
.mb_newsDeta{
	margin: 15px 0 70px 0;
}
.news_breadcrumb li a{
	/*color: #ea6500;*/
}
.news_breadcrumb li a:hover{
	color: #ea6500;
}
.news_breadcrumb > li + li:before{
	padding: 0 5px;
}
.news_breadcrumb::before{
	content: "\e504";
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999999;
	margin-right: 5px;
}
.mb_newsDeta_con .title{
	text-align: center;
	border-bottom: 1px solid #eee;
	padding:10px 0 25px 0;
}
.mb_newsDeta_con .title h1{
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.mb_newsDeta_con .title p{
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	margin-top: 5px;
}
.mb_newsDeta_con .title p a{
	color: #999;
}
.mb_newsDeta_con .title p a:hover{
	color: #ea6500;
}
.mb_newsDeta_con .text{
	text-align: center;
	padding: 10px 0 50px 0;
	border-bottom: 1px solid #eee;
}
.mb_newsDeta_con .text p{
	font-size: 14px;
	color: #333;
	line-height: 32px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.mb_newsDeta_con .text img{
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 25px;
}
.mb_newsDeta_con .page{
	overflow: hidden;
	margin-top: 20px;
}
.mb_newsDeta_con .page .upper,.mb_newsDeta_con .page .next{
	width: 45%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mb_newsDeta_con .page .upper{
	text-align: left;
	float: left;
}
.mb_newsDeta_con .page .next{
	text-align: right;
	float: right;
}
.mb_newsDeta_con .page a:hover{
	color: #ea6500;
}


/*--------------------------------------HR产品--------------------------------------*/
.pro_title{
	text-align: center;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 50px;
}
.mb_product_con{
	overflow: hidden;
}
.mb_product_con .left{
	float: left;
	width: 620px;
	overflow: hidden;
}
.pro_lf_title{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_lf_title span{
	display: block;
	float: left;
	width: 25px;
	height: 30px;
	line-height: 30px;
}
.pro_lf_title span img{
	display: inline-block;
}
.mb_product_con .text{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.mb_product_con .list{
	overflow: hidden;
	width: 630px;
	margin-top: 55px;
}
.mb_product_con .list li{
	width: 200px;
	height: 66px;
	line-height: 66px;
	margin: 10px 10px 0 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background-color: #f2f2f2;
	float: left;
}
.mb_product_con .list li span{
	display: block;
	float: left;
	width: 20px;
	height: 66px;
	margin: 0 5px 0 20px;
	line-height: 63px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mb_product_con .list li span img{
	display: inline-block;
}
.mb_product_con .right{
	float: right;
	width: 550px;
	text-align: center;
	overflow: hidden;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mb_product_con .right img{
	display: inline-block;
}

.mb_product_2_ul{
	overflow: hidden;
	padding: 10px 0;
}
.mb_product_2_ul li{
	width: 20%;
	float: left;
}
.mb_product_2_ul li .margin{
	margin: 30px 20px;
	text-align: center;
}
.mb_product_2_ul li .chart{
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin: 0 auto;
}
.mb_product_2_ul li .chart img{
	width: 100%;
	height: 100%;
	display: block;
}
.mb_product_2_ul li .title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 0 0;
}
.mb_product_2_ul li .text{
	height: 44px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.mb_product_2 .pro_more{
	width: 280px;
	height: 60px;
	background-color: #ea6500;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
}
.mb_product_3{
	height: 650px;
	width: 100%;
	position: relative;
	background:url(../img/pro_system_bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.mb_product_3::before{
	content: '  ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3f81eb;
	opacity: 0.8;
	z-index: 1;
}
.mb_product_3 .mb_center{
	position: relative;
	z-index: 10;
	padding: 105px 0;
}
.product_3_list{
	float: left;
	width: 386px;
	height: 440px;
	margin-right: 20px;
	position: relative;
	background-color: #fff;
}
.product_3_list:nth-child(3){
	margin-right: 0;
}
.product_3_list::before{
	content: '  ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, #fb9b53 , #eb771e);
	z-index: 11;
	opacity: 0;
}
.product_3_list::after{
	content: '  ';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 346px;
	height: 400px;
	border:1px solid #cccccc;
	z-index: 12;
}
.product_3_list .outer{
	position: relative;
	z-index: 15;
	padding: 50px 35px;
	text-align: center;
}
.product_3_list .outer .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 30px;
	margin-bottom:20px;
}
.product_3_list .outer .title::after{
	content: '  ';
	display: block;
	width: 25px;
	height: 3px;
	background-color: #333;
	margin: 0 auto;
	margin-top: 8px;
}
.product_3_list .outer .text{
	font-size: 12px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.product_3_list .outer .icon{
	overflow: hidden;
	margin: 50px 0;
}
.product_3_list .icon li{
	width: 33.333333%;
	float: left;
	text-align: center;
}
.product_3_list .icon li span{
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	border:1px solid #ccc;
	display: block;
	margin: 0 auto;
	position: relative;
}
.product_3_list .icon li span img{
	display: block;
	width: 100%;
	height: 100%;
}
.product_3_list .icon li p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.product_3_list .outer .btn{
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	background-image: linear-gradient(to bottom right, #49b2fa , #3c7ee6);
	border-radius: 50px;
	margin:0 auto;
	position: relative;
}
.mb_product_3 .product_3_list_active::before{
	opacity: 1;
}
.mb_product_3 .product_3_list_active::after{
	border-color: #fff;
	opacity: 0.5;
}
.mb_product_3 .product_3_list_active .title{
	color: #fff;
}
.mb_product_3 .product_3_list_active .title::after{
	background-color: #fff;
}
.mb_product_3 .product_3_list_active .text{
	color: #fff;
}
.mb_product_3 .product_3_list_active .btn{
	color: #3f81eb;
	background-color: #fff;
	background-image: initial;
}
.product_3_list_active .icon li span{
	border-color: #fff;
}
.product_3_list_active .icon li p{
	color: #fff;
}
.product_3_list_active .icon li span img{
	opacity: 0;
}
.product_3_list_active .icon li span::after{
	content: '  ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product_3_list_active .icon li.system_1 span::after{
	background:url(../img/pro_system_1_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_2 span::after{
	background:url(../img/pro_system_2_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_3 span::after{
	background:url(../img/pro_system_3_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_4 span::after{
	background:url(../img/pro_system_4_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_5 span::after{
	background:url(../img/pro_system_5_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_6 span::after{
	background:url(../img/pro_system_6_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_7 span::after{
	background:url(../img/pro_system_7_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_8 span::after{
	background:url(../img/pro_system_8_w.png) no-repeat center;
}
.product_3_list_active .icon li.system_9 span::after{
	background:url(../img/pro_system_9_w.png) no-repeat center;
}

.mb_product_4{
	background-color: #f2f2f2;
	padding: 70px 0;
	margin-top: 0;
}
.mb_product_4_ul{
	overflow: hidden;
	width: 1210px;
}
.mb_product_4_ul li{
	float: left;margin-right: 10px;
	background-color: #fff;
	height: 110px;
	margin-bottom: 10px;
}
.mb_product_4_ul li:nth-child(1),.mb_product_4_ul li:nth-child(2),.mb_product_4_ul li:nth-child(3),.mb_product_4_ul li:nth-child(8),.mb_product_4_ul li:nth-child(9),.mb_product_4_ul li:nth-child(10),.mb_product_4_ul li:nth-child(15),.mb_product_4_ul li:nth-child(16),.mb_product_4_ul li:nth-child(17){
	width: 393.3px;
}
.mb_product_4_ul li:nth-child(4),.mb_product_4_ul li:nth-child(5),.mb_product_4_ul li:nth-child(6),.mb_product_4_ul li:nth-child(7),.mb_product_4_ul li:nth-child(11),.mb_product_4_ul li:nth-child(12),.mb_product_4_ul li:nth-child(13),.mb_product_4_ul li:nth-child(14),.mb_product_4_ul li:nth-child(18),.mb_product_4_ul li:nth-child(19),.mb_product_4_ul li:nth-child(20),.mb_product_4_ul li:nth-child(21){
	width: 292.5px;
}
.mb_product_4_ul li a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.mb_product_4_ul li img{
	display: inline-block;
	max-height: 100%;
}

/*--------------------------------------HR产品终端--------------------------------------*/

.mb_proDeta_2{
	height: 150px;
	overflow: hidden;
	background:url(../img/pro_deta_bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.mb_proDeta_2 .mb_center{
	padding-top: 26px;
}
.mb_proDeta_2 legend{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
.mb_proDeta_2 .group{
	float: left;
	width: 310px;
	margin-right: 10px;
}
.mb_proDeta_2 .group input{
	width: 310px;
	height: 50px;
	border-radius: 5px;
	background-color:#fff;
	border:none;
	outline: none;
	font-size: 14px;
	color: #333;
	padding: 0 15px;
	box-shadow: initial;
}
.mb_proDeta_2 .btn{
	float: left;
	width: 240px;
}
.mb_proDeta_2 .btn .submit{
	display: block;
	height: 50px;
	width: 240px;
	border-radius: 5px;
	background-color:#ea6500;
	border:none;
	box-shadow: initial;
	outline: none;
	font-size: 14px;
	color: #fff;
}


/*--------------------------------------解决方案终端--------------------------------------*/
.mb_solDeta_1 .mb_bh_rh{
	margin-bottom: 70px;
}

.mb_solDeta_2{
	padding-bottom: 0;
}
.mb_solDeta_2 .mb_about_2_ul{
	padding-bottom: 1px;
}


/*--------------------------------------解决方案--------------------------------------*/
.mb_solution_2_ul{
	overflow: hidden;
	width: 1220px;
	padding-top: 10px;
}
.mb_solution_2_ul li{
	float: left;
	width: 285px;
	margin-right: 20px;
	text-align: center;
	padding: 55px 0;
}
.mb_solution_2_ul li:nth-child(1){
	background-image: linear-gradient(to bottom right, #3babf7 , #3f81eb);
}
.mb_solution_2_ul li:nth-child(2){
	background-image: linear-gradient(to bottom right, #63d42a , #48b811);
}
.mb_solution_2_ul li:nth-child(3){
	background-image: linear-gradient(to bottom right, #f96a9a , #eb3773);
}
.mb_solution_2_ul li:nth-child(4){
	background-image: linear-gradient(to bottom right, #fb9b53 , #eb771e);
}
.mb_solution_2_ul li .chart{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb_solution_2_ul li .chart img{
	display: block;
}
.mb_solution_2_ul li .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 30px;
	margin: 20px 0 25px 0;
}
.mb_solution_2_ul li .text{
	height: 156px;
	line-height: 26px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	padding: 0 30px;
}

.mb_solution_3_ul{
	overflow: hidden;
	width: 1235px;
	padding-top: 10px;
}
.mb_solution_3_ul li{
	float: left;
	width: 273px;
	margin-right:35px;
	text-align: center;
	padding: 25px 0 80px 0;
}
.mb_solution_3_ul li .chart{
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb_solution_3_ul li .chart img{
	display: block;
}
.mb_solution_3_ul li .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 25px 0 5px 0;
}
.mb_solution_3_ul li .text{
	height: auto;
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}
.mb_solution_3_ul li .btn{
	width: 175px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	display: block;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 25px;
}
.mb_solution_3_ul li:hover .title{
	color: #ea6500;
}
.mb_solution_3_ul li:hover .text{
	color: #333;
}
.mb_solution_3_ul li:hover .btn{
	background-color: #ea6500;
	cursor: pointer;
}

.mb_solution_4{
	height: 820px;
	overflow: hidden;
	background:url(../img/sol_tube_bg.jpg) no-repeat center;
	background-size: auto 100%;
	position: relative;
	margin-top: 0;
}
.mb_solution_4::before{
	content: '  ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #0b6dff;
	opacity: 0.8;
}
.mb_solution_4 .mb_center{
	position: relative;
	z-index: 10;
}
.mb_solution_4 .pro_title{
	color: #fff;
}

.solution_tab_nav li{
	width: 33.333333%;
	margin: 0;
	border-right: 1px solid #3e3e3e;
}
.solution_tab_nav li:last-child{
	border: none;
}
.solution_tab_nav li a{
	margin: 0;
	padding: 0;
	height: 100px;
	background-color: #333;
	border: none;
	border-radius: 0;
	overflow: hidden;
	padding: 0 30px;
}
.solution_tab_nav li .icon{
	width: 60px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}
.solution_tab_nav li .icon img{
	display: block;
}
.solution_tab_nav li .text{
	float: right;
	width: 265px;
}
.solution_tab_nav li .text{
	padding-top: 17px;
}
.solution_tab_nav li .text span{
	display: block;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.solution_tab_nav li .text p{
	display: block;
	height: 36px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mb_solution_4 .mb_center{
	padding: 85px 0 0 0;
}
.mb_solution_4 .solution_tab_nav li a:hover{
	background-color: #333;
}
.mb_solution_4 .solution_tab_nav li.am-active a{
	background-color: #165dcf;
	position: relative;
	border:none;
	overflow: initial;
}
.mb_solution_4 .solution_tab_nav li.am-active a:hover{
	background-color: #165dcf;
	border:none;
}
.mb_solution_4 .solution_tab_nav li.am-active a::after{
	content: '  ';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #165dcf;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.mb_solution_4 .solution_tab_nav{
	border: none;
}
.solution_tab_bd{
	border: none;
}
.solution_tab_bd .am-tab-panel{
	padding: 0;
}
.solution_tab_bd .am-tab-panel .left{
	width: 530px;
	padding-top: 90px;
}
.solution_tab_bd .left .item{
	width: 100%;
	background-image: linear-gradient(to right, rgba(22,93,207,0.7) , rgba(22,93,207,0));
	margin-bottom: 20px;
	overflow: hidden;
	padding: 25px 40px;
}
.solution_tab_bd .left .item .icon{
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: flex;
	display: -webkit-box;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	float: left;
}
.solution_tab_bd .left .item .text{
	width: 360px;
	float: right;
}
.solution_tab_bd .left .item .text span{
	display: block;
	height: 30px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.solution_tab_bd .left .item .text p{
	display: block;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.solution_tab_bd .left .btn{
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #ea6500;
	border-radius: 50px;
	display: block;
	margin-top: 50px;
}
.solution_tab_bd .am-tab-panel .right{
	width: 600px;
	height: 550px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.solution_tab_bd .am-tab-panel .right img{
	display: block;
}

/*--------------浮窗客服--------------------*/
.mb_position{
	position:fixed;
	bottom: 0;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 9999;
}
.mb_position ul{
	position: absolute;
	top: -550px;
	right: -95px;
	width:60px;
	background-color: #ea6500;
	border-radius: 5px;
	z-index: 9999;
	opacity: 0;
}
.mb_position ul li{
	position:relative;
}
.mb_position ul li span{
	position: absolute;
	top: 0;
	left:-140px;
	display: none;
	opacity: 0;
	background-color: #ea6500;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	width: 140px;
	z-index: 9999;
}
.mb_position ul li span i{
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/wzg_icon_p5.png) no-repeat center right;
	background-size: auto 100%;
	float: right;
	margin-top: 25px;
	margin-right: -10px;
}
.mb_position ul li{
	height:60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.mb_position ul li:hover{
	background-color: #333;
	cursor:pointer;
}
.mb_position ul li:hover span{
	display: block;
	opacity: 1;
}
.mb_position ul li:nth-child(3) span{
	height:140px;
	width: 140px;
	text-align: center;
}
.mb_position ul li:nth-child(3) span img{
	height:80%;
	width: 80%;
	margin-top: 10%;
}
.mb_position ul li:last-child{
	border-bottom: none;
	border-radius:0 0 5px 5px;
	background-color: #333;
}
.mb_position ul li:nth-child(3){
	border-bottom: none;
}

.mb_about_2_ul li .sulotion_detail{
	width: 100%;
}

.mb_bh_rh_list .pro_more{
	width: 280px;
	height: 60px;
	background-color: #ea6500;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
}








































