body {
	font-family: "Microsoft YaHei";
	font-size: .16rem;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
	position: relative;
}

body.fixedBg {
	background: url(../img/ny-bg.png) no-repeat center center;
	background-attachment: fixed;
}

@font-face {
	font-family: "fzxtjt";
	src: url(font/fzxtjt.ttf)
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	background-size: 100% 100%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader {
	position: relative;
	width: 52px;
}

#preloader span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #2f78a1;
	position: absolute;
	-webkit-animation: preloader 1.5s infinite ease-in-out;
	-moz-animation: preloader 1.5s infinite ease-in-out;
	-ms-animation: preloader 1.5s infinite ease-in-out;
	-o-animation: preloader 1.5s infinite ease-in-out;
	animation: preloader 1.5s infinite ease-in-out
}

#preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s
}

#preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

#preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s
}

#preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

@-webkit-keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #2f78a1
	}

	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		background: #2f78a1
	}

	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #2f78a1
	}

	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #2f78a1
	}
}

@-moz-keyframes preloader {
	0% {
		height: 5px;
		-moz-transform: translateY(0);
		background: #2f78a1
	}

	25% {
		height: 30px;
		-moz-transform: translateY(15px);
		background: #2f78a1
	}

	50% {
		height: 5px;
		-moz-transform: translateY(0);
		background: #2f78a1
	}

	100% {
		height: 5px;
		-moz-transform: translateY(0);
		background: #2f78a1
	}
}

@-ms-keyframes preloader {
	0% {
		height: 5px;
		-ms-transform: translateY(0);
		background: #2f78a1
	}

	25% {
		height: 30px;
		-ms-transform: translateY(15px);
		background: #2f78a1
	}

	50% {
		height: 5px;
		-ms-transform: translateY(0);
		background: #2f78a1
	}

	100% {
		height: 5px;
		-ms-transform: translateY(0);
		background: #2f78a1
	}
}

@keyframes preloader {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #2f78a1
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #2f78a1
	}

	50% {
		height: 5px;
		transform: translateY(0);
		background: #2f78a1
	}

	100% {
		height: 5px;
		transform: translateY(0);
		background: #2f78a1
	}
}

select::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-webkit-scrollbar {
	width: 12px;
	height: 4px;
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #ddd
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #2f78a1;
}

html {
	font-size: 100px;
}

.shxy-xwzx-bg {
	position: relative;
	background: #fafafa url(../img/bg-news.jpg) no-repeat top center;
	background-size: cover
}

.shxy-xwzx-bg .shxy-contain-box {}

.shxy-xwzx-bg-img {
	width: 387px;
	height: 118px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/bg.png) no-repeat right center;
	display: none;
}

@font-face {
	font-family: "Georgi";
	src: url(font/georgia.ttf);
}

@font-face {
	font-family: "fz";
	src: url(font/FangZhengKaiTiJianTi-1.ttf);
}

.shxy-header-warp {
	max-width: 17.2rem;
	width: 100%;
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 1000;
	transform: translateX(-50%);
}

.shxy-header-warp .shxy-contain-box {
	padding: .2rem 0;
	z-index: 5;
	transition: .4s;
}

.shxy-header-warp.fixed>.shxy-contain-box {}

.shxy-nav-box .shxy-contain-box {
	padding: 0;
	z-index: 5
}

.shxy-header-box {
	height: 1.74rem;
	background-color: #2f78a1;
	margin: 0 auto;
	max-width: 17.2rem;
}

.bodyHome .shxy-header-box {}

.shxy-header-warp {
	background: #2f78a1 url(../img/top-bg.png) no-repeat top center;
}

.shxy-contain-box {
	max-width: 13.9rem;
	margin: 0 auto;
	padding: .35rem 0;
	position: relative;
	z-index: 2
}

.shxy-footer-img .shxy-contain-box {
	padding: .3rem 0
}

.shxy-logo {
	float: left;
	transition: .3s
}

.shxy-nav-box {
	border-top: solid 1px rgba(255, 255, 255, .22)
}

.shxy-nav li {
	float: left;
	width: 10%;
	position: relative;
	z-index: 999
}

.shxy-nav>li>a {
	display: block;
	height: .54rem;
	line-height: .54rem;
	font-size: .18rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
}

.shxy-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: .04rem;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: .3rem;
	transform: translateX(-50%)
}

.shxy-nav>li>a .icon {
	position: absolute;
	right: .12rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/upDown.png) no-repeat center center;
	width: .16rem;
	height: .12rem;
	display: block;
	transition: .3s;
	background-size: 85%;
}

.shxy-nav>li:hover,
.shxy-nav>li.on {
	background-color: #449cc1
}

.shxy-nav>li:hover>a .icon {
	transform: rotate(180deg);
	top: .22rem;
}

.shxy-nav li:first-child .icon {
	display: none;
}

