@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  overflow-x: hidden; }

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a, button {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  outline: none; }

/*-----------------------------------------------*/
.index_banner {
  margin-top: -20px; }

.index_banner .slick-slide img {
  display: block;
  width: 100%; }

.index_banner .slick-prev,
.index_banner .slick-next {
  width: 91px;
  height: 91px;
  background: url(../image/icon_1.png) no-repeat; }

.index_banner .slick-prev:hover,
.index_banner .slick-next:hover,
.index_banner .slick-prev:focus,
.index_banner .slick-next:focus {
  background: url(../image/icon_1.png) no-repeat;
  opacity: .5; }

.index_banner .slick-next {
  transform: rotate(180deg); }

.index_banner_title {
  position: relative;
  margin: auto; }
  .index_banner_title .index_banner_title_2 {
    border: 7px solid #FFD237;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0;
    width: 650px;
    max-height: 280px;
    padding: 1%; }
    .index_banner_title .index_banner_title_2 h1 {
      font-size: 25px;
      color: #fff;
      line-height: 30px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }
    .index_banner_title .index_banner_title_2 p {
      font-size: 17px;
      color: #fff;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9); }
    .index_banner_title .index_banner_title_2 a {
      display: block;
      background-color: #FFD237;
      font-size: 16px;
      color: #000000;
      text-align: center;
      width: 25%;
      min-height: 42px;
      line-height: 40px;
      text-decoration: none;
      margin-top: 10px; }
      .index_banner_title .index_banner_title_2 a i {
        display: inline-block;
        width: 42px;
        height: 42px;
        background: url(../image/icon_1.png) no-repeat;
        background-position: -202px 16px;
        vertical-align: middle;
        float: right;
        border-left: 1px solid #000; }
      .index_banner_title .index_banner_title_2 a:hover {
        opacity: .5; }

.line_1 {
  background-color: #fff;
  width: 40px;
  height: 4px;
  margin: 20px 0; }

.parallax-window {
  min-height: 590px;
  background: transparent; }

.index_about_title h3 {
  font-family: 'Fjalla One', sans-serif;
  color: #ffffff;
  font-size: 68px;
  margin-top: 25%; }

.index_about_title_p {
  background-color: #006AC0;
  width: 100%;
  min-height: 316px;
  padding: 2% 5%;
  margin-top: 20%; }
  .index_about_title_p h2 {
    font-size: 25px;
    color: #ffffff; }
  .index_about_title_p p {
    color: #ffffff;
    font-size: 17px;
    line-height: 26px; }
  .index_about_title_p a {
    display: block;
    background-color: #ffffff;
    width: 30%;
    min-height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 25px 0;
    color: #006CBD; }
    .index_about_title_p a:hover {
      opacity: .5; }
    .index_about_title_p a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 42px;
      height: 42px;
      background-position: -420px 16px;
      vertical-align: middle;
      border-left: 1px solid #006AC0;
      float: right; }

.index_icon {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../image/icon_2.png) no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 23%; }

.index_icon_2 {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../image/icon_2.png) no-repeat;
  background-position: -141px 0;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 23%; }

.index_icon_3 {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../image/icon_2.png) no-repeat;
  background-position: -283px 0;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 23%; }

.index_icon_4 {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../image/icon_2.png) no-repeat;
  background-position: -424px 0;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 23%; }

.index_icon_5 {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../image/icon_2.png) no-repeat;
  background-position: -565px 0;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 23%; }

.index_icon_6 {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../image/icon_2.png) no-repeat;
  background-position: -706px 0;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 23%; }

