 @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 {
 	font: 14px/1.6 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;
 }

 @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");
 }

 /* 设置滚动条的样式 */
 ::-webkit-scrollbar {
 	width: 0;
 }

 /* 滚动槽宽度 */
 ::-webkit-scrollbar-track {
 	background-color: #e6e6e6;
 	border-radius: 0px;
 }

 ::-webkit-scrollbar-thumb {
 	background-color: #183980;
 }

 /* 滚动条滑块默认状态 */
 ::-webkit-scrollbar-thumb:window-inactive {
 	background-color: #183980;
 }

 /* 滚动条滑块点击状态 */
 .ey_top {
 	width: 100%;
 	height: 95px;
 	/*background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
 	position: fixed;
 	top: 0;
 	left: 0;
 	z-index: 9999;
 }

 .ey_top .eytop_main {
 	width: 100%;
 	height: auto;
 	margin: 0 auto;
 	padding: 0 0 0 40px;
 	position: relative;
 }

 .eytop_main .ey_logo {
 	width: auto;
 	height: 60px;
 	overflow: hidden;
 	margin: 17px 0;
 	float: left;
 }

 .ey_logo a {
 	display: table-cell;
 	vertical-align: middle;
 	width: 100%;
 	height: 60px;
 	overflow: hidden;
 }

 .ey_logo a img {
 	display: inline-block;
 	max-width: 100%;
 	height: auto;
 	max-height: 100%;
 }

 .eytop_main .eytop_scbtn {
 	width: 94px;
 	height: 94px;
 	float: right;
 }

 .eytop_scbtn a {
 	display: block;
 	width: 100%;
 	height: 100%;
 	padding: 25px;
 	background-color: #2e3643;
 	position: relative;
 }

 .eytop_scbtn a svg {
 	display: block;
 	width: 100%;
 	height: 100%;
 }

 .eytop_scbtn a:hover {
 	background-color: #212935;
 }

 .z_mask {
 	width: 100%;
 	height: 100%;
 	position: fixed;
 	left: 0;
 	top: 94px;
 	background: rgba(0, 0, 0, .5);
 	z-index: 999;
 	display: none;
 }

 .eytop_search {
 	width: 100%;
 	height: auto;
 	padding: 40px 0;
 	position: fixed;
 	left: 0;
 	top: 94px;
 	z-index: 9999;
 	transform: translateY(94px);
 	background: linear-gradient(to right, #2e3643, #2e3643);
 	text-align: center;
 	opacity: 0;
 	visibility: hidden;
 }

 .eytop_search.on {
 	transform: translateY(0px);
 	visibility: inherit;
 	opacity: 1;
 }

 .eytop_search form {
 	width: 40%;
 	height: 80px;
 	margin: 0 auto;
 	padding: 0 80px 0 0;
 	border-bottom: 1px solid #fafafa;
 	position: relative;
 }

 .eytop_search form .scipt {
 	width: 100%;
 	height: 79px;
 	overflow: hidden;
 }

 .eytop_search form .scipt input {
 	display: block;
 	width: 100%;
 	height: 79px;
 	overflow: hidden;
 	line-height: 79px;
 	color: #fafafa;
 	font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
 	font-size: 18px;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	background: none;
 	border: 0;
 	outline: none;
 }

 .eytop_search form .scipt input::-moz-placeholder {
 	color: rgba(255, 255, 255, 0.5);
 }

 .eytop_search form .scipt input:-ms-input-placeholder {
 	color: rgba(255, 255, 255, 0.5);
 }

 .eytop_search form .scipt input::-webkit-input-placeholder {
 	color: rgba(255, 255, 255, 0.5);
 }

 .eytop_search form .scbtn {
 	width: 80px;
 	height: 79px;
 	overflow: hidden;
 	position: absolute;
 	top: 0;
 	right: 0;
 }

 .eytop_search form .scbtn input {
 	display: block;
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
 	background: url(../images/ssbtn_icon1.png) center center no-repeat;
 	background-size: 40px 40px;
 	border: 0;
 	outline: none;
 	cursor: pointer;
 }

 .eytop_main .eytop_tel {
 	/*width: 94px;*/
 	height: 94px;
 	/*background-color: #183980;*/
 	position: relative;
 	float: right;
 	z-index: 99;
 	margin-right: 6%;
 }

 .eytop_tel i {
 	/*display: block;*/
 	/* width: 120px; */
 	height: 24px;
 	margin: 29px auto;
 	display: flex;
 	align-items: center;
 	color: #fff;
 }

 .eytop_tel i svg {
 	display: block;
 	width: 100%;
 	height: 100%;
 }

 .eytop_tel p {
 	width: 0;
 	height: 94px;
 	overflow: hidden;
 	line-height: 40px;
 	color: #fff;
 	font-size: 28px;
 	padding: 27px 0;
 	background-color: #183980;
 	position: absolute;
 	top: 0;
 	right: 100%;
 	z-index: 1;
 }

 .eytop_tel:hover p {
 	width: auto;
 	padding: 27px 0 27px 27px;
 }

 @media (max-width:1560px) {
 	.eytop_search form {
 		width: 50%;
 	}

 	.eytop_search form .scipt input {
 		font-size: 17px;
 	}
 }

 @media (max-width:1440px) {
 	.ey_top {
 		height: 80px;
 	}

 	.ey_top .eytop_main {
 		padding: 0 0 0 3%;
 	}

 	.eytop_main .ey_logo {
 		margin: 10px 0;
 	}

 	.eytop_main .eytop_scbtn,
 	.eytop_main .eytop_tel {
 		width: 80px;
 		height: 80px;
 	}

 	.eytop_scbtn a {
 		padding: 21px;
 	}

 	.eytop_tel i {
 		width: 32px;
 		height: 32px;
 		margin: 24px auto;
 	}

 	.eytop_tel:hover p {
 		padding: 20px 0 20px 20px;
 	}

 	.eytop_tel p {
 		height: 80px;
 		font-size: 24px;
 	}

 	.eytop_search {
 		padding: 30px 0;
 	}

 	.eytop_search form {
 		height: 61px;
 		padding: 0 60px 0 0;
 	}

 	.eytop_search form .scipt {
 		width: 100%;
 		height: 60px;
 	}

 	.eytop_search form .scipt input {
 		height: 60px;
 		line-height: 60px;
 		font-size: 16px;
 	}

 	.eytop_search form .scbtn {
 		width: 60px;
 		height: 60px;
 	}

 	.eytop_search form .scbtn input {
 		background: url(../images/ssbtn_icon1.png) center center no-repeat;
 		background-size: 30px 30px;
 	}

 	.z_mask,
 	.eytop_search {
 		top: 80px;
 	}
 }

 @media (max-width:1280px) {
 	.ey_top {
 		height: 80px;
 	}

 	.eytop_main .ey_logo {
 		height: 60px;
 		margin: 10px 0;
 	}

 	.ey_logo a {
 		height: 60px;
 	}

 	.z_mask {
 		top: 80px;
 	}

 	.eytop_main .eytop_scbtn {
 		width: 80px;
 		height: 80px;
 	}

 	.eytop_scbtn a img {
 		width: 30px;
 		height: 30px;
 	}

 	.eytop_search {
 		padding: 30px 0;
 		top: 80px;
 		transform: translateY(80px);
 	}

 	.eytop_search form {
 		height: 51px;
 		padding: 0 50px 0 0;
 	}

 	.eytop_search form .scipt {
 		width: 100%;
 		height: 50px;
 	}

 	.eytop_search form .scipt input {
 		height: 50px;
 		line-height: 50px;
 		font-size: 15px;
 	}

 	.eytop_search form .scbtn {
 		width: 50px;
 		height: 50px;
 	}

 	.eytop_search form .scbtn input {
 		background: url(../images/ssbtn_icon1.png) center center no-repeat;
 		background-size: 26px 26px;
 	}
 }

 @media (max-width:1200px) {
 	.ey_top {
 		animation-name: none !important;
 	}

 	.eytop_main .eytop_tel,
 	.eytop_tel p {
 		/*background-color: #cb9900;*/
 		display: none;
 	}
 }

 @media (max-width:1024px) {}

 @media (max-width:800px) {
 	.ey_top .eytop_main {
 		padding: 0 0 0 20px;
 	}

 	.eytop_search form {
 		width: 80%;
 	}
 }

 @media (max-width: 767px) {
 	.ey_top {
 		height: 60px;
 	}

 	.eytop_main .ey_logo {
 		height: 50px;
 		margin: 5px 0;
 	}

 	.ey_logo a {
 		height: 50px;
 	}

 	.eytop_main .eytop_tel {
 		display: none;
 	}

 	.z_mask {
 		top: 60px;
 	}

 	.eytop_main .eytop_scbtn {
 		width: 60px;
 		height: 60px;
 	}

 	.eytop_scbtn a {
 		padding: 14px;
 	}

 	.eytop_search {
 		padding: 20px 0;
 		top: 60px;
 		transform: translateY(60px);
 	}

 	.eytop_search form {
 		width: 90%;
 		height: 45px;
 		padding: 0 44px 0 0;
 	}

 	.eytop_search form .scipt {
 		width: 100%;
 		height: 44px;
 	}

 	.eytop_search form .scipt input {
 		height: 44px;
 		line-height: 44px;
 		font-size: 14px;
 	}

 	.eytop_search form .scbtn {
 		width: 44px;
 		height: 44px;
 	}

 	.eytop_search form .scbtn input {
 		background: url(../images/ssbtn_icon1.png) center center no-repeat;
 		background-size: 22px 22px;
 	}
 }

 @media (max-width: 390px) {
 	.eytop_main .ey_logo {
 		height: 44px;
 		margin: 8px 0;
 	}

 	.ey_logo a {
 		height: 44px;
 	}
 }

 @media (max-width: 320px) {
 	.eytop_main .ey_logo {
 		height: 40px;
 		margin: 10px 0;
 	}

 	.ey_logo a {
 		height: 40px;
 	}

 	.eytop_main .eytop_scbtn {
 		width: 50px;
 		height: 60px;
 	}

 	.eytop_scbtn a {
 		padding: 11px;
 	}
 }

 .ey_nav {
 	width: 100%;
 	/*height: auto;*/
 	/*padding: 0 30px 0 0;*/
 	/*float: right;*/
 	position: absolute;
 	left: 50%;
 	transform: translateX(-25%);
 	padding: 0;
 	float: none;
 	z-index: 10;
 }

 .ey_nav li,
 .ey_nav a {
 	text-decoration: none;
 	list-style: none;
 }

 .ey_nav ::-webkit-scrollbar {
 	display: none;
 }

 .ey_nav .nav_list {
 	width: 100%;
 	margin: 0 auto;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 }

 .ey_nav .nav_list>ul>li {
 	width: auto;
 	position: relative;
 	list-style: none;
 	padding: 0 30px;
 	float: left;
 }

 .ey_nav .nav_list>ul>li:last-child {
 	background: none;
 }

 .ey_nav .nav_list>ul>li>a {
 	display: inline-block;
 	width: 100%;
 	line-height: 60px;
 	color: #fff;
 	font-size: 18px;
 	text-align: center;
 	padding: 8px 0;
 	text-decoration: none;
 	position: relative;
 }

 .ey_nav .nav_list>ul>li:hover>a,
 .ey_nav .nav_list>ul>li.active>a {
 	color: #183980;
 }

 .ey_nav .nav_list>ul>li>a::after {
 	content: '';
 	display: block;
 	width: 0%;
 	height: 3px;
 	background-color: #183980;
 	position: absolute;
 	bottom: 0;
 	left: 50%;
 	transform: translateX(-50%);
 	-webkit-transform: translateX(-50%);
 	-moz-transform: translateX(-50%);
 	-o-transform: translateX(-50%);
 }

 .ey_nav .nav_list>ul>li:hover>a::after,
 .ey_nav .nav_list>ul>li.active>a::after {
 	width: 100%;
 }

 .ey_nav .nav_list>ul>li i {
 	display: inline-block;
 	width: 20px;
 	height: 20px;
 	background: url(../images/down.png) center center no-repeat;
 	background-size: 10px 10px;
 	vertical-align: middle;
 	cursor: pointer;
 	display: none;
 }

 .ey_nav .nav_list>ul>li i.cur {
 	background: url(../images/up.png) center center no-repeat;
 	background-size: 10px 10px;
 	text-decoration: none;
 }

 .ey_nav .nav_list>ul>li ul {
 	display: none;
 	position: absolute;
 	left: -20%;
 	top: 70px;
 	z-index: 9;
 	width: 140%;
 	overflow: hidden;
 	background-color: #fff;
 	border-top: 2px solid #183980;
 	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 	border-radius: 0 0 2px 2px;
 }

 @media (max-width: 1440px) {
 	.ey_nav .nav_list>ul>li ul {
 		top: 75px;
 	}
 }

 .ey_nav .nav_list>ul>li:hover ul {
 	display: block;
 }

 .ey_nav .nav_list>ul>li ul li {
 	width: 100%;
 	overflow: hidden;
 	margin: 0 auto;
 	border-bottom: 1px solid rgba(85, 87, 89, 0.1);
 }

 .ey_nav .nav_list>ul>li ul li:last-child {
 	border: 0;
 }

 .ey_nav .nav_list>ul>li ul li a {
 	display: block;
 	width: 100%;
 	height: 40px;
 	overflow: hidden;
 	line-height: 40px;
 	color: #fff;
 	font-size: 14px;
 	text-align: center;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	margin: 0 auto;
 	padding: 0 8px;
 }

 .ey_nav .nav_list>ul>li ul li a:hover {
 	color: #183980;
 }

 .ey_nav .nav_menu {
 	display: none;
 }

 @media (max-width:1680px) {
 	.ey_nav {
 		padding: 0 25px 0 0;
 	}

 	.ey_nav .nav_list>ul>li {
 		padding: 0 25px;
 	}
 }

 @media (max-width:1600px) {
 	.ey_nav .nav_list>ul>li>a {
 		font-size: 17px;
 	}

 	.ey_nav .nav_list>ul>li>a>em.l {
 		left: 10px;
 	}

 	.ey_nav .nav_list>ul>li>a>em.r {
 		right: 10px;
 	}
 }

 @media (max-width:1560px) {
 	.ey_nav {
 		padding: 0 22px 0 0;
 	}

 	.ey_nav .nav_list>ul>li {
 		padding: 0 22px;
 	}

 	.ey_nav .nav_list>ul>li>a>em.l {
 		left: 8px;
 	}

 	.ey_nav .nav_list>ul>li>a>em.r {
 		right: 8px;
 	}
 }

 @media (max-width:1440px) {
 	.ey_nav {
 		padding: 0 20px 0 0;
 	}

 	.ey_nav .nav_list>ul>li {
 		padding: 0 20px;
 	}

 	.ey_nav .nav_list>ul>li>a {
 		font-size: 16px;
 		padding: 10px 0;
 	}

 	.ey_nav .nav_list>ul>li>a>em.l {
 		left: 6px;
 	}

 	.ey_nav .nav_list>ul>li>a>em.r {
 		right: 6px;
 	}
 }

 @media (max-width:1366px) {
 	.ey_nav {
 		padding: 0 16px 0 0;
 	}

 	.ey_nav .nav_list>ul>li {
 		padding: 0 16px;
 	}
 }

 @media (max-width:1280px) {
 	.ey_nav {
 		padding: 0 14px 0 0;
 	}

 	.ey_nav .nav_list>ul>li {
 		padding: 0 14px;
 	}
 }

 @media (max-width:1200px) {
 	.ey_nav {
 		position: static;
 		/* 清除绝对定位 */
 		transform: none;
 		left: auto;
 		height: 0;
 		margin: 0;
 		padding: 0;
 		width: auto;
 		float: right;
 	}

 	.ey_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;
 	}

 	.ey_nav .nav_list ul {
 		width: 50%;
 		height: 100%;
 		background-color: #fff;
 		position: relative;
 		z-index: 9999;
 	}

 	.ey_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;
 	}

 	.ey_nav .nav_list ul>li {
 		width: 100%;
 		overflow: hidden;
 		margin: 0 auto;
 		padding: 0;
 		background: none;
 		box-sizing: border-box;
 		position: relative;
 	}

 	.ey_nav .nav_list ul>li a {
 		display: block;
 		width: 100%;
 		line-height: 80px;
 		color: #333;
 		font-size: 18px;
 		text-align: left;
 		padding: 0 60px 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;
 	}

 	.ey_nav .nav_list>ul>li:hover,
 	.ey_nav .nav_list>ul>li.active {
 		background-color: #183980;
 	}

 	.ey_nav .nav_list>ul>li:hover>a,
 	.ey_nav .nav_list>ul>li.active>a {
 		color: #fff;
 		border-bottom: 1px solid #183980;
 	}

 	.ey_nav .nav_list>ul>li>a>em {
 		display: none;
 	}

 	.ey_nav .nav_list>ul>li>a::after {
 		display: none;
 	}

 	.ey_nav .nav_list>ul>li i {
 		display: block;
 		width: 60px;
 		height: 60px;
 		background-size: 14px 9px;
 		position: absolute;
 		top: 0;
 		right: 0;
 	}

 	.ey_nav .nav_list>ul>li i.cur {
 		background-size: 14px 9px;
 	}

 	.ey_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);
 	}

 	.ey_nav .nav_list>ul>li:hover>em,
 	.ey_nav .nav_list>ul>li.active>em {
 		display: none;
 	}

 	.ey_nav .nav_list>ul>li ul li a {
 		height: 48px;
 		line-height: 48px;
 		color: #888;
 		text-align: left;
 		border: 0;
 		padding: 0 40px;
 	}

 	.ey_nav .nav_menu {
 		display: block;
 		width: 80px;
 		height: 80px;
 		padding: 28px 20px;
 		background-color: #183980;
 		margin: 0;
 		-webkit-box-sizing: border-box;
 		-moz-box-sizing: border-box;
 		box-sizing: border-box;
 	}

 	.ey_nav .nav_menu span {
 		display: block;
 		width: 30px;
 		height: 2px;
 		background-color: #fff;
 		border-radius: 1px;
 		margin: 0 auto;
 	}

 	.ey_nav .nav_menu span+span {
 		margin-top: 8px;
 	}

 	.ey_nav .open {
 		width: 100%;
 		overflow: auto;
 		left: 0%;
 	}

 	.ey_nav .nav_menu:active {
 		background-color: #183980;
 	}
 }

 @media (max-width: 767px) {
 	.ey_nav .nav_menu {
 		width: 60px;
 		height: 60px;
 		padding: 18px 16px;
 	}

 	.ey_nav .nav_menu span {
 		width: 28px;
 	}

 	.ey_nav .nav_list ul>li a {
 		height: 60px;
 		line-height: 60px;
 		font-size: 16px;
 		padding: 0 20px;
 	}
 }

 @media (max-width: 320px) {
 	.ey_nav .nav_menu {
 		width: 50px;
 		padding: 20px 12px;
 	}

 	.ey_nav .nav_menu span {
 		width: 24px;
 	}

 	.ey_nav .nav_menu span+span {
 		margin-top: 6px;
 	}

 	.ey_nav .nav_list ul>li a {
 		height: 60px;
 		line-height: 60px;
 		font-size: 16px;
 		padding: 0 20px;
 	}
 }

 .eyfoot {
 	overflow: hidden;
 	background: #151c28 url(../images/footbg.png) center center no-repeat;
 	/*border-top: 8px solid #183980;*/
 	position: relative;
 }

 .eyfoot .eyfoot_main {
 	margin: 0 auto
 }

 .eyfoot_main .eyfoot_head {
 	padding: 40px 0;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .eyfoot_head .eyfoot_logo {
 	width: auto;
 	/*height: 40px;*/
 	overflow: hidden;
 	float: left;
 }

 .eyfoot_logo a {
 	display: table-cell;
 	vertical-align: middle;
 	width: 100%;
 	/*height: 40px;*/
 	overflow: hidden;
 }

 .eyfoot_logo a img {
 	display: inline-block;
 	max-width: 100%;
 	height: auto;
 	max-height: 100%;
 }

 .eyfoot_head .eyfoot_tel {
 	height: 40px;
 	/*line-height: 40px;*/
 	color: #fff;
 	font-size: 32px;
 	font-weight: bold;
 	float: right;
 }

 .eyfoot_main .eyfoot_middle {
 	margin: 60px auto 40px;
 }

 .eyfoot_middle .eyfoot_menu {
 	float: left;
 }

 .eyfoot_menu ul li {
 	padding-left: 100px;
 	float: left;
 }

 .eyfoot_menu ul li:first-child {
 	padding-left: 0;
 }

 .eyfoot_menu ul li span {
 	display: block;
 	height: 30px;
 	line-height: 30px;
 	color: #fff;
 	font-size: 18px;
 	margin-bottom: 15px;
 }

 .eyfoot_menu ul li p {
 	height: auto;
 	max-height: 140px;
 	overflow: hidden;
 }

 .eyfoot_menu ul li p a {
 	display: block;
 	max-width: 200px;
 	height: 30px;
 	overflow: hidden;
 	line-height: 30px;
 	color: rgba(255, 255, 255, 0.5);
 	font-size: 14px;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	margin-top: 5px;
 }

 .eyfoot_menu ul li p a:hover {
 	color: #fff;
 }

 .eyfoot_middle .eyfoot_right {
 	margin-top: -40px;
 	float: right;
 }

 .eyfoot_right .eyfoot_email {
 	margin-bottom: 20px;
 }

 .eyfoot_email span {
 	display: block;
 	height: 30px;
 	line-height: 30px;
 	color: #fff;
 	font-size: 20px;
 	text-align: right;
 	margin-bottom: 8px;
 }

 .eyfoot_email p {
 	line-height: 22px;
 	color: #fff;
 	font-size: 14px;
 	text-align: right;
 }

 .eyfoot_ewm {
 	text-align: right;
 }

 .eyfoot_ewm i {
 	display: inline-block;
 	width: 124px;
 	height: 124px;
 	overflow: hidden;
 	margin-bottom: 6px;
 }

 .eyfoot_ewm i img {
 	display: block;
 	width: 100%;
 	height: 100%;
 }

 .eyfoot_ewm p {
 	line-height: 22px;
 	color: rgba(255, 255, 255, 0.5);
 	font-size: 14px;
 	text-align: right;
 }

 .eyfoot_copy {
 	margin-top: 40px;
 	padding-bottom: 40px;
 }

 .eyfoot_copy p {
 	width: auto;
 	line-height: 28px;
 	color: rgba(255, 255, 255, 0.5);
 	font-size: 14px;
 	text-align: center;
 }

 .eyfoot_copy p a {
 	color: rgba(255, 255, 255, 0.5);
 }

 .eyfoot_copy p a:hover {
 	color: #fff;
 }

 .eyfoot_copy p.fr a {
 	display: inline-block;
 	line-height: 28px;
 	color: #fff;
 	font-size: 14px;
 	vertical-align: top;
 	padding: 0 20px;
 	background-color: #183980;
 }

 .eylinks {
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	margin: 40px auto;
 	padding: 10px 20px;
 	background-color: #1c232f;
 }

 .eylinks .eylinks_title {
 	width: 130px;
 	height: 34px;
 	overflow: hidden;
 	line-height: 34px;
 	color: #ffffff;
 	font-size: 16px;
 	float: left;
 }

 .eylinks_title i {
 	display: block;
 	width: 34px;
 	height: 34px;
 	overflow: hidden;
 	background-color: #fff;
 	border-radius: 50%;
 	margin-right: 8px;
 	padding: 7px;
 	float: left;
 }

 .eylinks_title i svg {
 	display: block;
 	width: 100%;
 	height: 100%;
 }

 .eylinks .eylinks_list {
 	width: calc(100% - 130px);
 	padding: 3px 0;
 	float: right;
 }

 .eylinks_list a {
 	display: inline-block;
 	line-height: 28px;
 	color: rgba(255, 255, 255, 0.5);
 	font-size: 14px;
 	vertical-align: top;
 	margin-right: 16px;
 }

 .eylinks_list a:hover {
 	color: #ffffff;
 }

 @media (max-width:1440px) {
 	.eyfoot_main .eyfoot_head {
 		padding: 30px 0;
 	}

 	.eyfoot_main .eyfoot_middle {
 		margin: 40px auto 30px;
 	}

 	.eyfoot_middle .eyfoot_right {
 		margin-top: -20px;
 	}

 	.eyfoot_email span {
 		margin-bottom: 2px;
 	}

 	.eylinks {
 		margin: 30px auto;
 	}

 	.eyfoot_copy {
 		margin-top: 30px;
 		padding-bottom: 30px;
 	}
 }

 @media (max-width:1433px) {
 	.eyfoot_menu ul li {
 		padding-left: 75px;
 	}
 }

 @media (max-width:1200px) {
 	.eyfoot_menu ul li {
 		padding-left: 30px;
 	}
 }

 @media (max-width:960px) {
 	.eyfoot_menu ul li {
 		padding-left: 10px;
 	}
 }

 @media (max-width:920px) {
 	.eyfoot_menu ul li {
 		padding-left: 2px;
 	}
 }

 @media (max-width:820px) {
 	.eyfoot_menu ul li {
 		padding-left: 80px;
 	}
 }

 @media (max-width:767px) {

 	.eyfoot_main .eyfoot_head {
 		padding: 20px 0 0;
 		border: 0;
 	}

 	.eyfoot_head .eyfoot_logo {
 		margin-bottom: 12px;
 		float: none;
 	}

 	.eyfoot_logo a {
 		display: block;
 		text-align: center;
 	}

 	.eyfoot_head .eyfoot_tel {
 		text-align: center;
 		float: none;
 	}

 	.eyfoot_main .eyfoot_middle {
 		display: none;
 		margin: 20px auto;
 	}

 	.eyfoot_middle .eyfoot_menu {
 		width: 100%;
 		float: none;
 		display: none;
 	}

 	.eyfoot_menu ul {
 		margin: 0 -6px;
 	}

 	.eyfoot_menu ul li {
 		width: 33.333333%;
 		padding: 0 6px !important;
 		float: left;
 	}

 	.eyfoot_menu ul li span,
 	.eyfoot_menu ul li p a {
 		text-align: center;
 	}

 	.eyfoot_middle .eyfoot_right {
 		margin: 0 auto;
 		float: none;
 	}

 	.eyfoot_email span,
 	.eyfoot_email p,
 	.eyfoot_ewm p {
 		text-align: center;
 	}

 	.eyfoot_ewm i {
 		display: block;
 		margin: 0 auto 6px;
 	}

 	.eylinks {
 		margin: 20px auto;
 		padding: 10px 12px;
 	}

 	.eylinks .eylinks_title {
 		float: none;
 	}

 	.eylinks .eylinks_list {
 		width: 100%;
 		margin-top: 10px;
 		padding: 0;
 		float: none;
 	}

 	.eylinks_list a {
 		margin-right: 12px;
 	}

 	.eyfoot_copy {
 		margin-top: 14px;
 		padding-bottom: 14px;
 	}

 	.eyfoot_copy p {
 		padding: 6px 0;
 		text-align: center;
 		float: none !important;
 	}

 	.eyfoot_copy p.fr a {
 		padding: 0 12px;
 	}
 }



 /*修改的样式表*/
.navheadSubct{
	width: calc(100% - 90px);
	background: rgba(0, 0, 0, 0.3);
	margin: 16px 45px 0 45px;
	border-radius: 3px;
}

 .headsubctCur {
	width: 100%;
 	position: fixed;
 	top: 0;
 	left: 0;
	margin: 0;
 	z-index: 9999;
 	background-color: rgba(0, 0, 0, 0.3);
 	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 	transition: all 0.3s;
	border-radius: 0;
	height: 80px;
 }


 .newproducConts {
 	overflow: hidden;
 	position: relative;
 	width: 100%;
 }

 .newproducList {
 	overflow: hidden;
 	position: relative;
 	width: 100%;
 	display: none;
 	align-items: self-start;
 }

 .newproducListOn {
 	display: flex;
 }

 .newproducNavs {
 	overflow: hidden;
 	position: absolute;
 	width: 100%;
 	bottom: 0;
 	left: 0;
 	display: flex;
 	align-items: center;
 	z-index: 6;
 }

 .newproducNavs ul {
 	overflow: hidden;
 	position: relative;
 	margin-left: auto;
 	display: flex;
 	align-items: center;
 }

 .newproducNavs ul li {
 	overflow: hidden;
 	position: relative;
 	height: 198px;
 	cursor: pointer;
 }

 .newproducNavs ul li img {
 	overflow: hidden;
 	position: relative;
 	display: block;
 	height: 100%;
 }

 .newproducNavs ul li span {
 	overflow: hidden;
 	position: absolute;
 	display: block;
 	bottom: 30px;
 	left: 24px;
 	z-index: 3;
 	transition: 0.5s;
 	font-size: 16px;
 	color: #fff;
 }

 .newproducNavs ul li:hover span {
 	bottom: 78px;
 	left: 80px;
 	transition: 0.5s;
 }



 @media (max-width:1200px) {
 	.headsubctCur {
 		height: 80px;
 	}
 }