<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css */
/* General style-begin */
html {
  font-size: 10px;
}
body {
  color: #101010;
  font-size: 1.3rem;
}
@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}


article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  color: #0069b0;
  transition: color 0.4s;
}

a:focus,
a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}

.bg-custom {
  background-color: #1c66af !important;
}
.text-custom {
  color: #1c66af !important;
}
/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "fa5";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "fa5";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fa,
.fas,
.fab {
  font-family: "fa5";
  font-weight: 400;
}

/* Font Awesome Free end */

/* General style-end */

/* Elements*/
/* Elements Titles */
.title {
  position: relative;
  padding-bottom: 15px;
}

.title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
}

.title.text-center:after {
  left: 50%;
  margin-left: -25px;
}

.title.text-right:after {
  left: auto;
  right: 0;
}

.title.custom:after {
  background-color: #0069b0;
}

.title.custom2:after {
  background-color: #c00f3c;
}

.title.dark:after {
  background-color: #171717;
}

.title.text-white:after,
.title.white:after {
  background-color: #fff;
}

.title.title-bottom-border:after {
  height: 4px;
  bottom: -2px;
}

.title-desc {
  font-size: 16px;
  font-weight: 300;
  max-width: 720px;
  margin-bottom: 50px;
}

.title-desc.text-center {
  margin-left: auto;
  margin-right: auto;
}

.title-border {
  padding: 0 0 0 0.6em;
  border-left: 3px solid transparent;
}

.title-border &gt; span {
  display: inline-block;
  padding: 0 0.6em;
  position: relative;
  z-index: 1;
}

.edge.bg-white #wrapper .title-border &gt; span {
  background-color: #f2f2fa;
}

.title-border.text-right,
.text-right &gt; .title-border {
  padding: 0 0.6em 0 0;
  border-left: none;
  border-right: 3px solid transparent;
}

.title-border.text-center,
.text-center &gt; .title-border {
  padding: 0;
  border: none;
}

.title-border.text-center &gt; span::before,
.text-center &gt; .title-border &gt; span::before {
  content: "o";
  display: inline-block;
  height: 1px;
  font-size: 1rem;
  position: absolute;
  top: 22%;
  left: -11rem;
  right: 0;
  z-index: 0;
}

.title-border.text-center &gt; span::after,
.text-center &gt; .title-border &gt; span::after {
  content: " o";
  display: inline-block;
  height: 1px;
  font-size: 1rem;
  position: absolute;
  top: 22%;
  left: 10.5rem;
  right: 0;
  z-index: 0;
}

.title-border.text-center.custom &gt; span::before,
.title-border.text-center.custom &gt; span::after {
  background-color: transparent;
  color: #0069b0;
}

.title-border.text-center.light &gt; span::before,
.title-border.text-center.light &gt; span::after {
  background-color: transparent;
  color: #9a9a9a;
}

.title-border.custom,
.title-border.text-right.custom,
.title-border.text-center.custom &gt; span {
  border-color: #0069b0;
}

.title-border.light,
.title-border.text-right.light,
.title-border.text-center.light &gt; span {
  border-color: #e0e0e0;
}

.title-border.title-bg-line,
.title-border.text-center.title-bg-line,
.title-border.title-bg,
.title-border.text-center.title-bg {
  padding: 0;
}

.bg-dark .title-border &gt; span {
  background-color: #171717;
}

.bg-gray .title-border &gt; span {
  background-color: #f0f0f0;
}

.bg-light .title-border &gt; span {
  background-color: #f8f8f8;
}

.bg-white .title-border &gt; span {
  background-color: #fff;
}

.bg-gray2 .title-border &gt; span {
  background-color: #e1e1e1;
}

.title-bottom-border.custom {
  border-color: #0069b0;
}

.title-bg-line,
.title-underline {
  position: relative;
}

.title-bg-line &gt; span,
.title-underline &gt; span {
  padding: 0 0.6em;
}

.title-bg-line:after {
  content: "";
  display: block;
  height: 1px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
}

.title-block {
  margin-bottom: 30px;
}

.title-block .title {
  margin-bottom: 10px;
}

.title-block &gt; p {
  font-size: 1.1em;
}

.title &gt; .light,
.title-block .light {
  font-weight: normal;
}

.title-bottom-border {
  border-bottom: 1px solid transparent;
}

.title-bottom-border.dashed {
  border-bottom-style: dashed;
}

.title-bottom-border.dotted {
  border-bottom-style: dotted;
}

.title-border.dark,
.title-border.text-right.dark,
.title-border.text-center.dark &gt; span,
.title-bottom-border.dark {
  border-color: #171717;
}

