    html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #eee;
        /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }
   .copyright-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #0f1a2b;
    padding: 6px 0;
    z-index: 999;
    color: #6a6b6b;
	}
	.copyright{
		text-align: center;
	}


.slide1{
	background: url(../images/bg1.jpg) no-repeat center center;
	position:absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	top: 0;
	left: 0;
}
.slide2{
	background: url(../images/bg.jpg) no-repeat center center;
	position:absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	top: 0;
	left: 0;
}
.slide3{
	background: url(../images/bgg3.jpg) no-repeat center center;
	position:absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	top: 0;
	left: 0;
}
.slide4{
	background: url(../images/bgg4.jpg) no-repeat center center;
	position:absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	top: 0;
	left: 0;
}
.slide5{
	background: url(../images/bg5.jpg) no-repeat center top;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;	
}
.img-box1,.img-box2{
	color: #fff;
}
.img-box1{
	margin-left: 20%;
	color:#86d880;
}
.bor1,.bor3,.bor2,.bor4{
	width: 14%;
	float: left;
}
.bor2{
	font-size: 20px;
    position: absolute;
    z-index: 99999;
    top: 22%;
    width: 10%;
    left: 42%;
}
.bor1{
    border: 1px solid #68acdc;
    padding: 5px;
    font-size: 16px;
    color: #68acdc;
    font-weight: bold;
    border-radius: 2px;
    position: absolute;
    z-index: 99999;
    top: 25%;
    width: 10%;
    left: 32%;
}
.bor3{
    top: 25%;
    width: 10%;
    left: 52%;	
}
.bor4{
	width: 10%;
	top:22%;
	left: 62%;
}
.title{
	width: 100%;
}
.title .txth2{
	position: absolute;
    top: 15%;
    color: #d7d9dc;
    width: 30%;
    left: 35%;
    z-index: 999!important;
}
.title .relax{
    position: absolute;
    top: 43%;
    color: #fff;
    width: 30%;
    z-index: 999!important;
}
.txth2 {
    font-size: 40px;
    margin-top: 50px;
    text-shadow: 2px 3px 2px #000;
}
.one span {
	display: block;
    background: #d12e25;
    width: 24%;
    left: 46%;
    position: absolute;
    margin-left: -10%;
    padding: 10px;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 16px;
}
.img-box2{
    letter-spacing: 1px;
    font-size: 18px;
    left: 36%;
    border-bottom: 1px solid #eee;
    width: 30%;
    position: absolute;
    top: 37%;
}
.img-box2 p{
	border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}
.bb, .bb::before, .bb::after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }
        .bb {
          width: 200px;
          height: 200px;
          margin: auto;
          background: url("../images/bg2.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
          color: #69ca62;
          box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
        }
        .bb::before, .bb::after {
          content: '';
          z-index: 999;
          margin: -5%;
          box-shadow: inset 0 0 0 2px;
          animation: clipMe 8s linear infinite; }
        .bb::before {
          animation-delay: -4s;
        }
        .bb:hover::after, .bb:hover::before {
          background-color: #000;
          opacity: 0.4;
        }
         
        @keyframes clipMe {
          0%, 100% {
            clip: rect(0px, 220.0px, 2px, 0px);
          }
          25% {
            clip: rect(0px, 2px, 220.0px, 0px);
          }
          50% {
            clip: rect(218.0px, 220.0px, 220.0px, 0px);
          }
          75% {
            clip: rect(0px, 220.0px, 220.0px, 218.0px);
          }
        }  
.slibox{
	position: absolute;
	top:30%;
	border-left: 2px solid #eee;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	left: 60%;
	width: 44%;
	margin-left: -22%;
	color: #fff;
} 
.slibox p{
	margin-left: 3%;
}
/*首页动画*/
/*定义动画开始*/
@keyframes lefteaseinAnimate{
    0%{ transform: translateX(-2000px); opacity: 0;}   
    100%{ transform: translateX(0px); opacity: 1;}         
}
@keyframes bounce {
  0%{
    -webkit-transform: translateX(0);opacity: 0;
    -ms-transform: translateX(0);opacity: 0;
    transform: translateX(0);opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0);opacity: 0.5;
    -ms-transform: translateX(0);opacity: 0.5;
    transform: translateX(0);opacity: 0.5;
  }

  100% {
    -webkit-transform: translateX(0);opacity: 1;
    -ms-transform: translateX(0);opacity: 1;
    transform: translateX(0);opacity: 1;
  }
}
@keyframes tinUpIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateY(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateY(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
  }
}
  

/*定义动画结束*/
/*引入动画*/
.relax{
    animation: lefteaseinAnimate 1s ease 1;    
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    -ms-animation: lefteaseinAnimate 1s ease 1;
    -o-animation: lefteaseinAnimate 1s ease 1;
    -moz-animation: lefteaseinAnimate 1s ease 1;
    
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards;
}
.img-box2 {
    animation: bounce 2s ease 0s 1;    
    -webkit-animation: bounce 2s ease 0s 1;
    -ms-animation: bounce 2s ease 0s 1;
    -o-animation: bounce 2s ease 0s 1;
    -moz-animation: bounce 2s ease 0s 1;
}
.txth2 {
    animation: tinUpIn 2s ease 0s 1;  
    -webkit-animation: tinUpIn 2s ease 0s 1;
    -ms-animation: tinUpIn 2s ease 0s 1;
    -o-animation: tinUpIn 2s ease 0s 1;
    -moz-animation: tinUpIn 2s ease 0s 1;
}
.footnopad{
	padding: 6px 0!important;
}