.shxy-suNnav {
	position: absolute;
	left: 0;
	top: 160%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.shxy-nav-box li:hover .shxy-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.shxy-nav-box li .shxy-suNnav li {
	width: 100%;
	background-color: #fff
}

.shxy-nav-box li .shxy-suNnav li a {
	display: block;
	color: #333;
	font-size: .16rem;
	padding: .13rem;
	text-align: center
}

.shxy-nav-box li .shxy-suNnav li a:hover {
	color: #fff !important;
	background-color: rgba(76, 185, 182, .99)
}

.shxy-header-right-box {
	float: right;
	margin: .15rem 0 0 0;
}

.shxy-header-right-box ul li {
	float: left;
}

.shxy-input-text {
	float: left;
	width: 2.16rem;
	height: .26rem;
	line-height: .26rem;
	padding: .06rem .1rem;
	font-family: "Microsoft YaHei";
	font-size: .14rem;
	color: #fff;
	outline: none;
	border-radius: 6px;
	background-color: rgba(165, 194, 211, .5);
}

.shxy-input-text:hover {
	background-color: rgba(165, 194, 211, .7);
}

.shxy-input-button {
	float: left;
	width: .21rem;
	height: .21rem;
	font-size: 0;
	outline: none;
	cursor: pointer;
	border-radius: 0 30px 30px 0;
	background: url(../img/search.png) no-repeat center center;
	margin: .1rem 0 0 -0.28rem;
	background-size: cover;
}

.shxy-header-right-box ul li.text {
	margin-left: .1rem;
}

.shxy-header-right-box ul li.text a {
	width: .35rem;
	height: .35rem;
	line-height: .36rem;
	display: block;
	background-color: rgba(165, 194, 211, .5);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: .14rem;
	font-family: "Arial";
}

.shxy-header-right-box ul li.text a:hover {
	background-color: rgba(76, 185, 182, .99)
}

.shxy-header-warp.fixed {}

.shxy-banner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.shxy-banner .swiper-slide {
	height: 5.11rem;
	background-size: cover !important;
}

.shxy-banner .swiper-pagination {
	width: 100%;
	bottom: .2rem !important
}

.shxy-banner .swiper-pagination-bullet {
	width: .15rem;
	height: .15rem;
	margin: 0 .06rem !important;
	opacity: 1;
	background: url(../img/banner-icon.png) no-repeat top center;
	background-size: cover !important;
}

.shxy-banner .swiper-pagination-bullet-active {
	background: url(../img/banner-icon-active.png) no-repeat center center;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "" !important
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "" !important
}

.shxy-bg-color {
	background: url(../img/bg-xgty.jpg) no-repeat top center;
	background-size: cover;
	padding: .35rem 0;
}

.shxy-bg-color .shxy-contain-box {
	padding: 0
}

.shxy-img-warp {
	position: relative;
	background: #fff url(../img/bg-ttxs.jpg) no-repeat top center;
	background-size: cover;
}

.shxy-bg-right {
	width: 5rem;
	height: 5.95rem;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/bg-right.png) no-repeat right center;
	transform: translateY(-50%);
	display: none;
}

.shxy-left {
	float: left;
	width: 48.5%;
}

.shxy-right {
	float: right;
	width: 48.5%;
}

.shxy-xwzx-box .shxy-left {
	float: left;
	width: 39.4%;
}

.shxy-xwzx-box .img {
	height: 3.36rem;
	background-size: cover !important;
	overflow: hidden;
}

.shxy-xwzx-box .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	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
}

.shxy-xwzx-box .swiper-slide:hover .img 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)
}

.shxy-xwzx-img-list .swiper-pagination {
	width: auto !important;
	right: 3% !important;
	left: auto !important;
	bottom: 1.52rem !important;
}

.shxy-xwzx-img-list .swiper-pagination-bullet {
	width: .06rem !important;
	height: .06rem !important;
	background: #fff !important;
	opacity: 1 !important;
	margin: 0 .05rem
}

.shxy-xwzx-img-list .swiper-pagination-bullet-active {
	background: #4abab6 !important
}

.shxy-xwzx-img-list .title {
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-weight: bold;
	margin: .28rem 0 .1rem 0;
}

.shxy-xwzx-img-list .des {
	font-size: .14rem;
	height: .8rem;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.shxy-xwzx-img-list .swiper-slide:hover .title {
	color: #2f78a1;
}

.shxy-xwzx-box .shxy-right {
	float: right;
	width: 57%;
}

.shxy-title-box {
	margin-bottom: .2rem;
}

.shxy-title {
	font-size: .36rem;
	color: #333;
	font-family: "fz";
}

.shxy-kycg-warp .shxy-title {}

.shxy-more {
	display: inline-block;
	font-size: .14rem;
	color: #2f78a1;
	margin: 0 0 0 .2rem;
	padding: 0 .21rem 0 .65rem;
	position: relative;
	vertical-align: 1px;
	font-family: "Microsoft YaHei";
}

.shxy-kycg-warp .shxy-more {}

.shxy-more::after {
	content: "";
	width: .16rem;
	height: .16rem;
	display: block;
	background: url(../img/more.png) no-repeat top center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-kycg-warp .shxy-more::after {}

.shxy-more::before {
	content: "";
	width: .59rem;
	height: 1px;
	display: block;
	background: #747474;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.shxy-kycg-warp .shxy-more::before {}

.shxy-more:hover {
	color: #2f78a1;
}

.shxy-xwzx-list-tj {
	float: left;
	width: 43%;
}

.shxy-xwzx-list-tj li {
	margin-bottom: .3rem;
}

.shxy-xwzx-box .shxy-xwzx-list-tj .img {
	height: 1.75rem;
}

.shxy-xwzx-box .shxy-xwzx-list-tj .title {
	color: #333;
	background-color: #fafafa;
	border-left: solid 2px #4abab6;
	padding-left: .15rem;
	height: .5rem;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: .08rem;
}

.shxy-xwzx-box .shxy-xwzx-list-tj li:hover .title {
	color: #2f78a1;
}

.shxy-xwzx-list {
	float: right;
	width: 51.5%;
}

.shxy-xwzx-list li {
	padding: .18rem 0;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}

.shxy-xwzx-list li a .title {
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	transition: .3s;
}

.shxy-xwzx-list li:hover .title {
	padding-left: 12px;
	color: #fff;
}

.shxy-xwzx-box .shxy-xwzx-list-tj li:hover .img 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)
}

.shxy-xwzx-list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: .3s;
	z-index: -500;
}

.shxy-xwzx-list li:hover::after {
	width: 100%;
	background-color: #2f78a1;
}

.shxy-tzgg-list .time {
	float: right;
	/* height:.57rem; */
	text-align: center;
	/* background-color: #ecf9fc; */
	color: #4abab6;
	font-family: "Georgi";
	/* padding: 0 2% 0 0; */
	text-align: right;
	/* display: none; */
	margin-top: .01rem;
}

