/*--------------------------------------------------- 关于我们------------------------------------------------------*/
.about-us-box {
	background-color: #fff;
	padding: 15px;
	float: left;
}
.about-us-box .about-us-title {
	font-weight: bold;
	color: #333;
	font-size: 14pt;
}
.about-us-box .abous-us-list {
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
}
.about-us-box .abous-us-list .about-us-list-item {
	float: left;
	width: 40%;
	padding: 15px;
	min-height: 170px;
	border-bottom: 1px solid #eaeaea;
	margin: 0px 0 30px 0;
}
.about-us-box .abous-us-list .about-us-list-item:nth-child(odd){
	margin-right: 10%;
}
.about-us-box .abous-us-list .about-us-list-name {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 13pt;
	color: #333;
	padding-bottom: 10px;
}
.about-us-box .abous-us-list .about-us-map {
	color: #0076a8;
	padding-left: 20px;
	margin: 10px 0;
	display: inline-block;
  background: url("../images/location.png") no-repeat left;
  background-size: 13px;
  cursor: pointer;
}
.about-us-box .abous-us-list .about-us-address {
	color: #333;
}
.about-us-box .abous-us-list .about-us-tel {
	color: #333;
	display: inline-block;
	margin-top: 20px;
}

.job-box{
	width: 100%;
}
.job-box .treebox{width: 100%;background-color: #fff;}
.job-box .menu{overflow: hidden;}
/*第一层*/
.job-box .menu li.level1{
	border-bottom: 1px solid #eaeaea;
	width: calc(100% - 30px);
}
.job-box .menu li.level1>a{
	display:block;
	/* height: 50px; */
	/* line-height: 50px; */
	color: #333;
	padding-left: 0px;
	font-size: 15px;
	position: relative;
	transition:all .1s ease 0s;
	font-weight: bold;
	padding: 10px 0;
	cursor: pointer;
	}
	.job-box .menu .level1>a:hover{
		background-color: #fff!important;
		color: #333!important;
	}
	.job-box .menu .level2>a:hover{text-decoration: none;background-color: #ebebeb;color: #e60012;border-left: 4px solid #e60012;}
	.job-box .current{background: #fff;color: #333!important;}

	/*============小箭头*/
	.job-box .level1 i{background: url("../images/about_us/down.png") no-repeat;background-size: 15px;width: 20px;height: 20px;display: block;position: absolute;right: 30px;top: 30px;}
	.job-box .level1 i.down {
    transform: rotate(180deg);
    background-position: bottom;
}

	/*第二层*/
	.job-box .menu li ul{ overflow: hidden; }
	.job-box .menu .level2{display: none;background: #ebebeb;margin:0;padding: 20px;}
	.job-box .menu .level2 p{
		display: block;
		/* height: 45px; */
		/* line-height: 45px; */
		color: #333;
		/* text-indent: 35px; */
		/*border-bottom: 1px solid #ddd; */
		font-size: 14px;
		transition:all .1s ease 0s;
		border-left: 4px solid transparent;
		padding: 0;
		line-height: 30px;
	}
	.job-box .menu .level2 p:hover{
		text-decoration: none;background-color: #ebebeb;
	}


.click-to-signup:hover{
	text-decoration: underline!important;
	border-left: none!important;
}
.tel-box{
	border-top: 15px solid #f5f5f5;
	padding: 20px;
}
.tel-box ul{
	margin: 7px 0;
}
.tel-box ul li{
	background: url("../images/about_us/tel.png") no-repeat;
	margin-bottom: 20px;
	text-indent: 2.2em;
	padding: 1px 0;
}
.tel-box ul li:last-child{
	background: url("../images/about_us/email.png") no-repeat;
	margin-bottom: 0px;
}







@media screen and (max-width: 768px) {
	.about-us-box .abous-us-list .about-us-list-item {
    float: left;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-bottom: 30px;
	}
	.job-box {
    width: auto;
	}
	.job-box .menu {
    display: inline-block;
	}
	.job-box .menu li.level1>a {
		height: auto;
    padding-right: 20px;
    line-height: 25px;
	}
	.job-box .menu li.level1 {
    border-bottom: 1px solid #eaeaea;
    width: auto;	
	}
	.job-box .level1 i {
    background: url(../images/about_us/down.png) no-repeat;
    background-size: 15px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 14px;
    top: 10px;
	}
	.job-box .level1 i.down {
    background-position: 0 0px;
	}
}

