* {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
}
body {
	color: #222;
	overflow-x: hidden;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	margin: 0;
	padding: 0;
	font: 15px/1.5 Microsoft Yahei, 微软雅黑, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}
table, td, tr, th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
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:#0167ac;
background: linear-gradient(to bottom, #e61f4d, #b96551);
}
::-webkit-scrollbar-thumb:window-inactive {
background:#0167ac;
background: linear-gradient(to bottom, #e61f4d, #b96551);
}
/* 按钮样式去除*/
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;
}



.eyprodetail_ms div #gc5217 {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    background-color: #FFFFFF;
}
.rightside .ey_smnrlb .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: #0167ac;
	border-radius: 0 0 22px;	
}

.eynewdetail.wow.fadeInUp .eynewdetail_main #ftir20 {
	 max-width: 1050px;
    margin: 0 auto;
    padding: 10px;
    font-size: 18px!important ;
	text-align: justify;
	 color: #333333 !important;
    line-height: 32px;
    background-color: #FFFFFF;
}





@media (max-width:900px) {
.eynewdetail.wow.fadeInUp .eynewdetail_main #ftir17 {
	
    font-size: 16px!important ;
	text-align: center;
	
	padding: 0;
    color: #333333 !important;
    line-height: 32px;
    background-color: #FFFFFF;
   
}
}





 @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;
}


}
header {
	width: 100%;
}
header .line {
	width: 100%;
	height: 3px;
	background: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
header .topone {
	width: 100%;
	height: 98px;
}
header .topone .logo {
	display: block;
	width: 500px;
	height: 98px;
	float: left;
	position: relative;
}
header .topone .logo img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
header .topone .top_tel {
	background: url(../images/toptel.png) left no-repeat;
	padding-left: 60px;
	float: right;
	margin-top: 20px;
}
header .topone .top_tel span {
	font-size: 14px;
	color: #999;
}
header .topone .top_tel p {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #044977;
	position: relative;
}
header .topone .top_tel p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #0167ac;
	-webkit-mask: linear-gradient(to right, #0167ac 10%, transparent);
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@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: #0167ac;
}
.top_nav ul li>a i {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	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;
}
.apple-banner .swiper-container1 {
	width: 100%;
	height: 780px;
	position: relative;
	overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
	top: inherit;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: inherit;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	margin-top: 0;
	border-radius: 100%;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	outline: none;
	bottom: 31px;
	top: auto !important;
	opacity: 0.45;
}
.apple-banner .swiper-button-prev {
	background: url(../images/ban_jt1.png) center center no-repeat;
	left: auto;
	right: calc(13.6% + 152px);
}
.apple-banner .swiper-button-next {
	background: url(../images/ban_jt1.png) center center no-repeat;
	left: auto;
	right: calc(13.6% + 106px);
	transform: rotate(180deg);
}
.apple-banner .swiper-button-prev:hover, .apple-banner .swiper-button-next:hover {
	opacity: 1;
}
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction {
	top: auto;
	bottom: 30px;
	right: 13.6%;
	left: inherit;
	width: auto;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.apple-banner .swiper-pagination span {
	display: inline-block;
	padding: 0 2px;
	font-family: "BEBAS";
}
.apple-banner .swiper-pagination span::before {
	content: '0';
	display: inline;
}
.apple-banner .swiper-pagination span.swiper-pagination-current {
	color: #fff;
	font-size: 26px;
	font-family: "BEBAS";
}
.apple-banner .swiper-pagination::before {
	content: '';
	display: block;
	width: calc(100% - 160px);
	height: 1px;
	margin-top: -0.5px;
	background-color: rgba(255, 255, 255, .1);
	position: absolute;
	top: 50%;
}
.apple-banner .swiper-pagination::before {
	left: 80px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
.apple-banner .dbtiao {
	height: 34px;
	width: 64%;
	float: right;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.apple-banner .dbtiao ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}
.apple-banner .dbtiao: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) {
.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 #044977;
	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 {
	width: 64%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: -10px;
	padding-left: 13%;
	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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	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: #044977 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: #0167ac;
}
.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: #044977;
}
.ey_cpzs .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #0167ac;
	-webkit-mask: linear-gradient(to right, #0167ac 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 #0167ac;
	border-left: 1px solid #0167ac;
}
.ey_cpzs .tongmore::after {
	border-right: 1px solid #0167ac;
	border-bottom: 1px solid #0167ac;
}
.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: #0167ac;
}
.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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	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;
	max-height: 722px;
	overflow-y: auto;
}
.ey_type .bd::-webkit-scrollbar {
width:0px;
}/* 滚动槽 */
.ey_type .bd::-webkit-scrollbar-track {
width:0px;
}/* 滚动条滑块 */
.ey_type .bd ul li {
	background-color: #fff;
	border-bottom: 0px solid #eee;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_type .bd ul li.on {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.ey_type .bd ul li.on:after {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, #e61f4d, #b96551);
	position: absolute;
	left: 0;
	top: 0;
}
.ey_type .bd ul li p {
	height: 76px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.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: 0 35px;
	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 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: #0167ac;
}
.ey_type .bd ul li div .on {
	color: #0167ac;
}
.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: #0167ac;
	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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.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: #044977;
}
.ey_case .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #0167ac;
	-webkit-mask: linear-gradient(to right, #0167ac 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 #0167ac;
	border-left: 1px solid #0167ac;
}
.ey_case .tongmore::after {
	border-right: 1px solid #0167ac;
	border-bottom: 1px solid #0167ac;
}
.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: 128px;
	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: 54px 40px;
	position: absolute;
	top: 76px;
	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: 85px;
	height: 3px;
	background: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	margin: 15px 0 40px;
	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: 58px;
	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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	opacity: 1;
}
.ey_case .swiper-button-prev, .ey_case .swiper-button-next {
	width: 60px;
	height: 60px;
	background: rgba(0,0,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: 16px;
	height: 18px;
	background: url(../images/jt08.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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.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: #044977;
}
.ey_xwzx .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #0167ac;
	-webkit-mask: linear-gradient(to right, #0167ac 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: #0167ac;
	background: linear-gradient(to right, #0167ac, #044977);
	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: #0167ac;
	background: linear-gradient(to right, #0167ac, #044977);
	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: #0167ac;
	background: linear-gradient(to right, #0167ac, #044977);
	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: #e61f4d;
	background: linear-gradient(to right,  #e61f4d, #b96551);
	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 {
	width: 100%;
	background: #282a2f;
	position: relative;
	padding-top: 92px;
}
footer .footer_tiao {
	width: 100%;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	background: #f8f8f8;
}
footer .footer_tiao:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/foottiao.png) left no-repeat;
	position: absolute;
	left: -90px;
	top: 0;
}
footer .foot_nav {
	width: 67.8%;
	float: left;
}
footer .foot_nav li {
	width: 33.3333%;
	float: left;
	padding-right: 4%;
}
footer .foot_nav li:nth-of-type(4) {
	display: none;
}
footer .foot_nav li p {
	font-size: 14px;
	color: rgba(255,255,255,.25);
	background: url(../images/footico1.png) left no-repeat;
	padding-left: 35px;
	margin-bottom: 30px;
}
footer .foot_nav li p a {
	font-size: 18px;
	color: #fff;
}
footer .foot_nav li .lia a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: rgba(255,255,255,.25);
	padding-left: 31px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	position: relative;
	transition: all .5s;
}
footer .foot_nav li .lia a:before {
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	background: rgba(255,255,255,.25);
	float: left;
	position: absolute;
	left: 0;
	top: 15px;
}
footer .foot_nav li .lia a:hover {
	color: #fff;
}
footer .foot_nav li .lia a:hover:before {
	background: #fff;
}
footer .foot_lxxx {
	width: 32.2%;
	float: right;
}
footer .foot_lxxx .foottel {
	width: calc(100% - 100px);
	float: left;
}
footer .foot_lxxx .foottel p {
	font-size: 18px;
	color: #fff;
}
footer .foot_lxxx .foottel p em {
	font-size: 14px;
	color: rgba(255, 255, 255, .25);
}
footer .foot_lxxx .foottel span {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #044977;
	position: relative;
}
footer .foot_lxxx .foottel span svg {
	display: block;
	width: 100%;
	height: 50px;
}
footer .foot_lxxx .lyFoot_Wechat {
	float: right;
	position: relative;
}
footer .foot_lxxx .lyFoot_Wechat span {
	display: block;
	color: rgba(255, 255, 255, .25);
	font-size: 14px;
	margin-left: 15px;
	float: right;
	writing-mode: vertical-rl;
	width: 21px;
	line-height: 16px;
}
footer .foot_lxxx .lyFoot_Wechat i {
	display: block;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	float: left;
}
footer .foot_lxxx .lyFoot_Wechat i img {
	display: block;
	width: 26px;
	height: 26px;
	margin: 13px auto;
}
footer .foot_lxxx .lyFoot_Wechat .Wechat_img {
	width: 120px;
	height: 120px;
	background-color: #fff;
	position: absolute;
	left: -130px;
	bottom: -30px;
	display: none;
	z-index: 2;
}
footer .foot_lxxx .Wechat_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.footline {
	width: 100%;
	height: 1px;
	background: #111;
	position: relative;
}
.footline:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	position: absolute;
	left: 0;
	bottom: -1px;
}
footer .foot_lxxx .address {
	margin-top: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
footer .foot_lxxx .address img {
	margin-right: 15px;
}
footer .foot_copy {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
footer .foot_copy_main {
	margin: 25px 0;
}
footer .foot_copy_main p {
	line-height: 36px;
	color: rgba(255,255,255,.25);
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
footer .foot_copy_main p a {
	color: rgba(255,255,255,.25);
	font-size: 16px;
}
footer .foot_copy_main p a:hover {
	color: #fff;
}
.nyfot footer {
	padding-top: 80px;
}
.nyfot footer .footer_tiao {
	display: none;
}
@media screen and (max-width:1440px) {
footer {
	padding-top: 72px;
}
footer .foot_nav li p {
	font-size: 0;
}
footer .foot_lxxx .lyFoot_Wechat span {
	margin-left: 7px;
}
footer .foot_lxxx .address {
	margin-top: 35px;
}
footer .foot_copy {
	margin-top: 40px;
}
.nyfot footer {
	padding-top: 70px;
}
}
@media screen and (max-width:1080px) {
footer {
	padding-top: 40px;
}
footer .footer_tiao {
	display: none;
}
footer .foot_nav li p {
	margin-bottom: 15px;
	padding-left: 30px;
}
footer .foot_nav li p a {
	font-size: 17px;
}
footer .foot_nav li .lia a {
	padding-left: 15px;
	font-size: 15px;
}
footer .foot_lxxx .foottel {
	width: calc(100% - 80px);
}
footer .foot_lxxx .foottel p {
	font-size: 17px;
}
footer .foot_lxxx .foottel p em {
	display: none;
}
footer .foot_lxxx .foottel span {
	font-size: 20px;
}
footer .foot_lxxx .foottel span svg {
	height: 40px;
}
footer .foot_lxxx .lyFoot_Wechat i {
	width: 44px;
	height: 44px;
}
footer .foot_lxxx .lyFoot_Wechat i img {
	margin: 9px auto;
}
footer .foot_lxxx .lyFoot_Wechat .Wechat_img {
	width: 120px;
	height: 120px;
	left: -125px;
	bottom: -30px;
}
footer .foot_lxxx .address {
	font-size: 15px;
}
footer .foot_copy {
	margin-top: 30px;
}
footer .foot_copy_main {
	margin: 20px 0;
}
footer .foot_copy_main p {
	font-size: 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 8px;
}
footer .foot_copy_main p a {
	font-size: 15px;
}
.nyfot footer {
	padding-top: 40px;
}
}
@media screen and (max-width:900px) {
footer .foot_nav {
	width: 100%;
	margin-top: 30px;
}
footer .foot_lxxx {
	width: 100%;
}
footer .foot_lxxx .address {
	display: none;
}
}
@media screen and (max-width:767px) {
footer {
	padding-top: 30px;
}
footer .foot_nav {
	margin: 25px 0 10px;
}
footer .foot_nav li {
	padding: 0 3%;
}
footer .foot_nav li:nth-of-type(3) {
	display: block;
}
footer .foot_nav li:nth-of-type(4) {
	display: block;
}
footer .foot_nav li p {
	padding-left: 25px;
}
footer .foot_nav li p a {
	font-size: 16px;
}
footer .foot_nav li .lia {
	display: none;
}
footer .foot_copy {
	margin-top: 15px;
	display: none;
}
footer .foot_copy_main p {
	float: none;
	text-align: center;
	height: auto;
	font-size: 14px;
	line-height: 26px;
}
.nyfot footer {
	padding-top: 30px;
}
}
@media screen and (max-width:600px) {
footer .foot_lxxx .lyFoot_Wechat span {
	display: none;
}
footer .foot_copy_main .sjy {
	display: none;
}
}
.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: #044977;
}
.link .right a i {
	display: inline-block;
	width: 6px;
	height: 1px;
	background: #044977;
	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: 500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 999;
}
.eybanner img.eyba_img {
	display: block;
	width: 1920px;
	height: 500px;
	margin: -250px 0 0 -960px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
}
.eybanner .eyba_con {
	width: 1400px;
	height: auto;
	margin: -50px 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: 40px;
	height: 3px;
	margin: 10px 0 17px;
	padding: 0;
	background-color: #fff;
}
.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;
	
	
}
.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;
}
.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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.eygy_profile .eygyprofile_con {
	width: 100%;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	line-height: 30px!important;
	color: #333!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: #333!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: #0167ac 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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
	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: #0167ac;
}
.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: #0167ac url(../images/jt19.png) center center no-repeat;
}
.eygyhonor_list .swiper-button-next3:hover {
	background: #0167ac 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: 32px!important;
	font-size: 16px!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: 32px!important;
	font-size: 16px!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: 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;
	border-top: 1px solid #ddd;
}
.eynews_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}
.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: #0167ac;
}
.eynews_list ul li .eynews_text {
	width: 85.5%;
	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: #0167ac;
}
.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: #0167ac;
}
.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%;
}
.zisun {
	   max-width: 1200px;
            margin: 0 auto;
	text-align: center;
        }
