@charset "utf-8";
div.head div.logo a img.logoPic{width: auto;}
/*banner*/
.banner{
	margin: 20px 0;
	background: url(../images/bannerBg.png) no-repeat center;
	width: 100%;
	height: 460px;
}
.banner h1{
	font-size: 42px;
	color: #fff;
	padding: 100px 0 30px;
}
.banner p{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	width: 60%;
}
/*主要内容*/
.width_1400{
	width: 1400px;
	margin: auto;
}
.containerBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 15px 0 0;
}
.containerBox .box {
	display: block;
	height: 380px;
	width: 32.5%;
	background: #005278;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #005278;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.6s;
}
.containerBox .box:hover{
	border: 1px solid #00a1c8;
}
.containerBox .box .imgBox{
	height: 180px;
	margin-bottom: 15px;
}
.containerBox .box .imgBox img{
	width: 100%;
	height: 180px;
}
.containerBox .box .bigTit{
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}
.containerBox .box .descInfo{
	color: #68e2ff;
	line-height: 24px;
}
.containerBox .box .btnBox{
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	text-align: center;
}
.containerBox .box .btnBox .btn{
	color: #fff;
	background: #00a1c8;
	padding: 8px 30px;
	border-radius: 2px;
	transition: all 0.6s;
}
.containerBox .box .btnBox .btn:hover{
	background: #00cdff;
}
/*.containerBox .box:nth-last-of-type(2) .btnBox .btn{
	background: #ff9393;
	color: #d40000;
	cursor: no-drop;
}*/
.containerBox .box .btnBox .nodrop{
	background: #ff9393;
	color: #d40000;
	padding: 8px 30px;
	border-radius: 2px;
	transition: all 0.6s;
	cursor: no-drop;
}
/*底*/
.links-footer{padding: 40px 0;}
.links-footer dl{float: left;width: 30%;}
.links-footer dl dt{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.links-footer dl dd{
	line-height: 30px;
	color: #68e2ff;
}
.links-footer dl dd a{color: #68e2ff;}
.links-footer dl dd a:hover{color: #dbf8ff;}
.links-footer .gzhQrCode{width: 30%;}
.links-footer .gzhQrCode > div{
	text-align: center;
	color: #68e2ff;
	margin: 0 10px;
}
.links-footer .gzhQrCode > div img{
	width: 120px;
	height: 120px;
}
.links-footer .gzhQrCode > div h5{margin-top: 10px;}
/*版权声明*/
.copyright{
	border-top: 1px solid #006091;
	padding: 10px 0;
	text-align: center;
	background: #003f5c;
}
.copyright p{line-height: 36px;color: #ff4949;}
.copyright p span{margin: 0 20px;color: #68e2ff}