@charset "utf-8";

/* CSS Document */

* {

	margin: 0;

	padding: 0;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	transition: all 0.5s;

	-webkit-transition: all 0.5s;

	-moz-transition: all 0.5s;

	-o-transition: all 0.5s;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {

	margin: 0;

	padding: 0;

	font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;

}

table, td, tr, th {

	border-collapse: collapse;

	border-spacing: 0;

	font-size: 14px;

}

ol, ul {

	list-style: none;

}

li {

	list-style-type: none;

}

img {

	vertical-align: middle;

	border: 0;

}

h1, h2, h3, h4, h5, h6 {

	font-size: inherit;

	font-weight: normal;

}

.clear {

	clear: both;

}

.clear:after {

	display: block;

	overflow: hidden;

	clear: both;

	height: 0;

	visibility: hidden;

	content: ".";

}

a {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

}

a:active {

	text-decoration: none;

}



::placeholder {

 color: #999;

}

.fl {

	float: left;

}

.fr {

	float: right;

}

.w1400 {

	width: 1400px;

	margin: 0 auto;

}

 @media (max-width:1440px) {

.w1400 {

	width: 94%;

}

}

@font-face {

	font-family: "Helvetica";

	src: url('../fonts/Helvetica.ttf');

}

@font-face {

	font-family: "HelveticaBold";

	src: url("../fonts/HelveticaBold.ttf");

}

@font-face {

	font-family: "PangMen";

	src: url("../fonts/PangMen.ttf");

}

@font-face {

	font-family: "YouSheBiaoTiHei";

	src: url("../fonts/YouSheBiaoTiHei.ttf");

}

@font-face {

	font-family: "KOULEN";

	src: url("../fonts/KOULEN-REGULAR.TTF");

}

@font-face {

	font-family: "Impact";

	src: url("../fonts/Impact.ttf");

}

@font-face {

	font-family: "RobotoRegular";

	src: url("../fonts/RobotoRegular.ttf");

}

@font-face {

	font-family: "RobotoBold";

	src: url("../fonts/RobotoBold.ttf");

}

@font-face {

	font-family: "BEBAS";

	src: url('../fonts/BEBASKAI.ttf');

}



/* 设置滚动条的样式 */

::-webkit-scrollbar {

 width: 0;

}



/* 滚动槽宽度 */

::-webkit-scrollbar-track {

 background-color: #e6e6e6;

 border-radius: 0px;

}



::-webkit-scrollbar-thumb {

 background-color: #f7931e;

}



/* 滚动条滑块默认状态 */

::-webkit-scrollbar-thumb:window-inactive {

 background-color: #f7931e;

}

/* 滚动条滑块点击状态 */





/*头部 开始*/

.eyoutop {

	width: 100%;

	height: 90px;

	background-color: rgba(0, 0, 0, .75);

	position: fixed;

	top: 0;

	left: 0;

	z-index: 9999;

}

.eyoutop .eyoutop_Main {

	margin: 0 auto;

	position: relative;

}

.eyoutop_Main .eyou_Logo {

	width: auto;

	height: 50px;

	overflow: hidden;

	margin: 20px 0;

	float: left;

}

.eyou_Logo a {

	display: table-cell;

	vertical-align: middle;

	width: 100%;

	height: 50px;

	overflow: hidden;

}

.eyou_Logo a img {

	display: inline-block;

	max-width: 100%;

	height: auto;

	max-height: 100%;

}

.eyoutop_Main .eyoutop_Tel {

	height: 40px;

	margin: 25px 0 25px 24px;

	float: right;

}

.eyoutop_Tel span {

	display: block;

	width: 40px;

	height: 40px;

	margin: 0 10px 0 0;

	padding: 4px;

	background-color: rgba(230, 31, 77, .15);

	border-radius: 50%;

	float: left;

}

.eyoutop_Tel span i {

	display: block;

	width: 100%;

	height: 100%;

	padding: 6px;

	background-color: #f7931e;

	border-radius: 50%;

}

.eyoutop_Tel span i svg {

	display: block;

	width: 100%;

	height: 100%;

}

.eyoutop_Tel p {

	height: 40px;

	overflow: hidden;

	line-height: 40px;

	color: #fff;

	font-family: "BEBAS";

	font-size: 30px;

	float: left;

}

 @media (max-width:1440px) {

.eyoutop {

	height: 80px;

}

.eyoutop_Main .eyou_Logo {

	margin: 15px 0;

}

.eyoutop_Main .eyoutop_Tel {

	margin: 20px 0 20px 15px;

}

}

 @media (max-width:1200px) {

.eyoutop {

	animation-name: none !important;

}

}

 @media (max-width:1080px) {

.eyoutop {

	height: 64px;

}

.eyoutop_Main .eyou_Logo {

	margin: 7px 0;

}

.eyoutop_Main .eyoutop_Tel {

	margin: 12px 0 12px 20px;

}

.eyoutop_Tel span {

	background-color: #f7931e;

}

.eyoutop_Tel span i {

	padding: 5px;

}

}

 @media (max-width: 767px) {

.eyoutop {

	height: 60px;

	background-color: rgba(0, 0, 0, .85)

}

.eyoutop_Main .eyou_Logo {

	height: 50px;

	margin: 5px 0;

}

.eyou_Logo a {

	height: 50px;

}

.eyoutop_Main .eyoutop_Tel {

	display: none;

}

}

 @media (max-width: 280px) {

.eyoutop_Main .eyou_Logo {

	height: 44px;

	margin: 8px 0;
	max-width: 80%;

}

.eyou_Logo a {

	height: 44px;

}

}

.eyou_Nav {

	width: auto;

	height: auto;

	float: right;

}

.eyou_Nav li, .eyou_Nav a {

	text-decoration: none;

	list-style: none;

}

 .eyou_Nav ::-webkit-scrollbar {

 display: none;

}

.eyou_Nav .nav_list {

	width: 100%;

	margin: 0 auto;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

.eyou_Nav .nav_list>ul>li {

	width: auto;

	position: relative;

	list-style: none;

	padding: 0;

	float: left;

}

.eyou_Nav .nav_list>ul>li:last-child {

	background: none;

}

.eyou_Nav .nav_list>ul>li>a {

	display: inline-block;

	width: 100%;

	line-height: 50px;

	color: #fff;

	font-size: 17px;

	text-align: center;

	padding: 20px 24px;

	text-decoration: none;

	background-color: rgba(0, 0, 0, 0);

	position: relative;

}

.eyou_Nav .nav_list>ul>li:hover>a, .eyou_Nav .nav_list>ul>li.active>a {

	background-color: #f7931e;

}

.eyou_Nav .nav_list>ul>li i {

	display: inline-block;

	width: 20px;

	height: 20px;

	background: url(../images/xx.png) center center no-repeat;

	background-size: 10px 10px;

	vertical-align: middle;

	cursor: pointer;

	display: none;

}

.eyou_Nav .nav_list>ul>li i.cur {

	background: url(../images/up.png) center center no-repeat;

	background-size: 10px 10px;

	text-decoration: none;

}

.eyou_Nav .nav_list>ul>li ul {

	display: none;

	position: absolute;

	left: -20%;

	top: 90px;

	z-index: 9;

	width: 140%;

	overflow: hidden;

	background-color: #fff;

	border-top: 2px solid #f7931e;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

	border-radius: 0 0 2px 2px;

}

.eyou_Nav .nav_list>ul>li:hover ul {

	display: block;

}

.eyou_Nav .nav_list>ul>li ul li {

	width: 100%;

	overflow: hidden;

	margin: 0 auto;

	border-bottom: 1px solid rgba(85, 87, 89, 0.1);

}

.eyou_Nav .nav_list>ul>li ul li:last-child {

	border: 0;

}

.eyou_Nav .nav_list>ul>li ul li a {

	display: block;

	width: 100%;

	height: 40px;

	overflow: hidden;

	line-height: 40px;

	color: #555;

	font-size: 14px;

	text-align: center;

	white-space: nowrap;

	text-overflow: ellipsis;

	margin: 0 auto;

	padding: 0 8px;

}

.eyou_Nav .nav_list>ul>li ul li a:hover {

	color: #f7931e;

}

.eyou_Nav .nav_menu {

	display: none;

}

 @media (max-width:1600px) {

.eyou_Nav .nav_list>ul>li>a {

	font-size: 17px;

}

.eyou_Nav .nav_list>ul>li>a>em.l {

	left: 10px;

}

.eyou_Nav .nav_list>ul>li>a>em.r {

	right: 10px;

}

}

 @media (max-width:1560px) {

.eyou_Nav .nav_list>ul>li>a>em.l {

	left: 8px;

}

.eyou_Nav .nav_list>ul>li>a>em.r {

	right: 8px;

}

}

 @media (max-width:1440px) {

.eyou_Nav .nav_list>ul>li>a {

	font-size: 16px;

	padding: 15px;

}

.eyou_Nav .nav_list>ul>li>a>em.l {

	left: 6px;

}

.eyou_Nav .nav_list>ul>li>a>em.r {

	right: 6px;

}

}

 @media (max-width:1200px) {

.eyou_Nav .nav_list>ul>li>a {

	font-size: 15px;

}

}

 @media (max-width:1080px) {

.eyou_Nav .nav_list {

	width: 60%;

	height: 100%;

	margin: 0;

	padding: 0;

	position: fixed;

	top: 0;

	left: -100%;

	z-index: 9999;

	transition: 0.5s;

	-webkit-transition: 0.5s;

}

.eyou_Nav .nav_list ul {

	width: 50%;

	height: 100%;

	background-color: #fff;

	position: relative;

	z-index: 9999;

}

.eyou_Nav .nav_list .nav_mask {

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.6);

	position: absolute;

	left: 0;

	top: 0;

	z-index: 9998;

}

.eyou_Nav .nav_list ul>li {

	width: 100%;

	overflow: hidden;

	margin: 0 auto;

	padding: 0;

	background: none;

	box-sizing: border-box;

	position: relative;

}

.eyou_Nav .nav_list ul>li a {

	display: block;

	width: 100%;

	line-height: 64px;

	color: #333;

	font-size: 16px;

	text-align: left;

	padding: 0 20px;

	border-bottom: 1px solid rgba(85, 87, 89, 0.1);

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.eyou_Nav .nav_list>ul>li:hover, .eyou_Nav .nav_list>ul>li.active {

	background-color: #f7931e;

}

.eyou_Nav .nav_list>ul>li:hover>a, .eyou_Nav .nav_list>ul>li.active>a {

	color: #fff;

	border-bottom: 1px solid #f7931e;

}

.eyou_Nav .nav_list>ul>li>a>em {

	display: none;

}

.eyou_Nav .nav_list>ul>li>a::after {

	display: none;

}

.eyou_Nav .nav_list>ul>li i {

	display: block;

	width: 60px;

	height: 60px;

	background-size: 14px 9px;

	position: absolute;

	top: 0;

	right: 0;

}

.eyou_Nav .nav_list>ul>li i.cur {

	background-size: 14px 9px;

}

.eyou_Nav .nav_list>ul>li ul {

	width: 100%;

	overflow: hidden;

	position: inherit;

	left: inherit;

	top: inherit;

	background-color: #f8f8f8;

	box-shadow: none;

	border: 0;

	border-radius: 0;

	border-bottom: 1px solid rgba(85, 87, 89, 0.1);

}

.eyou_Nav .nav_list>ul>li:hover>em, .eyou_Nav .nav_list>ul>li.active>em {

	display: none;

}

.eyou_Nav .nav_list>ul>li ul li a {

	height: 48px;

	line-height: 48px;

	color: #888;

	text-align: left;

	border: 0;

	padding: 0 40px;

}

.eyou_Nav .nav_menu {

	display: block;

	width: 40px;

	height: 40px;

	padding: 11px 9px;

	background-color: #f7931e;

	border-radius: 50%;

	margin: 12px 0;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.eyou_Nav .nav_menu span {

	display: block;

	width: 100%;

	height: 2px;

	background-color: #fff;

	border-radius: 1px;

	margin: 0 auto;

}

.eyou_Nav .nav_menu span+span {

	margin-top: 6px;

}

.eyou_Nav .open {

	width: 100%;

	overflow: auto;

	left: 0%;

}

.eyou_Nav .nav_menu:active {

	background-color: #f7931e;

}

}

 @media (max-width: 767px) {

.eyou_Nav .nav_menu {

	margin: 10px 0;

}

.eyou_Nav .nav_list ul>li a {

	line-height: 59px;

}

.eyou_Nav .nav_list ul {

	width: 60%;

}

}

.eylinks {

	width: 100%;

	height: 72px;

	overflow: hidden;

	position: relative;

}

.eylinks::before {

	content: '';

	display: block;

	width: 36%;

	height: 100%;

	background-color: #222;

	position: absolute;

	left: 0;

	top: 0;

}

.eylinks .eylinks_main {

	height: 72px;

	overflow: hidden;

	padding-left: 82px;

	background-color: #fff;

	position: absolute;

	left: 50%;

	top: 0;

	z-index: 1;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	display: flex;

	align-items: center;

}

.eylinks .eylinks_main::before, .eylinks .eylinks_main::after {

	content: '';

	display: block;

	width: 72px;

	height: 72px;

	overflow: hidden;

	position: absolute;

	top: 0;

	transform: skewX(45deg);

	-webkit-transform: skewX(45deg);

	-moz-transform: skewX(45deg);

	-ms-transform: skewX(45deg);

	-o-transform: skewX(45deg);

}

.eylinks .eylinks_main::before {

	background-color: #f7931e;

	left: -24px;

}

.eylinks .eylinks_main::after {

	background-color: #222;

	left: -36px;

}

.eylinks_main .eylinks_title {

	width: 130px;

	height: 72px;

	overflow: hidden;

	line-height: 40px;

	color: #222;

	font-size: 18px;

	font-weight: bold;

	padding: 16px 0;

}

.eylinks_title i {

	display: block;

	width: 26px;

	height: 26px;

	overflow: hidden;

	margin: 7px 10px 7px 0;

	padding: 6px;

	background-color: #f7931e;

	border-radius: 50%;

	float: left;

}

.eylinks_title i svg {

	display: block;

	width: 100%;

	height: 100%;

}

.eylinks_title i svg path {

	fill: #ffffff;

}

.eylinks_main .eylinks_list {

	width: calc(100% - 130px);

	max-height: 72px;

	overflow: hidden;

	padding: 6px 0;

	text-overflow: ellipsis;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

}

.eylinks_list a {

	display: inline-block;

	height: 30px;

	line-height: 30px;

	color: #999;

	font-size: 16px;

	vertical-align: top;

	margin: 0 12px;

}

.eylinks_list a:hover {

	color: #f7931e;

}

 @media (max-width:1440px) {

.eylinks {

	height: 64px;

}

.eylinks .eylinks_main {

	height: 64px;

	padding-left: 72px;

}

.eylinks .eylinks_main::before {

	width: 10px;

	height: 64px;

	left: 32px;

}

.eylinks .eylinks_main::after {

	width: 64px;

	height: 64px;

	left: -32px;

}

.eylinks_main .eylinks_title {

	width: 130px;

	height: 64px;

	line-height: 40px;

	font-size: 18px;

	padding: 12px 0;

}

.eylinks_main .eylinks_list {

	max-height: 64px;

	padding: 2px 0;

}

.eylinks_list a {

	height: 30px;

	line-height: 30px;

	font-size: 15px;

	margin: 0 10px;

}

}

 @media (max-width:1280px) {

.eylinks_main .eylinks_title {

	width: 118px;

	font-size: 16px;

}

.eylinks_main .eylinks_list {

	width: calc(100% - 118px);

}

.eylinks_list a {

	font-size: 14px;

	margin: 0 8px;

}

}

 @media (max-width:767px) {

.eylinks {

	height: auto;

}

.eylinks::before {

	display: none;

}

.eylinks .eylinks_main {

	width: 100%;

	height: auto;

	padding: 10px 3%;

	background-color: #f4f4f4;

	position: inherit;

	left: inherit;

	top: inherit;

	z-index: inherit;

	transform: inherit;

	-webkit-transform: inherit;

	-moz-transform: inherit;

	-ms-transform: inherit;

	-o-transform: inherit;

	display: block;

	align-items: inherit;

}

.eylinks .eylinks_main::before, .eylinks .eylinks_main::after {

	display: none;

}

.eylinks_main .eylinks_title {

	width: 100%;

	height: auto;

	font-size: 18px;

	padding: 0;

}

.eylinks_main .eylinks_list {

	width: 100%;

}

.eylinks_list a {

	margin: 0 8px 0 0;

}

}

.eyoufoot {

	overflow: hidden;

	background-color: #222;

	position: relative;

}

.eyoufoot .eyoufoot_main {

	margin: 0 auto;

	padding-bottom: 40px;

}

.eyoufoot_main .eyoufoot_left {

	width: calc(100% - 400px);

	padding: 60px 0 0;

	float: left;

}

.eyoufoot_nav ul {

	display: flex;

	flex-wrap: wrap;

	justify-content: left;

	margin: 0 -30px;

	overflow: hidden;

}

.eyoufoot_nav ul li {

	width: 33.333333%;

	overflow: hidden;

	padding: 0 30px;

	position: relative;

}

.eyoufoot_nav ul li .eyoufootNav_con {

	padding-left: 60px;

	background: url(../images/ft_line.png) 4px 4px no-repeat;

	position: relative;

}

.eyoufoot_nav ul li .eyoufootNav_con::before, .eyoufoot_nav ul li .eyoufootNav_con::after {

	content: '';

	display: block;

	width: 9px;

	height: 9px;

	overflow: hidden;

	background-color: #393939;

	border-radius: 50%;

	position: absolute;

}

.eyoufoot_nav ul li .eyoufootNav_con::before {

	left: 0;

	top: 0;

}

.eyoufoot_nav ul li .eyoufootNav_con::after {

	left: 9px;

	bottom: 0;

}

.eyoufoot_nav ul li .eyoufootNav_con .eyoufoot_tit {

	margin-bottom: 30px;

}

.eyoufoot_tit p {

	line-height: 28px;

	color: #f7931e;

	font-size: 18px;

	font-weight: bold;

}

.eyoufoot_tit span {

	display: block;

	line-height: 20px;

	color: rgba(255, 255, 255, .25);

	font-size: 14px;

}

.eyoufoot_nav ul li .eyoufootNav_con a {

	display: block;

	width: 100%;

	height: 32px;

	overflow: hidden;

	line-height: 32px;

	color: #fff;

	font-size: 16px;

	white-space: nowrap;

	text-overflow: ellipsis;

	margin-top: 10px;

}

.eyoufoot_nav ul li .eyoufootNav_con a:hover {

	color: #f7931e;

}

.eyoufoot_left .eyoufoot_copy {

	margin-top: 80px;

}

.eyoufoot_copy p {

	line-height: 36px;

	color: rgba(255, 255, 255, .25);

	font-size: 16px;

}

.eyoufoot_copy p a {

	color: rgba(255, 255, 255, .25);

	font-size: 16px;

}

.eyoufoot_copy p a:hover {

	color: #fff;

}

.eyoufoot_main .eyoufoot_right {

	width: 340px;

	height: auto;

	overflow: hidden;

	background-color: #ed8205;

	padding: 40px;

	float: right;

}

.eyoufoot_right .eyoufoot_tel {

	margin-bottom: 20px;

}

.eyoufoot_tel i {

	display: block;

	width: 60px;

	height: 60px;

	overflow: hidden;

	margin-bottom: 16px;

	padding: 12px;

	background-color: #fff;

	border-radius: 50%;

}

.eyoufoot_tel i svg {

	display: block;

	width: 100%;

	height: 100%;

}

.eyoufoot_tel i svg path {

	fill: #f7931e;

}

.eyoufoot_tel span {

	display: block;

	line-height: 30px;

	color: #fff;

	font-size: 18px;

}

.eyoufoot_tel p {

	line-height: 40px;

	color: #fff;

	font-size: 36px;

}

.eyoufoot_tel em {

	display: block;

	line-height: 24px;

	color: rgba(255, 255, 255, .45);

	font-size: 14px;

	font-style: normal;

}

.eyoufoot_ewm {

	display: flex;

	align-items: end;

}

.eyoufoot_ewm img {

	display: block;

	width: 145px;

	height: auto;

}

.eyoufoot_ewm span {

	display: block;

	line-height: 30px;

	color: #fff;

	font-size: 16px;

	padding-left: 15px;

}

 @media (max-width:1440px) {

.eyoufoot .eyoufoot_main {

	padding-bottom: 30px;

}

.eyoufoot_nav ul li .eyoufootNav_con {

	padding-left: 50px;

}

.eyoufoot_nav ul li .eyoufootNav_con a {

	height: 30px;

	line-height: 30px;

	font-size: 15px;

}

.eyoufoot_left .eyoufoot_copy {

	margin-top: 60px;

}

.eyoufoot_copy p, .eyoufoot_copy p a {

	font-size: 15px;

}

.eyoufoot_tel i {

	width: 54px;

	height: 54px;

	margin-bottom: 15px;

}

.eyoufoot_tel span {

	line-height: 26px;

	font-size: 16px;

}

.eyoufoot_tel p {

	line-height: 36px;

	font-size: 32px;

}

.eyoufoot_ewm img {

	width: 130px;

}

.eyoufoot_ewm span {

	line-height: 25px;

	font-size: 15px;

	padding-left: 15px;

}

}

 @media (max-width:1280px) {

.eyoufoot_main .eyoufoot_left {

	width: calc(100% - 360px);

}

.eyoufoot_nav ul {

	margin: 0 -20px;

}

.eyoufoot_nav ul li {

	padding: 0 20px;

}

.eyoufoot_copy p, .eyoufoot_copy p a {

	font-size: 14px;

}

.eyoufoot_main .eyoufoot_right {

	width: 320px;

}

.eyoufoot_ewm img {

	width: 124px;

}

.eyoufoot_ewm span {

	line-height: 24px;

	font-size: 14px;

	padding-left: 14px;

}

}

 @media (max-width:1080px) {

.eyoufoot_main .eyoufoot_left {

	width: calc(100% - 320px);

	padding: 40px 0 0;

}

.eyoufoot_nav ul li .eyoufootNav_con {

	padding-left: 40px;

}

.eyoufoot_nav ul li .eyoufootNav_con .eyoufoot_tit {

	margin-bottom: 20px;

}

.eyoufoot_nav ul li .eyoufootNav_con a {

	margin-top: 5px;

}

.eyoufoot_left .eyoufoot_copy {

	margin-top: 40px;

}

.eyoufoot_copy p.fl, .eyoufoot_copy p.fr {

	text-align: left;

	float: none;

}

.eyoufoot_main .eyoufoot_right {

	width: 280px;

	padding: 30px;

}

.eyoufoot_tel p {

	line-height: 36px;

	font-size: 30px;

}

.eyoufoot_ewm img {

	width: 120px;

}

}

 @media (max-width:920px) {

.eyoufoot .eyoufoot_main {

	padding-bottom: 20px;

}

.eyoufoot_main .eyoufoot_left {

	width: calc(100% - 280px);

	padding: 40px 0 0;

}

.eyoufoot_main .eyoufoot_right {

	width: 260px;

	padding: 30px 20px;

}

.eyoufoot_ewm span {

	padding-left: 12px;

}

}

 @media (max-width:820px) {

.eyoufoot_main .eyoufoot_left {

	width: calc(100% - 240px);

	padding: 30px 0 0;

}

.eyoufoot_left .eyoufoot_copy {

	margin-top: 30px;

}

.eyoufoot_main .eyoufoot_right {

	width: 220px;

	padding: 30px 20px;

}

.eyoufoot_tel span {

	line-height: 24px;

	font-size: 14px;

}

.eyoufoot_tel p {

	line-height: 30px;

	font-size: 24px;

}

.eyoufoot_tel em {

	line-height: 20px;

	font-size: 12px;

}

.eyoufoot_ewm img {

	width: 110px;

}

}

 @media (max-width:767px) {

.eyoufoot .eyoufoot_main {

	width: 100%;

	padding: 0;

}

.eyoufoot_main .eyoufoot_right {

	width: 100%;

	padding: 20px;

	float: none;

}

.eyoufoot_right .eyoufoot_tel {

	margin-bottom: 0;

}

.eyoufoot_tel i {

	float: left;

	margin: 0 12px 0 0;

}

.eyoufoot_tel em {

	display: none;

}

.eyoufoot_ewm {

	display: none;

}

.eyoufoot_ewm img {

	width: 120px;

}

.eyoufoot_main .eyoufoot_left {

	width: 100%;

	padding: 20px 3%;

	float: none;

}

.eyoufoot_left .eyoufoot_nav {

	display: none;

}

.eyoufoot_left .eyoufoot_copy {

	margin-top: 0;

}

.eyoufoot_copy p {

	line-height: 30px;

}

}

.eyouview {

	width: 64px;

	height: auto;

	background-color: #eee;

	border-radius: 2px;

	margin-top: 50px;

	position: fixed;

	top: 50%;

	right: 10px;

	z-index: 999;

	transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.eyouview .eyouview_ewm, .eyouview .eyouview_tel, .eyouview .eyouview_top {

	width: 100%;

	height: auto;

	padding: 15px 0;

	position: relative;

	cursor: pointer;

}

.eyouview .eyouview_tel.mobile_tel {

	display: none;

}

.eyouview .eyouview_ewm::after, .eyouview .eyouview_tel::after {

	content: '';

	display: block;

	width: 28px;

	height: 1px;

	background-color: #ddd;

	position: absolute;

	left: 18px;

	bottom: 0;

}

.eyouview .eyouview_ewm p {

	display: none;

	width: 140px;

	height: 140px;

	padding: 6px;

	background-color: #fff;

	border-radius: 8px;

	box-shadow: 0 0 6px rgba(0, 0, 0, .1);

	position: absolute;

	top: 0;

	right: 72px;

}

.eyouview .eyouview_ewm p img {

	display: block;

	width: 100%;

	height: 100%;

}

.eyouview .eyouview_tel p {

	display: none;

	width: 340px;

	height: 72px;

	line-height: 48px;

	color: #f7931e;

	font-size: 26px;

	font-weight: bold;

	text-align: center;

	padding: 12px 20px;

	background-color: #fff;

	border-radius: 8px;

	box-shadow: 0 0 6px rgba(0, 0, 0, .1);

	position: absolute;

	top: 0;

	right: 72px;

}

.eyouview .eyouview_ewm p::after, .eyouview .eyouview_tel p::after {

	content: '';

	display: block;

	width: 0;

	height: 0;

	border-top: 8px solid transparent;

	border-bottom: 8px solid transparent;

	border-right: 0 solid transparent;

	border-left: 8px solid #fff;

	position: absolute;

	right: -8px;

	top: 20px;

}

.eyouview .eyouview_ewm:hover p, .eyouview .eyouview_tel:hover p {

	display: block;

}

.eyouview .eyouview_ewm i, .eyouview .eyouview_tel i, .eyouview .eyouview_top i {

	display: block;

	width: 28px;

	height: 28px;

	overflow: hidden;

	margin: 0 auto 2px;

}

.eyouview .eyouview_ewm i svg, .eyouview .eyouview_tel i svg, .eyouview .eyouview_top i svg {

	display: block;

	width: 100%;

	height: 100%;

}

.eyouview .eyouview_ewm i svg path, .eyouview .eyouview_tel i svg path {

	fill: #777777;

}

.eyouview .eyouview_ewm:hover i svg path, .eyouview .eyouview_tel:hover i svg path {

	fill: #f7931e;

}

.eyouview .eyouview_ewm span, .eyouview .eyouview_tel span, .eyouview .eyouview_top span {

	display: block;

	width: 100%;

	height: 16px;

	line-height: 16px;

	color: #777;

	font-size: 14px;

	text-align: center;

	margin: 0 auto;

}

.eyouview .eyouview_ewm:hover span, .eyouview .eyouview_tel:hover span, .eyouview .eyouview_top:hover span {

	color: #f7931e;

}

 @media (max-width:820px) {

.eyouview .eyouview_ewm, .eyouview .eyouview_tel {

	display: none;

}

.eyouview .eyouview_tel.mobile_tel {

	display: block;

	padding: 7px 0;

}

.eyouview .eyouview_tel.mobile_tel i {

	width: 22px;

	height: 22px;

}

.eyouview .eyouview_tel.mobile_tel::after {

	left: 12px;

}

.eyouview .eyouview_tel.mobile_tel span {

	font-size: 12px;

}

.eyouview {

	width: 50px;

}

.eyouview .eyouview_top {

	padding: 3px 0 7px;

}

.eyouview .eyouview_top i {

	margin: 0 auto;

}

.eyouview .eyouview_top span {

	height: 12px;

	line-height: 12px;

	font-size: 12px;

}

}

.eytitle {

	margin-bottom: 40px;

}

.eytitle span {

	display: block;

	line-height: 50px;

	color: rgba(0, 0, 0, .06);

	font-size: 60px;

	font-weight: bold;

	font-family: "BEBAS";

	text-align: center;

	margin: 0 auto;

}

.eytitle p {

	line-height: 40px;

	color: #222;

	font-size: 40px;

	font-weight: bold;

	text-align: center;

	margin: -30px auto 16px;

}

.eytitle i {

	display: block;

	height: 16px;

	overflow: hidden;

	text-align: center;

	background: url(../images/dot01.png) center center no-repeat;

	background-size: 60px 16px;

}

.eytitle i::before, .eytitle i::after {

	content: '';

	display: inline-block;

	width: 250px;

	height: 1px;

	overflow: hidden;

	background-color: #e6e6e6;

}

.eytitle i::before {

	margin: 7.5px 40px 0 0;

}

.eytitle i::after {

	margin: 7.5px 0 0 40px;

}

.eytitle1 span {

	color: rgba(255, 255, 255, .06);

	text-align: left;

}

.eytitle1 p {

	color: #fff;

	text-align: left;

}

.eytitle1 i {

	text-align: left;

	background: url(../images/dot02.png) left center no-repeat;

	background-size: 60px 16px;

}

.eytitle1 i::before {

	display: none;

}

.eytitle1 i::after {

	margin: 7.5px 0 0 70px;

	background-color: rgba(255, 255, 255, .06);

}

 @media (max-width:1440px) {

.eytitle {

	margin-bottom: 30px;

}

.eytitle span {

	line-height: 42px;

	font-size: 54px;

}

.eytitle p {

	font-size: 36px;

	margin: -24px auto 12px;

}

.eytitle i {

	height: 14px;

	background: url(../images/dot01.png) center center no-repeat;

	background-size: 53px 14px;

}

.eytitle1 i {

	background: url(../images/dot02.png) center left no-repeat;

	background-size: 53px 14px;

}

.eytitle i::before {

	margin: 6.5px 40px 0 0;

}

.eytitle i::after {

	margin: 6.5px 0 0 40px;

}

}

 @media (max-width:1280px) {

.eytitle span {

	line-height: 40px;

	font-size: 48px;

}

.eytitle p {

	line-height: 36px;

	font-size: 32px;

	margin: -24px auto 10px;

}

.eytitle i::before, .eytitle i::after {

	width: 200px;

}

}
.mmm{
	display:none;
}

 @media (max-width:920px) {
 	.mmm{
	display:block;
}
.pcc{
	display:none;
}

.eytitle {

	margin-bottom: 20px;

}

.eytitle span {

	line-height: 36px;

	font-size: 44px;

}

.eytitle p {

	line-height: 32px;

	font-size: 30px;

	margin: -20px auto 10px;

}

.eytitle i {

	height: 12px;

	background: url(../images/dot01.png) center center no-repeat;

	background-size: 45px 12px;

}

.eytitle1 i {

	background: url(../images/dot02.png) center left no-repeat;

	background-size: 45px 12px;

}

.eytitle i::before, .eytitle i::after {

	width: 160px;

}

.eytitle i::before {

	margin: 5.5px 30px 0 0;

}

.eytitle i::after {

	margin: 5.5px 0 0 30px;

}

}

 @media (max-width:767px) {

.eytitle i::before, .eytitle i::after {

	width: 110px;

}

}

 @media (max-width:320px) {

.eytitle span {

	line-height: 32px;

	font-size: 40px;

}

.eytitle p {

	line-height: 30px;

	font-size: 26px;

	margin: -20px auto 10px;

}

.eytitle i::before, .eytitle i::after {

	width: 94px;

}

}


/*新头部*/
.webtop{width:90%;height:90px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.08);position:fixed;top:50px;left:5%;z-index:9999}
.webtop .webtop_main{margin:0 auto;padding:0 50px;position:relative}
.webtop_main .web_logo{width:auto;height:50px;overflow:hidden;margin:20px 0;float:left}
.web_logo a{display:table-cell;vertical-align:middle;width:100%;height:50px;overflow:hidden}
.web_logo a img{display:inline-block;max-width:100%;height:auto;max-height:100%}
.websearch{height:44px;margin:23px 0;padding-left:50px;float:right;position:relative;z-index:1}
.websearch::before{content:'';display:block;width:1px;height:20px;margin-top:-10px;background-color:#ddd;position:absolute;left:0;top:50%}
.websearch a.close{display:none}
.websearch form{overflow:hidden;position:relative}
.websearch form:hover{overflow:inherit}
.websearch form .scipt{width:0;overflow:hidden;padding:4px 0;background-color:#31a974;border-radius:22px 0 0 22px;position:absolute;top:0;right:44px}
.websearch form:hover .scipt{width:240px}
.websearch form .scipt input{display:block;width:100%;height:36px;overflow:hidden;line-height:36px;color:#222;font-size:15px;padding:0 16px 0 20px;background:none;border:0;outline:none}
.websearch form .scipt input::placeholder{color:#555}
.websearch form .scbtn{width:44px;height:44px;overflow:hidden;padding:4px;background-color:#31a974;border-radius:22px}
.websearch form:hover .scbtn{border-radius:0 22px 22px 0}
.websearch form .scbtn button{display:block;width:100%;height:100%;overflow:hidden;padding:8px;background-color:#f7931e;border-radius:50%;border:0;outline:none;cursor:pointer}
.websearch form .scbtn button svg{display:block;width:100%;height:100%;overflow:hidden}
.websearch form .scbtn button svg path{fill:#ffffff}
.websearch_btn{display:none}
@media (max-width:1680px){.webtop{width:95%;height:80px;left:2.5%;top:40px}
.webtop .webtop_main{padding:0 40px}
.webtop_main .web_logo{margin:15px 0}
.websearch{margin:18px 0;padding-left:40px}
}@media (max-width:1560px){.webtop{width:94%;left:3%}
}@media (max-width:1280px){.webtop{width:96%;left:2%;top:25px}
.webtop .webtop_main{padding:0 25px}
.websearch{padding-left:25px}
}.webtop.fxd,.neitop{width:100%;top:0;left:0}
@media (max-width:1200px){.webtop{width:100%;left:0;top:0;animation-name:none !important}
.websearch{display:none;width:100%;height:80px;margin:0;padding:18px 25px;background-color:#fff;position:absolute;left:0;top:-80px;z-index:2;float:none}
.websearch::before{display:none}
.websearch.show{display:block;top:0}
.websearch.show a.close{display:block;width:44px;height:44px;overflow:hidden;padding:10px;position:absolute;top:18px;right:25px;z-index:1}
.websearch.show a.close svg{display:block;width:100%;height:100%;overflow:hidden}
.websearch.show a.close svg path{fill:#f7931e}
.websearch.show form{width:50%;height:44px;overflow:hidden;margin:0 auto;background-color:#31a974;border-radius:22px}
.websearch.show form .scipt{width:calc(100% - 44px);overflow:hidden;padding:4px 0;background-color:inherit;border-radius:0;position:absolute;top:0;left:0}
.websearch form .scbtn{width:44px;height:44px;overflow:hidden;padding:4px;background-color:inherit;border-radius:22px;position:absolute;top:0;right:0}
.websearch_btn{display:block;height:44px;margin:18px 0;padding-left:25px;float:right;position:relative;z-index:1}
.websearch_btn::before{content:'';display:block;width:1px;height:20px;margin-top:-10px;background-color:#ddd;position:absolute;left:0;top:50%}
.websearch_btn a{display:block;width:44px;height:44px;overflow:hidden;padding:4px;background-color:#31a974;border-radius:22px}
.websearch_btn a i{display:block;width:100%;height:100%;overflow:hidden;padding:8px;background-color:#f7931e;border-radius:50%;border:0;outline:none;cursor:pointer}
.websearch_btn a i svg{display:block;width:100%;height:100%;overflow:hidden}
.websearch_btn a i svg path{fill:#ffffff}
}@media (max-width:1080px){.webtop{height:70px}
.webtop .webtop_main{padding:0 20px}
.websearch_btn{margin:13px 0;padding-left:20px}
.websearch{height:70px;padding:13px 20px;top:-70px}
.websearch.show a.close{top:13px;right:20px}
}@media (max-width:920px){.websearch.show form{width:60%}
}@media (max-width:767px){.webtop{height:60px}
.webtop_main .web_logo{height:44px;margin:8px 0}
.web_logo a{height:44px}
.websearch_btn{margin:8px 0}
.websearch{height:60px;padding:8px 20px;top:-60px}
.websearch.show form{width:calc(100% - 64px);margin:0}
}@media (max-width:320px){.webtop .webtop_main{padding:0 12px}
.websearch_btn{padding-left:12px}
.websearch{padding:8px 12px}
.websearch.show a.close{top:8px;right:12px}
.websearch.show form{width:calc(100% - 56px)}
}@media (max-width:280px){.webtop_main .web_logo{height:40px;margin:10px 0}
.web_logo a{height:40px}
.websearch_btn{padding-left:0}
.websearch_btn::before{display:none}
}.web_nav{width:auto;height:auto;padding-right:35px;float:right}
.web_nav li,.web_nav a{text-decoration:none;list-style:none}
.web_nav::-webkit-scrollbar{display:none}
.web_nav .nav_list{width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}
.web_nav .nav_list>ul>li{position:relative;padding:0;float:left}
.web_nav .nav_list>ul>li>a{display:inline-block;width:100%;
	line-height:90px;color:#222;font-size:18px;
	text-align:center;padding:0 35px;text-decoration:none;position:relative}
.web_nav .nav_list>ul>li:hover>a,.web_nav .nav_list>ul>li.active>a{color:#f7931e;font-weight:bold}
.web_nav .nav_list>ul>li>a::after{content:'';display:block;width:0;height:0;margin-left:-7px;border-top:0 solid transparent;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:0 solid #f7931e;position:absolute;left:50%;bottom:20px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s}
.web_nav .nav_list>ul>li:hover>a::after,.web_nav .nav_list>ul>li.active>a::after{border-bottom:7px solid #f7931e}
.web_nav .nav_list>ul>li ul{display:none;position:absolute;
	left:-40%;z-index:9;width:180%;overflow:hidden;
	background-color:#fff;border-top:2px solid #f7931e;box-shadow:0 4px 6px rgba(0,0,0,0.1);border-radius:0 0 2px 2px}
.web_nav .nav_list>ul>li:hover ul{display:block}
.web_nav .nav_list>ul>li ul li{width:100%;overflow:hidden;margin:0 auto;border-bottom:1px solid rgba(85,87,89,0.1)}
.web_nav .nav_list>ul>li ul li:last-child{border:0}
.web_nav .nav_list>ul>li ul li a{display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color:#555;font-size:14px;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:0 auto;padding:0 8px}
.web_nav .nav_list>ul>li ul li a:hover{color:#f7931e}
.web_nav .nav_menu{display:none}
@media (max-width:1680px){.web_nav{padding-right:30px}
.web_nav .nav_list>ul>li>a{line-height:80px;font-size:17px;padding:0 30px}
.web_nav .nav_list>ul>li>a::after{bottom:16px;margin-left:-6px;border-top:0 solid transparent;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:0 solid #f7931e}
.web_nav .nav_list>ul>li:hover>a::after,.web_nav .nav_list>ul>li.active>a::after{border-bottom:6px solid #f7931e}
}@media (max-width:1560px){.web_nav{padding-right:25px}
.web_nav .nav_list>ul>li>a{padding:0 25px}
}@media (max-width:1440px){.web_nav{padding-right:20px}
.web_nav .nav_list>ul>li>a{padding:0 20px}
}@media (max-width:1280px){.web_nav .nav_list>ul>li>a{font-size:16px}
}@media (max-width:1200px){.web_nav .nav_list>ul>li>a{padding:0 15px}
}@media (max-width:1080px){.web_nav .nav_list{width:60%;height:100%;margin:0;padding:0;position:fixed;top:0;left:-100%;z-index:9999;transition:0.5s;-webkit-transition:0.5s}
.web_nav .nav_list ul{width:50%;height:100%;background-color:#fff;position:relative;z-index:9999}
.web_nav .nav_list .nav_mask{width:100%;height:100%;background-color:rgba(0,0,0,0.6);position:absolute;left:0;top:0;z-index:9998}
.web_nav .nav_list ul>li{width:100%;overflow:hidden;margin:0 auto;padding:0;background:none;box-sizing:border-box;position:relative}
.web_nav .nav_list ul>li a{display:block;width:100%;line-height:64px;color:#333;font-size:16px;text-align:left;padding:0 20px;border-radius:0;border-bottom:1px solid rgba(85,87,89,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.web_nav .nav_list>ul>li>a::after{left:20px;bottom:10px;margin-left:0}
.web_nav .nav_list>ul>li i{display:block;width:60px;height:60px;background-size:14px 9px;position:absolute;top:0;right:0}
.web_nav .nav_list>ul>li i.cur{background-size:14px 9px}
.web_nav .nav_list>ul>li ul{width:100%;overflow:hidden;position:inherit;left:inherit;top:inherit;background-color:#f8f8f8;box-shadow:none;border:0;border-radius:0;border-bottom:1px solid rgba(85,87,89,0.1)}
.web_nav .nav_list>ul>li:hover>em,.web_nav .nav_list>ul>li.active>em{display:none}
.web_nav .nav_list>ul>li ul li a{height:48px;line-height:48px;color:#888;text-align:left;border:0;padding:0 40px}
.web_nav .nav_menu{display:block;margin:13px 0;padding:4px;border-radius:50%;background-color:#31a974}
.web_nav .nav_menu p{width:36px;height:36px;padding:10px 8px;background-color:#f7931e;border-radius:50%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.web_nav .nav_menu p span{display:block;width:100%;height:2px;background-color:#fff;border-radius:1px;margin:0 auto}
.web_nav .nav_menu p span+span{margin-top:5px}
.web_nav .open{width:100%;overflow:auto;left:0%}
.web_nav .nav_menu:active{background-color:#f7931e}
}@media (max-width:767px){.web_nav .nav_menu{margin:8px 0}
.web_nav .nav_list ul>li a{line-height:60px}
.web_nav .nav_list ul{width:60%}
}@media (max-width:320px){.web_nav{padding-right:12px}
}@media (max-width:280px){.web_nav{padding-right:8px}
}


/*横幅图*/

.bannerSwiper {
	width: 100%;
	height: 100vh;
	position: relative;
}
.bannerSwiper .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 1s;background-position:center;background-size:cover;
}
.bannerSwiper .swiper-slide {
	overflow: hidden;
}
.bannerBar {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0%;
	z-index: 5;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
}
.bannerBar .item {
	width: calc(100% / 5);
	height: auto;
	padding: 35px 25px;
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	align-items: center;
	position: relative;
	-webkit-transition: all .5s;
}
.bannerBar .item:hover {
	background: rgba(255, 255, 255, .1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
}
.bannerBar .item::after {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #f7931e;
}
.bannerBar .item.active::after {
	-webkit-transition: all 5s linear;
	width: 100%;
}
.bannerBar .item:nth-child(3) {
	border-right: none;
}
.bannerBar .item .info {
	width: calc(100% - 60px);
	display: block;
	line-height: 1.6;
}
.bannerBar .item .info p {
 1font-family: BrownBlod;
	opacity: .7;
	font-size: 16px;
	text-transform: uppercase;
}
.bannerBar .item .info b {
	font-weight: normal;
	font-size: 20px;
}
.bannerBar .item .icon {
	width: 60px;
	height: 60px;
	position: relative;
}
.bannerBar .item .icon svg {
	width: 60px;
	height: 60px;
}
.bannerBar .item .icon::after {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/bannerIcon.png) no-repeat;
	background-size: cover;
	content: '';
	-webkit-transition: all .45s;
}
.bannerBar .item:hover .icon::after {
	-webkit-transform: rotate(90deg);
}
.bannerBar .item .icon .svg__circle-inner {
	stroke: #ffffff;
	fill: #fff;
	transition: all 0.3s ease;
}
.bannerBar .item:hover .icon .svg__circle {
	stroke: #ffffff;
	stroke-dasharray: 75;
	stroke-dashoffset: 0;
	-webkit-animation: progress 2s ease 1 forwards;
	animation: progress 2s ease 1 forwards;
}
.bannerBar .item:hover .icon .svg__circle-inner {
	fill: #2b2d42;
	stroke: #ffffff;
}
 @-webkit-keyframes progress {
 0% {
 stroke-dashoffset: 75;
 opacity: 1;
}
 95%, 100% {
 stroke-dashoffset: 0;
 opacity: 1;
}
}

@media screen and (max-width: 900px) {
    .bannerSwiper {
	height: 70vh;
}
.bannerBar .item .info p {
	display: none;
}
.bannerBar .item {
	padding: 10px 15px;
}
.bannerBar .item .info b {
	font-size: 16px;
}
.bannerBar .item .icon {
	width: 40px;
	height: 40px;
}
.bannerBar .item .icon svg {
	width: 40px;
	height: 40px;
}
.bannerBar .item .icon::after {
	width: 30px;
	height: 30px;
}
.bannerBar {
	width: 40%;
	bottom: 20px;
	border-bottom: none;
	left: 30%;
	justify-content: space-between;
}
.bannerBar .item {
	padding: 0px;
	width: 32%;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.bannerBar .item .info, .bannerBar .item .icon {
	display: none;
}
.bannerSwiper {
	height: 60vw;
	margin-top: 60px;
}
.bannerBar .item::after {
	height: 2px;
}
}

/*新增新闻*/
.slick-slide a img{
	width: 100%;
}
.grid {
	font-size: 0
}

.grid .left,
.grid .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 12px
}

.grid .cum {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	font-size: 12px
}

.grid-box {
	font-size: 0;
	[;
	letter-spacing: -4px;
	font-size: 12px;
	]
}

.grid-box .column {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	[;
	letter-spacing: 0;
	]
}

.grid-box .column {
	width: 100%
}

.grid-box.two>.column {
	width: 50%
}

.grid-box.three>.column {
	width: 33.33333%
}

.grid-box.four>.column {
	width: 25%
}

.grid-box.five>.column {
	width: 20%
}

.grid-box.six>.column {
	width: 16.6666667%
}

.grid-box.seven>.column {
	width: 14.285714%
}

.grid-box.eight>.column {
	width: 12.5%
}

.grid-box.nine>.column {
	width: 11.11111111%
}

.grid-box.ten>.column {
	width: 10%
}


.more {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
    padding: 23px 60px 23px 61px;
    border-radius: 31px;
    border: solid 1px #033491;
    background: rgba(255, 255, 255, .3);
    color: #0052d9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-transform: uppercase;
}
.more:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #033491;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .news .header .right .more:hover {
    color: #fff;
}
.more:hover:before {
    width: 100%;
}
#index-body a{
	color: #333;
}
#index-body .news .header .right .more {
    color: #000;
    padding: 20px 60px;
}
#index-body .title {
	font-size: 48px;
	line-height: 1.3;
	text-transform: capitalize
}
#index-body p.desc {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0, 0, 0, .8)
}

#index-body .news {
	padding: 50px 0 65px;
	background-color: #f2f2f2
}

#index-body .news .header .left {
	vertical-align: middle
}

#index-body .news .header .right {
	text-align: right;
	vertical-align: middle
}

#index-body .news .header .right .more {
	color: var(--black);
	padding: 20px 60px
}

#index-body .news .header .right .more:hover {
	color: #fff
}

#index-body .news .content {
	margin-top: 31px
}

#index-body .news .content .left {
	width: 46.199%;
	padding-right: 31px
}

#index-body .news .content .left ul li .img-box {
	display: block
}

#index-body .news .content .left ul li time {
	display: block;
	margin-top: 18px
}

#index-body .news .content .left ul li time img {
	display: inline-block
}

#index-body .news .content .left ul li time span {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: rgba(0, 0, 0, .7);
	padding-left: 10px
}

#index-body .news .content .left ul li .tit {
	display: block;
	font-size: 21px;
	line-height: 1.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .news .content .left ul li .tit:hover {
	color: var(--primary)
}

#index-body .news .content .left ul .slick-dots {
	position: absolute;
	right: 0;
	bottom: 12%
}

#index-body .news .content .left ul .slick-dots li {
	width: 53px;
	height: 6px;
	background: #d1d1d1;
	border-radius: 3px;
	display: inline-block;
	margin-right: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	cursor: pointer;
	position: relative
}

#index-body .news .content .left ul .slick-dots li button {
	display: none
}

#index-body .news .content .left ul .slick-dots li:last-child {
	margin-right: 0
}

#index-body .news .content .left ul .slick-dots li.slick-active {
	background: #f00
}

#index-body .news .content .right {
	width: 53.801%;
	padding-right: 13px;
	max-height: 462px;
	overflow-y: auto;
	overflow-x: hidden
}

#index-body .news .content .right ul li {
	padding-bottom: 15px
}

#index-body .news .content .right ul li .time {
	padding-right: 36px;
	width: 16.7%
}

#index-body .news .content .right ul li .time time {
	display: block;
	padding: 24px 0 14px;
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 9px
}

#index-body .news .content .right ul li .time time span {
	display: block;
	font-size: 27px;
	font-weight: 700;
	line-height: 1
}

#index-body .news .content .right ul li .time time em {
	font-size: 21px;
	line-height: 1.5;font-style: normal;
}

#index-body .news .content .right ul li .text {
	width: 83.3%;
	padding-bottom: 21px;
	border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

#index-body .news .content .right ul li .text .tit {
	display: block;
	font-size: 20px;
	line-height: 1.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#index-body .news .content .right ul li .text .tit:hover {
	color: var(--primary)
}

#index-body .news .content .right ul li .text p {
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, .7);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

#index-body .news .content .right ul li:last-child {
	padding-bottom: 0
}

#index-body .news .content .right::-webkit-scrollbar {
	width: 11px;
	background-color: #ececec;
	border-radius: 5px
}