.shxy-tzgg-list .time .day {
	font-size: .2rem;
	margin-top: .08rem;
}

.shxy-tzgg-list .time .year {
	font-size: .14rem;
}

.shxy-tzgg-list li {
	padding: .15rem 0;
	border-bottom: solid 1px #eaeaea;
}

.shxy-tzgg-list li a .title {
	height: .25rem;
	line-height: .25rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shxy-tzgg-list li a .des {
	height: .25rem;
	line-height: .25rem;
	color: #747474;
	font-size: .14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: .25rem;
	display: none;
}

/*.shxy-tzgg-list li a:hover .time {
	background-color: #2f78a1
}*/
.shxy-tzgg-list li a:hover .time .day,
.shxy-tzgg-list li a:hover .time .year {
	color: #fff
}

.shxy-tzgg-list li a:hover .title {
	color: #2f78a1
}

.shxy-xsdt-list li {
	padding: .15rem 0;
	border-bottom: solid 1px #eaeaea;
}

.shxy-xsdt-list .time {
	float: right;
	/* height:.57rem; */
	text-align: center;
	/* background-color: #ecf9fc; */
	color: #4abab6;
	font-family: "Georgi";
	/* padding: 0 2% 0 0; */
	text-align: right;
	/* display: none; */
	margin-top: .01rem;
}

.shxy-xsdt-list li a .title {
	height: .25rem;
	line-height: .25rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shxy-xsdt-list li:hover .title {
	color: #2f78a1
}

.shxy-xsdt-list li a .des {
	height: .25rem;
	line-height: .25rem;
	color: #747474;
	font-size: .14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.shxy-kycg-warp {
	position: relative;
	background: url(../img/bg-kycg.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: .3rem;
}

.shxy-kycg-img {
	width: 4.08rem;
	height: 4.9rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg-left.png) left center;
	display: none;
}

.shxy-kycg-warp .swiper-container {
	overflow: hidden;
}

.shxy-kycg-warp .swiper-button-prev,
.shxy-kycg-warp .swiper-rtl .swiper-button-next {
	left: -0.75rem
}

.shxy-kycg-warp .swiper-button-next,
.shxy-kycg-warp .swiper-rtl .swiper-button-prev {
	right: -0.75rem
}

.shxy-kycg-warp .swiper-button-next,
.swiper-button-prev {
	width: .55rem;
	height: .55rem;
	background: url(../img/right-arr.png) no-repeat top center;
	background-size: cover;
}

.shxy-kycg-warp .swiper-button-prev {
	width: .55rem;
	height: .55rem;
	background: url(../img/left-arr.png) no-repeat top center;
	background-size: cover;
}

.shxy-kycg-warp .swiper-button-prev:after,
.shxy-kycg-warp .swiper-rtl .swiper-button-next:after {
	content: ""
}

.shxy-kycg-warp .swiper-button-next:after,
.shxy-kycg-warp .swiper-rtl .swiper-button-prev:after {
	content: ""
}

.shxy-kycg-box a {
	position: relative;
}

.shxy-kycg-box .box {
	position: relative;
	display: block;
	background-color: #fff;
	transition: .3s;
	overflow: hidden;
}

.shxy-kycg-box .box .img {
	width: 100%;
	height: 3.16rem;
	overflow: hidden;
}

.shxy-kycg-box .box .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	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
}

.shxy-kycg-box .swiper-slide:hover .box .img 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)
}

.shxy-kycg-box .box .h3 {
	color: #fff;
	width: 90%;
	height: .25rem;
	line-height: .25rem;
	padding: 5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(47, 120, 161, .8);
	position: absolute;
	left: 0;
	bottom: 0;
}

.shxy-kycg-box .box .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 120, 161, .8);
	transform: translateY(100%);
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	color: #fff;
}

.shxy-kycg-box .box:hover .txt {
	transform: translateY(0);
}

.shxy-kycg-box .box:hover .h3 {
	display: none;
}

.shxy-kycg-box .box .txt .h4 {
	padding: .17rem;
	margin-top: 25%;
	height: .45rem;
	line-height: .28rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shxy-kycg-box .box .txt .des {
	padding: 0 .17rem;
	height: .75rem;
	line-height: .25rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .13rem;
	margin: .15rem 0 .4rem 0;
}

.shxy-kycg-box .box .txt .more {
	display: block;
	padding: 0.05rem .17rem .17rem 0;
	text-align: right;
	color: #fff;
	font-size: .12rem;
}

.shxy-xgtd-list li {
	background-color: #fff;
	margin-bottom: 0.45rem;
	height: 1.40rem;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease-out;
}

.shxy-xgtd-list li a {
	position: relative;
	display: block;
	height: 100%;
}

.shxy-xgtd-list li a::before {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -8px;
	width: 1.38rem;
	height: .61rem;
	background-color: #36b8b4;
}

.shxy-xgtd-list li .img {
	width: 2.41rem;
	height: 1.53rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.shxy-xgtd-list li .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	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
}

.shxy-xgtd-list li:hover .img 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)
}

.shxy-xgtd-list li .box {
	margin-left: 2.65rem;
	height: 100%;
	position: relative;
	background-color: #fff;
}

.shxy-xgtd-list li .title {
	padding: 4% 5% 0 5%;
	height: .5rem;
	line-height: .25rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
}

.shxy-xgtd-list li:hover .title {
	color: #2f78a1
}

.shxy-xgtd-list li .des {
	padding: 0 5%;
	height: .4rem;
	line-height: .2rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .14rem;
	color: #666;
	margin-top: 3%;
}

.shxy-xgtd-list li:hover {
	box-shadow: 2px 2px 10px 8px rgba(0, 0, 0, 0.1);
	transform: scale(1.02);
}

