@charset "UTF-8";

body {
	line-height: 1.5;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	overflow-x: hidden
}

* {
	box-sizing: border-box
}

.container {
	margin: 0 auto;
	max-width: 1400px
}

.img {
	font-size: 0
}

img {
	max-width: 100%
}

.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6)
}

.gh {
	display: none
}

header {
	position: relative;
	z-index: 99;
	width: 100%;
	box-shadow: 0px 0px 10px #8f8f8f;
	background: url(../images/top_nav.png);
        background-color: rgb(255 255 255 / 0.6)
    
}

header.home-header {
	position: absolute;
	top: 0;
	left: 0
}

header .container {
	display: flex;
	align-items: center;
	height: 130px
}

header .logo {
	font-size: 0
}

header .nav {
	margin-left: auto
}

header .nav .search {
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end
}

header .nav .search .language {
	margin-top: 4px;
	margin-right: 20px;
	font-size: 16px;
	color: #fff
}

header .nav .form {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #fff
}

header .nav .form button {
	margin-right: 5px;
	border: none;
	width: 25px;
	height: 22px;
	background: url(../images/sea.png) no-repeat center;
	background-size: 16px
}

header .nav .form input {
	display: block;
	width: 150px;
	height: 22px;
	font-size: 14px;
	color: #fff;
	border: none;
	background: transparent
}

header .nav .form input::placeholder {
	color: #fff
}

header .nav ul {
	font-size: 18px;
	display: flex;
	color: #fff
}

header .nav ul a {
	display: block
}

header .nav ul li {
	position: relative;
	padding: 0 14px;
	line-height: 40px
}

header .nav ul li:hover .dropdown {
	top: 100%;
	opacity: 1;
	visibility: visible
}

header .nav ul .dropdown {
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 20px;
	width: 700px;
	transform: translateX(-50%);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9
}

header .nav ul .dropdown .box {
	display: flex;
	align-items: center;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
	background: url(../images/nav_dw.jpg) no-repeat right bottom;
	background-color: #fff;
	background-size: 400px
}

header .nav ul .dropdown .box::before {
	position: absolute;
	content: "";
	border: 10px solid #fff;
	border-color: transparent transparent #fff transparent;
	top: 1px;
	z-index: 5;
	left: 50%;
	margin-left: -10px
}

header .nav ul .dropdown .img {
	width: 240px;
	height: 140px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

header .nav ul .dropdown .list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px
}

header .nav ul .dropdown .list dd {
	padding: 0 10px;
	width: 33.33%;
	line-height: 40px
}

header .nav ul .dropdown .list a {
	position: relative;
	padding-left: 10px;
	font-size: 16px
}

header .nav ul .dropdown .list a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #33bac0
}

header .nav ul .dropdown a {
	font-size: 18px;
	color: #555
}

#go-top {
	display: none
}

.banner-wrap {
	position: relative;
	height: 100vh
}

.banner-wrap .swiper-container {
	height: 100%;
	overflow: hidden
}

.banner-wrap .swiper-container p {
	position: absolute;
	left: 6%;
	bottom: 140px;
	padding: 0 20px;
	font-size: 22px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.45);
	color: white
}

.banner-wrap .swiper-button-prev,
.banner-wrap .swiper-button-next {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	background-size: 28px;
	opacity: 0.5
}

.banner-wrap .swiper-button-prev:hover,
.banner-wrap .swiper-button-next:hover {
	opacity: 1
}

.banner-wrap .swiper-button-prev {
	left: 3%;
	background-image: url(../images/prev.png)
}

.banner-wrap .swiper-button-next {
	right: 3%;
	background-image: url(../images/next.png)
}

.banner-wrap .swiper-pagination {
	bottom: 140px;
	right: 50%;
	margin-right: -700px;
	width: 1400px;
	text-align: right
}

