@charset "utf-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-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: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transform: none!important;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-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;
	-moz-transform-style: preserve-3d;
	-ms-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, left top, right 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: -moz-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, right top, left 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: -moz-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 top, left bottom, 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: -moz-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 bottom, left top, 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: -moz-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-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.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, .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;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.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-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-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-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;
	-moz-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-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: 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%;
	object-fit: contain
}
.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-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-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: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}



/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #000;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #e85300;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	color: #004491;
	text-decoration: none
}
a:active {
	color: #004491;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
/**ly_top**/
.ly_top {
	width: 96%;
	max-width: 1440px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.ly_top .top_logo {
	width: 500px;
	height: 120px;
	overflow: hidden;
	margin:1% 0;
	padding: 0;
	float: left;
}
.htop{width:100%;height:30px;border-bottom:1px solid #eee;}
.htopbox{max-width:1230px;height:30px;line-height:30px;margin:0 auto;}
.htopbox .htopl{width:85%;float:left;text-align:left;}
.htopbox .htopr{width:5%;float:right;text-align:right;}
@media (max-width:1024px) {
	.htopbox{padding:0 3%;font-size:0.5em;}
}
.applet{width:80px;height:30px;display:inline;text-align:center;position:relative;}
.applet img{display:none;margin-left:1010px;border-radius:8px;}
.applet:hover img{position:absolute;top:0;padding-top:30px;display:block;z-index:99999;}
@media (max-width:1200px) {
.applet{display:none;}
}
#header .container .top_tel {
	float: right;
	width: 255px;
	overflow: hidden;
	margin: 10px 0;
	padding-left: 58px;
	background: url(https://img.ligentcn.com/ico/tel.png) left center no-repeat;
}
#header .container .top_tel p {
	font-size: 16px;
	color: #999;
}
#header .container .top_tel span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #004491;
}
@media (max-width:1199px) {
.ly_top {
	width: 96%;
}
}
@media (max-width:991px) {
.ly_top {
	height: auto;
}
.ly_top .top_logo {
	width: 446px;
	height: auto;
}
#header .container .top_tel {
	width: 180px;
	margin: 30px 0;
}
#header .container .top_tel span {
	font-size: 22px;
}
.ly_top .top_logo a img {
	max-width: 96%;
	display: inline-block;
	vertical-align: top;
}
.kfoutbox{display:none;}
}
@media (max-width:767px) {
.ly_top {
	height: auto;
}
#header .container .top_tel {
	display: none;
}
.ly_top .top_logo {
	width: 100%;
	height: auto;
}
.ly_top .top_logo a {
	display: block;
	width: 100%;
	text-align: center;
}
.ly_top .top_logo a img {
	max-width: 96%;
	display: inline-block;
	vertical-align: top;
}
}

#header .container{
	width:95%;
	max-width:1230px;
	margin:10px auto;
}
/*导航*/
#nav {
	background-color: rgb(0, 68, 145);
	width: 100%;
}
#nav ul li {
	float: left;
	width: 11%;
}
#nav ul li a {
	color: #fff;
	width: 98%;
	padding: 0 1%;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: visible;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
#nav ul li a:hover {
	color: #fff;
	background:rgb(0,88,185,0.75);
	z-index: 1603;
}

