@charset "UTF-8";
/*goolge字体开始*/ /*<!-- Google Fonts -->*/
/* @import url(https://fonts.googlefonts.cn/css?family=Oswald:200,300,400,500,600,700); */
@import url(font/iconfont.css);
html {
	font-size: 62.5%; /* 10÷16=62.5% */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
blockquote,
th,
td,
p,
figure {
	font-family:'Poppins', 'Microsoft Yahei', '华文细黑', STXiHei, '华文黑体', 'ST Heiti', 'MS黑体', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
fieldset,
img {
	border: 0;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,
ul {
	list-style: none;
	font-size: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
input,
button,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
	border: none;
}
:focus {
	outline: 0;
}
.clearfix:after {
	content: '.';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
input[type='button'],
input[type='submit'],
input[type='reset'] {
	-webkit-appearance: none;
	outline: none;
}
/*-webkit-appearance会将webkit浏览器中的元素默认样式去除。checkbox在这个属性下就直接隐藏掉了。然后用JS获取checkbox值时Webkit浏览器会报很奇怪的错误。给这个元素重新赋上-webkit-appearance:checkbox就不会报错了。*/
.ease,
.ease div,
.ease section,
.ease article,
.ease aside,
.ease ul,
.ease ul li,
.ease li,
.ease a,
.ease li a,
.ease dt,
.ease dd {
	-o-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
}

::-webkit-scrollbar {
	height: 0px;
	width: 0px;
	background: #ccc;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0090ce;
	text-decoration: none;
}
img,
object {
	max-width: 100%;
	vertical-align: top;
}
td {
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
} /*td表格颜色为efefef 左1px 下1px*/
table {
	border: solid #efefef;
	border-width: 1px 0px 0px 1px;
} /*table表格颜色为efefef 上1px 右1px*/
article,
aside,
details,
hgroup,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
figcaption {
	display: block;
} /*html5*/
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
.omit1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*单行文字溢出省略*/
.omit2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.omit3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.omit4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.omit5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
/*多行文字溢出省略*/
/*文字省略all*/
[data-css='fontshadow'] {
	text-shadow: 1px 1px 1px #000;
}
/*文字阴影X轴1px、Y轴1px、模糊1px、颜色（黑）兼容IE10+*/
.clear {
	clear: both;
} /*清除浮动*/

.sbar {
	overflow-y: scroll;
}
.sbar::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}

.sbar::-webkit-scrollbar-track,
.sbar::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
}

.sbar::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2) inset;
}

.sbar::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2) inset;
}

.sbar::-webkit-scrollbar-corner {
	background: transparent;
}

/*----------------滚动条----------------------*/

/*comcss*/
.copyall {
	width: 100%;
	background: #000000;
	text-align: center;
}
.copy {
	color: #fff;
	font-size: 1.4rem;
	line-height: 3.5;
}
.copy a {
	display: inline-block;
	vertical-align: middle;
}
.copy a img {
	vertical-align: middle;
	margin-top: -4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*width*/
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.w1100 {
	max-width: 1100px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w990 {
	max-width: 990px;
	margin: 0 auto;
}
.w100 {
	width: 100%;
	margin: 0 auto;
}
.w50 {
	width: 50%;
	margin: 0 auto;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.mod2 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod2 li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
}
.mod3 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	/*-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod3 li {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
}
.mod4 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	/*-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod4 li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
}

/*高德地图*/

.map-card {
	background: #fff;
	padding: 1rem;
	position: relative;
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	border-radius: 2px;
	cursor: pointer;
}
.map-card::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: '';
	margin-left: -8px;
	margin-top: -7px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, 0.3);
	filter: blur(2px);
	z-index: -1;
}
.map-card::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

/* 分页 */
.pageNav {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-align: right;
}
.pageNav a,
.pageNav span {
	margin: 0 3px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	background: #fff;
	display: inline-block;
	display: inline;
	zoom: 1;
	text-align: center;
	color: #999;
	border: 1px solid #bfbfbf;
}
.pageNav span.info {
	background: none;
}
.pageNav a:hover,
.pageNav span.current {
	background: #000;
	color: #fff;
	border-color: #000;
}
.pageNavLeft {
	text-align: left;
}
.pageNavCenter {
	text-align: center;
}
.pageNavRight {
	text-align: right;
}

.notdata {
	line-height: 35px;
	border: 1px dashed #ccc;
	margin: 20px 0;
	text-align: center;
}
.notdataw {
	color: #fff;
	padding: 50px 0;
}