#index-body .news .content .right::-webkit-scrollbar-thumb {
	background-color: #dadada
}

#index-body .news .content .right::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	background: #ececec;
	border-radius: 5px
}
@media screen and (max-width:1440px) {
	#index-body .news .content .right ul li .time {
		padding-right: 20px
	}
}
@media screen and (max-width:1280px) {
	#index-body .news .content .right ul li .time {
		padding-right: 15px
	}
	#index-body .news .content .right {
		max-height: 380px
	}
}
@media screen and (max-width:1100px) {
	#index-body .news .content .left ul .slick-dots {
		bottom: -8%
	}
	#index-body .news .content .right ul li .time {
		width: 20.7%
	}
	#index-body .news .content .right ul li .text {
		width: 79.3%
	}
}
@media screen and (max-width:1000px) {
	#index-body .news {
		padding: 60px 0
	}
	#index-body .news .header .left {
		width: 100%
	}
	#index-body .news .header .right {
		width: 100%;
		text-align: left;
		margin-top: 10px
	}
	#index-body .news .header .right .more {
		padding: 10px 30px
	}
	#index-body .news .content .left {
		width: 100%;
		padding-right: 0
	}
	#index-body .news .content .left ul {
		margin-right: -20px
	}
	#index-body .news .content .left ul li {
		padding-right: 20px
	}
	#index-body .news .content .left ul li .tit {
		font-size: 22px
	}
	#index-body .news .content .left ul.slick-dots {
		right: 8%
	}
	#index-body .news .content .right {
		display: none
	}
}
@media screen and (max-width:700px) {
	#index-body .news {
		padding: 30px 0 80px
	}
	#index-body .news .content {
		margin-top: 15px
	}
	#index-body .news .content .left ul li time span {
		font-size: 16px
	}
	#index-body .news .content .left ul li .tit {
		font-size: 17px
	}
	#index-body .title {
		font-size: 40px
	}
}
@media screen and (max-width:500px) {
	#index-body .news .content .left ul li time span {
		font-size: 14px
	}
	#index-body .news .content .left ul li .tit {
		font-size: 16px
	}
	#index-body .news .content .left ul .slick-dots {
		width: 100%;
		text-align: center
	}
	#index-body .news .content .left ul .slick-dots li {
		width: 30px;
		height: 3px;
		margin-right: 6px
	}
	#index-body .title {
		font-size: 30px
	}
	#index-body p.desc {
		font-size: 16px
	}
}

