* {
	padding: 0;
	margin: 0;
}
.clr{
	clear: both;
}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 多行换行 */
.some-line{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 首页样式 */
.warp{
    position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center;	
	height: 6000px;
}
.ind-more-btn {
	width: 175px;
	height: 52px;
	background-color: #00479d;
	-webkit-border-radius: 26px;
	   -moz-border-radius: 26px;
			border-radius: 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .ind-more-btn span {
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
  }
  .ind-more-btn img {
	width: 33px;
	height: 33px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .ind-more-btn:hover img {
	-webkit-transform: translateX(10px);
	   -moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
			transform: translateX(10px);
  }
  .tan-swiper-container {
	position: relative;
	overflow: hidden;
  }
  .tan-wrapper {
	height: 100%;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
			transform: skew(-20deg);
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition-timing-function: linear !important;
	   -moz-transition-timing-function: linear !important;
		 -o-transition-timing-function: linear !important;
			transition-timing-function: linear !important;
  }
  .tan-wrapper .tan-swiper-slide {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	font-size: 50px;
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
		-ms-transform: skew(20deg);
			transform: skew(20deg);
	position: relative;
	left: 0;
  }
  .tan-wrapper-active {
	z-index: 20;
  }
  .scale-act .tan-swiper-slide {
	-webkit-transition: all 5s;
	-o-transition: all 5s;
	-moz-transition: all 5s;
	transition: all 5s;
  }
  .tan-wrapper-next {
	z-index: 19;
  }
  #fullpage {
	height: 100vh;
  }
  #fullpage .section {
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 120px;
  }
  #fullpage .section .fixed-box {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	padding: 0 6.25%;
	z-index: 90;
	color: #fff;
  }
  #fullpage .section .fixed-box .inbox {
	position: relative;
  }
  #fullpage .section .fixed-box .inbox .tanpage {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
	-webkit-transform-origin: left top;
	   -moz-transform-origin: left top;
		-ms-transform-origin: left top;
			transform-origin: left top;
	font-size: 18px;
  }
  #fullpage .section .fixed-box .inbox .tanpage span {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpage .section .fixed-box .inbox .tanpage .now-line {
	margin: 0 10px;
  }
  #fullpage .section .fixed-box .inbox .tanpage .total-tan {
	opacity: .5;
  }
  #fullpage .section .fixed-box .inbox .title-box {
	margin-bottom: 10%;
	padding-left: 8%;
	font-size: 32px;
	line-height: 65px;
  }
  #fullpage .section .fixed-box .inbox .title-box .te:nth-child(2) {
	padding-left: 162px;
  }
  #fullpage .section .fixed-box .inbox .gpdm-box {
	width: 270px;
  }
  #fullpage .section .fixed-box .inbox .gpdm-box .gpdm-te {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #fullpage .section .fixed-box .inbox .gpdm-box .name {
	padding-top: 20px;
	color: rgba(255, 255, 255, 0.5);
  }
  #fullpage .section-1 {
	padding-top: 0;
  }
  #fullpage .section-2 {
	background: url(../images/ind_02.jpg) no-repeat center center / cover;
	position: relative;
  }
  #fullpage .section-2 .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	margin-top: 30px;
  }
  #fullpage .section-2 .wrap .left-bf {
	float: left;
	width: 42.2078%;
  }
  #fullpage .section-2 .wrap .left-bf .ind-tl-box {
	margin-bottom: 75px;
  }
  #fullpage .section-2 .wrap .left-bf .text-box {
	margin-bottom: 50px;
  }
  #fullpage .section-2 .wrap .left-bf .text-box .tli {
	margin-bottom: 25px;
  }
  #fullpage .section-2 .wrap .left-bf .text-box .tli .tl {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
  }
  #fullpage .section-2 .wrap .left-bf .text-box .tli .te {
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
  }
  #fullpage .section-2 .wrap .left-bf .text-box .tli:last-child {
	margin-bottom: 0;
  }
  #fullpage .section-2 .wrap .right-bf {
	width: 39%;
	float: right;
	position: relative;
	right: 40px;
	top: 40px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpage .section-2 .wrap .right-bf .play-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
  }
  #fullpage .section-2 .wrap .right-bf .play-btn .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	text-align: center;
  }
  #fullpage .section-2 .wrap .right-bf .play-btn .btn .icon {
	margin-bottom: 10px;
  }
  #fullpage .section-2 .wrap .right-bf .play-btn .btn .span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
  }
  #fullpage .section-2 .wrap .right-bf::after {
	content: "";
	width: 80%;
	height: 80%;
	right: -40px;
	top: -40px;
	z-index: -1;
	background: #00479d;
  }
  #fullpage .section-2 .wrap .right-bf:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #fullpage .section-3 {
	background: url(../images/ind_03.jpg) no-repeat center center / cover;
  }
  #fullpage #top-swiper .swiper-slide {
	cursor: pointer;
  
  }
  
  
  #fullpage .section-3 .ind-tl-box {
	margin-top: 6.25%;
	margin-bottom: 30px;
  }
  #fullpage .section-3 .imgbox {
	overflow: hidden;
	margin-bottom: 20px;
  }
  #fullpage .section-3 .imgbox img {
	width: 100%;
	width: 620px;
	height: 413px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpage .section-3 .swiper-slide:hover .imgbox img{
	transform: scale(1.1);
  }
  #fullpage .section-3 .name-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	overflow: hidden;
  }
  #fullpage .section-3 .name-box .name {
	-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
			flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	border-left: 3px solid #fff;
	margin-right: 10px;
  }
  #fullpage .section-3 .name-box .te {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	white-space: nowrap;
  }
  
  
  #fullpage .section-3 .line-s {
	margin: 15px auto;
	width: 1px;
	height: 40px;
	background: rgba(255, 255, 255, 0.4);
  }
  #fullpage .section-3 .line-h {
	position: relative;
  }
  #fullpage .section-3 .line-h .point {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0.1);
	   -moz-transform: scale(0.1);
		-ms-transform: scale(0.1);
			transform: scale(0.1);
	width: 27px;
	height: 27px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	margin: 0 auto;
	position: relative;
	display: block;
	cursor: pointer;
  }
  #fullpage .section-3 .line-h .point::after {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	border: 3px solid #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  #fullpage .section-3 .line-h:hover .point::after {
	background: #fff;
  }
  #fullpage .section-3 .line-h::after,
  #fullpage .section-3 .line-h::before {
	content: "";
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	top: 50%;
  }
  #fullpage .section-3 .line-h::after {
	width: 50%;
	right: -30px;
  }
  #fullpage .section-3 .swiper-slide-active .line-h .point {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	background: transparent;
  }
  #fullpage .control-box {
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: calc(100% - 240px);
	margin: 0 auto;
	position: relative;
  }
  #fullpage .control-box .btn {
	position: absolute;
	bottom: -4px;
	cursor: pointer;
	padding: 10px;
  }
  #fullpage .control-box .prev_bt-swiper {
	left: -34px;
  }
  #fullpage .control-box .next_bt-swiper {
	right: -34px;
  }
  #fullpage .bt-swiper-box {
	overflow: hidden;
  }
  #fullpage .bt-swiper-box #bt-swiper {
	width: -webkit-calc(100% + 180px);
	width: -moz-calc(100% + 180px);
	width: calc(100% + 180px);
	left: -90px;
  }
  #fullpage .section-4 {
	background: url(../images/ind_04.jpg) no-repeat center center / cover;
  }
  #fullpage .section-4 .wrap {
	margin-top: 6.25%;
  }
  #fullpage .section-4 .wrap .ind-tl-box {
	margin-bottom: 30px;
  }
  #fullpage .section-4 .swiper-slide .imgbox {
	overflow: hidden;
  }
  #fullpage .section-4 .swiper-slide .imgbox img {
	width: 100%;
	width: 375px;
	height: 240px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpage .section-4 .swiper-slide .text-box {
	padding: 30px 30px 25px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpage .section-4 .swiper-slide .text-box .title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpage .section-4 .swiper-slide .text-box .te {
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 10px;
	height: 54px;
  }
  #fullpage .section-4 .swiper-slide .text-box .time-box {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  #fullpage .section-4 .swiper-slide .text-box .time-box .date {
	padding-top: 10px;
	font-size: 14px;
	color: #ddd;
  }
  #fullpage .section-4 .swiper-slide .text-box .time-box img {
	width: 20px;
	height: 9px;
	-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
			flex-shrink: 0;
  }
  #fullpage .section-4 .swiper-slide:hover .text-box {
	background: #00479d;
  }
  #fullpage .section-4 .swiper-slide:hover .text-box .title,
  #fullpage .section-4 .swiper-slide:hover .text-box .te {
	color: #fff;
  }
  #fullpage .section-4 .ind-more-btn {
	margin: 30px auto 0;
  }
  #fullpage .section-4 #newsSP {
	position: static;
	margin-top: 40px;
  }
  #fullpage .section-4 #newsSP span {
	margin: 0 5px;
  }
  #fullpage .section-5 {
	position: relative;
  }
  #fullpage .section-5 .bl1 {
	width: 100%;
  }
  #fullpage .section-5 .bl2 {
	height: 100%;
	width: 100%;
  }
  
  #fullpage .section-5 .map-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  #fullpage .section-5 .map-box .map img {
	display: block;
	min-width: 100%;
	max-width: 200%;
  }
  #fullpage .section-5 .bl2 .map img {
	width: 100%;
  }
  #fullpage .section-5 .bl1 .map img {
	height: 100%;
  }
  #fullpage .section-5 .map-box .point-box {
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
  }
  #fullpage .section-5 .map-box .point-box .point {
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
  }
  
  #fullpage .section-5 .map-box .point-box .point .info-box {
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	position: absolute;
	bottom: -webkit-calc(100%);
	bottom: -moz-calc(100%);
	bottom: calc(100%);
	width: 321px;
	height: auto;
	padding: 34px 26px 30px 26px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
  }
  #fullpage .section-5 .map-box .point-box .point .info-box .name {
	color: #000000;
	
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	margin-bottom: 15px;
  }
  #fullpage .section-5 .map-box .point-box .point .info-box .info {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
  }
  #fullpage .section-5 .map-box .point-box .point .info-box::after {
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.8);
	z-index: -1;
	-webkit-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	border: solid 1px #ffffff;
  }
  
  
  #fullpage .section-5 .map-box .point-box .point .icon {
	position: relative;
  }
  #fullpage .section-5 .map-box .point-box .point .name-box {
	position: absolute;
	  width: 234px;
	  background-color:rgba(255, 255, 255, 0.6);
	  box-shadow: 1px 4px 15px 0px 
		rgba(0, 0, 0, 0.2);
	  border-radius: 4px;
	  border: solid 1px #ffffff;
	  line-height: 26px;
	  padding: 0 20px;
	color: #666;
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
	}
  #fullpage .section-5 .map-box .point-box .point .icon .te {
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 6px;
	top: 6px;
  }
  #fullpage .section-5 .map-box .point-box .point:hover {
	z-index: 700;
  }
  #fullpage .section-5 .map-box .point-box .point:hover .icon .te {
	border-color: rgba(255, 255, 255, 0.3);
  }
  #fullpage .section-5 .map-box .point-box .point:hover .name-box {
	opacity: 1;
	pointer-events: auto;
  }
  #fullpage .section-5 .map-box .point-box .point:hover .info-box {
	opacity: 1;
	pointer-events: auto;
  }
  #fullpage .section-5 .map-box .point-box span {
	position: absolute;
	bottom: 2px;
	white-space: nowrap;
	color: #fff;
  }
  .point-box2 {
	display: none;
  }
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(1) span,
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(3) span,
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(4) span {
	right: 100%;
  }
  
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(1) .name-box,
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(3) .name-box,
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(4) .name-box {
	left: 120%;
	top: 50%;
  }
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(2) span {
	left: 50%;
	bottom: -10px;
  }
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(2) .name-box {
	right: 120%;
	top: 50%;
  }
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(5) span,
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(6) span{
	left: 100%;
  }
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(5) .name-box,
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(6) .name-box{
	right: 120%;
	top: 50%;
  }
  
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(1) span,
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(6) span,
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(4) span {
	right: 100%;
  }
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(1) .name-box,
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(6) .name-box,
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(4) .name-box {
	left: 120%;
	top: 50%;
  }
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(3) span {
	left: 50%;
	bottom: -10px;
  }
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(3) .name-box {
	right: 120%;
	top: 50%;
  }
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(5) span,
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(2) span{
	left: 100%;
  }
  
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(5) .name-box,
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(2) .name-box{
	right: 120%;
	top: 50%;
  }
  
  
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(1){left: 21.5708%;bottom: 67.1368%;}
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(2){left:48.9271%;bottom:73.3684%;}
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(3){left:69.55%;bottom:54.4737%;}
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(4){left:79.8333%;bottom:60.8421%;}
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(5){left:81.0792%;bottom:59.5263%;}
  #fullpage .section-5 .map-box .point-box1 .point:nth-child(6){left:86.05%;bottom:63.3158%;}
  
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(1){left:18.2708%;bottom:61.7368%;}
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(2){left:30.7708%;bottom:35.5789%}
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(3){left:48.4583%;bottom:71.5789%}
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(4){left:47.7375%;bottom:73.3158%;}
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(5){left:48.7354%;bottom:74.9474%}
  #fullpage .section-5 .map-box .point-box2 .point:nth-child(6){left:85.8646%;bottom:25.2105%}
  #fullpage .section-5 .tp-box {
	position: absolute;
	top: 25%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	left: 50%;
	height: 1px;
  }
  #fullpage .section-5 .tp-box .ind-tl-box {
	margin-bottom: 55px;
	width: 400px;
  }
  #fullpage .section-5 .tp-box .change-box {
	width: 300px;
  }
  #fullpage .section-5 .tp-box .yx-net {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #fff;
	margin-bottom: 30px;
  }
  #fullpage .section-5 .tp-box .yx-net:last-child{
	margin-bottom: 0;
  }
  #fullpage .section-5 .tp-box .yx-net .icon {
	margin-right: 5px;
  }
  #fullpage .section-5 .tp-box .yx-net span {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  #fullpage .section-5 .tp-box .yx-net.act span, 
  #fullpage .section-5 .tp-box .yx-net:hover span {
	font-weight: bold;
	text-decoration: underline;
  }
  #fullpage .section-5 .bt-box.wrap {
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	z-index: 99;
	position: absolute;
	text-align: center;
	color: #ffffff;
  }
  #fullpage .section-5 .bt-box.wrap .tl {
	margin-bottom: 24px;
  }
  #fullpage .section-5 .bt-box.wrap .big {
	font-size: 36px;
	margin-bottom: 10px;
	border-right: 1px solid rgba(221, 221, 221, 0.2);
  }
  #fullpage .section-5 .bt-box.wrap .big .counter {
	font-size: 72px;
  }
  #fullpage .section-5 .bt-box.wrap .te {
	color: #a2abb9;
	font-size: 12px;
  }
  #fullpage .section-5 .bt-box.wrap .box {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
  }
  #fullpage .section-5 .bt-box.wrap .box:last-child .big {
	border-right: none;
  }
  #fullpage .section-6 {
	height: auto;
	padding: 4.1666% 0 7%;
  }
  #fullpage .section-6 .ind-tl-box {
	margin-bottom: 50px;
  }
  #fullpage .section-6 .ind-tl-box .cn {
	color: #000;
  }
  #fullpage .section-6 .ind-tl-box .en {
	color: #999999;
  }
  #fullpage .section-6 .swiper-slide {
	width: 480px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  }
  #fullpage .section-6 .swiper-slide .imgbox {
	width: 250px;
	margin-right: 10px;
	-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
			flex-shrink: 0;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 140px;
  }
  #fullpage .section-6 .swiper-slide .imgbox::before{
	content: "";
	width: 100%;
	position: static;
	padding-top: 56%;
  }
  #fullpage .section-6 .swiper-slide .text-box .tl,
  #fullpage .section-6 .swiper-slide .text-box .time,
  #fullpage .section-6 .swiper-slide .text-box .addr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  }
  #fullpage .section-6 .swiper-slide .imgbox img {
	transition: all .3s;
  }
  #fullpage .section-6 .swiper-slide:hover .imgbox img {
	transform: scale(1.1);
  }
  #fullpage .section-6 .swiper-slide:hover .imgbox img {
	transform: scale(1.1);
  }
  #fullpage .section-6 .swiper-slide .text-box .icon {
	width: 16px;
	-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
			flex-shrink: 0;
	margin-right: 10px;
  }
  #fullpage .section-6 .swiper-slide .text-box .tl {
	margin-bottom: 22px;
  }
  #fullpage .section-6 .swiper-slide .text-box .tl .te {
	line-height: 20px;
	color: #000;
  }
  #fullpage .section-6 .swiper-slide .text-box .tl .te::after {
	background: #000;
  }
  #fullpage .section-6 .swiper-slide .text-box .time {
	margin-bottom: 25px;
  }
  #fullpage .section-6 .swiper-slide .text-box .te {
	padding-left: 10px;
	position: relative;
  }
  #fullpage .section-6 .swiper-slide .text-box .te::after {
	content: "";
	width: 1px;
	left: 0;
	height: 16px;
	top: 0;
	background-color: #999999;
  }
  #fullpage .section-7 {
	padding-top: 0;
	height: auto;
  }
  #fullpageSP .swiper-pagination-bullet {
	position: relative;
	margin: 10px 0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	opacity: 1;
	background: none;
  }
  #fullpageSP .swiper-pagination-bullet span {
	position: absolute;
	right: 160%;
	display: block;
	line-height: 22px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  #fullpageSP .swiper-pagination-bullet .icon {
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	-webkit-transform: scale(0.3);
	   -moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
			transform: scale(0.3);
  }
  #fullpageSP .swiper-pagination-bullet:nth-child(1) .icon {
	background-image: url(../images/ind_26.png);
  }
  #fullpageSP .swiper-pagination-bullet:nth-child(2) .icon {
	background-image: url(../images/ind_27.png);
  }
  #fullpageSP .swiper-pagination-bullet:nth-child(3) .icon {
	background-image: url(../images/ind_28.png);
  }
  #fullpageSP .swiper-pagination-bullet:nth-child(4) .icon {
	background-image: url(../images/ind_29.png);
  }
  #fullpageSP .swiper-pagination-bullet:nth-child(5) .icon {
	background-image: url(../images/ind_30.png);
  }
  #fullpageSP .swiper-pagination-bullet-active .icon,
  #fullpageSP .swiper-pagination-bullet:hover .icon {
	width: 22px;
	height: 22px;
	background-color: transparent;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
  }
  #fullpageSP .swiper-pagination-bullet-active span,
  #fullpageSP .swiper-pagination-bullet:hover span {
	right: 140%;
	opacity: 1;
  }
  #tanSwiper {
	height: 100%;
  }
  #tanSwiper .tan-swiper-slide .bg-box {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
  }
  #tanSwiper video{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  #tanSwiper .scale-act .tan-swiper-slide .bg-box {
	-webkit-transition: all 5s;
	-o-transition: all 5s;
	-moz-transition: all 5s;
	transition: all 5s;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
  }
  
  #showSwiperSP {
	position: relative;
	height: 12px;
	left: auto;
	top: auto;
	bottom: auto;
	margin-top: 40px;
	background: none;
  } 
  #showSwiperSP::after {
	content: "";
	width: 100%;
	z-index: -1;
	height: 4px;
	top: 4px;
	left: 0;
	background: #ddd;
  }
  #showSwiperSP .swiper-pagination-progressbar {
	z-index: 10;
  
  }
  @media (max-width: 1536px) {
	#fullpage .section {
	  padding-top: 60px;
	}
	#fullpage .section .fixed-box .inbox .title-box {
	  font-size: 48px;
	}
	#fullpage .section-1,
	#fullpage .section-7 {
	  padding-top: 0;
	}
	#fullpage .section-3 .ind-tl-box {
	  margin-top: 5.2083%;
	}
	#fullpage .section-3 .name-box .name {
	  font-size: 20px;
	}
	#fullpage .section-4 .wrap {
	  margin-top: 4.2083%;
	}
	#fullpage .section-5 .bt-box.wrap .big .counter {
	  font-size: 66px;
	}
  }
  @media (max-width: 1366px) {
	#fullpage .section .fixed-box .inbox .title-box {
	  font-size: 42px;
	  margin-bottom: 8%;
	}
	#fullpage .section .fixed-box .inbox .gpdm-box .gpdm-te {
	  padding-bottom: 10px;
	}
	#fullpage .section .fixed-box .inbox .gpdm-box .name {
	  padding-top: 10px;
	}
	#fullpage .section-2 .wrap .left-bf .ind-tl-box {
	  margin-bottom: 50px;
	}
	#fullpage .section-2 .wrap .left-bf .text-box .tli .tl {
	  font-size: 20px;
	  margin-bottom: 15px;
	}
	#fullpage .section-3 .name-box .name {
	  font-size: 18px;
	}
	#fullpage .section-4 .swiper-slide .text-box {
	  padding: 20px 20px 15px;
	}
	#fullpage .section-4 .swiper-slide .text-box .title {
	  margin-bottom: 15px;
	}
	#fullpage .section-4 .swiper-slide .text-box .te {
	  height: 36px;
	  overflow: hidden;
	}
	#fullpage .section-5 .bt-box.wrap .big .counter {
	  font-size: 60px;
	}
  
	#fullpage .section-5 .map-box .point-box .point .info-box {
	  bottom: 95%;
	}
	  #fullpage .section-5 .map-box .point-box .point .info-box .name {
	  font-size: 14px;
	  margin-bottom: 8px;
	}
	#fullpage .section-5 .map-box .point-box .point .info-box .info {
	  font-size: 12px;
	  line-height: 16px;
	}
	#fullpage .section-5 .map-box .point-box .point .info-box {
	  padding: 10px;
	}
   
  }
  @media (max-width: 1280px) {
	#fullpage .section .fixed-box .inbox .title-box {
	  font-size: 36px;
	  line-height: 42px;
	}
	#fullpage .section-4 .swiper-slide .text-box .title {
	  font-size: 16px;
	}
	#fullpage .section-5 .bt-box.wrap .big .counter {
	  font-size: 54px;
	}
  }
  .this-bf-btn,
  .close-bf-btn {
	display: none;
  }
  @media (max-width: 1024px) {
	#fullpage {
	  height: auto;
	}
	#fullpage .section {
	  padding-top: 0;
	}
	#fullpage .section .fixed-box .inbox .title-box {
	  font-size: 30px;
	}
	#fullpage .section-2 {
	  padding: 50px 0;
	}
	#fullpage .section-2 .wrap {
	  position: static;
	  -webkit-transform: none;
		 -moz-transform: none;
		  -ms-transform: none;
			  transform: none;
	  margin-top: 0;
	}
	#fullpage .section-2 .wrap .right-bf .vbg {
	  position: relative;
	  z-index: 20;
	}
	#fullpage .section-2 .wrap .right-bf .play-btn {
	  z-index: 22;
	}
	#fullpage .section-2 .wrap .right-bf::after {
	  z-index: 0;
	}
	#fullpage .section-3 {
	  padding: 50px 0;
	}
	#fullpage .section-3 .ind-tl-box {
	  margin-top: 0;
	}
	#fullpage .section-4 {
	  padding: 50px 0;
	}
	#fullpage .section-4 .wrap {
	  margin-top: 0;
	}
	#fullpage .section-6 {
	  padding: 50px 0;
	}
	#fullpage > .swiper-wrapper {
	  display: block;
	}
	#tanSwiper .tan-swiper-slide .bg-box {
	  padding-top: 49.4792%;
	}
	.this-bf-btn {
	  display: block;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%,-50%);
	  width: 40px;
	  height: 40px;
	  z-index: 888;
	}
	.close-bf-btn {
	  display: none;
	}
  }
  @media (max-width: 768px) {
  
	#fullpage .section .fixed-box .inbox .title-box {
	  font-size: 20px;
	  line-height: 30px;
	}
	#fullpage .section .fixed-box .inbox .title-box .te:nth-child(2) {
	  padding-left: 40px;
	}
	#fullpage .section .fixed-box .inbox .tanpage {
	  left: 10px;
	}
	#fullpage .section-2 .wrap .left-bf {
	  margin-bottom: 30px;
	}
	#fullpage .section-2 .wrap .left-bf,
	#fullpage .section-2 .wrap .right-bf {
	  float: none;
	  width: 100%;
	}
	#fullpage .section-2 .wrap .left-bf .ind-tl-box {
	  margin-bottom: 40px;
	  padding-top: 0;
	}
	#fullpage .section-2 .wrap .left-bf .text-box {
	  margin-bottom: 30px;
	}
	#fullpage .section-2 .wrap .left-bf .text-box .tli .tl {
	  margin-bottom: 10px;
	  font-size: 16px;
	}
	#fullpage .section-2 .wrap .right-bf {
	  top: 0;
	  right: 0;
	}
	#fullpage .section-2 .wrap .right-bf::after {
	  display: none;
	}
	#fullpage .top-swiper-box {
	  width: 90%;
	  margin: 0 auto;
	  
	}
	
	#fullpage .top-swiper-box #top-swiperSP {
	  margin-top: 20px;
	  position: relative;
	  bottom: 0;
	}
	#fullpage .top-swiper-box #top-swiperSP .swiper-pagination-bullet {
	  opacity: 1;
	  background: #fff;
	  margin: 0 5px;
	}
	#fullpage .top-swiper-box #top-swiperSP .swiper-pagination-bullet-active {
	  background: #00479d;
	}
	#fullpage .control-box {
	  display: none;
	}
	#fullpage .section-5 .tp-box {
	  top: 9%;
  
	}
	 #fullpage .section-5 .mobanner {
	   margin-bottom: 40px;
	 }
	#fullpage .section-5 .tp-box .ind-tl-box {
	  margin-bottom: 20px;
	}
	#fullpage .section-5 .bt-box.wrap {
	  position: static;
	  transform: none;
	}
	#fullpage .section-5 .bt-box.wrap {
	  flex-wrap: wrap;
	  color: #333;
	}
	#fullpage .section-5 .bt-box.wrap .tl {
	  margin-bottom: 16px;
	}
	#fullpage .section-5 .bt-box.wrap .big .counter {
	  font-size: 36px;
	}
	#fullpage .section-5 .tp-box .yx-net {
	  margin-bottom: 10px;
	}
	 #fullpage .section-5 .tp-box .yx-net .icon {
	   width: 20px;
	 }
	#fullpage .section-5 .bt-box.wrap .box {
	  flex: none;
	  width: 33.3333%;
	  margin-bottom: 30px;
	}
	#fullpage .section-6 .ind-tl-box {
	  margin-bottom: 40px;
	}
	#fullpage .section-6 .swiper-slide {
	  display: block;
	}
	#fullpage .section-6 .swiper-slide .imgbox {
	  width: 100%;
	  margin-bottom: 16px;
	  height: auto;
	}
	#fullpage .section-6 .swiper-slide .imgbox::before{
	  padding-top: 56%;
	}
	#fullpage .section-6 .swiper-slide .imgbox img {
	  width: 100%;
	}
  }




  /* 自己的css */
