﻿.about-bg{
	position: relative;
	background-attachment: fixed;
	background: rgba(0,153,255,.95);
	margin-top: 0px;
	position: relative;
	padding-top: 28px;	
}

.floor_4_main {

}
/*.about-bg1{
	background: rgba(0,153,255,.92);
	padding-top: 28px;
}*/
.about-bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/about-bg.jpg) no-repeat;
	background-attachment: fixed;
	z-index: -1;
}
.about-title-box{
	border-bottom: 1px solid #fff;
}
.about-title_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.about-title{
	position: relative;
	text-align: center;
	margin-left: 94px;
	display: block;
	width: 112px;
	height: 56px;
}
.about-title::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FFCC00;
	bottom: -1px;
	left: 0;
}
.about-title h2{
	font-size: 24px;
	color: #fff;
}
.about-title h3{
	font-size: 14px;
	color: #fff;
	font-family: arial;
	margin-top: 4px;
}
.about-title_box a{
	font-size: 14px;
	color: #fff;
	font-family: arial;
	display: block;
	position: absolute;
	right: 29px;
	bottom: 0;
	padding: 0 8px 10px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	text-decoration: none;	
}
.about-title_box a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #FFCC00;
	bottom: 0px;
	left: 0;
	margin-bottom: -1px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.about-title_box a:hover::before{
	width: 100%;
}
.about-title_box a:hover{
	color: #FFCC00;
	
}
.about-box{
	width: 1200px;
	margin: 0 auto;
}
.about{
	padding: 0 20px;
	margin-top: 28px;
	position: relative;
}
.about-tu{
	width: 495px;
	height: 495px;	
}
.about-tu img{
	display: block;
	width: 495px;
}
.about-zw{
	background-color: #fff;
	opacity: .9;
	filter:Alpha(opacity=90);
	width: 691px;
	position: absolute;
	left: 490px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	box-shadow: 0px 4px 3px 0px rgba(6, 0, 1, 0.13);
	-webkit-box-shadow: 0px 4px 3px 0px rgba(6, 0, 1, 0.13);
}
.about-zw h2{
	font-size: 24px;
	color: #0099FF;
	border-bottom: 1px solid #0099FF;
	padding-left: 25px;
	padding-bottom: 6px;
	padding-top: 14px;
}
.about-zw-box{
	font-size: 14px;
	line-height: 28px;
	padding: 20px 25px;
}
.about-zw-box p{
	display: inline-block;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}