* {
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
}
body {
	color: #222;
	padding: 0;
	overflow-x: hidden;
}
body, div, dl, dt, dd, ol, pre, form, fieldset, input, textarea, blockquote, p {
	margin: 0;
	padding: 0;
	font: 15px/1.5 Microsoft Yahei, 微软雅黑, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font: 15px/1.5 Microsoft Yahei, 微软雅黑, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
	font-weight: bold;
}
table, td, tr, th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	border:#eee solid 1px;
	padding:5px;
}


img {
	vertical-align: middle;
	border: 0;
}
address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
*zoom:1;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
@font-face {
	font-family: "Impact";
	src: url(../fonts/impact.ttf);
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:3px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#e6e6e6;
width:3px;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background:#ef7d00;
background: linear-gradient(to bottom, #ef7d00, #ff9000);
}
::-webkit-scrollbar-thumb:window-inactive {
background:#ef7d00;
background: linear-gradient(to bottom, #ef7d00, #ff9000);
}
/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
input {
	border-radius: 0;
}
.w1400 {
	width: 74%;
	margin: 0 auto;
}
 @media screen and (max-width:1700px) {
.w1400 {
	width: 90%;
}
}
@media screen and (max-width:1080px) {
.w1400 {
	width: 94%;
}
}
@media screen and (max-width:767px) {
.w1400 {
	width: 100%;
	padding: 0 12px;
}
}
.left{float:left}
.right{float:right;}
.clearfix{*zoom:1}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.top_main{position:relative;padding:0px 0 0 0;z-index:9;box-shadow:1px 2px 2px rgba(0,0,0,0.1);background:#fff; height:80px;}
.top_main .logo{float:left; height:100%; display:flex; align-items: center;}
.top_main .logo img{ max-height:55px;}
.top_main ul{display: flex;align-items: flex-end;height: 100%; width:100%; padding:0; margin:0;}
.top_main li{float:left;position:relative;display:block;text-align:center;z-index:9; width:12.5%;}
.top_main li {display:inline-block;margin:0 auto;position:relative;}
.top_main li i{width:100%;height:3px;position:absolute;left:0;bottom:7px;display:block;transition:ease-in-out 0.2s;z-index:9;}
.top_main li a p{width:100%;height:70px;text-align:center;left:0;top:0;z-index:10;line-height:70px;}
.top_main li a:hover,.top_main li a.hover,.top_main li .hover{cursor:pointer;}
.top_main li a:hover i,.top_main li a.hover i,.top_main li .hover i{width:100%;bottom:0;background:#ef7d00;}
.top_main li a:hover p,.top_main li a.hover p,.top_main li .hover p{color:#ef7d00;}


.top_main dl{width:100%;border-radius:0 0 3px 3px;padding-bottom:3px;background:#ffffff;position:absolute;left:50%;margin-left:-66px;top:70px;z-index:1555;border-top:none;}
.top_main dl{filter:progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity:0;visibility:hidden;transition:all .6s ease 0s;transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0)}
.top_main li:hover dl{opacity:1;visibility:visible;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.top_main dl dd{border-top:1px solid #f4f5f3;text-align:center;position:relative;z-index:12;display:block;width:100%;line-height:40px; font-size:13px;}
.top_main dl dd a:hover{color:#ef7d00;background:#f4f5f3;}
.top_main dl dd a{height:35px;display:block;line-height:35px}
.product-dropdown {
        width: 700px !important; /* 自定义宽度 */
        left: 0 !important; /* 重置left值 */
        margin-left: -300px !important; /* 调整偏移使菜单居中 */
        padding: 0px; /* 增加内边距 */
        margin-top:-3px;
    }
        /* 产品内容区域 */
.product-container {
            padding: 1rem 5%;
            background-color: #fff;
			border-top:#ef7d00 solid 3px;
        }
.product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
.product-category {
            margin-bottom:0;
        }
.category-title {
            color: #f37021;
            font-size: 15px;
			text-align:left;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #e0e0e0;
        }
.category-title a{
            color: #f37021;
        }
.product-items {
            list-style: none;
        }
.product-items-li {
            margin-bottom: 0.5rem;
			text-align:left;
			font-size:14px;
        }
.product-items-li a {
            text-decoration: none;
            color: #333;
            transition: color 0.3s;
        }
.product-items-li a:hover {
            color: #f37021;
        }
.hot-tag {
            display: inline-block;
            background: url(../images/hot2.png) center no-repeat;
            margin-left: 0.5rem;
			width:20px;
			height:21px;
        }
.nybanner{width:100%;position:relative;height:300px;overflow:hidden;background-position:center;background-repeat:no-repeat}

        /* 轮播图样式 */
        #banner_main {
            width: 100%;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .banner {
            width: 100%;
            height: 600px;
            position: relative;
            overflow: hidden;
        }
        
        .banner .list {
            width: 100%;
            height: 100%;
            position: relative;padding:0; margin:0;
        }
        
        .banner .list li {
            
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            transition: opacity 1.2s ease-in-out;
        }
        
        .banner .list li.active {
            opacity: 1;
            
            z-index: 1;
        }
        
        .banner .list li a {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .banner .list li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


/* 文本容器 */
        .text-overlay {
            position: absolute;
            bottom: 180px;
            left: 250px;
            padding: 30px 35px;
            color: #fff;
        }
        
        .text-overlay h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #fff;
			font-weight:bolder;
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.8s ease;
        }
        
        .text-overlay p {
            font-size: 1.1rem;
            line-height: 1.6;
			color: #fff;
            margin-bottom: 25px;
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.8s ease 0.3s;
        }
        
        .text-overlay .btn-detail {
            transform: translateY(30px);
            opacity: 0;
            transition: all 0.8s ease 0.6s;
        }
        .banner .list li.active .text-overlay h2,
        .banner .list li.active .text-overlay p,
        .banner .list li.active .text-overlay .btn-detail {
            transform: translateY(0);
            opacity: 1;
        }
        
        /* 按钮样式 */
        .btn-detail {
            display: inline-block;
            padding: 10px 32px;
            background: linear-gradient(45deg, #ef7d00, #ef7d00);
            color: white;
            text-decoration: none;
            border-radius: 10px;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            box-shadow: 0 4px 15px rgba(239, 125, 0, 0.4);
        }
        
        .btn-detail:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(239, 125, 0, 0.6);
        }
        .btn-detail:active {
            transform: translateY(0);
        }
        /* 指示器样式 */
        .tip {
            position: absolute;
            bottom: 25px;
            left: 0;
            width: 100%;
            text-align: center;
            z-index: 10;
            display: flex;
            justify-content: center;
            gap: 12px;
        }
        
        .tip span {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background:#ffffff;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .tip span.active {
            background: #ef7d00;
            transform: scale(1.1);
        }
        
        /* 导航按钮 */
        
        #btn_prev {
            left: 25px;
        }
        
        #btn_next {
            right: 25px;
        }
@media screen and (max-width:1080px) {
header .topone {
	height: 80px;
}
header .topone .logo {
	width: 300px;
	height: 80px;
}
header .topone .top_tel {
	margin-top: 25px;
}
header .topone .top_tel p {
	font-size: 20px;
	line-height: 24px;
}
}
@media screen and (max-width:767px) {
header .topone {
	height: 60px;
}
header .topone .logo {
	width: 250px;
	height: 60px;
}
header .topone .top_tel {
	display: none;
}
}
.apple-banner {
	width: 100%;
	position: relative;
	z-index: 999;
}
.top_nav {
	height: 34px;
	width: 64%;
	float: right;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 13%;
	z-index: 10;
}
.top_nav ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}
.top_nav ul:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/nav_bg.png) left no-repeat;
	position: absolute;
	left: -90px;
	top: 0;
}
.top_nav ul li {
	position: relative;
	z-index: 10;
}
.top_nav ul li>a {
	font-size: 18px;
	line-height: 18px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.top_nav ul li>a:hover, .top_nav ul li.navon>a {
	color: #ef7d00;
}
.top_nav ul li>a i {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	margin: 5px auto 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.top_nav ul li>a:hover i, .top_nav ul li.navon>a i {
	opacity: 1;
	margin: 1px auto 0;
}

@media screen and (max-width:1700px) {
.top_nav {
	padding-right: 5%;
}
.apple-banner .swiper-container1 {
	height: 700px;
}
}
@media screen and (max-width:1600px) {
.apple-banner .swiper-container1 {
	height: 666px;
}
.apple-banner .swiper-button-prev {
	left: 2.5%;
}
.apple-banner .swiper-button-next {
	left: calc(2.5% + 51px);
}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction {
	right: 2.5%;
}
}
@media screen and (max-width:1440px) {
.apple-banner .swiper-container1 {
	height: 600px;
}
.top_nav ul li>a {
	font-size: 16px;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	bottom: 30px;
}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction {
	bottom: 20px;
}
}
@media screen and (max-width:1299px) {
.apple-banner .swiper-container1 {
	height: 500px;
}
.apple-banner .swiper-pagination-current, .apple-banner .swiper-pagination span {
	font-size: 30px !important;
}
.apple-banner span.swiper-pagination-total {
	font-size: 18px !important;
}
}
@media screen and (max-width:1080px) {
.apple-banner .swiper-container1 {
	height: 450px;
}
.top_nav {
	width: 100%;
	padding: 0 3%;
	position: relative;
}
.top_nav ul:after {
	display: none;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	bottom: 30px;
}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction {
	right: 30px;
	bottom: 25px;
}
.apple-banner .dbtiao {
	display: none;
}
}
@media screen and (max-width:1023px) {
.apple-banner {
	top: 0;
}
.apple-banner .swiper-container1 {
	height: 400px;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	width: 35px;
	height: 35px;
	bottom: 30px;
}
.apple-banner .swiper-button-prev {
	background-size: 20%;
}
.apple-banner .swiper-button-next {
	background-size: 20%;
}
.apple-banner .swiper-button-prev:hover {
	background-size: 20%;
}
.apple-banner .swiper-button-next:hover {
	background-size: 20%;
}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction {
	bottom: 25px;
}
.apple-banner .swiper-pagination-current, .apple-banner .swiper-pagination span {
	font-size: 25px !important;
}
.apple-banner span.swiper-pagination-total {
	font-size: 16px !important;
}
}
@media screen and (max-width:767px) {
.apple-banner .swiper-container1 {
	height: 300px;
}
.top_nav {
	position: fixed;
	background: none;
	height: auto;
	z-index: 99999;
}
.nav_menu {
	position: absolute;
	right: 3%;
	margin-top: -40px;
	height: 25px;
	z-index: 99999;
	transition: all .5s ease;
}
.nav_menu span {
	display: block;
	width: 26px;
	height: 2px;
	background: #666;
	margin-top: 7px;
}
.nav_menu:before, .nav_menu:after {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background: #666;
}
.nav_menu:after {
	margin-top: 7px;
}
.nav_menu.open span {
	background: transparent;
	transform: translate(-50%, -50%) rotate(180deg);
}
.nav_menu.open:before {
	margin-top: 10px;
	transform: rotate(45deg);
	width: 23px;
}
.nav_menu.open::after {
	margin-top: -11px;
	transform: rotate(-45deg);
	width: 23px;
}
.top_nav ul {
	width: 100%;
	padding: 20px 0;
	position: fixed;
	top: 0;
	z-index: 99998;
	background: #fff;
	height: 100vh;
	border-top: 3px solid #ff9000;
	left: 100%;
	transition: all .5s ease;
	overflow: scroll;
	display: block !important;
}
.top_nav ul.open {
	left: 0;
}
.top_nav ul li {
	width: 90%;
	margin: 0 auto;
	float: none;
	background: #fff;
	border-bottom: 1px dashed #ddd;
	padding: 20px 0;
	text-align: center;
}
.top_nav ul li>a:hover i, .top_nav ul li.navon>a i {
	margin: 5px auto 0;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	width: 25px;
	height: 25px;
	bottom: 20px;
	border: 1px solid #fff;
}
.apple-banner .swiper-button-prev:hover, .apple-banner .swiper-button-next:hover {
	border: 1px solid #f3dd16;
}
.apple-banner .swiper-button-prev {
	background-size: 25%;
}
.apple-banner .swiper-button-next {
	background-size: 25%;
	left: calc(2.5% + 32px);
}
.apple-banner .swiper-button-prev:hover {
	background-size: 25%;
}
.apple-banner .swiper-button-next:hover {
	background-size: 25%;
}
}
@media screen and (max-width:600px) {
.apple-banner .swiper-container1 {
	height: 250px;
}
}
@media screen and (max-width:500px) {
.apple-banner .swiper-container1 {
	height: 220px;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	bottom: 15px;
}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction {
	bottom: 10px;
}
}
@media screen and (max-width:375px) {
.apple-banner .swiper-container1 {
	height: 180px;
}
}
@media screen and (max-width:320px) {
.apple-banner .swiper-container1 {
	height: 160px;
}
}
.hotkw_search {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: 10px;
	z-index: 1000;
}
.hotkw_search .hotkw_left {
	float: left;
	width: 70%;
	overflow: hidden;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hotkw_search .hotkw_left img {
	margin-top: -3px;
}
.hotkw_search .hotkw_left span {
	font-size: 16px;
	display: inline-block;
	margin-left: 6px;
	font-weight: bold;
}
.hotkw_search .hotkw_left a {
	display: inline-block;
	font-size: 16px;
	color: #999;
	padding: 0 8px;
	text-align: center;
}
.hotkw_search .search_right {
	width: 26%;
	height: 44px;
	position: relative;
}
.hotkw_search .search_right .sc_ipt {
	width: 100%;
	height: 32px;
	margin-top: 6px;
}
.hotkw_search .search_right .sc_ipt input {
	display: block;
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 38px;
	color: #ccc;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-right: 0;
	outline: none;
	padding: 0 9px 0 17px;
	border: none;
	border-radius: 20px;
	background: #f4f4f4;
}
.hotkw_search .search_right .sc_ipt input::placeholder {
font-size:14px;
color:#bbb;
}
.hotkw_search .search_right .sc_btn {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}
.hotkw_search .search_right .sc_btn input {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/ssico.png) center no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 0;
	font-weight: bold;
	border-radius: 0 20px 20px 0;
}
.ny_hotkw_search {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #ddd;
}
.ny_hotkw_search .nyhotkw_left {
	width: 65%;
	float: left;
	height: 55px;
	margin-top: 35px;
}
@media screen and (max-width:1700px) {
.hotkw_search {
	padding-left: 5%;
}
}
@media screen and (max-width:1080px) {
.hotkw_search {
	width: 100%;
	padding: 0 3%;
	position: static;
	margin: 15px 0;
}
.hotkw_search .hotkw_left a {
	font-size: 15px;
	padding: 0 5px;
}
.hotkw_search .search_right {
	width: 32%;
}
}
@media screen and (max-width:767px) {
.hotkw_search {
	margin: 10px 0;
}
.hotkw_search .hotkw_left {
	display: none;
}
.hotkw_search .search_right {
	width: 100%;
}
}
.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;
}
.ey_fourys ul li span {
	font-size: 20px;
}
.ey_fourys ul li .xz {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	height: 90px;
	margin: 20px 0;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-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;
}
}
.ey_tjpro {
	width: 100%;
	padding: 84px 0 84px 13%;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	overflow: hidden;
	position: relative;
}
.ey_tjpro .jtleft {
	width: 440px;
	float: left;
}
.ey_tjpro .jtleft .ztgs {
	font-size: 16px;
	color: rgba(255,255,255,.65);
	line-height: 36px;
	margin: 50px 0 85px;
}
.ey_tjpro .jtright {
	width: calc(100% - 525px);
	float: right;
	position: relative;
}
.ey_tjpro .jtright .swiper-button-prev, .ey_tjpro .jtright .swiper-button-next {
	width: 48px;
	height: 48px;
	background: #941834 url(../images/jt06.png) center no-repeat;
	left: 0;
	top: 20px;
	margin-top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_tjpro .jtright .swiper-button-next {
	background: #941834 url(../images/jt06.png) center no-repeat;
	transform: rotate(-180deg);
	left: 68px;
}
.ey_tjpro .jtright .swiper-button-prev:hover, .ey_tjpro .jtright .swiper-button-next:hover {
	background: #ff9000 url(../images/jt06.png) center no-repeat;
}
.ey_tjpro .jtright .swiper-container2 {
	position: relative;
	overflow: hidden;
	margin-top: 102px;
}
.ey_tjpro .jtright ul li.swiper-slide-duplicate-prev {
	opacity: .4;
}
.ey_tjpro .jtright ul li {
	background: #fff;
}
.ey_tjpro .jtright ul li .pic {
	display: block;
	width: 100%;
	height: 256px;
	position: relative;
	overflow: hidden;
}
.ey_tjpro .jtright ul li .pic img {
	max-width: 94%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_tjpro .jtright ul li .text {
	padding: 34px;
	position: relative;
}
.ey_tjpro .jtright ul li .text .name {
	max-width: calc(100% - 50px);
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_tjpro .jtright ul li .text .xh {
	font-size: 16px;
	color: #999;
	margin-top: 4px;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.ey_tjpro .jtright ul li .text .xh img {
	margin-right: 7px;
}
.ey_tjpro .jtright ul li .text .more {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/jt03.png) center no-repeat;
	position: absolute;
	right: 34px;
	bottom: 42px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_tjpro .jtright ul li:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.ey_tjpro .jtright ul li:hover .text .name {
	color: #ef7d00;
}
.ey_tjpro .jtright ul li:hover .text .more {
	background: url(../images/jt07.png) center no-repeat;
	;
}
.ey_tjpro .tjpro_bg1 {
	width: 38%;
	height: 34px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.ey_tjpro .tjpro_bg1:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/nav_bg.png) left no-repeat;
	position: absolute;
	left: -90px;
	top: 0;
}
.ey_tjpro .tjpro_bg2 {
	width: 35%;
	height: 34px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}
.ey_tjpro .tjpro_bg2:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/nav_bg.png) left no-repeat;
	position: absolute;
	right: -90px;
	bottom: 0;
	transform: rotate(180deg);
}
@media screen and (max-width:1700px) {
.ey_tjpro {
	padding: 84px 0 84px 5%;
}
}
@media screen and (max-width:1600px) {
.ey_tjpro {
	padding: 74px 0 74px 5%;
}
.ey_tjpro .jtleft {
	width: 340px;
}
.ey_tjpro .jtright {
	width: calc(100% - 390px);
}
.ey_tjpro .tjpro_bg1, .ey_tjpro .tjpro_bg2 {
	width: 25%;
}
}
@media screen and (max-width:1440px) {
.ey_tjpro {
	padding: 60px 0 60px 5%;
}
.ey_tjpro .indbt span {
	display: none;
}
.ey_tjpro .indbt p {
	margin-top: 0;
}
.ey_tjpro .jtleft {
	width: 30%;
}
.ey_tjpro .jtleft .ztgs {
	margin: 40px 0 65px;
}
.ey_tjpro .jtright {
	width: 66%;
}
.ey_tjpro .jtright .swiper-container2 {
	margin-top: 65px;
}
.ey_tjpro .jtright .swiper-button-prev, .ey_tjpro .jtright .swiper-button-next {
	width: 40px;
	height: 40px;
	top: 0;
}
.ey_tjpro .jtright .swiper-button-next {
	left: 50px;
}
.ey_tjpro .jtright ul li .pic {
	height: 216px;
}
.ey_tjpro .jtright ul li .text {
	padding: 20px;
}
.ey_tjpro .jtright ul li .text .name {
	font-size: 16px;
}
.ey_tjpro .jtright ul li .text .xh {
	font-size: 14px;
}
.ey_tjpro .jtright ul li .text .xh img {
	margin-right: 5px;
}
.ey_tjpro .jtright ul li .text .more {
	right: 20px;
	bottom: 30px;
	width: 34px;
	height: 34px;
	background-size: 100%;
}
}
@media screen and (max-width:1299px) {
.ey_tjpro .jtright ul li .pic {
	height: 180px;
}
.ey_tjpro .jtleft .ztgs {
	margin: 30px 0;
	font-size: 15px;
	line-height: 34px;
}
}
@media screen and (max-width:1080px) {
.ey_tjpro {
	padding: 40px 3%;
}
.ey_tjpro .jtleft {
	width: 100%;
}
.ey_tjpro .indbt span {
	display: block;
	text-align: center;
}
.ey_tjpro .indbt p {
	text-align: center;
	margin-top: -23px;
}
.ey_tjpro .jtleft .ztgs, .ey_tjpro .jtleft .tongmore {
	display: none;
}
.ey_tjpro .jtright {
	width: 100%;
}
.ey_tjpro .jtright ul li.swiper-slide-duplicate-prev {
	opacity: 1;
}
.ey_tjpro .jtright .swiper-button-prev, .ey_tjpro .jtright .swiper-button-next {
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-100%);
}
.ey_tjpro .jtright .swiper-button-next {
	left: calc(50% + 48px);
	transform: translateX(-100%) rotate(-180deg);
}
.ey_tjpro .jtright .swiper-container2 {
	margin: 20px 0 60px;
}
.ey_tjpro .tjpro_bg1, .ey_tjpro .tjpro_bg2 {
	display: none;
}
}
@media screen and (max-width:767px) {
.ey_tjpro {
	padding: 30px 3%;
}
.ey_tjpro .jtright .swiper-button-prev, .ey_tjpro .jtright .swiper-button-next {
	width: 36px;
	height: 36px;
}
.ey_tjpro .jtright .swiper-container2 {
	margin: 12px 0 52px;
}
.ey_tjpro .jtright ul li .pic {
	height: 150px;
}
.ey_tjpro .jtright ul li .text {
	padding: 10px 15px;
}
.ey_tjpro .jtright ul li .text .name {
	max-width: 100%;
	font-size: 15px;
	text-align: center;
}
.ey_tjpro .jtright ul li .text .xh {
	display: none;
}
.ey_tjpro .jtright ul li .text .more {
	left: 15px;
	bottom: 20px;
	width: 26px;
	height: 26px;
	display: none;
}
}
.indbt span {
	font-size: 46px;
	line-height: 46px;
	font-weight: bold;
	color: rgba(255,255,255,.03);
}
.indbt p {
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	margin-top: -33px;
}
.tongmore {
	display: block;
	width: 160px;
	height: 50px;
	border: 1px solid rgba(255,255,255,.25);
	color: #fff;
	font-size: 16px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tongmore img {
	margin-right: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.tongmore:hover img {
	margin-right: 15px;
}
.tongmore::before, .tongmore::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.tongmore::before {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 0px;
	left: 0px;
}
.tongmore::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	bottom: 0px;
	right: 0px;
}
.tongmore:hover::before, .tongmore:hover::after {
	opacity: 1;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	transition: all .5s;
	-webkit-transition: all .5s;
}
@media screen and (max-width:1600px) {
.indbt span {
	font-size: 40px;
	line-height: 40px;
}
.indbt p {
	font-size: 40px;
	margin-top: -23px;
}
}
@media screen and (max-width:1440px) {
.indbt span {
	font-size: 36px;
	line-height: 36px;
}
.indbt p {
	font-size: 34px;
	margin-top: -23px;
}
}
@media screen and (max-width:1080px) {
.tongmore {
	width: 150px;
	height: 44px;
}
.tongmore img {
	margin-right: 15px;
}
.tongmore:hover img {
	margin-right: 10px;
}
}
@media screen and (max-width:767px) {
.indbt span {
	font-size: 32px;
	line-height: 32px;
}
.indbt p {
	font-size: 24px;
	margin-top: -18px;
}
.tongmore {
	width: 130px;
	height: 40px;
	font-size: 15px;
}
.tongmore img {
	margin-right: 10px;
}
.tongmore:hover img {
	margin-right: 6px;
}
}
.ey_cpzs {
	width: 100%;
	padding: 80px 0;
	background: #fff;
}
.ey_cpzs .w1400 {
	position: relative;
}
.ey_cpzs .indbt span {
	color: rgba(0,0,0,.05);
}
.ey_cpzs .indbt p {
	color: #ff9000;
}
.ey_cpzs .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #ef7d00;
	-webkit-mask: linear-gradient(to right, #ef7d00 10%, transparent);
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ey_cpzs .tongmore {
	color: #999;
	border: 1px solid #ddd;
	position: absolute;
	top: 20px;
	right: 0;
}
.ey_cpzs .tongmore::before {
	border-top: 1px solid #ef7d00;
	border-left: 1px solid #ef7d00;
}
.ey_cpzs .tongmore::after {
	border-right: 1px solid #ef7d00;
	border-bottom: 1px solid #ef7d00;
}
.ey_cpzs .bottom {
	margin-top: 50px;
}
.ey_cpzs .indpro_right {
	width: calc(100% - 355px);
}
.ey_cpzs .indpro_right ul {
	border-collapse: collapse;
}
.ey_cpzs .indpro_right ul li {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	width: 33.33333%;
	float: left;
	position: relative;
}
.ey_cpzs .indpro_right ul li:nth-child(3n) {
	border-right: 1px solid #e6e6e6;
}
.ey_cpzs .indpro_right ul li:nth-of-type(4), .ey_cpzs .indpro_right ul li:nth-of-type(5), .ey_cpzs .indpro_right ul li:nth-of-type(6) {
	border-bottom: 1px solid #e6e6e6;
}
.ey_cpzs .indpro_right ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_cpzs .indpro_right ul li .pic {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.ey_cpzs .indpro_right ul li .pic img {
	max-width: 90%;
	max-height: 96%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_cpzs .indpro_right ul li .text {
	padding: 34px;
	position: relative;
}
.ey_cpzs .indpro_right ul li .text .name {
	max-width: calc(100% - 50px);
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_cpzs .indpro_right ul li .text .xh {
	font-size: 16px;
	color: #999;
	margin-top: 4px;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.ey_cpzs .indpro_right ul li .text .xh img {
	margin-right: 7px;
}
.ey_cpzs .indpro_right ul li .text .more {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/jt03.png) center no-repeat;
	position: absolute;
	right: 34px;
	bottom: 42px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_cpzs .indpro_right ul li:hover {
	position: relative;
	z-index: 2;
}
.ey_cpzs .indpro_right ul li:hover:after {
	box-shadow: 0 0 24px rgba(0,0,0,.08);
	border: 0;
	opacity: 1;
	padding: 1px;
	left: -1px;
	top: -1px;
}
.ey_cpzs .indpro_right ul li:hover .pic {
	z-index: 2;
}
.ey_cpzs .indpro_right ul li:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.ey_cpzs .indpro_right ul li:hover .text {
	z-index: 2;
}
.ey_cpzs .indpro_right ul li:hover .text .name {
	color: #ef7d00;
}
.ey_cpzs .indpro_right ul li:hover .text .more {
	background: url(../images/jt07.png) center no-repeat;
}
@media screen and (max-width:1600px) {
.ey_cpzs .bottom {
	margin-top: 40px;
}
}
@media screen and (max-width:1440px) {
.ey_cpzs {
	padding: 60px 0;
}
.ey_cpzs .tongmore {
	top: 7px;
}
.ey_cpzs .bottom {
	margin-top: 30px;
}
.ey_cpzs .indpro_right {
	width: calc(100% - 320px);
}
.ey_cpzs .indpro_right ul li .pic {
	height: 250px;
}
.ey_cpzs .indpro_right ul li .text {
	padding: 20px;
}
.ey_cpzs .indpro_right ul li .text .name {
	font-size: 16px;
}
.ey_cpzs .indpro_right ul li .text .xh {
	font-size: 14px;
}
.ey_cpzs .indpro_right ul li .text .xh img {
	margin-right: 5px;
}
.ey_cpzs .indpro_right ul li .text .more {
	right: 20px;
	bottom: 30px;
	width: 34px;
	height: 34px;
	background-size: 100%;
}
}
@media screen and (max-width:1299px) {
.ey_cpzs .indpro_right {
	width: calc(100% - 270px);
}
.ey_cpzs .indpro_right ul li .pic {
	height: 180px;
}
.ey_cpzs .indpro_right ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	top: 0;
}
}
@media screen and (max-width:1080px) {
.ey_cpzs {
	padding: 40px 0;
}
.ey_cpzs .bottom {
	margin-top: 20px;
}
.ey_cpzs .indpro_right {
	width: 100%;
}
}
@media screen and (max-width:767px) {
.ey_cpzs {
	padding: 30px 0 20px;
}
.ey_cpzs .tongmore {
	right: 12px;
}
.ey_cpzs .bottom {
	margin-top: 12px;
}
.ey_cpzs .indpro_right ul li .pic {
	height: 150px;
}
.ey_cpzs .indpro_right ul li .text {
	padding: 10px 15px;
}
.ey_cpzs .indpro_right ul li .text .name {
	max-width: 100%;
	font-size: 15px;
	text-align: center;
}
.ey_cpzs .indpro_right ul li .text .xh {
	display: none;
}
.ey_cpzs .indpro_right ul li .text .more {
	left: 15px;
	bottom: 20px;
	width: 26px;
	height: 26px;
	display: none;
}
}
@media screen and (max-width:600px) {
.ey_cpzs .indbt span {
	display: none;
}
.ey_cpzs .indbt p {
	margin-top: 0;
}
.ey_cpzs .tongmore {
	top: 0;
}
.ey_cpzs .indpro_right ul li {
	width: 48.5%;
	border: 1px solid #eee;
	margin-right: 3%;
	margin-bottom: 10px;
}
.ey_cpzs .indpro_right ul li:nth-child(2n) {
	margin-right: 0;
}
.ey_cpzs .indpro_right ul li:after {
	display: none;
}
}
.ey_cpzs .indpro_left {
	width: 335px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 0;
	border: 1px solid #eee;
}
.eypro_left .h_left, .NyProlist_left .h_left {
	border-top: 0;
}
.ey_type .hd {
	width: 100%;
	height: auto;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	padding: 30px 38px;
	position: relative;
}
.ey_type .hd:after {
	content: "";
	display: block;
	width: 101px;
	height: 101px;
	background: url(../images/ml_quan.png) center no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ey_type .hd p {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.ey_type .hd span {
	display: block;
	color: rgba(255,255,255,.25);
	font-size: 16px;
	text-transform: uppercase;
}
.ey_type .hd img {
	display: block;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
}
.ey_type .hd i {
	display: none;
}
.ey_type .bd {
	padding: 0 0 10px;
	min-height: 200px;
}
.ey_type .bd::-webkit-scrollbar {
width:0px;
}/* 滚动槽 */
.ey_type .bd::-webkit-scrollbar-track {
width:0px;
}/* 滚动条滑块 */

.ey_type .bd ul{
	padding:0;
	margin:0;
}
.ey_type .bd ul li {
	background-color: #fff;
	border-bottom: 0px solid #eee;
	transition: all .5s;
	-webkit-transition: all .5s;
	list-style-type:none;

}
.ey_type .bd ul li.on {
	border-bottom: 1px solid #e6e6e6;
	position: relative;list-style-type:none;
}
.ey_type .bd ul li.on:after {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, #ef7d00, #ff9000);
	position: absolute;
	left: 0;
	top: 0;

}
.ey_type .bd ul li p {
	height: 76px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding:0px 20px;
}
.ey_type .bd ul li:last-child, .ey_type .bd ul li:last-child p {
	border: 0;
}
.ey_type .bd ul li:last-child.on p {
	border-bottom: 1px solid #eee;
}
.ey_type .bd ul li p a {
	display: block;
	width: 90%;
	padding: 0px;
	overflow: hidden;
	line-height: 76px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.ey_type .bd ul li p span {
	display: block;
	width: 40px;
	height: 100%;
	background: url(../images/mulu0.png) center center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 18px;
}
.ey_type .bd font {

	background: url(../images/tb_img1.png) left center no-repeat; padding-left:20px; line-height:40px; text-overflow: ellipsis;
white-space: nowrap;overflow: hidden; width:95%;display: block;
}
.ey_type .bd ul li div {
	display: none;
	padding: 20px 28px;
}
.ey_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #777;
	font-size: 16px;
	border-top: 0px solid #eaeaea;
	padding: 0 0 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/ml_ico1.png) no-repeat 10px center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_type .bd ul li div a:first-child {
	border-top: 0;
}
.ey_type .bd ul li div a i {
	display: block;
	width: 4px;
	height: 4px;
	margin: 13px 6px 13px 0;
	padding: 0;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
}
.ey_type .bd ul li div a:hover i {
	border: 1px solid #cc0001;
}
.ey_type .bd ul li p:hover a, .ey_type .bd ul li.on p a {
	color: #ef7d00;
}
.ey_type .bd ul li div .on {
	color: #ef7d00;
}
.ey_type .bd ul li p:hover span {
	background: url(../images/mulu1.png) center center no-repeat;
}
.ey_type .bd ul li.on p span {
	background: url(../images/mulu2.png) center center no-repeat;
}
.ey_type .bd ul li div a:hover {
	color: #ef7d00;
	background: url(../images/ml_ico2.png) no-repeat 10px center;
	text-decoration: underline;
}
.ey_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 92%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.ey_type .bd ul a.ckqb:hover {
	background: #cc0001;
	color: #fff;
}
@media screen and (max-width:1440px) {
.ey_cpzs .indpro_left {
	width: 300px;
}
.ey_type .bd {
	max-height: 554px;
}
.ey_type .bd ul li p a {
	padding: 0 25px;
}
.ey_type .bd ul li p span {
	right: 10px;
}
.ey_type .bd ul li div {
	padding: 15px 20px;
}
}
@media screen and (max-width:1299px) {
.ey_cpzs .indpro_left {
	width: 250px;
}
.ey_type .hd {
	padding: 15px 20px;
}
.ey_type .hd:after {
	width: 80px;
	height: 80px;
	background-size: 100%;
}
.ey_type .hd p {
	font-size: 26px;
}
.ey_type .hd span {
	font-size: 12px;
}
.ey_type .hd img {
	right: 30px;
	width: 30px;
}
.ey_type .bd {
	max-height: 452px;
}
.ey_type .bd ul li p {
	height: 60px;
}
.ey_type .bd ul li p a {
	padding: 0 20px;
	font-size: 17px;
	line-height: 60px;
}
.ey_type .bd ul li p span {
	right: 7px;
}
.ey_type .bd ul li div {
	padding: 15px;
}
.ey_type .bd ul li div a {
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	font-size: 14px;
}
}
@media screen and (max-width:1080px) {
.ey_cpzs .indpro_left {
	width: 100%;
	margin-bottom: 15px;
}
.ey_type .hd {
	padding: 10px 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_type .hd p {
	font-size: 22px;
}
.ey_type .hd img, .ey_type .hd:after {
	display: none;
}
.ey_type .hd i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: rgba(0,71,151,0.06) url(../images/mulu3.png) center center no-repeat;
	position: absolute;
	top: 16px;
	right: 20px;
}
.ey_type .hd.on i {
	background: rgba(0,71,151,0.06) url(../images/mulu4.png) center center no-repeat;
}
.ey_type .bd {
	max-height: none;
}
.ey_type .bd ul li {
	padding: 0 20px;
}
.ey_type .bd ul li.on {
	padding: 10px 20px;
}
.ey_type .bd ul li div a {
}
.ey_type .bd {
	display: none;
	min-height: inherit;
}
}
@media screen and (max-width:767px) {
.ey_type .hd p {
	font-size: 20px;
}
}
.ey_about {
	width: 100%;
	padding: 78px 0;
	overflow: hidden;
	background: url(../images/ey_abbg.jpg) top no-repeat;
	position: relative;
}
.ey_about .about_tiao {
	width: 35%;
	height: 34px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.ey_about .about_tiao:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/tiao_bg.png) left no-repeat;
	position: absolute;
	right: -90px;
	bottom: 0;
}
.ey_about .indbt {
	text-align: center;
}
.ey_about .cont {
	width: 80%;
	margin: 40px auto 35px;
	font-size: 16px;
	color: rgba(255,255,255,.65);
	line-height: 30px;
	height: 180px;
	text-align: center;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.ey_about .tongmore {
	margin: 0 auto;
}
.ey_about .ey_honor {
	margin-top: 45px;
	position: relative;
	overflow: hidden;
	padding-right: 1px;
	min-height: 100px;
}
.ey_about .ey_honor ul li {
	background: #fff;
	height: 235px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_about .ey_honor ul li:after {
	content: "";
	display: block;
	width: 100%;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	height: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_about .ey_honor ul li:hover {
	border: 0;
}
.ey_about .ey_honor ul li .pic {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ey_about .ey_honor ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ey_about .ey_honor ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -100%;
	background: url(../images/moreico.png) center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_about .ey_honor ul li:hover a {
	bottom: 0;
}
.ey_about .ey_honor ul li:hover:after {
	height: 100%;
	opacity: .9;
}
 @media screen and (max-width:1440px) {
.ey_about {
	padding: 60px 0;
	background-size: 100% 80%;
}
.ey_about .cont {
	width: 100%;
	margin: 30px 0;
}
}
@media screen and (max-width:1080px) {
.ey_about {
	padding: 40px 0;
}
.ey_about .about_tiao {
	display: none;
}
.ey_about .cont {
	margin: 20px 0 25px;
}
.ey_about .ey_honor {
	margin-top: 35px;
}
}
@media screen and (max-width:880px) {
.ey_about .ey_honor ul li {
	height: 180px;
}
.ey_about .ey_honor ul li a {
	background-size: 40px
}
}
@media screen and (max-width:767px) {
.ey_about {
	padding: 30px 0;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.ey_about .cont {
	margin: 10px 0 15px;
	font-size: 15px;
}
.ey_about .ey_honor {
	margin-top: 25px;
}
}
@media screen and (max-width:500px) {
.ey_about .ey_honor ul li {
	height: 150px;
}
}
.ey_case {
	padding: 0 0 35px;
	overflow: hidden;
}
.ey_case .w1400 {
	position: relative;
}
.ey_case .indbt span {
	color: rgba(0,0,0,.05);
}
.ey_case .indbt p {
	color: #ff9000;
}
.ey_case .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #ef7d00;
	-webkit-mask: linear-gradient(to right, #ef7d00 10%, transparent);
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ey_case .tongmore {
	color: #999;
	border: 1px solid #ddd;
	position: absolute;
	top: 20px;
	right: 0;
}
.ey_case .tongmore::before {
	border-top: 1px solid #ef7d00;
	border-left: 1px solid #ef7d00;
}
.ey_case .tongmore::after {
	border-right: 1px solid #ef7d00;
	border-bottom: 1px solid #ef7d00;
}
.ey_case .gdbox {
	top: 10px;
}
.ey_case .more {
	margin-top: 20px;
}
.ey_case .more a {
	color: #333 !important;
}
.ey_case .more {
	background: #f2f2f2 !important;
}
.ey_case .more:after {
	background: #fff;
}
.ey_case .casebox {
	width: 1080px;
	margin: 50px auto 0;
	padding-bottom: 78px;
	min-height: 200px;
	position: relative;
}
.ey_case .casebox ul li {
	width: 100%;
	position: relative;
}
.ey_case .casebox ul li .pic {
	display: block;
	width: 100%;
	height: 460px;
}
.ey_case .casebox ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ey_case .casebox ul li .text {
	width: 36.5%;
	background: rgba(255,255,255,.95);
	padding: 30px 40px;
	position: absolute;
	top: 60px;
	left: 9.2%;
	box-shadow: 3px 0 24px rgba(0,0,0,.03);
	opacity: 0;
}
.ey_case .casebox ul li.swiper-slide-active .text {
	opacity: 1;
}
.ey_case .casebox ul li .text .name {
	display: block;
	font-size: 24px;
	font-weight: bold;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ey_case .casebox ul li .text em {
	display: block;
	width: 125px;
	height: 3px;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ef7d00);
	margin: 15px 0 30px;
	transition: all .4s ease;
}
.ey_case .casebox ul li:hover .text em {
	width: 100%;
}
.ey_case .casebox ul li .text .ms {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	max-height: 150px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ey_case .casebox ul li .tongmore {
	position: relative;
	margin-top: 38px;
	top: 0;
}
.ey_case .swiper-container4 .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.ey_case .swiper-container4 .swiper-pagination span {
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: #000;
	opacity: .1;
}
.ey_case .swiper-container4 .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ef7d00);
	opacity: 1;
}
.ey_case .swiper-button-prev, .ey_case .swiper-button-next {
	width: 60px;
	height: 60px;
	background: rgba(239,125,0,.65);
	position: absolute;
	margin-top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	top: 36%;
}
.ey_case .swiper-button-prev:after, .ey_case .swiper-button-next:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/jt3.png) center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_case .swiper-button-prev:hover, .ey_case .swiper-button-next:hover {
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ef7d00);
}
.ey_case .swiper-button-prev {
	left: -50px;
}
.ey_case .swiper-button-next {
	right: -50px;
	transform: rotate(180deg);
}
@media screen and (max-width:1366px) {
.ey_case .tongmore {
	top: 7px;
}
}
@media screen and (max-width:1366px) {
.ey_case .casebox {
	width: 60%;
	padding-bottom: 108px;
}
.ey_case .casebox ul li .pic {
	height: 420px;
}
.ey_case .casebox ul li .text {
	padding: 40px 30px;
}
.ey_case .casebox ul li .text em {
	margin: 15px 0 30px;
}
.ey_case .casebox ul li .text .ms {
	font-size: 15px;
}
.ey_case .casebox ul li .tongmore {
	margin-top: 40px;
}
.ey_case .swiper-button-prev, .ey_case .swiper-button-next {
	width: 50px;
	height: 50px;
}
}
@media screen and (max-width:1200px) {
.ey_case .casebox ul li .text {
	width: 45%;
}
.ey_case .casebox ul li .text .name {
	font-size: 20px;
}
.ey_case .casebox ul li .text em {
	margin: 15px 0 15px;
}
}
@media screen and (max-width:1080px) {
.ey_case {
	padding: 40px 0;
}
.ey_case .casebox {
	margin: 20px auto 0;
	padding-bottom: 30px;
}
.ey_case .casebox ul li .pic {
	height: 300px;
}
.ey_case .casebox ul li .text {
	width: 60%;
	padding: 20px;
	top: auto;
	bottom: 40px;
	left: 40px;
}
.ey_case .casebox ul li .text .name {
	font-size: 16px;
}
.ey_case .casebox ul li .text em {
	margin: 10px 0 0;
	height: 2px;
}
.ey_case .casebox ul li .text .ms {
	display: none;
}
.ey_case .casebox ul li .tongmore {
	display: none;
}
.ey_case .swiper-button-prev, .ey_case .swiper-button-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: none;
	border: 2px solid #fff;
	background: rgba(0,0,0,.1);
	box-shadow: 3px 0 24px rgba(0,0,0,.1);
}
.ey_case .swiper-button-prev:after, .ey_case .swiper-button-next:after {
	background-size: 12px 14px;
}
.ey_case .swiper-button-prev {
	left: -85px;
}
.ey_case .swiper-button-next {
	right: -85px;
}
}
@media screen and (max-width:880px) {
.ey_case .casebox ul li .pic {
	height: 280px;
}
}
@media screen and (max-width:767px) {
.ey_case {
	padding: 30px 0;
}
.ey_case .tongmore {
	right: 12px;
}
.ey_case .casebox {
	width: 94%;
	overflow: hidden;
	margin: 12px auto 0;
	padding-bottom: 22px;
}
.ey_case .casebox ul li .pic {
	height: 250px;
}
.ey_case .casebox ul li .text {
	width: 100%;
	position: static;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.ey_case .casebox ul li .text .name {
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.ey_case .casebox ul li .text em {
	display: none;
}
.ey_case .swiper-container4 .swiper-pagination span {
	width: 8px;
	height: 8px;
}
}
@media screen and (max-width:600px) {
.ey_case .indbt span {
	display: none;
}
.ey_case .indbt p {
	margin-top: 0;
}
.ey_case .tongmore {
	top: 0;
}
.ey_case .casebox ul li .pic {
	height: 200px;
}
.ey_case .casebox ul li .text {
	padding: 10px 20px;
}
}
.ey_xwzx {
	width: 100%;
	background: #f8f8f8;
	padding: 92px 0 67px;
	overflow: hidden;
	position: relative;
}
.ey_xwzx .w1400 {
	position: relative;
}
.ey_xwzx .xwzx_tiao {
	width: 60%;
	height: 34px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.ey_xwzx .xwzx_tiao:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/tiao_bg.png) left no-repeat;
	position: absolute;
	right: -90px;
	bottom: 0;
}
.ey_xwzx .indbt span {
	color: rgba(0,0,0,.05);
}
.ey_xwzx .indbt p {
	color: #ff9000;
}
.ey_xwzx .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #ef7d00;
	-webkit-mask: linear-gradient(to right, #ef7d00 10%, transparent);
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ey_xwzx .btn {
	position: absolute;
	right: 0;
	top: 20px;
}
.ey_xwzx .btn p {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	background: #fff;
	margin-left: 20px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx .btn p.on {
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	color: #fff;
}
.ey_xwzx .btn p:hover {
	color: #fff;
}
.ey_xwzx .btn p:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx .btn p:hover:after {
	opacity: 1;
}
.ey_xwzx .btn p i {
	position: relative;
	z-index: 2;
	font-style: normal;
}
.ey_xwzx ul.tong {
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
	display: none;
	min-height: 200px;
}
.ey_xwzx ul.on {
	display: block;
}
.ey_xwzx ul.tong li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 25px;
	background: #fff;
	padding: 22px;
	float: left;
	position: relative;
}
.ey_xwzx ul.tong li:nth-child(2n) {
	margin-right: 0;
}
.ey_xwzx ul.tong li:after {
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	position: absolute;
	left: 0;
	top: 20%;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li i {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	float: left;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	position: relative;
	z-index: 2;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li i:after {
	content: "";
	display: block;
	width: 20px;
	height: 24px;
	background: url(../images/artico01.png) center no-repeat;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li .fr {
	float: right;
	width: calc(100% - 72px);
	position: relative;
	z-index: 2;
}
.ey_xwzx ul.tong li .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.ey_xwzx ul.tong li .ms {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	height: 52px;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ey_xwzx ul.tong li time {
	display: block;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li time em {
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/time01.png) center no-repeat;
	margin-right: 7px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li .more {
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li .more em {
	margin-left: 7px;
	display: inline-block;
	width: 20px;
	height: 6px;
	background: url(../images/jt09.png) center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li:hover:after {
	height: 100%;
	opacity: 1;
	top: 0;
}
.ey_xwzx ul.tong li:hover i {
	background: #fff;
}
.ey_xwzx ul.tong li:hover i:after {
	background: url(../images/artico02.png) center no-repeat;
}
.ey_xwzx ul.tong li:hover .name {
	color: #fff;
}
.ey_xwzx ul.tong li:hover .ms {
	color: rgba(255,255,255,.45);
}
.ey_xwzx ul.tong li:hover time {
	color: #fff;
}
.ey_xwzx ul.tong li:hover time em {
	background: url(../images/time02.png) center no-repeat;
	margin-right: 5px;
}
.ey_xwzx ul.tong li:hover .more {
	color: #fff;
}
.ey_xwzx ul.tong li:hover .more em {
	margin-left: 5px;
	background: url(../images/jt10.png) center no-repeat;
}
@media screen and (max-width:1440px) {
.ey_xwzx {
	padding: 60px 0 40px;
}
.ey_xwzx .btn {
	top: 7px;
}
.ey_xwzx ul.tong {
	margin-top: 30px;
}
.ey_xwzx ul.tong li {
	margin-bottom: 20px;
}
}
@media screen and (max-width:1080px) {
.ey_xwzx {
	padding: 40px 0 25px;
}
.ey_xwzx .btn p {
	width: 150px;
	height: 44px;
	line-height: 44px;
}
.ey_xwzx ul.tong {
	margin-top: 20px;
}
.ey_xwzx ul.tong li {
	margin-bottom: 15px;
}
.ey_xwzx ul.tong li .name {
	font-size: 16px;
}
.ey_xwzx ul.tong li .ms {
	font-size: 15px;
}
.ey_xwzx .xwzx_tiao {
	display: none;
}
}
@media screen and (max-width:767px) {
.ey_xwzx {
	padding: 30px 0 20px;
}
.ey_xwzx .btn {
	right: 12px;
}
.ey_xwzx .btn p {
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
}
.ey_xwzx ul.tong {
	margin-top: 12px;
}
.ey_xwzx ul.tong li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.ey_xwzx ul.tong li .name {
	font-size: 15px;
}
}
@media screen and (max-width:600px) {
.ey_xwzx .indbt span {
	display: none;
}
.ey_xwzx .indbt p {
	margin-top: 0;
}
.ey_xwzx .btn {
	top: 0;
}
.ey_xwzx .btn p {
	width: 100px;
}
.ey_xwzx ul.tong li {
	padding: 20px 18px;
}
.ey_xwzx ul.tong li i {
	width: 40px;
	height: 40px;
}
.ey_xwzx ul.tong li i:after, .ey_xwzx ul.tong li:hover i:after {
	background-size: 16px 19px;
}
.ey_xwzx ul.tong li .fr {
	width: calc(100% - 55px);
}
.ey_xwzx ul.tong li .ms {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
}
/* 页脚整体样式 */
.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 80px 0 20px;
    font-family: Arial, sans-serif;
}

/* 容器样式 */
.footer .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/* 品牌和联系方式 */
.footer .footer-brand {
    flex: 1;
    min-width: 450px;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer .logo img {
    max-width: 250px;
}


.footer .contact {
    display: flex;
    align-items: center;
    color: #ff7a00;
    font-size: 30px;
    font-weight: bold;
}

.footer .contact i {
    margin-right: 10px;
	background: url(../images/tel.png) left no-repeat;
	width:50px;
	height:50px;
}

/* 导航部分 */
.footer .footer-nav {
    flex: 2;
    min-width: 300px;
}

.footer .nav-title {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background: url(../images/footico1.png) left no-repeat;
    margin-right: 8px;
	padding-left: 25px;
}

.footer .nav-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.footer .nav-column {
    list-style: none;
}

.footer .nav-column li {
    margin-bottom: 10px;
}

.footer .nav-column a {
    color: #f4f5f3;
    text-decoration: none;
    transition: color 0.3s;
	padding-left: 20px;
	position: relative;
}
.footer .nav-column a:before {
    content: "-";
    display: block;
    width: 5px;
    height: 1px;
    background: rgba(255, 255, 255, .25);
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}	
.footer .nav-column a:hover {
    color: #ff7a00;
}

/* 二维码部分 */
.footer .footer-qrcodes {
    flex: 1;
    min-width: 250px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer .qrcode-item {
    text-align: center;
}

.footer .qrcode {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.footer .qrcode-text {
    font-size: 14px;
    color: #ffffff;
}

/* 版权信息 */
.footer .copyright {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid #444444;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.footer .copyright a{
    color: #999999;
}


/* 响应式调整 */
@media (max-width: 768px) {
.footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
.footer .footer-brand,.footer .footer-nav,.footer .footer-qrcodes {
        width: 100%;
    }
    
.footer .nav-columns {
        justify-content: center;
    }
    
.footer .contact {
        justify-content: center;
    }
}
.link {
	width: 100%;
	background: #f8f8f8;
}
.link .w1400 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.link .left {
	width: 150px;
	float: left;
	color: #282a2f;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.link .left img {
	margin-right: 15px;
}
.link .right {
	width: calc(100% - 168px);
	float: left;
	padding: 28px 0;
}
.link .right a {
	color: 282a2f;
	float: left;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all .4s ease;
}
.link .right a:hover {
	color: #ff9000;
}
.link .right a i {
	display: inline-block;
	width: 6px;
	height: 1px;
	background: #ff9000;
	margin: 0 10px;
}
.link .right a:first-child i {
	display: none;
}
@media screen and (max-width:1080px) {
.link .right {
	padding: 20px 0;
}
.link .right a {
	font-size: 15px;
}
}
@media screen and (max-width:767px) {
.link {
	padding: 20px 0 15px;
	overflow: hidden;
	display: none;
}
.link .w1400 {
	display: block !important;
}
.link .left {
	width: 100%;
	height: 45px;
	font-size: 16px;
}
.link .left img {
	width: 26px;
}
.link .right {
	width: 100%;
	padding: 10px 0 0;
}
.link .right a {
	line-height: 28px;
}
}
.eybanner {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.eybanner img.eyba_img {
	display: block;
	width: 100%;
	height: 600px;
	margin: -250px 0 0 -960px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
}
.eybanner .eyba_con {
	width: 1400px;
	height: auto;
	margin: 20px 0 0 -700px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyba_con span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: rgba(255,255,255,0.25);
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
}
.eyba_con i {
	display: block;
	width: 140px;
	height: 3px;
	margin: 10px 0 17px;
	padding: 0;
	background-color: #ef7d00;
}
.eyba_con p {
	width: 100%;
	height: auto;
	line-height: 40px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}
 @media (max-width:1680px) {
.eybanner {
	height: 490px;
}
.eybanner img.eyba_img {
	width: 1882px;
	height: 490px;
	margin: -245px 0 0 -941px;
}
}
@media (max-width:1600px) {
.eybanner {
	height: 460px;
}
.eybanner img.eyba_img {
	width: 1766px;
	height: 460px;
	margin: -230px 0 0 -883px;
}
}
@media (max-width:1560px) {
.eybanner {
	height: 440px;
}
.eybanner img.eyba_img {
	width: 1690px;
	height: 440px;
	margin: -220px 0 0 -845px;
}
.eybanner .eyba_con {
	width: 100%;
	margin: -50px 0 0;
	padding: 0 60px;
	left: 0;
}
.eyba_con span {
	font-size: 22px;
}
.eyba_con p {
	font-size: 34px;
}
}
@media (max-width:1440px) {
.eybanner {
	height: 400px;
}
.eybanner img.eyba_img {
	width: 1536px;
	height: 400px;
	margin: -200px 0 0 -768px;
}
.eybanner .eyba_con {
	width: 100%;
	margin: -45px 0 0;
	padding: 0 40px;
	left: 0;
}
.eyba_con span {
	font-size: 20px;
}
.eyba_con i {
	height: 2px;
	margin: 6px 0 12px;
}
.eyba_con p {
	font-size: 30px;
}
}
@media (max-width:1366px) {
.eybanner {
	height: 380px;
}
.eybanner img.eyba_img {
	width: 1460px;
	height: 380px;
	margin: -190px 0 0 -730px;
}
}
@media (max-width:1280px) {
.eybanner {
	height: 350px;
}
.eybanner img.eyba_img {
	width: 1344px;
	height: 350px;
	margin: -175px 0 0 -672px;
}
.eybanner .eyba_con {
	margin: -40px 0 0;
}
.eyba_con span {
	line-height: 26px;
	font-size: 18px;
}
.eyba_con i {
	margin: 6px 0 10px;
}
.eyba_con p {
	line-height: 36px;
	font-size: 28px;
}
}
@media (max-width:1200px) {
.eybanner {
	height: 340px;
}
.eybanner img.eyba_img {
	width: 1306px;
	height: 340px;
	margin: -170px 0 0 -653px;
}
}
@media (max-width:1080px) {
.eybanner {
	height: 320px;
}
.eybanner img.eyba_img {
	width: 1230px;
	height: 320px;
	margin: -160px 0 0 -615px;
}
}
@media (max-width:800px) {
.eybanner {
	height: 278px;
}
.eybanner img.eyba_img {
	width: 1068px;
	height: 278px;
	margin: -139px 0 0 -534px;
}
.eybanner .eyba_con {
	padding: 0 30px;
}
}
@media (max-width:767px) {
.eybanner {
	height: 200px;
}
.eybanner img.eyba_img {
	width: 768px;
	height: 200px;
	margin: -100px 0 0 -384px;
}
.eybanner .eyba_con {
	margin: -30px 0 0;
	padding: 0 12px;
}
.eyba_con span {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
.eyba_con i {
	width: 32px;
	height: 1px;
	margin: 5px 0 8px;
}
.eyba_con p {
	height: 30px;
	line-height: 30px;
	font-size: 22px;
}
}
@media (max-width:375px) {
.eybanner {
	height: 160px;
}
.eybanner img.eyba_img {
	width: 614px;
	height: 160px;
	margin: -80px 0 0 -307px;
}
}
.eykeyss {
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
	position: relative;
	z-index: 9;
}
.eykeyss .eykeyss_main {
	width: 1400px;
	height: 70px;
	margin: 0 auto;
	background: #fff;
	border-radius: 30px 0 30px 0;
}
.eykeyss .nyhotkw_left {
	width: 60%;
	float: left;
	height: 70px;
	line-height: 70px;
	padding: 25px 10px 0 30px;
	float: left;
	position: relative;
	background: #f9f9f9;
}
.eykeyss .nyhotkw_left p {
	font-size: 16px;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.eykeyss .nyhotkw_left p a {
	color: #666;
}
.eykeyss .nyhotkw_left p img.crumb {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: -2px 6px 0 0;
}
.eykeyss .nyhotkw_left p img.crumbJt {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: -2px 8px 0;
}
.eysearch {
	width: 40%;
	height: 70px;
	margin: 0;
	padding: 0 30px;
	float: right;
	position: relative;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.eysearch i {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.eysearch .scform {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.25);
	height: 56px;
}
.scform form {
	width: 100%;
	margin: 0;
	padding: 0 40px 0 0;
	float: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scform form .sc_ipt {
	width: 100%;
	height: 55px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.scform form .sc_ipt input {
	display: block;
	width: 100%;
	overflow: hidden;
	color: rgba(255,255,255,.45);
	font-size: 16px;
	margin: 0;
	padding: 20px 20px 0 0;
	background: none;
	border: 0;
	outline: none;
}
.scform form .sc_btn {
	width: 22px;
	height: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	right: 5px;
}
.scform form .sc_btn input {
	display: block;
	width: 100%;
	height: 23px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/ss.png) center center no-repeat;
	background-size: 22px 23px;
	border: 0;
	outline: none;
	cursor: pointer;
	opacity: 1;
}
.scform form input:-moz-placeholder {
 color: rgba(255,255,255,.45);
}
 .scform form input:-ms-input-placeholder {
 color: rgba(255,255,255,.45);
}
 .scform form input::-webkit-input-placeholder {
 color: rgba(255,255,255,.45);
}
@media screen and (max-width:1560px) {
.eykeyss .eykeyss_main {
	width: 100%;
	padding: 0 60px;
}
}
@media screen and (max-width:1440px) {
.eykeyss .eykeyss_main {
	padding: 0 40px;
}
}
@media screen and (max-width:1080px) {
.eykeyss {
	margin: 30px auto 0;
}
}
@media screen and (max-width:800px) {
.eykeyss .eykeyss_main {
	padding: 0 30px;
}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.scform form {
	padding: 0 20px 0 0;
}
}
@media screen and (max-width:767px) {
.eykeyss {
	margin: 20px auto 0;
}
.eykeyss .eykeyss_main {
	height: 55px;
	padding: 0 12px;
}
.eysearch {
	width: 100%;
	height: 55px;
	border-radius: 0;
}
.eysearch i {
	height: 55px;
}
.eysearch .scform {
	height: 41px;
}
.scform form .sc_ipt {
	height: 40px;
}
.scform form .sc_ipt input {
	font-size: 14px;
	margin: 0;
	padding: 13px 20px 0 0;
}
.scform form .sc_btn {
	top: 10px;
}
.scform form .sc_btn input {
	background-size: 17px 18px;
}
.eykeyss .nyhotkw_left {
	width: 100%;
	padding: 20px 0 0;
	height: 60px;
	line-height: 40px;
	background: #fff;
}
.eykeyss .nyhotkw_left p {
	font-size: 14px;
}
}
.eygy {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0;
}
.eygy .eygy_profile {
	width: 1400px;
	height: auto;
	margin: 60px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygy .eygy_profile h1{ font-size:32px;}
.eygy .eygy_profile h2{ font-size:24px;}
.etitle {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}
.etitle span {
	display: block;
	width: 100%;
	height: 56px;
	overflow: hidden;
	line-height: 56px;
	color: rgba(0,0,0,0.06);
	font-family: "Impact";
	font-size: 60px;
	margin: 0 auto;
	padding: 0;
}
.etitle p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin: -20px auto 10px;
	padding: 0;
}
.etitle i {
	display: block;
	width: 60px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ef7d00);
}
.eygy_profile .eygyprofile_con {
	width: 100%;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	line-height: 30px!important;
	color: #666!important;
	font-size: 16px!important;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto 30px;
	padding: 0;
}
.eygyprofile_con p {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px!important;
	color: #666!important;
	font-size: 16px!important;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto 10px;
	padding: 0;
}
.eygyprofile_con span, .eygyprofile_con font, .eygyprofile_con em {
	line-height: 30px!important;
	color: #666!important;
	font-size: 16px!important;
	font-style: normal!important;
}
.eygy_profile .eygy_dataimg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.eygy_dataimg .eygy_data {
	width: 31.4%;
	height: 560px;
	overflow: hidden;
	margin: 0;
	padding: 80px;
	background: #ef7d00 url(../images/nyabbg01.jpg) center center no-repeat;
	background-size: cover;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygy_data ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygy_data ul li p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0;
}
.eygy_data ul li p sub {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
	margin: 0 0 0 10px;
}
.eygy_data ul li span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
}
.eygy_dataimg .eygy_img {
	width: 68.6%;
	height: 560px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	float: right;
	position: relative;
}
.eygy_img img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eygy_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.eygy .eygy_culture {
	width: 1400px;
	height: auto;
	margin: 60px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygy_culture .eygyculture_ms {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto 20px;
	padding: 0;
}
.eygy_culture .eygyculture_main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.eygyculture_main ul li {
	width: 23.5%;
	height: auto;
	margin: 0 2% 0 0;
	padding: 50px 40px;
	background-color: #f9f9f9;
	overflow: hidden;
	float: left;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eygyculture_main ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
	position: absolute;
	top: 25%;
	left: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.eygyculture_main ul li:nth-child(4n+4) {
	margin: 0;
}
.eygyculture_main ul li:hover:after {
	top: 0;
	height: 100%;
	opacity: 1;
}
.eygyculture_main ul li em {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.eygyculture_main ul li em.abico1 {
	background: url(../images/abico01.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li em.abico2 {
	background: url(../images/abico02.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li em.abico3 {
	background: url(../images/abico03.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li em.abico4 {
	background: url(../images/abico04.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li:hover em.abico1 {
	background: url(../images/abico1.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li:hover em.abico2 {
	background: url(../images/abico2.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li:hover em.abico3 {
	background: url(../images/abico3.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li:hover em.abico4 {
	background: url(../images/abico4.png) center center no-repeat;
	background-size: 100% 100%;
}
.eygyculture_main ul li p {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.eygyculture_main ul li:hover p {
	color: #fff;
}
.eygyculture_main ul li i.abline {
	display: block;
	width: 100%;
	height: 5px;
	overflow: hidden;
	margin: 13px auto 20px;
	padding: 0;
	background: url(../images/line02.png) center center no-repeat;
	position: relative;
	z-index: 2;
}
.eygyculture_main ul li:hover i.abline {
	background: url(../images/line03.png) center center no-repeat;
}
.eygyculture_main ul li span {
	display: block;
	width: 100%;
	height: 52px;
	overflow: hidden;
	line-height: 26px;
	color: #999;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.eygyculture_main ul li:hover span {
	color: rgba(255,255,255,0.5);
}
.eygy .eygy_honor {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 0;
	background-color: #f9f9f9;
}
.eygy_honor .eygyhonor_main {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygyhonor_main .eygyhonor_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 80px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygyhonor_list .swiper-container03 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.eygyhonor_list .swiper-container03 .swiper-slide {
	height: auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img {
	width: 100%;
	height: 326px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 20px;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_name {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.eygyhonor_list .swiper-container03 .swiper-slide:hover .eygyhonor_name {
	color: #ef7d00;
}
.eygyhonor_list .swiper-button-prev3, .eygyhonor_list .swiper-button-next3 {
	width: 54px!important;
	height: 54px!important;
	margin: -27px 0 0!important;
	border-radius: 50%;
	position: absolute;
	top: 50%!important;
	bottom: 0!important;
	opacity: 1;
	cursor: pointer;
}
.eygyhonor_list .swiper-button-prev3 {
	background: #fff url(../images/jt17.png) center center no-repeat;
	left: 0;
}
.eygyhonor_list .swiper-button-next3 {
	background: #fff url(../images/jt18.png) center center no-repeat;
	right: 0;
}
.eygyhonor_list .swiper-button-prev3:hover {
	background: #ef7d00 url(../images/jt19.png) center center no-repeat;
}
.eygyhonor_list .swiper-button-next3:hover {
	background: #ef7d00 url(../images/jt11.png) center center no-repeat;
}
.eygyhonor_main .eygyhonor_bottom {
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	padding: 0;
}
.eygyhonor_bottom i {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
.eygyhonor_bottom p {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: linear-gradient(to bottom, #dedede, #f9f9f9);
	-webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9);
	-moz-background: linear-gradient(to bottom, #dedede, #f9f9f9);
	-ms-background: linear-gradient(to bottom, #dedede, #f9f9f9);
	-o-background: linear-gradient(to bottom, #dedede, #f9f9f9);
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
}
 @media (max-width:1560px) {
.eygy .eygy_profile {
	width: 100%;
	margin: 60px auto;
	padding: 0 60px;
}
.etitle span {
	height: 52px;
	line-height: 52px;
	font-size: 56px;
}
.etitle p {
	font-size: 34px;
}
.eygy_dataimg .eygy_data {
	width: 30%;
}
.eygy_dataimg .eygy_img {
	width: 70%;
}
.eygy .eygy_culture {
	width: 100%;
	margin: 60px auto;
	padding: 0 60px;
}
.eygyculture_main ul li {
	padding: 40px 30px;
}
.eygyculture_main ul li p {
	font-size: 22px;
}
.eygy .eygy_honor {
	padding: 60px 0 0;
}
.eygy_honor .eygyhonor_main {
	width: 100%;
	padding: 0 60px;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_name {
	font-size: 16px;
}
.eygyhonor_bottom i {
	height: 20px;
}
.eygyhonor_bottom p {
	height: 60px;
}
}
@media (max-width:1440px) {
.eygy .eygy_profile {
	width: 100%;
	margin: 40px auto;
	padding: 0 40px;
}
.etitle span {
	height: 50px;
	line-height: 50px;
	font-size: 52px;
}
.etitle p {
	font-size: 32px;
}
.eygy_profile .eygyprofile_con {
	font-size: 15px!important;
}
.eygyprofile_con p {
	font-size: 15px!important;
}
.eygyprofile_con span, .eygyprofile_con font, .eygyprofile_con em {
	font-size: 15px!important;
}
.eygy .eygy_culture {
	padding: 0 40px;
}
.eygy_culture .eygyculture_ms {
	font-size: 15px;
}
.eygyculture_main ul li span {
	height: 50px;
	line-height: 25px;
	font-size: 15px;
}
.eygy_dataimg .eygy_data {
	width: 26%;
	height: 520px;
	padding: 80px 60px;
}
.eygy_data ul li {
	margin: 0 auto 60px;
}
.eygy_data ul li p {
	font-size: 44px;
}
.eygy_data ul li p sub {
	font-size: 15px;
}
.eygy_data ul li span {
	font-size: 16px;
}
.eygy_dataimg .eygy_img {
	width: 74%;
	height: 520px;
}
.eygy_honor .eygyhonor_main {
	padding: 0 40px;
}
}
@media (max-width:1366px) {
.etitle {
	margin: 0 auto 30px;
}
.etitle span {
	height: 44px;
	line-height: 44px;
	font-size: 48px;
}
.etitle p {
	height: 36px;
	line-height: 36px;
	font-size: 30px;
}
.etitle i {
	height: 3px;
}
.eygy_profile .eygyprofile_con {
	margin: 0 auto 30px;
}
.eygy_dataimg .eygy_data {
	height: 480px;
	padding: 60px 60px;
}
.eygy_data ul li p {
	height: 44px;
	line-height: 44px;
	font-size: 40px;
}
.eygy_dataimg .eygy_img {
	width: 74%;
	height: 480px;
}
.eygyhonor_main .eygyhonor_bottom {
	margin: 30px auto 0;
}
}
 @media (max-width:1200px) {
.etitle {
	margin: 0 auto 20px;
}
.etitle span {
	height: 44px;
	line-height: 44px;
	font-size: 46px;
}
.etitle p {
	height: 32px;
	line-height: 32px;
	font-size: 28px;
}
.etitle i {
	width: 56px;
	height: 3px;
}
.eygy_profile .eygyprofile_con {
	margin: 0 auto 20px;
}
.eygy_dataimg .eygy_data {
	height: 440px;
	padding: 60px 60px;
}
.eygy_data ul li {
	margin: 0 auto 50px;
}
.eygy_data ul li p {
	height: 40px;
	line-height: 40px;
	font-size: 36px;
}
.eygy_dataimg .eygy_img {
	width: 74%;
	height: 440px;
}
.eygyculture_main ul li {
	padding: 30px 25px;
}
.eygyculture_main ul li em {
	margin: 0 auto 30px;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img {
	height: 260px;
}
.eygyhonor_main .eygyhonor_bottom {
	margin: 20px auto 0;
}
}
@media (max-width:1080px) {
.eygy_profile .eygyprofile_con {
	line-height: 28px!important;
	font-size: 14px!important;
	margin: 0 auto 10px;
}
.eygyprofile_con p {
	line-height: 28px!important;
	font-size: 14px!important;
	margin: 0 auto 10px;
}
.eygyprofile_con span, .eygyprofile_con font, .eygyprofile_con em {
	line-height: 28px!important;
	font-size: 14px!important;
}
.eygy_dataimg .eygy_data {
	height: 400px;
	padding: 40px;
}
.eygy_data ul li {
	margin: 0 auto 40px;
}
.eygy_data ul li p sub {
	font-size: 14px;
}
.eygy_dataimg .eygy_img {
	width: 74%;
	height: 400px;
}
.eygy .eygy_culture {
	margin: 40px auto;
}
.eygy_culture .eygyculture_ms {
	line-height: 24px;
	font-size: 14px;
}
.eygyculture_main ul li {
	padding: 30px 20px;
}
.eygyculture_main ul li em {
	width: 80px;
	height: 80px;
}
.eygyculture_main ul li p {
	font-size: 18px;
}
.eygyculture_main ul li span {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
}
.eygy .eygy_honor {
	padding: 40px 0 0;
}
.eygyhonor_bottom i {
	height: 10px;
}
.eygyhonor_bottom p {
	height: 40px;
}
}
 @media (max-width:800px) {
.eygy .eygy_profile {
	padding: 0 30px;
}
.eygyprofile_con p {
	line-height: 26px!important;
}
.eygy_dataimg .eygy_data {
	height: 320px;
	padding: 40px 20px;
}
.eygy_data ul li {
	margin: 0 auto 30px;
}
.eygy_data ul li p {
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	margin: 0 auto 6px;
}
.eygy_data ul li p sub {
	font-size: 13px;
}
.eygy_data ul li span {
	font-size: 14px;
}
.eygy_dataimg .eygy_img {
	width: 74%;
	height: 320px;
}
.eygy .eygy_culture {
	padding: 0 30px;
}
.eygyculture_main ul li {
	padding: 30px 15px;
}
.eygyculture_main ul li i.abline {
	margin: 10px auto 15px;
}
.eygyculture_main ul li span {
	height: 66px;
	line-height: 22px;
	-webkit-line-clamp: 3;
}
.eygy_honor .eygyhonor_main {
	padding: 0 30px;
}
.eygyhonor_main .eygyhonor_list {
	padding: 0 60px;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img {
	height: 200px;
}
.eygyhonor_list .swiper-button-prev3, .eygyhonor_list .swiper-button-next3 {
	width: 44px!important;
	height: 44px!important;
	margin: -22px 0 0!important;
}
}
@media (max-width:767px) {
.eygy .eygy_profile {
	margin: 20px auto;
	padding: 0 12px;
}
.etitle span {
	height: 32px;
	line-height: 32px;
	font-size: 34px;
}
.etitle p {
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	margin: -15px auto 10px;
}
.etitle i {
	width: 48px;
	height: 2px;
}
.eygyprofile_con p {
	line-height: 24px!important;
}
.eygy_dataimg .eygy_data {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 5px;
	float: inherit;
}
.eygy_data ul li {
	width: 33.333333%;
	margin: 0;
	padding: 0;
	float: left;
}
.eygy_data ul li p {
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	margin: 0 auto 5px;
	text-align: center;
}
.eygy_data ul li p sub {
	font-size: 12px;
	margin: 0 0 0 5px;
}
.eygy_data ul li span {
	font-size: 12px;
	text-align: center;
}
.eygy_dataimg .eygy_img {
	width: 100%;
	height: 230px;
	margin: 0 auto;
	float: inherit;
}
.eygy .eygy_culture {
	margin: 20px auto;
	padding: 0 12px;
}
.eygyculture_main ul li {
	width: 48.5%;
	height: auto;
	margin: 0 3% 12px 0;
	padding: 20px 12px;
	background-color: #f9f9f9;
}
.eygyculture_main ul li:nth-child(4n+4) {
	margin: 0 3% 12px 0;
}
.eygyculture_main ul li:nth-child(2n+2) {
	margin: 0 0 12px;
}
.eygyculture_main ul li em {
	margin: 0 auto 20px;
}
.eygyculture_main ul li span {
	height: 44px;
	line-height: 22px;
	-webkit-line-clamp: 2;
}
.eygy .eygy_honor {
	padding: 20px 0 0;
}
.eygy_honor .eygyhonor_main {
	padding: 0 12px;
}
.eygyhonor_main .eygyhonor_list {
	padding: 0;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img {
	padding: 12px;
}
.eygyhonor_list .swiper-button-prev3, .eygyhonor_list .swiper-button-next3 {
	display: none;
}
.eygyhonor_main .eygyhonor_bottom {
	margin: 10px auto 0;
}
.eygyhonor_bottom p {
	height: 30px;
}
}
@media (max-width:375px) {
.eygy_dataimg .eygy_img {
	height: 200px;
}
.eygyculture_main ul li span {
	height: 66px;
	line-height: 22px;
	-webkit-line-clamp: 3;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img {
	height: 180px;
}
}
@media (max-width:320px) {
.eygy_dataimg .eygy_data {
	padding: 20px 12px 0;
}
.eygy_data ul li {
	width: 100%;
	margin: 0 auto 20px;
	float: inherit;
}
.eygy_dataimg .eygy_img {
	height: 170px;
}
.eygyculture_main ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	padding: 20px 12px;
	background-color: #f9f9f9;
}
.eygyculture_main ul li:nth-child(2n+2), .eygyculture_main ul li:nth-child(4n+4) {
	margin: 0 auto 12px;
}
.eygyculture_main ul li span {
	height: 44px;
	line-height: 22px;
	-webkit-line-clamp: 2;
}
.eygyhonor_list .swiper-container03 .swiper-slide .eygyhonor_img {
	height: 160px;
}
}
.eynews {
	width: 1400px;
	height: auto;
	min-height: 320px;
	margin: 10px auto 60px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eynews .eynews_list {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
	
}
.eynews_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;	list-style-type:none;
}
.eynews_list ul li .eynews_time {
	width: 14.5%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.eynews_list ul li .eynews_time span {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-family: "RobotoBold";
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
}
.eynews_list ul li .eynews_time span img {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: -4px 6px 0 0;
}
.eynews_list ul li .eynews_time p {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-family: "RobotoBold";
	font-size: 60px;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eynews_list ul li:hover .eynews_time p {
	color: #ef7d00;
}

.eynews_list ul li .eynews_pic {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.eynews_list ul li .eynews_pic img {
	display: inline-block;
	width: 95%;
	vertical-align: middle;
	margin: 0px 6px 0 0;
}
.eynews_list ul li .eynews_text {
	width: 80%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.eynews_list ul li .eynews_text a.eynews_name {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eynews_list ul li:hover .eynews_text a.eynews_name {
	color: #ef7d00;
}
.eynews_list ul li .eynews_text p {
	width: 100%;
	height: auto;
	max-height: 60px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	word-break: break-all;
	text-align: justify;
	margin: 10px auto 20px;
	padding: 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.eynews_list ul li .eynews_text a.eynews_more {
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eynews_list ul li .eynews_text a.eynews_more i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	background: url(../images/jt13.png) center center no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eynews_list ul li:hover .eynews_text a.eynews_more {
	color: #ef7d00;
}
.eynews_list ul li:hover .eynews_text a.eynews_more i {
	margin: -2px 0 0 20px;
	background: url(../images/jt16.png) center center no-repeat;
	background-size: 100% 100%;
}
.pages {
	margin: 40px auto 0;
	color: #666;
	font-size: 15px;
	text-align: center;
}
.pages a {
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ddd;
}
.pages a:hover {
	background-color: #ef7d00;
	color: #fff;
	border: 1px solid #ef7d00;
}
.pages a.active {
	background-color: #ef7d00;
	color: #fff;
	border: 1px solid #ef7d00;
}
.pages input {
	display: inline-block;
	padding: 0 5px;
	background-color: #ef7d00;
	width: 40px!important;
	height: 32px!important;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #ef7d00;
}
.pages .p_input {
	display: inline-block;
	padding: 0 5px;
	background-color: #fff;
	width: 40px!important;
	height: 32px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	font-size: 14px;
	cursor: default;
	border: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eynewdetail {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eynewdetail .eynewdetail_main {
	width: 1400px;
	height: auto;
	margin: 60px auto 40px;
	padding: 0;
}
.eynewdetail_main .eynewdetail_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	margin: 0 auto 15px;
	padding: 0;
	text-align:center;
}
.eynewdetail_main .eynewdetail_tips {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e6e6e6;
	text-align:center;
}
.eynewdetail_tips span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	margin: 0 40px 0 0;
	padding: 0;
}
.eynewdetail_tips span img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px 10px 7px 0;
	padding: 0;
	float: left;
}
.eynewdetail_main .eynewdetail_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 28px!important;
	color: #666!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 16px!important;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
.eynewdetail_content div, .eynewdetail_content p, .eynewdetail_content span, .eynewdetail_content font, .eynewdetail_content em {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 28px!important;
	color: #666!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 16px!important;
	font-style: normal;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
.eynewdetail_content div, .eynewdetail_content p {
	margin: 0 auto 20px;
}
.eynewdetail_content img {
	width: auto!important;
	max-width: 100%;
	height: auto!important;
}
.eynewdetail_content br {
	display: none;
}
@media (max-width:1560px) {
.eynews {
	width: 100%;
	margin: 60px auto;
	padding: 0 60px;
}
.eynews .eynews_list {
	margin: 0 auto 60px;
}
.eynews_list ul li {
	padding: 30px 0;
}
.eynews_list ul li .eynews_time span {
	font-size: 16px;
}
.eynews_list ul li .eynews_time p {
	font-size: 54px;
}
.eynews_list ul li .eynews_text a.eynews_name {
	font-size: 22px;
}
.eynewdetail {
	padding: 0 60px;
}
.eynewdetail .eynewdetail_main {
	width: 100%;
	margin: 60px auto 40px;
}
.eynewdetail_main .eynewdetail_name {
	font-size: 28px;
}
}
@media (max-width:1440px) {
.eynews {
	padding: 0 40px;
}
.eynewdetail {
	padding: 0 40px;
}
}
@media (max-width:1366px) {
.eynews_list ul li {
	padding: 25px 0;
}
.eynews_list ul li .eynews_time {
	width: 14%;
}
.eynews_list ul li .eynews_time p {
	font-size: 50px;
}
.eynews_list ul li .eynews_text {
	width: 86%;
}
.eynews_list ul li .eynews_text a.eynews_name {
	font-size: 20px;
}
.eynews_list ul li .eynews_text p {
	max-height: 50px;
	line-height: 25px;
	font-size: 15px;
	margin: 5px auto 15px;
}
.eynews_list ul li .eynews_text a.eynews_more {
	font-size: 15px;
}
.eynewdetail_main .eynewdetail_name {
	font-size: 26px;
	margin: 0 auto 20px;
}
.eynewdetail_main .eynewdetail_tips {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 15px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #e6e6e6;
}
.eynewdetail_tips span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 15px;
	margin: 0 40px 0 0;
	padding: 0;
}
.eynewdetail_tips span img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px 10px 7px 0;
	padding: 0;
	float: left;
}
.eynewdetail_main .eynewdetail_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 25px!important;
	color: #666!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 15px!important;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
.eynewdetail_content div, .eynewdetail_content p, .eynewdetail_content span, .eynewdetail_content font, .eynewdetail_content em {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 25px!important;
	color: #666!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 15px!important;
	font-style: normal;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
.eynewdetail_content div, .eynewdetail_content p {
	margin: 0 auto 15px;
}
}
 @media (max-width:1080px) {
.eynews {
	margin: 40px auto;
}
.eynews .eynews_list {
	margin: 0 auto 40px;
}
.eynews_list ul li {
	padding: 20px 0;
}
.eynews_list ul li .eynews_time {
	width: 16%;
}
.eynews_list ul li .eynews_time p {
	font-size: 48px;
}
.eynews_list ul li .eynews_text {
	width: 84%;
}
.eynewdetail .eynewdetail_main {
	margin: 40px auto 25px;
}
.eynewdetail_main .eynewdetail_name {
	font-size: 24px;
}
}
 @media (max-width:800px) {
.eynews {
	padding: 0 30px;
}
.eynews_list ul li {
	padding: 15px 0;
}
.eynews_list ul li .eynews_time {
	width: 20%;
}
.eynews_list ul li .eynews_time p {
	height: 50px;
	line-height: 50px;
	font-size: 44px;
}
.eynews_list ul li .eynews_text {
	width: 80%;
}
.eynews_list ul li .eynews_text a.eynews_name {
	font-size: 18px;
}
.eynews_list ul li .eynews_text p {
	max-height: 48px;
	line-height: 24px;
	font-size: 14px;
	margin: 5px auto 10px;
}
.eynews_list ul li .eynews_text a.eynews_more {
	font-size: 14px;
}
.eynewdetail {
	padding: 0 30px;
}
.eynewdetail_main .eynewdetail_name {
	line-height: 30px;
	margin: 0 auto 15px;
}
.eynewdetail_tips span {
	font-size: 14px;
	margin: 0 20px 0 0;
}
.eynewdetail_main .eynewdetail_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 24px!important;
	color: #666!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 14px!important;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
.eynewdetail_content div, .eynewdetail_content p, .eynewdetail_content span, .eynewdetail_content font, .eynewdetail_content em {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 24px!important;
	color: #666!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 14px!important;
	font-style: normal;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
.eynewdetail_content div, .eynewdetail_content p {
	margin: 0 auto 12px;
}
}
@media (max-width:767px) {
.eynews {
	margin: 60px auto 30px;
	padding: 0 12px;
}
.eynews .eynews_list {
	margin: 0 auto 20px;
}
.eynews_list ul li {
	padding: 12px 0;
}
.eynews_list ul li .eynews_time {
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
	float: inherit;
}
.eynews_list ul li .eynews_time span {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 10px 0 0;
	float: left;
}
.eynews_list ul li .eynews_time p {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-indent: 0;
}
.eynews_list ul li .eynews_text {
	width: 100%;
	margin: 0 auto;
	float: inherit;
}
.eynews_list ul li .eynews_text a.eynews_name {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.pages {
	font-size: 0;
	margin: 20px auto 0;
}
.pages .p_input, .pages input {
	display: none;
}
.eynewdetail {
	margin: 0 auto;
	padding: 0 12px;
}
.eynewdetail .eynewdetail_main {
	margin: 20px auto 10px;
}
.eynewdetail_main .eynewdetail_name {
	font-size: 20px;
	margin: 0 auto 10px;
}
.eynewdetail_main .eynewdetail_tips {
	height: auto;
	margin: 0 auto 15px;
	padding: 0 0 5px;
}
}
 @media (max-width:320px) {
.pages a {
	padding: 0 10px;
}
}
.eyorder {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyorder .eyorder_main {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyorder_main .eyorder_left {
	width: 28%;
	height: 675px;
	overflow: hidden;
	margin: 0;
	padding: 120px 40px;
	background: #ef7d00 url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyorder_left img {
	display: block;
	width: 57px;
	height: 57px;
	margin: 0 0 40px;
	padding: 0;
}
.eyorder_left p {
	width: 100%;
	height: auto;
	line-height: 40px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin: 0 auto 5px;
	padding: 0;
}
.eyorder_left font {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
	font-family: "RobotoRegular";
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
}
.eyorder_left span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	word-break: break-all;
	text-align: justify;
	margin: 30px auto 0;
	padding: 0;
}
.eyorder_main .eyorder_right {
	width: 72%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 40px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyorder_right #sub_msg.sub_msg {
	width: 100%!important;
	height: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
}
.eyorder_right #sub_msg.sub_msg h3 {
	display: none!important;
}
.eyorder_right #sub_msg.sub_msg ul {
	width: 100%!important;
	overflow: hidden!important;
	margin: 0 auto!important;
	padding: 0!important;
}
.eyorder_right #sub_msg.sub_msg ul li h4, .eyorder_right #sub_msg.sub_msg ul li h4.xh {
	display: none!important;
}
.eyorder_right #sub_msg.sub_msg ul li {
	width: 100%!important;
	height: auto!important;
	overflow: hidden!important;
	line-height: inherit!important;
	color: inherit!important;
	font-size: inherit!important;
	margin: 0 0 25px!important;
	padding: 0!important;
	clear: inherit!important;
}


.eyorder_right #sub_msg.sub_msg ul li:last-child {
	margin: 40px auto 0!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt1, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12, .eyorder_right #sub_msg.sub_msg ul li .eyou_tara {
	width: 100%!important;
	height: auto!important;
	margin: 0!important;
	padding: 0!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	display: block!important;
	width: 100%!important;
	height: 60px!important;
	line-height: 60px;
	color: #aaa!important;
	font-size: 16px!important;
	margin: 0!important;
	padding: 0 20px!important;
	background-color: #f2f2f2!important;
	border: 0!important;
	outline: none!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyorder_right #sub_msg.sub_msg ul li .c_yzm {
	margin: 0 10px 0 0!important;
	padding: 0!important;
	float: left!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 240px!important;
	margin: 0 10px 0 0!important;
	float: left!important;
}
.eyorder_right #sub_msg.sub_msg ul li a.yzm_img {
	display: block!important;
	width: 190px!important;
	height: 60px!important;
	margin: 0px 0!important;
	padding: 0!important;
	float: left!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	line-height: 60px!important;
	color: #999!important;
	font-size: 16px!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	display: block!important;
	width: 100%!important;
	height: 150px!important;
	line-height: 30px;
	color: #aaa;
	font-size: 16px!important;
	margin: 0!important;
	padding: 15px 20px!important;
	background-color: #f2f2f2!important;
	border: 0!important;
	outline: none!important;
	resize: none!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_btn {
	width: 100%!important;
	height: auto!important;
	overflow: hidden!important;
	margin: 0!important;
	padding: 0!important;
	float: inherit!important;
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input {
	width: 200px!important;
	height: 60px!important;
	overflow: hidden!important;
	line-height: 60px!important;
	color: #fff!important;
	font-size: 16px!important;
	text-align: center!important;
	background-color: #333!important;
	margin: 0 20px 0 0!important;
	padding: 0!important;
	border: none!important;
	cursor: pointer!important;
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input:hover {
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1 {
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1:hover {
	background: linear-gradient(to left, #ef7d00, #ff9000);
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 {
	width: 100%!important;
	padding: 0!important;
	float: inherit!important;
}
.eyorder_right #sub_msg.sub_msg ul li .c_yzm {
	width: auto!important;
	float: left!important;
}
 @media (max-width:1560px) {
.eyorder {
	padding: 60px;
}
.eyorder .eyorder_main {
	width: 100%;
}
}
@media (max-width:1440px) {
.eyorder {
	padding: 60px 40px;
}
}
 @media (max-width:1280px) {
.eyorder_main .eyorder_left {
	height: 600px;
}
.eyorder_left p {
	font-size: 30px;
}
.eyorder_left font {
	font-size: 20px;
}
.eyorder_left span {
	font-size: 15px;
	line-height: 25px;
}
.eyorder_right #sub_msg.sub_msg ul li:last-child {
	margin: 30px auto 0!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	height: 50px!important;
	line-height: 50px;
	font-size: 15px!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	height: 145px!important;
	line-height: 25px;
	font-size: 15px!important;
	padding: 10px 20px;
}
.eyorder_right #sub_msg.sub_msg ul li a.yzm_img {
	margin: 5px 0!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	line-height: 50px!important;
	font-size: 15px!important;
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input {
	height: 50px!important;
	line-height: 50px!important;
}
}
@media (max-width:1200px) {
.eyorder_main .eyorder_left {
	padding: 120px 30px;
}
.eyorder_left img {
	width: 50px;
	height: 50px;
}
.eyorder_left p {
	line-height: 36px;
	font-size: 28px;
}
.eyorder_left font {
	line-height: 24px;
	font-size: 16px;
}
.eyorder_main .eyorder_right {
	padding: 0 0 0 30px;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 200px!important;
}
}
@media (max-width:1080px) {
.eyorder {
	padding: 40px;
}
.eyorder_main .eyorder_left {
	height: 560px;
	padding: 100px 25px;
}
.eyorder_left span {
	line-height: 24px;
	font-size: 14px;
}
.eyorder_main .eyorder_right {
	padding: 0 0 0 25px;
}
.eyorder_right #sub_msg.sub_msg ul li {
	margin: 0 0 20px!important;
}
.eyorder_right #sub_msg.sub_msg ul li:nth-child(1), .eyorder_right #sub_msg.sub_msg ul li:nth-child(3), .eyorder_right #sub_msg.sub_msg ul li:nth-child(5) {
	width: 48.5%!important;
	margin: 0 3% 20px 0!important;
	float: left!important;
}
.eyorder_right #sub_msg.sub_msg ul li:nth-child(2), .eyorder_right #sub_msg.sub_msg ul li:nth-child(4), .eyorder_right #sub_msg.sub_msg ul li:nth-child(6) {
	width: 48.5%!important;
	margin: 0 0 20px 0!important;
	float: right!important;
}
.eyorder_right #sub_msg.sub_msg ul li:last-child {
	margin: 20px auto 0!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	font-size: 14px!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	height: 140px!important;
	line-height: 24px;
	font-size: 14px!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 180px!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	font-size: 14px!important;
}
}
@media (max-width:1024px) {
.eyorder_main .eyorder_left {
	width: 30%;
	height: 590px;
}
.eyorder_main .eyorder_right {
	width: 70%;
}
.eyorder_right #sub_msg.sub_msg ul li .c_yzm {
	height: 50px;
	float: inherit!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	display: block;
	width: 100%;
	line-height: 30px!important;
}
}
@media (max-width:800px) {
.eyorder {
	padding: 30px;
}
.eyorder_main .eyorder_left {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 20px;
	float: inherit;
}
.eyorder_left img {
	width: 44px;
	height: 44px;
	margin: 0 12px 0 0;
	float: left;
}
.eyorder_left p {
	line-height: 24px;
	font-size: 20px;
	margin: 0 auto 2px;
}
.eyorder_left font {
	line-height: 18px;
	font-size: 12px;
}
.eyorder_left span {
	margin: 10px auto 0;
}
.eyorder_main .eyorder_right {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: inherit;
}
.eyorder_right #sub_msg.sub_msg ul li .c_yzm {
	height: 50px;
	float: left!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	display: inline-block;
	width: auto;
	line-height: 50px!important;
}
}
@media (max-width:767px) {
.eyorder {
	padding: 20px 12px;
}
.eyorder_main .eyorder_left {
	padding: 20px;
}
.eyorder_left img {
	width: 44px;
	height: 44px;
	margin: 0 12px 0 0;
}
.eyorder_left p {
	line-height: 26px;
	font-size: 22px;
	margin: 0 auto 2px;
}
.eyorder_left font {
	line-height: 18px;
	font-size: 12px;
}
.eyorder_right #sub_msg.sub_msg ul li:nth-child(1), .eyorder_right #sub_msg.sub_msg ul li:nth-child(3), .eyorder_right #sub_msg.sub_msg ul li:nth-child(5) {
	width: 100%!important;
	margin: 0 auto 20px!important;
	float: inherit!important;
}
.eyorder_right #sub_msg.sub_msg ul li:nth-child(2), .eyorder_right #sub_msg.sub_msg ul li:nth-child(4), .eyorder_right #sub_msg.sub_msg ul li:nth-child(6) {
	width: 100%!important;
	margin: 0 auto 20px!important;
	float: inherit!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	padding: 0 12px!important
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 160px!important;
}
.eyorder_right #sub_msg.sub_msg ul li .c_yzm {
	height: 50px;
	float: inherit!important;
}
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	display: block;
	width: 100%;
	line-height: 24px!important;
	margin: 10px auto 0;
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input {
	width: 48%!important;
	margin: 0!important;
	float: left;
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1 {
	margin: 0 4% 0 0!important;
}
}
 @media (max-width:320px) {
.eyorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 130px!important;
}
}
.eylx {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0;
}
.eylx .eylx_infor {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eylx_infor .eylxinfor_main {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.eylxinfor_main .eylxinfor_con {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #f9f9f9;
}
.eylxinfor_con .eylx_ewm {
	width: 28.5%;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 40px;
	background: #ef7d00 url(../images/bg1.jpg) center center no-repeat;
	background-size: cover;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eylx_ewm p {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
}
.eylx_ewm span {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px;
	border: 1px solid rgba(255,255,255,0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eylx_ewm span img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.eylxinfor_con .eylx_lxfs {
	width: 71.5%;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 67px 0;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eylx_lxfs ul li {
	width: 33.333333%;
	height: auto;
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid #e6e6e6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type:none;
}
.eylx_lxfs ul li:nth-child(3) {
	border: 0;
}
.eylx_lxfs ul li img {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 20px;
	padding: 0;
}
.eylx_lxfs ul li span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.eylx_lxfs ul li p {
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #999;
	font-size: 18px;
	text-align: center;
	word-break: break-all;
	margin: 0 auto;
	padding: 0;
}
.eylx .eylx_map {
	width: 1400px;
	height: auto;
	margin: 60px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eymap {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eymap .dz_map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.eymap .dz_map #container {
	height: 120%;
}
@media (max-width:1560px) {
.eylx .eylx_infor {
	padding: 60px;
}
.eylx_infor .eylxinfor_main {
	width: 100%;
}
.eylx .eylx_map {
	width: 100%;
	margin: 60px auto;
	padding: 0 60px;
}
.eymap {
	height: 480px;
}
}
@media (max-width:1440px) {
.eylx .eylx_infor {
	padding: 60px 40px;
}
.eylx .eylx_map {
	padding: 0 40px;
}
}
@media (max-width:1366px) {
.eylx_lxfs ul li span {
	font-size: 16px;
}
.eylx_lxfs ul li p {
	font-size: 16px;
}
.eymap {
	height: 440px;
}
}
@media (max-width:1280px) {
.eylxinfor_con .eylx_ewm {
	height: 230px;
	padding: 30px;
}
.eylxinfor_con .eylx_lxfs {
	height: 230px;
	padding: 57px 0;
}
.eymap {
	height: 400px;
}
}
@media (max-width:1200px) {
.eymap {
	height: 380px;
}
}
@media (max-width:1080px) {
.eylx .eylx_infor {
	padding: 40px;
}
.eylxinfor_con .eylx_ewm {
	height: 220px;
	padding: 20px;
}
.eylxinfor_con .eylx_lxfs {
	height: 220px;
	padding: 52px 0;
}
.eylx .eylx_map {
	margin: 40px auto;
}
.eymap {
	height: 360px;
}
}
@media (max-width:1024px) {
.eymap {
	height: 340px;
}
}
@media (max-width:800px) {
.eylx .eylx_infor {
	padding: 40px 30px;
}
.eylxinfor_con .eylx_ewm {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
	float: inherit;
}
.eylxinfor_con .eylx_lxfs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
	float: inherit;
}
.eylx .eylx_map {
	padding: 0 30px;
}
.eymap {
	height: 320px;
}
}
@media (max-width:767px) {
.eylx .eylx_infor {
	padding: 20px 12px;
}
.eylxinfor_con .eylx_ewm {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 20px;
	float: inherit;
}
.eylxinfor_con .eylx_lxfs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
	float: inherit;
}
.eylx_lxfs ul li {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border-right: 0;
	border-bottom: 1px solid #e6e6e6;
	float: inherit;
}
.eylx_lxfs ul li img {
	margin: 0 auto 10px;
}
.eylx .eylx_map {
	margin: 20px auto;
	padding: 0 12px;
}
.eymap {
	height: 300px;
}
}
.eypro {
	width: 1400px;
	margin: 0 auto;
	height: auto;
	min-height: 320px;
	margin: 40px auto 80px;
}
.eypro .eypro_left {
	width: 335px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.eypro .eypro_left .ey_type .bd {
	max-height: none;
}
.eypro .eypro_right {
	width: calc(100% - 355px);
	height: auto;
	float: right;
}
.eypro .eypro_right ul {
	min-height: 320px;
	margin-bottom: 20px;
	list-style-type:none;
}
.eypro .eypro_right ul li {
	border: 1px solid #e6e6e6;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
.eypro .eypro_right ul li:nth-child(3n) {
	margin-right: 0;
}
.eypro .eypro_right ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.eypro .eypro_right ul li .pic {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.eypro .eypro_right ul li .pic img {
	max-width: 90%;
	max-height: 96%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.eypro .eypro_right ul li .text {
	padding: 28px;
	position: relative;
}
.eypro .eypro_right ul li .text .name {
	max-width: 100%;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.eypro .eypro_right ul li .text .xh {
	font-size: 16px;
	color: #999;
	margin-top: 4px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.eypro .eypro_right ul li .text .xh img {
	margin-right: 7px;
}
.eypro .eypro_right ul li .text .more {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/jt03.png) center no-repeat;
	position: absolute;
	right: 28px;
	bottom: 42px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.eypro .eypro_right ul li:hover {
	position: relative;
	z-index: 2;
}
.eypro .eypro_right ul li:hover:after {
	box-shadow: 0 0 24px rgba(0,0,0,.08);
	border: 0;
	opacity: 1;
	padding: 1px;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px
}
.eypro .eypro_right ul li:hover .pic {
	z-index: 2;
}
.eypro .eypro_right ul li:hover .pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.eypro .eypro_right ul li:hover .text {
	z-index: 2;
}
.eypro .eypro_right ul li:hover .text .name {
	color: #ef7d00;
}
.eypro .eypro_right ul li:hover .text .more {
	background: url(../images/jt07.png) center no-repeat;
}
@media (max-width:1560px) {
.eypro {
	width: 100%;
	padding: 0 60px;
}
}
@media (max-width:1440px) {
.eypro {
	padding: 0 40px;
}
.eypro .eypro_left {
	width: 300px;
}
.eypro .eypro_right {
	width: calc(100% - 320px);
}
.eypro .eypro_right ul li .pic {
	height: 250px;
}
.eypro .eypro_right ul li .text .name {
	font-size: 16px;
}
.eypro .eypro_right ul li .text .xh {
	font-size: 14px;
}
.eypro .eypro_right ul li .text .more {
	right: 20px;
	bottom: 30px;
	width: 34px;
	height: 34px;
	background-size: 100%;
}
.eypro .pages {
	margin: 25px auto 0;
}
}
@media (max-width:1299px) {
.eypro .eypro_left {
	width: 250px;
}
.eypro .eypro_right {
	width: calc(100% - 270px);
}
.eypro .eypro_right ul li .pic {
	height: 200px;
}
.eypro .eypro_right ul li .pic img {
	max-width: 100%;
	max-height: 100%;
}
.eypro .eypro_right ul li .text {
	padding: 20px;
}
}
@media (max-width:1080px) {
.eypro {
	margin: 30px auto 40px;
}
.eypro .eypro_left {
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	padding: 0;
	float: inherit;
}
.eypro .eypro_right {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: inherit;
}
.eypro .pages {
	margin: 20px auto 0;
}
}
@media (max-width:800px) {
.eypro {
	padding: 0 30px;
}
.eypro .eypro_left {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	float: inherit;
}
.eypro .eypro_right {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: inherit;
}
}
@media (max-width:767px) {
.eypro {
	margin: 20px auto;
	padding: 0 12px;
}
.eypro .eypro_right ul {
	margin-bottom: 10px;
}
.eypro .eypro_right ul li {
	margin-bottom: 15px;
}
.eypro .eypro_right ul li .pic {
	height: 150px;
}
.eypro .eypro_right ul li .text {
	padding: 10px 15px;
}
.eypro .eypro_right ul li .text .name {
	font-size: 15px;
	max-width: 100%;
	text-align: center;
}
.eypro .eypro_right ul li .text .xh {
	display: none;
}
.eypro .eypro_right ul li .text .more {
	left: 15px;
	bottom: 20px;
	width: 26px;
	height: 26px;
	display: none;
}
.eypro .pages {
	margin: 0 auto;
}
}
@media (max-width:600px) {
.eypro .eypro_right ul li {
	width: 48.5%;
	border: 1px solid #eee;
	margin-right: 3%;
	margin-bottom: 10px;
}
.eypro .eypro_right ul li:nth-child(3n) {
	margin-right: 3%;
}
.eypro .eypro_right ul li:nth-child(2n) {
	margin-right: 0;
}
.eypro .eypro_right ul li:after {
	display: none;
}
}
.eyxgwz {
	margin-top: 25px;
}
.eyxgwz .ey_type .bd ul li p {
	height: 60px;
}
.eyxgwz .ey_type .bd ul li p a {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 60px;
}
@media (max-width:1080px) {
.eyxgwz {
	margin-top: 10px;
}
}
.eyprodetail {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail .eyprodetail_main {
	width: 100%;
	height: auto;
	margin: 60px auto;
	padding: 20px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	clear: both;
}
.eyprodetail_main .eyprodetail_img {
	width: 40.5%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#preview {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 100%;
	height: 88px;
	margin-top: 10px;
	overflow: hidden;
}
#spec-left {
	width: 16px;
	height: 88px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}
#spec-right {
	width: 16px;
	height: 88px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}
#spec-list {
	width: 440px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}
#spec-list ul {
	clear: both;
}
#spec-list ul li {
	float: left;
	display: inline;
	padding: 0;
	width: 16%;
	height: 68px;
	margin: 0 2% 0 0;
}
#spec-list ul li:last-child {
	margin: 0;
}
#spec-list ul li:nth-child(4) {
	display: inline;
	margin: 0;
}
#spec-list ul li p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#spec-list ul li:hover p {
	border: 1px solid #1f71c2;
}
#spec-list ul li img {
	display: block;
	max-width: 92%;
	max-height: 94%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.jqzoom {
	position: relative;
	width: 100%;
	height: 382px;
	overflow: hidden;
	padding: 0;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.jqzoom img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	border: 1px solid #eaeaea;
	display: none;
	text-align: center;
	overflow: hidden;
	left: 102%!important;
	top: 0!important;
}
.bigimg {
}
.jqZoomPup {
	width: 200px!important;
	height: 200px!important;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/mask.png) 0 0 repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}
#spec-list {
	position: relative;
	width: 100%;
	margin: 0;
}
#spec-list div {
	width: 100%!important;
	height: 70px!important;
	margin: 0;
}
#ey_tjxh {
	display: block;
	margin: auto!important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.prodetail_img a.videoIco {
	left: 20px!important;
	bottom: 20px!important;
	z-index: 99!important;
}
.Warning {
	width: 100%!important;
	height: 100%!important;
}
.eyprodetail_main .eyprodetail_text {
	width: 59.5%;
	height: auto;
	margin: 0;
	padding: 20px 0 20px 40px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_text .eyprodetail_name {
	width: 100%;
	height: auto;
	min-height: 40px;
	max-height: 80px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	word-break: break-all;
	position: relative;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_text .eyprodetail_name i {
	display: block;
	width: 4px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: #ef7d00;
	position: absolute;
	left: 4px;
	top: 7px;
}
.eyprodetail_text .eyprodetail_ms {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 19px;
	padding: 15px 20px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_text .eyprodetail_ms div {
	width: 100%;
	height: 90px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	word-break: break-all;
	text-align: justify;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}
.eyprodetail_text .eyprodetail_ms div span {
	color: #333;
	font-weight: bold;
}
.eyprodetail_text .eyprodetail_ms div h1 {
	color: #999;
	display: inline;
	line-height: 30px;
}
.eyprodetail_text .eyprodetail_tags {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.eyprodetail_tags dl dd {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 15px 0;
	float: left;
}
.eyprodetail_tags dl dd:nth-child(1), .eyprodetail_tags dl dd:nth-child(2) {
	border-bottom: 1px solid #e5e5e5;
}
.eyprodetail_tags dl dd p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 10px 0 30px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_tags dl dd p img {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 9px;
}
.eyprodetail_tags dl dd p span {
	color: #999;
}
.eyprodetail_text .eyprodetail_btm {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 16px 30px;
	background-color: #ef7d00;
	border-radius: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_btm .eyprodetail_tel {
	width: 74%;
	height: 48px;
	overflow: hidden;
	margin: 0;
	padding: 0 20px 0 64px;
	border-right: 1px solid rgba(255,255,255,0.2);
	float: left;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_btm .eyprodetail_tel img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.eyprodetail_btm .eyprodetail_tel span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255,255,255,1);
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}
.eyprodetail_btm .eyprodetail_tel p {
	width: 100%;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 2px auto 0;
	padding: 0;
}
.eyprodetail_btm a.eyprodetail_btn {
	display: block;
	width: 26%;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}
.eyprodetail_btm a.eyprodetail_btn img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
}
.eyprodetail .eyprodetail_content {
	width: 100%;
	height: auto;
	margin: 60px auto;
	padding: 0;
}
.eyprodetail_content .eyprodetail_right {
	width: 23.5%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.eyprodetail_content .eyprodetail_left {
	width: 76.5%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_left .eyprodetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.eyprodetail_con .eyprodetail_tit {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	border-top: 1px solid #e6e6e6;
}
.eyprodetail_con .eyprodetail_tit span {
	display: inline-block;
	width: auto;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 30px;
	background-color: #ef7d00;
	border-radius: 0 0 22px;
}
.eyprodetail_con .prodetailtext {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	margin: 0 auto 30px;
	padding: 0;
}

.prodetailtext img, .prodetailtext table, .prodetailtext tr, .prodetailtext td, .prodetailtext p, .prodetailtext span, .prodetailtext div, .prodetailtext video, .prodetailtext embed {
	max-width: 100% !important;
	max-height: 100%;
	line-height: 30px !important;
}
.prodetailtext b {
	display: block;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
.prodetailtext table tr td p {
	text-indent: 0!important;
}
.prodetailtext img {
	display: inline-block;
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-indent: 0!important;
}
.eypro_prevnext {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 7px 30px;
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.eypro_prevnext1 {
	margin-bottom: 0;
}
.eypro_prevnext p {
	width: 42%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eypro_prevnext p a {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.eypro_prevnext p.eyproprev {
	padding: 0 0 0 30px;
}
.eypro_prevnext p.eypronext {
	padding: 0 30px 0 0;
	text-align: right;
}
.eypro_prevnext p img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
}
.eypro_prevnext p.eyproprev img {
	left: 0;
}
.eypro_prevnext p.eypronext img {
	right: 0;
}
.eypro_prevnext a.eyproall {
	display: block;
	width: 16%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}
.eypro_prevnext a.eyproall img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	padding: 0;
}
.eyprodetail_order {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 40px 40px 15px;
	background: #f2f2f2 url(../images/xs.png) left top no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyprodetail_order .eyproorder_main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.eyproorder_main .eyproorder_left {
	width: 22%;
	height: auto;
	margin: 0;
	padding: 40px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyproorder_left .eyproorder_title {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}
.eyproorder_title p {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}
.eyproorder_title i {
	display: block;
	width: 36px;
	height: 4px;
	margin: 10px 0 15px;
	padding: 0;
	background-color: #ef7d00;
}
.eyproorder_title span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}
.eyproorder_left .eyproorder_img {
	width: 152px;
	height: 152px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border: 6px solid #ef7d00;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}
.eyproorder_img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.eyproorder_main .eyproorder_right {
	width: 78%;
	height: auto;
	margin: 0;
	padding: 0 40px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eyproorder_right #sub_msg.sub_msg {
	width: 100%!important;
	height: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
}
.eyproorder_right #sub_msg.sub_msg h3 {
	display: none!important;
}
.eyproorder_right #sub_msg.sub_msg ul {
	width: 100%!important;
	overflow: hidden!important;
	margin: 0 auto!important;
	padding: 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li h4, .eyproorder_right #sub_msg.sub_msg ul li h4.xh {
	display: none!important;
}
.eyproorder_right #sub_msg.sub_msg ul li {
	width: 100%!important;
	height: auto!important;
	overflow: hidden!important;
	line-height: inherit!important;
	color: inherit!important;
	font-size: inherit!important;
	margin: 0 0 25px!important;
	padding: 0!important;
	clear: inherit!important;
}
.eyproorder_right #sub_msg.sub_msg ul li:nth-child(1), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(3), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(5) {
	width: 48%!important;
	margin: 0 4% 25px 0!important;
	float: left!important;
}
.eyproorder_right #sub_msg.sub_msg ul li:nth-child(2), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(4), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(6) {
	width: 48%!important;
	float: right!important;
}
.eyproorder_right #sub_msg.sub_msg ul li:last-child {
	margin: 25px auto 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt1, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12, .eyproorder_right #sub_msg.sub_msg ul li .eyou_tara {
	width: 100%!important;
	height: auto!important;
	margin: 0!important;
	padding: 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	display: block!important;
	width: 100%!important;
	height: 60px!important;
	line-height: 60px;
	color: #aaa !important;
	font-size: 16px!important;
	margin: 0!important;
	padding: 0 20px!important;
	background-color: #fff!important;
	border: 0!important;
	outline: none!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyproorder_right #sub_msg.sub_msg ul li .c_yzm {
	width: auto;
	margin: 0 10px 0 0!important;
	padding: 0!important;
	float: left!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 240px!important;
	margin: 0 10px 0 0!important;
	float: left!important;
}
.eyproorder_right #sub_msg.sub_msg ul li a.yzm_img {
	display: block!important;
	width: 190px!important;
	height: 60px!important;
	margin: 0!important;
	padding: 0!important;
	float: left!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	line-height: 60px!important;
	color: #999!important;
	font-size: 16px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	display: block!important;
	width: 100%!important;
	height: 150px!important;
	line-height: 30px;
	color: #999;
	font-size: 16px!important;
	margin: 0!important;
	padding: 15px 20px!important;
	background-color: #fff!important;
	border: 0!important;
	outline: none!important;
	resize: none!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_btn {
	width: 200px!important;
	height: auto!important;
	overflow: hidden!important;
	margin: 0!important;
	padding: 0!important;
	float: inherit!important;
	position: absolute;
	left: 40px;
	bottom: 45px;
}
.eyproorder_main .eyproorder_right #sub_msg.sub_msg .eyou_btn input {
	width: 200px!important;
	height: 60px!important;
	overflow: hidden!important;
	line-height: 60px!important;
	color: #fff!important;
	font-size: 16px!important;
	text-align: center!important;
	background-color: #333!important;
	margin: 0 0 20px 0!important;
	padding: 0!important;
	border: none!important;
	cursor: pointer!important;
}
.eyproorder_right #sub_msg.sub_msg .eyou_btn input:hover {
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.eyproorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1 {
	background: #ef7d00;
	background: linear-gradient(to right, #ef7d00, #ff9000);
}
.eyproorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1:hover {
	background: linear-gradient(to left, #ef7d00, #ff9000);
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 {
	width: 100%!important;
}
@media (max-width:1560px) {
.eyprodetail {
	width: 100%;
	padding: 0 60px;
}
}
@media (max-width:1440px) {
.eyprodetail {
	padding: 0 40px;
}
}
@media (max-width:1366px) {
.eyprodetail_main .eyprodetail_img {
	width: 42%;
}
.eyprodetail_main .eyprodetail_text {
	width: 58%;
}
.eyprodetail_text .eyprodetail_name {
	font-size: 26px;
}
.eyprodetail_text .eyprodetail_ms div {
	font-size: 15px;
}
.eyprodetail_tags dl dd p {
	font-size: 15px;
}
.eyprodetail_btm .eyprodetail_tel span {
	font-size: 14px;
}
.eyprodetail_con .prodetailtext {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 15px;
	margin: 0 auto 30px;
	padding: 0;
}
.prodetailtext img, .prodetailtext table, .prodetailtext tr, .prodetailtext td, .prodetailtext p, .prodetailtext span, .prodetailtext video, .prodetailtext embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	line-height: 30px;
	font-size: 15px;
}
.prodetailtext div {
	height: auto !important;
	overflow: hidden;
}
.prodetailtext b {
	display: block;
	line-height: 30px;
	font-size: 15px;
	margin: 0 0 5px;
}
.eypro_prevnext p, .eypro_prevnext p a {
	font-size: 15px;
}
.eypro_prevnext a.eyproall {
	font-size: 15px;
}
}
@media (max-width:1280px) {
.eyprodetail_main .eyprodetail_img {
	width: 45%;
}
.eyprodetail_main .eyprodetail_text {
	width: 55%;
}
.eyprodetail_btm .eyprodetail_tel {
	width: 70%;
}
.eyprodetail_btm a.eyprodetail_btn {
	width: 30%;
}
.eyproorder_main .eyproorder_left {
	padding: 20px;
}
.eyproorder_main .eyproorder_right {
	padding: 0 20px;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	height: 50px!important;
	line-height: 50px!important;
	font-size: 15px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	height: 145px!important;
	line-height: 25px;
	font-size: 15px!important;
	padding: 10px 20px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li a.yzm_img {
	margin: 5px 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	font-size: 15px!important;
	line-height: 50px!important;
}
.eyproorder_main .eyproorder_right #sub_msg.sub_msg .eyou_btn input {
	height: 50px!important;
	line-height: 50px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_btn {
	left: 20px;
}
}
@media (max-width:1200px) {
.eyprodetail_order {
	padding: 30px 30px 5px;
}
}
@media (max-width:1080px) {
.eyprodetail .eyprodetail_main {
	margin: 40px auto;
}
.eyprodetail_content .eyprodetail_right {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	float: inherit;
}
.eyprodetail_content .eyprodetail_left {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: inherit;
}
.eyprodetail .eyprodetail_content {
	margin: 40px auto;
}
.eyprodetail_con .eyprodetail_tit {
	margin: 0 auto 20px;
}
.eyprodetail_con .prodetailtext {
	margin: 0 auto 20px;
}
.eyprodetail_order {
	margin: 0 auto 40px;
	padding: 20px 20px 0;
}
.eyproorder_main .eyproorder_right #sub_msg.sub_msg .eyou_btn input {
	width: 160px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .c_yzm {
	height: 50px;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 180px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	display: block;
	width: 100%;
	line-height: 30px!important;
	font-size: 14px!important;
	margin: 10px auto 0;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	font-size: 14px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	font-size: 14px!important;
}
}
@media (max-width:800px) {
.eyprodetail {
	padding: 0 30px;
}
.eyprodetail_main .eyprodetail_img {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	float: inherit;
}
.jqzoom {
	height: 440px;
}
.eyprodetail_main .eyprodetail_text {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: inherit;
}
.eyprodetail_text .eyprodetail_ms {
	margin: 20px auto 0;
}
.eyprodetail_text .eyprodetail_btm {
	margin: 0 auto;
}
.eyprodetail_text .eyprodetail_name {
	font-size: 24px;
}
.eyprodetail_content .eyprodetail_right {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	float: inherit;
}
.eyprodetail_content .eyprodetail_left {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: inherit;
}
.eyprodetail_order {
	padding: 10px 10px 0;
}
.eyproorder_main .eyproorder_left {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	float: inherit;
	position: relative;
}
.eyproorder_left .eyproorder_title {
	margin: 0 auto;
}
.eyproorder_left .eyproorder_img {
	width: 100px;
	height: 100px;
	border: 3px solid #ef7d00;
	position: absolute;
	top: 20px;
	right: 20px;
}
.eyproorder_main .eyproorder_right {
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px 10px;
	float: inherit;
}
.zoomdiv {
	display: none !important;
}
.eyproorder_right #sub_msg.sub_msg ul li:last-child {
	margin: 20px auto!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_btn {
	width: 100%!important;
	position: inherit;
	left: inherit;
	bottom: inherit;
}
.eyproorder_main .eyproorder_right #sub_msg.sub_msg .eyou_btn input {
	margin: 0 20px 0 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 160px!important;
}
}
@media (max-width:767px) {
.eyprodetail {
	padding: 0 12px;
}
.eyprodetail .eyprodetail_main {
	margin: 20px auto;
	padding: 12px;
}
.eyprodetail .eyprodetail_content {
	margin: 20px auto;
}
.eyprodetail_con .eyprodetail_tit {
	margin: 0 auto 20px;
}
.eyprodetail_con .prodetailtext {
	margin: 0 auto 10px;
}
.jqzoom {
	height: 280px;
}
#spec-n5 {
	height: 72px;
}
#spec-list ul li {
	height: 72px;
}
.eyprodetail_text .eyprodetail_name {
	min-height: 32px;
	max-height: 64px;
	line-height: 32px;
	font-size: 22px;
}
.eyprodetail_text .eyprodetail_name i {
	height: 22px;
	top: 5px;
}
.eyprodetail_text .eyprodetail_ms {
	padding: 8px 12px;
}
.eyprodetail_text .eyprodetail_ms div {
	height: auto;
	max-height: 72px;
	line-height: 24px;
	font-size: 14px;
}
.eyprodetail_text .eyprodetail_ms div h1 {
	line-height: 24px;
}
.eyprodetail_text .eyprodetail_tags {
	margin: 12px auto;
}
.eyprodetail_tags dl dd {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: inherit;
	border-bottom: 1px solid #e5e5e5;
}
.eyprodetail_tags dl dd:nth-child(4) {
	border: 0;
}
.eyprodetail_tags dl dd p {
	font-size: 14px;
}
.eyprodetail_text .eyprodetail_btm {
	height: auto;
	padding: 12px;
}
.eyprodetail_btm .eyprodetail_tel {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 60px;
	border-right: 0;
}
.eyprodetail_btm a.eyprodetail_btn {
	display: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
	float: inherit;
	border-top: 1px solid rgba(255,255,255,0.2);
	float: inherit;
}
.eyprodetail_btm a.eyprodetail_btn img {
}
.eyprodetail_content .eyprodetail_right {
	margin: 0 auto 20px;
}
.eypro_prevnext {
	padding: 7px 20px;
}
.eypro_prevnext p {
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding: 0;
}
.eypro_prevnext p.eypronext {
	text-align: left;
	padding: 0 0 0 30px;
}
.eypro_prevnext p.eypronext img {
	right: inherit;
	left: 0;
}
.eypro_prevnext a.eyproall {
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.eyprodetail_order {
	margin: 0 auto 20px;
	padding: 12px;
}
.eyproorder_main .eyproorder_left {
	padding: 0;
	margin: 0 auto 20px;
}
.eyproorder_title p {
	line-height: 36px;
	font-size: 26px;
}
.eyproorder_title i {
	height: 3px;
	margin: 7px 0 10px;
}
.eyproorder_title span {
	line-height: 24px;
	font-size: 16px;
}
.eyproorder_left .eyproorder_img {
	width: 74px;
	height: 74px;
	top: 0;
	right: 0;
}
.eyproorder_main .eyproorder_right {
	padding: 0;
}
.eyproorder_right #sub_msg.sub_msg ul li {
	margin: 0 auto 20px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li:nth-child(1), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(3), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(5) {
	width: 100%!important;
	margin: 0 auto 20px!important;
	float: inherit!important;
}
.eyproorder_right #sub_msg.sub_msg ul li:nth-child(2), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(4), .eyproorder_right #sub_msg.sub_msg ul li:nth-child(6) {
	width: 100%!important;
	margin: 0 auto 20px!important;
	float: inherit!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 160px!important;
}
.eyproorder_main .eyproorder_right #sub_msg.sub_msg .eyou_btn input {
	width: 48%!important;
	margin: 0!important;
}
.eyproorder_main .eyproorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1 {
	margin: 0 4% 0 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2>span {
	line-height: 24px!important;
	font-size: 14px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt1 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt12 .eyou_option {
	font-size: 14px!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_tara textarea, .eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt0 textarea {
	font-size: 14px!important;
	height: 140px!important;
	line-height: 24px;
}
.eyproorder_right #sub_msg.sub_msg ul li:last-child {
	margin: 20px auto 0!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .c_yzm {
	width: 100%!important;
	float: inherit!important;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 {
	padding: 0!important;
}
}
@media (max-width:375px) {
.jqzoom {
	height: 260px;
}
#spec-n5 {
	height: 64px;
}
#spec-list ul li {
	height: 64px;
}
}
@media (max-width:320px) {
.jqzoom {
	height: 220px;
}
#spec-n5 {
	height: 54px;
}
#spec-list ul li {
	height: 54px;
}
.eyprodetail_btm .eyprodetail_tel img {
	position: inherit;
	left: inherit;
	top: inherit;
	margin: 0 auto 10px;
}
.eyprodetail_btm .eyprodetail_tel span, .eyprodetail_btm .eyprodetail_tel p {
	text-align: center;
}
.eyproorder_right #sub_msg.sub_msg ul li .eyou_ipt2 input {
	width: 130px!important;
}
}
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret {
	display: none !important;
}
}
#c_detail_wrap img, #c_detail_wrap p, #c_detail_wrap span, #c_detail_wrap video, #c_detail_wrap embed {
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
	word-break: normal;
}
#c_detail_wrap p.imgkd {
	text-align: center;
	max-width: 50% !important;
}
#c_detail_wrap #new-div {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
}
#c_detail_wrap #new-div .zoom-caret {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 50px;
	color: #a7a5a5;
	z-index: 2;
	padding: 0;
	margin: 0;
	opacity: .3;
}
#c_detail_wrap #new-div table {
	transform-origin: left top;
	border-collapse: collapse;
	max-width: none!important;
	width: auto;
}
#c_detail_wrap #new-div table td {
	padding: 3px;
	border: 1px solid #ccc;
}
#c_detail_wrap #new-div table td img {
	max-width: 90% !important;
}
#c_detail_wrap #new-div.on {
	overflow: scroll;
	width: 100%;
}
#c_detail_wrap #new-div.on .zoom-caret {
	display: none;
}
/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {
height:2px;
}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
background-color:#bfbfbf;
}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
 @media (max-width:880px) {
#c_detail_wrap p.imgkd {
	max-width: 80% !important;
}
}
.eypro .eycase_right {
	width: calc(100% - 355px);
	height: auto;
	min-height: 320px;
	float: right;
}
.eycase_right ul li {
	width: 31%;
	height: auto;
	margin: 0 3.5% 40px 0;
	padding: 0;
	float: left;	list-style-type:none;
}
.eycase_right ul li:nth-child(3n+3) {
	margin: 0 0 40px;
}
.eycase_right ul li .eypro_img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eycase_right ul li .eypro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eycase_right ul li .eypro_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eycase_right ul li .eypro_img1 a img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eycase_right ul li:hover .eypro_img {
	border: 1px solid rgba(0,0,0,0.4);
	border-bottom: 0;
}
.eycase_right ul li:hover .eypro_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.eycase_right ul li .eypro_img a i {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.4) url(../images/more00.png) center center no-repeat;
	background-size: 60px 60px;
	position: absolute;
	left: 0;
	bottom: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eycase_right ul li:hover .eypro_img a i {
	bottom: 0;
}
.eycase_right ul li .eypro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;

}
.eycase_right ul li .eypro_name a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 10px;
	background-color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eycase_right ul li:hover .eypro_name a {
	background-color: #ef7d00;
}
 @media (max-width:1440px) {
.eypro .eycase_right {
	padding: 0 0 0 40px;
}
.eycase_right ul li {
	width: 31%;
	height: auto;
	margin: 0 3.5% 35px 0;
	padding: 0;
	float: left;
}
.eycase_right ul li:nth-child(3n+3) {
	margin: 0 0 35px;
}
.eypro .pages {
	margin: 25px auto 0;
}
}
@media (max-width:1280px) {
.eycase_right ul li {
	width: 31%;
	height: auto;
	margin: 0 3.5% 30px 0;
	padding: 0;
	float: left;
}
.eycase_right ul li:nth-child(3n+3) {
	margin: 0 0 30px;
}
.eycase_right ul li .eypro_img {
	height: 240px;
}
.eycase_right ul li .eypro_name a {
	height: 50px;
	padding: 5px 10px;
	font-size: 17px;
}
.eypro .pages {
	margin: 30px auto 0;
}
}
@media (max-width:1080px) {
.eypro .eycase_right {
	height: auto;
	margin: 30px auto 0;
	padding: 0;
	float: inherit;
}
.eycase_right ul li {
	width: 31.8%;
	height: auto;
	margin: 0 2.3% 20px 0;
	padding: 0;
	float: left;
}
.eycase_right ul li:nth-child(3n+3) {
	margin: 0 0 20px;
}
.eycase_right ul li .eypro_img {
	height: 220px;
}
.eycase_right ul li .eypro_name a {
	font-size: 16px;
}
.eypro .pages {
	margin: 20px auto 0;
}
}
@media (max-width:1024px) {
.eycase_right ul li .eypro_name a {
	height: 40px;
	font-size: 15px;
	padding: 0 10px;
}
}
@media (max-width:800px) {
.eycase_right ul li .eypro_img {
	height: 200px;
}
}
@media (max-width:767px) {
.eypro {
	margin: 20px auto;
}
.eycase_right ul li {
	width: 48.5%;
	height: auto;
	margin: 0 3% 20px 0;
	padding: 0;
	float: left;
}
.eycase_right ul li:nth-child(3n+3) {
	margin: 0 3% 20px 0;
}
.eycase_right ul li:nth-child(2n+2) {
	margin: 0 0 20px 0;
}
.eycase_right ul li .eypro_img {
	height: 160px;
}
.eypro .pages {
	margin: 0 auto;
}
}
@media (max-width:320px) {
.eycase_right ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	float: inherit;
}
.eycase_right ul li:nth-child(2n+2), .eycase_right ul li:nth-child(3n+3) {
	margin: 0 auto 20px;
}
.eycase_right ul li .eypro_img {
	height: 250px;
}
}
#KFRightScreen {
	z-index: 999!important;
}
.seview {
	width: 50px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.1);
	border-radius: 20px 0 0 20px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.seview .sebtn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 10px 10px;
	cursor: pointer;
}
.sebtn p i {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.sebtn p i.sehidd {
	background: url(../images/kf_jt1.png) center center no-repeat;
	background-size: 30px;
}
.sebtn:hover p i.sehidd {
	background: url(../images/kf_jt2.png) center center no-repeat;
	background-size: 30px;
}
.sebtn p i.kfOpen {
	background: url(../images/kf_jt3.png) center center no-repeat;
	background-size: 30px;
}
.sebtn:hover p i.kfOpen {
	background: url(../images/kf_jt4.png) center center no-repeat;
	background-size: 30px;
}
.seview .semain {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.semain ul {
	padding: 0;
	list-style-type:none;
}
.semain ul li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type:none;
}
.semain ul li a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 10px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style-type:none;
}
.semain ul li a p {
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
.semain ul li:nth-child(1) a {
	padding: 0 10px;
}
.semain ul li:nth-child(1) a p {
	padding: 5px 0 10px;
	border-top: 1px solid #ddd;
}
.semain ul li a p i {
	display: block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.semain ul li a p i.seico {
	background: url(../images/kf_ico03.png) center center no-repeat;
	background-size: 30px;
}
.semain ul li a p i.gzico {
	background: url(../images/kf_ico04.png) center center no-repeat;
	background-size: 27px;
}
.semain ul li:hover a p i.seico {
	background: url(../images/kf_ico3.png) center center no-repeat;
	background-size: 30px;
}
.semain ul li:hover a p i.gzico {
	background: url(../images/kf_ico4.png) center center no-repeat;
	background-size: 27px;
}
.semain ul li.setop a p {
	border: 0;
}
.semain ul li.setop a p span {
	display: none;
}
.semain ul li.setop a p i {
	display: block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.semain ul li.setop a p i.topico {
	background: url(../images/kf_top1.png) center center no-repeat;
	background-size: 28px;
}
.semain ul li.setop:hover a p i.topico {
	background: url(../images/kf_top2.png) center center no-repeat;
	background-size: 28px;
}
.semain ul li.seewm a img {
	display: none;
	width: 103px;
	height: 103px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 50px;
	max-width: inherit;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.semain ul li.seewm:hover a img {
	display: block;
}
.semain ul li .pf_tel {
	display: none;
	font-size: 16px;
	color: #666;
	width: 180px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 50px;
	padding: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.semain ul li .pf_tel b {
	font-size: 20px;
	font-weight: bold;
	color: #ff9000;
	position: relative;
}
.semain ul li .pf_tel b:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #ef7d00;
	-webkit-mask: linear-gradient(to right, #ef7d00 10%, transparent);
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.semain ul li:hover .pf_tel {
	display: block;
}
.semain ul li a span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 16px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
@media (max-width:1440px) {
.semain ul li.setop a p i {
	margin: 0 auto;
}
}
@media (max-width:767px) {
.seview {
	top: 50%;
	transform: translateY(-50%);
	z-index: 998;
}
.semain ul li.seewm {
	display: none;
}
}