.zisun a {
	width: 141px;
    height: 35px;
    display: block;
    color: #e61f4d;
    margin: 0 19px;
    border: 2px solid #e61f4d;
    line-height: 35px;
    border-radius: 4px;
    font-size: 18px;
	}
.pages {
	margin: 40px auto 0;
	color: #666;
	font-size: 15px;
	text-align: center;
}
.pages li {
	display: inline-block;
	}
.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: #0167ac;
	color: #fff;
	border: 1px solid #0167ac;
}
.pages a.pnnum1 {
	background-color: #0167ac;
	color: #fff;
	border: 1px solid #0167ac;
}
.pages input {
	display: inline-block;
	padding: 0 5px;
	background-color: #0167ac;
	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: #0167ac;
}
.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;
	background-color: #fff;
}
.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;
}
.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: 32px!important;
	color: #333!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: #333!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: 32
		px!important;
	color: #333!important;
	font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
	font-size: 18px!important;
	word-break: break-all;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;!important;
}
.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: #333!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: 28px!important;
	color: #333!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: 24px!important;
	color: #333!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 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: #0167ac 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: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%!important;
	margin: 0 4% 25px 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%!important;
	float: right!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: 120px!important;
	height: 40px!important;
	margin: 10px 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, #e61f4d, #b96551);
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1 {
	background: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.eyorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1:hover {
	background: linear-gradient(to left, #e61f4d, #b96551);
}
.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: #0167ac 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;
}
.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;
	overflow: hidden;
	line-height: 22px;
	color: #999;
	font-size: 18px;
	text-align: center;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	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+ {
.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;
}
.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: calc(100% - 50px);
	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: 70%;
	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.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.eypro .eypro_right ul li:hover .text {
	z-index: 2;
}
.eypro .eypro_right ul li:hover .text .name {
	color: #0167ac;
}
.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: 23.5%;
	height: 88px;
	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: #0167ac;
	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: 14px;
	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: #ce454f;
	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,0.5);
	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;
}
 .rightside .ey_smnrlb .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: #0167ac;
	border-radius: 0 0 22px;
}
.eyprodetail_con .prodetailtext {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 0;
}
.prodetailtext br {
	display: none;
}
.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: #333;
	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: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.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: #0167ac;
}
.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 #0167ac;
	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: 120px!important;
	height: 40px!important;
	margin: 10px 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, #e61f4d, #b96551);
}
.eyproorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1 {
	background: #0167ac;
	background: linear-gradient(to right, #e61f4d, #b96551);
}
.eyproorder_right #sub_msg.sub_msg .eyou_btn input.eyou_btn1:hover {
	background: linear-gradient(to left, #e61f4d, #b96551);
}
.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:1100px) {
.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;
}
.rightside .ey_smnrlb .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 #0167ac;
	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;
}
.rightside .ey_smnrlb .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;
	color: #333;
}
.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: 100%;
	height: auto;
	min-height: 320px;
	margin: 40px 0 0;
	float: right;
}
.eycase_right ul li {
	width: 31%;
	height: auto;
	margin: 0 3.5% 40px 0;
	padding: 0;
	float: left;
}
.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 #eee;
	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: #0167ac;
}
 @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 li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.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;
}
.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: 60px;
	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: 200px;
	height: 102px;
	line-height: 30px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 60px;
	padding: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.semain ul li .pf_tel b {
	font-size: 20px;
	font-weight: bold;
	color: #044977;
	position: relative;
}
.semain ul li .pf_tel b:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #0167ac;
	-webkit-mask: linear-gradient(to right, #0167ac 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;
}
}
.content {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.xgcase {
  padding: 50px 0;
  background: url(../images/relateds.jpg) no-repeat center;
}
.xgcase .lmtit {
  text-align: left;
  margin-bottom: 30px;
}
.xgcase .lmtit .cn {
  font-size: 25px;
  color: #333;
  margin-bottom: 0px;
}
.xgcasenr {
  position: relative;
}
.xgcasenr .bd ul li {
  display: block;
  width: 25%;
  float: left;
}
.xgcasenr .bd ul li a {
  display: block;
  padding: 0 15px;
}
.xgcasenr .bd ul li .pic {
  overflow: hidden;
}
.xgcasenr .bd ul li .pic img {
  width: 100%;
  height: 245px;
  transition: all .5s;
}
.xgcasenr .bd ul li:hover img {
  transform: scale(1.1, 1.1);
}
.xgcasenr .bd ul li .tit {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #d8d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xgcasenr .bd ul li:hover .tit {
  background: #03a3e6;
  color: #fff;
}
.xgcasenr .prev, .xgcasenr .next {
  opacity: .5;
  width: 40px;
  height: 60px;
  background: #a1a1a1;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  position: absolute;
}
.xgcasenr .prev:hover, .xgcasenr .next:hover {
  opacity: 1;
}
.xgcasenr .prev {
  left: -60px;
  top: 50%;
  margin-top: -30px;
}
.xgcasenr .next {
  right: -60px;
  top: 50%;
  margin-top: -30px;
}
.showpro {
  position: relative;
}
.box {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}
.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 62px;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 2px;
}
.tb-s310, .tb-s310 a {
  height: 370px;
  width: 370px;
}
.tb-s310, .tb-s310 img {
  max-height: 370px;
  max-width: 370px;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-s40, .tb-s40 a {
  height: 60px;
  width: 60px;
}
.tb-booth {
  border: 1px solid #CDCDCD;
  position: relative;
  z-index: 1;
}
.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #03a3e6;
  height: 60px;
  padding: 2px;
}
.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}
.tb-thumb li div {
  border: 1px solid #CDCDCD;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.inyoushi {
  padding: 60px 0;
}
.inyoushi .lmtit {
  font-size: 45px;
  text-align: center;
  margin-bottom: 5px;
}
.inyoushi .lmtit span {
  font-size: 70px;
  color: #03a3e6;
  font-weight: bold;
}
.inyoushi .lmjj {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 50px;
}
.inyoushi .nr {
  position: relative;
  height: 1425px;
}
.inyoushi .nr .xian {
  height: 1050px;
  width: 1px;
  background: #03a3e6;
  left: 50%;
  top: 70px;
  position: absolute;
  z-index: 9;
}
.inyoushi .nr .li {
  position: absolute;
}
.inyoushi .nr .li .pic {
  width: 580px;
  float: left;
}
.inyoushi .nr .li .sz {
  width: 70px;
  height: 70px;
  background: #03a3e6;
  line-height: 70px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  float: left;
  border-radius: 50%;
  margin: 70px 75px 0 35px;
  z-index: 99;
  position: relative;
}
.inyoushi .nr .li .wz {
  float: left;
  margin-top: 70px;
  width: 460px;
}
.inyoushi .nr .li .wz .tit {
  font-size: 28px;
  color: #03a3e6;
  margin-bottom: 20px;
}
.inyoushi .nr .li .wz .jj {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.inyoushi .nr .li.li2 .pic {
  float: right;
}
.inyoushi .nr .li.li2 .sz {
  float: right;
  margin: 70px 35px 0 75px;
}
.inyoushi .nr .li.li2 .wz {
  width: 360px;
}
.inyoushi .nr .li.li2 .wz .tit {
  text-align: right;
}
.inyoushi .nr .li.wz1 {
  top: 0;
  left: 0;
}
.inyoushi .nr .li.wz2 {
  top: 335px;
  right: 0;
}
.inyoushi .nr .li.wz3 {
  top: 690px;
  left: 0;
}
.inyoushi .nr .li.wz4 {
  top: 1035px;
  right: 0;
}
.inpinzhi {
  padding: 60px 0;
  background: url(../images/index_08.jpg) no-repeat center #3d3c3c;
}
.inpinzhi .lmtit {
  font-size: 35px;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}
.inpinzhi .lmjj {
  text-align: center;
  font-size: 14px;
  color: #ccc;
}
.inpinzhi .hd {
  text-align: center;
  padding: 40px 0;
}
.inpinzhi .hd ul li {
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  background: #868686;
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
}
.inpinzhi .hd ul li.on {
  background: #03a3e6;
}
.inpinzhi .bd ul {
  position: relative;
  width: 101%;
  left: -.5%;
}
.inpinzhi .bd ul .li {
  width: 24%;
  margin: 0 .5%;
  float: left;
}
.inpinzhi .bd ul li {
  position: relative;
  margin-bottom: 4%;
}
.inpinzhi .bd ul li .pic {
  overflow: hidden;
  position: relative;
}
.inpinzhi .bd ul li img {
  transition: all .5s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.inpinzhi .bd ul li .tit {
  z-index: 99;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inpinzhi .bd ul li:hover img {
  transform: scale(1.1, 1.1);
}
.inpinzhi .bd ul li.one {
  float: left;
  width: 49%;
  margin: 0 .5%;
}
.incase {
  padding: 60px 0;
}
#c_detail_wrap {
line-height: 30px;
	color: #333 !important;
	font-size: 15px!important;
	text-align: center;
		
}
.index_promote,.company_subscribe .button,.nav_wrap,.product_item .item_img{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}
.side-cate li .icon-cate:before,.product-btn-wrap a:before,.mobile-head-item .title:before,.head_nav > li:after,.head_nav li b:after,.download-item .item-button:before,.faq-item .faq-title:before{font-family:"fontawesome";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none}
.btn_more:after,.sys_btn:after,.head-search .search-btn:before,.web_head .btn--search:before,.swiper-button-next:before,.swiper-button-prev:before,.side-product-items .btn-prev:before,.side-product-items .btn-next:before,.product-btn-wrap .email:before,.product-btn-wrap .pdf:before,.company_subscribe .button:after{font-family:'fontawesome'}
.index_company_intr .company_intr_title,.index_hd .hd_title,.index_news .news_item{font-family:'Roboto-Light'}
.index_company_intr .company_intr_title .txt_impt{font-family:'Roboto-Bold'}
a{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}
.shine_img{display:block;position:relative;overflow:hidden}
.shine_img img{display:block;width:100%;height:auto}
.shine_img:after{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}
.shine_img:after{content:'';display:block;width:0%;height:100%;position:absolute;left:0;top:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));background-image:linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));opacity:0}
.shine_img:hover:after{width:100%;opacity:1}
.scale_item .item_img a,.scale_img{display:block;position:relative;overflow:hidden}
.scale_item .item_img img,.scale_img img,.scale_item .item_img a:before,.scale_img:before{-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
.scale_item .item_img a:before,.scale_img:before{content:'';display:block;width:0%;height:100%;opacity:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0));background-image:linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0));position:absolute;left:0;top:0;z-index:11}
.scale_item:hover .item_img a img,.scale_img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 1.2s ease-in-out;-o-transition:all 1.2s ease-in-out;transition:all 1.2s ease-in-out}
.scale_item:hover .item_img a:before,.scale_img:hover:before{width:100%;opacity:1;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
@-webkit-keyframes shine{100%{left:125%}
}@keyframes shine{100%{left:125%}
}.web_head{width:100%;position:relative;z-index:3}
.web_head .head_top{background-color:#e7e7e7;border-bottom:1px solid #ccc}
.web_head .head_left{float:left;line-height:34px}
.web_head .head_right{float:right}
.web_head .change-language{position:relative;margin-left:35px;text-align:left}
.web_head .change-language .change-language-title{padding-top:7px;padding-bottom:7px}
.web_head .change-language .change-language-title,.web_head .change-language .change-language-title a{color:#333}
.web_head .change-language .change-language-cont{top:36px;border-radius:0 0 5px 5px;overflow:hidden;border-top:0}
.web_head .change-language:hover .change-language-title,.web_head .change-language:hover .change-language-title a{color:#333}
.web_head .btn--search{display:inline-block;border-radius:50%;position:relative;vertical-align:middle;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box}
.web_head .btn--search:before,.web_head .btn--search:after{content:'';display:inline-block;width:33px;height:33px;background-image:url(../images/search_btn.png);background-repeat:no-repeat;background-position:center 0;vertical-align:middle;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.web_head .btn--search:after{background-position:center -33px;background-color:#d61920;position:absolute;left:0;top:0;border-radius:50%;-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:0;filter:alpha(opacity=0);-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}
.web_head .btn--search:hover:after{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}
.web_head .btn--search:hover:before{-webkit-transform:scale(.3);-ms-transform:scale(.3);-o-transform:scale(.3);transform:scale(.3);opacity:0;filter:alpha(opacity=0)}
.web_head .head_layer .layout{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.nav_wrap{float:right;-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:right;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.web_head .logo{float:left;padding-top:10px;padding-bottom:10px}
.web_head .logo img{max-height:90px}
.web_head .head_layer{width:100%;background-color:#fff}
.nav_wrap .head_nav{display:inline-block;-webkit-box-flex:1;-webkit-flex:1;flex:1;position:relative;z-index:2;text-align:right;padding-right:20px}
.nav_wrap .head_nav>li{display:inline-block;line-height:110px;position:relative;perspective:500px;vertical-align:middle;text-align:left}
.nav_wrap .head_nav>li>a{font-size:16px;position:relative;display:inline-block;vertical-align:top;padding:0 20px;text-transform:uppercase}
.nav_wrap .head_nav>li>a:after{content:'';display:block;width:0%;height:3px;background-color:#d61920;position:absolute;left:50%;bottom:0px}
.nav_wrap .head_nav>li:hover>a:after{width:100%;left:0}
.nav_wrap .head_nav>li>a>em{display:inline-block;position:relative;z-index:1}
.nav_wrap .head_nav>li>a>b{display:inline-block;margin-left:5px}
.nav_wrap .head_nav>li>a>b:after{content:'\f107';color:#999;display:inline-block;vertical-align:middle;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}
.nav_wrap .head_nav>li:hover>a>b:after{color:#d61920;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.nav_wrap .head_nav:hover>li>a,.nav_wrap .head_nav:hover>li.nav-current>a{color:#333}
.nav_wrap .head_nav:hover>li:hover>a,.nav_wrap .head_nav>li.nav-current>a{color:#d61920}
.nav_wrap .head_nav>li li{position:relative;text-align:left;padding:0 20px;font-family:Arial}
.nav_wrap .head_nav>li li a{display:block;line-height:1.5em;padding:13px 0;font-size:13px;position:relative;border-bottom:1px solid #eee}
.nav_wrap .head_nav>li li b:after{content:'\f105';position:absolute;right:0;top:13px}
.nav_wrap .head_nav>li li a:before,.nav_wrap .head_nav>li li:hover>a:before{content:'';display:block;width:4px;height:30%;background-color:#d61920;position:absolute;left:-21px;top:40%;opacity:0;filter:alpha(opacity=0)}
.nav_wrap .head_nav>li li a:hover:before,.nav_wrap .head_nav>li li:hover>a:before{top:50%;margin-top:-11px;height:22px;opacity:1;filter:alpha(opacity=100)}
.nav_wrap .head_nav>li li:last-child>a{border-bottom:0}
.nav_wrap .head_nav>li li:hover>a{color:#d61920}
.nav_wrap .head_nav>li li:hover>a>b:after{border-left-color:#fff}
.nav_wrap .head_nav>li ul ul{left:102%;top:-10px;margin-top:0}
.nav_wrap .head_nav li ul{width:250px;padding:10px 0;border:1px solid #ddd;background-color:#fff;border-radius:0;position:absolute;left:0;top:100%;z-index:999;-webkit-transform:translateY(5%);-ms-transform:translateY(5%);-o-transform:translateY(5%);transform:translateY(5%);opacity:0;filter:alpha(opacity=0);visibility:hidden;box-sizing:border-box;-webkit-transform-origin:center 0;-moz-transform-origin:center 0;-ms-transform-origin:center 0;-o-transform-origin:center 0;transform-origin:center 0;box-shadow:0 0 3px rgba(0,0,0,.15)}
.nav_wrap .head_nav li:hover>ul{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100);visibility:visible}
.fixed-nav{width:100%}
.fixed-nav .logo{padding-top:5px;padding-bottom:5px}
.fixed-nav .head_top{display:none}
.fixed-nav .head_layer{background-color:#fff;padding:0}
.fixed-nav .logo{bottom:0}
.fixed-nav .logo img{max-height:65px}
.fixed-nav .head_layer{width:100%;position:fixed;left:0;top:0;z-index:9;-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);opacity:1;box-shadow:0 0 10px rgba(0,0,0,.2)}
.fixed-nav .head_nav li ul{margin-top:0}
.fixed-nav .head_nav>li{line-height:70px}
.fixed-nav .head_nav>li>a,.fixed-nav .head_nav li{-webkit-transition:none;-o-transition:none;transition:none}
.fixed-nav .nav_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-right:0}
.fixed-nav .nav_wrap .head_nav li li{font-size:13px}
.fixed-nav .nav_wrap .head_nav>li>a:after{top:auto;bottom:-1px}
.fixed-nav-active .head_layer{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.fixed-nav-active .nav_wrap:before{opacity:1;height:100%}
.fixed-nav-active .nav_wrap .head_nav li ul ul{top:-15px}
.fixed-nav .change-language .change-language-cont{top:51px;background-color:rgba(255,255,255,.95)}
.web_footer{background-color:#3F4444;background-position:center 0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}
.web_footer,.web_footer a{color:#fff}
.web_footer a:hover{color:#D0D0CE}
.foot_items{padding-top:60px;padding-bottom:60px}
.foot_items .layout{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}
.foot_items .layout{text-align:justify;-ms-text-align-last:justify;text-align-last:justify}
.foot_item{display:inline-block;max-width:33.3333%;font-size:14px;padding-top:20px;padding-bottom:20px;text-align:left;-ms-text-align-last:left;text-align-last:left;vertical-align:top}
.foot_item .title{display:inline-block;font-size:18px;line-height:1.1;white-space:nowrap}
.foot_item .title,.foot_item .title a{color:#fff}
.foot_item .foot_item_bd{padding-top:15px;max-width:400px}
.foot_item .subtit{padding-bottom:10px;font-size:1em;font-weight:normal;font-style:italic}
.foot_contact_list{padding-bottom:20px}
.foot_contact_list .contact_item{line-height:21px;margin-bottom:8px;font-style:normal}
.foot_contact_list .contact_item:hover .contact_ico{-webkit-animation:swing .4s ease;-o-animation:swing .4s ease;animation:swing .4s ease}
.foot_contact_list .contact_ico{display:inline-block;width:21px;height:21px;background-repeat:no-repeat;background-position:0 0;background-image:url(../images/contact_ico.png);float:left}
.foot_contact_list .contact_ico+.contact_txt{margin-left:30px}
.foot_contact_list .contact_txt{display:block}
.foot_contact_list .item_label{padding-right:5px}
.foot_contact_list .contact_ico_phone{background-position:0 0}
.foot_contact_list .contact_ico_fax{background-position:0 -21px}
.foot_contact_list .contact_ico_email{background-position:0 -42px}
.foot_contact_list .contact_ico_time{background-position:0 -63px}
.foot_contact_list .contact_ico_local{background-position:0 -84px}
.foot_contact_list .contact_ico_skype{background-position:0 -105px}
.foot_txt_list li a{display:block;height:1.8em;line-height:1.8em;overflow:hidden;position:relative}
.foot_txt_list li a:before{content:'';display:block;width:2px;height:0%;background-color:#D0D0CE;position:absolute;left:0;top:50%;opacity:0;filter:alpha(opacity=0)}
.foot_txt_list li a:hover{padding-left:12px}
.foot_txt_list li a:hover:before{height:60%;top:20%;opacity:1;filter:alpha(opacity=100);-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}
.foot_item_folllow{width:220px}
.foot_item_folllow .foot_item_bd{padding-top:40px}
.foot_sns{padding-bottom:60px;text-align:center}
.foot_sns li{display:inline-block;padding:0 8px 10px}
.foot_sns li a{display:inline-block;line-height:36px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
.foot_sns li a:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}
.foot_sns li img{max-height:36px;vertical-align:middle}
.foot_items .layout:after{display:block\9}
.foot_bar{text-align:center;background-color:#fff;padding:15px 0;font-size:16px}
.foot_bar,.foot_bar a{color:#333}
.tel_link{pointer-events:none}
@media screen and (max-width:768px){.tel_link{pointer-events:auto}
}.web_main{overflow:hidden}
.index_main{background-color:#f6f6f5}
.index_hd{text-align:center;margin-bottom:50px;position:relative}
.index_hd .hd_title,.index_hd .hd_desc{width:90%;margin-left:auto;margin-right:auto}
.index_hd .hd_title{font-size:44px;font-weight:300;text-transform:uppercase;line-height:1.2}
.index_hd .hd_title:after{content:'';display:block;width:180px;height:5px;background-color:#c62c22;margin:.5em auto 0}
.index_hd .hd_subtit{display:block;width:100%;font-size:55px;line-height:1;font-weight:900;text-transform:uppercase;position:absolute;left:0;top:0;opacity:.3}
.index_hd .hd_subtit+.hd_title{padding-top:1em}
.index_hd .hd_desc{font-size:16px;padding-top:1.8em;font-weight:normal}
.index_hd .hd_desc p{margin-bottom:.8em}
.slider_banner .swiper-button-prev,.slider_banner .swiper-button-next{width:50px;height:60px;line-height:60px;margin-top:-30px}
.slide-page-box{display:none}
.slider_banner .banner_ft_bg{display:block;width:100%;position:absolute;left:0;bottom:0;z-index:2}
.slider_banner .banner_ft_bg img{width:100%;height:auto}
.slider_banner .swiper-pagination-white .swiper-pagination-bullet{background-color:#333}
.slider_banner .swiper-pagination-white .swiper-pagination-bullet-active{background-color:#d61920;border-color:#d61920}
.index_company_intr{padding-top:45px;padding-bottom:45px;text-align:center}
.index_company_intr,.index_company_intr a{color:#000}
.index_company_intr .company_intr_title{font-size:44px;font-weight:300;text-transform:uppercase}
.index_company_intr .company_intr_title:after{content:'';display:block;width:180px;height:5px;background-color:#c62c22;margin:.5em auto 0}
.index_company_intr .company_intr_title .txt_impt{font-weight:bold}
.index_company_intr .company_intr_desc{font-size:16px;padding-top:1.8em;padding-left:5%;padding-right:5%}
.index_company_intr .company_intr_desc p{margin-bottom:.8em}
.index_company_intr .learn_more{padding-top:30px}
.product_item{width:33.3333%;float:left}
.product_item figure{margin:0}
.product_item .item_img{display:block;position:relative;width:100%;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}
.product_item .item_img{*display:inline}
.product_item .item_img a{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}
.product_item .item_img a:before{content:'';display:block;width:100%;height:100%;background-color:rgba(255,255,255,0);left:0;top:0}
.product_item .item_img img{width:100%}
.product_item .item_title{font-weight:normal;font-size:14px;padding:15px 10px;text-align:center}
.product_item .item_title a{display:block;height:2.4em;line-height:1.2em;overflow:hidden;vertical-align:middle;padding:0 5%}
.product_item figure:hover .item_img a:before{background-color:rgba(255,255,255,0.2)}
.product_item figure:hover .item_img img{-webkit-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);transform:scale(1.06)}
.index_product{padding-top:60px;padding-bottom:60px;background-position:center 0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}
.index_product,.index_product a{color:#fff}
.index_product .hd_title{font-style:italic}
.index_product .hd_title:after{display:none}
.index_product .product_items{margin:0 -5px}
.index_product .product_item{width:25%;padding-bottom:30px}
.index_product .product_item:nth-child(4n+1){clear:left}
.index_product .product_item figure{margin:5px}
.index_product .product_item .item_img a{box-shadow:0 0 5px 0 rgba(0,0,0,.6) inset}
.index_product .product_item .item_title{font-size:18px;padding-top:10px}
.index_product .product_item .item_title a{height:2em;line-height:2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.index_product .product_item figure:hover .item_title a{color:#ffdca6}
.index_product .learn_more{text-align:center}
.index_product .product_item .item_img a:before{content:'';display:block;width:100%;height:100%;background-color:rgba(255,255,255,0);left:0;top:0}
.index_product .product_item .item_img a:hover:before{background-color:rgba(255,255,255,0.2)}
.index_product .product_item .item_img a:after{font-family:'fontawesome';content:'\f061';display:block;width:90px;height:90px;line-height:90px;text-align:center;background-color:#d61920;color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;-webkit-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);opacity:0;filter:alpha(opacity=0)}
.index_product .product_item .item_img a:hover:after,.index_product .product_item:hover .item_img a:after{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:0.8;filter:alpha(opacity=80);font-size:20px;border-radius:50%}
.index_news{padding-top:45px;padding-bottom:120px}
.index_news .news_item{margin:0 10% 120px;position:relative}
.index_news .news_item:last-child{margin-bottom:0}
.index_news .news_item figure{background-color:#fff;border:1px solid #d0d0ce;position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.index_news .news_item .item_img{display:block;width:57%;float:right;overflow:hidden;position:relative;-webkit-box-ordinal-group:2;-moz-order:2;-webkit-order:2;order:2}
.index_news .news_item .item_img a{display:block}
.index_news .news_item .item_img img{width:100%;height:auto;min-height:100%;-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}
.index_news .news_item .item_cont{width:43%;padding:50px 50px 20px}
.index_news .news_item .item_time{display:block;height:1.2em;line-height:1.2em;overflow:hidden;margin-bottom:10px}
.index_news .news_item .item_tit{font-size:22px;font-weight:normal;max-height:3em;overflow:hidden;margin-bottom:10px}
.index_news .news_item .item_desc{height:9em;line-height:1.5em;overflow:hidden;font-size:16px;margin-bottom:30px}
.index_news .news_item:after{content:'';display:block;position:absolute;right:5%;bottom:0;width:90%;height:8%;-webkit-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;box-shadow:0 35px 50px rgba(0,0,0,.25)}
.index_news .news_item:hover .item_img a:before{opacity:0.6;width:150%}
.index_news .news_item:hover .item_img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.index_news .news_item:hover .item_meta:after{left:0%}
.index_news .news_item .item_img a:before{content:'';display:block;width:0%;height:100%;background-image:-webkit-linear-gradient(left,rgba(255,255,255,.6),rgba(255,255,255,0));background-image:linear-gradient(left,rgba(255,255,255,.6),rgba(255,255,255,0));position:absolute;left:0;top:0;z-index:1;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.index_news .news_item:hover .item_img a:before{width:100%}
.index_business{position:relative}
.index_business .index_bd{width:100%;position:absolute;left:0;top:0;z-index:1}
.index_business .business_cont{max-width:700px;padding-top:80px;padding-left:80px}
.index_business .business_title,.index_business .business_title a{color:#fff}
.index_business .business_title{font-size:44px;line-height:1.1;text-transform:uppercase;padding-bottom:30px}
.index_business .business_title .txt_impt{color:#d61920}
.index_business .business_bg img{display:block;width:100%;height:auto;min-height:30em}
.index_business .learn_more{padding-top:50px}
.company_subscribe{padding-top:35px;padding-bottom:35px;background-color:#323636;text-align:center}
.company_subscribe .subscribe_cont{max-width:70%;margin:0 auto}
.company_subscribe .subscribe_cont,.company_subscribe .subscribe_cont a{color:#fff}
.company_subscribe .subscribe_title{font-size:24px}
.company_subscribe .subscribe_desc{font-style:italic}
.company_subscribe .learn_more{padding-top:20px}
.aside{float:left;width:270px}
.side-tit-bar{position:relative}
.side-tit-bar .side-tit{position:relative;font-size:20px;line-height:49px;color:#FFF;padding:0 20px;background:#d61920;font-weight:normal}
.side-widget{position:relative;margin:0 0 60px}
.side-cate li{position:relative;line-height:44px;background:#f3f3f3}
.side-cate li li{background:#f9f9f9}
.side-cate li a{position:relative;display:block;padding:0 0 0 20px;margin-right:38px}
.side-cate ul{display:none;overflow:visible !important}
.side-cate li li a{padding:0 20px 0 35px;margin-right:0;color:#666}
.side-cate li li a:hover{color:#d61920}
.side-cate li li li a{padding:0 66px;margin-right:0}
.side-cate li .icon-cate{position:absolute;right:10px;top:10px;display:inline-block;width:20px;line-height:20px;text-align:center;font-size:10px;cursor:pointer;color:#222;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.side-cate li .icon-cate.icon-cate-down:before{content:'\f067'}
.side-cate li .icon-cate.icon-cate-up:before{content:'\f068'}
.side-cate li.nav-current > .icon-cate,.side-cate li:hover > .icon-cate,li.show_li >.icon-cate{color:#d61920}
.side-cate li.nav-current > a,.side-cate li:hover > a,li.show_li >a{color:#d61920}
.side-cate li.nav-current > .icon-cate,.side-cate li:hover > .icon-cate,li.show_li >.icon-cate{color:#d61920}
.side-cate li .icon-cate:hover{background-color:#d61920;color:#fff}
.side-product-items{position:relative}
.side-product-items .items_content{position:relative}
.side_product_item{position:relative;display:block;width:100%;overflow:hidden;margin:0 0 6px}
.side_product_item figure{position:relative;display:block;border:1px solid #eee;overflow:hidden;padding:8px;background:#FFF;position:relative}
.side_product_item .item-img{position:relative;display:inline-block;vertical-align:top;*display:inline;*zoom:1;width:45%}
.side_product_item .item-img img{position:relative;width:100%}
.side_product_item figcaption{position:relative;display:inline-block;vertical-align:top;*display:inline;*zoom:1;width:53%;padding:10px 0 10px 15px}
.side_product_item figcaption .item_title{line-height:1.3;margin:0 0 10px;text-transform:uppercase;font-size:14px;font-weight:normal}
.side_product_item figcaption .item_text{color:#949494;line-height:1.3;font-size:12px}
.side_product_item .add-friend{position:absolute;right:0;bottom:0;width:37px;height:39px}
.side_product_item .add-friend:before{content:'';display:block;width:0;height:0;border-style:dashed dashed solid;border-color:transparent transparent  #232323;border-width:0 0 39px 39px;overflow:hidden;position:absolute;right:0;bottom:0;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.side_product_item .add-friend:hover:before{border-bottom-color:#d61920}
.side_product_item .add-friend:after{content:"";position:absolute;width:11px;height:11px;bottom:6px;right:6px;background:url(../images/add01.png) no-repeat center center;z-index:1}
.side-product-items .btn-prev,.side-product-items .btn-next{position:absolute;left:0;width:100%;height:15px;display:block;cursor:pointer;opacity:.25}
.aside .side-bn{width:100%;margin:0 0 40px}
.aside .side-bn img{width:100%}

.main .banner_section{margin-bottom:25px}
.page_title{line-height:38px;position:relative;font-size:22px;color:#000;margin:0 0 15px;font-weight:normal;padding-bottom:10px;border-bottom:1px solid #ddd;position:relative;z-index:2}
.items_list .page_title{text-transform:uppercase;border-bottom:0;padding-bottom:0;font-size:20px;font-weight:normal;color:#333}
.items_list .share_this{float:right;position:absolute;right:0;top:5px}
.main_banner{margin-bottom:10px;position:relative;overflow:hidden}
.main_banner ul{margin:0}
.main_banner img{display:block;width:100%;height:auto;min-height:160px}
.main_banner .swiper-wrapper li a{display:block;position:relative}
.main_banner .swiper-wrapper li a:before{content:'';display:block;width:100%;height:100%;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,.6));background-image:linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,.6));position:absolute;left:0;top:0}
.main_banner .swiper-pagination{width:100%;text-align:center;padding-bottom:15px;position:absolute;left:0;bottom:0;z-index:1}
.main_banner .swiper-pagination-bullet{background-color:#fff;margin:0 3px;-webkit-box-sizing:border-box;box-sizing:border-box}
.main_banner .swiper-pagination-bullet-active{background:none;border:2px solid #fff}
.page_bar{position:relative;line-height:31px;height:33px;margin:50px 0 20px;text-align:center;font-size:12px}
.page_bar a,.page_bar  span{position:relative;display:inline-block;vertical-align:top;min-width:33px;padding:0 5px;border:1px solid #ccc;margin:0 0 0 8px;text-align:center;border-radius:3px;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#e3e3e3',gradientType='0');background:-moz-linear-gradient(top,#fefefe,#e3e3e3);background:-o-linear-gradient(top,#fefefe,#e3e3e3);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fefefe),to(#e3e3e3))}
.page_bar a.current,.page_bar a:hover{color:#FFF;background:#333333;border-color:#333333}
.items_list{width:100%;position:relative}
.items_list ul{margin:0 -2px}
.items_list .product_item{width:25%;float:left}
.items_list .product_item figure{display:block;border:1px solid #c7c7c7;padding:1px;margin:2px 5px}
.items_list .product_item:nth-child(4n+1){clear:left}
.items_list .product_item:hover figure{border-color:#ccc;box-shadow:0 10px 10px -10px rgba(0,0,0,.15)}
.items_list .product_item .item_img{overflow:hidden;border:0}
.items_list .product_item .item_img a,.goods-may-like .product_item .item_img a,.side_product_item .item-img a,.news_item .item_img a{overflow:hidden}
.items_list .product_item .item_title{font-size:16px}
.product-intro{position:relative;overflow:hidden}
.cloud-zoom-lens{border:1px solid #eee;cursor:move}
.cloud-zoom-title{position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px}
.cloud-zoom-big{overflow:hidden;padding:0px}
.cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000}
.product-view .swiper-slide{padding-bottom:1px}
.product-view .product-image.zoom_remove:after{content:"";position:absolute;width:100%;height:100%;left:0;bottom:0;z-index:999}
.product-view{position:relative;width:37.6%;float:left}
.product-view .product-image{position:relative;border:1px solid #ddd}
.product-view .product-image img{position:relative;width:100%}
.product-view .image-additional{position:relative;width:90%;margin:20px auto;overflow:hidden}
.product-view .image-additional li{position:relative;width:100%;width:33.3333%;float:left}
.product-view .image-additional li.single{display:none}
.product-view .image-additional li img{display:block;position:relative;width:70%;margin:0 auto;border:1px solid #c0c0c0;padding:1px;border-radius:3px}
.product-view .image-additional li a{display:block;position:relative}
.product-view .image-additional li.current img{border:2px solid #d61920;padding:0}
.product-view .image-additional img.popup{display:none}
.ad_prompt{position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets{display:none}
.product-view .swiper-button-next,.product-view .swiper-button-prev{width:30px;height:30px;margin-top:-15px;opacity:1;line-height:30px;font-size:28px;-webkit-transform:scale(0.65,1);-ms-transform:scale(0.65,1);-o-transform:scale(0.65,1);transform:scale(0.65,1);background:none}
.product-view .swiper-button-prev,.product-view .swiper-container-rtl .swiper-button-next{left:-10px}
.product-view .swiper-button-next,.product-view .swiper-container-rtl .swiper-button-prev{right:-10px}
.product-summary{position:relative;width:57%;float:right;padding:10px 0}
.product-summary .product-meta{line-height:25px}
.product-summary .product-meta h3{margin:0 0 5px;font-size:16px}
.product-summary .product-meta li{width:100%;display:table;font-size:14px;padding:2px 0}
.product-summary .product-meta li em{display:table-cell;width:40%;color:#aaa}
.product-btn-wrap{position:relative;padding-top:30px}
.product-btn-wrap .email,.product-btn-wrap .pdf,.product-btn-wrap .buy{position:relative;display:inline-block;*display:inline;*zoom:1;vertical-align:top;line-height:28px;padding:.1em 1em;font-size:13px;border-radius:3px;background:#13adeb;border:1px solid #13adeb;color:#fff;margin:0 15px 10px 0}
.product-btn-wrap .email:before,.product-btn-wrap .pdf:before{padding-right:8px}
.product-btn-wrap .email:before{content:'\f0e0'}
.product-btn-wrap .pdf:before{content:'\f1c1'}
.product-btn-wrap a:hover{opacity:.8}
.product-summary .share-this{margin:30px 0 0;text-align:right}
.product-detail{position:relative;overflow:visible;margin:30px 0 0}
.detail-tabs{position:relative}
.detail-tabs .title{position:relative;display:inline-block;font-weight:normal;vertical-align:top;line-height:26px;padding:1px 20px;cursor:pointer;margin:0 5px 0 0;font-size:13px;background-color:#fff;border:1px solid #ddd;color:#333}
.detail-tabs .title.current{background:#222;border-color:#222;color:#fff}
.product-detail .tab-panel-content{padding:10px 0;display:block;overflow:hidden}
.product-detail .disabled{display:none}
.goods-may-like{position:relative;overflow:hidden}
.goods-may-like .title{line-height:35px;font-size:16px;margin:50px 0 20px;padding:0 15px;text-transform:uppercase;font-weight:bold;background-color:#d61920;color:#fff}
.goods-may-like .product_item{width:25%;margin:0;padding:0}
.goods-may-like .swiper-slide{width:25%;overflow:visible}
.goods-may-like .product_item{padding-bottom:2px;margin-right:0}
.goods-may-like .product_item figure{border:1px solid #d8d8d8;padding:3px}
.goods-may-like .product_item .item_title{font-size:16px}
.goods-may-like .swiper-control{position:absolute;right:10px;top:55px}
.goods-may-like .swiper-button-prev,.goods-may-like .swiper-button-next{display:inline-block;width:20px;height:25px;line-height:25px;font-size:20px;margin-left:5px;background:none;color:#fff;margin-left:5px;position:static;margin:0;opacity:1;filter:alpha(opacity=100)}
.goods-may-like .swiper-button-next.swiper-button-disabled,.goods-may-like .swiper-button-prev.swiper-button-disabled{opacity:.5;filter:alpha(opacity=50)}
.web_main{position:relative}
.page_main{background:#FFF;padding:50px 0 0;-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.path_bar{position:relative;overflow:hidden;text-align:center;padding:170px 0 170px;-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-background-size:cover!important;background-size:cover!important}
.path_bar .path_nav,.path_bar .title{position:relative}
.path_bar,.path_bar a{color:#fff}
.path_bar  a:hover{text-decoration:underline}
.path_bar li{display:inline-block;vertical-align:top;position:relative;font-size:30px;text-transform:uppercase}
.path_bar li:after{content:">";padding:0 0.3em;font-weight:bold}
.path_bar li:last-child:after{display:none}
.mobile-head-items{display:none}
.blog_list{position:relative;width:100%}
.blog-item{position:relative;width:100%;overflow:hidden;padding:35px 20px}
.blog-item:nth-child(2n+1){background:#f9f9f9}
.blog-item:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}
.blog-item .item-img,.blog-item .item-img img{border-radius:5px}
.blog-item .item-img{position:relative;display:block;max-width:200px;padding:5px;border:1px solid #eee;background-color:#fff;margin:0 20px 0 0;float:left}
.blog-item .item-img img{position:relative;width:100%}
.blog-item .item-info .item-title{height:1.5em;line-height:1.5em;overflow:hidden;font-size:20px;font-weight:normal}
.blog-item .item-info time{display:block;font-size:16px;margin:8px 0}
.blog-item .item-info .item-more{color:#8f9395;margin:20px 0 0;float:right}
.blog-item .item-info .item-more{display:inline-block;padding:.2em .8em;line-height:1.8;color:#d61920;position:relative;text-transform:uppercase}
.blog-item .item-info .item-more:before,.blog-item .item-info .item-more:after{content:'';display:block;width:100%;height:1px;background-color:#d61920;position:absolute;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.blog-item .item-info .item-more:before{left:0;top:0}
.blog-item .item-info .item-more:after{right:0;bottom:0}
.blog-item .item-info .item-more:hover:before,.blog-item .item-info .item-more:hover:after{width:0;opacity:0}
.blog-item .item-info .item-more:hover{background-color:#d61920;color:#fff;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}
.download_list{position:relative;width:100%}
.download-item{position:relative;overflow:hidden;padding:15px 0;margin:0 0 10px;line-height:30px;border-bottom:1px solid #eee}
.download-item .item-img{max-width:25px}
.download-item .item-title{position:relative;display:inline-block;*display:inline;vertical-align:top;*zoom:1;margin:0 10px;font-size:16px;font-weight:bold}
.download-item .item-button{position:relative;display:inline-block;*display:inline;vertical-align:top;*zoom:1;float:right;line-height:30px;padding:0 15px;border:1px solid #ccc;background:#eee;border-radius:5px;cursor:pointer}
.download-item .item-button:before{content:"\f019";margin:0 10px 0 0}
.faq_list{position:relative;width:100%}
.faq-item{position:relative;width:100%;overflow:hidden;padding:0 25px;border:1px solid #eee;margin:0 0 20px}
.faq-item .faq-title{position:relative;font-size:16px;padding:15px 0;cursor:pointer}
.faq-item .faq-title:before{position:absolute;content:"\f067";right:0;font-size:14px}
.faq-item .faq-title.show-title:before{content:'\f068'}
.faq-item .faq-title h3{font-weight:normal}
.faq-item .faq-cont{margin:0 0 25px;display:none}
.faq-item:first-child .faq-cont{display:block}
@media only screen and (max-width:768px){.inquiry-form .form-btn-wrapx .form-btn-submitx{top:0 !important}
}@media only screen and (max-width:1680px){.product-view{width:42.6%}
.product-summary{width:52%}
}@media only screen and (max-width:1500px){.path_bar{margin:0 auto}
}@media only screen and (max-width:1440px){body{min-width:1280px}
.layout{width:1200px}
.index_main .layout{width:1280px}
}@media only screen and (max-width:1366px){body{min-width:1180px}
.layout{width:1100px}
.index_main .layout{width:1180px}
.nav_wrap .head_nav>li>a{padding:0 25px}
}@media only screen and (max-width:1250px){.items_list .product_item:nth-child(n){clear:none}
.items_list .product_item{width:33.33333333%}
.items_list .product_item:nth-child(3n+1){clear:left}
}@media only screen and (max-width:1200px){body{min-width:inherit}
.layout,.index_main .layout{width:95%}
.nav_wrap .head_nav>li>a{padding:0 15px}
}@media only screen and (max-width:950px){body{min-width:100%}
.z10000{position:relative;z-index:100000}
.mobile-body-mask{width:100%;height:100vh;background:rgba(0,0,0,0.6);position:fixed;left:0;top:0;z-index:999}
.mobile-ico-close{width:30px;height:30px;background:#fff url(../images/mobile_close.png) center center no-repeat;background-size:50% auto;position:absolute;right:-35px;top:0}
.sub-content{position:relative;display:block;right:auto;border-radius:0;border:none;box-shadow:none;z-index:99999}
.lang-more{display:none !important}
.mobile-head-items{position:fixed;top:0;left:0;background:#161622;width:100%;height:25px;line-height:25px;text-align:left;display:block;z-index:999}
.mobile-head-item{float:left;width:45px}
.mobile-head-item.mobile-head-aside{float:right}
.mobile-head-item .title{width:100%;height:25px;line-height:25px;overflow:hidden;text-align:center;color:#FFF;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.mobile-head-item .title a{position:relative;display:block;color:#FFF}
.mobile-head-item.mobile-head-home .title a:before{content:'\f015'}
.mobile-head-item.mobile-head-nav .title:before{content:'\f0c9'}
.mobile-head-item.mobile-head-language .title:before{content:"\f1ab"}
.mobile-head-item.mobile-head-search .title:before{content:"\f002"}
.mobile-head-item.mobile-head-social .title:before{content:"\f007"}
.mobile-head-item.mobile-head-aside .title:before{content:"\f060"}
.mobile-head-item .main-content-wrap{background:#FFF;top:0;display:block;z-index:99999}
.mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
.mobile-head-item .side-content-wrap{position:fixed;display:block;left:-70%;width:70%;height:100%}
.mobile-head-item .middle-content-wrap{position:absolute;left:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
.mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
.web_head .logo{position:relative;display:block;float:none;text-align:center}
.web_head{padding:25px 0 0;height:auto}
.web_head .nav_wrap .head_nav,.web_head .change-language,.web_head .btn--search{display:none}
.web_head .nav_wrap{position:static}
.web_head .btn--search{right:0;top:-20px;margin:0}
.web_head .head-search{display:none}
.head-search{position:relative;width:90%;height:35px;background:#000;margin:0 auto}
.head-search .search-ipt{position:absolute;width:100%;height:100%;left:0;top:0;color:#FFF;padding:0 10px}
.head-search .search-btn{position:absolute;width:35px;height:100%;background:url(../images/search_btn_mobile.png) no-repeat center center;-webkit-background-size:auto 16px;background-size:auto 16px;border:none;right:0;top:0;display:block !important}
.head-search .search-attr{display:none}
.web_head{position:static}
.web_head .head_layer,.index_web_head .head_layer{text-align:center;position:static}
.web_head .head_layer .layout{background:none;display:block}
.web_head .head_left{float:none;text-align:center}
.web_head .logo{background:none}
.web_head .logo:before{display:none}
.path_bar{background-attachment:scroll!important}
.head_nav{width:100%}
.head_nav li{position:relative;display:block;width:100%;font-size:16px}
.head_nav > li{border-bottom:1px solid #eee;line-height:35px}
.head_nav > li:after{content:'\f105';position:absolute;right:0;top:0;color:#999;font-size:12px}
.head_nav li ul{display:block;width:100%}
.head_nav li ul li{width:auto;padding:0 10px;font-size:14px;text-transform:lowercase;line-height:30px}
.head_nav li ul li:before{content:"";width:3px;height:3px;background:#999;border-radius:50%;position:absolute;left:0;top:15px}
.head_nav li ul li li{line-height:25px;font-family:'SourceSansProLight'}
.head_nav li ul li li:before{display:none}
.web_head .nav_wrap{display:none}
.web_head .head_top{padding-top:5px;padding-bottom:5px}
.foot_items{padding-top:30px;padding-bottom:30px}
.foot_items .layout{display:block}
.foot_items .layout:after{content:'';display:block;height:0;clear:both;visibility:hidden}
.foot_item{display:block;width:50%!important;padding:30px 0!important;float:left;max-width:inherit}
.foot_item{border-top:1px solid rgba(255,255,255,.3)}
.foot_item:nth-child(1),.foot_item:nth-child(2){border-top:0}
.foot_item:nth-child(2n+1){clear:left}
.foot_item .title:before{display:none}
.foot_sns{padding-bottom:30px}
.index_hd .hd_title{font-size:28px}
.index_hd .hd_subtit{font-size:36px}
.index_hd .hd_desc{padding-top:2em}
.index_hd .hd_title:after{height:3px}
.index_company_intr .company_intr_title{font-size:28px}
.index_company_intr .company_intr_title:after{height:3px}
.index_product .product_item .item_title{font-size:16px}
.index_product .product_item .item_title a{padding:0}
.index_news .news_item{margin:0 auto 50px}
.index_news .news_item .item_cont{padding:30px}
.index_news .news_item .item_tit{line-height:1.3em;max-height:2.6em}
.index_news .news_item .item_desc{max-height:7.5em}
.index_business .business_cont{padding-top:40px;padding-left:0}
.index_business .business_title{font-size:32px}
.index_business .learn_more{padding-top:30px}
.aside{display:none}
.side-product-items .items_content{padding-top:10px}
.side-product-items .btn-prev,.side-product-items .btn-next{display:none}
.side-product-items ul{font-size:0;margin:0 -5px}
.side-product-items .items_content .side_product_item{display:inline-block;vertical-align:top;width:50%;font-size:14px;margin-bottom:10px}
.side_product_item figure{margin:0 5px}
.side_product_item .item-img,.side_product_item figcaption{width:100%;display:block;padding:0}
.side_product_item figcaption{padding:10px 0;text-align:center}
.side_product_item .add-friend{right:5px}
.page_main{padding-top:25px}
.main{width:auto;float:none;margin:0 auto}
.items_list{width:100%}
.product-item{width:33.333%}
.product-item .item-wrap{margin:8px}
.items_list ul{padding-top:0}
.items_list .product_item{width:33.33333333%}
.page_bar{margin-top:20px;text-align:center}
.page_title{line-height:1.1}
.video_close{display:none}
.image-additional li.image-item.current img{border:none}
.product-view{width:100%;float:none;margin:0 auto 30px}
.product-view .image-additional li img{width:90%;margin:0 5%;border:0}
.product-view .product-image,.single_product_items{display:none}
.image-additional-wrap{display:block}
.product-view .image-additional{width:100%;margin:0}
.product-view .image-additional ul{width:100%}
.product-view .image-additional li{width:100%;margin:0}
.product-view .image-additional li a{padding:0;margin:0;border:0}
.product-view .image-additional li.current img{border-color:inherit}
.product-view .image-additional li.single{display:block}
.product-view .image-additional li.current a:before,.product-view .image-additional li.current a:after{display:none}
.product-view .swiper-button-next,.product-view .swiper-button-prev{background:rgba(0,0,0,.8);color:#fff}
.product-view .swiper-button-next{right:5px}
.product-view .swiper-button-prev{left:5px}
.product-summary{position:relative;width:100%;float:none}
.product-summary .share-this{float:none;margin:30px 0}
.product-summary .product-meta li{display:block}
.product-summary .product-meta li em{display:inline;color:#333;padding-right:15px;font-weight:bold}
.product-btn-wrap{text-align:left}
.product-btn-wrap a{margin:0 0 10px !important}
.product-summary .share-this{text-align:left}
.tab-panel-wrap{padding:30px 0 0}
.goods-may-like .title{margin-top:50px;margin-bottom:50px}
}@media only screen and (max-width:767px){.web_head .logo img{max-height:70px}
.items_list .product_item:nth-child(n){clear:none}
.items_list .product_item{width:50%}
.items_list .product_item:nth-child(2n+1){clear:left}
.slider_banner .swiper-button-prev,.slider_banner .swiper-button-next{display:none}
.index_product .product_item{width:50%;clear:none;padding-bottom:0}
.index_product .product_item:nth-child(2n+1){clear:left}
.index_product .learn_more{padding-top:15px}
.index_news{padding-bottom:65px}
.index_news .news_item{margin-bottom:35px}
.index_news .news_item:after{height:30px;box-shadow:0 0 40px rgba(0,0,0,.5)}
.index_news .news_item figure{display:block;overflow:hidden}
.index_news .news_item .item_cont{padding:50px 30px}
.index_news .news_item .item_img,.index_news .news_item .item_cont{float:none;width:auto}
.index_news .news_item .item_img img{min-height:inherit}
.index_news .news_item .item_desc{height:auto;max-height:inherit}
.foot_sns li{padding:0 10px 5px 0}
}@media only screen and (max-width:480px){.mobile-hide{display:none!important}
.gotop{display:none !important}
.service_item{width:100%}
.blog-item .item-img{width:150px}
.table_wrap{overflow-x:scroll}
.layout{width:100%;padding-left:10px;padding-right:10px}
.web_main .layout{width:100%}
.side-widget{margin:0 0 30px}
.side-tit-bar .side-tit{font-size:16px;text-transform:none}
.side-cate li a{padding:0 15px}
.side-cate li li{line-height:32px}
.side-cate li li a{padding:0 15px 0 30px}
.side-product-items ul{margin:0}
.side-product-items .items_content .side_product_item{width:100%;float:none}
.side-product-items .side_product_item figure{margin-left:10px;margin-right:10px}
.side-product-items .items_content .side_product_item{width:auto;margin:8px auto}
.side_product_item .add-friend{right:10px}
.web_head .head_top .layout{display:block}
.web_head .logo img{max-height:50px}
.web_head .head_right{display:none}
.path_bar{padding-top:40px;padding-bottom:40px;text-align:center}
.path_bar li{font-size:16px}
.web_footer{padding-bottom:0}
.foot_items{padding-top:0}
.foot_item{width:100%!important;float:none;padding-top:20px;padding-bottom:20px}
.foot_item+.foot_item{border-top:1px solid rgba(255,255,255,.2)}
.foot_item .foot_item_bd{padding-right:15%}
.foot_item_info .foot_logo img{max-width:65px;width:auto}
.foot_sns{margin-bottom:20px}
.foot_sns li a{padding:8px;line-height:18px}
.foot_sns li img{max-height:18px}
.foot_contact{font-size:14px}
.foot_bar{font-size:12px}
.index_main{padding-bottom:15px}
.index_main .slider_banner .swiper-pagination{bottom:10px;padding-bottom:0}
.slider_banner .swiper-pagination-white .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important}
.slider_banner .swiper-slide img{min-height:160px}
.sys_btn{padding:.5em 1.5em;font-size:16px}
.index_hd .hd_title,.index_hd .hd_desc{width:auto}
.index_company_intr .company_intr_title{font-size:24px}
.index_company_intr .company_intr_title:after{width:30%}
.index_company_intr .company_intr_desc{font-size:14px}
.index_product .product_item .item_title{font-size:14px}
.index_news .news_item .item_cont{padding:30px 5%}
.index_business .index_bd{position:relative;padding-bottom:80px;background-color:rgba(0,0,0,.4)}
.index_business .business_title{font-size:21px;padding-bottom:10px}
.index_business .business_bg img{max-width:inherit;width:auto;height:100%;min-height:inherit;position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}
.company_subscribe .subscribe_cont{max-width:inherit}
.product_item .item_img a:after{display:none}
.items_list ul{margin:0 -5px}
.items_list .product_item figure{margin:5px}
.items_list .product_item .item_title{font-size:14px}
.items_list .product_item .item_title a{padding:0}
.blog-item{padding:30px 5px}
.blog-item .item-img{width:auto;max-width:100%;float:none;margin-right:0;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box}
.blog-item .item-info .item-title{line-height:1.2;font-family:'MyriadProBold';font-weight:normal}
.blog-item .item-info{padding-top:15px}
.blog-item .item-info .item-title{height:auto;font-size:22px}
.blog-item .item-info .item-detail{max-height:9em;line-height:1.5em;overflow:hidden;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.blog-item .item-info .item-more{float:none}
.blog-item .item-info time{font-size:14px;color:#888}
.items_list .share_this{position:static;text-align:left;padding-bottom:15px;float:none}
.page_main{padding-top:15px}
.product-intro{overflow:visible}
.product-view{width:auto;margin-left:-10px;margin-right:-10px;margin-top:-11px}
.product-view .image-additional li a{margin-left:0;margin-right:0}
.product-view .image-additional li a:after{display:none}
.product-view .image-additional li img{width:auto;margin:0}
.product-view .swiper-button-prev,.product-view .swiper-button-next{width:30px;height:40px;line-height:40px;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;font-size:24px;opacity:.8}
.product-view .swiper-button-prev{left:0;border-radius:0 3px 3px 0}
.product-view .swiper-button-next{right:0;border-radius:3px 0 0 3px}
.product-view .swiper-button-prev:before,.product-view .swiper-button-next:before{display:inline-block;-webkit-transform:scale(.6,1);-ms-transform:scale(.6,1);-o-transform:scale(.6,1);transform:scale(.6,1)}
.product-btn-wrap .email,.product-btn-wrap .pdf,.product-btn-wrap .buy{padding-top:6px;padding-bottom:6px}
.goods-may-like .title{text-transform:none}
.page_title{font-weight:normal;font-size:18px;margin-bottom:10px;padding-bottom:20px;font-family:'Muli'}
.product-summary .product-meta{font-size:14px}
.product-summary .product-meta h3{line-height:1.3;font-size:16px}
.product-summary .product-meta li{font-size:13px}
.product-summary .share-this{text-align:left;margin:20px 0 0}
.product-btn-wrap{padding-top:30px}
.product-btn-wrap .email,.product-btn-wrap .pdf,.product-btn-wrap .buy{font-size:14px;padding:5px 10px}
.product-detail{margin-top:40px}
.detail-tabs .title{font-size:14px;padding:1px 15px;margin-right:6px}
.tab-panel-wrap{padding:20px 0;border:0}
.goods-may-like .title{margin-top:40px;margin-bottom:30px}
.goods-may-like .layer-bd{position:relative}
.goods-may-like .swiper-slider{position:relative}
.goods-may-like .product_item .item_title{font-size:14px}
.goods-may-like .product_item .item_title a{padding-left:0;padding-right:0}
.goods-may-like .swiper-control{position:static}
.goods-may-like .swiper-button-prev,.goods-may-like .swiper-button-next{margin:0 5px}
.goods-may-like .swiper-button-prev,.goods-may-like .swiper-button-next{width:24px;height:36px;line-height:36px;border-radius:0;margin-left:0;margin-right:0;margin-top:-18px;background-color:#d61920;position:absolute}
.goods-may-like .swiper-button-prev{left:0px}
.goods-may-like .swiper-button-next{right:0px}
}@media only screen and (max-width:320px){.side_product_item{width:100%}
}
@font-face{font-family:'fontawesome';src:url("fonts/Font-Awesome/fontawesome-webfont.eot?v=4.5.0");src:url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2") format("woff2"),url("../fonts/fontawesome-webfont.woff") format("woff"),url("../fonts/fontawesome-webfont.ttf") format("truetype"),url("../fonts/fontawesome-webfont.svg") format("svg");font-weight:normal;font-style:normal;font-display:fallback}
@font-face{font-family:'Roboto';src:url("../fonts/roboto-regular.eot");src:url("../fonts/roboto-regular.eot") format("embedded-opentype"),url("../fonts/roboto-regular.woff2") format("woff2"),url("../fonts/roboto-regular.woff") format("woff"),url("../fonts/roboto-regular.ttf") format("truetype"),url("../fonts/roboto-regular.svg") format("svg")}
@font-face{font-family:'Roboto-Light';src:url("../fonts/roboto-light.eot");src:url("../fonts/roboto-light.eot") format("embedded-opentype"),url("../fonts/roboto-light.woff2") format("woff2"),url("../fonts/roboto-light.woff") format("woff"),url("../fonts/roboto-light.ttf") format("truetype"),url("../fonts/roboto-light.svg") format("svg")}
@font-face{font-family:'Roboto-Bold';src:url("../fonts/roboto-bold.eot");src:url("../fonts/roboto-bold.eot") format("embedded-opentype"),url("../fonts/roboto-bold.woff2") format("woff2"),url("../fonts/roboto-bold.woff") format("woff"),url("../fonts/roboto-bold.ttf") format("truetype"),url("../fonts/roboto-bold.svg") format("svg")}
.slider_banner{position:relative;overflow:hidden}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;overflow:hidden;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}
.swiper-invisible-blank-slide{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:55px;height:55px;line-height:55px;text-align:center;margin-top:-27px;z-index:2;cursor:pointer;opacity:0;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;font-size:30px;background-color:#fff;border-radius:2px}
.swiper-container:hover .swiper-button-prev{left:65px}
.swiper-container:hover .swiper-button-next{right:65px}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:0.3!important;filter:alpha(opacity=30)}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-size:cover;right:10px;left:auto}
.swiper-button-prev:before,.swiper-container-rtl .swiper-button-next:before{content:'\f104'}
.swiper-button-next:before,.swiper-container-rtl .swiper-button-prev:before{content:'\f105'}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:3}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:11px;height:11px;display:inline-block;vertical-align:middle;border:1px solid #999;background-color:transparent;border-radius:50%;margin:0 10px;background-clip:content-box}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{width:13px;height:13px;background-color:#d61920;border-color:#d61920;padding:1px}
.swiper-pagination-white .swiper-pagination-bullet{background-color:#fff;border-color:#fff;border-width:0;opacity:.5;filter:alpha(opacity=50);width:12px;height:12px}
.swiper-pagination-white .swiper-pagination-bullet-active{width:18px;height:18px;padding:2px;background-color:#fff;border-width:2px;opacity:1;filter:alpha(opacity=100)}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.3s -webkit-transform;transition:.2s top,.3s -webkit-transform;-o-transition:.2s transform,.3s top;transition:.2s transform,.3s top;transition:.2s transform,.3s top,.3s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.3s -webkit-transform;transition:.2s left,.3s -webkit-transform;-o-transition:.2s transform,.3s left;transition:.2s transform,.3s left;transition:.2s transform,.3s left,.3s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.3s -webkit-transform;transition:.2s right,.3s -webkit-transform;-o-transition:.2s transform,.3s right;transition:.2s transform,.3s right;transition:.2s transform,.3s right,.3s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal{overflow:hidden}
.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:80px;height:80px;line-height:80px;font-size:32px;text-align:center;position:absolute;left:50%;top:50%;margin-left:-40px;margin-top:-40px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';font-family:'fontawesome';width:100%;height:100%;background-position:50%;background-size:auto;background-repeat:no-repeat;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAB2lBMVEUAAADk5OTT09Ohn5+vr6+tra3q6uq4uLjT09PZ2dnPz8+ioqKcmprKycmcm5vq6uqbmpqbm5vg4ODj4+PBwMDb29upqanb29ubm5udmpqhn5+fnp7m5ubGxMSxsbGurq6goKCtra20tLTu7u7i4uLb29vKycmpqanU1NS5ubni4uLq6uq4uLjBwMC5ubm5ubni4uLU1NTBwMDb29vU1NTKycnb29vGxMSxsbGhoKDi4uKcm5vj4+Oampre3t6dnJyqqqrU1NTV1dXj4+O5ubnf39+5ubnBwcHe3t6dnZ2wsLDS0tLh4eGjo6PCwsLn5+fV1dXh4eGwsLCoqKixsbHh4eGxsbGbm5vBwMCcm5vi4uKxsbHq6urp6enJyMibm5vJyMjh4eGin5+oqKidmpra2tqoqKiwsLDKycnBwMCin5+ioKCxsbGxsbHAwMCxsbGpqamcm5vi4uLJycmoqKixsbHb29uoqKjKycmdm5upqanBwMCxsbGbm5vb29upqanBwcGpqanAwMDKysrKysqoqKixsbGxsbHLyMjj4+PBwcGxsbHs7Ozs7OzAwMDLyMjJycmampqioKDU1NSxsbGbm5vi4uLBwMCpqanq6urKycm5ubmdm5vb29uH8NtIAAAAknRSTlMAAYCABAvu7gcaFxP68enQzSAKBPvz6OKaiF5NRUIxKikhEQ4I/f367+Xe2dnY0c+8srCvqp6dmZiXh3p1dHNjYVhWUlBMRD49Ozo4Ly8lHxL6+ff18vLy7u3q6ufh4Nva2NjW1NHQz8rFxcPBvbq6t7ewq6qppaWkoZqRkI+MiIeFgoF4eHZzcGRjYlBPTUovKxNNAhUAAAImSURBVDjLldFnW9pQGMbxO23SskWGggsEV20dtXVU6+hw1qrde++99957WQIhwHftkyMBkpNL6v/1Lznnug/4fqyvqMP/dCKdrsAy2abi0BLS6fQasJzTIu98Z5Lt80YY9cheXu5IJpPdRuiVZXmag7NJarwU1shUJbjuEmz3F6HkIRcC3/wekiNFGCZ3yAmLBgkeWACOs3kqXQSHDcC+6eEsqPhRkluB72zwF+ROiaAvQneiYF3I5Zr7HAC+MJhvmGAtIIVd2axHhFZ1jgqO2Gii7sG4DsWQPARh1JPVWrrqeDCnVT0Fc3+8jLnChUsyGfSZ4XnmvFEUqmPH283QRezIqGB46ZfNuT6YG8pmn3BL2neBb3fJC9q2r2Jta4JFUs1qVq2IzX/zbbSC1xbzbUGbDtvAJy7qnS3zx6uFPxbvaCtzxxXnsJynEaYW+lvUXs59UJT7Bur/7FYphxm2Koqy740EvV+nVS03N/k5RatqTADrnco6WQ9zkYsK6xFY7Fj3exsgTkpFFZsRIIxVMemE1mVVbenV7ue7kjo8p7uG/YlbIiC9aqXDxaVh7j3+Da3XqVTqLbBzQ9cEMJBIJD6Banx6OwJD9gDBr8C6TKYL+EjwYAxW9ZDr8EPIZDJrAekYyQErN5mifkKH+JagIrzzd5C7iSIULhG8zsN6coG5EoiZBNVgCZ+hFOKBJRT6Az1NRhi7sfc5lonm6UT5tME7J8D1D3H93Jv8FTiRAAAAAElFTkSuQmCC")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.slider_banner .swiper-button-prev,.slider_banner .swiper-button-next{width:34px;height:70px;line-height:70px;z-index:3;border-radius:0;margin-top:-25px;color:#fff;background-color:rgba(135,135,135,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);font-size:30px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;opacity:0;filter:alpha(opacity=0)}
.slider_banner .swiper-button-prev{left:-100px;border-radius:0 6px 6px 0}
.slider_banner .swiper-button-next{right:-100px;border-radius:6px 0 0 6px}
.slider_banner:hover .swiper-button-prev,.slider_banner:hover .swiper-button-next{opacity:1;filter:alpha(opacity=100)}
.slider_banner .swiper-button-prev:before{border-left:0}
.slider_banner .swiper-button-next:before{border-right:0}
.slider_banner:hover .swiper-button-prev:hover,.slider_banner:hover .swiper-button-next:hover{background-color:rgba(255,255,255,.6);color:#000}
.slider_banner:hover .swiper-button-prev{left:0}
.slider_banner:hover .swiper-button-next{right:0}
.slider_banner .swiper-slide img{width:100%}
.slider_banner .swiper-slide img+img{position:absolute;left:0;top:0}
.slider_banner .swiper-slide img{width:100%;transition:3s linear;transform:scale(1.08)}
.slider_banner .swiper-slide.swiper-slide-active img{transform:scale(1)}
.slider_banner .swiper-pagination-white .swiper-pagination-bullet{margin:0 8px}
.swiper-container{overflow:hidden\9}
.swiper-container .swiper-wrapper{width:20000%\9}
.swiper-slide{float:left\9}
.product_slider .product_item{width:25%\9}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.swiper-container .swiper-wrapper{width:auto}
}}.entry{padding:15px 0}
.entry{color:#666}
.entry a{color:#0030FF}
.entry p{margin:0;padding:8px 0;font-size:13px;line-height:1.8}
.entry table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}
.entry th,.entry td{height:30px;border:1px solid #ccc;text-align:left;line-height:1.5;font-size:12px;color:#666;background:#fbfbfb;padding:0 15px}
.entry th{font-size:12px;background:#eee}
.entry td p,.entry th p,.pd-panel .entry td p,.pd-panel .entry th p{margin:0;padding:5px;color:#666;font-size:12px;line-height:1.3}
.entry td.amts{color:#cb2027}
.entry th#cartDelete{text-align:center}
.entry .button{margin:15px 10px 0 0;background:#dfdfdf;padding:8px 15px;border:0;cursor:pointer;line-height:1.2;color:#777;font-weight:bold;text-transform:Capitalize}
.entry .button:hover{background:#cb2027;color:#fff}
.entry .deletecartitem{width:50px;text-align:center}
.entry .deletecartitem label{display:none}
.entry .stotal td.amts{font-size:18px;font-weight:bold}
.entry img.alignleft{float:left;margin:20px 15px 0 0}
.entry img.alignright{float:right;margin:20px 0 0 15px}
.entry img.alignleftnopad{float:left;margin-left:0}
.entry img.alignrightnopad{float:right;margin-right:0}
.entry img.aligncenter{text-align:center;display:block;margin:20px auto 0 auto}
.entry img{max-width:100%}
.cartitem a{color:#292929;font-weight:bold}
.inquiry-form ul li{background:none}
.entry .inquiry-form-wrap{margin:20px 0 0}
.table_wrap{position:relative;display:block}
.main table{position:relative;border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:0 !important}
.main table th,.main table td{height:30px;border:1px solid #ccc;text-align:left;line-height:1.5;font-size:12px;color:#666;background:#fbfbfb;padding:0 15px}
.main table th{font-size:12px;background:#eee}
.main table td p,.main table th p,table td p,table th p{margin:0;padding:5px;color:#666;font-size:12px;line-height:1.3}
.main table td.amts{color:#cb2027}
.main table th#cartDelete{text-align:center}
.container{position:relative;min-height:100vh}
.search-ipt{border:0;background:transparent;border-radius:0;-webkit-appearance:none}
.web-search{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;visibility:hidden}
.js .web-search{width:100%;height:110px;position:absolute;z-index:100001;top:0;left:0;opacity:0;visibility:hidden;top:36px;background-color:#fff}
.web-search .btn--search-close{display:inline-block;font-size:1.8em;border-radius:50%;position:absolute;top:50%;margin-top:-18px;right:1.25em;display:none;background-image:url(../images/search_btn_close.png);-webkit-background-size:auto 12px;background-size:auto 12px;background-position:center;background-repeat:no-repeat;background-color:#999;width:36px;height:36px;line-height:36px;cursor:pointer;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}
.web-search .btn--search-close:hover{background-color:#d61920;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
.js .btn--search-close{display:block}
.web-search .search-ipt{font-family:inherit;line-height:1;display:inline-block;vertical-align:top;box-sizing:border-box;width:75%;padding:0.05em 0;color:#333;border-bottom:3px solid #333;font-size:20px;line-height:10px}
.web-search .search-ipt::-webkit-input-placeholder{color:#333;font-weight:bold}
.web-search .search-ipt::-moz-placeholder{opacity:1;color:#333;font-weight:bold}
.web-search .search-ipt:-ms-input-placeholder{color:#333;font-weight:bold}
.web-search .search-ipt::-webkit-search-cancel-button,.web-search .search-ipt::-webkit-search-decoration{-webkit-appearance:none}
.web-search .search-ipt::-ms-clear{display:none}
.web-search .search-attr{font-size:90%;display:block;width:75%;margin:0 auto;padding:1em 0 0;text-align:right;color:#999}
.js .container{position:relative;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.js .main-wrap--move{height:100vh}
.js .web-search{pointer-events:none}
.js .search--open{pointer-events:auto;opacity:1;visibility:visible}
.js .search--open::before{opacity:1}
.web-search .btn--search-close{opacity:0}
.search--open .btn--search-close{opacity:1;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;-webkit-animation:bounceInA 1s ease;-o-animation:bounceInA 1s ease;animation:bounceInA 1s ease}
.search__suggestion,.web-search .search-attr{opacity:0;-moz-transform:translate3d(-10%,0,0);-webkit-transform:translate3d(-10%,0,0);-ms-transform:translate3d(-10%,0,0);-o-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0);-moz-transition:opacity 0.8s,transform 0.8s;-webkit-transition:opacity 0.8s,transform 0.8s;-ms-transition:opacity 0.8s,transform 0.8s;-o-transition:opacity 0.8s,transform 0.8s;transition:opacity 0.8s,transform 0.8s}
.search--open .search-attr{opacity:1;-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.js .web-search .search-ipt{font-size:32px;line-height:40px;font-weight:bold;border-bottom-width:1px;padding:0;-moz-transform:scale3d(0,1,1);-webkit-transform:scale3d(0,1,1);-ms-transform:scale3d(0,1,1);-o-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-moz-transform-origin:0% 50%;-webkit-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%;-moz-transition:transform .3s;-webkit-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;opacity:0;text-transform:uppercase}
.js .web-search .search-ipt,.web-search .search-attr{-webkit-transition-delay:0.4s;-o-transition-delay:0.4s;transition-delay:0.4s}
.js .search--open .search-ipt{-moz-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s}
.js .search--open .search-btn{display:none !important}
.scrollsidebar,.scrollsidebar a{font-size:12px;color:#999;font-family:Arial,Helvetica,sans-serif}
.scrollsidebar{position:absolute;z-index:30;top:150px;right:0}
.show_btn{width:38px;height:192px;overflow:hidden;cursor:pointer;display:block;overflow:hidden;background:url(../images/show_btn.png) no-repeat center center;position:absolute;right:0;top:0}
.side_content{width:0;height:auto;overflow:hidden;float:left}
.side_content .side_list{width:140px;overflow:hidden;border:1px solid #dadada;border-radius:8px;position:relative;background:#FFF}
.side_content .side_list .hd img{width:100%;border-bottom:1px solid #dadada}
.side_content .side_list .cont li{height:40px;line-height:40px;border-bottom:1px solid #dadada;list-style:none;position:relative}
.side_content .side_list .cont li a{position:relative;display:block;padding:0 0 0 43px;text-decoration:none}
.side_content .side_list .cont li a:before{content:"";position:absolute;display:block;overflow:hidden;top:0;left:10px;width:25px;height:40px;background-repeat:no-repeat;background-position:center center}
.side_content .side_list .cont li .email:before{background-image:url(../images/icons01.png)}
.side_content .side_list .cont li .skype:before{background-image:url(../images/icons02.png)}
.side_content .side_list .cont li .inquiry:before{background-image:url(../images/icons03.png)}
.side_content .side_list .cont li .qq:before{background-image:url(../images/icons04.png)}
.ww{margin-left:-30px}
.side_content .side_list .t-code{padding:10px 10px 7px;border-bottom:1px solid #dadada}
.side_content .side_list .t-code img{width:100%}
.side_content .side_list .side_title{height:30px;line-height:30px;padding:0 12px}
.side_content .side_list .side_title .close_btn{background:url(../images/close.png) no-repeat center center;width:12px;height:30px;position:absolute;bottom:0;right:10px;cursor:pointer}
.side_content .side_list .side_title .close_btn span{display:none}
.inquiry-pop-bd{position:fixed;left:50%;top:50%;margin:-300px 0 0 -275px;width:550px;height:500px;background:#FFF;box-shadow:0 0 10px rgba(255,255,255,.5);display:none;z-index:2000}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.7);z-index:-1}
.inquiry-pop-bd .inquiry-pop{position:absolute;width:100%;height:100%;left:0;top:0;padding:22px;z-index:1;background:#FFF}
.inquiry-pop-bd .inquiry-pop .ico-close-pop{position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:url(../images/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1}
.inquiry-form-wrap{position:relative;height:420px;width:100.5%}
.ad_prompt{position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none}
@media screen and (max-width:550px){.inquiry-pop-bd{width:auto;left:10px;right:10px;top:10px;bottom:10px;margin:auto;max-height:93vh}
.inquiry-pop-bd .inquiry-pop{padding:10px}
.scrollsidebar{display:none}
}.prisna-wp-translate-seo{display:none;font-family:Arial,Helvetica,sans-serif}
.mobile-head-language .prisna-wp-translate-seo,.change-language .prisna-wp-translate-seo{display:block}
.change-language .change-language-title,.change-language .change-language-title a{font-size:10pt}
.change-language .change-language-title{padding:0}
.change-language .change-language-title a:after{font-family:'fontawesome';content:"\f0d7";font-size:12px;display:inline-block;padding-left:2px}
.change-language:hover .change-language-title a:after{-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}
.change-language .change-language-cont{position:absolute;top:100%;right:0;width:360px;background:#FFF;padding:20px 10px 20px 20px;transform:scale3d(0.9,0.9,1);opacity:0;visibility:hidden;z-index:999;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border:1px solid #eee;border-radius:5px;overflow-y:scroll;max-height:80vh}
.change-language:hover .change-language-cont{transform:scale3d(1,1,1);opacity:1;visibility:visible}
.change-language .change-language-cont li{display:inline-block;vertical-align:top;width:30%;margin:0 0 10px;font-size:10pt;overflow:hidden;padding:0 10px 0 0}
.change-language .change-language-cont .lang-item-hide{display:none !important}
.change-language .change-language-cont .lang-more{position:relative;display:block;text-align:center;cursor:pointer;line-height:30px}
.change-language .change-language-cont .more-active{font-size:20px}
.language-flag span{position:relative;display:inline-block;vertical-align:top;*display:inline;*zoom:1;white-space:nowrap;padding:0 0 0 33px;overflow:hidden}
.change-language::-webkit-scrollbar{width:5px}
.change-language::-webkit-scrollbar-track{background-color:#fff}
.change-language::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}
.change-language .language-cont:hover::-webkit-scrollbar-thumb{display:block}
.language-flag .country-flag{position:absolute;left:0;top:50%;display:inline-block;vertical-align:top;*display:inline;*zoom:1;background-repeat:no-repeat;background-image:url(../images/all-m.gif);width:22px;height:16px;margin:-8px 5px 0}
li.language-flag a{position:relative}
.language-flag-af .country-flag{background-position:0 0 !important}
.language-flag-sq .country-flag{background-position:0 -16px !important}
.language-flag-ar .country-flag{background-position:0 -32px !important}
.language-flag-hy .country-flag{background-position:0 -48px !important}
.language-flag-az .country-flag{background-position:0 -64px !important}
.language-flag-eu .country-flag{background-position:0 -80px !important}
.language-flag-be .country-flag{background-position:0 -96px !important}
.language-flag-bg .country-flag{background-position:0 -112px !important}
.language-flag-ca .country-flag{background-position:0 -128px !important}
.language-flag-zh .country-flag{background-position:0 -144px !important}
.language-flag-zh-TW .country-flag{background-position:0 -160px !important}
.language-flag-hr .country-flag{background-position:0 -176px !important}
.language-flag-cs .country-flag{background-position:0 -192px !important}
.language-flag-da .country-flag{background-position:0 -208px !important}
.language-flag-nl .country-flag{background-position:0 -240px !important}
.language-flag-en .country-flag{background-position:0 -256px !important}
.language-flag-et .country-flag{background-position:0 -272px !important}
.language-flag-tl .country-flag{background-position:0 -288px !important}
.language-flag-fi .country-flag{background-position:0 -304px !important}
.language-flag-fr .country-flag{background-position:0 -320px !important}
.language-flag-gl .country-flag{background-position:0 -336px !important}
.language-flag-ka .country-flag{background-position:0 -352px !important}
.language-flag-de .country-flag{background-position:0 -368px !important}
.language-flag-el .country-flag{background-position:0 -384px !important}
.language-flag-ht .country-flag{background-position:0 -400px !important}
.language-flag-iw .country-flag{background-position:0 -416px !important}
.language-flag-hi .country-flag,.language-flag-te .country-flag,.language-flag-kn .country-flag,.language-flag-ta .country-flag,.language-flag-gu .country-flag{background-position:0 -432px !important}
.language-flag-hu .country-flag{background-position:0 -448px !important}
.language-flag-is .country-flag{background-position:0 -464px !important}
.language-flag-id .country-flag{background-position:0 -480px !important}
.language-flag-ga .country-flag{background-position:0 -496px !important}
.language-flag-it .country-flag{background-position:0 -512px !important}
.language-flag-ja .country-flag{background-position:0 -528px !important}
.language-flag-ko .country-flag{background-position:0 -544px !important}
.language-flag-la .country-flag{background-position:0 -560px !important}
.language-flag-lv .country-flag{background-position:0 -576px !important}
.language-flag-lt .country-flag{background-position:0 -592px !important}
.language-flag-mk .country-flag{background-position:0 -608px !important}
.language-flag-ms .country-flag{background-position:0 -624px !important}
.language-flag-mt .country-flag{background-position:0 -640px !important}
.language-flag-no .country-flag{background-position:0 -656px !important}
.language-flag-fa .country-flag{background-position:0 -672px !important}
.language-flag-pl .country-flag{background-position:0 -688px !important}
.language-flag-pt .country-flag{background-position:0 -704px !important}
.language-flag-ro .country-flag{background-position:0 -720px !important}
.language-flag-ru .country-flag{background-position:0 -736px !important}
.language-flag-sr .country-flag{background-position:0 -752px !important}
.language-flag-sk .country-flag{background-position:0 -768px !important}
.language-flag-sl .country-flag{background-position:0 -784px !important}
.language-flag-es .country-flag{background-position:0 -800px !important}
.language-flag-sw .country-flag{background-position:0 -816px !important}
.language-flag-sv .country-flag{background-position:0 -832px !important}
.language-flag-th .country-flag{background-position:0 -848px !important}
.language-flag-tr .country-flag{background-position:0 -864px !important}
.language-flag-uk .country-flag{background-position:0 -880px !important}
.language-flag-ur .country-flag{background-position:0 -896px !important}
.language-flag-vi .country-flag{background-position:0 -912px !important}
.language-flag-cy .country-flag{background-position:0 -928px !important}
.language-flag-yi .country-flag{background-position:0 -944px !important}
.language-flag-bn .country-flag{background-position:0 -960px !important}
.language-flag-eo .country-flag{background-position:0 -976px !important}
.language-flag.language-flag-custom-afghanistan .country-flag{background-position:0 -992px !important}
.language-flag.language-flag-custom-albania .country-flag{background-position:0 -1008px !important}
.language-flag.language-flag-custom-algeria .country-flag{background-position:0 -1024px !important}
.language-flag.language-flag-custom-argentina .country-flag{background-position:0 -1040px !important}
.language-flag.language-flag-custom-australia .country-flag{background-position:0 -1056px !important}
.language-flag.language-flag-custom-austria .country-flag{background-position:0 -1072px !important}
.language-flag.language-flag-custom-belgium .country-flag{background-position:0 -1088px !important}
.language-flag.language-flag-custom-brazil .country-flag{background-position:0 -1104px !important}
.language-flag.language-flag-custom-canada .country-flag{background-position:0 -1120px !important}
.language-flag.language-flag-custom-chile .country-flag{background-position:0 -1136px !important}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag{background-position:0 -1152px !important}
.language-flag.language-flag-custom-ecuador .country-flag{background-position:0 -1168px !important}
.language-flag.language-flag-custom-egypt .country-flag{background-position:0 -1184px !important}
.language-flag.language-flag-custom-england .country-flag{background-position:0 -1200px !important}
.language-flag.language-flag-custom-luxembourg .country-flag{background-position:0 -1216px !important}
.language-flag.language-flag-custom-malaysia .country-flag{background-position:0 -1232px !important}
.language-flag.language-flag-custom-mexico .country-flag{background-position:0 -1248px !important}
.language-flag.language-flag-custom-new-zealand .country-flag{background-position:0 -1264px !important}
.language-flag.language-flag-custom-oman .country-flag{background-position:0 -1280px !important}
.language-flag.language-flag-custom-qatar .country-flag{background-position:0 -1296px !important}
.language-flag.language-flag-custom-saudi-arabia .country-flag{background-position:0 -1312px !important}
.language-flag.language-flag-custom-singapore .country-flag{background-position:0 -1328px !important}
.language-flag.language-flag-custom-south-africa .country-flag{background-position:0 0 !important}
.language-flag.language-flag-custom-switzerland .country-flag{background-position:0 -1344px !important}
.language-flag.language-flag-custom-syria .country-flag{background-position:0 -1360px !important}
.language-flag.language-flag-custom-united-arab-emirates .country-flag{background-position:0 -1376px !important}
.language-flag.language-flag-custom-united-states-of-america .country-flag{background-position:0 -1392px !important}
.language-flag-hy .country-flag{background-position:0 -1408px}
.language-flag-bs .country-flag{background-position:0 -1424px}
.language-flag-ceb .country-flag{background-position:0 -1440px}
.language-flag-ny .country-flag{background-position:0 -1456px}
.language-flag-ha .country-flag{background-position:0 -1472px}
.language-flag-hmn .country-flag{background-position:0 -1488px}
.language-flag-ig .country-flag{background-position:0 -1504px}
.language-flag-jw .country-flag{background-position:0 -1520px}
.language-flag-kk .country-flag{background-position:0 -1536px}
.language-flag-km .country-flag{background-position:0 -1552px}
.language-flag-lo .country-flag{background-position:0 -1568px}
.language-flag-la .country-flag{background-position:0 -1584px}
.language-flag-mg .country-flag{background-position:0 -1600px}
.language-flag-ml .country-flag{background-position:0 -1616px}
.language-flag-mi .country-flag{background-position:0 -1632px}
.language-flag-mr .country-flag{background-position:0 -1648px}
.language-flag-mn .country-flag{background-position:0 -1664px}
.language-flag-my .country-flag{background-position:0 -1680px}
.language-flag-ne .country-flag{background-position:0 -1696px}
.language-flag-pa .country-flag{background-position:0 -1712px}
.language-flag-st .country-flag{background-position:0 -1728px}
.language-flag-si .country-flag{background-position:0 -1744px}
.language-flag-so .country-flag{background-position:0 -1760px}
.language-flag-su .country-flag{background-position:0 -1776px}
.language-flag-tg .country-flag{background-position:0 -1792px}
.language-flag-uz .country-flag{background-position:0 -1808px}
.language-flag-yo .country-flag{background-position:0 -1824px}
.language-flag-zu .country-flag{background-position:0 -1840px}
.animated {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite {-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge {-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes fadeInLeftA{0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInLeftA{0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);-ms-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInLeftA{-webkit-animation-name:fadeInLeftA;animation-name:fadeInLeftA}

@-webkit-keyframes fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRightA{0%{opacity:0;-webkit-transform:translate3d(20%,0,0);-ms-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInRightA{-webkit-animation-name:fadeInRightA;animation-name:fadeInRightA}
@-webkit-keyframes twinkling{0%{opacity:0;}100%{opacity:1;}}
@-webkit-keyframes OrangePulse {from {background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}50% {background-color:rgba(210,174,109,1);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}to {background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}}
@-webkit-keyframes swing{20%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}40%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}60%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}40%{-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}60%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes jump{0%{-webkit-transform:translateY(0);}25%{-webkit-transform:translateY(-20%);}50%{-webkit-transform:translateY(0);}75%{-webkit-transform:translateY(-10%);}100%{-webkit-transform:translateY(0);}}
@keyframes jump{0%{transform:translateY(0);}25%{transform:translateY(-20%);}50%{transform:translateY(0);}75%{transform:translateY(-10%);}100%{transform:translateY(0);}}
@-webkit-keyframes bounceInA{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes bounceInA{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
.bounceInA{-webkit-animation-name:bounceInA;animation-name:bounceInA;-webkit-animation-duration:.75s;animation-duration:.75s}
@-webkit-keyframes fadeInDownA{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDownA{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInDownA{-webkit-animation-name:fadeInDownA;animation-name:fadeInDownA}
@keyframes fadeInA{0%{opacity:0;}100%{opacity:1;}}
.fadeInA{-webkit-animation-name:fadeInA;animation-name:fadeInA}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}