<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.news_tit_u {
  text-align: center;
  font-size: 18px;
  color: #656565;
  line-height: 1.84;
  font-weight: 700; }

.news_t_d {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px dashed #CCCCCC;
  position: relative; }

.news_t_d span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.8;
  text-indent: 25px;
  margin-right: 10px; }

.news_user {
  background: url("../Image/news_u.png") no-repeat left; }

.show_t {
  background: url("../Image/time.png") no-repeat left; }

.to_look {
  background: url("../Image/look.png") no-repeat left; }

.back {
  float: right;
  background: url("../Image/back.png") no-repeat left;
  color: #999;
  line-height: 1.8;
  text-indent: 25px;
  margin-top: 11px; }

.banner {
  width: 100%;
  height: 600px; }

header {
  height: 150px;
  background: #fff;
  width: 100%; }
  header .header-log {
    float: left;
    width: 700px;
    height: 100%; }
    header .header-log img {
      margin-top: 20px; }
  header .header-right {
    width: 370px;
    float: right;
    height: 90px;
    margin-top: 30px; }
    header .header-right .w1 {
      height: 32px;
      width: 100%;
      float: right; }
      header .header-right .w1 .w1-1 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #878787;
        float: right;
        margin-top: 15px; }
      header .header-right .w1 .w1-2 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 26px;
        color: #003e95;
        font-weight: bold;
        float: right; }
    header .header-right .w2 {
      height: 44px;
      width: 352px;
      float: right;
      margin-top: 15px; }
      header .header-right .w2 form {
        height: 44px;
        width: 100%; }
        header .header-right .w2 form input {
          width: 253px;
          height: 42px;
          border: 1px solid #dcdcdc;
          float: left;
          padding-left: 15px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #bebebe;
          line-height: 42px; }
        header .header-right .w2 form button {
          width: 82px;
          height: 44px;
          background: #003e95;
          float: right;
          cursor: pointer;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
          header .header-right .w2 form button:hover {
            background: #262626; }

nav {
  width: 100%;
  height: 58px;
  background: #262626; }
  nav li {
    width: 133px;
    float: left; }
  nav a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 58px;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    nav a:hover {
      background: #003e95 !important;
      color: #fff !important; }

#thyNavStyle {
  background: #003e95; }

.thyNavStyle {
  background: #003e95 !important; }

.s-sea {
  height: 60px;
  background: #f0f0f0; }
  .s-sea .w1 {
    float: left;
    line-height: 60px; }
    .s-sea .w1 span {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: #303030;
      font-weight: bold;
      margin-right: 22px; }
    .s-sea .w1 a {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #929292;
      margin-right: 15px;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
      .s-sea .w1 a:hover {
        color: #003e95; }
  .s-sea .w2 {
    height: 44px;
    width: 352px;
    float: right;
    margin-top: 8px; }
    .s-sea .w2 form {
      height: 44px;
      width: 100%; }
      .s-sea .w2 form input {
        width: 253px;
        height: 42px;
        border: 1px solid #dcdcdc;
        float: left;
        padding-left: 15px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #bebebe;
        line-height: 42px; }
      .s-sea .w2 form button {
        width: 82px;
        height: 44px;
        background: #003e95;
        float: right;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .s-sea .w2 form button:hover {
          background: #262626; }

#thy-pro-main .concompanycon .layui-form-label {
  background: #003e95;
  color: #fff;
  border-color: #003e95; }
#thy-pro-main .concompanycon .layui-input {
  border-color: #003e95; }
#thy-pro-main .concompanycon .layui-textarea {
  border-color: #003e95; }
#thy-pro-main .layui-tab-title {
  background: #003e95; }
  #thy-pro-main .layui-tab-title .layui-this {
    color: #003e95;
    margin-left: 0; }
  #thy-pro-main .layui-tab-title li {
    color: #fff; }
#thy-pro-main .pro-submit {
  background: #003e95; }
#thy-pro-main .layui-btn-primary:hover {
  border: 1px solid #003e95; }
#thy-pro-main .pro-share {
  margin-top: 10px; }
#thy-pro-main .pro-hotline {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 20px;
  color: #666; }
  #thy-pro-main .pro-hotline b {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 24px;
    color: #333; }
#thy-pro-main #allmap-pro {
  width: 400px;
  height: 300px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
#thy-pro-main #thy-pro-text {
  width: 400px; }
  #thy-pro-main #thy-pro-text .title {
    height: 30px;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 24px;
    color: #003e95;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
#thy-pro-main .hs {
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #003e95;
  display: block;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }
  #thy-pro-main .hs:hover {
    background: #f2b81c; }
#thy-pro-main .pro-detail {
  width: 100%;
  height: auto; }
  #thy-pro-main .pro-detail .layui-tab-card {
    border-color: #003e95; }
  #thy-pro-main .pro-detail img {
    max-width: 850px !important;
    display: block !important;
    margin: 0 auto !important; }
  #thy-pro-main .pro-detail p {
    color: #303030 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: "宋体" !important; }
    #thy-pro-main .pro-detail p span {
      color: #303030 !important;
      font-size: 14px !important;
      line-height: 24px !important;
      font-family: "宋体" !important; }
  #thy-pro-main .pro-detail table {
    width: 100% !important; }
  #thy-pro-main .pro-detail .firstRow td {
    background: #f3f3f3; }
  #thy-pro-main .pro-detail td {
    border: 1px solid #ccc !important;
    line-height: 24px !important;
    text-align: center !important; }
    #thy-pro-main .pro-detail td p {
      text-align: center !important;
      color: #303030 !important;
      font-size: 14px !important;
      line-height: 24px; }

#pro-list li {
  width: 280px;
  height: 260px;
  margin-right: 30px;
  float: left;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  margin-bottom: 15px; }
  #pro-list li .pic {
    width: 278px;
    height: 228px;
    overflow: hidden;
    border: 1px solid #003e95;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    #pro-list li .pic img {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  #pro-list li .w {
    width: 100%;
    height: 30px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #003e95;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
  #pro-list li:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
    #pro-list li:hover .pic {
      border-color: #f2b81c; }
      #pro-list li:hover .pic img {
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05); }
    #pro-list li:hover .w {
      background: #f2b81c; }
#pro-list li:nth-child(3n) {
  margin-right: 0; }

/*# sourceMappingURL=header.css.map */
</pre></body></html>