@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: #e61f4d;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
 background-color: #e61f4d;
}
/* 滚动条滑块点击状态 */


/*头部 开始*/
.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: #e61f4d;
	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: #e61f4d;
}
.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;
}
.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: #e61f4d;
}
.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 #e61f4d;
	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: #e61f4d;
}
.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: #e61f4d;
}
.eyou_Nav .nav_list>ul>li:hover>a, .eyou_Nav .nav_list>ul>li.active>a {
	color: #fff;
	border-bottom: 1px solid #e61f4d;
}
.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: #e61f4d;
	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: #e61f4d;
}
}
 @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: #e61f4d;
	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: #e61f4d;
	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: #e61f4d;
}
 @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: #e61f4d;
	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: #e61f4d;
}
.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: #e61f4d;
	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: #e61f4d;
}
.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: 9;
	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: 240px;
	height: 72px;
	line-height: 48px;
	color: #e61f4d;
	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: #e61f4d;
}
.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: #e61f4d;
}
 @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;
}
}
 @media (max-width:920px) {
.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;
}
}
