.banner-list {
    height: 200px;
    margin-top:70px;
    background: url(/static/pc/banner/banner29.jpg) center top no-repeat;
}
.banner-case-slogan {
    text-align: center;
    letter-spacing: 5px;
    display: block;
    width: 100%;
    z-index: 96;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #eee;
    font-size: 28px;
    line-height: 200px;
    font-weight: 100;
}
.banner-case-slogan:hover {
    background-color: rgba(0,0,0,0.4);
    color: #DDD;
    font-size: 35px;
}

/*小横线*/
.line1{
    width: 40px;
    height: 1px;
    background-color: #666;
    margin: -5px 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.about1{
    padding: 30px 0 15px 0;
}
.about1a{
    width: 60%;
    float: left;
}
.about1b{
    width: 40%;
    float: left;
    font-size: 16px;
    line-height: 32px;
}
.about1b h1{
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}
.about1c{
    width: 75%;
    float: left;
    font-size: 16px;
    line-height: 32px;
}
.about1d{
    width: 25%;
    float: left;
}
.about1d img{
    height: 400px;
    float: right;
}

/*使命与愿景*/
.mv{
    padding: 0 10px;
    height: 340px;
}
.mva{
    width:100%;
    height: 50%;
}
.mva img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.mvb{
    width: 100%;
    height: 50%;
    background-color: #f5f5f5;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.mvba{
    font-size:15px;
    font-weight: 600;
    text-align: center;
    color: #333;
    padding: 15px 5px 20px 5px;
    height: 45%;
}
.mvbb{
    font-size: 13px;
    text-align: center;
    color: #666;
    padding: 0 5px;
}
.mvb:hover{
    background-color: #0c74ef!important;
}
.mvb:hover .mvba{
    color: #ddd!important;
}
.mvb:hover .mvbb{
    color: #fff!important;
}

/*发展历程*/
.ab-history {
	padding-top: 47px;
	position: relative;
	margin: 40px 0 50px;
	padding-bottom: 100px;
}
.ab-history .bd ul li {
	background: url(/static/pc/images/about/ot_05.jpg) 148px center no-repeat;
	height: 84px;
	padding-right: 5px;
	font-size: 18px;
}
.ab-history .bd ul li span {
	height: 70px;
	display: inline-block;
	float: left;
	line-height: 84px;
	color: #014195;
	font-style: italic;
}
.ab-history .bd ul li span>a {
	font-size: 14px;
	color: #7b7b7b
}
.ab-history .bd ul li .about03_r {
	width: 80%;
	float: right;
	padding: 13px 18px;
	line-height: 24px;
	border: 1px solid #ccc;
	margin-top: 16px;
    box-shadow: 3px 6px 10px 0px #ccc;
	position: relative;
	background: #fff
}
.sjx {
	width: 13px;
	height: 13px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 1px solid #ccc;
	display: block;
	position: absolute;
	top: 20px;
	left: -7px;
	border-left: 1px solid #ccc;
	background: #fff
}
.ab-history .bd ul li:hover .about03_r {
	background: #014296;
	color: #fff;
}
.ab-history .bd ul li:hover .sjx {
	background: #014296;
}
.ab-history > a {
	position: absolute;
	left: 148px;
    cursor: pointer;
}
.ab-history > a.prev {
	top: 0;
}
.ab-history > a.next {
	bottom: 38px;
}
.ab-zzimg img {
	width: 100%;
}
/*模糊效果*/
.opa img{
    opacity: 1;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 100%;
}
.opa img:hover{
    opacity: 1;
    transition: all .5s ease-in-out;
}

.cul1{
    padding-right: 22px;
    height: 630px;
}
.cul2{
    height: 630px;
}
.cul2a{
    padding-bottom: 22px;
    height: 357px;
}
.cul2b{
    padding-right: 11px;
    height: 273px;
}

.visit{
    padding: 0 10px;
    height: 222px;
}