/*合作伙伴*/
.boxes.yuanjing {
	background: #051652 url(../images/custorBg.jpg) center/cover no-repeat;
}
.boxVideo {
	width: 50%;
	height: auto;
	position: relative;
	margin: 0px auto;
	mix-blend-mode: screen;
}
.boxVideo video {
	display: block;
	width: 100%;
	object-fit: cover;
	background: transparent;
}
.sz_left {
	width: 100%;
	height: auto;
	position: absolute;
	color: #fff;
}
.sz_left .name {
	width: 100%;
	margin-bottom: 3vw;
}
.sz_left .name b {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}
.sz_left .name p {
	font-size: 16px;
	opacity: .7;
}
.sz_left.top {
	top: 0%;
}
.sz_left.bottom {
	bottom: 0%;
	display: flex;
	flex-wrap: wrap;
	direction: rtl;
}
.sz_list {
	width: 30%;
	justify-content: initial;
	perspective: 500px;
	perspective-origin: center;
}
.sz_list li {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 5%;
	opacity: 0;
	animation: rotate 7s ease-out infinite;
}
.mproBox {
	display: none;
}
.sz_list li:nth-child(2n) {
	animation: rotate 7s 2.5s ease-out infinite;
}
.sz_list li:nth-child(4n) {
	animation: rotate 8s 1.5s ease-out infinite;
}
.sz_list li:nth-child(5n) {
	animation: rotate 5s 0.5s ease-out infinite;
}
.sz_list li:nth-child(6n) {
	animation: rotate 6s ease-out infinite;
}
 @keyframes rotate {
 0% {
 transform: translate3D(0, 0, 200px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translate3D(0, 0, -200px);
}
}
.sz_list li:nth-child(3n) {
	margin-right: 0%;
}
.sz_list li .pic {
	background-size: contain;
}.commonTitle.absolute {
	position: absolute;
	width: 100%;
}.commonTitle.center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    margin-bottom: 0px;text-align:center;
}.boxes {
    position: relative;
    padding: 3vw 0px;
    background: #fff;
    z-index: 2;
}.w1400 {
    width: 90%;
    margin: 0px auto;
    position: relative;
    max-width: 1500px;
}.flex {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}.pic {
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all 1s;
}
.commonTitle.center p{
	font-size:26px;
}
.sz_list img {
    display: block;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 900px) {
    .boxVideo {
        width: 150%;
        margin-left: -25%;
        opacity: 0;
        display: none;
    }    .yuanjing .commonTitle.center {
        top: 0%;
        position: relative;
        -webkit-transform: translateY(0%);
        margin-bottom: 5vw;
    }.commonTitle .en, .commonTitle .cn {
        font-size: 5vw;
    }.sz_left {
        position: relative;
        width: 100%;
    }.sz_left .name {
        text-align: center;
    }.sz_left .name b {
        margin-bottom: 0vw;
    }.sz_left .name p {
        font-size: 12px;margin-top:10px;
    }    .sz_list {
        width: 100%;justify-content: left;
    }    .sz_list li {
        opacity: 1;
    }.sz_list li {
        -webkit-animation: none !important;
    }    .sz_left.bottom {
        margin-top: 5vw;
    }.producBox ul li a .info .name, .sz_left .name b {
        font-size: 4vw;
    }.boxes {
        padding: 15vw 0px;
    }.zl2 {
    direction: initial;
}
}


