body {
	font-family: "syst", "Microsoft Yahei", SimSun, Arial, tahoma, arial !important;
	font-size: 16px;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
}
.xyzj-hy-list {
	margin: 35px 0 200px 0;
}
.xyzj-hy-list ul {
	margin-left: -4%;
}
.xyzj-hy-list li {
	float: left;
	width: 44%;
	padding: 1%;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	position: relative;
	margin-left: 4%;
	margin-bottom: 2%;
}
.xyzj-hy-list li .img {
	height: 177px;
}
.xyzj-hy-list li .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.xyzj-hy-list li .img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover!important;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	background-position: center center!important;
}
.xyzj-hy-list li:hover .img a span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}
.xyzj-hy-list li .box a {
	display: block;
	padding: 20px 5% 20px 0;
	width: 95%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	position: relative;
}
.xyzj-hy-list li .box a::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../image/fd.png) no-repeat;
	transform: translateY(-50%);
}
.xyzj-hy-list li:hover .box a::after {
	background: url(../image/fd-hover.png) no-repeat;
}
.xyzj-hy-list li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #dbdbdb;
	transition: .3s;
}
.xyzj-hy-list li:hover::before {
	width: 100%;
	background-color: #004097;
}
.xyzj-hy-list li:hover .box a {
	color: #024198;
}
.xyzj-lsyg-warp {
	margin: 20px 0;
}
.xyzj-lsyg-warp .des {
	line-height: 28px;
	margin-bottom: 25px;
}
.xyzj-lsyg-warp h3 {
	height: 65px;
	line-height: 65px;
	background: url(../image/pic-title.png) no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	text-indent: 50px;
	position: relative;
}
.xyzj-lsyg-warp h3::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}
.xyzj-lsyg-warp h3 i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../image/pic-icon.png) no-repeat center center;
	margin-left: 18px;
	vertical-align: -1px;
	display: none;
}
.xyzj-lsyg-box {
	margin: 20px 0;
}
.xyzj-lsyg-box h4 {
	font-size: 20px;
	color: #004097;
	text-align: center;
	margin: 20px 0;
}
.xyzj-lsyg-list .xyzj-lsyg-left {
	float: left;
	width: 49%;
	min-height: 40px;
}
.xyzj-lsyg-list .xyzj-lsyg-right {
	float: left;
	width: 50%;
	position: relative;
	border-left: solid 2px #004097;
	padding-bottom: 35px;
}
.xyzj-lsyg-list .xyzj-lsyg-right .yuan {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: -10px;
	top: 24px;
	border: solid 4px #a6bbd7;
	border-radius: 50%;
	background: #004097;
}
.xyzj-lsyg-list1 .xyzj-lsyg-left {
	float: left;
	width: 49%;
	min-height: 35px;
	position: relative;
	border-right: solid 2px #004097;
	padding-bottom: 35px;
}
.xyzj-lsyg-list1 .xyzj-lsyg-left .yuan {
	width: 10px;
	height: 10px;
	display: block;
	border: solid 4px #a6bbd7;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: 24px;
	background: #004097;
}
.xyzj-lsyg-list1 .xyzj-lsyg-left .box {
	margin-right: 20px;
	text-align: right;
}
.xyzj-lsyg-list .xyzj-lsyg-right .box {
	margin-left: 20px;
	text-align: left;
}
.xyzj-lsyg-list .xyzj-lsyg-right p, .xyzj-lsyg-list1 .xyzj-lsyg-left p {
	font-size: 14px;
	color: #333;
	line-height: 22px!important;
}
.xyzj-lsyg-warp .showCont .list ul {
	margin: 30px 0 30px -4%;
}
.xyzj-lsyg-warp .showCont .list li {
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-bottom: 2%;
}
.xyzj-lsyg-warp .showCont .list li a {
	display: block;
	padding: 32px 0;
	text-align: center;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	position: relative;
	border: solid 1px #d6d6d6;
	border-radius: 8px;
}
.xyzj-lsyg-warp .showCont .list li a:hover {
	border: solid 1px #80a3d2;
	color: #275491;
}
.xyzj-lsyg-warp .showCont .list li:hover a::before {
	background-color: #dcb065;
}
.xyzj-column-h3 {
	font-size: 30px;
	color: #333;
	position: relative;
	z-index: 10;
	text-align: center;
	margin-top: 40px;
}
.xyzj-gdfh-list .item1 {
	padding-bottom: 160px;
	background: url(../image/fh1.png) no-repeat center bottom;
	padding-top: 30px;
	margin-top: 30px;
}
.xyzj-gdfh-list .item1 .name {
	float: left;
	width: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #004097;
	border-left: solid 2px #004097;
	padding-left: 2%;
}
.xyzj-gdfh-list .item1 .cont {
	float: right;
	width: 80%;
}
.xyzj-gdfh-list .item1 .cont image {
	width: 100%;
}
.xyzj-gdfh-list .item1 .cont h3 {
	padding: 20px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #004097;
}
.xyzj-gdfh-list .item1 .cont div {
	line-height: 30px;
}
.xyzj-gdfh-list .item2 {
	padding-bottom: 160px;
	background: url(../image/fh2.png) no-repeat center bottom;
	padding-top: 30px;
	margin-top: 30px;
}
.xyzj-gdfh-list .item2 .name {
	float: left;
	width: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #004097;
	border-left: solid 2px #004097;
	padding-left: 2%;
}
.xyzj-gdfh-list .item2 .cont {
	float: right;
	width: 80%;
}
.xyzj-gdfh-list .item2 .cont image {
	width: 100%;
}
.xyzj-gdfh-list .item2 .cont h3 {
	padding: 20px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #004097;
}
.xyzj-gdfh-list .item2 .cont div {
	line-height: 30px;
}
.xyzj-gdfh-list .item3 {
	padding-bottom: 160px;
	background: url(../image/fh3.png) no-repeat center bottom;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.xyzj-gdfh-list .item3 .name {
	float: left;
	width: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #004097;
	border-left: solid 2px #004097;
	padding-left: 2%;
}
.xyzj-gdfh-list .item3 .cont {
	float: right;
	width: 80%;
}
.xyzj-gdfh-list .item3 .cont image {
	width: 100%;
}
.xyzj-gdfh-list .item3 .cont h3 {
	padding: 20px 0 5px 0;
	font-size: 16px;
	color: #004097;
	font-weight: bold;
}
.xyzj-gdfh-list .item3 .cont div {
	line-height: 30px;
}
.mid-ctn .ctn-show .left-nav .column-name {
    background: url(../image/yyzj-bg.png) no-repeat center!important;
}
.topper .top-ctn .top-half span{
    display:none;
}