﻿@charset "UTF-8";

/*
 * @Author:mjy
 * @Date: 2019/8/21;
 */

.jz-title{
	text-align: center;
	padding-top: 60px;
}
.jz-list{
	border: 1px solid #f1f1f1;
	background: #f6f9ff;
	padding-top: 42px;
	padding-left: 32px;
	margin-bottom: 40px;
}
.jz-list li{
	float: left;
	width: 115px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 42px;
}
.jz-list li a:hover{
	font-weight: bold;
}
.jz-list li img{
	width: 113px;
	height: 113px;
	border: 1px solid #d0d0d0;
}
.jz-list li span{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	margin-top: 12px;
}
.jz-tit{
	padding-left: 30px;
	border-top: 1px solid #bacefb;
	background: #e7f3ff;
	height: 70px;
}
.jz-tit .img{
	margin-top: 21px;
	margin-right: 14px;
}
.jz-tit .tit{
	display: inline-block;
	line-height: 28px;
	margin-top: 21px;
	color: #3a3f4c;
	font-size: 20px;
}
.jz-tit .tit:hover{
	text-decoration: underline;
}
.jz-tit-l{
	padding-top: 28px;
}
.jz-tit-l img{
	margin-top: 2px;
}
.jz-tit-l .tit2{
	display: inline-block;
	margin: 0 28px;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 0 8px;
}
.jz-tit-l .tit2.cur{
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 2px solid #4379f5;
}
.jz-item{
	display: none;
}
.jz-item.show{
	display: block;
}

.jz-hover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
	background: url(jz-bg2_xmt.png);
	text-align: center;
}
.jz-imgbox{
	padding: 10px;
	margin-top: 100px;
	background-color: #fff;
	width: 342px;
	display: inline-block;
}
.jz-imgbox p{
	text-align: right;
	margin-bottom: 10px;
}
.jz-imgbox .close{
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: none;
}
.jz-imgbox .img{
	width: 340px;
	height: 340px;
}