@charset "utf-8";

/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 12px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555;
}

::selection {
	background-color: #ffd026;
	color: #fff;
}

::-moz-selection {
	background-color: #ffd026;
	color: #fff;
}

::-webkit-selection {
	background-color: #ffd026;
	color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
	box-sizing: content-box;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
	font-size: 100px;
}

body {
	font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0;
	line-height: 1.5;
}

*:before,
*:after {
	box-sizing: content-box;
}

:focus {
	outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

li,
ul {
	list-style-type: none;
}

img {
	border: none;
}

input,
textarea {
	outline: 0;
	border: 0;
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
	font-weight: normal;
	font-style: normal;
}

.webqq_ewm {
	box-sizing: content-box;
}

html {
	cursor: url(../images/cur.png), default;
}

a {
	cursor: url(../images/Acur.png), default;
}

textarea {
	animation: animated 1s infinite;
	-moz-animation: animated 1s infinite;
	-webkit-animation: animated 1s infinite;
	-o-animation: animated 1s infinite;
}

input[type="text"] {
	animation: animated 1s infinite;
	-moz-animation: animated 1s infinite;
	-webkit-animation: animated 1s infinite;
	-o-animation: animated 1s infinite;
}

input[type="button"] {
	cursor: url(../images/Acur.png), default !important;
}

input,
button {
	outline: none;
}

@keyframes animated {
	0% {
		cursor: url('../images/Pcuro1.png'), auto;
	}

	8.8% {
		cursor: url('../images/Pcuro2.png'), auto;
	}

	17.6% {
		cursor: url('../images/Pcuro3.png'), auto;
	}

	26.4% {
		cursor: url('../images/Pcuro4.png'), auto;
	}

	35.2% {
		cursor: url('../images/Pcuro5.png'), auto;
	}

	44% {
		cursor: url('../images/Pcuro6.png'), auto;
	}

	52.8% {
		cursor: url('../images/Pcuro7.png'), auto;
	}

	61.6% {
		cursor: url('../images/Pcuro8.png'), auto;
	}

	70.4% {
		cursor: url('../images/Pcuro9.png'), auto;
	}

	79.2% {
		cursor: url('../images/Pcuro10.png'), auto;
	}

	88% {
		cursor: url('../images/Pcuro11.png'), auto;
	}

	100% {
		cursor: url('../images/Pcuro12.png'), auto;
	}
}

.wjdh-ico1,
.wjdh-ico2 {
	vertical-align: middle;
}

.le {
	float: left;
}

.ri {
	float: right;
}

.clear {
	clear: both;
}

.fd:hover,
.fd:focus {
	-webkit-animation: fd 1s;
	animation: fd 1s;
	box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

@-webkit-keyframes fd {
	0% {
		box-shadow: 0 0 0 0 var(--hover);
	}
}

@keyframes fd {
	0% {
		box-shadow: 0 0 0 0 var(--hover);
	}
}

@keyframes menu1 {
	0% {
		opacity: 0;
		transform: translateX(8px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes myfirst {

	0%,
	100% {
		-webkit-transform: translate(0, -5px) rotateZ(0);
	}

	50% {
		-webkit-transform: translate(0, 0) rotateZ(0);
	}
}

@-webkit-keyframes myfirst1 {

	0%,
	100% {
		-webkit-transform: translate(0, -10px) rotateZ(0);
	}

	50% {
		-webkit-transform: translate(0, 0) rotateZ(0);
	}
}

@keyframes myfirst2 {

	0%,
	100% {
		-webkit-transform: translate(-5px, 0);
	}

	50% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes msClock {

	0%,
	70%,
	100% {
		transform: rotate(0) scale(1);
	}

	10%,
	30% {
		transform: rotate(-15deg) scale(1.1);
	}

	20%,
	40% {
		transform: rotate(15deg) scale(1.1);
	}
}

.button.dark {
	--shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
	--shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}

.button.white {
	--shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
	--shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}

.button {
	--text: #fff;
	--font-size: 16px;
	--duration: 0.5s;
	--move-hover: -4px;
	font-family: 'Roboto';
	font-weight: 500;
	line-height: var(--font-size);
	display: block;
	outline: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
	font-size: var(--font-size);
	letter-spacing: 0.5px;
	background: var(--background);
	color: var(--text);
	box-shadow: var(--shadow);
	-webkit-transform: translateY(var(--y));
	transform: translateY(var(--y));
	transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
	transition: transform var(--duration) ease, box-shadow var(--duration) ease;
	transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

.button span {
	text-align: center;
}

.button span i {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-style: normal;
}

.button span i:nth-child(1) {
	--d: 0.05s;
}

.button span i:nth-child(2) {
	--d: 0.1s;
}

.button span i:nth-child(3) {
	--d: 0.15s;
}

.button span i:nth-child(4) {
	--d: 0.2s;
}

.button span i:nth-child(5) {
	--d: 0.25s;
}

.button span i:nth-child(6) {
	--d: 0.3s;
}

.button span i:nth-child(7) {
	--d: 0.35s;
}

.button span i:nth-child(8) {
	--d: 0.4s;
}

.button span i:nth-child(9) {
	--d: 0.45s;
}

.button span i:nth-child(10) {
	--d: 0.5s;
}

.button span i:nth-child(11) {
	--d: 0.55s;
}

.button:hover {
	--y: var(--move-hover);
	--shadow: var(--shadow-hover);
	--move: -4px;
	--shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}

.button:hover i {
	-webkit-animation: move var(--duration) linear var(--d);
	animation: move var(--duration) linear var(--d);
}

.button.smoke {
	--move: 12px;
	--move-y: -8px;
	--blur: 4px;
}

.button.smoke:hover i {
	--duration: 1s;
	-webkit-animation: smoke var(--duration) linear var(--d);
	animation: smoke var(--duration) linear var(--d);
}

.button.drive {
	--move: 16px;
	--skew: 25deg;
	--skew-fast: 40deg;
	--skew-bounce: -12px;
}

.button.drive:hover i {
	--duration: 1s;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: drive var(--duration) linear var(--d);
	animation: drive var(--duration) linear var(--d);
}

.btnstyle1 {
	position: relative;
	z-index: 1;
	transition: color 0.3s;
	box-sizing: border-box;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden;
}

.btnstyle1::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	background-color: #ec2f28;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.btnstyle1::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	background-color: #d0231c;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.btnstyle1:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.btnstyle1:hover::before {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.btnstyle2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
}

.btnstyle2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fda454;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.btnstyle2:hover {
	color: #333;
	background-color: #fff;
}

.btnstyle2:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

@-webkit-keyframes move {
	40% {
		-webkit-transform: translateY(var(--move));
		transform: translateY(var(--move));
		text-shadow: var(--shadow-active);
	}
}

@keyframes move {
	40% {
		-webkit-transform: translateY(var(--move));
		transform: translateY(var(--move));
		text-shadow: var(--shadow-active);
	}
}

@-webkit-keyframes smoke {

	45%,
	55% {
		-webkit-filter: blur(var(--blur));
		filter: blur(var(--blur));
	}

	50%,
	50.1% {
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(var(--move)) translateY(var(--move-y));
		transform: translateX(var(--move)) translateY(var(--move-y));
	}

	50.1% {
		-webkit-transform: translateX(calc(var(--move) * -1));
		transform: translateX(calc(var(--move) * -1));
	}
}

@keyframes smoke {

	45%,
	55% {
		-webkit-filter: blur(var(--blur));
		filter: blur(var(--blur));
	}

	50%,
	50.1% {
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(var(--move)) translateY(var(--move-y));
		transform: translateX(var(--move)) translateY(var(--move-y));
	}

	50.1% {
		-webkit-transform: translateX(calc(var(--move) * -1));
		transform: translateX(calc(var(--move) * -1));
	}
}

@-webkit-keyframes drive {
	40% {
		opacity: 1;
	}

	55% {
		-webkit-transform: skewX(var(--skew)) translateX(var(--move));
		transform: skewX(var(--skew)) translateX(var(--move));
	}

	56% {
		-webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
		transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
	}

	55%,
	56% {
		opacity: 0;
	}

	75% {
		-webkit-transform: skewX(var(--skew));
		transform: skewX(var(--skew));
	}

	85% {
		-webkit-transform: skewX(var(--skew-bounce));
		transform: skewX(var(--skew-bounce));
	}
}

@keyframes drive {
	40% {
		opacity: 1;
	}

	55% {
		-webkit-transform: skewX(var(--skew)) translateX(var(--move));
		transform: skewX(var(--skew)) translateX(var(--move));
	}

	56% {
		-webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
		transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
	}

	55%,
	56% {
		opacity: 0;
	}

	75% {
		-webkit-transform: skewX(var(--skew));
		transform: skewX(var(--skew));
	}

	85% {
		-webkit-transform: skewX(var(--skew-bounce));
		transform: skewX(var(--skew-bounce));
	}
}

@keyframes movec {

	0%,
	100% {
		clip: rect(0, 300px, 5px, 0);
	}

	25% {
		clip: rect(0, 300px, 210px, 295px);
	}

	50% {
		clip: rect(205px, 300px, 210px, 0);
	}

	75% {
		clip: rect(0, 5px, 210px, 0px);
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(24, 125, 178, 0.1), 0 0 0 10px #187db2;
	}

	100% {
		box-shadow: 0 0 0 10px #187db2, 0 0 0 15px rgba(24, 125, 178, 0);
	}
}

@keyframes ripple2 {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 204, 67, 0.1), 0 0 0 10px #ffcc43;
	}

	100% {
		box-shadow: 0 0 0 10px #ffcc43, 0 0 0 15px rgba(255, 204, 67, 0);
	}
}

@keyframes tra1 {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes tra2 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes rotate {
	0% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(180deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.1), 0 0 0 10px rgba(51, 51, 51, 0.2);
	}

	100% {
		box-shadow: 0 0 0 10px rgba(51, 51, 51, 0.1), 0 0 0 15px rgba(51, 51, 51, 0);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		-moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		-moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

#fp-nav {
	right: 1.5rem;
}

#fp-nav ul li {
	font-size: 0;
}

a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mdao {
	display: none;
}
.headernav .sp_header{
	display: none;
}
.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 5px;
}

.sp_nav span {
	display: block;
	background: #333;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #333;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top:.7rem;
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
	background: #333;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #fff;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.headernav {
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 50px;
}

.headernav .logo {
	width: 18%;
	height: 50px;
	float: left;
}

.headernav .nav {
	height: 50px;
	width: 65%;
	float: left;
}

.headernav .nav .center {
	position: relative;
}

.headernav .nav .center>ul {
	margin-bottom: 0px;
}

.headernav .nav .center>ul>li {
	width: 12.5%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.headernav .nav .center>ul>li>a {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
}

.headernav .nav .center>ul>.another>a {
	border-bottom: 2px solid #333;
}

.headernav .nav .center>ul>li:hover>a {
	border-bottom: 2px solid #333;
}

.headernav .nav li {
	transition: 0.3s;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	position: relative;
}

.headernav .nav li a {
	font-size: 0.17rem;
	color: #333;
	transition: 0.3s;
	position: relative;
}

.headernav .nav li .kua {
	width: 0;
	position: absolute;
	left: -25px;
	top: 200px;
	z-index: -2;
	opacity: 0;
	transition: 0.5s;
}

.headernav .nav li .kua li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #aaa;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}

.headernav .nav li .kua li a {
	color: #fff;
	font-size: 0.15rem;
	transition: 0.3s;
}

.headernav .nav li .kua li:hover {
	background: #ffd026;
}

.headernav .nav ul>li:hover {
	overflow: visible;
}

.headernav .nav ul>li:hover .kua {
	opacity: 1;
	top: 50px;
	z-index: 9;
	transition: 0.5s;
	width: 150px;
}

.headernav .nav ul>li:hover .links {
	top: 50px;
	opacity: 1;
	transition: 0.5s;
	overflow: auto;
	z-index: 9;
	left: -80px;
}

.headernav .nav ul .link {
	position: inherit;
}

.headernav .nav .links {
	position: absolute;
	top: 200px;
	left: 500px;
	z-index: -2;
	border-radius: 10px;
	opacity: 0;
	transition: 0.5s;
}

.headernav .nav .links li {
	line-height: normal;
}

.headernav .nav ul>li:hover .content {
	width: 1025px;
	padding: 2.2em 3em;
	border: 1px solid #eee;
}

.headernav .nav .content {
	transition: 0.5s;
	width: 0;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 0 3px 1px #e6e6e6;
	text-align: left;
	max-height: 600px;
	border-radius: 10px;
	background: #fff url(../images/y3.png) no-repeat -5px -5px;
}

.headernav .nav .content .biao {
	width: 90%;
	float: right;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.headernav .nav .content .biao h3 {
	width: 100%;
	height: 55px;
	margin-left: -110px;
	font-size: 0.24rem;
	font-weight: bold;
	color: #262626;
	float: left;
}

.headernav .nav .content .biao .zx:hover {
	text-indent: 36px;
}

.headernav .nav .content .biao .zx {
	width: 163px;
	height: 40px;
	background-color: #ffd026;
	border-radius: 15px;
	transition: 0.5s;
	line-height: 40px;
	position: absolute;
	right: -80px;
	top: -5px;
	text-indent: 32px;
}

.headernav .nav .content .biao .zx a {
	font-size: 0.14rem;
	color: #fffefe;
	text-indent: 20px;
}

.headernav .nav .content .ti {
	width: 100%;
	height: 60px;
	margin-top: 20px;
}

.headernav .nav .content .ti li {
	float: left;
	background: url(../images/y1.png) no-repeat left center;
	padding-left: 20px;
	margin: 15px 0;
	width: 18%;
	transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.headernav .nav .content .ti li:hover {
	background: url(../images/y2.png) no-repeat left center;
}

.headernav .nav .content .ti li:hover a {
	color: #000;
}

.headernav .nav .content .ti li a {
	color: #808080;
	font-size: 0.16rem;
	transition: 0.4s;
}

.headernav .nav .content .tuw {
	width: 100%;
	/* height: 330px; */
	margin-top: 20px;
}

.headernav .nav .content .tuw .da {
	font-size: 0.2rem;
	color: #333;
	background: url(../images/jx1.png) no-repeat left center;
	padding-left: 25px;
	margin-left: 2px;
}

.headernav .nav .content .tuw li {
	width: 20%;
	height: 130px;
	float: left;
	margin-top: 20px;
	margin-left: 0;
}

.headernav .nav .content .tuw li .tu {
	width: 100%;
	height: 130px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	background: rgba(0, 0, 0, 0);
}

.headernav .nav .content .tuw li .tu img {
	width: 100%;
	height: 130px;
	display: block;
	border-radius: 10px;
}

.headernav .nav .content .tuw li .tu:hover .ku {
	opacity: 1;
	width: 165px;
	height: 108px;
	margin: 0;
}

.headernav .nav .content .tuw li .tu .ku {
	position: absolute;
	left: 18px;
	top: 10px;
	margin: -10px -15px;
	width: 100%;
	height: 130px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	opacity: 0;
	transition: 0.5s;
}

.headernav .nav .content .tuw li .tu .ku a {
	width: 100%;
	text-align: center;
	display: block;
	padding: 32px 20px;
	box-sizing: border-box;
	font-size: 0.14rem;
	color: #fff;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.headernav .nav .center .main-nav>ul>li:hover .kua {
	opacity: 1;
	top: 60px;
	z-index: 99999999999999999;
}

.headernav .diri {
	width: 16%;
	float: right;
	margin-top: 16px;
	height: 18px;
	border-left: 1px solid #5d5d5d;
	box-sizing: border-box;
	padding-left: 20px;
}

.headernav .diri .topxunpan .xp {
	position: relative;
	width: 100%;
	height: 18px;
	padding-left: 25px;
	background: url('../images/ld.png') no-repeat left center;
	text-align: center;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 18px;
}

.headernav .diri .topxunpan .xp img {
	margin-right: 2px;
	margin-right: 5px;
	vertical-align: baseline;
}

.headernav .diri .topxunpan .topxunpan a {
	line-height: 34px;
	color: #333;
	float: right;
	font-size: 14px;
	display: inline-block;
	transition: 0.7s;
}

.headernav .diri .topxunpan .topxunpan a:hover {
	color: #999;
}

.headernav .diri .topxunpan .topxunpan a::after {
	content: '|';
	margin-left: 5px;
	margin-right: 5px;
	color: #aaaaaa;
}

.headernav .diri .topxunpan .xp #xunpantip {
	z-index: 999999999999999999999;
	position: absolute;
	top: 45px;
	left: 50%;
	width: 180px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666;
	font-size: 14px;
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: transform 0.4s, opacity 0.4s;
	-moz-transition: transform 0.4s, opacity 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	-ms-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0;
}

.headernav .diri .topxunpan .xp #xunpantip::after {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-bottom-color: #fff;
}

.headernav .diri .topxunpan .xp #xunpantip.xunpantextactive {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	opacity: 1;
	z-index: 999999999999999999999;
}

.headernav .diri .topxunpan .xp #xunpantip {
	z-index: 999999999999999999999;
	position: absolute;
	top: 45px;
	left: 50%;
	width: 180px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: transform 0.4s, opacity 0.4s;
	-moz-transition: transform 0.4s, opacity 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	-ms-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	background-color: #ffd026;
	border-radius: 4px;
	opacity: 0;
}

.headernav .diri .topxunpan .xp #xunpantip::after {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-bottom-color: #ffd026;
}

.headernav .diri .topxunpan .xp #xunpantip.xunpantextactive {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	opacity: 1;
	z-index: 999999999999999999999;
}
.headernav_neiye{
	z-index: 999;
    position: relative;
    height: 1rem;
    background: #fff;
}
.section6 {
	position: relative;
	width: 100%;
	padding-top: 0.8rem;
	box-sizing: border-box;
}