/* #nav ul li a:after {
	content: attr(data-title);
	position: absolute;
	top: 1%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1602;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
#nav ul li a.active:after, #nav ul li a:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #ffffff;
	color: #004491;
	opacity: 1;
	visibility: visible;
	line-height: 60px;
} */
.web_nav {
	display: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 15px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
	outline: none;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.zy_pro {
	width: 100%;
	position: relative;
	margin-top: -50px;
	left: 0;
	text-align:center;
	background:none;
	z-index:999;
}
.zy_pro_in {
	width: 92%;
	padding:.5%;
	margin: 0 auto;
	background:rgba(0,68,145,0.9);
	line-height: 22px;
	color: #ffffff;
	font-size: 16px;
	border-radius:5px;
	box-shadow: 0 0 5px 5px #004491;
}
.zy_pro_in em {
	font-weight:bold;
}

.h_tlt1 {
	width: 100%;
}
.h_tlt1 p {
	font-size: 32px;
	font-weight:bold;
	color: #004491;
	text-align: center;
}
.h_tlt1 span {
	display: block;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f1f1f1;
}
/*我们的优势*/
.youshi_wrap {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	margin-left: 0;
}
.h_youshi {
	width: 100%;
}
.h_youshi_in {
	width: 90%;
	max-width: 1440px;
	padding: 40px 0;
	margin: 0 auto;
}
.h_youshi_in ul {
	padding-top: 40px;
}
.h_youshi_in ul li {
	float: left;
	margin:6px;
	padding:15px 0;
	width:24%;
	height:360px;
}
.h_youshi_in ul li:hover{
	background:#f9f9f9;
	transition: all 1s ease 0s;
	border-radius:6px;
}
.h_youshi_in ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_youshi_in ul li .icon {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
	-o-transition: background;
	transition: all ease 1.2s;
}
.h_youshi_in ul li .icon span {
    color: #232a34;
    background-color: #f5f7f9;
    display: inline-block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    border-radius: 50%;
	transition: all ease .3s;
}
.h_youshi_in ul li .icon span.sc_icon.bg_icon.sc_icon_round, 
.h_youshi_in ul li .icon span.sc_icon.no_bg_icon.sc_icon_round {
    position: relative;
    z-index: 1;
}
.sc_icon_round {
    display: inline-block;
    text-align: center;
}
.h_youshi_in ul li .icon span.sc_icon.bg_icon.sc_icon_round:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: inherit;
    border-radius: 50%;
    box-sizing: content-box;
    pointer-events: none;
    -webkit-transition: background-color 1.3s ease-out;
    -moz-transition: background-color 1.3s ease-out;
    -ms-transition: background-color 1.3s ease-out;
    -o-transition: background-color 1.3s ease-out;
    transition: background-color 1.3s ease-out;
    
}
.h_youshi_in ul li:hover .icon span.sc_icon.bg_icon.sc_icon_round:before, 
.h_youshi_in ul li:hover .icon span.sc_icon.no_bg_icon.sc_icon_round:before {
    color: #ffffff;
}
.h_youshi_in ul li:hover .icon span.sc_icon.bg_icon.sc_icon_round:after {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
}
.h_youshi_in ul li:hover .icon span.sc_icon.bg_icon.sc_icon_round:after {
    -webkit-transition: -webkit-transform 0.5s, opacity .8s;
    -moz-transition: -moz-transform 0.5s, opacity .8s;
    transition: transform 0.5s, opacity .8s;
}
.h_youshi_in ul li .icon span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://img.ligentcn.com/ico/ys1.png) center center no-repeat;
	background-size: cover;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon2 span {
	background: url(https://img.ligentcn.com/ico/ys2.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .icon3 span {
	background: url(https://img.ligentcn.com/ico/ys3.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .icon4 span {
	background: url(https://img.ligentcn.com/ico/ys4.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .tlt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #2a333c;
}
.h_youshi_in ul li p {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height:22px;
	color: #999;
	padding:0 3%;
	text-indent: 2em;
	text-align:justify;
}
.h_youshi_in ul li p span{color:red;}
.h_youshi_in ul li:hover .icon {
	background: #004491;
}
.h_youshi_in ul li:hover .icon1 span {
	background: url(https://img.ligentcn.com/ico/ys1a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon2 span {
	background: url(https://img.ligentcn.com/ico/ys2a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon3 span {
	background: url(https://img.ligentcn.com/ico/ys3a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon4 span {
	background: url(https://img.ligentcn.com/ico/ys4a.png) center center no-repeat;
	background-size: cover;
}
/* index、tabs */
.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 1440px;
  box-shadow: 0 1px 0 rgba(0, 68, 145, 0.1);
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.tabs .h_tlt1{margin:40px 0;}
.tabs-header {
	width:22%;float:left;
  position: relative;
  overflow: hidden;
}
.tabs-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* width: calc(100% - 30px); */
}
.tabs-header li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height:65px;
  line-height:65px;
  border-bottom:1px solid #fff;
  background: #004491;
  background: rgb(18,95,181,0.85);
}
.tabs-header li:hover {
  background:#004491;
  transition: 0.3s ease;
}
.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  color: #FFFFFF;
  font-weight: 500;
  text-align:center;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs-content {
	width:76%;float:right;
  position: relative;
  padding-right:1%;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  overflow: hidden;
}
.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}
.more{display:block;width:200px;height:60px;line-height:60px;text-align:center;border-radius:5px;margin:50px auto;background:#004491;font-size:24px;color:#fff;}
.more:hover{color:#fff;}
@media (min-width: 560px){
	.tabs-header {width:12%;margin-left:1%;}
	.tabs-content {width:86%;}
}
.tabs .tabs-content .pro_bd ul li {
	float: left;
	width: 30%;
	margin:0 2%;
	margin-bottom: 30px;
}
.tabs .tabs-content .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}
.tabs .tabs-content .pro_bd ul li>div {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 2px 2px;
	background: #fff;
	border:1px solid #eee;
	padding-bottom: 20px;
	position: relative;
}
.tabs .tabs-content .pro_bd ul li>div a {
	display: block;
}
.tabs .tabs-content .pro_bd ul li>div .pro_img {
	text-align: center;
	width: 100%;
	height: 300px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.tabs .tabs-content .pro_bd ul li>div .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	width: 280px;
	/* max-height: 90%; */
}
.tabs .tabs-content .pro_bd ul li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.tabs .tabs-content .pro_bd ul li>div p a {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #555;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabs .tabs-content .pro_bd ul li>div span {
	margin: 0 auto;
	display: block;
	width: 118px;
	height: 34px;
	border: 1px solid #dadada;
	display: block;
	text-align: center;
	line-height: 34px;
	background: none;
	position: relative;
}
.tabs .tabs-content .pro_bd ul li>div span:before {
	content: "";
	position: absolute;
	background: #004491;
	width: 0;
	height: 34px;
	left: 0;
	z-index: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.tabs .tabs-content .pro_bd ul li>div span i {
	position: relative;
	z-index: 1;
	background: url(https://img.ligentcn.com/ico/pro_jt.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 34px;
}
.tabs .tabs-content .pro_bd ul li .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #004491;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.tabs .tabs-content .pro_bd ul li .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #004491;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.tabs .tabs-content .pro_bd ul li .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #004491;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.tabs .tabs-content .pro_bd ul li .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #004491;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.tabs .tabs-content .pro_bd ul li>div:hover .l1 {
	width: 100%;
}
.tabs .tabs-content .pro_bd ul li>div:hover .l2 {
	height: 100%;
}
.tabs .tabs-content .pro_bd ul li>div:hover .l3 {
	width: 100%;
}
.tabs .tabs-content .pro_bd ul li>div:hover .l4 {
	height: 100%;
}
.tabs .tabs-content .pro_bd ul li>div:hover span {
	border: 1px solid #ffffff;
}
.tabs .tabs-content .pro_bd ul li>div:hover span i {
	background: url(https://img.ligentcn.com/ico/pro_jt2.png) center center no-repeat;
}
.tabs .tabs-content .pro_bd ul li>div:hover span:before {
	width: 100%;
}
/* reason */
.reason{width:100%;height:216px;background:#004491;/* background:url(https://img.ligentcn.com/ico/ysbox_bg.jpg) center center no-repeat; */}
.reason .reasonbox{max-width:1440px;max-height:216px;margin:0 auto;}
.reason .reasonbox ul li{float:left;width:25%;height:216px;}
.reason .reasonbox ul .imgl{background:url(https://img.ligentcn.com/ico/F05.png) no-repeat;}
.reason .reasonbox ul .imgc{width:50%;height:216px;background:url(https://img.ligentcn.com/ico/imgc.png) center no-repeat;background-size:100% 100%;}
.reason .reasonbox ul .imgr{background:url(https://img.ligentcn.com/ico/imgr.png) no-repeat;}
@media (max-width:992px) {
.reason{height:140px !important;}
.reason .imgc{width:100% !important;height:140px !important;background:cover !important;}
.reason .imgl,.imgr{display:none;}
}
/* NEWS */
.h_news_wrap {
	background: #f8f8f8;
	width: 100%;
	background-attachment: fixed;
}
.h_news {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.h_tlt1 {
	width: 100%;
}
.h_tlt1 p {
	font-size: 24px;
	font-weight: bold;
	color: #004491;
	text-align: center;
}
.h_tlt1 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004491;
	text-align: center;
}
.h_tlt1 span {
	display: block;
	font-size: 15px;
	font-weight: lighter;
	color: #666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #f1f1f1;
}
.h_tlt1 em {
	display: block;
	width: 58px;
	height: 2px;
	background: #004491;
	margin: 0 auto;
}
.h_news .news_bd {
	padding-top: 40px;
	overflow: hidden;
}
.h_news .news_bd .news_tj {
	width: 49%;
	float: left;
}
.h_news .news_bd .news_tj .news_tj_img a {
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #f5f5f5;
}
.h_news .news_bd .news_tj .news_tj_img a img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	transition-duration: 3s;
	-ms-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
.h_news .news_bd .news_tj .news_tj_img a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
}
.h_news .news_bd .news_tj .news_tj_img a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_news .news_bd .news_tj .news_tj_con {
	background: #ffffff;
	padding: 10px 20px 30px;
}
.h_news .news_bd .news_tj p a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #004491;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.h_news .news_bd .news_tj p a:hover {
	color: #004491;
}
.h_news .news_bd .news_tj span {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 22px;
	background: #ffffff;
	height: 66px;
	overflow: hidden;
}
.h_news .news_bd .news_tj em {
	display: block;
	font-size: 16px;
	color: #c6c6c6;
	padding-top: 10px;
	background: #ffffff;
}
.h_news .news_bd ul {
	width: 49%;
	float: right;
}
.h_news .news_bd ul li {
	background: #ffffff;
	padding: 24px;
	margin-bottom: 20px;
	position: relative;
}
.h_news .news_bd ul li:hover{border-radius:6px;}
.h_news .news_bd ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #004491;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
	transition: all 1s ease 0s;
}
.h_news .news_bd ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.h_news .news_bd ul li .news_time span {
	font-size: 16px;
	color: #fff;
}
.h_news .news_bd ul li .news_con {
	padding-left: 110px;
}
.h_news .news_bd ul li .news_con p{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 1s ease 0s;
}
.h_news .news_bd ul li .news_con span {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.h_news .news_bd ul li:hover .news_time {
	background:rgb(18,95,181,0.85);
	left: 30px;
	border-radius:8px;
	transition: all .3s ease 0s;
}
.h_news .news_bd ul li:hover .news_con p{
	color: #004491;
	transition: all .3s ease 0s;
}


.h_article {
	width: 100%;
	background: #f8f8f8;
	padding:0 0 50px;
}
.h_article .container{
	width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}
.h_article ul {
	width: 100%;
	padding: 5px 0 0;
}
.h_article ul li {
	background: #ffffff;
	padding: 24px;
	margin-bottom: 20px;
	position: relative;
}
.h_article ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #cacaca;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
	transition: all 1s ease 0s;
}
.h_article ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.h_article ul li .news_time span {
	font-size: 16px;
	color: #fff;
}
.h_article ul li .news_con {
	padding-left: 110px;
}
.h_article ul li .news_con p{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_article ul li .news_con span {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.h_article ul li:hover .news_time {
	background: #004491;
	left: 30px;
	border-radius:8px;
	transition: all .3s ease 0s;
}
.h_article ul li:hover .news_con p{
	color: #004491
}
.h_article .more{display:block;margin:50px auto 0;}
/*NEWS END*/
/* hezuo */
.hezuo{width:100%;max-width:1440px;max-height:366px;margin:50px auto;}
.hezuo img{display:block;width:100%;}
/**ly_nav**/
.ly_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #004491;
}
.navigation {
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
	position: relative;
	width: 11%;
}
.navigation li a {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.navigation li:hover, .navigation li a:hover, .navigation li a.nav_on {
	color: #fff;
	background-color: #004491;
}
.navigation ul {
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #e20100;
}
.navigation ul li {
	width: 120px;
	float: left;
	border-top: none;
}
.navigation ul li:nth-child(even) {
	background-color: #f5f6f8;
}
.navigation ul a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	color: #4e607b;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
}
.navigation ul a:hover {
	color: #fff;
	background-color: #fe0100;
}
.web_nav {
	display: none;
	width: 90%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 12px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:1199px) {
.navigation {
	width: 96%;
}
.navigation li {
	width: 11%;
}
.navigation li a {
	width: 100%;
}
}
@media (max-width:767px) {
.web_nav {
	width: 96%;
	display: block;
}
.navigation {
	width: 100%;
	display: none;
}
.navigation li {
	width: 100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ffffff;
}
.navigation li a {
	color: #515671;
	height: 40px;
	line-height: 40px;
}
}
/**banner**/
.apple-banner {
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
	height: 530px;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	width: 8%;
	height: 100%;
	top: 0;
	background: none;
}
.apple-banner .swiper-button-prev {
	left: 0;
}
.apple-banner .swiper-button-next {
	right: 0;
}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: url(https://img.ligentcn.com/ico/arrows1.png) no-repeat center center;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: .5;
}
.apple-banner .swiper-button-next span {
	background: url(https://img.ligentcn.com/ico/arrows2.png) no-repeat center center;
	left: 0;
}
.apple-banner .swiper-button-prev:hover span, .swiper-button-next:hover span {
	opacity: 1;
}
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 20px;
	background: none;
	opacity:.3;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 100%;
	height: 100%;
	display: block;
}
.apple-banner .swiper-pagination-bullet i {
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.apple-banner .swiper-pagination-bullet.current i, .apple-banner .swiper-pagination-bullet.swiper-pagination-bullet-active i, .apple-banner .swiper-pagination-bullet.swiper-pagination-bullet-active.firsrCurrent i {
	background: #004491;
}
@media (max-width:1440px) {
.apple-banner {
	height: 470px;
}
.apple-banner .swiper-container {
	height: 470px;
}
.h_youshi_in ul li{margin: 5px;height:360px;}
}
@media (max-width:1199px) {
.apple-banner {
	height: 400px;
}
.apple-banner .swiper-container {
	height: 400px;
}
.tabs .tabs-content .pro_bd ul li {
	width: 30%;
}
.tabs .tabs-content .pro_bd ul li>div a .pro_img {
	height: 300px;
}
.h_youshi_in ul li{margin: 5px;height:430px;}
}
@media (max-width:991px) {
.zy_pro {
margin-top: -15px;
}
.apple-banner {
	height: 300px;
}
.apple-banner .swiper-container {
	height: 300px;
}
.tabs .tabs-content .pro_bd ul li {
	width: 28%;
}
.tabs .tabs-content .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.tabs .tabs-content .pro_bd ul li:nth-child(3n) {
	margin-right: 4%;
}
.tabs .tabs-content .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}

.h_youshi_in ul li{width:23.5%;margin: 5px;height:430px;}

}
@media (max-width:882px) {
.h_youshi_in ul li{height:240px;}
}
@media (max-width:767px) {
.apple-banner {
	height: 160px;
}
.apple-banner .swiper-container {
	height: 160px;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	display: none !important;
}
.apple-banner .swiper-pagination {
	bottom: 10px;
}
.apple-banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
.tabs-header a{font-size:0.75em;line-height:1.2em;padding:30% 10%;}

.tabs .tabs-content .pro_bd ul li {
	width: 46%;
}
.tabs .tabs-content .pro_bd ul li:nth-child(2n) {
	margin-right: 0px;
}
.tabs .tabs-content .pro_bd ul li>div p a {
	font-size: 16px;
}
.tabs .tabs-content .pro_bd ul li>div a .pro_img {
	height: 130px;
}
.tabs .tabs-content .pro_bd ul li>div span {
	width: 88px;
	height: 26px;
}
.tabs .tabs-content .pro_bd ul li>div span i {
	height: 26px;
}
.h_youshi_in ul li{height:300px;}
}
@media (max-width:440px) {
	.h_youshi_in ul li{height:360px;}
}
/*banner END*/

/*公告*/
.announcement_main {
	padding: 20px 0 0;
}
.announcement {
	min-height: 45px;
	line-height: 45px;
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 0;
	background: #f9f9f9;
}
.announcement .gg_in {
	width: 97%;
	margin: 0 auto;
}
.announcement .announcement_title {
	float: left;
	text-indent: 35px;
	color: #555;
	background: url(https://img.ligentcn.com/ico/announcement_title.png) no-repeat 8px center;
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
}
.announcement .announcement_body {
	float: left;
	width: 690px;
	line-height: 45px;
	font-size: 16px;
	color: #555;
}
.announcement .announcement_bottom {
	float: right;
	width: 280px;
}
.announcementlist {
}
.announcementlist li {
	line-height: 45px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.announcementlist li a {
	color: #555;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 1s ease 0s;
}
.announcementlist li a:hover {
	color: #004491;
	transition: all .3s ease 0s;
}
.announcementlist li span {
	float: left;
	margin-left: 15px;
	color: #555;
	width: 20%;
}
.ny_announcement_main {
	background: #fff;
	margin-bottom: 15px;
	padding: 10px 0 0;
}
.ny_announcement_main .announcement {
	background: #f5f5f5;
	padding: 10px 0;
}
.ny_announcement_main .form_text1 {
	background: #fff;
}
/*搜索 */
.form1 {
	line-height: 45px;
}
.form_text1 {
	float: left;
	width: 76%;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	outline: none;
	background: #fff;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-ms-transition: all 0.6s cubic-beziercubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	position: relative;
	-moz-box-shadow:inset 0 0 5px red;
	-webkit-box-shadow:inset 0 0 5px red;
	box-shadow:inset 0 0 5px red;
}
.form_text1:focus {
	padding-left:2%;
	border-color: #ffffff;
	outline: 0;
}
.form_button1 {
	float: left;
	width: 20%;
	font-size: 15px;
	height: 42px;
	background: #004491 url(https://img.ligentcn.com/ico/search_btn.png) center center no-repeat;
	border: 0;
	outline: 0;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.form_button1 {
	background-size: 23px;
}
.form_button1:hover {
	background: #004491 url(https://img.ligentcn.com/ico/search_btn.png) center center no-repeat;
	background-size: 23px;
}
@media (max-width:1200px) {
.announcement .announcement_bottom {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.form_text1 {
	width: 80%;
	height: 42px;
	box-sizing: border-box;
}
.form_button1 {
	width: 20%;
	box-sizing: border-box;
}
}
@media (max-width:767px) {
.announcement .gg_in {
	width: 94%;
}
.announcement_main {
	padding: 10px 0 0;
}
.announcement .announcement_title {
	display: none;
}
.announcement .announcement_body {
	display: none;
}
.announcementlist li a {
	width: 95%;
	font-size: 12px;
}
.announcementlist li span {
	width: 35%;
	font-size: 12px;
	margin-left: 5px;
}
}
/**ly_show**/
.ly_show {
	width: 100%;
	padding: 40px 0;
	background: #f5f5f5;
}
.ly_show_in {
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
}
.ly_show .show_menu {
	width: 20%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.ly_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}
.ly_title p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.ly_title p font {
	color: #004491;
}
.ly_title span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin: 10px auto 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	text-align: center;
}
.ly_title2 p {
	color: #fff;
}
.ly_title2 p font {
	color: #fff;
}
.ly_title2 span {
	color: #fff;
}
.show_menu .menu_tit {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: #004491;
	box-sizing: border-box;
	text-align: center;
}
.menu_tit p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}
.menu_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 16px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit em {
	display: none;
}
.show_menu .menu_list {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 19px;
	box-sizing: border-box;
}
.show_menu .menu_list ul{
	display:block;
}
.menu_list .menu_li {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
	box-sizing: border-box;
}
.menu_li>p>a {
	width: 60%;
	float: left;
	display: block;
	color: #515671;
}
.menu_li p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.menu_li>p>span {
	display: block;
	width: 30%;
	height: 40px;
	float: right;
	background: url(https://img.ligentcn.com/ico/menu_tb1.png) 80% center no-repeat;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_content .show_menu .menu_list {
	background: rgb(156,203,255,0.3);
}
.ny_content .menu_li p {
	background: #fff;
}
.ny_content .show_list ul li .show_pro_img {
	/*background: rgb(156,203,255,0.3);*/
}
.ny_content .show_list ul li p {
	/*background: rgb(156,203,255,0.3);*/
}
.menu_li ul li a:hover p {
	color: #004491;
}
.menu_li>p>span.on {
	transform: rotateX(180deg);
}
.menu_li>p:hover {
	background: #004491;
	color: #fff;
}
.menu_li>p:hover a {
	color: #fff;
}
.menu_li>p:hover span {
	background: url(https://img.ligentcn.com/ico/menu_tb3.png) 80% center no-repeat;
}
.menu_li ul {
	display: none;
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	padding: 10px 0;
}
.filter-cen a{padding:3px 8px;line-height:36px;border:1px solid #eee;border-radius:6px;}
.filter-cen .active{border:1px solid #004491;color:#004491;}
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li {
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.menu_li ul li a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #808ea4;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.menu_li ul li a p {
	width: 100%;
	color: #666;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
}
.menu_li p img, .menu_li ul li a img {
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px 13px 13px 0;
	padding: 0;
	float: left;
}
.menu_li ul li a img {
	margin: 7px 13px 13px 0;
}
.menu_li ul li a:hover {
	color: #004491;
}
.ly_show .show_list {
	width: 80%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}
.show_list ul li {
	width: 22%;
	margin: 0 0 20px;
	padding: 0 0 0 3%;
	float: left;
}
.arc_list ul li{
	width:100% !important;
	line-height:40px;
	border-bottom:1px solid #eee;
	margin: 0 !important;
}
.arc_list ul li span{display:inline;float:right;}
@media (max-width:767px) {
	.arc_list ul li span{display:none;}
}
.show_list ul li>div {/*box-shadow: 0px 0px 0px 1px #e0e0e0;*/
}
.show_list ul li a {
	display: block;
	margin: 0 auto;
}
.show_list ul li .show_pro_img {
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li .show_pro_img a {
	margin: 0 auto;
	padding: 9px;
}
.show_pro_img span {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.show_pro_img span img {
	display: block;
	max-width: 95%;
	max-height: 95%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li p {
	width: 98%;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	color: #333;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 1%;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.show_list ul li p a {
	color: #333;
	font-size: 16px;
}
.show_list ul li>div:hover p {
	
}
.show_list ul li>div:hover p a {
	color: #004491;
}
.show_list ul li>div:hover img {
	border-radius:5%;
}
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  85% {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  85% {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  85% {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  85% {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
.show_list ul li>div:hover img{
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
@media (max-width:1440px) {
.show_pro_img span {
	height: 240px;
}
}
@media (max-width:1199px) {
.ly_show {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.ly_title span {
	margin: 5px auto 0;
}
.ly_show .show_menu {
	width: 21%;
}
.ly_show .show_list {
	width: 78%;
}
.show_pro_img span {
	width: 100%;
	height: 230px;
}
.show_list ul li p {
	width: 98%;
}
.menu_li p {
	width: 100%;
	padding: 0 5px;
}
.menu_li ul {
	width: 100%;
}
.menu_li ul li a {
	padding: 0 10px;
}
}
@media (max-width:991px) {
.ly_title {
	margin: 0 auto 20px;
}
.ly_title p {
	font-size: 24px;
}
.ly_title span {
	margin: 0 auto 0;
}
.ny_content .content_left {
	width: 100%;
}
.ny_content .content_right {
	width: 100%;
}
.content_left .show_menu {
	width: 100%;
	margin-bottom: 20px;
}
.ly_show .show_menu {
	width: 100%;
	margin-bottom: 20px;
}
.show_menu .menu_list ul{
	display:none;
}
}
@media (max-width:767px) {
.show_list ul li {
	margin: 0 0 10px;
}
.ly_show {
	padding: 10px 0 20px;
}
.show_pro_img span {
	height: 140px;
}
.ly_title span {
	display: none;
}
.ly_title {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.ly_title2 {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}
}
/*首页关于我们*/
.ly_about {
	width: 100%;
	background: #004491;
}
.ly_about_in {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0;
}
.ly_about_in .gsjj {
	background: #fff;
	padding: 35px 30px;
}
.gsjj_img {
	float: left;
	width: 40%;
}
.gsjj_img img {
	max-width: 100%;
}
.gsjj_in {
	width: 57%;
	float: right;
	margin: 0 0 0 0;
}
.gsjj .h_d {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.gsjj div.desc {
	font-size: 16px;
	color: #555;
	line-height: 28px;
	margin-top: 20px;
	height: 225px;
	overflow: hidden;
}
.gsjj a.more {
	display: block;
	width: 140px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #004491;
	float: right;
	margin-top: 15px;
}
.gsjj a.more:hover {
	cursor: pointer;
	opacity: 0.8;
}
@media (max-width:1199px) {
.ly_about_in {
	width: 96%;
	padding: 20px 0 40px;
}
.gsjj {
	background: none;
}
.gsjj_img {
	width: 46%;
}
.gsjj_img img {
	width: auto;
	max-width: 100%;
}
.gsjj div.desc {
	height: 196px;
}
.gsjj_in {
	width: 51%;
}
}
@media (max-width:991px) {
.gsjj {
	background: none;
}
.gsjj_img {
	margin-top: 0;
	width: 100%;
	display: block
}
.gsjj_img img {
	width: 100%;
	display: block;
	height: auto;
}
.gsjj_in {
	width: 100%;
	margin: 20px 0 0 0;
}
.gsjj a.more {
	float: none;
	margin: 20px auto;
}
}
@media (max-width:767px) {
.ly_about_in {
	padding: 20px 0 15px;
}
.ly_about_in .gsjj {
	padding: 20px 15px;
}
.gsjj div.desc {
	margin-top: 10px;
	font-size: 12px;
	line-height: 24px;
}
}
.textlist1 {
	height: 388px;
}
.textlist1 li {
	float: left;
	margin-left: 36px;
	text-align: left;
	margin-bottom: 24px;
	height: 90px;
	width: 46%;
	background: #FFF;
	position: relative;
	padding: 10px 0;
}
.textlist1 li:nth-child(2n) {
	float: right;
	margin-left: 0;
}
.textlist1 li .InfoTitle {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 16px;
	text-indent: 65px;
	padding-top: 5px;
	font-weight: bold;
}
.textlist1 li a:hover {
	color: #004491;
}
.textlist1 li p {
	margin-left: 45px;
	padding: 0 0 0 20px;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #999;
	height: 48px;
	overflow: hidden;
}
.textlist1 li .time {
	float: left;
	width: 56px;
	height: 56px;
	background: #004491;
	color: #FFF;
	line-height: 25px;
	padding: 12px 12px;
	position: absolute;
	left: -35px;
	top: 16px;
	text-align: center;
	-moz-box-shadow: 0px 0px 20px #004491;
	-webkit-box-shadow: 0px 0px 20px #004491;
	box-shadow: 0px 0px 20px #004491;
}
.textlist1 li .time .day {
	font-size: 28px;
	font-weight: bold;
}
.textlist1 li .time .month {
	float: left;
	width: 56px;
	font-size: 16px;
}
.textlist1 li .time .year {
	float: left;
	font-size: 18px;
	width: 48px;
}
@media (max-width:991px) {
.textlist1 li {
	width: 43%;
}
}
@media (max-width:767px) {
.textlist1 {
	height: auto;
}
.textlist1 li {
	width: 88%;
	margin-left: 12%;
	margin-bottom: 0;
	height: 76px;
}
.textlist1 li .InfoTitle {
	font-size: 16px;
}
.textlist1 li p {
	line-height: 20px;
	height: 42px;
	font-size: 12px;
}
.textlist1 li .time {
	height: 46px;
	-moz-box-shadow: 0px 0px 10px #004491;
	-webkit-box-shadow: 0px 0px 10px #004491;
	box-shadow: 0px 0px 10px #004491;
}
.textlist1 li .time .day {
	font-size: 24px;
}
.textlist1 li .time .month {
	margin-top: -6px;
}
}
/*应用案例*/
.ly_case {
	background: #ffffff;
}
.ly_case_in {
	text-align: center;
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0;
}
.ly_case .slideGroup4 {
	width: 100%;
	text-align: left;
}
.ly_case .slideGroup4 .slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	padding: 0;
	position: relative;
}
.ly_case .slideGroup4 .sPrev, .slideGroup4 .sNext {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	width: 30px;
	height: 60px;
	background: url(https://img.ligentcn.com/ico/arrows1.png) center center no-repeat #097cf3;
	z-index: 999;
	pointer-events: auto !important;
	background-size: 34px;
}
.ly_case .slideGroup4 .sNext {
	left: auto;
	right: 0;
	background: url(https://img.ligentcn.com/ico/arrows2.png) center center no-repeat #097cf3;
	background-size: 34px;
}
.ly_case .slideGroup4 .sPrev:hover, .slideGroup4 .sNext:hover {
}
.ly_case .slideGroup4 .parBd ul {
	zoom: 1;
	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;
	z-index: 99;
}
.ly_case .slideGroup4 .parBd ul li {
	margin: 0 0 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #fff;
	padding: 0 0 15px;
	position: relative;
}
.ly_case .slideGroup4 .swiper-pagination {
	position: static;
	margin-top: 20px;
	display: none;
}
.ly_case .show_list ul li .show_pro_img {
	background: #f5f5f5;
}
.ly_case .show_list ul li p {
	background: #f5f5f5;
}
@media (max-width:1199px) {
.ly_case_in {
	padding: 40px 0 0;
}
}
@media (max-width:992px) {
.ly_case .slideGroup4 .parBd ul li {
	padding: 0 0 0.2rem;
	font-size: 0.2rem;
}
}
@media (max-width:880px) {
}
@media (max-width:767px) {
.ly_case .slideGroup4 .sPrev, .slideGroup4 .sNext {
	display: none;
}
.ly_case_in {
	padding: 25px 0;
}
}

/* 领域 */
.in_anlibox{width:100%;background:#eee;}
.in_anli{width:100%;height:850px;max-width:1440px;}
.in_anli .leftbox{float:left;width:560px;height:845px;margin-right:1%;}
.in_anli .leftbox ul li{float:left;width:100%;height:418px;text-align:center;position: relative;}

.in_anli .leftbox ul li:hover:before{
		transition: left .75s;
		left: 700px;
	}
.in_anli .leftbox ul li:before{
		content: '';
		position: absolute;
		width: 300px;
		height: 418px;
		top: 0;
		left: -560px;
		overflow: hidden;
		background-image: linear-gradient(to right,rgba(255,255,255,.2) 0,rgba(255,255,255,.5) 50%,rgba(255,255,255,.1) 100%);
		transform: skewX(-30deg);
		-webkit-linear-gradient(to right,rgba(255,255,255,.2) 0,rgba(255,255,255,.5) 50%,rgba(255,255,255,.1) 100%);
	}
.in_anli .leftbox ul .litop{margin-bottom:10px;background:url(https://img.ligentcn.com/linyu/indexanli1.jpg) 100% no-repeat;}
.in_anli .leftbox ul .libot{background:url(https://img.ligentcn.com/linyu/indexanli2.jpg) 100% no-repeat;}
.in_anli .rightbox{float:right;width:864px;}
.in_anli .rightbox ul li{width:275px;height:275px;line-height:275px;font-size:36px;color:#fff;margin:0 5px 10px;float:left;transition: all 1s ease 0s;opacity:0.85;}
.in_anli .rightbox ul li:hover{transform: scale(0.99);border-radius:10%;transition: all 1s ease 0s;opacity:1;}
.in_anli .rightbox ul .lia{background:url(https://img.ligentcn.com/linyu/linyu1.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lib{background:url(https://img.ligentcn.com/linyu/linyu2.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lic{background:url(https://img.ligentcn.com/linyu/linyu3.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lid{background:url(https://img.ligentcn.com/linyu/linyu4.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lie{background:url(https://img.ligentcn.com/linyu/linyu5.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lif{background:url(https://img.ligentcn.com/linyu/linyu6.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lig{background:url(https://img.ligentcn.com/linyu/linyu7.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lih{background:url(https://img.ligentcn.com/linyu/linyu8.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul .lii{background:url(https://img.ligentcn.com/linyu/linyu9.jpg) center no-repeat;background-size:100% 100%;}
.in_anli .rightbox ul li img{width:275px;height:275px;}
@media (max-width:1499px) {
	.in_anli .leftbox{width:100%;height:auto;margin:0 auto;}
	.in_anli .leftbox ul .litop{float:left;width:50%;height:400px;background-size:100% 100%;}
	.in_anli .leftbox ul .libot{float:left;width:50%;height:400px;background-size:100% 100%;}
	.in_anli .rightbox{float:left;width:100%;margin:10px auto;}
	.in_anli .rightbox ul li{width:31%;height:300px;line-height:300px;margin:0 1% 10px;font-size:2em;color:#fff;}
}
@media (max-width:991px) {
	.in_anli .leftbox{width:100%;height:auto;margin:0 auto;}
	.in_anli .leftbox ul .litop{float:left;width:100%;height:450px;background-size:100% 100%;}
	.in_anli .leftbox ul .libot{float:left;width:100%;height:450px;background-size:100% 100%;}
	.in_anli .rightbox{float:left;width:100%;margin:10px auto;}
	.in_anli .rightbox ul li{width:31%;height:200px;line-height:200px;font-size:1.6em;color:#fff;}
}
@media (max-width:756px) {
	.in_anli .leftbox ul .litop{float:left;width:100%;height:360px;}
	.in_anli .leftbox ul .libot{float:left;width:100%;height:360px;}
	.in_anli .rightbox ul li{width:31%;height:160px;line-height:160px;font-size:1.2em;color:#fff;}
}
@media (max-width:560px) {
	.in_anli .leftbox ul .litop{float:left;width:100%;height:260px;}
	.in_anli .leftbox ul .libot{float:left;width:100%;height:260px;}
	.in_anli .rightbox ul li{width:31%;height:120px;line-height:120px;font-size:1em;color:#fff;}
}
/*index-about*/
.sy_about {
	width: 100%;
	background: url(https://img.ligentcn.com/index/bg.jpg) no-repeat;
	background-attachment: fixed;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sy_about .h_tlt1 p {
	color: #fff;
}
.sy_about .h_tlt1 span {
	color: #fff;
}
.sy_about .h_tlt1 em {
	background: #fff;
}
.sy_about .container {
	width: 95%;
	max-width: 1440px;
	margin: 0 auto;
}
.sy_about_hd {
	margin-bottom: 25px;
}
.sy_about_hd .tlt {
	float: left;
	position: relative;
	width: 36%;
	overflow: hidden;
}
.sy_about_hd .tlt p {
	font-size: 20px;
	color: #37474f;
	font-weight: bold;
	float: left;
	height: 46px;
	line-height: 46px;
}
.sy_about_hd .tlt em {
	display: block;
	width: 38px;
	height: 2px;
	background: #c4261d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.con_syabout {
	position: relative;
	padding-top: 20px;
}
.con_img_about {
	float: left;
	width: 42%;
	padding:10px;
	position: relative;
	z-index: 2;
}
.con_img_about img {
	width: 100%;
	max-height: 280px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.con_right_about {
	background: #fff;
	width: 100%;
	text-align: left;
	position: absolute;
	height: 300px;
	z-index: 1;
}
.con_right_about p.desc {
	font-size: 18px;
	color: #fff;
	color: #666;
	line-height:30px;
	padding:20px;
	margin-left: 45%;
	height: 260px;
	overflow: hidden;
}
.btn-more1 {
	border: 1px solid;
	color: #004491;
	display: block;
	width: 110px;
	text-align: center;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	height: 50px;
	line-height: 50px;
	margin-top: 2%;
	border-radius: 3px;
}
.btn-more1:hover {
	background: #004491;
	color: #fff;
	border-color: #004491;
	text-decoration: none
}
/* 友情链接 */ 
#link_main {
	margin: 15px 0 30px;
}
#link {
	padding:20px 0 0;
	width: 90%;
	max-width: 1440px;
	margin: 10px auto;
	background:#eee;
}
.link_title {
	line-height: 36px;
	height: 36px;
	color: #fff;
}
.link_title .h_d {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.link_body {
	color: #000;
	border-top: 0px;
	border-bottom: 0px;
}
.link_bottom {
}
.link_pic {
	overflow: auto;
	zoom: 1;
}
.link_pic ul li {
	float: left;
	padding: 1px 5px;
	text-align: center;
	width: 112px;
}
.link_pic img {
	width: 86px;
	height: 30px;
	padding: 2px;
	border: 1px solid #CCC;
}
.link_pic ul li a:hover img {
	border: 1px solid #00a4ef;
}
.link_text {
	overflow: hidden;
	zoom: 1;
	padding: 8px 0 20px;
}
.link_text ul li {
	float: left;
	text-align: center;
	padding: 1px 5px;
	overflow: hidden;
	white-space: nowrap;
}
.link_text a {
	font-size:14px;
	color: #666;
}
.link_text a:hover {
	color: #004491;
}
@media (max-width:1199px) {
#link {
	width: 96%;
}
#link_main {
	margin: 15px 0 3px;
}
}
@media (max-width:991px) {
.link_title {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
}






/*屏幕电脑*/
@media (max-width:1199px) {
.container {
	width: 95%;
}
#header .logo {
	width: 65%;
}
#header .logo img {
	max-height: 100%;
	max-width: 100%;
}
.search-box {
	width: 30%;
}
.search-box .input-search {
	width: 100%;
}
.search-box .input-search input {
	width: 100%;
}
.flickerplate {
	height: 380px;
}
.zy_pro_in {
	width: 95%;
}
.h_youshi_in {
	width: 95%;
	padding: 20px 0;
}
.h_youshi_in ul {
	padding-top: 20px;
}
.h_news {
	width: 95%;
	padding: 30px 0 0;
}
.h_news .news_bd {
	padding-top: 20px;
}
.h_products .pro_hd ul {
	max-height: 108px;
}
.tabs .tabs-content .pro_bd ul li {
	width: 30%;
}
.h_products .pro_hd ul li {
	padding: 8px 5px;
}
.tabs .tabs-content .pro_bd ul li>div a .pro_img {
	height: 300px;
}
.con_right_about {
	top: 20px;
	height: 300px;
}
.con_right_about p.desc{font-size:16px;}
.h_article ul {
	/* padding: 20px 0 0; */
}
.ny_content .content_right {
	width: 98%;
}
.ny_content .content_right2 {
	width: 98%;
}
.ny_products .pro_bd ul li {
	width: 30%;
}
.ny_products .pro_hd ul li {
	padding: 8px 20px;
}
.ny_products .pro_bd ul li>div a .pro_img {
	height: 300px;
}
.swiper2 .swiper-slide a {
	width: 18%;
}
#link {
	width: 96%;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 10%;
	left: auto;
	right: 5%;
	margin-left: 0;
}
/* .suspension {
	display: none;
} */
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
/* .custombox {
	display: none !important;
} */
.ny_content {
	width: 95%;
}
.content_right .conn .xgcp li {
	width: 30%;
margin-right: 5.%;
}
.contact .content1 ul li a .wz {
	width: 60%;
}
.silder-main {
	min-height: inherit;
}
}


/*中等屏幕*/
@media (max-width:992px) {
.flickerplate {
	height: 380px;
}
.tabs .tabs-content .pro_bd ul li {
	width: 28%;
}
.tabs .tabs-content .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.tabs .tabs-content .pro_bd ul li:nth-child(3n) {
	margin-right: 4%;
}
.tabs .tabs-content .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.reason{height:140px !important;}
.reason .imgc{width:100% !important;height:140px !important;background:cover !important;}
.reason .imgl,.imgr{display:none;}
#demo {
	height: 270px;
}
#demo #indemo ul li a .pro_img {
	height: 160px;
}
.foot1 {
	height: auto;
}
.foot1 ul {
	display: block;
	padding: 15px 0;
	height: auto;
}
.foot1 ul li {
	float: none;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.foot1 ul li.address {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.tel {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.email {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.code {
	width: 95%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	text-indent: 0;
}
.foot1 ul li.code img {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.foot2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
/* .suspension {
	display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
} */
.suspension {
	height:50px;
}
.custombox .a-service,.a-service-phone,.a-qrcode{display: none !important;}
.suspension .a-service{display: none !important;}
.suspension .a-top{width:40px;height:40px;margin-right:10px;padding:0;}
.suspension .a-top i{width:40px !important;height:40px !important;}
.ny_products .pro_bd ul li {
	width: 47%;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 4%;
}
.ny_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.page_list td span {
	display: none;
}
.page_list td #firstpage {
	display: none;
}
.page_list td #endpage {
	display: none;
}
.page_list a {
	margin-right: 5px;
}
.page_list {
	font-size: 0;
	color: #fff;
	margin-bottom: 0;
}
.page_list input {
	display: none !important;
}
.page_list a {
	font-size: 12px;
}
.content_right .conn .xgcp li a .pro_img {
	height: 170px;
}
.ny_content .ny_news_con {
	min-height: 150px;
}
}

/* 导航栏目适应大中型屏幕 */
@media screen and (min-width: 760px) {
.head-v3{position:relative;z-index:100;min-width:100%;}
.head-v3 .navigation-inner{margin:0 auto;width:100%;position:relative;}
.navigation-up{height:60px;background:#004491;}
.navigation-up .navigation-v3{max-width:1230px;height:60px;line-height:60px;margin:0 auto;}
.navigation-up .navigation-v3 ul{float:left;width:100%;height:60px;}
.navigation-up .navigation-v3 li{float:left;color:#fff;}
.navigation-up .navigation-v3 .nav-up-selected{background:#004491;}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#004491;}
.navigation-up .navigation-v3 .fr{margin-top:-90px;}
.navigation-down{position:absolute;top:60px;left:0px;width:100%;}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#004491;background:rgb(0,88,185,0.85);position:absolute;top:0px;box-shadow: #fff 0 5px 5px -5px;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative;}
.navigation-down .nav-down-menu dl{float:left;margin:18px 10px 18px 0;}
.navigation-down .menu-1 dl{margin:20px 40px 25px 20px;}
.navigation-down .menu-1 dt{color:#fff;font-weight:bold;padding-bottom:10px;border-bottom:1px solid #fff;margin-bottom:10px;}
.navigation-down .menu-1 dt a{color:#fff;font-weight:bold;padding-bottom:10px;border-bottom:1px solid #fff;margin-bottom:10px;}
.navigation-down .menu-1 dd{line-height:30px;margin:0;padding:0;}
.navigation-down .menu-1 dd a{color:#fff;font-size:16px;}
.navigation-down .menu-1 dd a:hover{color:#60aff6;}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#fff;}
}

/*小屏幕*/
@media (max-width:880px) {
.navigation-down{display:none;}
#link_main {
	display:none;
}
.youshi_wrap {
}
.h_youshi_in ul li p {
	font-size: 12px;
	line-height:20px;
	margin-top: 0;
}
.h_youshi_in ul {
	width: 96%;
	padding: 20px 2% 0;
}
.h_youshi_in {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}
.h_youshi_in ul li {
	width: 47%;
}
.h_youshi_in ul li:nth-child(2n) {
	margin-right: 0;
}
.h_youshi_in ul li .icon {
	width: 80px;
	height: 80px;
}
.h_youshi_in ul li .tlt {
	margin-top: 10px;
	font-size: 16px;
}
.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
.lx_dz {
	margin: 20px auto 20px;
}
.lx_dz .dz_map {
	height: 270px;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 30%;
	left: auto;
	right: 50%;
	margin-right: -190px;
}
.ny_news_con2 .about_img {
	float: none;
	width: 100%;
	text-align: center;
}
.ny_news_con2 .about_wz {
	float: none;
	width: 100%;
	padding-top: 15px;
}
.ny_zycp {
	padding: 10px 15px;
	margin-top: 15px;
	line-height: 22px;
}
.ny_xgwz ul li {
	width: 100%;
}
.ny_xgwz ul li a {
	width: 58%;
	padding: 5px 0 5px 10%;
}
.ny_xgwz ul li span {
	width: 24%;
}
.proshow1 .js-silder .silder-main-img {
	height: 400px;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: auto;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 15px;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	margin: 20px 0 30px;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
.con_right_about p.desc {
	height: 96px;
}
.con_right_about {
	height: 170px;
}
.con_right_about {
	top: 30px;
}
}


/*手机*/
@media (max-width:767px) {
.container {
	width: 95%;
	margin:0 auto;
}
#header .logo {
	width: 95%;
	margin: 10px auto;
}
#header .logo a {
	text-align: center;
}
.tabs-header a{font-size:0.75em;line-height:1.2em;padding:30% 10%;}
.contact-index {
	display: none;
}
.search-box {
	display: none;
	width: 90%;
	margin-right: 5%;
}
.search-box .input-search {
	width: 100%;
	height: 90px;
	z-index: 99;
}
.search-box .input-search input {
	width: 100%;
	top: 15px;
}
.search-box .input-search-btn {
	top: 22px;
}
.web_nav {
	width: 90%;
	display: block;
}
#nav ul {
	width: 100%;
	display: none;
}
#nav ul li {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #004491;
	margin: 0 0;
}
#nav ul li a {
	color: #333;
	display: block;
}
.web_nav span.search_bt {
	display: inline-block;
	width: 20px;
	height: 30px;
	cursor: pointer;
	float: right;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	width: 44px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border-radius: 5px;
	margin: 8px 20px 0 0;
	background: #004491 url(https://img.ligentcn.com/index/search_btn.png) center center no-repeat;
}
.h_tlt1 span {
	font-weight: lighter;
	color: #ccc;
	height: 30px;
	line-height: 30px;
}
.flickerplate {
	height: 240px;
}
.h_news .news_bd .news_tj {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.h_news .news_bd ul {
	width: 100%;
	float: none;
}
.h_news .news_bd .news_tj .news_tj_img a {
	height: 160px;
}
.h_news .news_bd .news_tj span {
	height: 42px;
}
.h_news .news_bd ul li .news_con span {
	line-height: 18px;
	height: 38px;
}
.h_products_in {
	padding: 20px 0 10px;
}
.h_products .pro_hd {
	margin: 15px auto 20px;
	height: auto;
	overflow: hidden;
}
.h_products .pro_hd ul {
	max-height: inherit;
}
.h_products .pro_hd ul li {
	margin: 0 1px 1px 0;
	padding: 4px 6px;
}
.h_products .pro_hd ul li a {
	padding: 4px 10px;
}
.tabs .tabs-content .pro_bd ul li {
	width: 46%;
}
.tabs .tabs-content .pro_bd ul li:nth-child(2n) {
	margin-right: 0px;
}
.tabs .tabs-content .pro_bd ul li>div p a {
	font-size: 16px;
}
.tabs .tabs-content .pro_bd ul li>div a .pro_img {
	height: 130px;
}
.tabs .tabs-content .pro_bd ul li>div span {
	width: 88px;
	height: 26px;
}
.tabs .tabs-content .pro_bd ul li>div span i {
	height: 26px;
}
.con_img_about {
	float: none;
	width: 100%;
	padding: 0;
}
.con_right_about {
	width: 96%;
	position: static;
	padding: 0;
	margin: 0 auto;
	padding: 0 2%;
	height: auto;
}
.con_right_about p.desc {
	margin-left: 0;
	padding: 16px 0;
	text-align: center;
	height: auto;
}
.btn-more1 {
	margin-left: 0;
	margin:3% auto 0;
}
.h_article {
	/* padding: 20px 0; */
}
.h_tjcp {
	padding: 20px 0;
}
#demo {
	height: 226px;
}
#demo #indemo ul li>div a .pro_img {
	height: 120px;
}
#demo #indemo ul li>div p a {
	font-size: 16px;
}
#demo #indemo ul li>div span {
	width: 88px;
	height: 26px;
}
#demo #indemo ul li>div span i {
	height: 26px;
}
.link .container {
	width: 95%;
	margin: 0 auto;
}
.link .link_con {
	width: 96%;
	padding: 15px 2%;
}
.ny_tlt1 {
	margin-bottom: 15px;
	display: none;
}
.contentdiv a {
	width: 27%;
}
.ny_products .pro_bd ul li {
	width: 47%;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0px;
}
.ny_products .pro_bd ul li {
	padding-bottom: 10px;
}
.ny_products .pro_bd ul li>div p a {
	font-size: 16px;
	margin-bottom: 0;
}
.ny_products .pro_bd ul li>div a .pro_img {
	height: 140px;
}
.ny_products .pro_bd ul li>div span {
	display: none;
	width: 88px;
	height: 26px;
}
.ny_products .pro_bd ul li>div span i {
	height: 26px;
}
.ny_content .content_right {
	float: none;
	width: 98%;
	padding: 1%;
}
.ny_content .content_right .bread_nav {
	overflow: visible;
	height: auto;
	line-height: 24px;
}
.ny_content .content_right .bread_nav h2 {
	float: none;
	width: 100%;
}
.ny_content .content_right .bread_nav div {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 15px;
	padding: 10px 0 7px;
}
.ny_content .content_right .bread_nav div>em {
	height: 15px;
}
.ny_content .content_right2 {
	padding-bottom: 0;
}
.ny_content .ny_news_con {
	min-height: 100px;
}
.new_inside ul li {
	padding: 10px;
}
.new_inside ul li .news_time {
	top: 11px;
	left: 14px;
}
.ny_news_ye {
	font-size: 12px;
}
.article_inside ul li {
	padding: 10px;
}
.article_inside ul li .news_time {
	top: 11px;
	left: 14px;
}
.content_right .conn .xgcp li {
	width: 100%;
	margin-right: 0;
}
.content_right .conn .xgcp li:nth-child(2n) {
	margin-right: 0;
}
.content_right .conn .xgcp li:nth-child(3n) {
	margin-right: 3%;
}
.content_right .conn .xgcp li:nth-child(6n) {
	margin-right: 0;
}
.content_right .conn .xgcp li>div a .pro_img {
	height: 115px;
}
.content_right .conn .xgcp li>div p span {
	height: 26px;
	line-height: 26px;
	font-size: 15px;
}
.content_right .conn .xgcp li>div p a {
	padding-bottom: 0;
	font-size: 15px;
}
.content_right .conn .xgcp2 {
	margin-bottom: 0;
}
.ly_msg ul li h4 {
	display: none;
}
.cpzx .ly_msg ul li div {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 100% !important;
}
.ly_msg ul li div.msg_ipt2 {
	width: 30% !important;
}
.ly_msg ul li span {
	display: none;
}
.ly_msg {
	margin: 0 auto 0 !important;
}
.cpzx .msg_btn input {
	width: 49%;
	margin-right: 0;
}
.cpzx .msg_btn input:first-child {
	margin-right: 2%;
}
.content_right .conn .proshow1 {
	padding-top: 0;
}
.proshow1 .js-silder .silder-main-img {
	height: 300px;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 74px;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 15px;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	margin: 20px 0 30px;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
.content_right .conn .pro_name {
	font-size: 26px;
	margin-bottom: 10px;
}
.content_right .conn .proshow1 .prodesc ul li {
	float: none;
	width: 100%;
}
.content_right .conn .proshow1 .prodesc .cpshow_time {
	height: auto;
	border-radius: 0;
	text-align: left;
	padding: 10px 20px;
}
.content_right .conn .proshow1 .prodesc .cpshow_time span {
	display: block;
	height: 30px;
	line-height: 30px;
}
}
/*产品目录页产品板块*/
.pro_bdlist {
	padding-top: 15px;
}
.pro_bdlist li {
	float: left;
	width: 44%;
	margin-right: 4%;
	margin-bottom: 30px;
	background: #f3f5f7;
	padding: 25px 2%;
}
.pro_bdlist li:nth-child(2n) {
	margin-right: 0;
}
.pro_bdlist li .pic {
	float: left;
	width: 40%;
	height: 188px;
	background: #fff;
	overflow: hidden;
}
.pro_bdlist li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pro_bdlist li .pic a img {
	max-width: 95%;
	max-height: 95%;
	vertical-align: middle;
	webkit-transition: -webkit-transform .8s ease;
	transition: -webkit-transform .8s ease;
	transition: transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.pro_bdlist li .pic a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.pro_bdlist li .wz {
	float: right;
	width: 56%;
}
.pro_bdlist li .wz .tlt {
	display: block;
	font-size: 18px;
	color: #333;
	height: 34px;
	line-height: 34px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_bdlist li .wz .desc {
	height: 48px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
}
.pro_bdlist li .wz .cs {
	font-size: 16px;
	color: #999;
	padding: 10px 0;
}
.pro_bdlist li .wz .cs span {
	color: #555;
}
.pro_bdlist li .wz .ckxq {
	display: -moz-inline-stack;
	display: inline-block;
*display:inline;
	zoom: 1;
	font-size: 16px;
	color: #787878;
	border: 1px solid #bbb;
	padding: 5px 36px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.pro_bdlist li:hover .wz .ckxq {
	background-color: #004491;
	border: 1px solid #004491;
	color: #fff;
}
.pro_bdlist li:hover .wz .tlt {
	color: #004491;
}
.pro_bdlist li:hover img {
	transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	-webkit-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
}
@media (max-width:1199px) {
}
@media (max-width:992px) {
}
@media (max-width:880px) {
.pro_bdlist li .pic {
	width: 100%;
	margin-bottom: 12px;
	height: 250px;
}
.pro_bdlist li .wz {
	width: 100%;
	text-align: center;
}
.pro_bdlist li .wz .tlt {
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
}
.pro_bdlist li .wz .desc {
	text-align: center;
}
.pro_bdlist li .wz .cs {
	text-align: center;
}
.pro_bdlist li .wz .ckxq {
	padding: 6px 5%;
	width: 80%;
}
}
@media (max-width:767px) {
.pro_bdlist {
	padding-top: 0;
}
.pro_bdlist li {
	padding: 10px 2% 20px;
	margin-bottom: 15px;
}
.pro_bdlist li .pic {
	height: 140px;
}
.pro_bdlist li .wz .tlt {
	font-size: 15px;
	margin-bottom: 0;
}
.pro_bdlist li .wz .cs {
	display: none;
}
.pro_bdlist li .wz .desc {
	line-height: 20px;
	height: 40px;
	font-size: 12px;
	margin-bottom: 10px;
}
.pro_bdlist li .wz .ckxq {
	padding: 0 5%;
	font-size: 12px;
}
}
/* 联系我们 */
.tab1{width:100%;height:60px;line-height:60px;border:1px #eee solid;}
.tab1 ul{margin:0;padding:0;width:100%;height:60px;}
.tab1 li{float:left;padding:0 50px;height:60px;line-height:60px;text-align:center;border:1px #eee solid;cursor:pointer;}
.tab1 li.now{color:#fff;background:#004491;}
.tablist{width:100%;height:auto;padding:10px;font-size:14px;line-height:24px;border:1px #eee solid;border-top:0;display:none;}
.tablist ul{width:100%;height:760px;}
.tablist ul li{width:50%;float:left;}
.tablist h2{line-height:60px;}
.tablist p{line-height:30px;}
.tablist h3{font-size:18px;padding:50px 0 10px;}
.block{display:block;}
@media (max-width:987px) {
.tablist ul{height:850px;}
.tablist ul li{width:100%;}
.tablist h2{font-size:18px;line-height:1.6rem;}
.tablist h3{font-size:18px;padding:10px 0;}
}

/* 网站底部 */
.foot1 {
	background-color:#004491;
	width: 100%;
	height: 90px;
}
.foot1 ul {
	max-width: 1230px;
	height: 90px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.foot1 ul li {
	float: left;
	text-indent: 20px;
	color: #ffffff;
}
.foot1 ul li.address {
	background: url(https://img.ligentcn.com/ico/pos.png) left center no-repeat;
	width: 50%;
	overflow: hidden;
}
.foot1 ul li.tel {
	background: url(https://img.ligentcn.com/ico/phone.png) left center no-repeat;
	width: 25%;
	overflow: hidden;
}
.foot1 ul li.email {
	background: url(https://img.ligentcn.com/ico/email.png) left center no-repeat;
	width: 27%;
	text-indent: 25px;
	overflow: hidden;
}
.foot1 ul li.code {
	width: 20%;
}
.foot1 ul li.code img {
	height: 80px;
	float: right;
}
.foot {
	width: 100%;
	padding: 0 0 10px;
	background: #14549c;
}
.foot .foot_in {
	width: 96%;
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
}
.foot .wx {
	width: 7%;
	background: #fff;
	padding: 6px;
	float: right;
}
.foot .wx img {
	max-width: 100%;
	margin: 0 auto;
}
.foot .wx p {
	color: #356ca5;
	font-size: 12px;
	text-align: center;
}
.foot .others {
	width: 100%;
}
.foot ul {
	width: 96%;
	max-width: 1440px;
	border-top: 1px solid #14549c;
	border-bottom: 1px solid #14549c;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto 20px;
}
.foot ul li {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	text-align: center;
}
.foot ul li a {
	color: #fff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
.foot ul em {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	color: #65a0dc;
}
.foot .others p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.foot .others p a {
	color: #fff;
}
.foot .others p a:hover {
	color: #fff;
}
@media (max-width:991px) {
.foot1 {
	height: auto;
}
.foot1 ul {
	display: block;
	padding: 15px 0;
	height: auto;
}
.foot1 ul li {
	float: none;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.foot1 ul li.address {
	width: 95%;
	height:auto;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.tel {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.email {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.code {
	width: 95%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	text-indent: 0;
}
.foot1 ul li.code img {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.foot .others {
	width: 80%;
}
.foot .wx {
	width: 10%;
}
}
@media (max-width:767px) {
.sy_about {
	padding: 20px 0;
}
.sy_about_hd {
	width: 95%;
	margin: 0 auto;
}
.foot ul {
	display: none;
}
.foot .others {
	float: none;
	width: 100%;
	padding: 15px 0 10px;
}
.foot .wx {
	display: none;
}
.foot .others p {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
}
.ny_banner {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	background: url(https://img.ligentcn.com/ico/ny_banner1.jpg) center center no-repeat;
	overflow: hidden;
	background-size: cover;
}
.ny_banner .slideshow {
	height: 260px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 1440px) {
.ny_banner .slideshow {
	height: 200px;
}
}
@media (max-width: 1199px) and (min-width: 1001px) {
.ny_banner .slideshow {
	height: 160px;
}
}
@media screen and (max-width: 1000px) {
.ny_banner .slideshow {
	height: 140px;
}
}
@media screen and (max-width: 760px) {
.ny_banner .slideshow {
	height: 120px;
}
}
@media screen and (max-width: 480px) {
.ny_banner .slideshow {
	height: 90px;
}
}
/*内页一大堆*/
.ny_content {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.ny_content .content_left {
	float: left;
	width: 20%;
}
.ny_content .content_left .c_tlt {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #004491;
	color: #ffffff;
}
.pro_mulu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0 20px;
	background: #f1f1f1;
	color: #555;
	font-size: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_mulu li div a {
	background: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.pro_mulu a.pro_more {
	background: #ddd;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.news_l {
	padding: 20px 0;
	border-top: none;
	margin-bottom: 20px;
	background: #f6f6f6;
}
.news_l li {
	width: 94%;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 5px;
}
.news_l li a {
	display: block;
	font-size: 12px;
	color: #555;
	padding-left: 20px;
	padding-right: 5px;
	background: url(https://img.ligentcn.com/ico/news.png) 10px center no-repeat;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_l li a:hover {
	color: #004491;
}
.ny_content .content_right {
	float: right;
	width: 80%;
}
.ny_content .content_right2 {
	float: none;
	width: 100%;
	padding-bottom: 30px;
}
.ny_content .content_right .bread_nav {
	margin-bottom: 10px;
	padding: 0 0 0 3%;
}
.ny_content .content_right2 .bread_nav {
	margin-bottom: 10px;
	padding: 0 0 0 0;
}
.ny_content .content_right .bread_nav .bread_nav_in {
	overflow: hidden;
	border-bottom: 1px dotted #dedede;
	padding-bottom: 12px;
	line-height: 40px;
}
.ny_content .content_right .bread_nav .h_d {
	width: 20%;
	font-size: 20px;
	color: #333;
	float: left;
	font-weight: bold;
	text-align: left;
}
.ny_content .content_right .bread_nav div {
	float: right;
	width: 78%;
	text-align: right;
	color: #777;
	overflow: hidden;
	font-size: 16px;
}
.ny_content .content_right .bread_nav div strong{
	color:red;
}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #004491
}
.ny_content .content_right .conn {
	color: #555;
	font-size: 16px;
	line-height: 28px;
	padding-top: 10px;
}
.ny_content .ny_news_con {
	min-height: 370px;
	margin-bottom: 20px;
}
.new_inside {
	overflow: hidden;
	margin-bottom: 30px;
}
.new_inside li {
	width: 100%;
}
.news_box {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.06);
	background: transparent;
	height: 180px;
}
.news_txt {
	float: left;
	padding: 36px 0 28px 10%;
	transition: all .3s ease-out 0s;
}
.news_box:hover .news_txt {
	padding: 36px 0 28px 13%;
}
.news_txt a span {
	font-size: 18px;
	font-weight:bold;
	color: #333;
	display: block;
	height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s;
}
.news_box:hover .news_txt a span {
	color: #004491;
}
.news_box:hover .news_txt i {
	color: #999;
}
.news_txt i {
	color: #7D7D7D;
	font-style: normal;
	line-height: 24px;
	height: 73px;
	display: block;
	overflow: hidden;
}
.news_date {
	width: 120px;
	float: right;
	font-family: "微软雅黑";
	color: #999;
	padding: 30px 20px 0 0;
	transition: all .3s ease-out 0s;
	position: absolute;
	left: 0;
	float: left;
}
.news_box:hover .news_date {
	margin-left:20px;transform: scale(1.05);transition: all 1s ease 0s;
}
.news_box .news_date img{height:120px;transition: all 1s ease 0s;}
.news_box:hover .news_date img{
	border-radius:20px;transition: all 1s ease 0s;
}
.arrow_left {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #fff;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	background: url(https://img.ligentcn.com/ico/icon.png) no-repeat 9px 14px;
}
.news_box:hover .arrow_left {
	border: 1px solid #004491;
	background: url(https://img.ligentcn.com/ico/icon_hover.png) no-repeat 9px 14px #004491;
}
.arrow_left i {
	width: 14px;
	height: 9px;
	display: block;
	margin: 13px 0 0 11px;
}
.news_date span {
	float: left;
	line-height: 36px;
	height: 36px;
	font-size: 24px;
	font-family: "微软雅黑";
}
.news_date i {
	float: left;
	color: #ABABAB;
	font-size: 0;
}
/* .news_txt a span::before {
	width: 35px;
	height: 1px;
	content: '';
	background: #BFBFBF;
	position: absolute;
	top: 90px;
	left: 90px;
	transition: all 0.3s ease-out 0s;
}
.news_box:hover .news_txt a span::before {
	width: 60px;
	transition: all 0.3s ease-out 0s;
	background: #7D7D7D;
} */
.news_box:hover .news_date span {
	color: #333;
}
.news_box:hover .news_date {
	padding: 30px 42px 0 0;
}
.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #555;
	padding: 10px 0;
	font-weight: normal;
}
.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 10px 0;
	margin-bottom: 25px;
	margin-top: 15px;
	background: #f5f5f5;
}
.ny_news_ye {
	padding: 30px 0 20px;
}
.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_content .content_right .conn ul.h_product_bd {
	padding-top: 20px;
}
.ny_content .content_right .conn ul.h_product_bd li {
	float: left;
	width: 30%;
	margin-right: 45px;
	margin-bottom: 30px;
}
.ny_content .content_right .conn ul.h_product_bd2 li {
	margin-right: 60px;
}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n) {
	margin-right: 0px;
}
.ny_content .content_right .conn ul.h_product_bd li div {
	display: block;
	background: #ffffff;
	padding: 10px 10px 80px;
	position: relative;
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	box-shadow: 0px 0px 1px rgba(0,0,0,.3);
}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img {
	width: 100%;
	height: 220px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.ny_content .content_right .conn ul.h_product_bd li div p {
	padding: 5px 1%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	background: #ffffff;
	color: #333;
	font-size: 18px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.ny_content .content_right .conn ul.h_product_bd li div p span {
	padding-top: 4px;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.ny_content .content_right .conn ul.h_product_bd li div p em {
	display: block;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_content .content_right .conn ul.h_product_bd li div:hover p em {
	display: block;
}
.ny_content .content_right .conn ul.h_product_bd li div:hover p span {
	height: 40px;
	line-height: 40px;
}
.ny_content .content_right .conn ul.h_product_bd li div:hover .show_pro_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
}
.ny_content .content_right .conn ul.h_product_bd li div:hover p {
	height: 80px;
	background: #004491;
	color: #ffffff;
}
.content_left .show_menu {
	width: 100%;
	margin-bottom: 20px;
}
.page_list {
	margin-bottom: 30px;
	margin-top: 30px;
}
.ly_msg h3 {
	display: none;
}
.content_right .conn .pro_name {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #004491;
	margin-bottom: 10px;
}
.content_right .conn .proshow1 {
	padding-top: 40px;
	position: relative;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 45%;
	margin-top: 0 !important;
	/*border: 1px solid #ddd;*/
}
.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: 500px;
}
.proshow1 .js-silder .silder-main-img img {
	max-width: 80% !important;
	max-height: 100%;
	vertical-align: middle
}
.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.proshow1 .prodesc p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: bold;
	color: #004491;
}
.content_right .conn .proshow1 .prodesc {
	float: right;
	width: 51%;
}
.content_right .conn .proshow1 .prodesc .red{font-size:16px;color:red;}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 125px;
	overflow: hidden;
	color: #999;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 30px;
	overflow: hidden;
}
.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 40%;
	margin-right: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #004491;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 40%;
	margin-right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: #7b7b7b;
	color: #fff;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #004491;
	color: #004491;
}
.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}
.content_right .conn .xgcp {
	overflow: hidden;
}
.content_right .conn .xgcp li{
    width:24%;
	margin:0 5px;
	padding:0;
}
.content_right .conn .xgcp li a{
	float: left;
	width: 100%;
	height:30px;
	line-height:30px;
	display: block;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	margin: 0;
	margin-bottom:5px;
	padding: 0;
}
.content_right .conn .xgcp li:nth-child(4n) {
	margin-right: 0px;
}
.tags_title {
	border-bottom: 1px solid #DDD;
	margin: 20px 0 30px;
}
.tags_title span {
	width: 80px;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
	background: #fff;
	color: #333;
	display: block;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.proshow2 {
	padding-top: 60px;
}
.proshow2 .prodetail_con {
	float: right;
	width: 77%;
}
.proshow2 .prodetail_con .tags_title {
	margin: 0;
}
.proshow2 .prodetail_con .content {
	padding: 30px 0;
}
.proshow2 .prodetail_con .content img {
	max-width: 80%;
	height: auto !important;
}
@media (max-width:1440px) {
.news_txt {
	padding: 36px 0 28px 13%;
}
}
@media (max-width:1199px) {
.ny_content {
	width: 95%;
}
.ny_content .content_right .conn ul.h_product_bd li {
	width: 30%;
	margin-right: 5%;
}
.content_right .conn .xgcp li {
	width: 23%;
	margin-right: 2.33333%;
}
.silder-main {
	min-height: inherit;
}
.proshow1 .js-silder .silder-main-img {
	height: 400px;
}
.proshow1 .js-silder .silder-main-img img {
	max-width: 80% !important;
	max-height: 85%;
}
.content_right .conn .xgcp li div .show_pro_img span {
	height: 180px;
}
}
@media (max-width:991px) {
.ny_content .content_left {
	float: none;
	width: 100%;
}
.ny_content .content_right {
	float: none;
	width: 100%;
}
.ny_content .content_left .c_tlt {
	background: #bbbbbb !important;
	font-size: 15px;
	text-align: left;
	padding: 0 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}
.menu_tit {
	background: #004491 !important;
}
.menu_tit p {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	width: 30%;
	text-align: left;
}
.menu_tit em {
	cursor: pointer;
	display: block;
	width: 30%;
	text-align: right;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	float: right;/*background:url(https://img.ligentcn.com/ico/jt.png) no-repeat right center;*/
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
/*.menu_tit em.on{transform:rotateX(180deg);}*/
.menu_list .menu_li {
	overflow-y: scroll;
	overflow-x: hidden;
}
.menu_li p {
	padding: 0 10px;
}
.menu_li ul li a p {
	width: 100%;
}
.show_menu .menu_list {
	height: 300px;
	display: none;
}
.show_menu .menu_tit {
	height: 40px;
	padding: 0 20px;
}
.menu_tit span {
	display: none;
}
.ly_show .show_list {
	width: 100%;
}
.show_list ul li {
	width: 48%;
	padding: 0 1% 0 1%;
}
.show_list ul li p {
	width: 98%;
}
.content_right .conn .xgcp li div .show_pro_img span {
	height: 170px;
}
.ny_content .ny_news_con {
	min-height: 150px;
}
.ny_content .ny_news_con table{width:100% !important;}
.ny_content .ny_news_con table td{width:auto !important;}
.menu_list .menu_li {
	width: 95%;
}
.news_txt {
	padding: 36px 0 28px 20%;
}
.news_box:hover .news_txt {
	padding: 36px 0 28px 21%;
}
}
 @media (max-width:767px) {
.ny_content .content_right .bread_nav {
	overflow: visible;
	height: auto;
	line-height: 24px;
}
.ny_content .content_right .bread_nav .h_d {
	float: none;
	width: 100%;
}
.ny_content .content_right .bread_nav div {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 24px;
	padding-top: 0px;
}
.ny_content .content_left .c_tlt {
	height: 38px;
	line-height: 38px;
}
.news_txt {
	padding: 20px 0 20px 25%;
}
.news_date {
	width: 23%;
	padding: 20px 3% 0 0;
}
.news_txt span::before {
	display: none;
}
.news_txt span {
	margin-bottom: 10px;
}
.news_txt i {
	height: 50px;
	font-size:13px;
	overflow: hidden;
	display: block;
}
.news_box {
	height: auto;
	overflow: hidden;
}
.arrow_left {
	top: auto;
	bottom: 10px;
}
.ny_content .content_right2 {
	padding-bottom: 0;
}
.news_box .news_date img{width:90px;height:90px;}
.news_box:hover .news_txt {
	padding: 20px 0 20px 23%;
}
.news_box:hover .news_date {
	padding: 20px 3% 0 0;
}
.ny_content .ny_news_con {
	min-height: 300px;
}
.content_right .conn .xgcp li {
	width: 46%;
}
.content_right .conn .xgcp li:nth-child(2n) {
	margin-right: 0;
}
.ny_content .content_right .conn ul.h_product_bd li {
	width: 49%;
	margin-right: 2%;
}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(2n) {
	margin-right: 0 !important;
}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n) {
	margin-right: 2%;
}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img {
	height: 180px;
}
.content_right .conn .proshow1 {
	padding: 20px 0;
}
.proshow1 .js-silder .silder-main-img {
	height: 300px;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc .red{font-size:16px;color:red;}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 74px;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 15px;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	margin: 20px 0 30px;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
.content_right .conn .xgcp li div .show_pro_img span {
	height: 140px;
}
}
/*联系方式*/
.contact .tags_title {
}
.contact .tags_title span {
	float: left;
	width: auto;
	cursor: pointer;
}
.contact .tags_title span.ron {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #DDD;
	color: #666;
	font-weight: normal;
}
.contact .content2 {
	display: none;
}
.contact .content1 ul {
}
.contact .content1 ul li {
	float: left;
	width: 30%;
	margin-right: 45px;
}
.contact .content1 ul li:nth-child(3n) {
	margin-right: 0;
}
.contact .content1 ul li a {
	display: block;
}
.contact .content1 ul li a em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 15px;
}
.contact .content1 ul li.lx1 em {
	background: url(https://img.ligentcn.com/ico/contact_tel.png) center center no-repeat;
}
.contact .content1 ul li.lx2 em {
	background: url(https://img.ligentcn.com/ico/contact_email.png) center center no-repeat;
}
.contact .content1 ul li.lx3 em {
	background: url(https://img.ligentcn.com/ico/contact_address.png) center center no-repeat;
	-webkit-animation: bounce-up 1.4s linear infinite;
	animation: bounce-up 1.4s linear infinite;
}
.contact .content1 ul li a .wz {
	float: left;
	width: 78%;
}
.contact .content1 ul li a .wz p {
	font-size: 18px;
	padding-bottom: 10px;
}
.contact .content1 ul li a .wz span {
	font-size: 18px;
}
.lx_dz {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 20px;
	padding: 0;
}
.lx_dz .dz_map {
	width: 97%;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
	padding: 1%;
	border: 1px solid #d9d9d9;
}
.lx_dz .dz_map iframe {
	width: 100%;
}
.lx_dz .dz_map iframe body {
	width: 100%;
}
@media (max-width:1199px) {
.contact .content1 ul li a .wz {
	width: 60%;
}
}
@media (max-width:880px) {
.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
.lx_dz {
	margin: 20px auto 20px;
}
.lx_dz .dz_map {
	height: 270px;
}
}
@media (max-width:767px) {
.contact_wrap {
	width: 100%;
}
}
/*分页*/
.page_list {
	text-align: center;
}
.page_list a {
	display: inline-block;
	padding: 0 10px;
	background: #f5f5f5;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	border-radius: 2px;
}
.page_list a:hover {
	background: #004491;
	color: #ffffff;
}
.page_list a.pnnum1 {
	background: #004491;
	color: #ffffff;
}
.page_list input {
	display: inline-block;
	padding: 0 5px;
	background: #004491;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
}
.page_list .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #f5f5f5;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}
@media (max-width:880px) {
.page_list td span {
	display: none;
}
.page_list td #firstpage {
	display: none;
}
.page_list td #endpage {
	display: none;
}
}
@media (max-width:767px) {
.page_list a {
	margin-right: 5px;
}
.page_list {
	font-size: 0;
	color: #fff;
}
.page_list input {
	display: none !important;
}
.page_list a {
	font-size: 12px;
}
}
/*留言*/
.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 16px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(https://img.ligentcn.com/ico/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(https://img.ligentcn.com/ico/tb_img.png) top right no-repeat;
	float: left;
}
.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li h4 {
	width: 16%;
	height: 45px;
	line-height:45px;
	font-size: 14px;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 84%;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 84% !important;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 84% !important;
	height: 45px !important;
}
.cpzx .msg_ipt12 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px !important;
}
.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #004491;
	color: #fff;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}
 @media (max-width:767px) {
.ly_msg ul li h4 {
	display: none;
}
.cpzx .ly_msg ul li div {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 100% !important;
}
.ly_msg ul li div.msg_ipt2 {
	width: 30% !important;
}
.ly_msg ul li span {
	display: none;
}
.ly_msg {
	margin: 0 auto 0 !important;
}
.cpzx .msg_btn input {
	width: 49%;
	margin-right: 0;
}
.cpzx .msg_btn input:first-child {
	margin-right: 2%;
}
}
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 20px;
	bottom: 260px;
	width: 60px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width:60px;
	height:60px;
	background-color: #097cf3;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.suspension .a.active, .suspension .a:hover {
	background: #004491;
	-moz-box-shadow: 0px 0px 20px #004491;
	-webkit-box-shadow: 0px 0px 20px #004491;
	box-shadow: 0px 0px 20px #004491;
}
.suspension .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.suspension .a-service {
	background: #097cf3 url(https://img.ligentcn.com/ico/pf_icon1.png) center center no-repeat;
	background-size: 18px;
}
.suspension .a-service:hover {
	background: #004491 url(https://img.ligentcn.com/ico/pf_icon1.png) center center no-repeat;
	background-size: 20px;
}
.suspension .a-service-phone {
	background: #097cf3 url(https://img.ligentcn.com/ico/pf_icon2.png) center center no-repeat;
	background-size: 18px;
}
.suspension .a-service-phone:hover {
	background: #004491 url(https://img.ligentcn.com/ico/pf_icon2.png) center center no-repeat;
	background-size: 20px;
}
.suspension .a-qrcode {
	background: #097cf3 url(https://img.ligentcn.com/ico/pf_icon3.png) center center no-repeat;
	background-size: 18px;
}
.suspension .a-qrcode:hover {
	background: #004491 url(https://img.ligentcn.com/ico/pf_icon3.png) center center no-repeat;
	background-size: 20px;
}
.suspension .a-top {
	background: #D2D3D6 url(https://img.ligentcn.com/ico/pf_icon4.png) center center no-repeat;
	background-size: 18px;
}
.suspension .a-top:hover {
	background: #004491 url(https://img.ligentcn.com/ico/pf_icon4.png) center center no-repeat;
	background-size: 20px;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 40px;
}
.suspension .a-top {
	display: none;
}
.suspension .d {
	display: none;
	width: 200px;
	background: #fff;
	position: absolute;
	right:61px;
	border-radius:10px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.25);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;/*background:url(https://img.ligentcn.com/ico/side_bg_arrow.png) no-repeat;r*/
	right: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: -20px;
}
.suspension .d-service-phone {
	top: 50px;
}
.suspension .d-qrcode {
	top: 80px;
}
.suspension .d .inner-box {
	padding: 24px 10px;
}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(https://img.ligentcn.com/ico/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(https://img.ligentcn.com/ico/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(https://img.ligentcn.com/ico/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 16px;
	color: #999;
	padding-top: 5px;
}
@media (max-width:991px) {
.suspension {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.suspension .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
}
@media (max-width:767px) {
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.suspension {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.suspension .a {
	width: 40px;
	height: 40px;
	border-radius:20%;
	background-size: 20px !important;
}
.suspension .a-service {
	display: none !important;
}
.suspension .a-qrcode {
	display: none !important;
}
.suspension .d-service {
	display: none !important;
}
.suspension .d-service-phone {
	display: none !important;
}
.suspension .d-qrcode {
	display: none !important;
}
}


/*详情页内容超出设置*/ 
.imgbox {
width: 100%;
margin: 0 auto;
}
.waterfall {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
-moz-column-gap: 5px;
-webkit-column-gap: 5px;
column-gap: 5px;
}           
.item {
padding: 0;
margin: 0 0 5px 0;
-moz-page-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid;
border: 1px solid #eee;
text-align:center;
}
.item img {
width: 100% !important;transition:1s;
}
.item img:hover{border-radius:5%;transform: scale(0.98);transition:0.5s;}
@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 div, #c_detail_wrap video, #c_detail_wrap embed {
	width: auto !important;
	height: auto !important;
	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;
}
#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.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;
}
.downcentit,.downcenter{width:90%;height:auto;margin:0 auto;}
.downcentit h2{line-height:60px;border-bottom:1px solid #004491;}
.downcentit .text-right{line-height:40px;}
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:6px;border-bottom:1px solid #d9d9d9;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:15px 30px 15px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:18px}
.normal-list li:hover{background:#004491;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:25px;border-radius:50%}
.download-detail{position:relative;z-index:3}
.download-detail .button-big{padding:15px 25px}
.downcenter .line{margin:30px auto;}
.downurl{margin:20px auto;padding:5px 10px;color:#fff;background:#004491;}
.downurl:hover{color:#fff;}
@media (max-width:1024px) {
    .downcentit,.downcenter{width:98%;height:auto;margin:0 auto;}
    .normal-list li.dot a:before{left:0;}
    .normal-list li a{padding:15px 10px 15px 15px;}
    .downcenter .hidden-l{display:none;}
}
/*.ny_news_con img{width:100% !important;}*/
table{width:100% !important;}
table td{padding-left:5px;height:50px !important;}