.banner-wrap .swiper-pagination span {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.3s
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet-active {
	width: 60px
}

.banner-wrap li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.banner-wrap .list {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	z-index: 3
}

.banner-wrap .list ul {
	display: flex;
	justify-content: space-between
}

.banner-wrap .list li {
	flex: 1;
	margin-right: 6px
}

.banner-wrap .list li:last-child {
	margin-right: 0
}

.banner-wrap .list a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
	font-size: 22px;
	color: #fff
}

.banner-wrap .list img {
	display: block;
	width: 45px;
	height: 45px
}

.global-title {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-direction: column
}

.global-title h3 {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400
}

.global-title h3 img {
	display: block;
	margin-right: 10px
}

.global-title .line {
	display: block;
	padding-left: 120px;
	min-height: 6px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/nav_db.png);
	background-size: 110px 6px
}

.global-title .more {
	position: absolute;
	top: 2px;
	right: 0;
	line-height: 40px;
	color: #A1A1A1
}

.global-title .more:hover {
	color: #33b9c1;
	font-weight: bold
}

.list-wrap {
	padding: 60px 0
}

.list-wrap .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.list-wrap .news-list,
.list-wrap .notice-list {
	width: 48%
}

.list-wrap .big {
	margin-bottom: 15px
}

.list-wrap .big .img {
	position: relative;
	height: 290px;
	overflow: hidden
}

.list-wrap .big img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.list-wrap .big h4 {
	padding: 10px 0;
	font-size: 17px;
	font-weight: 400
}

.list-wrap .big a:hover {
	color: #33b9c1
}

.list-wrap .list li {
	padding: 10px 0;
	border-bottom: 1px solid #eee
}

.list-wrap .list li:last-child {
	border: none
}

.list-wrap .list a {
	display: flex
}

.list-wrap .list a:hover {
	color: #33b9c1
}

.list-wrap .list p {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px
}

.list-wrap .list span {
	margin-left: auto;
	font-size: 13px;
	color: #999
}

.media-wrap {
	padding: 50px 0 194px;
	background: url(../images/shejiao_bg.jpg) no-repeat center;
	background-size: cover
}

.media-wrap .container {
	display: flex
}

.media-wrap .left {
	padding-right: 20px;
	flex: 1;
	min-width: 0
}

.media-wrap .left .list {
	margin: -10px;
	display: flex;
	flex-wrap: wrap
}

.media-wrap .left .list a {
	position: relative;
	padding: 20px;
	display: flex;
	height: 132px;
	background: #fff;
	transition: all 0.5s;
	border-bottom: 2px solid white;
	box-shadow: 1px 1px 5px #ccc
}

.media-wrap .left .list a:hover {
	border-color: #32b5bd
}

.media-wrap .left li {
	padding: 10px;
	width: 50%
}

.media-wrap .left .date {
	width: 56px
}

.media-wrap .left .date .t1 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 34px;
	text-align: center;
	color: #999;
	font-weight: unset;
	height: 46px;
	line-height: 46px
}

.media-wrap .left .date .t2 {
	font-size: 14px;
	text-align: center;
	color: #999;
	height: 18px;
	line-height: 18px
}

.media-wrap .left .img {
	width: 29px;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 5px
}

.media-wrap .left .txt {
	flex: 1;
	min-width: 0;
	line-height: 30px;
	font-weight: unset;
	font-size: 17px
}

.media-wrap .left .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.media-wrap .left .btn {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	background: url(../images/more.png) no-repeat center;
	background-size: cover
}

.media-wrap .right {
	width: 440px
}

.media-wrap .right .list {
	margin: -10px;
	display: flex;
	flex-wrap: wrap
}

.media-wrap .right li {
	padding: 10px;
	width: 33.33%
}

.media-wrap .right li .box {
	position: relative;
	padding: 10px;
	box-shadow: 1px 1px 5px #ccc;
	background: #fff;
	display: flex;
	height: 132px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center
}

.media-wrap .right li .box:hover .img {
	opacity: 1
}

.media-wrap .right li .img {
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid #33b9c1;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s
}

.media-wrap .right li .img img {
	display: block;
	width: 100%;
	height: 100%
}

.items-center {
	align-items: center
}