.section6 .container {
	position: relative;
}

.section6 .mfooter {
	display: none;
}

.section6 .di {
	position: absolute;
	top: 0;
	left: 0;
	width: 66.6%;
	height: 100%;
	background: url("../images/dilian.png") no-repeat left center;
}

.section6 .di2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.3%;
	height: 100%;
	background: url("../images/didao.png") no-repeat right center;
}

.section6 .fole {
	box-sizing: border-box;
	padding-right: 5%;
}

.section6 .fole .liti {
	margin-top: 0.8rem;
	width: 100%;
	background: url("../images/contactus.png") no-repeat left center;
	padding-top: 0.37rem;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
}

.section6 .fole .lian {
	margin-top: 0.7rem;
}

.section6 .fole .lian li {
	float: left;
	width: 40%;
	font-size: 0.16rem;
	line-height: 0.38rem;
	color: #000;
}

.section6 .fole .yqlj {
	margin-top: 0.55rem;
	width: 100%;
	line-height: 0.38rem;
}

.section6 .fole .yqlj .ti {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	float: left;
}

.section6 .fole .yqlj li {
	float: left;
	transition: 0.3s;
	margin-right: 0.2rem;
	font-size: 16px;
}

.section6 .fole .yqlj li a {
	color: #000;
}

.section6 .fole .ly {
	margin-top: 0.55rem;
}