/*zy公共部分 位置信息及二级栏目*/
.zy_content{
	position: relative;
	z-index: 5;
	background-color:#ffffff; 
}
.zy_content .wid_main{
	width: 1300px;
	margin:0 auto;
}
.zy_navbox{
	border-bottom: #ddd solid 1px;
	padding-bottom: 8px;
	display:table; content:''; clear:both;/*清除浮动*/
}
.zy_navbox .weizhi{
	width: 350px;
	height: 92px;
	float: left;
	position: relative;
}
.zy_navbox .weizhi>div{
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: -20px;
	width: 350px;
	height: 92px;
	z-index: 2;
}
.zy_navbox .weizhi>div p{
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	margin-top: 17px;
}
.zy_navbox .weizhi>div p img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.zy_navbox .weizhi>div p a{
	color: #666;
}
.zy_navbox .weizhi>div p a:hover{
	color: #3385cc;
}
.zy_navbox .weizhi>div p span{
	font-weight: bold;
	color: #3385cc;
}
.zy_navbox .weizhi>div p b{
	font-weight: normal;
	color: #999;
	margin-right: 18px;
}
.zy_navbox .weizhi i{
	position: absolute;
	top: -20px;
	height: 92px;
	width: 366px;
	left: -8px;
	background: url(../images/web/shadow-bg.png) no-repeat center bottom;
}
.zy_navbox ul{
	float: right;
	width: 920px;
	padding-top: 20px;
	margin-left: 30px;
}
.zy_navbox ul li{
	display: inline-block;
	padding:0 30px 5px;
	position: relative;
}
.zy_navbox ul li h2{
	position: relative;
}
.zy_navbox ul li h2 a{
	font-size: 18px;
	color: #555;
}
.zy_navbox ul li.cur h2 a{
	color: #3385cc;
	font-weight: bold;
}
.zy_navbox ul li h2 i{
	width: 0;
	height: 2px;
	transition:width .3s;
	display: block;
	background-color: #3385cc;
	margin-top: 4px;
}
.zy_navbox ul li.cur h2 i{
	width: 100%;
}
.zy_navbox ul li:hover h2 i{
	width: 100%;
}
.zy_navbox ul li:hover h2 a{
	font-weight: bold;
	color: #3385cc;
}
/*三级菜单*/
.zy_navbox ul li b{
	width: 10px;
	height: 6px;
	position: absolute;
	right: -15px;
	top: 15px;
	background: url(../images/web/xjt_down.png) no-repeat center center;
}
.zy_navbox ul li dl{
	background-color: rgba(51,133,204,.9);
	position: absolute;
	top: 40px;
	padding:3px 8px;
	border-radius: 3px;
	display: none;
	z-index: 5;
}
.zy_navbox ul li dl a{
	font-size: 14px;
	color: #fff;
	opacity: .8;
}
.zy_navbox ul li dl dd{
	margin:8px 0; 
}
.zy_navbox ul li dl a:hover{
	text-decoration: underline;
	opacity: 1;
}

