*{
	font-family: "微软雅黑";
}
/* Floor公共样式 */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
body{
	background: #ebebeb;
}
.navBox{
	width: 100%;
	background: rgba(250,250,250,0.2);
}
.nav{
	width: 1200px;
	margin:0 auto;
	height: 50px;
}
.nav .logo{
	margin-top: 13px;
}
.nav .phone img{
	width: 24px;
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}
.nav .phone{
	color: #fff;
	line-height: 50px;
}
.bannerBox{
	background: url(../images/banner.jpg) no-repeat center center;
	text-align: center;
    width: 100%;
    height: 400px;
}
.tabBox{
	width: 100%;
	background: #fff;
	height: 50px;
	border-bottom: 2px solid #e1e1e1;
}
.tab{
	width: 1200px;
	margin: 0 auto;
}
.tabSpan{
	width: 33%;
	float: left;
	color: #505050;;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
}
.tabSpan:hover{
	background: hsla(0,0%,100%,.1)
}
.tabSpan.current{
	border-bottom: 3px solid #e67e22;
	color: #e67e22;
	font-weight: bold;
}
.contentBox{
	width: 100%;
	padding-bottom: 100px;
}
.content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.contentPanel{
	padding: 20px;
	display: none;
}
.contentPanel:first-child{
	display: block;
}
.contentPanel h1{
	text-align: center;
	font-size: 34px;
	font-weight: lighter;
	margin-bottom: 30px;
}
.contentPanel p{
	line-height: 32px;
    font-size: 16px;
    max-width: 1000px;
    margin: 0 auto;
    color: #5e5e5e;
}
.textPanel{
	margin-top: 30px;
}
.linkList{
	list-style-type: none;
	width: 100%;
	padding-left: 0px;
	border-top: 1px solid #eee;
}
.linkList>li>a{
	display: block;
	width: 100%;
	line-height: 50px;
	position: relative;
	text-decoration: none;
	color: #707070;
	padding: 0px 15px 0px 25px;
	border-bottom: 1px solid #fff;
	background: #f5f5f5;
}
.linkList>li>a .linkName{
	width: 100%;
	padding-right: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;	
	font-weight: bold;
}
.linkList>li>ol{
	list-style-type: none;
	padding-left: 0px;
}
.linkList>li>ol>li{
	line-height: 50px;
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
	padding-left: 40px;	
}
.linkList>li>ol>li>a{
	color: #008bff;
}
.linkList .noClass>ol>li>a{
	color: #bbb;
}
.linkList>li>a .linkInfo{
	position: absolute;
	right: 15px;
	top:0px;
}
.linkList>li>a .linkInfo1{
	color: #008bff;
}
.contentPanel .title{
	font-size: 20px;
    color: #1a1a1a;
    margin: 20px 0px;
    line-height: 1em;
    border-left: 4px solid #e67e22;
    padding-left: 20px;
}
.contentPanel .title>a{
	color: #1a1a1a;
}
.contentPanel .title>a:hover{
	color: #008bff;
}
.applyBox .title1{
	width: 20%;
	text-align: right;
	font-size: 14px;
	color: #333;
}
.applyBox .inputText{
	width: 100%;
	height: 40px;
	padding: 0px 10px;
}
.applyBox .inputText1{
	width: 50%;
}
.applyBox .btn{
	width: 20%;
	background: #ddd;
	color: #666;
    border: 0;
    height: 40px;
    outline: none;
    margin-left: 10px;
    min-width: 100px;

}
.applyBox .btn1{
	width: 20%;
	background: #e67e22;
	color:#fff;
	height: 40px;
    outline: none;
	border: 0;
	min-width: 100px;
}
.applyBox td{
	padding:10px 5px;
}
.footerBox{
	width: 100%;
	background: #262d3f;
	color: #fff;
}
.footer{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.nav{
		width: 100%;
		padding: 0px 10px;
	}
	.tab{
		width: 100%;
	}
}

@media (max-width: 750px) {
	.bannerBox{
		height: 66.53vw;
		background: url(../images/banner-m.jpg) no-repeat center center;
		background-size: cover;
	}
}
    
