@font-face {
	font-family: "DIN-Bold";
	src: url(font/DINCondensedBold.ttf);
}

body {
	font-family: "syst", "Microsoft Yahei", SimSun, Arial, tahoma, arial !important;
	font-size: 16px;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
}

.xgxy-search-warp {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background: rgba(0, 64, 151, .9);
}

.xgxy-search-warp .xgxy-header-contain {
	width: 50%;
	height: 100%;
	position: relative;
}

.xgxy-header-jz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.xgxy-hearch-txt {
	width: 90%;
	height: 30px;
	font-family: "syst", "Microsoft Yahei", SimSun, Arial, tahoma, arial !important;
	font-size: 16px;
	color: #fff;
	outline: none;
	border: solid 1px #a7c5ee;
	padding: 14px 2%;
	border-radius: 30px;
	background-color: inherit;
}

.xgxy-hearch-btn {
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../img/search-b1.png) no-repeat center center;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 85px;
	top: 13px;
	font-size: 0;
}

.xgxy-js-close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/close1.png) no-repeat;
	position: absolute;
	top: 13px;
	right: 0;
	cursor: pointer;
}

.xgxy-header-box {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	transition: .8s
}

.bodyHome .xgxy-header-box.on,
.bodyList .xgxy-header-box.on {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff
}

.xgxy-header-contain {
	width: 90%;
	margin: 0 auto
}

.bodyList .xgxy-header-contain {}

.xgxy-contain-box {
	width: 1602px;
	margin: 0 auto;
	position: relative
}

.bodyList .xgxy-contain-box {
	width: 1440px;
}

.xgxy-logo {
	float: left;
	margin: 35px 0 0 0;
	position: relative;
	z-index: 10;
	transition: .5s
}

.xgxy-logo .logo2 {
	display: none
}

.xgxy-logo .logo2 img {}

.topStyle .xgxy-logo {
	margin-left: 58px;
	margin: 40px 0 0 58px;
}

.xgxy-close {
	display: block;
	width: 52px;
	height: 52px;
	background: url(../img/close.png) no-repeat;
	float: right;
	margin-right: 58px;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.xgxy-header-right-box {
	float: right;
	position: relative;
	z-index: 6;
	transition: .5s;
	width: 66%;
}

.xgxy-top-search {
	text-align: right;
	margin-top: 28px;
	margin-right: 35px;
}

.xgxy-header-box.on .xgxy-top-search {
	margin-top: 5px;
}

.xgxy-header-right li {
	display: inline-block;
}

.xgxy-header-right li.li1 {
	width: 21px;
	height: 11px;
	display: inline-block;
	background: url(../img/en-w.png) no-repeat;
	margin-right: 22px;
}

.xgxy-header-right li.li2 {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/search-w.png) no-repeat center center;
	vertical-align: -5px;
	margin-right: 22px;
}

.xgxy-header-right li a {
	display: block;
	height: 100%;
}

.xgxy-header-right li.li3 a {
	color: #fff;
}

.xgxy-header-box.on .xgxy-header-right li.li1 {
	background: url(../img/en-b.png) no-repeat;
}

.xgxy-header-box.on .xgxy-header-right li.li2 {
	background: url(../img/search-b.png) no-repeat;
}

.xgxy-search-box {
	float: left;
	width: 54%;
	position: relative;
	margin-bottom: 30px;
}

.xgxy-txt {
	width: 90%;
	height: 30px;
	font-family: "syst", "Microsoft Yahei", SimSun, Arial, tahoma, arial !important;
	font-size: 16px;
	color: #fff;
	outline: none;
	border: solid 1px #a7c5ee;
	padding: 14px 2%;
	border-radius: 30px;
	background-color: inherit;
}

.xgxy-btn {
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../img/search-b1.png) no-repeat center center;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 72px;
	top: 13px;
	font-size: 0;
}

.linkList {
	float: right;
	width: 45%;
}

.linkList a {
	display: inline-block;
	color: #a7c5ee;
	padding: 0 16px;
	font-size: 18px;
	margin-top: 15px;
	position: relative;
}

.linkList a::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 22px;
	background-color: #a7c5ee;
	right: -1px;
	top: 1px;
}

.linkList a {}

.linkList a:hover {
	color: #fff;
}

.linkList a.last::after {
	display: none;
}

.bodyHome .xgxy-header-box.on .xgxy-logo {
	margin: 5px 0;
}

.bodyHome .xgxy-header-box.on .xgxy-header-right-box {}

.bodyHome .xgxy-header-box.on .xgxy-nav-box {
	transition: .5s
}

.bodyHome .xgxy-header-box.on .xgxy-logo .logo1,
.bodyList .xgxy-header-box.on .xgxy-logo .logo1 {
	display: none
}

.bodyHome .xgxy-header-box.on .xgxy-logo .logo2,
.bodyList .xgxy-header-box.on .xgxy-logo .logo2 {
	display: block
}

.xgxy-header-box.on .xgxy-header-right li a {
	color: #333;
}

.xgxy-banner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.xgxy-banner .swiper-slide {
	height: 100vh
}

.xgxy-banner .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%
}

.xgxy-banner .swiper-slide .img a {
	display: block;
	width: 100%;
	height: 100%
}

.xgxy-banner .swiper-slide .img a span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.xgxy-banner .swiper-slide .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 70px;
	text-align: center
}

.xgxy-banner .swiper-slide .txt a {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px
}

.xgxy-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
	right: 0;
	left: auto;
	text-align: center;
}

.xgxy-banner .swiper-button-prev {
	width: 113px;
	height: 42px;
	background: url(../img/p.png) no-repeat;
	left: 20px
}

.xgxy-banner .swiper-button-next {
	width: 113px;
	height: 42px;
	background: url(../img/n.png) no-repeat;
	right: 20px
}

.xgxy-banner .swiper-pagination {}

.xgxy-banner .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: inline-block;
	margin: 0 8px !important;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	opacity: 1
}

.xgxy-banner .swiper-pagination-bullet-active {
	width: 28px;
	height: 28px;
	background: url(../img/active.png) no-repeat;
	margin-top: 8px;
	vertical-align: -10px
}

.xgxy-news-warp {
	width: 100%;
	background: url(../img/bg1.png) no-repeat top center;
	background-size: cover;
	padding: 40px 0 20px 0;
}

.xgxy-left {
	float: left;
	width: 49%
}

.xgxy-right {
	float: right;
	width: 45%;
	padding: 0 25px;
}

.xgxy-img-list .xgxy-title {
	background: url(../img/tit-bg1.png) no-repeat center 106px
}

.xgxy-title {
	padding-bottom: 60px;
	font-size: 36px;
	color: #333;
	text-align: center;
	position: relative;
	margin-top: -32px;
}

.xgxy-xsxg-box .xgxy-title::before {
	display: none;
}

.xgxy-xsxg-warp .xgxy-title::before {
	display: none;
}

.xgxy-news-warp .xgxy-title::before {
	display: none;
}

.xgxy-title::before {
	content: "";
	position: absolute;
	width: 190px;
	height: 1px;
	background-color: #024198;
	transition: .3s ease-out all;
	left: 55%;
	top: 25px;
	/* transform: translateX(-50%); */
}

.xgxy-title .more {
	position: absolute;
	left: 67%;
	top: 4px;
	font-weight: inherit;
	width: 41px;
	height: 41px;
	border: solid 1px #024198;
	border-radius: 50%;
	background: url(../img/more-jia.png) no-repeat center center;
	transition: .5s;
}

.xgxy-title .more:hover {
	background: #024198 url(../img/more-jia-w.png) no-repeat center center;
}

.xgxy-title-en {
	font-size: 40px;
	color: #ededed;
	text-align: center;
	margin-top: 5px;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-left .xgxy-title,
.xgxy-right .xgxy-title {
	text-align: left
}

.xgxy-xyxw-box,
.xgxy-tzgg-list {}

.xgxy-xyxw-img {
	overflow: hidden;
	position: relative
}

.xgxy-xyxw-img .swiper {
	width: 782px;
	height: 483px;
	background: url(../img/news-bg.png) no-repeat
}

.xgxy-xyxw-img .img {
	position: absolute;
	left: 62px;
	top: 26px;
	width: 691px;
	height: 457px
}

.xgxy-xyxw-img .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-xyxw-img .img span {
	display: block;
	width: 100%;
	height: 100%;
	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
}

.xgxy-xyxw-img .img span:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.xgxy-xyxw-img .txt {
	position: absolute;
	bottom: 0;
	left: 61px;
	width: 691px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
	padding: 60px 0 20px 0
}

.xgxy-xyxw-img .txt a {
	color: #fff;
	font-size: 18px;
	display: block;
	width: 76%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 3%;
}

.xgxy-xyxw-img .tag {
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 20px;
	top: 35px;
	width: 20px;
	line-height: 35px
}

.xgxy-xyxw-img .time {
	position: absolute;
	left: 13px;
	bottom: 16px;
	color: #fff;
	text-align: center;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-xyxw-img .time .day {
	font-size: 30px
}

.xgxy-xyxw-img .time .month {
	font-size: 14px;
	margin: 5px 0;
	letter-spacing: -1px;
}

.xgxy-xyxw-img .time .year {
	font-size: 12px;
	color: #fff;
}

.xgxy-xyxw-img .swiper-pagination {
	text-align: right
}

.xgxy-xyxw-img .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 1);
	opacity: .5
}

.xgxy-xyxw-img .swiper-pagination-bullet-active {
	opacity: 1
}

.xgxy-xyxw-img .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px !important;
	left: auto !important;
	width: 100% !important;
	right: 50px !important;
}

.xgxy-xyxw-img .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/right.png) !important;
	right: 48px !important
}

.xgxy-xyxw-img .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/left.png) !important;
	left: 692px !important
}

.xgxy-xyxw-img .swiper-button-next,
.xgxy-xyxw-img .swiper-button-prev {
	width: 12px !important;
	height: 18px !important;
	margin-top: 202px !important;
	webkit-background-size: auto !important;
	background-size: auto !important
}

.xgxy-xyxw-list {
	float: right;
	width: 41.5%
}

.xgxy-tzgg-warp .xgxy-tab-box {
	width: 485px;
	margin: 0 auto;
}

.xgxy-tzgg-warp .xgxy-tab-list {
	margin: 0;
}

.xgxy-tab-list {
	margin: 0 0 30px 0;
}

.xgxy-tab-list li {
	float: left;
	margin-right: 50px;
	margin-left: 5px
}

.xgxy-tab-list li.last {
	margin-right: 0;
}

.xgxy-tab-list li a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #7c7b7b;
	position: relative;
}

.xgxy-tab-list li a:hover {
	color: #024198;
}

.xgxy-tab-list li.on a,
.xgxy-tab-list li.on a:hover {
	color: #024198;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #024198;
}

.xgxy-tab-list li.on a::after {
	content: "";
	width: 10px;
	height: 6px;
	display: block;
	background: url(../img/sj.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%)
}

.xgxy-tab-cont {
	display: none;
	position: relative;
}

.xgxy-tab-cont .more::before {
	content: "";
	width: 190px;
	height: 1px;
	position: absolute;
	left: -192px;
	top: 20px;
	display: block;
	background-color: #024198;
}

.xgxy-tab-cont .more {
	position: absolute;
	left: 30%;
	top: -162px;
	font-weight: inherit;
	width: 41px;
	height: 41px;
	border: solid 1px #024198;
	border-radius: 50%;
	background: url(../img/more-jia.png) no-repeat center center;
	/* margin-left: -50px; */
	transition: .5s;
}

