body {
  background: #f5f5f5; }

/*report*/
.header {
  position: relative; }

img.banner {
  width: 100%;
  display: block; }

img.banner-m {
  display: none; }

img.logo {
  width: 290px;
  position: absolute;
  top: 4%;
  right: 4%; }

img.txt-logo {
  width: 540px;
  position: absolute;
  left: 50%;
  margin-left: -270px;
  top: 20%; }

.locate {
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 58%; }
  .locate img.l-icon {
    margin-right: 8px; }

.video-btn {
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 72%;
  cursor: pointer; }
  .video-btn img.v-icon {
    width: 42px;
    vertical-align: middle;
    margin-right: 8px; }

ul.info-list {
  width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  top: 82%;
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/ }
  ul.info-list li {
    float: left;
    position: relative;
    text-align: center;
    margin: 0 32px;
    font-size: 20px;
    color: #fff; }
    ul.info-list li img {
      display: block;
      margin: 0 auto 16px; }
    ul.info-list li::after {
      content: '';
      width: 2px;
      height: 24px;
      background: #fff;
      position: absolute;
      bottom: 0;
      right: -14%; }
    ul.info-list li:last-child::after {
      display: none; }

.nav {
  height: 88px; }

.nav-box {
  width: 100%;
  height: 88px;
  line-height: 88px;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(6, 0, 1, 0.1);
  z-index: 2222;
  position: absolute; }
  .nav-box .nav-inner {
    width: 1366px;
    height: 100%;
    margin: 0 auto; }
    .nav-box .nav-inner img.logo-r {
      vertical-align: top;
      display: inline-block;
      margin-top: 28px;
      width: 200px; }
    .nav-box .nav-inner a.returnTld {
      display: block;
      float: right;
      line-height: normal;
      position: relative; }
      .nav-box .nav-inner a.returnTld img.tldLogo {
        width: 160px;
        margin-top: 11px;
        vertical-align: top;
        /* &::after{
           content: '';
           background: url("../images/return.png") no-repeat;
           background-size: 100% 100%;
           width: 20px;
           height: 20px;
           position: absolute;
           top: 50%;
           margin-top: -10px;
           right: 10px;
         }*/ }
      .nav-box .nav-inner a.returnTld img.return {
        width: 24px;
        position: absolute;
        right: -20px;
        bottom: -4px; }
    .nav-box .nav-inner a.returnTld-m {
      display: none; }
    .nav-box .nav-inner ul.tab-nav {
      display: inline-block;
      margin-left: 66px; }
      .nav-box .nav-inner ul.tab-nav li {
        float: left;
        width: 180px;
        text-align: center;
        height: 100%;
        cursor: pointer;
        font-size: 24px; }
        .nav-box .nav-inner ul.tab-nav li a {
          display: block;
          color: #000; }
        .nav-box .nav-inner ul.tab-nav li.active {
          background: #cb000b; }
          .nav-box .nav-inner ul.tab-nav li.active a {
            color: #fff; }
    .nav-box .nav-inner img.logo-m {
      display: none; }
    .nav-box .nav-inner .menu {
      display: none; }

.navFix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.footer {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #000;
  text-align: center; }
  .footer p {
    color: #fff;
    font-size: 14px; }
  .footer img.copyright {
    display: none; }

.report-section, .pdf-section {
  background: #fff; }
  .report-section .content, .pdf-section .content {
    padding: 80px 0; }

.photo-section .content {
  padding: 80px 0; }
  .photo-section .content .gallery {
    margin-top: 70px; }

.content {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 0; }
  .content .title {
    font-size: 46px;
    color: #cb000b;
    text-align: center;
    position: relative; }
    .content .title::after {
      content: '';
      width: 60px;
      height: 4px;
      background: #cb000b;
      position: absolute;
      left: 50%;
      margin-left: -30px;
      bottom: -36%; }
  .content ul.report-list {
    width: 100%;
    /*  display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;*/
    margin-top: 88px;
    overflow: hidden; }
    .content ul.report-list li {
      float: left;
      width: 404px;
      background: #fff;
      overflow: hidden;
      margin: 20px 14px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
      .content ul.report-list li .pic {
        width: 100%; }
        .content ul.report-list li .pic img {
          width: 100%; }
      .content ul.report-list li .info {
        width: 100%;
        box-sizing: border-box;
        padding: 6px 18px 10px;
        overflow: hidden; }
        .content ul.report-list li .info .name {
          font-size: 20px;
          height: 88px;
          overflow: hidden;
          border-bottom: 1px solid #e2e2e2;
          font-weight: bold;
          line-height: 1.3; }
        .content ul.report-list li .info .other {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 15px 0 0; }
          .content ul.report-list li .info .other .tag {
            color: #cb000b;
            font-size: 18px; }
          .content ul.report-list li .info .other .more {
            font-size: 16px;
            border: 1px solid #000;
            padding: 8px 18px;
            color: #000;
            display: inline-block; }
  .content .readMore {
    display: block;
    width: 240px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    margin: 100px auto 0;
    border: 1px solid #000;
    cursor: pointer; }
  .content .seeAll {
    display: block;
    width: 240px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    margin: 60px auto 0;
    border: 1px solid #000;
    cursor: pointer; }

/*photo*/
.gallery-tab {
  overflow: hidden;
  margin-top: 70px;
  margin-left: 10px; }
  .gallery-tab a {
    float: left;
    display: block;
    text-align: center;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 18px; }
    .gallery-tab a:hover, .gallery-tab a.cur {
      background: #cb000b;
      color: #fff; }

.gallery {
  width: 100%;
  margin-top: 30px; }
  .gallery .gallery01, .gallery .gallery02 {
    overflow: hidden; }
    .gallery .gallery01 a, .gallery .gallery02 a {
      display: block;
      float: left;
      width: 240px;
      height: 163px;
      overflow: hidden;
      margin: 10px; }
      .gallery .gallery01 a img, .gallery .gallery02 a img {
        width: 100%; }

/*pdf*/
ul.pdf-list {
  width: 100%;
  margin-top: 88px; }
  ul.pdf-list li {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    box-sizing: border-box;
    padding: 17px 50px;
    position: relative;
    display: table;
    /* p{
       width: 82%;
       height: 100%;
       display: table-cell;
       vertical-align: middle;
       //overflow: hidden;
       //text-overflow: ellipsis;
       //white-space: nowrap;
       line-height: 1.4;
     }*/ }
    ul.pdf-list li .txt {
      width: 82%;
      height: 100%;
      float: left; }
      ul.pdf-list li .txt h2 {
        font-size: 20px;
        line-height: 1.5; }
      ul.pdf-list li .txt p {
        font-size: 16px;
        margin-top: 8px;
        line-height: 1.4; }
    ul.pdf-list li:first-child {
      margin-top: 0; }
    ul.pdf-list li .download-btn {
      font-size: 16px;
      border: 1px solid #000;
      padding: 8px 58px;
      color: #000;
      float: right;
      display: inline-block;
      margin-top: 16px;
      cursor: pointer; }

.download-filter {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000000; }
  .download-filter .download-inner {
    width: 550px;
    height: 740px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -275px;
    top: 50%;
    margin-top: -370px;
    padding: 40px 50px;
    text-align: center;
    overflow: visible;
    border: 2px solid #cb000b; }
    .download-filter .download-inner img.download-close {
      width: 84px;
      position: absolute;
      right: -7%;
      top: -5%;
      cursor: pointer; }
    .download-filter .download-inner .title {
      font-size: 36px;
      position: relative;
      color: #cb000b; }
      .download-filter .download-inner .title::after {
        content: '';
        width: 56px;
        height: 3px;
        background: #cb000b;
        position: absolute;
        left: 50%;
        margin-left: -28px;
        bottom: -24%; }
    .download-filter .download-inner .download-con {
      width: 100%;
      margin: 40px auto 0; }
      .download-filter .download-inner .download-con ul.reg-form {
        width: 100%; }
        .download-filter .download-inner .download-con ul.reg-form li {
          width: 100%;
          height: 48px;
          line-height: 48px;
          /* font-size: 26px; */
          position: relative;
          margin: 0 0 20px 0; }
          .download-filter .download-inner .download-con ul.reg-form li .form-txt {
            width: 100%;
            height: 100%;
            position: relative;
            box-sizing: border-box; }
          .download-filter .download-inner .download-con ul.reg-form li input.text {
            width: 100%;
            height: 100%;
            font-size: 18px;
            background: #f5f5f5;
            padding: 0 0 0 12px;
            border: none;
            outline: none;
            color: #000000;
            box-sizing: border-box;
            font-weight: bold;
            -webkit-appearance: none; }
      .download-filter .download-inner .download-con .download-submit {
        width: 200px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        background: #cb000b;
        font-size: 22px;
        cursor: pointer;
        outline: none;
        border: none;
        color: #fff;
        margin-top: 36px; }

.Validform_checktip {
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: 5px;
  bottom: -20px;
  font-size: 16px;
  color: #d7000f; }

#Validform_msg {
  display: none !important; }

/*more*/
.more-inner {
  width: 100%;
  position: relative;
  margin-top: 60px; }
  .more-inner img.more-bg {
    display: block;
    width: 100%; }
  .more-inner img.more-bg-m {
    display: none; }
  .more-inner .more-btn {
    font-size: 24px;
    color: #d7000f;
    background: #fff;
    display: block;
    width: 246px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -123px;
    top: 70%;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 50px; }

.video-filter {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5); }

.video-inner {
  width: 960px;
  height: 540px;
  background: url("../images/video-bg.jpg");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  top: 50%;
  margin-top: -270px; }

.video-js {
  width: 100%;
  height: 100%; }

img.video-close {
  position: absolute;
  right: 5%;
  top: 5%; }

.rebox-contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.rebox-contents .rebox-content {
  max-width: 80%;
  max-height: 80%; }

@media (max-width: 1600px) {
  img.logo {
    width: 240px; }

  img.txt-logo {
    width: 440px;
    margin-left: -220px;
    top: 20%; }

  .locate {
    top: 58%;
    font-size: 20px; }
    .locate img.l-icon {
      width: 36px; }

  .video-btn {
    font-size: 24px; }
    .video-btn img.v-icon {
      width: 38px; }

  ul.info-list {
    width: 820px;
    margin-left: -430px; }
    ul.info-list li {
      font-size: 18px;
      margin: 0 28px; }
      ul.info-list li img {
        height: 36px; }
      ul.info-list li::after {
        height: 22px;
        right: -14%; }

  .nav {
    height: 70px; }

  .nav-box {
    height: 70px;
    line-height: 70px; }
    .nav-box .nav-inner {
      width: 1160px; }
      .nav-box .nav-inner img.logo-r {
        width: 160px;
        margin-top: 22px; }
      .nav-box .nav-inner ul.tab-nav {
        margin-left: 50px; }
        .nav-box .nav-inner ul.tab-nav li {
          width: 158px;
          font-size: 22px; }
      .nav-box .nav-inner a.returnTld img.tldLogo {
        width: 130px;
        margin-top: 9px; }
      .nav-box .nav-inner a.returnTld img.return {
        width: 22px;
        position: absolute;
        right: -19px;
        bottom: -2px; }

  .content {
    width: 1100px;
    padding: 80px 0; }
    .content .title {
      font-size: 44px; }
      .content .title::after {
        height: 4px; }
    .content ul.report-list {
      margin-top: 74px; }
      .content ul.report-list li {
        width: 330px;
        margin: 18px; }
        .content ul.report-list li .info {
          padding: 6px 14px 10px; }
          .content ul.report-list li .info .name {
            font-size: 17px;
            height: 74px; }
          .content ul.report-list li .info .other {
            padding: 12px 0 0; }
            .content ul.report-list li .info .other .tag {
              font-size: 15px; }
            .content ul.report-list li .info .other .more {
              font-size: 14px;
              padding: 6px 16px; }
    .content .readMore {
      margin: 70px auto 0; }
    .content .seeAll {
      margin: 50px auto 0; }

  .footer {
    height: 50px;
    line-height: 50px; }

  /*photo*/
  .gallery-tab a {
    width: 126px;
    height: 44px;
    line-height: 44px;
    font-size: 16px; }

  .gallery .gallery01 a, .gallery .gallery02 a {
    width: 200px;
    height: 134px; }

  /*pdf*/
  ul.pdf-list {
    margin-top: 74px; }
    ul.pdf-list li {
      height: 94px;
      font-size: 22px;
      padding: 20px 40px; }
      ul.pdf-list li .txt h2 {
        font-size: 18px; }
      ul.pdf-list li .download-btn {
        right: 40px;
        padding: 8px 54px;
        margin-top: 10px; }

  /*more*/
  .more-inner .more-btn {
    font-size: 22px;
    width: 228px;
    height: 58px;
    line-height: 58px;
    margin-left: -114px; } }
@media (max-width: 1440px) {
  .download-filter .download-inner {
    width: 500px;
    height: 600px;
    margin-left: -250px;
    margin-top: -300px;
    padding: 28px 50px; }
    .download-filter .download-inner .download-con {
      margin: 34px auto 0; }
      .download-filter .download-inner .download-con ul.reg-form li {
        height: 36px;
        line-height: 36px;
        margin: 0 0 20px 0; }
        .download-filter .download-inner .download-con ul.reg-form li input.text {
          padding: 0 0 0 12px;
          font-size: 15px; }
      .download-filter .download-inner .download-con .download-submit {
        width: 180px;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
        margin-top: 26px; }
    .download-filter .download-inner img.download-close {
      width: 74px; }

  .Validform_checktip {
    font-size: 14px; } }
@media (max-width: 1200px) {
  img.logo {
    width: 180px; }

  img.txt-logo {
    width: 380px;
    margin-left: -190px; }

  .locate {
    font-size: 16px; }
    .locate img.l-icon {
      width: 28px; }

  .video-btn {
    font-size: 20px; }
    .video-btn img.v-icon {
      width: 30px; }

  ul.info-list {
    width: 700px;
    margin-left: -376px; }
    ul.info-list li {
      font-size: 16px;
      margin: 0 22px; }
      ul.info-list li img {
        height: 30px;
        margin: 0 auto 12px; }
      ul.info-list li::after {
        height: 20px;
        right: -11%; }

  .nav {
    height: 58px; }

  .nav-box {
    height: 58px;
    line-height: 58px; }
    .nav-box .nav-inner {
      width: 940px; }
      .nav-box .nav-inner img.logo-r {
        width: 134px;
        margin-top: 18px; }
      .nav-box .nav-inner ul.tab-nav li {
        width: 122px;
        font-size: 18px; }
      .nav-box .nav-inner a.returnTld img.tldLogo {
        width: 110px;
        margin-top: 8px; }
      .nav-box .nav-inner a.returnTld img.return {
        width: 20px;
        position: absolute;
        right: -18px;
        bottom: -3px; }

  .content {
    width: 900px;
    padding: 68px 0; }
    .content .title {
      font-size: 36px; }
      .content .title::after {
        height: 3px; }
    .content ul.report-list {
      margin-top: 60px; }
      .content ul.report-list li {
        width: 280px;
        margin: 16px 10px; }
        .content ul.report-list li .info {
          padding: 6px 12px 10px; }
          .content ul.report-list li .info .name {
            font-size: 15px;
            height: 66px; }
          .content ul.report-list li .info .other .tag {
            font-size: 14px; }
          .content ul.report-list li .info .other .more {
            font-size: 13px;
            padding: 6px 12px; }
    .content .readMore, .content .seeAll {
      width: 188px;
      height: 44px;
      line-height: 44px;
      margin: 52px auto 0; }

  .report-section .content, .pdf-section .content, .photo-section .content {
    padding: 60px 0; }

  .footer {
    height: 40px;
    line-height: 40px; }
    .footer p {
      font-size: 12px; }

  /*photo*/
  .gallery-tab a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px; }

  .gallery {
    margin-top: 20px; }
    .gallery .gallery01 a, .gallery .gallery02 a {
      width: 168px;
      height: 112px;
      margin: 6px; }

  .photo-section .content .gallery {
    margin-top: 56px; }

  /*pdf*/
  ul.pdf-list {
    margin-top: 60px; }
    ul.pdf-list li {
      height: 84px;
      font-size: 18px;
      padding: 17px 30px; }
      ul.pdf-list li .txt {
        width: 80%; }
        ul.pdf-list li .txt h2 {
          font-size: 16px; }
        ul.pdf-list li .txt p {
          font-size: 14px; }
      ul.pdf-list li .download-btn {
        right: 30px;
        padding: 6px 46px;
        font-size: 14px; }

  /*more*/
  .more-inner .more-btn {
    font-size: 18px;
    width: 186px;
    height: 50px;
    line-height: 50px;
    margin-left: -93px; } }
@media (max-width: 1000px) {
  img.logo {
    width: 160px; }

  img.txt-logo {
    width: 320px;
    margin-left: -160px; }

  .locate {
    font-size: 14px; }
    .locate img.l-icon {
      width: 24px; }

  .video-btn {
    font-size: 18px;
    top: 70%; }
    .video-btn img.v-icon {
      width: 28px; }

  ul.info-list {
    width: 600px;
    margin-left: -318px;
    top: 80%; }
    ul.info-list li {
      font-size: 14px;
      margin: 0 17px; }
      ul.info-list li img {
        height: 26px; }
      ul.info-list li::after {
        height: 16px;
        right: -10%; }

  .nav {
    height: 50px; }

  .nav-box {
    height: 50px;
    line-height: 50px; }
    .nav-box .nav-inner {
      width: 780px; }
      .nav-box .nav-inner img.logo-r {
        width: 118px;
        margin-top: 16px; }
      .nav-box .nav-inner ul.tab-nav {
        margin-left: 38px; }
        .nav-box .nav-inner ul.tab-nav li {
          width: 100px;
          font-size: 16px; }
      .nav-box .nav-inner a.returnTld img.tldLogo {
        width: 100px;
        margin-top: 6px; }
      .nav-box .nav-inner a.returnTld img.return {
        width: 18px;
        position: absolute;
        right: -16px;
        bottom: -2px; }

  .content {
    width: 750px;
    padding: 50px 0; }
    .content .title {
      font-size: 32px; }
      .content .title::after {
        height: 2px;
        width: 56px;
        margin-left: -28px; }
    .content ul.report-list {
      margin-top: 50px; }
      .content ul.report-list li {
        width: 230px;
        margin: 12px 10px; }
        .content ul.report-list li .info {
          padding: 6px 12px 10px; }
          .content ul.report-list li .info .name {
            font-size: 14px;
            height: 66px; }
          .content ul.report-list li .info .other .tag {
            font-size: 14px; }
          .content ul.report-list li .info .other .more {
            font-size: 13px;
            padding: 6px 12px; }
    .content .readMore, .content .seeAll {
      width: 150px;
      height: 40px;
      line-height: 40px;
      margin: 44px auto 0; }

  .report-section .content, .pdf-section .content, .photo-section .content {
    padding: 50px 0; }

  .footer {
    height: 34px;
    line-height: 34px; }

  /*photo*/
  .gallery-tab a {
    width: 98px;
    height: 36px;
    line-height: 36px;
    font-size: 13px; }

  .gallery {
    margin-top: 14px; }
    .gallery .gallery01 a, .gallery .gallery02 a {
      width: 142px;
      height: 95px;
      margin: 4px; }

  /*pdf*/
  ul.pdf-list {
    margin-top: 50px; }
    ul.pdf-list li {
      height: 74px;
      font-size: 15px;
      padding: 15px 20px; }
      ul.pdf-list li .txt h2 {
        font-size: 15px; }
      ul.pdf-list li .txt p {
        font-size: 13px; }
      ul.pdf-list li .download-btn {
        right: 20px;
        padding: 6px 30px;
        font-size: 13px; }

  /*more*/
  .more-inner .more-btn {
    font-size: 16px;
    width: 142px;
    height: 40px;
    line-height: 40px;
    margin-left: -71px; } }
@media screen and (max-width: 750px) {
  img.banner {
    display: none; }

  img.banner-m {
    width: 100%;
    display: block; }

  img.logo {
    display: none; }

  img.txt-logo {
    width: 5.4rem;
    margin-left: -2.7rem; }

  .locate {
    font-size: 0.26rem;
    top: 40%; }
    .locate img.l-icon {
      width: 0.34rem;
      margin-right: 0.1rem; }

  .video-btn {
    font-size: 0.32rem;
    top: 50%; }
    .video-btn img.v-icon {
      width: 0.4rem; }

  ul.info-list {
    width: 80%;
    margin-left: -40%;
    top: 60%; }
    ul.info-list li {
      width: 100%;
      font-size: 0.26rem;
      margin: 0.2rem 0; }
      ul.info-list li img {
        height: 0.42rem;
        vertical-align: middle;
        margin: 0 auto 0.2rem; }
      ul.info-list li::after {
        display: none; }

  .nav {
    height: auto; }

  .nav-box {
    height: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    .nav-box .nav-inner {
      width: 90%; }
      .nav-box .nav-inner img.logo-r {
        display: none; }
      .nav-box .nav-inner img.logo-m {
        display: inline-block;
        width: 2.8rem;
        margin-top: 0.25rem; }
      .nav-box .nav-inner .menu {
        display: inline-block;
        float: right;
        width: 0.34rem;
        height: 0.34rem;
        margin-top: 0.32rem; }
        .nav-box .nav-inner .menu.menu-open {
          background: url("../images/menu-icon.png") no-repeat;
          background-size: 100% 100%; }
        .nav-box .nav-inner .menu.menu-close {
          background: url("../images/close-icon.png") no-repeat;
          background-size: 100% 100%; }
      .nav-box .nav-inner ul.tab-nav {
        display: none;
        width: 100%;
        height: -webkit-calc(100% - 1rem);
        height: calc(100% - 1rem);
        position: fixed;
        top: 1rem;
        left: 0;
        background: #fff;
        z-index: 99;
        box-shadow: inset 0px 0px 8px 0px rgba(6, 0, 1, 0.1);
        box-sizing: border-box;
        padding: 1.2rem 2rem 0;
        margin-left: 0; }
        .nav-box .nav-inner ul.tab-nav li {
          width: 100%;
          height: 1rem;
          font-size: 0.32rem;
          margin-bottom: 0.6rem; }
        .nav-box .nav-inner ul.tab-nav a.returnTld-m {
          display: block;
          position: absolute;
          bottom: 6%;
          left: 50%;
          margin-left: -1rem; }
          .nav-box .nav-inner ul.tab-nav a.returnTld-m img.tldLogo {
            width: 2rem;
            position: relative; }
          .nav-box .nav-inner ul.tab-nav a.returnTld-m img.return {
            width: 0.36rem;
            position: absolute;
            right: -14%;
            bottom: 25%; }
      .nav-box .nav-inner a.returnTld {
        display: none; }

  .content {
    width: 88%;
    padding: 1.6rem 0; }
    .content .title {
      font-size: 0.54rem; }
      .content .title::after {
        height: 0.04rem;
        width: 0.54rem;
        margin-left: -0.27rem;
        bottom: -45%; }
    .content ul.report-list {
      margin-top: 0.7rem;
      overflow: visible; }
      .content ul.report-list li {
        width: 100%;
        margin: 0.5rem 0;
        float: none; }
        .content ul.report-list li .info {
          padding: 0.1rem 0.3rem 0.2rem; }
          .content ul.report-list li .info .name {
            font-size: 0.3rem;
            height: 1.3rem; }
          .content ul.report-list li .info .other {
            padding: 0.26rem 0 0; }
            .content ul.report-list li .info .other .tag {
              font-size: 0.24rem; }
            .content ul.report-list li .info .other .more {
              font-size: 0.24rem;
              padding: 0.1rem 0.5rem; }
    .content .readMore, .content .seeAll {
      width: 3rem;
      height: 0.6rem;
      line-height: 0.6rem;
      font-size: 0.26rem;
      margin: 0.6rem auto 0; }

  .report-section .content, .pdf-section .content, .photo-section .content {
    padding: 0.8rem 0; }

  .photo-section .content .gallery {
    margin-top: 0.8rem; }

  .footer {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem; }
    .footer p {
      display: none; }
    .footer img.copyright {
      width: 88%;
      display: inline; }

  /*photo*/
  .gallery-tab {
    overflow: hidden;
    width: 4rem;
    margin: 1rem auto 0; }
    .gallery-tab a {
      width: 2rem;
      height: 0.6rem;
      line-height: 0.6rem;
      font-size: 0.26rem; }

  .gallery {
    margin-top: 0.4rem; }
    .gallery .gallery01 a, .gallery .gallery02 a {
      width: 48%;
      height: 2.02rem;
      margin: 1%; }

  /*pdf*/
  .pdf-content {
    width: 88%; }

  ul.pdf-list {
    margin-top: 0.7rem; }
    ul.pdf-list li {
      height: 1.4rem;
      font-size: 0.26rem;
      padding: 0.3rem 0.2rem; }
      ul.pdf-list li .txt {
        float: none;
        width: 100%;
        height: auto; }
        ul.pdf-list li .txt h2 {
          font-size: 0.32rem;
          line-height: 1.4; }
        ul.pdf-list li .txt p {
          font-size: 0.28rem;
          margin-top: 0.1rem; }
      ul.pdf-list li .download-btn {
        font-size: 0.28rem;
        right: 0.2rem;
        padding: 0.1rem 0.6rem;
        margin-top: 0.2rem; }

  .download-filter .download-inner {
    width: 6.6rem;
    height: 10rem;
    margin-left: -3.3rem;
    margin-top: -5rem;
    padding: 0.5rem;
    overflow: visible; }
    .download-filter .download-inner .title {
      font-size: 0.5rem; }
      .download-filter .download-inner .title::after {
        content: '';
        width: 0.6rem;
        height: 0.05rem;
        margin-left: -0.3rem;
        bottom: -34%; }
    .download-filter .download-inner img.download-close {
      right: -5%;
      top: -3%;
      width: 0.8rem; }
    .download-filter .download-inner .download-con {
      margin: 0.68rem auto 0; }
      .download-filter .download-inner .download-con ul.reg-form li {
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.18rem;
        margin: 0 0 0.3rem 0; }
        .download-filter .download-inner .download-con ul.reg-form li input.text {
          padding: 0 0 0 0.2rem;
          font-size: 0.26rem; }
      .download-filter .download-inner .download-con .download-submit {
        width: 3rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.32rem;
        margin-top: 0.36rem; }

  .Validform_checktip {
    height: 0.3rem;
    line-height: 0.3rem;
    right: 0.05rem;
    bottom: -0.3rem;
    font-size: 0.2rem; }

  /*more*/
  .more-inner {
    margin-top: 0; }
    .more-inner img.more-bg {
      display: none; }
    .more-inner img.more-bg-m {
      width: 100%;
      display: block; }
    .more-inner .more-btn {
      font-size: 0.26rem;
      width: 2.2rem;
      height: 0.6rem;
      line-height: 0.6rem;
      margin-left: -1.1rem;
      top: 76%; }

  .video-inner {
    width: 90%;
    height: auto;
    left: 5%;
    margin-left: 0;
    top: 36%;
    margin-top: 0; }

  .video-js {
    width: 100%;
    height: auto; }

  .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

  img.video-close {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 0.8rem; }

  .rebox-contents .rebox-content {
    max-width: 94%;
    max-height: 94%; } }

/*# sourceMappingURL=style.css.map */