.servers-wrap {
	background: url(../images/index_bg_1.jpg) no-repeat center top
}

.servers-wrap .hd {
	position: relative;
	top: -82px;
	padding-left: 22px;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 740px;
	height: 160px;
	background-color: #33b9c1;
	color: #fff
}

.servers-wrap .hd .line {
	background-image: url(../images/nav_db_b.png)
}

.servers-wrap .bd {
	position: relative;
	top: -82px
}

.servers-wrap .bd ul {
	margin: -5px;
	display: flex;
	flex-wrap: wrap
}

.servers-wrap .bd li {
	padding: 5px;
	width: 33.33%
}

.servers-wrap .bd a {
	position: relative;
	width: 100%;
	height: 320px;
	display: block;
	transition: all 0.5s
}

.servers-wrap .bd a:hover .txt {
	opacity: 1
}

.servers-wrap .bd .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 240px;
	opacity: 0;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 5px
}

.data-wrap {
	padding-bottom: 85px
}

.data-wrap .hd {
	margin-bottom: 50px
}

.data-wrap li {
	text-align: center
}

.data-wrap .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 100px;
	border: 1px dashed #ccc;
	margin: 0 auto 20px
}

.data-wrap h4 {
	font-size: 30px;
	font-weight: 400
}

.data-wrap p {
	font-size: 14px;
	margin-top: 5px;
	color: #666
}

.beauty-wrap {
	padding-bottom: 80px;
	overflow: hidden
}

.beauty-wrap .hd {
	margin-bottom: 50px
}

.beauty-wrap .bd {
	position: relative;
	padding-bottom: 50px
}

.beauty-wrap .bd a {
	display: block;
	width: 100%;
	height: 193px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.beauty-wrap .swiper-pagination {
	bottom: 0;
	text-align: center;
	width: 100%
}

.beauty-wrap .swiper-pagination span {
	margin: 0 4px
}

.footer {
	position: relative;
	padding-top: 140px;
	background: url(../images/db_bg.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden
}

.footer .bd {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap
}

.footer .links {
	display: flex;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	flex: 1;
	min-width: 0
}

.footer .links .item {
	width: 33.33%
}

.footer .links .title {
	display: flex
}

.footer .links .title i {
	display: block;
	margin-left: 5px
}

.footer .qr {
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	color: #fff
}

.footer .qr p {
	margin-bottom: 15px
}

.footer .qr .img {
	width: 160px
}

.footer .address {
	position: relative;
	background-color: #259aa1;
	z-index: 10;
	height: 130px;
	box-shadow: 1px -2px 10px #00000059
}

.footer .address .container {
	display: flex;
	align-items: center;
	height: 100%
}

.footer .address .text {
	margin-left: 150px;
	font-size: 14px;
	color: #fff
}

.footer .address .go-top {
	margin-left: auto;
	width: 44px
}

.breadcrumbs-wrap {
	padding: 20px 0
}

.breadcrumbs-wrap .container {
	padding-left: 26px;
	background: url(../images/dizhi.png) no-repeat left center;
	background-size: 20px auto;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	height: 50px
}

.breadcrumbs-wrap a::after {
	content: ">>";
	display: inline-block;
	margin: 0 8px
}

.breadcrumbs-wrap a:last-child::after {
	display: none
}

.article-list {
	padding-bottom: 50px
}

.article-list .container {
	display: flex;
	justify-content: space-between;
	align-items: start
}

.article-list .sidebar {
	width: 370px;
	background: #fff
}

.article-list .sidebar .item {
	margin-bottom: 20px
}

.article-list .sidebar .item:last-child {
	margin-bottom: 0
}

.article-list .sidebar .title {
	padding: 0 0 0 30px;
	background-color: #4db4ba;
	line-height: 80px;
	height: 80px;
	font-size: 26px;
	color: #fff;
	font-weight: 400
}

.article-list .sidebar .list {
	border-bottom: 5px solid #4db4ba
}

.article-list .sidebar .list>li {
	position: relative
}

.article-list .sidebar .list>li.on>a {
	color: #4db4ba;
	font-weight: bold
}

.article-list .sidebar .list>li.on .dropdown {
	display: block
}

.article-list .sidebar .list>li .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(../images/arrow.png) no-repeat center;
	background-size: 18px;
	transition: all 0.3s;
	cursor: pointer
}

.article-list .sidebar .list>li .arrow.down {
	transform: rotate(90deg)
}

.article-list .sidebar .list .dropdown {
	display: none;
	background: #f3f3f3
}

.article-list .sidebar .list .dropdown li.on>a {
	color: #4db4ba;
	font-weight: bold
}

.article-list .sidebar .list .dropdown a {
	padding-left: 50px;
	font-size: 16px;
	line-height: 50px
}

.article-list .sidebar .list .dropdown a:hover {
	color: #4db4ba
}

.article-list .sidebar .list a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	padding: 0 0 0 30px;
	text-indent: 0;
	position: relative
}