.section6 .fole .ly #tel {
	float: right;
}

.section6 .fole .ly #tel2 {
	float: right;
}

.section6 .fole .ly input {
	box-sizing: border-box;
	padding: 0 10px 0 5px;
	width: 47%;
	height: 50px;
	background: transparent;
	border-bottom: 1px solid #535353;
	display: block;
	transition: 0.7s;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #000;
	float: left;
}

.section6 .fole .ly input::placeholder {
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000;
}

.section6 .fole .ly #codeText {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #000;
	background: none;
	float: right;
	border: none;
}

.section6 .fole .ly .yzm {
	position: relative;
	width: 1.9rem;
	height: 50px;
	border: solid 1px #535353;
	font-weight: normal;
	float: left;
	margin-top: 0.3rem;
}

.section6 .fole .ly #imgCode {
	position: absolute;
	display: block;
	width: 0.88rem;
	height: 34px;
	top: 8px;
	right: 5px;
	color: #000;
}

.section6 .fole .ly #btn {
	width: 1.9rem;
	height: 50px;
	background-color: #ffd026;
	display: block;
	font-size: 15px;
	box-sizing: border-box;
	color: #fff;
	outline: none;
	cursor: pointer;
	line-height: 50px;
	float: left;
	text-align: center;
	margin-top: 0.3rem;
	margin-left: 0.15rem;
}