.title-border.title-bg.dark,
.title-bg-line.dark:after {
  background-color: #171717;
}

.title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray &gt; span,
.title-bottom-border.gray {
  border-color: #eaeaea;
}

.title-border.title-bg.gray,
.title-bg-line.gray:after {
  background-color: #eaeaea;
}

.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white &gt; span,
.title-bottom-border.white {
  border-color: #fff;
}

.title-border.title-bg.white,
.title-bg-line.white:after {
  background-color: #fff;
}

.title-border.title-bg.light,
.title-bg-line.light:after {
  background-color: #e0e0e0;
}

.title-border.title-bg.custom,
.title-bg-line.custom:after,
.bg-custom .title-border &gt; span {
  background-color: #0069b0;
}

.title-border.title-bg.custom2,
.title-bg-line.custom2:after,
.bg-custom2 .title-border &gt; span {
  background-color: #c00f3c;
}

/* searchModal */

#searchModal .modal-content {
  background-color: transparent;
  border: none;
}

#searchModal .modal-header {
  color: #fff;
}

#searchModal div.modal-body.serch_form &gt; form &gt; input[type="text"] {
  width: 76%;
  height: 49px;
  background: #fff;
  color: #fff;
  border: none;
  color: #000;
  font-size: 15px;
  padding: 0 120px 0 20px;
}
#searchModal div.modal-body.serch_form &gt; form {
  width: 100%;
  margin: 0;
  padding: 0;
}
#searchModal div.modal-body.serch_form &gt; form &gt; input:placeholder {
  color: #000;
  font-size: 15px;
}

#searchModal div.modal-body.serch_form &gt; form &gt; input:focus {
  outline: none;
}

#searchModal div.modal-body.serch_form &gt; form &gt; button {
  font-size: 16px;
  color: #fff;
  background: #ff3414;
  display: inline-block;
  border: none;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  margin-left: 0;
  cursor: pointer;
}

/* searchModal end */

/* 棣栭〉鐑棬鍏抽敭璇嶅拰鎼滅储鏉� */

#index_hotkey {
  margin-left: -2.4rem;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
  margin-top: 1rem;
  background: #f8f8f8;
}

#index_hotkey span {
  margin-left: -1rem;
}
#index_hotkey form,
#breadcrumb-section form {
  width: 100%;
}
#index_hotkey input {
  height: 31px;
  border: 1px solid #eee;
  padding: 0 1rem;
  margin-left: -1rem;
}

button.btn-sub {
  color: #fff;
  background-color: #1c66af;
  border-color: #1c66af;
}

@media (max-width: 576px) {
  #index_hotkey input,
  #list_pro input {
    width: 90%;
  }

  button.btn-sub {
    width: 10%;
  }
}

/* 鍒楄〃椤垫悳绱㈡潯 */
#breadcrumb-section {
  background: #f8f8f8;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: fa5;
  content: "\f101";
}

#breadcrumb-section form {
  width: 100%;
  padding: 0.5rem 0 0.5rem 1.4rem;
}
#breadcrumb-section input {
  height: 2.4rem;
  border: 1px solid #eee;
}

#breadcrumb-section .breadcrumb {
  padding: 1.2rem 0 1.2rem 1rem;
  margin-bottom: 0;
  background: none;
}

#breadcrumb-section.bg-custom .breadcrumb-item,
#breadcrumb-section.bg-custom li a {
  color: #fff;
}

#breadcrumb-section.bg-custom .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* 鍒楄〃椤典晶鏍忓崱鐗� */
.sidebar .card{
  border: none;
}
.sidebar .leftMenu1 .card-body {
  padding: 0;
}
.sidebar .leftMenu1 .list-group{
  margin-top: 0.2rem;
}
.sidebar .leftMenu1 .list-group-item {
  padding: 1rem 0 1rem 3rem;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.sidebar .leftMenu1 .list-group-item.active
{
  color: #212529;
  background-color: #e9ecef;
  border: none;
}
.sidebar .leftMenu1 .list-group-item .active a {
  color: #212529;
}
.sidebar .leftMenu1 .list-group-item:hover{
  color: #212529;
  background-color: #1c66af;
  border: none;
}
.sidebar .leftMenu1 .list-group-item:hover a {
  color: #fff;
}

/* 渚ф爮_浜у搧鑿滃崟 */

div.con1_left1 {
  background: #1c66af;
  padding-top: 30px;
  padding: 10px;
}
#index_pro div.con1_left1 {
  margin-top: -30px;
}
div.con1_left1 p.h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-left: 1.6rem;
}