/*行业应用*/
.ey_solution .icon {
    display: block;
    width: 100%;
    height: 100%;
}
.ey_solution{overflow:hidden;padding:100px 0}
.ey_solution_list ul{display:flex;flex-wrap:wrap;justify-content:left;margin:0 -20px;min-height:400px}
.ey_solution_list ul li{width:33.333333%;margin-bottom:40px;padding:0 20px}
.ey_solution_list ul li .ey_solution_con{min-height:100%;overflow:hidden;border-radius:16px}
.ey_solution_con .ey_solution_img{width:100%;height:300px;overflow:hidden;background-color:#fff;position:relative}
.ey_solution_con .ey_solution_img a{display:block;width:100%;height:100%;overflow:hidden;position:relative}
.ey_solution_con:hover .ey_solution_img a img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.ey_solution_con .ey_solution_img .time{width:140px;height:36px;line-height:36px;color:#fff;font-size:14px;text-align:center;background-color:#f26305;position:absolute;right:0;bottom:0}
.ey_solution_con:hover .ey_solution_img .time{background-color:#6bc4ea}
.ey_solution_con .ey_solution_img .time i{display:inline-block;width:14px;height:14px;vertical-align:middle;margin:-4px 6px 0 0}
.ey_solution_con .ey_solution_text{overflow:hidden;padding:24px 32px;background-color:#f4f4f4}
.ey_solution_con:hover .ey_solution_text{background-color:#f26305}
.ey_solution_con .ey_solution_text a.name{display:block;max-height:60px;overflow:hidden;line-height:30px;color:#222;font-size:18px;font-weight:bold;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ey_solution_con:hover .ey_solution_text a.name{color:#fff}
.ey_solution_con .ey_solution_text span{display:block;height:24px;overflow:hidden;line-height:24px;color:#999;font-size:16px;margin:10px 0}
.ey_solution_con .ey_solution_text span i{display:block;width:18px;height:18px;overflow:hidden;margin:3px 6px 3px 0;float:left}
.ey_solution_con:hover .ey_solution_text span{color:rgba(255,255,255,.5)}
.ey_solution_con:hover .ey_solution_text span i svg path{fill:rgba(255,255,255,.5)}
.ey_solution_con .ey_solution_text p.dec{max-height:56px;overflow:hidden;line-height:28px;color:#999;font-size:16px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px}
.ey_solution_con:hover .ey_solution_text p.dec{color:rgba(255,255,255,.5)}
@media (max-width:1680px){.ey_solution{padding:80px 0}
.ey_solution_con .ey_solution_img{height:290px}
}@media (max-width:1600px){.ey_solution_con .ey_solution_img{height:280px}
.ey_solution_con .ey_solution_text{padding:20px 30px}
}@media (max-width:1560px){.ey_solution_con .ey_solution_img{height:270px}
.ey_solution_con .ey_solution_text span{font-size:15px;margin:8px 0}
.ey_solution_con .ey_solution_text p.dec{max-height:50px;line-height:25px;font-size:15px}
}@media (max-width:1440px){.ey_solution_list ul li .ey_solution_con{border-radius:12px}
.ey_solution_con .ey_solution_img{height:260px}
}@media (max-width:1366px){.ey_solution_con .ey_solution_img{height:250px}
}@media (max-width:1280px){.ey_solution{padding:60px 0}
.ey_solution_list ul{margin:0 -15px}
.ey_solution_list ul li{margin-bottom:30px;padding:0 15px}
.ey_solution_list ul li .ey_solution_con{border-radius:10px}
.ey_solution_con .ey_solution_text{padding:20px}
.ey_solution_con .ey_solution_text span{font-size:14px}
.ey_solution_con .ey_solution_text span i{width:16px;height:16px;margin:4px 6px 4px 0}
.ey_solution_con .ey_solution_text p.dec{max-height:48px;line-height:24px;font-size:14px}
}@media (max-width:1200px){.ey_solution_con .ey_solution_img{height:240px}
}@media (max-width:1080px){.ey_solution_con .ey_solution_img{height:220px}
.ey_solution_con .ey_solution_img .time{width:120px;height:32px;line-height:32px;font-size:12px}
}@media (max-width:1024px){.ey_solution_con .ey_solution_img{height:200px}
}@media (max-width:920px){.ey_solution_list ul{margin:0 -12px}
.ey_solution_list ul li{padding:0 12px}
.ey_solution_con .ey_solution_img{height:180px}
.ey_solution_con .ey_solution_text a.name{max-height:54px;line-height:27px;font-size:17px}
}@media (max-width:820px){.ey_solution{padding:40px 0}
.ey_solution_list ul{margin:0 -10px}
.ey_solution_list ul li{margin-bottom:20px;padding:0 10px}
.ey_solution_con .ey_solution_img{height:160px}
.ey_solution_con .ey_solution_text a.name{max-height:52px;line-height:26px;font-size:16px}
}@media (max-width:767px){.ey_solution_list ul{margin:0}
.ey_solution_list ul li{width:100%;margin-bottom:20px;padding:0}
.ey_solution_list ul li .ey_solution_con{border-radius:8px}
.ey_solution_con .ey_solution_img{height:220px}
.ey_solution_con .ey_solution_text a.name{max-height:60px;line-height:30px;font-size:18px}
}
@media (max-width:320px){.ey_solution_con .ey_solution_img{height:200px}
.ey_solution_con .ey_solution_text a.name{max-height:60px;line-height:30px;font-size:18px}
}


/*新底部*/
.wrap {
    width: 78.4%;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .wrap {
        width: 88%;
    }
}
@media screen and (max-width: 1440px) {
    .wrap {
        width: 90%;
    }
}
@media screen and (max-width: 1024px) {
    .wrap {
        width: 94%;
    }
}


footer {
	position: relative;
	padding-top: 1rem;

	margin-top: 0rem;

	background: url('../images/footer_bg.webp') no-repeat center;

	background-size: cover;

	position: relative;

	-webkit-border-radius: 1rem 1rem 0 0;

	border-radius: 1rem 1rem 0 0;

	z-index: 12;

	max-width: 100%;

	overflow: hidden;

}

footer::before {

	content: '';

	position: absolute;

	top: -46%;

	right: 14%;

	width: 5.4rem;

	height: 5.4rem;

	background: rgb(255 255 255 / 4%);

	-webkit-border-radius: 50%;

	border-radius: 50%;

	z-index: -1;

}





.f_cont {

	margin-bottom: 0.6rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

}



.f_info {

	width: 30%;

}

.f_logo img {

	height: 0.6rem;

}



.f_contact {

	margin: .34rem 0 .5rem;

}

.f_contact li {

	margin: .14rem 0;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

}

.f_contact i {

	font-size: 0.18rem;

	color: rgb(255 255 255 / 80%);

}

.f_contact a,

.f_contact p {

	margin-left: auto;

	width: calc(100% - .34rem);

	font-size: 0.16rem;

	color: rgb(255 255 255 / 70%);

	line-height: 0.22rem;

}
.f_contact a{
	display: inline-block;
}
.f_contact li:hover i,

.f_contact li:hover a {

	color: #FFF;

}





.f_nav {}



.f_nav .sub-menu{display: none;}

.f_tit {

	margin-bottom: 0.2rem;

	font-size: .3rem;

	color: #FFF;

	font-weight: bold;

	text-transform: uppercase;

}

.f_media ul {

	padding-top: 0.1rem;

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

}

.f_media li:not(:first-child) {

	margin-left: 0.16rem;

}

.f_media a {

	display: block;

	width: 0.4rem;

	height: 0.4rem;

	border: 1px solid rgb(255 255 255 / 40%);

	-webkit-border-radius: .1rem;

	border-radius: .1rem;

	overflow: hidden;

	position: relative;

}





.f_media a::after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: "";

    background: white;

    transform: scale(0.5);

    opacity: 0;

    border-radius: 5px;

    transition: all 500ms ease 100ms;

    z-index: -1;

}



.f_media li:hover a::after {

    transform: scale(1) rotate(180deg);

    opacity: 1;

}





.f_media i {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	font-size: 0.22rem;

	color: rgb(255 255 255 / 70%);

}



.f_media li:hover {

	-webkit-transform: translate(0, -8px);

	transform: translate(0, -8px)

}



.f_media li:hover i {

	color: var(--i_color2);

}

.f_media li {

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}



.f_nav {

	margin-left: auto;

}



.f_nav ul {}

.f_nav li {

	margin: .16rem 0;

}

.f_nav li a {

	font-size: 0.16rem;

	color: rgb(255 255 255 / 70%);

	text-transform: uppercase;

}

.f_nav li:hover a {

	color: #FFF;

	text-decoration: underline;

}







.f_form {

	margin-left: auto;

	width: 30%;

}

.f_form>p {

	margin-bottom: 0.2rem;

	font-size: 0.16rem;

	color: rgb(255 255 255 / 70%);

}



#wpforms-67 {

	--input_font_size: 13px;

	--input_height: .44rem

}

#wpforms-form-67 {

	width: 100%;

	position: relative;

	overflow: hidden

}



#wpforms-67 input,

#wpforms-67 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-67 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-67 .wpforms-field-label {

	font-size: 0;

}

#wpforms-67 .wpforms-required-label {

	position: absolute;

	top: .15rem;

	left: .07rem;

	font-size: .16rem;

	color: #F00

}

#wpforms-67 .wpforms-field {

	width: 100%;

	background: transparent;

	padding-bottom: 20px;

	position: relative;

	overflow: hidden

}



#wpforms-67 .wpforms-field-container input,

#wpforms-67 textarea {

	width: 100%;

	max-width: 100% !important;

	min-width: 100%;

	font-size: var(--input_font_size);

	color: #333;

	height: var(--input_height);

	box-sizing: border-box;

	background: #FFF;

	padding: 0 .2rem;

	overflow: hidden;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}

#wpforms-67 .wpforms-field-container input:hover,

#wpforms-67 textarea:hover {

	border-color: var(--i_color);

}