.zy_conbox{
	min-height: 300px;
	margin-bottom: 60px;
}

/*公司简介*/
.zy_about{
	margin-top: 50px;
}
.zy_about img{
	float: left;
	width: 630px;
	height: 420px;
	margin:0 16px 0 0;
}
.zy_about .txt{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
	text-align: justify;
}
.zy_about .txt *{ margin-top: 24px; }

/*产品展示*/
.zy_chanp ul{ overflow:hidden; zoom:1; padding:10px 0 !important; width: 1344px;margin-left: -16px;}
.zy_chanp ul li{ margin:36px 16px 0; padding:10px; float:left; _display:inline; overflow:hidden; 
	background-color: #fff;  transition: box-shadow .3s; border:#eee solid 1px;
}
.zy_chanp ul li .pic{ height: 230px; overflow: hidden; }
.zy_chanp ul li .pic img{ width:390px; height:260px;}
.zy_chanp ul li .title{ width: 390px; position: relative; }
.zy_chanp ul li .title h2{ font-size: 20px; color: #666; line-height: 48px;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-bottom: #bbb solid 1px;
}
.zy_chanp ul li .title i{position: absolute; left: 0; top: 48px;width: 0; height: 1px;
	background-color: #3385cc;  transition:width .7s; z-index: 2;
}
.zy_chanp ul li .title p{ font-size: 14px; color: #999; line-height: 24px;padding: 6px 0 0;height: 48px; overflow: hidden; }
.zy_chanp ul li:hover{ box-shadow: 0 0 10px #999; border:#fff solid 1px;}
.zy_chanp ul li .title:hover h2{ color: #3385cc; }
.zy_chanp ul li .title:hover i{ width: 100%;}

/***翻页样式**/
.fanye{
    text-align:center; 
    margin:50px 0 20px 0;
}
.fanye a{ 
    border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;
}
.fanye span a{ 
    margin: 0 2px;
    padding:0 20px;
}
.fanye span .current{ 
    color:white; 
    background-color:#3385cc; 
    border:#3385cc solid 1px;
}
.fanye a:hover{
    color:white; 
    background-color:#3385cc; 
    border:#3385cc solid 1px;
}


/* 案例 */
/*案例展示*/
.zy_anli ul{
	overflow: hidden;
	width: 1312px;
	margin-left: -6.5px;
	margin-top: 20px;
}
.zy_anli ul li{
	float: left;
	width: 315px;
	margin:20px 6.5px 0;
	position: relative;
}
.zy_anli ul li img{
	display: block;
	width: 315px;
	height: 300px;
}
.zy_anli ul li>div>div{
	background-color: #3385cc;
	text-align: center;
	width: 100%;
	padding-right: 1px;
}
.zy_anli ul li>div>div h2{
	color: #fff;
	font-size: 24px;
	width: 80%;
	margin:0 auto;
	border-bottom: #ffffff dashed 1px;
	padding:26px 0 20px 0;
	overflow: hidden;
	white-space: nowrap;
}
.zy_anli ul li>div>div p{
	font-size: 14px; 
	color: #fff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	width: 80%;
	margin:16px auto 0;
}
.zy_anli ul li>div>div a{
	display: block;
	width: 114px;
	height: 36px;
	margin:12px auto 0;
	border:3px solid rgba(255,255,255,.8);
	border-radius: 30px;
}
.zy_anli ul li>div>div a span{
	background-color: #fff;
	border:#3385cc solid 1px;
	display: block;
	color: #3385cc; 
	font-size: 14px;
	line-height: 28px;
	border-radius: 30px;
}
.zy_anli ul li>div>div a span:hover{
	color: #fff;
	background-color: #3385cc;
}
.zy_anli ul li h3{
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
}
.zy_anli ul li h3 a{
	font-size: 18px;
	color: #666;
	display: inline-block;
	max-width: 270px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.zy_anli ul li h3 i{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background:url(../images/web/xjt_1.png) no-repeat center top;
	margin:0 10px 0 -16px;
	transition:background-position-y .1s;
	-moz-transition:background-position-y .1s; /* Firefox 4 */
	-webkit-transition:background-position-y .1s; /* Safari and Chrome */
	-o-transition:background-position-y .1s; /* Opera */ 
}
.zy_anli ul li h3:hover a{
	color: #3385cc;
}
.zy_anli ul li h3:hover i{
	background-position-y:-10px; 
}


/* 新闻 */

/*资讯中心*/
.zy_news ul{
	margin-top: 20px;
}
.zy_news ul li {
	border-bottom: #ddd solid 1px;
	padding:30px 0;
}
.zy_news ul li img{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 120px;
}
.zy_news ul li dl{
	display: inline-block;
	vertical-align: middle;
	width: 870px;
	margin-left: 15px;
}
.zy_news ul li dl dt a{
	font-size: 26px;
	color: #555;
}
.zy_news ul li dl dt a:hover{
	color: #3385cc;
}
.zy_news ul li dl dd{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-top: 22px;
	height: 60px;
	overflow: hidden;
}
.zy_news ul li span{
	background: url(../images/web/news_time_bg.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 126px;
	margin-left: 70px;
}
.zy_news ul li span i{
	display: block;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-style: normal;
	margin-top: 18px;
}
.zy_news ul li span b{
	color: #3385cc;
	display: block;
	text-align: center;
	font-family: arial;
	font-size: 64px;
}


.left-img img{
	position: absolute;
    top: 0px;
    /* max-width: 245px; */
    width: 240px;
    height: 140px;
}

.foot-adress{
	font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}

.foot-center{
	text-align: center;
}


/*内页翻页样式*/
#pages {width: 100%;height: 50px;text-align: center;line-height: 22px;padding-top: 10px; clear:both;}
#pages a {background: #f5f5f5;border: #ddd solid 1px;padding: 2px 8px;margin: 0 2px;float: none; color: #9d7751; font-size: 14px;}
#pages span {background: #00479d; color: #fff;border: #DDD solid 1px;padding: 2px 10px; margin: 0 2px; float: none;}



.contentbox{
	overflow: hidden;
}


/*产品详情页*/
.zy_xqcontent{
	margin-top: 50px;
}
.zy_xqbox{
	width: 1300px;
	margin:0 auto;
	overflow: hidden;
	min-height: 300px;
	padding-bottom: 60px;
}
.zy_xqbox .left_con{
	float: left;
	width: 940px;
}
.zy_xqbox .right_con{
	float: right;
	width: 320px;
}
.zy_xqtitle h1{
	font-size: 30px;
	color: #333;
}
.zy_xqtitle p{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}
.zy_xqtitle p:before{
	display: inline-block;
    position: relative;
	content: "————";
	color: #3385cc;
	margin-right: 10px;
}
.zy_xqtitle p span{
	margin-right: 20px;
}
.zy_xqtxt .zy_xxjs{
	border-bottom: #ddd solid 1px;
	line-height: 36px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.zy_xqtxt .zy_xxjs span{
	font-size: 16px;
	color: #333;
	border-bottom: #3385cc solid 3px;
	padding-bottom: 7px;
}
.zy_xqtxt .txtbox .txt{
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 32px;
}
.zy_xqtxt .txtbox .txt img{
	display: block;
	margin:0 auto;
	max-width: 100%;
}
.zy_xqtxt .txtbox .txt>*{
	margin:15px 0;
}
.zy_xqtxt .txtbox .pic h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #3385cc;
	line-height: 40px;
}
.leftpic{width:810px;overflow:hidden;margin:10px auto 30px; position: relative;}
.large_box{width:810px;height:540px;overflow:hidden;}
.large_box img{display:block;width:810px;height:540px;}
.small_box{width:810px;height:110px;overflow:hidden;background-color: rgba(0,0,0,.5);position: absolute; bottom: 0;}
.small_list{position:relative;float:left;width:720px;height:110px;overflow:hidden;}
.small_list ul{height:90px;overflow:hidden; margin-top: 10px;}
.small_list ul li{position:relative;float:left;margin-right:11.5px;width:135px;height: 90px; cursor: pointer; background-color: #3385cc;}
.small_list ul li img{display:block; width:135px;height: 90px;}
.small_list ul li.on img{ filter:alpha(opacity=50);opacity:.5;}
.btn{display:block;width:45px;height:32px; margin-top:0px;
	background-repeat:no-repeat;background-position:center center;cursor:pointer;
}
.left_btn{float:left;background-image:url(../images/web/xq_jt_l.png);}
.right_btn{float:right;background-image:url(../images/web/xq_jt_r.png);}
.large_box .btn{
	position: absolute;
	top: 30%;
	left: 5px;
	background-color: #3385cc;
	opacity: .2;
	width: 40px;
	height: 60px;
	z-index: 5;
}
.large_box .right_btn{
	left: auto;
	right: 5px;
}
.large_box .btn:hover{
	opacity: .6;
}

.zy_xqtxt .share{
	border-top: #ddd solid 1px;
	margin-top: 40px;
	position: relative;
	padding-top: 10px;
	overflow: hidden;
}
.zy_xqtxt .share i{
	position: absolute;
	height: 3px;
	width: 60px;
	right: 0;
	top: -2px;
	background-color: #3385cc;
}
.zy_xqtxt .share h2{
	float: left;
}
.zy_xqtxt .share h2 p{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 32px;
}
.zy_xqtxt .share h2 p a{
	color: #999;
	display: inline-block;
}
.zy_xqtxt .share h2 p a:hover{
	font-weight: bold;
	color: #3385cc;
}
.jiathis_style_24x24{
	float: right;
}
.jiathis_style_24x24 span{
	display: block;
	text-align: right;
	font-weight: bold;
	color: #666;
	font-size: 14px;
	line-height: 32px;
}

.zy_xqbox .right_con h2{
	display:inline-block;
	font-size: 20px;
	color: #333;
	position: relative;
	line-height: 30px;
	padding-bottom: 6px;
}
.zy_xqbox .right_con h2 i{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 3px;
	background-color: #3385cc;
}
.picMarquee-top{ width:315px; overflow:hidden; position:relative; background-color: #fafafa; margin-top: 20px;box-shadow: 0 0 5px #bbb;}
.picMarquee-top .bd{ padding:10px;}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{height: 110px!important;
    zoom: 1;
    padding: 0px 0;
    border-bottom: #ddd solid 1px;
    margin: 10px 0px;}
.picMarquee-top .bd ul li img{
	display: inline-block;
	width: 120px;
	height: 100px;
	margin-right: 5px;
	vertical-align: middle;
}
.picMarquee-top .bd ul li dl{
	display: inline-block;
	width: 165px;
	height: 80px;
	vertical-align: middle;
	position: relative;
}
.picMarquee-top .bd ul li dl dt{
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 28px;
}
.picMarquee-top .bd ul li dl dd{
	font-size: 12px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}
.picMarquee-top .bd ul li dl span{
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: 0;
}
.picMarquee-top .bd ul li:hover dt{
	font-weight: bold;
	color: #3385cc;
}



.content-main {
    margin-top: 10px;
    margin-bottom: 100px;
}
.content-main {
    min-height: 590px;
}

#container {
    margin: auto auto;
    width: 665px;
}

#mylist td.one {
    width: 60px;
}
#mylist td {
    line-height: 21px;
}

/* 联系我们 */

.container {
	width: 1200px;
	margin: 0 auto;
}
.yunu-section {
	padding: 65px 0;
}
.contact-1 {
	margin: 0 0 40px;
	background-color: #f5f5f5;
}
.contact-1 dt {
	float: left;
	width: 440px;
}
.contact-1 dd {
	margin-left: 440px;
	padding: 40px 50px 0 50px;
}
.contact-1 dd h4 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	color: #d82634;
}
.contact-1 dd p {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin: 20px 0 0;
}
.contact-2 {
	margin-left: -20px;
	margin-bottom: 40px;
}
.contact-2 li {
	float: left;
	width: 25%;
}
.contact-2 li .wrap {
	border: 1px solid #ddd;
	margin-left: 20px;
	text-align: center;
	padding: 20px;
}
.contact-2 li img {
	display: block;
	height: 50px;
	width: auto;
	margin: 0 auto;
}
.contact-2 li p {
	margin-bottom: 0;
    height: 60px;
    overflow: hidden;
    line-height: 25px;
    margin-top: 10px;
}


.lxwm-map{
	width: 1200px;
	margin: 0 auto;
}

.ewm img{
	max-width: 120px;
}

.imgbox{ position: relative;}
.zy_chanp ul li .pic{ position: relative;}
.imgsy-container{ position: relative;}
.newslist-container{ position: relative; width: 180px; height: 120px; display: inline-block; }
.tjcp-container{ position: relative; width: 120px; height: 100px; display: inline-block; }
.imgsy{ background: url(../images/imgsy.png) center no-repeat; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);position: absolute; background-size: contain; z-index: 90;}