div.con1_left1 .chanp {
  background: #fff;
  padding: 12px 0;
  margin-top: 30px;
}
div.con1_left1 ul {
  padding: 1rem;
  margin: 0;
}

div.con1_left1 .chanp &gt; ul &gt; li {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dashed #eee;
  color: #000;
  padding-left: 3rem;
}

.chanp &gt; ul &gt; li &gt; button.btn-link::after {
  font-family: fa5;
  content: "\f105";
  text-align: right;
  width: 2em;
}

.chanp &gt; ul &gt; li &gt; button.btn-link[aria-expanded="true"]::after {
  font-family: fa5;
  content: "\f107";
}

.chanp &gt; ul &gt; li &gt; button.btn-link:hover,
.chanp &gt; ul &gt; li &gt; button.btn-link:active,
.chanp &gt; ul &gt; li &gt; button.btn-link:visited,
.chanp &gt; ul &gt; li &gt; button.btn-link:focus {
  text-decoration: none;
}

div.con1_left1 .chanp &gt; ul &gt; li a {
  color: #666;
}

div.con1_left1 .chanp &gt; ul &gt; li a:hover {
  color: #000;
}

div.con1_left1 .chanp &gt; ul &gt; li.active {
  background: #f1f1f1;
}

/*div.con1_left1 .chanp &gt; ul &gt; li a:before {*/
/*  content: "\f101";*/
/*  font-family: fa5;*/
/*  left: 3em;*/
/*  position: absolute;*/
/*  text-align: center;*/
/*  width: 2em;*/
/*  line-height: inherit;*/
/*}*/

div.con1_left1 .chanp &gt; ul &gt; li .fa-li {
  left: 3em;
}

div.con1_left1 .chanp &gt; ul &gt; li &gt; ul {
  border-bottom: 1px dashed #eee;
}

div.con1_left1 .chanp &gt; ul &gt; li &gt; ul &gt; li {
  line-height: 30px;
  font-size: 12px;
}

div.con1_left1 .chanp &gt; ul &gt; li &gt; ul &gt; li a {
  color: #666;
}

div.con1_left1 .chanp &gt; ul &gt; li &gt; ul &gt; li a:before {
  content: "-";
  left: 5em;
  position: absolute;
  line-height: inherit;
}

/* 棣栭〉tab鍒囨崲 */
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #1c66af;
}
.nav-pills .nav-link {
  border-radius: 0;
}

#index_pro .card {
  padding: 0;
  margin-right: 10px;
}

/* index_product-end  */

#index_case figure {
  margin: 0;
}
#index_case figcaption {
  padding-bottom: 5px;
}

/*棣栭〉鏂伴椈鍒楄〃鍒囨崲*/
#news-tab {
  border-bottom: solid 1px lightgrey;
}
#news-tabContent &gt; div &gt; ul {
  padding-left: 0;
}
#news-tabContent &gt; div &gt; ul &gt; li {
  float: left;
  border-bottom: 1px dashed #e4e4e4;
  line-height: 2rem;
  padding-left: 2rem;
  margin: 0.5rem 0;
}
#news-tabContent &gt; div &gt; ul &gt; li &gt; a {
  color: #666;
}

#news-tabContent &gt; div &gt; ul &gt; li &gt; a:hover {
  color: #000;
}

#news-tabContent &gt; div &gt; ul &gt; li &gt; a:before {
  content: "\f101";
  font-family: fa5;
  left: 0;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* 棣栭〉妗堜緥鏍峰紡 */
#index_case figcaption &gt; a {
  color: #666;
}

#index_case figcaption &gt; a:hover {
  color: #000;
}

/* 浜у搧鍒楄〃椤垫牱寮� */
#breadcrumb-section nav ol {
  background-color: transparent;
}

.sidebar .list-group-item a {
  color: #666;
  display: block;
}
.sidebar .list-group-item a:hover {
  color: #000;
}

/* 鏂囩珷鍒楄〃椤垫牱寮� */
.post-entry {
  border-bottom: 1px solid #f5f4f4;
}

.post-entry h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.post-entry h3 a {
  color: #666;
}

.post-entry .meta-date {
  display: inline-block;
  width: 100%;
  background: #1b9ce3;
}
.post-entry .meta-date span {
  display: block;
  color: #fff;
}
.post-entry .meta-date .day {
  font-weight: 700;
  font-size: 2.4rem;
}
.post-entry .meta-date .ym {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .post-entry .meta-date span {
    display: inline-block;
  }
  .post-entry .meta-date .day {
    font-weight: normal;
    font-size: 1rem;
  }
}


/* Paginations */
.pagination-container {
  margin-bottom: 3rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 1rem 0;
}

