/* CSS Document */
* {
	list-style: none;
}
html {
	font: normal 18px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff;
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	color: #333;
	opacity: 0.88;
	text-decoration: none;
}
.text-primary {
	color: #1d9bfb;
}

 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.topnav {
	padding: 0;
}
.topnav .navbar-nav .nav-link {
 padding:.5rem;
	color: #333;
	font-size: 1.12rem;
}
.topnav .navbar-nav .nav-link:hover {
	color: #1d9bfb;
}
.topnav .navbar-nav .nav-link.active {
	color: #1d9bfb;
}
.gallery-section {
	position: relative;
	width: 100%;
	background: #f5f5f7 top center/cover url(../img/jjfa-bg.jpg);
}
.section-title {
	font-family: "������ڼ���", "Microsoft Yahei";
	font-size: 2.6rem;
}
.gallery-section .gallery-list {
	overflow: hidden;
}
.gallery-section .gallery-list .swiper-slide .entry-link {
	display: block;
	background: #fff;
	margin: 0 0.5rem;
	height: 500px;
 box-shadow: 0 .2rem .5rem rgba(0,0,0,.15);
}
.gallery-section .image-wrapper {
	height: 100%;
	position: relative;
}
.gallery-section .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-section .info-wrapper {
	padding: 1rem;
 font-size:.88rem;
}
.gallery-section .info-wrapper h4 {
	font-size: 1.12rem;
	color: #1d9bfb;
}
.gallery-section .swiper-button-prev {
	left: 10%;
}
.gallery-section .swiper-button-next {
	right: 10%;
}
.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
	font-size: 20px;
	font-weight: bold;
	background: rgba(0,0,0,.35);
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	flex: 0 0 40px;
}
.button-wrapper .btn {
	padding:.5rem 1.5rem;
}
.button-wrapper .btn i {
	font-size: 20px;
}
.about-section {
	position: relative;
	width: 100%;
	height: 740px;
	background: #4382bb top center/cover url(../img/h-about-bg.jpg);
}
.about-section p {
	line-height: 2.2;
}
.z-index3 {
	z-index: 3;
}
.h-news-list {
	padding: 2rem 2rem 2rem 6rem;
	background-image: linear-gradient(to bottom, #f1f7ff, #fff);
	position: relative;
	margin-left: -100px;
}
.h-news-list li {
	padding: 1.3rem 0;
	border-bottom: 1px solid #ace458;
}
.h-news-list li h4 {
	margin-bottom:.5rem;
	color: #333;
}
.h-news-list li p a {
	color: #999;
}
.list-logo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-logo li {
	margin: 0.5rem;
	flex: 1 0 200px;
	padding: 0.25rem .5rem;
	transition: all 0.3s;
	border: 1px solid #eee;align-items: center !important;
display: flex;

}
.copy-section span {
	display: inline-block;
	padding: 0 5px;
}
ul.list-about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.list-about li {
	text-align: center;
	flex: 1 0 200px;
	padding: 18px 0 36px;
}
ul.list-about li img {
}
ul.list-about li .num {
	color: #364765;
	font-size:.88rem;
}
ul.list-about li .num span {
	font-family: din;
	font-size: 2rem;
	display: inline-block;
	margin-right: 7px;
}
ul.list-about li .ms {
	color: #78849A;
}
.news-list-wrapper {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
}
.news-list-wrapper a.item {
	position: relative;
	display: block;
	width: calc(33.333% - 19px);
	margin-right: 28px;
	margin-bottom: 2rem;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.04);
}
.news-list-wrapper a.item .img {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
}
.news-list-wrapper a.item .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list-wrapper a.item .word {
	padding: 1rem;
}
.news-list-wrapper a.item .word h3 {
	color: #373737;
	font-size: 1.2rem;
	line-height: 30px;
	height: 60px;
	margin-bottom: 1rem;
	overflow: hidden;
	font-weight: bold;
	transition: all .3s;
}
.news-list-wrapper a.item .word p {
	color: #666;
	font-size:.88rem;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 2.5rem;
}
.news-list-wrapper a.item .word span.time {
	position: absolute;
	bottom: 1rem;
	display: block;
	color: #BBBBBB;
	font-size: 14px;
	height: 21px;
	line-height: 21px;
	padding-left: 30px;
}
.news-list-wrapper a.item .word span.time::before {
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../img/time-ico.png);
	position: absolute;
	left: 0;
	top: 0;
}
.news-list-wrapper a.item:nth-child(3n) {
	margin-right: 0;
}
.breadcrumb {
	background: #fff;
	font-size:.88rem;
	margin-bottom: 1rem;
}
.breadcrumb img {
	margin-right: 5px;
}
.pages {
	margin:.4rem auto 0;
	color: #555;
	text-align: center;
}
.pages .pages-l {
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.pages .pages-l a {
	display: inline-block;
	margin: 0px 7px 0 8px;
	padding:.4rem 1rem;
	font-size: 1rem;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #1d9bfb;
	border: 1px solid #1d9bfb;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #1d9bfb;
	color: #fff;
	border: 1px solid #1d9bfb;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	font-style: normal;
}
.pages .pages-l a.prevStop, .pages .pages-l a.nextStop {
	background: #f2f2f2;
	color: #999;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	color: #999;
	cursor: default;
}
.pages .pages-l a.prev em, .pages .pages-l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
}
.pages .pages-l a.prev em {
	margin-right: 6px;
}
.pages .pages-l a.next em {
	margin-left: 6px;
}
.pages .pages-r {
	display: inline-block;
	line-height: 38px;
}
.pages .fy-inp {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 15px;
	color: #555;
}
.pages .fy-go {
	display: inline-block;
	background: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
.show-content {
	padding: 1rem 2rem;
}
.show-content h2 {
	padding: 0 2rem;
	margin-bottom: 0px;
	color: #0387eb;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.show-content img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.show-content p {
	line-height: 2;
	font-size: 1.0rem;
	text-indent: 2rem;
}
.show-content h6 {
	font-size:.88rem;
	text-align: center;
	color: #999;
}
.shadow-dark {
	position: relative;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.subnav a {
	display: block;
	position: relative;
	line-height: 60px;
	margin-right: 3rem;
	white-space: nowrap;
}
.subnav a::after {
	width: 100%;
	height: 2px;
	background-color: var(--success);
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	content: '';
	transition: all .36s;
	transform: scale(0, 1);
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
}
.subnav a.on {
	color: var(--success);
	font-weight: bold;
}
.subnav a:hover::after, .subnav a.on::after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.social-block {
	width: 100%;
	margin: 0 auto;
	color: #010101;
}
.social-block {
	padding-top: 0.9rem;
}
.social-block .item {
	display: flex;
	width: 32%;
	padding: 2rem 1rem;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.social-block .bd {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.social-block .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center 0;
	-moz-transform-origin: right center 0;
	transform-origin: right center 0;
	-webkit-transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform .4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: transform .4s cubic-bezier(29.19, 1, 0.22, 1) 0s, -webkit-transform .4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform .4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.social-block .item:hover::before {
	background-color: #1d9bfb;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center 0;
	-moz-transform-origin: left center 0;
	transform-origin: left center 0
}
.social-block .item .info .img {
	margin-bottom: 1.5rem;
}
.social-block .item .info p {
	text-align: center;
}
.social-block .subtitle {
	font-size: 1.4rem;
	padding-bottom: 1rem;
	max-width: 11rem;
}
.social-block .item h3 {
	padding-bottom: 1rem;
	font-weight: 700;
	font-size: 1.5rem;
}
.social-block .links {
	padding-top: 1.5rem
}
.information-list {
	margin-bottom: 1em;
}
.information-list li {
	-webkit-transition: all 0.3s ease-out;
	transition: all .3s ease-out;
	display: flex;
	padding: 1.5em 1rem;
	margin-bottom: 0.5em;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.information-list li:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 3px 3px #a1a1a3;
	background: #f8f8f8;
	cursor: pointer;
}
.information-list li h3{font-size:1.2rem;}
.information-list li .img-box {
	width: 230px; 
}
.information-list li .img-box img {
	width: 100%;
	height: 150px;
	object-position: center top;
	object-fit: cover;
}
.information-list li:hover .img-box {
}
.right-info-title{}
.left-date {
	width: 6em; background:#87d80d;
	border-right: 1px solid #dcdcdc;
	margin-right: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	color: #fff;
}
.left-date-day {
	font-size: 1.8em;
	font-weight: bold;
}
.left-date-year {
	font-size: 1em;
}
.right-info { padding:0 1rem;
	width: calc(100% - 18em);
}


 @media only screen and (max-width: 1100px) {
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
}
 @media only screen and (max-width: 992px) {
.topnav .navbar-nav .nav-link {
	padding: 0 1rem;
	margin-bottom: 0px;
	line-height: 45px;
}
.topnav .navbar-nav .nav-link::before {
	background: none;
}
.topnav .navbar-nav .nav-link.active {
	height: 45px;
	background: #1d9bfb;
	line-height: 45px;
	margin-bottom: 0px;
	color: #fff;
}
.section-title {
	font-size: 1.8rem;
}
.about-section {
	height: auto;
}
.h-news-list {
	padding: 1rem;
	margin-left: 0;
}
.copy-section span {
	font-size:.88rem;
}
.news-list-wrapper {
	padding:0 .8rem;
}
.news-list-wrapper a.item {
	width: 100%;
	margin-right: 0;
}
.information-list li {
	display: block; padding:0px;
}
.information-list li h3{ font-size:1.2rem;}
.information-list li .img-box {
	width: 100%;
}
.information-list li .img-box img {
	width: 100%;
	margin-left: 0;
	height: auto;
	margin-bottom: 1rem;
}
.left-date { display:none;
/*	font-size: 1rem;
	border: none;
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	justify-content: left;
*/}
.left-date-day {
	position: relative;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 10px;
}
.left-date-day::after {
	content: "";
	width: 40%;
	height: 1px;
	background: #585858;
	position: absolute;
	bottom: 9px;
	left: -8px;
}
.right-info {
	width: calc(100% - 0.1em); margin-bottom:1rem;
}

}
 @media only screen and (max-width: 768px) {
}
 @media only screen and (max-width: 576px) {
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
.topnav {
	padding: 0.5rem 1rem;
}
.navbar-nav {
	background: #eee;
	display: block;
}
.topnav .navbar-nav .nav-link {
	padding: 0 1rem;
	margin-bottom: 0px;
	line-height: 45px;
}
.topnav .nav-item {
	margin-right: 0;
}
.topnav .navbar-nav .nav-link::before {
	background: none;
}
.topnav .navbar-nav .nav-link:hover {
	height: 45px;
	background: #1d9bfb;
	line-height: 45px;
	margin-bottom: 0px;
	color: #fff;
}
.news-list-wrapper a.item .img {
	max-height: none;
}
.gallery-section .gallery-list .swiper-slide .entry-link {
	height: auto;
}
.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
	height: 40px;
	line-height: 40px;
}
.gallery-section .swiper-button-prev {
	left: 10px;
}
.gallery-section .swiper-button-next {
	right: 10px;
}
.list-logo li {
	margin: 0.2rem;
	flex: 1 0 150px;
}
ul.list-about li {
	flex: 1 0 150px;
}
ul.list-about li .num span {
	font-size: 1.2rem;
}
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
.social-block .bd {
	display: block;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.social-block .item {
	display: flex;
	width: 100%;
	padding: 2rem 1rem;
	margin-bottom: 1rem;
}
.show-content {
	padding: 1rem;
}
.show-content h2 {
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
}
