body,div,a,p,ul,li,h1,h2,h3,h4,b,img{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
a{
	color: #fff;
}
body{
	width: 100%;
	background:url('../images/dbg.jpg') no-repeat;
}
.banner{
	height: 690px;
}
.bannerimg{
	width:100%;
	height:690px;
	position:relative;
    overflow:hidden;
}
.bannerimg img{
	width:1920px;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
.qiehuanan{
	opacity: 0.7;
	color:#04aebf;
}
.huli{
	width:100%;
	background: url('../images/hulibei.jpg')
}
.huli_content{
	width: 1200px;
	margin: 0 auto;
	height: 400px;
}
.huli_title{
	display: flex;
	margin-top: 50px;
	flex-direction: column;
	text-transform: uppercase;
}
.huli_title h1{
	font-size: 36px;
	color: #04aebf;
}
.huli_title h2{
	font-size: 16px;
	color: #d7a67a;
}
.huli_content ul{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	flex-direction: row;
}
.huli_content ul li{
	width: 400px;
	text-align: center;
	margin-bottom: 50px;
}
.huli_content ul li img{
	transition: all 0.8s ;
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    -o-transition: all 0.8s ;
}
.huli_content ul li img:hover{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg); /* Safari and Chrome */
	-moz-transform:rotateY(360deg); /* Firefox */
}
.huli_content ul li h3{
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.huli_content ul li span{
	font-size: 14px;
	font-weight: bold;
}
.fuwuxiangmu{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 50px;
}
.fuwuxiangmu_title{
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.fuwuxiangmu_title h1{
	font-size: 36px;
	color: #04aebf;
}
.fuwuxiangmu_title h2{
	font-size: 16px;
	color: #d7a67a;
}
.fuwuxiangmu ul{
	display: flex;
	flex-wrap: wrap;
}
.fuwuxiangmu ul li{
	width: 285px;
	height: 207px;
	margin-right: 15px;
	margin-bottom: 46px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s;
}
.fuwuxiangmu ul li:hover{
	transform: scale(1.1);
}
.fuwuxiangmu ul li a{
	display: block;
	overflow: hidden;
}
.fuwuxiangmu ul li a span{
	display: flex;
	width: 285px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-weight: bold;
	background: rgba(7,156,171,0.5);
	padding-left:20px; 
}
.hulianli{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.hulianli_title{
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.hulianli_title h1{
	font-size: 36px;
	color: #04aebf;
}
.hulianli_title h2{
	font-size: 16px;
	color: #d7a67a;
}
.hulianli_content{
	display: flex;
	flex-direction: row;
}
.hulianli_content_left{
	width: 525px;
	margin-right: 148px;
}
.hulianli_content_left a{
	color:#333;
}
.hulianli_content_left_title{
	margin-bottom: 40px;
	font-size: 24px;
	color: #333;
}
.hulianli_content_left_art{
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	width:535px;
	height:120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	
}
.hulianli_content_xiangqing{
	position:relative;
	left:480px;
}
.hulianli_content_left_coverimg{
	width: 525px;
	height: 394px;
	margin-top:20px;
}
.hulianli_content_right{
	width: 525px;
}
.hulianli_content_right_title{
	margin-bottom: 40px;
	font-size: 24px;
	color: #333;
	margin-top: 40px;
}
.hulianli_content_right_art{
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	width:535px;
	height:120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.hulianli_content_right_coverimg{
	width: 525px;
	height: 394px;
}
.team{
	width: 100%;
	height: 666px;
	background:url('../images/teambg.jpg') 
}
.team_fluid{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.team_title{
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.team_title h1{
	font-size: 36px;
	color: #fff;
}
.team_title h2{
	font-size: 16px;
	color: #d7a67a;
}
.team_content{
	width: 1200px;
	height: 400px;
	background: #313131;
	display: flex;
	flex-direction: row;
}
.team_content_left{
	width: 700px;
	text-align: center;
	padding: 80px 50px;
	color: #fff;
}
.team_content_left h2{
	margin-bottom: 20px;
}
.team_content_left p{
	line-height: 30px;
	font-weight: bold;
}
.team_content img{
	margin-top: 40px;
	margin-right: 50px;
	border-radius: 5px;
}
.team_liebiao{
	width: 1200px;
	height: 227px;
	background: #313131;
	margin-top: 70px;
}
.team_liebiao ul{
	display: flex;
	flex-direction: row;
}
.team_liebiao ul li{
	width: 185px;
	height: 227px;
	margin-right: 18px;
	text-align: center;
}
.team_liebiao_xuan{
	width: 185px;
	height: 227px;
	background:rgba(4,174,191,0.5);
	display: none;
}
.team_liebiao_xuan img{
	margin-top: 70px;
}
.team_liebiao_xuan h2{
	color: #fff;
	font-size: 18px;
	margin-top: 50px;
}
.team_liebiao_noxuan{
	width: 185px;
	height: 43px;
	line-height: 43px;
	margin-top: 184px;
	background: rgba(49,49,49,0.5);
	color: #fff;
}
.team_liebiao ul li:hover .team_liebiao_xuan{
	display: block;
}
.team_liebiao ul li:hover .team_liebiao_noxuan{
	display: none;
}
.about{
	width: 1200px;
	margin: 0 auto;
	margin-top: 88px;
}
.about_title{
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.about_title h1{
	font-size: 36px;
	color: #04aebf;
}
.about_title h2{
	font-size: 16px;
	color: #d7a67a;
}
.about_content{
	display: flex;
	flex-direction: row;
}
.about_content_nrz{
	width: 700px;
	height: 355px;
	padding-right: 150px;
}
.about_content_nr{
	line-height: 30px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
}
.about_content_xiangqing{
	color:#e74b22;
	position:relative;
	left:500px;
}
.yizhandongtai{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	display: flex;
	flex-direction: row;
}
.yizhandongtai_left{
	width: 750px;
	height: 390px;
	border: 1px solid #f1f1f1;
	background: #fff;
	display: flex;
	flex-direction: row;
}
.yizhandongtai_left ul{
	margin-left: 30px;
}
.yizhandongtai_left ul li{
	width: 450px;
	display: flex;
	flex-direction: row;
	margin: 20px 0px;
}
.yizhandongtai_left ul li::before {
    content: "\02022";
    color: #000;
    font-style: normal;
    text-decoration: none;
}
.yizhandongtai_left_title{
	display: block;
	width: 70%;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.yizhandongtai_left_time{
	display: block;
	margin-left:5%;
	width: 25%;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.yizhandongtai_right a img{
	width: 428px;
	height: 340px;
}
.yizhandongtai_right a span{
	display: block;
	width: 428px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background:#04aebf;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}









