.backtop {
	background: #fff url(../img/back-top.png) no-repeat;
	background-size: contain;
	border-radius: 50%;
}

.bottom {
	border-top: 2px solid #3e89d9;
	background: #3e89d9;
	color: #fff;
}

.bottom a {
	color: #fff;
}

header {
	display: flex;
	justify-content: space-between;
	padding: 0 1.5rem;
	background-color: #3e89d9;
	align-items: center;
	height: 8rem;
}

header:before {
	content: '';
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	z-index: 100;
}

header .logo {
	background-color: #fff;
	border-radius: 1rem;
	padding: 1rem;
}

header .logo img {
	width: 13rem;
	height: 3rem;
}

header .show_search {
	width: 3rem;
	height: 3rem;
	background: url(../img/search.png) no-repeat center;
	background-size: 80%;
}

.search {
	display: none;
	height: 4rem;
	background-color: #3e89d9;
}

.search form {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.search form input {
	flex: 1;
	height: 4rem;
	border: none;
	padding-left: 2rem;
	background-color: #fff;
	border-radius: 1rem;
	border: 1px solid #ccc;
}

.search form button {
	width: 5rem;
	height: 2rem;
	background: url(../img/search.png) no-repeat center;
	background-size: 40%;
}

.nav {
	position: sticky;
	z-index: 99;
	top: 0;
	background-color: #3e89d9;
	height: 4.5rem;
	line-height: 4.5rem;
}

.nav .swiper-slide {
	text-align: center;
	width: auto;
	padding: 0 1rem;
	font-size: 1.6rem;
}

.nav .swiper-slide a {
	color: #fff;
}

#swiper-1 {
	height: 20rem;
}

#swiper-1 .swiper-slide span {
	height: 4rem;
	line-height: 4rem;
}

#swiper-1 .swiper-slide span i {
	display: block;
	width: 70%;
}

#swiper-1 .swiper-pagination {
	left: auto;
	width: 5rem;
	right: 1rem;
	color: #fff;
	font-size: 1.2rem;
}

#swiper-1 .swiper-pagination .swiper-pagination-current {
	font-size: 1.8rem;
	color: #3e89d9;
}

.title {
	height: 3.5rem;
	line-height: 3.5rem;
	border-top: 1.4rem solid #eeeeee;
	padding-top: 2rem;
	padding-bottom: 1rem;
	background: url(../img/title_bottom.png) repeat-x left bottom;
}

.title span {
	float: left;
	background: linear-gradient(to right, #00b4ff, #3e89d9);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	color: transparent;
	margin-left: 3%;
}

.title span a {
	border-left: 3px solid #3e89d9;
	padding-left: 1rem;
	font-size: 2rem;
}

.around {
	padding: 0 1.6rem;
}

.news ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	box-sizing: border-box;
	box-shadow: 0.2rem 0.2rem 0.8rem #e7e8e8;
	white-space: normal;
	margin-bottom: 1.5rem;
}

.news ul li img {
	width: 12rem;
	height: 8.5rem;
	margin-right: 1rem;
	border-radius: 0.3rem;
}

.news ul li .txt {
	flex: 1;
	overflow: hidden;
}

.news ul li .txt .notext2 a {
	font-size: 1.6rem;
}

.news ul li .txt .notext3 {
	margin-top: 0.5rem;
	line-height: 2rem;
}

.news ul li .txt .notext3 a {
	font-size: 1.4rem;
	color: #6e6e6e;
}

.news_2 ul li {
	box-sizing: border-box;
	white-space: normal;
	margin-bottom: 1.5rem;
	border-bottom: solid 1px #e0e0e0;
}

.news_2 ul li .txt {
	margin: 1rem;
}

.news_2 ul li .txt .notext2 a {
	font-size: 1.6rem;
}

.news_2 ul li .txt .notext3 {
	margin-top: 0.5rem;
	line-height: 2rem;
}

.news_2 ul li .txt .notext3 a {
	font-size: 1.4rem;
	color: #6e6e6e;
}

