﻿.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.breadcrumb-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #999; }

.breadcrumb-con .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent; }

.breadcrumb-con a {
    color: inherit; }

.template_list .swiper-item {
  padding-bottom: 30px; }

.template_list .swiper-pagination {
  bottom: 0; }

.template_list .swiper-pagination-bullet {
  background-color: #e3e3e3;
  border-color: #e3e3e3; }

.template_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #084397; }

.template_list .template_list-hd {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.template_list .template_list-hd .title {
    font-size: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #000; }

.template_list .template_list-hd ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #737373;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1%;
    overflow: auto;
    margin-left: 10%; }

.template_list .template_list-hd ul li {
      margin-right: 10px; }

.template_list .template_list-hd ul .active a {
      background: #084397;
      color: #fff; }

.template_list .template_list-hd ul a {
      color: inherit;
      display: block;
      padding: 10px 20px;
      white-space: nowrap;
      line-height: 1; }

.template_list .wrap .swiper-slide {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.template_list .wrap .swiper-slide:after {
    content: '';
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 0;
    background: #084397;
    height: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.template_list .wrap .swiper-slide:hover {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }

.template_list .wrap .swiper-slide:hover:after {
      width: 100%; }

.template_list .wrap .con {
  position: relative;
  padding: 20px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.template_list .wrap .text-con {
  padding: 30px 20px; }

.template_list .wrap .name {
  font-size: 16px;
  color: #303030;
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.template_list .wrap .summary {
  font-size: 13px;
  color: #888888;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.template_list .wrap .text {
  font-size: 13px;
  color: #888888;
  margin-top: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.template_list .wrap .time {
  font-size: 14px;
  color: #999999;
  margin-top: 15px; }

.template_list .wrap .time i {
    margin-right: 10px; }

.template_list .wrap .time span {
    color: #000000;
    font-size: 14px; }

.template_list .wrap .squared-list {
  margin-top: -20px;
  margin-bottom: -20px; }

.template_list .wrap .squared-list li {
    padding-top: 20px;
    padding-bottom: 20px; }

.template_list .wrap .common-list {
  overflow: hidden; }

.template_list .wrap .common-list .swiper-slide {
    display: block; }

.template_list .swiper-slide.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.template_list .swiper-slide.flex:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-top: 30px; }

.paging a {
    display: inline-block;
    color: #666666;
    height: 33px;
    line-height: 33px;
    display: none;
    background: #fff;
    padding: 0 12px;
    border-color: #DDDDDD; }

.paging a.active {
      color: #084397;
      border-color: #084397; }

.paging a:hover {
      color: #084397;
      border-color: #084397; }

.paging a:first-child {
      display: block; }

.paging a:last-child {
      display: block; }

.paging a.disabled {
      background: #F2F2F2;
      opacity: 0.5;
      pointer-events: none; }

@media (min-width: 1024px) {
  .paging {
    margin-top: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .paging a {
      display: block;
      margin: 0 5px; }
  .mian {
    min-height: calc(100vh - 80px - 353px); }
  .template_list .template_list-hd .title {
    font-size: 30px; }
  .template_list .template_list-hd ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .template_list .swiper-item {
    padding-bottom: 30px; }
  .template_list .swiper-pagination {
    bottom: 0; }
  .template_list .squared-list .img-responsive {
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover; }
  .template_list .wrap {
    overflow: initial; }
    .template_list .wrap .common-list li {
      border-bottom: none; }
  .template_list .wrap .slot-list {
    margin-top: -30px;
    margin-bottom: -30px; }
    .template_list .wrap .slot-list li {
      margin-bottom: 0; }
  .template_list .swiper-slide {
    border: none !important; }
  .template_list .swiper-slide.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .template_list .swiper-slide.flex img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 340px;
              flex: 0 0 340px;
      width: 340px;
      height: 145px;
      -o-object-fit: cover;
         object-fit: cover; }
    .template_list .swiper-slide.flex .con {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 1%;
      padding: 0 0 0 40px; }
  .template_list .reverse-list .swiper-slide.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .template_list .reverse-list .swiper-slide.flex .con {
      padding: 0 40px 0 0; } }

.template_head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.template_head .left {
    display: none; }

.template_title {
  font-size: 24px;
  margin-bottom: 10px; }

.template_infos {
  font-size: 14px;
  color: #666666; }

.template_infos span {
    margin-right: 10px; }

.template_edit {
  font-size: 14px;
  color: #666666;
  line-height: 150%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px; }

.template_edit video {
    display: block;
    max-width: 750px;
    margin: 0 auto; }

.paging-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-top: 30px; }

.paging-v3 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1%;
    white-space: nowrap;
    color: #666666;
    padding: 15px 20px;
    background: #f5f5f5; }

.paging-v3 a:hover {
      background: #084397;
      color: #fff; }

.paging-v3 .prev span:first-child {
    font-size: 14px; }

.paging-v3 .next {
    text-align: right; }

.paging-v3 .next span:last-child {
      font-size: 14px; }

.template_share span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px; }

.template_recommend_list {
  margin-top: 30px; }

.template_recommend_list .title {
    font-size: 24px;
    margin-bottom: 15px; }

.template_recommend_list .item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    position: relative; }

.template_recommend_list .item:hover:after {
      width: 100%; }

.template_recommend_list .item:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 0%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      height: 1px;
      background: #084397; }

.template_recommend_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.template_recommend_list .name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #303030;
    margin-bottom: 10px; }

.template_recommend_list .summary {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #888888;
    line-height: 150%;
    margin-bottom: 10px; }

.template_recommend_list .solt {
    font-size: 14px;
    color: #999999; }

.template_recommend_list .solt a {
      color: #000;
      margin-left: 15px; }

.detail_template {
  overflow: hidden; }

.detail_template.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.template_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.template_site {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px; }

.back {
  height: 50px;
  line-height: 50px;
  display: block;
  background: #999999;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
  display: none; }

.detail_template--good .template_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.detail_template--good .template_head.template_head_colum {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

.detail_template--good .template_head.template_head_colum .left, .detail_template--good .template_head.template_head_colum .right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%;
      margin-left: 0 !important; }

.detail_template--good .template_head .summary {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 150%; }

.detail_template--good .template_head .left {
    display: block; }

.detail_template--good .template_head .right {
    margin-top: 20px; }

@media (min-width: 1024px) {
  .white_template {
    min-height: calc(100vh - 105px - 90px - 293px); }
  .detail_template.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .detail_template.flex ul {
      margin: 0; }
      .detail_template.flex ul li {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
    .detail_template.flex .back {
      margin-bottom: 40px;
      display: block; }
    .detail_template.flex .template_content {
      width: 1%; }
    .detail_template.flex .template_site {
      margin-left: 70px; }
    .detail_template.flex .template_recommend_list {
      margin-top: 0; }
      .detail_template.flex .template_recommend_list .title {
        margin-bottom: 20px; }
      .detail_template.flex .template_recommend_list .item {
        padding: 24px 0; }
      .detail_template.flex .template_recommend_list .name {
        margin-bottom: 18px; }
      .detail_template.flex .template_recommend_list .summary {
        margin-bottom: 18px; }
  .paging-v3 {
    margin-top: 70px; }
    .paging-v3 i {
      color: #e5e5e5; }
    .paging-v3 a {
      padding: 45px 30px;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .paging-v3 a span:first-child {
        margin-right: 16px; }
      .paging-v3 a span:last-child {
        margin-left: 16px; }
    .paging-v3 .prev span:last-child {
      max-width: 50%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block; }
    .paging-v3 .next {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .paging-v3 .next span:first-child {
        max-width: 50%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
  .template_head {
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .template_edit {
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: 0px; }
  .template_recommend_list {
    margin-top: 80px; }
    .template_recommend_list .title {
      font-size: 28px;
      margin-bottom: 30px; }
    .template_recommend_list ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -35px; }
      .template_recommend_list ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        padding: 0 35px; }
    .template_recommend_list .item {
      padding: 30px 0; }
    .template_recommend_list .name {
      margin-bottom: 20px; }
    .template_recommend_list .summary {
      margin-bottom: 30px; }
  .detail_template--good .template_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    padding-bottom: 0;
    margin-bottom: 60px; }
    .detail_template--good .template_head.template_head_colum .right {
      margin-top: 60px; }
    .detail_template--good .template_head .left {
      width: 650px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 650px;
              flex: 0 0 650px; }
    .detail_template--good .template_head .right {
      margin-left: 60px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-top: 0; }
      .detail_template--good .template_head .right .template_title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 30px;
        color: #000000; } }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 6px; */
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

*:foucs {
  outline: none; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    /* width: 900px; */
    width: 857px; } }

.close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 50px;
  border: none;
  right: -50px;
  top: 0;
  font-size: 30px;
  cursor: pointer; }

@font-face {
  font-family: 'iconfont';
  /* project id 1316947 */
  src: url("//at.alicdn.com/t/font_1316947_k3agbsulpeq.eot");
  src: url("//at.alicdn.com/t/font_1316947_k3agbsulpeq.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1316947_k3agbsulpeq.woff2") format("woff2"), url("//at.alicdn.com/t/font_1316947_k3agbsulpeq.woff") format("woff"), url("//at.alicdn.com/t/font_1316947_k3agbsulpeq.ttf") format("truetype"), url("//at.alicdn.com/t/font_1316947_k3agbsulpeq.svg#iconfont") format("svg"); }

.swiper-slide {
  position: relative; }

a {
  color: #4c4c4c; }

.button-write {
  background: #fff !important;
  color: #084397 !important;
  border-color: #084397 !important; }

.button-write:hover {
    background: #fff; }

body, html {
  line-height: 1; }
.banner{
  position: relative
}
.banner .title{
  position: absolute;
  font-size: 44px;
  font-weight: 700;
  top:50%;
  transform: translateY(-50%);
  color: #fff;
  margin-top: -54px;

}
.banner .en{
  position: absolute;
  top:0;
  font-size: 18px;
  top:50%;
  transform: translateY(-50%);
  color: #fff;
  margin-bottom: -28px;
}
.index .banner {
  opacity: 0;
  height: 690px;
  overflow: hidden; }

.banner img {
  display: block;
  width: 100%; }

.banner.slick-initialized {
  opacity: 1 !important;
  height: auto !important; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.slick-btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: url("../images/arrow.png") no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 100%;
  z-index: 99; }

.slick-btn.banner-slick-left {
    left: 18.75vw; }

.slick-btn.banner-slick-right {
    right: 18.75vw;
    -webkit-transform: rotate(180deg) ;
        -ms-transform: rotate(180deg) ;
            transform: rotate(180deg) ; }

.header {
  font-size: 0; }

.header .logo {
  display: flex;
  align-items: center;
    float: left;
    height: 90px; }

.header .navbar {
    float: right;
    line-height: 90px;
    overflow: hidden;
    margin-right: 20px; }

.header .navbar li {
      float: left;
      font-size: 14px;
      color: #4c4c4c;
      font-weight: 700; }

.header .navbar li a {
        position: relative;
        display: block;
        padding: 0 20px; }

.header .navbar li a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 6px; }

    .header .navbar li.active a:after {
        background: #003d82;
    }

.header .search {
    position: relative;
    float: right;
    margin-top: 27px; }

.header .search > i {
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      cursor: pointer; }

.header .search .search-box {
      position: absolute;
      width: 300px;
      padding: 20px;
      right: 0;
      z-index: 999;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background: #fff;
      top: 50px;
      display: none;
      opacity: 0;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px); }

.header .search .search-box.fade-in {
        -webkit-transition: all 0.45s linear;
        -o-transition: all 0.45s linear;
        transition: all 0.45s linear;
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.header .search .search-box.fade-out {
        -webkit-transform: all 0.3s;
            -ms-transform: all 0.3s;
                transform: all 0.3s;
        opacity: 0; }

.header .search .search-box .form-group {
        position: relative; }

.header .search .search-box input {
        display: block;
        height: 45px;
        width: 100%;
        border: 1px solid #ddd;
        padding-right: 55px;
        padding-left: 10px;
        text-indent: 0; }

.header .search .search-box .btn {
        position: absolute;
        right: 0;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        top: 0;
        cursor: pointer;
        border-left: 1px solid #ddd; }

.header .search .search-box:after {
        content: "";
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        background: #fff;
        top: -5px;
        right: 12px;
        position: absolute; }

.banner-wrapper {
  position: relative; }

.banner-wrapper .nav-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0;
    padding-top: 20px; }

.banner-wrapper .nav-links .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.banner-wrapper .banner {
    opacity: 0; }

.banner-wrapper .banner.slick-initialized {
      opacity: 1; }
    .banner-wrapper .banner .title {
        position: absolute;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 4px;
        top: 28%;
        transform: translateY(-50%);
        color: #fff;
        text-shadow: 5px 2px 6px #333;
        margin-left: 96px;
    }
.section_pro {
  padding-top: 25px; }

.section_pro .fl {
    width: 518px;
    height: 277px; }

.section_pro .fl .title {
      font-size: 24px;
      color: #30395f;
      margin-bottom: 24px; }

.section_pro .fl .link {
      font-size: 0; }

.section_pro .fl .link a {
        display: inline-block;
        width: 68px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #a3a3a3;
        background: #f0f6ff;
        text-align: center; }

.section_pro .fl .link a.active {
          background: #003894;
          color: #fff; }

.section_pro .middle {
    float: left;
    width: 450px;
    height: 277px; }

.section_pro .fr {
    width: 219px;
    height: 277px;
    background: url("../images/contact.png") no-repeat center;
    background-size: 100% 100%;
    padding-left: 20px;
    padding-top: 66px; }

.section_pro .fr i {
      font-size: 50px;
      color: #fff; }

.section_pro .fr h2 {
      font-size: 20px;
      color: #fff;
      font-weight: 700;
      margin-top: 12px; }

.section_pro .fr h4 {
      font-size: 16px;
      color: #c6c6c6;
      margin-top: 10px; }

.news-box {
  margin-top: 30px;
  padding-right: 60px; }

.news-box .name {
    font-size: 20px;
    color: #003d82;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.news-box .summary {
    font-size: 12px;
    color: #817d77;
    line-height: 200%;
    height: 96px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

.news-box .slick-dots {
    font-size: 0;
    width: 10px;
    right: 38px; }

.news-box .slick-dots li {
      height: 10px;
      width: 10px;
      margin: 6px 0; }

.news-box .slick-dots li button {
      border: 2px solid #a4abc5;
      height: 10px;
      width: 10px;
      padding: 0; }

.news-box .slick-dots li.slick-active button {
      background: #a4abc5; }

.footer {
  background: #e2e2e2;
  padding: 40px 0 0; }

.footer .clearfix {
    padding-bottom: 40px; }

.footer .clearfix .fl {
      width: 980px;
      overflow: hidden; }

.footer .clearfix .fl .panel {
        float: left;
        width: 20%; }

.footer .clearfix .fl .sub-title {
        font-size: 14px;
        font-weight: 700;
        color: #444444;
        margin-bottom: 15px; }

    .footer .clearfix .fl .links {
        font-size: 12px;
        font-weight: bold;
        color: #666;
    }

.footer .clearfix .fl .links a {
          display: block; }

.footer .clearfix .fl .links a:hover {
            color: #003d82; }

.footer .clearfix .fl .links a + a {
            margin-top: 15px; }

.footer .clearfix .fr {
      width: 220px; }

.footer .clearfix .fr .phone {
        overflow: hidden; }

.footer .clearfix .fr .phone > i {
          color: #003894;
          font-size: 30px;
          float: left;
          margin-top: 16px; }

.footer .clearfix .fr .phone > div {
          float: right;
          width: 190px;
          text-align: right; }

.footer .clearfix .fr .phone span {
          font-size: 24px;
          color: #003d82;
          font-weight: 700;
          display: inline-block; }

.footer .clearfix .fr .phone span + span {
            margin-top: 10px; }

    .footer .clearfix .fr ul {
        font-size: 14px;
        font-weight: bold; 
        color: #666666;
        margin-top: 25px;
    }

.footer .clearfix .fr ul li + li {
          margin-top: 10px; }

.footer .slot {
    border-top: 1px solid #c9c9c9;
    padding: 20px 0; }

.footer .slot .container {
      overflow: hidden; }

.footer .slot .fl {
      font-size: 12px; }

.footer .slot .fl ul {
        overflow: hidden; }

.footer .slot .fl li {
        float: left;
        padding: 1px 12px;
        border-right: 1px solid #666666; }

.footer .slot .fl li:last-child {
          border-right: none; }

.footer .slot .fl li a:hover {
          color: #003894; }

.footer .slot .fr {
      font-size: 12px; }

.f16 {
  font-size: 16px; }

.cf39801 {
  color: #f39801;
  font-weight: 700; }

.f14 {
  font-size: 14px; }

.c817d77 {
  color: #817d77; }

.section_dec {
  padding: 110px 0 200px; }

.section_dec .title {
    width: 138px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #084397;
    color: #fff;
    font-size: 16px;
    margin: 0 auto 55px; }

.section_dec .f16 {
    margin-bottom: 20px; }

.section_dec .f14 {
    line-height: 200%;
    margin-bottom: 40px; }

.title-v2 {
  width: 138px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #084397;
  color: #fff;
  font-size: 16px;
  margin: 0 auto 55px; }

.section_contact {
  background: #f7f7f7;
  padding: 40px 0 150px; }

.section_contact .address .title {
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px; }

.section_contact .address .box {
    background: #fff;
    padding: 36px 36px 20px 44px; }

.section_contact .address .box .name {
      position: relative;
      font-size: 16px;
      color: #404040;
      margin-bottom: 30px; }

.section_contact .address .box .name::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #084397;
        left: -12px;
        top: 50%;
        margin-top: -3.5px; }

.section_contact .address .box .clearfix ul {
      float: left;
      font-size: 14px;
      color: #737373;
      width: 960px;
      overflow: hidden; }

.section_contact .address .box .clearfix ul li {
        float: left;
        width: 50%;
        margin-bottom: 16px; }

.section_contact .address .box .clearfix .btn {
      float: right;
      width: 160px;
      height: 45px;
      line-height: 45px;
      background: #084397;
      color: 18px;
      color: #fff;
      text-align: center; }

.section_contact .form {
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    padding: 40px 20px 20px; }

.section_contact .form .form-group {
      width: 50%;
      float: left;
      margin-bottom: 20px;
      padding: 0 10px; }

.section_contact .form .w100 {
      width: 100%; }

.section_contact .form input {
      height: 48px;
      border: 1px solid #e8e5e5;
      width: 100%;
      text-indent: 0;
      padding: 0 10px; }

.section_contact .form .form-textarea {
      border: 1px solid #e8e5e5;
      height: 155px;
      resize: none;
      width: 100%;
      padding: 10px;
      text-indent: 0;
      font-family: 'Arial'; }

.section_contact .form .btn {
      width: 160px;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      color: #fff;
      background: #084397;
      text-align: center;
      margin: 0 auto;
      display: block;
      border: none;
      cursor: pointer; }

.section_contact .form .btn:hover {
        background: #052e67; }

.section_contact .form .code {
      padding: 0 10px;
      font-size: 0;
      vertical-align: top;
      margin-bottom: 20px; }

.section_contact .form .code input {
        width: 100px; }

.section_contact .form .code img {
        height: 45px;
        width: auto;
        margin-left: 10px;
        vertical-align: top; }

.section_webmap {
  padding: 190px 0 290px; }

.section_webmap .clearfix {
    text-align: center; }

.section_webmap .panel {
    vertical-align: top;
    display: inline-block;
    padding: 0 50px;
    text-align: left; }

.section_webmap .panel ul {
      font-size: 14px;
      color: #999999; }

.section_webmap .panel ul li + li {
        margin-top: 12px; }

.section_webmap .panel ul a:hover {
        color: #084397; }

.section_webmap .sub-title {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    position: relative;
    display: inline-block; }

.section_webmap .sub-title:after {
      content: "";
      display: block;
      width: 18px;
      margin: 12px auto;
      height: 1px;
      background: #ccc; }

.link-nav {
  text-align: center;
  font-size: 0; }

.link-nav a {
    display: inline-block;
    width: 138px;
    height: 55px;
    line-height: 55px;
    color: #084397;
    background: #dddddd;
    font-size: 16px; }

.link-nav a.active {
      background: #084397;
      color: #fff; }

.section_news {
  padding: 50px 0 30px; }

.section_news .link-nav {
    margin-bottom: 80px; }

.section_news .edit-title {
    font-size: 25px;
    text-align: center;
    color: #000;
    padding: 0 50px;
    margin-bottom: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }

.section_news .edit-infos {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-bottom: 70px; }

.edit {
  font-size: 14px;
  color: #000;
  line-height: 200%; }

.template_share {
  margin-top: 40px; }

.template_share span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000000; }

.paging-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-top: 30px; }

.paging-v3 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1%;
    white-space: nowrap;
    color: #666666;
    padding: 15px 20px;
    background: #f5f5f5; }

.paging-v3 a:hover {
      background: #003d82;
      color: #fff; }

.paging-v3 .prev span:first-child {
    font-size: 14px; }

.paging-v3 .next {
    text-align: right; }

.paging-v3 .next span:last-child {
      font-size: 14px; }

.paging-v3 i {
  color: #e5e5e5; }

.paging-v3 a {
  padding: 25px 30px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.paging-v3 a span:first-child {
    margin-right: 16px; }

.paging-v3 a span:last-child {
    margin-left: 16px; }

.paging-v3 .prev span:last-child {
  max-width: 50%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }

.paging-v3 .next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.paging-v3 .next span:first-child {
    max-width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }

#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.section_work {
  padding: 50px 0 70px; }

.section_work .paging {
    margin-top: 70px; }

.section_work .link-nav {
    margin-bottom: 90px; }

.section_work li + li {
    margin-top: 110px; }

.section_work .name {
    font-size: 18px;
    color: #0056c1;
    margin-bottom: 20px; }

.section_work .summary {
    font-size: 14px;
    color: #333333;
    margin-bottom: 40px;
    line-height: 200%; }

.section_work .edit {
    font-size: 14px;
    line-height: 200%; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 0 15px; }

.paging a {
    display: inline-block;
    color: #666666;
    height: 33px;
    line-height: 33px;
    background: #fff;
    padding: 0 12px;
    border: 1px solid #DDDDDD;
    margin: 0 5px; }

.paging a.active {
      color: #084397;
      border-color: #084397; }

.paging a:hover {
      color: #084397;
      border-color: #084397; }

.paging a.disabled {
      background: #F2F2F2;
      opacity: 0.5;
      pointer-events: none; }

.section_center {
  padding: 50px 0; }

.section_center .link-nav {
    margin-bottom: 50px; }

.section_center .col-sm-12 {
    border-bottom: 1px solid #ddd !important; }

.section_center .paging {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-right: -5px;
    margin-top: 50px; }

.section_trails {
  padding: 50px 0 110px; }

.section_trails .link-nav {
    margin-bottom: 80px; }

.section_trails .template_title {
    font-size: 28px;
    color: #000;
    margin-bottom: 30px; }

.section_trails .template_site {
    margin-top: 113px;
    margin-left: 40px !important; }

.section_trails .template_site .name {
      font-weight: 700; }

.section_trails .template_edit {
    line-height: 200%; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-sm-4 {
  width: 33.33333%;
  float: left;
  padding: 20px 10px; }

.section_case {
  padding: 50px 0 125px; }

.section_case .link-nav {
    margin-bottom: 80px; }

.section_case .paging {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 100px; }

.section_case .template_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px; }

.section_case .template_edit {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
    line-height: 200%; }

.section_profile {
  padding: 50px 0 75px; }

.section_profile .paging {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.section_profile .link-nav {
    margin-bottom: 80px; }

.section_profile .list {
    overflow: hidden;
    margin: -20px; }

.section_profile li {
    float: left;
    width: 25%;
    padding: 20px; }

.section_profile .image {
    border: 1px solid #ddd;
    padding: 35px 25px 0;
    cursor: pointer; }

.section_profile .con {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    padding: 12px 10px;
    text-align: center; }

.fixed-site {
  position: fixed;
  right: 0;
  bottom: 30px; }

.fixed-site a {
    width: 60px;
    height: 60px;
    background: #1e9fff;
    display: block;
    color: #fff; }

.fixed-site .top {
    text-align: center;
    padding-top: 7px;
    display: none; }

.fixed-site .top.show {
      display: block; }

.fixed-site .top i {
      font-size: 30px; }

.fixed-site .top span {
      font-size: 12px;
      display: block;
      text-align: center;
      margin-top: 4px; }