.xgxy-tab-cont .more:hover {
	background: #024198 url(../img/more-jia-w.png) no-repeat center center;
}

.xgxy-cont-tj {
	float: left;
	width: 40%
}

.xgxy-cont-tj .img,
.xgxy-cont-tj .img a,
.xgxy-cont-tj .img a span {
	display: block;
	width: 100%;
	height: 197px;
	overflow: hidden;
}

.xgxy-cont-tj .img a span {
	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-size: cover !important;
}

.xgxy-cont-tj .img a span:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.xgxy-cont-tj .title a {
	margin: 30px 0 45px 0;
	color: #333;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.xgxy-cont-tj .title a:hover {
	color: #0060c6
}

.xgxy-cont-tj .des {
	font-size: 14px;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.xgxy-tab-cont-list {
	float: right;
	width: 54%
}

.xgxy-tab-cont-list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ededed;
}

.xgxy-tab-cont-list .time {
	float: left;
	color: #333;
	font-size: 16px;
	background-color: #f5f4f0;
	width: 27.5%;
	border-radius: 15px 0 15px 0;
	padding: 9px 0;
	text-align: center;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-tab-cont-list .txt {
	float: right;
	width: 68%;
}

.xgxy-tab-cont-list .txt a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.xgxy-tab-cont-list li:hover .time {
	background-color: #024198;
	color: #fff;
}

.xgxy-tab-cont-list li:hover .txt a:hover {
	color: #0060c6
}

.xgxy-tzgg-warp {
	background-color: #e9f0f8;
	padding-top: 40px;
	position: relative;
	height: 440px;
	overflow: hidden;
}

.xgxy-tzgg-warp .xgxy-title {
	padding-bottom: 30px;
}

.xgxy-tzgg-warp .xgxy-title-en {
	color: rgba(51, 51, 51, .13);
}

.xgxy-tzgg-warp .xgxy-title::before {
	display: none;
}

.xgxy-tzgg-box {
	padding: 0 0 50px 0;
	position: absolute;
	left: 0;
	top: 162px;
	width: 100%;
}

.xgxy-tzgg-box .box {
	background-color: #fff;
	height: 175px;
	padding: 0 20px;
	position: relative;
	transition: .2s ease-out all;
}

.xgxy-tzgg-box .box .time a {
	color: #333;
	display: block;
	border-bottom: solid 5px #024198;
	padding-bottom: 8px;
	margin-bottom: 12px;
	padding-top: 22px;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-tzgg-box .box.bg1 .time a {
	border-bottom: solid 2px #024198;
}

.xgxy-tzgg-box .box.bg2 .time a {
	border-bottom: solid 2px #dfb772;
}

.xgxy-tzgg-box .box .h3 a {
	height: 72px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333
}

.xgxy-tzgg-box .box:hover {
	background-color: #024198;
}

.xgxy-tzgg-box .box:hover .time a {
	color: #fff;
	border-bottom: solid 2px #fff
}

.xgxy-tzgg-box .box:hover .h3 a {
	color: #fff
}

.xgxy-tzgg-box .swiper-container {
	padding-bottom: 50px
}

.xgxy-tzgg-box .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px !important;
	left: 0 !important;
	width: 100% !important
}

.xgxy-tzgg-box .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #0060c6;
	opacity: .5
}

.xgxy-tzgg-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.xgxy-tzgg-box .swiper-pagination-bullet-active {
	width: 22px;
	height: 22px;
	background: url(../img/tzgg-active.png) no-repeat;
	vertical-align: -4px;
	opacity: 1;
}

.xgxy-tzgg-box .more {
	position: absolute;
	left: 67%;
	top: -142px;
	font-weight: inherit;
	width: 41px;
	height: 41px;
	border: solid 1px #024198;
	border-radius: 50%;
	background: url(../img/more-jia.png) no-repeat center center;
	/* margin-left: -50px; */
	transition: .5s;
}

.xgxy-tzgg-box .more::before {
	content: "";
	width: 190px;
	height: 1px;
	position: absolute;
	left: -192px;
	top: 20px;
	display: block;
	background-color: #024198;
}

.xgxy-tzgg-box .more:hover {
	background: #024198 url(../img/more-jia-w.png) no-repeat center center;
}

.xgxy-xzgd-warp {
	background: url(../img/bg2.gif) no-repeat top center;
	background-size: cover;
	height: 720px;
	padding-top: 52px;
}

.xgxy-xzgd-warp .xgxy-title {
	padding: 0 0 30px 0;
}

.xgxy-xzgd-box .swiper-container {
	padding-bottom: 50px;
	height: 502px
}

.xgxy-xzgd-box .swiper-slide {
	overflow: hidden
}

.xgxy-xzgd-box .box {
	background-color: #fff;
	border: solid 2px #0060c6;
	padding: 40px 0 113px 0;
	position: relative;
	top: 52px;
	transition: .2s ease-out all;
	overflow: hidden;
	background: #fff url(../img/sim.png) no-repeat center center;
}

.xgxy-xzgd-box .box .tx::before {}

.xgxy-xzgd-box .box .tx {
	width: 161px;
	height: 161px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	z-index: 2
}

.xgxy-xzgd-box .box .tx a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%
}

.xgxy-xzgd-box .box .tx a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover !important
}

.xgxy-xzgd-box .box .name {
	text-align: center;
	margin-top: 25px;
}

.xgxy-xzgd-box .box .name a {
	font-size: 18px;
	color: #333;
	border-bottom: solid 3px #024198;
	padding-bottom: 5px;
}

.xgxy-xzgd-box .job {
	font-size: 14px;
	text-align: center
}

.xgxy-xzgd-box .txt {
	margin: 50px 0 0 0;
}

.xgxy-xzgd-box .txt .time {
	float: left;
	width: 12%;
	padding: 0 0 0 8%;
	text-align: center;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-xzgd-box .txt .time .day {
	font-size: 36px
}

.xgxy-xzgd-box .txt .time .month {
	font-size: 12px
}

.xgxy-xzgd-box .txt .title {
	width: 65%;
	margin: 0 auto;
}

.xgxy-xzgd-box .txt .title a {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	text-align: center;
}

.xgxy-xsxx-box .swiper-pagination {
	display: none;
	width: 100%;
	margin-top: 15px;
}

.xgxy-xsxx-box.on .swiper-pagination {
	display: block;
}

.xgxy-xsxx-box .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #4a84d6;
	opacity: .45;
	margin: 0 8px;
}

.xgxy-xsxx-box .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	background: url(../img/active-w1.png) no-repeat;
	vertical-align: -4px;
	opacity: 1;
}

.xgxy-xzgd-box .des {
	font-size: 14px;
	height: 90px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333;
	padding: 0 35px
}

.xgxy-xzgd-box .box:hover {
	border: solid 2px #e0bb7a;
}

.xgxy-xzgd-box .box:hover .txt .title a {
	color: #0060c6
}

.xgxy-xzgd-box .swiper-pagination {
	position: relative;
	top: -18px
}

.xgxy-xzgd-box .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #7b9aca;
	opacity: 1;
	margin: 0 8px
}

.xgxy-xzgd-box .swiper-pagination-bullet-active {
	width: 22px;
	height: 22px;
	background: url(../img/xzgd-active.png) no-repeat;
	vertical-align: -4px
}

.xgxy-xsxx-warp {
	background: url(../img/bg2.png) no-repeat right center;
	padding-top: 60px;
}

.xgxy-xsxx-warp .xgxy-title {
	padding-bottom: 30px;
}

.xgxy-xsxx-warp .xgxy-left {
	float: left;
	background-color: #e7f2ff;
	width: 640px;
	height: 420px;
	position: relative;
	padding-top: 68px;
	margin-left: -40px;
	margin-top: 17px;
	padding-left: 100px;
	z-index: 10;
}

.xgxy-xsxx-warp .xgxy-left::before {
	content: '';
	width: 80px;
	height: 489px;
	display: block;
	position: absolute;
	background: url(../img/calendar-bg-x.png) no-repeat;
	left: -80px;
	top: 0;
	z-index: 36;
}

.xgxy-left .title {
	font-size: 30px;
	position: absolute;
	left: 72px;
	top: 55px;
}

.xgxy-xsxx-warp .xgxy-right {
	float: right;
	width: 54%;
	padding: 41px 0 45px 0;
	margin-top: 0;
	background-color: #fff;
	position: relative;
	z-index: 11;
}

.xgxy-xsxx-box {
	background: url(../img/calendar-bg2.png) no-repeat;
	width: 0;
	height: 451px;
	position: absolute;
	left: -82px;
	top: 70px;
	transition: .5s;
	overflow: hidden;
}

.xgxy-xsxx-box.on {
	width: 359px;
}

.xgxy-xsxx-list li {
	padding: 27px 0;
	border-bottom: solid 1px #e9e9e9
}

.xgxy-xsxx-list .time {
	float: right;
	color: #333;
	font-size: 16px;
	width: 20%;
	text-align: right;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
	margin-top: 5px;
}

.xgxy-xsxx-list .txt {
	float: left;
	width: 77%;
	padding-left: 3%;
}

.xgxy-xsxx-list .txt a {
	display: block;
	width: 97%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	position: relative;
	padding-left: 3%;
}

.xgxy-xsxx-list .txt a::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgba(2, 65, 152, .75);
	transform: translateY(-50%);
}

.xgxy-xsxx-list li:hover .time {
	color: #024198;
}

.xgxy-xsxx-list li:hover .txt a:hover {
	color: #0060c6
}

.xgxy-xsxx-box .box {
	padding: 55px 34px 0 34px;
	color: #fff;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-xsxx-box .calender {
	float: left;
	width: 70px;
	height: 75px;
	background: url(../img/calendar.png) no-repeat;
	text-align: center;
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-xsxx-box .calender .day {
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0 3px 0;
}

.xgxy-xsxx-box .calender .month {
	font-size: 14px;
	margin-top: -5px;
	color: #fff;
}

.xgxy-xsxx-box .tag {
	float: right;
}

.xgxy-xsxx-box .title a {
	width: 100%;
	height: 55px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 30px 0 60px 0;
}

.xgxy-xsxx-box .time,
.xgxy-xsxx-box .address,
.xgxy-xsxx-box .num,
.xgxy-xsxx-box .pwd {
	font-size: 14px;
	margin: 2px 0;
	position: relative;
	text-indent: 22px;
}

.xgxy-xsxx-box .time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../img/time.png) no-repeat;
}

.xgxy-xsxx-box .address::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../img/address.png) no-repeat;
}

#summary {
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}

.p_pages {
	font-family: "Microsoft YaHei" !important
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #e8e8e8 !important;
	color: #fff;
	background: #004097 !important;
}

.listPageBar {
	margin: 40px auto
}

.listPageBar table tr td:first-child {
	display: none
}

.listPageBar table tr td+td {
	width: 100%;
	text-align: center
}

.listPageBar table tr td+td+td {
	display: none
}

.listPageBar a,
.listPage span {
	font-family: "Microsoft YaHei" !important
}

.listPageBar .this-page {
	padding: 5px 8px !important;
	border: 1px solid #e8e8e8 !important;
	color: #fff !important;
	background: #004097 !important;
	font-weight: normal !important;
	margin-right: 0 !important;
	margin-left: 5px !important
}

