/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      background-color:#F4F5F6;
      text-align: center;
      overflow: hidden;
      -webkit-transition: opacity 400ms;
      -moz-transition: opacity 400ms;
      transition: opacity 400ms;
}

body, .main, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
  float: left;
}

body .header{
  color: #ecf0f1;
}

.main p {
  color: #343434;
  font-size: 16px;
  font-weight: 100;
}

.nav-top a {
  color: #ecf0f1;
}

/* ALL DEMO */
h1 {
  color: #000;
}

.main {
  /* margin-top: -260px; */
}

.menu, .header, .nav-top {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.main section.page1 {
  background: url(../images/part1_bg1.png) center top no-repeat #fff;
  background-size: cover;
}

.main section.page1 .main_container {
  /*width: 1200px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main section.page1 .logo {
  position: absolute;
  z-index: 12;
  top:0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #fff;
  text-align: left;
}

.main section.page1 .logo > div {
  display: inline-block;
  margin-left: 4%;
}

.main section.page1 .page_container {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -225px;
  margin-bottom: -100px;
  width: 450px;
  /* max-width: 450px; */
}

.main section.page1 .page_container h1.bg_part1_title {
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 42px;
    color: #fff;
    height: 150px;
    line-height: 150px;
  /*background: url(../images/part1_slogan.png) no-repeat;*/
}

.main section.page1 .page_container p{
  line-height: 160%;
  font-size: 18px;
  font-weight: 400;
  color: #ecf0f1;
  margin-top: 50px;
}

.main section.page1 .page_container p a{
  color: #ecf0f1;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  padding: 10px 80px;
  cursor: pointer;
}

.main section .bg2 {
  background: url(../images/part2_pic.png) 105% 60% no-repeat;
  background-size: 68%;
}
.main section .bg3 {
  background: url(../images/part3_pic.png) 4% 50% no-repeat;
  background-size: 51%;
}
.main section .bg4 {
  background: url(../images/part4_pic.png) 90% 60% no-repeat;
  background-size: 51%;
}
.main section .bg5 {
  background: url(../images/part5_pic.png) -8% 40% no-repeat;
  background-size: 56%;
}

.bg_part2_title {
	background: url(../images/part2_title.png) no-repeat;
	background-size: 100%;
}
.bg_part3_title {
	background: url(../images/part3_title.png) no-repeat;
	background-size: 100%;
}
.bg_part4_title {
	background: url(../images/part4_title.png) no-repeat;
	background-size: 100%;
}
.bg_part5_title {
	background: url(../images/part5_title.png) no-repeat;
	background-size: 100%;
}

.main section.page2 {
  background-color: #fff;
}

.main section.page2 .main_container {
  /*width: 1200px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

section.page4 .text_container .main_container{
  position: absolute;
  top: 150px;
  left: 100px;
}

section.page5 .text_container .main_container{
  position: absolute;
  top: 120px;
  left: 1180px;
}

.main section.page2 .page_container {
  position: absolute;
  top: 14%;
  left: 9%;
  /* max-width: 550px; */
}

.main section.page2 .page_container h1 {
  letter-spacing: -1px;
  font-weight: 100;
  font-size: 50px;
  color: black;
  margin-bottom: 10px;
  text-align: left;
}


.main section.page2 .page_container p{
  line-height: 160%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #343434;
}

body .header h1 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

body .nav-top span.right a {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

body.viewing-page-1 .header h1, body.viewing-page-1 .nav-top span.right a {
  color: #ecf0f1;
}

.main section.page3 {
  background-color: #fff;
}

.main section.page3 .main_container {
  /*width: 1200px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main section.page3 .page_container {
  position: absolute;
  top: 26%;
  right: 9%;
  /* max-width: 550px; */
}

.main section.page3 .page_container h1 {
  letter-spacing: -1px;
  font-weight: 100;
  font-size: 50px;
  margin-bottom: 10px;
}

.main section.page3 .page_container p{
  line-height: 160%;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  color: #343434;
}

.main section .bg_container {
	width: 100%;
	height: 100%;
  background-color: #F4F5F6;
  background-size: cover;
	position: absolute;
	z-index: 9;
}

.page2 .bg_container{
  background: #F4F5F6 url(../images/part2_bg.png) no-repeat top center;
}

.page3 .bg_container{
  background: #F4F5F6 url(../images/part3_bg.png) no-repeat top center;
}

.page4 .bg_container{
  background: #F4F5F6 url(../images/part4_bg.png) no-repeat top center;
}

.page5 .bg_container{
  background: #F4F5F6 url(../images/part5_bg.png) no-repeat top center;
}


.main section .text_container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	
}

.main section .header {
	position: absolute;
	z-index: 11;
	top: 0;
	text-align: center;
	width: 100%;
	height: 64px;
	line-height: 64px;
	background-color: #fff;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	-khtml-opacity: 0.3; 
	opacity: 0.3;
}

.main section .text_container .footer {
	position: absolute;
	z-index: 11;
    bottom: 0;
    text-align: center;
    padding: 16px;
	width: 100%;
	background-color: #2D2E30;
	color: #999;
	font-size: 14px;
}
.footer > div {
    position: relative;
    margin-bottom: 4px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.footer .icon-beian {
    position: relative;
    top: 4px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

.footer a:hover {
    color: #999;
}

#qrcode {
	position: absolute;
	z-index: 1;
	top: -33px;
	left: 99px;
	display: none;
	filter:alpha(opacity=70);  /*支持 IE 浏览器*/
	-moz-opacity:0.70; /*支持 FireFox 浏览器*/
	opacity:0.70;  /*支持 Chrome, Opera, Safari 等浏览器*/
}

.page6 .aboutContainer{
  width: 960px;
  height: 350px;
  margin: 60px auto;
  padding: 40px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.page6 .aboutHead{
  font-size: 36px;
}

.page6 .aboutContainer .aboutContent{
  line-height: 40px;

  text-align: left;
  text-indent: 40px;
  font-size: 20px;
  color: #333;
}

.page6 .tel{
  text-align: right;
  margin: 20px 0 0 0;
  font-size: 18px;
  color: #333;
}

.fadeInUp {
    animation: 1s fadeInUp forwards;
    -webkit-animation:.5s fadeInUp forwards; /* Safari 和 Chrome */
}
.fadeIn {
    animation: 1s fadeIn forwards;
    -webkit-animation:.5s fadeIn forwards;
}
@keyframes fadeInUp {
    0% {transform: translate(0, -50px)}
    to {
        transform: translate(0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp{
    0% {transform: translate(0, -50px)}
    to {
        transform: translate(0);
        opacity: 1
    }
}
@-moz-keyframes fadeInUp{
    0% {transform: translate(0, -50px)}
    to {
        transform: translate(0);
        opacity: 1
    }
}
@-ms-keyframes fadeInUp{
    0% {transform: translate(0, -50px)}
    to {
        transform: translate(0);
        opacity: 1
    }
}
@-o-keyframes fadeInUp{
    0% {transform: translate(0, -50px)}
    to {
        transform: translate(0);
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {transform: scale(.5)}
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn{
    0% {transform: scale(.5)}
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes fadeIn{
    0% {transform: scale(.5)}
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes fadeIn{
    0% {transform: scale(.5)}
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes fadeIn{
    0% {transform: scale(.5)}
    to {
        transform: scale(1);
        opacity: 1;
    }
}
