@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
	background: #fff;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear {
	clear: both;
}

ul:before,
ul:after {
	content: "";
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #287BD0;
}

.top_header {
	background: url("xzzfgs_banner.jpg") no-repeat top center;
	height: 400px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}

.top_side a {
	display: block;
	float: left;
	background-color: #70a6e6;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
}

.ml_box {
	width: 100%;
	overflow: hidden;
}
.ml_box li {
	float: left;
	width: 380px;
	height: 70px;
	margin: 0 30px 30px 0;
	background: #F5F5F5;
	border-radius: 35px;
	display: flex;
	align-items: center;
}
.ml_box li:nth-child(3n) {
	margin-right: 0;
}
.ml_box li a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #313131;
	padding-left: 100px;
	padding-right: 25px;
	letter-spacing: 2px;
}
.ml_box li:nth-child(1) a {
	background: url("xzzfgs_icon_ml.png") no-repeat 35px center;
}
.ml_box li:nth-child(2) a {
	background: url("xzzfgs_icon_cx.png") no-repeat 35px center;
}
.ml_box li:nth-child(3) a {
	background: url("xzzfgs_icon_gl.png") no-repeat 35px center;
}
.ml_box li:nth-child(4) a {
	background: url("xzzfgs_icon_zt.png") no-repeat 35px center;
}
.ml_box li:nth-child(5) a {
	background: url("xzzfgs_icon_qd.png") no-repeat 35px center;
}
.ml_box li:nth-child(6) a {
	background: url("xzzfgs_icon_gk.png") no-repeat 35px center;
}
.ml_box li:hover {
	background: #0190FE;
	box-shadow: 4px 4px 8px 0px rgba(1, 90, 254, 0.23);
}
.ml_box li:hover a {
	color: #fff;
}
.ml_box li:hover:nth-child(1) a {
	background: url("xzzfgs_icon_ml1.png") no-repeat 35px center;
}
.ml_box li:hover:nth-child(2) a {
	background: url("xzzfgs_icon_cx1.png") no-repeat 35px center;
}
.ml_box li:hover:nth-child(3) a {
	background: url("xzzfgs_icon_gl1.png") no-repeat 35px center;
}
.ml_box li:hover:nth-child(4) a {
	background: url("xzzfgs_icon_zt1.png") no-repeat 35px center;
}
.ml_box li:hover:nth-child(5) a {
	background: url("xzzfgs_icon_qd1.png") no-repeat 35px center;
}
.ml_box li:hover:nth-child(6) a {
	background: url("xzzfgs_icon_gk1.png") no-repeat 35px center;
}

.work_box {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.work_list {
	padding: 20px 19px;
	border: 1px solid #0190FE;
	border-radius: 0px 0px 5px 5px;
}

.work_list li {
	float: left;
	width: 224px;
	line-height: 44px;
	margin: 0 10px 20px 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}
.work_list li:nth-child(5n) {
	margin-right: 0;
}
.work_list li:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.dialog_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9;
	box-sizing: border-box;
	transform: scale(0,0);
	transition: all 0.5s;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:default;
}
.dialog_content {
	background: #fff;
	width: 1300px;
	max-height: 80%;
	overflow-y: auto;
}
.dialog_title {
	background: #0190FE;
	height: 71px;
	padding-left: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 20px;
}
.dialog_title span.icon_close {
	padding-right: 20px;
}
.dialog_content dl {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 27px;
}
.dialog_content dl dt {
    width: 100%;
    text-align: center;
    margin: 20px 0 37px;
}
.dialog_content dl dt b {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 241px;
	line-height: 50px;
	background: url("xzzfgs_dialog_dt_bg.png") no-repeat;
}
.dialog_content dl dd {
    width: 293px;
	height: 55px;
	margin: 0 22px 32px 0;
    border: 1px solid #E2E2E2;
	border-radius: 10px;
}
.dialog_content dl dd:nth-child(4n) {
    margin-right: 0;
}
.dialog_content a {
	display: block;
    color: #313131;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
}
.dialog_content a:hover {
    color: #0190FE;
}

/*主体内容*/
.container {
	width: 1200px;
	margin: 30px auto;
}

.title {
	width: 100%;
	line-height: 71px;
	background: #0190FE;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 768px) {
  .top_header {
    height: 100px;
    background-size: 100% 100%;
  }
  .container {
    width: 100%;
  }
  .ml_box li:nth-child(3n) {
    margin-right: 30px;
  }
  .ml_box li:nth-child(2n) {
    margin-right: 0;
  }
  .work_list {
    padding: 20px 10px;
  }

  .work_list li:nth-child(5n) {
    margin-right: 10px;
  }
  .work_list li:nth-child(3n) {
    margin-right: 0;
  }

  .dialog_content dl dd:nth-child(4n) {
    margin-right: none;
  }
  .dialog_content dl dd:nth-child(3n + 1) {
    margin-right: 0;
  }
  .dialog_content a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
  }
  .slhtk {
    margin-right: 22px !important;
  }
  .work_list li {
    width: 100%;
  }
}
