/* 侧导航开始 */
body{
	background-color: #F5F5F5;
}
#navigation{
	width: 200px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 8;
	box-shadow:  -10px 0 20px 2px #000;
}
.star{
	width: 140px;
	height: 100.33px;
	padding: 30px;
	/* background: red; */
}
.star img{
	width: 140px;
	height: 100.33px;
}
#navigation ul{
	width: 200px;
	height: 210px;
	background: #fff;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}
#navigation ul li{
	height: 30px;
	width: 157px;
	margin-left: 40px;
	overflow: hidden;
}
.liBox{
	width: 160px;
	height: 60px;
	/* background: #f90; */
	transition: 0.2s;
}
.liBox1,.liBox2{
	width: 160px;
	height: 30px;
}
.liBox1{
	/* background: red; */
}
.liBox2{
	/* background: green; */
}
#navigation ul li:hover{
	cursor: pointer;
	text-indent: 2px;
	/* color: transparent; */
	top: -40px;
}
.nav{
	border-right: 3px solid #00c0ff;
}
.navigation-right{
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 999;
	width: auto;
}
/* 侧导航结束 */

/* banner开始 */
#banner{
	width: calc(100% - 200px);
	height: 531px;
	padding-left: 200px;
	/* background: pink; */
	position: relative;
}
.banner-picture{
	width: 100%;
	height: 531px;
	/* background: yellow; */
	position: relative;
}
.banner-picture img{
	width: 100%;
	height: 531px;
	position: absolute;
	z-index: 5;
}
#banner .point{
	width: 144px;
	height: 28px;
	padding-left: 20px;
	/* background: yellow; */
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
.po{
	width: 40px;
	height: 5px;
	background: rgba(22,22,22,.3);
	transition: 0.2s;
}
.pocolor{
	background: #00c0ff;
}
.point:hover .po{
	height: 15px;
}
.first,.last{
	width: 60px;
	height: 60px;
	background-color: rgba(22,22,22,.3);
	position: absolute;
	right: 61px;
	bottom: 0;
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	border-style: none;
	transition: 0.5s;
	outline: none;
	z-index: 10;
}
.first:hover,.last:hover{
	background-color: #00c0ff;
	cursor: pointer;
}
.last{
	right: 0;
}
/* banner结束 */

/* 内容开始 */
#max{
	padding-left: 200px;
}
.content{
	margin-top: 80px;
	position: relative;
	width: 100%;
	height: 788px;
    /* margin: 0px auto; */
    background: #f5f5f5;
    /* overflow: hidden; */
}
.content-head{
	width: 100%;
	height: 102px;
	margin: 10px 0;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.content-head .lin{
	width: 60px;
	height: 3px;
	background: #00c0ff;
}
.content-middle{
	height: 536px;
}
.specific{
	width: 33.3%;
	/* background: skyblue; */
	height: 50%;
	float: left;
	position: relative;
}
.specific-lid{
	position: absolute;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
}
.specific:hover .specific-lid {
	opacity: 1;
}
.specific span{
	position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: 60%;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 5;
    transition: 0.5s;
    font-size: 14px;
	font-family: '微软雅黑';
}
.specific:hover span{
	opacity: 1;
	top: 50%;
}
.content-bottom{
	width: calc(100% - 80px);
	height: 50px;
	margin: 40px;
	/* background-color: pink; */
	display: flex;
	justify-content: center;
}
.content-bottom .bottom-box{
	width: 240px;
	height: 50px;
	background-color: #00c0ff;
	transition: 0.3s;
}
.content-bottom .bottom-box:hover{
	background-color: #111;
}
.bottom-box div{
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.us{
	width: 100%;
	height: 850px;
	padding: 60px;
	background-color: #fff;
	padding-top: 80px;
	box-sizing: border-box;
}
.us-head{
	background-color: #fff;
}
.us-team{
	width: 289px;
	height: 469px;
	/* background-color: yellow; */
	float: left;
	margin-top: 40px;
	position: relative;
}
.us-team-tu{
	position: absolute;
	left: 0;
	top: 0;
	width: 289px;
	height: 163px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9;
	opacity: 0;
}
.us-team-tu:hover{
	opacity: 1;
}
.us-team img{
	width: 289px;
	height: 163px;
}
.us-team .text{
	width: 249px;
	height: 268px;
	background: #fff;
	padding: 20px;
}
.text-company:hover{
	color: #00c0ff;
	cursor: pointer;
}
.text-company{
	color: #000;
}
.text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.text-more{
	width: 249px;
	height: 36px;
	background-color: #f4f5f6;
	color: #555;
	line-height: 36px;
	text-align: center;
	transition: 0.3s;
}
.text-more:hover{
	background-color: #00c0ff;
}
.us-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/* 留言开始 */
.massage{
	width: 100%;
	height: 314px;
	background-color: #F5F5F5
}
.massage-box{
	width: 1034px;
	height: 314px;
	margin: 0 auto;
	/* background-color: yellow; */
	display: flex;
	justify-content: space-between;
}
.massage-box-lift{
	width: 362px;
	height: 162px;
	padding-top: 10px;
	/* background-color: red; */
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.massage-box-right{
	width: 620px;
	height: 304px;
	padding-top: 10px;
	/* background-color: green; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.massage-box-right .box{
	width:618px;
	height: 100px;
	border: 1px solid #dedeed;
	outline: none;
	resize: none;
}
.massage-box-right .please{
	width:186px;
	height: 38px;
	background-color: #212121;
	color: #fff;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	transition: 0.3s;
	border: none;
}
.massage-box-right .please:hover{
	background-color: #00c0ff;
	cursor: pointer;
}
/* 留言结束 */

/* 底部开始 */
#bottom{
	width: 100%;
	height: 44px;
	background-color: #333;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
/* 底部结束 */
