﻿.clear{color:both;}
dl:after{content:"";display:block;clear:both;}
/*nav-trigger start*/
.Top002286 .nav-trigger { position: absolute; top: 50%; right: 2%; transform: translateY(-50%); width: 25px; height: 25px; overflow: hidden; white-space: nowrap; /* hide text */ color: transparent;  z-index: 999; cursor: pointer; display: none;}
.Top002286 .nav-trigger span, .Top002286 .nav-trigger span::before, .Top002286 .nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute; display: inline-block; height: 3px; width: 24px; background: #2e3233;
}
.Top002286 .nav-trigger span {
  /* line in the center */
  position: absolute; top: 50%; right: 0; margin-top: -2px; -webkit-transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.Top002286 .nav-trigger span::before, .Top002286 .nav-trigger span::after {
  /* other 2 lines */
  content: ''; right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.Top002286 .nav-trigger span::before {top: -6px;}
.Top002286 .nav-trigger span::after {top: 6px;}
.Top002286 .nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.Top002286 .nav-trigger.nav-is-visible span::before, .Top002286 .nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #fff;
}
.Top002286 .nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  -moz-transform: translateX(0px) translateY(8px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(8px) rotate(45deg);
  -o-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}
.Top002286 .nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -o-transform: translateX(0) translateY(-4px) rotate(-45deg);
  transform: translateX(0) translateY(-4px) rotate(-45deg);
}
/*nav-trigger end*/
.Top002286{ position: relative; z-index: 99;}
.Top002286 .auto{ position: relative;}

.Top002286 .search{ position:absolute; right:0px; top: 50%; margin-top: -15px; z-index: 9;}
.Top002286 .search .text{ border: none; padding: 0; text-indent:1em; right:30px; width:0; height:30px; position:absolute; background-color:#fff;
transition: width 0.3s ease-in;
-webkit-transition: width 0.3s ease-in;
-moz-transition: width 0.3s ease-in;
}
.Top002286 .search .btn{ position:relative; padding: 0; z-index:5; border:none; cursor:pointer; width:32px; height:32px; background: url(../images/Top002286-searchicon.png) no-repeat center center; background-size: 18px 18px; transition: width 0.3s ease-out;
-webkit-transition: width 0.3s ease-out;-moz-transition: width 0.3s ease-out;}

