﻿@charset "UTF-8";
@import url(https://js.eglobe.cn/font/Poppins/font.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', 'Arial', 'Lucida Grande', 'Microsoft Yahei';
padding:0;margin:0;font-size:14px;font-size:1.4rem;}
fieldset, img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
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}
[data-ease="ease"]{
		-o-transition:ease .3s;
		-ms-transition:ease .3s;
		-moz-transition:ease .3s;
		-webkit-transition:ease .3s;
		transition:ease .3s;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
}
a{color:#444; text-decoration:none;}/*默认链接显示颜色666666*/
img,object{
	max-width:100%;
	vertical-align:top;
}
td{border:solid #efefef; border-width:0px 1px 1px 0px;}
table{border:solid #efefef; border-width:1px 0px 0px 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;
}
[data-font="omit"]{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*单行文字溢出省略*/
[data-fontmore="omitm"]{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*多行文字溢出省略*/
/*文字省略all*/
[data-shadow="fontshadow"]{
	text-shadow:1px 1px 1px #000;
}
/*文字阴影X轴1px、Y轴1px、模糊1px、颜色（黑）兼容IE10+*/
.clear{clear:both;}/*清除浮动*/


/*----------------h字体----------------------*/

h1 {
	font-size: 65px;
	font-size:6.5rem;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	font-size:4rem;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	font-size:2.8rem;
	color: #2d3033;
	font-weight: 700;
}
h4 {
	font-size: 22px;
	font-size:2.2rem;
	color: #2d3033;
	font-weight: 700;
}
h5 {
	font-size: 14px;
	font-size:1.4rem;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}

/* 手机导航 */
.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;
}

.main_nav {
	display: block;
	position: fixed;
	top: 127px;
	padding-top: 30px;
	padding: 20px 32px 0 32px;
	/* box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38); */
	width: calc(100% - 64px);
	height: calc(100% - 127px);
	/* 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;
}

.main_nav.open {
	transform: translateX(0);
}

.main_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.main_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.main_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.main_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.main_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;
}

.main_nav.open .ul li {
	opacity: 1;
	transform: translateY(0);
}

.main_nav .ul li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(2) {
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(3) {
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(4) {
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(5) {
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(6) {
	transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(7) {
	transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(8) {
	transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul li:nth-child(9) {
	transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.main_nav .ul > li > a {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	height: 72px;
	line-height: 72px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: ease-in-out 0.3s;
}

.main_nav .ul li a i {
	display: block;
	transform: rotate(180deg);
}

@keyframes banAnimate {
	0% {
		width: 0;
	}
	100% {
		width: 60px;
	}
}

.mb_navpage {
	display: none;
	padding: 0px 32px 0 32px;
	width: 100%;
	background: #fff;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.mb_navpage .item_dd {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	width: 100%;
	/* border-bottom: 1px solid #e5e5e5; */
}

.mb_navpage .item_dd a {
	padding-left: 20px;
	font-size: 14px;
}


/* 分页 */
.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:28px;background:#e7e7e7;
display:inline-block;*display:inline;*zoom:1;text-align:center}
.pageNav span.info{background:none}
.pageNav a:hover,
.pageNav span.current{background:#ff534f;color:#fff}
.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;}

/* 以上为通用样式 */