.section6 .fole .ly #contant {
	margin-top: 20px;
	box-sizing: border-box;
	padding: 5px 10px 0 5px;
	width: 100%;
	display: block;
	transition: 0.7s;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	height: 1.2rem;
	background: transparent;
	border-bottom: 1px solid #535353;
	float: left;
}

.section6 .fole .ly #contant::placeholder {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
}

.section6 .fole .ly #codeText2 {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #000;
	background: none;
	float: right;
	border: none;
}

.section6 .fole .ly .yzm {
	position: relative;
	width: 1.9rem;
	height: 50px;
	border: solid 1px #535353;
	font-weight: normal;
	float: left;
	margin-top: 0.3rem;
}

.section6 .fole .ly #imgCode2 {
	position: absolute;
	display: block;
	width: 0.58rem;
	height: 34px;
	top: 8px;
	right: 5px;
	color: #000;
}

.section6 .fole .ly #btn2 {
	width: 1.9rem;
	height: 50px;
	background-color: #ffd026;
	display: block;
	font-size: 15px;
	box-sizing: border-box;
	color: #fff;
	outline: none;
	cursor: pointer;
	line-height: 50px;
	float: left;
	text-align: center;
	margin-top: 0.3rem;
	margin-left: 0.15rem;
}

.section6 .fole .ly #contant2 {
	margin-top: 20px;
	box-sizing: border-box;
	padding: 5px 10px 0 5px;
	width: 100%;
	display: block;
	transition: 0.7s;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	height: 1.2rem;
	background: transparent;
	border-bottom: 1px solid #535353;
	float: left;
}

