html, body, .page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  overflow: hidden; 
}
input{
  outline: none;
}
.page {
  position: absolute;
}

input::-webkit-input-placeholder {
/*// chrome、safari私有属性*/
/*color: #ccc;*/
font-size:17px;
}
input::-moz-input-placeholder { 
/*// firefox浏览器私有属性*/
/*color: #ccc;*/
font-size:17px;
}
input::-ms-input-placeholder {
/*// IE浏览器私有属性*/
/*color: #ccc;*/
font-size:17px;
}


#p1 {
  left: 0;
}

#p2, #p3, #p4 {
  left: 200%;
}
#p3 { background: #f1f1f1; }
#p4 { background: #f3f3f3; }

#t2:target #p2,
#t3:target #p3,
#t4:target #p4{
  transform: translateX(-195%);
  -webkit-transform: translateX(-195%);
  -moz-transform: translateX(-195%);
  -o-transform: translateX(-195%);
  /*transition-delay: .2s !important;*/
}

#t2:target #p1, 
#t3:target #p1,
#t4:target #p1{
  background: black;
}

/*#t2:target #p1 .icon,
#t3:target #p1 .icon,
#t4:target #p1 .icon{
  -webkit-filter: blur(3px);
}*/

.icon {
  color: #fff;
  font-size: 35px;
  display: block;
}

ul .icon:hover {
  opacity: 0.5;
}

.page .icon .title {
  line-height: 2;
}

#t2:target ul .icon,
#t3:target ul .icon,
#t4:target ul .icon{
  transform: scale(.8);
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transition-delay: .25s;
}

#t2:target #dos,
#t3:target #tres,
#t4:target #cuatro{
  transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
}

.menu {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5%;
  padding: 150px 0 0 0;
  text-align: center;
  background-color: #08529c;
 }

#menu .icon {
  margin: 10px 0 0 0 ;
  transition: all .5s ease-out !important;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
}

a {
  text-decoration: none;
}

.title, .hint {
  display: block;
}

.title {
  font-size: 38px;
}

.hint {
  font-size: 13px;
}

#p4 .hint {
  display: inherit !important;
}

.hint a {
  color: yellow;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}

.hint a:hover {
  color: #FFF;
}

.line-trough {
  text-decoration: line-through;
}

.page .icon {
  padding-right: 5%;
  margin: auto;
  text-align: center;
  line-height: 1.3;
  transform: translateX(360%);
  -webkit-transform: translateX(360%);
  -moz-transform: translateX(360%);
  -o-transform: translateX(360%);
  transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
  -webkit-transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
  -moz-transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
  -o-transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
}

.page#p1 .icon {
  height: 220px;
}

.page#p1 .icon {
  transform: translateX(5%) !important;
}

#t2:target .page#p2 .icon,
#t3:target .page#p3 .icon,
#t4:target .page#p4 .icon {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  /*transition-delay: 1s;*/
}

.risk{
  text-align:center;
  width:225px;
  float:left;
}

.risk h1{
  width:100px;
  height:100px;
  border:solid 3px #ffffff;
  border-radius:50%;
  font:normal 25px/95px "微软雅黑";
  color: #ffffff;
  text-align:center;
  margin:0 auto;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
}

.risk h2{
  padding-top: 10px;
  font:normal 18px/15px "微软雅黑";
  color: #ffffff; text-align:center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
}

.risk:hover h1{
  border:solid 3px #3b7fe0;
  color:#3b7fe0;
}

