* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}

/*清除a链接的样式*/
a {
	text-decoration: none;
	color:black;
}

/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
}

/* 清除浮动带来的影响 */
.clear:after,
.clear:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}

.container {
	width: 75rem;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 30.125rem;
	background-image: url(../imgs/bannert.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.word {
	margin-top: 40px;

}

.work_view{
	margin-top: 40px;
	height:550px;
	background:url(../imgs/gzdt.png) no-repeat center;
	background-size:100%,100%;
	position: relative;
	overflow: hidden;
	
}
.work_view>.g_width {
	  /*  width:100%;
		height:100%; */
		margin-top:160px;
		margin-left:40px;
	    
}
.box_title {
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: center;
	line-height:53px;
	font-size: 24px;
}
.box_title_t {
        text-align:center;
	
}
.point{
	width:5px;
	height:5px;
	background-color:#1079F6;
	border:0,none;
	margin-left:10px;
	margin-right: 10px;
	white-space: nowrap;
	line-height:5px;
	text-indent: 20px;

}
.g_text{
}
.box_data{
	color:#BABABA;
    padding-right: 35px;
}
.g_say {
	margin-top: 1.25rem;
}

.last_box {
	margin:20px auto;
	font-size:26px;
	text-align: center;
}
footer{
	width:100%;
	text-align: center;
	font-size:28px;
	line-height:100px;
	background-color:#1079F6;
	color:white;
	height:100px;
}