<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content {
  width: 81.25%;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.hidden {
  overflow: hidden;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.phone {
  display: none;
}
/*banner*/
.header_box {
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.05);
}
.header {
  width: 91.66666667%;
  margin: 0 auto;
}
.logo {
  width: 12.67045455%;
}
.logo img {
  width: 100%;
}
.nav {
  width: 65.68181818%;
}
.nav li {
  padding: 0 10px;
  font-size: 18px;
  line-height: 150px;
  position: relative;
}
.nav li::after {
  width: 100%;
  height: 4px;
  display: block;
  background: #0f542e;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active::after {
  transform: scale(1, 1);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.link {
  width: 4.375%;
  margin-right: 4%;
}
.ss_btn {
  cursor: pointer;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #0f542e;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.swiper_btn {
  width: 220px;
  height: 105px;
  background: #fff;
  justify-content: center;
  bottom: 0;
  left: 0;
  z-index: 8;
  padding: 0 50px;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-pagination {
  position: static;
  margin: 0;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
  width: 14px;
  height: 8px;
  opacity: 1;
}
.swiper_btn .swiper-button-prev {
  background: url(../images/nar1.jpg) no-repeat;
  background-size: 100%;
}
.swiper_btn .swiper-button-next {
  background: url(../images/nar2.jpg) no-repeat;
  background-size: 100%;
}
.swiper_btn .swiper-pagination {
  width: auto;
  margin: 0 15px;
}
.banner_txt {
  color: #f3f4f4;
  left: 5%;
  top: 15%;
  z-index: 10;
  display: none;
}
.banner_txt h3 {
  font-size: 52px;
}
.banner_txt p {
  font-size: 24px;
  text-transform: uppercase;
}
.swiper-slide-active .banner_txt {
  display: block;
}
.about_bg {
  background: url(../images//about_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 5% 0;
}
.about_box {
  align-items: flex-end;
}
.about_con {
  width: 45.19230769%;
}
.more {
  width: 46px;
  height: 46px;
  position: relative;
}
.more img {
  position: absolute;
  top: 0;
  left: 0;
}
.more img:nth-child(1) {
  opacity: 1;
  transform: scale(1);
  transition: 0.8s;
}
.more img:nth-child(2) {
  opacity: 0;
  transform: scale(0);
  transition: 0.8s;
}
.more a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.more:hover img:nth-child(1) {
  opacity: 0;
  transform: scale(0);
  transition: 0.8s;
}
.more:hover img:nth-child(2) {
  opacity: 1;
  transform: scale(1);
  transition: 0.8s;
}
.tit h2 {
  font-size: 60px;
}
.tit p {
  color: #909090;
  font-size: 22px;
}
.about_tit {
  padding-left: 8%;
}
.about {
  background: url(../images/about_con.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 10% 10% 7%;
  margin: 5% 0 0;
}
.about_txt {
  color: #505050;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
.about_num {
  padding: 20% 0 0;
}
.about_num li {
  text-align: center;
}
.about_num li p {
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
}
.about_num li p span {
  font-family: Impact;
  font-size: 54px;
  color: #0f542e;
  margin-right: 10px;
}
.about_pic {
  width: 49.35897436%;
  overflow: hidden;
}
.about_pic img {
  width: 100%;
  height: 540px;
}
.about_pic .swiper-button-next,
.about_pic .swiper-button-prev {
  width: 38px;
  height: 73px;
}
.about_pic .swiper-button-next {
  background: url(../images/nar4.png) no-repeat;
  background-size: 100% 100%;
}
.about_pic .swiper-button-prev {
  background: url(../images/nar3.png) no-repeat;
  background-size: 100% 100%;
}
.box {
  padding: 3% 0 0;
}
.box_con {
  margin: 4% 0 0;
  z-index: 9;
}
.big_pro .swiper-button-next,
.big_pro .swiper-button-prev {
  top: 735px;
  width: 47px;
  height: 80px;
  margin: 0;
}
.big_pro .swiper-button-next {
  background: url(../images/nar6.png) no-repeat;
  background-size: 100% 100%;
  right: 15px;
}
.big_pro .swiper-button-prev {
  background: url(../images/nar5.png) no-repeat;
  background-size: 100% 100%;
  left: 15px;
}
.big_pic {
  width: 66.02564103%;
}
.big_pic img {
  width: 100%;
  height: 640px;
}
.pro_con {
  width: 39.93589744%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 40px rgba(240, 240, 240, 0.32);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 3% 5%;
}
.pro_con h2 {
  font-size: 36px;
  position: relative;
  padding-bottom: 2%;
}
.pro_con h2::after {
  width: 60px;
  height: 1px;
  background: #a8a8a8;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.pro_txt {
  color: #666;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  margin: 5% 0;
}
.pro_list {
  margin: 25px 0 0;
}
.pro_list li {
  width: 420px;
  position: relative;
  cursor: pointer;
}
.pro_list li img {
  width: 100%;
  height: 228px;
}
.pro_list li p {
  width: 91.66666667%;
  height: 198px;
  position: absolute;
  border: solid 1px #ffffff;
  background: rgba(0, 0, 0, 0.36);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  text-align: center;
  line-height: 198px;
  color: #fff;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.pro_list li:hover p {
  transform: scale(1, 1);
}
.pro_list li.swiper-slide-thumb-active p {
  transform: scale(1, 1);
}
.news_list {
  display: block;
  box-shadow: 0 0 20px rgba(241, 241, 241, 0.9);
}
.news_pic img {
  width: 100%;
  height: 390px;
}
.news_con {
  background: #fff;
  padding: 5% 5% 3% 23%;
}
.news_con &gt; h3 {
  font-size: 20px;
}
.news_txt {
  color: #666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin: 2% 0 0;
}
.news_date_box {
  width: 84px;
  height: 160px;
  border: solid 5px #fff;
  left: 7%;
  top: -78px;
}
.news_date {
  color: #fff;
  background: #2a2a2a;
  line-height: 1.2;
  height: 74px;
  padding: 20% 0 0;
}
.news_date img {
  width: 100%;
}
.news_date h3 {
  font-size: 18px;
}
.news_date p {
  font-size: 14px;
}
.news_box .swiper-container {
  padding: 0.5%;
}
.news_box .swiper-pagination {
  width: 100%;
  position: static;
  margin: 5% 0 0;
}
.news_box .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border: solid 1px #cacaca;
  background: none;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px;
}
.news_box .swiper-pagination-bullet-active {
  border: solid 1px #276543;
  background: #276543;
}
.contact_bg {
  background: #f4f4f4;
}
.contact {
  width: 50%;
}
.contact_con {
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding: 7% 10% 0;
}
.contact_tit {
  line-height: 1.5;
}
.contact_tit h3 {
  font-size: 30px;
}
.contact_tit p {
  font-size: 18px;
}
.contact_txt {
  margin: 4% 0 0;
  font-size: 18px;
  line-height: 2.2;
}
.address {
  width: 50%;
  letter-spacing: -1px;
}
.email {
  width: 40%;
}
.service {
  padding: 3% 5% 0;
  color: #333;
}
.service_tel {
  font-size: 18px;
  color: #666;
  margin: 8% 0 0;
}
.service_tel span {
  font-family: Impact;
  font-size: 48px;
  color: #333;
  margin-right: 10px;
}
.en_service_tel {
  margin: 10% 0 0;
}
.en_service_tel p {
  font-family: Impact;
  font-size: 30px;
  color: #333;
  line-height: 1.3;
}
.code_box {
  width: 44.87179487%;
  right: 5%;
  top: 30%;
}
.code_list {
  color: #666;
}
.code_list img {
  width: 108px;
  height: 108px;
}
.share_box {
  width: 37.17948718%;
  right: 7%;
  bottom: 35%;
}
.copyright {
  border-top: solid 1px #dedede;
  padding: 1.2% 0;
}
.m_banner img {
  width: 100%;
}
.m_banner_tit {
  width: 100%;
  top: 38%;
  left: 0;
  color: #fff;
}
.m_banner_tit h2 {
  font-family: Arial;
  font-size: 50px;
  position: relative;
  text-transform: uppercase;
}
.m_banner_tit h2::after {
  width: 115px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  display: block;
  content: "";
}
.m_banner_tit p {
  font-size: 30px;
  padding-top: 0.5%;
}
.m_about_pic {
  width: 42.69230769%;
}
.m_about_pic img {
  width: 100%;
}
.m_about_con {
  width: 52.24358974%;
}
.m_about_con h2 {
  font-size: 28px;
}
.m_about_con .m_about_txt {
  margin: 3% 0 0;
  word-break: break-all;
}
.m_about_num {
  padding: 3% 0 0;
}
.m_about_num li {
  text-align: left;
}
.m_about_num li p:first-child {
  position: relative;
}
.m_about_num li p:first-child::after {
  width: 30px;
  height: 1px;
  background: #fc5b4d;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.produce_bg {
  background: #fafafa;
  padding: 4% 0;
}
.sub_tit {
  font-size: 28px;
}
.tips {
  margin: 1% 0 0;
}
.produce {
  margin: 6% 0 0;
}
.produce::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: #0f542e;
}
.produce li:nth-child(even) .line {
  bottom: 0px;
}
.produce li:nth-child(even) .right {
  align-items: flex-end;
}
.produce_con {
  height: 370px ;
}
.left {
  position: relative;
  flex: 0 0 17px;
}
.left .cir {
  position: absolute;
  width: 17px;
  height: 17px;
  background: #0f542e;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.left .line {
  position: absolute;
  display: block;
  width: 1px;
  height: 185px;
  background: #0f542e;
  left: 0px;
  right: 0px;
  margin: auto;
}
.right {
  position: absolute;
  width: 430px;
  height: 100%;
  padding: 0 0 0 20px;
  display: flex;
}
.right .imgBox {
  width: 110px !important;
  height: 110px !important;
  flex: 0 0 110px !important;
  overflow: hidden;
  margin: 0 18px 0 0;
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.2);
  border-radius: 100%;
}
.right .info .time {
  display: inline-table;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  color: #0f542e;
}
.js_thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary {
  text-align: left;
  vertical-align: top;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.partner_list li {
  width: 29.29487179%;
  animation-name: fadeInUp;
}
.partner_list li:nth-child(2) {
  animation-name: fadeInDown;
}
.partner_list li img {
  width: 100%;
}
.culture_bg {
  background: #fafafa;
  padding: 3% 0;
}
.culture_con {
  width: 50.32051282%;
}
.culture_txt {
  margin: 3% 0 0;
}
.culture_pic {
  width: 43.58974359%;
}
.culture_pic img {
  width: 100%;
}
.m_pro li {
  width: 31.02564103%;
  border: solid 1px #f3f3f3;
  margin-right: 3.4%;
  margin-bottom: 3%;
  animation-name: fadeInUp;
}
.m_pro li:nth-child(3n+3) {
  margin-right: 0;
}
.m_pro_con {
  padding: 4% 8% 3%;
}
.m_pro_tit {
  font-size: 18px;
  width: 70%;
}
.m_pro_pic img {
  width: 100%;
  height: 297px;
}
.pagination li {
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 20px;
  margin: 0 5px;
  color: #909ba7;
}
.pagination li.active {
  background: #0f542e;
  color: #fff;
}
.m_news li {
  width: 100%;
  padding: 5%;
  margin-right: 0;
}
.m_news_time img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.m_news_tit {
  font-size: 18px;
}
.m_news_pic {
  margin: 5% 0 3%;
}
.m_news_pic img {
  width: 100%;
  height: 347px ;
}
.m_news_txt {
  line-height: 2;
  height: 64px;
  overflow: hidden;
}
.adv_list {
  padding-bottom: 3%;
}
.adv_list li {
  background: #f9f9f9;
}
.adv_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.adv_pic {
  width: 50%;
}
.adv_pic img {
  width: 100%;
}
.adv_con {
  width: 50%;
  padding: 3% 5%;
}
.adv_tit {
  border-bottom: solid 1px #cccccc;
  padding: 2% 0;
  font-size: 30px;
}
.adv_tit img {
  margin-right: 20px;
}
.adv_txt {
  margin: 4% 0 0;
  line-height: 2.25;
  height: 216px;
  overflow: hidden;
}
.adv_tip {
  color: #0f542e;
  font-size: 26px;
}
.m_contact_list {
  padding: 0 5%;
}
.m_contact_list li {
  width: 22%;
  height: 244px;
  text-align: center;
  color: #505050;
  border: solid 1px #e2e2e2;
  padding: 40px 0 0;
  animation-name: fadeInUp;
}
.m_contact_list li:nth-child(even) {
  animation-name: fadeInDown;
}
.m_contact_list li h3 {
  font-size: 16px;
  margin: 45px 0 10px;
}
.m_contact_list li p {
  font-size: 14px;
}
.m_message {
  padding: 0 5%;
}
.m_message_list {
  width: 47.85714286%;
  border: solid 1px #dedede;
  margin-bottom: 3%;
  padding: 0 20px;
  height: 50px;
}
.m_message_list:nth-of-type(3) {
  width: 100%;
  height: 170px;
  align-items: flex-start;
}
.m_message_list:nth-of-type(3) img {
  margin-top: 10px;
}
.m_message_list img {
  margin-right: 15px;
}
.m_user {
  width: 90%;
  height: 46px;
  border: none;
}
.m_user1 {
  width: 96%;
  padding: 1% 0;
  height: 168px;
}
.m_mes_btn {
  width: 290px;
  margin: 0 auto;
}
.m_mes_btn input {
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  border: none;
}
.m_mes_btn .m_mes_btn1 {
  background: #0f542e;
}
.m_mes_btn .m_mes_btn2 {
  background: #646464;
}
.join_txt {
  width: 80%;
  margin: 3% auto 0;
}
.process {
  margin: 7% 0 5%;
}
.m_news_box {
  padding: 50px 0 30px;
}
.xx_tit {
  font-size: 28px;
  line-height: 1.5;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.xx {
  padding: 40px;
  line-height: 2;
  min-height: 500px;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 30px 0;
}
.nextpage a {
  color: #333;
  max-width: 40%;
}
.map_bg {
  background: #0b3a56;
  padding: 0 0 3%;
  margin: 4% 0 0;
}
.echarts_box {
  width: 100%;
  margin: 3% 0 0;
}
.echarts_con {
  height: 600px;
}
.honor {
  margin: 3% 0 0;
  border: solid 1px #f1f1f1;
  padding: 2% 3%;
}
.honor .swiper-container {
  width: 92%;
}
.honor .swiper-button-next,
.honor .swiper-button-prev {
  width: 36px;
  height: 70px;
  margin-top: -35px;
  outline: none;
}
.honor .swiper-button-next {
  background: url(../images/nar8.jpg) no-repeat;
  right: 2%;
}
.honor .swiper-button-prev {
  background: url(../images/nar7.jpg) no-repeat;
  left: 2%;
}
.honor img {
  width: 100%;
}
.m_news_list {
  width: 47.75641026%;
}
.m_news_list_tit {
  background: #0f542e;
  font-size: 22px;
  line-height: 3.18;
  color: #fff;
}
.pro_xx_box {
  margin: 3% 0;
}
.pro_xx_pic {
  width: 43.58974359%;
}
.pro_xx_big {
  border: solid 1px #ebebeb;
}
.pro_xx_big img {
  width: 100%;
  height: 100%;
}
.pro_xx_big .swiper-button-next,
.pro_xx_big .swiper-button-prev {
  width: 46px;
  height: 46px;
}
.pro_xx_big .swiper-button-next {
  background: url(../images/nar10.png) no-repeat;
  background-size: 100% 100%;
  right: 5%;
}
.pro_xx_big .swiper-button-prev {
  background: url(../images/nar9.png) no-repeat;
  background-size: 100% 100%;
  left: 5%;
}
.pro_xx_small {
  margin: 20px 0 0;
}
.pro_xx_small li {
  border: solid 1px #ebebeb;
}
.pro_xx_small li img {
  width: 100%;
  height: 100%;
}
.pro_xx_con {
  width: 52.24358974%;
}
.pro_xx_tit {
  font-size: 36px;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 2%;
}
.pro_xx_txt {
  font-size: 18px;
  margin: 2% 0 0;
  line-height: 2.67;
  color: #666;
}
.brand_list {
  margin: 3% 0 0;
}
.brand_list li {
  width: 10.70512821%;
  margin-right: 5%;
}
.brand_list li img {
  width: 100%;
}
.brand_list li:nth-child(7n+7) {
  margin-right: 0;
}
.pro_xx_title {
  font-size: 24px;
  background: #0f542e;
  line-height: 3.2;
  color: #fff;
  margin: 3% 0 0;
}
.online {
  width: 70px;
  border: solid 1px #e2e1e1;
  position: fixed;
  top: 40%;
  right: 2%;
  background: #fff;
  z-index: 99;
}
.online li {
  height: 70px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.online1 {
  padding: 10px 0 0;
  color: #157b46;
}
.online_code {
  width: 150px;
  height: 150px;
  background: #eeeeee;
  padding: 7px;
  top: -10px;
  right: 85px;
  border-radius: 3px;
  display: none;
}
.online_code::after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #eeeeee;
  border-bottom: 7px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
}
.online2:hover .online_code {
  display: block;
}
</pre></body></html>