#wpforms-67 input {

	line-height: var(--input_height);

	-webkit-border-radius: .2rem;

	border-radius: .2rem;

}

#wpforms-67 textarea {

	line-height: 140%;

	min-height: 1rem;

	padding: .06rem .16rem;

	-webkit-border-radius: .3rem;

	border-radius: .2rem;

}



#wpforms-67 input::-webkit-input-placeholder,

#wpforms-67 textarea::-webkit-input-placeholder {

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size)

}

#wpforms-67 input::-moz-placeholder,

#wpforms-67 textarea::-moz-placeholder {

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size)

}

#wpforms-67 input::-ms-input-placeholder,

#wpforms-67 textarea::-ms-input-placeholder {

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size)

}



#wpforms-67-field_1-error,

#wpforms-67-field_2-error,

#wpforms-67-field_3-error,

#wpforms-67-field_4-error,

#wpforms-67-field_5-error,

#wpforms-67-field_6-error {

	position: absolute;

	font-size: 12px;

	color: #A90909;

}



#wpforms-67 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	overflow: hidden

}

#wpforms-67 .wpforms-submit-container {

	padding: 0 !important;

	overflow: hidden;

	position: relative

}



#wpforms-67 .wpforms-submit-container button {

	width: 2rem;

	height: .42rem;

	font-size: .18rem;

	color: var(--i_color);

	background: #FFF;

	line-height: .42rem;

	cursor: pointer;

	position: relative;

	-webkit-border-radius: .2rem;

	border-radius: .2rem;

	z-index: 2

}