.section6 .fole .ly #contant2::placeholder {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000;
}

.section6 .fole .er {
	width: 1rem;
	margin-top: 0.3rem;
	margin-left: 0.4rem;
	float: right;
}

.section6 .fole .er img {
	width: 1rem;
	height: 1rem;
}

.section6 .fole .er p {
	text-align: center;
	font-size: 14px;
	color: #747474;
	line-height: 0.3rem;
}

.section6 .fori .fd {
	width: 56px;
	height: 56px;
	background: url("../images/top.png") no-repeat center top;
	position: absolute;
	right: 0;
	bottom: -0.3rem;
}

.section6 .fori ul {
	margin-top: 0.8rem;
	width: 100%;
	box-sizing: border-box;
	padding-left: 1.5rem;
}

.section6 .fori ul li:hover {
	background: url(../images/da_03.png) no-repeat center;
}

.section6 .fori ul li {
	text-align: center;
	transition: 0.3s;
	width: 2rem;
	line-height: 0.75rem;
	font-size: 0.18rem;
}

.section6 .fori ul li a {
	color: #000;
}

.section6 .ban {
	width: 100%;
	height: 0.65rem;
	line-height: 0.65rem;
	border-top: 1px solid rgba(153, 153, 153, 0.3);
	font-size: 0.14rem;
}