.Top002286 .layer{ display: none; z-index: 55;}
.Top002286 .nav{float:right;margin-top:32px;margin-right:60px; width: 83%;}
.Top002286 .nav ul li{padding: 0 1.5%;}
.Top002286 .search:hover .text{ right:30px; width:200px; border:solid 1px #eeeeee;}
.Top002286 .logo{float:left;}
.Top002286 .logo img{ max-height:116px;}
.Top002286 .logo .mobileimg{ display: none;}
.Top002286 .nav ul li{ line-height:62px; float:left; position:relative;}
.Top002286 .nav ul li>a{ color:#333; font-size:17px; position:relative; transition:0.3s;}
.Top002286 .nav ul li>a i{ position:absolute; display: block; width:0; height:3px; background-color:#62c34c; right:-17px; top:10px; z-index:-1;transition: width 0.5s ease-out;-webkit-transition: width 0.5s ease-out;-moz-transition: width 0.5s ease-out;}
.Top002286 .nav ul li#nav2{ padding-left:0;}
.Top002286 .nav ul li#nav4:after,.Top002286 .nav ul li#nav7:after{ display: none;}

.Top002286 .nav li dl{top:90px; text-align:center; color:#fff; line-height:30px;font-size: 16px;left:50%;width:200px; margin-left:-100px; position:absolute; display:none; background-color:rgba(51, 51, 51, 0.65);}
.Top002286 .nav li dl span{ display:block; font-size:14px; border-top:solid 1px rgba(80, 80, 80, 0.2); white-space:nowrap;}
.Top002286 .nav li dl a{ display:block; color:#fff; padding:1.5% 0%;}
.Top002286 .nav li dl a:hover{ color:#fff; background-color:#62c34c;}

.Top002286 .nav li{-webkit-perspective: 500px;}
.Top002286 .nav li dl{	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	transform-origin:0 0 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	transition: transform 0.5s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.3s;
	display:block;
}
.Top002286 .nav li:hover>dl{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0,0,0,0);
	-webkit-transform: rotate3d(0,0,0,0);
	-moz-transform: rotate3d(0,0,0,0);
	-ms-transform: rotate3d(0,0,0,0);
	-o-transform: rotate3d(0,0,0,0);
}
.Top002286 .nav ul li>a p{line-height:0px;margin:0px;margin-top:-5px;font-size:14px;padding:0px;padding-left:34px;text-transform:uppercase;/*text-align:center;*/}
.Top002286 .nav ul li>a b{display:inline-block;vertical-align:middle;width:26px;height:26px;margin:-5px 8px 0 0;transition:0.3s;}
.Top002286 .nav ul li>a b.b0{background:url(../images/b1.png);background-size:100% 100%;}
.Top002286 .nav ul li>a b.b1{background:url(../images/b2-1.png);background-size:100% 100%;}
.Top002286 .nav ul li>a b.b2{background:url(../images/b3.png);background-size:100% 100%;}
.Top002286 .nav ul li>a b.b3{background:url(../images/b5.png);background-size:100% 100%;}
.Top002286 .nav ul li>a b.b4{background:url(../images/b4.png);background-size:100% 100%;}
.Top002286 .nav ul li>a b.b5{background:url(../images/b6.png);background-size:100% 100%;}
.Top002286 .nav ul li>a b.b6{background:url(../images/b7.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover a.oan,.Top002286 .nav ul li.on a.oan{color:#008cd6;}

.Top002286 .nav ul li:hover>a b.b0,.Top002286 .nav ul li.on>a b.b0{background:url(../images/b1-1.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover>a b.b1,.Top002286 .nav ul li.on>a b.b1{background:url(../images/b2.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover>a b.b2,.Top002286 .nav ul li.on>a b.b2{background:url(../images/b3-1.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover>a b.b3,.Top002286 .nav ul li.on>a b.b3{background:url(../images/b5-1.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover>a b.b4,.Top002286 .nav ul li.on>a b.b4{background:url(../images/b4-1.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover>a b.b5,.Top002286 .nav ul li.on>a b.b5{background:url(../images/b6-1.png);background-size:100% 100%;}
.Top002286 .nav ul li:hover>a b.b6,.Top002286 .nav ul li.on>a b.b6{background:url(../images/b7-1.png);background-size:100% 100%;}


@media only screen and (max-width:1280px) {
	.Top002286 .nav{margin-right: 30px; width: 77%;}
	.Top002286 .nav ul li>a b,.Top002286 .nav ul li>a p{display: none;}
	.Top002286 .nav ul li{padding: 0; width: 14.28%; text-align: center;}
}

@media only screen and (max-width: 850px) {
	.Top002286 .nav-trigger{ display: block;}
	.Top002286 .nav{ position: fixed; top: 0; right: -50%; margin: 0; z-index: 9999; background: #191b1d; padding: 73px 0 0; height: 100%; width:0;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
	.Top002286 .navshow{ right: 0; width: 50%; z-index: 99; float: none;}
	.Top002286 .nav ul li{width: 100%; float: none; text-align: left;}
	.Top002286 .nav ul li>a{ display: block; color: #fff; padding: 0px 20px;border-bottom: solid #222324 1px; position: relative;}
	.Top002286 .nav ul li>a>i{ background: url(../images/Top002286-icon.png) no-repeat; position: absolute; right: 15px; display: block; width: 12px; height: 12px; top: 50%; margin-top: -6px;-webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; transition: transform 0.3s ease-out;-ms-transition:-ms-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out;}
	.Top002286 .nav ul li>a>i.down{ transform:rotate(90deg)}
	.Top002286 .nav ul li+li>a{ border-top: solid #292a2b 1px;}
	.Top002286 .nav ul li>dl{ padding: 10px 0; background: #232426; border-top: solid #292a2b 2px; display: none;}
	.Top002286 .nav ul li>dl span{ display: block; padding: 5px 15px;}

	.Top002286 .search{right:100px;}
	.Top002286 .logo img{width: 75px;}
}

 @media only screen and (max-width:767px ) {
 	.Top002286 .logo{ float: left; width: 30%; max-width: 107px;}
 	.Top002286 .layer{ display: none; left: 0; top: 0; position: fixed; width: 100%; height: 100%;background-color:#000; -moz-opacity:0.5; opacity: 0.5; filter:alpha(opacity=50);} 
 }

 @media only screen and (max-width:767px ) {
	.Top002286 .search{right: 50px;}
}


/*Banner002058 */
.Banner002058{ position:relative; z-index:1;}
.Banner002058 .bx-viewport{ z-index:1;}
.Banner002058 li a,
.Banner002058 li{ height:620px;}
.Banner002058 li{ background-position: center top; background-repeat:no-repeat;background-size: cover;}
.Banner002058 li a{ position:relative; display:block;}
.Banner002058 li img{ display:none;}
.Banner002058 li figure{ position:absolute; left:18.75%; width:62.5%; top:50%; height:126px; transform:translateY(-50%);}
.Banner002058 li figure *{ position:absolute; left:0; opacity:0; }
.Banner002058 li figure.active *{ opacity:1;}
.Banner002058 li h1{ margin:0; font-size:50px; color:#fff; top:-100%;transition:top 1s;}
.Banner002058 li span{width:131px; border:2px solid #fff; line-height:36px; text-align:center; color:#fff; border-radius:50px;bottom:-100%;transition: 1s;}
.Banner002058 li figure.active h1{ top:0;}
.Banner002058 li figure.active span{bottom:0;transition: 1s;}

.Banner002058 .bx-controls-direction a{ z-index:10;position:absolute; width:49px; height:49px; overflow:hidden; line-height:1000px; top:50%; transform:translateY(-50%); background:url(../images/Banner002058-btn_left.png) no-repeat center center; background-size:contain;}
.Banner002058 .bx-controls-direction a.bx-prev{ left:2%;}
.Banner002058 .bx-controls-direction a.bx-next{ right:2%; background-image:url(../images/Banner002058-btn_right.png);}
.Banner002058 .bx-controls-direction a.bx-prev:hover{ background-image:url(../images/Banner002058-btn_lefton.png);}
.Banner002058 .bx-controls-direction a.bx-next:hover{ background-image:url(../images/Banner002058-btn_righton.png);}

.Banner002058 .bx-pager{ position:absolute; left:0; bottom:5%; text-align:center; width:100%; z-index:10;}
.Banner002058 .bx-pager *{width:13px; height:13px;}
.Banner002058 .bx-pager div{ display:inline-block;margin:0 5px;}
.Banner002058 .bx-pager div a{ display:block;  line-height:100px; overflow:hidden; border-radius:50%; background:#fff; }
.Banner002058 .bx-pager div a.active{ background:#0756a3;}
@media(max-width:1000px){
		.Banner002058 li{background-image: none !important; height: auto;}
		.Banner002058 li img{ display:block; width:100%;}
}
@media(max-width:768px){
	.Banner002058 li figure{ height:90px;}
	.Banner002058 li figure h1{ font-size:30px;}
	.Banner002058 .bx-controls-direction a{ width:30px; height:30px;}
}
@media(max-width:480px){
	.Banner002058 li figure{ height:70px;}
	.Banner002058 li figure h1{ font-size:20px;}
	.Banner002058 li figure span{ line-height:26px; width:110px;}
	.Banner002058 .bx-pager *{width:9px; height:9px;}
}
.Bottom001122 .wave-box {position: relative;height: 68px;background: #fff; overflow:hidden;background:url(../images/Bottom_bg.png);}
.Bottom001122 .marquee-box {overflow: hidden;width: 100%;position: absolute;left: 0px;top: 0px;}
.Bottom001122 .marquee{width: 8000%;height: 86px;}
.Bottom001122 .marquee2 {position:absolute;top:0px;left:0px;width:100%;height:68px;overflow:hidden;}
.Bottom001122 .wave-list-box {float:left;}
.Bottom001122 .wave-list-box ul{float:left; height:86px; overflow:hidden; zoom:1; }
.Bottom001122 .wave-list-box ul li{height:86px; width:100%; float:left; line-height:30px;}
.Bottom001122 .wave-list-box ul li img{height:86px; }
.Bottom001122 .wave-list {position: relative;width: 100%;height: 68px;top: 0px;overflow: hidden;}
.Bottom001122 .wave-list li {float: left;}

.Bottom001122 .copyright,
.Bottom001122 footer{ background-color:#009fd9;}
.Bottom001122 .copyright{ border-top:1px solid #4cc3ed; text-align:center; font-size:16px; color:#b6e2f2; padding:25px 0;}
.Bottom001122 .copyright a{color:#b6e2f2; margin-left:30px;}
.Bottom001122 footer ol{ overflow:hidden; border-bottom:1px solid #27aede; padding:30px 0;}
.Bottom001122 footer ol li{ list-style:none; width:240px; padding-left:71px; font-size:20px; color:#fff; float:left; line-height:36px; background:url(../images/Bottom001122-ico1.png) no-repeat 22px center;}
.Bottom001122 footer ol li:nth-child(5) { float: right;}
.Bottom001122 footer ol li.li_5{ border-right:0;}
.Bottom001122 footer ol li.li_2{ background-image:url(../images/Bottom001122-ico2.png);}
.Bottom001122 footer ol li.li_3{ background-image:url(../images/Bottom001122-ico3.png);}
.Bottom001122 footer ol li.li_4{ background-image:url(../images/Bottom001122-ico4.png);}
.Bottom001122 footer ol li.li_5{ background-image:url(../images/Bottom001122-ico5.png);}
.Bottom001122 nav{ padding-top:40px;    padding-bottom: 40px;}
.Bottom001122 .contact{}
.Bottom001122 nav dl{ float:left; margin-right:12.5%;}
.Bottom001122 nav dl.dllast{margin-right:0px;}
.Bottom001122 nav dt{font-size: 18px;color: #fff;margin-bottom: 15px;}
.Bottom001122 nav dd{ line-height:32px; font-size:12px;}
.Bottom001122 nav dd a{ color:#b6e2f2;    font-size: 18px;}
.Bottom001122 nav dd a:hover{ color:#fff;}
.Bottom001122 .contact h2{display:inline-block;vertical-align:top; margin:0 0 20px 0; font-weight:normal; font-size:24px; color:#fff; display:inline-block; background:url(../images/Bottom001122-call.png) no-repeat left center; padding-left:40px; line-height:32px;}
.Bottom001122 .contact .share{display:inline-block;}
.Bottom001122 .contact .share ul{display:inline-block;margin-left:30px;}
.Bottom001122 .contact li{ position:relative;width:auto; line-height:32px; margin-bottom:13px; font-size:24px; color:#fff; padding-left:44px; background:url(../images/Bottom001122-share.png) no-repeat left 0;}
.Bottom001122 .contact li.li_2{ background-position:0 -32px;}
.Bottom001122 .contact li.li_3{ background-position:0 -64px;}
.Bottom001122 .contact li figure{ position:absolute; right:100%; margin-right:15px; display:none; top:0;}
.Bottom001122 .contact li.li_3 figure{ top:auto; bottom:0;}
.Bottom001122 .contact li figure img{ width:132px; height:132px;}
.Bottom001122 .contact li figure i{ position:absolute; width:0; height:0; border:10px solid #fff; border-top-color:transparent;border-bottom-color:transparent; border-right:0; right:-10px; top:8px;}
.Bottom001122 .contact li.li_3 figure i{ top:auto; bottom:8px;}
.Bottom001122 .contact li:hover figure{ display:block;}


/*.Floor102 为demo编号*/ 
.title {position: relative;    color: #1b1b1b;  padding: 5%;}
.title h1 {margin: 0;    font-size: 40px;    color: #55a044;    padding: 12px 0;    font-weight: bold;text-align: center;}
.title h1 span {color: #0756a3;}
.title p {font-size: 24px;color: #cecece;font-family: "Times New Roman", Times, serif;text-transform: uppercase;letter-spacing: 10px;margin: 0;text-align: center;margin-bottom: 2%;}

@media(max-width:1500px){
	.title h1{font-size: 32px;}
}

@media(max-width:1024px){
	.title h1{font-size: 26px;}
	.title p{font-size: 16px;}
}

@media(max-width:768px){
	.title h1{font-size: 20px; padding: 5px 0px;}
}

/* .Floor102 .tit { text-align:center; }
.Floor102 .pic{ width:821px; height:200px; }
.Floor102 .tit p{ font-size:12px; color:#a09d9d; margin-top: -56px; } */
.Floor102 .swiper-slide{width: 33.3333%;}
.Floor102 .ul{ margin:0px auto 50px; z-index: 1; position: relative; }
.Floor102  li{ float:left; background: #fff; border: 1px solid #ebebeb;  text-align: center; padding: 20px 0;}
.Floor102 .ul li a{ display:block; padding:0 20px; }
.Floor102 .ul img{ width: 360px; height: 260px; }
.Floor102 dl{  padding: 20px 0; }
.Floor102 dt{ font-weight:bold; font-size: 18px; margin-bottom: 8px;}
.Floor102 dd{ font-size: 16px; }
.Floor102{padding:0 3%;position: relative;    background: url(../images/Floor102-bg.jpg) center center no-repeat;}
.Floor102 .swiper-button-prev{left: -60px;}
.Floor102 .swiper-button-next{right: -60px;}

.Floor102 .icon{ display:block; width: 75px; height: 75px; display: block; margin: 0 auto; }
.Floor102 dl dt .icon1{ background:url(../images/ic1-1.png);  background-size:100% 100%;}
.Floor102 dl dt .icon2{ background:url(../images/ic2.png);  background-size:100% 100%;}
.Floor102 dl dt .icon3 { background:url(../images/ic3.png); background-size:100% 100%;}
.Floor102 dl dt .icon4 { background:url(../images/ic4.png); background-size:100% 100%;}
.Floor102 dl dt .icon5 { background:url(../images/Floor102-icon.png) 0px  bottom  no-repeat; }

.Floor102 li:hover dl { background:#0756a3; color:#fff; }
.Floor102 li:hover .icon1 { background:url(../images/ic1.png);background-size:100% 100%;}
.Floor102 li:hover .icon2 { background:url(../images/ic2-1.png);background-size:100% 100%;}
.Floor102 li:hover .icon3 { background:url(../images/ic3-1.png);background-size:100% 100%;}
.Floor102 li:hover .icon4 { background:url(../images/ic4-1.png);background-size:100% 100%;}
.Floor102 li:hover .icon5 { background:url(../images/Floor102-icon.png) -82px bottom no-repeat; }

.Floor102 .pngtp1{ background:url(../images/Floor102-bg3.png) ;width: 429px;height: 309px;position: absolute;left: 50%;top: 43%; z-index: -0;margin-left: -960px;}
.Floor102 .pngtp2{ background:url(../images/Floor102-bg2.png) no-repeat; width: 489px; height: 309px; position: absolute; left: 48%; top: 48%; z-index: -0; margin-left: 474px; }

/*Floor001874*/
.Floor001874{padding: 3%;  background: url(../images/newbg.jpg) center top no-repeat;}
.Floor001874 .tit{text-align: center;}
.Floor001874 dd{position:relative; float:left;width:30.8%; margin-bottom: 30px;  padding:10px; margin-right: 3.8%; border:1px solid #ededed; border-radius:4px; }
.Floor001874 dd:last-child{ margin-right:0;}
.Floor001874 .img li figure{ padding-bottom:67%;}
.Floor001874 .img li img{display:none;}
.Floor001874 .txt{ padding-top:10px;}
.Floor001874 dd:nth-child(2) .txt{ padding:0 0 10px 0;}
.Floor001874 .txt span{ display:inline-block;color:#fff; background-color:#0756a3; padding:0 15px; font-size:12px; line-height:22px;}
.Floor001874 dd:nth-child(2) .txt span{ background-color:#0756a3;}
.Floor001874 dd:nth-child(3) .txt span{ background-color:#0756a3;}
.Floor001874 .txt a{ display:block;}
.Floor001874 .txt h1,
.Floor001874 .txt h3{ font-weight:normal; line-height:24px;}
.Floor001874 .txt h1{ font-size:16px; color:#000; margin:20px 0 0 0;}
.Floor001874 .txt h3{ font-size:15px; color:#999; margin:0 0 20px 0;}
.Floor001874 .txt p{ margin:0;font-size:16px;color:#333;}
.Floor001874 .txt p i{ float:right; font-style:normal; color:#999;font-size:14px;}
.Floor001874 .txt p i:before{ display:inline-block; content:''; width:0; height:0; border:5px solid transparent; border-left-color:#999;}
.Floor001874 .bx-pager{ position:absolute; right:10px; z-index:10; bottom:125px;}
.Floor001874 .bx-pager div{ float:left; width:11px; height:11px; margin-left:5px;}
.Floor001874 .bx-pager div a{ display:block; height:11px; border:1px solid #f1f0f0; border-radius:50%; overflow:hidden; line-height:100px;}
.Floor001874 .bx-pager div a.active{ background:#f1f0f0;}
.Floor001874 dd:nth-child(2)  .bx-pager{ bottom:0; top:16px;}
.Floor001874 .more{text-align:center;}
.Floor001874 .more a{ display:inline-block; background:#0756a3; color:#fff; padding:0 20px; border-radius:37px; height:37px; line-height:37px;}
.Floor001874 .more a:before,
.Floor001874 .more a:after{ width:12px; height:1px; vertical-align:middle; display:inline-block; background-color:#fff;  content:'';}
.Floor001874 .more a:before{ margin-right:4px;}
.Floor001874 .more a:after{ margin-left:4px;}

@media(max-width:1300px){
.Floor102 .swiper-button-prev{left: -30px;}
.Floor102 .swiper-button-next{right: -30px;}
}

@media(max-width:1024px){
.Floor102 .ul img{height: 192px;}
}

@media(max-width:768px){
	.Floor102 .swiper-slide{width: 50%;}
	.Floor102 .swiper-button-prev{left: 0px;}
	.Floor102 .swiper-button-next{right: 0px;}
	.Floor001874 .title{ background-position:center top; text-align:center;}
	.Floor001874 dd{ float:none; width:auto; margin:0 auto !important; max-width:640px; margin-bottom:3% !important;}
	.Floor102 dt{font-size: 16px;}
}

@media(max-width:640px){
	.Floor102 .ul img{height: 178px;}
}

@media(max-width:480px){
	.Floor102 .swiper-slide{width: 100%;}
	.Floor102 .ul img{height: 260px;}
}
/*
 .Floor002357 为demo编号
 */
@media only screen and (max-width:1600px ) {
	.Floor002357 .auto{ padding-left: 2%; padding-right: 2%; }
}

.Floor002357{ background:url(../images/Floor002357-bg.jpg) no-repeat center center; background-size:cover;     padding: 4% 15% 0% 15%;}
.Floor002357 .title{ text-align:center; font-size:24px; font-family:'微软雅黑'; font-weight:lighter;  color:#fff; margin:0; padding-bottom:6%; position:relative;    }
.Floor002357 .title:after{ display:block; margin:0 auto; width:100px; height:1px; background-color:#bbb; margin-top:30px; content:''; }


.Floor002357 .ul{ overflow:hidden; }
.Floor002357 li{ position: relative; text-align: center; margin-bottom: 2%;}
.Floor002357 li .img img{ -webkit-transition:all ease 0.5s;transition:all ease 0.5s;position: relative;  top: 0;}
.Floor002357 li:hover .img img{ top: -10px;}
.Floor002357 li h3{ margin: 20px 0 0; font-size: 18px; font-family:'微软雅黑';  letter-spacing:0.1px; padding-bottom:5%; }
.Floor002357 li h3:after{ display:block; margin:0 auto; width:20px; height:1px; background-color:#fff; opacity:0.2; margin-top:30px; content:''; }
.Floor002357 li h3 span{ font-weight:normal; opacity:0.3; font-family:Arial, Helvetica, sans-serif; display: block; padding-top: 5px;}
.Floor002357 li h3 a{ color:#fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }
.Floor002357 li p{ margin:0; text-align:center; color: #fff; font-size: 16px; line-height:24px; height: 48px;font-family:'微软雅黑'; overflow: hidden; }
@media (min-width: 640px) {
.Floor002357 li{ width: 50%;padding: 15px; float: left;}
}
@media only screen and (min-width:768px ) {
	.Floor002357 .title{ font-size:28px;}
	.Floor002357 li h3{font-size: 22px;}
}
@media only screen and (min-width:1024px ) {
	.Floor002357 .title{ font-size:32px;}
	.Floor002357 li h3{font-size: 24px;}
}

/*Bottom002050 */
.Bottom002050{ background-color:#f4f5fa;}
.Bottom002050 .bottom{ padding-top:3%; padding-bottom:5%;}
.Bottom002050 .bottom dl{ float:left; line-height: 30px; margin-right: 100px;}

@media(max-width:1200px){
    .Bottom002050 .bottom dl{ float:left; line-height: 30px; margin-right:100px;}
}
 
.Bottom002050 .bottom dt{ font-size:18px; color:#3e4049; margin-bottom: 20px;}
/* .Bottom002050 .bottom dd{}; */
.Bottom002050 .bottom dd a{ color:#8a8fa0;font-size: 16px;}
.Bottom002050 .bottom dd a:hover{ color:#3e4049;font-size: 16px;}
.Bottom002050 .bottom aside{ float:right;}
.Bottom002050 .bottom aside p{ margin:0;  color:#0756a3; line-height:22px; padding:5px 0 5px 60px; background:url(../images/Bottom002050-icon.png) no-repeat 10px 5px; border:1px solid #0756a3; font-size:16px;}
.Bottom002050 .bottom aside h2{  font-size:20px; color:#3e4049; margin:15px 0;}
.Bottom002050 .bottom aside span{  font-size:16px;}

.Bottom002050 footer{ background-color:#024688; padding:15px 0; line-height:24px; font-size:12px; color:#7c84ab;}
.Bottom002050 footer span{ float:right;}
.Bottom002050 footer a{ color:#7c84ab !important;}
.Bottom002050 footer dl i{ font-style:normal; margin:0 10px; color:#475a98;}
.Bottom002050 footer dl a{ display:inline-block;}
.Bottom002050 footer .bdsharebuttonbox{ display:inline-block; vertical-align:middle;}
.Bottom002050 footer .bdsharebuttonbox a{ display:inline-block; font-style:normal; float:none; line-height:normal; height:auto; padding-left:0; background:none; margin:0;}
.Bottom002050 footer .bdsharebuttonbox a:after{ display:inline-block; content:''; width:0; height:0; border:6px solid transparent; border-top-color:#7c84ab; vertical-align:middle; margin-left:10px;}
.Bottom002050 footer a:hover{ color:#fff !important;}

@media(max-width:1000px){
.Bottom002050 .bottom aside{ float:none; width:100%; padding-bottom:3%; text-align:center;}
.Bottom002050 .bottom aside p{ display:inline-block; padding-right:15px;}
.Bottom002050 .bottom dl{ width:20%;}
.Bottom002050 footer span{ float:none; display:block;}
}
@media(max-width:768px){
.Bottom002050 .bottom dl{ display:none;}
.Bottom002050 .bottom aside{ padding-bottom:0;}
}

#case{    padding: 3% 0 5% 0;   background: url(../images/homebg.jpg) center top no-repeat;}
#case .tit{text-align: center;}

#timeline {height: 450px;overflow: hidden;position: relative; padding-left:21%;}
.datesline{height: 210px; width:21%; overflow:hidden; position:absolute; left:0px; top:150px;}
#dates {width: 100%;height: 370px;overflow: hidden; position:absolute; left:0px; top:0px;}
#dates li {height: 68px;line-height: 68px;font-size: 22px; font-weight:bold;text-align:center;}
#dates a i{ display:inline-block; vertical-align:middle; width:16px; height:16px; margin:0 16px;}
#dates .selected {color:#0756a3;}
#dates .selected i{ background:url(../images/dot.png); background-size:cover;}

#issues {height: 450px;overflow: hidden;}	
#issues li {height: 450px; list-style: none;}
#issues li .img{ width:69.5%; float:left;}
#issues li .img img{ display:block; width:100%; height:450px;}
#issues li .info{ width:30%; line-height:46px; float:left; padding-left:5%; font-size:20px;}
#issues li .info .tit{ padding:10% 0 8%; font-size:28px;}
#issues li .info .tit i{ display:block; width:98px; height:45px; border-bottom:1px solid #e0e0e0;}
#issues li .info .p{ height:190px; margin-bottom:24px; overflow:hidden; color:#999999; font-size: 16px;line-height: 27px;}
#issues li .info a.detail{ display:block; border:1px solid #999999; width:168px; line-height:54px; text-align:center; color:#999999;}
#issues li .info a:hover.detail{ border:1px solid #0756a3; background:#0756a3;color:#fff;}

#grad_top,
#grad_bottom {}
#grad_top {}
#grad_bottom {}
#next,
#prev {}
#next {}
#prev {}
#next.disabled,
#prev.disabled {opacity: 0.2;}

@media ( max-width:1440px){
.homebody{ background:url(../images/homebg2.jpg) center top no-repeat; overflow:hidden;}
}

@media ( max-width:1200px){
.homebody .auto{ width:auto; padding:0 10px;}
#timeline { padding-left:130px;}
.Homepro .tithead{line-height:30px;}
.Homepro .tithead h2{ font-size:24px;}
.Homepro .tithead p{font-size:14px;}
.datesline{ width:130px; height:185px;}
#dates li {height: 48px;line-height: 48px;font-size: 15px;}
#dates a i{ margin:0 2px; width:5px; height:5px;}
#issues li .info{line-height:36px;font-size:16px;}
#issues li .info .tit{font-size:24px;}
}
@media ( max-width:768px){
.Homepro .tithead{ position:static; text-align:center;}
#timeline {/*height: 316px; */padding-left:110px;}
.datesline{ top:-28px;/* height:316px;*/ width:110px;}
/*#issues {height: 316px;}
#issues li {height: 316px;}*/
#issues li .img{ width:auto; float:none; height:150px; overflow:hidden;}
#issues li .img img{ height:auto;}
#issues li .info{ width:auto; float:none; font-size:14px; line-height:24px;}
#issues li .info .tit{ padding:20px 0 10px; font-size:18px;}
#issues li .info .tit i{ height:15px;}
#issues li .info .p{ height:50px; margin-bottom:10px;}
#issues li .info a.detail{width:120px; line-height:34px;}
}

/*Floor002597 */
.Floor002597{ padding:1% 0;position:relative; z-index:1;}
.Floor002597 .auto{ position:relative; z-index:2;}
.Floor002597 .float{ z-index:5;position:absolute; left:-2%; color:#333; font-family:Arial, Helvetica, sans-serif; transform:rotate(90deg) translateY(-50%); top:50%;}
.Floor002597 .float::before{ display:inline-block; content:''; background:#333; width:68px; height:1px; vertical-align:text-bottom; margin-bottom:5px; margin-right:5px;}
@media(max-width:1200px){
.Floor002597 .float{ display:none;}
}

.Floor002597 .title{ text-align:center; font-size:36px; color:#333; padding-bottom:5%;}
.Floor002597 .title p{ margin:0; opacity:0.6; font-size:16px;}
.Floor002597 .title::after{ display:block; content:''; background:#00a2e9;margin:20px auto 0; height:4px; width:52px;}
@media(max-width:480px){
.Floor002597 .title{ font-size:24px;}
.Floor002597 .title p{font-size:14px;}
}

.Floor002597 .list-box .left{ float:left; width:59.5%; }
.Floor002597 .list-box .top{padding-bottom:40%; margin-bottom:0.5%;}
.Floor002597 .list-box .bottom{padding-bottom:39.5%;}
.Floor002597 .list-box .right{ float:right; width:40%;}
.Floor002597 .list-box dl{ position:relative; z-index:1;}
.Floor002597 .list-box dl dd{ position:absolute; left:0; overflow:hidden;}
.Floor002597 .list-box dd > *{ position:absolute; left:0;height:100%; width:100%; top:0;}
.Floor002597 .list-box dd a{ z-index:20;}
.Floor002597 .list-box dd .hover{ top:100%; transition:0.2s; z-index:10; background:rgba(0,162,233,0.9);}
.Floor002597 .list-box dd:hover .hover{ top:0;}
.Floor002597 .list-box dd .txt{ position:absolute; color:#fff;padding:3% 5%; left:0;bottom:0;}
.Floor002597 .list-box dd .txt p{ max-width:238px; opacity:0.9; line-height:20px; height:40px;}
.Floor002597 .list-box dd .txt h2{ font-weight:normal; font-size:24px; margin:0;padding-top:15px;}
.Floor002597 .dl_product_2 dd{ width:100%; height:49.156118%;}
.Floor002597 .dl_product_2 dd:nth-child(1){ top:0;}
.Floor002597 .dl_product_2 dd:nth-child(2){ bottom:0; height:50%;}
.Floor002597 .dl_product_1 dd{ top:0;}
.Floor002597 .dl_product_1 dd:nth-child(1){width:66.385%; height:49.064%;}
.Floor002597 .dl_product_1 dd:nth-child(3){ left:auto; right:0; width:33.053%; height:49.064%;}
.Floor002597 .dl_product_1 dd:nth-child(2){ top:auto; bottom:0; width:66.385%; height:49.896%;}
.Floor002597 .dl_product_1 dt{ position:absolute; right:0; bottom:0; width:33.053%; height:49.896%; text-align:center;}
.Floor002597 .dl_product_1 dt aside{ font-size:26px; color:#333; padding-bottom:10px;}
.Floor002597 .dl_product_1 dt a{ color:#a1a1a1;}
.Floor002597 .dl_product_1 dt a::after{ display:inline-block; content:''; background:url(../images/Floor002597_more.png) no-repeat; width:33px; height:7px; vertical-align:middle; margin-left:10px;}
.Floor002597 .dl_product_1 dt a:hover{ color:#00a2e9;}
.Floor002597 .list-box section{ position:relative;}

.Floor002597 .swiper-container {width: 100%;height: 100%;position:absolute;overflow: hidden;z-index: 1;}
.Floor002597 .swiper-container-android .swiper-slide,
.Floor002597 .swiper-wrapper {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.Floor002597 .swiper-wrapper,
.Floor002597 .swiper-slide {-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;}
.Floor002597 .swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-box-sizing: content-box;box-sizing: content-box;}
.Floor002597 .swiper-slide{-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;width: 100%;height: 100%;position: relative; background-size:cover;}
.Floor002597 .swiper-slide a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Floor002597 .swiper-slide .txt{ position:absolute; left:0; right:0; bottom:-100%; opacity:0; transition:1s 0.2s; padding:3% 10% 3% 5%; background:rgba(0,0,0,0.37); color:#fff;}
.Floor002597 .swiper-slide .txt > *{ margin:0;}
.Floor002597 .swiper-slide .txt h2{ font-size:22px; font-weight:normal;}
.Floor002597 .swiper-slide .txt p{ opacity:0.67;}
.Floor002597 .swiper-slide-active .txt{bottom:0; opacity:1;}
.Floor002597 .swiper-pagination{ position:absolute; z-index:10; right:5%; bottom:7%; width:auto;left:initial;}
.Floor002597 .swiper-pagination span{ float:left;width:5px; margin:0 5px; height:5px; border-radius:50%; background:#fff;}
.Floor002597 span.swiper-pagination-bullet-active{ background:#00a2e9;}

@media(max-width:1024px){
	.Floor002597 .swiper-slide .txt h2,.Floor002597 .list-box dd .txt h2{ font-size:18px;}
	.Floor002597 .list-box dd .hover{top: 0;}
}

@media(max-width:768px){
.Floor002597 .list-box .right,
.Floor002597 .list-box .left{ float:none; width:auto;}
.Floor002597 .list-box .top{ padding-bottom:67%;}
.Floor002597 .list-box .bottom{ padding-bottom:66.5%; margin-bottom:0.5%;}
.Floor002597 .dl_product_2{ padding-bottom:98% !important;}
.Floor002597 .swiper-slide .txt h2,.Floor002597 .list-box dd .txt h2{ font-size:18px;}
}
@media(max-width:640px){
	.Floor002597 .swiper-slide .txt h2,.Floor002597 .list-box dd .txt h2{ font-size:16px;}
}
@media(max-width:480px){
.Floor002597 .list-box dl.dl_product_1{ padding-bottom:0; overflow:hidden;}
.Floor002597 .list-box dl.dl_product_1 dd{ position:relative; height:auto; width:100%;}
.Floor002597 .list-box dl.dl_product_1 dd .Ispic{ padding-bottom:50%; position:relative; height:auto;}
.Floor002597 .list-box dl.dl_product_1 dd:nth-child(3){/*  float:left;*/width:50%;}
.Floor002597 .list-box dl.dl_product_1 dd:nth-child(3) .Ispic{ padding-bottom:100%; }
.Floor002597 .dl_product_1 dt{width:50%; height:32%;}
.Floor002597 .dl_product_1 dt aside{ font-size:20px;}
.Floor002597 .swiper-slide .txt{ padding-right:30%;}
.Floor002597 .swiper-slide .txt h2{ font-size:18px;}
}

/*
 .Bottom001138 
 */
.Bottom001138 .contact{ background-image:url(../images/boxbg.png); background-repeat: no-repeat; background-size: cover; background-position: center top; padding:7% 0;}
.Bottom001138 .contact .auto{ position:relative;}
.Bottom001138 .contact .auto a{ font-size:16px; line-height:42px; position:absolute; right:0; top:50%; z-index:10; margin-top:-21px; color:#fff; background: url(../images/Bottom001138-icon.png) no-repeat 30px center #a7a7a7; padding-left:59px; padding-right:28px;}
.Bottom001138 .contact .auto a:hover{ background-color:#0e79bf;}
.Bottom001138 .contact dl{max-width: 624px; min-width: 320px; margin: 0 auto;}
.Bottom001138 .contact dd{font-size:14px; font-size: 18px; color: #fff; line-height: 36px; margin-bottom: 20px;}
.Bottom001138 .contact dd:nth-child(1),.Bottom001138 .contact dd:nth-child(2){width:50%;float:left;}

.Bottom001138 .contact dd b{font-size: 30px; display: block; font-weight: normal;}
.Bottom001138 .contact dd:last-child{margin-bottom: 0;}

.Bottom001138 .bottom{ background:#2c373d; font-size: 14px; color:#d1d0d1;padding:3% 0;}
.Bottom001138 .bottom dl{ float:left; margin-right:2.5%;}
.Bottom001138 .bottom dl:nth-child(7){margin-right:0;}
.Bottom001138 .bottom dt{ font-size:16px; padding-bottom:10px; margin-bottom:15px; display:inline-block; position:relative;}
.Bottom001138 .bottom dt a{color:#fff; }
.Bottom001138 .bottom dt span{ display:none;}


.Bottom001138 .bottom dd{ line-height:30px;font-size:14px; }
.Bottom001138 .bottom dd a{color:#d1d0d1; opacity:0.6;}
.Bottom001138 .bottom dd a:hover{opacity:1;}
.Bottom001138 .bottom ul{ float:left; width:26%; border-right: 2px solid #334249; margin-right: 4%; overflow:hidden;}
.Bottom001138 .bottom ul li .info{margin: 10px 0px; font-size: 16px;}

.Bottom001138 footer{ background-color:#030303; color:#fff; font-size:14px; padding-top:1%; padding-bottom:2%;}
.Bottom001138 footer a{ color:#fff; text-decoration:underline;}
.Bottom001138 footer dl{ float:right;font-size:14px;}
.Bottom001138 footer dl a{ display:inline-block; position:relative; text-decoration:none; padding-left:9px; margin-left:9px;}
.Bottom001138 footer a:hover{ color:#fff;}
.Bottom001138 footer dl a::before{ position:absolute; content:''; width:1px; height:8px; left:0; top:50%; margin-top:-4px; background-color:#6583b8;}
.Bottom001138 footer dl a:first-child::before{ display:none; padding-left:0; margin-left:0;}
@media(min-width:901px){
.Bottom001138 .bottom dd{display:block !important;}
}
@media(max-width:900px){
.Bottom001138 .contact dd b{font-size: 20px;}
.Bottom001138 .bottom dl{ float:none; width:auto; margin-right: 0;}
.Bottom001138 .bottom dl dt a{ display:none;}
.Bottom001138 .bottom dl dt,
.Bottom001138 .bottom dl dt span{ display:block;}
.Bottom001138 .bottom dl dd{ display:none;}
.Bottom001138 .bottom dl dt span{ padding:5px 0; position:relative; cursor:pointer;}
.Bottom001138 .bottom dl dt span::before,
.Bottom001138 .bottom dl dt span::after{ position:absolute; content:''; top:50%; margin-top:-1px; width:14px; height:2px; background-color:#fff; right:0; }
.Bottom001138 .bottom dl dt span::after{ transform:rotate(90deg);}
.Bottom001138 .bottom dt::after{ width:10%;}
.Bottom001138 .bottom ul{ float:none; margin:0 auto; width:50%; max-width:250px;}
.Bottom001138 footer{text-align: center;}
.Bottom001138 footer dl{float: none;}
}
@media(max-width:480px){
.Bottom001138 .contact .auto a{ position:relative; display:block; width:151px; right:auto; margin:0 auto;}
.Bottom001138 .contact dl{ padding:2% 0;}
.Bottom001138 .bottom dl dt{ font-size:14px;}
.Bottom001138 .contact dd b{font-size: 20px;display: block; color: #fff;}
.Bottom001138 .contact dd b a{display: block; color: #fff !important; background: none !important; padding: 0 !important; margin: 0 !important;}
.Bottom001138 .contact dd{padding: 0 10px;}
}

/*
 .Banner002360 为demo编号
 */
 .Banner002360 { overflow: hidden;}
 .Banner002360 span{ display: none;background-size:cover;}
 .Banner002360 img{ max-width: none; width: 160%; margin-left: -30%;}
 @media only screen and (min-width: 768px) {
	 .Banner002360 img{ width: 150%; margin-left: -25%;}
 }
 @media only screen and (min-width: 1024px) {
	 .Banner002360 img{ width: 140%; margin-left: -20%;}
 }
 @media only screen and (min-width: 1200px) {
	 .Banner002360{ height: 382px;}
	 .Banner002360 img{ display: none;}
	 .Banner002360 span{ display: block; background-position: center; background-repeat: no-repeat; height: 382px; width: 100%;}
 }

 /*
 .Menu002252 为demo编号
 */
.Menu002252{padding:20px 0; text-align:center; overflow:hidden;background: #f7f7f7; border-bottom: #e9e9e9 1px solid;}
.Menu002252 a{display:inline-block;line-height:36px; border-radius:20px; margin: 0px 10px; font-size: 16px; background:#dedede; min-width:110px; padding: 0px 10px;}
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff; background-color:#008cd6;}

@media(max-width:1024px){
	.Menu002252 a{font-size: 14px; margin: 0 5px;}
 }

@media(max-width:768px){
	.Menu002252{padding:10px 0;}
	.Menu002252 a{ display:inline-block; line-height:30px; min-width:90px; overflow:hidden;}
}

@media(max-width:480px){
	.Menu002252 a{font-size: 13px; margin: 0 3px;}
}

/*PicList002149 */
.PicList002149{ padding-top:4%;}
.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:#fafafa; 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%;}
.PicList002149 ol h3 a{ color:#008cd6;}
.PicList002149 ol time{ display:block; padding:3% 0;}
.PicList002149 ol p{ margin:0 0 3% 0; height:78px;}
.PicList002149 ol span{ display:inline-block; width:130px; line-height:40px; text-align:center; color:#fff; background:#008cd6; font-size:12px;}

.PicList002149 li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fafafa;}
.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 a.more{ position:absolute; right:0; top:0;width:58px; height:100%; z-index:10;}

.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:30px;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: 10px 0px 10px 80px;}
	.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;}
}

/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:3% 0;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#0079c3; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px; background:url(../images/Page002046-a_prev.gif) no-repeat center center; overflow:hidden; line-height:1000px; height:38px;}
.Page002046 .Pages .a_next{ background-image:url(../images/Page002046-a_next.gif);}
@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 10px; line-height: 28px;}
.Page002046 .Pages .a_prev, .Page002046 .Pages .a_next{width: 36px; height: 28px; background-size: 15% 30%;}
}


/*
 .PicList001761 为demo编号
 */
 .PicList001761{padding-top: 4%; color:#008cd6;}
 .PicList001761 ul{margin-bottom: 1%;}
 .PicList001761 li{ float:left; width:32%; margin-right:2%; text-align:center;}
 .PicList001761 li:nth-child(3n){margin-right: 0;}
 .PicList001761 li figure{border:1px solid #e1e1e1; padding-bottom:75%; background-size:cover;}
 .PicList001761 li figure img{ display:none;}
 .PicList001761 li a{color:#333; display:block;}
 .PicList001761 li a:hover span{ background-color:#008cd6; color:#fff;}
 .PicList001761 li span{ line-height:30px; padding:5% 0; font-size:16px;}
 .PicList001761 li:last-child{ margin-right:0;}

@media(max-width:768px){
	.PicList001761 li span{font-size: 14px; padding: 5px 0px;}
}

@media(max-width:768px){
	.PicList001761 li{width: 48%; margin-right: 0;}
	.PicList001761 li:nth-child(2n){float: right;}
}

 @media(max-width:480px){
 .PicList001761 .categoryname{ font-size:18px;}
 .PicList001761 li,.PicList001761 li:nth-child(2n){ width:auto; float:none; margin-right:0; margin-bottom:2%;}
 }

/*
 .产品内页 为demo编号
 */
.chanpny{padding-top: 2%; color:#008cd6; padding-bottom: 2%;}
.chanpny .biat{text-align: center; color: #333; border-bottom: 1px solid #ccc; line-height: 40px; padding-bottom: 20px; font-size: 32px;}
.chanpny .xianq{margin: 0px auto;  padding-top: 10px;}
.chanpny .xianq .tuop{text-align:center;}
.chanpny .tuop > img{max-width: 100%;height: auto;display: block; margin: 0 auto;}
.chanpny .xianq >dd{text-align: center;  font-size: 20px; line-height: 50px; font-weight: 900;}
.chanpny h2{text-align:left ; color: #333; border-bottom: 1px dashed #ccc; line-height: 40px; padding-bottom: 10px; font-size: 26px;}
.chanpny p{text-align: left; line-height: 46px; font-size: 24px; color: #333; }
.chanpny ul{ margin: 0px auto; padding-left: 20px;}
.chanpny ul li{  font-size: 20px; line-height: 50px; font-weight: 900;}
.chanpny ul li span{display: block; background:url(../images/ted.png) no-repeat ;background-position:0px 10px; padding-left: 20px; line-height:36px;font-size: 16px; color: #333;  }

@media(max-width:1440px){
	.chanpny .biat{font-size: 28px;}
}

@media(max-width:1024px){
	.chanpny .biat{font-size: 25px;}
	.chanpny h2{font-size: 22px; line-height: 30px;}
	.chanpny p{font-size: 16px; line-height: 28px;}
}

@media(max-width:768px){
	.chanpny .biat{font-size: 20px;}
	.chanpny .xianq >dd,.chanpny h2,.chanpny ul li{font-size: 18px; line-height: 30px;}
}

@media(max-width:480px){
	.chanpny .biat{font-size: 18px;}
	.chanpny .xianq >dd, .chanpny h2, .chanpny ul li{font-size: 16px;}
	.chanpny p,.chanpny ul li span{font-size: 14px; line-height: 26px;}
 }

/*
 .案例内页 为demo编号
 */

.jdal{padding-top: 2%; color:#008cd6; padding-bottom: 2%;}
.jdal .biat{text-align: center; color: #333; border-bottom: 1px solid #ccc; line-height: 40px; padding-bottom: 20px; font-size: 32px;}
.jdal .xianq{padding-top: 10px;}
.jdal .xianq .tuop{text-align:center;}
.jdal .tuop > img{max-width: 100%;height: auto;display: block; margin: 0 auto;}
.jdal h2{text-align:left ; color: #333; border-bottom: 1px dashed #ccc; line-height: 40px; padding-bottom: 10px; font-size: 26px;}
.jdal p{text-align: left; line-height: 46px; font-size: 24px; color: #333; text-indent: 32px; }

@media(max-width:1024px){
	.jdal .biat{font-size: 24px; line-height: 30px;}
	.jdal h2{font-size: 20px;}
	.jdal p{font-size: 16px; line-height: 28px;}
}

@media(max-width:768px){
	.jdal .biat{font-size: 18px; padding-bottom: 10px;}
	.jdal h2{font-size: 16px;}
	.jdal p{font-size: 14px; line-height: 28px;}
}

 /*PicList002120 */
.PicList002120{ padding-top:4%;}
.PicList002120 li{ float:left; width:23.5%; margin-right:2%; margin-bottom:3%;}
.PicList002120 li a{ display:block;}
.PicList002120 li p{ margin:0;  line-height:46px; padding:0 2%; text-align:center; font-size:16px;}
.PicList002120 li .table{ display:none;}
.PicList002120 li figure{padding-bottom:77%; background-size:contain;}
@media(min-width:641px){
.PicList002120 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:640px){
.PicList002120 li{ width:48%; margin-right:4%;}
.PicList002120 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList002120 li p{ font-size:14px;}
}

/*
 .RighInfo001367 为demo编号
 */
 .RighInfo001367{ padding:2% 0;}
 .RighInfo001367 .name{ color:#fff; font-size:16px; padding:0 3%; line-height:50px; background-color:#eb4d42;}
 .RighInfo001367 .name time{ float:right;font-size:14px; margin-left:10px;}
 .RighInfo001367 .info{ padding:3%;}
 .RighInfo001367 .info_left{ float:left; width:48%;}
 .RighInfo001367 .info_right{ float:right; width:48%;}
 .RighInfo001367 .apply{ display:inline-block;background-color:#eb4d42; width:40%; max-width:151px; border-radius:3px; line-height:40px; font-size:16px; text-align:center; color:#fff;}
 @media(max-width:640px){
 .RighInfo001367 .info_left,
 .RighInfo001367 .info_right{ float:none; width:auto;}
 }
 @media(max-width:480px){
 .RighInfo001367 .name time{font-size:12px;}
 }
 
/*
 .Form001518 为demo编号
 */
.Form001518{ padding-top:3%;}
.Form001518 .title{ position:relative; color:#343434; font-size:34px; padding-bottom:5%; background:url(../images/Form001518_tit.png) no-repeat left center/contain; }
.Form001518 .title:before{ position:absolute; left:0; bottom:0; width:31px; height:2px; content:""; background:#343434; }

.Form001518 dl dt{ padding:3% 0; color:#f5a100; font-size:16px; }
.Form001518 dd li{ float:left;width:32%; margin-right:2%;margin-bottom:5px; position:relative;}
.Form001518 dd li:nth-child(3n){ margin-right:0;}
.Form001518 dd .text{border: 1px solid #dadada;line-height: 46px;height: 46px; width:100%; background:#fff; padding:0 10px; outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.Form001518 dd li label{ position:absolute; left:5px; top:0; line-height:46px; }
.Form001518 dd li .form_err{position:absolute; right:5px; top:50%; color:#f00; line-height:20px; margin-top: -10px;}

.Form001518 dd textarea.text{height:220px;}

.Form001518 .btn{ margin: 2% 0; cursor: pointer;border-radius: 5px;background: #005ca2;color: #fff; height: 37px;border: none; font-size:18px; width:40%; max-width:200px;}

@media(max-width:1024px){
	.Form001518 .title{font-size: 24px; padding-bottom: 3%;}
}

@media(max-width:768px){
	.Form001518 .title{font-size: 20px;}
	.Form001518 dd li{ float:none; width:auto; margin-right:0 !important;}
}

/*
 .RighInfo002275 为demo编号
 */
 .RighInfo002275 .p,.RighInfo002275 .h2,{}
 .RighInfo002275{padding: 8% 0}
 .RighInfo002275 .text{margin-bottom: 30px}
 .RighInfo002275 .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px;}
 .RighInfo002275 .text .title span{font-weight: 700;}
 .RighInfo002275 .text .p{font-size: 16px;color:#666;line-height: 38px; margin: 0; padding: 0;}
 .RighInfo002275 .map #map{height: 100%;}
 .RighInfo002275 .map img{max-width: none !important;}
 
@media screen and (min-width: 1024px) {
	 .RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
	 .RighInfo002275 .map{float: right;width: 50%;height: 320px;}
	 .RighInfo002275 .text{float: left;width: 45%;}
	 .RighInfo002275 .text .title{font-size: 36px;}
}
 
@media screen and (min-width: 1200px) {
	 .RighInfo002275{padding: 50px 0 70px}
	 .RighInfo002275 .text .title{margin-bottom: 75px; font-size: 52px;}
	 .RighInfo002275 .map{width: 700px;height: 430px; float: right;}
	 .RighInfo002275 .text{width: 40%;}
 }

 
@media (max-width: 768px) {
	.RighInfo002275 .text .title{font-size: 25px; margin: 3% 0; padding: 0;}
	.RighInfo002275 .text,.RighInfo002275 .map{width: 100%; float: none;}
	.RighInfo002275 .map{width: 100%;height: 300px;}
}

/*
 .PicList002451 为demo编号
 */
.PicList002451{ overflow: hidden; padding-bottom: 10px;}
.PicList002451 ul{ margin: 0 -5px;}
.PicList002451 li{ float: left; width: 50%;  padding: 10px 5px 0;}
.PicList002451 li .inner{ position: relative;}
.PicList002451 li .abshref{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; display: block; z-index: 5;}
.PicList002451 li .pic{ overflow: hidden;}
.PicList002451 li .pic img{ visibility: hidden;}
.PicList002451 li .pic a{ display: block; background-position: center; background-size: cover; background-repeat: no-repeat;
transition: transform .5s ease-in-out;
}
.PicList002451 li .word{ padding: 10px; background: #2d3734;transition: background-color .5s ease-in-out;}
.PicList002451 li .word h2{ margin: 0; font-weight: normal; font-size: 18px; color: #fff; padding-right: 30px; background: url(../images/PicList002451-icon.png) no-repeat right center ;}
.PicList002451 li:hover .pic a{ transform: scale(1.05);}
.PicList002451 li:hover .word{ background: #38806a;}
@media only screen and (min-width: 1024px) {
	.PicList002451 li{width: 33.3334%;}
	.PicList002451 li .word{ padding: 25px;}
}
@media only screen and (min-width: 1200px) {
	.PicList002451 li{width: 25%;}
}

.PicList002451 .js-load-more{ display: block; text-align: center; padding: 35px 0;}
.PicList002451 .js-load-more a{ color: #333; font-size: 16px; position: relative; line-height: 25px; padding-left: 30px;}
.PicList002451 .js-load-more a i{background: url(../images/PicList002451-loading.gif) no-repeat; width: 25px; height: 25px; background-size: cover; display: block; position: absolute; left: 0; top: 0;}

/*
 .RighInfo002450 为demo编号
 */
.RighInfo002450{ padding: 5% 0;}
.RighInfo002450 .auto{ position: relative; margin-left: 5%; margin-right: 5%;}
 @media only screen and (max-width: 1200px) {
 .RighInfo002450 .auto{ margin-left: 15px; margin-right: 15px;}	
 }
 .RighInfo002450 .wrap-container .tit{ color: #1a1002; font-size: 30px; margin: 0 0 4%; font-weight: normal;}
 @media (max-width:1024px ) {
	.RighInfo002450 .wrap-container .tit{font-size: 24px; text-align: center;}
 }

@media (max-width:768px ) {
	.RighInfo002450 .wrap-container .tit{font-size: 18px;}
}

 @media (max-width:767px ) {

}

.RighInfo002450 .wrap-container .img{ margin: 0 auto; display: block;}
.RighInfo002450 .wrap-container .word{ color: #1a1002; font-size: 14px; line-height: 24px; margin-top: 3%;}
 @media (min-width:767px ) {
	 .RighInfo002450 .wrap-container .img{ float: right; margin: 0 0 0 5%;}
	 .RighInfo002450 .wrap-container .word{ margin-top: 0;}
 }
 
.NewsDetail .titlee h3{font-size: 24px;line-height: 35px;color: #333333;text-align: center;}
.NewsDetail .titlee{padding: 30px 0px;border-bottom: 1px solid #a2a2a2;}
.NewsDetail .titlee .date{text-align: center;}
.NewsDetail .titlee .date p{display: inline-block;margin: 10px;}
.NewsDetail .titlee .date .share{vertical-align: middle;margin-left: 10px;margin-top: -2px; display: inline-block;}
/*.NewsDetail .cont p{padding: 3% 0; text-indent: 2em; line-height: 25px;}*/
.NewsDetail .cont{position: relative; height:auto !important; height:200px; min-height:200px;}
.NewsDetail .cont h2,.NewsDetail .cont p{margin:0;}
.ship{position: relative;margin-top: 20px; margin:0 auto;}
.ship .video { position: absolute; padding-left: 120px;
	
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 3;}
.ship video{display:block;margin:30px auto 20px;}


 /*TextList001851 */
.TextList001851{ padding:4% 0;}

@media(max-width:1024px){
	.NewsDetail .titlee h3{margin: 0; font-size: 22px;}
	.ship video{width: 100%;}
}

@media(max-width:768px){
	.NewsDetail .titlee h3{font-size: 18px; line-height: 28px;}
}

.TextList001851 section{ border:solid 1px #e7e7e7;}
.TextList001851 .list{ border-bottom:solid 1px #e7e7e7;}
.TextList001851 section .list:last-child{ border-bottom:0;}
.TextList001851 .list .dot{ font-weight:normal; margin:0;  padding:15px 45px 15px 15px; background:url(../images/TextList001851-close.jpg) no-repeat 98% center #f9f9f9; font-size:16px; cursor:pointer;}
.TextList001851 .list .dot#on{ background-image:url(../images/TextList001851-open.gif); background-color:#0b70e4; color:#fff;}
.TextList001851 .list .con{ display:none; padding:2%; }
.TextList001851 .apply a{display: inline-block;padding: 10px 30px;color: #fff;border-radius: 5px;background-color: #0b70e4;font-size: 16px;}

@media(max-width:640px){
	.TextList001851 .apply a{padding: 6px 20px;}
}

/*新增*/
/*RighInfo002218*/
.RighInfo002218{margin-top:30px;text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; min-height:246px; padding-bottom:5%;}
.RighInfo002218 .box1{padding:3% 1.5%;color:#728391;font-size:14px;line-height:30px;background:#f3f3f3;}
.RighInfo002218 .box1 .pic{float:right;margin-left:5%;}
.RighInfo002218 .box1 .h3{font-size:24px;color:#008cd6;margin:0 0 2% 0; font-weight:normal;}
.RighInfo002218 .box1 figure{ padding:3.5% 1% 0; color:#728391;font-size:14px;}
.RighInfo002218 .list{ padding-top:5%;text-align:center;}
.RighInfo002218 .list li{ display:inline-block;width:42%;}
.RighInfo002218 .list li+li{ padding-left:2%;}
.RighInfo002218 .list img{ float:left; margin-right:3%; max-width:98px;}
.RighInfo002218 .list figure{ padding-top:7%;}
.RighInfo002218 .list h2{text-align:left; font-weight:normal; color:#008cd6; font-size:18px; margin:0;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.RighInfo002218 .list p{font-size:14px; text-align:left; margin:10px 0 0; color:#728391;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}  
.RighInfo002218 .list figure{ padding:3% 0;}
.RighInfo002218 .list li{ width:100% !important; padding:0 !important; margin:2% 0;max-width:400px;}
}
/*RighInfo002218 End*/
/*RighInfo002542 */
.RighInfo002542 .intro{ position:relative; background:#f5f5f5;  overflow:hidden; width:100%;}
@media(min-width:1025px){
.RighInfo002542 .intro .Ispic{ position:absolute; left:0; top:0; height:100%; width:53%;}
.RighInfo002542 .intro:nth-child(2n) .Ispic{ width:47%; left:auto; right:0;}
.RighInfo002542 .intro .info_main{ padding:7% 5% 5% 59%;}
.RighInfo002542 .intro:nth-child(2n) .info_main{ padding-left:6%; padding-right:52%;}
}

.RighInfo002542 .title{ font-size:30px; color:#666;}
.RighInfo002542 .title span{ display:block; color:#000; font-family:"MS Serif", "New York", serif; font-size:35px;}
.RighInfo002542 .title::after{ width:50px; height:2px; background:#000; content:''; display:block; margin-top:20px;}
.RighInfo002542 .info_main .info{ padding-top:3%;font-size:14px;}
.RighInfo002542 .info_list{ max-width:1360px;}
.RighInfo002542 .info_list dl{ padding:4% 0;}
@media(min-width:481px){
.RighInfo002542 .info_list dd{ float:left; width:31.5%; margin-right:2.75%;}
.RighInfo002542 .info_list dd:nth-child(3n){ margin-right:0;}
.RighInfo002542 .info_list dd:nth-child(3n+1){ clear:left;}
}
.RighInfo002542 .info_list dd img{ display:block; width:100%;}
.RighInfo002542 .info_list dd p{ font-size:20px; color:#000;}
.RighInfo002542 .info_list dd p span{ font-size:16px; color:#999; font-family:"Courier New", Courier, monospace; text-transform:uppercase;}
.RighInfo002542 .info_list dd div{ line-height:26px;}
@media(max-width:1360px){
.RighInfo002542 .info_list{ padding:0 2%;}
}
@media(max-width:1024px){
.RighInfo002542 .intro .Ispic{ padding-bottom:50%;}
.RighInfo002542 .intro .info_main{ padding:5%;}
}
@media(max-width:640px){
.RighInfo002542 .title span{ font-size:20px;}
.RighInfo002542 .title{ font-size:24px;}
}
/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:6% 0 3%;}
.single-header{ text-align:center;}
.single-headers{margin-bottom:60px;}
.single-header h1{ color:#333; font-size:30px; margin:0 0 10px 0; font-weight:normal;position:relative;}
.single-header h3{color:#815122; font-size:16px; margin:0; font-weight:normal; position:relative;}
.single-header h1:after{content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px; position:absolute; top:50%; z-index:1; margin-top:0;}
.single-header h1 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:16px; line-height:24px; color:#666; padding-top:25px;text-align:center;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .single-content .no-textindent img.img1{width:100%;}
.RighInfo002228 .col2{ width:49%;float:left;}
.RighInfo002228 .fr{ float:right;}
.RighInfo002228 .col2+.col2{ margin-top:0;}

@media(max-width:1024px){
	.RighInfo002228 .auto{ padding:0 2%;}
	.single-header h1,.RighInfo002542 .title span{font-size: 24px;}
}
@media (max-width:768px){
	.RighInfo002218 .box1 .h3{text-align: center;}
	.RighInfo002218 .box1 .h3,.single-header h1,.RighInfo002542 .title span{font-size: 20px;}
	.RighInfo002218 .box1 figure{padding: 0 2%;}
}
@media (max-width:768px){
  .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:15px 0;} 
  
  
}
@media (max-width:480px){
  .single-header h1{font-size:20px;}
  .RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
}

@media screen and (max-width:1200px){
	.Floor001874{padding: 3% 0;}
}

