﻿/*
 *  Owl Carousel - Core 插件样式如遇相同只留一份
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! fancyBox 插件样式，如有一样的只留一份 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/piclist002311-fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/piclist002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/piclist002311-blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/piclist002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/piclist002311-fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/piclist002311-fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*-------------------------- 以上是插件的样式 -----------------------------*/

/*Top001940*/
.Top001940{ background-color:#fff;}
@media(min-width:1025px){
.Top001940 .header{ display:table; width:100%;}
.Top001940 .header > *{ display:table-cell; vertical-align:middle;}
.Top001940 .header-right{ width:64px; padding-left:30px;}
.Top001940 .header-left{ width:30%;}
.Top001940 .sub-txt-img .sub{ width: 400%;}
}
.Top001940 .header-left{padding:2% 0; }
.Top001940 .header-left .logo img{ max-width:175px;}
.Top001940 .header-right dd{ float:left;position:relative;}
.Top001940 .open-search{ display:block; width:19px; height:19px; background:url(../images/header_icons.png) no-repeat -31px 0;}
.Top001940 .top-search{ position:relative; z-index:100; }
.Top001940 .search-box{ position:absolute; width:0; right:0; top:0; opacity:0; transform:scale(0); transition:opacity 0.3s,width 0.3s,transform 1s 0.3s;}
.Top001940 .top-search-show .search-box{width:220px; opacity:1;transform:scale(1);transition:opacity 0.3s,width 0.3s;}
.Top001940 .search-box .text{ width:100%; padding:0 34px 0 5px; height:32px; line-height:32px; border:none;border:1px solid #4e4644; background:#fff;}
.Top001940 .search-box .btn{ position:absolute; right:10px; top:50%; margin-top: -10px; width:19px; height:19px; background:url(../images/header_icons.png) no-repeat -31px 0;}

.Top001940 .header-menu li em{ padding:36px 15px;}
.Top001940 .header-menu li em a{ background: #fff; border-radius: 32px; font-size: 16px; color: #333; line-height:32px; transition:0.3s;}
.Top001940 .header-menu li.aon em a,
.Top001940 .header-menu li em a:hover{background: #016aae; color:#fff;}
.Top001940 .header-menu li#m0 em a:before{ content: ""; display: inline-block;  margin-right: 15px; background: url(../images/header_icons.png) no-repeat -14px -3px; width: 11px; height: 13px;}
.Top001940 .header-menu li#m0.aon em a:before{ background-position:0 -3px;}
.Top001940 .sub-vertical .sub{ background: #f4f4f4;}
.Top001940 .sub-txt-img .sub-intro { padding: 0;}
.Top001940 .sub-txt-img .sub-intro .sub-left{ background: #efefef; padding: 30px 0; min-height: 200px;}
.Top001940 .header-menu li .sub dt{ border-bottom: 1px solid #dfdfdf;}
.Top001940 .header-menu li .sub dt a{ color: #666; font-size: 16px; position: relative; padding: 0 10px 0 20px;}
.Top001940 .header-menu li .sub dt a:before{ content: ""; left: 0; top: 0; height: 100%; width: 0; position: absolute; transition: all .3s ease-in;}
.Top001940 .header-menu li .sub dt a:hover{ background:none; color:#016aae;}
.Top001940 .header-menu li .sub dt a:hover:before{ background: #016aae;width: 3px;}
.Top001940 .sub-txt-img .sub-intro .sub-right .sub-img{ padding: 40px 30px 40px 10px;}
.Top001940 .sub-txt-img .sub-img img{ max-height: 120px;}
@media(max-width:1024px){
.Top001940{ position:relative; z-index:100;}
.Top001940 .header-left{ width:50%;}
.Top001940 #header-menu{ position:absolute; right:0; top:100%; background:rgba(0,94,168,1); padding:3% 0; opacity:0; transform:scale(0); transition:0.3s; width: 100%;}
.Top001940 #header-menu.header-menu-show{ opacity:1; transform:scale(1);}
.Top001940 #header-menu li{ padding:5px 20px;}
.Top001940 #header-menu li em,
.Top001940 #header-menu li em a{ border-bottom:0;}
.Top001940 #header-menu li em a{ font-weight:normal; color:#fff; line-height:32px;  text-align:center;}
.Top001940 #header-menu li:nth-child(2n){ background:rgba(81, 58, 55, 0.3);}
.Top001940 .header-right{ position:absolute; right:2%; top:50%; transform:translateY(-50%);}
.Top001940 #open_menu{ width:50px; height:32px; border-radius:4px; background:#4e4644;  margin-left:10px;}
.Top001940 #open_menu i,
.Top001940 #open_menu i::before,
.Top001940 #open_menu i::after{ background:#fff;}
.Top001940 #open_menu i{ height:3px; margin-top:-1.5px; width:70%; left:15%;}
.Top001940 #open_menu i::before{ top:-7px;}
.Top001940 #open_menu i::after{ top:7px;}
.Top001940 #open_menu.open_menu_on i{ width:50%; left:25%;}
.Top001940 .sub-txt-img .sub-intro .sub-left{ min-height: 1px;}
.Top001940 .top-search{top: 6px;}
}

/*
 .footer 为demo编号
 */
.footer{ background:#27313d url(../images/footer_bg.jpg) no-repeat center; background-size: contain; transition: all .3s ease; padding: 4% 0;}
.footer a,.footer{color: #b3bfce;-webkite-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -ms-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in;}
.footer a:hover{ color: #fff;}
.footer .bot_left{ float: left; width: 65%;}
.footer .bot_right{ float: right; width: 32%; position: relative; text-align: right;}
.footer .bot_right:before{ content: ""; position: absolute;top: 0; left: 0; width: 1px; height: 100%; background: #2f3a48;}

.footer nav li{ float: left; width: 20%;}
.footer nav li h3{ color: #fff; font-size: 16px; margin: 0; font-weight: normal;}
.footer nav li h3:after{ display: block; width: 17px; background-color: #575757; height: 1px; content:""; margin-top: 12px;}
.footer nav li dl{ padding-top: 10px;}
.footer nav li dl dd{ padding: 3px 0;}

.footer .bottom{ margin-top: 5%;}

.footer .QRcode dl{ display: inline-block; text-align: center; margin-left: 10px;}
.footer .QRcode span{ display: block; padding-top: 5px;}

.footer .tel{ margin-top: 10%;}
.footer .tel dt{ font-size: 14px;}
.footer .tel dt:before{ content: ''; display: inline-block; background: url(../images/footer_icons.png) no-repeat 0 0; width: 15px; height: 20px; margin-right: 5px; position: relative; top: 3px;}
.footer .tel dd{ font-size: 28px; color: #fff;}
.footer .contact p{ margin: 5px 0 0; font-size: 16px; line-height: 1.465;}
.footer .share{ margin-top: 10px;}
.footer .share a{ display: inline-block; background: url(../images/footer_icons.png)no-repeat #212b37; width: 34px; height: 34px;  border-radius: 50%; margin-right: 5px;}
.footer .share a.weixin{ background-position: 0 -33px;}
.footer .share a.sina{ background-position: right -33px;}
.footer .share a.weixin:hover{ background-position: 0 -68px;}
.footer .share a.sina:hover{ background-position: right -68px;}

.footer .links{ margin-bottom: 10px;}
.footer .links a{ display: inline-block;}
.footer .links a+a{ margin-left: 20px; position: relative;}
.footer .links a+a:before{ content: ""; width: 1px; height: 55%; top: 30%; background: #3c4652; position: absolute; left: -10px;}
@media only screen and (max-width:767px) {
	.footer .bot_left,.footer .bot_right{ float: none; width: 100%; text-align: center;}
	.footer .bot_right{ position: relative;padding-bottom: 10px;}
	.footer .bot_right:before{ width: 100%; height: 1px; position: absolute; top: auto;bottom: 0; left: 0; }
	.footer nav{ display: none;}
	.footer .bottom{ margin-top: 15px;}
	.footer .tel{ margin-top: 10px;}
	.footer .contact{ text-align: center; padding-top: 15px;}
	.footer footer{ text-align: center;}
}

/*-------------------- 首页 Start---------------------*/
/*HomeBanner*/
.HomeBanner .bx-wrapper{ position:relative; z-index:1;}
.HomeBanner .bx-viewport{ z-index:1;}
.HomeBanner .bx-pager{ position:absolute; left:0; width:100%; bottom:5%; text-align:center; z-index:10;}
.HomeBanner .bx-pager div{ display:inline-block; position:relative;}
.HomeBanner .bx-pager div::before{ width:7px; height:7px; position:absolute; content:''; left:50%; top:50%; transform:translate(-50%,-50%); background:#fff;border-radius:50%;}
.HomeBanner .bx-pager a{ display:block; border-radius:50%; border:1px solid transparent; width:44px; height:44px; overflow:hidden; line-height:1000px;}
.HomeBanner .bx-pager a.active{ border-color:#fff;}
.HomeBanner li .phoneimg{ display: none;}
@media(max-width:1200px){
.HomeBanner li .pcimg{ display: none;}	
.HomeBanner li .phoneimg{ display: inline;}	
}
@media(max-width:640px){
.HomeBanner .bx-pager a{ width:30px; height:30px; }
}

.home_title{ text-align: center;}
.home_title h1{font-size: 30px; color: #333; margin: 0; font-weight: normal;}
.home_title p{ margin: 0; font-size: 36px; padding-bottom: 5px; text-transform: uppercase; font-family: arial; color: #3488e9;}
.HomeSectionbg{ background-repeat: no-repeat; background-position: center bottom; background-size: contain;position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
@media(max-width:1024px){
	.home_title h1{ font-size: 24px;}
	.home_title p{ font-size: 30px;}
}
@media(max-width:767px){
	.home_title h1{ font-size: 20px;}
	.home_title p{ font-size: 24px;}
}

.HomeAbout{ position: relative; padding: 5% 0 26.8%;}
.HomeAbout .HomeSectionbg{ background-color: #fff;}
.HomeAbout .content{ position: relative; z-index: 3; max-width:725px; text-align: center;}
.HomeAbout .content .info{ font-size: 14px; color: #666; line-height: 2;  padding: 5% 0;}
.HomeAbout .content .btn{ display: block; margin: 5% auto 0; color: #3296ff; background: url(../images/more_icon1.png) no-repeat 85% #eee; border-radius: 35px; font-size: 16px; width: 140px; height: 35px; line-height: 35px;}

.HomeTechnical{ position: relative; padding: 5% 0; width: 100%;}
.HomeTechnical .HomeSectionbg{ background-color:#eaf6ff; background-size: cover;}
.HomeTechnical>.auto{ position: relative; z-index: 3;}
.HomeTechnical ul{ margin: 6% -1.5% 0;}
.HomeTechnical li{ float:left; width:22%; margin:0 1.5% 3%; position:relative; padding-bottom:32%;}
.HomeTechnical li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
.HomeTechnical li figure,
.HomeTechnical li div{ position:absolute; left:0; width:100%;}
.HomeTechnical li figure{ height:52%; transition:top 0.3s; top:0;}
.HomeTechnical li figure img{ display:none;}
.HomeTechnical li div{ background-color:#fff; bottom:0; height:48%; padding:0 5%; transition:0.3s;}
.HomeTechnical li div:before{ position:absolute; content:'';  width:24px; height:24px; bottom:10px; left:50%; margin-left:-12px;}
.HomeTechnical li aside{ position:absolute; top:52%; margin-top:-50px; z-index:10; left:50%; width:100px; height:100px; margin-left:-50px;text-align:center; border-radius:50%; background-color:#fff; overflow:hidden;transition:0.3s;}
.HomeTechnical li aside img{ display:block; width:100%; height:100%;}
.HomeTechnical li aside img.hover{ display:none;}
.HomeTechnical li h5{ margin:0 0 15px 0; font-size:22px; font-weight: normal;text-align:center; padding-top:20%;}
.HomeTechnical li p{ line-height:24px; overflow:hidden; margin:0; text-align: center;}

.HomeTechnical li:hover div{ color:#fff;background:#006cba;}
.HomeTechnical li:hover figure{top:-3%;}
.HomeTechnical li:hover div{ bottom:-3%;height:54%;}
.HomeTechnical li:hover div:before{background:url(../images/hometechnical-more.png) no-repeat;}
.HomeTechnical li:hover aside{background:#006cba; top:50%;}
.HomeTechnical li:hover aside img{ display:none;}
.HomeTechnical li:hover aside img.hover{display:block;}
@media(max-width:1000px) and (min-width:769px){
.HomeTechnical li p{ height:48px;}
.HomeTechnical li aside{ margin-top:-35px; width:70px; height:70px; margin-left:-35px;}
}
@media(max-width:768px){
.HomeTechnical ul{ margin:0 auto; max-width:400px;}
.HomeTechnical li{ float:none; width:auto; padding-bottom:0; height:470px; margin:0 0 5% 0;}
}

/* .Floor000633 为demo编号 */
.Floor000633{ padding:5% 0 11%; color:#0664a2; background: url(../images/floor000633_bg.jpg) no-repeat center;}
.Floor000633 .titl{ text-align: center; font-size:35px; color: #0664a2; padding: 10px 0 10px; }
.Floor000633 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #e99f74;}

.Floor000633 .tab_icon{ margin-top:5%;}
.Floor000633 .tab_icon{ overflow:hidden; border:1px solid rgba(137,137,137,0.11); }
.Floor000633 .tab_icon li{ float:left; width:25%;background-color:#2E79B4; position:relative; color:#fff; text-align:center; cursor:pointer; padding:3%; transition:all ease-out 0.5s;}
.Floor000633 .tab_icon li.on{ background-color:#0664a2;}
.Floor000633 .tab_icon li::before{ position:absolute; content:''; right:0; top:0; background-color:rgba(255,255,255,0.11);width:1px; height:100%; }
.Floor000633 .tab_icon li:last-child::before{ display:none;}
.Floor000633 .tab_icon li figure{ font-size:18px; margin-top:32px;}
.Floor000633 .tab_icon li img{ width:38%;transition:all ease-out 0.3s;}
.Floor000633 .tab_icon li.on img{  -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);transform:rotate(360deg);}
.Floor000633 .tab_intro{ padding:5% 0 6%;}
.Floor000633 .tab_intro dd{ display:none; padding-left:25%; position:relative;}
.Floor000633 .tab_intro dd h1{ position:absolute; left:0; width:25%; text-align:center; margin:0; font-size:35px; font-weight:normal;}
.Floor000633 .tab_intro dd h1 span{ display:block; opacity:0.4; text-transform:uppercase; font-size:14px;}
.Floor000633 .tab_intro dd h1::before{ width:25px; height:3px; background-color:#F57A1F;  position:absolute; left:50%; margin-left:-12px; bottom:-20px; content:'';}
.Floor000633 .tab_intro dd p{ opacity:1; line-height:28px; height:65px; overflow:hidden; margin:0; margin-bottom:0px; color:#666; font-size:14px; letter-spacing: 1px;}
.Floor000633 .tab_intro dd a{ width:131px; height:35px; line-height:35px; display:inline-block; text-align:center; color:#fff;margin-top:25px; margin-left:83%; background-color:#F57A1F; border-radius:20px; font-size:12px; position:relative;}
.Floor000633 .tab_intro dd a::before{ position:absolute; content:''; right:15px; top:50%; margin-top:-5px; border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;}
.Floor000633 .line{ height:1px;background-color:rgba(0,0,0,0.09); position:relative;}
.Floor000633 .line span{ width:25%; position:absolute; left:0; top:-1px;  height:3px; background-color:#0664A2; transition:all 0.3s ease-out;}
@media(max-width:1000px){
.Floor000633 .tab_icon li figure{ font-size:15px;}
.Floor000633 .tab_intro dd h1{ font-size:24px; }
.Floor000633 .tab_intro dd h1 span{ font-size:18px;}
}
@media(max-width:640px){
.Floor000633 .title{ font-size:18px;}
.Floor000633 .title span{ font-size:14px; }
.Floor000633 .tab_intro dd p,
.Floor000633 .tab_icon li figure{ font-size:12px;}
}
@media(max-width:480px){
.Floor000633 .title{ background-size:17% auto; padding-bottom:25px;}
.Floor000633 .title::before, 
.Floor000633 .title::after{ bottom:7px;}
.Floor000633 .tab_intro dd h1{ position:relative; padding-bottom:15px; width:auto;font-size:20px; }
.Floor000633 .tab_intro dd h1 span{ font-size:16px;}
.Floor000633 .tab_intro dd p{ margin-top:2%;}
.Floor000633 .tab_intro dd h1::before{ bottom:0;}
.Floor000633 .tab_intro dd{ padding-right:0; text-align:center;}
.Floor000633 .tab_intro dd a{ width:100px; height:30px; line-height:30px; }
.Floor000633 .tab_icon li figure{ display:none;}
.Floor000633 .tab_icon li img{ width:80%;} 
}

/*-------------------- 首页 Start---------------------*/




/* ------------------------- 公司简介 Start --------------------------- */
.about_title{ text-align: center;}
.about_title h1{font-size: 30px; color: #333; margin: 0; font-weight: normal; position: relative;}
.PicList001241 .about_title h1{ color: #fff;}
.about_title h1:after{ content: ""; display: block; width: 270px; height: 1px; background: #d5d5d5; margin: 0 auto; margin-top: 15px;}
.about_title h1:before{ content: ""; position: absolute; bottom: -1px; height: 3px; width: 30px; background: #119bdc; margin-left: -15px; left: 50%;}
@media(max-width:1024px){
	.about_title h1{ font-size: 24px;}
}
@media(max-width:767px){
	.about_title h1{ font-size: 20px;}
}

/*Floor002072 */
.Floor002072{padding:1% 0; background-repeat: no-repeat; background-position: center top; background-color: #f7f7f7;}
.Floor002072.show{ padding-bottom: 4%;}
.Floor002072 .auto{  padding-bottom:0; position:relative;}
.Floor002072 .title{font-size:18px; color:#000;padding-bottom:3%;}
.Floor002072 .title b{ font-size:34px;  display:inline-block; padding-right:10px; line-height:26px; font-family:Tahoma, Geneva, sans-serif;}
.Floor002072 .title b:after{ width:100%; content:''; display:block; height:8px; margin-top:-4px; background-color:#efefef;}
.Floor002072 .title span{ display:block; padding-top:10px;}
.Floor002072 .btn{ text-align: center; padding: 3% 0 0;}
.Floor002072 .btn a{display:inline-block;background: url(../images/about_btn.png) no-repeat; width: 35px; height: 35px;}
.Floor002072 ul{}
.Floor002072 li{ position:relative; padding:0% 0 0% 40%; display: none;}
.Floor002072 li:nth-child(1){ display: block;}

.Floor002072 li:nth-child(2n){ padding-right:40%; padding-left:0;margin-top: 3%}
.Floor002072 li .Ispic{ position:absolute; left:0; top:0; width:38%; height:100%;}
.Floor002072 li .Ispic img{ display:none;}
.Floor002072 li .Ispic aside{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); opacity:0; transition:0.3s;}
.Floor002072 li .Ispic span{ position:absolute;  left:50%; margin-left:-66px; width:132px;top:50%; line-height:40px; margin-top:-20px;color:#fff; font-size:16px; text-align:center;}
.Floor002072 li .Ispic span::before,
.Floor002072 li .Ispic span::after{ position:absolute; content:''; width:100%; height:1px; background-color:#fff; left:0; transition:0.3s;}
.Floor002072 li .Ispic span::before{ top:-15px;}
.Floor002072 li .Ispic span::after{ bottom:-15px;}

.Floor002072 li .Ispic:hover aside{ opacity:1;}
.Floor002072 li .Ispic:hover span::before{ top:0;}
.Floor002072 li .Ispic:hover span::after{ bottom:0;}

.Floor002072 li:nth-child(2n) .Ispic{ left:auto; right:0;}
.Floor002072 li p{ margin:0; line-height:24px; color:#888;}
.Floor002072 li h4{ font-size:24px; font-weight:normal; margin:5% 0;}
.Floor002072 li time{ width:100px; height:100px; border:2px solid #ebebeb; position:relative; display:block;}
.Floor002072 li time i{ font-style:normal; color:#b48a56; font-size:30px;font-family:Tahoma, Geneva, sans-serif; position:absolute; left:10%; bottom:-2px; border-bottom:2px solid #b48a56;}
@media(max-width:1000px) and (min-width:769px){
.Floor002072 .title b{ font-size:24px;}
}
@media(max-width:1000px){
.Floor002072 li time{ width:70px; height:70px;}
.Floor002072 li{ padding-left: 0}
.Floor002072 li .Ispic{ position: relative !important; width: 100% !important; background: none !important; display: block; text-align: center;}
.Floor002072 li .Ispic img{ display: inline;}
.Floor002072 li:nth-child(2n){ padding-right: 0;}
}
@media(max-width:768px){
.Floor002072 .title{padding-bottom:5%; text-align:center;}
.Floor002072 li h4{ font-size:18px;}
}
@media(max-width:480px){
.Floor002072 .title b{ font-size:28px;}
.Floor002072 li h4{ font-size:16px;}
.Floor002072 li time{ width:50px; height:50px;}
}
@media(max-width:375px){
.Floor002072 li{ padding:0 0 3% 0!important;}
.Floor002072 li .Ispic{ position:relative; width:auto; display:block; padding-bottom:0; height:auto; margin-bottom:3%;}
}

/*.PicList001241*/
.PicList001241{ background-repeat: no-repeat; background-position: center; background-size: cover; padding:3% 0; overflow:hidden;}
.PicList001241 .list >.auto{ padding:3% 0 0;}
.PicList001241 .list .copy{ display:none;}
.PicList001241 .list li a{ display:block; background-color:#fff; width:92%; padding:5%; margin:0 auto;}
.PicList001241 .list li figure{ position:relative; padding-bottom:62%; overflow:hidden;}
.PicList001241 .list li figure dl,
.PicList001241 .list li figure div,
.PicList001241 .list li figure b{position:absolute; left:0; width:100%;text-align:center;}
.PicList001241 .list li figure div{ height:100%; top:0; background-color:rgba(255,255,255,0.8); transform:translateY(100%); transition:all ease-in-out 0.3s;}
.PicList001241 .list li figure dl{ top:25%;}
.PicList001241 .list li figure dl img{ width:60%;}
.PicList001241 .list li figure b{ padding:0 3%; bottom:5%;}
.PicList001241 .list li:hover figure div{ transform:translateY(0);}
.PicList001241 .list li h3,
.PicList001241 .list li p{ margin:0;}
.PicList001241 .list li h3{ font-weight:normal; font-size:16px;padding-top: 3%}
.PicList001241 .list li p{ color:#999;}
.PicList001241 .list .bx-pager{ display:none;}
.PicList001241 .list .bx-wrapper{ position:relative; z-index:0;}
.PicList001241 .list .bx-viewport{ z-index:1;}
.PicList001241 .list .bx-controls-direction a{ position:absolute; top:50%; width:47px; height:47px; margin-top:-23.5px; text-indent:-9999em; background:url(../images/piclist001241-btn.png) no-repeat 0 0; z-index:3;}
.PicList001241 .list .bx-controls-direction a:hover{ background-image:url(../images/piclist001241-btn_hover.png);}
.PicList001241 .list .bx-controls-direction a.bx-prev{ left:-5%;}
.PicList001241 .list .bx-controls-direction a.bx-next{ right:-5%; background-position:right 0;}
@media(max-width:1200px){
.PicList001241 .list .bx-controls-direction a.bx-prev{ left:0;}
.PicList001241 .list .bx-controls-direction a.bx-next{ right:0; }
}
@media(max-width:768px){
.PicList001241 .intro ol,
.PicList001241 .intro li{ float:none; width:auto;}
}

/*
 .Floor001207 为demo编号
 */
.Floor001207{ background-repeat: no-repeat; background-position: center; background-size: cover; padding:3% 0; overflow:hidden;}
.Floor001207 .boutique {position: relative; z-index: 1;padding-top: 3%}
.Floor001207 li{position: absolute;z-index: 1;display: none;}
.Floor001207 li img {width: 357px;height: 252px} 
.Floor001207 li a{ display:block;}
.Floor001207 .main{position:relative;}
.Floor001207 .main .btn{ position:absolute; width:30px; height:60px; top:50%;margin-top:-30px; z-index:10; cursor:pointer;} 
.Floor001207 .main .prev{left:-5%; }
.Floor001207 .main .next{right:-5%; transform:rotate(180deg);}
.Floor001207 .main .btn::before,
.Floor001207 .main .btn::after{ position:absolute; content:''; width:100%; height:2px; background-color:#3488e8; transform:rotate(-45deg); top:50%; margin-top:-10px;}
.Floor001207 .main .btn::after{transform:rotate(45deg);margin-top:10px;}
.Floor001207 li div{ display:none !important; }
.Floor001207 .name{text-align:center; font-size:14px; font-family:Arial, Helvetica, sans-serif; margin:0 auto; max-width:40%;}
.Floor001207 .name h6{ margin:0; font-size:24px; padding-bottom:15px; position:relative;color:#333;padding-top: 10px}
.Floor001207 .name h6::before{ position:absolute; content:''; width:50px; height:3px; background-color:#3488e8; left:50%; margin-left:-25px; bottom:5px;}
.Floor001207 .name p{line-height:22px;height:44px; overflow:hidden; margin:0;text-transform:uppercase;}
@media(max-width:1200px){
.Floor001207 .main .prev{ left:2%;}
.Floor001207 .main .next{right:2%; }
}
@media(max-width:1000px){
.Floor001207 h1{font-size:30px;}
.Floor001207 h1 span{font-size:18px;}
}
@media(max-width:768px){
.Floor001207 .name{max-width:none;}
}
@media(max-width:480px){
.Floor001207 h1{font-size:20px;}
.Floor001207 h1 span{font-size:16px;}
.Floor001207 .name h6{font-size:18px;}
.Floor001207 .main .btn{width:20px; height:40px;margin-top:-20px;} 
.Floor001207 .main .btn::before,
.Floor001207 .main .btn::after{margin-top:-7px;}
.Floor001207 .main .btn::after{margin-top:7px;}
}
/* ------------------------- 公司简介 End --------------------------- */


/*.Floor002180 重大活动安全保障*/
.Floor002180 {background-color: #f0f0f0;  text-align: center;  padding: 5% 0; overflow:hidden;}
.Floor002180 ul{ list-style:none;}
.Floor002180 .box{position:relative;margin-bottom:-75px;-webkit-transform:translateY(-75px);transform:translateY(-75px);-ms-transform:translateY(-75px); margin-right:-15px;margin-left:-15px;}
.Floor002180 .cellbox{ margin-top:75px;}
.Floor002180 .h2{text-transform:uppercase;letter-spacing:.2em;font-size:36px;line-height:1.333;margin-top:0;margin-bottom:0;color:#242423;font-weight:400;font-family:"Playfair Display","Times New Roman",Times,serif;}
.Floor002180 .con{ margin:20px auto 0 ;max-width: 780px; font-size: 14px; line-height: 24px;}
.Floor002180 .post-classic{background:#fff;color:#999;text-align:left;}
.Floor002180 .image{width:100%;height:auto;}
.Floor002180 .post-classic-body{padding:30px 100px 30px;}
.Floor002180 .post-classic-footer{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-10px;margin-bottom:-20px;margin-left:-10px;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.Floor002180 .post-classic-footer>*{margin-top:20px;padding:0 10px;}
.Floor002180 .post-classic-title{margin-top:0;margin-bottom:0;color:#242423;letter-spacing:0;font-weight:400;font-family:"Playfair Display","Times New Roman",Times,serif;font-size:24px;line-height:1.33333;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.Floor002180 .post-classic-title a{display:inline;letter-spacing:inherit;font:inherit;}
.Floor002180 .post-classic-title a,.Floor002180 .post-classic-title a:active,.Floor002180 .post-classic-title a:focus{color:inherit;}
.Floor002180 .post-classic-title a:hover{color:#ff9191;}
@media (max-width:767px){.Floor002180 .post-classic-title{font-size:20px;}}
@media (max-width:1199px){.Floor002180 .post-classic-title{font-size:22px;line-height:1.45;}}
.Floor002180 .post-classic-meta{position:relative;margin-right:-15px;margin-bottom:-3px;margin-left:-15px;color:#000;font-weight:700;font-size:10px;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);}
.Floor002180 .post-classic-meta>*{margin-top:3px;padding:0 15px;}
.Floor002180 .post-classic-meta>li{display:inline-block;}
.Floor002180 .post-classic-meta>li>*{display:inline-block;vertical-align:middle;}
.Floor002180 .post-classic-meta>li>*+*{margin-left:5px;}
.Floor002180 .post-classic+.post-classic{margin-top:30px;}
.Floor002180 .post-classic-text{ max-height:56px; overflow:hidden;}
.Floor002180 *+.post-classic-text{margin-top:14px;}
.Floor002180 *+.post-classic-footer{margin-top:40px;}
@media (max-width:767px){
.Floor002180 .post-classic-meta{position:relative;margin-right:-10px;margin-bottom:-3px;margin-left:-10px;}
.Floor002180 .post-classic-meta>*{margin-top:3px;padding:0 10px;}
.Floor002180 *+.post-classic-footer{margin-top:30px;}
}
@media (max-width:991px){
.Floor002180 .post-classic-body{padding:30px;}
.Floor002180 .con{ max-width:none;}
}

@media (max-width: 767px){

.Floor002180 .h2{font-size:28px;line-height:1.33333;}
}
@media (max-width: 991px){

.Floor002180  .box{margin-bottom:-40px;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);}
.Floor002180  .cellbox{ margin-top:50px;}
}
@media (max-width:1199px){
.Floor002180  .cellbox{ margin-top:40px;}
.Floor002180  .h2{font-size:22px; line-height:1.2}
.Floor002180  .box{margin-bottom:-50px;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px);}
}


/*
 .Floor002232 为demo编号
 */
.Floor002232{ padding: 7% 0 10%; background-size: 100% 100%; background: url(../images/floor002232_bg.png) no-repeat center;}
.Floor002232 ul{ position: relative; padding-top: 5%;}
.Floor002232 li{ position: relative; font-size: 14px; color: #fff; line-height: 24px;}
.Floor002232 li .text{position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-align: center;}
.Floor002232 li .text:hover,
.Floor002232 li:nth-child(2n) .text:hover{ background: rgba(245, 122, 31, 0);}
.Floor002232 li .text:hover{background: rgba(0,0,0,0.8)}
.Floor002232 li .text .text-inner{ display: none;}
.Floor002232 li .text:hover .text-inner,
.Floor002232 li:nth-child(2n) .text .text-inner{ display: block; position: absolute; top: 55%; left: 50%; -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -m-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.Floor002232 li h3 a{ font-size: 16px; color: #fff; font-weight: 100;}
.Floor002232 li p{ height: 48px; overflow: hidden; max-width: 312px; margin: 0 auto  }
.Floor002232 li h3 span{ width: 27px; display: block; margin: 10px auto; height: 1px;background: #fff}
.Floor002232 li h3{margin: 6px 0 0}
.Floor002232 li:nth-child(2n) h3 a{ color: #fff}
.Floor002232 li:nth-child(2n) .text{  background: rgba(32, 124, 196, 0.95);}
.Floor002232 li:nth-child(2n) h3 span{ background: #fff}

@media (min-width: 640px) {
.Floor002232 li{ width: 50%; float: left;}	
}
@media (min-width: 768px) {
.Floor002232 li h3 a{ font-size: 18px;}
.Floor002232 li h3 span{ margin-top: 15px;margin-bottom: 15px;}
}
@media (min-width: 1024px) {
.Floor002232{overflow: hidden;}
.Floor002232 li h3 a{ font-size: 18px; height: 27px; overflow: hidden; display: block;}
.Floor002232 li h3 span{ margin-bottom: 20px; margin-top: 20px;}
.Floor002232 li{ width: 33.33333333%; float: left; }
.Floor002232 li p{ height: 0;  transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all;}
.Floor002232 li:hover p{/* height: 72px;*/}
}



/*Banner002118 */
.Banner002118{ text-align: center;}
.Banner002118 .phoneimg{ display:none;}
@media(max-width:1000px){
.Banner002118 .pcimg{display:none;}
.Banner002118 .phoneimg{ display:inline;}
}

/*
 .RighInfo002389 为demo编号
 */
.RighInfo002389{}
.RighInfo002389 .auto{ margin: 0 auto; max-width: 1200px;}
.RighInfo002389 .box1{ padding:4% 2% 2%; font-size:13px;background: #f4f5f9}
.RighInfo002389 .box1 .title{ text-align:center;color:#999; text-transform:uppercase; font-size:12px;}
.RighInfo002389 .box1 .title h1{color: #333;font-size:34px;  font-weight:normal; margin:0; padding-bottom:35px;}
.RighInfo002389 .box1 .title h1 span{position:relative; color:#1c8bcd}
.RighInfo002389 .box1 .title h1 span::after,
.RighInfo002389 .box1 .title h1 span::before{ position:absolute; content:''; width:46px; height:9px; bottom:-4px; background-repeat:no-repeat; background-position:0 0;}
.RighInfo002389 .box1 .title h1 span::after{ right:-60px; background-image:url(../images/righinfo002389-title_r.png);}
.RighInfo002389 .box1 .title h1 span::before{ left:-60px; background-image:url(../images/righinfo002389-title_l.png);}
.RighInfo002389 .box1 .intro{ color:#666; line-height:28px; padding:2% 0 0% 0;font-size: 14px}
.RighInfo002389 .box1 .ul_img{ overflow:hidden;}
.RighInfo002389 .box1 .ul_img li{ width:32%; margin-right:2%; float:left;}
.RighInfo002389 .box1 .ul_img li img{ width:100%;}
.RighInfo002389 .box1 .ul_img li:last-child{ margin-right:0;}
.RighInfo002389 .box1 .more{ text-align:center; padding-top:3%;}
.RighInfo002389 .box1 .more a{ display:inline-block; font-size:16px; border:1px solid #008ae2; border-radius:3px; padding:10px 28px; color:#008ae2; transition:padding ease-in-out 0.3s;}
.RighInfo002389 .box1 .more a:hover{color:#fff; border-color:#008ae2; background-color:#008ae2;padding:10px 38px;}

.RighInfo002389 .box2{ font-size:13px; padding:0 2% 7%;}
.RighInfo002389 .box2 h3{color: #da251d;font-size:15px; margin:0; }
@media(min-width:769px){
 .RighInfo002389 .box2 ul{ padding-bottom:31%; position:relative;}
 .RighInfo002389 .box2 li{ position:absolute; height:100%; width:50%; top:0; text-align:center;}
 .RighInfo002389 .box2 li:nth-child(1){ left:0;}
 .RighInfo002389 .box2 li:nth-child(2){ right:0;}
 .RighInfo002389 .box2 li .txt,
 .RighInfo002389 .box2 li .Ispic{ position:absolute; left:0; width:100%; height:50%;}
 .RighInfo002389 .box2 li:nth-child(1) .txt,
 .RighInfo002389 .box2 li:nth-child(2) .Ispic{ bottom:0;}
 .RighInfo002389 .box2 li:nth-child(2) .txt,
 .RighInfo002389 .box2 li:nth-child(1) .Ispic{ top:0;}
 .RighInfo002389 .box2 li .txt{ padding-top:10%;}
 .RighInfo002389 .box2 li::before{ position:absolute; content:''; background:url(../images/righinfo002389-bg_l.png) no-repeat; width:35px; height:31px; }
 .RighInfo002389 .box2 li:nth-child(1)::before{left:0; bottom:0;}
 .RighInfo002389 .box2 li:nth-child(2)::before{right:0; top:0; background-image:url(../images/righinfo002389-bg_r.png);}

}
.RighInfo002389 .box2 li .txt p{ color:#766963; margin:0; line-height:25px;}
.RighInfo002389 .box2 li .txt b{ color:#997249; font-size:16px;}
.RighInfo002389 .box2 .tips{ background:url(../images/righinfo002389-con_bg.png) no-repeat center center; background-size:cover;}
.RighInfo002389 .box2 .tips p{ line-height:24px; margin:0;font-size:15px;}
.RighInfo002389 .box2 .tips .more{ background:url(../images/righinfo002389-a_more.png) no-repeat; width:40px; height:20px; display:inline-block;}
@media(max-width:1000px){
 .RighInfo002389 .box2 .title h1{font-size: 24px;}
 .RighInfo002389 .box2 li .txt p{ margin:0;}
}
@media(max-width:768px){
 .RighInfo002389 .box2 li{ position:relative; text-align:center; margin-bottom:3%;}
 .RighInfo002389 .box2 li .Ispic{ padding-bottom:30%; display:block;}
 .RighInfo002389 .box2 li .txt p{ margin-bottom:3%;}
 .RighInfo002389 .box2 .tips{ padding:3%;}
 .RighInfo002389 .box1 .title h1{ font-size: 20px;}
}
@media(max-width:480px){
 .RighInfo002389 .box2 li .txt p{ font-size:12px;}
}


/*
 .Floor000952 为demo编号
 */
.Floor000952{ padding:0% 0 2%; background-color:#f7f7f7;background:url(../images/floor000633_bg.jpg)no-repeat center}
.Floor000952 .auto_1200{padding:2% 0;}
.Floor000952 .list_copy{padding-left:17%;}
.Floor000952 h2{ color:#cacaca; font-size:18px; margin:0;}
.Floor000952 p{ color:#C5C5C5; margin:0;}
.Floor000952 p a{ color:red;}
.Floor000952 .list_copy li{ margin-bottom:15px; position:relative;width:80%;}
.Floor000952 .bx-viewport{ width:90% !important;}
.Floor000952 .list_copy li .text{ width:90%; max-height:30%; position:absolute; left:0; bottom:0; background:rgba(39,38,27,0.7); padding:2%; overflow:hidden;}
.Floor000952 .list_copy li img{ width:90%;}
.Floor000952 .bx-wrapper{ position:relative; z-index:1;}
.Floor000952 .bx-viewport{ position:relative; z-index:1;overflow:hidden;}
.Floor000952 .bx-pager{ display:none;}
.Floor000952 .bx-controls-direction a{ position:absolute; top:50%; margin-top:-18px; width:36px; height:36px; border:2px solid #fff; border-radius:50%; overflow:hidden; line-height:100px; z-index:10;}
.Floor000952 .bx-controls-direction a:hover{ border-color:#3488e8;}
.Floor000952 .bx-controls-direction a::before,
.Floor000952 .bx-controls-direction a::after{ position:absolute; content:''; left:15px; top:5px; width:2px; height:15px; background-color:#fff;}
.Floor000952 .bx-controls-direction a::before{ transform:rotate(-45deg);}
.Floor000952 .bx-controls-direction a::after{transform:rotate(45deg); top:15px;}
.Floor000952 .bx-controls-direction a:hover::before,
.Floor000952 .bx-controls-direction a:hover::after{background-color:#3488e8;}
.Floor000952 .bx-controls-direction a.bx-prev{ left:10px;}
.Floor000952 .bx-controls-direction a.bx-next{ right:20%;}
.Floor000952 .bx-controls-direction a.bx-prev::before{ transform:rotate(45deg);}
.Floor000952 .bx-controls-direction a.bx-prev::after{transform:rotate(-45deg);}

@media(max-width:768px){
.Floor000952 h1{ font-size:20px;}
.Floor000952 h2{ font-size:15px;}
	}
@media(max-width:480px){
.Floor000952 h1{ font-size:18px;}
.Floor000952 h2{ font-size:14px;}
.Floor000952 p{ font-size:12px;}
}

/*
 .RighInfo002226 为demo编号
 */
.RighInfo002226{ padding:1% 0;}
.RighInfo002226 .dl{color:#333;}
.RighInfo002226 .dl .h4{ font-size:18px; margin:0;}
.RighInfo002226 .dl .h4 span{display:inline-block; border-bottom: 2px #3488e8 solid; padding-bottom:10px;}
.RighInfo002226 .dl .con{ font-size:16px; padding:15px 0 30px; line-height:2.25;}
.RighInfo002226 .word{ float:left;padding-top: 2%}
.RighInfo002226 .pic{ float:right;padding-top: 2%}

/*
 .Menu002252 为demo编号
 */
.Menu002252{ text-align:center; overflow:hidden;background:#f7f7f7;border-bottom: 1px solid #dcdcdc}
.Menu002252 ul{background:#f7f7f7;padding: 1% 0 1%}
.Menu002252 a{font-size:18px; display: block; padding: 5px; margin-bottom: 1px; color: #333;background: #fff;border: 1px solid #ececec}
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff;background: #3488e8}
@media(min-width:768px){
	.Menu002252{}
	.Menu002252 a{ display:inline-block; line-height:30px;  padding:0 15px; min-width:115px; border-radius:30px; overflow:hidden; margin:0 7px 1px;}
}
@media(min-width:1024px){
   .Menu002252{background:#f7f7f7}
   .Menu002252 a{display:inline-block;line-height:36px; padding:0 10px; min-width:120px; border-radius:36px;}
}

/*
 .RighInfo002225 为demo编号
 */
.RighInfo002225{padding: 3% 0 2%;background:url(../images/floor000633_bg.jpg)no-repeat bottom}
.RighInfo002225 .item{}
.RighInfo002225 .wrap-content{}
.RighInfo002225 .item{ color:#323232; margin:0 auto; padding:15px 0; max-width:553px;}
.RighInfo002225 .item .word{ text-align:center; margin-bottom:15px;}
.RighInfo002225 .item .pic{ text-align:center;}
.RighInfo002225 .item .tit{ margin-top:0; font-size:24px; font-weight:normal; font-style:italic;}
.RighInfo002225 .item .tit em{ font-size:12px; display:block; padding-left:22px; text-transform:uppercase;}
.RighInfo002225 .item.first .tit{ font-style:normal; color:#323232; font-size:24px;}
.RighInfo002225 .item .con{line-height:22px; position:relative; margin:0;}
.RighInfo002225 .item .con:before{ display:none;}
.RighInfo002225 .item.first .con .stit{ color:#333; font-size:18px; text-transform:uppercase;}


@media screen and (min-width: 768px){
  .RighInfo002225 .item{ max-width:none;margin:0; padding:0;}
  .RighInfo002225 .item .word{ float:left; width:50%; text-align:left; padding-right:5%; padding-left:0; margin-bottom:0;}
  .RighInfo002225 .item .pic{ float:right; width:50%;}
  .RighInfo002225 .item.odd .word{ float:right; padding-left:5%; padding-right:0;color: #333}
  .RighInfo002225 .item.odd .pic{ float:left;}
  .RighInfo002225 .item .tit,.RighInfo002225 .item.first .tit{font-size:28px; color: #3488e8}  
  .RighInfo002225 .item .word{ padding-top:20px;}	
  .RighInfo002225 .item .con{line-height:24px; max-height:96px; overflow:hidden;padding-left:32px;}	
  .RighInfo002225 .item .con:before{ position:absolute; left:0; top:10px; height:50%; max-height:60px; width:3px; content:""; background-color:#c9b27c; display:block;}
  .RighInfo002225 .item .tit em{ font-size:14px;}
  .RighInfo002225 .item.first{ position:relative; margin-bottom:60px;}
  .RighInfo002225 .item.first .word{ position:absolute; width:55%; left:0; top:5%; height:90%; border:1px solid #dedede; padding:5% 10% 0 8%;}
  .RighInfo002225 .item.first .pic{ position:relative; z-index:2;}
  .RighInfo002225 .item.first .con{ padding-left:0;padding-bottom: 2%}
  .RighInfo002225 .item.first .con:before{ display:none;}
}
@media screen and (min-width: 1024px){
  .RighInfo002225 .item .tit,.RighInfo002225 .item.first .tit{font-size:28px; }   
  .RighInfo002225 .item .word{ padding-top:90px;}
  .RighInfo002225 .item .con{line-height:30px;max-height:120px;}	
}

/*PicList002079 */
.PicList002079{background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7}
.PicList002079 ul{ position:relative; padding-bottom:76%;}
.PicList002079 li{ position:absolute; width:49.12%; height:34.09%; }
.PicList002079 li.li_1,
.PicList002079 li.li_2{ width:23.82%; height:27.89%;}
.PicList002079 li.li_0{ left:0; top:0;}
.PicList002079 li.li_1{ left:0; top:36.15%;}
.PicList002079 li.li_2{ left:25.3%; top:36.15%;}
.PicList002079 li.li_3{right:0;top:0; height:64.04%;}
.PicList002079 li.li_4{ left:0; bottom:0;}
.PicList002079 li.li_5{ right:0; bottom:0;}
.PicList002079 li figure img{ display:none;}
.PicList002079 li p{ border:1px solid #e2e2e2; height:50px; line-height:50px; text-align:center; margin:0; padding:0 3%;background: #fff}
@media(max-width:640px){
.PicList002079 li p{ line-height:35px; height:35px;}
}
@media(max-width:375px){
.PicList002079 ul{ padding-bottom:0;}
.PicList002079 li{ width:auto !important; height:auto !important; position:relative; left:auto !important; right:auto !important; top:auto !important; bottom:auto !important ; margin-bottom:3%;}
.PicList002079 li figure{ height:auto !important; padding-bottom:50%;}
}
/*
 .Page002193 为demo编号
 */
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:1% 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;background: #fff}
.Page002193 a:hover{ color:#fff; border:1px solid #3488e8; background:#3488e8;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#F00;}
.Page002193 .p_count b{ color:#F00;}
.Page002193 .p_total b{ color:#F00;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#3488e8; border-color:#3488e8;}
.Page002193 .p_page b{ font-weight:normal;}


/*
 .PicList000762 为demo编号
 */
.PicList000762{ padding-top:2%;background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7}
.PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block; background-color:#fff;transition:all ease-in-out 0.3s;}
.PicList000762 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%;font-weight: normal}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:52%;}
.PicList000762 li a:hover{ background-color:#3488e8; }
.PicList000762 li a:hover h2{color:#fff;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}


/*
 .PicList000593 为demo编号
 */
.PicList000593{ padding-top:1%;background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7}
.PicList000593 li{ float:left; width:32%; margin-right:2%; position:relative; margin-bottom:2%;}
.PicList000593 li:nth-child(3n){ margin-right:0;}
.PicList000593 li .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.PicList000593 li .video_files video{width:100%; height:100%; background-color:#000;}
.PicList000593 li .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #761b1b;cursor: pointer;}
.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.PicList000593 li .video_files .close::before{ transform:rotate(45deg);}
.PicList000593 li .video_files .close::after{ transform:rotate(-45deg);}
.PicList000593 li figure{ position:relative;}
.PicList000593 li figure em{ display:block; padding-bottom:65%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.PicList000593 li figure a{ width:90.5%; height:100%; position:absolute; left:5%; top:0; background-color:rgba(0,0,0,0.5); }
.PicList000593 li figure a::before,
.PicList000593 li figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.PicList000593 li figure a::before{width: 70px;height: 70px;border: 3px solid rgba(255,255,255,0.6);margin-left: -35px;margin-top: -35px;border-radius: 50%;}
.PicList000593 li figure a::after{width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid rgba(255,255,255,0.6);margin-left: -3px;margin-top: -12px;}
.PicList000593 li p{text-align:center;font-size: 16px;color: #333333}
@media(max-width:768px){
.PicList000593 li{width:49%; margin-right:2%;}
.PicList000593 li:nth-child(3n){ margin-right:2%;}
.PicList000593 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000593 li figure a::before{width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;}
.PicList000593 li figure a::after{border-top-width: 10px;border-bottom-width: 10px;border-left-width: 15px;margin-left: -3px;margin-top: -7px;}
}
@media(max-width:375px){
.PicList000593 li figure a::before{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.PicList000593 li{width:100%; float:none; margin-right:0 !important;}
}

/*PicList002149 */
.PicList002149{ padding:1% 0;background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7}
.PicList002149 h3{ margin:0; font-size:18px;}
.PicList002149 p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}

.PicList002149 ol{ background-color:#fff; margin-bottom:2%; position:relative; padding-left:36.25%;}
.PicList002149 ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.PicList002149 ol .Ispic img{ display:none;}
.PicList002149 ol div{ padding:5% 10% 3% 5%;border: 1px solid #eee}
.PicList002149 ol h3 a{ color:#3488e8;}
.PicList002149 ol time{ display:block; padding:3% 0;}
.PicList002149 ol p{ margin:0 0 3% 0; height:78px;}
.PicList002149 ol .more{ display:inline-block; width:130px; line-height:40px; text-align:center; color:#fff; background:#3488e8; font-size:12px;}

.PicList002149 li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; background-color:#fff;border: 1px solid #eee}
.PicList002149 li+li{ margin-top: 2%;}
.PicList002149 li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../images/piclist002149-more.png) no-repeat center center; border-left:2px solid #fff;}
.PicList002149 li div{border-left:1px solid #ededed; padding:2% 3%;}
.PicList002149 li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.PicList002149 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.PicList002149 li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.PicList002149 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
@media(max-width:1000px){
.PicList002149 li{padding-left:100px;padding-right:30px;}
.PicList002149 li:after{width:30px; background-size:35% auto;}
.PicList002149 li time{width:100px;}
.PicList002149 li time span{font-size:14px;}
.PicList002149 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.PicList002149 h3{ font-size:16px;}
}
@media(max-width:640px){
.PicList002149 ol{ padding-left:0;}
.PicList002149 ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
.PicList002149 ol div{ padding:3%;}
}
@media(max-width:480px){
.PicList002149 li{padding-left:80px;padding-right:0;}
.PicList002149 li:after{ display:none;}
.PicList002149 li time{width:80px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:30px;}
.PicList002149 h3{ font-size:14px;}
.PicList002149 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.PicList002149 ol p{ height:60px;}
}

/*
 .RighInfo002189 为demo编号
 */
.RighInfo002189{ padding:2% 0 ;background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7}
.RighInfo002189 .box{ min-height:592px; padding-left:45%; position:relative; z-index:2;text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; line-height:30px; color:#888; font-size:14px;}
.RighInfo002189 .box .img{ position:absolute; left:-10%; z-index:1; max-width:736px; width:60%;}
.RighInfo002189 .box .tit{ font-size:30px; font-weight:normal; color:#333; margin:0; line-height:28px; }
.RighInfo002189 .box .tit span{ position:relative; }
.RighInfo002189 .box .tit span i{ font-size:27px; color:#333; width:2px; font-style:normal; position:absolute; left:8px; top:4px;}
.RighInfo002189 .box .tit span i:last-child{ right:13px; left:auto;}
.RighInfo002189 .box .tit em{ font-style:normal; text-transform:uppercase; color:#999; font-family:Arial; display:block; font-size:14px; padding-left:39px;}
.RighInfo002189 .box .h3{ margin:0; font-size:16px; color:#444; font-weight:bold; display:block;}
@media (max-width: 820px){
	.RighInfo002189 .box{ padding-left:0;}
	.RighInfo002189 .box .img{ position:static; margin-bottom:5%; left:0; width:auto; max-width:100%;}
}


/*Floor001899*/
.Floor001899{ position:relative; z-index:1;background: #f7f7f7;padding-bottom: 2%;padding-top: 1%}
.Floor001899 .auto{position: relative; background:url(../images/floor001899-bg.png) no-repeat 10% center;}

.Floor001899 h3{position: absolute; margin: 0;top: 5%; left: 0; color: #dedede; font-size: 50px; text-transform: uppercase; z-index: 1; }
.Floor001899 h3 span{display: block; color: #333; font-size: 30px;}
.Floor001899 h3:after{ display:block;content: ""; width: 52px; height: 2px; margin-top:5%; background: #e60012;}

.Floor001899 ul{}

.Floor001899 li{ padding: 0 0px; float: left; border-left: 1px solid #f2f2f2;padding-bottom:1%;}
.Floor001899 li.li_1{width: 100%; }
.Floor001899 li pre{ line-height:24px; color:#666;}
.Floor001899 li p{ line-height:24px; overflow:hidden; height:72px;}
.Floor001899 li h4{font-size: 16px; color: #333; margin: 0; line-height:41px; color: #3488e8}
.Floor001899 li h4:before{ display:inline-block; content:'';width: 41px; height: 41px; margin-left:-52px; background:url(../images/floor001899-icon1.png) no-repeat left center; vertical-align:middle; margin-right:15px;}
.Floor001899 li.li_2 h4:before{ background-image:url(../images/floor001899-icon2.png);}
.Floor001899 li.li_3 h4:before{ background-image:url(../images/floor001899-icon3.png);}
.Floor001899 li.li_4 h4:before{ background-image:url(../images/floor001899-icon4.png);}
.Floor001899 .pic{text-align: center;}
.Floor001899 .pic img{max-width: 100%;}
@media(max-width:1150px){
.Floor001899 h3{ left:2%;}
}
@media(max-width:1000px){
.Floor001899 h3{ position:relative; left:auto; top:auto; padding:2% 0 0 0;}
.Floor001899 ul{ padding-left:30px;}
.Floor001899 li.li_1{ padding-top:5%;}
}
@media(max-width:768px){
.Floor001899 h3{font-size: 36px;}
.Floor001899 h3 span{ font-size: 24px;}
.Floor001899 h3:after{ margin-top:20px;}
}
@media(max-width:640px){
.Floor001899 li{ float:none; width:auto; padding-bottom:3%;}
}
@media(max-width:480px){
.Floor001899 h3{font-size: 26px;}
.Floor001899 h3 span{ font-size: 18px;}
}

/*
 .TextList001729 为demo编号
 */
.TextList001729{background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7;padding-bottom: 4%;padding-top: 2%}
.TextList001729 .name{padding:0px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.TextList001729 .name span{ display:inline-block; border-left:6px solid #f29200; padding-left:15px;}
.TextList001729 .tips{ padding:0px 0 20px;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.TextList001729 .tips h1{ margin:0; font-weight: bold; font-size:22px; color:#3488e8;background:url(../images/textlist001729-icon1.png)no-repeat left bottom; padding:20px 40px 5px 40px ;}
.TextList001729 .tips p{ padding-top:10px;margin:0;color:#555; font-size:15px; font-weight:bold; }
.TextList001729 .search{ position:absolute; right:0; top:50%; margin-top:-25px;width:26.6%; height:46px; border:2px solid #999; }
.TextList001729 .search input{border:none; }
.TextList001729 .search .text{ width:100%; height:42px; line-height:42px; padding:0 56px 0 10px; background:none; color:#999;}
.TextList001729 .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:56px; height:100%; background:url(../images/textlist001729-search.png) no-repeat center center; padding:0;}

.TextList001729 ol.type{ margin-top:3%;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 ol.type{font-size:16px; background-color:#3488e8; color:#fff;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center; padding-top:10px; padding-bottom:10px; line-height:24px;}
.TextList001729 ul.type li{cursor:pointer;}
.TextList001729 .type li:nth-child(1){width:12%;}
.TextList001729 .type li:nth-child(2){ width:11%;}
.TextList001729 .type li:nth-child(3){ width:10%;}
.TextList001729 .type li:nth-child(4),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6),
.TextList001729 .type li:nth-child(7){width:13%;}
.TextList001729 .type li:nth-child(8){ width:15%;}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(8){ padding-left:2%; text-align:left !important;}
.TextList001729 ul.type li:nth-child(8){background:url(../images/textlist001729-icon_close.png) no-repeat 90% center;}
.TextList001729 ul.type#On li:nth-child(8){ background-image:url(../images/textlist001729-icon_open.png);}
.TextList001729 .list{border-bottom:1px solid #e5e5e5;}
.TextList001729 .list .con{ display:none;border-top:1px solid #e5e5e5; overflow:hidden; font-size:14px; padding:2%;line-height: 30px}
.TextList001729 .btn_apply{ padding:10px 0;}
.TextList001729 .btn_apply a{ display:inline-block; max-width:180px; width:40%; height:50px; line-height:50px; text-align:center; color:#fff; background-color:#3488e8; font-size:18px; border-radius:3px;}
@media(max-width:1000px){
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6){ display:none;}
.TextList001729 .type li{ width:20% !important;}
}
@media(max-width:768px){
.TextList001729 .search{ position:relative; margin-top:10px; top:auto; width:auto;}
.TextList001729 .type li:nth-child(7){ display:none;}
.TextList001729 .type li{ width:24% !important;}
.TextList001729 .type li:nth-child(8){ width:28% !important;}
}
@media(max-width:480px){
.TextList001729 .type li:nth-child(3){ display:none;}
.TextList001729 .type li{ width:30% !important;}
.TextList001729 .type li:nth-child(8){ width:40% !important;}
.TextList001729 ol.type{font-size:15px;}
.TextList001729 .btn_apply a{font-size:16px; height:40px; line-height:40px;}
.TextList001729 ul.type li:nth-child(8){ background-size:16px auto;}
}


/*
 .Map001070 为demo编号
 */
.Map001070{ background-color:#fff; padding:2% 0 4%;}
.Map001070 dd{ border:1px solid #eee; margin-bottom:2%; padding-right:53%; background-color:#fff; position:relative;}
.Map001070 dd:last-child{ margin-bottom:0;}
.Map001070 .map *{ max-width:none;}
.Map001070 dd figure{ padding:3% 0 3% 3%;}
.Map001070 dd figure h1{font-size: 22px;color: #3488e8; font-weight:normal;padding: 16px 0; margin:0;border-bottom: dashed 1px #ccc;}
.Map001070 dd ul{ padding-top:16px;}
.Map001070 dd li{line-height:25px; margin-bottom:20px; padding-left:36px; background-repeat:no-repeat; background-position:0 0;}
.Map001070 dd li:nth-child(1){background-image:url(../images/map001070-ico_01.png);}
.Map001070 dd li:nth-child(2){background-image:url(../images/map001070-ico_03.png);}
.Map001070 dd li:nth-child(3){background-image:url(../images/map001070-ico_02.png);}
.Map001070 dd li:nth-child(4){background-image:url(../images/map001070-ico_04.png);}
.Map001070 dd li:nth-child(5){background-image:url(../images/map001070-ico_05.png);}
@media(min-width:641px){
.Map001070 .map{ position:absolute !important; width:50%; right:0; height:100%; top:0;}
}
@media(max-width:640px){
.Map001070 dd{ padding:3%;}
.Map001070 .map{ height:300px; position:relative !important;}
.Map001070 dd figure{ padding:0;}
}
@media(max-width:480px){
.Map001070 dd figure h1{ font-size:20px;}
}


/*PicList002078 */
.PicList002078{ position:relative; z-index:1; padding-bottom:3%;}
.PicList002078 .accessories{ position:absolute; left:0; width:100%; background:url(../images/piclist002078-bg.png) no-repeat center top; height:127px;}
.PicList002078 .intro{ padding:5% 0 3% 0;}

.PicList002078 .list li{ position:relative; margin-bottom:2%; background-color:#fafafa; }
.PicList002078 .list li div{ border:1px solid #f0f0f0; padding:5% 5% 5% 42.34%;}
.PicList002078 .list li .Ispic{ position:absolute; left:0; width:37.65%; height:100%; background-size:contain;}
.PicList002078 .list li .Ispic img{ display:none;}
.PicList002078 .list li .dot{ font-weight:bold; font-size:18px; color:#016aae; overflow: visible;text-overflow:clip;white-space:normal;}
.PicList002078 .list li p{ margin-bottom:0; color:#888; line-height:35px; min-height:104px; overflow:hidden;}
/*.PicList002078 .list li:nth-child(1) div{padding: 2% 5% 2% 42.34%;}
.PicList002078 .list li:nth-child(1) p{height:330px; line-height:30px;}*/
.PicList002078 .list li p b{ display:inline-block; padding:1px 7px; font-size:12px; line-height:20px; margin-right:10px; background: #b0b0b0; border-radius:50px; color:#fff;}
.PicList002078 .list li:nth-child(2n) div{ padding-right:40.34%; padding-left:5%; text-align:left;}
.PicList002078 .list li:nth-child(2n) .Ispic{ left:auto; right:0;}
@media(max-width:1000px){
.PicList002078 .accessories{ background-size:auto 100%; height:80px;}
}
@media(max-width:640px){
.PicList002078 .accessories{height:40px;}
.PicList002078 .list li p{ height:78px;}
.PicList002078 .list li div{ padding-left:35%;}
.PicList002078 .list li .Ispic{ width:30%}
.PicList002078 .list li:nth-child(2n) div{ padding-right:35%;}
}
@media(max-width:375px){
.PicList002078 .list li p{ line-height:20px; height:40px; font-size:12px;}
}
/*
 .Floor002199 为demo编号
 */
.Floor002199{ width:100%; background:#f7f7f7; padding:65px 0;}
.Floor002199 h2{ font-size:22px; margin:0 0 4%;text-align:center; color:#333;}
.Floor002199 ul li{ width:33.3333%; float:left; padding:0 4%;}
.Floor002199 ul li+li{ position:relative;}
.Floor002199 ul li+li:after{display:block; content:""; width:1px; height:70%; top:15%; position:absolute; left:-4%; background:#dedede;}
.Floor002199 ul li>*{ display:block; float:left;}
.Floor002199 ul li figure{ padding-top:27px; padding-left:20px;}
.Floor002199 ul li h3{ margin:0; font-size:16px; color:#333;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.Floor002199 ul li p{ margin:0; color:#999; font-size:14px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
@media(max-width:1200px){
	.Floor002199 ul li{ padding:0 1%;}
}
@media(max-width:1000px){
	.Floor002199{ padding:10% 0;}
	.Floor002199 ul li>*{ float:none; width:100%; text-align:center;}
	.Floor002199 ul li figure{ padding-left:0;}
}
@media(max-width:480px){
	.Floor002199 h2{ font-size:18px;}
	.Floor002199 ul li h3{ font-size:14px;}
	.Floor002199 ul li p{ font-size:12px;}
}

/*Form001852 */
.Form001852{ padding:2% 0;}
.Form001852 .title{ text-align:center; padding-bottom:3%;}
.Form001852 .title span{ display:inline-block; background:#3488e8; font-size:24px; color:#fff; line-height:34px; padding:0 10px;vertical-align:middle;}
.Form001852 .title:after,
.Form001852 .title:before{ content:''; display:inline-block; height:5px; border:1px solid #bbb; border-left:0; border-right:0; width:5%; vertical-align:middle;}
@media(max-width:480px){
.Form001852 .title span{ font-size:18px;}
}

.Form001852 .from-title{ text-align:center; padding:3% 0;}
.Form001852 .from-title span{ font-size:12px; letter-spacing:5px;color:#c94645;}
.Form001852 .from-title h1{ margin:0; font-size:42px; padding:10px 0; font-weight:normal; color:#000;}
.Form001852 .from-title h1:after{ display:block; margin:0 auto; width:70px; height:10px; background-color:#c94645; margin-top:20px; content:'';}
@media(max-width:640px){
.Form001852 .from-title h1{ font-size:30px;}
.Form001852 .from-title h1:after{ height:5px;}
}
.Form001852 .from{ max-width:790px; margin:0 auto; }
.Form001852 .from td{ padding-bottom:3%;}
.Form001852 .from td div{ position:relative;}
.Form001852 .from td.f_name{ padding-right:5%; width:45%;}
.Form001852 .from label{ position:absolute; left:10px; top:0;line-height:44px; color:#999;}
.Form001852 .from .text{ width:100%; height:44px; line-height:44px; text-indent:10px; border:none; background:#f5f5f5;}
.Form001852 .from textarea.text{ height:132px;}
.Form001852 .from .btn{ text-align:center;}
.Form001852 .from .btn input{ font-weight:bold; cursor:pointer; padding:0; border:none; width:72px; height:36px; color:#fff; background:#c94645;}

.Form001852 .address dl{ border-bottom:1px solid #e4e4e4; padding:3% 0;}
.Form001852 .address dd{ float:left;width:33%;}
.Form001852 .address dd h1,
.Form001852 .address dd span,
.Form001852 .address dd p{ font-size:15px; line-height:45px;}
.Form001852 .address dd h1,
.Form001852 .address dd span{ font-weight:normal;background-repeat:no-repeat; background-position: left center;}
.Form001852 .address dd h1{ font-size:16px; color:#016aae; font-weight:bold; }
.Form001852 .address dd span{ font-size:16px; padding:10px 0px 10px 44px;}
.Form001852 .address dd span.h2_1{ background-image:url(../images/form001852-icon1.png);}
.Form001852 .address dd span.h2_2{ background-image:url(../images/form001852-icon2.png);}
.Form001852 .address dd span.h2_3{ background-image:url(../images/form001852-icon3.png);}

@media(max-width:640px){
.Form001852 .address dd{ float:none; width:auto; padding-left:0;}
}




.news_info{ background-color:#fff; padding:3%; min-height: 200px;}
.news_info .title{ text-align:center; padding-bottom:20px;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:22px; font-weight:normal;color:#3488e8;}
.news_info .title p{font-size:14px; margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:10px;}
.news_info .title p span{ margin:0 5px; color:#777;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph;}
.news_info .info_back{ text-align:center; clear:both; padding:20px 0;} 
.news_info .info_back a{ color:#3488e8; font-size:14px;}
.news_info .info_pn span{ display:block;font-size:14px;}
.news_info .info_pn span a{ color:#999;}
.news_info .info_pn span a:hover{color:#3488e8;}
.news_info .info_pn>a{display: block;}
@media(max-width:640px){
.news_info .title h1{ font-size:18px}
}

/*PicList002171 */
.PicList002171{ padding-top:1%;}

.PicList002171 .title{ text-align:center; padding-bottom:3%;}
.PicList002171 .title h1{ margin:0; font-size:24px; padding:10px 0; font-weight:normal; color:#000;}
.PicList002171 .title h1:after{ display:block; margin:0 auto; width:40px; height:5px; background-color:#318b53; margin-top:20px; content:'';}
@media(max-width:768px){
.PicList002171 .title h1{ font-size:30px;}
.PicList002171 .title h1:after{ height:5px;}
}

.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li .Ispic{ padding-bottom: 44.282%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(69,161,104,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}

/*公司简介  End*/

.Form001413{ padding:2% 0;}
.Form001413 .name{padding:15px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.Form001413 .name span{ display:inline-block; border-left:6px solid #f29200; padding-left:15px;}
.Form001413 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.Form001413 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#f29200;}

.Form001413 .form{ padding-top:30px; max-width: 700px; margin: 0 auto;}
.Form001413 .form td{ padding-bottom:20px; font-size:14px; }
.Form001413 .form td.w1{ width:50%;}
.Form001413 .form td.w2{ width:32px;}
.Form001413 .form .text{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; }
.Form001413 .form .title{ margin:0 0 10px 0;color:#f29200; background:url(../images/form001413-icon.jpg) no-repeat left center; padding-left:15px;}
.Form001413 .form td em{ font-style:normal; color:#bcbcbc;}
.Form001413 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001413 .form .btn{ background:#f29200; color:#fff; cursor:pointer; font-size:18px; width:180px; height:50px; border-radius:3px; border:none; margin-top:20px;}
.Form001413 .form dl{ position:relative;}
.Form001413 .form dt{ text-indent:10px; cursor:pointer; border:1px solid #cfcfcf;line-height:36px;height:36px; background:url(../images/form001413-check.png) no-repeat 95% center;}
.Form001413 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001413 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001413 .form dd a:hover{ background-color:#ccc;}

.searchlist{ min-height:300px; padding: 3% 0 3% 0;}
.searchlist li{ height:40px; line-height:40px; border-bottom:1px solid #eee; position: relative; padding-right: 100px;}
.searchlist li  a{ padding-left: 20px; color: #333; font-size: 14px;}
.searchlist li  a:hover{ color: #339df1;}
.searchlist li i{ position: absolute; left: 0; top: 50%; margin-top: -20px; color: #339df1; font-size: 40px; display: block; font-style: normal;}
.searchlist li time{ position: absolute; right: 0; top: 0; color: #666;}

/*------------- 后台编辑器样式 --------------*/
/*文化理念*/
.PicList002501{ width: 100%; position: relative; z-index:9;padding:4% 0; }
.PicList002501 .wrap-container{padding: 0 15px;}
.PicList002501 .rightBox .img{border-radius: 20px 0; overflow: hidden;}
.PicList002501 .rightBox .img img{width: 100%;}
.PicList002501 .leftBox .h3{font-size: 16px; color: #016aae; font-weight: bold; margin: 0;}
.PicList002501 .leftBox .txt{padding-top: 10px; font-size: 16px; line-height: 1.8; }
.PicList002501 .leftBox span{padding-bottom: 20px; display:block;}
@media screen and (min-width:768px){
  .PicList002501 .right{float: right; width: 50%;}
  .PicList002501 .left{float: left; width: 48%;}
  .PicList002501 .odd .right{float: left;}
  .PicList002501 .odd .left{float: right;}
  .PicList002501 .leftBox{width: 90%;margin: 0 auto;text-align:center;}
}
@media screen and (min-width:1000px){
  .PicList002501 .leftBox .h3{font-size: 20px;}
}
@media screen and (max-width:767px){
	.PicList002501 li{ text-align: center;}
	.PicList002501 li .left{ margin: 15px 0;}
}

/*高密度分流设备*/
.Floor001784 li{ position:relative; overflow:hidden;}
.Floor001784 li .img{ position:absolute; left:0; width:100%; height:100%; top:0;background-position:center top; background-repeat:no-repeat; background-size: cover;}
.Floor001784 li .auto{ position:relative;}
.Floor001784 li section{ padding-top:2%; padding-right: 429px;}
.Floor001784 li .pic{position: absolute;top: 10%;right: 0;}
.Floor001784 li .pic1{position: absolute;padding-top: 5%;left: 0;top: 0;}
.Floor001784 li h1{ margin:0; font-size:30px; font-weight:normal; line-height:normal;}
.Floor001784 li h1 a{ color:#333;}
.Floor001784 li p{line-height: 24px;}
.Floor001784 li dl{ margin:30px 0;background:url(../images/floor001784-info_line.png) repeat-y 44% top;}
.Floor001784 li dd{ float:left; width:44%; padding-right:3%; margin-right:3%;}
.Floor001784 li:nth-child(1) dd:nth-child(2),.Floor001784 li dd:nth-child(3){ float:left; width:16%; padding-right:3%; margin-left:3%;margin-top: 6.5%;}
.Floor001784 li:nth-child(2) dd:nth-child(2){width: 46%;margin-top: 3%;padding-left: 5%}
.Floor001784 li dd h3{ font-size:18px; margin:0; color:#3488e8; background:url(../images/floor001784-line.png) no-repeat left bottom; padding-bottom:18px;}
.Floor001784 li pre{ margin-top:2%; line-height:28px; max-height:308px; overflow:hidden; color:#666;}
.Floor001784 li .more{ display:inline-block; font-size:14px; color:#c2c2c2; padding:0 56px; line-height:51px; border:1px solid #fff;}
.Floor001784 li .more:hover{ color:#fff !important; background-color:#f08519;}
.Floor001784 li.odd section{ padding-left: 337px;padding-top: 5%; padding-right: 0;}
.Floor001784 li.odd h1 a{ color:#fff;}

.Floor001784 li.odd section p{ color:#fff;}
.Floor001784 li.odd section pre{ color:#fff;}
.Floor001784 li.odd .more{ border-color:#f08519;color:#f08519;}
@media(max-width:1000px){
.Floor001784 li{ height:auto; padding-bottom:3%;}
.Floor001784 li h1{ font-size:30px;}
.Floor001784 li dl{ background:none; margin:2% 0;}
.Floor001784 li dd{width:48%; padding-right:0; margin-right:0;}
.Floor001784 li dd:nth-child(2){ float:right;}
.Floor001784 li section{ padding-right: 0;}
	.Floor001784 li.odd section{ padding-left: 0;}
.Floor001784 li .pic,.Floor001784 li .pic1{ position: static;}
}
@media(max-width:480px){
.Floor001784 li dd{ width:auto; float:none; margin-bottom:2%;}
	.Floor001784 li:nth-child(1) dd:nth-child(2),.Floor001784 li dd:nth-child(3){ width: 35%;}
.Floor001784 li pre{max-height:none;}
	.Floor001784 li:nth-child(2) dd:nth-child(2){ width: 100%; text-align: center;}
}

/*密信介绍*/
.RighInfo001503{ padding:1% 0 3%;background:url(../images/floor000633_bg.jpg)no-repeat bottom #f7f7f7}
.RighInfo001503 .tit{ position:relative; color:#343434; font-size:30px; padding:0% 0; font-weight:normal;}
.RighInfo001503 .div1{ position:relative; }
.RighInfo001503 em{ margin:1% 0; font-style:normal; display: inline-block; color:#3488e8; font-size:16px; padding-bottom:10px; border-bottom:1px #3488e8 solid;  font-weight: bold  }
.RighInfo001503 .img1{ float:left; width:278px; height:49px; margin-right:2%; margin-bottom:1%;}

.RighInfo001503 .div2{ position:relative; }
.RighInfo001503 .pic_list{width:45%; height:500px; float:right;}
.RighInfo001503 .pic_list span{ display:inline-block; position:absolute; width:33.33333%; height:auto; box-shadow:0px 7px 36px rgb(186, 185, 185);  }
.RighInfo001503 .pic_list span img{ width:100%; } 
.RighInfo001503 .pic_list span.img2{ right:10%; top:80%; z-index:1; }
.RighInfo001503 .pic_list span.img3{ right:5%; top:230%; z-index:2; }
.RighInfo001503 .pic_list span.img4{ right: 10%; top:380%;z-index:3; }
@media(max-width:1024px){
.RighInfo001503 .pic_list{ display:none; }
}
@media(max-width:324px){
.RighInfo001503 .tit{ font-size:30px;}	
.RighInfo001503	.div1 .img1{ width:100%; height:auto; margin-right:0; margin-bottom:2%; }
}