.article-list .content {
	padding: 20px;
	width: 64.5%;
	background: #fff
}

.article-list .content .title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc
}

.article-list .content .title h3 {
	padding: 0 10px 8px;
	font-size: 24px;
	color: #4db4ba;
	display: inline-block;
	border-bottom: 4px solid #4db4ba
}

.article-list .content .news-list {
	padding: 20px 0
}

.article-list .content .news-list .list li {
	padding: 10px;
	border-bottom: 1px solid #ddd
}

.article-list .content .news-list .list li:hover {
	background: #f6f7f9
}

.article-list .content .news-list .list a {
	display: flex
}

.article-list .content .news-list .list .img {
	margin-right: 20px;
	padding-top: 10px;
	width: 200px
}

.article-list .content .news-list .list .img img {
	display: block;
	width: 100%
}

.article-list .content .news-list .list .txt {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #666
}

.article-list .content .news-list .list .txt h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000
}

.article-list .content .news-list .list .txt .date {
	margin-top: 10px;
	padding-left: 26px;
	background: url(../images/shijian.png) no-repeat left center;
	background-size: 20px
}

.yema {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	padding: 10px 0;
	clear: both
}

.yema .pageShow_ext {
	display: inline-block
}

.yema a,
.yema button {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #4db4ba;
	color: #4db4ba
}

.yema li.active a,
.yema button {
	background-color: #4db4ba;
	color: white
}

.yema ul,
.yema ul li,
.yema .pageInfor,
.yema .pageShow,
.yema .pagenum,
.yema .pagenum p {
	display: inline-block
}

.yema .pagenum p:nth-child(1) {
	padding-left: 20px
}

.yema input {
	line-height: 27px;
	width: 40px;
	border: 1px solid #4db4ba;
	border-radius: 3px;
	text-align: center
}

.yema button {
	border: 0;
	border-color: white;
	height: 31px
}

.detail-wrap {
	padding-bottom: 80px
}

.detail-wrap .container {
	padding: 20px;
	background: #fff
}

.detail-wrap .hd {
	padding-top: 20px;
	text-align: center;
	border-bottom: 1px solid #ccc
}

.detail-wrap .hd h3 {
	font-size: 24px;
	font-weight: 400
}

.detail-wrap .hd .info {
	padding: 20px 0
}

.detail-wrap .article_text {
	margin: 30px
}

.detail-wrap .share {
	margin-bottom: 20px;
	padding: 0 20px;
	display: block;
	position: relative;
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.detail-wrap .share .right {
	display: flex;
	align-items: center;
	font-size: 16px
}

.detail-wrap .share .right a {
	margin-right: 30px;
	display: flex;
	align-items: center
}

.detail-wrap .share .right a:last-child {
	margin-right: 0
}

.detail-wrap .share .right img {
	margin-right: 5px;
	display: block;
	width: 30px
}

.detail-wrap .next-pagination a {
	display: block;
	color: #555;
	margin: 5px 0;
	width: 100%
}

#m-sidebar-switch {
	display: none
}