/** * 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}.duan211no-flexbox .swiper-slide {	float: left}.duan211vertical>.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}.duan211android .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)}.duan211multirow>.swiper-wrapper {	-webkit-box-lines: multiple;	-moz-box-lines: multiple;	-ms-flex-wrap: wrap;	-webkit-flex-wrap: wrap;	flex-wrap: wrap}.duan211free-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;}.duan211autoheight, .duan211autoheight .swiper-slide {	height: auto}.duan211autoheight .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, .duan211rtl .swiper-button-next {	left: 10px;	right: auto}.swiper-button-prev.swiper-button-black, .duan211rtl .swiper-button-next.swiper-button-black {}.swiper-button-prev.swiper-button-white, .duan211rtl .swiper-button-next.swiper-button-white {}.swiper-button-next, .duan211rtl .swiper-button-prev {	right: 10px;	left: auto}.swiper-button-next.swiper-button-black, .duan211rtl .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, .duan211rtl .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}.duan211horizontal>.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}.duan211vertical>.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)}.duan211vertical>.swiper-pagination-bullets .swiper-pagination-bullet {	margin: 5px 0;	display: block}.duan211horizontal>.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}.duan211rtl .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}.duan211horizontal>.swiper-pagination-progress {	width: 100%;	height: 4px;	left: 0;	top: 0}.duan211vertical>.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}.duan2113d {	-webkit-perspective: 1200px;	-moz-perspective: 1200px;	-o-perspective: 1200px;	perspective: 1200px}.duan2113d .swiper-cube-shadow, .duan2113d .swiper-slide, .duan2113d .duan205, .duan2113d .duan209left, .duan2113d .duan209right, .duan2113d .duan209top, .duan2113d .swiper-wrapper {	-webkit-transform-style: preserve-3d;	-moz-transform-style: preserve-3d;	-ms-transform-style: preserve-3d;	transform-style: preserve-3d}.duan2113d .duan205, .duan2113d .duan209left, .duan2113d .duan209right, .duan2113d .duan209top {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	pointer-events: none;	z-index: 10}.duan2113d .duan209left {	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))}.duan2113d .duan209right {	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))}.duan2113d .duan209top {	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))}.duan2113d .duan205 {	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))}.duan211coverflow .swiper-wrapper, .duan207 .swiper-wrapper {	-ms-perspective: 1200px}.duan211cube, .duan207 {	overflow: visible}.duan211cube .swiper-slide, .duan207 .swiper-slide {	pointer-events: none;	-webkit-backface-visibility: hidden;	-moz-backface-visibility: hidden;	-ms-backface-visibility: hidden;	backface-visibility: hidden;	z-index: 1}.duan211cube .swiper-slide .swiper-slide, .duan207 .swiper-slide .swiper-slide {	pointer-events: none}.duan211cube .duan202, .duan211cube .duan202 .duan202, .duan207 .duan202, .duan207 .duan202 .duan202 {	pointer-events: auto}.duan211cube .duan205, .duan211cube .duan209left, .duan211cube .duan209right, .duan211cube .duan209top, .duan207 .duan205, .duan207 .duan209left, .duan207 .duan209right, .duan207 .duan209top {	z-index: 0;	-webkit-backface-visibility: hidden;	-moz-backface-visibility: hidden;	-ms-backface-visibility: hidden;	backface-visibility: hidden}.duan211cube .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%}.duan211cube.duan211rtl .swiper-slide {	-webkit-transform-origin: 100% 0;	-moz-transform-origin: 100% 0;	-ms-transform-origin: 100% 0;	transform-origin: 100% 0}.duan211cube .duan202, .duan211cube .swiper-slide-next, .duan211cube .swiper-slide-next+.swiper-slide, .duan211cube .swiper-slide-prev {	pointer-events: auto;	visibility: visible}.duan211cube .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}.duan204.duan211free-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}.duan204 .swiper-slide {	pointer-events: none;	-webkit-transition-property: opacity;	-moz-transition-property: opacity;	-o-transition-property: opacity;	transition-property: opacity}.duan204 .swiper-slide .swiper-slide {	pointer-events: none}.duan204 .duan202, .duan204 .duan202 .duan202 {	pointer-events: auto}.duan201 {	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}.duan201>canvas, .duan201>img, .duan201>svg {	max-width: 100%;	max-height: 100%;	object-fit: contain}.duan200 {	border-radius: 10px;	position: relative;	-ms-touch-action: none;	background: rgba(0,0,0,.1)}.duan211horizontal>.duan200 {	position: absolute;	left: 1%;	bottom: 3px;	z-index: 50;	height: 5px;	width: 98%}.duan211vertical>.duan200 {	position: absolute;	right: 3px;	top: 1%;	z-index: 50;	width: 5px;	height: 98%}.duan200-drag {	height: 100%;	width: 100%;	position: relative;	background: rgba(0,0,0,.5);	border-radius: 10px;	left: 0;	top: 0}.duan200-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)}} @charset "utf-8";/* 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: 12px;	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: #005aab;	text-decoration: none}a:active {	color: #005aab;}.fl {	float: left;}.fr {	float: right;}*, a, button, input {	-webkit-tap-highlight-color: rgba(255,0,0,0);}/**dzy1**/.dzy1 {	width: 96%;	max-width: 1440px;	height: 120px;	overflow: hidden;	margin: 0 auto;	padding: 0;}.dzy1 .dzy2 {	width: 600px;	height: 120px;	overflow: hidden;	margin: 0;	padding: 0;	float: left;}.dzy1 .dzy3 {	float: right;	width: 255px;	overflow: hidden;	margin: 32px 0;	padding-left: 58px;	background: url(/1/1.png) left center no-repeat;}.dzy1 .dzy3 p {	font-size: 14px;	color: #999;}.dzy1 .dzy3 span {	display: block;	font-size: 28px;	font-weight: bold;	color: #005aab;}@media (max-width:1199px) {.dzy1 {	width: 96%;}}@media (max-width:991px) {.dzy1 {	height: auto;}.dzy1 .dzy2 {	width: 446px;	height: auto;}.dzy1 .dzy3 {	width: 180px;	margin: 30px 0;}.dzy1 .dzy3 span {	font-size: 22px;}.dzy1 .dzy2 a img {	max-width: 96%;	display: inline-block;	vertical-align: top;}}@media (max-width:767px) {.dzy1 {	height: auto;}.dzy1 .dzy3 {	display: none;}.dzy1 .dzy2 {	width: 100%;	height: auto;}.dzy1 .dzy2 a {	display: block;	width: 100%;	text-align: center;}.dzy1 .dzy2 a img {	max-width: 96%;	display: inline-block;	vertical-align: top;}}/**dzy7**/.dzy7 {	width: 100%;	margin: 0 auto;	padding: 0;	background-color: #005aab;}.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: #ee1c25;}.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;}.dzy11 {	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) {.dzy11 {	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: 560px;}.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(/1/6.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(/1/7.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;}.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: #ee1c25;}@media (max-width:1440px) {.apple-banner {	height: 470px;}.apple-banner .swiper-container {	height: 470px;}}@media (max-width:1199px) {.apple-banner {	height: 400px;}.apple-banner .swiper-container {	height: 400px;}}@media (max-width:991px) {.apple-banner {	height: 300px;}.apple-banner .swiper-container {	height: 300px;}}@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;}}/*banner END*//*公告*/.announcement_main {	background: #f5f5f5;	padding: 20px 0 0;}.announcement {	min-height: 45px;	line-height: 45px;	width: 96%;	max-width: 1440px;	margin: 0 auto;	padding: 10px 0;	background: #fff;}.announcement .gg_in {	width: 97%;	margin: 0 auto;}.announcement .announcement_title {	float: left;	text-indent: 35px;	color: #555;	background: url(/1/5.png) no-repeat 8px center;	font-size: 15px;	font-weight: bold;	line-height: 45px;}.announcement .announcement_body {	float: left;	width: 490px;	line-height: 45px;	font-size: 14px;	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;}.announcementlist li a:hover {	color: #555;}.announcementlist li span {	float: left;	margin-left: 15px;	color: #555;	width: 20%;}.dzy45announcement_main {	background: #fff;	margin-bottom: 15px;	padding: 10px 0 0;}.dzy45announcement_main .announcement {	background: #f5f5f5;	padding: 10px 0;}.dzy45announcement_main .form_text1 {	background: #fff;}/*搜索 */.form1 {	line-height: 45px;}.form_text1 {	float: left;	width: 80%;	height: 42px;	line-height: 42px;	text-indent: 10px;	outline: none;	background: #f5f5f5;}.form_button1 {	float: left;	width: 20%;	font-size: 15px;	height: 42px;	background: #ee1c25 url(/1/10.png) center center no-repeat;	border: 0;	outline: none;	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: #0c9267 url(/1/10.png) center center no-repeat;	background-size: 23px;}@media (max-width:1199px) {.announcement .announcement_body {	width: 490px;}}@media (max-width:991px) {.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;}}/**dzy18show**/.dzy18show {	width: 100%;	padding: 40px 0;	background: #f5f5f5;}.dzy18show_in {	width: 96%;	max-width: 1440px;	margin: 0 auto;}.dzy18show .show_menu {	width: 20%;	overflow: hidden;	margin: 0;	padding: 0;}.dzy18title {	width: 100%;	overflow: hidden;	margin: 0 auto 40px;	padding: 0;}.dzy18title p {	width: 100%;	overflow: hidden;	margin: 0 auto;	padding: 0;	color: #000000;	font-size: 32px;	font-weight: bold;	text-align: center;}.dzy18title p font {	color: #005aab;}.dzy18title span {	display: block;	width: 100%;	height: 20px;	overflow: hidden;	line-height: 20px;	margin: 10px auto 0;	padding: 0;	color: #aaa;	font-size: 14px;	font-family: "Arial";	text-align: center;}.dzy18title2 p {	color: #fff;}.dzy18title2 p font {	color: #fff;}.dzy18title2 span {	color: #fff;}.show_menu .menu_tit {	width: 100%;	height: 80px;	overflow: hidden;	margin: 0 auto;	padding: 16px 20px;	background: #005aab;	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: 14px;	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;}.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: 14px;	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(/1/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;}.dzy45content .show_menu .menu_list {	background: #f6f6f6;}.dzy45content .menu_li p {	background: #fff;}.dzy45content .show_list ul li .show_pro_img {	background: #f6f6f6;}.dzy45content .show_list ul li p {	background: #f6f6f6;}.dzy45content .menu_li .onn{background:#ee1c25;}.dzy45content .menu_li .onn a{color:#fff;}.menu_li ul li a:hover p {	color: #ee1c25;}.menu_li>p>span.on {	transform: rotateX(180deg);}.menu_li>p:hover {	background: #ee1c25;	color: #fff;}.menu_li>p:hover a {	color: #fff;}.menu_li>p:hover span {	background: url(/1/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;}/*产品分类第一个默认展开*//*.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: #999;	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: #fe0100;}.dzy18show .show_list {	width: 80%;	margin: 0;	padding: 0;	background: #f5f5f5;}.show_list ul li {	width: 30.33333333%;	margin: 0 0 20px;	padding: 0 0 0 3%;	float: left;}.show_list ul li>div {/*box-shadow: 0px 0px 0px 1px #e0e0e0;*/}.show_list ul li a {	display: block;	margin: 0 auto;	padding: 0 15px;}.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: 245px;	overflow: hidden;	margin: 0 auto;	padding: 0;	position: relative;	background: #fff;}.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: 14px;	text-align: center;	margin: 0 auto 0;	padding: 0 1%;	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 p a {	color: #333;	font-size: 14px;}.show_list ul li>div:hover .show_pro_img {	background: #ee1c25;}.show_list ul li>div:hover p {	background: #ee1c25;}.show_list ul li>div:hover p a {	color: #fff;	font-weight: bold;}.show_list ul li>div:hover img {	transform: scale(1.1);	-ms-transform: scale(1.1);	-moz-transform: scale(1.1);	-webkit-transform: scale(1.1);	-o-transform: scale(1.1);}@media (max-width:1440px) {.show_pro_img span {	height: 240px;}}@media (max-width:1199px) {.dzy18show {	width: 100%;	margin: 0 auto;	padding: 20px 0;}.dzy18title span {	margin: 5px auto 0;}.dzy18show .show_menu {	width: 21%;}.dzy18show .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) {.dzy18title {	margin: 0 auto 20px;}.dzy18title p {	font-size: 24px;}.dzy18title span {	margin: 0 auto 0;}.dzy45content .dzy43left {	width: 100%;}.dzy45content .dzy43right {	width: 100%;}.dzy43left .show_menu {	width: 100%;	margin-bottom: 20px;}.dzy18show .show_menu {	width: 100%;	margin-bottom: 20px;}}@media (max-width:767px) {.show_list ul li {	margin: 0 0 10px;}.dzy18show {	padding: 10px 0 20px;}.show_pro_img span {	height: 140px;}.dzy18title span {	display: none;}.dzy18title {	margin: 0 auto 10px;	padding-bottom: 10px;	border-bottom: 1px solid #f5f5f5;}.dzy18title2 {	margin: 0 auto 10px;	padding-bottom: 10px;	border-bottom: 0;}}/*我们的优势*/.dzy18youshi {	background: #f5f5f5;}.dzy18youshi_in {	width: 90%;	max-width: 1440px;	margin: 0 auto;	padding: 40px 0;}.dzy18youshi ul {	overflow: hidden;}.dzy18youshi ul li {	width: 44%;	padding: 2%;	float: left;	overflow: hidden;	margin-right: 4%;	margin-bottom: 20px;	background: #ffffff;}.dzy18youshi ul li:nth-child(2n) {	margin-right: 0;	border-radius: 0 8px 8px 0;}.dzy18youshi ul li p {	width: 100%;	height: 50px;	line-height: 50px;	color: #333;	font-size: 24px;	font-weight: bold;	margin: 0;	padding: 0 0 0 62px;	position: relative;	box-sizing: border-box;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;}.dzy18youshi ul li p i {	display: block;	width: 35px;	height: 35px;	position: absolute;	left: 11px;	top: 8px;	font-size: 24px;	font-weight: bold;	color: #fff;	text-align: center;	line-height: 35px;}.dzy18youshi ul li p i:before {	content: "";	display: block;	width: 35px;	height: 35px;	background: #ee1c25;	;	-moz-transform: rotate(45deg);	-webkit-transform: rotate(45deg);	-o-transform: rotate(45deg);	transform: rotate(45deg);	position: absolute;	left: 0;	top: 0;}.dzy18youshi ul li p i b {	position: absolute;	top: 0;	left: 1px;}.dzy18youshi ul li p font {	color: #fe0100;}.dzy18youshi ul li em {	display: block;	width: 100%;	overflow: hidden;	color: #aaa;	font-family: "Arial";	font-size: 12px;	font-weight: bold;	font-style: italic;	margin: 0 0 0;	padding: 0 0 0 62px;	box-sizing: border-box;	height: 30px;}.dzy18youshi ul li span {	display: block;	width: 100%;	overflow: hidden;	line-height: 24px;	color: #666;	font-size: 14px;	text-align: justify;	margin: 12px 0 0;	padding: 0 0 0 62px;	box-sizing: border-box;}.dzy18youshi ul li p font, .adv_text ul li span font {	color: #005aab;}@media (max-width:1199px) {.dzy18youshi_in {	width: 96%;	padding: 20px 0;}.dzy18youshi ul li span {	height: 50px;	overflow: hidden;}}@media (max-width:767px) {.dzy18youshi ul li {	width: 100%;	padding: 2% 2% 4%;}.dzy18youshi ul li span {	width: 94%;	line-height: 18px;	height: auto;	margin: 4px 0 5px;	font-size: 12px;	padding: 0 0 0 52px;}.dzy18youshi ul li p {	font-size: 18px;	height: 40px;	line-height: 40px;	padding: 0 0 0 52px;}.dzy18youshi ul li em {	padding: 0 0 0 52px;}.dzy18youshi ul li p i {	font-size: 16px;	width: 26px;	line-height: 26px;	height: 26px;}.dzy18youshi ul li p i:before {	width: 26px;	height: 26px;}.dzy18youshi ul li p i b {	left: 4px;}}/*首页关于我们*/.dzy18about {	width: 100%;	background: #005aab;}.dzy18about_in {	width: 90%;	max-width: 1440px;	margin: 0 auto;	padding: 50px 0;}.dzy18about_in .dzy15 {	background: #fff;	padding: 35px 30px;}.dzy15_img {	float: left;	width: 40%;}.dzy15_img img {	max-width: 100%;}.dzy15_in {	width: 57%;	float: right;	margin: 0 0 0 0;}.dzy15 .h_d {	font-size: 24px;	color: #333;	font-weight: bold;}.dzy15 div.desc {	font-size: 14px;	color: #555;	line-height: 28px;	margin-top: 20px;	height: 225px;	overflow: hidden;}.dzy15 a.more {	display: block;	width: 140px;	height: 40px;	font-size: 14px;	color: #fff;	text-align: center;	line-height: 40px;	background: #ee1c25;	float: right;	margin-top: 15px;}.dzy15 a.more:hover {	cursor: pointer;	opacity: 0.8;}@media (max-width:1199px) {.dzy18about_in {	width: 96%;	padding: 20px 0 40px;}.dzy15 {	background: none;}.dzy15_img {	width: 46%;}.dzy15_img img {	width: auto;	max-width: 100%;}.dzy15 div.desc {	height: 196px;}.dzy15_in {	width: 51%;}}@media (max-width:991px) {.dzy15 {	background: none;}.dzy15_img {	margin-top: 0;	width: 100%;	display: block}.dzy15_img img {	width: 100%;	display: block;	height: auto;}.dzy15_in {	width: 100%;	margin: 20px 0 0 0;}.dzy15 a.more {	float: none;	margin: 20px auto;}}@media (max-width:767px) {.dzy18about_in {	padding: 20px 0 15px;}.dzy18about_in .dzy15 {	padding: 20px 15px;}.dzy15 div.desc {	margin-top: 10px;	font-size: 12px;	line-height: 24px;}}.dzy18article {	background: #ffffff;}.dzy18article_in {	text-align: center;	width: 90%;	max-width: 1440px;	margin: 0 auto;	padding: 40px 0;}.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: #005aab;}.textlist1 li p {	margin-left: 45px;	padding: 0 0 0 20px;	color: #5d5d5d;	font-size: 14px;	line-height: 24px;	margin-top: 10px;	color: #999;	height: 48px;	overflow: hidden;}.textlist1 li .time {	float: left;	width: 56px;	height: 56px;	background: #005aab;	color: #FFF;	line-height: 25px;	padding: 12px 12px;	position: absolute;	left: -35px;	top: 16px;	text-align: center;	-moz-box-shadow: 0px 0px 20px #005aab;	-webkit-box-shadow: 0px 0px 20px #005aab;	box-shadow: 0px 0px 20px #005aab;}.textlist1 li .time .day {	font-size: 28px;	font-weight: bold;}.textlist1 li .time .month {	float: left;	width: 56px;	font-size: 14px;}.textlist1 li .time .year {	float: left;	font-size: 18px;	width: 48px;}.dzy18article .viewmore {	width: 140px;	height: 40px;	line-height: 40px;	border: #c5c5c5 solid 1px;	display: block;	text-align: center;	margin: 0 auto;	font-size: 14px;	color: #6d6d6d;	margin-top: 30px;}.dzy18article .viewmore:hover {	color: #005aab;	border: #005aab solid 1px;}@media (max-width:1199px) {.dzy18article_in {	width: 96%;	padding: 20px 0;}.textlist1 li {	width: 45%;}}@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 #005aab;	-webkit-box-shadow: 0px 0px 10px #005aab;	box-shadow: 0px 0px 10px #005aab;}.textlist1 li .time .day {	font-size: 24px;}.textlist1 li .time .month {	margin-top: -6px;}}/*应用案例*/.dzy10 {	background: #ffffff;}.dzy10_in {	text-align: center;	width: 96%;	max-width: 1440px;	margin: 0 auto;	padding: 50px 0 0;}.dzy10 .dzy13 {	width: 100%;	text-align: left;}.dzy10 .dzy13 .slideBox {	width: 100%;	height: 100%;	overflow: hidden;	zoom: 1;	padding: 0;	position: relative;}.dzy10 .dzy13 .sPrev, .dzy13 .sNext {	position: absolute;	left: 0;	top: 50%;	margin-top: -50px;	width: 30px;	height: 60px;	background: url(/1/6.png) center center no-repeat #097cf3;	z-index: 999;	pointer-events: auto !important;	background-size: 34px;}.dzy10 .dzy13 .sNext {	left: auto;	right: 0;	background: url(/1/7.png) center center no-repeat #097cf3;	background-size: 34px;}.dzy10 .dzy13 .sPrev:hover, .dzy13 .sNext:hover {}.dzy10 .dzy13 .dzy12 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;}.dzy10 .dzy13 .dzy12 ul li {	margin: 0 0 0 0;	float: left;	_display: inline;	overflow: hidden;	text-align: center;	background: #fff;	padding: 0 0 15px;	position: relative;}.dzy10 .dzy13 .swiper-pagination {	position: static;	margin-top: 20px;	display: none;}.dzy10 .show_list ul li .show_pro_img {	background: #f5f5f5;}.dzy10 .show_list ul li p {	background: #f5f5f5;}@media (max-width:1199px) {.dzy10_in {	padding: 40px 0 0;}}@media (max-width:992px) {.dzy10 .dzy13 .dzy12 ul li {	padding: 0 0 0.2rem;	font-size: 0.2rem;}}@media (max-width:880px) {}@media (max-width:767px) {.dzy10 .dzy13 .sPrev, .dzy13 .sNext {	display: none;}.dzy10_in {	padding: 25px 0 0;}}/* 友情链接 */ #dzy5 {	margin: 15px 0 30px;}#link {	padding: 0;	width: 90%;	max-width: 1440px;	margin: 0 auto;}.link_title {	line-height: 36px;	height: 36px;	color: #fff;}.link_title .h_d {	font-size: 16px;	color: #333;	font-weight: normal;}.dzy8 {	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;}.dzy9 {	overflow: hidden;	zoom: 1;	padding: 8px 0 20px;}.dzy9 ul li {	float: left;	text-align: center;	padding: 1px 15px;	overflow: hidden;	white-space: nowrap;}.dzy9 a {	line-height: 22px;	color: #666;}.dzy9 a:hover {	line-height: 22px;	color: #005aab;}@media (max-width:1199px) {#link {	width: 96%;}#dzy5 {	margin: 15px 0 3px;}}@media (max-width:991px) {.link_title {	height: 40px;	line-height: 40px;	text-align: center;}}/* 网站底部 */.dzy48 {	width: 100%;	padding: 0 0 10px;	background: #005aab;	margin-top: 30px;}.dzy48 .dzy48_in {	width: 96%;	max-width: 1440px;	overflow: hidden;	margin: 0 auto;}.dzy48 .wx {	width: 7%;	background: #fff;	padding: 6px;	float: right;}.dzy48 .wx img {	max-width: 100%;	margin: 0 auto;}.dzy48 .wx p {	color: #356ca5;	font-size: 12px;	text-align: center;}.dzy48 .others {	width: 90%;	float: left;}.dzy48 ul {	width: 96%;	max-width: 1440px;	border-bottom: 1px solid #338de8;	text-align: center;	padding: 30px 0 20px;	margin: 0 auto 20px;}.dzy48 ul li {	display: inline-block;	vertical-align: top;	width: 10%;	text-align: center;}.dzy48 ul li a {	color: #fff;	font-size: 14px;	height: 20px;	line-height: 20px;}.dzy48 ul em {	display: inline-block;	vertical-align: top;	height: 20px;	line-height: 20px;	color: #65a0dc;}.dzy48 .others p {	font-size: 14px;	color: #97c1ff;	line-height: 30px;	text-align: left;}.dzy48 .others p a {	color: #97c1ff;}.dzy48 .others p a:hover {	color: #fff;}@media (max-width:1199px) {.dzy48 {	margin-top: 10px;}}@media (max-width:991px) {.dzy48 .others {	width: 80%;}.dzy48 .wx {	width: 10%;}}@media (max-width:767px) {.dzy48 ul {	display: none;}.dzy48 .others {	float: none;	width: 100%;	padding: 15px 0 10px;}.dzy48 .wx {	display: none;}.dzy48 .others p {	font-size: 12px;	line-height: 24px;	text-align: center;}}.dzy45banner {	width: 100%;	margin-bottom: 20px;	position: relative;	background: url(/1/dzy45banner.jpg) center center no-repeat;	overflow: hidden;}.dzy45banner .slideshow {	height: 300px;	overflow: hidden;	background-repeat: no-repeat;	background-position: center center;	background-size: cover;}@media (max-width: 1199px) and (min-width: 1001px) {.dzy45banner .slideshow {	height: 280px;}}@media screen and (max-width: 1000px) {.dzy45banner .slideshow {	height: 240px;}}@media screen and (max-width: 760px) {.dzy45banner .slideshow {	height: 200px;}}@media screen and (max-width: 480px) {.dzy45banner .slideshow {	height: 150px;}}/*内页一大堆*/.dzy45content {	width: 90%;	max-width: 1440px;	margin: 0 auto;}.dzy45content .dzy43left {	float: left;	width: 20%;}.dzy45content .dzy43left .c_tlt {	height: 60px;	line-height: 60px;	text-align: center;	font-size: 20px;	font-weight: bold;	background: #005aab;	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: 14px;	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;}.dzy44_l {	padding: 20px 0;	border-top: none;	margin-bottom: 20px;	background: #f6f6f6;}.dzy44_l li {	width: 94%;	margin: 0 auto;	background: #fff;	margin-bottom: 5px;}.dzy44_l li a {	display: block;	font-size: 12px;	color: #555;	padding-left: 20px;	padding-right: 5px;	background: url(/1/dzy44.png) 10px center no-repeat;	height: 40px;	line-height: 40px;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;}.dzy44_l li a:hover {	color: #005aab;}.dzy45content .dzy43right {	float: right;	width: 80%;}.dzy45content .dzy43right2 {	float: none;	width: 100%;	padding-bottom: 30px;}.dzy45content .dzy43right .bread_nav {	margin-bottom: 10px;	padding: 0 0 0 3%;}.dzy45content .dzy43right2 .bread_nav {	margin-bottom: 10px;	padding: 0 0 0 0;}.dzy45content .dzy43right .bread_nav .bread_nav_in {	overflow: hidden;	border-bottom: 1px dotted #dedede;	padding-bottom: 12px;	line-height: 40px;}.dzy45content .dzy43right .bread_nav .h_d {	width: 20%;	font-size: 20px;	color: #333;	float: left;	font-weight: bold;	text-align: left;}.dzy45content .dzy43right .bread_nav div {	float: right;	width: 78%;	text-align: right;	color: #777;	overflow: hidden;	font-size: 14px;}.dzy45content .dzy43right .bread_nav div a {	color: #555;}.dzy45content .dzy43right .bread_nav div a:hover {	color: #005aab}.dzy45content .dzy43right .conn {	color: #555;	font-size: 14px;	line-height: 28px;	padding-top: 10px;}.dzy45content .dzy45dzy44_con {	min-height: 370px;	margin-bottom: 20px;}.new_inside {	overflow: hidden;	margin-bottom: 30px;}.new_inside li {	width: 100%;}.dzy44_box {	position: relative;	border-bottom: 1px solid rgba(0,0,0,.06);	background: transparent;	height: 180px;}.dzy44_txt {	float: left;	padding: 36px 0 28px 10%;	transition: all .3s ease-out 0s;}.dzy44_box:hover .dzy44_txt {	padding: 36px 0 28px 13%;}.dzy44_txt a span {	font-size: 16px;	color: #333;	display: block;	height: 24px;	overflow: hidden;	margin-bottom: 20px;	transition: all .3s ease-out 0s;}.dzy44_box:hover .dzy44_txt a span {	color: #333}.dzy44_box:hover .dzy44_txt i {	color: #999}.dzy44_txt i {	color: #7D7D7D;	font-style: normal;	line-height: 24px;	height: 73px;	display: block;	overflow: hidden;}.dzy44_date {	width: 80px;	float: right;	font-family: "微软雅黑";	color: #999;	padding: 36px 66px 0 0;	transition: all .3s ease-out 0s;	position: absolute;	left: 0;	float: left;	padding-top: 30px;}.dzy44_box:hover .dzy44_date {	padding: 36px 86px 0 0}.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(/1/icon.png) no-repeat 9px 14px;}.dzy44_box:hover .arrow_left {	border: 1px solid #ee1c25;	background: url(/1/icon_hover.png) no-repeat 9px 14px #ee1c25;}.arrow_left i {	width: 14px;	height: 9px;	display: block;	margin: 13px 0 0 11px;}.dzy44_date span {	float: left;	line-height: 36px;	height: 36px;	font-size: 24px;	font-family: "微软雅黑";}.dzy44_date i {	float: left;	color: #ABABAB;	font-size: 0;}.dzy44_txt a span::before {	width: 35px;	height: 1px;	content: '';	background: #BFBFBF;	position: absolute;	top: 48px;	left: 90px;	transition: all 0.3s ease-out 0s;}.dzy44_box:hover .dzy44_txt a span::before {	width: 60px;	transition: all 0.3s ease-out 0s;	background: #7D7D7D;}.dzy44_box:hover .dzy44_date span {	color: #333;}.dzy44_box:hover .dzy44_date {	padding: 30px 42px 0 0;}.dzy45content .dzy43right .conn .dzy45dzy44_tlt {	text-align: center;	font-size: 20px;	color: #555;	padding: 10px 0;	font-weight: normal;}.dzy45dzy44_time {	text-align: center;	font-size: 12px;	color: #999;	padding: 10px 0;	margin-bottom: 25px;	margin-top: 15px;	background: #f5f5f5;}.dzy45dzy44_ye {	padding: 30px 0 20px;}.dzy45dzy44_ye p {	height: 35px;	line-height: 35px;	background: #f1f1f1;	margin-bottom: 10px;	padding: 0 20px;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;}.dzy45content .dzy43right .conn ul.h_product_bd {	padding-top: 20px;}.dzy45content .dzy43right .conn ul.h_product_bd li {	float: left;	width: 30%;	margin-right: 45px;	margin-bottom: 30px;}.dzy45content .dzy43right .conn ul.h_product_bd2 li {	margin-right: 60px;}.dzy45content .dzy43right .conn ul.h_product_bd li:nth-child(3n) {	margin-right: 0px;}.dzy45content .dzy43right .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);}.dzy45content .dzy43right .conn ul.h_product_bd li div .show_pro_img {	width: 100%;	height: 220px;	text-align: center;	overflow: hidden;	background: #fff;}.dzy45content .dzy43right .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;}.dzy45content .dzy43right .conn ul.h_product_bd li div .show_pro_img .iblock {	display: inline-block;	height: 100%;	width: 0;	vertical-align: middle}.dzy45content .dzy43right .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;}.dzy45content .dzy43right .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;}.dzy45content .dzy43right .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;}.dzy45content .dzy43right .conn ul.h_product_bd li div:hover p em {	display: block;}.dzy45content .dzy43right .conn ul.h_product_bd li div:hover p span {	height: 40px;	line-height: 40px;}.dzy45content .dzy43right .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);}.dzy45content .dzy43right .conn ul.h_product_bd li div:hover p {	height: 80px;	background: #005aab;	color: #ffffff;}.dzy43left .show_menu {	width: 100%;	margin-bottom: 20px;}.dzy77list {	margin-bottom: 30px;	margin-top: 30px;}.dzy18msg h3 {	display: none;}.dzy43right .conn .pro_name {	font-size: 24px;	font-weight: normal;	line-height: 28px;	color: #005aab;	margin-bottom: 10px;}.dzy43right .conn .proshow1 {	padding-top: 40px;	position: relative;}.dzy43right .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;}.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 .dzy42 p {	font-size: 14px;	line-height: 24px;	margin-bottom: 10px;}.proshow1 .dzy42 p.bt {	font-size: 20px;	font-weight: bold;	color: #005aab;}.dzy43right .conn .proshow1 .dzy42 {	float: right;	width: 51%;}.dzy43right .conn .proshow1 .dzy42 p.desc {	height: 125px;	overflow: hidden;	color: #999;}.dzy43right .conn .proshow1 .pro_btn {	padding-top: 30px;	overflow: hidden;}.dzy43right .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: #005aab;	border-radius: 2px;	float: left;	border: 1px solid #fff;}.dzy43right .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;}.dzy43right .conn .proshow1 .pro_btn1:hover {	background: #fff;	border: 1px solid #005aab;	color: #005aab;}.dzy43right .conn .proshow1 .pro_btn2:hover {	background: #fff;	border: 1px solid #7b7b7b;	color: #7b7b7b;}.dzy43right .conn .xgcp {	overflow: hidden;}.dzy43right .conn .xgcp li {	float: left;	width: 22.75%;	margin: 0;	margin-bottom: 30px;	padding: 0;	margin-right: 3%;}.dzy43right .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) {.dzy44_txt {	padding: 36px 0 28px 13%;}}@media (max-width:1199px) {.dzy45content {	width: 95%;}.dzy45content .dzy43right .conn ul.h_product_bd li {	width: 30%;	margin-right: 5%;}.dzy43right .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%;}.dzy43right .conn .xgcp li div .show_pro_img span {	height: 180px;}}@media (max-width:991px) {.dzy45content .dzy43left {	float: none;	width: 100%;}.dzy45content .dzy43right {	float: none;	width: 100%;}.dzy45content .dzy43left .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: #005aab !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(/1/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;}.dzy18show .show_list {	width: 100%;}.show_list ul li {	width: 48%;	padding: 0 1% 0 1%;}.show_list ul li p {	width: 98%;}.dzy43right .conn .xgcp li div .show_pro_img span {	height: 170px;}.dzy45content .dzy45dzy44_con {	min-height: 150px;}.menu_list .menu_li {	width: 95%;}.dzy44_txt {	padding: 36px 0 28px 20%;}.dzy44_box:hover .dzy44_txt {	padding: 36px 0 28px 21%;}} @media (max-width:767px) {.dzy45content .dzy43right .bread_nav {	overflow: visible;	height: auto;	line-height: 24px;}.dzy45content .dzy43right .bread_nav .h_d {	float: none;	width: 100%;}.dzy45content .dzy43right .bread_nav div {	float: none;	width: 100%;	text-align: left;	line-height: 24px;	padding-top: 0px;}.dzy45content .dzy43left .c_tlt {	height: 38px;	line-height: 38px;}.dzy44_txt {	padding: 20px 0 20px 15%;}.dzy44_date {	width: 13%;	padding: 20px 3% 0 0;}.dzy44_txt span::before {	display: none;}.dzy44_txt span {	margin-bottom: 10px;}.dzy44_txt i {	height: 50px;	overflow: hidden;	display: block;}.dzy44_box {	height: auto;	overflow: hidden;}.arrow_left {	top: auto;	bottom: 20px;}.dzy45content .dzy43right2 {	padding-bottom: 0;}.dzy44_box:hover .dzy44_txt {	padding: 20px 0 20px 23%;}.dzy44_box:hover .dzy44_date {	padding: 20px 3% 0 0;}.dzy45content .dzy45dzy44_con {	min-height: 300px;}.dzy43right .conn .xgcp li {	width: 46%;}.dzy43right .conn .xgcp li:nth-child(2n) {	margin-right: 0;}.dzy45content .dzy43right .conn ul.h_product_bd li {	width: 49%;	margin-right: 2%;}.dzy45content .dzy43right .conn ul.h_product_bd li:nth-child(2n) {	margin-right: 0 !important;}.dzy45content .dzy43right .conn ul.h_product_bd li:nth-child(3n) {	margin-right: 2%;}.dzy45content .dzy43right .conn ul.h_product_bd li div .show_pro_img {	height: 180px;}.dzy43right .conn .proshow1 {	padding: 20px 0;}.proshow1 .js-silder .silder-main-img {	height: 300px;}.dzy43right .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;}.dzy43right .conn .proshow1 .dzy42 {	float: none;	width: 100%;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	padding-top: 15px;}.dzy43right .conn .proshow1 .dzy42 p.desc {	height: 74px;}.dzy43right .conn .proshow1 .pro_btn {	padding-top: 15px;}.dzy43right .conn .proshow1 .pro_btn1 {	height: 44px;	line-height: 44px;}.dzy43right .conn .proshow1 .pro_btn2 {	height: 44px;	line-height: 44px;}.dzy43right .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;}.dzy43right .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 .duan400 ul {}.contact .duan400 ul li {	float: left;	width: 30%;	margin-right: 45px;}.contact .duan400 ul li:nth-child(3n) {	margin-right: 0;}.contact .duan400 ul li a {	display: block;}.contact .duan400 ul li a em {	display: block;	float: left;	width: 60px;	height: 60px;	border: 1px solid #ddd;	border-radius: 50%;	margin-right: 15px;}.contact .duan400 ul li.lx1 em {	background: url(/1/4.png) center center no-repeat;}.contact .duan400 ul li.lx2 em {	background: url(/1/3.png) center center no-repeat;}.contact .duan400 ul li.lx3 em {	background: url(/1/2.png) center center no-repeat;	-webkit-animation: bounce-up 1.4s linear infinite;	animation: bounce-up 1.4s linear infinite;}.contact .duan400 ul li a .wz {	float: left;	width: 78%;}.contact .duan400 ul li a .wz p {	font-size: 18px;	padding-bottom: 10px;}.contact .duan400 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 .duan400 ul li a .wz {	width: 60%;}}@media (max-width:880px) {.contact .duan400 ul li {	float: none;	width: 100%;	margin-right: 0;	margin-bottom: 20px;}.contact .duan400 ul li a .wz {	width: 75%;}.contact .duan400 ul li a .wz p {	float: left;	width: 100%;	line-height: 26px;	padding-right: 10px;}.contact .duan400 ul li a .wz span {	float: left;	width: 100%;	line-height: 26px;}.contact .duan400 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%;}}/*分页*/.pagebar{clear:both;margin:10px 0;text-align:center;}.pagebar a:hover{color:#009688;}.page-status{border-radius:2px 0 0 2px;}.page-last{border-radius:0 2px 2px 0;}.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}.page-status{display:none;}.page-num-current{height:30px;border-top:none;border-bottom:none;background-color:#009688;color:#fff !important;line-height:30px;}a.page-num-current:hover{color:#fff;}.dzy77list {	text-align: center;}.dzy77list a {	display: inline-block;	padding: 0 10px;	background: #f5f5f5;	height: 35px;	line-height: 35px;	text-align: center;	margin-right: 5px;	border-radius: 2px;}.dzy77list a:hover {	background: #005aab;	color: #ffffff;}.dzy77list a.pnnum1 {	background: #005aab;	color: #ffffff;}.dzy77list input {	display: inline-block;	padding: 0 5px;	background: #005aab;	width: 40px !important;	height: 30px !important;	line-height: 30px;	text-align: center;	margin: 0 5px;	color: #fff;	cursor: pointer;}.dzy77list .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) {.dzy77list td span {	display: none;}.dzy77list td #firstpage {	display: none;}.dzy77list td #endpage {	display: none;}}@media (max-width:767px) {.dzy77list a {	margin-right: 5px;}.dzy77list {	font-size: 0;	color: #fff;}.dzy77list input {	display: none !important;}.dzy77list a {	font-size: 12px;}}/*留言*/.dzy41 .dzy18msg {	width: 100%;	overflow: hidden;	margin: 0 auto 20px;	padding: 0;}.dzy41 .dzy18msg h3 {	width: 100%;	height: 40px;	overflow: hidden;	line-height: 40px;	margin: 0 auto;	padding: 0;	border-bottom: 1px solid #dfdfdf;	color: #333;	font-size: 14px;	font-weight: bold;	text-align: center;}.dzy41 .dzy18msg 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;*/}.dzy41 .dzy18msg ul li {	width: 100%;	overflow: hidden;	margin: 0 auto 20px;	padding: 0;}.dzy41 .dzy18msg ul li h4 {	width: 17%;	height: 34px;	overflow: hidden;	line-height: 34px;	margin: 0;	padding: 0 20px 0 0;	color: #333;	font-size: 14px;	text-align: right;	float: left;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-o-box-sizing: border-box;	-moz-box-sizing: border-box;}.dzy41 .dzy18msg ul li .msg_ipt1, .dzy18msg ul li .msg_tara {	width: 83%;	overflow: hidden;	margin: 0;	padding-right: 20px;	background: url(/1/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;}.dzy41 .dzy18msg ul li .msg_ipt1 {	height: 34px;}.dzy41 .dzy18msg ul li .msg_tara {	height: 118px;}.dzy41 .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;}.dzy41 .msg_ipt1 input {	height: 34px;	line-height: 16px;}.dzy41 .msg_tara textarea {	height: 118px;	line-height: 20px;	resize: none;}.dzy41 .dzy18msg ul li .msg_ipt2 {	width: 120px;	height: 34px;	overflow: hidden;	margin-right: 10px;	padding: 0;	float: left;}.dzy41 .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;}.dzy41 .dzy18msg ul li a.yzm_img {	display: block;	width: 90px;	height: 34px;	overflow: hidden;	margin: 0;	padding-right: 20px;	background: url(/1/tb_img.png) top right no-repeat;	float: left;}.dzy41 .dzy18msg ul li .msg_btn {	width: 83%;	overflow: hidden;	margin: 0;	padding: 0;	float: left;}.dzy41 .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;}.dzy41 .dzy18msg 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;}.dzy41 .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;}.dzy41 .dzy18msg ul li h4 {	width: 10%;	height: 45px;	font-size: 14px;}.dzy41 .dzy18msg ul li .msg_ipt1, .dzy18msg ul li .msg_tara {	width: 90%;}.dzy41 .dzy18msg ul li .msg_ipt1, .dzy18msg ul li .msg_tara {	width: 90% !important;}.dzy41 .dzy18msg ul li .msg_ipt1 {	height: 47px;}.dzy41 .msg_ipt1 input {	height: 45px;	line-height: 45px;}.dzy41 .dzy18msg ul li .msg_ipt12 {	width: 90% !important;	height: 45px !important;}.dzy41 .msg_ipt12 input {	height: 45px;}.dzy41 .dzy18msg ul li .msg_ipt1 select {	height: 45px !important;}.dzy41 input {	border-radius: 2px;	border: 1px solid #fff !important;	background: #f1f1f1;}.dzy41 textarea {	border-radius: 2px;	border: 1px solid #fff !important;	background: #f1f1f1;}.dzy41 select {	border-radius: 2px;	border: none !important;	background: #f1f1f1;	outline: none;	text-indent: 10px;}.dzy41 input:focus, .dzy41 textarea:focus {	border: 1px solid #dedede !important;}.dzy41 .dzy18msg ul li a.yzm_img img {	height: 100% !important;}.dzy41 .msg_btn input {	width: 150px;	height: 45px;	line-height: 45px;	cursor: pointer;}.dzy41 .msg_btn input:first-child {	background: #005aab;	color: #fff;}.dzy41 .msg_ipt2 input {	height: 45px;}.dzy41 .dzy18msg ul li .msg_ipt2 {	height: 45px;} @media (max-width:767px) {.dzy18msg ul li h4 {	display: none;}.dzy41 .dzy18msg ul li div {	width: 100% !important;}.dzy41 .dzy18msg ul li .msg_ipt1, .dzy18msg ul li .msg_tara {	width: 100% !important;}.dzy41 .dzy18msg ul li .msg_ipt12 {	width: 100% !important;}.dzy18msg ul li div.msg_ipt2 {	width: 30% !important;}.dzy18msg ul li span {	display: none;}.dzy18msg {	margin: 0 auto 0 !important;}.dzy41 .msg_btn input {	width: 49%;	margin-right: 0;}.dzy41 .msg_btn input:first-child {	margin-right: 2%;}}/*悬浮链接*/.duan500 {	position: fixed;	z-index: 999999999;	right: 50px;	bottom: 220px;	width: 70px;	height: 240px;}.duan500-box {	position: relative;	float: right;}.duan500 .a {	display: block;	width: 80px;	height: 80px;	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;}.duan500 .a.active, .duan500 .a:hover {	background: #ee1c25;	-moz-box-shadow: 0px 0px 20px #ee1c25;	-webkit-box-shadow: 0px 0px 20px #ee1c25;	box-shadow: 0px 0px 20px #ee1c25;}.duan500 .a .i {	display: none !important;	width: 44px;	height: 44px;}.duan500 .a-service {	background: #097cf3 url(/1/pf_icon1.png) center center no-repeat;	background-size: 30px;}.duan500 .a-service:hover {	background: #ee1c25 url(/1/pf_icon1.png) center center no-repeat;	background-size: 30px;}.duan500 .a-service-phone {	background: #097cf3 url(/1/pf_icon2.png) center center no-repeat;	background-size: 30px;}.duan500 .a-service-phone:hover {	background: #ee1c25 url(/1/pf_icon2.png) center center no-repeat;	background-size: 30px;}.duan500 .a-qrcode {	background: #097cf3 url(/1/pf_icon3.png) center center no-repeat;	background-size: 30px;}.duan500 .a-qrcode:hover {	background: #ee1c25 url(/1/pf_icon3.png) center center no-repeat;	background-size: 30px;}.duan500 .a-top {	background: #D2D3D6 url(/1/pf_icon4.png) center center no-repeat;	background-size: 30px;}.duan500 .a-top:hover {	background: #ee1c25 url(/1/pf_icon4.png) center center no-repeat;	background-size: 30px;}.duan500 .a span {	display: block;	width: 100%;	text-align: center;	color: #fff;	font-size: 12px;	padding-top: 4px;}.duan500 .a-top {	display: none;}.duan500 .d {	display: none;	width: 240px;	background: #fff;	position: absolute;	right: 80px;	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);}.duan500 .d .arrow {	position: absolute;	width: 8px;	height: 12px;/*background:url(/1/side_bg_arrow.png) no-repeat;r*/	ight: -8px;	top: 31px;}.qrcode-img img {	width: 150px;	margin: 0 auto;}.duan500 .duan501 {	top: 1px;}.duan500 .duan501-phone {	top: 84px;}.duan500 .d-qrcode {	top: 167px;}.duan500 .d .inner-box {	padding: 24px 22px;}.duan500 .duan501-item {	padding: 4px 0;}.duan500 .duan501 .duan501-item {	border-bottom: none;}.duan500 .duan501-item .circle {	width: 44px;	height: 44px;	border-radius: 50%;	overflow: hidden;	background: #F1F1F3;	display: block;	float: left;}.duan500 .duan501-item .i-qq {	width: 44px;	height: 44px;	background: url(/1/side_con_icon03.png) no-repeat center 15px;	display: block;	transition: all .2s;	border-radius: 50%;	overflow: hidden;}.duan500 .duan501-item:hover .i-qq {	background-position: center 3px;}.duan500 .duan501-item .i-tel {	width: 44px;	height: 44px;	background: url(/1/side_con_icon02.png) no-repeat center center;	display: block;}.duan500 .duan501-item p {	float: left;	width: 112px;	line-height: 22px;	font-size: 15px;	margin-left: 12px;}.duan500 .duan501 .duan501-item p {	float: left;	width: 112px;	line-height: 44px;	font-size: 15px;	margin-left: 12px;}.duan500 .duan501-item .text {	float: left;	width: 112px;	line-height: 22px;	font-size: 15px;	margin-left: 12px;}.duan500 .duan501-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;}.duan500 .duan501-intro {	padding-top: 10px;}.duan500 .duan501-intro p {	float: left;	line-height: 27px;	font-size: 12px;	width: 50%;	white-space: nowrap;	color: #888;}.duan500 .duan501-intro i {	background: url(/1/side_con_icon01.png) no-repeat center center;	height: 27px;	width: 14px;	margin-right: 5px;	vertical-align: top;	display: inline-block;}.duan500 .d-qrcode {	text-align: center;	width: 160px;}.duan500 .d-qrcode .inner-box {	padding: 10px 0;}.duan500 .d-qrcode p {	font-size: 14px;	color: #999;	padding-top: 5px;}@media (max-width:991px) {.duan500 {	width: 60px;	right: 10px;	bottom: 120px;	height: auto;}.duan500 .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;}.duan500 {	width: 40px;	right: 4px;	bottom: 100px;	height: 85px;}.duan500 .a {	width: 40px;	height: 40px;	background-size: 20px !important;}.duan500 .a-service {	display: none !important;}.duan500 .a-qrcode {	display: none !important;}.duan500 .duan501 {	display: none !important;}.duan500 .duan501-phone {	display: none !important;}.duan500 .d-qrcode {	display: none !important;}}/*详情页内容超出设置*/  @media (min-width:1199px) {#c_detail_wrap #new-div .zoom-caret {	display: none !important;}}#c_detail_wrap img, #c_detail_wrap p, #c_detail_wrap span, #c_detail_wrap 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;	word-break: normal;}#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;}