#wpforms-67 .wpforms-submit-container button:hover {

	color: #FFF;

}

#wpforms-67 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}







#wpforms-67 .wpforms-submit-container button{

    position: relative;

	overflow: hidden;

}

#wpforms-67 .wpforms-submit-container button::before {

	content: '';

	width: 0;

	height: 400%;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%) rotate(45deg);

	background: var(--i_color);

	transition: .5s ease;

	display: block;

	z-index: -1;

}

   

#wpforms-67 .wpforms-submit-container button:hover::before {

    width: 125%;

}



















.f_copy {

	padding: .16rem 0 .3rem;

	border-top: 1px solid rgb(255 255 255 / 20%);

}

.f_copy_cont {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.f_copy p,

.f_copy a {

	font-size: 0.16rem;

	color: #FFF;

}

.f_copy a {

	margin-left: auto;

}

.f_copy a:hover {

	text-decoration: underline;

}



@media screen and (max-width:1440px) {

	.f_tit {

		font-size: 0.26rem;

	}

}

@media screen and (max-width:1366px) {

	.f_tit {

		font-size: 0.24rem;

	}

}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {

	footer {

		-webkit-border-radius: 0.8rem 0.8rem 0 0;

		border-radius: 0.8rem 0.8rem 0 0;

	}

	.f_nav {

		display: none;

	}

	.f_info {

		width: 40%;

	}

	.f_form {

		width: 54%;

	}

	.f_tit {

		font-size: 0.22rem;

	}

	.f_logo img {

		height: 0.5rem;

	}

	.f_form>p {

		font-size: 0.15rem;

	}

	#wpforms-67 textarea {

		-webkit-border-radius: .2rem;

		border-radius: .2rem;

	}

	#wpforms-67 .wpforms-submit-container button {

		font-size: 0.16rem;

	}

	.f_copy p,

	.f_copy a {

		font-size: 0.15rem;

	}

}