.shxy-tylf-list ul {
	margin-left: -2.5%;
}

.shxy-tylf-list li {
	float: left;
	width: 47.5%;
	margin-left: 2.5%;
	margin-bottom: 2.8%;
}

.shxy-tylf-list li .img {
	height: 1.95rem;
	position: relative;
	overflow: hidden;
}

.shxy-tylf-list li .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	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
}

.shxy-tylf-list li:hover .img 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)
}

.shxy-tylf-list li .img::after {
	display: none;
	content: "";
	width: .6rem;
	height: .6rem;
	background: url(../img/video.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.shxy-tylf-list li .title {
	position: relative;
	height: .48rem;
	line-height: .22rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .14rem;
	color: #666;
	padding-top: .1rem;
}

.shxy-tylf-list li .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background-color: #4abbb7;
	transition: .3s;
}

.shxy-tylf-list li:hover .title::before {
	width: 100%;
}

.shxy-tylf-list li:hover .title {
	font-weight: bold;
	color: #2f78a1;
}

.listPage .shxy-footer-box {
	margin: 0 auto;
	max-width: 17.2rem;
}

.shxy-footer-box {
	background: #2f78a1 url(../img/foot-bg.png) no-repeat center center;
	color: #fff;
	font-size: .16rem;
	background-size: cover;
}

.shxy-footer-box .shxy-contain-padding>.clearfix {
	display: flex;
}

.shxy-footer-box .shxy-contain-box {
	padding: .5rem 0;
}

.shxy-footer-left {
	float: left;
	width: 26%;
}

.shxy-footer-left img {
	width: 90%;
}

.shxy-footer-center {
	float: left;
	width: 42%;
}

.shxy-title-link {
	font-size: .18rem;
	margin-bottom: .2rem;
}

.shxy-link-list {
	margin-left: -1%;
}

.shxy-link-list li {
	float: left;
	margin-left: 1%;
	margin-bottom: .08rem;
	width: 32.33333333333333%;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shxy-link-list li a {
	color: rgba(255, 255, 255, .8);
	font-size: .14rem;
	transition: .3s
}

.shxy-link-list li a:hover {
	color: rgba(255, 255, 255, 1)
}

.shxy-footer-right {
	float: right
}

.shxy-wx-list li {
	float: left;
	margin-left: .08rem;
	font-size: .14rem;
	text-align: center;
}

.shxy-wx-list li .img {
	width: 1rem;
	height: 1rem;
	margin-bottom: .1rem;
	overflow: hidden;
}

.shxy-wx-list li .img img {
	width: 100%;
	height: 100%;
}

.shxy-copyRight {
	font-size: .14rem;
	background-color: #215d87;
	max-width: 17.2rem;
	margin: 0 auto;
}

.shxy-copyRight .shxy-contain-box {
	padding: .1rem 0;
}

.shxy-copyRight span {
	font-size: .14rem;
	color: rgba(255, 255, 255, .5);
}

.shxy-copyRight .shxy-copyRight-left {
	float: left;
	text-align: left
}

.shxy-copyRight .shxy-copyRight-right {
	float: right;
	text-align: right
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(255, 255, 255, .53)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, .53)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .53)
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .2rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .3rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.shxy-ny-banner {
	background-color: #2f78a1;
	margin: 0 auto;
	max-width: 17.2rem;
}

.shxy-ny-banner .img {
	height: 319px;
	background-size: cover !important;
	background-position: center center !important;
}

.shxy-ny-cont {
	display: flex;
}

.shxy-ny-cont .title h1 {
	font-size: .3rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .2rem;
}
.shxy-ny-cont .title h2{
	font-size: .25rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .2rem;
}
.shxy-ny-cont .arc-info {
	padding-bottom: .1rem;
	border-bottom: solid 1px #e8e8e8;
}

.shxy-ny-cont .inf-left {
	float: left;
}

.shxy-ny-cont .inf-left span {
	margin-right: .15rem;
	font-size: .14rem;
	color: #666;
}

.shxy-ny-cont .inf-right {
	float: right;
}

.shxy-ny-cont .inf span {
	font-size: 14px !important
}

.arc-con {
	margin-top: .25rem;
}

.arc-con h1 {
	font-size: .18rem;
	font-weight: bold;
	color: #333;
	background-color: #efefef;
	padding: .1rem .15rem;
	margin: .3rem 0 .2rem 0;
	position: relative;
	border-left: solid 3px #2f78a1;
}

.arc-con span,
.arc-con p,
.arc-con p span {
	font-family: 'Microsoft YaHei' !important;
	color: #333;
	font-size: 16px !important;
	line-height: 2em !important;
        word-break: break-all;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
	font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
	font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
	font-size: 18px !important;
}

.arc-con table{
	width:100%;
}

.shxy-ny-cont .vsbcontent_img {
	text-align: center;
}

.shxy-ny-cont img {
	max-width: 100%;
	height: auto
}

.shxy-ny-cont .left {
	width: calc(72% - 0.6rem);
	padding-right: 0.6rem;
}

.shxy-ny-cont .right {
	width: 28.5%;
}

.shxy-ny-cont .right .right-fixed {
	position: sticky;
	top: 2.1rem;
	padding: 5% 4% 2% 4%;
	background-color: #fff;
	box-shadow: 2px 2px 10px 8px rgba(0, 0, 0, 0.1);
}

.shxy-ny-cont .right .zxyd {
	color: #333;
	font-size: .18rem;
	position: relative;
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: .2rem;
	margin-bottom: .15rem;
	text-indent: .52rem;
}

.shxy-ny-cont .right .zxyd::before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	background: url(../img/zxyd-icon.png) no-repeat center center;
	width: .41rem;
	height: .41rem;
	background-size: cover !important;
}

.shxy-ny-cont .right ul {
	border-left: solid 1px #f3f3f3;
	margin-left: .1rem;
}

