body {
	background-color: #fff;
}
.index_top {
	width: 100%;
	background-image: url(banner_1.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 540px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top_box {
	width: 100%;
	padding-top: 13px;
}
.header {
	background-color: transparent;
	border-bottom: none;
	height: 50px;
}
.top_box .main_content > div {
	display: inline-block;
}
.index_regard {
	width: 400px;
}
.index_regard .logo {
	display: block;
	margin: 0;
}
.top_box .index_head_nav {
	height: 100%;
}
.top_box .index_head_nav ul {
	display: inline-block;
	line-height: 49px;
}
.top_box .index_head_nav li {
	border-right: none;
}
.top_box .index_head_nav a {
	color: #fff;
	font-size: 16px;
}
.inlet {
	position: relative;
	top: -10px;
	width: 150px;
	height: 30px;
	margin-left: 40px;
	display: inline-block;
	background: url(/zjtx/bg_btn_1.png) no-repeat 0 center;
}
.top_box .inlet > a {
	float: left;
	width: 50%;
	height: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banner{
	width: 322px;
	margin-top: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 62px;
}
.data_div1 .main_content > div {
	float: left;
	width: 24%;
	display: inline-block;
}
.data_div1 .main_content table {
	width: auto;
	margin: 0 10%;
}
.data_div1 td+td {
	padding-left: 24px;
}
.data_div1 td span {
	color: #333;
	font-size: 26px;
	display: block;
}
.data_div1 td p {
	color: #999;
	font-size: 16px;
}
.zj_div {
	padding-top: 46px;
	min-height: 690px;
	background: url(/zjtx/bg_2.png) no-repeat center 100%;
}
.index_contact .main_content > h3 {
	color: #333;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}
.zj_div p {
	color: #333;
	font-size: 16px;
	text-align: center;
	width: 77%;
	margin: 27px auto;
}
.zj_div p a {
	color: #4789f7;
	text-decoration: underline;
}
.zj_div .clearfix {
	padding-top: 100px;
	margin-left: -2%;
}
.zj_div .clearfix > div {
	float: left;
	width: 23%;
	height: 266px;
	margin-left: 2%;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
}
.fc_div {
	margin-top: -40px;
}
.fc_div .pic {
	width: 1213px;
	margin: 0 auto;
	text-align: center;
}
.lj_div {
	padding-top: 0;
	margin-bottom: 60px;
	min-height: 700px;
	background-image: url(/zjtx/bg_5.png);
	background-repeat: no-repeat;
	background-position: center;
}
.lj_div h3 {
	padding-top: 100px;
	padding-bottom: 50px;
}
.lj_div .clearfix {
	margin-left: -3%;
}
.lj_div .block_2 {
	float: left;
	width: 30%;
	margin-left: 3%;
}
.lj_div .block_2 > a {
	display: block;
	width: 210px;
	height: 190px;
	margin: 40px auto 10px;
}
.block_2.on > a span {
	width: 30px;
	height: 5px;
	display: block;
	position: relative;
	top: 100%;
	background-color: #f6be62;
}
.lj_title {
	text-align: center;
	font-size: 28px;
	color: #333333;
	margin-top: 50px;
}
.lj_title span {
	position: relative;
	top: -25px;
}
.lj_content {
	left: 0;
	width: 1200px;
	min-height: 180px;
	max-height: 240px;
	padding: 22px 34px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	display: none;  */
	border-radius: 12px;
	box-shadow: 0px 0px 5px 5px rgba(130,130,130,0.1);
}
.lj_icon {
	width: 25%;

}
.lj_text {
	width: 72%;
}
.lj_text2 {
	width: 72%;
}
.lj_text2 p {
	line-height: 30px;
}
.block_2.on .lj_content {
	display: block;
}
.lj_content > div {
	display: inline-block;
}
.lj_content p {
	color: #333333;
	font-size: 14px;
	padding-bottom: 8px;
}

/* 首页-弹窗 */
.data_div1 td > a {
	display: block;
}
.data_div1 a > img+img {
	display: none;
}
.data_div1 a:hover > img:first-child {
	display: none;
}
.data_div1 a:hover > img+img {
	display: block;
}
.cover_div {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/zjtx/cover_bg.png);
	top: 0;
	left: 0;
	z-index: 12;
	display: none;
}
.cover_div .alert {
	position: absolute;
	padding: 30px 30px 54px;
	width: 624px;
	height: 520px;
	border-radius: 10px;
	background: #fff;
	left: 30%;
	top: 12%;
	margin-left: -20px;
}
.cover_div h3 {
	color: #424242;
	font-size: 18px;
	text-align: center;
}
.cover_div .close {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	background: url(/zjtx/close_zj.png) no-repeat 0 center;
}

.cover_div2 {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/zjtx/cover_bg.png);
	top: 0;
	left: 0;
	z-index: 12;
	display: none;
}
.cover_div2 .alert {
	position: absolute;
	padding: 30px 30px 54px;
	width: 624px;
	height: 520px;
	border-radius: 10px;
	background: #fff;
	left: 30%;
	top: 12%;
	margin-left: -20px;
}
.cover_div2 h3 {
	color: #424242;
	font-size: 18px;
	text-align: center;
}
.cover_div2 .close {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	background: url(/zjtx/close_zj.png) no-repeat 0 center;
}

.cover_table {
	width: 564px;
	margin: 40px auto 0;
}
.cover_table table {
	width: 100%;
	color: #333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
}
.cover_table th {
	border-bottom: 1px solid #ddd;
	background-color: #f2f2f2;
}
.cover_table th, .cover_table td {
	padding: 12px 0;
}
.cover_table th+th, .cover_table td+td {
	border-left: 1px solid #ddd;
}
@media screen and (max-width: 1366px) {
	.cover_div .alert {
		left: 26%;
		top: 5%;
		margin-left: -66px;
		margin-top: -12px;
	}
}