.listPageBar a,
.pageList .this-page {
	padding: 5px 8px !important;
	border: 1px solid #e8e8e8 !important;
	margin: 0 0 0 5px !important
}

.listPageBar .PrevDisabled,
.listPageBar .NextDisabled {
	padding: 5px 8px !important;
	margin: 0 0 0 5px !important;
	border: 1px solid #ccc !important
}

.xgxy-txt::-webkit-input-placeholder,
.xgxy-hearch-txt::-webkit-input-placeholder {
	color: #a7c5ee;
	font-size: 16px
}

.xgxy-txt:-moz-placeholder,
.xgxy-hearch-txt:-moz-placeholder {
	color: #a7c5ee;
	font-size: 16px
}

.xgxy-txt::-moz-placeholder,
.xgxy-hearch-txt::-moz-placeholder {
	color: #a7c5ee;
	font-size: 16px
}

.xgxy-txt:-ms-input-placeholder,
.xgxy-hearch-txt:-ms-input-placeholder {
	color: #a7c5ee;
	font-size: 16px
}

.xgxy-page-scrolling {
	font-size: 16px;
	color: #fff;
	width: 130px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	text-align: center;
	overflow: hidden;
	z-index: 15;
	animation: ud 2s linear 0s infinite;
	transform: translateX(-50%);
	cursor: pointer
}

.xgxy-page-scrolling p {
	color: #fff
}

.xgxy-content-warp.showdiv {
	top: 0
}

.xgxy-banner-warp {
	background: #024198 url(../img/bg3.gif) no-repeat center center;
	padding: 70px 0;
	height: 598px;
	background-size: cover !important;
}

.xgxy-tab-box-change {
	position: relative;
}

.xgxy-tab-list-change {
	width: 480px;
	margin: 0 auto;
}

.xgxy-tab-list-change {
	text-align: center;
}

.xgxy-tab-list-change li {
	display: inline-block;
	padding: 0px 45px;
	position: relative;
}

.xgxy-tab-list-change li .en {
	display: none;
	position: absolute;
	color: rgba(255, 255, 255, .11);
	font-size: 40px;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-tab-list-change li.li2 {
	position: relative
}

.xgxy-tab-list-change li a {
	color: #fff;
	font-size: 28px;
}

.xgxy-tab-list-change li.on a {
	font-size: 36px;
	border-bottom: solid 2px #fff;
	position: relative;
	padding-bottom: 6px;
}

.xgxy-tab-list-change li.on a::after {
	content: "";
	width: 10px;
	height: 6px;
	display: block;
	background: url(../img/sj-w.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 55px;
	transform: translateX(-50%)
}

.xgxy-tab-list-change li.on .en {
	display: block;
}

#certify1,
#certify2,
#certify3 {
	position: absolute;
	top: 110px;
	left: 0;
}

#certify1 .swiper-container,
#certify2 .swiper-container,
#certify3 .swiper-container {
	width: 1602px;
	margin: 0 auto;
	padding-bottom: 60px
}

#certify1 .swiper-slide,
#certify2 .swiper-slide,
#certify3 .swiper-slide {
	width: 772px;
	height: 433px;
	position: relative
}

#certify1 .swiper-slide .img,
#certify1 .swiper-slide .img a,
#certify1 .swiper-slide .img a span,
#certify2 .swiper-slide .img,
#certify2 .swiper-slide .img a,
#certify2 .swiper-slide .img a span,
#certify3 .swiper-slide .img,
#certify3 .swiper-slide .img a,
#certify3 .swiper-slide .img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#certify1 .swiper-slide .img a span,
#certify2 .swiper-slide .img a span,
#certify3 .swiper-slide .img a span {
	display: block;
	width: 100%;
	height: 100%;
	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
}

#certify1 .swiper-slide .img a span:hover,
#certify2 .swiper-slide .img a span:hover,
#certify3 .swiper-slide .img a span:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

#certify1 .swiper-slide .txt,
#certify2 .swiper-slide .txt,
#certify3 .swiper-slide .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
	padding: 60px 0 20px 0
}

#certify1 .swiper-slide .txt a,
#certify2 .swiper-slide .txt a,
#certify3 .swiper-slide .txt a {
	color: #fff;
	font-size: 18px;
	display: block;
	width: 90%;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5%;
	text-align: center
}

#certify1 .swiper-pagination,
#certify2 .swiper-pagination,
#certify3 .swiper-pagination {
	width: 100%;
	bottom: -25px;
}

#certify1 .swiper-pagination-bullets .swiper-pagination-bullet,
#certify2 .swiper-pagination-bullets .swiper-pagination-bullet,
#certify3 .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #3567ad;
	opacity: 1;
	margin: 0 8px
}

#certify1 .swiper-pagination-bullets .swiper-pagination-bullet-active,
#certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active,
#certify3 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 23px;
	height: 23px;
	background: url(../img/active-w.png) no-repeat;
	vertical-align: -4px
}

#certify1 .swiper-button-next:hover,
#certify2 .swiper-button-next:hover,
#certify3 .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#certify1 .more,
#certify2 .more,
#certify3 .more {
	position: absolute;
	left: 78%;
	top: -100px;
	font-weight: inherit;
	width: 41px;
	height: 41px;
	border: solid 1px #d8d8d8;
	border-radius: 50%;
	background: url(../img/more-jia-w.png) no-repeat center center;
	margin-left: -50px;
	transition: .5s;
}

#certify1 .more:hover,
#certify2 .more:hover,
#certify3 .more:hover {
	background: #fff url(../img/more-jia.png) no-repeat center center;
}

#certify1 .more::before,
#certify2 .more::before,
#certify3 .more::before {
	content: "";
	width: 190px;
	height: 1px;
	position: absolute;
	left: -191px;
	top: 20px;
	display: block;
	background-color: #fff;
}

.xgxy-media-warp {
	background: url(../img/bg4.gif) no-repeat top center;
	background-size: cover;
	height: 850px;
	padding-top: 98px
}

.xgxy-img-list1 ul {
	margin-left: -10px
}

.xgxy-img-list1 li {
	float: left;
	position: relative;
	margin-left: 10px;
	height: 391px;
	overflow: hidden
}

.xgxy-img-list1 li.li1,
.xgxy-img-list1 li.li2 {
	width: 392px;
}

.xgxy-img-list1 li.li3,
.xgxy-img-list1 li.li4 {
	width: 392px
}

.xgxy-img-list1 li .img,
.xgxy-img-list1 li .img a,
.xgxy-img-list1 li .img a span {
	display: block;
	width: 100%;
	height: 100%;
}

.xgxy-img-list1 li .img a span {
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.xgxy-img-list1 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)
}

.xgxy-img-list1 li .img a span {
	background-size: cover !important
}

.xgxy-img-list1 li .sjmt {
	position: absolute;
	left: 25px;
	top: 20px;
	font-size: 36px;
	font-weight: bold;
}

.xgxy-img-list1 li .sjmt a {
	color: #fff;
}

.xgxy-img-list1 li.li2 .sjmt,
.xgxy-img-list1 li.li3 .sjmt {
	display: none;
}

.xgxy-img-list1 li .box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(2, 65, 152, 0) 0, rgba(2, 65, 152, 1) 100%);
	padding: 70px 0 20px 0
}

.xgxy-img-list1 li .box .time a,
.xgxy-img-list1 li .box .title a,
.xgxy-img-list1 li .box .wx a {
	display: block;
	width: 90%;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
}

.xgxy-img-list1 li .box .wx {
	margin-top: 10px;
}

.xgxy-img-list1 li .box .title a,
.xgxy-img-list1 li .box .wx a {
	color: #fff;
	position: relative;
}

.xgxy-img-list1 li .box .wx a {
	text-indent: 38px;
}

.xgxy-img-list1 li .box .wx a::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 0;
	width: 33px;
	height: 27px;
	display: block;
	background: url(../img/wx.png) no-repeat center center;
}

.xgxy-img-list1 li .box .time a {
	color: rgba(255, 255, 255, .67);
	font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "\51AC\9752\9ED1\4F53\7B80\4F53\4E2D\6587", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STXihei", "\534E\6587\9ED1\4F53", "SimSun", "\4E2D\6613\5B8B\4F53", sans-serif;
}

.xgxy-img-list1 li::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 109px;
	height: 6px;
	background-color: #dfb772
}

.xgxy-img-list2 .ul1 {
	float: left;
	margin-top: 10px;
	width: 795px;
	height: 326px;
	overflow: hidden;
	position: relative;
}

.xgxy-img-list2 .ul1 li.li1,
.xgxy-img-list2 .ul1 li.li2,
.xgxy-img-list2 .ul1 li.li3 {
	display: block;
	position: absolute;
	height: 326px;
	width: 289px;
	overflow: hidden;
	transition: .5s;
	z-index: 5
}

.xgxy-img-list2 .ul1 li.li1 {
	left: 0;
	top: 0;
}

.xgxy-img-list2 .ul1 li.li2 {
	left: 266px;
	top: 0;
}

.xgxy-img-list2 .ul1 li.li3 {
	left: 532px;
	top: 0;
}

.xgxy-img-list2 .ul1 li .img,
.xgxy-img-list2 .ul1 li .img a,
.xgxy-img-list2 .ul1 li .img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.xgxy-img-list2 .ul1 li .img a span {
	background-size: cover !important
}

.xgxy-img-list2 .ul1 li .box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 93, 192, 0) 0, rgba(0, 93, 192, .85) 100%);
	padding: 70px 0 20px 0
}

.xgxy-img-list2 .ul1 li .box .title a {
	color: #fff;
	display: block;
	width: 85%;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
}

.xgxy-img-list2 .ul1 li .box .title a {}

.xgxy-img-list2 .ul1 li::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 77px;
	height: 6px;
	background-color: #dfb772
}

.xgxy-img-list2 .ul1 li.on:hover {
	width: 100%;
	z-index: 10;
}

.xgxy-img-list2 .ul1 li>.title {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.xgxy-img-list2 .ul1 li>.title a {
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
	border-bottom: solid 1px #fff;
}

.xgxy-img-list2 .ul1 li.li2>.title,
.xgxy-img-list2 .ul1 li.li3>.title {
	display: none;
}

.xgxy-img-list2 .ul1 li.on.li2,
.xgxy-img-list2 .ul1 li.on.li3 {
	left: 0;
}

.xgxy-img-list2 .ul2 {
	float: left;
	background: url(../img/img11.gif) no-repeat top center;
	background-size: cover;
	margin-top: 10px;
	margin-left: 10px;
	width: 795px;
	overflow: hidden;
	height: 326px
}

.xgxy-img-list2 .ul2 li {
	float: left;
	background-color: rgba(8, 41, 95, .6);
	width: 36%;
	margin-left: 10%;
	height: 76%;
	margin-top: 5%;
	text-align: center;
	cursor: pointer
}

.xgxy-img-list2 .ul2 li .title a {
	position: relative
}

.xgxy-img-list2 .ul2 li .title a {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 140px;
}

.xgxy-img-list2 .ul2 li.li1 .title a::before {
	content: "";
	position: absolute;
	left: 40%;
	top: -65px;
	background: url(../img/icon1.png) no-repeat;
	width: 60px;
	height: 49px;
	display: block
}

.xgxy-img-list2 .ul2 li.li2 .title a::before {
	content: "";
	position: absolute;
	left: 42%;
	top: -70px;
	background: url(../img/icon2.png) no-repeat;
	width: 54px;
	height: 57px;
	display: block
}

.xgxy-img-list2 .ul2 li:hover .title a::before {
	transform: rotateY(360deg);
	transition: .7s
}

.xgxy-img-list2 .ul2 li:hover .title a {
	letter-spacing: 2px
}

.xgxy-video-list {
	width: 100%;
	overflow: hidden;
	height: 743px;
}

.gallery-top {
	height: 743px;
	width: 100%;
	position: relative
}

.gallery-top::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 190px;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
	z-index: 3
}