.pagination-container label,
.pagination-container .pagination {
  vertical-align: middle;
}

.pagination-container label {
  margin-bottom: 0;
  margin-top: 5px;
}

@media (max-width: 360px) {
  .pagination-container label {
    display: none;
  }
}

.pagination-container .pagination {
  float: right;
}

.pagination-container:after {
  content: "";
  clear: both;
  display: table;
}

.pagination {
  margin: 0;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  float: left;
  padding: 6px 13px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #222;
  transition: all 0.45s;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  color: #222;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-radius: 0;
}

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  min-width: 35px;
  text-align: center;
}

.pagination &gt; li.active &gt; a,
.pagination &gt; li.active &gt; a:hover,
.pagination &gt; li.active &gt; a:focus,
.pagination &gt; li.active &gt; span,
.pagination &gt; li.active &gt; span:hover,
.pagination &gt; li.active &gt; span:focus {
  color: #fff;
  font-weight: 600;
  background-color: #014c85;
  border-color: #014c85;
}

/* 鏂囩珷璇︽儏椤� */
.entry-title {
  text-align: center;
  margin: 2rem 0;
}
.entry-meta {
  margin: 1rem 0;
  padding: 0.5rem 0;
  text-align: center;
  border: 1px solid #f2f2fa;
}

.entry-meta span {
  margin-right: 2rem;
  color: #6a6a6a;
}

.entry-meta span i.fa {
  margin-right: 0.5rem;
  font-size: 90%;
}

.entry-content {
  padding-top: 2rem;
  color: #434343;
  font-size:1.4rem;
}

.entry-content h2 {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight:600;
}
.entry-content h3 {
  margin: 1.2rem 0;
  font-size: 1.6rem;
  font-weight:600;
}
.entry-content img {
  max-width: 100%;
}

.n1-gutters {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.n1-gutters &gt; .col,
.n1-gutters &gt; [class*="col-"] {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

/* 浜у搧璇︽儏椤� */

#detail_pro .breadcrumb{
  background: none;
  color: #fff;
}
#detail_pro .breadcrumb a{
  color: #fff;
}
article.entry{
  margin-left: -15px;
  
}
.product_text &gt; h1 {
  font-size: 2.4rem;
}
.product_text &gt; h2 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.product_text &gt; ul.list {
  padding: 0.5rem 0;
  margin: 1rem 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #666;
}
.product_text .list li {
  margin-bottom: 5px;
}
.product_text .list li span {
  display: inline-block;
  font-weight: 600;
  padding-left: 10px;
}
.product_text p.tel{
  font-weight: 600;
  font-size: 1.6rem;
  color: #1c66af;
}
.product_text p.des{
  line-height: 1.8rem;
  margin-bottom: 1rem;
  color: #666;
  
}

#detail_pro .nav.nav-tabs {
  margin: 2rem 0;
}

#detail_pro .nav.nav-tabs li a {
  background: #eee;
  color: #666;
  border-color: #dedcdc;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0;
  padding: 0.5rem 2rem;
}

#detail_pro .nav.nav-tabs li a.active {
  background: #2f7dfc;
  color: #fff;
  border-color: #2f7dfc;
}

/* 鑱旂郴璇︽儏椤� */


.con_list .h3{
  font-weight: 600;
  font-size: 1.6rem;
  margin: 1rem 0;
}

.viewpage{
  margin-top: 2rem;
}

/* footer */
#hf_footer {
  background: #333333;
  border-top: 2px solid #0a245e;
  color: #b9b9b9;
}

#hf_footer &gt; .container &gt; .row &gt; div:not(:last-child) {
  border-right: 1px solid #818181;
}

#hf_footer &gt; .container &gt; .row &gt; div.col-md-2:first-child {
  margin-left: -4rem;
}

#hf_footer .footer_title {
  font-weight: 600;
  color: #fff;
}
#hf_footer ul {
  padding-left: 0;
}
#hf_footer ul li {
  padding: 5px 0;
}
#hf_footer a,
#hf_footer .figure-caption {
  color: #b6b6b6;
}

#hf_footer a:active,
#hf_footer a:hover,
#hf_footer .figure-caption:hover {
  color: #fff;
}

#hf_footer .figure {
  padding: 0.5rem;
}
#hf_footer hr {
  height: 1rem;
  border: none;
  border-top: 1px solid #818181;
}
#hf_footer .footer_link {
  padding-left: 2rem;
}
#hf_footer .footer_link a {
  padding: 0 1rem;
  line-height: 1rem;
}
#hf_footer .footer_link a:not(:last-child) {
  border-right: 1px solid #b6b6b6;
}
</pre></body></html>