.banner{
	height: 700px;
	background: url(../img/business/banner.jpg) no-repeat center top;
}
.banner .ctr_txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	text-align: center;
}
.banner .ctr_txt h3{
	font-size: 67px;
	margin-bottom: 24px;
	color: #fff;
	font-weight: normal;
	-webkit-animation: fadeInUp4 1.4s .4s ease both;
    -o-animation: fadeInUp4 1.4s .4s ease both;
    animation: fadeInUp4 1.4s .4s ease both;
    -moz-animation: fadeInUp4 1.4s .4s ease both
}
.banner .ctr_txt p{
	font-size: 22px;
	color: #fff;
	-webkit-animation: fadeInUp5 1.4s .8s ease both;
    -o-animation: fadeInUp5 1.4s .8s ease both;
    animation: fadeInUp5 1.4s .8s ease both;
    -moz-animation: fadeInUp5 1.4s .8s ease both;
}
.cont_wrap{
	margin-top: -98px;
}
.tab_bar{
	width: 100%;
	height: 98px;
	background: rgba(0,71,157,0.5);
}
.tab_bar a{
	width: 33.3%;
	height: 98px;
	display: inline-block;
	float: left;
	padding:10px 0 15px 158px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 999;
}
.tab_bar a.active{
	background: #00479d;
}
.tab_bar a p:nth-child(1){
	font-size: 28px;
	margin-bottom: 20px;
	position: relative;
}
.tab_bar a p:nth-child(2){
	color: #eee;
	font-size: 14px;
}
.tab_bar a p:nth-child(1)::after{
	content:'';
	height: 0;
	width: 40px;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
}
.tab_cont{
	padding: 80px 0 205px 0;
}
.tab_cont .txt_box{
	width: 542px;
	height: 415px;
	overflow: hidden;
	position: relative;
}
.tab_cont .img_box{
	width: 658px;
	height: 415px;
	background: #f8f8f8;
	overflow: hidden;
}
.tab_cont .txt_box,.tab_cont .img_box{
	display: inline-block;
	float: left;
}
.txt_box .slide_top{
	height: 228px;
	padding-top: 137px;
	box-sizing: border-box;
	font-size: 20px;
	color:#0f61cf;
}
.txt_box .slide_top h3{
	font-size: 36px;
	color: #313131;
	font-weight: normal;
	display: inline-block;
}
.txt_box .slide_bom{
	height: 187px;
	padding: 47px 30px 0 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-indent: 30px;
}
.img_box .slide_img{
	width: 658px;
	height: 415px;
}
.img_box .slide_img img{
	margin: 0 auto;
	display: block;
}
.pad_top_33{
	padding-top: 33px;
	box-sizing: border-box;
}
.img_slide_wrap{
	width: 300%;
	height: 100%;
}
.img_slide_wrap>div{
	display: inline-block;
	float: left;
}
.tab_cont .txt_box::after{
	width: 100%;
	height: 187px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00479d;
	content:'';
	z-index: 5;
}
.txt_slide_wrap{
	width: 300%;
	height: 100%;
	position: relative;
	z-index: 10;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.txt_slide_wrap>div{
	width: 542px;
	height: 415px;
	display: inline-block;
	float: left;
}
.bgcolor{
	background: #f8f8f8;
}