.risk:hover h2{color:#3b7fe0;}

.register-l{
  width: 400px;
  margin: 0 auto;
  padding-bottom: 5px;
  color: black;
}

.advan-1{
  float: left;
  width: 90px;
  height: 90px;
  background: url(../images/advan01.png) 4px 3px no-repeat;
}
.advan-2{
  float: left;
  width: 90px;
  height: 90px;
  background: url(../images/advan02.png) 4px 3px no-repeat;
}
.advan-3{
  float: left;
  width: 90px;
  height: 90px;
  background: url(../images/advan03.png) 4px 3px no-repeat;
}.advan-4{
   float: left;
   width: 90px;
   height: 90px;
   background: url(../images/advan04.png) 4px 3px no-repeat;
 }

.advan-sum{
  padding-top: 5px;
  float: left;
  width: 285px;
  height: 100px;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.advan-title
{
  font-size: 16px;
  font-weight:bold;
}
.advan-content{
  float: left;
  font-size: 14px;
  padding-top: 11px;
}
.advan-p{
  margin:10px 0;
}
.down{
  float: right;
  width: 410px;
  height: 246px;
  border: none;
}
.advan{
  float: left;
  width: 580px;
}
.advan-cover{
  width: 570px;
  box-shadow: 0 3px 4px #e1e1e9;
  height: 200px;
  background-color: white;
}
.ques-btn{
  width: 180px;
  height: 41px;
  font-weight: 900;
  line-height: 41px;
  text-align: center;
  color: #f3091a;
  display: inline-block;
  border-radius: 4px;
  background: #f3a900;
  text-shadow: 2px 2px 2px #290b0bbf;
  box-shadow: 1px 4px 5px #0700008c;
  -moz-box-shadow:1px 4px 5px #0700008c;
  -webkit-box-shadow:1px 4px 5px #0700008c;
  font-size: 18px;
}
.ques-content{
  height: 512px;
  width: 100%;

}
.ques-second
{
  width: 330px;
  height:510px;
  float: left;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/*弹出框*/
.spinner {
  margin: 10px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #67CF22;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}
#BgDiv1{background-color:#000;
  position:absolute;
  z-index:9999;
  display:none;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity: 0.6;
  filter: alpha(opacity=60);}

.DialogDiv{position:absolute;z-index:99999;}
/*scroll*/
ol,ul {
  list-style:none;
  margin:0;
  padding:0;
}
.clear{clear:both;}
.clearfix:after{ content:"."; display:block; height:0; visibility:hidden; clear:both; }
.hide{ display:none;}
/*scroll*/
.myscroll {
  width: 200px;
  height: 30px;
  margin: 15px auto;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  border: none;
  float:right
}
.myscroll li { height: 30px; margin-left: 5px; list-style:none}
.myscroll a { color: red; text-decoration: none;}


a:hover, a:active { outline: none; }
label{
  display: inline;
  cursor: pointer;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.label_check input, .label_radio input  { margin-right: 5px; }

/*文档下载*/
.pointer {
  cursor: pointer; }
/*常见问题常用模板*/
.ba-section4 {
  width: 100%;
  height: 240px; }

.ba-section4 .section-right .content-box {
  width: 402px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  height: 200px;
  box-shadow: 0 3px 4px #e1e1e9; }
.ba-section4 .section-right .content-box li {
  width: 200px;
  height: 100px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left; }
.ba-section4 .section-right .content-box li .empty-con {
  height: 8px; }
.ba-section4 .section-right .content-box li.list-style {
  height: 233px; }
.ba-section4 .section-right .content-box li .ico {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: block;
  background: url(../images/section4-ico.png) no-repeat; }
.ba-section4 .section-right .content-box li .msg {
  font-size: 18px;
  text-align: center;
  padding-top: 8px;
  color: #262626; }
.ba-section4 .section-right .content-box .content2 {
  width: 200px;
  height: 100px;
  background: #ff5442; }
.ba-section4 .section-right .content-box .content2 .empty-con {
  height: 38px; }
.ba-section4 .section-right .content-box .content2 .msg {
  color: #fff;
}
.ba-section4 .section-right .content-box .content2 .ico {
  background-position: -50px 0; }
.ba-section4 .section-right .content-box .content2 .download-btn {
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color:#ff5442;
  display: inline-block;
  border-radius: 4px;
  background: #fff8f8;
  font-size: 16px; }
.ba-section4 .section-right .content-box .list2 .content1 .ico {
  background-position: left -50px; }
.ba-section4 .section-right .content-box .list2 .content2 .ico {
  background-position: -50px -50px; }
.ba-section4 .section-right .content-box .list3 .content1 .ico {
  background-position: left -100px; }
.ba-section4 .section-right .content-box .list3 .content2 .ico {
  background-position: -50px -100px; }
.ba-section4 .section-right .content-box .list4 .content1 .ico {
  background-position: left -150px; }
.ba-section4 .section-right .content-box .list4 .content2 .ico {
  background-position: -50px -150px; }
.text-center{
  padding-top: 20px;
}
input::-webkit-input-placeholder{
  color: rgb(166, 166, 166);
}
input::-moz-placeholder{
  color: rgb(166, 166, 166);
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: rgb(166, 166, 166);
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color: rgb(166, 166, 166);
}



/* 在线咨询*/
.consult-icon{ position: fixed; bottom: 126px; right: 0; width: 56px; height: 22px;
border: solid 1px #eee; border-bottom: none; z-index: 99; background:#fff url("../images/icon11.png") no-repeat center 8px; padding-top: 35px; font-size: 12px; color: #666; text-align: center; display: none; }
.consult{ width: 132px; height: 483px; position: fixed; right: 0; bottom: 50%; margin-bottom: -240px; background: url("../images/bg-consult.png") no-repeat; text-align: center; z-index: 8;}
.consult-close{ width: 24px; height: 24px; display: block; position: absolute; top: -3px; right:-1px; }
.consult-img{ padding:15px 0;}
.consult-text li{margin-top: 10px;}
.consult-text li a{ display: inline-block; width: 113px; height: 31px; line-height: 31px; background: url("../images/bg-consultcon.png") no-repeat; font-size: 12px ;color: #000000;}
.consult-text li a:hover{ background: url("../images/bg-consultconhover.png") no-repeat;}
.consult-tel{ padding-top: 20px; color: #000000; font-size: 14px; line-height: 24px;}
.consult-tel span{ font-weight: bold; font-size: 16px;}
.back-top{
font-weight:bold;
font-size: 16px;
line-height: 45px;
padding-top: 10px; color: #ffffff;
}
