@charset "utf-8";

/* CSS Document */
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	height: 0;
}

.header {
	width: 100%;
	background: #fff;
	display: flex;
	box-shadow: 0 0 1px rgb(0, 0, 0, 0.1);
}
.showxs {
	display: none !important;
}

.showsm {
	display: none !important;
}
.header .header-con {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header .logo {}

.header .logo img {
	height: 60px;
	width: auto;
	display: blockd;
}

.header .nav {
	width: 50%;
	height: 100%;
	align-items: stretch;
}

.header .nav ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .nav ul li {
	height: 100%;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .nav ul .nav-pc>a,
.active {
	color: #333 !important;
}

.header .nav ul .nav-pc::after,
.active::after {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	/* -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%); */
	/* transform: translateX(-50%); */
	/* width: -webkit-calc(90% - 4rem);
	width: -moz-calc(90% - 4rem);
	width: calc(90% - 4rem); */
	width: 100%;
	height: 2px;
	background: #6001D1;
	-webkit-border-radius: 0.03rem;
	-moz-border-radius: 0.03rem;
	border-radius: 0.03rem;
	z-index: 2;
}

.header .nav ul li {
	width: 20%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.header .nav ul li:nth-of-type(2) .nav-er .nav-er-con {
	align-items: center;
}

/* .header .nav ul li:nth-of-type(8)>a {
	display: flex;
	align-items: center;
}

.header .nav ul li:nth-of-type(9)>a {
	display: flex;
	align-items: center;
} */

.header .nav ul li>a {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #8c8c8c;
	text-align: center;
}

.header .nav ul li>a img {
	margin-left: 10px;
}

.header .nav ul li h5 {
	font-size: 18px;
	color: #fff;
	line-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.header .nav ul li h5 img {
	margin-left: 10px;
}

.header .nav ul li h5 img:last-of-type {
	display: none;
}

.header .nav ul li .nav-er {
	position: absolute;
	top: 104px;
	left: -300px;
	width: 700px;
	background: url(../images/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	border-left: 3px solid #173862;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.header .nav ul li .nav-er .nav-er-con {
	display: flex;
}

.header .nav ul li .nav-er img {
	width: 28%;
	height: auto;
}

.header .nav ul li .nav-er .nav-er-right {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}

.header .nav ul li .nav-er .nav-er-item {
	width: 22%;
	text-align: left;
	margin-left: 3%;
}

.header .nav ul li .nav-er .nav-er-item a {
	font-size: 16px;
	color: #2e2e2e;
}

.header .nav ul li .nav-er .nav-er-item a:hover {
	color: #173863 !important;
}

.header .nav ul li .nav-er .nav-er-list {
	width: 22%;
	text-align: left;
	margin-left: 3%;
}

.header .nav ul li .nav-er .nav-er-list h2 {
	font-size: 16px;
	color: #2e2e2e;
	font-weight: bold;
}

.header .nav ul li .nav-er .nav-er-list .nav-blod {
	font-size: 16px !important;
	color: #2e2e2e !important;
	margin-top: 0 !important;
}

.header .nav ul li .nav-er .nav-er-list a {
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 18px;
}

.header .nav ul li .nav-er .nav-er-list a:hover {
	color: #173863 !important;
}
.showinline {
	display: none !important; 
}
.mobile-btn {
	display: none;
	width: 15%;
	height: 3.5rem;
	z-index: 999;
	position: fixed;
	top: 0px;
	right: 0px;
	cursor: pointer;
	perspective: 500;
	transform: scale(0.7, 0.7);
	background-color: #6a00d9;
}

.mobile-btn span {
	display: block;
	width: 80%;
	height: 2px;
	margin: 0 auto;
	background: #fff;
	cursor: pointer;
	margin-top: 18%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.active span:nth-of-type(1) {
	transform: rotate(45deg) translateY(10px) translateX(10px);
	transform-origin: top;
	-webkit-transform: rotate(45deg) translateY(10px) translateX(10px);
	-moz-transform: rotate(45deg) translateY(10px) translateX(10px);
	-o-transform: rotate(45deg) translateY(10px) translateX(10px);
	-ms-transform: rotate(45deg) translateY(10px) translateX(10px);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
}

.active span:nth-of-type(3) {
	transform: rotate(-45deg) translateY(-12px) translateX(11px);
	transform-origin: bottom;
	-webkit-transform:rotate(-45deg) translateY(-12px) translateX(11px);
	-moz-transform: rotate(-45deg) translateY(-12px) translateX(11px);
	-o-transform: rotate(-45deg) translateY(-12px) translateX(11px);
	-ms-transform:rotate(-45deg) translateY(-12px) translateX(11px);
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-o-transform-origin: bottom;
	-ms-transform-origin: bottom;
}

.active span:nth-of-type(2) {
	opacity: 0;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.index-one {
	width: 100%;
}

.index-one .index-one-con {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.index-two {
	width: 100%;
}

.index-three {
	width: 100%;
}

.mg {
	width: 100%;
}

.mg img {
	width: 100%;
}

.footer {
	width: 100%;
	background: #26292E;
	display: flex;
	padding: 5rem 0;
}

.footer-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-content: center
}

.footer .footer-left {
	display: flex;
	align-content: center;
	flex: 1;
}

.footer .footer-right {
	background-image: linear-gradient(to top, #717171 0%, #717171 50%, transparent 50%);
	background-size: 1px 8px;
	background-repeat: repeat-y;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	flex: 1;
}

.footer ul {
	display: flex;
	flex-direction: column;
	align-content: center;
}

.footer .footer-left ul {
	height: 100%;
	flex: 1;
}

.footer .footer-right ul:first-child {
	flex: 1;
}

.footer .footer-right ul {
	height: 100%;
	flex: 5;
}

.footer .footer-right ul li {
	display: flex;
}

.footer .footer-right ul li label {
	display: block;
	flex: 1;
}

.footer .footer-right ul li span {
	display: block;
	flex: 3;
}

.footer ul li,
.footer ul li a {
	font-size: .9rem;
	color: #717171;
	line-height: 44px;
}

.footer ul li.title {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	line-height: 25px;
}


@media screen and (min-width: 776px) and (max-width: 1200px) {
	.logo {
		width: 25% !important;
	}

	.nav {
		width: 70% !important;
	}

	.mg {
		width: 100% !important;
	}
	.showlg {
		display: none !important;
	}

	.showxs {
		display: none !important;
	}

	.showsm {
		display: block !important;
	}
}


@media screen and (min-width: 1200px) {
	.logo {
		width: 25% !important;
	}

	.nav {
		width: 70% !important;
	}

	.mg {
		width: 100% !important;
	}
	.showlg {
		display: block !important;
	}
	.showxs {
		display: none !important;
	}

	.showsm {
		display: none !important;
	}
}


@media screen and (max-width: 775px) {
	.header{
		display: none !important;
	}
	.showlg {
		display: none !important;
	}
	.showxs {
		display: block !important;
	}

	.showsm {
		display: none !important;
	}
	.header .nav {
		width: 60%;
	}
	.header .nav ul li>a{
		font-size: 14px !important;
	}
	.footer {
		width: 100%;
		background: #26292E;
		display: flex;
		padding: 5rem 0;
	}

	.footer-box {
		width: 70%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-content: center
	}

	.footer .footer-left {
		display: flex;
		align-content: center;
		flex: 1;
		margin-bottom: 2rem;
	}

	.footer .footer-right {
		background-image: linear-gradient(to right, #717171 0%, #717171 50%, transparent 50%);
		background-size: 8px 1px;
		background-repeat: repeat-x;
		display: flex;
		align-content: center;
		justify-content: flex-end;
		flex: 1;
		padding-top: 2rem;
	}

	.footer ul {
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	.footer .footer-left ul {
		height: 100%;
		flex: 1;
	}

	.footer .footer-right ul:first-child {
		flex: 0;
	}

	.footer .footer-right ul {
		height: 100%;
		flex: 5;
	}

	.footer .footer-right ul li {
		display: flex;
	}

	.footer .footer-right ul li label {
		display: block;
		flex: 1;
	}

	.footer .footer-right ul li span {
		display: block;
		flex: 4;
	}
}

@media screen and (max-width: 750px) {
	.showlg {
		display: none !important;
	}
	.showxs {
		display: block !important;
	}

	.showsm {
		display: none !important;
	}

	.swiper-pagination-bullet-active {
		width: 12px !important;
		border-right: 4px !important;
	}

	.header {
		position: fixed;
		top: 0px;
		z-index: 999;
	}

	.banner {
		margin-top: 53px;
	}

	.mobile-btn {
		display: block;
	}

	.header .header-con {
		height: auto !important;
	}

	.logo {
		width: 35% !important;
	}

	.nav {
		display: none;
	}

	.nav ul {
		/* padding: 0 20px; */
		position: fixed;
		background: #fff;
		height: 100%;
		right: 2%;
		top: 53px;
		z-index: 998;
		width: 40%;
		display: block !important;
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
		overflow-y: auto;
		height: auto !important;
		/* background: rgba(0,0,0,.3); */
	}

	.header .nav ul li {
		height: auto;
		line-height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: #fff !important;
		
	}

	.nav ul li {
		width: 100% !important;
		text-align: center !important;
	}

	.nav ul li>a {
		display: block;
		width: 100%;
		font-size: 16px !important;
		color: #666 !important;
		line-height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		text-align: center !important;
		padding: 1rem 0;
	}

	.nav ul li h5 {
		width: 100%;
		font-size: 16px !important;
		color: #666 !important;
		line-height: 50px !important;
		display: block !important;
		background: url(../images/icon5.png) 100% center no-repeat;
		background-size: 12px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.nav ul li h5 img {
		display: none !important;
	}

	.nav ul li .nav-er {
		width: 100% !important;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		border-left: none !important;
		background: #fff !important;
		box-shadow: none !important;
		padding: 10px !important;
	}

	.nav ul li .nav-er .nav-er-con {
		display: block !important;
	}

	.nav ul li .nav-er .nav-er-con img {
		display: none;
	}

	.nav ul li .nav-er .nav-er-con .nav-er-list {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
	}

	.nav ul li .nav-er .nav-er-con .nav-er-list h2 {
		line-height: 40px;
		color: #666 !important;
	}

	.nav ul li .nav-er .nav-er-con .nav-er-list a {
		margin-top: 0 !important;
		line-height: 40px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		color: #666 !important;
	}

	.nav ul li .nav-er .nav-er-con .nav-er-item {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
		line-height: 40px;
	}

	.nav ul li .nav-er .nav-er-con .nav-er-item a {
		display: block;
		width: 100%;
		font-weight: normal !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		color: #666 !important;
	}

	.index-one {
		background: #fff !important;
	}

	.index-one .index-one-con {
		display: block !important;
	}

	.index-two {
		background: #f9f9f9 !important;
	}

	.footer {
		width: 100%;
		background: #26292E;
		display: flex;
		padding: 3rem 0;
	}

	.footer-box {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-content: center
	}

	.footer .footer-left {
		display: flex;
		align-content: center;
		flex: 1;
		margin-bottom: 2rem;
	}

	.footer .footer-right {
		background-image: linear-gradient(to right, #717171 0%, #717171 50%, transparent 50%);
		background-size: 8px 1px;
		background-repeat: repeat-x;
		display: flex;
		align-content: center;
		justify-content: flex-end;
		flex: 1;
		padding-top: 2rem;
	}

	.footer ul {
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	.footer .footer-left ul {
		height: 100%;
		flex: 1;
	}

	.footer .footer-right ul:first-child {
		flex: 0;
	}

	.footer .footer-right ul {
		height: 100%;
		flex: 5;
	}

	.footer .footer-right ul li {
		display: flex;
	}

	.footer .footer-right ul li label {
		display: block;
		flex: 1;
	}

	.footer .footer-right ul li span {
		display: block;
		flex: 4;
	}
}

@media screen and (max-width: 580px) {
	.showlg {
		display: none !important;
	}
	.header{
		display: none !important;
	}
	.showxs {
		display: block !important;
	}

	.showsm {
		display: none !important;
	}

	.footer {
		width: 100%;
		background: #26292E;
		display: flex;
		padding: 3rem 0;
	}

	.footer-box {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-content: center
	}

	.footer .footer-left {
		display: flex;
		align-content: center;
		flex: 1;
		margin-bottom: 2rem;
	}

	.footer .footer-right {
		background-image: linear-gradient(to right, #717171 0%, #717171 50%, transparent 50%);
		background-size: 8px 1px;
		background-repeat: repeat-x;
		display: flex;
		align-content: center;
		justify-content: flex-end;
		flex: 1;
		padding-top: 2rem;
	}

	.footer ul {
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	.footer .footer-left ul {
		height: 100%;
		flex: 1;
	}

	.footer .footer-right ul:first-child {
		flex: 0;
	}

	.footer .footer-right ul {
		height: 100%;
		flex: 5;
	}

	.footer .footer-right ul li {
		display: flex;
	}

	.footer .footer-right ul li label {
		display: block;
		flex: 1;
	}

	.footer .footer-right ul li span {
		display: block;
		flex: 4;
	}
}

@media screen and (max-width: 450px) {
	.footer{
		display: flex;
		padding: 1rem 0;
	}
	
	.showlg {
		display: none !important;
	}
	.header{
		display: none !important;
	}
	.showxs {
		display: block !important;
	}

	.showsm {
		display: none !important;
	}
	
	.header .header-con .logo img {
		height: 53px;
		width: auto;
	}

	.mobile-btn span {
		display: block;
		width: 80%;
		height: 2px;
		margin: 0 auto;
		background: #fff;
		cursor: pointer;
		margin-top: 23%;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-ms-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	.footer label,
	.footer a,
	.footer span {
		font-size: .8rem;
	}
	.footer .footer-right {
		background-image: none;
		padding-top: 0;
	}
	.footer .footer-right ul li label {
		display: block;
		flex: 1;
		line-height: 35px;
	}

	.footer .footer-right ul li span, .footer .footer-right ul li a {
		display: block;
		flex: 3;
		line-height: 35px;
	}
}



/* 文章部分 */
.news-page{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding: 30px 30px;
  max-width: 1000px;
  margin:  0 auto;
}
@media screen and (max-width: 750px)  {
  .news-page{
    max-width: 1000px;
    margin:  0 auto;
    padding: 100px 20px 30px 20px;
  }
}

.news-page .p-name{
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  padding: 33px 0 13px 0;
  
}
.news-page .page-img img{
  display: block;
  width: 100%;
}
.news-page .p-date{
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
  text-align: right;
  color: #8c8c8c;
}
.news-page .p-name2{
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  margin-top: 10px;
}
.news-page .page-cont p{
  text-indent:1.2em;
  margin-bottom: 10px;
}