.shxy-ny-cont .right li {
	margin-bottom: .2rem;
	padding-left: .25rem;
}

.shxy-ny-cont .right li .title {
	line-height: 1.4em;
	color: #333;
	margin-top: .1rem;
}

.shxy-ny-cont .right li .time {
	position: relative;
}

.shxy-ny-cont .right li .time::before {
	content: "";
	position: absolute;
	left: -0.32rem;
	top: 0px;
	background: url(../img/time-icon.png) no-repeat center center;
	width: .14rem;
	height: .14rem;
	background-size: cover !important;
}

.shxy-ny-cont .right li:hover .time span,
.shxy-ny-cont .right li:hover .title {
	color: #2f78a1;
}

.shxy-ny-cont .right li .time span {
	display: block;
	line-height: 1em;
	color: #888;
	font-size: .13rem;
}

.arc-info .resize a {
	position: relative;
	vertical-align: bottom;
}

.arc-info a.large-size {
	font-size: 19px;
	margin: 0 5px
}

.arc-info a.large-size:after {
	content: '+';
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -7px
}

.arc-info a.normal-size {
	font-size: 16px;
	margin: 0 5px
}

.arc-info a.small-size {
	font-size: 14px;
	margin: 0 5px
}

.arc-info a.small-size:after {
	content: '-';
	font-size: 12px;
	position: absolute;
	top: -3px;
	right: -5px
}

.shxy-ny-left {
	width: 16.5%;
}

.shxy-ny-left-fixed {
	position: sticky;
	top: 1.8rem;
	background: #2f78a1 url(../img/nav-bg.png) no-repeat bottom left;
	min-height: 530px;
}

.shxy-nav-name {
	padding: 20px 0;
	font-size: .24rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: solid 1px rgba(255, 255, 255, .23);
	margin-bottom: .2rem;
}

.shxy-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #fff;
	padding: .125rem .1rem .125rem .55rem;
	margin: .1rem .15rem;
	background-color: rgba(255, 255, 255, .18);
	border-radius: 4px;
	transition: .3s;
}

.shxy-nav-list>ul>li>a:hover {
	background-color: rgba(255, 255, 255, .5);
}

.shxy-nav-list>ul>li.on>a:hover {
	color: #fff;
}

.shxy-nav-list>ul>li>a::before {
	content: "";
	display: block;
	position: absolute;
	width: .15rem;
	height: .15rem;
	background: url(../img/nav-icon.png) no-repeat center center;
	left: .22rem;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-nav-list>ul>li.on>a {
	color: #fff;
	background-color: rgba(76, 185, 182, .99);
}

.shxy-nav-list>ul>li.on>a .nav-right-icon {
	display: block
}

.shxy-ny-right {
	position: relative;
	width: calc(83% - 0.6rem);
	padding-left: 0.6rem;
}

.shxy-column-box {
	border-bottom: solid 1px #d9d9d9;
	margin-top: .1rem;
	padding-bottom: .12rem;
}

.shxy-column-h3 {
	float: left;
	font-size: .36rem;
	color: #666;
	font-family: "fz";
}

.shxy-column-h3 span {
	font-size: .18rem;
	color: #888;
}

.shxy-place {
	float: right;
	font-size: .14rem;
	color: #666;
	margin: .18rem 0 0 0;
}

.shxy-place .icon {
	width: .15rem;
	height: .15rem;
	display: inline-block;
	vertical-align: -0.02rem;
	margin-right: 0.05rem;
	background: url(../img/home-icon.png) no-repeat center center;
	background-size: cover;
}

.shxy-place a {
	color: #666;
	font-size: .14rem;
}

.shxy-place a:hover {
	color: #256799
}

.shxy-place img {
	vertical-align: -0.02rem;
}

.shxy-list {}

.bodyHome .shxy-list {
	margin: 0
}

.shxy-list li {
	padding: .2rem 0;
	border-bottom: solid 1px #eaeaea;
	position: relative;
}

.shxy-list li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .34rem;
	height: .1rem;
	background: url(../img/jt.png) no-repeat center center;
	background-size: cover;
}

.shxy-list li:hover::after {
	background: url(../img/jt-hover.png) no-repeat center center;
	background-size: cover;
}

.shxy-list .time {
	float: left;
	width: 10%;
	margin-top: .04rem;
	text-align: left;
	color: #4cb9b6;
	font-size: .14rem;
	font-weight: bold;
}

.shxy-list .txt {
	float: left;
	width: 86%
}

.shxy-list .txt .title {
	display: block;
	width: 98%;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.shxy-list li:hover .txt .title {
	color: #2f78a1;
	font-weight: bold;
}

.shxy-list li .title a::before {
	content: "";
	position: absolute;
	left: 0;
	top: .12rem;
	width: .03rem;
	height: .02rem;
	display: block;
	background: url(../img/icon-list.png) no-repeat center center;
	background-size: cover;
}

.shxy-glfg {
	margin: .3rem 0;
}

.shxy-glfg .title {
	font-size: .2rem;
	font-weight: bold;
	color: #2f78a1;
	background-color: #f8f8f8;
	margin-bottom: .12rem;
	padding: .1rem 0;
	text-indent: 2%;
}

.shxy-glfg .list {
	margin-left: -1%;
}

.shxy-glfg .list li {
	float: left;
	width: 45%;
	margin-left: 1%;
	background-color: #f8f8f8;
	padding: 2%;
	margin-bottom: .12rem;
}

.shxy-glfg .list li .name {
	font-size: .24rem;
	color: #333;
	text-indent: 0 !important;
}

.shxy-glfg .list li .name .zc {
	font-size: .16rem;
	color: #666;
	margin-left: .2rem;
}

.shxy-glfg .list li .zz {
	margin: .15rem 0;
	text-indent: 0 !important;
	font-size: .14rem !important;
	min-height: .56rem;
}

.shxy-glfg .list li .inf {
	display: flex;
}

.shxy-glfg .list li .inf>div {
	position: relative;
	text-indent: .4rem !important;
}

.shxy-glfg .list li .inf>div.tel {
	width: 32%;
}

.shxy-glfg .list li .inf>div.email {
	width: 50%;
}

.shxy-glfg .list li .inf>div.num {
	width: 18%;
}

.shxy-glfg .list li .inf .tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .3rem;
	height: .3rem;
	background: url(../img/inf-icon1.png) no-repeat center center;
	background-size: cover;
}

