sanjiao{
	border-top-color: #777777;
}
.loac{
	margin-top: 100px;
	padding-left: 18px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
	font-size: 14px;
	
}
body{
	background: white;
}
nav .nav-list .aboutus{ 
	color: #F39915;!important
}
nav .nav-list  a{
	color: #777777;
}
/*联系我们的页面样式*/
.contactus{
	margin-top: 70px;
	text-align: left;
	color: #777777;
}
.func>div{
	height: 110px;
	margin-bottom: 60px;
}
.func>div:last-child{
	margin-bottom: 0;
}
.func>div>img:first-child{
	border-right: 1px solid #e2e2e2;
	padding-right: 30px;
	margin-right: 20px;
	padding-top: 10px;
}
.co{
	font-size: 16px;
}
.co>.fl{
	line-height: 38px;
}
.hotline .fl p:nth-child(1){
	font-size: 16px;
    line-height: 75px;
}
.hotline .fl p:nth-child(2){
	font-size: 30px;
	line-height: 0px;
	color: #00b7ee;
}
.weixin .text{
	font-size: 16px;
	margin-top: 30px;
}
.weixin .pic-weixin{
    width: 125px;
	margin-left: 17px;
}
.map{
	width: 592px;
	height: 443px;

}
#container{
	height:100%
} 
/*真正的aboutus页面的*/
.banner{
	width: 100%;
	overflow: hidden;
}
.about {
	margin-top: 50px;
}
.about .fl{
	width: 600px;
}
.about .fr {
	text-align: left;
	font-size: 14px;
	width: 450px;
	line-height: 25px;
}
.about .fr p{
	margin-bottom: 27px;
}
.about .video-bg {
	cursor: pointer;
}
.about .video-bg .poab{
	top: 50%;
	left: 50%;
	z-index: 2;
}
.play {
	display: none;
	width: 600px;
    height: 376px;
}
.play video{
	width: 100%;
	height: 100%;
}
.about .btitle{
	margin-top: 60px;
	font-size: 36px;
}
.about .stitle{
	font-size: 16px;
	margin-top: 11px;
}
.about .play{
	width: 100%;
}
.about .cont img{
	margin-top: 75px;
}
/*joinus的样式*/
.joinus-list ul{
	width: 580px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
}
.joinus-list ul li{
	padding: 8px 20px;
	color: #3D3D3D;
	font-size: 14px;
	border-radius: 20px;
	background: #f5f5f5;
	cursor: pointer;
}
.joinus-list ul.active{
	color: white;
	background: #F39915;
}
.joinus-list ul li.active{
	background: #F39915;
	color: white;
}
.joinus .cont ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.joinus .cont ul li{
	width: 250px;
	height: 332px;
	margin-bottom: 30px;
	cursor: pointer;
}
.joinus .cont ul li:hover{
	box-shadow:  0 0 50px rgba(0,0,0,0.1);
}
.joinus .cont .title1{
	margin-top: 20px;
	margin-bottom: 11px;
}
.joinus .cont img{
	width: 100%;
}
.job ul{
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(102,102,102,.4);
}
.job ul li{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	background: white;
	border-radius: 8px;
}
.job .duty{
	padding: 40px;
    padding-top: 0;
    text-align: left;
}
.job .title{
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
}


/*增加的title*/
#contactus{
	background: #F7F7F7;
	padding-bottom: 30px;
}
#joinus{
}
.title_1{
	text-align: center;
	font-size: 34px;
	color: #222222;
	padding-top: 30px;
}
.title_2{
	text-align: center;
	font-size: 14px;
	color: #777777;
	padding-bottom: 40px;
}