.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -160px;
	z-index: 4
}

.xgxy-video-list .img,
.xgxy-video-list .img a,
.xgxy-video-list .img a span {
	display: block;
	width: 100%;
	height: 100%
}

.xgxy-video-list .img a span {
	background-size: cover !important
}

.xgxy-video-list .img a span {
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.xgxy-video-list .img a:hover 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)
}

.xgxy-video-list .gallery-thumbs .swiper-slide {
	height: 97px;
	transition: .2s ease-out all;
	cursor: pointer;
	top: 0;
	background-size: cover !important;
	border-radius: 12px;
}

.xgxy-video-list .gallery-thumbs .swiper-slide {
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.xgxy-video-list .gallery-thumbs .swiper-slide:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.xgxy-video-list .swiper-slide .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 135px 0 0 0;
}

.xgxy-video-list .swiper-slide .txt a {
	color: #fff;
	font-size: 24px;
	display: block;
	width: 20%;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5%;
	text-align: center;
	position: relative;
	margin: 0 auto
}

.xgxy-video-list .swiper-slide .txt a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: url(../img/txt-left.png) no-repeat;
	width: 68px;
	height: 11px
}

.xgxy-video-list .swiper-slide .txt a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	background: url(../img/txt-right.png) no-repeat;
	width: 68px;
	height: 11px
}

.xgxy-video-list .swiper-slide .video a {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40%;
	display: block;
	background: url(../img/video-icon.png) no-repeat;
	width: 64px;
	height: 60px
}

.xgxy-video-list .gallery-thumbs .swiper-slide-thumb-active {
	border: solid 3px #dcb065;
	border-radius: 12px;
	top: -5px
}

.xgxy-xsxg-warp {
	padding: 60px 0 0 0;
}

.xgxy-xsxg-box {
	position: relative
}

.xgxy-xsxg-box .xgxy-title {
	padding-top: 90px;
	padding-bottom: 50px
}

.xgxy-xsxg-box .swiper-slide {
	opacity: .4;
}

.xgxy-xsxg-box .swiper-slide-active {
	opacity: 1;
}

.xgxy-xsxg-box .swiper-container {
	margin: 0 0 80px 0
}

.xgxy-xsxg-box .box {
	text-align: center
}

.xgxy-xsxg-box .box li {
	float: left;
}

.xgxy-xsxg-box .box1 li {
	float: left;
	width: 20%;
}

.xgxy-xsxg-box .box2 li {
	float: left;
	width: 20%;
}

.xgxy-xsxg-box .box3 li {
	float: left;
	width: 25%;
}

.xgxy-xsxg-box .box .num {
	font-size: 72px;
	color: #0060c6;
	height: 95px;
	vertical-align: middle;
	line-height: 80px;
	font-family: "DIN-Bold";
	position: relative;
}

.xgxy-xsxg-box .box .h3 {
	width: 68%;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 28px;
}

.xgxy-xsxg-box .box .num sup {
	position: absolute;
	font-size: 30px;
	top: -30px;
}

.xgxy-xsxg-box .swiper-slide-active .box .h3 {
	color: #0060c6;
}

.xgxy-xsxg-box .box .num .subtxt {
	font-size: 24px
}

.xgxy-xsxg-box .box .num .subtxt1 {
	font-size: 12px
}

.xgxy-xsxg-box .box .hg1,
.xgxy-xsxg-box .box .hg2,
.xgxy-xsxg-box .box .hg5,
.xgxy-xsxg-box .box .hg7,
.xgxy-xsxg-box .box .hg8,
.xgxy-xsxg-box .box .hg9 {
	height: 80px;
	line-height: 80px
}

.xgxy-xsxg-box .box .hg3,
.xgxy-xsxg-box .box .hg6 {
	line-height: 55px
}

.xgxy-xsxg-box .box .hg4 {
	line-height: 77px
}

.xgxy-xsxg-box .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none !important;
	left: 21.5% !important;
	margin-top: -22px !important;
	border: 2px #0060c6 solid;
	border-radius: 50%;
}

.xgxy-xsxg-box .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none !important;
	right: 21.5% !important;
	margin-top: -22px !important;
	border: 2px #0060c6 solid;
	border-radius: 50%;
}

.xgxy-xsxg-box .swiper-button-next,
.xgxy-xsxg-box .swiper-button-prev {
	width: 42px !important;
	height: 42px !important;
	overflow: hidden;
}

.xgxy-xsxg-box .swiper-button-prev i {
	background: url(../img/arrow-left.png) no-repeat center center;
	width: 26px;
	height: 7px;
	display: block;
	margin: 15px auto;
	transition: .2s;
	transform-style: preserve-3d;
}

.xgxy-xsxg-box .swiper-button-prev:hover {
	background: #0060c6 !important;
}

.xgxy-xsxg-box .swiper-button-prev:hover i {
	background: url(../img/arrow-left-hover.png) no-repeat;
	margin: 15px 0 15px 50px;
	transform: translateX(-40px);
}

.xgxy-xsxg-box .swiper-button-next i {
	background: url(../img/arrow-right.png) no-repeat center center;
	width: 26px;
	height: 7px;
	display: block;
	margin: 15px auto;
	transition: .2s;
	transform-style: preserve-3d;
}

.xgxy-xsxg-box .swiper-button-next:hover {
	background: #0060c6 !important;
}

.xgxy-xsxg-box .swiper-button-next:hover i {
	background: url(../img/arrow-right-hover.png) no-repeat;
	margin: 15px 0 15px -40px;
	transform: translateX(50px);
}

.xgxy-layer-left {
	position: absolute !important;
	left: 0 !important;
	top: 0px !important;
	background-color: rgba(255, 255, 255, .51) !important;
	width: 20.5% !important;
	height: 170px !important;
	z-index: 10 !important;
}

.xgxy-layer-right {
	position: absolute !important;
	right: 0 !important;
	top: 0px !important;
	background-color: rgba(255, 255, 255, .51) !important;
	width: 20.5% !important;
	height: 170px !important;
	z-index: 10 !important;
}

.xgxy-footer-box {
	background-color: #002a75;
	padding: 35px 0;
}

.xgxy-footer-box .left {
	float: left;
	width: 80%;
}

.xgxy-footer-box .right {
	float: right;
	width: 15%;
	text-align: center;
}

.xgxy-footer-box .right .img img {
	width: 209px;
	height: 209px;
	overflow: hidden;
}

.xgxy-footer-box .right .txt {
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.xgxy-footer-box .right .txt img {
	margin-right: 10px;
	vertical-align: middle;
}

.xgxy-footer-box .logo {
	text-align: center;
	float: left;
	margin-top: 60px;
}

.xgxy-footer-box .list {
	border-bottom: solid 1px #385993;
}

.xgxy-footer-box .list li {
	display: inline-block;
}

.xgxy-footer-box .list li a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 30px 60px;
	position: relative;
	transition: .5s;
}

.xgxy-footer-box .list li a:hover {
	color: #dae1fa
}

.xgxy-footer-box .list li a::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 21px;
	background-color: #385993;
	display: block;
	transform: translateY(-50%);
}

.xgxy-footer-box .list li.last a::after {
	display: none
}

.xgxy-footer-box .copyright {
	float: left;
	color: #dae1fa;
	font-size: 14px;
	line-height: 25px;
	margin-left: 10%;
	margin-top: 75px;
}

.navContent {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0px;
	height: 100%;
	z-index: 1002;
	display: none;
}

.navContent-box dl dt a {
	font-size: 24px;
	color: #a7c5ee;
	display: block;
	margin-bottom: 37px;
	margin-left: 25px;
}

.navContent-box dl dt a:hover {
	color: #fff;
}

.dn-nabery .dn-nav-szy li a i img {
	height: 100%;
}

.navContent-box dl {
	float: left;
	width: 12.3%;
	padding-bottom: 40px;
	margin-bottom: 0;
	padding-top: 12px;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.navContent-box dl:first-child {
	border-left: none;
}

.home-page a {
	font-size: 18px;
	width: 190px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	display: block;
	background: #dfb772;
	color: #fff;
}

.home-page a:hover {
	background: rgba(223, 183, 114, .9)
}

.home-page {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.navContent-box dl dd a {
	color: #a7c5ee;
	font-size: 18px;
	margin-bottom: 35px;
	display: block;
	margin-left: 25px;
	transition: .5s;
}

.navContent-box dl dd a:hover {
	color: #fff;
}

.navContent:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #002a75 url(../img/bg-img.jpg) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover !important;
}

.navContent-box {
	position: relative;
	top: 65px;
	overflow: hidden;
	width: 1602px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.bodyHome .navContent-box {}

.xgxy-ny-banner {
	height: 528px;
	position: relative;
}

.bodyHome .xgxy-header-box {
	transition: all 0.35s ease-in-out;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.bodyList .xgxy-header-box {
	transition: all 0.35s ease-in-out;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.bodyList .xgxy-logo {}

.bodyList .xgxy-header-right li {
	background-color: inherit;
	margin-left: 0;
}

.bodyList .xgxy-btn {
	background-color: transparent;
}

.bodyList .xgxy-header-right-box {}

.xgxy-nav-click {
	transition: .2s;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #004097 url(../img/nav.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 230;
}

.xgxy-nav-click:hover {
	background: #dcb065 url(../img/nav.png) no-repeat center center;
}

.xgxy-header-box.on .xgxy-nav-click {
	top: 18px;
	right: 10px;
	width: 54px;
	height: 54px;
	background-position: center center;
}

.xgxy-nav-click.on {
	background: #004097 url(../img/nav1.png) no-repeat center 35px;
}

.xgxy-nav-box {}

.xgxy-nav li {
	float: left;
	width: 11.11111111111111%;
	position: relative;
	z-index: 999;
	font-size: 18px
}

.xgxy-nav>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 55px;
	line-height: 50px;
	position: relative;
}

.xgxy-nav>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #dcb065;
	transition: .3s ease-out all;
	left: 50%;
	top: 55px;
	transform: translateX(-50%);
}

.xgxy-header-box.on .xgxy-nav>li>a::after {
	top: 52px;
}

.xgxy-nav>li>a:hover::after {
	width: 100%
}

.xgxy-nav>li:hover>a::after {
	width: 100%
}

.xgxy-nav>li.on>a::after {
	width: 100%
}

.xgxy-nav>li.li1>a:hover::after,
.xgxy-nav>li.li1:hover>a::after,
.xgxy-nav>li.li1.on>a::after {
	width: 50%
}

.xgxy-suNnav {
	display: none;
	width: 100%;
	position: absolute;
	top: 55px;
	background-color: #002a75;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 0 20px 0;
}

.xgxy-nav-box li .xgxy-suNnav li {
	width: 100%
}

.xgxy-nav-box li .xgxy-suNnav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 12px 0;
	text-align: center;
	transition: .3s;
}

.xgxy-nav-box li .xgxy-suNnav li a:hover {
	color: #fff !important;
	background-color: #4189c4 !important
}

.xgxy-three-suNnav {
	text-indent: 25px
}

.xgxy-three-suNnav .icon {
	vertical-align: 1px;
	margin-right: 8px
}

.xgxy-three-suNnav li a {
	padding: 3px !important
}

.xgxy-header-box.on .xgxy-nav>li>a {
	color: #333;
}

.xgxy-header-box.on .xgxy-suNnav {
	top: 52px;
}

.xgxy-header-box.on .xgxy-logo {
	margin: 6px 0;
}

.xgxy-bg-color {
	background: url(../img/sz-bg-img.png) repeat;
}

.xgxy-bg-img {}

.xgxy-place {
	font-size: 14px;
	color: #666;
	padding: 30px 0 18px 25px;
	position: relative;
}

.xgxy-place::before {
	content: "";
	width: 14px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	background: url(../img/place.png) no-repeat;
}

.sz .xgxy-place {
	float: right;
	margin: 12px 0 0 0;
}

.xgxy-place a {
	color: #666;
	font-size: 14px;
	margin: 0 5px
}

.xgxy-place a:hover {
	color: #256799
}

.xgxy-ny-left {
	width: 273px;
	float: left;
	position: relative;
	margin-top: -72px;
}

.xgxy-ny-nav-box {
	width: 100%;
	background-color: #f2f8ff;
}

.xgxy-ny-nav-bg {
	background: #005193 url(../img/title-bg.png) no-repeat right center;
	height: 103px;
	text-align: center;
}

.xgxy-nav-name {
	font-size: 32px;
	color: #fff;
	padding: 16px 0 4px 0;
	text-align: left;
	text-indent: 40px;
	font-weight: bold;
}

.xgxy-nav-en {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-indent: 40px;
}

.xgxy-nav-list {
	border-left: solid 8px #004097;
	padding: 40px 0 90px 0;
	border-bottom: solid 1px #e6effa;
}

.xgxy-nav-list>ul>li.on {
	background-color: #fff;
}

.xgxy-nav-list>ul>li.on>a .nav-right-icon {
	display: block
}

.xgxy-nav-list>ul>li {
	padding: 0 24px 0 24px;
}

.xgxy-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	font-size: 18px;
	padding: 16px 18px 16px 30px;
	border-bottom: solid 1px #e5e9ed;
}