.shxy-glfg .list li .inf .email::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .3rem;
	height: .3rem;
	background: url(../img/inf-icon2.png) no-repeat center center;
	background-size: cover;
}

.shxy-glfg .list li .inf .num::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .3rem;
	height: .3rem;
	background: url(../img/inf-icon3.png) no-repeat center center;
	background-size: cover;
}

.shxy-tydt {
	margin: 38px 0;
}

.shxy-tydt li {
	margin-bottom: 30px;
}

.shxy-tydt .time {
	float: left;
	width: .72rem;
	height: .72rem;
	border: dashed 1px #b7b7b7;
	font-family: "Georgi";
	text-align: center;
}

.shxy-tydt .time .day {
	font-size: .3rem;
	color: #2f78a1;
}

.shxy-tydt .time .year {
	font-size: .12rem;
	color: #2f78a1;
}

.shxy-tydt .img {
	float: left;
	width: 2.28rem;
	height: 1.26rem;
	position: relative;
	margin: 0 .23rem;
}

.shxy-tydt .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.shxy-tydt .txt {
	float: left;
	width: 67%;
}

.shxy-tydt .txt .tit {
	font-size: .18rem;
	font-weight: bold;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shxy-tydt .txt .des {
	font-size: .14rem;
	height: .8rem;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.shxy-zzjg {
	margin: 10px 0 0 0;
}

.shxy-zzjg .title {
	font-size: .2rem;
	font-weight: bold;
	color: #fff;
	padding: .1rem 2%;
}

.shxy-zzjg .title.bg1 {
	background-color: #2f78a1;
}

.shxy-zzjg .title.bg2 {
	background-color: rgba(76, 185, 182, .99);
}

.shxy-zzjg p {
	line-height: 2em;
}

.shxy-zzjg .list {
	padding: 2%;
	background-color: #f8f8f8;
}

.shxy-sz-box {
	margin: .8rem 0;
}

.shxy-sz-box li {
	background-color: #f5f5f5;
	border-bottom: solid 5px #eee;
	margin-bottom: .65rem;
}

.shxy-sz-box li a {
	position: relative;
	display: block;
	min-height: 2.5rem;
}

.shxy-sz-box li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: .52rem;
	height: .79rem;
	background-color: #4cb9b6;
	z-index: 6;
}

.shxy-sz-box li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 0;
	background-color: #2f78a1;
	transition: .2s;
	z-index: 5;
}

.shxy-sz-box li .person-photo {
	height: 2.63rem;
	float: left;
	width: 1.97rem;
	position: absolute;
	top: -0.35rem;
	left: .35rem;
	z-index: 10;
	background: url(../img/tx.png) no-repeat center center;
	background-size: cover !important;
}

.shxy-sz-box li .person-photo span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover !important;
}

.shxy-sz-box li .person-inf {
	margin-left: 2.4rem;
	padding: .25rem .35rem .35rem .35rem;
	position: relative;
	z-index: 10;
}

.shxy-sz-box li .person-inf .name {
	font-size: .24rem;
	font-weight: bold;
	color: #2f78a1;
}

.shxy-sz-box li .person-inf .box {
	display: flex;
}

.shxy-sz-box li .person-inf .box .person-inf-left {
	width: 47%;
	padding-top: .1rem;
}

.shxy-sz-box li .person-inf .box .person-inf-left>p {
	margin: .15rem 0;
	position: relative;
	padding-left: .4rem;
}

.shxy-sz-box li .person-inf .box .person-inf-left .inf::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/xw.png) no-repeat center center;
	width: .3rem;
	height: .3rem;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-sz-box li .person-inf .box .person-inf-left .email::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/email.png) center center;
	width: .3rem;
	height: .3rem;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-sz-box li .person-inf .box .person-inf-left .tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/tel.png) center center;
	width: .3rem;
	height: .3rem;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-sz-box li .person-inf .box .person-inf-right {
	width: 50%;
	padding-left: 3%;
	border-left: solid 1px rgba(183, 183, 183, .39);
	padding-top: .2rem;
}

.shxy-sz-box li .person-inf .box .person-inf-right .sz-left {
	float: left;
	width: 21%;
	margin-top: .02rem;
}

.shxy-sz-box li .person-inf .box .person-inf-right .sz-right {
	float: left;
	width: 78%;
	margin-bottom: .2rem;
	line-height: 1.6em;
}

.shxy-sz-box li a:hover::after {
	height: 100%;
	background: #2f78a1 url(../img/sz-bg.png) no-repeat right bottom;
}

.shxy-sz-box li a:hover .person-inf .name {
	color: #fff;
}

.shxy-sz-box li a:hover .person-inf .box {
	color: #fff;
}

.shxy-sz-box li:hover .person-inf .box .person-inf-left .inf::before {
	background: url(../img/xw-hover.png) no-repeat;
	background-size: cover;
}

.shxy-sz-box li:hover .person-inf .box .person-inf-left .email::before {
	background: url(../img/email-hover.png) no-repeat;
	background-size: cover;
}

.shxy-sz-box li:hover .person-inf .box .person-inf-left .tel::before {
	background: url(../img/tel-hover.png) no-repeat;
	background-size: cover;
}