@media screen and (max-width:768px) {

	footer {

		padding-top: 0.6rem;

		margin-top: 0rem;

		-webkit-border-radius: 0.6rem 0.6rem 0 0;

		border-radius: 0.6rem 0.6rem 0 0;

	}

	.f_cont {

		margin-bottom: 0.4rem;

	}

	.f_info {

		width: 100%;

	}

	.f_form {

		margin: .3rem 0 0 0;

		width: 100%;

	}

	.f_logo img {

		height: 0.44rem;

	}

	.f_contact {

		margin: .3rem 0 0.4rem;

	}

	.f_contact i {

		font-size: 0.16rem;

	}

	.f_contact a,

	.f_contact p {

		font-size: 0.15rem;

	}

	.f_tit {

		margin-bottom: 0.14rem;

		font-size: 0.18rem;

	}

	.f_media a {

		width: 0.34rem;

		height: 0.34rem;

	}

	.f_media i {

		font-size: 0.2rem;

	}

	.f_copy_cont {

		display: block;

	}

	.f_copy p,

	.f_copy a {

		margin: .04rem 0;

		font-size: 0.14rem;

	}

}

@media screen and (max-width:560px) {

	footer {

		padding-top: 0.6rem;

		margin-top: 0rem;

		-webkit-border-radius: 0.3rem 0.3rem 0 0;

		border-radius: 0.3rem 0.3rem 0 0;

	}

	footer::before {

		right: -30%;

	}

	.f_logo img {

		height: 0.4rem;

	}

	.f_form>p {

		font-size: 0.14rem;

	}

	#wpforms-67 {

		--input_font_size: 13px;

		--input_height: .4rem

	}

	#wpforms-67 .wpforms-field {

		padding-bottom: 0.16rem;

	}

}

.ewmhz{
	display: flex;justify-content: center;text-align: center;position: absolute;
	bottom: 70px;left: 50%;transform: translate(-50%, 0);
}
.ewmhz img{
	height: 130px;
}
.ewmhz div{
	margin: 0 20px;
}
.ewmhz p{
	color: #fff;font-size: 16px;
	padding: 15px 0;display: block;
}

@media screen and (max-width:960px) {
	.ewmhz{
		position: relative;
		bottom: 0px;left: 0%;transform: translate(0%, 0);
	}
	.ewmhz img{
		height: 100px;
	}
	.ewmhz div{
		margin: 0 10px;
	}
	.ewmhz p{
		font-size: 14px;
		padding: 10px 0;
	}
}

/*客户案例列表*/

.case {
	margin-top: 40px;
}
.case ul {
	width: 100%;
}
.case li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	transition: all .5s;
}
.case li:nth-child(3n) {
	margin-right: 0;
}
.case li .img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #eaeaea;
	border-bottom: none;
	overflow: hidden;
	box-sizing: border-box;
}
.case li .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.case li:hover .img img {
	transform: scale(1.1);
}
.case li .p {
	border: 1px solid #efefef;
	display: block;
	padding: 0 19px;
	height: 108px;
	border-top: none;
	box-sizing: border-box;
}
.case li .p p {
	border-bottom: 1px solid #eaeaea;
	height: 58px;color: #333;
	line-height: 58px;
	margin-bottom: 10px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
}
.case li .p span {
	color: #666;
	transition: all .5s;
}
.case li .p i {
	width: 32px;
	height: 12px;
	background-position: 0 -30px;
}
.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.case li:hover a span {
	color: #bf0410;
}
.case li:hover a p {
	color: #bf0410;
}
.case li:hover {
	box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
.clearfix:before, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}
.case .right {
    float: right;
}
.case .left {
    float: left;
}
.case .icon {
    background-image: url(../images/icon_red.png);
    display: inline-block;
    vertical-align: middle;
}
/*高光特效*/
.white, .whites {
	position: relative;
	overflow: hidden;
}
.white:after, .whites:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.white:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
.whites:hover:after {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width:960px) {
	.case {
		margin-top: 20px;
	}
	.case li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.case li:nth-child(3n) {
		margin-right: 2%;
	}
	.case li:nth-child(2n) {
		margin-right: 0;
	}
	.case li .p p {
	    height: 48px;
	    line-height: 48px;
	    font-size: 16px;
	}
	.case li .p {
	    padding: 0 9px;
	    height: 88px;
	    border-top: none;
	    box-sizing: border-box;
	}

}