.index_list {
  margin: 20px auto;
  background-color: #fff;
  overflow: hidden;
  padding: 3%;
  position: relative;
  border: 2px solid transparent;
  min-height: 195px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .index_list h3 {
    font-size: 18px;
    color: #000000;
    line-height: 26px; }
  .index_list p {
    font-size: 14px;
    color: #333333; }
  .index_list .index_a {
    font-size: 16px;
    color: #A6A5A6;
    float: right;
    margin: 5px auto; }
    .index_list .index_a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      background-position: -302px 0;
      width: 6px;
      height: 9px;
      margin-left: 10px; }
  .index_list a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .index_list:hover {
    border: 2px solid #F5D028; }
    .index_list:hover .index_a {
      color: #E92F33; }
      .index_list:hover .index_a i {
        background-position: -383px 0; }
    .index_list:hover .index_a_2 {
      color: #F6AA34; }
      .index_list:hover .index_a_2 i {
        background-position: -411px 0; }
    .index_list:hover .index_a_3 {
      color: #006CBD; }
      .index_list:hover .index_a_3 i {
        background-position: -438px 0; }
    .index_list:hover .index_a_4 {
      color: #4AD0D9; }
      .index_list:hover .index_a_4 i {
        background-position: -466px 0; }
    .index_list:hover .index_a_5 {
      color: #6969B1; }
      .index_list:hover .index_a_5 i {
        background-position: -493px 0; }
    .index_list:hover .index_a_6 {
      color: #85B200; }
      .index_list:hover .index_a_6 i {
        background-position: -328px 0; }

.golden_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.golden_bg_2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg); }

.index_news_title {
  margin-top: 60px; }
  .index_news_title span {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: bold; }
  .index_news_title h3 {
    font-family: 'Fjalla One', sans-serif;
    margin: 5px auto;
    font-size: 65px;
    color: #212121; }
  .index_news_title .line_2 {
    width: 100%;
    background-color: #F5D028;
    height: 1px;
    margin: 10px auto; }

.index_news_list ul {
  list-style: none;
  text-align: center;
  margin: 30px auto; }
  .index_news_list ul li {
    display: inline-block;
    vertical-align: middle; }
    .index_news_list ul li a {
      display: block;
      font-size: 17px;
      color: #666666;
      font-weight: bold;
      margin: 0 10px;
      text-decoration: none; }
      .index_news_list ul li a:hover, .index_news_list ul li a:focus {
        color: #12131F; }

/*#photos {
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}*/
.index_news_1 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden; }
  .index_news_1 .index_news_img {
    display: inline-block;
    vertical-align: middle;
    display: block;
    vertical-align: top;
    position: relative; }
  .index_news_1 .index_news_content {
    min-height: 319px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    vertical-align: top;
    padding: 6%;
    width: 100%; }
    .index_news_1 .index_news_content h3 {
      font-size: 17px;
      color: #000000;
      line-height: 26px;
      margin: 0 auto;
      margin-bottom: 20px;
      font-weight: bold; }
    .index_news_1 .index_news_content p {
      display: block;
      font-size: 14px;
      color: #333333;
      word-wrap: break-word;
      word-break: break-all; }
  .index_news_1 a {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .index_news_1:hover .index_news_img img {
    opacity: .5; }
  .index_news_1:hover .index_news_more i {
    transform: rotateY(180deg);
    border: 0; }

.index_news_month {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }
  .index_news_month b {
    display: flex;
    font-size: 23px;
    color: #000000;
    background-color: #F5D028;
    width: 65px;
    height: 49px;
    align-items: center;
    justify-content: center; }
  .index_news_month span {
    display: block;
    width: 65px;
    font-size: 11px;
    color: #F5D028;
    text-align: center;
    background-color: #010101; }

.index_news_2 .index_news_month {
  position: absolute;
  z-index: 9; }

.index_news_1.index_news_3 {
  overflow: hidden;
  height: 201px; }

.index_news_more {
  font-size: 16px;
  color: #ffffff;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 20px 0; }
  .index_news_more i {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon_1.png) no-repeat;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 30px;
    height: 30px;
    background-position: -235px 10px;
    vertical-align: middle;
    border-left: 1px solid #fff;
    float: right; }

.index_news_more_2 {
  background-color: #006CBD; }

.index_news_more_3 {
  background-color: #6969B1; }

.index_news_2 {
  position: relative;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 20px; }
  .index_news_2 .index_news_content-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9; 
    padding: 15px;
    background-color: rgba(0,0,0,.7);
    width: 100%;
  }
    .index_news_2 .index_news_content-2 h3 {
      margin: 0 auto;
      font-size: 21px;
      color: #FFFFFF; }
    .index_news_2 .index_news_content-2 .line_3 {
      background-color: #006CBD;
      width: 41px;
      height: 1px;
      margin: 10px 0; }
  .index_news_2 a {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9; }
  .index_news_2:hover .index_news_img-3 {
    opacity: .5; }
  .index_news_2:hover .index_news_more i {
    transform: rotateY(180deg);
    border: 0; }

.index_news_3 .index_news_content {
  min-height: 200px; }

.index_news_img-3 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-size: cover;
  background: no-repeat center;
  width: 100%;
  min-height: 437px;
  background-color: #333333; }

.index_news_img img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.index_ahref a {
  display: block;
  width: 30%;
  background-color: #48474C;
  text-align: center;
  margin: 20px auto;
  color: #EBEBEB;
  font-size: 17px;
  line-height: 64px; }
  .index_ahref a i {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon_1.png) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -235px 10px; }
  .index_ahref a:hover i {
    margin-right: -10px; }

.index_bg {
  background: url(../image/index_bg-2.jpg) no-repeat top center;
  background-size: cover; }

.index_picslick {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  height: 279px;
  padding-top: 16%; }
  .index_picslick h4 {
    font-size: 17px;
    color: #000000;
    text-align: center;
    font-weight: bold; }
  .index_picslick .line_4 {
    width: 41px;
    height: 2px;
    background-color: #85B200;
    margin: 20px auto; }
  .index_picslick p {
    font-size: 16px;
    color: #46464C;
    text-align: center; }

.index_picslick_p {
  padding: 7% 5%; }
  .index_picslick_p span {
    font-size: 18px;
    color: #fff; }
  .index_picslick_p h3 {
    font-size: 65px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif; }
  .index_picslick_p p {
    font-size: 17px;
    color: #fff;
    margin: 30px auto; }
  .index_picslick_p a {
    display: block;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    color: #85B200;
    min-height: 42px;
    line-height: 42px;
    width: 30%; }
    .index_picslick_p a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      background-position: -310px 16px;
      width: 42px;
      height: 42px;
      border-left: 1px solid #85B200;
      float: right; }
    .index_picslick_p a:hover {
      opacity: .7; }

.index_gallery_slick .slick-prev, .index_gallery_slick .slick-next {
  width: 46px;
  height: 46px;
  background: url(../image/icon_1.png) no-repeat;
  background-position: -1px -119px; }
  .index_gallery_slick .slick-prev:hover, .index_gallery_slick .slick-prev:focus, .index_gallery_slick .slick-next:hover, .index_gallery_slick .slick-next:focus {
    background: url(../image/icon_1.png) no-repeat;
    background-position: -1px -119px;
    opacity: .5; }

.index_gallery_slick .slick-prev {
  transform: rotate(180deg);
  left: -0.5%; }
.index_gallery_slick .slick-next {
  right: 48%; }

.index_bg .pic_gallery {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0; }

.index_bg_2 {
  background: url(../image/index_bg-3.jpg) no-repeat;
  background-size: cover;
  padding: 3% 0; }
  .index_bg_2 h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 0; }
  .index_bg_2 .form-control {
    border-radius: 0;
    border: 0;
    color: #000;
    height: 46px; }
  .index_bg_2 .index_newsletter {
    background-color: rgba(236, 236, 236, 0.8);
    padding-left: 10px;
    min-height: 42px; }
    .index_bg_2 .index_newsletter .radio-inline {
      padding-top: 10px; }
    .index_bg_2 .index_newsletter .btn-default {
      border-radius: 0;
      border: 0;
      background-color: #E92F33;
      color: #fff;
      float: right;
      padding: 0;
      width: 130px;
      text-align: center;
      line-height: 42px; }
      .index_bg_2 .index_newsletter .btn-default i {
        display: inline-block;
        vertical-align: middle;
        background: url(../image/icon_1.png) no-repeat;
        width: 42px;
        height: 42px;
        background-position: -229px 16px;
        float: right;
        border-left: 1px solid #fff; }
      .index_bg_2 .index_newsletter .btn-default:hover {
        outline: none;
        opacity: .5; }

.line_5 {
  width: 40px;
  height: 4px;
  background-color: #E92F33;
  margin: 20px auto; }

@media (max-width: 1500px) {
  .index_banner_title .index_banner_title_2 {
    left: 30%; } }
@media (max-width: 1231px) {
  .index_news_1 .index_news_content {
    min-height: 318px; } }
@media (max-width: 1280px) {
  .index_banner_title .index_banner_title_2 {
    left: 20%; } }
@media (max-width: 1215px) {
  .index_banner_title .index_banner_title_2 {
    left: 0;
    width: 55%;
    max-height: 0;
    min-height: 280px; }

  .index_list {
    min-height: 252px; }

  /*.index_news_1 .index_news_img{
      display:block;
  }*/
  .index_news_1 .index_news_img {
    width: 100%; }

  .index_news_1 .index_news_content {
    width: 100%;
    min-height: 259px;
    margin: 0; }

  .index_news_1.index_news_3 {
    overflow: inherit;
    height: 100%; }

  .index_news_1.index_news_3 .index_news_img {
    width: 100%;
    height: 100%; }

  .index_news_3 .index_news_content {
    min-height: 259px;
    padding: 3.5%; }

  /*#photos {
      -webkit-column-count: 4;
      -webkit-column-gap: 0px;
      -moz-column-count: 4;
      -moz-column-gap: 0px;
      column-count: 4;
      column-gap: 0px;
  }*/
  .index_picslick_p {
    padding: 2% 5%; }

  .index_picslick {
    width: 80%;
    height: 80%; }

  .index_news_img-3 {
    min-height: 338px; }

  .index_news_2 {
    height: 100%; }

  .index_news_2 .index_news_month {
    top: 0;
    left: 0; } }
@media (max-width: 991px) {
  .index_banner_title .index_banner_title_2 a {
    width: 35%; }

  .index_banner_title .index_banner_title_2 {
    min-height: 335px;
    background-color: rgba(0, 0, 0, 0.5); }

  .index_about_title h3 {
    margin-top: 5%;
    margin-bottom: 15%; }

  .index_about_title_p {
    margin-top: 8%; }

  .index_list {
    min-height: 320px; }

  .index_icon, .index_icon_2,
  .index_icon_3, .index_icon_4,
  .index_icon_5, .index_icon_6 {
    margin-top: 5%; }

  .golden_bg {
    display: none; }

  .golden_bg_2 {
    display: none; }

  /*#photos {
      -webkit-column-count: 1;
      -webkit-column-gap: 0px;
      -moz-column-count: 1;
      -moz-column-gap: 0px;
      column-count: 1;
      column-gap: 0px;
  }*/
  .index_news_1 .index_news_img {
    display: block;
    height: 100%; }

  .index_news_2 {
    padding-bottom: 0; }

  .index_news_1 {
    padding-bottom: 0; }

  .index_gallery_slick .slick-prev {
    top: 37%;
    left: -0.5%; }
  .index_gallery_slick .slick-next {
    top: 37%;
    right: -0.5%; }

  .index_bg .pic_gallery {
    display: none; }

  .index_picslick_p {
    padding: 10% 5%; }

  .index_bg_2 {
    padding: 5% 0; }

  .index_news_2 .index_news_month {
    position: absolute;
    z-index: 9; } }
@media (max-width: 767px) {
  .index_banner .slick-prev,
  .index_banner .slick-next {
    width: 19px;
    height: 15px;
    background: url(../image/icon_1.png) no-repeat;
    background-position: -38px -39px; }
    .index_banner .slick-prev:hover, .index_banner .slick-prev:focus,
    .index_banner .slick-next:hover,
    .index_banner .slick-next:focus {
      background-position: -38px -39px; }

  .index_banner_title .index_banner_title_2 a {
    width: 60%;
    margin: 0 auto; }

  .index_banner_title .index_banner_title_2 {
    background-color: transparent; }

  .index_news_3 .index_news_content {
    min-height: auto; } }
@media (max-width: 600px) {
  .index_banner_title .index_banner_title_2 {
    border: 0;
    top: 35%; }

  .index_banner_title .index_banner_title_2 p {
    display: none; }

  .index_banner_title .index_banner_title_2 h1 {
    font-size: 15px;
    line-height: 22px; }

  .index_banner_title .index_banner_title_2 a {
    width: 100%; }

  .index_banner_title .index_banner_title_2 {
    min-height: 100%;
    max-height: 100%; }

  .index_about_title_p a {
    width: 100%; }

  .index_about_title h3 {
    font-size: 40px; }

  /*#photos {
      -webkit-column-count: 1;
      -webkit-column-gap: 0px;
      -moz-column-count: 1;
      -moz-column-gap: 0px;
      column-count: 1;
      column-gap: 0px;
  }*/
  .index_news_1 .index_news_content {
    margin-left: 0; }

  .index_ahref a {
    width: 60%; }

  .index_picslick_p a {
    width: 40%; } }
@media (max-width: 480px) {
  .index_picslick {
    position: inherit;
    background-color: transparent;
    padding: 1% 0; }
    .index_picslick h4 {
      color: #fff; }
    .index_picslick p {
      color: #fff; }
    .index_picslick .line_4 {
      background-color: #fff; }

  .index_picslick_p a {
    width: 80%; } }
@media (max-width: 400px) {
  .index_bg_2 .index_newsletter {
    padding-left: 0;
    text-align: center; }

  .index_bg_2 .index_newsletter .btn-default {
    display: block;
    float: none;
    width: 100%; }

  .index_bg_2 .index_newsletter .radio-inline {
    padding-top: 15px;
    padding-bottom: 15px; } }
/*---------------about-----------*/
.about_banner {
  position: relative;
  background: no-repeat top center;
  background-size: cover;
  min-height: 402px; }

.about_title {
  margin: auto;
  position: absolute;
  top: 100px;
  bottom: 0; }
  .about_title h1 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px; }
  .about_title h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 75px;
    color: #fff;
    margin-bottom: 10px; }

.about_title_2 {
  margin: auto;
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0; }
  .about_title_2 h3 {
    font-size: 30px;
    color: #fff;
    z-index: 9;
    position: relative;
    top: 30px;
    font-weight: bold; }
  .about_title_2 .banner_line {
    position: absolute;
    margin: auto;
    top: 160px;
    bottom: 0;
    right: 50px;
    border: 7px solid #F5D028;
    width: 370px;
    height: 168px; }

.bookmark_bg {
  background-color: #F5F4F6;
  min-height: 75px;
  width: 50%;
  position: absolute;
  z-index: 99;
  margin-top: -2.8%; }

.bookmark {
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bookmark ul {
    list-style: none; }
    .bookmark ul li {
      display: inline-block;
      vertical-align: middle;
      color: #A1A1A1; }
      .bookmark ul li a {
        font-size: 16px;
        color: #A1A1A1;
        padding: 0 10px; }
        .bookmark ul li a.bookmarkactive {
          color: #12131F; }

.bookmark_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 3px;
  background-color: #F5D028; }

.about_content_title h3 {
  font-size: 35px;
  color: #1F1F1F; }
.about_content_title h4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 29px;
  color: #A5A5A5; }

.about_content_1 h5 {
  font-size: 25px;
  color: #1F1F1F;
  text-align: center;
  margin: 20px auto; }
.about_content_1 .about_line {
  background-color: #006CBD;
  width: 40px;
  height: 4px;
  margin: 20px auto; }
.about_content_1 p {
  font-size: 16px;
  color: #666666;
  text-align: center; }

.about_content_p {
  padding: 0 10%;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  position: relative;
  margin-bottom: 100px; }
  .about_content_p span {
    font-size: 23px;
    color: #1F1F1F;
    display: block;
    margin: 40px auto;
    font-weight: bold; }
  .about_content_p img {
    position: absolute;
    right: -10%;
    bottom: -18%; }

.parallax-window_2 {
  width: 100%;
  min-height: 488px;
  background: transparent;
  padding: 4% 0; }

.about_1 {
  position: relative; }

.about_top-out {
  position: relative; }

.about_top {
  width: 214px;
  height: 138px;
  background-color: #006CBD;
  margin: 0 auto;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .about_top i {
    background: #0057A3;
    background: linear-gradient(135deg, transparent 58px, #0057A3 0);
    width: 82px;
    height: 82px;
    position: absolute;
    bottom: 0;
    right: 0; }

.about_top-line {
  background-color: rgba(236, 236, 236, 0.44);
  width: 4px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22%; }

.about_longline {
  background-color: rgba(236, 236, 236, 0.44);
  height: 4px;
  width: 81.5%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%; }

.about_bottom-out {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 63px; }

.about_bottom {
  width: 136px;
  height: 104px;
  background-color: #006CBD;
  margin: 0 auto;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .about_bottom i {
    background: #0057A3;
    background: linear-gradient(135deg, transparent 58px, #0057A3 0);
    width: 61px;
    height: 61px;
    position: absolute;
    bottom: 0;
    right: 0; }

.about_bottom_2 {
  width: 136px;
  height: 104px;
  background-color: #F5D028;
  margin: 0 auto;
  font-size: 17px;
  color: #1F1F1F;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .about_bottom_2 i {
    background: #F7BC00;
    background: linear-gradient(135deg, transparent 58px, #F7BC00 0);
    width: 61px;
    height: 61px;
    position: absolute;
    bottom: 0;
    right: 0; }

.about_bottom-line {
  background-color: rgba(236, 236, 236, 0.44);
  width: 4px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -28%; }

.about_2 {
  margin: 50px auto;
  padding: 0 15%;
  overflow: hidden; }
  .about_2 span {
    color: #F5D028;
    font-size: 23px;
    text-align: center;
    display: block; }
  .about_2 h3 {
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
    font-weight: bold; }
  .about_2 p {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 26px; }
  .about_2 img {
    margin: 0 auto; }

.line_6 {
  height: 100%;
  width: 1px;
  background-color: #F5D028;
  position: absolute;
  right: 0;
  top: 0; }

.about_3 {
  padding: 3%;
  background-color: rgba(245, 208, 40, 0.1);
  border-top: 1px solid #F5D028;
  border-bottom: 1px solid #F5D028;
  margin: 30px auto; }
  .about_3 h4 {
    font-size: 16px;
    color: #FF9900; }
  .about_3 p {
    font-size: 16px;
    color: #333333;
    line-height: 26px; }

.about_3-2 table {
  width: 100%;
  margin: 50px auto; }
  .about_3-2 table tr > td {
    padding: 1.5em;
    background-color: rgba(245, 208, 40, 0.1);
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    font-size: 16px;
    color: #333333; }
    .about_3-2 table tr > td:nth-child(1) {
      background-color: rgba(245, 208, 40, 0.3);
      width: 15%;
      font-weight: bold; }
    .about_3-2 table tr > td:nth-child(2) {
      border-right: 1px solid #C1C1C1;
      width: 15%; }

.about_4 img {
  float: right; }

.about_4 {
  padding: 0 8%; }
  .about_4 h3 {
    font-size: 23px;
    color: #1F1F1F;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 30px;
    display: inline-block; }
  .about_4 p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px; }
  .about_4 h4 {
    font-size: 19px;
    color: #006CBD;
    font-weight: bold;
    margin-bottom: 20px; }

.about_5 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 8%;
  position: relative;
  margin: 80px auto; }
  .about_5 table {
    width: 100%; }
    .about_5 table tr:nth-child(odd) {
      background-color: rgba(246, 170, 52, 0.1); }
    .about_5 table tr:nth-child(even) {
      background-color: rgba(235, 235, 235, 0.27); }
    .about_5 table tr td {
      padding: 2em;
      font-size: 16px;
      color: #333333;
      line-height: 26px;
      border-top: 1px solid #C1C1C1; }
      .about_5 table tr td span {
        font-size: 23px;
        color: #F5D028;
        font-weight: bold; }
      .about_5 table tr td b {
        color: #1F1F1F;
        margin: 0 10px;
        font-weight: bolder; }
      .about_5 table tr td em {
        margin: 0 30px;
        color: #F5D028;
        font-size: 16px;
        font-style: normal; }
      .about_5 table tr td:nth-child(1) {
        width: 20%; }
      .about_5 table tr td:nth-child(2) {
        padding: 2em 0; }

.about_5-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -5%;
  margin: auto;
  background-color: #006AC0;
  font-size: 19px;
  color: #EBEBEB;
  text-align: center;
  width: 30%;
  min-height: 64px;
  line-height: 64px; }

.about_5-3 {
  top: -2.5%; }

.about_6 {
  position: relative;
  min-height: 173px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  padding: 10% 0;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
  margin: 30px auto; }
  .about_6 i {
    background: url(../image/icon_1.png) no-repeat;
    display: block;
    width: 56px;
    height: 67px;
    margin: 0 auto;
    background-position: -315px -32px; }
  .about_6 b {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #F5D028;
    margin: 0 auto; }
  .about_6 a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .about_6:hover {
    border: 3px solid #F5D028; }
    .about_6:hover i {
      background-position: -399px -32px; }

.about_bg {
  background: url(../image/bg_1.png) no-repeat bottom left;
  padding-bottom: 10%; }

@media (max-width: 1215px) {
  .about_content_p img {
    display: none; }

  .about_5 table tr td:nth-child(1) {
    width: 40%; } }
@media (max-width: 991px) {
  .bookmark_bg {
    width: 100%; }

  .bookmark_line {
    margin: auto;
    left: 0;
    right: 0; }

  .about_longline,
  .about_bottom-line,
  .about_top-line {
    display: none; }

  .about_bottom-out {
    margin: 0 auto;
    margin-top: 20px; }

  .line_6 {
    width: 100%;
    height: 1px;
    background-color: #F5D028;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0; }

  .about_2 {
    padding: 0 2%; }

  .about_4 {
    padding: 0; } }
@media (max-width: 767px) {
  .about_title_2 .banner_line,
  .about_title_2 h3 {
    display: none; }

  .about_banner {
    min-height: 255px; }

  .about_title {
    top: 55px; }

  .about_content_p {
    padding: 0; }

  .about_bottom-out {
    display: block; }

  .about_4 img {
    float: none;
    margin: 20px auto; }

  .about_5 table tr td:nth-child(1) {
    width: auto;
    padding: .5em; }

  .about_5-2 {
    width: 100%;
    position: inherit;
    top: 0; }

  .about_5 table tr td span {
    display: block;
    text-align: center; } }
/*-------------cooperation---------------*/
.cooperation_content {
  background-color: #fff;
  border-top: 2px solid #858486;
  padding: 5%;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  min-height: 150px;
}

.cooperation_content i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #F5D028;
  border-radius: 100%;
  margin-right: 10px; }

.cooperation_content_2 {
  padding: 4%;
  min-height: 210px; }
  .cooperation_content_2 h3 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 26px; }
  .cooperation_content_2 p {
    font-size: 15px;
    color: #333333;
    line-height: 26px; }

.cooperation_content_3 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  min-height: 347px;
  padding: 4%;
  margin: 30px auto; }
  .cooperation_content_3 img {
    float: right;
    margin: 20px auto; }
  .cooperation_content_3 h3 {
    clear: both;
    font-size: 19px;
    color: #000000;
    font-weight: bold; }
  .cooperation_content_3 .line_7 {
    width: 20px;
    height: 2px;
    background-color: #F5D028;
    margin: 20px 0; }
  .cooperation_content_3 h4 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0; }
  .cooperation_content_3 p {
    font-size: 15px;
    color: rgba(51, 51, 51, 0.85); }

.cooperation_bg {
  background-color: rgba(245, 208, 40, 0.1);
  padding: 1.5% 0; }

.cooperation_content_4 {
  margin: 50px auto; }
  .cooperation_content_4 ul {
    list-style: none;
    text-align: center; }
    .cooperation_content_4 ul li {
      display: inline-block;
      vertical-align: top;
      width: 20.1%;
      padding: 2%;
      border: 1px solid #DDDDDD;
      margin-left: -4px;
      margin-top: -1px;
      background-color: #fff;
      min-height: 200px;
    }
      .cooperation_content_4 ul li img {
        margin: 0 auto; }
      .cooperation_content_4 ul li p {
        font-size: 15px;
        color: #333333;
        line-height: 26px; }

@media (max-width: 1215px) {
  .cooperation_content {
      min-height: 170px;
  }
}

@media (max-width: 991px) {
  .cooperation_content_4 ul li {
    padding: 1%;
    width: 20%; } 
  .cooperation_content {
      min-height: auto;
  }

  }
@media (max-width: 767px) {
  .cooperation_content_4 ul li {
    width: 25%; } }
@media (max-width: 600px) {
  .cooperation_content_4 ul li {
    width: 30%; } }
@media (max-width: 500px) {
  .cooperation_content_4 ul li {
    width: 50%; } }
/*-------------sitemap------------------*/
.sitemap_list {
  min-height: 246px; }
  .sitemap_list ul {
    list-style: none;
    padding: 5% 3%; }
    .sitemap_list ul li > a {
      font-size: 15px;
      color: #333333;
      display: block;
      line-height: 30px;
      transition: all .2s ease-in-out; }
      .sitemap_list ul li > a i {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 2px;
        background-color: #A3A3A3;
        margin: 0 auto;
        margin-right: 10px;
        transition: all .2s ease-in-out; }
      .sitemap_list ul li > a:hover {
        font-weight: bolder; }
        .sitemap_list ul li > a:hover i {
          background-color: #F5D028; }

.contact_add {
  padding-left: 15%;
  margin-top: 50px; }
  .contact_add h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 37px;
    color: #212121; }
  .contact_add h4 {
    font-size: 19px;
    color: #212121;
    margin: 20px auto;
    font-weight: bold; }
  .contact_add ul {
    list-style: none; }
    .contact_add ul li {
      font-size: 15px;
      color: #212121;
      line-height: 30px; }
      .contact_add ul li a {
        color: #212121; }

.contact_link {
  padding-right: 15%;
  margin-top: 120px; }
  .contact_link a {
    display: block;
    background-color: #F5D028;
    text-align: center;
    min-height: 60px;
    line-height: 60px;
    font-size: 21px;
    color: #222222;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none; }
    .contact_link a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 19px;
      height: 30px;
      background-position: -112px -72px;
      margin-right: 10px; }
    .contact_link a em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -220px 0;
      margin-left: 10px; }
    .contact_link a:hover {
      background-color: #F6AA34; }

.line_8 {
  width: 40px;
  height: 3px;
  background-color: #F5D028;
  margin: 20px auto; }

.contact_list {
  background-color: #222222;
  margin: 30px auto;
  padding: 3%;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  z-index: 9; }
  .contact_list p {
    text-align: center;
    font-size: 18px;
    color: #fff; }

.contact_form .form-group {
  border: 1px solid #4E4E4E;
  border-radius: 4px; }
  .contact_form .form-group label {
    font-size: 15px;
    color: #F5D028;
    line-height: 46px;
    margin-bottom: 0; }
  .contact_form .form-group .form-control {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 46px;
    color: #F5D028; }
.contact_form .btn-default {
  background-color: #F5D028;
  font-size: 16px;
  color: #212121;
  border: 0;
  border-radius: 0;
  min-height: 42px;
  line-height: 42px;
  width: 100%;
  padding: 0; }
  .contact_form .btn-default i {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon_1.png) no-repeat;
    width: 42px;
    height: 42px;
    background-position: -202px 16px;
    float: right;
    border-left: 1px solid #000; }
  .contact_form .btn-default:hover {
    background-color: rgba(245, 208, 40, 0.7); }

#map {
  min-height: 602px; }

.contact_height {
  min-height: 400px; }

@media (max-width: 991px) {
  .contact_height {
    min-height: 800px; }

  .contact_list {
    top: 45%; } }
@media (max-width: 767px) {
  .contact_add {
    padding-left: 0; }

  .contact_link {
    padding-right: 0;
    margin: 20px auto; }

  .contact_form form img {
    margin: 20px auto; }

  .contact_list {
    position: inherit; }

  .contact_height {
    display: none; }

  #map {
    min-height: 200px; }

  .contact_form .form-group .form-control {
    height: 34px; } }
/*------------member------------*/
.member_1 {
  margin: 80px auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 10%; }
  .member_1 h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 37px;
    color: #202020; }
  .member_1 h4 {
    font-size: 19px;
    color: #202020;
    font-weight: bold; }
  .member_1 .form-control {
    height: 46px;
    font-size: 15px;
    color: #535353;
    margin: 20px auto; }

.member_forget a {
  display: block;
  font-size: 16px;
  color: #3B3B3B;
  font-weight: bold;
  margin: 10px auto; }
  .member_forget a i {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon_1.png) no-repeat;
    width: 29px;
    height: 27px;
    background-position: -198px -72px;
    margin-right: 10px; }
  .member_forget a:hover {
    color: #F5D028; }

.member_line {
  width: 1px;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.35);
  position: absolute;
  right: 0;
  top: 0; }

.member_re {
  margin-top: 12%; }
  .member_re a {
    display: flex;
    background-color: #555555;
    text-align: center;
    font-size: 17px;
    color: #EBEBEB;
    min-height: 64px;
    align-items: center;
    justify-content: center; }
    .member_re a em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -248px 0;
      margin-left: 10px; }
    .member_re a:hover {
      background-color: #999; }
  .member_re .btn-default {
    display: flex;
    background-color: #555555;
    text-align: center;
    font-size: 17px;
    color: #EBEBEB;
    min-height: 64px;
    width: 100%;
    border-radius: 0;
    align-items: center;
    justify-content: center; }
    .member_re .btn-default em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -248px 0;
      margin-left: 10px; }
    .member_re .btn-default:hover {
      background-color: #999;
      outline: none; }

.member_re_2 {
  margin: 50px auto; }
  .member_re_2 p {
    font-size: 16px;
    color: #333333; }
  .member_re_2 h2 {
    font-size: 19px;
    color: #47464C;
    border-bottom: 1px solid #F5D028;
    padding-bottom: 20px;
    margin: 30px auto;
    font-weight: bold; }
    .member_re_2 h2 b {
      font-size: 23px;
      color: #F5D028;
      font-weight: bold;
      margin-right: 10px; }
  .member_re_2 label {
    font-size: 16px;
    color: #202020;
    line-height: 46px;
    margin-bottom: 0; }
    .member_re_2 label i {
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      background-color: #1181C5;
      margin-right: 5px; }
  .member_re_2 .form-control {
    height: 46px; }
  .member_re_2 span {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: rgba(102, 102, 102, 0.75); }

.member_re_2 {
  margin: 20px auto; }
  .member_re_2 .radio-inline {
    margin-top: 10px;
    line-height: 26px; }

.member_re_2 ul {
  list-style: none;
  border-bottom: 1px solid #F5D028;
  margin-bottom: 50px; }
  .member_re_2 ul li {
    font-size: 16px;
    color: #202020;
    margin-bottom: 10px; }
    .member_re_2 ul li b {
      display: inline-block;
      vertical-align: middle;
      font-size: 23px;
      color: #F5D028; }

.member_bg {
  min-height: 106px;
  padding: 2%;
  border-top: 1px solid #fff; }

.member_bg_2 {
  min-height: 132px; }

@media (max-width: 991px) {
  .member_line {
    display: none; }

  .member_bg {
    min-height: 50px; } }
@media (max-width: 767px) {
  .member_1 {
    padding: 0; } }
/*---------------photo--------------*/
.photo_title {
  position: relative;
  z-index: 100; }
  .photo_title h1 {
    font-size: 20px;
    color: #141414;
    text-align: center; }
  .photo_title h2 {
    font-size: 75px;
    color: #141414;
    text-align: center;
    font-family: 'Fjalla One', sans-serif; }

.photo_img {
  background-color: #fff;
  border: 1px solid rgba(178, 178, 178, 0.37);
  margin: 30px auto;
  position: relative; }
  .photo_img h3 {
    text-align: center;
    font-size: 17px;
    color: #000; }
  .photo_img .green_line {
    background-color: #85B200;
    width: 41px;
    height: 2px;
    margin: 20px auto; }
  .photo_img span {
    display: block;
    text-align: center;
    margin: 20px auto; }
  .photo_img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .photo_img:hover img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: .5; }

.photo_detail_title {
  font-size: 19px;
  color: #000000;
  background-color: #fff;
  border-top: 2px solid #858486;
  text-align: center;
  min-height: 66px;
  padding-top: 1.5%;
  position: relative;
  margin-top: 30px;
  font-weight: bold; }
  .photo_detail_title a {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon_1.png) no-repeat;
    width: 20px;
    height: 15px;
    background-position: -157px -72px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .photo_detail_title a.right_a {
      transform: rotate(180deg);
      left: 1%; }
    .photo_detail_title a.left_a {
      float: right;
      right: 1%; }
    .photo_detail_title a:hover {
      opacity: .5; }

.photo_img-2 {
  position: relative;
  margin: 30px auto; }
  .photo_img-2 h4 {
    font-size: 15px;
    color: #46464C;
    line-height: 26px; }
  .photo_img-2 a {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.photo_rn nav {
  text-align: center;
  margin: 40px auto; }
  .photo_rn nav .pagination li .back_1 {
    width: 102px;
    height: 40px;
    background-color: #F5D028;
    border-radius: 4px;
    border: 0;
    color: #46464C;
    font-size: 17px;
    font-family: 'Fjalla One', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .photo_rn nav .pagination li .back_1 i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -220px 0;
      transform: rotate(180deg);
      margin-right: 10px; }
  .photo_rn nav .pagination li .next_1 {
    width: 102px;
    height: 40px;
    background-color: #F5D028;
    border-radius: 4px;
    border: 0;
    color: #46464C;
    font-size: 17px;
    font-family: 'Fjalla One', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .photo_rn nav .pagination li .next_1 i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -220px 0;
      margin-left: 10px; }

.photo_rn .pagination > li > a,
.photo_rn .pagination > li > span {
  float: none;
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  color: #47464C;
  font-size: 17px;
  font-family: 'Fjalla One', sans-serif;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F5D028; }
  .photo_rn .pagination > li > a:hover, .photo_rn .pagination > li > a:focus,
  .photo_rn .pagination > li > span:hover,
  .photo_rn .pagination > li > span:focus {
    background-color: #47464C;
    border: 1px solid #47464C;
    color: #fff; }
  .photo_rn .pagination > li > a.active_color,
  .photo_rn .pagination > li > span.active_color {
    background-color: #47464C;
    border: 1px solid #47464C;
    color: #fff; }

@media (max-width: 500px) {
  .photo_rn .pagination > li > a,
  .photo_rn .pagination > li > span {
    margin: 0 1px; } }
@media (max-width: 480px) {
  .photo_detail_title a {
    position: inherit; }

  .photo_detail_title a.right_a {
    float: left;
    margin-top: 5%; }

  .photo_detail_title a.left_a {
    float: right;
    margin-top: 5%; }

  .photo_rn nav .pagination li .next_1,
  .photo_rn nav .pagination li .back_1 {
    width: 100%;
    display: flex;
    margin: 10px auto; }

  .photo_rn .pagination {
    display: block; } }
/*----------------research-----------------*/
.research_banner {
  min-height: 530px; }

.research_title {
  position: absolute;
  margin: auto;
  top: 250px;
  bottom: 0;
  left: 0; }
  .research_title h1 {
    font-size: 19px;
    color: #FFFFFF;
    font-weight: bold; }
  .research_title h2 {
    font-size: 31px;
    color: #FFFFFF;
    font-family: 'Fjalla One', sans-serif;
    line-height: 40px; }

.content_a {
  position: relative;
  margin: 10px auto; }
  .content_a .index_news_content {
    background-color: #ffffff;
    padding: 7.5%; }
    .content_a .index_news_content h3 {
      font-size: 17px;
      color: #000000;
      line-height: 26px;
      margin: 0 auto;
      margin-bottom: 20px;
      font-weight: bold; }
    .content_a .index_news_content p {
      display: block;
      font-size: 14px;
      color: #333333; }
    .content_a .index_news_content .index_news_more {
      font-size: 16px;
      color: #ffffff;
      min-height: 30px;
      line-height: 26px;
      text-align: center;
      width: 100%;
      margin: 20px 0; }
  .content_a a {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .content_a:hover .index_news_img img {
    opacity: .5; }
  .content_a:hover .index_news_more i {
    transform: rotateY(180deg);
    border: 0; }

.research_title_2 h3 {
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); }

.research_title_2 {
  display: block;
  border: 7px solid transparent;
  position: absolute;
  margin: auto;
  top: 150px;
  right: 0;
  padding: 2% 10% 2% 3%; }

.research_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .research_list ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0; }
    .research_list ul li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 78px;
      width: 10%; }
      .research_list ul li a {
        font-weight: 600;
        font-size: 18px;
        color: #fff; }
        .research_list ul li a img {
          display: none; }
        .research_list ul li a:hover {
          color: #000; }
      .research_list ul li:hover, .research_list ul li.active_list {
        background-color: #F5F4F6;
        position: relative;
        min-height: 85px;
        margin-top: -7px; }
        .research_list ul li:hover img, .research_list ul li.active_list img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 2px; }
        .research_list ul li:hover a, .research_list ul li.active_list a {
          color: #000; }

.research_bookmark {
  margin: 40px auto; }
  .research_bookmark ul {
    list-style: none;
    border-bottom: 1px solid rgba(161, 161, 161, 0.7);
    padding-bottom: 2%; }
    .research_bookmark ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      color: #A1A1A1;
      font-weight: 600; }
      .research_bookmark ul li a {
        font-size: 16px;
        color: rgba(161, 161, 161, 0.75); }
        .research_bookmark ul li a.research_bookmarkactive {
          color: #0C0A06; }

.research_content_title h3 {
  font-size: 23px;
  font-weight: bold; }
.research_content_title h4 {
  font-size: 65px;
  color: #212121;
  font-family: 'Fjalla One', sans-serif; }

.research_content_2 {
  position: relative;
  padding-bottom: 20px;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .research_content_2:hover {
    opacity: .8; }

.research_content_3 {
  position: relative; }
  .research_content_3 h3 {
    font-size: 23px;
    color: #FFFFFF;
    position: absolute;
    bottom: 3%;
    left: 3%; }

.research_content_4 {
  padding: 3%; }
  .research_content_4 p {
    font-size: 15px;
    color: #fff;
    line-height: 26px; }

.research_more {
  font-size: 16px;
  background-color: #fff;
  width: 115px;
  text-align: center;
  line-height: 26px;
  float: right; }

.research_more_2 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.research_add {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background-color: #010101;
  color: #F5D028;
  font-size: 12px;
  z-index: 9; }
  .research_add i {
    display: block;
    width: 65px;
    height: 53px;
    background: #F5D028 url(../image/icon_1.png) no-repeat;
    background-position: -239px -61px; }
  .research_add:hover {
    color: #F5D028;
    opacity: .8; }

.research_add_n {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background-color: #006CBD;
  color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  font-size: 12px;
  z-index: 9; }
  .research_add_n i {
    display: block;
    width: 65px;
    height: 53px;
    background: #A0A0A0 url(../image/icon_1.png) no-repeat;
    background-position: -280px -106px; }
  .research_add_n:hover {
    opacity: .5; }

.research_content_5 {
  position: relative;
  margin: 20px auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .research_content_5 h3 {
    font-size: 17px; }
  .research_content_5 p {
    font-size: 14px;
    color: #343434;
    min-height: 149px; }
  .research_content_5 .research_more {
    float: none;
    color: #424251;
    text-align: left; }
  .research_content_5:hover {
    opacity: .5; }

.research_more_3 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .research_more_3 a {
    display: flex;
    text-align: center;
    font-size: 17px;
    color: #fff;
    min-height: 64px;
    align-items: center;
    justify-content: center; }
    .research_more_3 a em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -248px 0;
      margin-left: 10px; }
  .research_more_3:hover {
    opacity: .7; }

.research_detail_1 h3 {
  font-size: 27px;
  color: #212121;
  font-weight: bold; }
.research_detail_1 .research_line {
  width: 80px;
  height: 4px;
  margin: 20px 0; }

.research_detail_2 {
  padding: 2% 0; }
  .research_detail_2 .research_month {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    font-weight: bold; }
    .research_detail_2 .research_month span {
      color: #202020; }
  .research_detail_2 ul {
    display: inline-block;
    vertical-align: middle;
    float: right; }
    .research_detail_2 ul li {
      display: inline-block;
      vertical-align: middle; }
      .research_detail_2 ul li a {
        display: block;
        width: 16px;
        height: 18px;
        background: url(../image/icon_1.png) no-repeat;
        margin: 0 6px; }
        .research_detail_2 ul li a.t_1 {
          background-position: -209px -119px; }
        .research_detail_2 ul li a.f_1 {
          background-position: -236px -118px; }
        .research_detail_2 ul li a.b_1 {
          background-position: -265px -118px; }
        .research_detail_2 ul li a:hover {
          opacity: .5; }

.research_detail_3 {
  border-bottom: 1px solid #9B9B9B;
  border-top: 2px solid #9B9B9B; }

.research_detail_3 iframe {
  margin: 15px auto; }

/*
.research_detail_4 p{
    font-size: 16px;
    color:#333333;
    line-height: 30px;
    padding:2% 0;
}
*/
.research_detail_5 h3 {
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid rgba(165, 165, 165, 0.73);
  padding-bottom: 15px; }

.people_1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #7D7D7D;
  margin-right: 25px;
  margin-bottom: 20px; }
  .people_1 span {
    display: block;
    font-size: 23px;
    color: #383838; }

.research_detail_6 {
  margin: 10px auto; }
  .research_detail_6 a {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #000000;
    background-color: #F5D028;
    line-height: 59px;
    text-decoration: none; }
    .research_detail_6 a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 33px;
      height: 28px;
      background-position: -358px -118px;
      margin-right: 10px; }
    .research_detail_6 a em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -220px 0;
      margin-left: 10px; }
    .research_detail_6 a:hover {
      opacity: .5; }

.research_detail_6-2 {
  margin: 10px auto; }
  .research_detail_6-2 a {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #006CBD;
    line-height: 59px;
    text-decoration: none; }
    .research_detail_6-2 a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 33px;
      height: 28px;
      background-position: -415px -118px;
      margin-right: 10px; }
    .research_detail_6-2 a em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -248px 0;
      margin-left: 10px; }
    .research_detail_6-2 a:hover {
      opacity: .5;
      cursor: no-drop; }

.research_detail_6-3 {
  margin: 10px auto;
  margin-bottom: 60px; }
  .research_detail_6-3 a {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #FF5C26;
    line-height: 59px;
    text-decoration: none; }
    .research_detail_6-3 a i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 33px;
      height: 31px;
      background-position: -471px -118px;
      margin-right: 10px; }
    .research_detail_6-3 a em {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      width: 6px;
      height: 9px;
      background-position: -248px 0;
      margin-left: 10px; }
    .research_detail_6-3 a:hover {
      opacity: .5; }

.research_detail_list {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  display: none; }

.research_detail_form {
  padding: 4% 0; }
  .research_detail_form h3 {
    font-size: 23px;
    color: #46464C;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }
    .research_detail_form h3 i {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/icon_1.png) no-repeat;
      background-position: -62px -118px;
      width: 29px;
      height: 27px;
      margin-right: 10px; }
  .research_detail_form p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    border-bottom: 1px solid #F5D028;
    padding-bottom: 10px; }

.research_detail_form label {
  font-size: 16px;
  color: #212121;
  margin: 15px auto;
  padding-top: 6px; }
  .research_detail_form label i {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #006CBD;
    margin-right: 10px; }
.research_detail_form .form-control {
  margin: 15px auto;
  border-radius: 0; }
.research_detail_form span {
  font-size: 15px;
  color: #666666; }
.research_detail_form .radio-inline {
  margin: 15px 10px; }

.research_download {
  background-color: #fff;
  padding: 1%;
  border-radius: 4px;
  margin: 15px auto; }
  .research_download .research_download_1 {
    background-color: #E9E8E9;
    border-top: 2px solid rgba(155, 155, 155, 0.49);
    padding: 1.5%; }
    .research_download .research_download_1 a {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px;
      color: #747474;
      float: right; }
      .research_download .research_download_1 a b {
        display: inline-block;
        vertical-align: middle;
        background: url(../image/icon_1.png) no-repeat;
        width: 22px;
        height: 22px;
        background-position: -477px -72px;
        margin-left: 10px; }
      .research_download .research_download_1 a:hover {
        color: #000; }

.research_download_2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #1F1F1F; }
  .research_download_2 i {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/icon_1.png) no-repeat;
    width: 19px;
    height: 27px;
    background-position: -478px -35px;
    margin-right: 10px;
    font-size: 15px;
    color: #1F1F1F; }

.research_img {
  margin: 0 10px;
  position: relative; }
  .research_img img {
    padding: 1.5%;
    background-color: #fff;
    border: 1px solid #E4E4E4; }
  .research_img p {
    text-align: center;
    font-size: 15px;
    color: #46464C;
    padding: 10px 0; }
  .research_img a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    outline: none; }

.research_photo .slick-prev,
.research_photo .slick-next,
.research_photo .slick-prev:hover,
.research_photo .slick-next:hover,
.research_photo .slick-prev:focus,
.research_photo .slick-next:focus {
  width: 45px;
  height: 45px;
  background: url(../image/icon_1.png) no-repeat;
  background-position: -2px -120px;
  top: 30%; }

.research_photo .slick-next {
  right: -1%; }

.research_photo .slick-prev {
  left: -1%;
  transform: rotate(180deg); }

.blackline {
  width: 100%;
  height: 2px;
  background-color: #9B9B9B;
  margin: 20px auto; }

.research_h3 h3 {
  font-size: 23px;
  color: #1F1F1F;
  font-weight: bold;
  margin: 25px 0; }

.about_research_line {
  width: 416px;
  height: 3px;
  position: relative;
  left: -12%;
  margin: 20px 0; }

.about_research_img {
  position: absolute;
  right: 0;
  top: 0;
  float: right; }

.about_research_content {
  position: relative;
  z-index: 9; }
  .about_research_content ul {
    list-style: none; }
    .about_research_content ul li {
      margin: 10px auto; }
      .about_research_content ul li img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .about_research_content ul li p {
        display: inline-block;
        vertical-align: middle;
        vertical-align: text-top;
        font-size: 17px;
        color: #333333;
        margin-bottom: 0;
        width: 42%; }

.about_research_bg {
  background-color: #fff;
  min-height: 360px;
  padding: 2%; }

.about_research_1 {
  margin: 30px auto; }
  .about_research_1 i {
    display: block;
    background: url(../image/icon_1.png) no-repeat;
    background-position: -155px -118px;
    width: 32px;
    height: 24px;
    margin: 0 auto; }
  .about_research_1 h3 {
    text-align: center;
    font-size: 25px; }

.about_research_2 {
  border-top: 2px solid #C1C0C2;
  padding: 0 20px;
  margin-bottom: 20px;
  min-height: 225px; }
  .about_research_2 h3 {
    font-size: 19px;
    color: #000000;
    margin: 25px auto;
    font-weight: bold; }
  .about_research_2 ul {
    list-style: none; }
    .about_research_2 ul li {
      font-size: 15px;
      color: rgba(51, 51, 51, 0.85);
      margin: 10px auto; }

.about_research_3_title {
  font-size: 25px;
  color: #fff;
  text-align: center;
  width: 302px;
  height: 63px;
  line-height: 63px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 30px; }

.about_research_3 {
  min-height: 429px;
  margin-bottom: 3%; }
  .about_research_3 img {
    background-color: #4E4E4E;
    border-radius: 100%;
    margin: 30px auto; }
  .about_research_3 p {
    font-size: 17px;
    color: #fff;
    padding-top: 4%;
    line-height: 26px;
    margin-top: 30px;
    min-height: 175px; }
  .about_research_3 strong {
    display: block;
    width: 21px;
    height: 2px;
    margin: 15px 0; }

.about_research_4_line {
  background-color: rgba(162, 162, 162, 0.32);
  height: 1px; }

@media (max-width: 1600px) {
  .research_list ul li {
    width: 13%; }

  .about_research_content ul li p {
    width: 30%; } }
@media (max-width: 1440px) {
  .about_research_img {
    position: inherit;
    float: none;
    margin: 0 auto; }

  .about_research_content ul li p {
    width: 90%; } }
@media (max-width: 1215px) {
  .about_research_2 {
    min-height: 240px; }

  .about_research_3 p {
    min-height: 115px; } }
@media (max-width: 1199px) {
  .research_list ul li {
    width: 15%; } }
@media (max-width: 991px) {
  .research_title_2 {
    top: 150px;
    right: 0;
    padding: 1%; }

  .research_title {
    top: 150px; }

  .research_detail_form label,
  .research_detail_form .form-control,
  .research_detail_form .radio-inline {
    margin: 5px auto; }
    .research_list ul li {
    width: 20%; }
     }
@media (max-width: 767px) {
  .research_list ul li {
    width: 25%; }

  .research_title {
    position: inherit;
    top: 59px; }
    .research_title h2 {
      font-size: 19px;
      line-height: 26px; }

  .research_title_2 {
    position: inherit;
    top: 59px; }
    .research_title_2 h3 {
      font-size: 22px; }

  .research_banner {
    min-height: 410px; }

  .research_download .research_download_1 a {
    float: none;
    display: block;
    text-align: center;
    margin: 10px auto; }

  .about_research_2 {
    min-height: auto; }

  .about_research_3_title {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%; }

  .about_research_3 p {
    min-height: auto; } }
@media (max-width: 700px) {
  .research_list {
    position: inherit; }

  .research_list ul li {
    width: 100%;
    min-height: 45px; }

  .research_list ul li:hover, .research_list ul li.active_list {
    min-height: 55px;
    margin-top: 0; }

  .research_content_4 p {
    font-size: 14px; }

  .research_content_3 h3 {
    font-size: 20px;
    position: inherit; }

  .research_content_2 {
    padding-bottom: 35px; } }
@media (max-width: 480px) {
  .research_detail_6 a,
  .research_detail_6-2 a,
  .research_detail_6-3 a {
    width: 80%; }

  .research_download .research_download_1 {
    padding: 5%; } }

/*# sourceMappingURL=style.css.map */