.hn .shxy-sz-box li .person-inf .box .person-inf-left>p {
	padding-left: 0;
}

.hn .shxy-sz-box li .person-inf .box .person-inf-left .inf::before {
	display: none;
}

.hn .shxy-sz-box li .person-inf .box {
	flex-wrap: wrap;
}

.hn .shxy-sz-box li .person-inf .box .person-inf-left,
.hn .shxy-sz-box li .person-inf .box .person-inf-right {
	float: none;
	width: 100%;
}

.hn .shxy-sz-box li .person-inf .box .person-inf-right {
	padding-left: 0;
	border: none;
	padding-top: 0;
}

.hn .shxy-sz-box li .person-inf .box .person-inf-right .sz-left {
	width: auto;
}

.hn .shxy-sz-box li .person-inf .box .person-inf-right .sz-right {
	margin-bottom: .1rem;
}

.shxy-detail-box {
	margin: .5rem 0;
}

.shxy-detail-head {
	background: url(../img/szDetail-bg.jpg) no-repeat;
	height: 2.92rem;
	display: flex;
	position: relative;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .2);
}

.shxy-detail-head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.63rem;
	height: 100%;
	background-color: #2f78a1;
	z-index: 5;
}

.shxy-detail-head .person-photo {
	height: 2.63rem;
	width: 1.97rem;
	position: relative;
	z-index: 6;
	top: 50%;
	transform: translateY(-50%);
	left: .8rem;
}

.shxy-detail-head .person-photo span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover !important;
	background-position: center center !important;
}

.shxy-detail-head .person-inf {
	padding: .5rem;
	margin-left: .8rem;
}

.shxy-detail-head .person-inf .name {
	font-size: .24rem;
	font-weight: bold;
	color: #2f78a1;
	margin-bottom: 10px;
}

.shxy-detail-head .person-inf p {
	margin: .2rem 0;
	position: relative;
	text-indent: .4rem;
	white-space: nowrap;
}

.shxy-detail-head .person-inf .inf::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/xw.png) no-repeat center center;
	width: .3rem;
	height: .3rem;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-detail-head .person-inf .email::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/email.png) no-repeat center center;
	width: .3rem;
	height: .3rem;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-detail-head .person-inf .tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/tel.png) no-repeat center center;
	width: .3rem;
	height: .3rem;
	transform: translateY(-50%);
	background-size: cover;
}

.shxy-detail-cont {
	margin: .5rem 0;
}

.shxy-detail-cont>h2 {
	border-bottom: solid 1px #ddd;
	padding: .1rem 0;
}

.shxy-detail-cont>h2>span {
	padding: .1rem .17rem;
	border: solid 1px #ddd;
	border-bottom: solid 1px #fff;
	font-size: .18rem;
	font-weight: bold;
	color: #2f78a1;
}

.shxy-detail-cont .box {
	padding: .15rem;
}

.shxy-detail-cont .box h3 {
	margin: .2rem 0;
	color: #333;
	font-size: .18rem;
	font-weight: bold;
}

.shxy-detail-cont .box p,
.shxy-detail-cont .box p span {
	margin: .1rem 0;
	font-size: .16rem !important;
	color: #333 !important;
	line-height: 1.8em !important;
	font-family: 'Microsoft YaHei' !important;
	background: none !important;
}

.shxy-ny-right .p_pages {
	font-family: "Microsoft YaHei";
}

.shxy-ny-right .pb_sys_style1 .p_no_d {
	border: 1px solid #2f78a1;
	color: #fff;
	background-color: #2f78a1;
}

.shxy-banner-warp {
	position: relative;
	z-index: 10;
}

.shxy-banner-warp .shxy-contain-box {
	padding: 0;
	max-width: 17.2rem;
	margin: .2rem auto 0;
}

.shxy-content-warp {
	max-width: 17.2rem;
	margin: 0 auto;
}

.shxy-content-warp.showdiv {
	top: 0;
}

.shxy-xyml-js {
	border: solid 1px #e3eaed;
	background-color: #f3fafa;
	padding: .2rem;
	margin-top: .2rem;
	line-height: 1.8em;
}

.shxy-xyml-box {}

.shxy-xyml-box .title {
	font-size: .18rem;
	font-weight: bold;
	color: #333;
	background-color: #efefef;
	padding: .17rem .2rem;
	margin: .2rem 0 0 0;
	position: relative;
}

.shxy-xyml-box .title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.25rem;
	height: .66rem;
	display: block;
	background: url(../img/xy-icon.png) no-repeat center center;
	background-size: cover;
}

.shxy-xyml-box .shxy-xyml-list {
	margin-left: -1%;
}

.shxy-xyml-box .shxy-xyml-list li {
	float: left;
	width: 15.66666666666667%;
	margin-left: 1%;
	margin-top: .2rem;
	text-align: center;
}

.shxy-xyml-box .shxy-xyml-list li a {
	display: block;
	height: .2rem;
	line-height: .2rem;
	padding: .2rem .1rem;
	border: solid 1px #e3e3e3;
	border-radius: 10px;
	font-size: .18rem;
	transition: .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shxy-xyml-box .shxy-xyml-list li a:hover {
	color: #fff;
	background-color: #2f78a1;
}

.shxy-byhz-box {
	margin: .4rem 0;
}

.shxy-byhz-list {
	margin-left: -5%;
}

.shxy-byhz-list li {
	float: left;
	width: 28.33333333333333%;
	margin-left: 5%;
	margin-bottom: 2%;
}

.shxy-byhz-list li a {
	transition: .2s;
	line-height: .6rem;
	border-left: 4px solid #fff;
	color: #2f78a1;
	display: block;
	padding-left: .18rem;
	position: relative;
	background: #fff;
	font-size: .18rem;
	border: solid 1px #8799b6;
}

.shxy-byhz-list li a::after {
	content: "";
	width: .58rem;
	height: .26rem;
	background: url(../img/hz-jt.png) no-repeat center;
	display: inline-block;
	position: absolute;
	right: .15rem;
	top: 50%;
	bottom: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transform: translateY(-50%);
}

.shxy-byhz-list li a:hover::after {
	background: #2f78a1 url(../img/hz-jt-hover.png) no-repeat center center;
	right: -0.1rem;
}

.shxy-byhz-list li a:hover {
	background-color: #eff5f9;
	border-left: .09rem solid #2f78a1;
}

.shxy-byhz1-box {
	margin: .4rem 0;
}

.shxy-byhz1-list {
	margin-left: -2%;
}

.shxy-byhz1-list li {
	float: left;
	width: 31.33333333333333%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.shxy-byhz1-list li .img {
	height: 2.3rem;
	overflow: hidden;
}

.shxy-byhz1-list li .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	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
}

.shxy-byhz1-list li:hover .img 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)
}

