/*重置样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  outline: none;
  font-family: Demit, '微软雅黑', "Microsoft YaHei";
  font-size: 12px;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: Demit, '微软雅黑', "Microsoft YaHei";
  font-weight: 500;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,
q:after {
  content: "";
}
button,
input,
select,
textarea {
  font-size: 100%;
}
legend {
  color: #000000;
}
small {
  font-size: 12px;
}
hr {
  border: none;
  height: 1px;
}
a {
  text-decoration: none;
  font-family: Demit, '微软雅黑', "Microsoft YaHei";
  font-weight: 500;
  color: #535150;
}
i,
em {
  font-style: normal;
}
html body {
  font-family: Demit, '微软雅黑', "Microsoft YaHei";
  font-weight: 500;
  color: #535150;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  position: relative;
  min-height: 100%;
  height: auto;
  background:#f6f7f7;
}
.clearBoth {
  clear: both;
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.to {
  overflow: hidden;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  height: 100% !important;
}
.toooo {
  overflow: hidden !important;
  height: 100% !important;
}
.t1::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #535150;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #535150;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #535150;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #535150;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.bg {
  background: #f6f7f7;
}
@font-face {
  font-family: Demio;
  src: url('../font/itcavantgardestd-xltcn.ttf');
  src: url('../font/itcavantgardestd-xltcn.eot?#iefix') format('embedded-opentype'), url('../font/itcavantgardestd-xltcn.woff') format('woff'), url('../font/itcavantgardestd-xltcn.ttf') format('truetype');
}
@font-face {
  font-family: Demit;
  src: url('../font/ITCAvantGardeStd-bk.ttf');
  src: url('../font/ITCAvantGardeStd-bk.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardeStd-bk.woff') format('woff'), url('../font/ITCAvantGardeStd-bk.ttf') format('truetype');
}
@font-face {
  font-family: Demi;
  src: url('../font/itcavantgardestd-md.ttf');
  src: url('../font/itcavantgardestd-md.eot?#iefix') format('embedded-opentype'), url('../font/itcavantgardestd-md.woff') format('woff'), url('../font/itcavantgardestd-md.ttf') format('truetype');
}



.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    float: none;
}

.load {
  width: 100%;
  height: 100%;
  position: relative;
}
.load video {
  position: fixed;
  right: 0px;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  /*加滤镜*/
  /*-webkit-filter: grayscale(100%);*/
  /*filter:grayscale(100%);*/
}
.load source {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.load .op {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.load .loi {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 62px;
  height: 70px;
}
.load .loi img {
  -webkit-animation: change 2s linear infinite;
  -moz-animation: change 2s linear infinite;
  animation: change 2s linear infinite;
}
.load .loi p {
  font-size: 12px;
  color: #535150;
  font-family: Demit;
}
.load .but {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 25px;
  display: block;
  border-radius: 5px;
  line-height: 25px;
  text-align: center;
  color: #535150;
  cursor: pointer;
  display: none;
}
.change {
  -webkit-animation-name: change;
  animation-name: change;
}
@-webkit-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes opa {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes opa {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.head {
  width:100%;
  height: 56px;
  line-height: 56px;
  position: relative;
  z-index: 999;
  margin:0 auto;
  padding-top: 20px;
}

.head .header{
  width:1155px;
  height: 56px;
  line-height: 56px;
  margin:0 auto;
}


.head .header .logo {
    width:auto;
    height:56px;
    display:inline-block;
    float:left;
    margin-left:30px;
}

.head .header .logo img{
    width:auto;
    height:56px;
    border:none;
}


.head .header .hr {
  width:auto;
  height:56px;
  float:right;
  margin-right:25px;
  font-size:14px;
  line-height:56px;
}
.head .header .hr a {
  font-size: 13px;
  color: #535150;
  margin-left: 10px;
  transition: all 0.6s ease-in-out 0s;
}


.head .header .hr a:nth-child(1) {
  border-right: 1px solid #535150;
  padding-right: 5px;
}

.down {
  width: 1155px;
  height:auto;
  margin: 0 auto;
  padding-bottom: 80px;
  margin-top:35px;
  overflow: hidden;
}
.down .black {
  float: left;
  width: 110px;
  height:auto;
  text-align: center;
}
.down .black .bfont {
  width: 59px;
    height: 26px;
    line-height: 26px;
    background: #ffe219;
    color: #535150;
    border-radius: 3px;
    margin: auto;
    display: inline-block;
    cursor: pointer;
}
.down .black .bfont i {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
.down .whole {
  width:1045px;
  height:auto;
  float:right;
}
.down .whole .wholeul {
  width:100%;
  height:auto;
}
.down .whole .wholeul li {
  width:auto;
  height:26px;
  display: inline-block;
  margin-right: 4px;
  float:left;
  line-height:26px;
}


.down .whole .wtitle {
  width:100%;
  height:auto;
}
.down .whole .wtitle h1 {
  width:100%;
  height:26px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height:26px;
  margin-bottom:40px;
  text-align:right;
}
.down .whole .wtitle h1 .wtitleb {
     width: auto;
    height: 26px;
    border-radius: 3px;
    vertical-align: middle;
    background: #ffe219;
    border: 0;
    line-height: 26px;
    cursor: pointer;
    font-size: 14px;
    color: #535150;
    display: inline-block;
    padding:0 15px;
}
.down .whole .wtitle h1 .wtitleb i {
  width: 14px;
  height: 13px;
  background: url(../images/down.png);
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 5px;
}

.down .whole .wtitle .empty{
  width:100%;
  height:150px;
  font-size:18px;
  line-height:1.5em;
  background:url(/images/empty.png) no-repeat center center;
  opacity:0.4;
}

.down .whole .folder {
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    overflow:hidden;
    font-size: 14px;
}
.down .whole .folder li {
    width: 119px;
    height: 165px;
    display: inline-block;
    margin-bottom: 70px;
    text-align: center;
    margin: 0 15px;
    float: left;
    position:relative;
}

.down .whole .folder li:hover p{
    color:#000;
}

.down .whole .folder li a{
  width:100%;
  height:auto;
  display: inline-block;
}

.down .whole .folder i {
  width:100px;
  height:100px;
  display: inline-block;
  font-size: 60px;
  vertical-align: middle;
  text-align:center;
  line-height:135px;
}


.down .whole .folder i.ion-ios-folder {
  color: #ffe219;
}

.down .whole .folder  i.ion-document-text {
  color: #a1a1a1;
}

.down .whole .folder img {
  width: 100px;
  height: 100px;
  border:none;
  margin:0 auto;
  padding:0;
}

.down .whole .folder .img {
  width: 100px;
  height: 100px;
  border:none;
  margin:0 auto;
  padding:0;
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center center;
}


.down .whole .folder li p{
  width:100%;
  height:auto;
  display:inline-block;
  font-size:12px;
  line-height:1.5em;
  padding:0;
  margin:0;
  position:absolute;
  top:105px;
  left:0;
  word-break:break-all;
}

.down .wsing {
  width: 100%;
  height:auto;
  padding:0;
  margin:0;
  overflow:hidden;
}
.down .wsing .wholeul {
  margin-top: 5px;
  margin-left: 140px;
}
.down .wsing .wholeul li {
  display: inline-block;
  margin-right: 4px;
}
.down .wsing .signh2 {
  width:100%;
  height:auto;
  font-size: 18px;
  text-align: center;
  margin-top: 45px;
  line-height:1.5em;
}
.down .wsing .sign {
  width: 275px;
  height: auto;
  margin:0 auto;
  margin-top: 25px;
}
.down .wsing .sign .ful {
  width:233px;
  height:20px;
  padding: 13px 20px;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  margin-bottom: 10px;
}



.down .wsing .sign .ful i {
  width:50px;
  height:20px;
  display: inline-block;
  border-right: 1px solid #a1a1a1;
  padding-right:10px;
  text-align: justify;
  text-align-last: justify;
  font-size:12px;
  line-height:20px;
  float:left;
}
.down .wsing .sign .ful input {
  width: 155px;
  height:20px;
  background: none;
  border: 0;
  float:right;
  font-size:14px;
  line-height:20px;
}
.down .wsing .sign .signb {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: #535150;
  font-size: 16px;
  color: #fff;
  text-align:center;
  line-height:48px;
  margin-top: 25px;
  cursor: pointer;
}

.down .wsing .sign .signb:hover {
  background: #000;
}

.down .wsing .sign h3 {
  width:100%;
  height:25px;
  text-align: right;
  line-height:25px;
  margin-top:5px;
}

.down .wsing .sign h3 a{
  line-height:25px;
  font-size:12px;
}

.down .wsing .sign h3 a:hover{
  color:#000;
}

.down .wsing .sign .ful2 {
  width:100%;
  height:48px;
}

.down .wsing .sign .ful2 img{
  width:95px;
  height:46px;
  float:right;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  cursor:pointer;
}

.down .wsing .sign .erw {
  width: 130px;
  float:left;
  margin:0;
}
.down .wsing .sign .erw input {
  width:55px;
}

.foot {
  width:100%;
  height:65px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}


.foot .footer{
  width:1155px;
  height:65px;
  margin:0 auto;
  border-top: 1px solid #a1a1a1;
}

.foot .footer p{
  width:auto;
  height:65px;
  display:inline-block;
  font-size:12px;
  line-height:65px;
}

.foot .footer p:nth-child(1) {
  float: left;
}
.foot .footer p:nth-child(2) {
  float: right;
}
@-moz-document url-prefix()    /*Firefox*/ {
  
}
@media (max-width: 1480px) {
  
}
@media (max-width: 1172px) {
  
}