.loading-wrap {
	margin-top: 10px;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}
.loading {
	position: relative;
	display: inline-block;
	padding: 5px 5px 5px 50px;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	border-radius: 5px;
	background: url(../../../../Public/images/loading.gif) 10px center no-repeat;
}

/* 以上为通用样式 */

/* my flex */
.flex-display {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-alignC {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.flex-flex1 {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex: 1;
}
.flex-flex2 {
	-webkit-flex: 2;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	-moz-flex: 2;
	flex: 2;
}
.galleryOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	display: none;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.galleryOverlay.visible {
	opacity: 1;
}
.gallerySlider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
}
.gallerySlider .placeholder {
	/*background: url("../images/loading.gif") no-repeat center center;*/
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.gallerySlider .placeholder:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.gallerySlider .placeholder img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.prevArrow,
.nextArrow {
	border: none;
	text-decoration: none; /*background: url(../images/arrows.png) no-repeat;*/
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	margin-top: 0px;
}
.prevArrow:hover,
.nextArrow:hover {
	opacity: 1;
}
.prevArrow {
	background-position: left top;
	left: 0;
}
.nextArrow {
	background-position: right top;
	right: 0;
}
.pagelimit {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -18px;
	color: #fff;
	font-size: 18px;
}
.closed {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 2%;
	top: 3%;
	background: url(../images/close.png) no-repeat;
	transition-duration: 0.5s;
}
.closed:hover {
	opacity: 0.5;
}

.popup-close {
	z-index: 1;
	width: 30px;
	height: 30px;
	background: url('../images/xx.png') center no-repeat;
	background-size: 40%;
	text-align: center;
	padding: 10px;
	position: absolute;
	right: 1%;
	display: block;
	top: 30px;
	cursor: pointer;
}

/* 手机导航 */
.menu.m {
	position: relative;
	width: 28px;
	height: 26px;
	z-index: 11;
	cursor: pointer;
	display: none;
}

body.open .menu.m span:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}

body.open .menu.m span:nth-child(2) {
	transform: scale(0, 1);
}

body.open .menu.m span:nth-child(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.menu.m span {
	position: absolute;
	width: 100%;
	display: block;
	height: 2px;
	background: #000;
	left: 0;
	top: 0;
	transition: all 500ms;
	z-index: 11;
	border-radius: 2em;
}

.menu.m_o span {
	background: #fff;
}

.menu.m span:nth-child(2) {
	top: 10px;
}

.menu.m span:nth-child(3) {
	top: 21px;
}

.m_nav {
	display: block;
	position: fixed;
	top: 60px;
	padding-top: 30px;
	padding: 20px 32px 0 32px;
	/* box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38); */
	width: 100%;
	height: calc(100% - 60px);
	/* background: rgba(0, 0, 0, .85); */
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transform: translateX(100%);
}

.bot {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 8%;
	text-align: center;
}

.bot p:first-child {
	font-size: 14px;
	color: #767676;
	font-weight: 500;
}

.bot p:nth-child(2) {
	font-size: 24px;
	color: #282828;
	font-weight: 500;
}

.bot .input {
	width: 90%;
	height: 46px;
	background: var(--main-color);
	margin: 0 auto;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 0 6%;
	margin-top: 4%;
}

.bot .input input {
	background: transparent;
	flex-shrink: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
}

.bot .input img {
	width: 22px;
	flex-shrink: 0;
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.m_nav .ul li {
	/* border-bottom: 1px solid #f5f5f5; */
	transform: translateY(0);
	transform: translateY(100%);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
	transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(8) {
	transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(9) {
	transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	height: 72px;
	line-height: 72px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
	font-size: 18px;
	color: #fff;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
	background: var(--main-color);
}

.swiper .swiper-button-prev {
	left: 60px;
}

.swiper .swiper-button-next {
	right: 60px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    display: inline-block;
    background: #d6d8e1;
    opacity: 0.2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-color);
    width: 56px;
    transition-delay: 0s;
}
.banner .swiper-pagination {
    bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 4px;
    cursor: pointer;
    border-radius: 0;
    background: #d6d8e1;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #01AE09;
    z-index: 11;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 60px;
}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    animation: banAnimate 5s;
    animation-timing-function: linear;
}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before {
    animation: banAnimate 5s;
    animation-timing-function: linear;
}

@keyframes banAnimate {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}