.shxy-byhz1-list li .title {
	color: #333;
	background-color: #f5f5f5;
	text-align: center;
	padding: .2rem;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shxy-byhz1-list li:hover .title {
	color: #2f78a1;
}

.shxy-layer-box.on {
	height: 100%;
}

.shxy-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background: #2f78a1;
}

.shxy-layer-box .shxy-nav {
	margin-top: 25px
}

.shxy-layer-box.on .shxy-layer-nav {
	display: block;
}

.shxy-layer-nav .shxy-layer-suNnav.on {
	display: block
}

.shxy-layer-nav {
	display: none;
	margin-top: 90px;
}

.shxy-layer-nav li {
	margin: 0 10px;
	position: relative;
}

.shxy-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 25px;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.shxy-layer-nav li.li1 strong,
.shxy-layer-nav li.li2 strong,
.shxy-layer-nav li.li6 strong,
.shxy-layer-nav li.li7 strong,
.shxy-layer-nav li.li8 strong,
.shxy-layer-nav li.li9 strong {
	display: none;
}

.shxy-layer-nav li strong.on {
	transform: rotate(45deg)
}

.shxy-layer-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.shxy-layer-nav .shxy-layer-suNnav {
	display: none;
}

.shxy-layer-nav .shxy-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 5px;
}

.shxy-layer-nav .shxy-layer-suNnav li a:hover {
	color: #fff
}

.shxy-layer-box.on .shxy-layer-search {
	display: block;
}

.shxy-layer-search {
	display: none;
	position: relative;
	padding: 10px;
	margin-top: 20px;
	transition: .6s;
}

.shxy-layer-txt {
	width: 98%;
	height: 20px;
	line-height: 20px;
	padding: 5px 1%;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.shxy-layer-btn {
	width: 25px;
	height: 25px;
	display: block;
	background: url(../img/search-b.png) no-repeat center center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 14px;
	right: 20px;
	background-size: 66%
}



.shxy-cyjd-warp {
	position: relative;
	/* background: url(../img/bg-kycg.jpg) no-repeat top center; */
	/* background-size: cover; */
	padding: .3rem 0;
}

.shxy-cyjd-img {
	width: 4.08rem;
	height: 4.9rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg-left.png) left center;
	display: none;
}

.shxy-cyjd-warp .swiper-container {
	overflow: hidden;
}

.shxy-cyjd-warp .swiper-button-prev,
.shxy-cyjd-warp .swiper-rtl .swiper-button-next {
	left: -0.75rem
}

.shxy-cyjd-warp .swiper-button-next,
.shxy-cyjd-warp .swiper-rtl .swiper-button-prev {
	right: -0.75rem
}

.shxy-cyjd-warp .swiper-button-next,
.swiper-button-prev {
	width: .55rem;
	height: .55rem;
	background: url(../img/right-arr.png) no-repeat top center;
	background-size: cover;
}

.shxy-cyjd-warp .swiper-button-prev {
	width: .55rem;
	height: .55rem;
	background: url(../img/left-arr.png) no-repeat top center;
	background-size: cover;
}

.shxy-cyjd-warp .swiper-button-prev:after,
.shxy-cyjd-warp .swiper-rtl .swiper-button-next:after {
	content: ""
}

.shxy-cyjd-warp .swiper-button-next:after,
.shxy-cyjd-warp .swiper-rtl .swiper-button-prev:after {
	content: ""
}

.shxy-cyjd-box a {
	position: relative;
}

.shxy-cyjd-box .box {
	position: relative;
	display: block;
	background-color: #fff;
	transition: .3s;
	overflow: hidden;
}

.shxy-cyjd-box .box .img {
	width: 100%;
	height: 2.4rem;
	overflow: hidden;
}

.shxy-cyjd-box .box .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	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
}

.shxy-cyjd-box .swiper-slide:hover .box .img 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)
}

.shxy-cyjd-box .box .h3 {
	color: #fff;
	width: 90%;
	height: .25rem;
	line-height: .25rem;
	padding: 5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(47, 120, 161, .8);
	position: absolute;
	left: 0;
	bottom: 0;
}

.shxy-cyjd-box .box .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 120, 161, .8);
	transform: translateY(100%);
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	color: #fff;
}

.shxy-cyjd-box .box:hover .txt {
	transform: translateY(0);
}

.shxy-cyjd-box .box:hover .h3 {
	display: none;
}

.shxy-cyjd-box .box .txt .h4 {
	padding: .17rem;
	margin-top: 5%;
	height: .45rem;
	line-height: .28rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shxy-cyjd-box .box .txt .des {
	padding: 0 .17rem;
	height: .75rem;
	line-height: .25rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .13rem;
	margin: .15rem 0 .1rem 0;
}

.shxy-cyjd-box .box .txt .more {
	display: block;
	padding: 0.05rem .17rem .17rem 0;
	text-align: right;
	color: #fff;
	font-size: .12rem;
}