﻿@import "http://at.alicdn.com/t/font_1207148_z3sunimwgsp.css";
.button-write {
  background: #fff !important;
  color: #1d3b83 !important;
  border-color: #1d3b83 !important; }
.button-write:hover {
    background: #fff; }
.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; }
body, html {
  line-height: 1; }
.header-top {
  overflow: hidden;
  position: relative; }
.header-top .logo {
    line-height: 130px; }
.header-top .label {
    font-size: 14px;
    color: #1d3b83;
    margin-bottom: 10px; }
.header-top .text {
    font-size: 24px;
    font-weight: bold;
    color: #1d3b83; }
.header-top .fr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px; }
.header-top .fr img {
      margin-right: 20px; }
.footer {
  background: #212330;
  color: #999999; }
.footer-top {
  min-height: 70px;
  font-size: 14px;
  padding: 28px 0 18px;
  border-bottom: 1px solid #383945; }
.footer-top span {
    float: left;
    width: 70px; }
.footer-top ul {
    float: left;
    width: 1130px; }
.footer-top ul li {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
.footer-top a {
    color: inherit; }
.footer-top a:hover {
      color: #1d3b83; }
.footer-bottom {
  padding: 25px 0 30px; }
.footer-bottom .fl .title {
    font-size: 24px;
    color: #1D3B83;
    font-weight: 700;
    margin-bottom: 20px; }
.footer-bottom .fl .summary {
    font-size: 14px;
    line-height: 30px;
    max-width: 430px; }
.footer-bottom .fr {
    max-width: 365px; }
.footer-bottom .fr .title {
      font-size: 16px;
      color: #fff;
      margin-bottom: 20px; }
.footer-bottom .fr ul {
      font-size: 13px;
      line-height: 30px;
      color: #5D5E66; }
.icp {
  font-size: 12px;
  color: #999999;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #383945; }
.mb-22 {
  margin-bottom: 22px; }
.header .fr .hot {
  color: #1d3b83;
  margin-top: 20px; }
.header .fr .hot .tip {
    font-size: 16px;
    text-align: right; }
.header .fr .hot .num {
    font-size: 21px;
    font-weight: 700;
    text-align: right; }
.navbar {
  border-top: 1px solid #2f8bf0;
  border-bottom: 1px solid #2f8bf0;
  position: relative;
  background: #2f8bf0; }
.navbar .nav {
    font-size: 16px;
    overflow: hidden; }
.navbar .nav li {
      float: left;
      width: 14.28571%; }
.navbar .nav li.active a {
        color: #fff;
        background: #1d3b83; }
.navbar .nav a {
      color: #fff;
      height: 40px;
      line-height: 40px;
      display: block;
      text-align: center;
      font-weight: 500; }
.navbar .nav a:hover {
        color: #fff !important;
        background: #1d3b83 !important; }
.navbar .nav:hover li.active a {
      color: #fff;
      background: initial; }
* {
  outline: none; }
.paging {
  font-size: 0;
  text-align: center;
  margin: 30px 0; }
.paging a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    background: #fff; }
.paging a:hover {
      color: #1d3b83; }
.paging .disabled {
    background: #f2f2f2;
    cursor: no-drop;
    pointer-events: none; }
.paging .active {
    color: #1d3b83;
    border-color: #1d3b83; }
.paging-v2 {
  overflow: hidden;
  font-size: 0;
  text-align: center; }
.paging-v2 a {
    width: 120px;
    height: 60px;
    background: #1d3b83;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 0 50px; }
.paging-v2 .disabled {
    background: #8f8f8f;
    color: #fff;
    pointer-events: none; }
.mr-70 {
  margin-right: 70px; }
.pd-50 {
  padding: 50px 0; }
.breadcrumbs {
  position: relative;
  font-size: 15px; }
.breadcrumbs li:first-child:before {
    display: none; }
.breadcrumbs li {
    float: left;
    color: #808080; }
.breadcrumbs li:before {
      content: ">";
      padding: 0 15px; }
.breadcrumbs li:last-child {
      max-width: 210px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.breadcrumbs li a, .breadcrumbs li span {
      color: #808080; }
.breadcrumbs li a:hover, .breadcrumbs li span:hover {
        color: #1d3b83; }
.collapse {
  display: none; }
.collapse.in {
  display: block; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
.panel-group {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; }
.panel-group .panel {
    position: relative;
    border-bottom: 1px solid #e5e5e5; }
.panel-group .panel .title {
      display: block;
      height: 60px;
      line-height: 60px;
      font-size: 15px;
      padding-left: 10px;
      font-weight: 600;
      color: #515457; }
.panel-group .panel .iconfont {
      position: absolute;
      height: 60px;
      width: 50px;
      top: 0;
      right: 0;
      text-align: center;
      line-height: 60px;
      color: #333;
      cursor: pointer;
      z-index: 100;
      font-size: 12px; }
.panel-group .panel .icon-si[aria-expanded=true] {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.panel-group .heroCollapse li.active a {
    color: #1d3b83; }
.panel-group .heroCollapse a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #515457;
    padding-left: 10px; }
.tab-pane {
  display: none; }
.tab-pane.active {
    display: block; }
.paging-v3 {
  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-v3 a {
    width: 120px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1d3b83;
    color: #fff; }
.paging-v3 a.disabled {
      background: #8F8F8F; }
.bodycolor {
  color: #1d3b83; }
.section-write {
  margin-bottom: 40px;
  background: #fff; }
.pd-20 {
  padding: 20px 0; }
.pt-100 {
  padding-bottom: 100px; }
.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: 700px;
    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; }
.paging-v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.paging-v4 > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    color: #999;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
.paging-v4 > a:hover {
      color: #1d3b83; }
.paging-v4 .disabled {
    opacity: 0.5;
    cursor: no-drop; }
.paging-v4 a:first-child {
    padding-right: 50px; }
.paging-v4 a:last-child {
    text-align: right;
    padding-left: 50px; }
.section-recommend {
  margin-top: 85px;
  margin-bottom: 75px; }
.section-recommend .section-head {
    margin-bottom: 55px; }
.section-recommend ul {
    margin: 0 -15px; }
.section-recommend ul li {
      float: left;
      padding: 0 15px;
      width: 25%; }
.section-recommend ul .text {
      font-size: 18px;
      color: #A3A3A3;
      margin-top: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.section-recommend ul .image {
      overflow: hidden; }
.section-recommend ul .item {
      display: block;
      overflow: hidden; }
.section-recommend ul .item:hover img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
.section-recommend ul img {
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
.section-head {
  position: relative;
  text-align: center; }
.section-head .line-left {
    position: absolute;
    left: 0;
    width: 70px;
    height: 4px;
    background: #1d3b83;
    top: 50%;
    margin-top: -2px;
    z-index: 12; }
.section-head .line-right {
    position: absolute;
    width: 70px;
    height: 4px;
    background: #1d3b83;
    top: 50%;
    right: 0;
    margin-top: -2px;
    z-index: 12; }
.section-head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #949494;
    left: 0;
    top: 50%; }
.section-head .title {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 10; }
.section-head .bold {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px; }
.section-head .en {
    font-size: 18px;
    color: #999999; }
.bg-gray {
  background: #F0F0F0; }
.section-prods {
  padding: 60px 0 90px; }
.section-prods .site {
    width: 290px;
    margin-right: 20px;
    background: #fff; }
.section-prods .site .title {
      font-size: 30px;
      background: #1d3b83;
      color: #fff;
      text-align: center;
      height: 70px;
      line-height: 70px; }
.section-prods .site ul {
      font-size: 16px;
      color: #3A405B; }
.section-prods .site ul li {
        line-height: 60px;
        height: 60px; }
.section-prods .site ul li + li {
        border-top: 1px solid #f4f4f4; }
.section-prods .site ul a {
        display: block;
        color: inherit;
        padding-left: 60px; }
.section-prods .site ul a:hover {
          color: #1d3b83; }
.section-prods .site ul a:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 1px solid #999999;
          margin-right: 20px; }
.section-prods .content {
    width: 890px;
    background: #fff;
    min-height: 550px;
    padding: 30px 25px; }
.section-prods .content .edit {
      font-size: 15px;
      color: #999;
      line-height: 32px; }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.section-news {
  padding: 60px 0 70px; }
.section-news .fl {
    max-width: 688px; }
.section-news .fl .item {
      display: block; }
.section-news .fl .item:hover .name {
        color: #1d3b83; }
.section-news .fl img {
      width: 284px;
      float: left;
      margin-right: 20px; }
.section-news .fl .con {
      width: 375px;
      float: left; }
.section-news .fl .name {
      margin-bottom: 20px; }
.section-news .fl .summary {
      margin-bottom: 20px; }
.section-news .fr {
    max-width: 460px;
    margin: -20px 0; }
.section-news .fr .name {
      margin-bottom: 10px; }
.section-news .fr .item {
      padding: 20px 0;
      display: block; }
.section-news .fr .item:hover .name {
        color: #1d3b83; }
.section-news .fr .item + .item {
        border-top: 1px solid #DCDCDC; }
.section-news .name {
    font-size: 16px;
    font-weight: 700;
    color: #333333; }
.section-news .summary {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.section-news .time {
    font-size: 14px;
    color: #999999; }
.section-about {
  padding: 50px 0 400px; }
.section-about .title {
    font-size: 34px;
    margin-bottom: 120px; }
.section-about .edit {
    font-size: 16px;
    color: #3B3B3B;
    line-height: 150%; }
.section-concant {
  padding: 50px 0 110px; }
.section-concant .title {
    font-size: 34px;
    margin-bottom: 80px; }
.section-concant ul {
    font-size: 16px;
    color: #3B3B3B; }
.section-concant ul li + li {
      margin-top: 20px; }
.news-list-section {
  padding: 60px 0 100px; }
.news-list-section .top-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.news-list-section .top-flex a {
      font-size: 20px; }
.news-list-section .title {
    display: block;
    margin-bottom: 0;
    margin-right: 110px;
    font-size: 32px;
    font-weight: 700; }
.news-list-section .list {
    margin-top: 80px; }
.news-list-section .list .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 60px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
.news-list-section .list .item:hover {
        -webkit-box-shadow: 0 15px 16px -3px rgba(0, 0, 0, 0.08);
                box-shadow: 0 15px 16px -3px rgba(0, 0, 0, 0.08); }
.news-list-section .list .item:hover .date {
          color: #fff; }
.news-list-section .list .item:hover .date:after {
            -webkit-transform: scale(350);
                -ms-transform: scale(350);
                    transform: scale(350);
            background-color: #2640bf; }
.news-list-section .list .item .image {
        width: 170px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 170px;
                flex: 0 0 170px;
        margin-right: 30px; }
.news-list-section .list .item .con {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
.news-list-section .list .item .name {
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
        font-weight: 700; }
.news-list-section .list .item .summary {
        font-size: 14px;
        color: #a6a6a6;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
.news-list-section .list .item .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #b0b0b0;
        font-size: 14px; }
.news-list-section .list .item .year {
        position: relative;
        z-index: 3;
        text-align: center;
        padding: 24px 0; }
.news-list-section .list .item .num {
        position: relative;
        z-index: 3;
        border-top: 1px solid #dfdfdf;
        padding: 24px 0;
        text-align: center; }
.news-list-section .list .item .date {
        position: relative;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 160px;
                flex: 0 0 160px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #F7F9FB;
        -ms-flex-item-align: start;
            align-self: flex-start;
        padding: 0 30px;
        -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
        -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
        overflow: hidden; }
.news-list-section .list .item .date:after {
          content: '';
          width: 1px;
          height: 1px;
          border-radius: 50%;
          position: absolute;
          bottom: 34px;
          left: 60px;
          margin: auto;
          background-color: #f7f9fb;
          -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
          -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
          transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
          z-index: 2; }
.news-list-section .paging {
    margin-top: 50px; }
.skew-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
.skew-banner .container {
    left: auto;
    right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1200px; }
.skew-banner .b_txt {
    position: absolute;
    color: #fff;
    z-index: 1001;
    margin: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.skew-banner .b_txt .page-title {
      font-weight: 700;
      font-size: 52px;
      margin-bottom: 20px; }
.skew-banner .b_txt .page-en {
      text-transform: uppercase;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 40px; }
.skew {
  -webkit-transform: skew(0, -2.4deg);
      -ms-transform: skew(0, -2.4deg);
          transform: skew(0, -2.4deg);
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  background-color: inherit; }
.skew + .container {
    position: relative;
    z-index: 1000; }
.news-detail-section {
  padding: 0 0 60px;
  position: relative; }
.news-detail-section + .bottom-section {
    padding-top: 100px !important; }
.news-detail-section .paging-v3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px; }
.news-detail-section .paging-v3 a {
      margin: 0 50px; }
.news-detail-section .edit {
    line-height: 24px;
    font-size: 14px; }
.news-detail-section .name {
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px; }
.news-detail-section .infos {
    font-size: 12px;
    color: #646464;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.news-detail-section .infos span {
      margin: 0 10px; }
.news-detail-section .infos span:last-child {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.news-detail-section .skew {
    -webkit-transform: skew(0, -1.4deg);
        -ms-transform: skew(0, -1.4deg);
            transform: skew(0, -1.4deg); }
.news-detail-section .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
.news-detail-section .fl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.news-detail-section .fl .inner {
      background: #F7F9FB;
      padding: 90px 65px 60px;
      position: relative;
      margin-top: -80px; }
.news-detail-section .fl .inner .skew {
        height: 30px;
        display: block; }
.news-detail-section .fr {
    width: 304px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 304px;
            flex: 0 0 304px; }
.news-detail-section .site {
    position: relative;
    margin-top: 0px;
    background: #1d3b83;
    padding: 30px 15px;
    color: #fff; }
.news-detail-section .site .skew {
      height: 20px;
      display: block;
      -webkit-transform: skew(0, -1.4deg);
          -ms-transform: skew(0, -1.4deg);
              transform: skew(0, -1.4deg); }
.news-detail-section .site .back {
      width: 120px;
      height: 60px;
      font-size: 16px;
      background: #fff;
      line-height: 60px;
      text-align: center;
      color: #E60027;
      display: block;
      margin: 40px auto 0; }
.news-detail-section .site li + li {
      margin-top: 30px; }
.news-detail-section .site .site-title {
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: 700; }
.news-detail-section .site .item {
      color: #fff;
      font-size: 12px;
      display: block;
      padding-bottom: 20px;
      border-bottom: 1px solid #dfdfdf; }
.news-detail-section .site .item .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
.news-detail-section .site .item .date span:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
.news-detail-section .site .item .date span:last-child .iconfont {
            margin-right: 8px; }
.news-detail-section .site .item .site-name {
        font-size: 14px;
        margin-top: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
.section-feedback {
  padding: 50px 0 380px; }
.section-feedback .title {
    font-size: 34px;
    color: #333;
    margin-bottom: 100px; }
.section-feedback .form {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-bottom: 0; }
.section-feedback .form .item {
      overflow: hidden;
      font-size: 14px;
      color: #000; }
.section-feedback .form .item-1 {
      overflow: hidden;
      font-size: 14px;
      color: #000; }
.section-feedback .form .item-1 .label {
        height: 130px;
        line-height: 130px; }
.section-feedback .form .item-1 .con {
        height: 130px; }
.section-feedback .form textarea {
      resize: none;
      width: 100%;
      height: 100%;
      display: block;
      background: transparent;
      border: none;
      font-size: 14px;
      padding: 10px; }
.section-feedback .form .label {
      float: left;
      width: 190px;
      text-align: right;
      border-right: 1px solid #e3e3e3;
      padding-right: 30px;
      border-bottom: 1px solid #e3e3e3;
      height: 60px;
      line-height: 60px; }
.section-feedback .form .con {
      float: left;
      width: 1008px;
      border-bottom: 1px solid #e3e3e3;
      height: 60px;
      line-height: 60px; }
.section-feedback .form input {
      display: block;
      width: 100%;
      height: 100%;
      background: transparent; }
.section-feedback .btn {
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #1d3b83;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 60px auto;
    border: none;
    cursor: pointer; }
.device-list {
  overflow: hidden;
  margin: -20px -15px; }
.device-list li {
    float: left;
    width: 33.33333%;
    padding: 20px 15px; }
.device-list img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }
.device-section {
  padding: 80px 0 50px; }
.device-section .paging {
    margin-top: 80px; }
.prod-section {
  padding: 50px 0 50px; }
.prod-section .title {
    font-size: 34px;
    margin-bottom: 90px; }
.prod-section .site {
    float: left;
    width: 240px;
    margin-right: 30px; }
.prod-section .site .title-v2 {
      font-size: 30px;
      background: #1d3b83;
      color: #fff;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-bottom: 1px solid #fff; }
.prod-section .site ul {
      background: #fff; }
.prod-section .site ul li {
        height: 60px;
        line-height: 60px; }
.prod-section .site ul li + li {
          border-top: 1px solid #f5f5f5; }
.prod-section .site ul li.active a {
          background: #1d3b83;
          color: #fff; }
.prod-section .site ul li.active a::before {
            border-color: #fff; }
.prod-section .site ul a {
        display: block;
        font-size: 16px;
        color: #3A405B;
        position: relative;
        padding-left: 34px; }
.prod-section .site ul a:hover {
          background: #1d3b83;
          color: #fff; }
.prod-section .site ul a:hover::before {
            border-color: #fff; }
.prod-section .site ul a::before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-right: 20px;
          border: 1px solid #999999;
          border-radius: 50%; }
.prod-section .content {
    float: right;
    width: 930px; }
.prod-section .content ul {
      margin: 0 -12.5px; }
.prod-section .content ul img {
        height: 235px;
        -o-object-fit: cover;
           object-fit: cover; }
.prod-section .content ul .image {
        overflow: hidden; }
.prod-section .content ul li {
        float: left;
        width: 33.33333%;
        padding: 0 12.5px;
        margin-bottom: 40px;
        overflow: hidden; }
.prod-section .content ul li:hover img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
.prod-section .content ul .text {
        font-size: 16px;
        text-align: center;
        color: #333333;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 20px;
        margin-top: 18px; }
.photo-wall-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
.photo-wall-box {
  display: none;
  position: fixed;
  width: 850px;
  min-height: 540px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  padding: 40px 60px;
  opacity: 0; }
.photo-wall-box.modal-in {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.photo-wall-box.modal-out {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.photo-wall-box .close-modal {
    position: absolute;
    font-size: 30px;
    color: #000000;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer; }
.photo-wall-box .close-modal .iconfont {
      font-size: 40px; }
.photo-wall-box .title {
    font-size: 24px;
    margin-bottom: 30px; }
.photo-wall-box .photos {
    width: 300px;
    overflow: hidden; }
.photo-wall-box .photos .card {
      float: left; }
.photo-wall-box .photos .card img {
        width: 100%;
        height: 100%; }
.photo-wall-box .text {
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    text-align: center;
    margin-top: 16px; }
.show-wrapper {
  position: relative;
  float: left;
  width: 300px;
  margin-right: 75px; }
.thumbnail-wrapper {
  float: left;
  width: 306px; }
.thumbnail-wrapper .clearfix {
    margin: 0 -9px; }
.thumbnail-wrapper li {
    float: left;
    padding: 0 9px;
    margin-bottom: 12px; }
.thumbnail-wrapper img {
    width: 90px;
    height: 68px; }
.tip {
  font-size: 14px;
  color: #999;
  margin-top: 95px; }
.p-slick-arrow {
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.p-slick-arrow:hover {
    background: rgba(0, 0, 0, 0.7); }
.p-slick-arrow .iconfont {
    position: static;
    font-size: 13px; }
.p-slick-arrow.slick-prev {
    left: -35px; }
.p-slick-arrow.slick-next {
    right: -35px; }
.thumbnail-wrapper .image {
  cursor: pointer; }
.device-list .text{
  font-size: 16px;
    text-align: center;
    color: #333333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    margin-top: 18px;
}
.slick-initialized img{
 height: 500px;
     object-fit: cover;
}