.xgxy-nav-list>ul>li>a::before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 0;
	background-color: #dcb065;
	transition: .3s ease-out all;
	left: -32px;
	top: 0;
}

.xgxy-nav-list>ul>li>a:hover::before {
	height: 59px;
}

.xgxy-nav-list>ul>li.on>a::before {
	height: 59px;
}

.xgxy-nav-list .subNav li a {
	display: block;
	padding: 16px 18px 16px 60px;
	color: #333;
	position: relative;
	/* font-weight: bold; */
}

.xgxy-nav-list .subNav li a::before {
	content: "";
	position: absolute;
	left: 18%;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #dcb065;
	border-radius: 50%;
}

.xgxy-nav-list .subNav li.on a {
	color: #024198;
}

.xgxy-ny-right {
	width: 77%;
	float: right;
	position: relative
}

.xgxy-column-box {
	border-bottom: solid 1px #d2d2d2;
}

.xgxy-column-h3 {
	font-size: 30px;
	color: #333;
	position: relative;
	z-index: 10;
	text-align: center;
	margin-top: 40px;
}

.sz .xgxy-column-h3 {
	float: left;
	padding-bottom: 12px;
	margin-top: 25px;
}

.sz .xgxy-column-h3::after {
	width: 110%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	background-color: #0060c6;
}

.xgxy-column-h4 {
	height: 51px;
	line-height: 51px;
	background: url(../img/rcpy-cy.png) no-repeat center right;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-indent: 30px;
	position: relative;
}

.xgxy-column-h4.bg1 {
	background-color: #284d8f;
	margin-top: 35px;
}

.xgxy-column-h4.bg2 {
	background-color: #6a4a3c;
}

.xgxy-column-h4.bg3 {
	background-color: #799b45;
}

.xgxy-column-h4::before {
	content: "";
	position: absolute;
	left: 120px;
	top: 26px;
	width: 170px;
	height: 1px;
	background-color: #fff;
}

.xgxy-column-h4::after {
	content: "";
	position: absolute;
	left: 290px;
	top: 23px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
}

.xgxy-sz-tab {
	margin-top: 12px;
}

.xgxy-sz-tab li {
	float: left;
	width: 50%;
}

.xgxy-sz-tab li a {
	display: block;
	height: 59px;
	line-height: 59px;
	color: #333;
	background-color: #ececec;
	font-size: 16px;
	text-align: center;
}

.xgxy-sz-tab li a:hover {
	color: #fff;
	background-color: #0060c6;
}

.xgxy-sz-tab li.on a {
	color: #fff;
	background-color: #0060c6;
}

.xgxy-sz-xi {
	margin: 25px 0;
}

.xgxy-sz-xi a {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 15px;
	color: #333;
	border-radius: 30px;
}

.xgxy-sz-xi a:hover {
	color: #fff;
	background-color: #0060c6;
}

.xgxy-sz-xi a.on {
	color: #fff;
	background-color: #0060c6;
}

.xgxy-sz-zm {
	margin: 25px 0;
}

.xgxy-sz-zm a {
	float: left;
	padding: 5px 0;
	width: 56px;
	color: #333;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 6px;
	font-size: 16px;
	margin-right: 5px;
}

.xgxy-sz-zm a:hover {
	color: #fff;
	background-color: #0060c6;
}

.xgxy-sz-zm a.on {
	color: #fff;
	background-color: #0060c6;
}

.xgxy-sz-zc {
	border-bottom: solid 1px #dfeaf4;
}

.xgxy-sz-zc a {
	display: inline-block;
	padding: 10px 35px;
	color: #333;
	background-color: #dee9f4;
}

.xgxy-sz-zc a:hover {
	color: #fff;
	background-color: #dcb065;
}

.xgxy-sz-zc a.on {
	color: #fff;
	background-color: #dcb065;
}

.xgxy-sz-list ul {
	margin: 46px 0 0 -2%;
}

.xgxy-sz-list li {
	float: left;
	width: 45%;
	margin-left: 2%;
	margin-bottom: 38px;
	position: relative;
	padding: 1% 2% 0.5% 1%;
	box-shadow: 0px 2px 10px 0px rgb(3 70 156 / 15%);
}

.xgxy-sz-list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 22px;
	background-color: #dcb065;
	z-index: 1;
}

.xgxy-sz-list li .pic {
	width: 173px;
	height: 249px;
	display: block;
	float: left;
	position: relative;
}

.xgxy-sz-list li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.xgxy-sz-list li .pic a span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.xgxy-sz-list li .txt {
	margin-left: 210px;
}

.xgxy-sz-list li .txt .name a {
	display: block;
	width: 100%;
	color: #004097;
	font-size: 24px;
	border-bottom: solid 1px #e4e4e4;
	position: relative;
	margin-top: 10px;
	padding-bottom: 5px;
}

.xgxy-sz-list li .txt .name a::after {
	content: "";
	position: absolute;
	left: 0;
	/* top: 36px; */
	width: 36px;
	height: 2px;
	background-color: #0060c6;
	bottom: -2px;
}

.xgxy-sz-list li .txt .zc {
	font-size: 18px;
	margin: 20px 0;
}

.xgxy-sz-list li .txt .js {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	font-size: 14px;
}

.xgxy-sz-list li .txt .detail {
	text-align: right;
	margin-top: 40px;
}

.xgxy-sz-list li .txt .detail a {
	font-size: 14px;
	color: #b4b4b4;
	position: relative;
	margin-right: 35px;
}

.xgxy-sz-list li .txt .detail a::after {
	content: "";
	position: absolute;
	right: -37px;
	top: 4px;
	background: url(../img/jt-g.png) no-repeat;
	width: 31px;
	height: 4px;
	display: block;
}

.xgxy-sz-list li:hover {
	box-shadow: 0px 2px 10px 0px rgba(3, 70, 156, .3);
	background: url(../img/sz-hover.png) no-repeat right center;
}

.xgxy-sz-list li:hover .txt .name a {}

.xgxy-sz-list li:hover .detail a {
	color: #0060c6;
}

.xgxy-sz-list li:hover .detail a::after {
	background: url(../img/jt-b.png) no-repeat;
}

.xgxy-sz-list1 {
	margin: 35px 0 200px 0;
}

.xgxy-sz-list1 ul {
	margin-left: -4%;
}

.xgxy-sz-list1 li {
	float: left;
	width: 16%;
	margin-left: 4%;
	text-align: center;
	background-color: #f2f8ff;
	padding: 15px 0;
	margin-bottom: 2%;
	border-radius: 30px;
}

.xgxy-sz-list1 li a {
	color: #333;
}

.xgxy-sz-list1 li a:hover {
	color: #004097;
}

.xgxy-teacher {
	margin: 40px 0;
}

.xgxy-teacher-inf .phone {
	float: left;
	width: 227px;
	height: 326px;
	overflow: hidden;
}

.xgxy-teacher-inf .phone span.bg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.xgxy-teacher-inf .inf {
	margin: 0 0 0 317px;
}

.xgxy-teacher-inf .inf .name {
	color: #333;
	font-size: 24px;
	padding: 54px 0 10px 0;
}

.xgxy-teacher-inf .inf ul {
	border-top: solid 1px #d8d8d8;
	margin-top: 30px;
	padding-top: 30px;
}

.xgxy-teacher-inf .inf li {
	/* float: left; */
	/* width: 50%; */
	margin-bottom: 6px;
	height: 30px;
}

.xgxy-teacher-inf .inf li .attr {
	float: left;
	width: 11%;
	text-align: right;
}

.xgxy-teacher-inf .inf li .value {
	float: left;
	width: 89%;
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xgxy-teacher-inf .inf p {
	font-size: 16px;
	color: #666;
	margin: 10px 0
}

.teacher-tab {
	position: relative
}

.teacher-tab ul {
	margin: 40px 0 32px 0;
	border-bottom: solid 1px #cccc;
}

.teacher-tab li {
	float: left;
	width: 16%;
	margin-bottom: 1.5%;
}

.teacher-tab li a {
	display: block;
	color: #aeaeae;
	font-size: 24px;
	text-align: center;
	position: relative;
}

.teacher-tab li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 1px;
	height: 20px;
	background-color: #d5d5d5;
	transition: .3s ease-out all;
}

.teacher-tab li.on a {
	color: #333;
}

.teacher-tab li.on a::before {
	width: 4px;
	background-color: #03469c;
}

.teacher-tab li a:hover {
	color: #333;
}

.teacher-tab li a:hover::before {
	width: 4px;
	background-color: #03469c;
}

.teacher-cont {
	margin-bottom: 35px;
	display: none;
}

.teacher-cont h3 {
	color: #03469c;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 45px;
	display: none;
}

.teacher-cont h3::before {
	content: "";
	width: 6px;
	height: 20px;
	background: #03469c;
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 8px
}

.teacher-cont p {
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

.xgxy-list {
	margin: 35px 0 200px 0;
}

.xgxy-list li {
	padding: 17px 0;
	border-bottom: solid 1px #e6e6e6
}

.xgxy-list .time {
	float: right;
	width: 14%;
	margin-top: 2px;
	text-align: right;
	font-size: 16px;
	color: #a4a4a4;
}

.xgxy-list .txt {
	float: left;
	width: 80%
}

.xgxy-list .txt .title a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
	transition: .5s;
}

