﻿@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333333;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}

p,
li,
ul,
h1,
h2,
h3 ,
h4,
h5,
h6,
div,
span{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

:focus {
	outline: none;
}

::-ms-clear,
 ::-ms-reveal {
	display: none;
}

button,
input,
textarea {
	outline: none;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

button{
	cursor: pointer;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
}

div,span,p,img,ul,li,a,input,button{
	box-sizing:border-box;
}
.clear {
	clear: both;
}
body {
	min-width: 1366px;
  background-image: linear-gradient(180deg, rgba(245,245,245,0.47) 0%, rgba(255,255,255,0.47) 100%);
}
.bg {
	width: 100%;
	height: 150px;
	background: url(../img/bz.png) no-repeat center;
}
.content {
	width: 1200px;
	margin: 0 auto;
	overflow: visible;
}
.content .zczx-title {
	text-indent: 28px;
	margin: 30px 0;
	margin-bottom: 17px;
}
.content .zczx-title img {
	margin-right: 16px;
	position: relative;
	top: 5px;
}
.content .zczx-title span {
	font-family: SourceHanSansSC-Bold;
	font-size: 20px;
	color: #4467A8;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.content .zczx-content {
	height: 960px;
	overflow: hidden;
}
.content .zczx-content a {
	display: inline-block;
	width: 280px;
	height: 210px;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-top: 26px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 3px rgba(197,197,197,0.28);
	float: left;
	margin-right: 26px;
}
.content .zczx-content a:nth-child(4n) {
	margin-right: 0;
}
.content .zczx-content a .top {
	width: 100%;
	height: 140px;
	line-height: 140px;
	font-family: SourceHanSansSC-Bold;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 1px 4px rgba(46,52,238,0.50);
	font-weight: bold;
	background: url(../img/bg.png) no-repeat top;
}
.content .zczx-content a .bottom {
	text-align: center;
}
.content .zczx-content a .bottom div{
	margin: 5px auto;
	font-family: SourceHanSansSC-Bold;
	font-size: 18px;
	color: #4467A8;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(194,194,194,0.31);
}
.content .zczx-content a .bottom span {
	font-family: SourceHanSansSC-Medium;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 2px 4px rgba(194,194,194,0.31);
}