.preload { width:100%; height:100%; background:#fff url(/images/lightbox-ico-loading.gif) center no-repeat;}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  position: relative;
  overflow:hidden;
}
#home .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
#home video {
  position: fixed;
  top:0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.mainlogo { width:45%; height:auto; top:25%; left:10%; position:absolute;}
.mainlogo img { max-width:100%;}
.mainbar { width:30%; height:40%; position:absolute; left:55%; top:60%;}
.mainbar2 { width:20%; height:30%; position:fixed; left:80%; top:60%;}
.mainbar span,.mainbar2 span { display:block; width:40%; height:38%; text-align:center; cursor:pointer; float:left; white-space:nowrap; overflow:hidden;}
.mainbar span { font-size:18px; color:#fff; background:url(/images/op50_2.png); margin:0 10px 10px 0; }
.mainbar2 span { font-size:14px; color:#444; background:url(/images/op10.png); margin:0 6px 6px 0; }
.mainbar span:hover,.mainbar2 span:hover { background:#3496d8; color:#fff;}

.abbox,.whbox { width:100%; height:auto; background:#fff; padding-bottom:50px;}
.abbox h1,.yfbox h1,.tdbox h1 { height:30px; line-height:30px; padding-top:50px; font-size:28px; text-align:center; font-weight:normal;}
.abbox h2 { height:50px; line-height:30px; font-size:22px; text-align:center; font-weight:normal;}
.abc { width:1000px; height:auto; margin:0 auto; padding:30px 0; font-size:14px; line-height:30px;}
.abfw { width:1000px; height:auto; margin:0 auto; padding-top:20px; padding-bottom:10px;}
.abfw p { width:130px; height:70px; float:left;}
.abfw span,.abfw font { display:block; width:800px; padding-left:40px; border-left:1px dotted #999; float:left;}
.abfw span { font-size:16px; line-height:30px; font-weight:bold;}
.abfw font { line-height:24px; padding-bottom:10px;}
.yfbox { width:100%; height:auto; min-height:100%; background:url(/images/opw90.png);}
.yftb { margin:50px auto;}
.yftb td { padding:10px 0; width:50%;}
.yftb td.t1 { border-right:1px dotted #ccc;}
.yftb tr.y1 td { border-bottom:1px dotted #ccc; padding-top:0;}
.yfp { width:100px; height:100px; margin:0 auto; background:url(/images/op50.png); border-radius:50%; text-align:center; overflow:hidden;}
.yfp img { height:40px; margin-top:35px;}
.yftb span.t { display:block; height:35px; line-height:35px; font-size:18px; text-align:center; padding-top:10px;}
.yftb font.c { display:block; height:auto; padding:10px 30px; line-height:20px;}
.tdbox { width:100%; height:700px; background:#fff url(/images/sl.jpg) left bottom no-repeat;}
.tdc { height:auto; padding:130px 5% 0 50%; font-size:16px; line-height:38px;}
.tdcbtn { padding-left:50%; float:left; }
.whbox { background:#f2f2f2; padding-top:60px;}
.wht { width:1100px; height:15px; margin:0 auto 20px auto; border-bottom:1px solid #ddd;}
.wht h1 { width:210px; height:30px; line-height:30px; font-size:28px; text-align:center; font-weight:normal; background:#f2f2f2; position:absolute; left:50%; margin-left:-105px;}
.whc { width:800px; height:auto; padding-top:30px; text-align:center; margin:0 auto;}
.whcc { font-size:14px; line-height:24px; padding-bottom:20px;}
.whct { font-size:12px; height:24px; line-height:24px; color:#999; }
.whct2 { width:150px; height:40px; line-height:40px; border-top:1px solid #ddd; font-size:16px; text-align:center; margin:0 auto;}

@media screen and (max-width: 1440px) { 
	.tdc { padding-left:60%; font-size:12px;}
	.tdcbtn { padding-left:60%;}
}