.news_2 ul li .txt i {
	color: #9b9b9b;
	font-size: 1.2rem;
}

.txt_box .item {
	border-bottom: #ccc 0.1rem dashed;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.txt_box span {
	display: block;
	height: 3rem;
	line-height: 3rem;
}

.txt_box span a {
	font-size: 1.6rem;
}

.txt_box .notext2 {
	line-height: 2.2rem;
}

.txt_box .notext2 a {
	font-size: 1.2rem;
	color: #666;
}

.txt_box .notext2 a i {
	color: #3e89d9;
}

.img_two {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img_two a {
	width: 48%;
}

.img_two a img {
	height: 10rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.img_two a .notext2 {
	margin-top: 1rem;
	font-size: 1.4rem;
}

.list ul li {
	height: 3rem;
	line-height: 3rem;
	position: relative;
	padding-left: 2rem;
}

.list ul li:before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	background-color: #4d4d4d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list ul li a {
	font-size: 1.4rem;
	-webkit-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}

.left_color_box .flex {
	margin-bottom: 1.5rem;
}

.left_color_box .flex:last-of-type {
	margin-bottom: 0;
}

.left_color_box .txt {
	background-color: #f6f6f6;
	padding: 1.6rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2.2rem;
	height: 10rem;
}

.left_color_box .txt a {
	font-size: 1.5rem;
}

.left_color_box img {
	width: 15rem;
	height: 10rem;
	border-radius: 0.5rem;
}

.bog_img_ttx {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

.bog_img_ttx img {
	height: 23rem;
}

.bog_img_ttx .text-show {
	height: 8rem;
	white-space: normal;
	text-indent: 0;
	padding: 0.5rem 1rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.45);
}

.bog_img_ttx .text-show span {
	display: block;
	height: 3rem;
	line-height: 3rem;
	font-weight: 700;
}

.bog_img_ttx .text-show span a {
	font-family: '宋体';
	font-size: 1.4rem;
}

.bog_img_ttx .text-show .notext2 {
	line-height: 1.8rem;
	height: 4rem;
	text-align: left;
	text-indent: 2em;
	font-size: 1.2rem;
	font-family: '宋体';
}

.bog_img_ttx .text-show .notext2 i {
	color: red;
}

.cru {
	height: 3.5rem;
	line-height: 3.5rem;
	padding-bottom: 1rem;
	background: url(../img/title_bottom.png) repeat-x left bottom;
}

.cru span {
	float: left;
	background: linear-gradient(to right, #00b4ff, #3e89d9);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	color: transparent;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
}

.cru span i,
.cru span a {
	font-size: 1.5rem;
}

.paging {
	margin: 4rem 0 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.paging a,
.paging span {
	font-size: 1.4rem;
	color: #000;
	display: block;
	margin: 0 1rem;
}

.paging a:first-of-type:before {
	content: '总数:';
}

.paging .hover {
	margin-right: 0;
}

.paging .hover:before {
	content: '当前页:';
}

.paging .hover::after {
	content: '/';
}

.paging span {
	margin-left: 0.5rem;
}

.paging a:hover,
.paging span:hover,
.paging .hover {
	font-size: 1.4rem;
}

.pian span {
	display: block;
	margin-top: 1rem;
}

.pian span a {
	font-size: 1.4rem;
}

.hetitl {
	margin: 2rem 0;
}

.hetitl h4 {
	font-size: 2.4rem;
	font-weight: 400;
}

.fz_change {
	border-bottom: 1px #dcdcdc dashed;
	padding: 1.5rem 0;
}

.fz_change i {
	color: #a2a2a2;
	font-size: 1.2rem;
	margin-right: 2rem;
}

.TRS_Editor p {
	font-size: 1.6rem;
	text-indent: 2rem;
	padding: 5px 0;
	line-height: 3rem;
	text-align: justify;
	font-family: '宋体';
}

.TRS_Editor a img {
	display: block;
	margin: 1rem 0;
	width: 100%;
}