.xgxy-list .txt .title a:hover {
	width: 99%;
	padding-left: 1%;
}

.xgxy-list li:hover .title a,
.xgxy-list li:hover .time {
	color: #004097
}

.xgxy-ny-cont {
	margin: 40px 0 200px 0;
	position: relative;
}

.xgxy-ny-cont .yc {
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #333;
	right: 100px;
	top: 10px;
}

.xgxy-ny-cont img {
	max-width: 100%
}

.xgxy-ny-cont .vsbcontent_img {
	text-align: center;
	margin: 10px 0
}

.xgxy-ny-cont p,
.xgxy-about-txt p {
	font-family: "Microsoft YaHei" !important;
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important
}

.xgxy-ny-cont h3 {
	font-size: 30px;
	padding-bottom: 18px;
	text-align: center;
	color: #333;
}

.xgxy-ny-cont h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center
}

.xgxy-ny-cont .inf {
	margin: 0 0 40px 0;
	height: 31px;
	line-height: 31px;
	color: #a4a4a4 !important;
	background-color: #f3f3f3;
	font-size: 14px;
	text-align: center;
}

.xgxy-ny-cont .inf .time {
	margin-right: 20px;
}

.xgxy-xrld-list {
	margin: 35px 0 200px 0;
}

.xgxy-xrld-list li {
	background-color: #f4f7ff;
	margin: 0 13% 37px 13%;
	padding: 18px 30px 12px 30px;
	border-left: solid 5px #0e4a9c;
}

.xgxy-xrld-list li .name {
	font-size: 24px;
	color: #004097;
	width: 90px;
	display: inline-block;
}

.xgxy-xrld-list li .zc {
	font-size: 18px;
	color: #333;
}

.xgxy-xrld-list li .zz {
	font-size: 16px;
	margin: 8px 0 5px 0;
}

.xgxy-xrld-list li .lxfs {
	font-size: 16px;
}

.xgxy-xrld-list li:hover {
	background: #0e4a9c url(../img/xy.png) no-repeat right center;
	border-left: solid 5px #dcb065;
}

.xgxy-xrld-list li:hover .name,
.xgxy-xrld-list li:hover .zc,
.xgxy-xrld-list li:hover .zz,
.xgxy-xrld-list li:hover .lxfs {
	color: #fff;
}

.xgxy-xrld-list li .lxfs .tel {}

.xgxy-xrld-list li .lxfs .email {}

.xgxy-jgdl-list {
	margin: 35px 0 200px 0;
}

.xgxy-jgdl-list>ul>li {
	background-color: #0e4a9c;
	margin-bottom: 40px;
}

.xgxy-jgdl-list li.li1 .left {
	float: left;
	width: 15%;
}

.xgxy-jgdl-list li.li1 .right {
	float: left;
	width: 85%;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 45px 0 0 0;
}

.xgxy-jgdl-list li.li2 .left {
	float: left;
	width: 80%;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 0 45px 0 0;
}

.xgxy-jgdl-list li.li2 .right {
	float: left;
	width: 20%;
}

.xgxy-jgdl-list li .name {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

.xgxy-jgdl-list li .icon1 {
	width: 83px;
	height: 83px;
	display: block;
	background: url(../img/jjdl-icon1.png) no-repeat;
	margin: 18px auto 0;
}

.xgxy-jgdl-list li .icon2 {
	width: 83px;
	height: 83px;
	display: block;
	background: url(../img/jjdl-icon2.png) no-repeat;
	margin: 18px auto 0;
}

.xgxy-jgdl-list .list {
	margin: 55px;
}

.xgxy-jgdl-list .list li {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

.xgxy-jgdl-list .list li a {
	color: #333;
	position: relative;
	margin-left: 35px;
}

.xgxy-jgdl-list .list li a:hover {
	color: #004097;
}

.xgxy-jgdl-list .list li a::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 3px;
	width: 13px;
	height: 6px;
	display: block;
	background: url(../img/jjdl-jt.png) no-repeat;
}

.xgxy-jgdl-list .list li a:hover::before {
	background: url(../img/jjdl-jt-b.png) no-repeat;
}

.xgxy-lxwm-list {
	margin: 40px 0 100px 0;
	position: relative;
}

.xgxy-lxwm-list .left {
	width: 612px;
	height: 496px;
	background-color: #f5f5f5;
	border-radius: 0 55px 55px 0;
	padding-left: 50px;
}

.xgxy-lxwm-list .left h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 85px 0 30px 0;
}

.xgxy-lxwm-list .left p {
	padding: 5px 0;
	font-size: 14px;
}

.xgxy-lxwm-list .right {
	position: absolute;
	right: 0;
	top: 40px;
}

.xgxy-lxwm-list .right .map {
	width: 686px;
	height: 402px;
}

.xgxy-qk-list {
	margin: 40px 0 100px 0;
}

.xgxy-qk-list>div.list {
	padding: 37px 30px 55px 30px;
	margin-bottom: 26px;
	position: relative;
}

.xgxy-qk-list>div.list::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #f2f8ff url(../img/qk-bg.png) no-repeat center right;
	transition: .5s;
}

.xgxy-qk-list>div.list .img {
	float: left;
	width: 218px;
	height: 292px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

.xgxy-qk-list>div.list .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.xgxy-qk-list>div.list .img .wx {
	position: absolute;
	left: 0;
	top: 0;
	width: 74px;
	height: 74px;
	display: block;
	background: #dcb065 url(../img/wx.png) no-repeat center center;
	cursor: pointer;
}

.xgxy-qk-list>div.list .img .show-wx {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.xgxy-qk-list>div.list .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-qk-list>div.list .img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-qk-list>div.list .box {
	float: right;
	width: 72%;
}

.xgxy-qk-list>div.list .box h3 a {
	display: block;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: 14px 0 30px 0;
	position: relative;
}

.xgxy-qk-list>div.list .box p {
	margin: 10px 0;
	line-height: 25px;
	position: relative;
}

.xgxy-qk-list>div.list:hover::before {
	height: 100%;
	background: #004097 url(../img/qk-bg.png) no-repeat center right;
}

.xgxy-qk-list>div.list:hover .box h3 a,
.xgxy-qk-list>div.list:hover .box p {
	color: #fff;
}

.xgxy-jxgz-list {
	padding: 40px 0 75px 0;
}

.xgxy-jxgz-list>ul {
	margin-left: -3%;
}

.xgxy-jxgz-list>ul>li {
	float: left;
	width: 47%;
	margin-left: 3%;
	border-radius: 10px;
}

.xgxy-jxgz-list li .img {
	width: 100%;
	height: 325px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.xgxy-jxgz-list li .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-jxgz-list li .img a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.xgxy-jxgz-list li .img a span {
	overflow: hidden;
	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;
}

.xgxy-jxgz-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)
}

.xgxy-jxgz-list li .img .box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 64, 151, 0) 0, rgba(0, 64, 151, 1) 100%);
	padding: 70px 0 0 0;
}

.xgxy-jxgz-list li .img .box .title a {
	text-indent: 32px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 0 0 22px 0;
}

.xgxy-jxgz-list li .img .box .title a::after {
	content: "";
	position: absolute;
	left: 32px;
	bottom: 0;
	width: 102px;
	height: 5px;
	background-color: #ac1419;
}

.xgxy-jxgz-list li .nav {
	padding: 20px 0;
	border: solid 1px #e8e8e8;
}

.xgxy-jxgz-list li .nav li {
	float: left;
	width: 50%;
}

.xgxy-jxgz-list li .nav li a {
	display: block;
	font-size: 18px;
	color: #333;
	text-indent: 45px;
	padding: 14px;
	position: relative;
	transition: .5s;
}

.xgxy-jxgz-list li .nav li a:hover {
	background-image: linear-gradient(to right, rgba(0, 64, 151, 1), rgba(38, 133, 204, 1));
	color: #fff;
}

.xgxy-jxgz-list li .nav li a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 22px;
	background: url(../img/jt-w.png) no-repeat;
	width: 15px;
	height: 9px;
}

.xgxy-jxgz-list li .detial {
	padding: 30px 0;
}

.xgxy-jxgz-list li .detial .txt {
	width: 90%;
	padding: 0 5%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xgxy-jxgz-list li .detial .more {
	text-align: right;
	padding-right: 5%;
	margin-top: 13px;
}

.xgxy-jxgz-list li .detial .more {
	color: #333;
}

.xgxy-jxgz-list li .detial .more:hover {
	color: #004097;
}

.xgxy-xsgz-list {
	padding: 40px 0 75px 0;
}

.xgxy-xsgz-list ul {
	margin-left: -2%;
}

.xgxy-xsgz-list li {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.xgxy-xsgz-list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.xgxy-xsgz-list li .img {
	width: 100%;
	height: 368px;
	border-radius: 25px 27px 0 0;
	position: relative;
}

.xgxy-xsgz-list li .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-xsgz-list li .img span {
	overflow: hidden;
	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;
}

.xgxy-xsgz-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)
}

.xgxy-xsgz-list li .img .box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 54, 120, .45);
	color: #fff;
	text-align: center;
}

.xgxy-xsgz-list li .img .box .title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 120px;
}

.xgxy-xsgz-list li .img .box .des {
	margin: 10px 0 15px 0;
}

.xgxy-xsgz-list li .img .box .jt {
	width: 61px;
	height: 61px;
	display: block;
	margin: 0 auto;
	background: rgba(172, 20, 25, .41) url(../img/jt-x.png) no-repeat center center;
	border-radius: 50%;
}

.xgxy-kxyj-tab {
	margin: 40px 0;
}

.xgxy-kxyj-tab li {
	float: left;
}

.xgxy-kxyj-tab li a {
	display: block;
	border: solid 1px #d5d5d5;
	background-color: #fff;
	color: #333;
	padding: 15px 74px;
	margin-right: 15px;
	position: relative;
	font-size: 18px;
}

.xgxy-kxyj-tab li a:hover {
	background: #004097 url(../img/kxyj-tab-bg.png) no-repeat right bottom;
	color: #fff;
}

.xgxy-kxyj-tab li a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	background: url(../img/down.png) no-repeat;
	width: 13px;
	height: 7px;
	left: 50%;
	transform: translateX(-50%);
}

.xgxy-kxyj-tab li a:hover::after {
	background: url(../img/down-b.png) no-repeat;
}

.xgxy-kxyj-tab li.on a {
	color: #fff;
	background: #004097 url(../img/kxyj-tab-bg.png) no-repeat right bottom;
}

.xgxy-kxyj-tab li.on a::after {
	background: url(../img/down-b.png) no-repeat;
}

.xgxy-jfjg-list {
	padding: 40px 0 100px 0;
}

.xgxy-jfjg-list ul {
	margin-left: -2%;
}

.xgxy-jfjg-list li {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.xgxy-jfjg-list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.xgxy-jfjg-list li .img {
	width: 100%;
	height: 368px;
	border-radius: 25px 27px 0 0;
	position: relative;
}

.xgxy-jfjg-list li .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-jfjg-list li .img span {
	overflow: hidden;
	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;
}

.xgxy-jfjg-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)
}

.xgxy-jfjg-list li .img .box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 54, 120, .45);
	color: #fff;
	text-align: center;
}

