﻿/* youshi */

.cpp_a{width: 100%; margin: 0 auto;}




.trr{ height:350px; width: 1300px; margin: 0 auto;}
.case_piclist_slide {overflow: hidden;}
.case_piclist_slide ul li{float: left;margin:0 15px 20px 0;text-align: center; position:relative; height:350px;overflow:hidden;}
.case_piclist_slide li .picc img { width:425px; height:350px;}

.case_piclist_slide li .cover_top{ text-align:center; line-height:60px; height:60px; font-size:14px;z-index:99;position: absolute; color:#666; bottom:0; width:100%; background:rgba(0,0,0,0.7)}
.case_piclist_slide li .cover_pic{ width:120px; height:120px;position:absolute; left:50%; margin-left:-60px;top:-150px; z-index:100}
.case_piclist_slide li .cover_pic a{ font-size:24px; color:#ffea00; font-weight:bold; padding:100px 0 0 0; background:url(../images/more.png) no-repeat center 5px; display:block}
.case_piclist_slide li  p{ }
.case_piclist_slide li  p a{ color:#fff; font-size: 18px;}
.case_piclist_slide li  p a:hover{ color:#fff600}



.youshi{ height: 1325px; width: 100%; background:url(../images/ko.jpg) top center no-repeat;}
.youshi_t{ height: 120px; width: 1110px; margin: 0 auto;background:url(../images/c1.png) top center no-repeat; }
.youshi_tt p{ height: 60px; width: 770px; background: #0d9518; line-height: 60px; font-size: 18px; color: #FFFFFF; display: block; text-align:center; margin: 0 auto;}
.youshi_zzz{ height: 910px; width: 1300px; margin: 0 auto;}
.youshi_zzz_l{ height: 910px; width: 650px; float: left;}
.youshi_zzz_l_z p{ line-height: 30px; float: left; font-size: 16px; color: #525252;  width: 520px; margin-left: 90px;margin-bottom: 20px;}
.youshi_zzz_l_z{ height: 337px; width: 650px;float:left;background:url(../images/c3.png) top center no-repeat;}

.youshi_zzz_r{ height: 910px; width: 650px; float: right;}
.youshi_zzz_r_zz{ height: 910px; width: 650px; float: right;}
.youshi_zzz_r_z{ height: 337px; width: 650px;float:left;background:url(../images/c4.png) top center no-repeat;}
.youshi_zzz_r_z p{ line-height: 30px; float: left; font-size: 16px; color: #525252;  width: 520px; margin-left: 90px;margin-bottom: 20px;}

.reeee{ height: 720px; width: 100%;background:url(../images/1_16.jpg) top center no-repeat;}
.reeee_t{ height: 77px; width: 330px; margin: 0 auto;}
.reeee_z{}

@media screen and (max-width: 600px) {
.kjj {
display: none !important;
}
.index-new{
display: none !important;
}
}

.kjj{ width: 1300px; margin: 0 auto; padding-bottom: 70px;}
.reeee_z {
  margin-top: 10px;
  margin-bottom: 80px;
  overflow: hidden; }
.reeee_z h2 {
    margin: 15px auto 0px auto;
    font-size: 38px;
    line-height: 30px;
    text-align: center; }
.reeee_z h2 em {
      display: block;
      font-size: 18px;
      margin-top: 15px;
      font-weight: normal; color:#FFFFFF;}
.reeee_z h2 em i {
        color:#FFFFFF;
        font-weight: bold; }


.fahuo_bg{  height:620px; overflow:hidden}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	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 {
	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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	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'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%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-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.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-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-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-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	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%;
	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);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.fa{ padding-left:120px;}
.txt28{font-size:28px;}
.list_bg{ background:url(../images/list_bg.jpg) center; height:500px}

	.d1{
		width:100%;	
		height:421px; position:relative; overflow:hidden; padding-top:35px
	}
	.d2{
		width:1300px;
		height:100%;
		margin:0 auto;
	}
	.li-item{
		background: transparent;
		color:#222222;
		background-color: rgba(0,0,0,0.4) !important;
		z-index: 999;
		width:100%;
		height:100%;
		overflow:hidden;
		padding-top:100px;
		color:white;
	}
	.li-item:hover{
		background-color: rgba(59,181,225,0.7) !important;height:360px;
	}
	.lookintro{
		padding:5px 45px;
		border: 1px solid white;
		color: white;  border-radius:20px;
		background:transparent;
		margin-top:30px;
	}
	div._line{
		width: 40px;
		margin: 10px auto;
		height: 3px;
		background-color: white;
	}
	.d1{
	width:100%;
	height:421px; margin:0 0 40px 0
}
.d2{
	width:1300px;
	height:100%;
	margin:0 auto;
}
.d2>li{
	list-style:none;
	float:left;
	width:25%;
	height:100% !important;
	padding:0;
	background-size:100% 100%;
}
.d2>li:nth-child(1){background-image:url(../images/back.jpg);}
.d2>li:nth-child(2){background-image:url(../images/back2.jpg);}
.d2>li:nth-child(3){background-image:url(../images/back3.jpg);}
.d2>li:nth-child(4){background-image:url(../images/back4.jpg);}













 @media only screen and (min-width:501px) {
	.yin{display: none;}
	.uyt{ display: block;}
} 
@media only screen and (max-width:500px) {
	.uyt{ display: none !important;}
}

.wrapp{ width:1300px; margin: 0 auto;}
.mainleftt{ float: left;}
.mainrighta{ width: 683px; float: right;}

.index-new .main{overflow: hidden;}
.index-new .main .mainlefta .zbl-img{padding-top: 382px;border:1px solid #e8e8e8;}
.index-new .main .mainright{float:right;width: 48%;}
.index-new .main .mainrighta .lump{display: block;overflow: hidden;margin-top: 8px;}
.index-new .main .mainrighta .lump:first-child{margin-top: 0;}
.index-new .main .mainrighta .lump .time{color: #555;text-align: center;width: 120px;float: left;padding:50px 0;border:1px solid #e8e8e8;transition: 0.3s}
.index-new .main .mainrighta .lump .time .t-1{font-size: 34px;line-height: 40px;height: 40px;overflow: hidden;}
.index-new .main .mainrighta .lump .time .t-2{font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;}
.index-new .main .mainrighta .lump .txt-box{width:525px;float: right;padding: 15px;border:1px solid #e8e8e8;transition: 0.3s;height: 130px;}
.index-new .main .mainrighta .lump .txt-box .tit{font-size: 22px;color: #111;line-height: 30px;height: 30px;overflow: hidden;margin-bottom: 5px;}
.index-new .main .mainrighta .lump .txt-box .txt{font-size: 16px;color: #555;line-height: 30px;height: 90px;overflow: hidden;}
.index-new .main .mainrighta .lump:hover .time{background: #00900d;color: #fff;border-top:1px solid #0061b2;border-bottom:1px solid #0061b2;}
.index-new .main .mainrighta .lump:hover .txt-box{background: #e8e8e8;}



.pic{
        overflow: hidden;/*éšè—æº¢å‡º*/
        width: 1300px;
        height: 420;
		
         
       
    }
    .pic ul li{
        float: left;
        height: 420px;
        width: 130px;
    }
   

    .pic ul .pic1{
       
        background-position: center center;  /*å›¾ç‰‡å±…ä¸­  ç­‰æ¯”ä¾‹*/
        background-repeat: no-repeat;  /*å›¾ç‰‡ä¸å¹³é“º*/
		 width: 880px;
    }
   
	
    .txtt{
      
        background-color: #000;
        background: rgba(10, 184, 15, .9);
        height: 420px;
        width: 140px;

    }
    .txtt p{
       
        float: left;
        color: #fff;
    }
    .txtt .p1{
        
        font-size: 13px;
        
        padding: 25px 25px 0px 20px;
    }






.news_r{ width:683px; position:relative}
.news_r_list{ margin:0 0 22px 0; background: #f4f4f4;}
.news_r_list .news_r_pic{ width:200px; height:152px; position:relative; overflow:hidden;}
.news_r_list .news_r_pic img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_r_list .news_r_pic:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.news_r_list .news_r_c{ width:445px; padding:0px 15px 0 0}
.news_r_list .news_r_c h3{  font-weight:normal; line-height:35px; margin-top: 15px;}
.news_r_list .news_r_c h3 a{ font-size:18px; color:#5a5a5a;font-weight:bold; }
.news_r_list .news_r_c h3 a:hover{ color: #dd0000;}

.news_r_list .news_r_c .news_r_date{ font-size:12px; color:#666666; line-height:20px; padding:0 0 10px 0}
.news_r_list .news_r_c p{ font-size:14px; color:#777777; line-height:24px;}
.news_r_list .news_r_c .news_r_more{ font-size:14px; color:#e27f15; line-height:45px;}


.web-head{width: 100%;position:relative;z-index:999;top: 0;left: 0;background: rgba(255, 255, 255, 0.8);}
.web-head .head-0{background: #0061b2;font-size: 14px;color: #fff;}
.web-head .head-0 .l{height:45px;line-height:45px;}
.web-head .head-0 .r{height:45px;line-height:45px;}
.web-head .head-0 .r span{font-size: 16px;}
.web-head .head-1{height: 100px;position: relative;z-index: 2;}
.web-head .head-1 .logo{float: left;height:100px;width:405px;position: relative;overflow: hidden;}
.web-head .head-1 .tel{ float: right; margin-top: 20px;}
.web-head .head-1 .logo:before{content: "";position: absolute;z-index: 3;width:10px;height: 100%;background: #fff;top: 0;left: -50px;transform: rotate(30deg);opacity: 0.7;}
.web-head .head-1 .logo .zbl-img{width:100%;height: 100%;padding-top: 0;}
.web-head .head-1 .logo:hover:before{left: 120%;transition:2s;}
.web-head .head-1 .head-nav-n{ float: right;}
.web-head .head-1 .nav-btn{float: right;display: block;width: 40px;height: 40px;cursor: pointer;padding:5px;background: #fdac25;border-radius:2px;transition: 0.5s;display: none;}
.web-head .head-1 .nav-btn span{width: 26px;height:1px;background: #fff;display: block;margin:7px auto;transition: 0.5s;position: relative;top: 0;}
.web-head .head-nav-b{ float: left;}
.web-head .head-nav-b .ul-box2{position: absolute;top:100px;right: 0;width: 100%;background:rgba(255,255,255,0.9);display: none;}
.web-head .head-nav-b .ul-box2s{padding:30px;overflow: hidden;}
.web-head .head-nav-b .ul1{width:100%;text-align: center;}
.web-head .head-nav-b .ul2{width:160px;float: left; margin-right: 20px;}
.web-head .head-nav-b .ul2-box{width:calc(100% - 160px);float: right;text-align: left;padding:0 0px;}
.web-head .head-nav-b .ul2-box .tit{font-size: 24px;color: #464646;font-weight: bold;margin-bottom: 15px;}
.web-head .head-nav-b .ul2-box .txt{font-size: 12px;color: #666666;line-height: 30px;margin-bottom: 40px;}
.web-head .head-nav-b .ul2-box .img-boxs{overflow: hidden;}
.web-head .head-nav-b .ul2-box .img-box{float: left;width: 44%;margin-right:12%;}
.web-head .head-nav-b .ul2-box .img-box:nth-child(2){margin-right:0;}
.web-head .head-nav-b .li1{float: left;}
.web-head .head-nav-b .li1>a{position: relative;z-index:2;color:#333;font-size: 18px;line-height:94px;display: block; margin-right: 25px;}
.web-head .head-nav-b .li2{display: block;width:100%;margin: 5px 0;}
.web-head .head-nav-b .li2>a{display:block;color:#fff;font-size: 14px;line-height: 35px;height: 35px;overflow: hidden;padding: 0 20px;transition: 0.4s;background: #0074d5;}
.web-head .head-nav-b .li1>a.cur{ border-bottom: solid 6px #3eb902; font-weight: bold; color: #3eb902;}
.web-head .head-nav-b .li1:hover>a{border-bottom: solid 6px #3eb902; font-weight: bold; color: #3eb902;transition: 0.4s;}
.web-head .head-nav-b .li2:hover>a{color: #3496d3;background: #fff;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.web-head .head-nav-s{position:absolute;width: 100%;top:100%;left: 0;background:#fff;z-index:7;display: none;opacity:0;transition: 0.5s;height: 0;overflow: hidden;}
.web-head .head-nav-s .li1{position:relative;}
.web-head .head-nav-s .li1>a{font-size: 14px;display: block;height: 50px;line-height: 50px;color: #333;padding: 0 5%;}
.web-head .head-nav-s .li1>a:after{content:"";position: absolute;left:0;bottom: 0;width: 100%;height: 1px;background: #e9e9e9;}
.web-head .head-nav-s .li2{position: relative;}
.web-head .head-nav-s .li2>a{font-size: 13px;display: block;height: 40px;line-height: 40px;color: #666;padding: 0 7%;}
.web-head .head-nav-s .li2>a:after{content:"";position: absolute;left:0;top: 0;width: 100%;height: 1px;background: #eee;}
.web-head .head-nav-s .li3{position: relative;}
.web-head .head-nav-s .li3>a{font-size: 12px;display: block;height: 40px;line-height: 40px;color: #666;padding: 0 9%;}
.web-head .head-nav-s .li3>a:after{content:"";position: absolute;left:0;top: 0;width: 100%;height: 1px;background: #eee;}
.web-head .head-nav-s .btn1{position: absolute;right:5%;top:10px;width: 30px;height: 30px;z-index: 9;text-align:center;line-height: 30px;font-family:"宋体";transition: 0.3s;font-size: 18px;}
.web-head .head-nav-s .btn2{position: absolute;right:5%;top:5px;width: 30px;height: 30px;z-index: 9;text-align:center;line-height: 30px;font-family:"宋体";transition: 0.3s;}
.web-head .head-nav-s li.cur>a{color: #3496d3;}
.web-head .head-nav-s li.zblcur>a{color: #3496d3;}
.web-head .head-nav-s li.zblcur>.btn{transform: rotate(90deg);}
.web-head.navscur{overflow: initial;}
.web-head.navscur .head-1 .nav-btn span:nth-child(1){top: 8px;transform: rotate(45deg);}
.web-head.navscur .head-1 .nav-btn span:nth-child(2){opacity: 0;}
.web-head.navscur .head-1 .nav-btn span:nth-child(3){top: -8px;transform: rotate(-45deg);}
.web-head.navscur .head-nav-s{top: 100px;opacity: 1;height: auto;}
.sycp .sycp3{margin-bottom: 40px;}
@media only screen and (min-width:1025px) {
	.web-head .head-0 a{transition: 0.3s;}
	.web-head .head-0 a:hover{color: #3496d3;}
}
@media only screen and (max-width:1024px) {
	.web-head .head-0 .l{line-height: 30px;height: 30px;}
	.web-head .head-0 .r{line-height: 30px;height: 30px;}
	.web-head .head-1{height: 70px;}
	.web-head .head-1 .logo{width: calc(100% - 80px);height: 70px;padding: 5px 0;}
	.web-head .head-1 .r{width: 80px;}
	.web-head .head-1 .nav-btn{display: block;margin-top: 15px;box-sizing:border-box;}
	.web-head .head-1 .ul1{display: none;}
	.web-head .head-1 .logo{max-width: 400px;box-sizing:border-box;}
	.web-head .head-1 .phone{display: none;}
	.web-head .head-nav-b{display: none;}
	.web-head .head-nav-s{display: block;}

}
@media only screen and (max-width:1300px) {
	.web-head .head-1 .tel{ display: none;}
}
@media only screen and (max-width: 640px) {
	.web-head .head-0 .r{display: none;}
	.web-head .head-1 .logo{
	   width: calc(100% - 93px); 
	}
}
.head-banner{position: relative;width: 100%;/*margin-top: 100px;*/}
.head-banner .left,.head-banner .right{width: 48px;height: 68px;position: absolute;top: 50%;margin-top: -34px;background: no-repeat center/contain;}
.head-banner .left{position: absolute;left: 20px;background-image:url(../images/banner-left.png) ;}
.head-banner .right{position: absolute;right:20px;background-image:url(../images/banner-right.png) ;}
.head-banner img{display: block;width: 100%;}
.head-banner .img-s{display: none;}
@media only screen and (min-width:1025px) {
	.head-banner:hover .left,.head-banner:hover .right{opacity: 1;}
}
@media only screen and (max-width:1024px) {
	.head-banner{margin-top: 80px;}
}
@media only screen and (max-width: 980px) {
	.head-banner .img-b{display: none;}
	.head-banner .img-s{display:block;}
	.head-banner .slider-nav{bottom: 15px;}
}
@media only screen and (max-width: 640px) {
	.head-banner .left,.head-banner .right{width: 20px;height: 40px;margin-top: -20px;}
	.head-banner{margin-top:0;}
}
.index-00{background: #f2f3f5;line-height: 25px;padding:12.5px 0;overflow: hidden;}
.index-00 .left span{font-size: 16px;color: #333;margin-right: 10px;}
.index-00 .left a{margin-right: 15px;display: inline-block;color: #666;transition: 0.2s;}
.index-00 .right form{border:1px solid #919293;font-size: 0;border-radius:15px;}
.index-00 .right form input{border: 0;font-size: 14px;}
.index-00 .right form input[type="text"]{line-height: 23px;padding-left: 15px;}
.index-00 .right form input[type="submit"]{width: 23px;height:23px;background: url(../images/so.png) no-repeat center;margin-right: 5px;}
@media only screen and (min-width:1025px) {
	.index-00 .left a:hover{color: #0061b2;}
}
@media only screen and (max-width:1024px) {
	.index-00 .left{display: block;float: none;width: 100%;margin-bottom: 5px;line-height: 20px;}
	.index-00 .right{display: block;float: none;width: 100%;}
	.index-00 .right form{width: 100%;}
	.index-00 .right form input[type="text"]{width:calc(100% - 30px);}
}
.index-0{overflow: hidden;}
.index-0 .zbl-lump{width: 33.33%;float: left;text-align: center;color: #0061b2;line-height: 1;}
.index-0 .zbl-lump .b1{font-size: 60px;font-weight: bold;font-family:Impact;margin-bottom: 10px;}
.index-0 .zbl-lump .b2{font-size: 16px;}
@media only screen and (max-width:980px) {
	.index-0 .zbl-lump .b1{font-size:36px;}
}
@media only screen and (max-width:640px) {
	.index-0 .zbl-lump .b1{font-size:24px;}
}
.index-about .main{overflow:hidden;background: #fff;}
.index-about .mainright{float:right;width: 46%;position: relative;}
.index-about .mainright .img-box{position: relative;}
.index-about .mainright .zbl-img{padding-top: 73%;}
.index-about .mainright .slick-dots{position:absolute;bottom:20px;width: 100%;text-align: center;}
.index-about .mainright .slick-dots li{width: 10px;height: 10px;display: inline-block;margin:0 5px;cursor: pointer;background: #fff;transition: 0.3s;border-radius: 9px;}
.index-about .mainright .slick-dots li button{display: none;}
.index-about .mainright .slick-dots li.slick-active{background:#004099;}
.index-about .mainright .left{transition: 0.3s;opacity: 0;cursor: pointer;position:absolute;top: 50%;left: 10px;margin-top: -20px;width: 40px;height:40px;background:rgba(0,0,0,0.6) url(../images/jt-1-left.png) no-repeat center;border-radius: 50%;}
.index-about .mainright .right{transition: 0.3s;opacity: 0;cursor: pointer;position:absolute;top: 50%;right:10px;margin-top: -20px;width: 40px;height:40px;background:rgba(0,0,0,0.6) url(../images/jt-1-right.png) no-repeat center;border-radius: 50%;}
@media only screen and (min-width:1025px) {
	.index-about .mainright:hover .left{opacity: 1;}
	.index-about .mainright:hover .right{opacity: 1;}
	.index-about .mainright .left:hover{opacity: 0.9;}
	.index-about .mainright .right:hover{opacity: 0.9;}
}
.index-about .mainleft{float: left;width: 50%;}
.index-about .mainleft .txt-box{font-size: 12px;color: #555;line-height:35px;height:175px;overflow: hidden;}
.index-about .mainleft ul{overflow: hidden;margin-top: 20px;}
.index-about .mainleft li{float: left;width:23.5%;max-width: 120px;margin-right: 2%;}
.index-about .mainleft li:nth-child(4){margin-right: 0;}
.index-about .mainleft li .img-box{display: block;max-width: 92px;}
.index-about .mainleft li img:nth-child(2){opacity: 0 !important;transition: 0.3s}
.index-about .mainleft li:hover img:nth-child(2){opacity: 1 !important;}
@media only screen and (min-width:1025px) {
	.index-about .mainright .tit a:hover{color: #3496d3;}
}
@media only screen and (max-width:640px) {
	.index-about .mainright{float: none;width: 100%;padding:0;display: none;}
	.index-about .mainright .zbl-img{padding-top:60%;}
	.index-about .mainleft{float: none;width: 100%;}
	.index-about .mainleft .txt-box{line-height: 25px;height: 100px;}
}
.index-ys{overflow: hidden;}
.index-ys .mainleft{float: left;width: 36%;}
.index-ys .mainleft .zbl-img{padding-top: 557px;}
.index-ys .mainright{float: right;width: 58%;}
.index-ys .mainright .lump{overflow: hidden;margin-top: 25px;}
.index-ys .mainright .lump:first-child{margin-top: 0;}
.index-ys .mainright .lump .img-box{width: 72px;float: left;}
.index-ys .mainright .lump .txt-box{width: calc(100% - 90px);float: right;}
.index-ys .mainright .lump .txt-box .b1{font-size: 16px;line-height: 25px;margin-bottom: 5px;}
.index-ys .mainright .lump .txt-box .b1 .z1{display: inline-block;color: #333;margin-right: 5px;}
.index-ys .mainright .lump .txt-box .b1 .z2{display: inline-block;color: #0061b2;}
.index-ys .mainright .lump .txt-box .b2{font-size: 12px;color: #999999;line-height: 20px;}
@media only screen and (max-width:980px) {
	.index-ys .mainleft{display: none;}
	.index-ys .mainright{width: 100%;float: none;}
	.index-ys .mainright .lump{margin-top: 10px;}
}
.index-case{background: url(../images/in-case-bj.jpg) no-repeat center/cover;overflow: hidden;}
.index-pro{background: url(../images/index-pro-bj.jpg) no-repeat center/cover;overflow: hidden;}
.index-pro .slider{padding-bottom:60px;}
.index-pro .slick-dots{position:absolute;bottom:0;width: 100%;text-align: center;}
.index-pro .slick-dots li{width: 16px;height: 16px;display: inline-block;margin:0 10px;cursor: pointer;background: #c6c6c6;transition: 0.2s;}
.index-pro .slick-dots li button{display: none;}
.index-pro .slick-dots li.slick-active{background: #f28e2e;}
.index-new .main{overflow: hidden;}
.index-new .main .mainleft{float: left;width: 48%;}
.index-new .main .mainleft .zbl-img{padding-top: 382px;border:1px solid #e8e8e8;}
.index-new .main .mainright{float:right;width: 48%;}
.index-new .main .mainright .lump{display: block;overflow: hidden;margin-top: 8px;}
.index-new .main .mainright .lump:first-child{margin-top: 0;}
.index-new .main .mainright .lump .time{color: #555;text-align: center;width: 90px;float: left;padding:30px 0;border:1px solid #e8e8e8;transition: 0.3s}
.index-new .main .mainright .lump .time .t-1{font-size: 34px;line-height: 40px;height: 40px;overflow: hidden;}
.index-new .main .mainright .lump .time .t-2{font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;}
.index-new .main .mainright .lump .txt-box{width:60%;float: left;padding: 15px;border:1px solid #e8e8e8;border-right:0;transition: 0.3s}
.index-new .main .mainright .lump .txt-box .tit{font-size: 16px;color: #111;line-height: 25px;height: 25px;overflow: hidden;margin-bottom: 5px;}
.index-new .main .mainright .lump .txt-box .txt{font-size: 12px;color: #555;line-height: 20px;height: 60px;overflow: hidden;}
.index-new .main .mainright .lump:hover .time{background: #0061b2;color: #fff;border-top:1px solid #0061b2;border-bottom:1px solid #0061b2;}
.index-new .main .mainright .lump:hover .txt-box{background: #e8e8e8;}
@media only screen and (max-width:640px) {
	.index-new .main .mainleft{float:none;width: 100%;margin-bottom: 15px;}
	.index-new .main .mainleft .zbl-img{padding-top:60%;}
	.index-new .main .mainright{float:none;width: 100%;}
}
.index-yangpin{background: #f2f1f1;}
.index-yangpin .main{padding: 0 50px;position: relative;overflow: hidden;}
.index-yangpin .main .left{width: 32px;height: 50px;position: absolute;left: 0;top: 50%;margin-top: -25px;background: #919191 url(../images/jt-1-left.png) no-repeat center;cursor: pointer;transition: 0.5s;}
.index-yangpin .main .right{width:32px;height: 50px;position: absolute;right:0;top: 50%;margin-top: -25px;background: #919191 url(../images/jt-1-right.png) no-repeat center;cursor: pointer;transition: 0.5s;}
.index-yangpin .zbl-lump{margin: 0 12px;transition: 0.5s;}
.index-yangpin .zbl-img{padding-top: 52%;}
@media only screen and (min-width:1025px) {
	.index-yangpin .main .left:hover{opacity: 0.8;}
	.index-yangpin .main .right:hover{opacity: 0.8;}
}
@media only screen and (max-width:980px) {
	.index-yangpin .main{padding: 0 40px;}
	.index-yangpin .zbl-lump{margin: 0 5px;}
}
.zbl-lunbo-3{position: relative;box-sizing: border-box;width: 100%;overflow: hidden;padding-bottom: 5px;}
.zbl-lunbo-3 .zbl-lun-box{ width:100%;position: relative;padding-top:30%;}
.zbl-lunbo-3 .zbl-lun-box ul{position:absolute; width: 100%;height:100%;top: 0;left: 0;}
.zbl-lunbo-3 .zbl-lun-box ul li{position: absolute;box-shadow: 0px 4px 4px rgba(0,0,0,0.2);background: #fff;transition:0.5s;}
.zbl-lunbo-3 .zbl-lun-box ul li img{display: block; width: 100%;transition:0.5s;}
.zbl-lunbo-3 .zbl-lun-box ul li .txt{text-align: center;color: #333;overflow: hidden;padding: 0 10px;opacity: 0;transition: 0.5s;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-0{z-index: 1;top:50%;left:50%;opacity:0;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-1{z-index: 4;top:30%;left: 0%;opacity:1;width:30%;height: 40%;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-2{z-index: 6;top:20%;left:10%;opacity:1;width:40%;height: 60%;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-3{z-index: 8;top: 0%;left:25%;opacity:1;width:50%;height:100%;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-4{z-index: 6;top:20%;left:50%;opacity:1;width:40%;height: 60%;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-5{z-index: 4;top:30%;left:70%;opacity:1;width:30%;height: 40%;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-1 img{height:calc(100% - 30px);}
.zbl-lunbo-3 .zbl-lun-box ul li.li-1 .txt{height:30px;line-height: 30px;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-2 img{height:calc(100% - 40px);}
.zbl-lunbo-3 .zbl-lun-box ul li.li-2 .txt{height:40px;line-height: 40px;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-3 img{height:calc(100% - 60px);}
.zbl-lunbo-3 .zbl-lun-box ul li.li-3 .txt{line-height: 60px;height: 60px;opacity: 1;font-size: 18px;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-4 img{height:calc(100% - 40px);}
.zbl-lunbo-3 .zbl-lun-box ul li.li-4 .txt{height:40px;line-height: 40px;}
.zbl-lunbo-3 .zbl-lun-box ul li.li-5 img{height:calc(100% - 30px);}
.zbl-lunbo-3 .zbl-lun-box ul li.li-5 .txt{height:30px;line-height: 30px;}
.zbl-lunbo-3 .left,.zbl-lunbo-3 .right{position: absolute;z-index: 10;top: 50%;width: 50px;height: 50px;margin-top:-25px;border-radius: 50%;background:rgba(0,0,0,0.7) no-repeat center;opacity: 0;cursor: pointer;transition: 0.3s;}
.zbl-lunbo-3 .left{left: 20px;background-image: url(../images/jt-1-left.png)}
.zbl-lunbo-3 .right{right: 20px;background-image: url(../images/jt-1-right.png)}
.zbl-lunbo-3:hover .left,.zbl-lunbo-3:hover .right{opacity: 0.7;}
@media only screen and (max-width: 1024px) {
	.zbl-lunbo-3 .left,.zbl-lunbo-3 .right{opacity: 0.7;}
}
@media only screen and (max-width: 640px) {
	.zbl-lunbo-3 .zbl-lun-box{padding-top: 50%;}
	.zbl-lunbo-3 .zbl-lun-box ul li .txt{text-align: center;font-size: 18px;color: #333;overflow: hidden;padding: 0 10px;opacity: 0;transition: 0.5s;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-0{z-index: 1;top:50%;left:50%;opacity:0;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-1{z-index: 4;top:30%;left: 0%;opacity:1;width:40%;height: 40%;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-2{z-index: 6;top:20%;left: 5%;opacity:1;width:60%;height: 60%;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-3{z-index: 8;top: 0%;left:10%;opacity:1;width:80%;height:100%;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-4{z-index: 6;top:20%;left:35%;opacity:1;width:60%;height: 60%;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-5{z-index: 4;top:30%;left:60%;opacity:1;width:40%;height: 40%;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-1 img{height:calc(100% - 10px);}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-1 .txt{height:30px;line-height: 10px;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-2 img{height:calc(100% - 20px);}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-2 .txt{height:40px;line-height: 20px;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-3 img{height:calc(100% - 30px);}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-3 .txt{line-height: 30px;height: 30px;opacity: 1;font-size: 14px;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-4 img{height:calc(100% - 20px);}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-4 .txt{height:40px;line-height: 20px;}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-5 img{height:calc(100% - 10px);}
	.zbl-lunbo-3 .zbl-lun-box ul li.li-5 .txt{height:30px;line-height: 10px;}
	.zbl-lunbo-3 .left,.zbl-lunbo-3 .right{width: 40px;height: 40px;margin-top: -20px;background-size: 10px;}
}
.product .web-text{border: 1px solid #e9e9e9;font-size: 16px;padding:20px 25px;margin-bottom: 20px;}
.product .web-btn{overflow: hidden;position: relative;z-index: 2;}
.product .web-btn .btn{float: left;width: 40px;height: 40px;line-height: 40px;border:1px solid #ddd;text-align: center;cursor: pointer;}
.product .web-btn .btn.cur{border:1px solid #0061b2}
.product .web-btn .btn1{background: url(../images/pro-btn-1.png) no-repeat center;}
.product .web-btn .btn2{background: url(../images/pro-btn-2.png) no-repeat center;}
.productshow{overflow: hidden;}
.productshow .productshow-tit{text-align: center;width: 80%;margin:0 auto;}
.productshow .productshow-tit .b1{font-size: 30px;}
.productshow .productshow-tit .b2{font-size: 16px;margin-top: 25px;}
.productshow .main-0 .main{overflow: hidden;}
.productshow .main-0 .mainleft{float: left;width: 50%;border-right:1px dashed #d2d2d2 ;padding-right: 5%;}
.productshow .main-0 .mainleft .slider-for{float: left;width:70%;border:1px solid #ddd;overflow: hidden;}
.productshow .main-0 .mainleft .slider-for .zbl-img{padding-top:310px}
.productshow .main-0 .mainleft .slider-nav{float: right;width:28%;margin-top:-9px;}
.productshow .main-0 .mainleft .slider-nav .img-box{border:1px solid #ddd;margin: 9px 0;}
.productshow .main-0 .mainleft .slider-nav .zbl-img{padding-top:90px}
.productshow .main-0 .mainright{float: right;width: 39%;padding-left: 5%;}
.productshow .main-0 .mainright .b0{font-size: 14px;line-height: 22px;}
.productshow .main-0 .mainright .b1{font-size: 30px;font-weight:bold;border-bottom: 1px solid #ddd;margin-bottom: 20px;padding-bottom: 10px;}
.productshow .main-0 .mainright .b2{font-size: 14px;margin-bottom: 20px;line-height: 22px;height: 88px;overflow: hidden;}
.productshow .main-0 .mainright .b3{font-size: 14px;line-height: 40px;overflow: hidden;}
.productshow .main-0 .mainright .b3 .rx{float: left;}
.productshow .main-0 .mainright .b3 .rx span{font-size: 24px;font-weight: bold;color: #d02127;margin-left: 10px;}
.productshow .main-0 .mainright .b3 .zxbtn{font-size: 18px;background: #222222;color: #fff;display: inline-block;float: right;padding: 0 30px;border-radius: 20px;line-height: 40px;}
.productshow .main-2 .show{background: #f0f0f0;padding: 35px 50px;}
.productshow .main-3 table{width: 100%;border-collapse:collapse;}
.productshow .main-3 tr td{padding:5px 30px;border: 3px solid #fff;}
.productshow .main-3 tr:nth-child(1) td{background: #ec561e;color: #fff;}
.productshow .main-3 tr:nth-child(2n) td{background: #f0f0f0;}
.productshow .main-4 .main{padding: 40px 50px;overflow: hidden;background: #e5e2e2;}
.productshow .main-4 td{width: 50%;padding: 10px;}
.productshow .main-4 td:nth-child(1) .img-box{padding: 0;}
.productshow .main-4 td:nth-child(1) .zbl-img{padding-top: 57%;}
.productshow .main-4 td:nth-child(2){font-size: 18px;line-height: 35px;padding-left: 8%;}
.productshow .main-5 td{padding: 30px;min-width:250px;}
.productshow .main-5 td img{max-width: 100%;}
.productshow .main-5 td .b1{font-size: 36px;color: #333;font-weight: bold;margin-bottom: 20px;}
.productshow .main-5 td .b2{font-size: 18px;color: #333;font-weight: bold;}
.productshow .main-5 td .b3{font-size: 16px;color: #333;line-height: 35px;margin-bottom: 10px;}
.productshow .main-5 td .b4{font-size: 18px;color: #333;font-weight: bold;}
.productshow .main-5 td .b4 img{display: inline-block;vertical-align: middle;margin-right:5px;}
.productshow .main-5 td .b4 span{display: inline-block;vertical-align: middle;}
.productshow .main-6 td{width: 50%;background: #ededed;}
.productshow .main-6 td:last-child{border-left:10px solid #fff;}
.productshow .main-6 td .img-box{padding: 0;}
.productshow .main-6 td .txt-box{padding: 30px 70px;font-size: 16px;line-height: 35px;}
.productshow .main-7{overflow: hidden;}
.productshow .main-7 .tit{font-size: 16px;color: #666;margin-bottom:30px;line-height: 35px;border-bottom: 1px solid #ddd;}
.productshow .main-7 .mainleft{float:left;width: 50%;}
.productshow .main-7 .mainleft .box{margin-bottom: 20px;}
.productshow .main-7 .mainleft .box:after{content:"";display: block;clear: both;}
.productshow .main-7 .mainleft .xing{position: relative;}
.productshow .main-7 .mainleft .xing:before{content: "*";position:absolute;left:10px;top:12px;color: red;}
.productshow .main-7 .mainleft input{display: inline-block;vertical-align: middle;width: 100%;height: 40px;line-height: 40px;font-size: 14px;color: #666;border:1px solid #ddd;padding:0 20px}
.productshow .main-7 .mainleft textarea{width: 100%;height: 100px;font-size: 14px;color: #666;border:1px solid #ddd;padding:10px 20px}
.productshow .main-7 .mainleft img{display: inline-block;vertical-align: middle;width: 100px;height: 4 0px;}
.productshow .main-7 .mainleft input[type="submit"]{width: 100px;height: 40px;line-height: 40px;background: #0b81da;color: #fff;border:0;}
.productshow .main-7 .mainright{float: right;width: 42%;}
.productshow .main-7 .mainright .txt{position: relative;overflow: hidden;}
.productshow .main-7 .mainright li{border-bottom: 1px solid #ddd;position: relative;padding: 15px 0;padding-right: 60px;}
.productshow .main-7 .mainright li .b1{font-size: 16px;line-height: 25px;height: 25px;overflow: hidden;color: #555;}
.productshow .main-7 .mainright li .b2{font-size: 14px;line-height: 22px;color: #999;}
.productshow .main-7 .mainright li .time{font-size: 12px;color: #999;position: absolute;right: 0;bottom: 5px;}@media only screen and (max-width:1024px) {
	.productshow .main-0 .mainleft .slider-for .zbl-img{padding-top:250px}
	.productshow .main-0 .mainleft .slider-nav .zbl-img{padding-top:70px}
	.productshow .main-0 .mainright .b1{font-size: 24px;margin-bottom: 10px;}
	.productshow .main-0 .mainright .b2{font-size: 14px;margin-bottom: 10px;}
	.productshow .main-0 .mainright .b3 .rx{width: 100%;}
	.productshow .main-0 .mainright .b3 .rx span{font-size: 20px;}
	.productshow .main-0 .mainright .b3 .zxbtn{float: left;width: ;line-height: 30px;font-size: 14px;}
}
@media only screen and (max-width:980px) {
	.productshow .productshow-tit {width: 100%;}
	.productshow .productshow-tit .b1{font-size: 24px;}
	.productshow .productshow-tit .b2{font-size: 14px;margin-top:15px;}
	.productshow .main-0 .mainright .b1{font-size: 20px;}
	.productshow .main-2 .show{padding: 15px 20px;}
	.productshow .main-4 .main{padding: 20px 30px;}
	.productshow .main-4 td{padding: 5px;}
	.productshow .main-4 td:nth-child(2){font-size: 16px;line-height: 25px;padding-left:20px;}
	.productshow .main-5 td{min-width:200px;}
	.productshow .main-5 td .b1{font-size: 24px;margin-bottom: 10px;}
	.productshow .main-5 td .b2{font-size: 16px;}
	.productshow .main-5 td .b3{font-size: 14px;line-height: 25px;margin-bottom: 5px;}
	.productshow .main-5 td .b4{font-size: 16px;}
	.productshow .main-6 td .txt-box{padding: 10px 30px;font-size: 14px;line-height: 25px;}
	.productshow .main-7 .mainleft{float: none;width: 100%;margin-bottom: 15px;}
	.productshow .main-7 .mainright{float: none;width: 100%;}
}
@media only screen and (max-width:640px) {
	.productshow .main-0 .mainleft{width: 100%;padding-right:0;border-right:0;margin-bottom: 15px;}
	.productshow .main-0 .mainright{width: 100%;padding-left: 0;}
	.productshow .main-4 .main{padding: 10px;}
	.productshow .main-4 td{display: block;width: 100%;padding:5px !important;}
	.productshow .main-4 td:nth-child(2){font-size: 14px;line-height: 20px;}
	.productshow .main-5 td{min-width:150px;padding: 10px;}
	.productshow .main-5 td .b1{font-size: 18px;margin-bottom: 5px;}
	.productshow .main-5 td .b2{font-size: 14px;}
	.productshow .main-5 td .b4{font-size: 14px;}
	.productshow .main-6 td {display: block;width: 100%;}
	.productshow .main-6 td:last-child{border-left:0}
	.productshow .main-6 td .txt-box{padding: 10px 15px;}
}
.solutionshow{overflow: hidden;}
.solutionshow .solutionshow-tit{text-align: center;width: 80%;margin:0 auto;}
.solutionshow .solutionshow-tit .b1{font-size: 30px;}
.solutionshow .solutionshow-tit .b2{font-size: 24px;}
.solutionshow .solutionshow-tit .b2 span{color: #004099;}
.solutionshow .solutionshow-tit .b2 span.d{margin: 0 15px;}
.solutionshow .main-0 .show{background: #f2f2f2;padding: 30px 100px;}
.solutionshow .main-2 .img-box{margin-bottom: 10px;}
.solutionshow .main-2 .txt-box{text-align: center;font-size: 16px;}
.solutionshow .main-3 td{width: 50%;background: #ededed;}
.solutionshow .main-3 td:last-child{border-left:10px solid #fff;}
.solutionshow .main-3 td .img-box{padding: 0;}
.solutionshow .main-3 td .txt-box{padding: 30px 70px;font-size: 16px;line-height: 35px;}
.solutionshow .main-4 .main{max-width:1200px;margin:auto}
.solutionshow .main-4 .box{margin-bottom: 20px;}
.solutionshow .main-4 .box:after{content: "";display: block;clear: both;}
.solutionshow .main-4 .xing{position: relative;}
.solutionshow .main-4 .xing:before{content: "*";position:absolute;left:10px;top: 12px;color: red;}
.solutionshow .main-4 input{display: inline-block;vertical-align: middle;width:50%;height: 50px;line-height: 50px;font-size: 18px;color: #333;padding:0 20px}
.solutionshow .main-4 textarea{width: 80%;height: 180px;font-size: 18px;color: #333;padding:10px 20px}
.solutionshow .main-4 img{display: inline-block;vertical-align: middle;width: 100px;height: 50px;}
.solutionshow .main-4 input[type="submit"]{display: block;font-size: 24px;width: 100px;height: 50px;line-height: 50px;background: #004099;color: #fff;border:0;border-radius:3px;}
@media only screen and (max-width:980px) {
	.solutionshow .solutionshow-tit{width: 100%;}
	.solutionshow .solutionshow-tit .b1{font-size: 24px;}
	.solutionshow .solutionshow-tit .b2{font-size: 18px;}
	.solutionshow .main-0 .show{padding: 20px 40px;}
	.solutionshow .main-2 .img-box{margin-bottom: 0;}
	.solutionshow .main-2 .txt-box{font-size: 14px;}
	.solutionshow .main-3 td .txt-box{padding: 10px 30px;font-size: 14px;line-height: 25px;}
	.solutionshow .main-4 .box{margin-bottom: 15px;}
	.solutionshow .main-4 input{height: 45px;line-height: 45px;font-size: 16px;}
	.solutionshow .main-4 select{height: 45px;line-height: 45px;font-size: 16px;}
	.solutionshow .main-4 textarea{height: 150px;font-size: 16px;}
	.solutionshow .main-4 img{height: 45px;}
	.solutionshow .main-4 input[type="submit"]{font-size: 20px;}
}
@media only screen and (max-width:640px) {
	.solutionshow .main-0 .show{padding: 10px 15px;}
	.solutionshow .main-3 td {display: block;width: 100%;}
	.solutionshow .main-3 td:last-child{border-left:0}
	.solutionshow .main-3 td .txt-box{padding: 10px 15px;}
	.solutionshow .main-4 .box{margin-bottom: 10px;}
	.solutionshow .main-4 input{width: 100%;height: 40px;line-height: 40px;font-size: 14px;}
	.solutionshow .main-4 select{height: 40px;line-height: 40px;font-size: 14px;}
	.solutionshow .main-4 textarea{width: 100%;height: 120px;font-size: 14px;}
	.solutionshow .main-4 img{height: 40px;}
	.solutionshow .main-4 input[type="submit"]{font-size: 16px;line-height: 30px;height: 30px;}
}
.new .main-1 .mainleft{float: left;width: 45%;}
.new .main-1 .mainleft .zbl-img{padding-top:362px;}
.new .main-1 .mainright{float: right;width:calc(55% - 25px);}
.new .main-1 .mainright .zbl-lump .b3{height: 100px;}
@media only screen and (max-width: 980px) {
	.new .main-1 .mainleft .zbl-img{padding-top:262px;}
	.new .main-1 .mainright .zbl-lump .b3{height: 50px;}
}
@media only screen and (max-width: 640px) {
	.new .main-1 .mainleft{display: none;}
	.new .main-1 .mainright{float: none;width: 100%;}
	.new .main-1 .mainright .zbl-lump .b3{height: 50px;}
}
.about .box{overflow: hidden;}
.about .box li{width: 33.33%;float: left;text-align: center;color: #777;}
.about .box .b1{font-size: 40px;line-height: 50px;height: 50px;font-weight: 100;overflow: hidden;}
.about .box .b1 sup{font-size: 20px;margin-left: 10px;}
.about .box .b2{font-size: 20px;line-height: 30px;height: 30px;overflow: hidden;}
@media only screen and (max-width: 640px) {
	.about .box .b1{font-size: 30px;line-height: 40px;height: 40px;}
	.about .box .b2{font-size: 16px;line-height: 25px;height: 25px;}
}
.contact .main-0{overflow: hidden;}
.contact .main-0 .tit{font-size: 16px;color: #666;margin-bottom:30px;line-height: 35px;border-bottom: 1px solid #ddd;}
.contact .main-0 .mainleft{float:left;width: 50%;}
.contact .main-0 .mainleft .box{margin-bottom: 20px;}
.contact .main-0 .mainleft .box:after{content:"";display: block;clear: both;}
.contact .main-0 .mainleft .xing{position: relative;}
.contact .main-0 .mainleft .xing:before{content: "*";position:absolute;left:10px;top:12px;color: red;}
.contact .main-0 .mainleft input{display: inline-block;vertical-align: middle;width: 100%;height: 40px;line-height: 40px;font-size: 14px;color: #666;border:1px solid #ddd;padding:0 20px}
.contact .main-0 .mainleft textarea{width: 100%;height: 100px;font-size: 14px;color: #666;border:1px solid #ddd;padding:10px 20px}
.contact .main-0 .mainleft img{display: inline-block;vertical-align: middle;width: 100px;height: 4 0px;}
.contact .main-0 .mainleft input[type="submit"]{width: 100px;height: 40px;line-height: 40px;background: #0b81da;color: #fff;border:0;}
.contact .main-0 .mainright{float: right;width: 42%;}
.contact .main-0 .mainright .txt{position: relative;overflow: hidden;}
.contact .main-0 .mainright li{border-bottom: 1px solid #ddd;position: relative;padding: 15px 0;padding-right: 0px;}
.contact .main-0 .mainright li .b1{font-size: 16px;line-height: 25px;height: 25px;overflow: hidden;color: #555;}
.contact .main-0 .mainright li .b2{font-size: 14px;line-height: 22px;color: #999;}
.contact .main-0 .mainright li .time{font-size: 12px;color: #999;position: absolute;right: 0;bottom: 5px;}
.contact .main-1{overflow: hidden;}
.contact .main-1 .mainleft{float: left;width:50%;border:1px solid #ddd}
.contact .main-1 .mainright{float:right;width:42%;}
.contact .main-1 .mainright li{line-height: 25px;padding: 5px 0;font-size: 16px;color: #666;margin-top: 20px;}
.contact #map{width:100%;height: 400px;}
@media only screen and (max-width: 980px) {
	.contact .main-0 .mainleft{float: none;width: 100%;margin-bottom: 15px;}
	.contact .main-0 .mainright{float: none;width: 100%;}
	.contact .main-1 .mainleft{float: none;width: 100%;}
	.contact .main-1 .mainright{float: none;width: 100%;}
	.contact .main-1 .mainright li{margin-top: 10px;}
}
.web-foot{color: #fff;width: 100%;background: url(../images/foot-bj.jpg) no-repeat center/cover;}
.web-foot .foot-1 a{transition: 0.2s;}
.web-foot .foot-1 table{overflow: hidden;border-collapse:collapse;width: 100%;}
.web-foot .foot-1 table td{position: relative;text-align: center;padding:0 30px;vertical-align: top;border-left:1px solid rgba(18,128,219,0.4);border-right:1px solid rgba(18,128,219,0.4);}
.web-foot .foot-1 table td:first-child{border-left:0}
.web-foot .foot-1 table td:last-child{border-right: 0;}
.web-foot .foot-1 table td .box{display:inline-block;text-align: left;}
.web-foot .foot-1 table td .tit{font-size: 18px;line-height: 30px;height: 30px;margin-bottom: 15px;}
.web-foot .foot-1 table td .txt{font-size: 14px;line-height: 30px;}
.web-foot .foot-1 table td:nth-child(1) li{height: 30px;overflow: hidden;}
.web-foot .foot-1 table td:nth-child(2) .box{max-width: 300px;}
.web-foot .foot-1 table td:nth-child(2) li{width:50%;float: left;height: 30px;overflow: hidden;}
.web-foot .foot-1 table td:nth-child(3){text-align: left;}
.web-foot .foot-1 table td:nth-child(3) dl{padding-left: 70px;position: relative;font-weight: 100;}
.web-foot .foot-1 table td:nth-child(3) dl dt{position: absolute;top: 0;left: 0;}
.web-foot .foot-1 table td:nth-child(4) li{width:44%;float: left;text-align: right;}
.web-foot .foot-1 table td:nth-child(4) li:nth-child(1){margin-right: 12%;}
.web-foot .foot-1 table td:nth-child(4) li .img-box{padding: 0;margin-bottom: 10px;max-width: 100px;}
.web-foot .foot-1 table td:nth-child(4) li .txt-box{font-size: 12px;text-align: center;line-height: 16px;}
.web-foot .foot-2{line-height: 25px;overflow: hidden;padding: 15px 0;font-size: 12px;text-align: center;color:#bacce5;}
.web-foot .foot-2 a{display: inline-block;margin-right: 20px;}
@media only screen and (min-width:1025px) {
	.web-foot .foot-1 a:hover{color: #3496d3;}
}
@media only screen and (max-width:1440px) {
	.web-foot .foot-1 table td{padding: 30px 20px;}
}
@media only screen and (max-width:1024px) {
	.web-foot .foot-1 table td:nth-child(1){display: none;}
	.web-foot .foot-1 table td:nth-child(2){border:0 ;}
}
@media only screen and (max-width:768px) {
	.web-foot .foot-1 table td:nth-child(2){display: none;}
	.web-foot .foot-1 table td:nth-child(3){border:0 ;}
	.web-foot .foot-2 .l{float: none;}
	.web-foot .foot-2 .r{float: none;}
}
@media only screen and (max-width:640px) {
	body{padding-bottom: 40px;}
	.web-foot{display: none;}
	.web-foot .foot-1{padding: 20px 0;}
	.web-foot .foot-1 table td{padding: 0;}
	.web-foot .foot-1 table td .tit{margin-bottom: 5px;}
	.web-foot .foot-1 table td:nth-child(3){width: 100%;display: block;margin-bottom: 15px;}
	.web-foot .foot-1 table td:nth-child(4){width: 100%;display: block;border: 0;text-align: left;}
	.web-foot .foot-1 table td:nth-child(4) .tit{display: none;}
	.web-foot .foot-2{font-size: 12px;line-height: 22px;}
}
.foot-nav{position: fixed;z-index: 99;bottom: 0;left: 0;width: 100%;color: #fff;background: #39ad00;display: none;border-top:1px solid #39ad00;}
.foot-nav a{float: left;width: 24%;text-align: center;border-left:1px solid #39ad00;height: 40px;line-height: 40px;}
.foot-nav a:first-child{border-left:0}
@media only screen and (max-width: 640px) {
	.foot-nav{display: block;}
}