@charset "utf-8";
/* CSS Document */

.company{
	width:100%;
	background-color:#fff;
	padding:80px 0 100px 0;
}
#company{
	width:960px;
	background-image: url(../img/company-intro.jpg);
	background-repeat: no-repeat;
}
#intro-title{
	font-family:微软雅黑;
	font-size:30px;
	color:#333;
	font-weight:500;
	text-align:left;
}
#intro-content{
	width: 460px;
	font-family:微软雅黑;
	font-size:14px;
	color:#333;
	line-height:24px;
	text-align: justify;
}




#wrapper {
    width: 960px;
	height: 960px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
	    -ms-flex-align: center;
		    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
	    -ms-flex-pack: left;
		    justify-content: left;
    overflow: hidden;
}

#left-side {
    width: 200px;
	height: 960px;
	vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
	    -ms-flex-pack: center;
		    justify-content: center;
}
#left-side ul{
	padding: 0;
	margin-top: 16px;
}
#left-side ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 55px;
    color: #333333;
	font-size: 15px;
	font-family: 微软雅黑;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
		    transition: all .2s ease-out;
}
#left-side ul li:hover {
    color: #00a0e9;
    -webkit-transition: all .2s ease-out;
		    transition: all .2s ease-out;
}
#left-side ul li.active {
    color: #00a0e9;
}

#border {
    height: 960px;
    width: 1px;
    background-color: rgba(51, 51, 51, 0.2);
}
#border #line.one {
	position: relative;
    width: 5px;
    height: 54px;
    background-color: #00a0e9;
    margin-left: -2px;
	top:15px;
    -webkit-transition: all .4s ease-in-out;
		    transition: all .4s ease-in-out;
}
#border #line.two {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:70px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.thr {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:125px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.fou {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:180px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.fiv {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:235px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.six {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:290px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.sev {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:345px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.eit {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:400px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#border #line.nin {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:455px;
	-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#border #line.ten {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:510px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#border #line.ele {
	position: relative;
	width: 5px;
	height: 54px;
	background-color: #00a0e9;
	margin-left: -2px;
	top:565px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#right-side {
	width: 760px;
	height: 960px;
	vertical-align: top;
}
#right-side #first, #right-side #second, #right-side #third, #right-side #fourth, #right-side #fifth, #right-side #sixth, #right-side #seventh, #right-side #eighth, #right-side #ninth, #right-side #tenth, #right-side #eleven {
    position: absolute;
	padding: 30px 0;
	width: 760px;
    -webkit-transition: all .2s ease-in-out;
		    transition: all .2s ease-in-out;
    opacity: 0;
}
#right-side #first.active, #right-side #second.active, #right-side #third.active, #right-side #fourth.active, #right-side #fifth.active, #right-side #sixth.active, #right-side #seventh.active, #right-side #eighth.active, #right-side #ninth.active, #right-side #tenth.active, #right-side #eleven.active {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
		    transition: all .2s ease-in-out;
}
.map-intro{
	width: 658px;
	text-align: left;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #00a0e9;
}
.map-intro-con{
	width: 658px;
	text-align: left;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #666666;
}


.work-table{
	width: 960px;
	border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
}
.work-table th{
	border-top: 1px #33383b solid;
	border-bottom: 1px #e1e1e1 solid;
	background-color: #fafafa;
	font-family: 微软雅黑;
	font-size: 13px;
	font-weight: 500;
	color: #00a0e9;
	line-height: 50px;
}
.work-table td{
	border-right: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
	font-family: 微软雅黑;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	padding: 15px 15px;
}
.recuit-step{
	width: 960px;
}
.recuit-step td{
	text-align: left;
	font-family: 微软雅黑;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.recuit-step td a{
	font-family: 微软雅黑;
	font-size: 13px;
	color: #00a0e9;
	line-height: 18px;
}
