﻿/*! 官网通用swiper start123*/
@import url("swiper-bundle.min.css");

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
	margin: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "微软雅黑", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

em,
b {
	font-style: normal
}

a {
	display: block;
	text-decoration: none;
	color: #000000;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}

a:hover {
	text-decoration: none;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}

img {
	border: 0;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	max-width: 100%;
	width: auto;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th,
ul,
ol,
li {
	padding: 0;
	list-style: none;
	margin: 0
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #fff
}

::-webkit-scrollbar:horizontal {
	height: 9px
}

::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: #f51201
}

::-webkit-scrollbar-corner {
	background-color: #fff
}

::-webkit-selection {
	background: #3355a9;
	color: #fff
}

::-moz-selection {
	background: #3355a9;
	color: #fff
}

::selection {
	background: #3355a9;
	color: #fff
}

.maxwidth {
	max-width: 1400px;
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 0
}

.maxwidth1520 {
	max-width: 1520px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0
}

.width100 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix {
	display: block;
	zoom: 1
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0rem;
	content: "";
	clear: both;
	height: 0rem
}

.swiperTab {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.swiperTab li {
	display: flex;
	height: 48px;
	cursor: pointer;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 20px
}

.swiperTab li.active {
	color: #f00;
	border-bottom: 3px solid #f00
}

.M_box2_08-container div.swiper-slide {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px
}

.cursor,
.cursor1 {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	z-index: 9999999
}

.cursor {
	width: 7px;
	height: 7px;
	background-color: #fff;
	mix-blend-mode: difference
}

.cursor1 {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	mix-blend-mode: difference
}

.cursor1.expand {
	background-color: #fff;
	border: 0;
	mix-blend-mode: difference;
	transform: translate(-50%, -50%) scale(1.6);
	-webkit-transform: translate(-50%, -50%) scale(1.6);
	-moz-transform: translate(-50%, -50%) scale(1.6);
	-ms-transform: translate(-50%, -50%) scale(1.6);
	-o-transform: translate(-50%, -50%) scale(1.6)
}

.cursor1.drag::before {
	content: '\e801';
	left: -10px
}

.cursor1.drag::after {
	content: '\e803';
	right: -10px
}

.cursor1.explore {
	width: 100px;
	height: 100px;
	background: url("../img/click.svg") no-repeat center center;
	border: 0;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left: -50px;
	margin-top: -50px;
	mix-blend-mode: normal
}

.cursor1.zoom {
	width: 100px;
	height: 100px;
	background: url("../img/zoom.svg") no-repeat center center;
	border: 0;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left: -50px;
	margin-top: -50px;
	mix-blend-mode: normal
}

.cursor1.next {
	width: 100px;
	height: 100px;
	background: url("../img/next.svg") no-repeat center center;
	border: 0;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left: -50px;
	margin-top: -50px;
	mix-blend-mode: normal
}

.cursor1.prev {
	width: 100px;
	height: 100px;
	background: url("../img/prev.svg") no-repeat center center;
	border: 0;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left: -50px;
	margin-top: -50px;
	mix-blend-mode: normal
}

.cursor1.drag::before,
.cursor1.drag::after {
	color: #000;
	font-family: 'fonticons';
	font-size: .6rem;
	margin-top: -.6rem;
	position: absolute;
	top: 50%
}

.cursorDrag {
	cursor: none !important
}

.h1_title {
	text-align: center
}

.commslist {
	width: 100%;
	height: auto
}

.commslist ul {
	width: auto
}

.commslist ul li {
	width: 100%
}

.commslist ul li h2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 26px;
	font-weight: 600;
	color: #000;
	height: 42px;
	line-height: 42px
}

.commslist ul li h2 a {
	color: #000
}

.commslist ul li p {
	font-size: 14px;
	color: #000;
	padding-top: 0px;
	line-height: 32px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.commslist ul li i a {
	color: #000
}

.commslist ul li.a2 h2 {
	font-size: 20px;
	font-weight: 500
}

.commslist ul li.a2 a {
	line-height: 40px;
	font-size: 20px
}

.commslist li.a3 img {
	width: 100%;
	height: 100%;
	display: flex
}

.commslist ul li i:hover a,
.newslist ul li:hover a {
	color: #f00
}

.newslist li.a3 h5 {
	position: absolute;
	width: 90%;
	height: auto;
	bottom: 0;
	padding: 0 5%;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.pages {
	margin: 0 auto;
	width: auto;
	display: flex
}

.pages #Pagination {
	float: left;
	overflow: hidden
}

.pages #Pagination .pagination {
	height: 40px;
	text-align: center;
	font-family: \u5b8b\u4f53, Arial
}

.pages #Pagination .pagination .current {
	background: #c01900;
	color: #fff
}

.pages #Pagination .pagination .prev {
	border-right: none
}

.pages #Pagination .pagination .prev i {
	background-position: -144px -1px;
	*background-position: -144px -4px
}

.pages #Pagination .pagination .next i {
	background-position: -156px -1px;
	*background-position: -156px -4px
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
	float: left;
	display: inline;
	padding: 11px 20px;
	border: 1px solid #e6e6e6;
	border-right: none;
	background: #f6f6f6;
	color: #666666;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	cursor: pointer
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
	float: left;
	padding: 11px 13px;
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	color: #666666;
	cursor: pointer
}

.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
	display: inline-block;
	width: 4px;
	height: 11px;
	margin-right: 5px
}