body{
	counter-reset: func;
}
.banner{
	height: 700px;
	background: url(../img/case/banner.jpg) no-repeat center top;
}
.banner .ctr_txt{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translate(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner .ctr_txt h3{
	font-size: 67px;
	margin-bottom: 30px;
	color: #000;
	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: 35px;
	color: #313131;
	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;
}
section{
	padding: 95px 0 60px 0;
	min-height: 500px;
}
section .top_title{
	position: relative;
	padding-left: 94px;
	box-sizing: border-box;
	/*margin-bottom: 345px;*/
	margin-bottom: 20%;
}
section .top_title::before{
	content:"" counter(func) ".";
	width: 94px;
	height: 55px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 25px;
	font-size: 72px;
	font-style: italic;
	color: #000;
	font-weight: 300;
	counter-increment: func;
}
section .top_title::after{
	content:'';
	width: 162px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -77px;
	background: #d1c0a5;
}
section .top_title h3{
	display: inline-block;
	font-size: 36px;
	color: #313131;
}
section .top_title p{
	color: #0f61cf;
	font-size: 24px;
}
.tab_con{
	width: 100%;
	height: 490px;
	position: relative;
}
.tab_con>div{
	position: absolute;
}
.tab_con .lf_box{
	width: 705px;
	height: 490px;
	left: 0;
}
.tab_con .rg_box{
	width: 667px;
	height: 490px;
	right: 0;
	overflow: hidden;
}
.tab_con .tabs_top{
	width: 533px;
	height: 260px;
	padding-top: 38px;
	box-sizing: border-box;
}
.tab_con .tabs_top a {
	min-width:140px;
	height: 147px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
	margin-right: 45px;
}
.tab_con .tabs_top a i{
	width: 97px;
	height: 97px;
	display: block;
	margin: 0 auto 33px auto;
}
.tab_con .tabs_top a i.icon_phone{
	background: url(../img/case/icon_phone.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a i.icon_credit{
	background: url(../img/case/icon_credit.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a.cur i.icon_phone{
	background: url(../img/case/icon_phone_cur.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a.cur i.icon_credit{
	background: url(../img/case/icon_credit_cur.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a i.icon_ict{
	background: url(../img/case/icon_ict.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a i.icon_blank{
	background: url(../img/case/icon_blank.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a.cur i.icon_ict{
	background: url(../img/case/icon_ict_cur.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a.cur i.icon_blank{
	background: url(../img/case/icon_blank_cur.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a.cur i.icon_property{
	background: url(../img/case/icon_property_cur.png) no-repeat;
	background-size: 100% 100%;
}
.tab_con .tabs_top a.cur{
	color:#00479d;
}
.tab_con .bom_txt{
	width: 705px;
	height: 229px;
	background: #00479d;
	padding: 77px 193px 0 26px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-indent: 30px;
}
.tab_con .bom_txt .overhide{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tab_con .bom_txt .txt_slide_wrap>div{
	width: 486px;
	height: 100%;
}
.tab_con .bom_txt .txt_slide_wrap,.tab_con .img_slide_wrap{
	width: 200%;
	transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
	-moz-transition: transform 0.3s linear;
	-ms-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
}
.tab_con .bom_txt .txt_slide_wrap>div,.img_slide_wrap>div{
	display: inline-block;
	float: left;
}
.s03 .tab_con .tabs_top a.cur{
	margin: 0 auto;
	display: block;
}
