.index-page {
	min-width: 1200px;
}
.bx-wrapper .bx-viewport {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
}
.sec .container{
	position: relative;
	height: 100%;
}
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #ffffff;
	box-shadow: none;
        height:80px;
}
.navbar .navbar-header {
	background: transparent;
}
#navigation #nav{
	background: transparent;
	margin-left: 80px;
}
#navigation .navbar-nav>li {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 20px;
}
#navigation .navbar-nav>li>a {
	color: #fff;
	padding: 0 15px;
	border-radius: 4px;
}
#navigation .navbar-nav>li>a:hover{
	background: #18a4cc;
	color: #fff;
}
.sec{
	position: relative;
	width: 100%;
	min-width: 1170px;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.section-2{
	/*background-image: url(../img/index-bg2.jpg);*/
}
.section-3{
	background-image: url(../img/index-bg3.jpg);
}
.section-4{
	background-image: url(../img/index-bg4.jpg);
}
.section-5{
	background-image: url(../img/index-bg5.jpg);
}

/* banner */
#banner {
	width: 100%;
	overflow: hidden;
        padding-top:60px;
}
#banner li {
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
}
#banner .bx-wrapper {
	margin-bottom: 0;
}
#banner .bx-controls-direction a {
	top: 50%;
	display: block;
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -99em;
  -webkit-transition: -webkit-transform .5s ease;
          transition: transform .5s ease;
}
#banner .bx-controls-direction a.bx-prev{
  -webkit-transform: translate(-100px,0);
      -ms-transform: translate(-100px,0);
          transform: translate(-100px,0);
	background-image: url(../img/hp_banner_l.png);
}
#banner .bx-controls-direction a.bx-next{
	
  -webkit-transform: translate(100px,0);
      -ms-transform: translate(100px,0);
          transform: translate(100px,0);
	background-image: url(../img/hp_banner_r.png);
}
#banner:hover a.bx-prev,#banner:hover a.bx-next {
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
}
#banner .bx-pager {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	z-index: 2;
	text-align: center;
}
#banner .bx-pager a{
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc;
	opacity: .6;
	margin: 0 3px;
	display: inline-block;
	text-indent: -99em;
	overflow: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#banner .bx-pager a.active {
	background: #18a4cc;
	opacity: 1;
}
#banner .bxslider li div{
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	text-align: center;
}
#banner .bxslider li h2 {
	font-weight: bold;
	opacity: 0;
	color: #fff;
	font-size: 48px;
	margin-top: 0;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-transform: translate(0, -90%);
      -ms-transform: translate(0, -90%);
          transform: translate(0, -90%);
}
#banner .bxslider.enter li h2 {

  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
	opacity: 1;
}
#banner .bxslider li p {
	opacity: 0;
	color: #fff;
	font-size: 28px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
  -webkit-transition: all .9s ease .2s;
          transition: all .9s ease .2s;
  -webkit-transform: translate(0, 90%);
      -ms-transform: translate(0, 90%);
          transform: translate(0, 90%);
}
#banner .bxslider.enter li p {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
	opacity: 1;
}
.section-1 .banner-txt {
	width: 100%;
	position: relative;
}
.section-1 .about{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-1 .about li{
	line-height: 18px;
	color: #999;
	font-size: 12px;
	float: left;
}
.section-1 .about li:last-child{
	margin: 0;
}
.section-1 .about li h5{
	margin-top: 0;
	line-height: 32px;
	font-size: 24px;
	color: #18a4cc;
}
.section-1 .about li h5 img{
	vertical-align: top;
	margin-right: 15px;
}
.section-1 .about li p {
	margin-bottom: 0;
}
.section-1 .video-but{
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -100px;
	width: 200px;
	height: 40px;
	line-height: 22px;
	background: #fff;
	padding: 9px 15px;
	border-radius: 40px;
	text-align: center;
}
.section-1 .video-but a{
	color: #666;
}
.section-1 .video-but span{
	display: inline-block;
	margin-right: 10px;
	width: 42px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	background: #18a4cc;
	text-align: center;
	border-radius: 8px;
}
.section-1 .video-but span i{
	color: #fff;
	font-size: 20px;
}
.section-1 .section-1-arr-right,
.section-1 .section-1-arr-left{
	position: absolute;
	z-index: 99;
	width: 80px;
}
.section-1 .section-1-arr-right{
	bottom: 0;
	right: 0;
	width: 100px;
}
.section-1 .section-1-arr-left{
	top: -80px;
	left: 0;
}
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img{
	max-height: 700px;
}

/* ç¬¬äºŒå± */
.section-2 .left{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -120px;
	width: 305px;
	height: 240px;
}
.section-2 .left h3{
	margin: 0 0 10px;
	font-size: 40px;
	color: #fff;
}
.section-2 .left h6{
	margin: 0 0 25px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}
.section-2 .left p {
	line-height: 18px;
	font-size: 12px;
	color: #b4b3b2;
	margin-bottom: 25px;
}
.section-2 .left .btn{
	display: block;
	padding: 10px 0;
	width: 200px;
	color: #fff;
	font-size: 12px;
	border-color:#817f7d;
}
.section-2 .pro-mes a:hover{
	color: #14a0e6;
	border: #14a0e6 1px solid;
}
.section-2 .pro-slider{
	position: absolute;
	width: 1200px;
	height: 800px;
	left: 20%;
	top: 30%;
	margin: -250px 0 0 -450px;
	z-index: 9;
}
.section-2 .pro-slider .bxslider li img{
	opacity: .5;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.section-2 .pro-slider .bxslider li.bigger img{
	opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.bxslider-pro-name{
	position: absolute;
	top: 50%;
	margin-top: -150px;
	right: -10px;
	z-index: 5;
}
.bxslider-pro-name li{
	margin: 15px 0;
	line-height: 36px;
	height: 36px;
	cursor: pointer;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
	text-align: right;
}
.bxslider-pro-name li a{
	display: block;
	color: #999;
	font-size: 14px;
	padding-right: 40px;
	background: url(../img/index-s2-icon1.png) right center no-repeat;
}
.bxslider-pro-name li.active a,
.bxslider-pro-name li:hover a{
	color: #18a4cc;
	font-size: 24px;
	background: url(../img/index-s2-icon1-cur.png) right center no-repeat;
}
@keyframes rotate{
	0%{transform:rotate(0deg);}
	50%{opacity: 0.5;}
	100%{transform:rotate(-360deg);}
}
@-webkit-keyframes rotate{
	0%{ -webkit-transform:rotate(0deg);}
	50%{opacity: 0.2;}
	100%{-webkit-transform:rotate(-360deg);opacity: 1;}
}
.section-2 .earth.animate{
	-webkit-animation:rotate .5s linear 1;
		animation:rotate .5s linear 1;
}
.section-2 .bg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -200px;
}
.section-2 .bg .line,
.section-2 .bg .txt{
	position: absolute;
}
.section-2 .bg .line1{
	top: 12px;
	left: -40px;
}
.section-2 .bg .line2{
	bottom: 40px;
	left: -44px;
}
.section-2 .bg .line3{
	top: 46px;
	right: -23px;
}
.section-2 .bg .line4{
	bottom: 34px;
	right: -2px;
}
.section-2 .bg .txt {
	display: inline-block;
	width: 100px;
	font-size: 14px;
}
.section-2 .bg .txt1,
.section-2 .bg .txt2{
	text-align: right;
	padding-right: 10px;
	color: #fff;
}
.section-2 .bg .txt1{
	top: 6px;
	left: -139px;
}
.section-2 .bg .txt2{
	bottom: 33px;
	left: -143px;
}
.section-2 .bg .txt3,
.section-2 .bg .txt4{
	text-align: left;
	padding-left: 10px;
	color: #4a4845;
}
.section-2 .bg .txt3{
	top: 40px;
	right: -124px;
}
.section-2 .bg .txt4{
	bottom: 25px;
	right: -102px;
}
.bxslider-ps{
	position: absolute;
	top: 200px;
	left: 310px;
	z-index: 0;
	width: 690px;
	height: 401px;
	overflow: hidden;
	font-size: 14px;
}
.bxslider-ps li{
	opacity: 0;
}
.section-3 .left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -100px;
}
.section-3 .left h3{
	font-size: 40px;
	color: #18a4cc;
	margin: 0 0 10px;
}
.section-3 .left h6{
	margin: 0 0 25px;
	color: #333;
	font-size: 24px;
	line-height: 26px;
}
.section-3 .left p {
	width: 300px;
	color: #666;
	font-size: 12px;
	margin-bottom: 25px;
}
.section-3 .left .btn{
	display: block;
	padding: 10px 0;
	width: 200px;
	color: #fff;
	font-size: 12px;
}
.section-3 .bottom {
	position: absolute;
	left: 0;
	bottom: 60px;
	padding: 15px 0;
	z-index: 88
}
.section-3 .bottom span.line{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #18a4cc;
	width: 56px;
}
.section-3 .bottom li {
	line-height: 14px;
	float: left;
	margin-right: 20px;
}
.section-3 .bottom li a {
	display: inline-block;
	color: #666;
}
.section-3 .bottom li a.item-1.active{
	color: #18a4cc;
}
.section-3 .bottom li a.item {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-image: url(../img/index-s3-color.png);
}
.section-3 .bottom li a.item-2 {
	background-position: 0 0;
}
.section-3 .bottom li a.item-2:hover,
.section-3 .bottom li a.item-2.active{
	color: #2196f3;
}
.section-3 .bottom li a.item-3 {
	background-position: 0 -14px;
}
.section-3 .bottom li a.item-3:hover,
.section-3 .bottom li a.item-3.active{
	color:#ff5722;
}
.section-3 .bottom li a.item-4 {
	background-position: 0 -28px;
}
.section-3 .bottom li a.item-4:hover,
.section-3 .bottom li a.item-4.active{
	color: #e91e63;
}
.section-3 .bottom li a.item-5 {
	background-position: 0 -42px;
}
.section-3 .bottom li a.item-5:hover,
.section-3 .bottom li a.item-5.active{
	color:#8bc34a;
}
.section-3 .bottom li a.item-6 {
	background-position: 0 -56px;
}
.section-3 .bottom li a.item-6:hover,
.section-3 .bottom li a.item-6.active{
	color: #009688;
}
.section-3 .bottom li a.item-7 {
	background-position: 0 -70px;
}
.section-3 .bottom li a.item-7:hover,
.section-3 .bottom li a.item-7.active{
	color: #9c27b0;
}
.section-3 .map-box {
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -260px;
	width: 870px;
	height: 520px;
}
.section-3 .map-box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-3 .map-box .ind-bg {
	display: none;
}
.section-3 .map-box .ind-all {
	display: block;
}
.section-3 .map-box .colour-dot {
	z-index: 8;
}
.section-3 .map-box .colour-dot img {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing-function: ease-in-out;
		transition-property: opacity;
		transition-duration: .4s;
		transition-timing-function: ease-in-out;
}
.section-3 .map-box .colour-dot img:nth-child(1) {
	-webkit-transition-delay: .2s;
		transition-delay: .2s;
}
.section-3 .map-box .colour-dot img:nth-child(2) {
	-webkit-transition-delay: .4s;
		transition-delay: .4s;
}
.section-3 .map-box .colour-dot img:nth-child(3) {
	-webkit-transition-delay: .6s;
		transition-delay: .6s;
}
.section-3 .map-box .colour-dot img:nth-child(4) {
	-webkit-transition-delay: .8s;
		transition-delay: .8s;
}
.section-3 .map-box .colour-dot img:nth-child(5) {
	-webkit-transition-delay: 1s;
		transition-delay: 1s;
}
.section-3 .map-box .colour-dot img:nth-child(6) {
	-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
}
.section-3 .map-box .colour-dot img:nth-child(7) {
	-webkit-transition-delay: 1.4s;
		transition-delay: 1.4s;
}
.section-3 .map-box.enter .colour-dot img {
	visibility: visible;
	opacity: 1;
}
.section-3 .map-box .china-map {
	position: absolute;
	left: 222px;
	top: 186px;
	width: 162px;
	height:116px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.section-3 .china-tips{
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
	background: #fff;
	height: 28px;
	line-height: 28px;
	color: #18a4cc;
	padding: 0 10px;
	border-radius: 30px;
	font-size: 12px;
	z-index: 99;
	display: none;
}
.section-3 .map-box a.china-anhor{
	position: absolute;
	left: 220px;
	top: 200px;
	z-index: 9;
	display: block;
	width: 165px;
	height: 100px;
}
.section-3 .map-box a.china-anhor:hover + .china-map{

  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.section-3 .map-box .china-detail {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 19;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.section-3 .map-box .china-detail.open {
	opacity: 1;
	visibility: visible;
}
.section-3 .map-box .china-detail .china-detail-map {
	position: absolute;
	left: 285px;
	top: 245px;
	width:70px;
	height:50px;
}
.section-3 .map-box .china-detail button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #18a4cc;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}
.section-3 .map-box .china-detail button.close .icon {
  vertical-align: -1px;
  font-size: 24px;
}
.section-3 .map-box .china-detail .cn-list{
	position: absolute;
	right: 0;
	top: 60px;
	width: 345px;
}
.section-3 .map-box .china-detail .cn-list li {
	margin-bottom: 20px;
	opacity: 0;
	visibility: hidden;
}
.section-3 .map-box .china-detail.open .cn-list li{
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing-function: ease-in-out;
		transition-property: opacity;
		transition-duration: .4s;
		transition-timing-function: ease-in-out;
}
.section-3 .map-box .china-detail .cn-list li:nth-child(1) {
	-webkit-transition-delay: .2s;
		transition-delay: .2s;
}
.section-3 .map-box .china-detail .cn-list li:nth-child(2) {
	-webkit-transition-delay: .3s;
		transition-delay: .3s;
}
.section-3 .map-box .china-detail .cn-list li:nth-child(3) {
	-webkit-transition-delay: .4s;
		transition-delay: .4s;
}
.section-3 .map-box .china-detail .cn-list li:nth-child(4) {
	-webkit-transition-delay: .5s;
		transition-delay: .5s;
}
.section-3 .map-box .china-detail .cn-list li:nth-child(5) {
	-webkit-transition-delay: .6s;
		transition-delay: .6s;
}
.section-3 .map-box .china-detail .cn-list li:nth-child(6) {
	-webkit-transition-delay: .7s;
		transition-delay: .7s;
}
.section-3 .map-box .china-detail .cn-list .img-box {
	float: left;
	margin-right: 15px;
	width: 120px;
}
.section-3 .map-box .china-detail .cn-list h6 {
	line-height: 28px;
	color: #333;
	font-size: 14px;
	margin: 0;
}
.section-3 .map-box .china-detail .cn-list label {
	background: rgba(255,255,255,0.5);
	height: 20px;
	width: 60px;
	border-width: 1px;
	border-style: solid;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin: 0;
}
.section-3 .map-box .china-detail .cn-list label.cnl1 {
	color: #e91e63;
	border-color: #e91e63;
}
.section-3 .map-box .china-detail .cn-list label.cnl2 {
	color: #9c27b0;
	border-color: #9c27b0;
}
.section-3 .map-box .china-detail .cn-list label.cnl3 {
	color: #2196f3;
	border-color: #2196f3;
}
.section-3 .map-box .china-detail .cn-list label.cnl4 {
	color: #009688;
	border-color: #009688;
}
.section-3 .map-box .china-detail .cn-list label.cnl5 {
	color: #ff5722;
	border-color: #ff5722;
}
.section-3 .map-box .china-detail .cn-list label.cnl6 {
	color: #8bc34a;
	border-color: #8bc34a;
}
.section-3 .map-box .dot-case-bg {
	z-index: 9;
	display: none;
}
.section-3 .map-box .dot-case-bg.open {
	display: block;
}
.section-3 .map-box .dot {
	position: absolute;
	width: 48px;
	height: 48px;
	display: block;
	z-index: 10;
	cursor: pointer;
	background: url(../img/index-s3-dm.png) 0 0 no-repeat;
	background-size: 1440px 48px;
}
.section-3 .map-box .dot img {
	width: 16px;
	height: 16px;
	margin: 16px;
}
.section-3 .map-box .ind-all .dot.dot-1 {
	left: 121px;
	top: 185px;
}
.section-3 .map-box .ind-all .dot.dot-2 {
	left: 154px;
	top: 258px;
}
.section-3 .map-box .ind-all .dot.dot-3 {
	left: 296px;
	top: 287px;
}
.section-3 .map-box .ind-all .dot.dot-4 {
	left: 390px;
	top: 378px;
}
.section-3 .map-box .ind-all .dot.dot-5 {
	left: 630px;
	top: 200px;
}
.section-3 .map-box .ind-all .dot-case-1 {
	left: 165px;
	top: 60px;
}
.section-3 .map-box .ind-all .dot-case-2 {
	left: 200px;
	top: 195px;
}
.section-3 .map-box .ind-all .dot-case-3 {
	left: 340px;
	top: 168px;
}
.section-3 .map-box .ind-all .dot-case-4 {
	left: 435px;
	top: 265px;
}
.section-3 .map-box .ind-all .dot-case-5 {
	left: 395px;
	top: 100px;
}
.section-3 .map-box .dot-case {
	position: absolute;
	width: 220px;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	padding: 0 10px;
	background: #fff;
	z-index: 20;
	display: none;
}
.section-3 .map-box .dot-case h6 {
	margin: 0 -10px;
  	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	height: 41px;
	line-height: 20px;
	padding: 10px;
	font-size: 12px;
}
.section-3 .map-box .dot-case h6 span {
	color: #18a4cc;
}
.section-3 .map-box .dot-case .img-box {
	width: 100%;
	position: relative;
	margin-bottom: 8px;
}
.section-3 .map-box .dot-case .img-box span {
	display: block;
	padding: 5px;
	background: #18a4cc;
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.section-3 .map-box .dot-case h5 {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
}
.section-3 .map-box .dot-case p{
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
}
.section-3 .map-box .ind-bg-2 .dot {
	left: 320px;
	top: 232px;
}
.section-3 .map-box .ind-bg-2 .dot-case {
	left: 375px;
	top: 200px;
	display: block;
}
.section-3 .map-box .ind-bg-3 .dot {
	left: 300px;
	top: 266px;
}
.section-3 .map-box .ind-bg-3 .dot-case {
	left: 350px;
	top: 250px;
	display: block;
}
.section-3 .map-box .ind-bg-4 .dot {
	left: 298px;
	top: 223px;
}
.section-3 .map-box .ind-bg-4 .dot-case {
	left: 350px;
	top: 200px;
	display: block;
}
.section-3 .map-box .ind-bg-5 .dot {
	left: 300px;
	top: 266px;
}
.section-3 .map-box .ind-bg-5 .dot-case {
	left: 350px;
	top: 250px;
	display: block;
}
.section-3 .map-box .ind-bg-6 .dot {
	left: 303px;
	top: 262px;
}
.section-3 .map-box .ind-bg-6 .dot-case {
	left: 360px;
	top: 209px;
	display: block;
}
.section-3 .map-box .ind-bg-7 .dot {
	left: 298px;
	top: 223px;
}
.section-3 .map-box .ind-bg-7 .dot-case {
	left: 350px;
	top: 200px;
	display: block;
}

/* ç¬¬å››å± */
.section-4 h3{
	font-size: 48px;
	color: #005aab;
}
.section-4 .ps{
	margin-bottom: 0;
	color: #333;
	font-size: 32px;
}
.section-4 .his{
	margin-top: 45px;
}
.section-4 .his li{
	width: 270px;
	float: left;
}
.section-4 .his .time{
	display: block;
	color: #005aab;
	font-size: 32px;
	font-family: arial;
}
.section-4 .his .txt{
	margin-bottom: 0;
	padding-right: 30px;
	line-height: 20px;
	color: #666;
}
.section-4 .his .line{
	position: relative;
	margin: 25px 0;
	border-top: #dadfe5 1px solid;
}
.section-4 .his .line img{
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 1;
}
.section-4 .his-box{
	padding-bottom: 75px;
	width: 1170px;
}
.nicescroll-rails-hr {
    opacity: 1 !important;
    display: block !important;
}
.section-4 .middle {
	height: 360px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -180px;
}

/* ç¬¬äº”å± */
.section-5 .middle {
	height: 280px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -140px;
}
.section-5 h5{
	margin: 0 0 10px;
	font-size: 32px;
	color: #005aab;
}
.section-5 h3{
	margin: 0 0 15px;
	font-size: 48px;
	color: #333;
}
.section-5 .ps{
	margin-bottom: 35px;
	font-size: 18px;
	color: #999;
}
.section-5 .save-data .title span{
	padding: 0 3px;
	color: #ccc;
}
.section-5 .save-data .num{
	font-size: 48px;
	color: #18a4cc;
	font-family: arial;
}
.section-5 .save-data div:first-child .num{
	margin-right: 40px;
}
.section-5 .save-data .num .add{
	vertical-align: top;
	font-size: 24px;
}