<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_common {
  width: 100%;
  height: 809px;
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
}
.header_common .top {
  width: 100%;
  height: 122px;
}
.header_common .top .inner {
  width: 1200px;
  height: 122px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header_common .top .sub_nav_lists {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.header_common .top .sub_nav_lists .nav_sub_item {
  display: flex;
  cursor: pointer;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_home,
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home {
  margin: 0 56px 0 64px;
  padding-left: 14px;
  width: 169px;
  height: 34px;
  border-radius: 24px;
  line-height: 34px;
  border: solid 1px rgba(151, 151, 151, 0.5);
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_home:before,
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 6px;
  width: 22px;
  height: 22px ;
  background: url(../images/left_arrow_active.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_home a,
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home a {
  display: inline-block;
  width: 100%;
  margin-left: 46px;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_home:hover a,
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home:hover a {
  color: rgba(255, 255, 255, 0.8);
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_home:hover:before,
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home:hover:before {
  content: '';
  background: url(../images/left_arrow_icon.png) no-repeat;
  background-size: 100% 100%;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 6px;
  width: 22px;
  height: 22px ;
  background: url(../images/fixed_left_arrow.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_fixed_home:hover:before {
  content: '';
  background: url(../images/fixed_left_arrow.png) no-repeat;
  background-size: 100% 100%;
}
.header_common .top .sub_nav_lists .nav_sub_item .sub_nav_list {
  display: none;
  position: absolute;
  top: 42px;
  left: -30px;
  min-width: 244px;
  background-color: rgba(32, 32, 32, 0.9);
  border-radius: 8px;
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item .sub_nav_list:before {
  content: '';
  position: absolute;
  top: -14px;
  left: 113px;
  width: 0;
  height: 0;
  border-bottom: 7px solid rgba(32, 32, 32, 0.9);
  border-right: 8px solid transparent;
  border-top: 7px solid transparent;
  border-left: 8px solid transparent;
}
.header_common .top .sub_nav_lists .nav_sub_item .sub_nav_list:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0;
}
.header_common .top .sub_nav_lists .nav_sub_item .sub_nav_list ul {
  padding: 10px 30px 15px 30px;
}
.header_common .top .sub_nav_lists .nav_sub_item .sub_nav_list li {
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header_common .top .sub_nav_lists .nav_sub_item .sub_nav_list li a {
  font-size: 18px;
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 59px;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item {
  position: relative;
  height: 34px;
  line-height: 34px;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item:last-child {
  margin: 0 100px 0 76px;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item.nav_sub_drop {
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item.nav_sub_drop::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  transform-origin: 50% 25%;
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item.nav_sub_drop:hover &gt; a:first-child {
  color: #FF2A35;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item.nav_sub_drop:hover::after {
  content: '';
  transform: rotate(180deg);
  border-top-color: #FF2A35;
}
.header_common .top .sub_nav_lists .nav_sub_item .nav_sub_item.nav_sub_drop:hover .sub_nav_list {
  display: block;
}
.header_common .top .sub_nav_lists .nav_sub_item li {
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item li a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s;
}
.header_common .top .sub_nav_lists .nav_sub_item li a:hover {
  color: #FF2A35;
}
.header_common .top .sub_nav_lists .tel {
  color: #fff;
  font-size: 24px;
  float: right;
}
.header_common .top .sub_nav_lists .tel img {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.header_common .top .sub_nav_lists .tel span {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.header_common .top .sub_nav_lists .tel:after {
  content: 'å‘¨ä¸€è‡³å‘¨å…­ 09:00 - 18:00';
  display: block;
  font-size: 12px;
  color: #fff;
  margin-left: 40px;
}
.header_common .top-fixed {
  width: 100%;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header_common .top-fixed .inner {
  height: 72px;
}
.header_common .top-fixed .sub_nav_lists a {
  color: #333 !important;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop {
  transition: all 0.3s;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(51, 51, 51, 0.6) !important;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  transform-origin: 50% 25%;
  transition: all 0.3s;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop .sub_nav_list a {
  color: #fff !important;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop .sub_nav_list li:hover a {
  color: #FF2A35 !important;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop:hover &gt; a:first-child {
  color: #FF2A35 !important;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop:hover::after {
  content: '';
  transform: rotate(180deg) !important;
  border-top-color: #FF2A35 !important;
}
.header_common .top-fixed .sub_nav_lists .nav_sub_drop:hover .sub_nav_list {
  display: block;
}
.header_common .top-fixed .tel {
  color: #333 !important;
  font-size: 24px;
}
.header_common .top-fixed .tel img {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.header_common .top-fixed .tel span {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.header_common .top-fixed .tel:after {
  content: 'å‘¨ä¸€è‡³å‘¨å…­ 09:00 - 18:00';
  display: block;
  font-size: 12px;
  color: #333 !important;
  margin-left: 40px;
}
.header_common .text {
  text-align: center;
  color: #fff;
  padding-top: 190px;
}
.header_common .text .title {
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.header_common .text .desc {
  font-size: 26px;
  letter-spacing: 1px;
}
.header_common .mouse {
  text-align: center;
  color: #fff;
  padding-top: 286px;
}
.module {
  margin: 102px auto 0;
}
.module .title-bg {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  color: #333333;
  padding-bottom: 30px;
  background: url(../images/title-bg.png) bottom center no-repeat;
}
.module .title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  color: #333333;
}
.module .title .desc {
  width: 833px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: #666666;
  letter-spacing: 0px;
  margin-top: 8px;
}
.module .title .desc_1 {
  width: 833px;
}
.module .title .desc_2 {
  width: 689px;
}
.product {
  width: 1200px;
}
.product .content {
  padding-top: 6px;
  display: flex;
}
.product .img {
  width: 1200px;
  height: 326px;
  position: relative;
}
.product .img .m1 {
  position: absolute;
  top: 26px;
  left: 31px;
  z-index: 2;
}
.product .img .round {
  width: 112px;
  height: 112px;
  background-color: #f1f1f1;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  bottom: 20px;
}
.product .img .decoration {
  position: absolute;
  top: 26px;
  right: 40px;
}
.product .img .decoration img {
  width: 170px;
  height: 126px;
}
.product .word {
  width: 403px;
  height: 482px;
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0px 4px 4px 0px;
}
.product .word .item {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #f6f6f6;
}
.product .word .item:before {
  content: '';
  position: absolute;
  left: 19px;
  top: 46px;
  width: 15px;
  height: 16px;
  background: url(../images/tri.png);
}
.product .word .item:last-child {
  border-bottom: 0;
}
.product .word .item .num {
  font-size: 22px;
  color: #cc281d;
  padding: 0px 30px;
  margin-bottom: 8px;
}
.product .word .item p {
  font-size: 20px;
  color: #333333;
  padding: 0px 23px 0 42px;
  line-height: 41px;
  text-align: justify;
}
.repeatBox {
  padding: 80px 0 140px 0;
  margin: 90px 0;
  background-color: #fafafa;
}
.repeatBox .module {
  margin: 0 auto;
}
.repeatBox .business {
  margin: 0 auto 0px;
}
.repeatBox .business .desc_2 {
  width: 433px;
}
.repeatBox .business .content_repeat_box {
  width: 1200px;
  display: flex;
  justify-content: space-around;
}
.repeatBox .business .content_repeat_box .business_item {
  width: 284px;
  height: 128px;
  text-align: center;
  font-size: 16px;
}
.repeatBox .business .content_repeat_box .business_item img {
  width: 107px;
  height: 107px;
}
.repeatBox .business .content_repeat_box .business_item p {
  margin-top: 15px;
  font-weight: 600;
}
.repeatBox .business .content_repeat_box .business_item .des {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.repeatBox .business .content_repeat_item1 p {
  position: relative;
  padding-left: 22px;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.repeatBox .business .content_repeat_item1 p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px ;
  background: url(../images/checked.png) no-repeat;
  background-size: contain;
}
.repeatBox .business .content_repeat_item2 {
  width: 581px;
  height: 327px;
  border: solid 1px #ececec;
}
.repeatBox .business .content_repeat_item2 .m1 {
  width: 100%;
  height: 100%;
}
.repeatBox .business .content_repeat_item3 p {
  position: relative;
  padding-left: 22px;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.repeatBox .business .content_repeat_item3 p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px ;
  background: url(../images/checked.png) no-repeat;
  background-size: contain;
}
.repeatBox .business .content {
  padding-top: 77px;
  display: flex;
  justify-content: center;
}
.repeatBox .business .item {
  width: 124px;
  height: 124px;
  line-height: 124px;
  background: url(../images/pop.png);
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.process {
  margin-top: -30px;
  margin-bottom: 90px;
}
.process .content {
  padding-top: 48px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.process .content .process_item {
  text-align: center;
}
.process .content .process_item img {
  width: 222px;
  height: 188px;
}
.process .content .process_item p {
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.process .content .process_item .desc {
  text-align: center;
  width: 180px;
  margin: 7px auto 0;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.process .content .m1 {
  width: 745px;
  height: 408px;
  margin: 0 auto;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}
.process .content .t1 {
  font-size: 16px;
  padding-top: 20px;
}
.data {
  background-color: #fafafa;
  margin: 0px auto;
  padding-top: 80px;
}
.data .title-bg {
  padding-top: 80px;
}
.data .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 64px;
  text-align: center;
  align-items: center;
  font-size: 22px;
  color: #333333;
}
.data .content .data_item2 {
  width: 1028px;
  height: 322px;
  margin: 0 auto;
}
.data .content .data_item2 img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.data .content p {
  margin-top: 20px;
}
.change2 {
  width: 1200px;
  margin: 0 auto;
}
.change2 .title {
  padding-top: 80px;
}
.change2 .content {
  padding-top: 40px;
  display: flex;
  justify-content: space-around;
}
.change2 .content .item {
  text-align: center;
}
.change2 .content .item p {
  font-size: 22px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 40px;
}
.change2 .content .item .desc {
  width: 280px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 12px;
}
.advantage {
  background-color: #fafafa;
  padding: 80px 0 48px;
}
.advantage .content {
  width: 1200px;
  margin: 68px auto 0px;
  display: flex;
}
.advantage .content .nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 0px 46px 0 0;
}
.advantage .content .tab-setting {
  margin-top: 70px;
  text-align: center;
}
.advantage .content .nav-tabs &gt; li &gt; a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 22px;
  color: #999999;
}
.advantage .content .nav-tabs {
  width: 120px;
  border: 0;
  margin-right: -1px;
}
.advantage .content .nav-tabs &gt; li {
  float: inherit;
  margin: 54px 0px;
}
.advantage .content .nav-tabs &gt; li.active &gt; a,
.advantage .content .nav-tabs &gt; li.active &gt; a:focus,
.advantage .content .nav-tabs &gt; li.active &gt; a:hover {
  color: #5687ff;
  cursor: default;
  font-size: 22px;
  background-color: transparent;
  border-right: 2px solid #5687ff;
  box-sizing: border-box;
}
.advantage .content .nav &gt; li &gt; a:focus,
.advantage .content .nav &gt; li &gt; a:hover {
  text-decoration: none;
  background-color: transparent;
}
.advantage .content .tab-content {
  width: 1080px;
  border-left: solid 2px #f1f1f1;
  padding-left: 32px;
}
.advantage .content .tab-content .tit {
  font-size: 24px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 14px;
  margin-top: 28px;
  padding-left: 28px;
  font-weight: bold;
}
.advantage .content .tab-content p {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 8px;
  padding-left: 28px;
}
.advantage .content .tab-content .img {
  margin-top: 46px;
  padding-bottom: 62px;
  display: flex;
  justify-content: flex-start;
}
.advantage .content .tab-content .img .box {
  margin-right: 40px;
  margin-top: 32px;
  position: relative;
}
.advantage .content .tab-content .img .box span {
  font-size: 22px;
  color: #333333;
  position: absolute;
  right: 0px;
  top: 140px;
}
.advantage .content .tab-content .img .list .item {
  width: 400px;
  line-height: 56px;
  font-size: 22px;
  background-color: #fffbf2;
  border-radius: 6px;
  border: solid 1px #ffbd20;
  margin-bottom: 12px;
  text-align: center;
}
.environment {
  width: 1000px;
  margin: 102px auto 96px;
  text-align: center;
}
.environment .content {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  margin: 82px 0px 110px;
}
.environment .content .sub_nav_list {
  display: none;
  position: absolute;
  top: -160px;
  left: 50px;
  width: 244px;
  background-color: rgba(32, 32, 32, 0.9);
  border-radius: 8px;
  transition: all 0.3s;
}
.environment .content .sub_nav_list:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 113px;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(32, 32, 32, 0.9);
  border-right: 8px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid transparent;
}
.environment .content .sub_nav_list:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0;
}
.environment .content .sub_nav_list ul {
  padding: 10px 30px 15px 30px;
}
.environment .content .sub_nav_list li {
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.environment .content .sub_nav_list li:hover a {
  color: #FF2A35;
}
.environment .content .sub_nav_list li a {
  font-size: 18px;
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 59px;
  color: #fff;
  transition: all 0.3s;
}
.environment .content .item {
  position: relative;
  font-size: 20px;
  background-color: #5687ff;
  border-radius: 42px;
}
.environment .content .item.pc_item:hover .sub_nav_list {
  display: block;
}
.environment .content .item .link {
  display: inline-block;
  width: 322px;
  height: 84px;
  line-height: 84px;
  color: #fff;
  position: relative;
}
.environment .content .item .link img {
  margin-right: 16px;
}
.environment .content .item .link .tip {
  width: 500px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  color: #f5222d;
  bottom: -44px;
  left: 0px;
  text-align: left;
}
.environment .content .item .link .gzh {
  position: absolute;
  right: -210px;
  top: -54px;
  display: none;
}
.environment .content .move:hover .gzh {
  display: block;
}
.environment .more {
  font-size: 28px;
  color: #333;
  margin-bottom: 16px;
}
.environment .more span {
  color: #1890ff;
}
.environment .des {
  font-size: 16px;
  color: #666666;
}
.footer {
  height: 300px;
  background: url(../images/footer/bg-footer.png) no-repeat;
  background-size: cover;
}
.footer .box {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.footer .box .logo {
  font-size: 16px;
  padding: 52px 0px 0px;
  display: flex;
  align-items: center;
}
.footer .box .logo .line {
  margin: 0px 16px 0px 12px;
}
.footer .box .word {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.footer .box .introduce {
  width: 300px;
  line-height: 24px;
  padding-top: 38px;
}
.footer .box .contact {
  padding-top: 38px;
}
.footer .box .contact .item {
  margin-bottom: 11px;
}
.footer .box .footer-img {
  text-align: right;
}
.footer .box .icon {
  margin-bottom: 36px;
  display: flex;
  justify-content: flex-end;
}
.footer .box .icon a {
  margin-left: 16px;
}
.footer .beian {
  border-top: solid 1px rgba(152, 2, 2, 0.52);
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 51px;
  margin-top: 28px;
}

</pre></body></html>