<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*# sourceurl=/public/home/style/style.css */
/*@ sourceurl=/public/home/style/style.css */
/*@ sourceurl=/public/home/style/style.css */
/*@ sourceurl=/public/home/style/style.css */
/*@ sourceurl=/public/home/style/style.css */


/*@ sourceurl=/public/home/style/style.css */


/*@ sourceurl=/public/home/style/style.css */


/*@ sourceurl=../css/style.css */


/*@ sourceurl=/public/home/style/style.css */


/*@ sourceurl=/public/home/style/style.css */


/*@ sourceurl=/public/home/style/style.css */


/*@ sourceurl=/public/home/style/style.css */


/*å…¬ç”¨ç±»*/

strong{
	font-weight:bold;
}

@media only screen and (min-width: 1220px) {
	.basewidth {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1220px) {
	.basewidth {
		width: 92%;
		margin: 0 4%;
	}
}

@media only screen and (min-width: 1420px) {
	.basewidth2 {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1420px) {
	.basewidth2 {
		width: 96%;
		margin: 0 2%;
	}
}

@media only screen and (min-width: 1110px) {
	.basewidth3 {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1110px) {
	.basewidth3 {
		width: 92%;
		margin: 0 4%;
	}
}

.bgimg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .2s;
}

.bx {
	box-sizing: border-box;
}

.m-show {
	display: none;
}

.m-hide {
	display: block;
}

.m-show1 {
	display: none;
}

.m-hide {
	display: block;
}


/**/

body {
	/*padding-top: 168px;*/
}


/*å¤´éƒ¨å’Œè„šéƒ¨*/

.header {
	width: 100%;
	/*position: fixed;
	top: 0;
	left: 0;*/
	background: white;
	z-index: 3;
}

.head-top {
	height: 114px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #0080cc;
}

.head-top .logo {
	display: inline-block;
	width: 240px;
	height: 57px;
	background-image: ;
}

.head-top&gt;div {
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.head-top i {
	color: inherit;
	font-size: 24px;
	margin-right: 15px;
}


/*.head-top .search{
	cursor: pointer;
	margin-left: 35px;
	margin-right: 0;
	display:inline-block;
	background: #0080cc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
}*/

.search-from {
	line-height: 30px;
	vertical-align: middle;
	margin-left: 35px;
	margin-right: 0;
	border: 1px solid #0080cc;
	display: flex;
	align-items: center;
}

.search-from.on&gt;.search-input {
	padding: 0 10px;
	width: 110px;
}

.search-input {
	padding: 0;
	transition: all .2s;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 0px;
}

.tosearch {
	cursor: pointer;
	display: inline-block;
	background: #0080cc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	background-image: ;
}

.head-nav {
	background: #f2f5fb;
}

.head-nav-ul {
	height: 54px;
	display: flex;
	justify-content: space-around;
}

.head-nav-ul&gt;li {
	width: 11.7%;
	max-width: 140px;
	position: relative;
}

.head-nav-ul&gt;li a {
	transition: all .2s;
	color: #333333;
	height: 54px;
	display: block;
	text-align: center;
	line-height: 54px;
}

.head-nav-ul&gt;li&gt;a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.head-nav-ul&gt;.on&gt;a,
.head-nav-ul&gt;.location&gt;a {
	position: relative;
	font-weight: bold;
	color: white;
	background: #0080cc;
	box-shadow: 0px 0px 6px 0px #dddddd;
}

.head-nav-ul&gt;.location.on&gt;a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.head-nav-ul&gt;.on&gt;a:after,
.head-nav-ul&gt;.location&gt;a:after {
	content: "";
	display: block;
	position: absolute;
	/*top: 40px;*/
	bottom: 10px;
	left: 50%;
	transform: translatex(-50%);
	width: 50%;
	height: 2px;
	background: white;
}

.head-nav-show {
	border-top: none;
	display: none;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 4;
	width: 100%;
}

.head-nav-ul .head-nav-show&gt;a {
	transition: all .2s;
	color: #0080cc;
	background: white;
}

.head-nav-show&gt;a:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.head-nav-show&gt;a:hover {
	color: white;
	background: #0080cc;
}

.footer {
	background: #2e2d2d;
}

.footer1 {
	padding: 30px 0 20px;
	display: flex;
	justify-content: space-between;
}

.footer1 ul {
	/*padding-top: 15px;*/
	width: 65%;
	display: flex;
	justify-content: space-between;
}

.footer1 ul li {
	/*width: 12%;*/
	text-align: center;
}

.footer1 ul li p {
	font-size: 16px;
	color: white;
	margin-bottom: 25px;
}

.footer1 ul li a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #777777;
	transition: all 0.2s;
}

.footer1 ul li a:hover {
	color: white;
}

.footer1-code {
	text-align: center;
}

.footer1-code&gt;i {
	display: inline-block;
	width: 150px;
	height: 33px;
	background-image: ;
	margin-bottom: 30px;
}

.footer1-code&gt;div {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-top: 10px; */
}

.footer1-code&gt;div div {
	margin-left: 30px;
}

.footer1-code&gt;div div:first-child {
	margin-left: 0;
}

.footer1-code&gt;div div:first-child i {
	background-image: ;
}

.footer1-code&gt;div i {
	display: inline-block;
	width: 114px;
	height: 114px;
	background-image: ;
	/*margin: 10px 0 5px;*/
}

.footer1-code&gt;div p {
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

.footer2 {
	/*text-align: right;*/
	margin-top: 10px;
}

.footer2 a {
	display: inline-block;
	position: relative;
	color: #999999;
	font-size: 24px;
	margin-left: 15px;
}

.footer2 a:first-child {
	margin-left: 0;
}

.footer2 a.phone {
	width: 24px;
	height: 24px;
	background-image: ;
}

.footer2 a.youxiang {
	width: 24px;
	height: 24px;
	background-image: ;
}

.footer2 a .img {
	display: none;
	left: 50%;
	bottom: 30px;
	transform: translatex(-50%);
	position: absolute;
	width: 100px;
}

.footer2 a .img img {
	width: 100%;
}

.footer2 a:hover {
	color: white;
}

.footer2 a:hover .img {
	display: block;
}

.footer3 {
	border-top: 1px solid #393838;
}

.footer3&gt;div {
	color: #bbbbbb;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.footer3 span {
	margin-left: 10px;
}

.footer3 a {
	font-size: inherit;
	color: #bbbbbb;
	margin: 0 5px;
}

.footer3 a:last-child {
	margin-right: 0;
}

.footer3 .jc {
	margin-top: -5px;
	display: inline-block;
	width: 18px;
	height: 20px;
	background-image: ;
}

.footmemu {
	display: none;
}


/*css*/

.banner1 {
	width: 100%;
/*	height: 500px;*/
}

.banner1 .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner1 .banner1-pagination {
	position: absolute;
	text-align: center;
	z-index: 1;
	bottom: 30px;
}

.banner1-bullet {
	display: inline-block;
	width: 40px;
	height: 6px;
	margin: 0 5px;
	background: #e5e5e5;
	transition: all 0.2s;
	cursor: pointer;
}

.banner1-bullet-active {
	background: #ffa800;
}

.banner1 img{
	width: 100%;
}

.a1 {
	text-align: center;
	background: #f2f6fa;
	/*padding: 60px 0;*/
	padding-bottom: 60px;
}

.a-head {
	padding: 60px 0 50px;
	font-size: 36px;
	color: #2f71cb;
	text-align: center;
}

.a-head&gt;a {
	color: inherit;
	position: relative;
}

.a-head&gt;a:before,
.a-head&gt;a:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 42px;
	height: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	transform: translatey(-50%);
}

.a-head&gt;a:before {
	background: ;
	left: -70px;
}

.a-head&gt;a:after {
	background: ;
	right: -70px;
}

.nav1 {
	display: flex;
	justify-content: center;
}

.nav1 li {
	width: 98px;
	height: 30px;
	border: 1px solid #888888;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #888888;
	margin-right: 50px;
	cursor: pointer;
	transition: all 0.2s;
	margin-bottom: 30px;
}

.nav1 li:last-child {
	margin-right: 0;
}

.nav1 .on {
	color: white;
	background: #2f71cb;
	border-color: #2f71cb;
}

.a1-main {
	position: relative;
}

.a1-swiper .swiper-slide {
	/*height: 295px;*/
	box-sizing: border-box;
}

.a1-swiper .swiper-slide i {
	display: inline-block;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 100%;
	height: 64%;
}
.a1-swiper .swiper-slide .img img{
	width: 100%;
}
.a1-swiper .swiper-slide .title {
	/*height: 36%;*/
	height: 100px;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .2s;
	border: 1px solid #e5e5e5;
}

.a1-swiper .swiper-slide:hover {
	box-shadow: 0px 4px 12px 4px #cae3f2;
}

.a1-swiper .swiper-slide:hover div {
	background: #2f71cb;
	color: white;
}

.a1-swiper .swiper-slide:hover h1,
.a1-swiper .swiper-slide:hover p {
	color: white;
}

.a1-swiper .swiper-slide h1 {
	padding: 10px 10px 0 10px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .2s;
	max-height: 60px;
}

.a1-swiper .swiper-slide p {
	font-size: 14px;
	color: #666666;
	/*line-height: 24px;*/
	transition: all .2s;
	margin: 0 10px;
	padding-bottom: 10px;
}

.a1-swiper-prev {
	left: -60px;
}

.a1-swiper-next {
	right: -60px;
}

.a2 {
	padding-bottom: 60px;
}

.a2-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.a2-nav&gt;div {
	width: 23%;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.a2-nav&gt;div:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
	transition: all .2s;
}

.a2-nav&gt;div:nth-child(1).act:after {
	border-top: 15px solid #007aff;
	bottom: -10px;
}

.a2-nav&gt;div:nth-child(2).act:after {
	border-top: 15px solid #ff9c00;
	bottom: -10px;
}

.a2-nav&gt;div:nth-child(3).act:after {
	border-top: 15px solid #23ba1f;
	bottom: -10px;
}

.a2-nav&gt;div:nth-child(4).act:after {
	border-top: 15px solid #ff4d2a;
	bottom: -10px;
}

.a2-nav&gt;div:nth-child(1) {
	background: #007aff;
}

.a2-nav&gt;div:nth-child(2) {
	background: #ff9c00;
}

.a2-nav&gt;div:nth-child(3) {
	background: #23ba1f;
}

.a2-nav&gt;div:nth-child(4) {
	background: #ff4d2a;
}

.a2-nav i {
	display: inline-block;
	width: 48px;
	height: 42px;
	margin-right: 20px;
}

.a2-nav p {
	font-size: 26px;
	color: white;
}

.a2-main {
	position: relative;
}

.a2-main&gt;div {
	height: 400px;
	display: none;
	background: white;
}

.a2-main&gt;.act {
	display: block;
}

.a2-main1-as {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.a2-main1-as&gt;a {
	display: inline-block;
	width: 130px;
	height: 200px;
}

.a2-main1-as&gt;a:hover p {
	font-weight: bold;
}

.a2-main1-as&gt;a:hover div {
	background: #008ee2;
	transform: rotatex(0deg) rotatey(360deg);
}

.a2-main1-as:nth-child(1)&gt;a:nth-child(1) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:nth-child(2) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:nth-child(3) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:nth-child(4) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:nth-child(5) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:nth-child(1) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:nth-child(2) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:nth-child(3) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:nth-child(4) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:nth-child(5) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:hover:nth-child(1) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:hover:nth-child(2) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:hover:nth-child(3) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:hover:nth-child(4) i {
	background-image: ;
}

.a2-main1-as:nth-child(1)&gt;a:hover:nth-child(5) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:hover:nth-child(1) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:hover:nth-child(2) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:hover:nth-child(3) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:hover:nth-child(4) i {
	background-image: ;
}

.a2-main1-as:nth-child(2)&gt;a:hover:nth-child(5) i {
	background-image: ;
}

.a2-main1-as&gt;a&gt;div {
	margin: 20px 0;
	width: 130px;
	height: 130px;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #008ee2;
	border-radius: 50%;
	transition: all .6s ease-in-out;
}

.a2-main1 i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 58px;
}

.a2-main1 p {
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.a2-main&gt;.act.a2-main2 {
	display: flex;
}

.a2-main2&gt;div {
	width: 50%;
}

.a2-main2-l {
	width: 50%;
	height: 400px;
}
.a2-main2-l .img {
	position: relative;
	height: 100%;
}
.a2-main2-l .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.a2-main2-l .swiper-slide{
	overflow: hidden;
}


.a2-main2-l p {
	position: absolute;
	width: 100%;
	height: 66px;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 66px;
	font-size: 18px;
	transition: all .2s;
	bottom: 0;
	opacity: 1;
}

.a2-main2-l .a2m2-prev,
.a2-main2-l .a2m2-next {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	color: white;
	font-size: 18px;
}

.a2m2-prev {
	left: 20px;
}

.a2m2-next {
	right: 20px;
}

.a2-main2-r {
	box-sizing: border-box;
	padding-left: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.a2-main2-r a {
	display: inline-flex;
	height: 120px;
	width: 100%;
	align-items: center;
	transition: all 0.2s;
}

.a2-main2-r a:hover {
	background: #fff6e7;
}

.a2-main2-r a i {
	display: inline-block;
	width: 160px;
	height: 100%;
	background-image: ;
	border-radius: 3px;
}

.a2-main2-r a p {
	box-sizing: border-box;
	flex: 1;
	padding: 0 20px;
	line-height: 26px;
	font-size: 18px;
	color: #333333;
}

.a2-main&gt;.act.a2-main3 {
	/* display: flex; */
	flex-direction: column;
	justify-content: space-between;
}

.a2-main3&gt;div {
	height: 167px;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.a2-main3-as {
	width: 48.8%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #23ba1f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.a2-main3-as div:first-child {
	width: 33%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #23ba1f;
	transition: all .2s;
}

.a2-main3-as div:first-child i {
	font-size: 32px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 20px;
	border: 1px solid #23ba1f;
	border-radius: 50%;
	color: inherit;
}

.a2-main3-as div:first-child p {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
}

.a2-main3-as ul {
	width: 67%;
	box-sizing: border-box;
	padding: 0 4%;
}

.a2-main3-as ul li {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a2-main3-as div:nth-child(2) {
	width: 67%;
	box-sizing: border-box;
	padding: 0 4%;
}

.a2-main3-as div:nth-child(2) p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	height: 120px;
}

.a2-main&gt;.act.a2-main4 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.a2-main4&gt;div {
	/*height: 365px;*/
}

.a2-main4-as {
	width: 31.6%;
	box-shadow: 0px 4px 12px 0px #e2e2e2;
	cursor: pointer;
	height: max-content;
}
.a2-main4-as img{
	width: 100%;
}
.a2-main4-as:hover i:before {
	top: 0;
	opacity: 1;
}

.a2-main4-as:hover p {
	background: #ff4d2a;
	font-weight: bold;
	color: white;
}

.a2-main4-as i {
	display: block;
	height: 275px;
	background-image: ;
	position: relative;
	overflow: hidden;
}

.a2-main4-as i:before {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	height: 8px;
	background: #ff4d2a;
	transition: all 0.2s;
	opacity: 0;
}

.a2-main4-as p {
	height: 90px;
	text-align: center;
	line-height: 90px;
	color: #444444;
	font-size: 18px;
	background: #f4f5f9;
	transition: all .2s;
}

.a3 {
	height: 250px;
	background-image: ;
}

.a4 {
	background: #f8f8f8;
	padding-bottom: 60px;
}

.a4-main {
	display: flex;
	justify-content: space-between;
}

.a4-as {
	width: 31%;
	max-width: 365px;
	/*height: 570px;*/
}

.a4-as-head {
	font-size: 24px;
	line-height: 24px;
	color: #2f71cb;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.a4-as-head&gt;span {
	padding-left: 15px;
	padding-right: 20px;
}

.a4-as-head:before {
	content: "";
	display: inline-block;
	background: #2f71cb;
	position: absolute;
	width: 6px;
	height: 24px;
	top: 0;
	left: 0;
}

.a4-as-head:after {
	content: "";
	display: block;
	flex: 1;
	height: 1px;
	border-top: 1px dotted #2f71cb;
}

.a4-as-img {
	display: block;
	margin-top: 30px;
}

.a4-as-img i {
	display: block;
	height: 222px;
	background-image: ;
	background-size: cover;
	background-position: center;
}

.a4-as-img p {
	height: 56px;
	border: 1px solid #dddddd;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s;
}

.a4-as-img:hover p {
	background: #2f71cb;
	color: white;
}

.a4-as-list {
	margin-top: 20px;
}

.a4-as-list a {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #333333;
	height: 34px;
	line-height: 34px;
	transition: all .2s;
	padding: 0px 3px;
	box-sizing: border-box;
}

.a4-as-list a:hover {
	background: #2f71cb;
	color: white;
}

.a4-as-list a:hover span {
	color: white !important;
}

.a4-as-list a span:first-child {
	/*width: 67%;*/
	flex: 1;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a4-as-list a span:last-child {
	color: #aaaaaa;
	/*width: 80px;*/
}

.a5 {
	padding-bottom: 60px;
}

.a5-swiper {
	/*height: 150px;*/
}

.a5-swiper .swiper-slide {
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.a5-as-top {
	/*height: 60px;*/
	display: flex;
	justify-content: flex-start;
	margin-bottom: 17px;
}

.a5-as-top i {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	overflow: hidden;
}

.a5-as-top div {
	box-sizing: border-box;
	padding: 5px 0;
	margin-left: 10px;
}

.a5-as-top h1 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.a5-as-top p {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a5-as-bottom {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
}

.a5-pagination,
.a6-pagination {
	text-align: center;
	margin-top: 60px;
}

.a5-bullet,
.a6-bullet {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #eeeeee;
	margin: 0 5px;
}

.a5-bullet-active,
.a6-bullet-active {
	background: #073d87;
}

.a6 {
	padding-bottom: 60px;
	background-image: ;
}

.a6-swiper {
	height: 72px;
}

.a6-swiper .swiper-slide {
	transition: all 0s !important;
}

.a6-nav.nav1 .on {
	color: #0a408a;
	background: white;
}

.a6-nav.nav1 li {
	border-color: white;
	color: white;
}


/*å†…é¡µå…¬å…±éƒ¨åˆ†*/

.banner2 {
	height: 420px;
	display: flex;
	align-items: center;
}

.banner2 span {
	display: inline-block;
	color: white;
	text-align: center;
	font-size: 61px;
	padding: 20px 35px;
	background: rgba(255, 255, 255, 0.2);
	margin-left: 100px;
}

.banner2 span:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: white;
	margin-top: 15px;
}

.nav2 {
	background: white;
	border-bottom: 1px solid #eeeeee;
}

.nav2&gt;div {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding: 15px 0;
}

.nav2-l&gt;a {
	display: inline-block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
}

.nav2-l&gt;.on {
	color: white;
	background: #2f71cb;
}

.nav2-r {
	color: #999999;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.nav2-r i {
	margin-right: 5px;
}

.nav2-l:after {
	clear: both;
	content: "";
	display: block;
}

.nav2-l a {
	float: left;
	margin-right: 5px;
}

.head1 {
	padding: 60px 0;
}

.head1&gt;div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.head1&gt;div:before,
.head1&gt;div:after {
	content: "";
	display: block;
	flex: 1;
	height: 1px;
	border-top: 1px solid #bcd0eb;
}

.head1 span {
	font-size: 36px;
	line-height: 36px;
	padding: 0 38px;
	position: relative;
	background: linear-gradient(to right, #007fcb, #1c228a);
	-webkit-background-clip: text;
	background-clip: -webkit-text;
	color: transparent;
}

.head1 span i {
	font-family: "å¾®è½¯é›…é»‘";
	font-style: normal;
}

.head1 span:before,
.head1 span:after {
	content: "\e60f";
	display: inline-block;
	font-size: 12px;
	color: #2f71cb;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.head1 span:before {
	left: 10px;
}

.head1 span:after {
	right: 10px;
}


/*b*/

.b1 {
	margin-bottom: 90px;
}

.b1-li {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: white;
	padding: 0 35px;
	display: block;
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	box-shadow: 0px 4px 12px 0px #f2f2f2;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
}

.b1-li:last-child {
	margin-bottom: 0;
}

.b1-li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -10px;
	transition: all .2s;
	background: #2f71cb;
	opacity: 0;
}

.b1-li p {
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #333333;
	transition: all .2s;
	line-height: 40px;
}

.b1-li span {
	font-size: 12px;
	text-align: right;
	float: right;
	width: 30%;
	transition: all .2s;
	color: #555555;
	line-height: 40px;
}

.b1-li:hover:before {
	left: 0;
	opacity: 1;
}

.b1-li:hover p,
.b1-li:hover span {
	color: #2f71cb;
	font-weight: bold;
}

.paging {
	margin-bottom: 90px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paging a {
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 1px solid #b5b5b5;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: arial;
	color: #555555;
	margin: 0 10px;
	transition: all .2s;
}

.paging a:last-child {
	margin-right: 0;
}

.paging a:hover {
	background: #2f71cb;
	border-color: #2f71cb;
	color: white;
}

.b2 {
	padding-bottom: 80px;
}

.b2-head {
	text-align: center;
	padding: 50px 0 45px;
	font-size: 26px;
	color: #333333;
	border-bottom: 1px dashed #dcdcdc;
}

.b2-title {
	border-bottom: 1px dashed #dcdcdc;
	padding-top: 50px;
	/*padding: 50px 0;*/
}
.b2-title img{
	/*width: 100%;*/
	max-height: 100%;
}
.b2-title&gt;div {
	margin-bottom: 35px;
}

.b2-h2 {
	font-size: 20px;
	line-height: 20px;
	color: #2f71cb;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}

.b2-h2:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 20px;
	background: #2f71cb;
	border-radius: 4px;
}

.b2-p {
	font-size: 20px;
	line-height: 36px;
	color: #555555;
	padding: 0 15px;
}

.b2-p span {
	font-weight: bold;
}

.b2-back {
	display: block;
	width: 140px;
	height: 42px;
	background: #2f71cb;
	text-align: center;
	line-height: 42px;
	color: white;
	font-size: 14px;
	/*margin: auto;*/
	margin: 80px auto;
}

.b2-more {
	padding-top: 25px;
}

.b2-more a {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #555555;
	padding: 0 15px;
	transition: all 0.2s;
}

.b2-more a:hover {
	color: #2f71cb;
}

.b3 {
	margin-bottom: 90px;
}

.b3-head {
	height: 60px;
	display: flex;
	align-items: center;
	background: #2f71cb;
	text-align: center;
	color: white;
}

.b3-head&gt;span {
	display: inline-block;
}

.b3 .td1 {
	border-left: 1px solid #d2d2d2;
	width: 26%;
	box-sizing: border-box;
	padding: 0 10px;
}

.b3-head .td1 {
	border: none;
}

.b3 .td2 {
	width: 20%;
}

.b3 .td3 {
	width: 14%;
}

.b3 .td4 {
	width: 27%;
	padding: 10px;
	box-sizing: border-box;
}

.b3 .td5 {
	width: 13%;
}

.b3 .td1:hover,
.b3 .td4:hover,
.b3 .td5:hover,
.b3-main&gt;div p:hover {
	background: #2f71cb;
	color: white;
}

.b3-main&gt;div {
	display: flex;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}

.b3-main&gt;div&gt;div {
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #d2d2d2;
}

.b3-main&gt;div p {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	border-bottom: 1px solid #d2d2d2;
	margin: -1px 0;
	transition: all 0.3s;
}

.b3-main&gt;div p:first-child {
	/* border-top:1px solid #d2d2d2; */
}

.b3-main&gt;div a {
	color: inherit;
}


/*c*/

.c1-head {
	padding: 60px 0;
	color: #0080cc;
	font-size: 36px;
	text-align: center;
}

.c1-head&gt;span {
	position: relative;
}

.c1-head&gt;span:after {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translatex(-50%);
	content: "";
	width: 46px;
	height: 3px;
	margin: auto;
	background: #0080cc;
}

.c1-title1 {
	margin-bottom: 100px;
	position: relative;
}

.c1-title1&gt;i {
	display: inline-block;
	width: 51.8%;
}

.c1-title1&gt;i img {
	width: 100%;
}

.c1-title1&gt;div {
	position: absolute;
	right: 0;
	top: 50px;
	width: 50.75%;
	background-image: ;
	background-repeat: initial;
	padding: 40px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.c1-title2 {
	background: #196ace;
	margin-bottom: 100px;
}

.c1-title2&gt;div {
	display: flex;
	justify-content: space-between;
}

.c1-title2-l {
	/*padding: 0 3.75%;*/
	width: 49.2%;
	box-sizing: border-box;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
	color: white;
}

.c1-title2-l&gt;.c1-head {
	color: white;
}

.c1-title2-l&gt;.c1-head&gt;span:after {
	background: white;
}

.c1-title2-r {
	width: 50.8%;
	position: relative;
	overflow: hidden;
}

.c1-title2-r img {
	/* width: 100%; */
	/* position: relative; */
	/* top: 50%; */
	/* transform: translatey(-50%); */
}

.c1-title3 {
	margin-bottom: 100px;
	position: relative;
}

.c1-title3&gt;i {
	display: inline-block;
	width: 47%;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 10px solid rgba(255, 255, 255, 0.5);
	border-bottom: 10px solid rgba(255, 255, 255, 0.5);
}

.c1-title3&gt;i img {
	width: 100%;
}

.c1-title3&gt;div {
	width: 75%;
}

.c1-title3&gt;div&gt;div:nth-child(2) {
	font-size: 14px;
	line-height: 30px;
	color: white;
	box-sizing: border-box;
	background: #196ace;
	padding: 70px 5% 70px 36%;
}

.c1-title3 .c1-head {
	padding-top: 0;
	text-align: right;
	padding-bottom: 45px;
}

.c1-title3 .c1-head&gt;span:after {
	left: auto;
	right: 0;
	transform: initial;
}

.c1-title4 {
	background-image: ;
	background-size: initial;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.c1-title4&gt;div {
	display: flex;
	/*flex-direction: row-reverse;*/
	justify-content: space-between;
}

.c1-title4-l {
	width: 45.8%;
	box-sizing: border-box;
}

.c1-title4-l {
	margin-top: 160px;
	box-sizing: border-box;
	padding: 0 15px;
}

.c1-title4-l .c1-head {
	padding: 40px 0 30px;
}

.c1-title4-l p {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.c1-title4-r {
	width: 31.4%;
	box-sizing: border-box;
	border: 4px solid #1978ce;
	height: 476px;
	margin-top: 50px;
	position: relative;
}

.c1-title4-r img {
	width: 150%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 40px;
}


/*d*/

.d1&gt;a {
	display: flex;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #efefef;
	padding: 29px;
	justify-content: space-between;
	margin-bottom: 30px;
	transition: all .2s;
}

.d1-img {
	width: 22%;
	max-width: 250px;
	height: 100%;
}

.d1-img i {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.d1-time {
	width: 16.7%;
	max-width: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.d1-time h1 {
	font-family: arial;
	font-size: 36px;
	color: #333333;
}

.d1-time h3 {
	font-family: arial;
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}

.d1-title {
	width: 48.3%;
	/*padding-right: 7%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.d1-title h1 {
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.d1-title p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 72px;
	margin-bottom: 10px;
}

.d3-i {
	position: relative;
	flex: 1;
	text-align: right;
}

.d3-i i {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #c1c1c1;
	color: #919191;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	transition: all .2s;
}

.d1&gt;a:hover {
	box-shadow: 0px 4px 12px 3px #f4f4f4;
	border-color: transparent;
}

.d1&gt;a:hover .d1-time h1,
.d1&gt;a:hover .d1-time h3,
.d1&gt;a:hover .d1-title h1 {
	color: #2f71cb;
}

.d1&gt;a:hover .d3-i i {
	color: white;
	background: #2f71cb;
	border-color: #2f71cb;
}

.d2 {
	margin-bottom: 90px;
}

.d2-main {
	position: relative;
	/*height: 420px;*/
}

.d2-main-as {
	/*position: absolute;
	top: 0px;
	left: 0;
	height: 100%;*/
	display: none;
	z-index: 1;
	background: white;
	box-shadow: 0px 2px 6px 0px #dbdbdb;
	/*opacity: 0;*/

}

.d2-main-as .img {
	height: 100%;
	width: 52.5%;
	display: flex;
	align-items: center;
}
.d2-main-as .img img{
	width: 100%;
}
.d2-main-as&gt;div:last-child {
	width: 47.5%;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.d2-main-as&gt;div:last-child p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.d2-main .on {
	/*z-index: 2;*/
	opacity: 1;
	display: flex;
}

.d3 {
	margin-bottom: 40px;
}

.d3-top {
	padding: 15px 60px;
	background: #f6f6f6;
	margin-bottom: 30px;
	position: relative;
}

.d3-nav {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	/*line-height: 20px;*/
	color: #333333;
	text-align: center;
	overflow: inherit;
	overflow-x: hidden;
}

.d3-top .d3-next,
.d3-top .d3-prev {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
	line-height: 20px;
	font-size: 22px;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	color: #bbbbbb;
}

.d3-nav .d3-next:hover,
.d3-nav .d3-prev:hover {
	color: #2f71cb;
}

.d3-prev {
	left: 30px;
}

.d3-next {
	right: 30px;
}

.d3-top .d3-active {
	color: #2f71cb;
	position: relative;
}

.d3-top .d3-active:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 30px;
	background: #2f71cb;
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
}

.d3-main {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.d3-main&gt;a {
	display: block;
	width: 32%;
	margin-bottom: 22px;
	margin-right: 2%;
}

.d3-main&gt;a:nth-child(3n) {
	margin-right: 0;
}

.d3-main&gt;a&gt;div {
	position: relative;
}

.d3-main&gt;a img {
	width: 100%;
}

.d3-main&gt;a&gt;p {
	height: 55px;
	font-size: 16px;
	color: #333333;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.d3-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.d3-mask&gt;div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 624px;
	background: white;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px 25px 30px;
	display: flex;
	justify-content: space-between;
}

.d3-mask2&gt;div {
	padding-right: 20px;
	padding-bottom: 50px;
}

.d3-mask3 .d3-mask-img {
	width: 100%;
	background-size: contain;
}


/*.d3-mask3 img{
	height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/

.d3-mask-close {
	position: absolute;
	top: 8px;
	right: 18px;
	cursor: pointer;
	transition: all .4s;
}

.d3-mask-close:hover {
	transform: rotate(90deg);
}

.d3-mask-close i {
	font-size: 24px;
	line-height: 24px;
	color: #3374cc;
}

.d3-mask-l {
	width: 75%;
	height: 100%;
	position: relative;
}


/*.d3-mask-l&gt;div{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}*/

.d3-mask-l-img {
	height: 88%;
}

.d3-mask-l-img img {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.d3-mask-l-img video {
	width: 100%;
	height: 100%;
	background: black;
}

.d3-mask-l p {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}


/*.d3-mask-l&gt;.on{
	opacity: 1;z-index: 2;
}*/

.d3maskl-pagination {
	display: none;
}

.d3-mask-r {
	display: none;
	width: 25%;
	height: 88%;
	position: relative;
}

.d3-mask-r:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 10%;
	background: #cccccc;
}

.d3-mask-r .swiper-slide&gt;div {
	width: 155px;
	height: 92px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.d3-mask-r .swiper-slide:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translatey(-50%);
	background: #cccccc;
	margin-left: -2px;
}

.d3-mask-r .d3-mask-act:before {
	background: #2f71cb;
}

.d3-mask-title {
	color: #333333;
}

.d3-mask-title h1 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 38px;
	text-align: center;
}

/* .d3-mask-title p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
} */

.d3-mask-title .mcsb_inside&gt;.mcsb_container {
	margin-right: 15px;
}

.d3-mask-title .mcsb_scrolltools .mcsb_draggerrail {
	opacity: 0;
}


/*e*/

.e1 {
	/* height: 420px; */
	display: flex;
	border: 1px solid #eeeeee;
	margin-bottom: 40px;
}

.e1 .img {
	/*height: 226px;*/
	width: 334px;
}
.e1 .img img{
	width: 100%;
}
.e1&gt;div:last-child {
	box-sizing: border-box;
	padding: 0 20px;
	/* display: flex; */
	/* justify-content: center; */
	/* flex-direction: column; */
	flex: 1;
}

.e1&gt;div:last-child p {
	/* margin-top: 20px; */
	font-size: 16px;
	/* line-height: 24px; */
	color: #333333;
}

.e1 .c1-head {
	font-size: 24px;
	line-height: 24px;
	padding: 30px 0;
}

.newlist {
	border-top: 1px solid #eeeeee;
	margin-bottom: 90px;
}

.newlist&gt;a {
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	padding-left: 50px;
	padding-right: 20px;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	transition: all .2s;
}

.newlist&gt;a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translatey(-50%);
	background: #bbbbbb;
}

.newlist&gt;a:hover:before {
	background: #2f71cb;
}

.newlist&gt;a:hover {
	background: #eff3f9;
}

.newlist&gt;a:hover p,
.newlist&gt;a:hover span {
	color: #2f71cb;
}

.newlist p {
	width: 68%;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newlist span {
	text-align: right;
	width: 30%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translatey(-50%);
	color: #888888;
}

.f1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.f1&gt;a {
	width: 29%;
	max-width: 344px;
	position: relative;
}

.f1&gt;a i {
	display: inline-block;
	width: 100%;
	height: 226px;
}
.f1&gt;a .img img{
	width: 100%;
}

.f1&gt;a p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: white;
	background: #1c397e;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f2 {
	/*padding-bottom: 90px;*/
}

.f2-title {
	padding-top: 45px;
	/*margin-bottom: 90px;*/
}

.f2-title .p1 {
	font-size: 20px;
	line-height: 36px;
	color: #555555;
	text-indent: 2rem;
}

.f2-title .img {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.f2-title .img i {
	display: inline-block;
	width: 49%;
	height: 378px;
}


/*g*/

.g1 {
	background: white;
	padding: 0 100px 60px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.g1-top {
	padding: 60px 0;
	position: relative;
}

.g1nav {
	color: #666666;
	height: 72px;
	margin: 0 125px;
	padding: 0 24px;
}

.g1nav .swiper-slide {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.g1nav .swiper-slide&gt;div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.g1nav .swiper-slide&gt;p {
	margin-left: -5px;
	transition: all .2s;
}

.g1nav .g1nav-active&gt;p {
	margin-left: -15px;
	font-size: 24px;
	font-weight: bold;
}

.g1nav .swiper-slide&gt;div i {
	font-size: 24px;
	line-height: 24px;
}

.g1nav .swiper-slide&gt;div:after {
	width: 100%;
	content: "";
	display: block;
	height: 0;
	border: 1px dashed #858585;
}

.g1nav-active {
	color: #2f71cb;
}

.g1main {
	width: 100%;
	height: 335px;
	box-shadow: 0px 6px 20px 0px #ececec;
}

.g1nav .g1nav-active&gt;div:after {
	border-color: #2f71cb;
}

.g1-top .g1nav-prev,
.g1-top .g1nav-next {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #adadad;
	background: white;
	font-size: 24px;
	cursor: pointer;
	border-radius: 50%;
	top: 50%;
	transform: translatey(-50%);
	box-shadow: 0px 4px 12px 0 #eaeaea;
	transition: all .2s;
}

.g1-top .g1nav-prev:hover,
.g1-top .g1nav-next:hover {
	color: white;
	background: #2f71cb;
	box-shadow: 0px 4px 12px 0 #dbe6f6;
}

.g1nav-prev {
	left: 0;
}

.g1nav-next {
	right: 0;
}

.g1main .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.g1main-l {
	width: 400px;
	overflow: hidden;
}

.g1main-l&gt;.act {
	display: block;
}

.g1main-l&gt;div {
	display: none;
	width: 100%;
	height: 100%;
}

.g1main-l img {
	height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.g1main-r {
	/*width: 70%;*/
	flex: 1;
	box-sizing: border-box;
	padding: 20px 20px 20px 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.g1main-r-head {
	font-size: 24px;
	color: #2f71cb;
	margin-bottom: 40px;
}

.g1main-r-head span {
	font-weight: bold;
	font-size: 48px;
}

.g1main-r-sel {
	flex: 1;
	overflow-y: hidden;
}

.g1main-r-sel li {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #4a4a4a;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.g1main-r-sel li:hover {
	color: #2f71cb;
}

.g1main-r-sel li:hover:before {
	background: #2f71cb;
}

.g1main-r-sel li:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #4a4a4a;
	margin: 0 5px;
	vertical-align: middle;
}

.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
	background-color: #e5e5e5 !important;
}

.mcsb_scrolltools .mcsb_draggerrail {
	background: transparent;
}


/*g2*/

.g2 {
	margin-bottom: 90px;
}

.g2-1 {
	margin-bottom: 20px;
}

.g2-1 p {
	text-indent: 2rem;
	font-size: 16px;
	line-height: 36px;
	color: #555555;
}

.g2-1-head {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}

.g2-1-head&gt;div:nth-child(2) {
	flex: 1;
	box-sizing: border-box;
	padding-right: 3.75%;
}

.g2-1-headimg {
	width: 600px;
	/*min-height: 422px;*/
	box-sizing: border-box;
	padding: 0 24px 22px 0;
	background-size: inherit;
	    background-position: right 86px;
	background-image: ;
	overflow: hidden;
}
.g2-1-headimg .img img{
	width: 100%;
    max-height: 393px;
}
.g2-1-headimg i {
	display: block;
	width: 100%;
	height: 100%;
}

.g2-2-head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.g2-2-head:before,
.g2-2-head:after {
	content: '';
	flex: 1;
	display: inline-block;
	height: 1px;
	background: #e5e5e5;
}

.g2-2-head span {
	display: inline-block;
	width: 146px;
	height: 42px;
	margin: 0 20px;
	background: #2f71cb;
	text-align: center;
	line-height: 42px;
	color: white;
	font-size: 16px;
}

.g2-swiper {
	/*height: 250px;*/
}
.g2-swiper .img img{
	width: 100%;
}
.g2-pagination {
	margin-top: 30px;
	text-align: center;
}

.g2-bullet {
	/*display: inline-block;
	width: 10px;
	height: 10px;
	background: #cccccc;
	transform: rotate(45deg);
	margin:0 10px;
	cursor: pointer;*/
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #eeeeee;
	margin: 0 5px;
}

.g2-actbullet,
.g2-bullet:hover {
	background: #2f71cb;
}


/*g3*/

.g3 {
	margin-bottom: 90px;
}
.g3 img{
	width: 100%;
}
.g3-1 {
	height: 400px;
	background-image: ;
}

.g3-2 h1 {
	font-size: 24px;
	line-height: 30px;
	color: #2f71cb;
	padding: 25px 0;
	border-bottom: 1px dotted #e6e6e6;
}

.g3-2-title {
	display: flex;
	justify-content: space-between;
}

.g3-2-title&gt;div {
	font-size: 16px;
	color: #6c6c6c;
	flex: 1;
	padding: 15px 0;
	line-height: 16px;
	border-bottom: 1px dotted #e6e6e6;
}

.g3-2-title i {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.g3-icon1 {
	background-image: ;
}

.g3-icon2 {
	background-image: ;
}

.g3-icon3 {
	background-image: ;
}

.g3-icon4 {
	background-image: ;
}

.g3-icon5 {
	background-image: ;
}


/*g4*/

.g4 {
	margin-bottom: 60px;
	position: relative;
}


/*.g4&gt;p{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}*/

.g4-swiper {
	width: 920px;
	margin: auto;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.g4-swiper p {
	/* width: 100%; */
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0;
	transform: translatex(-50%);
	/* margin-bottom: 18px; */
	white-space: nowrap;
	text-align: center;
	font-size: 17px;
	color: #333333;
	opacity: 0;
	transition: all .2s;
}

.g4-swiper .swiper-slide {
	/*display: flex;
	align-items: center;*/
	padding-top: 35px;
}

.g4-swiper .g4-img {
	height: 288px;
	position: relative;
	z-index: 1;
}

.g4-swiper .swiper-slide-active p {
	opacity: 1;
}

.g4-swiper .swiper-slide-active&gt;.g4-img {
	/*box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.3);*/
}

.g4-swiper img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}

.g4 .g4-prev,
.g4 .g4-next {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #adadad;
	background: white;
	font-size: 24px;
	cursor: pointer;
	border-radius: 50%;
	top: 50%;
	transform: translatey(-50%);
	box-shadow: 0px 4px 12px 0 #eaeaea;
	transition: all .2s;
}

.g4 .g4-prev:hover,
.g4 .g4-next:hover {
	color: white;
	background: #2f71cb;
	box-shadow: 0px 4px 12px 0 #dbe6f6;
}

.g4-prev {
	left: 0;
}

.g4-next {
	right: 0;
}

.g4-yy {
	position: absolute;
	bottom: -81%;
	width: 100%;
	left: 0;
	height: 288px;
	transform: scaley(-1);
}

.g4-yy img {
	-webkit-filter: opacity(15%);
	filter: opacity(15%);
}


/*g5*/

.g5 {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* margin-bottom: -30px; */
}

.g5&gt;div {
	width: 48.5%;
	max-width: 580px;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 30px;
	background: white;
	margin-bottom: 30px;
	transition: all .2s;
}

.g5 h1 {
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all .2s;
}

.g5 h3 {
	font-size: 16px;
	color: #888888;
	transition: all .2s;
	margin-bottom: 30px;
}

.g5 p {
	font-size: 14px;
	line-height: 24px;
	transition: all .2s;
	color: #666666;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* overflow: hidden; */
	height: 96px;
}

.g5 a {
	display: block;
	margin: 0 0 0 auto;
	width: 30px;
	height: 10px;
	background-image: ;
	transition: all .2s;
}

.g5&gt;div:hover {
	background: #2f71cb;
	box-shadow: 0px 4px 12px 0px #d5dfee;
}

.g5&gt;div:hover h1,
.g5&gt;div:hover h3,
.g5&gt;div:hover p {
	color: white;
}

.g5&gt;div:hover a {
	background-image: ;
	transform: translatex(5px);
}


/*g6*/

.g6-as {
	display: flex;
	margin-bottom: 60px;
}

.g6-as:nth-child(2n-1) {
	flex-direction: row-reverse;
}

.g6-as:last-child {
	margin-bottom: 90px;
}

.g6-as&gt;div {
	width: 50%;
	height: 284px;
}

.g6-as-img {
	height: 100%;
}

.g6-as-title {
	box-sizing: border-box;
	padding-left: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.g6-as h1 {
	font-size: 24px;
	line-height: 40px;
	color: #2f71cb;
	font-weight: bold;
}

.g6-as h1:after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #2f71cb;
	margin-top: 5px;
	margin-bottom: 20px;
}

.g6-as p {
	font-size: 16px;
	line-height: 36px;
	color: #555555;
}

@media only screen and (min-width:1200px) {
	.head-nav {
		display: block !important;
		transition: all .2s;
	}
}

@media only screen and (min-width:768px) {
	.a2-main3-as:hover div:first-child {
		background: #23ba1f;
		color: white;
	}
	.a2-main3-as:hover div:first-child i {
		border: 1px solid white;
	}
	.a2-main3-as:hover div:first-child p {
		font-weight: bold;
		color: white;
	}
	.nav2-l&gt;a:hover {
		color: white;
		background: #2f71cb;
	}
}

@media only screen and (max-width: 1440px) {
	.head-top {
		height: 90px;
	}
	.head-top .logo {
		width: 230px;
		height: 49px;
	}
	.head-nav-ul {
		height: 48px;
	}
	.head-nav-ul&gt;li a {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}
	.nav2-l a {
		font-size: 14px;
	}
	/*.banner1 {
		height: 375px;
	}*/
	.head-nav-show {
		top: 48px;
	}
	.b2-back {
		margin: 60px auto;
	}
}


/*å“åº”å¼*/

@media only screen and (max-width:1200px) {
	.m-show {
		display: block;
	}
	.m-hide {
		display: none;
	}
	body {
		padding-top: 80px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px solid #eee;
	}
	.head-top {
		height: 80px;
	}
	.head-top .logo {
		width: 160px;
		height: 38px;
	}
	.head-top&gt;div {
		font-size: 16px;
	}
	.head-top .search {
		margin-left: 25px;
	}
	.head-nav-ul {
		height: 45px;
	}
	.head-nav-ul&gt;li a {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.head-nav-ul&gt;li&gt;a{
		pointer-events: none;
	}
	.head-top .memu {
		font-size: 34px;
		margin-left: 25px;
		cursor: pointer;
	}
	.head-nav-ul {
		display: block;
		height: auto;
	}
	.head-nav {
		position: absolute;
		width: 240px;
		top: 80px;
		right: 0;
	}
	.head-nav-ul&gt;li {
		width: 100%;
		max-width: inherit;
	}
	.head-nav-ul&gt;.on&gt;a:after,
	.head-nav-ul&gt;.location&gt;a:after {
		bottom: 7px;
		width: 60px;
	}
	.head-top i {
		margin-right: 0;
	}
	.head-nav-ul&gt;li {
		border-bottom: 1px solid #eee;
	}
	.head-nav-show {
		position: initial;
		top: 45px;
	}
	.footer1-code&gt;i {
		margin-bottom: 10px;
	}
	.footer1-code&gt;div i {
		width: 110px;
		height: 110px;
	}
	.footer1-code&gt;div div {
		margin-left: 10px;
	}
	.footer3&gt;div {
		height: 45px;
	}
	.footer1 ul li a {
		line-height: 30px;
	}
	.footer1 ul li p {
		margin-bottom: 10px;
	}
	.footer1 {
		padding: 20px 0;
	}
	.footer1 ul {
		padding-top: 10px;
	}
	/**/
	/*.banner1 {
		height: 350px;
	}*/
	.banner1 .banner1-pagination {
		bottom: 10px;
	}
	.a-head {
		padding: 30px 0;
		font-size: 30px;
	}
	.a1-swiper .swiper-slide h1 {
		font-size: 16px;
	}
	.a1-swiper .swiper-slide p {
		font-size: 14px;
	}
	.a3 {
		height: 160px;
	}
	.a2-nav&gt;div {
		height: 90px;
	}
	.a2-nav i {
		width: 36px;
		height: 34px;
		margin-right: 10px;
	}
	.a1-swiper-prev,
	.a1-swiper-next {
		display: none;
	}
	.a2-main&gt;div {
		height: auto;
	}
	.a2-main1-as&gt;a {
		height: 180px;
	}
	.a2 {
		padding-bottom: 40px;
	}
	.a2-main1-as&gt;a&gt;div {
		width: 95px;
		height: 95px;
		margin: 15px auto;
	}
	.a2-main1 p {
		font-size: 16px;
		padding-top: 20px;
	}
	.a2-main1 i {
		width: 44px;
		height: 38px;
	}
	.a2-nav {
		margin-bottom: 20px;
	}
	.a4-as-head&gt;span {
		font-size: 20px;
	}
	.a4-as-head:before {
		height: 20px;
		top: 2px;
	}
	.a5-pagination,
	.a6-pagination {
		margin-top: 40px;
	}
	.a4,
	.a5,
	.a6 {
		padding-bottom: 40px;
	}
	.a2-main2-l .swiper-slide p {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	/**/
	.banner2 {
		height: 350px;
	}
	.banner2 span {
		font-size: 40px;
		margin-left: 65px;
	}
	.nav2-l&gt;a {
		width: 120px;
		height: 45px;
		line-height: 45px;
	}
	.nav2&gt;div {
		padding: 10px 0;
	}
	.head1 {
		padding: 30px 0;
	}
	.head1 span {
		font-size: 30px;
	}
	.paging {
		margin-bottom: 50px;
	}
	.b1 {
		margin-bottom: 50px;
	}
	.b3 {
		margin-bottom: 50px;
	}
	/*c*/
	.c1-head {
		padding: 30px 0;
		font-size: 30px;
	}
	.c1-title1 {
		margin-bottom: 50px;
	}
	.c1-title1&gt;div {
		padding: 10px 20px;
		top: 10px;
		width: 52.5%;
	}
	.c1-title2-l {
		padding: 0 20px;
	}
	.c1-title2 {
		margin-bottom: 50px;
	}
	.c1-title3 {
		margin-bottom: 50px;
	}
	.c1-title3 .c1-head {
		padding-bottom: 30px;
	}
	.c1-title3&gt;div&gt;div:nth-child(2) {
		padding: 30px 20px 30px 34%;
	}
	.c1-title4 {
		margin-bottom: 50px;
	}
	.c1-title4-l {
		padding: 0 20px;
		width: 50%;
		box-sizing: border-box;
	}
	.c1-title4-l .c1-head {
		padding: 20px 0;
	}
	.c1-title4-r img {
		right: 30px;
	}
	/*d*/
	.d1&gt;a {
		height: 140px;
		padding: 15px;
	}
	.d1-img {
		width: 18%;
	}
	.d1-time h1 {
		font-size: 32px;
	}
	.d1-title {
		width: 53%;
	}
	.d1-title h1 {
		font-size: 18px;
		line-height: 24px;
	}
	.d1-title p {
		margin-bottom: 0;
	}
	/*e*/
	.e1 .c1-head {
		padding: 20px 0;
	}
	.e1&gt;div:last-child p {
		margin-top: 10px;
		font-size: 15px;
	}
	.newlist&gt;a {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.newlist {
		margin-bottom: 40px;
	}
	/*f*/
	.f1&gt;a i {
		height: 230px;
	}
	.f1&gt;a p {
		height: 40px;
		line-height: 40px;
	}
	.f2 {
		/*padding-bottom: 50px;*/
	}
	.f2-title .p1 {
		font-size: 16px;
		line-height: 32px;
	}
	.f2-title {
		padding-top: 25px;
		margin-bottom: 50px;
	}
	/*g*/
	.g2,
	.g3,
	.g5 {
		margin-bottom: 50px;
	}
	.g5 {
		margin-bottom: 20px;
	}
	.g2-1 p {
		font-size: 15px;
	}
	.g3-1 {
		height: 320px;
	}
	.g3-2 h1 {
		font-size: 22px;
		padding: 15px 0;
	}
	.g3-2-title&gt;div {
		font-size: 14px;
		padding: 10px 0;
	}
	.g4-swiper {
		width: 80%;
		margin: 0 10%;
	}
	.g1 {
		padding: 0 40px 30px;
		margin-bottom: 30px;
	}
	.g1-top {
		padding: 30px 0;
	}
	.g1-top .g1nav-prev,
	.g1-top .g1nav-next {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.g1nav {
		margin: 0 90px;
	}
	.g1main {
		height: 370px;
	}
	.g1main-r {
		padding: 35px 15px 20px 30px;
	}
	.g1main-r-head {
		margin-bottom: 25px;
	}
	.g1main-r-head span {
		font-size: 38px;
	}
	.g1main-r-sel li {
		font-size: 15px;
	}
	.g1main-l img {
		/*width: 100%;*/
	}
	.d3 {
		margin-bottom: 20px;
	}
	.d3-top {
		padding: 10px 30px;
	}
	.d3-mask&gt;div {
		margin: 0;
		padding: 30px 30px 20px;
		height: 550px;
	}
	.d3-mask-r:before {
		left: 5%;
	}
	.d3-mask-r .swiper-slide:before {
		left: 5%;
	}
	.d3-mask-l p {
		font-size: 14px;
	}
	.a4-as-list a {
		font-size: 12px;
	}
	.b2-back {
		margin: 30px auto;
	}
	.b1-li{
		padding: 0 15px;
	}
	.b1-li span{
		text-align: right;
	}
	.g2-1-headimg{
		width: 300px;    background-position: right -120px;
	}
	.f1&gt;a{
		width: 32%;
	}
}

@media only screen and (max-width:768px) {
	body {
		padding-top: 50px;
	}
	.head-top .logo {
		width: 128px;
		height: 31px;
	}
	.head-top {
		height: 50px;
	}
	.head-nav {
		width: 100%;
		position: fixed;
		height: 322px;
		top: 50px;
		overflow-y: scroll;
	}
	.head-top .memu {
		font-size: 30px;
	}
	.head-top .search {
		width: 28px;
		height: 28px;
	}
	.footer1 {
		display: block;
		padding: 10px 0;
	}
	.footer1 ul {
		width: 100%;
		display: block;
		padding: 0;
	}
	.footer1-code&gt;i {
		display: none;
	}
	.footer1 ul li {
		margin: 0 10px;
		border-bottom: 1px solid #636363;
	}
	.footer1 ul li p,
	.footer1 ul li a {
		text-align: left;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: 0;
		font-size: 14px;
	}
	.footmemu {
		display: block;
	}
	.footer1 ul li&gt;div {
		display: none;
	}
	.footer1-code&gt;div {
		justify-content: space-between;
		width: 80%;
		margin: 0 auto;
	}
	.footer1-code&gt;div div {
		margin-left: 0;
	}
	.footer1-code {
		margin-top: 10px;
	}
	.footer2 {
		display: flex;
		justify-content: space-around;
	}
	.footer2 a {
		margin-left: 0;
	}
	.footer3&gt;div {
		height: auto;
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	.footer3 span {
		display: block;
	}
	.footer1-code&gt;div i {
		width: 90px;
		height: 90px;
	}
	.footer1-code&gt;div p {
		line-height: 18px;
	}
	/**/
	.search-from {
		margin-left: 0;
	}
	.search-from.on&gt;.search-input {
		width: 40px;
	}
	.a1-swiper .swiper-slide i {
		height: 69%;
	}
	.a1-swiper .swiper-slide div {
		/*height: 31%;*/
	}
	.a1-swiper .swiper-slide div h1 {
		height: auto;
		padding-top: 0;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-line-clamp: inherit;
		font-size: 15px;
	}
	.a1-swiper .swiper-slide p {
		padding-bottom: 5px;
	}
	.a2-main2-l .swiper-slide p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	/**/
	/*.banner1 {
		height: 140px;
	}*/
	.a1-swiper .swiper-slide h1 {
		padding-top: 5px;
	}
	.nav1 {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 5px;
	}
	.nav1 li {
		width: max-content;
		margin: 0 5px 5px;
		padding: 0 5px;
		font-size: 14px;
		height: 24px;
		min-width: 50px;
		line-height: 24px;
	}
	.nav1 li:last-child {
		margin-right: 5px;
	}
	.banner2 {
		height: 140px;
	}
	.banner2 span {
		margin-left: 0;
		font-size: 26px;
	}
	.banner2&gt;div {
		text-align: center;
	}
	.banner2 span:after {
		margin: 8px auto 0;
	}
	.nav2&gt;div {
		display: block;
		padding: 5px 0;
	}
	.nav2-l {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.nav2-l&gt;a {
		width: 25%;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		margin-right: 0;
	}
	.nav2-r {
		margin-bottom: 5px;
	}
	.head1 {
		padding: 15px 0;
	}
	.head1 span {
		font-size: 24px;
		padding: 0 30px;
	}
	.banner1-bullet {
		width: 15px;
		height: 2px;
	}
	/*a*/
	.a-head {
		font-size: 20px;
		padding: 15px 0;
	}
	.a1 {
		padding-bottom: 20px;
	}
	.a3 {
		height: 80px;
	}
	.a2-nav&gt;div {
		height: 70px;
		flex-direction: column;
	}
	.a1-swiper .swiper-slide {
		/*height: 200px;*/
	}
	.a2-nav i {
		width: 25px;
		height: 23px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.a2-nav p {
		font-size: 14px;
	}
	.a2-main1-as {
		margin-bottom: 15px;
	}
	.a2-main1-as:last-child {
		margin-bottom: 0;
	}
	.a2-main1-as&gt;a&gt;div {
		width: 55px;
		height: 55px;
		margin-top: 0;
	}
	.a2-main1 i {
		width: 35px;
		height: 31px;
	}
	.a2-nav {
		margin-bottom: 20px;
	}
	.a2-main1-as&gt;a {
		width: 20%;
		height: auto;
	}
	.a2-main1 p {
		font-size: 14px;
		padding-top: 0;
	}
	.a2 {
		padding-bottom: 30px;
	}
	.a2-main&gt;.a2-main1 {
		height: auto;
	}
	.a2-main&gt;.act.a2-main2 {
		display: block;
		height: auto;
	}
	.a2-main2&gt;.a2-main2-l {
		height: auto;
		width: 100%;
	}
	.a2-main2-l .img img{
		position: inherit;
		transform: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
	}
	.a2-main2&gt;.a2-main2-r {
		width: 100%;
		padding-left: 0;
	}
	.a2-main2-r a {
		height: 75px;
		margin-top: 10px;
	}
	.a2-main2-r a p {
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.a2-main2-r a i {
		width: 110px;
	}
	.a2-main3&gt;div {
		height: auto;
		display: block;
		margin-top: 0;
	}
	.a2-main3-as {
		width: 100%;
		height: 100px;
		margin-bottom: 10px;
	}
	.a2-main3-as div:first-child p {
		font-size: 14px;
		margin-top: 5px;
	}
	.a2-main3-as div:first-child i {
		padding: 15px;
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.a2-main3-as ul li {
		line-height: 26px;
	}
	.a2-main3-as div:nth-child(2) p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		color: #333333;
		height: 96px;
	}
	.a2-main&gt;.act.a2-main4 {
		display: block;
		margin-top: 20px;
	}
	.a2-main4-as {
		width: 100%;
	}
	.a2-main4&gt;div {
		height: auto;
		margin-bottom: 20px;
	}
	.a2-main4-as i {
		height: 190px;
	}
	.a2-main4-as p {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.a2-main4-as:last-child {
		margin-bottom: 0;
	}
	.a4-main {
		display: block;
	}
	.a4-as {
		height: auto;
		width: 100%;
		margin-bottom: 10px;
		max-width: inherit;
	}
	.a4-as-img {
		margin-top: 10px;
	}
	.a4-as-img i {
		height: 160px;
	}
	.a4-as-img p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.a4-as-list {
		margin-top: 10px;
	}
	.a4-as-list a {
		height: 28px;
		line-height: 28px;
	}
	.a4,
	.a5,
	.a6 {
		padding-bottom: 10px;
	}
	.a5-pagination,
	.a6-pagination {
		margin-top: 10px;
	}
	.a5-as-top i {
		width: 45px;
		height: 45px;
	}
	.a5-as-top {
		margin-bottom: 5px;
	}
	.a5-as-top h1 {
		font-size: 16px;
		line-height: 16px;
	}
	.a5-as-top p {
		font-size: 14px;
	}
	.a5-swiper .swiper-slide {
		padding: 10px;
	}
	.a6-swiper {
		height: 60px;
	}
	/*b*/
	.b1 {
		margin-bottom: 20px;
	}
	.b1-li {
		padding: 0 10px;
		height: 60px;
		margin-bottom: 10px;
	}
	.b1-li p {
		width: 65%;
		font-size: 18px;
		line-height: 60px;
	}
	.b1-li span {
		width: 35%;
		line-height: 60px;
		font-size: 14px;
		text-align: right;
	}

	.paging {
		margin-bottom: 20px;
	}
	.paging a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 0;
	}
	.b2 {
		padding-bottom: 20px;
	}
	.b2-head {
		font-size: 20px;
		padding: 15px 0;
	}
	.b2-title {
		padding-top: 20px;
	}
	.b2-h2 {
		font-size: 18px;
	}
	.b2-p {
		padding: 0 5px;
		font-size: 14px;
		line-height: 26px;
	}
	.b2-title&gt;div {
		margin-bottom: 20px;
	}
	.b3 {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.b3 .td1 {
		width: 40%;
	}
	.b3 .td2 {
		width: 33%;
	}
	.b3 .td4 {
		display: none;
	}
	.b3-main&gt;div p {
		min-height: 40px;
	}
	/*c*/
	.c1 {
		margin-bottom: 20px;
	}
	.c1-head {
		font-size: 24px;
	}
	.c1-title1,
	.c1-title2,
	.c1-title3,
	.c1-title4 {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.c1-title1&gt;i {
		width: 100%;
	}
	.c1-title1&gt;div {
		position: relative;
		width: 100%;
		top: 0;
		margin-top: 10px;
	}
	.c1-title2&gt;div {
		display: block;
	}
	.c1-title2-l {
		padding: 0 10px;
		width: 100%;
	}
	.c1-title2-r {
		width: 100%;
	}
	.c1-title2-r img {
		top: 0;
		position: relative;
		transform: initial;
		width: 100%;
	}
	.c1-title3 {
		display: flex;
		flex-direction: column-reverse;
	}
	.c1-title3&gt;i {
		width: 100%;
		position: relative;
	}
	.c1-title3&gt;div {
		float: none;
		width: 100%;
	}
	.c1-title3 .c1-head {
		text-align: center;
		padding: 30px 0;
	}
	.c1-title3 .c1-head&gt;span:after {
		left: 50%;
		right: auto;
		transform: translatex(-50%);
	}
	.c1-title3&gt;div&gt;div:nth-child(2) {
		padding: 10px;
	}
	.c1-title3&gt;i {
		border: none;
	}
	.c1-title4 {
		background: none;
	}
	.c1-title4&gt;div {
		display: block;
	}
	.c1-title4-l {
		width: 100%;
		margin-top: 0;
		padding: 0 10px;
	}
	.c1-title4-r {
		width: 100%;
	}
	.c1-title4-r {
		height: auto;
		margin-top: 0;
	}
	.c1-title4-r img {
		position: relative;
		width: 100%;
		top: auto;
		transform: initial;
		right: auto;
	}
	/*d*/
	.d1 {
		margin-bottom: 20px;
	}
	.d1&gt;a {
		height: 100px;
		padding: 10px;
		margin-bottom: 10px
	}
	.d1&gt;a:last-child {
		margin-bottom: 0;
	}
	.d1-title p {
		line-height: 18px;
		-webkit-line-clamp: 2;
		height: 36px;
	}
	.d1-img {
		width: 26%;
	}
	.d3-i i {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.d1-time {
		display: none;
	}
	.d1-time h1 {
		font-size: 16px;
	}
	.d1-time h3 {
		font-size: 16px;
	}
	.d1-title {
		padding-left: 20px;
		width: 60%;
	}
	.d1-title h1 {
		font-size: 16px;
	}
	.d3-main&gt;a:nth-child(3n) {
		margin-right: 2%;
	}
	.d3-main&gt;a:nth-child(2n) {
		margin-right: 0;
	}
	/*e*/
	.e1 {
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	/*.e1&gt;div:first-child {
		width: 100%;
		height: 175px;
	}*/
	.e1 .img{
		width: 100%;
		margin: 0 auto;
	}
	.e1&gt;div:last-child {
		width: 100%;
		padding: 10px;
	}
	.e1 .c1-head {
		padding: 15px 0;
		font-size: 20px;
		line-height: 20px;
	}
	.e1&gt;div:last-child p {
		font-size: 14px;
	}
	.newlist {
		margin-bottom: 20px;
	}
	.newlist&gt;a {
		font-size: 14px;
		padding: 0 0 0 10px;
		height: 45px;
		line-height: 45px;
	}
	.newlist p {
		flex: 1;
	}
	.newlist span {
		width: 90px;
		text-align: right;
	}
	.newlist&gt;a:before {
		left: 4px;
	}
	/*f*/
	.f1 {
		display: block;
		margin-bottom: 10px;
	}
	.f1&gt;a {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}
	.f1&gt;a:last-child {
		margin-bottom: 0;
	}
	.f1&gt;a i {
		height: 145px;
	}
	.f1&gt;a p {
		    height: 35px;
    line-height: 35px;
    font-size: 12px;
	}
	.f2 {
		/*padding-bottom: 20px;*/
	}
	.f2-title {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.f2-title .p1 {
		font-size: 14px;
		line-height: 30px;
	}
	.f2-title .img {
		margin-top: 0;
		display: block;
	}
	.f2-title .img i {
		margin-top: 20px;
		width: 100%;
		height: 190px;
	}
	/*g*/
	.g2 {
		margin-bottom: 20px;
	}
	.g2-1-head {
		display: block;
		margin-bottom: 0;
	}
	.g2-1-headimg {
		width: 100%;
		/*height: 200px;*/

    background-position: right bottom;
		min-height: auto;
		background-size: 100% 100%;
		padding: 0 12px 12px 0;
	}
	.g2-1 p {
		line-height: 30px;
		font-size: 14px;
	}
	.g2-1-head&gt;div:nth-child(2) {
		padding: 0;
	}
	.g2-2-head span {
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.g2-2-head {
		margin-bottom: 20px;
	}
	.g2-swiper {
		/*height: 200px;*/
	}
	.g2-pagination {
		margin-top: 20px;
	}
	.g2-bullet {
		width: 8px;
		height: 8px;
	}
	.g3-1 {
		height: 160px;
	}
	.g3-2 h1 {
		font-size: 20px;
		padding: 10px 0;
	}
	.g3-2-title {
		display: block;
	}
	.g3-2-title&gt;div {
		display: flex;
		align-items: center;
		line-height: 24px;
	}
	.g3-2-title i {
		margin-right: 10px;
	}
	.g4-swiper {
		width: 100%;
		padding-bottom: 30px;
		margin: 0 0 5%;
	}
	.g4 .g4-prev,
	.g4 .g4-next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		display: none;
	}
	.g4 {
		margin-bottom: 20px;
	}
	.g4&gt;p {
		margin-bottom: 24px;
	}
	.g4-swiper p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.g4-swiper .g4-img,.g4-swiper .g4-yy{
		height: 180px;
	}
	.g5 {
		margin-bottom: 0;
		padding-bottom: 10px;
		display: block;
	}
	.g5&gt;div {
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		max-width: none;
	}
	.g5 h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.g5 h3 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.g5 p {
		margin-bottom: 10px;
	}
	.g6-as {
		display: block;
		margin-bottom: 10px;
	}
	.g6-as&gt;.bgimg {
		height: 150px;
	}
	.g6-as&gt;div {
		width: 100%;
		height: auto;
	}
	.g6-as-title {
		padding-left: 0;
	}
	.g6-as h1 {
		font-size: 20px;
	}
	.g6-as h1:after {
		margin-bottom: 5px;
	}
	.g6-as p {
		font-size: 14px;
		line-height: 30px;
	}
	.g6-as:last-child {
		margin-bottom: 20px;
	}
	.g1nav {
		margin: 0 36px;
	}
	.g1 {
		padding: 0;
	}
	.g1main .swiper-slide {
		display: block;
	}
	.g1main {
		height: auto;
	}
	.g1main-l {
		width: 100%;
		height: 190px;
	}
	.g1main-r {
		width: 100%;
		padding: 10px;
	}
	.g1main-r-sel {
		height: 200px;
	}
	.g1main-r-head {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.g1main-r-head span {
		font-size: 32px;
	}
	.g1-top .g1nav-prev,
	.g1-top .g1nav-next {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 18px;
	}
	.g1-top {
		padding: 20px 0;
	}
	.d3-top {
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	.d3-nav {
		font-size: 14px;
	}
	.d3-prev {
		left: 0px;
	}
	.d3-next {
		right: 0;
	}
	.d3-main&gt;a {
		width: 49%;
	}
	.d3-main&gt;a&gt;div {
		/*height: 100px;*/
	}
	.d3-main&gt;a&gt;p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.d3-main&gt;a {
		margin-bottom: 0;
	}
	.d2-main .on{
		display: block;
	}
	.d2 {
		margin-bottom: 20px;
	}
	.d2-main-as&gt;div:first-child {
		width: 100%;
		/*height: 150px;*/
	}
	.d2-main-as&gt;div:last-child {
		width: 100%;
		/*padding:0px 5px;*/
		height: 270px;
		overflow-y: scroll;
		display: block;
	}
	.d2-main-as&gt;div:last-child p {
		margin-top: 0;
		font-size: 14px;
	}
	.d3-mask-r {
		display: none;
	}
	.d3-mask-l {
		width: 100%;
	}
	.d3-mask&gt;div {
		padding: 40px 20px 20px;
		height: 300px;
	}
	.d3-mask2&gt;div {
		padding: 55px 20px 20px;
		height: 300px;
		min-height: auto;
	}
	.d3-mask-l {
		padding-bottom: 20px;
	}
	.d3-mask-l p {
		margin-top: 0;
	}
	.d3maskl-pagination {
		display: block;
	}
	.g1main-l img {
		height: auto;
		/*width: 100%;*/
	}
	.b2-back {
		width: 100px;
		height: 32px;
		line-height: 32px;
		margin: 20px auto;
	}
	.a6-swiper{
		height: 80px;
	}
	.a6-swiper .swiper-slide{
		background-size:contain ;
	}
	.a1-swiper .swiper-slide .title{
		height: auto;
	}
	.b2-title img{
		width: 100%;
	}
}

@media only screen and (min-width:414px) and (max-width:768px) {
	.d3-mask&gt;div {
		height: 550px;
	}
	.g1main-l{
		height: 220px;
	}
}

.paging .on {
	background: #2f71cb;
	border-color: #2f71cb;
	color: white;
}
</pre></body></html>