/*4个优势*/
.ey_fourys {
	width: 100%;
	background: #fff url(../images/fourys_bg.png) no-repeat;
	background-size: cover;
	padding: 78px 0 40px;
	overflow: hidden;
}
.ey_fourys ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.ey_fourys ul li {
	width: 25%;
	min-height: 549px;
	float: left;
	padding: 0 45px;
	text-align: center;
	position: relative;
}
.ey_fourys ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 423px;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
}
.ey_fourys ul li:nth-of-type(4):before {
	content: "";
	display: block;
	width: 1px;
	height: 423px;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
}
.ey_fourys ul li:nth-of-type(1):after, .ey_fourys ul li.on:after {
	display: none;
}
.ey_fourys ul li.on, .ey_fourys ul li:hover {
	background: url(../images/ysli_bg.png) top no-repeat;
	background-size: 105% 549px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_fourys ul li.on +li:after, .ey_fourys ul li:nth-of-type(4).on:before {
	display: none;
}
.ey_fourys ul li em {
	display: block;
	width: 136px;
	height: 136px;
	margin: 50px auto 30px;
	position: relative;
}
.ey_fourys ul li em:before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background: url(../images/ys_ico1.png) center no-repeat;
	background-position: 0 0;
	position: absolute;
	margin: auto;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
}
.ey_fourys ul li:nth-of-type(2) em:before {
	background: url(../images/ys_ico2.png) center no-repeat;
	background-position: 0 0;
}
.ey_fourys ul li:nth-of-type(3) em:before {
	background: url(../images/ys_ico3.png) center no-repeat;
	background-position: 0 0;
}
.ey_fourys ul li:nth-of-type(4) em:before {
	background: url(../images/ys_ico4.png) center no-repeat;
	background-position: 0 0;
}
.ey_fourys ul li em:after {
	content: "";
	display: block;
	width: 136px;
	height: 136px;
	background: url(../images/ysem_bg.png) top no-repeat;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ey_fourys ul li:hover em:after {
	transform: rotate(-360deg);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.ey_fourys ul li:hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li:nth-of-type(2):hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li:nth-of-type(3):hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li:nth-of-type(4):hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li p {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ey_fourys ul li span {
	font-size: 20px;
}
.ey_fourys ul li .xz {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 140px;
	margin: 20px 0;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 30;
	-webkit-box-orient: vertical;
	transition: all 0s;
	-webkit-transition: all 0s;
}
.ey_fourys ul li.on .xz, .ey_fourys ul li:hover .xz {
	opacity: 1;
}
.ey_fourys ul li .ysjt {
	margin-top: 50px;
	height: 40px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_fourys ul li.on .ysjt, .ey_fourys ul li:hover .ysjt {
	margin-top: 0;
	width: 0;
	height: 0;
}
.ey_fourys ul li:nth-of-type(4) {
}
@media screen and (max-width:1440px) {
.ey_fourys {
	padding: 60px 0 20px;
}
.ey_fourys ul li {
	min-height: 480px;
}
.ey_fourys ul li.on {
	background-size: 100% 480px;
}
.ey_fourys ul li:after, .ey_fourys ul li:nth-of-type(4):before {
	height: 380px;
}
.ey_fourys ul li em {
	width: 120px;
	height: 126px;
	margin: 40px auto 15px;
}
.ey_fourys ul li em:after {
	width: 120px;
	height: 126px;
	background-size: 100%;
}
.ey_fourys ul li p {
	font-size: 26px;
}
.ey_fourys ul li span {
	font-size: 17px;
}
}
@media screen and (max-width:1080px) {
.ey_fourys {
	display: none;
}
}
/*应用领域*/
.eytitle .eytitle_r{float:right;color:#fff;text-align:right;font-size:16px;line-height:28px}
.eytitle .eytitle_l{width:190px;float:left}
.eytitle .eytitle_l b{display:inline-block;font-size:44px;color:#fff}
.eytitle .eytitle_l img{display:inline-block;margin-top:-60px;margin-left:-24px}
.eytitle .eytitle_l p{color:#999;font-size:18px}

.eyidx_Case .eytitle .eytitle_l p{
	margin-top: 0;
}


.eyidx_Case{width:100%;padding:60px 0;background:url(../images/case_bg.png) no-repeat top center;background-size:cover;overflow:hidden}
.eyidx_Case .h_pros_list{width:100%;height:450px;background:rgba(255,255,255,0);padding:0;box-shadow:0 10px 20px transparent;box-sizing:border-box;position:relative;z-index:1;transition:all 1s;margin-top:30px}
.active .eyidx_Case .h_pros_list{-webkit-transform:scale(1,1);transform:scale(1,1)}
.eyidx_Case .h_pros_list ul{height:100%}
.eyidx_Case .h_pros_list ul li{width:23.5%;margin-right:2%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);box-sizing:border-box;float:left;position:relative;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;overflow:hidden}
.eyidx_Case .h_pros_list ul li:nth-child(4){margin-right:0}
.eyidx_Case .h_pros_list ul li img.pro_img{display:block;width:100%;height:100%;object-fit:cover;margin:auto;padding:0;position:absolute;left:0;top:0;right:0;bottom:0}
.eyidx_Case .h_pros_list ul li .h_pros_text01{display:block;width:100%;height:100%;overflow:hidden;color:#fff;margin:0 auto;padding:60px 40px;background-color:rgba(0,0,0,.5);position:relative;z-index:1;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;box-sizing:border-box}
.eyidx_Case .h_pros_list ul li.h_pros_active .h_pros_text01,.eyidx_Case .h_pros_list ul li:hover .h_pros_text01{background-color:rgba(0,0,0,0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.eyidx_Case .h_pros_list ul li .h_pros_text01 p{display:block;width:100%;overflow:hidden;color:#fff;font-size:26px;font-weight:700;margin:0 auto;padding:0;text-shadow:0 2px 4px rgba(0,0,0,.1);-webkit-transition:all .6s;-moz-transition:all .6s;-o-transition:all .6s;transition:all .6s;position:absolute;bottom:90px}
.eyidx_Case .h_pros_list ul li .h_pros_text01 p a{color:#fff}
.eyidx_Case .h_pros_list ul li .h_pros_text01 span{display:block;font-size:16px;overflow:hidden;line-height:28px;color:#fff;word-wrap:break-word;text-shadow:0 2px 4px rgba(0,0,0,.1);padding:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;position:absolute;bottom:60px;text-transform:uppercase;height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.eyidx_Case .h_pros_list ul li .h_pros_text01 i{display:block;width:80%;background:#fff;height:1px;position:absolute;bottom:40px}
.eyidx_Case .h_pros_list ul li.h_pros_active .h_pros_text02{display:none}
.eyidx_Case .h_pros_list ul li.h_pros_active .h_pros_text02,.eyidx_Case .h_pros_list ul li:hover .h_pros_text02{display:block;background-color:rgba(0,0,0,.3);height:100%}
.eyidx_Case .h_pros_list ul li.h_pros_active .h_pros_text01,.eyidx_Case .h_pros_list ul li:hover .h_pros_text01{display:none}
.eyidx_Case .h_pros_list ul li .h_pros_text02{display:block;width:100%;height:0;overflow:hidden;color:#fff;margin:0 auto;padding:50px 40px;position:relative;z-index:1;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;box-sizing:border-box;bottom:0}
.eyidx_Case .h_pros_list ul li .h_pros_text02 .pros_ico{margin-top:150px}
.eyidx_Case .h_pros_list ul li .h_pros_text02 span{display:block;font-size:24px;
	font-weight:700;margin:20px 0;
	/*height:30px;*/
	overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2

}
.eyidx_Case .h_pros_list ul li .h_pros_text02 b{font-size:30px;display: none}
.eyidx_Case .h_pros_list ul li .h_pros_text02 b a{color:#fff}
.eyidx_Case .h_pros_list ul li .h_pros_text02 p{font-size:16px;line-height:29px;margin-top:30px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-all;max-height:150px}
@media screen and (max-width:1199px) and (min-width:1080px){.eyidx_Case .h_pros_list ul li .h_pros_text02{display:none}
.eyidx_Case .h_pros_list ul li{height:450px}
.eyidx_Case .h_pros_list ul li .h_pros_text02 .pros_ico{margin-top:50px}
}
@media screen and (max-width:1079px) and (min-width:1024px){.eyidx_Case{padding:55px 0}
	.eytitle .eytitle_l b{font-size:40px}
.eyidx_Case .h_pros_list ul li{width:48.5%;margin:0 3% 25px 0}
.eyidx_Case .h_pros_list ul li:nth-child(2n+2){margin-right:0}
.eyidx_Case .h_pros_list ul li .h_pros_text02{padding:60px}
}
@media screen and (max-width:1023px) and (min-width:768px){.eyidx_Case{padding:45px 0}
.eyidx_Case .h_pros_list ul li .h_pros_text02{display:none}
.eyidx_Case .h_pros_list ul li{width:48.5%;margin:0 3% 25px 0;height:400px}
.eyidx_Case .h_pros_list ul li:nth-child(2n+2){margin-right:0}
.eytitle .eytitle_r{font-size:15px}
.eytitle .eytitle_l b{font-size:36px}

}
@media (max-width:767px){.eyidx_Case{padding:35px 0 20px}
.eytitle .eytitle_r{display:none}
.eyidx_Case .h_pros_list ul li .h_pros_text02{padding:30px 25px}
.eyidx_Case .h_pros_list ul li{width:100%;height:300px;margin-bottom:20px}
.eyidx_Case .h_pros_list ul li .h_pros_text02 span{font-size:20px;margin:10px 0}
.eyidx_Case .h_pros_list ul li .h_pros_text02 b{font-size:28px}
.eyidx_Case .h_pros_list ul li .h_pros_text02 p{font-size:15px;margin-top:20px}
.eytitle .eytitle_l b{font-size:32px}
.eytitle .eytitle_l img{height:30px;margin-top:-45px;margin-left:-18px}
}
@media (max-width:767px){.eyidx_Case .h_pros_list ul li{height:320px}
}
.clear {
    clear: both;
}


.webtop.fxd .web_nav .nav_list>ul>li>a{
    line-height: 70px!important;
}
.webtop.fxd    .webtop_main .web_logo {
        margin: 10px 0!important;
    }
.webtop.fxd {
	height: 70px!important;
}

@media (max-width:767px){
	.dyhz img{
		max-width: 100%;height: auto!important;
	}
}


/*客服*/
#ey_kefu {position:fixed;right:5px;top:40%;transform:translateY(-50%);font-family:Arial,Helvetica,sans-serif;z-index:9999}
#ey_kefu * {box-sizing:border-box;font-size:10px;line-height:1.9;   }
.ey-list {padding:0;border:1px solid #EEE;background-color:#FFF;max-width:58px;border-radius:4px;margin:0}
.ey-icon {display:inline-block;background:url(../images/ey-ico23.png)no-repeat;width:30px;height:30px;transform:scale(.8)}
.ey-list>li {width:100%;border-top:1px solid #EEE;list-style:none;
	position: relative;
	text-align:center;padding:4px 0 8px;transition:all .2s ease-in-out}
.ey-list>li>a>p {margin:0;transform:scale(.9);text-transform:capitalize}
.ey-list>li>a {color:#555;text-decoration:none;display:block;padding:0 2px}
.ey-wechat-img {position:absolute;right:calc(100% - 1px);bottom:0;width:120px;text-align:center;padding:10px 10px 6px;background-color:#FFF;border:1px solid #EEE;border-radius:4px;transform:scale(0);transform-origin:right bottom}
.ey-wechat-img img {display:block;max-width:100%;max-height:100%}
.ey-wechat-img p {margin:4px 0 0;transform:scale(.9);word-break:break-all}
.ey-wechat-img em {display:inline-block;width:16px;height:16px;background:url(../images/ey-ico23.png)-76px -8px/99px no-repeat;vertical-align:middle;margin-right:4px}
.ey-list>li:hover .ey-wechat-img {transition:transform .4s;transform:scale(1)}
.ey-list>li:hover,.ey-list>li:hover+li {border-color:transparent} 
.ey-email .ey-icon {background-position:-8px -6px}
.ey-email-txt{
	display: none;
	height: 100%;
	
	position: absolute;
    right: calc(100%);
    bottom: 0;
    text-align: center;
    padding: 10px 20px 6px;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 4px;

}
#ey_kefu .ey-email-txt p{
	line-height: 2;font-size: 14px;
}
.ey-email:hover .ey-email-txt{
	display: block;
}


.ey-whatsapp .ey-icon {background-position:-52px -50px}
.ey-skype .ey-icon {background-position:-52px -6px}
.ey-wechat .ey-icon {background-position:-144px -10px}
#ey_kefu .ey-icon,#ey_kefu p{
	-webkit-transition: all 0s;
}
.ey-list li:hover a {color:#FFF} .ey-email:hover {background-color:#f90}
.ey-whatsapp:hover {background-color:#2cb740}
.ey-skype:hover {background-color:#0091df}
.ey-wechat:hover {background-color:#51c332}
.ey-email:hover .ey-icon {background-position:-96px -6px}
.ey-whatsapp:hover .ey-icon {background-position:-52px -94px}
.ey-skype:hover .ey-icon {background-position:-96px -50px}
.ey-wechat:hover .ey-icon {background-position:-144px -62px}
.ey-list>li:first-child {border-radius:4px 4px 0 0;border:0}
.ey-list>li:last-child {border-radius:0 0 4px 4px}
@media (max-width:768px) {#ey_kefu {display:none} .ey_message { display:none}}
.ey-border-blue-light{position:relative;margin:15px 0px 15px;}
.ey-border-blue-light h5{width:100%;font-size:18px;padding:3px 20px;box-sizing:border-box;border-bottom:4px solid#CCC;margin:0px;color:#9f27c6;border-color:#9f27c6;}
.ey-border-blue-light>h5::before{content:'';display:inline-block;position:absolute;bottom:2px;right:0px;width:98%;height:3px;background-color:#FFF;}
