@charset "UTF-8";
/* sass style.scss style.css */
/* sass --watch style.scss:style.css --style compressed */
body {
  overflow-x: hidden;
  pointer-events: auto;
  margin: 0; }

.bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url("../img/bg.jpg");
  padding-top: 0.1px; }
  .bg div {
    width: 62.5%;
    height: auto;
    position: relative;
    margin: 50px auto 0 auto; }
    .bg div img {
      width: 100%;
      height: auto; }
    .bg div .cn {
      width: 14.84375%;
      height: 57px;
      position: absolute;
      left: 39.5%;
      top: 96%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .bg div .en {
      width: 14.84375%;
      height: 57px;
      position: absolute;
      left: 59%;
      top: 96%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@font-face {
  font-family: OpenSans-Bold;
  src: url("../font/OpenSans-Bold.ttf"); }
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../font/OpenSans-ExtraBold.ttf"); }
@font-face {
  font-family: OpenSans-Light;
  src: url("../font/OpenSans-Light.ttf"); }
@font-face {
  font-family: OpenSans-Regular;
  src: url("../font/OpenSans-Regular.ttf"); }
@font-face {
  font-family: OpenSans-SemiBold;
  src: url("../font/OpenSans-SemiBold.ttf"); }
header,
.welcome1,
.speaker,
.schedule,
.welcome2,
.meeting,
.partner,
footer,
.copyright,
.news,
.introduction,
.registration,
.navBox,
.about,
.detail,
.downloads,
.news-index,
.registration,
.submenu {
  width: 100vw;
  min-width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.logo {
  position: absolute;
  left: 4.0625%;
  top: 50px;
  display: none; }

.banner {
  width: 100%;
  height: auto; }
  .banner img {
    width: 100%;
    height: auto;
    min-height: 450px;
    margin-bottom: -1px; }

.registerBox {
  position: absolute;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  .registerBox .bannerImg {
    width: 100%;
    height: auto; }
  .registerBox .register {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid white;
    border-radius: 40px;
    background-color: #64c31f;
    font-size: 20px;
    display: block;
    color: #fff;
    margin: 0px auto 0 auto; }

.registerBox1 {
  width: 34.5833333333%;
  height: auto;
  min-width: 550px;
  position: absolute;
  left: 50%;
  top: 140px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  .registerBox1 .logo1 {
    margin: 0 auto 50px auto;
    display: block; }
  .registerBox1 .bannerImg {
    width: 100%;
    height: auto; }
  .registerBox1 p {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: white;
    line-height: 1.2;
    text-align: center;
    margin-top: 25px; }
    .registerBox1 p span {
      text-transform: capitalize; }

.navBox div {
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #333333;
  line-height: 75px; }
  .navBox div a {
    display: inline;
    color: #333333;
    margin: 0 5px; }

nav {
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-right: 20px;
  z-index: 1; }
  nav .earth {
    padding: 5px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0082e4;
    border-radius: 4px;
    cursor: pointer; }
    nav .earth img {
      width: 16px;
      height: 16px;
      margin-right: 8px; }
    nav .earth p {
      font-size: 15px;
      font-family: 'OpenSans-SemiBold';
      letter-spacing: 1.5px;
      color: #fff;
      white-space: nowrap; }
  nav div {
    position: relative;
    font-size: 18px;
    transition: color 0.3s;
    text-align: center;
    font-family: 'OpenSans-SemiBold';
    margin-right: 55px;
    height: 30px; }
    nav div span {
      width: 0;
      height: 2px;
      display: block;
      transition: all 0.3s cubic-bezier(0.46, 1, 0.23, 1.52);
      position: absolute;
      left: 50%;
      bottom: 0px;
      position: relative;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      background-color: #64c31f; }
    nav div ul {
      z-index: 2;
      min-width: 100%;
      transition: all 0.2s;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      display: none;
      margin: 0 0 0 0;
      padding: 0;
      font-size: 14px;
      white-space: nowrap;
      letter-spacing: 0px;
      text-align: center;
      background-color: #fff;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      overflow: hidden;
      padding: 0 8px 0 8px; }
      nav div ul li {
        width: 100%;
        height: 35px;
        transition: all 0.2s;
        position: relative;
        border-bottom: 1px solid #fff;
        line-height: 35px;
        cursor: pointer; }
        nav div ul li a {
          width: 100%;
          height: 100%;
          font-family: 'OpenSans-Regular';
          color: #333 !important;
          transition: all 0.2s; }
      nav div ul li:hover {
        border-bottom-color: #64c31f; }
        nav div ul li:hover a {
          color: #64c31f !important; }
  nav div:hover span {
    width: 100%; }
  nav div:hover ul {
    display: block; }

.nav div a {
  color: #fff;
  height: 100%;
  line-height: 30px;
  white-space: nowrap;
  letter-spacing: 3px; }
.nav div ul li {
  color: #fff; }
.nav div p:hover a {
  color: #0091ff; }

.active span {
  width: 100%; }

.conference,.introduction,
.global,
.speakers,
.program,
.href,
.social,
.news,
.organization,
.cooperative,
.related,
footer,
.navBox,
.about,
.downloads,
.news-index,
.committee-index,
.registration,
.submenu {
  padding-top: 0.1px; }
  .introduction .title,
  .conference .title,
  .global .title,
  .speakers .title,
  .program .title,
  .href .title,
  .social .title,
  .news .title,
  .organization .title,
  .cooperative .title,
  .related .title,
  footer .title,
  .navBox .title,
  .about .title,
  .downloads .title,
  .news-index .title,
  .committee-index .title,
  .registration .title,
  .submenu .title {
    position: relative;
    margin: 60px auto 70px auto;
    min-width: 1000px;
    width: 62.5%;
    height: auto;
    font-size: 32px;
    font-family: "OpenSans-Bold";
    color: #333333;
    font-weight: bold;
    text-transform: capitalize; }
    .conference .title:after,
    .introduction .title:after,
    .global .title:after,
    .speakers .title:after,
    .program .title:after,
    .href .title:after,
    .social .title:after,
    .news .title:after,
    .organization .title:after,
    .cooperative .title:after,
    .related .title:after,
    footer .title:after,
    .navBox .title:after,
    .about .title:after,
    .downloads .title:after,
    .news-index .title:after,
    .committee-index .title:after,
    .registration .title:after,
    .submenu .title:after {
      content: '';
      display: block;
      width: 48px;
      height: 4px;
      background-color: #64c31f;
      position: absolute;
      left: 0px;
      bottom: -20px; }
  .introduction .content,
  .conference .content,
  .global .content,
  .speakers .content,
  .program .content,
  .href .content,
  .social .content,
  .news .content,
  .organization .content,
  .cooperative .content,
  .related .content,
  footer .content,
  .navBox .content,
  .about .content,
  .downloads .content,
  .news-index .content,
  .committee-index .content,
  .registration .content,
  .submenu .content {
    position: relative;
    width: 62.5%;
    height: auto;
    min-width: 1000px;
    margin: 0px auto; }

.href {
  background: #ebebeb; }
  .href img {
    width: 100%; }
.introduction p {
  font-size: 16px;
  line-height: 2;
}
.conference, .introduction {
  padding-bottom: 60px; }
  .conference .list {
    min-width: 1000px;
    width: 62.5%;
    height: auto;
    margin: 0px auto;
    font-size: 0px;
    font-family: "OpenSans-Regular";
    color: #333333;
    font-weight: bold; }
    .conference .list div:last-child,
    .conference .list p:last-child {
      border-bottom: 1px solid rgba(42, 98, 183, 0.122); }
    .conference .list p {
      border-top: 1px solid rgba(42, 98, 183, 0.122);
      padding: 20px 0;
      font-size: 19px; }
    .conference .list img {
      width: 100%; }

.global {
  background-image: url("../img/home/bg.png");
  display: none; }
  .global .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .global .content .item:nth-child(2n) {
      margin: 0 0 20px 0; }
    .global .content .item {
      width: 49%;
      height: 250px;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin: 0 20px 20px 0; }
      .global .content .item .head {
        width: 166px;
        height: 166px;
        background-size: 100% 100%;
        background-position: center 0;
        background-repeat: no-repeat;
        background-image: url("../img/home/border.png");
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin: 0 30px; }
        .global .content .item .head img {
          width: auto;
          height: 166px;
          border-radius: 50%; }
      .global .content .item .info {
        width: 255px;
        height: 166px; }
        .global .content .item .info p:nth-child(1) {
          position: relative;
          font-size: 18px;
          font-family: "OpenSans-SemiBold";
          color: #2a62b7;
          font-weight: bold;
          margin-bottom: 30px; }
          .global .content .item .info p:nth-child(1):after {
            content: '';
            display: block;
            width: 40px;
            height: 2px;
            background-color: #2a62b7;
            position: absolute;
            left: 0px;
            bottom: -10px; }
        .global .content .item .info p:nth-child(2) {
          font-size: 13px;
          color: #888888;
          font-family: "OpenSans-Regular"; }
          .global .content .item .info p:nth-child(2) span {
            display: block;
            line-height: 1.5;
            margin-bottom: 8px; }

.speakers {
  background-image: url("../img/home/bg.png");
  padding-bottom: 50px; }
  .speakers .content {
    }
    .speakers .content .item {
      width: 100%;
      height: auto;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      margin: 0;
       }
      .speakers .content .item .head {
        width: 166px;
        height: 166px;
        background-size: 100% 100%;
        background-position: center 0;
        background-repeat: no-repeat;
        background-image: url("../img/home/border.png");
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin: 25px 0; }
        .speakers .content .item .head img {
          width: 140px;
          height: 140px;
          border-radius: 50%; }
      .speakers .content .item .info {
        width: 95%; }
        .speakers .content .item .info p {
          text-align: center; }
        .speakers .content .item .info p:nth-child(1) {
          position: relative;
          font-size: 18px;
          font-family: "OpenSans-SemiBold";
          color: #2a62b7;
          font-weight: bold;
          margin-bottom: 30px; }
          .speakers .content .item .info p:nth-child(1):after {
            content: '';
            display: block;
            width: 40px;
            height: 2px;
            background-color: #2a62b7;
            position: absolute;
            left: 50%;
            bottom: -10px;
            -webkit-transform: translate(-50%, 0%);
            -moz-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
        .speakers .content .item .info p:nth-child(2) {
          font-size: 14px;
          color: #888888;
          font-family: "OpenSans-Regular"; }
          .speakers .content .item .info p:nth-child(2) span {
            display: block;
            line-height: 1.5;
            margin-bottom: 8px; }

.programImg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .programImg img {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 90%;
    max-height: 90%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation: rotate 0.6s ease 0s 1;
    -moz-animation: rotate 0.6s ease 0s 1;
    -ms-animation: rotate 0.6s ease 0s 1;
    animation: rotate 0.6s ease 0s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.program {
  background-image: url("../img/home/bg2.png");
  padding-bottom: 50px; }
  .program .title {
    color: #fff; }
  .program .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .program .content .item:nth-child(3n) {
      margin: 0 0 22px 0; }
    .program .content .item {
      position: relative;
      width: 31.5%;
      height: 221px;
      margin: 0 20px 22px 0;
      border: 2px solid white;
      border-radius: 4px;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      background-color: rgba(255, 255, 255, 0.078);
      text-align: center;
      color: #fff;
      overflow: hidden; }
      .program .content .item .t1,
      .program .content .item .info {
        width: 300px; }
      .program .content .item button {
        width: 116px;
        height: 28px;
        font-size: 14px;
        font-family: "OpenSans-SemiBold";
        color: #fff;
        border: 2px solid #fff;
        background-color: #64c31f;
        text-align: center;
        margin: 0 auto;
        border-radius: 20px;
        cursor: pointer;
        outline: none; }
      .program .content .item .t1 {
        font-size: 19px;
        font-family: "OpenSans-SemiBold";
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.478);
        margin: 25px auto;
        padding-bottom: 25px; }
      .program .content .item .info {
        margin: 0 auto;
        height: 75px; }
        .program .content .item .info p {
          font-size: 14px;
          line-height: 1.5;
          text-align: center; }
      .program .content .item .box {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        font-family: "OpenSans-SemiBold";
        font-size: 14px;
        line-height: 1.5;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-animation: rotate 0.6s ease 0s 1;
        -moz-animation: rotate 0.6s ease 0s 1;
        -ms-animation: rotate 0.6s ease 0s 1;
        animation: rotate 0.6s ease 0s 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
        .program .content .item .box p:nth-child(1) {
          margin-top: 35px; }
        .program .content .item .box img {
          width: 100%;
          height: 100%; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%); } }
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%); } }
.social {
  background-image: url("../img/home/bg.png");
  padding-bottom: 50px; }
  .social .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .social .content .item:nth-child(4n) {
      margin: 0 0 20px 0; }
    .social .content .item:nth-child(n + 5) {
      display: none; }
    .social .content .item {
      width: auto;
      height: 98px;
      width: -webkit-calc((100% - 60px) / 4);
      width: calc((100% - 60px) / 4);
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin: 0 20px 20px 0;
      padding-top: 27px; }
      .social .content .item .icon {
        width: 85px;
        height: 64px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin: 0 20px 0 0;
        border-right: 1px solid #f0f0f0; }
        .social .content .item .icon img {
          width: 50px;
          height: auto; }
      .social .content .item .info {
        width: 255px;
        height: auto; }
        .social .content .item .info p:nth-child(1) {
          position: relative;
          font-size: 18px;
          font-family: "OpenSans-SemiBold";
          color: #333333;
          font-weight: bold;
          margin-bottom: 8px; }
        .social .content .item .info p:nth-child(2) {
          font-size: 13px;
          color: #616161;
          font-family: "OpenSans-Regular"; }
          .social .content .item .info p:nth-child(2) span {
            display: block;
            line-height: 1.5; }

.news {
  background-color: rgba(42, 98, 183, 0.031);
  padding-bottom: 50px;
  display: none; }
  .news .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news .content .item:nth-child(4n) {
      margin: 0 0 20px 0; }
    .news .content .item {
      width: 23.5%;
      height: auto;
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0 20px 20px 0; }
      .news .content .item .img {
        width: 100%;
        height: auto; }
      .news .content .item .t1 {
        width: 85%;
        height: auto;
        color: #333;
        font-size: 17px;
        font-family: "OpenSans-SemiBold";
        line-height: 1.2;
        position: relative;
        margin: 20px auto 10px auto; }
      .news .content .item div {
        width: 85%;
        height: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin: 5px auto 20px auto; }
        .news .content .item div p {
          white-space: nowrap;
          color: #888888;
          font-size: 12px;
          font-family: "OpenSans-Regular";
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .news .content .item div p img {
            width: 12px;
            height: 13px;
            margin-right: 6px; }
        .news .content .item div p:nth-child(1) {
          width: 60%;
          height: auto; }

.organization .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .organization .content .item {
    width: 48%;
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 20px 0 0; }
    .organization .content .item .t1 {
      width: 100%;
      height: auto;
      color: #2a62b7;
      font-size: 18px;
      font-family: "OpenSans-SemiBold";
      line-height: 1.35;
      position: relative;
      padding: 0px 0 20px 0;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(42, 98, 183, 0.161); }
    .organization .content .item .c1 {
      margin: 5px auto;
      color: #888888;
      font-size: 13px;
      font-family: "OpenSans-Regular"; }
      .organization .content .item .c1 p {
        line-height: 1.2;
        margin-bottom: 15px; }

.cooperative .content {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .cooperative .content .item:nth-child(8n) {
    margin: 0 0 20px 0; }
  .cooperative .content .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: -webkit-calc(10.1% - 1.4vw);
    width: calc(10.1% - 1.4vw);
    max-width: 122px;
    min-width: 122px;
    height: 65px;
    margin: 0 1.4vw 30px 0; }
    .cooperative .content .item img {
      max-width: 100%; }

.related {
  padding-bottom: 30px;
  display: none; }
  .related .content {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .related .content .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      width: -webkit-calc(25% - 1.2vw);
      width: calc(25% - 1.2vw);
      max-width: 245px;
      min-width: 230px;
      height: auto;
      margin: 0 1.2vw 20px 0; }
      .related .content .item div:nth-child(1) {
        width: 25%;
        height: 65px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 15px 0 0;
        padding-right: 10px;
        border-right: 1px solid rgba(42, 98, 183, 0.122);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .related .content .item div:nth-child(1) img {
          width: 100%;
          height: auto; }
      .related .content .item div:nth-child(2) {
        width: calc(100% - 25% - 20px); }
        .related .content .item div:nth-child(2) p:nth-child(1) {
          font-size: 18px;
          font-family: "OpenSans-SemiBold";
          color: #333333;
          line-height: 1.35;
          margin: 0 0px 10px 0; }
        .related .content .item div:nth-child(2) p:nth-child(2) {
          font-size: 13px;
          font-family: "OpenSans-Regular";
          color: #888888;
          line-height: 1.5; }

.downloads {
  background-image: url("../img/home/bg.png");
  padding-bottom: 60px; }
  .downloads .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .downloads .content .item:nth-child(2n) {
      margin-right: 0; }
    .downloads .content .item {
      width: 49%;
      height: 186px;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      background-color: #fff;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: 4px solid #2a62b7;
      margin-right: 2%;
      margin-bottom: 24px; }
      .downloads .content .item .t1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 89%;
        height: 92px;
        line-height: 1.5;
        font-size: 20px;
        font-family: "OpenSans-SemiBold";
        color: #2a62b7;
        border-bottom: 1px solid rgba(42, 98, 183, 0.122);
        margin: 0 auto; }
      .downloads .content .item .t2 {
        width: 89%;
        height: 90px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex; }
        .downloads .content .item .t2 .date {
          color: #888; }
        .downloads .content .item .t2 .date,
        .downloads .content .item .t2 .download {
          width: 50%;
          height: auto;
          font-size: 13px;
          font-family: "OpenSans-Regular";
          line-height: 1.5;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .downloads .content .item .t2 .date img,
          .downloads .content .item .t2 .download img {
            display: inline;
            margin-right: 8px;
            width: 15px; }
        .downloads .content .item .t2 .download {
          opacity: 0.7;
          transition: opacity 0.2s;
          color: #333; }
        .downloads .content .item .t2 .download:hover {
          opacity: 1;
          font-weight: bold; }

.registration {
  background-image: url("../img/home/bg.png");
  padding-bottom: 60px; }
  .registration .content {
    min-width: 1000px;
    width: 62.5%;
    height: auto; }
    .registration .content section {
      border-radius: 4px;
      background-color: white;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
      padding: 0 30px;
      margin-bottom: 20px; }
      .registration .content section a {
        color: #2a62b7; }
      .registration .content section b {
        position: relative;
        height: auto;
        line-height: 25px;
        color: #2a62b7;
        font-family: "OpenSans-SemiBold";
        font-size: 19px;
        padding: 30px 0 30px 20px;
        display: block;
        border-bottom: 1px solid rgba(42, 98, 183, 0.122); }
        .registration .content section b:before {
          content: '';
          display: block;
          width: 4px;
          height: 20px;
          background-color: #2a62b7;
          position: absolute;
          left: 0px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .registration .content section ul {
        padding: 25px 0px 30px 0px;
        margin: 0; }
        .registration .content section ul li label {
          font-size: 14px;
          font-family: "OpenSans-Regular";
          color: #333333;
          line-height: 40px;
          min-width: 107px;
          margin-right: 10px; }
        .registration .content section ul li input,
        .registration .content section ul li select {
          border: 1px solid rgba(42, 98, 183, 0.16);
          padding: 0;
          margin: 0;
          text-indent: 12px;
          font-size: 14px;
          font-family: "OpenSans-Regular";
          color: #333333; }
        .registration .content section ul li input[type="radio"] + label::before,
        .registration .content section ul li input[type="checkbox"] + label::before {
          content: "\a0";
          /*不换行空格*/
          display: inline-block;
          width: 8px;
          height: 8px;
          margin-right: 8px;
          border-radius: 50%;
          background-color: transparent;
          border: 1px solid;
          border-color: rgba(42, 98, 183, 0.16);
          text-indent: 2px;
          line-height: 7px;
          /*行高不加单位，子元素将继承数字乘以自身字体尺寸而非父元素行高*/
          padding: 3px;
          vertical-align: baseline; }
        .registration .content section ul li input[type="radio"]:checked + label::before,
        .registration .content section ul li input[type="checkbox"]:checked + label::before {
          width: 8px;
          height: 8px;
          background-color: #2a62b7;
          border-color: #2a62b7;
          padding: 3px;
          background-clip: content-box;
          vertical-align: baseline; }
        .registration .content section ul li input[type="radio"],
        .registration .content section ul li input[type="checkbox"] {
          position: absolute;
          clip: rect(0, 0, 0, 0); }
    .registration .content .section1 ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      .registration .content .section1 ul li div:nth-child(4n) {
        margin-right: 0; }
      .registration .content .section1 ul li div {
        width: 23.5%;
        margin-right: 2%; }
        .registration .content .section1 ul li div label {
          display: block; }
        .registration .content .section1 ul li div input,
        .registration .content .section1 ul li div select {
          width: 100%;
          height: 38px;
          margin-bottom: 10px; }
    .registration .content .section2 ul {
      padding-bottom: 10px; }
      .registration .content .section2 ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 25px; }
        .registration .content .section2 ul li label:nth-child(1) {
          width: 200px;
          margin-right: 15px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .registration .content .section2 ul li input[type="checkbox"] + label::before {
          border-radius: 2px; }
        .registration .content .section2 ul li input[type="checkbox"]:checked + label::before {
          width: 0px;
          height: 0px;
          background-color: #fff;
          border-width: 5px;
          line-height: 0px; }
        .registration .content .section2 ul li input {
          width: 265px;
          height: 38px; }
        .registration .content .section2 ul li div {
          font-size: 0; }
          .registration .content .section2 ul li div label {
            display: inline-block;
            min-width: 135px;
            margin-right: 10px; }
          .registration .content .section2 ul li div input[name="Arrival_Date"],
          .registration .content .section2 ul li div input[name="Departure_Date"] {
            background-image: url("../img/registration/date.png");
            background-position: 93% center;
            background-repeat: no-repeat; }
    .registration .content .section3 ul {
      padding-bottom: 10px; }
      .registration .content .section3 ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 25px; }
        .registration .content .section3 ul li label:nth-child(1) {
          width: 120px;
          margin-right: 15px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .registration .content .section3 ul li input[type="checkbox"] + label::before {
          border-radius: 2px; }
        .registration .content .section3 ul li input[type="checkbox"]:checked + label::before {
          width: 0px;
          height: 0px;
          background-color: #fff;
          border-width: 5px;
          line-height: 0px; }
        .registration .content .section3 ul li input[type="text"],
        .registration .content .section3 ul li select {
          width: 265px;
          height: 38px;
          margin-bottom: 20px; }
        .registration .content .section3 ul li div {
          font-size: 0; }
          .registration .content .section3 ul li div label {
            display: inline-block;
            min-width: 107px;
            margin-right: 10px; }
          .registration .content .section3 ul li div #other_Session {
            display: block;
            margin-top: 5px;
            margin-bottom: 0px; }
    .registration .content .section4 ul {
      padding-bottom: 10px; }
      .registration .content .section4 ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 25px; }
        .registration .content .section4 ul li label:nth-child(1) {
          width: 120px;
          margin-right: 15px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .registration .content .section4 ul li input,
        .registration .content .section4 ul li select {
          width: 265px;
          height: 38px;
          margin-bottom: 20px; }
        .registration .content .section4 ul li div {
          font-size: 0; }
          .registration .content .section4 ul li div label {
            display: inline-block;
            min-width: 107px;
            margin-right: 10px; }
          .registration .content .section4 ul li div #other_Ticket_Type {
            display: block;
            margin-top: 5px;
            margin-bottom: 0px; }
    .registration .content .section5 ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      .registration .content .section5 ul li label:nth-child(1) {
        min-width: 120px;
        margin-right: 35px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .registration .content .section5 ul li div select,
      .registration .content .section5 ul li div input {
        width: 265px;
        height: 38px; }
    .registration .content .section6 ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      .registration .content .section6 ul li label:nth-child(1) {
        min-width: 120px;
        margin-right: 35px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .registration .content .section6 ul li div {
        position: relative; }
        .registration .content .section6 ul li div span:nth-child(1) {
          position: absolute;
          left: 15px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 14px;
          font-family: "OpenSans-Regular";
          color: #333333;
          line-height: 1.5; }
        .registration .content .section6 ul li div input {
          width: 265px;
          height: 38px;
          text-indent: 30px; }
        .registration .content .section6 ul li div .tishi {
          font-size: 14px;
          font-family: "OpenSans-Regular";
          color: #888888;
          line-height: 1.5;
          margin-left: 20px; }
    .registration .content .section7 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .registration .content .section7 ul li:nth-child(1) {
        width: 100%; }
      .registration .content .section7 ul li {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 15px; }
        .registration .content .section7 ul li label:nth-child(1) {
          width: 120px;
          margin-right: 35px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          line-height: 1.5; }
        .registration .content .section7 ul li .la1 {
          margin-right: 25px !important; }
        .registration .content .section7 ul li .card {
          width: -webkit-calc(100% - 120px);
          width: calc(100% - 120px);
          font-size: 0; }
          .registration .content .section7 ul li .card div {
            display: inline-block;
            width: 41%; }
          .registration .content .section7 ul li .card label {
            display: inline-block; }
            .registration .content .section7 ul li .card label img {
              margin: 0 5px 0 0; }
        .registration .content .section7 ul li div {
          position: relative; }
          .registration .content .section7 ul li div span:nth-child(1) {
            position: absolute;
            left: 15px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            font-size: 14px;
            font-family: "OpenSans-Regular";
            color: #333333;
            line-height: 1.5; }
          .registration .content .section7 ul li div input {
            width: 265px;
            height: 38px;
            text-indent: 30px; }
          .registration .content .section7 ul li div select {
            width: 125px;
            height: 38px; }
          .registration .content .section7 ul li div select:nth-child(1) {
            margin-right: 13px; }
          .registration .content .section7 ul li div .tishi {
            font-size: 14px;
            font-family: "OpenSans-Regular";
            color: #888888;
            line-height: 1.5;
            margin-left: 5px; }
    .registration .content .section8 {
      margin-bottom: 0px; }
      .registration .content .section8 ul li {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
        .registration .content .section8 ul li label:nth-child(1) {
          width: 120px;
          margin-right: 35px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          line-height: 1.5; }
        .registration .content .section8 ul li label {
          display: inline-block; }
          .registration .content .section8 ul li label img {
            margin: 0 5px 0 0; }
    .registration .content .agree-box {
      margin-top: 5px; }
      .registration .content .agree-box input[type="radio"] + label::before {
        content: "\a0";
        /*不换行空格*/
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 8px;
        border-radius: 2px;
        background-color: #fff;
        border: 1px solid;
        border-color: rgba(42, 98, 183, 0.16);
        text-indent: 2px;
        line-height: 7px;
        /*行高不加单位，子元素将继承数字乘以自身字体尺寸而非父元素行高*/
        padding: 3px;
        vertical-align: baseline; }
      .registration .content .agree-box input[type="radio"]:checked + label::before {
        width: 8px;
        height: 8px;
        background-color: #2a62b7;
        border-color: #2a62b7;
        padding: 3px;
        background-clip: content-box;
        vertical-align: baseline; }
      .registration .content .agree-box input[type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0); }
      .registration .content .agree-box label {
        font-size: 14px;
        font-family: "OpenSans-Regular";
        color: #333333;
        line-height: 40px; }
        .registration .content .agree-box label a {
          display: inline;
          text-decoration: underline;
          color: #2a62b7; }
    .registration .content .submit {
      width: 240px;
      height: 48px;
      border-radius: 4px;
      background-color: #64c31f;
      font-size: 16px;
      font-family: "OpenSans-SemiBold";
      color: white;
      line-height: 48px;
      text-align: center;
      border: 0;
      outline: 0;
      margin-top: 10px;
      cursor: pointer; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #64c31f !important; }

.layui-laypage a,
.layui-laypage span {
  background-color: rgba(42, 98, 183, 0.639) !important;
  margin-right: 5px !important;
  border-radius: 4px !important;
  color: #fff !important;
  border: 0 !important;
  font-family: 'OpenSans-Regular';
  padding: 0 15px !important;
  height: 35px !important;
  line-height: 35px !important; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0px !important;
  top: 0px !important;
  padding: 0 !important;
  border-radius: 4px !important; }

.news-index {
  padding-bottom: 60px; }
  .news-index .content {
    font-size: 0; }
    .news-index .content .left {
      width: 74%;
      margin-right: 2.5%;
      display: inline-block;
      vertical-align: top; }
      .news-index .content .left .item {
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(42, 98, 183, 0.122);
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding-bottom: 30px; }
        .news-index .content .left .item .news-img {
          width: 31.3%;
          height: auto; }
          .news-index .content .left .item .news-img img {
            width: 100%;
            height: auto; }
        .news-index .content .left .item .t-box {
          width: 66%;
          height: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: 3%; }
          .news-index .content .left .item .t-box .t1 {
            width: 100%;
            height: 40px;
            line-height: 1.5;
            font-size: 19px;
            font-family: "OpenSans-SemiBold";
            color: #333333;
            margin: 0 auto;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .news-index .content .left .item .t-box .date {
            width: 100%;
            height: auto;
            font-size: 13px;
            font-family: "OpenSans-Regular";
            line-height: 1.5;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -moz-box;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #888; }
            .news-index .content .left .item .t-box .date img {
              display: inline;
              margin-right: 8px;
              width: 15px; }
          .news-index .content .left .item .t-box .t2 {
            width: 100%;
            height: auto;
            margin: 10px auto 0 auto; }
            .news-index .content .left .item .t-box .t2 p {
              font-size: 13px;
              font-family: "OpenSans-Regular";
              color: #666666;
              line-height: 1.5;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              text-overflow: ellipsis;
              word-break: break-all;
              text-align: left; }
    .news-index .content .right {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      height: auto;
      border: 1px solid rgba(42, 98, 183, 0.122); }
      .news-index .content .right .t3 {
        position: relative;
        width: 75%;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        font-size: 20px;
        font-family: "OpenSans-SemiBold";
        color: #2a62b7;
        border-bottom: 1px solid rgba(42, 98, 183, 0.122);
        padding-left: 15px; }
        .news-index .content .right .t3::before {
          content: '';
          display: block;
          width: 4px;
          height: 20px;
          background-color: #2a62b7;
          position: absolute;
          left: 0px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .news-index .content .right .t4 {
        width: 80%;
        height: auto;
        margin: 20px auto 25px auto; }
        .news-index .content .right .t4 a,
        .news-index .content .right .t4 p {
          position: relative;
          font-size: 14px;
          font-family: "OpenSans-Regular";
          color: #333333;
          line-height: 1.2;
          padding: 0 0 0 10px;
          margin-top: 15px;
          cursor: pointer;
          display: block; }
          .news-index .content .right .t4 a::before,
          .news-index .content .right .t4 p::before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            background-color: #333333;
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
        .news-index .content .right .t4 a:hover {
          color: #2a62b7; }
          .news-index .content .right .t4 a:hover::before {
            background-color: #2a62b7; }

.committee-index {
  padding-bottom: 60px; }
  .committee-index .content {
    font-size: 0; }
    .committee-index .content .left {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .committee-index .content .left .item-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      .committee-index .content .left .item {
        width: 25%;
        height: auto;
        border-bottom: 1px solid rgba(42, 98, 183, 0.122);
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding-bottom: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start; }
        .committee-index .content .left .item .news-img {
          width: 85%;
          height: auto;
          margin: 0 auto; }
          .committee-index .content .left .item .news-img img {
            width: 100%;
            height: auto; }
        .committee-index .content .left .item .t-box {
          width: 100%;
          height: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .committee-index .content .left .item .t-box .t1 {
            width: 100%;
            height: 40px;
            line-height: 1.5;
            font-size: 22px;
            padding-top: 5px;
            font-family: "OpenSans-SemiBold";
            color: #333333;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .committee-index .content .left .item .t-box .t1 span {
              font-size: 10px;
              font-weight: normal;
              color: #9b9b95;
              padding-left: 10px; }
          .committee-index .content .left .item .t-box .date {
            width: 100%;
            height: auto;
            font-size: 13px;
            font-family: "OpenSans-Regular";
            line-height: 1.5;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -moz-box;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #888; }
            .committee-index .content .left .item .t-box .date img {
              display: inline;
              margin-right: 8px;
              width: 15px; }
          .committee-index .content .left .item .t-box .t2 {
            width: 100%;
            height: auto;
            margin: 0px auto 0 auto; }
            .committee-index .content .left .item .t-box .t2 p {
              font-size: 14px;
              font-family: "OpenSans-Regular";
              color: #666666;
              line-height: 1.5;
              color: #9b9b95;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              text-overflow: ellipsis;
              word-break: break-all;
              text-align: left;
              text-align: center; }
    .committee-index .content .right {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      height: auto;
      border: 1px solid rgba(42, 98, 183, 0.122); }
      .committee-index .content .right .t3 {
        position: relative;
        width: 75%;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        font-size: 20px;
        font-family: "OpenSans-SemiBold";
        color: #2a62b7;
        border-bottom: 1px solid rgba(42, 98, 183, 0.122);
        padding-left: 15px; }
        .committee-index .content .right .t3::before {
          content: '';
          display: block;
          width: 4px;
          height: 20px;
          background-color: #2a62b7;
          position: absolute;
          left: 0px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .committee-index .content .right .t4 {
        width: 80%;
        height: auto;
        margin: 20px auto 25px auto; }
        .committee-index .content .right .t4 a,
        .committee-index .content .right .t4 p {
          position: relative;
          font-size: 14px;
          font-family: "OpenSans-Regular";
          color: #333333;
          line-height: 1.2;
          padding: 0 0 0 10px;
          margin-top: 15px;
          cursor: pointer;
          display: block; }
          .committee-index .content .right .t4 a::before,
          .committee-index .content .right .t4 p::before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            background-color: #333333;
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
        .committee-index .content .right .t4 a:hover {
          color: #2a62b7; }
          .committee-index .content .right .t4 a:hover::before {
            background-color: #2a62b7; }

footer {
  background-image: url("../img/home/footer/bg.png");
  padding-bottom: 60px; }
  footer .title {
    color: #fff; }
  footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "OpenSans-Regular"; }
    footer .content .company {
      width: 48%;
      height: auto;
      margin-right: 2%; }
      footer .content .company .companyName,
      footer .content .company .address,
      footer .content .company .postcodes,
      footer .content .company .tel {
        font-size: 13px;
        line-height: 1.5;
        color: white;
        margin: 0 0 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start; }
        footer .content .company .companyName img,
        footer .content .company .address img,
        footer .content .company .postcodes img,
        footer .content .company .tel img {
          width: 16px;
          margin-right: 10px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        footer .content .company .companyName span,
        footer .content .company .address span,
        footer .content .company .postcodes span,
        footer .content .company .tel span {
          font-size: 13px;
          color: #fff;
          line-height: 1.5; }
      footer .content .company .QRBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0 0 0; }
        footer .content .company .QRBox div {
          margin-right: 20px; }
          footer .content .company .QRBox div img {
            width: 78px;
            height: auto;
            margin: 0 0 5px 0; }
          footer .content .company .QRBox div p {
            text-align: center;
            font-size: 12px;
            color: #fff;
            line-height: 1.5; }
    footer .content .contact {
      width: 50%;
      height: auto; }
      footer .content .contact form {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        footer .content .contact form input,
        footer .content .contact form textarea {
          border: 0;
          font-size: 14px;
          background: transparent;
          font-family: "OpenSans-Regular";
          outline: none;
          color: #fff;
          text-align: left; }
        footer .content .contact form .title_input,
        footer .content .contact form .mail_input {
          width: 48%;
          height: 40px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          border-bottom: 1px solid #fff; }
          footer .content .contact form .title_input input::-webkit-input-placeholder,
          footer .content .contact form .mail_input input::-webkit-input-placeholder {
            /* WebKit browsers 适配谷歌 */
            color: rgba(255, 255, 255, 0.478); }
          footer .content .contact form .title_input input:-moz-placeholder,
          footer .content .contact form .mail_input input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 适配火狐 */
            color: rgba(255, 255, 255, 0.478); }
          footer .content .contact form .title_input input::-moz-placeholder,
          footer .content .contact form .mail_input input::-moz-placeholder {
            /* Mozilla Firefox 19+ 适配火狐 */
            color: rgba(255, 255, 255, 0.478); }
          footer .content .contact form .title_input input:-ms-input-placeholder,
          footer .content .contact form .mail_input input:-ms-input-placeholder {
            /* Internet Explorer 10+  适配ie*/
            color: rgba(255, 255, 255, 0.478); }
          footer .content .contact form .title_input input,
          footer .content .contact form .mail_input input {
            width: 100%;
            height: 100%;
            letter-spacing: 1px; }
        footer .content .contact form .textarea {
          width: 100%;
          height: 100px;
          margin-top: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -webkit-box-align: flex-start;
          -moz-box-align: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          border-bottom: 1px solid #fff; }
          footer .content .contact form .textarea p {
            width: 100%;
            font-family: "OpenSans-Regular";
            font-size: 14px;
            color: rgba(255, 255, 255, 0.478); }
          footer .content .contact form .textarea textarea {
            resize: none;
            width: 100%;
            height: 100%;
            margin: 3px 0 0 0;
            line-height: 1.5;
            letter-spacing: 1px; }
        footer .content .contact form .submitContact {
          width: 160px;
          height: 45px;
          border-radius: 4px;
          background-color: #64c31f;
          color: #fff;
          font-size: 14px;
          margin: 30px 0 0 0;
          cursor: pointer;
          text-align: center; }

.submenu {
  background-color: #1d4480; }
  .submenu .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 50px 0 50px 0; }
    .submenu .content div {
      position: relative;
      text-align: left;
      font-family: 'OpenSans-SemiBold';
      margin-right: 15px;
      cursor: pointer; }
      .submenu .content div a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px; }
      .submenu .content div ul {
        z-index: 2;
        min-width: 100%;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        letter-spacing: 0px;
        overflow: hidden;
        padding: 0; }
        .submenu .content div ul li {
          line-height: 1.8;
          transition: all 0.2s;
          position: relative;
          border-bottom: 1px solid rgba(0, 0, 0, 0); }
          .submenu .content div ul li a {
            width: 100%;
            height: 35px;
            font-family: 'OpenSans-Regular';
            font-weight: 400;
            font-size: 14px;
            line-height: 35px;
            text-align: center;
            color: rgba(255, 255, 255, 0.639) !important;
            transition: all 0.2s;
            margin-bottom: 0px; }

.title {
  letter-spacing: 1.5px; }

.copyright {
  height: 60px;
  line-height: 60px;
  font-family: "OpenSans-Regular";
  font-size: 12px;
  background-color: #1d4480;
  color: white;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.078);
  width: 62.5%;
  height: auto;
  min-width: 1000px;
  margin: 0px auto; }

.about {
  background-image: url("../img/home/bg.png");
  padding-bottom: 60px; }
  .about .content img {
    margin: 0 auto; }
  .about .content p {
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    color: #333333;
    line-height: 1.5;
    margin-bottom: 15px; }
    .about .content p a {
      display: inline; }

.detail {
  padding-bottom: 60px; }
  .detail .title {
    min-width: 1000px;
    width: 62.5%;
    height: auto;
    font-size: 24px;
    font-family: "OpenSans-SemiBold";
    color: #333333;
    line-height: 1.2;
    margin: 65px auto 15px auto; }
  .detail .date {
    min-width: 1000px;
    width: 62.5%;
    height: auto;
    font-size: 14px;
    font-family: "OpenSans-Regular";
    color: #888888;
    line-height: 1.5;
    padding-bottom: 30px;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid rgba(42, 98, 183, 0.122);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .detail .date img {
      display: inline;
      margin-right: 8px; }
  .detail .content {
    position: relative;
    width: 62.5%;
    height: auto;
    min-width: 1000px;
    margin: 0px auto; }
    .detail .content p {
      font-size: 14px;
      font-family: "OpenSans-SemiBold";
      color: #333333;
      line-height: 1.5;
      margin-bottom: 15px; }
    .detail .content img {
      max-width: 100%;
      margin: 30px 0;
      display: inline; }

.editContent {
  background-color: #f6f6f6;
  padding: 75px 0;
  min-width: 1200px; }
  .editContent .titleEdit {
    position: relative;
    margin: 0 auto 40px auto;
    text-align: center;
    white-space: nowrap; }
    .editContent .titleEdit .en {
      font-weight: bold;
      font-size: 80px;
      color: rgba(11, 14, 67, 0.039);
      text-transform: uppercase;
      line-height: 0.8; }
    .editContent .titleEdit .cn {
      font-size: 32px;
      color: #262626;
      font-family: 'NotoSansHans';
      font-weight: bold;
      position: absolute;
      left: 50%;
      top: 43%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      letter-spacing: 2px; }
    .editContent .titleEdit span {
      width: 40px;
      height: 4px;
      background-color: black;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .editContent .contentEdit {
    width: 60%;
    height: auto;
    margin: 0 auto; }
    .editContent .contentEdit p {
      width: 100%;
      word-break: break-all; }
    .editContent .contentEdit a {
      display: inline; }
    .editContent .contentEdit img {
      display: inline; }

.download_item {
  box-sizing: border-box;
  break-inside: avoid;
  counter-increment: item-counter;
  width: 560px;
  height: auto;
  background-color: white;
  transition: box-shadow 0.25s;
  cursor: pointer;
  margin: 0 auto 30px auto;
  padding-bottom: 1px; }
  .download_item .img {
    width: 100%;
    height: auto; }
  .download_item .title {
    width: 94% !important;
    color: #1f61b5;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin: 0 3% 10px 3%;
    padding-top: 20px; }
    .download_item .title span {
      width: 30px;
      height: 3px;
      display: block;
      position: absolute;
      left: 0px;
      bottom: -15px;
      background-color: #1f61b5; }
  .download_item div {
    width: 90%;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 30px auto 20px auto; }
    .download_item div p {
      white-space: nowrap;
      color: #666;
      font-size: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .download_item div p img {
        width: 12px;
        height: 13px;
        margin-right: 6px; }
      .download_item div p a {
        color: #666;
        font-size: 12px;
        border-radius: 15px;
        padding: 2px 10px;
        border: 1px solid #666;
        margin: 0 20px 0 auto; }

/*# sourceMappingURL=style.css.map */
