/*公共*/
body{
	font-family: "Microsoft YaHei";
}
div{
	box-sizing: border-box;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
li{
	list-style: none;
}
/*面包屑导航*/
.breadcrumbs{
	margin: 35px 0 25px;
}
.breadcrumbs p{
	padding-left: 30px;
	font-size: 18px;
	background: url(../images/guoji.png) left center no-repeat;
}
.breadcrumbs a{
	padding: 0 10px;
	border-left: 2px solid #b0b0b0;
	color: #b0b0b0;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs a:first-child{
	border-left: none;
}
.breadcrumbs .active a{
	color: #0072bb;
	border-left: 2px solid #0072bb;
}
/*标题*/
.title{
	margin: 0 auto 35px;
    text-align: center;
    color: #0072bb;
    padding-top: 25px;
}
.section_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0072BB;
}
.section_sub_title {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #0072BB;
}
.section_title_two, .section_sub_title_two {
  color: #fff;
}
.title h3{
	font-weight: bold;
	font-size: 28px;
}
.title h3 span{
  position: relative;
}
.title h3 span::after,.title h3 span::before{
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 24px;
    top: 10px;
    background: url(../images/tit-left.png) no-repeat top right
}
.title h3 span::after{
    left: -136px;
}
.title h3 span::before{
    right: -136px;
    background: url(../images/tit-right.png) no-repeat top left
}
.title p{
	margin-top: 15px;
	font-size: 14px;
}
/*简介*/
.info{
	width: 100%;
	height: 680px;
	background: url(../images/info_bg.jpg) center no-repeat;
	position: relative;
	margin-bottom: 95px;
}
.info .center{
	width: 786px;
	height: 400px;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 430px);
	top: 150px;
	z-index: 9;
	padding: 40px 415px 90px 35px;
	color: #0072bb;
}
.info h3{
	text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
}
.info p{
	font-size: 16px;
    text-indent: 32px;
    line-height: 32px;
    font-weight: bold;
}
.info img{
	position: absolute;
	top: 45px;
	right: -90px;
	width: 460px;
}
.info .shadow{
	width: 786px;
	height: 400px;
	background-color: #0c72b2;
	position: absolute;
	left: calc(50% - 395px);
	top: 115px;
	z-index: 8;
}
/*业务 优势*/
.wrap{
	margin-bottom: 105px;
}
.tab{
	margin-bottom: 55px;
	text-align: center;
	font-weight: bold;
}
.tab b,.tab span a{
	color: #0072bb;
}
.tab span.active a{
	color: #000;
}
.lst .items{
	display: none;
}
.lst .active{
	display: flex;
	justify-content: space-between;
}
.lst .item{
	height: 365px;
	position: relative;
}
.lst .yw .item{
	width: 24%;
}
.lst .yw .item:nth-child(1){
	background: url(../images/ys1.jpg) center/cover no-repeat;
}
.lst .yw .item:nth-child(2){
	background: url(../images/ys2.jpg) center/cover no-repeat;
}
.lst .yw .item:nth-child(3){
	background: url(../images/ys3.jpg) center/cover no-repeat;
}
.lst .yw .item:nth-child(4){
	background: url(../images/ys4.jpg) center/cover no-repeat;
}
.lst .ys .item{
	width: 32%;
}
.lst .ys .item:nth-child(1){
	background: url(../images/ys5.jpg) center/cover no-repeat;
}
.lst .ys .item:nth-child(2){
	background: url(../images/ys6.jpg) center/cover no-repeat;
}
.lst .ys .item:nth-child(3){
	background: url(../images/ys7.jpg) center/cover no-repeat;
}
.lst .item>div{
	width: 100%;
	height: 165px;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	bottom: 0;
	color: #0072bb;

	transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.lst .item:hover div{
	background-color: rgba(0,114,187,0.8);
	color: #fff;
}
.lst .yw .item>div{
	padding: 10px 15px;
}
.lst .ys .item>div{
	padding: 10px 25px 30px;
}
.lst .item h4{
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.lst .item p{
	font-size: 14px;
	line-height: 24px;
}