<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: "SourceHanSerifCN";
}

*{  
  font-family: "SourceHanSerifCN";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face{
  font-family:"SourceHanSerifCN";
  src: url('../font/SourceHanSerifCN-Regular.otf');
}

h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a { color:#000000; text-decoration:none; outline: medium none;}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1400px;
  margin: 0 auto;
}
.commonA {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #7C302F;
}

.headerBg {
  width: 100%;
  height: 160px;
  background: url(../images/header_opacity.png) repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
}
.logo {
  width: 418px;
  height: 61px;
  overflow: hidden;
  margin-top: 30px;
}
.menu_right {
  width: auto;
}
.menu_btn {
  width: auto;
  margin-top: 36px;
  margin-left: 50px;
}
.menu_btn&gt;a {
  display: inline-block;
  font-size: 15px;
  color: #cccccc;
  padding: 0px 10px;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat center center ;
  background-size: 60%;
  margin-top: 35px;
  margin-left: 10px;
}
.search {
  width: auto;
  margin-top: 40px;
}
.search .btn2{
  border-style: none;
  outline: none;
  background:url(../images/icon_search.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  cursor: pointer;
}
.search_wap {
  display: block;
  border-style: none;
  outline: none;
  width: 90%;
  height: 40px;
  cursor: pointer;
  color: #ffffff;
  background:url(../images/icon_search.png) no-repeat 20% #7C302F;
  border-radius: 20px;
  margin: 20px auto;
}
.nav {
  width: auto;
  clear: both;
  margin-top: 26px;
  text-align: right;
}
.nav&gt;li {
  float: left;
  position: relative;
}
.nav&gt;li&gt;a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  padding: 10px 40px;
}
.nav&gt;li:hover &gt;a {
  color: #ffffff;
}
.nav&gt;li:hover &gt;a {
  background-image: linear-gradient(RGBA(187, 40, 38, 1), RGBA(126, 48, 47, 1));
  background-color: RGBA(126, 48, 47, 1);
}
.navT {
  display: none;
  position: absolute;
  z-index: 100;
  width: auto;
  left: 0px;
  margin: 0px;
  background: #ffff;
  border-bottom: 2px solid #9a0000;
}
.navT&gt;li&gt;a{
  display: block;
  color: #525252;
  white-space: nowrap;
  width: auto;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.navT&gt;li&gt;a:hover{
  color: #9a0000;
}
.navActive {
  background-image: linear-gradient(#fe0000, #9b0000) !important;
  background-color: #9b0000 !important;
}

.footerBg {
  width: 100%;
  height: auto;
  padding-top: 60px;
  background: linear-gradient(0deg, #191919, #250000);
  background-color: #191919;
}
.footer_shortcut_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer_shortcut_list {
  width: auto;
  height: 70px;
  overflow: hidden;
}
.footer_shortcut_list&gt;a&gt;img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.footer_shortcut_list&gt;a:hover img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.footer_info {
  width: 100%;
  margin-top: 50px;
}
.footer_info&gt;div {
  display: flex;
  justify-content: space-between;
}
.footer_link {
  width: calc(100% - 67%);
}
.footer_title {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
}
.footer_title:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(241, 240, 242, 0.25);
  margin-top: 10px;
}
.footer_list {
  width: 100%;
}
.footer_link_list {
  width:calc(100% - 51%);
}
.footer_link_list&gt;a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  height: 30px;
  padding-left: 25px;
  overflow: hidden;
  background: url(../images/icon_link.png) no-repeat 0px;
}
.footer_link_list&gt;a:hover {
  color: #ffffff;
}
.contact_us {
  width: calc(100% - 75%);
}
.contact_us_cont&gt;span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  height: 30px;
  padding-left: 25px;
  overflow: hidden;
}
.contact_us_cont&gt;span {
  background: url(../images/icon_call.png) no-repeat 0px;
}
.contact_us_cont&gt;span+span {
  background: url(../images/icon_email.png) no-repeat 0px;
}
.contact_us_cont&gt;span+span+span {
  background: url(../images/icon_adress.png) no-repeat 0px;
}
.contact_us_cont {
  width: 100%;
}
.code {
  width: calc(100% - 67%);
  height: 197px;
  display: flex;
  justify-content: space-between;
}
.code_cont {
  width: calc(100% - 52%);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding-top: 20px;
}
.code_cont&gt;img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.code_cont&gt;h3 {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  margin-top: 10px;
  color: #ffffff;
}
.copyRight {
  width: 100%;
  height: 60px;
/*  background-color: #9a0000;*/
  margin-top: 55px;
}
.copyRight p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 60px;
}

.commonBg {
  width: 100%;
  height: 100%;
  padding: 20px 0px 70px 0px;
}
.commonLeftNav {
  width: 240px;
  background-color: #f5f5f5;
}
.commonLeftNavTitle {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(#fe0000, #9b0000);
  background-color: #9b0000;
}
.commonLeftNavTitle&gt;h3 {
  display: block;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}
.commonLeftMemu {
  width: 100%;
  height: auto;
  
  padding: 0px 20px;
}
.commonLeftMemu&gt;li {
  
  text-align: center;
}
.common_icon_arrow {
  display: block;
  width: 18px;
  height: 11px;
  background: url(../images/icon_arrow_bottom.png) no-repeat;
  position: absolute;
  top: 40%;
  right: 0px;
}
.commonLeftMemu&gt;li&gt;a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 18px 0px;
  color: #333333;
  border-bottom: 1px solid #e2e2e2;
}
.commonLeftMemu&gt;li:last-child a{
  border-bottom: 0px;
}
.commonLeftMemu&gt;li&gt;a:hover,
.locationNav&gt;span&gt;a:hover,
.commonLeft_T_Nav&gt;a:hover {
  color: #9a0000;
}
.commonLeftActive&gt;a,
.commonLeft_T_Nav_act&gt;a {
  color: #9a0000 !important;
}
.common_icon_arrow_h {
  background: url(../images/icon_arrow_bottom_h.png) no-repeat !important;
}
.commonLeft_T {
  display: none;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.commonLeft_T_Nav&gt;a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}
.commonRightCont {
  width: calc(100% - 280px);
}

.location {
  width: 100%;
  height: 47px;
  
  border-bottom: 1px solid #e2e2e2;
  margin-top: 13px;
}
.locationTitle&gt;h3 {
  display: block;
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  background: url(../images/icon_axis.jpg) no-repeat 0px;
}
.locationNav {
  margin-top: 5px;
}
.locationNav&gt;span,
.locationNav&gt;span&gt;a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.locationNav&gt;span&gt;a {
  padding: 0px 5px;
}
.commonLeft_F_nav {
  width: 100%;
  background: #e5e5e5;
}
.commonLeft_F_nav&gt;a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}
.commonLeft_F_nav&gt;a+a {
  border-top: 1px solid #fff;
}
.commonLeft_F_nav&gt;a:hover {
  color: #9a0000;
}</pre></body></html>