@charset "utf-8";
a,span,div,input,select,textarea{font-family:"微软雅黑"; color:#666666; font-size:14px; text-decoration:none; transition-duration:0.5s;}


.b1{height:60px; width:400px; padding:40px; background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff; position:absolute; top:60%; right:10%; -moz-border-radius: 10px; -webkit-border-radius:10px; border-radius: 10px;}
.b1 a{color:#333333;}
.b1 a span{font-size:24px; color:#333333;}



.b2{height:300px; width:300px; padding:40px; background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff; position:absolute; top:140px; left:10%; -moz-border-radius: 10px; -webkit-border-radius:10px; border-radius: 10px; z-index:99;}

.b2 .title{text-align:center;}
.b2 .title a{line-height:40px; color:#333333; font-size:24px;}
.b2 .title a span{font-size:14px; color:#333333;}

.b2 input[type="text"].one{width:100%; height:40px; background:url(../Images/sub1.png) no-repeat left #FFFFFF; outline:none; margin-top:20px; border:none; text-indent:40px; font-family:"微软雅黑"; color:#666666; line-height:40px;}
.b2 input[type="text"].two{width:100%; height:40px; background:url(../Images/sub2.png) no-repeat left #FFFFFF; outline:none; margin-top:20px; border:none; text-indent:40px; font-family:"微软雅黑"; color:#666666; line-height:40px;}
.b2 input[type="button"]{width:100%; height:40px; background:#51C305; outline:none; margin-top:20px; border:none; font-family:"微软雅黑"; color:#FFFFFF; cursor:pointer;}
.b2 input[type="button"]:hover{background:#45A107;}




body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}