.section6 .ban p {
	color: #565656;
}

.section6 .ban p a {
	color: #565656;
}

@media screen and (max-width: 1200px) {
	.headernav .diri {
		display: none;
	}

	.headernav .nav {
		width: 75%;
		float: right;
	}
}

@media screen and (max-width: 768px) {
	.section6 {
		background: url("../images/mb6.png") no-repeat center top;
		padding: 0.6rem 0.2rem 0 0.2rem;
	}

	.section6 .footer {
		display: none;
	}

	.section6 .mfooter {
		display: block;
	}

	.section6 .fole .liti {
		margin-top: 0px;
		background: url("../images/contactus1.png") no-repeat left center;
	}

	.section6 .fole .ly .yzm {
		width: 40%;
	}

	.section6 .fole .ly #btn2 {
		width: 40%;
		background: #333;
	}

	.section6 .fole .lian {
		margin-top: 0.4rem;
	}

	.section6 .fole .lian li:nth-child(3),
	.section6 .fole .lian li:nth-child(4) {
		width: 100%;
	}

	.section6 .fole .lian li {
		width: 50%;
	}

	.section6 .fole .yqlj {
		margin-top: 0.3rem;
	}

	.section6 .fole .er {
		margin-top: 0.3rem;
		width: 1rem;
		float: left;
	}

	.section6 .fole .er img {
		width: 1rem;
		height: 1rem;
	}

	.section6 .di {
		display: none;
	}

	.section6 .di2 {
		display: none;
	}

	.section6 .ban {
		margin-top: 0.2rem;
		border: none;
		height: 2rem;
		line-height: 0.3rem;
	}

	.section6 .ban p {
		color: #565656;
		margin-bottom: 0px;
	}

	.section6 .ban p a {
		color: #565656;
	}

	.section6 .ban .tu {
		float: left;
	}

	.section6 .ban .tu img {
		max-height: 20px;
	}

	.headernav .nav {
		display: none;
	}

	.headernav {
		margin-top: 0.20rem;
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.headernav .logo {
		width: 1.4rem;
	}

	.headernav .logo img {
		height: .4rem;
	}

	.mdao {
		display: block;
	}
	.headernav .sp_header{
		display: block;
	}
	.swiper-container {
		width: 100%;
		height: 100%;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.menu {
		min-width: 100px;
		width: 70%;
		max-width: 320px;
		background-color: #2C8DFB;
		color: #fff;
	}

	.content {
		width: 100%;
	}

	.menu-button {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 15px;
		cursor: pointer;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		background-color: #2C8DFB;
		/*margin: 14px;
    border-radius: 5px;*/
	}

	.menu-button .bar:nth-of-type(1) {
		margin-top: 0px;
	}

	.menu-button .bar:nth-of-type(3) {
		margin-bottom: 0px;
	}

	.bar {
		position: relative;
		display: block;
		width: 50px;
		height: 5px;
		margin: 10px auto;
		background-color: #fff;
		border-radius: 10px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.menu-button:hover .bar:nth-of-type(1) {
		-webkit-transform: translateY(1.5px) rotate(-4.5deg);
		-ms-transform: translateY(1.5px) rotate(-4.5deg);
		transform: translateY(1.5px) rotate(-4.5deg);
	}

	.menu-button:hover .bar:nth-of-type(2) {
		opacity: 0.9;
	}

	.menu-button:hover .bar:nth-of-type(3) {
		-webkit-transform: translateY(-1.5px) rotate(4.5deg);
		-ms-transform: translateY(-1.5px) rotate(4.5deg);
		transform: translateY(-1.5px) rotate(4.5deg);
	}

	.cross .bar:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		-ms-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}

	.cross .bar:nth-of-type(2) {
		opacity: 0;
	}

	.cross .bar:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		-ms-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}

	.cross:hover .bar:nth-of-type(1) {
		-webkit-transform: translateY(13.5px) rotate(-40.5deg);
		-ms-transform: translateY(13.5px) rotate(-40.5deg);
		transform: translateY(13.5px) rotate(-40.5deg);
	}

	.cross:hover .bar:nth-of-type(2) {
		opacity: 0.1;
	}

	.cross:hover .bar:nth-of-type(3) {
		-webkit-transform: translateY(-13.5px) rotate(40.5deg);
		-ms-transform: translateY(-13.5px) rotate(40.5deg);
		transform: translateY(-13.5px) rotate(40.5deg);
	}
}

