.newsBox{
	width: 100%;
	height: 650px;
	padding-top: 58px;
}
.newsBox .title{
	font-family: "Futura Md BT";
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #001a90;
}
.newsBox .title a{
	color: #001a90;
}
.newsBox .title a:hover{
	color: #001a90;
	text-decoration: none;
}
.newsBox .news{
	width: 100%;
	height:460px;
	margin-top: 60px;
}
.newsBox .news .newsLeft{
	width: 686px;
	height: 460px;
	float: left;
}
.newsBox .news .newsLeft .swiper-container a{
	color:#ffffff;
	
}
.newsBox .news .newsRight{
	width: 460px;
	height: 460px;
	float: right;
}
.newsBox .news .newsRight ul li{
	font-size: 16px;
	height: 55px;
	line-height: 23px;
	margin-bottom: 16px;
}
.newsBox .news .newsRight ul li:nth-of-type(1){
	height: 70px;
}
.newsBox .news .newsRight ul li h3{
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}
.newsBox .news .newsRight ul li a{
	color: #000;
}
.newsBox .news .newsRight ul li a:hover{
	text-decoration: none;
}
.newsBox .news .newsRight .more{
	float: right;
	font-size: 16px;
	color: #001a90;
}
/*voice*/
.voice{
	width: 100%;
	height: 1100px;
}
.voice .title{
	margin-top: 60px;
	margin-bottom: 60px;
}
.voice .voice-box{
	width: 100%;
	height: 860px;
}
.voice .voice-box dl{
	width: 368px;
	height: 407px;
	float: left;
	margin-right: 35px;
}
.voice .voice-box dl:nth-of-type(3n+0){
	margin-right: 0;
}
.voice .voice-box dl dt{
	width: 368px;
	height: 240px;
	margin-bottom: 10px;
}
.voice .voice-box dl dt img{
	width: 368px;
	height: 240px;
}
.voice .voice-box dl dd {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}
.voice .more{
	display: block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #f4f4f4;
	font-size: 16px;
	color: #001a90;
}
/*about*/
.about{
	width: 100%;
	height: 740px;
	margin-bottom: 70px;
}
.about .title{
	margin-bottom: 55px;
}
.about .about-content{
	width: 100%;
	height: 625px;
	background: url(../img/bg2.jpg) no-repeat center 0;
}
.about .about-content .text{
	width: 535px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	padding-top: 70px;
}
/*review*/
.review {
	width: 100%;
	height: 135px;
}

.review .title {
	margin-bottom: 70px;
}

.Marquee {
	width: 100%;
	height: 370px;
}
 .Marquee .Marquee_box{
	width: 2970px;
	height: 370px;
}
.Marquee .Marquee_box div{
	width: 100%;
	height: 370px;
	float: left;
}
.Marquee .Marquee_box dl {
	width: 588px;
	height: 370px;
	float: left;
	margin-right: 5px;
}

.Marquee .Marquee_box dl dt {
	width: 588px;
	height: 325px;
}

.Marquee .Marquee_box dl dt img {
	width: 588px;
	height: 325px;
}

.Marquee .Marquee_box dl dd {
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
}

footer{
	width: 100%;
	height: 290px;
	background: #394a92;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
footer p:nth-of-type(1){
	padding-top: 70px;
	line-height:30px;
}
footer p:nth-of-type(2){
	padding-top: 20px;
	line-height:30px;
}