﻿@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑",Arial;
}
 
/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif, "微软雅黑";
	color: #f2f2f2;
}
 
 ul{ list-style:none;}
.section{
	text-align: center;
}
.imgfout{ margin:5px 0px ;}



.sectionhidden{ left:-9999; z-index:0; display:none;}
 
/* Menu
 * --------------------------------------- */
header {
	position: fixed;
	height: 74px;
	color: #ccc;
	z-index: 999;
}
header.fixed {
	height: 70px;
}
header .bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0px;
background: rgba(0, 0, 0, .5);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #50000000, endColorstr = #50000000)\9;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
header.fixed .bg {
	height: 70px;
}
header .logo {
	position: fixed;
	top: 20px;
	left: 50px;
	z-index:7777;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
header.fixed .logo {
	top: 14px;
	width:210px;
}
header.fixed .logo img {
display: block;
max-width:90%;
height: auto;}
#menu{  
	position:fixed;
	top:0;
	left:0;
	height:74px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	text-align: center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #FFF;
	z-index:80;
}
#menu li.active{
	color: #00dfb9;
}
#menu li a{
	text-decoration:none;
	color: #FFF;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li a:hover,
#menu li:hover{
	color: #fe8309;
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
	color: #fe8309;
}
/******  boday  *********/
 
.pp-section {
    height:100%;
    position:absolute;
    width:100%;
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}

.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.pp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.pp-slidesNav.bottom {
    bottom: 17px;
}
.pp-slidesNav.top {
    top: 17px;
}
 
 
/**********  banner **************/
.bview-container {
 /* position: relative;*/
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
  overflow:hidden;
}
.bview-pagi {
  position: absolute;
  z-index: 300;
  left: 50%;
  bottom: 9rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.bview-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
@media (max-width:991px)
{
  .bview-pagi__elem {
	   width: 1rem;
  height: 1rem;
  }
}
.bview-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
/* 50  */
.bview-pagi__elem.active:before, .bview-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.bview {
  z-index: 1;
  position: relative;
  height: 100%;
}
.bview.animatingg {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  will-change: transform;
}
.bview.animatingg .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  will-change: transform;
}

.slides {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* 0 */
 
/*left: -50%; */
.slides__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slides:nth-child(1) {
  left: 0;
}
.slides:nth-child(1) .slides__bg {
  left: 0;  
  background:url(../images/bg/wp1_1.jpg) 50% center;
}

.slides:nth-child(1) {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .slides:nth-child(1) {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.slides:nth-child(2) {
  left: 100%;
}
/*  left: -50%; */
.slides:nth-child(2) .slides__bg { 
  background:url(../images/bg/wp1_4.jpg) 50% center;
}



.slides:nth-child(2)  {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .slides:nth-child(1) {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slides:nth-child(3) {
  left: 200%;
}
/**left: -100%; */
.slides:nth-child(3) .slides__bg {
  
   background:url(../images/bg/wp1_4.jpg) 50% center;
}

/**640x1136px分 */
@media (max-width;640px) and (max-height:1136px)
{
 .slides:nth-child(1) .slides__bg {
  left: 0;  
  background:url(../images/bg/wp1_01.jpg) 50% center;
}
.slides:nth-child(2) .slides__bg { 
  background:url(../images/bg/wp1_4.jpg) 50% center;
}
/**left: -100%; */
.slides:nth-child(3) .slides__bg {
  
   background:url(../images/bg/wp1_4.jpg) 50% center;
}
}

.slides:nth-child(3) {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .slides:nth-child(3) {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.slides:nth-child(4) {
  left: 300%;
}
/* left: -150%; */
.slides:nth-child(4) .slides__bg {
  
   background:url(../images/bg/wp1_5.jpg) 50% center;
}
.slides:nth-child(4) {
  fill: #cbc6c3;
}
@media (max-width: 991px) {
  .slides:nth-child(3) {
    background-color: rgba(173, 197, 205, 0.8);
  }
}


.slides:nth-child(4) {
  left: 300%;
}
/* left: -150%; */
.slides:nth-child(4) .slides__bg {
  
   background:url(../images/bg/wp1_5.jpg) 50% center;
}
.slides:nth-child(4) {
  fill: #cbc6c3;
}


.slides:nth-child(5) {
  left: 400%;
}
/* left: -150%; */
.slides:nth-child(5) .slides__bg {
  
   background:url(../images/bg/banber_li4.jpg) 50% center;
}
.slides:nth-child(5) {
  fill: #cbc6c3;
}

.slides:nth-child(6) {
  left: 500%;
}
/* left: -150%; */
.slides:nth-child(6) .slides__bg {
  
   background:url(../images/bg/wp1_6.jpg) 50% center;
}
.slides:nth-child(6) {
  fill: #cbc6c3;
}

@media (max-width: 991px) {
  .slides:nth-child(4)  {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
/**640x1136px分 */
@media (max-width:640px) and (max-height:1136px)
{
 .slides:nth-child(1) .slides__bg {
  left: 0;  
  background:url(../images/bg/mini_t1.jpg) 50% center;
  background-size:100% 100%;  
}
.slides:nth-child(2) .slides__bg { 
  background:url(../images/bg/mini_t2.jpg) 50% center;
  background-size:100% 100%;  
}
/**left: -100%; */
.slides:nth-child(3) .slides__bg {
  
   background:url(../images/bg/mini_t3.jpg) 50% center;
     background-size:100% 100%; 
}
/* left: -150%; */
.slides:nth-child(4) .slides__bg {
  
   background:url(../images/bg/mini_t4.jpg) 50% center;
     background-size:100% 100%; 
}
.slides:nth-child(5) .slides__bg {
  
   background:url(../images/bg/banber_li4.jpg) 50% center;
     background-size:100% 100%; 
}
}

#section1 .innerBox {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 10;
}

#section1 .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 400px;
	position: relative;
    height: 20px;
    overflow:hidden
}

#section1 .innerBox .news span {
	float: left;
	margin: 1px 15px 0px 0px;
	color: #f53f3f;
	font-weight: bold;
}

#section1 .innerBox .news ul {
	float: left;
	height:20px; line-height:20px; 
	margin-left:60px;
	position:absolute;
}

#section1 .innerBox .news ul li a {
	color: #ddd;
}

#section1 .innerBox .news a.more {
	float: right;
	color: #f53f3f;
	margin-top: -3px;
	text-decoration: none;
	border-bottom: 1px dotted #f53f3f;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

#section1 .innerBox .news a.more:hover {
	color: White;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

#section1 .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px;
}

#section1 .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: White;
	cursor: pointer;
}

#section1 .innerBox .guide a.active {
	background: #00dfb9;
}

#section1 .innerBox a.movedown {
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(../images/bg/icons.png) no-repeat 0px -60px;
	cursor: pointer;
	z-index: 99;
}

#section1 .innerBox a.movedown:hover {
	background: url(../images/bg/icons.png) no-repeat 0px -112px;
}