.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #666666;
	opacity: 0.5;
	transition: 0.3s;
	z-index: 2147000000;
}

.xcConfirm .popBox {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
	z-index: 2147000001;
	width: 10px;
	height: 0px;
	margin-left: -285px;
	margin-top: -150px;
	border-radius: 5px;
	font-weight: bold;
	color: #535e66;
	transition: 0.3s;
	overflow: hidden;
}

.xcConfirm .popBox .ttBox {
	height: 55px;
	line-height: 30px;
	padding: 14px 30px;
	border-bottom: solid 1px #eef0f1;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
}

.xcConfirm .popBox .txtBox {
	margin: 40px 100px;
	height: 100px;
	overflow: hidden;
}

.xcConfirm .popBox .txtBox p {
	height: 84px;
	margin-top: 16px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
}

.xcConfirm .popBox .txtBox p input {
	width: 364px;
	height: 30px;
	border: solid 1px #eef0f1;
	font-size: 18px;
	margin-top: 6px;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

.xcConfirm .popBox .sgBtn.ok {
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	overflow: hidden;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
	box-sizing: border-box;
	border: none;
	background-color: #ffd026;
	cursor: pointer;
}

.xcConfirm .popBox .sgBtn.ok::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ffd026;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.xcConfirm .popBox .sgBtn.ok:hover {
	color: #ffd026;
	background-color: #fff;
}

.xcConfirm .popBox .sgBtn.ok:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #FFFFFF;
}

.xcConfirm {
	transition: 0.7s;
}

.xcConfirm .openh {
	height: 100%;
}

.xcConfirm .openw1 {
	width: 570px;
}

.xcConfirm .openw {
	height: 300px;
}
