.banner{
	width: 100%;
	min-width: 1090px;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
}
.minbox{
	width:1090px;
	margin:0 auto;
}
.contentTitle{
	margin-top:40px;
	height:92px;
	line-height:92px;
	color:#325c80;
	font-size:32px;
/* 	font-weight:600; */
	text-align:center;
}
.provides{
	display:table;
	margin-top:30px;
	text-align:center;
	width:100%;
}
.provide{
	width:25%;
	display:table-cell;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.provide-icon{
	height:160px;
	vertical-align: middle;
	width:100%;
	position:relative;
}
.provide-icon .icon-bg{
	display:inline-block;
	position:relative;
	color:#325c80;
	top:40px;
	width:80px;
	height:80px;
	transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	box-shadow:0 0 0 15px #fff,0 0 0 17px #325c80;
}
.provide:hover .icon-bg{
	background-color:#325c80;
	transform:rotate(225deg);
	-o-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-webkit-transform:rotate(225deg);
}
.provide-icon .icon-img{
	position: absolute;
    width: 100%;
    top: 0;
    line-height: 160px;
}
.provide-icon .iconfont{
	color:#325c80;
	font-size:45px;
}
.provide:hover .iconfont{
	color:#fff;
}
.provide-title{
	font-size:16px;
	font-weight:600;
	line-height:56px;
	margin-top:10px;
}
.provide .pro-line{
	display:inline-block;
	margin-top:5px;
	width:60px;
	height:2px;
	background-color:#666;
}
.provide:hover .pro-line{
	width:88px;
}
.provide .pro-content{
	padding:15px 20px;
	line-height:28px;
	color:#666;
}
.provide:hover .pro-content{
	color:#333;
}
.photos{
	margin-top:25px;
	width:100%;
}
.contact-info{
	margin-top:70px;
	background:#325c80;
	color:#fff;
	padding-bottom:45px;
}
.contact-title{
	padding-top:15px;
	line-height:120px;
	font-size:32px;
/* 	font-weight:600; */
	text-align:center;
}
.contact-content{
	font-size:18px;
	line-height:48px;
	text-align:center;
	width:820px;
	margin:0 auto;
}
.contact-content .iconfont{
	font-size:20px;
	margin-right:30px;
}
.contact-content .floatLeft,.contact-content .floatRight{
	display:inline-block;
}
.contact-content .floatRight{
	margin-left:110px;
}
.join-tab{
	height:60px;
	line-height:60px;
	width:100%;
	text-align:center;
	font-size:18px;
}
.join-tab li{
	float:left;
	width:33.33%;
	cursor:pointer;
	border-bottom: 2px solid #ccc;
}
.join-tab li.selected{
	color:#325c80;
	position:relative;
}
.join-tab li.selected:after{
	content:" ";
	position:absolute;
	width:100%;
	height:3px;
	background:#325c80;
	bottom:-2px;
	left:0;
}
.join-tab li.selected:before{
	position:absolute;
	content:" ";
	width:0;
	height:0;
	border-bottom:8px solid #325c80;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	bottom:1px;
	left:50%;
}
.join-content{
	margin-top:60px;
	width:100%;
}
.join-left{
	float:left;
	width:232px;
	border:1px solid #ccc;
}
.join-title{
	line-height:50px;
	background:#325c80;
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#fff;
	border-bottom:1px solid #ccc;
}
.join-left ul{
	padding:15px 0;
	height: 495px;
}
.join-left li{
	padding:0 20px;
	line-height:45px;
	cursor:pointer;
}
.join-left li.selected{
	color:#325c80;
}
.join-left li:hover{
	color:#325c80;
}
.join-right{
	float:left;
	width:774px;
	margin-left:40px;
	padding:0 20px;
	line-height:45px;
	color:#444;
}
.job-title{
	line-height:50px;
	font-size:24px;
	color:#325c80;
	font-weight:600;
	margin-bottom:15px;
}
footer{
	margin-top:80px;
}
@keyframes rotate{
	0%{
		transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	100%{
		transform:rotate(405deg);
		-o-transform:rotate(405deg);
		-moz-transform:rotate(405deg);
		-webkit-transform:rotate(405deg);
	}
}