/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
i {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-size: 14px;
  font-family: "Microsoft YaHei", Tahoma, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, Simhei, sans-serif;
  color: #333;
  outline: 0;
}
/* function */
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-cb,
.f-cbli li {
  zoom: 1;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-pa {
  position: absolute;
}
.f-prz {
  position: relative;
  zoom: 1;
}
.f-oh {
  overflow: hidden;
}
.f-ff0 {
  font-family: arial, \5b8b\4f53;
}
.f-ff1 {
  font-family: "Microsoft YaHei";
}
.f-fs1 {
  font-size: 12px;
}
.f-fs2 {
  font-size: 14px;
}
.f-fwn {
  font-weight: normal;
}
.f-fwb {
  font-weight: bold;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-vam,
.f-vama * {
  vertical-align: middle;
}
.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}
.f-ti2 {
  text-indent: 2em;
}
.f-lhn {
  line-height: normal;
}
.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-csp {
  cursor: pointer;
}
.f-csd {
  cursor: default;
}
.f-csh {
  cursor: help;
}
.f-csm {
  cursor: move;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.f-ma {
  margin-left: auto;
  margin-right: auto;
}
html,
body {
  height: 100%;
}

.video-dialog-body,
.transition,
.person img,
.person .tag,
.tag span,
.tag i{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wrap{
  overflow: hidden;
  margin: 0 auto;
  min-width: 1000px;
}

.container{
  position: relative;
  height: 960px;
  min-width: 1000px;
  margin: 0 auto;
}

.logo{
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 20;
}

.top-nav{
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 20;
}

.home-link,
.download-link,
.share-link,
.share0,
.share1,
.share2,
.share3{
  background: url(../images/icon.png) no-repeat 0 9999px;
}

.home-link,
.download-link,
.share-link{
  display: inline-block;
  padding-left: 27px;
  margin-left: 32px;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
}

.home-link{
  background-position: 0 1px;
}

.home-link:hover{
  color: #aa8f33;
  background-position: 0 -29px;
}

.download-link{
  background-position: 0 -59px;
}

.download-link:hover{
  color: #aa8f33;
  background-position: 0 -89px;
}

.share-link{
  position: relative;
  background-position: 0 -118px;
}

.share-link:hover{
  color: #aa8f33;
  background-position: 0 -148px;
}

.share-link div{
  display: none;
  position: absolute;
  padding-top: 7px;
  top: 20px;
  left: 0;
  line-height: 30px;
}

.share-link:hover div{
    display: block;
}

.share-link:hover .share0,
.share-link:hover .share1,
.share-link:hover .share2,
.share-link:hover .share3{
  display: block;
  color: #282828;
  padding-left: 27px;
  -webkit-animation-name: nav;
  animation-name: nav;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.share0{
  background-position: 0 -203px;
}

.share0:hover{
  background-position: 0 -173px;
}

.share1{
  background-position: 0 -263px;
}

.share1:hover{
  background-position: 0 -233px;
}

.share2{
  background-position: 0 -323px;
}

.share2:hover{
  background-position: 0 -293px;
}

.share3{
  background-position: 0 -383px;
}

.share3:hover{
  background-position: 0 -353px;
}

.share-link:hover .share0:hover,
.share-link:hover .share1:hover,
.share-link:hover .share2:hover,
.share-link:hover .share3:hover{
  color: #91815b; 
}

.slogan{
  position: absolute;
  top: 580px;
  left: 50%;
  margin-left: -294px;
  width: 672px;
  height: 203px;
  background: url(../images/slogan.png) no-repeat 0 0;
  z-index: 10;
}

.persons{
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
}

.person{
  float: left;
  position: relative;
  display: block;
  width: 166px;
  height: 695px;
}

.tag{
  position: absolute;
  top: 355px;
  left: 26px;
  height: 114px;
  width: 114px;
  background: url(../images/tag.png) no-repeat 0 0;
  text-align: center;
}

.tag span, 
.tag s{
  display: inline-block;
  border-style: solid;
  border-width: 1px 0;
  border-color: #bcbcc0;
  color: #646370;
  line-height: 22px;
  font-size: 14px;
  font-style: normal;
}

.tag span{
  margin-top: 45px;
  opacity: 1;
  font-size: 18px;
  filter: alpha(opacity=100);
}

.tag i{
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

.person:hover .tag{
  margin-top: 30px;
}

.person:hover .tag span{
  opacity: 0;
  filter: alpha(opacity=0);
}

.person:hover .tag i{
  opacity: 1;
  filter: alpha(opacity=100);
}

.person:hover img{
  margin-top: -30px;
}

@-webkit-keyframes nav {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes nav {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.sub-page2,
.sub-page3,
.sub-page4,
.sub-page5,
.sub-page6{
  height: 950px;
}

.sub-page1{
  height: 948px;
}

.main{
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.bg{
  background: url(../images/bg.jpg) no-repeat center 0;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg1{
  height: 948px;
  background: url(../images/sub-bg1.jpg) no-repeat center 0;
}

.bg2{
  background: url(../images/sub-bg2.jpg) no-repeat center 0;
}

.bg3{
  background: url(../images/sub-bg3.jpg) no-repeat center 0;
}

.bg4{
  background: url(../images/sub-bg4.jpg) no-repeat center 0;
}

.bg5{
  background: url(../images/sub-bg5.jpg) no-repeat center 0;
}

.bg6{
  background: url(../images/sub-bg6.jpg) no-repeat center 0;
}

.sub-person{
  position: absolute;
  z-index: 10;
}

.sub-person img{
  display: block;
}

.sub-person:hover .sub-more{
  display: block;
}

.sub-page1 .sub-person{
  top: 135px;
  left: -23px;
}

.sub-page2 .sub-person{
  top: 55px;
  right: -171px;
}

.sub-page3 .sub-person{
  top: 130px;
  left: -277px;
}

.sub-page4 .sub-person{
  top: 96px;
  right: -209px;
}

.sub-page5 .sub-person{
  top: 126px;
  left: -35px;
}

.sub-page6 .sub-person{
  bottom: 0;
  right: -56px;
}

.sub-more{
  position: absolute;
  display: none;
  bottom: 160px;
  left: 50%;
  margin-left: -114px;
  width: 229px;
  height: 45px;
  font-size: 16px;
  color: #426896;
  background-color: #ffffff;
  opacity: .9;
  line-height: 44px;
  text-align: center;
}

.sub-images{
  display: none;
  position: relative;
  overflow: hidden;
  float: left;
  padding-top: 140px;
  height: 648px;
  width: 500px;
}

.sub-images img{
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 140px;
  display: block;
}

.sub-images.right img{
  margin-top: 150px;
}

.sub-images.right{
  float: right;
  padding-top: 150px;
}

.sub-images-nav{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.sub-images-nav a{
  display: inline-block;
  height: 10px;
  width: 40px;
  margin: 0 5px;
  background-color: #aa8f33;
}

.sub-images-nav .active{
  background-color: #ffffff;
}

.sub-info{
  position: relative;
  padding-top: 240px;
  width: 411px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  z-index: 11;
}

.sub-info.right{
  padding-top: 140px;
  float: right;
  color: #3b4b5f;
}

.sub-title{
  height: 47px;
  margin-top: 30px;
  margin-bottom: 13px;
  border-style: solid;
  border-width: 1px 0;
  font-size: 24px;
  line-height: 47px;
}

.sub-video{
  margin-top: 55px;
  cursor: pointer;
}

.s-main{
  color: #aa8f33;
}

.nav{
  position: fixed;
  top: 50%;
  right: 36px;
  height: 223px;
  padding-top: 20px;
  padding-right: 32px;
  width: 100px;
  margin-top: -122px;
  background: url(../images/nav.png) no-repeat right 0;
  text-align: right;
  z-index: 15;
}

.mark{
  position: absolute;
  top: 0;
  right: 2px;
  height: 23px;
  width: 23px;
  background: url(../images/nav.png) no-repeat 0 -247px;
}

.nav a{
  display: block;
  line-height: 29px;
  color: #91815b;
}

.nav .active{
  color: #bca63e;
}

.video-dialog{
  position: absolute;
  display: none;
  top: 20px;
  left: 20px;
  width: 960px; 
  height: 560px;
  z-index: 100;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dialog-close{
    position: absolute;
    display: block;
    right: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/close-small.png) no-repeat 0 0;
}

.video-dialog-body{
  position: relative;
  width: 960px;
  height: 560px;
  opacity: 0;
  background-color: #000;
  -webkit-transform:rotateX(90deg) translate3d(0,-500px , -200px);
  -moz-transform:rotateX(90deg) translate3d(0,-500px , -200px);
  -ms-transform:rotateX(90deg) translate3d(0,-500px , -200px);
  -o-transform:rotateX(90deg) translate3d(0,-500px , -200px);
  transform:rotateX(90deg) translate3d(0,-500px , -200px);
}

.video-dialog-body > div{
  width: 960px;
  height: 560px;
}

.rotate{
    opacity: 1;
    -webkit-transform:rotateX(0) translate3d(0 ,0 ,0);
    -moz-transform:rotateX(0) translate3d(0 ,0, 0);
    -ms-transform:rotateX(0) translate3d(0 ,0, 0);
    -o-transform:rotateX(0) translate3d(0 ,0, 0);
    transform:rotateX(0) translate3d(0 ,0, 0);
}

#mask,.m-mask{display:none;width:100%;height:100%;position:fixed;left:0px;top:0;filter:Alpha(opacity=80);background-color:#000;opacity:0.8; z-index: 99}

.ty-footer {
  width: 100%;
  padding: 20px 0;
  color: #666;
  font-size: 12px;
  background-color: #000;
}

.ty-footer a {
  color: #666666;
}
.ty-footer #NIE-copyRight-corp {
  width: 960px !important;
}