*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color:#687385 !important;
}
.container-fluid{
	padding-left:0px !important;
	padding-right:0px !important;
}
/* 头部导航 */
.bigheadbox{
	border-top:1px solid #ccc;
}
.bighead{
	height:240px;
	background:rgba(51,51,51,0.9);
}
.logoname{
	font-size:24px;
	font-weight:600;
	color:#5F70DC;
}
.headnav{
	height:60px;
	line-height:60px;
	display: flex;
	justify-content: space-between;
}
.navsbox a span{
	display: inline-block;
	width:100px;
	height:100%;
	text-align: center;
	transition:all 0.4s;
}
.navsbox a span:hover{
	color:#5162D9 !important; 
}
.point{
	font-size:40px;
	color: #fff;
	text-align: center;
	margin-top:100px;
}


.bigface{
	margin-top:6%;
}
.homepage{
	display: flex;
	justify-content: space-between;
}







/* 首页背景图 */
/* .bigbgpic{
	width:100%;
	height:870px;
	background-image: url(../images/zhineng.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
} */

.homecenter span{
	display: inline-block;
	margin-left:10%;
	margin-top:20%;
	font-size:50px;
	color: #fff;
}
/* 资讯内容下边框 */
.media{
	border-bottom:1px solid #ccc;
}


/* 首页背景色 */
.bgcolor{
	padding:50px 0;
	background:#F0F0F0;
}
.contenthome{
	display: flex;
	justify-content: space-between;
	margin-top:40px;
}
.leftboxs{
	width:68%;
}
.rightboxs{
	width:28%;
	height:500px;
	background:#fff;
	border:1px solid #ccc;
	padding:14px 12px;
}
.newsbox{
	width:100%;
	height:40px;
	background:#fff;
	box-shadow:1px 1px 2px #666;
}
.newsbox span{
	display: inline-block;
	width:100px;
	height:100%;
	background:#5162D9;
	text-align: center;
	line-height:40px;
	color: #fff;
}
.contentlist{
	width:100%;
	padding:50px 20px;
	margin-top:28px;
}
.rightboxs h5{
	padding-left:20px;
	border-left:3px solid #002752;
}
.numxu li span:nth-child(2){
	cursor: pointer;
	transition:all 0.4s;
}
.numxu li span:nth-child(2):hover{
	color:#0084FF;
}
.num-li{
	border-bottom:1px solid #C6C8CA;
	padding:12px 0;
}
.num-li span:nth-child(1){
	color:#008060;
	font-weight:600;
	font-size:18px;
}
.num-lis{
	border-bottom:1px solid #C6C8CA;
	padding:12px 0;
}

.read svg{
	vertical-align:top;
}
.read{
	color: #666;
	font-size:14px;
}
.media{
	margin-top:20px;
	padding:20px 0;
}

/* 资讯内容 */
.title01{
	margin-top:60px;
	margin-left:300px;
	width:200px;
	height:40px;
	text-align: center;
	line-height:40px;
	background:#5F70DC;
	color: #fff;
}
.zxbox{
	width:100%;
	margin-top:20px;
	overflow: hidden;
	border-bottom:1px solid #ccc;
	cursor: pointer;
}
.zxbox .media{
	margin-top:50px;
}
.media img{
	border-radius:5px;
}
.txtsj{
	text-indent:2em;
}
.paybtn{
	float:right;
}
.h5txt{
	font-weight:bold;
	cursor: pointer;
	transition:all 0.2s;
}
.h5txt:hover{
	color:#5162D9;
}
.mr-3{
	transition:all 0.5s;
}
.mr-3:hover{
	transform: scale(1.04);
}

/* 联系我们 */
.callusbox{
	display: flex;
	justify-content: space-between;
}
.lefttel{
	width:24%;
	height:600px;
}
.righttel{
	width:70%;
	height:600px;
}
.breadnav{
	margin-top:30px;
	border-bottom:1px solid #C6C8CA;
	padding-bottom:20px;
}
.breadnav a{
	color: #666666 !important;
}

.mapbox{
	width:100%;
	height:400px;
	overflow:hidden;
}
.mapbox img{
	width:100%;
}
.totop{
	width:200px;
	height:200px;
	background:#6F4165;
	color: #fff;
	position:absolute;
	margin-top:-100px;
}
.totop .enlish{
	font-size:30px;
	margin-top:40px;
}
.totop p{
	padding-left:30px;
}
.totop p:nth-child(2){
	font-size:18px;
}











/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#333333;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