.xgxy-jfjg-list li .img .box .title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 120px;
}

.xgxy-jfjg-list li .img .box .jt {
	width: 61px;
	height: 61px;
	display: block;
	margin: 15px auto 0;
	background: rgba(172, 20, 25, .41) url(../img/jt-x.png) no-repeat center center;
	border-radius: 50%;
}

.xgxy-year-box {
	position: relative;
	z-index: 10;
}

.xgxy-year-warp {
	margin: 0 0 100px 0;
}

.xgxy-year-warp .swiper-container {
	margin: 0 20px;
}

.swiper-slide .year {
	color: #666;
	font-size: 18px;
}

.swiper-slide.on .year {
	font-weight: bold;
	color: #004097;
}

.swiper-slide .year:hover {
	font-weight: bold;
	color: #004097;
}

.swiper-button-next,
.swiper-button-prev {
	width: 14px !important;
	height: 25px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	margin-top: 7px !important;
	background: url(../img/year-right.png) no-repeat !important;
	right: 0 !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	margin-top: 7px !important;
	background: url(../img/year-left.png) no-repeat !important;
	left: 0 !important;
}

.xgxy-year-list-box .swiper-slide {
	background: url(../img/year-line1.png) no-repeat center;
}

.xgxy-year-warp .swiper-slide {
	padding: 8px 4px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xgxy-table {
	border: none;
	margin-top: 30px;
}

.xgxy-table .bg {
	background-color: #eaf4ff;
	color: #004097;
}

.xgxy-table tr td {
	padding: 20px;
	border: solid 1px #d9dadb;
}

.xgxy-table tr td a {
	color: #333;
}

.xgxy-table tr td a:hover {
	color: #004097;
}

.showCont {
	/* margin-bottom: 20px; */
}

.showCont .show {
	display: none;
	transition: .5s;
}

.showCont.on .show {
	display: block;
}

.xgxy-lsyg-warp {
	margin: 20px 0;
}

.xgxy-lsyg-warp .des {
	line-height: 28px;
	margin-bottom: 25px;
}

.xgxy-lsyg-warp h3 {
	height: 53px;
	line-height: 50px;
	background: url(../img/pic-title.png) no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-size: contain;
	/* width: 100%; */
	background-position: center center;
}

.xgxy-lsyg-warp h3 i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/pic-icon.png) no-repeat center center;
	margin-left: 18px;
	vertical-align: -1px;
	display: none;
}

.xgxy-lsyg-box {
	margin: 20px 0;
}

.xgxy-lsyg-box h4 {
	font-size: 20px;
	color: #004097;
	text-align: center;
	margin: 20px 0;
}

.xgxy-lsyg-list .xgxy-lsyg-left {
	float: left;
	width: 49%;
	min-height: 40px;
}

.xgxy-lsyg-list .xgxy-lsyg-right {
	float: left;
	width: 50%;
	position: relative;
	border-left: solid 2px #004097;
	padding-bottom: 10px;
}

.xgxy-lsyg-list .xgxy-lsyg-right .yuan {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: -10px;
	top: 24px;
	border: solid 4px #a6bbd7;
	border-radius: 50%;
	background: #004097;
}

.xgxy-lsyg-list1 .xgxy-lsyg-left {
	float: left;
	width: 49%;
	min-height: 35px;
	position: relative;
	border-right: solid 2px #004097;
	padding-bottom: 6px;
}

.xgxy-lsyg-list1 .xgxy-lsyg-left .yuan {
	width: 10px;
	height: 10px;
	display: block;
	border: solid 4px #a6bbd7;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: 24px;
	background: #004097;
}

.xgxy-lsyg-list1 .xgxy-lsyg-left .box {
	margin-right: 20px;
	text-align: right;
}

.xgxy-lsyg-list .xgxy-lsyg-right .box {
	margin-left: 20px;
	text-align: left;
}

.xgxy-lsyg-list .xgxy-lsyg-right p,
.xgxy-lsyg-list1 .xgxy-lsyg-left p {
	font-size: 14px;
	color: #333;
	line-height: 22px !important;
}

.xgxy-pic-box {
	position: relative;
	padding: 20px 0 50px 0;
}

.xgxy-pic-box .box {
	margin: 10px;
	position: relative;
}

.xgxy-pic-box .box .pic {
	height: 142px;
	padding: 10px;
	transition: .2s ease-out all;
	background-color: #fff;
	box-shadow: 0 2px 13px 5px rgb(0 0 0 / 10%);
}

.xgxy-pic-box .box .pic a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-pic-box .box .pic 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
}

.xgxy-pic-box .box:hover .pic 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)
}

.xgxy-pic-box .box .view {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 12;
	width: 100%;
	height: 100%;
}

.xgxy-pic-box .box .view a {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
}

.xgxy-pic-box .box .view a::before {
	width: 65px;
	height: 56px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/view.png) no-repeat center center;
	background-size: 80%;
	opacity: 0;
}

.xgxy-pic-box .box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 64, 151, .8);
	transition: .4s;
	z-index: 10;
}

.xgxy-pic-box .box:hover::after {
	height: 100%;
}

.xgxy-pic-box .box:hover .view a::before {
	opacity: 1
}

.xgxy-pic-box .swiper-button-prev {
	left: -35px !important;
	width: 17px !important;
	height: 31px !important;
	background: url(../img/pic-left.png) no-repeat center center !important;
	margin-top: -25px !important;
}

.xgxy-pic-box .swiper-button-next {
	right: -35px !important;
	width: 17px !important;
	height: 31px !important;
	background: url(../img/pic-right.png) no-repeat center center !important;
	margin-top: -25px !important;
}

.xgxy-pic-box .swiper-pagination {
	bottom: 10px !important;
	width: 100%;
}

.xgxy-pic-box .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 6px;
	border-radius: 100%;
	background: #004097;
	opacity: .42;
}

.xgxy-pic-box .swiper-pagination-bullet-active {
	opacity: 1;
}

.xgxy-jgdl1-box {
	margin: 40px 0 100px 0;
}

.xgxy-jxjg-list,
.xgxy-kyjg-list,
.xgxy-xsjg-list,
.xgxy-xzfg-list {
	border-top: solid 3px #004097;
	margin-bottom: 50px;
}

.xgxy-jxjg-list h3,
.xgxy-kyjg-list h3,
.xgxy-xsjg-list h3,
.xgxy-xzfg-list h3 {
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	position: relative;
	text-indent: 60px;
}

.xgxy-jxjg-list h3::before {
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/dl-icon1.png) no-repeat;
	transform: translateY(-50%);
}

.xgxy-kyjg-list h3::before {
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	background: url(../img/dl-icon2.png) no-repeat;
}

.xgxy-xsjg-list h3::before {
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/dl-icon3.png) no-repeat;
	transform: translateY(-50%);
}

.xgxy-xzfg-list h3::before {
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/dl-icon4.png) no-repeat;
	transform: translateY(-50%);
}

.xgxy-jxjg-list .show ul li a,
.xgxy-kyjg-list .show ul li a {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #ddd;
	position: relative;
}

.xgxy-jxjg-list .show ul li a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 18px;
	width: 32px;
	height: 32px;
	background: url(../img/jia.png) no-repeat;
	display: block;
}

.xgxy-kyjg-list .show ul li .content {
	display: none;
}

.xgxy-kyjg-list .show ul li.on .content {
	display: block;
	padding: 20px 0;
}

.xgxy-xsjg-list h4,
.xgxy-xzfg-list h4 {
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	position: relative;
	cursor: pointer;
}

.xgxy-xsjg-list .show {
	padding: 20px 0;
}

.xgxy-xsjg-list .show .clearfix {
	margin-bottom: 15px;
}

.xgxy-xsjg-list .zc,
.xgxy-xsjg-list .zc {
	width: 16%;
	float: left;
	text-align: right;
}

.xgxy-xsjg-list .name,
.xgxy-xsjg-list .name {
	width: 84%;
	float: left;
}

.xgxy-xsjg-list .name em,
.xgxy-xsjg-list .right em {
	margin-right: 14px;
	white-space: nowrap;
}

.tableStyle {
	width: 100%;
	border: none;
	border-bottom: solid 1px #ddd;
}

.tableStyle tr td {
	padding: 20px;
}

.cover {
	margin-bottom: 40px;
}

.cover h4 {
	display: inline-block;
	margin-top: 0 !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	height: 24px !important;
	overflow: hidden;
}

.cover h4 strong {
	width: 44px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: justify !important;
	font-weight: normal;
	font-size: 14px !important;
	margin-right: 20px !important;
}

.cover h4 strong::after {
	content: "";
	display: inline-block;
	width: 100%;
}

.cover ul {
	margin-right: -14px;
}

.cover ul li {
	float: left;
	margin-right: 14px;
}

.cover ul li a {
	font-size: 16px;
	color: #8a7a68;
}

.cover ul li a:hover {
	font-weight: bold;
}

.cover .list ul li {
	float: inherit;
}

.cover .list ul li a p {
	width: 100%;
}

.cover .ying-show ul {
	margin-left: -2%;
}

.cover .ying-show ul li {
	width: 31%;
	margin-left: 2%;
	margin-right: 0;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	height: 302px;
}

.cover .ying-show ul li p {
	height: 200px;
	border-bottom: 2px solid #fff;
	padding: 5px;
}

.cover .ying-show ul li p:first-child {
	background-color: #e2dedd
}

.cover .ying-show ul li img {
	width: auto !important;
	max-width: 100%;
	height: 100%;
}

.cover .ying-show ul li p+p {
	height: auto;
	text-align: center;
	line-height: 30px;
	border-bottom: none;
	padding: 0;
}

.xgxy-table-style {
	width: 100%;
}

.xgxy-table-style tr td {
	border: solid 1px #ddd;
	padding: 10px;
}

#calender .layui-laydate .layui-this.on {}

#calender .layui-laydate .layui-this {}

.xgxy-jwtz-box .swiper-button-prev,
.xgxy-zsgg-box .swiper-button-prev,
.xgxy-dzzh-box .swiper-button-prev,
.xgxy-gdpxgz-box .swiper-button-prev {
	width: 46px !important;
	height: 46px !important;
	background: url(../img/left-pre.png) no-repeat !important;
	left: -27px !important;
	margin-top: -80px !important;
}

.xgxy-jwtz-box .swiper-button-next,
.xgxy-zsgg-box .swiper-button-next,
.xgxy-dzzh-box .swiper-button-next,
.xgxy-gdpxgz-box .swiper-button-next {
	width: 46px !important;
	height: 46px !important;
	background: url(../img/right-next.png) no-repeat !important;
	right: -27px !important;
	margin-top: -80px !important;
}

.xgxy-xzgd-box .swiper-button-prev {
	width: 46px !important;
	height: 46px !important;
	background: url(../img/left-pre.png) no-repeat !important;
	left: -27px !important;
	margin-top: -35px !important;
}

.xgxy-xzgd-box .swiper-button-next {
	width: 46px !important;
	height: 46px !important;
	background: url(../img/right-next.png) no-repeat !important;
	right: -27px !important;
	margin-top: -35px !important;
}

#certify1 .swiper-button-prev,
#certify2 .swiper-button-prev,
#certify3 .swiper-button-prev {
	width: 46px !important;
	height: 46px !important;
	background: url(../img/left-pre1.png) no-repeat !important;
	left: -25px !important;
	margin-top: -60px !important;
}

