/* ===========nav=========== */
.logoNav{
    background:rgba(255,255,255,1);
    line-height: 76px;
    border-bottom: 2px solid #0089E1;
    height: 80px;
}
.logo{
    background-size: auto 45%;
}
.kNav li{
    line-height: 70px;
}


/* =============banner========= */
.aboutImg,.solutionImg{
    background:#fff  url("../images/BUSINESS-3.png") no-repeat center/auto 100%;
    width:100%;
    height:400px;
}
.solutionImg{
    background-image: url("../images/BUSINESS-6.png")
}
/* ============content========== */
.main{
    padding:52px 0;
}
#map{
    width:100%;
    height:400px;
    border:#ccc solid 1px;
    font-size:12px
}
.about-box{
    width:65%;
    margin:72px auto 0 auto;
}
.about-box>h2,.marWh>h2{
    font-size:28px;
    padding-bottom:4px;
    border-bottom:2px solid #1466db;
}
.about-txt{
    margin-top:42px;
    padding-bottom:32px;
    position: relative;
}
.about-txt li{
    font-size:16px;
    margin-bottom:16px;
}
.about-txt li i{
    display: inline-block;
    width:80px;
    color:#666
}
.wechat{
    position: absolute;
    right:0;
    top:0
}
.wechat img{
    width:130px;
}
.wechat p{
    width:100%;
    text-align: center;
    font-size:14px;
}

/* 招聘 */
.jointit {
	margin-top: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #1466db;
}
#joinlist {
	margin-top: 30px;
	overflow: hidden;
	width: 1282px;
}
#joinlist .listleft,#joinlist .listright {
	margin-bottom: -500px;
	padding-bottom: 500px;
	float: left;
}
#joinlist .listleft {
	width: 12%;
	font-size: 13px;
	line-height: 30px;
}
#joinlist .listright {
	font-size: 13px;
	line-height: 30px;
	width: 87%;
}
#joinlist .listright span {
	display: inline-block;
	margin-right: 60px;
}

#joinlist .listright span a {
	color: #1466db;
}
.joinbox {
    padding-top: 50px;
    font-size:1.4em;
}
.joinbox > h2 {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
}
.joinbox > h2 p {
	position: absolute;
    color: #1466db;
    font-weight:bold;
    background-color: rgb(245, 245, 245);
	margin-top: -11px;
	padding-right: 30px;
}
.joinbox > h2 p i {
	font-style: normal;
}
.joinbox > h2 p b {
	display: none;
}
.joinbox .topms {
    margin-top: 50px;
    font-size:1.13em;
}
.joinbox .topms span {
	display: inline-block;
	margin-right: 60px;
}
.joinbox .bottomms .bottomtitle {
	font-weight: bold;
	margin-top: 40px;
}
.joinbox .bottomms .bottomcontent {
    margin-top: 10px;
    color:#666
}
.bottomms .bottomcontent ul {
	line-height: 2em;
}
/* END招聘 */
@media screen and (max-width:1080px){
    .logoNav{
        height:36px;
        line-height:36px;
    }
    .kNav li{
        line-height: 42px;
    }
    .aboutImg,.solutionImg{
        height:220px
    }
    #map{
        height:220px;
    }
    .about-box{
        width:90%
    }
    .about-txt li{
        position: relative;
        padding-left:80px;
    }
    .about-txt li i{
         position: absolute;
         left:0;
    }
    .wechat{
        position: relative;
    }
    .wechat p{
        text-align: left
    }
    /* 招聘 */
    #joinlist {
        width: 96%;
    }
    #joinlist .listleft,#joinlist .listright {
        margin-bottom: 0px;
        padding-bottom: 0px;
        float: none;
    }
    #joinlist .listleft {
        width: 100%;
    }
    #joinlist .listright {
        width: 90%;
        margin-left:8%;
    }
}