#certify1 .swiper-button-next,
#certify2 .swiper-button-next,
#certify3 .swiper-button-next {
	width: 46px !important;
	height: 46px !important;
	background: url(../img/right-next1.png) no-repeat !important;
	right: -25px !important;
	margin-top: -60px !important;
}

.xgxy-gdfh-list .item1 {
	padding-bottom: 160px;
	background: url(../img/fh1.png) no-repeat center bottom;
	/* border-top: solid 1px #cdcdcd; */
	padding-top: 30px;
	margin-top: 30px;
}

.xgxy-gdfh-list .item1 .name {
	float: left;
	width: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #004097;
	border-left: solid 2px #004097;
	padding-left: 2%;
}

.xgxy-gdfh-list .item1 .cont {
	float: right;
	width: 80%;
}

.xgxy-gdfh-list .item1 .cont img {
	width: 100%;
}

.xgxy-gdfh-list .item1 .cont h3 {
	padding: 20px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #004097;
}

.xgxy-gdfh-list .item1 .cont div {
	line-height: 30px;
}

.xgxy-gdfh-list .item2 {
	padding-bottom: 160px;
	background: url(../img/fh2.png) no-repeat center bottom;
	padding-top: 30px;
	margin-top: 30px;
}

.xgxy-gdfh-list .item2 .name {
	float: left;
	width: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #004097;
	border-left: solid 2px #004097;
	padding-left: 2%;
}

.xgxy-gdfh-list .item2 .cont {
	float: right;
	width: 80%;
}

.xgxy-gdfh-list .item2 .cont img {
	width: 100%;
}

.xgxy-gdfh-list .item2 .cont h3 {
	padding: 20px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #004097;
}

.xgxy-gdfh-list .item2 .cont div {
	line-height: 30px;
}

.xgxy-gdfh-list .item3 {
	padding-bottom: 160px;
	background: url(../img/fh3.png) no-repeat center bottom;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.xgxy-gdfh-list .item3 .name {
	float: left;
	width: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #004097;
	border-left: solid 2px #004097;
	padding-left: 2%;
}

.xgxy-gdfh-list .item3 .cont {
	float: right;
	width: 80%;
}

.xgxy-gdfh-list .item3 .cont img {
	width: 100%;
}

.xgxy-gdfh-list .item3 .cont h3 {
	padding: 20px 0 5px 0;
	font-size: 16px;
	color: #004097;
	font-weight: bold;
}

.xgxy-gdfh-list .item3 .cont div {
	line-height: 30px;
}

.xgxy-lsyg-warp .showCont .list ul {
	margin: 30px 0 30px -1%;
}

.xgxy-lsyg-warp .showCont .list li {
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 1%;
}

.xgxy-lsyg-warp .showCont .list li a {
	display: block;
	padding: 20px 0;
	text-align: center;
	color: #004097;
	font-size: 24px;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.xgxy-lsyg-warp .showCont .list li a::before {
	content: "";
	width: 2px;
	height: 45px;
	background-color: #004097;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}

.xgxy-lsyg-warp .showCont .list li a:hover {
	background-color: #004097;
	color: #fff;
}

.xgxy-lsyg-warp .showCont .list li:hover a::before {
	background-color: #dcb065;
}

.xgxy-rw-list {
	margin: 35px 0 200px 0;
}

.xgxy-rw-list li {
	padding: 22px;
	position: relative;
}

.xgxy-rw-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: #004097 url(../img/rw-bg.png) no-repeat center right;
	transition: .5s;
	transform: translateY(-50%);
}

.xgxy-rw-list .img {
	float: left;
	width: 40%;
	height: 250px;
}

.xgxy-rw-list .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-rw-list .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;
}

.xgxy-rw-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)
}

.xgxy-rw-list .box {
	float: right;
	width: 56%;
}

.xgxy-rw-list .box .time {
	float: left;
	width: 30%;
	position: relative;
	color: #666;
	margin-top: 42px;
}

.xgxy-rw-list .box .time::before {
	content: "";
	position: absolute;
	width: 112px;
	height: 3px;
	background-color: #024198;
	left: 0;
	top: -6px;
}

.xgxy-rw-list .box .time .day {
	font-size: 36px;
	color: #024198;
}

.xgxy-rw-list .box .txt {
	float: left;
	width: 68%;
	margin-top: 30px;
}

.xgxy-rw-list .box .txt a {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.xgxy-rw-list .box .txt p {
	position: absolute;
	right: 50px;
	bottom: 70px;
}

.xgxy-rw-list .box .txt p a {
	display: none;
	color: #fff;
	border-bottom: solid 1px #fff;
}

.xgxy-rw-list li:hover::before {
	height: 100%;
}

.xgxy-rw-list li:hover .box .time,
.xgxy-rw-list li:hover .box .time .day,
.xgxy-rw-list li:hover .box .txt a {
	color: #fff;
}

.xgxy-rw-list li:hover .box .time::before {
	background-color: #fff;
}

.xgxy-rw-list li:hover .box .txt p a {
	display: block;
}

.xgxy-hy-list {
	margin: 35px 0 200px 0;
}

.xgxy-hy-list ul {
	margin-left: -2%;
}

.xgxy-hy-list li {
	float: left;
	width: 29.33333333333333%;
	padding: 1%;
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-left: 2%;
	margin-bottom: 2%;
}

.xgxy-hy-list li .img {
	height: 177px;
}

.xgxy-hy-list li .img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xgxy-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;
}

.xgxy-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)
}

.xgxy-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;
}

.xgxy-hy-list li .box a::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/fd.png) no-repeat;
	transform: translateY(-50%);
}

.xgxy-hy-list li:hover .box a::after {
	background: url(../img/fd-hover.png) no-repeat;
}

.xgxy-hy-list li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #dbdbdb;
	transition: .3s;
}

.xgxy-hy-list li:hover::before {
	width: 100%;
	background-color: #004097;
}

.xgxy-hy-list li:hover .box a {
	color: #024198;
}

.xgxy-szky-list {
	overflow: hidden;
	margin-bottom: 60px;
}

.xgxy-szky-ul {
	margin-left: -15px;
}

.xgxy-szky-list li {
	float: left;
	width: 29%;
	padding: 0 2%;
	position: relative;
	margin-bottom: 60px;
	border-left: solid 1px #d1d1d1;
	margin: 50px 0 60px 0;
}

.xgxy-szky-list li:before {
	content: '';
	position: absolute;
	width: 92%;
	height: 1px;
	bottom: -50px;
	left: 50%;
	background: #d1d1d1;
	transform: translateX(-50%);
}

.xgxy-szky-list li::after {
	position: absolute;
	width: 1px;
	height: 80%;
	top: 0;
	right: 20px;
	background: #d1d1d1;
}

.xgxy-szky-list li .box {
	margin-top: 30px;
}

.xgxy-szky-h3 {
	font-size: 16px !important;
	text-align: left !important;
	height: 42px;
}

.xgxy-szky-list li .xgxy-szky-num {
	font-family: "DIN-Bold";
	font-size: 72px;
	color: #004097;
	float: left;
	letter-spacing: 10px;
}

.xgxy-szky-list li .xgxy-szky-dw {
	float: left;
	color: #004097;
	margin-top: 51px;
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	border-radius: 0px;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: 65px;
	top: 38px;
	cursor: pointer
}

.navbar-toggle.on {
	top: 44px;
}

.navbar-toggle.hover {
	top: 28px;
}

.navbar-toggle.hover.on {
	top: 35px;
}

.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: 10px;
	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)
}

.navbar-toggle.hover .icon-bar {
	background: #333
}

.xgxy-layer-box.on {
	height: 100%;
}

.xgxy-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background: #002a75;
	transition: .5s;
}

.xgxy-layer-box .xgxy-nav {
	margin-top: 25px
}

.xgxy-layer-box.on .xgxy-layer-nav {
	display: block;
	transition: .1s;
}

.xgxy-layer-nav .xgxy-layer-suNnav.on {
	display: block
}

.xgxy-layer-nav {
	display: none;
	margin-top: 80px;
	transition: 1s;
}

.xgxy-layer-nav li {
	margin: 0 10px;
	position: relative;
}

.xgxy-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;
}

.xgxy-layer-nav li.li1 strong {
	display: none;
}

.xgxy-layer-nav li strong.on {
	transform: rotate(45deg)
}

.xgxy-layer-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
	/* font-weight: bold; */
}

.xgxy-layer-nav .xgxy-layer-suNnav {
	display: none;
}

.xgxy-layer-nav .xgxy-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 5px;
}

.xgxy-layer-nav .xgxy-layer-suNnav li a:hover {
	color: #fff
}

.xgxy-layer-box.on .xgxy-layer-search {
	display: block;
}

.xgxy-layer-search {
	display: none;
	position: relative;
	padding: 10px;
	margin-top: 20px;
}

.xgxy-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
}

.xgxy-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%
}

.xgxy-news-warp .xgxy-title .more {
	display: none;
}

.xgxy-zszp-list {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	20px: 0;
	margin: 30px 0 90px 0;
	align-items: center;
}

.xgxy-zszp-list li {
	width: 48%;
}

.xgxy-zszp-list .img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.xgxy-zszp-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.xgxy-zszp-list .box {
	padding: 17px 0 17px 25px;
	background: url(../img/zszp-bg.png) no-repeat;
	/* position: relative; */
	display: flex;
	justify-content: space-between;
	background-size: cover;
	align-items: center;
}

.xgxy-zszp-list .box .txt {
	width: 370px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.xgxy-zszp-list .box .txt p {
	line-height: 23px;
}

.xgxy-zszp-list .box .more {
	position: relative;
	right: 20px;
	/* top: 50%; */
	/* transform: translateY(-50%); */
	width: 96px;
	height: 96px;
	background: url(../img/more-bg.png) no-repeat;
	transition: .4s;
	top: 0;
}

.xgxy-zszp-list .box .more span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-25%, -90%);
	width: 100%;
	/* color: #fff; */
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}

.xgxy-zszp-list .box .more::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 75%);
	background: url(../img/more-btn.png) no-repeat;
	width: 20px;
	height: 10px;
}

.xgxy-zszp-list li:hover .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.xgxy-zszp-list .box .more:hover {
	top: -5px;
}

.xgxy-zszp-img1 {
	position: absolute;
	left: 200px;
	top: -10px;
	animation: ud 2s linear 2s infinite;
	z-index: 11;
}

.xgxy-zszp-img1 a {
	display: block;
}

.xgxy-zszp-img1 .box {
	display: none;
	position: relative;
	/* display: block; */
	/* height: 100%; */
}

.xgxy-zszp-img1 .close {
	position: absolute;
	right: -12px;
	top: -150px;
	display: block;
	font-size: 15px;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 16px;
	background-color: #002a75;
	border-radius: 50%;
	/* text-align: right; */
	/* font-family: "DIN-Bold"!important; */
}

.xgxy-zszp-img2 {
	position: absolute;
	right: 0;
	top: -10px;
}

.xgxy-zszp-img1 img,
.xgxy-zszp-img2 img {
	width: 255px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

@keyframes ud {
	0% {
		transform: translate(0, 2px);
		opacity: 1;
	}

	/* 20% {
		transform: translate(0, 83px);
		opacity: 1;
	}

	80% {
		transform: translate(0, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(0, 10px);
		opacity: 1;
	} */

	100% {
		transform: translate(0, 15px);
		opacity: 1;
	}
}