@charset "UTF-8";
.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 14px;
  color: #5a5a5a;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.page-news_item .p1,
.sunc-five_list-item-text .p1,
.sunc-three_swiper .swiper-slide p,
.sunc-one_list-item-text,
.sunc-one_menu a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.page-contact_text-img img,
.page-banner img,
.sunc-four_box-left img {
  display: inline-block;
  max-width: 100%;
}

.flex {
  display: flex;
}
@media (max-width: 990px) {
  .flex {
    flex-direction: column;
  }
  .flex > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wrap {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #fce5cd;
}
.top-wrap {
  height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-wel {
  font-size: 12px;
  font-family: "宋体";
}
.top-link a {
  padding: 0 5px;
}
.top-link a:hover {
  color: #47cdff;
}

.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-box {
  padding: 5px 0;
}
.logo-box img {
  display: block;
  width: 245px;
}
.logo-phone {
  display: flex;
  align-items: center;
}
.logo-phone img {
  margin-right: 10px;
  width: 59px;
}
.logo-phone .text .p1 {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 2;
}
.logo-phone .text .p2 {
  font-size: 20px;
  color: #fc5000;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: bold;
}

.mobile-menu_btn {
  display: none;
}

.nav {
  background: #f6f6f6;
  border-bottom: 3px solid #fc5000;
  padding-top: 5px;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #434343;
  margin-bottom: 0;
  line-height: 47px;
}
.nav-box_item.on > a,
.nav-box_item:hover > a {
  background: #fc5000;
  color: #fff;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #fc5000;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    padding-top: 0;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fc5000;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 14px !important;
    line-height: 1.4;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 18px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    color: #e7e7e7;
    text-align: left;
  }
}

.sunc-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
.sunc-title h3 {
  font-size: 30px;
  color: #fc5000;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.sunc-title h3:before,
.sunc-title h3:after {
  content: "";
  height: 1px;
  width: 200px;
  background: #e5e5e5;
}
.sunc-title h3:before {
  margin-right: 40px;
}
.sunc-title h3:after {
  margin-left: 40px;
}
.sunc-title a {
  font-size: 12px;
  color: rgb(102, 102, 102);
  margin-bottom: 0;
  line-height: 1.4;
  font-family: "宋体";
  margin-top: 20px;
}

.footer {
  background: #fc5000;
}
.footer-top {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer-top_item {
  width: 23.333%;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2;
}
.footer-top_item:nth-of-type(2) {
  width: 29.1%;
}
.footer-top_ewm {
  width: 15.8%;
}
.footer-top_ewm img {
  width: 150px;
}
.footer-copyright {
  padding: 10px 0;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2;
}

.mobile-footer {
  display: none;
}

.banner {
  overflow: hidden;
}
.banner .html5zoo-arrow-left-0 {
  left: 25px !important;
  display: block !important;
  z-index: 1000 !important;
  background: url(../images/left_arrow.png) center no-repeat !important;
  background-size: 100% !important;
}
.banner .html5zoo-arrow-right-0 {
  display: block !important;
  z-index: 1000 !important;
  right: 15px !important;
  background: url(../images/right_arrow.png) center no-repeat !important;
  background-size: 100% !important;
}
.banner .html5zoo-nav-0 {
  z-index: 5 !important;
  margin-top: -40px !important;
}
.banner .html5zoo-nav-0 .html5zoo-bullet-wrapper-0 > div {
  background: rgba(255, 255, 255, 0.8) !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
}
.banner .html5zoo-nav-0 .html5zoo-bullet-wrapper-0 > div.active {
  background: #980000 !important;
}

.sunc-one {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .sunc-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .sunc-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sunc-one-wrap {
  display: flex;
}
.sunc-one_title {
  background: #fc5000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  padding: 0 30px;
  margin-bottom: 5px;
}
.sunc-one_title span {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: bold;
}
.sunc-one_title i {
  font-size: 26px;
  color: #fff;
}
.sunc-one_menu a {
  display: block;
  border-bottom: 1px solid #fff;
  background: #f8f4f4 url(../images/arrow_right_gz.png) left 18px center
    no-repeat;
  padding-left: 61px;
  background-size: 25px 25px;
  font-size: 16px;
  line-height: 50px;
  padding-right: 18px;
  color: #666;
}
.sunc-one_menu a:hover,
.sunc-one_menu a.on {
  background-color: #fc5000;
  color: #fff;
}
.sunc-one_left {
  width: 260px;
  margin-right: 30px;
}
.sunc-one_right {
  flex: 1;
  min-width: 1px;
}
.sunc-one_list {
  margin: -15px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.sunc-one_list-item {
  display: block;
  margin: 15px 10px 0 10px;
  width: calc(33.33% - 20px);
  border: 1px solid rgb(238, 238, 238);
  padding: 15px;
}
.sunc-one_list-item-img {
  padding-bottom: 100%;
  position: relative;
}
.sunc-one_list-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.sunc-one_list-item-text {
  margin-top: 8px;
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: center;
}
.sunc-one_list-item:hover {
  border-color: #fc5000;
}

.sunc-two {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fdf9f4;
}
@media (max-width: 1200px) {
  .sunc-two {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .sunc-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sunc-two_list {
  padding-top: 40px;
  display: flex;
  margin: 0 -23px;
}
.sunc-two_list-item {
  width: calc(33.33% - 46px);
  margin: 0 23px;
}
.sunc-two_list-item:hover .sunc-two_list-item-img img {
  transform: scale(1.1);
}
.sunc-two_list-item-img {
  padding-bottom: 48.2%;
  position: relative;
}
.sunc-two_list-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.sunc-two_list-item-img img {
  border-radius: 5px;
  transition: all 0.5s;
}
.sunc-two_list-item-text {
  margin-top: 55px;
  text-align: center;
  padding: 0 40px;
}
.sunc-two_list-item-text .p1 {
  font-weight: bold;
  font-size: 16px;
  color: #fc5000;
  margin-bottom: 0;
  line-height: 2;
}
.sunc-two_list-item-text .p2 {
  font-size: 16px;
  color: rgb(90, 90, 90);
  margin-bottom: 0;
  line-height: 2;
}

.sunc-three {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .sunc-three {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .sunc-three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sunc-three_swiper {
  position: relative;
  overflow: hidden;
}
.sunc-three_swiper .swiper-slide a {
  display: block;
  padding: 12px;
  border: 1px solid #eee;
}
.sunc-three_swiper .swiper-slide a:hover {
  border-color: #fc5000;
}
.sunc-three_swiper .swiper-slide p {
  font-size: 14px;
  color: #000;
  margin-bottom: 1.4;
  line-height: 1.5;
  margin-top: 5px;
  text-align: center;
}
.sunc-three_swiper-img {
  height: 400px;
}
.sunc-three_swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sunc-four {
  background: #fefdfb;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .sunc-four {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .sunc-four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sunc-four_box {
  display: flex;
  align-items: center;
}
.sunc-four_box-left {
  width: 48.4%;
  flex: none;
  text-align: center;
  margin-right: 35px;
}
.sunc-four_box-left img {
  border-radius: 10px;
}
.sunc-four_box-right {
  flex: 1;
  min-width: 1px;
}
.sunc-four_box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.sunc-four_box-title span {
  font-size: 25px;
  color: #fc5000;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: bold;
}
.sunc-four_box-title a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fc5000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sunc-four_box-text {
  font-size: 14px;
  color: rgb(90, 90, 90);
  margin-bottom: 0;
  line-height: 2;
}
.sunc-four_countup {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly;
}
.sunc-four_countup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.sunc-four_countup-item-num {
  font-size: 60px;
  color: #fc5000;
  margin-bottom: 20px;
  line-height: 1.4;
}
.sunc-four_countup-item-num:hover {
  color: #198ede;
}
.sunc-four_countup-item p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  margin-bottom: 0;
  line-height: 1.4;
}

.sunc-five {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .sunc-five {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .sunc-five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sunc-five_list {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0 -15px;
}
.sunc-five_list-item {
  width: calc(50% - 30px);
  margin: 30px 15px 0 15px;
  display: flex;
  align-items: stretch;
}
.sunc-five_list-item:hover .sunc-five_list-item-img img {
  transform: scale(1.1);
}
.sunc-five_list-item:hover .sunc-five_list-item-text:after {
  clip-path: circle(100% at 50% 50%);
}
.sunc-five_list-item-img {
  width: 43%;
  padding-bottom: 41%;
  position: relative;
  overflow: hidden;
}
.sunc-five_list-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.sunc-five_list-item-img img {
  transition: all 0.5s ease;
}
.sunc-five_list-item-text {
  flex: 1;
  min-width: 1px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sunc-five_list-item-text:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: circle(0 at 0 0);
  z-index: 0;
  background-color: #fce5cd;
  transition: all 0.5s ease-in-out;
}
.sunc-five_list-item-text > p {
  position: relative;
  z-index: 9;
}
.sunc-five_list-item-text .p1 {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.4;
}
.sunc-five_list-item-text .p2 {
  font-size: 13px;
  color: #767676;
  margin-bottom: 0;
  line-height: 16px;
  font-family: "SimSun";
  flex: 1;
}
.sunc-five_list-item-text .p3 {
  font-size: 12px;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 2;
  font-family: "SimSun";
  border-bottom: 1px solid #5a5a5a;
  align-self: flex-start;
}

.sunc-six {
  padding: 30px 0;
  background: #f6f1ee;
}
.sunc-six_swiper {
  position: relative;
  overflow: hidden;
}
.sunc-six_swiper .swiper-slide a {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.sunc-six_swiper .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.page-box {
  padding: 25px 0;
}

.page-crumbs {
  margin-bottom: 20px;
}
.page-crumbs a:hover {
  color: #fc5000;
}

.page-about {
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 2;
}
.page-about img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.page-num {
  width: 26px;
  line-height: 24px;
  text-align: center;
  margin-right: 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #808080;
  font-size: 12px;
  background-color: #fff;
}
.page-link a:not(:disabled):hover,
.page-link .page-num-current {
  background: #ff9900;
  border-color: #ff9900;
  color: #fff;
}

.page-news_item {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
}
.page-news_item .p1 {
  font-size: 16px;
  color: #fc5000;
  margin-bottom: 5px;
  line-height: 1.4;
}
.page-news_item .p2 {
  font-size: 11px;
  color: #929292;
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: "宋体";
}
.page-news_item .p3 {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-news_item:hover .p1 {
  color: #0064d4;
}

.page-huoban {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -8px 0 -8px;
}
.page-huoban_item {
  width: calc(20% - 16px);
  margin: 16px 8px 0 8px;
  border: 1px solid #d9d9d9;
  padding: 15px;
}
.page-huoban_item-img {
  padding-bottom: 100%;
  position: relative;
}
.page-huoban_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 1025px) {
  .page-huoban_item {
    width: calc(25% - 16px);
  }
}
@media (max-width: 990px) {
  .page-huoban_item {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 345px) {
  .page-huoban_item {
    width: calc(50% - 16px);
  }
}

.page-honor_one {
  margin-bottom: 65px;
}
.page-honor_one .sunc-three_swiper-img {
  height: 265px;
}

.page-honot_three {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 200px 0 200px;
}
.page-honot_three-item {
  width: calc(25% - 20px);
  margin: 20px 10px 0 10px;
}
.page-honot_three-item-img {
  padding-bottom: 147%;
  position: relative;
}
.page-honot_three-item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .page-honot_three {
    margin: 0;
  }
}
@media (max-width: 990px) {
  .page-honot_three-item {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
}

#allmap {
  width: 100%;
  height: 500px;
}
@media (max-width: 990px) {
  #allmap {
    height: 320px;
  }
}

.page-contact {
  display: flex;
  justify-content: space-between;
}
.page-contact_map,
.page-contact_text {
  width: 48%;
}
.page-contact_text-img {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .page-contact {
    flex-direction: column;
  }
  .page-contact_map,
  .page-contact_text {
    width: 100%;
  }
  .page-contact_text {
    margin-top: 20px;
  }
  .page-contact_text-img {
    margin-bottom: 20px;
  }
}

.page-pro_detail-title {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #535353;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 5px 0 15px 5px;
  margin-bottom: 40px;
}
.page-pro_detail-content {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
}
.page-pro_detail-content img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.page-pro_detail-pn {
  line-height: 2;
  font-family: "宋体";
  font-size: 12px;
}
.page-pro_detail-pn a:hover {
  text-decoration: underline;
}
.page-pro_detail-pn div {
  display: flex;
  align-items: center;
}
.page-pro_detail-pn div i {
  font-weight: bold;
}
.page-pro_detail-pn div:hover i {
  color: #048bcd;
}

.bd_weixin_popup {
  box-sizing: content-box;
}

.page-new_detail-title {
  font-size: 16px;
  color: #fc5000;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.page-new_detail-info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.page-new_detail-info span {
  font-size: 12px;
  font-family: "宋体";
  margin: 0 20px;
}
.page-new_detail-info .baidu-share {
  display: flex;
  align-items: center;
}
.page-new_detail-content {
  margin-bottom: 20px;
}
.page-new_detail-content img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 990px) {
  .top-link a,
  .top-link span {
    display: none;
  }
  .top-link a:last-child {
    display: inline-block;
  }
  .logo-phone {
    display: none;
  }
  .logo-box img {
    width: 180px;
  }
  .mobile-menu_btn {
    display: block;
  }
  .mobile-menu_btn i {
    font-size: 30px;
    color: #fc5000;
  }
  .mobile-menu_btn .icon-system-close {
    display: none;
  }
  .mobile-menu_btn.on .icon-system-close {
    display: block;
  }
  .mobile-menu_btn.on .icon-menu {
    display: none;
  }
  .banner .html5zoo-nav-0 {
    margin-top: -15px !important;
  }
  .sunc-one-wrap {
    display: flex;
    flex-direction: column;
  }
  .sunc-one_title {
    height: 60px;
    padding: 0 15px;
  }
  .sunc-one_title span {
    font-size: 20px;
  }
  .sunc-one_title i {
    font-size: 18px;
  }
  .sunc-one_menu {
    display: none;
  }
  .sunc-one_left {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .sunc-one_list {
    margin: -10px -5px 0 -5px;
  }
  .sunc-one_list-item {
    margin: 10px 5px 0 5px;
    width: calc(50% - 10px);
    padding: 7px;
  }
  .sunc-title {
    margin-bottom: 15px;
  }
  .sunc-title h3 {
    font-size: 18px;
  }
  .sunc-title h3:before,
  .sunc-title h3:after {
    width: 80px;
  }
  .sunc-title h3:before {
    margin-right: 10px;
  }
  .sunc-title h3:after {
    margin-left: 10px;
  }
  .sunc-title a {
    margin-top: 10px;
  }
  .sunc-two {
    padding-bottom: 0;
  }
  .sunc-two_list {
    padding-top: 10px;
    margin: 0;
    flex-direction: column;
  }
  .sunc-two_list-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sunc-two_list-item-text {
    margin-top: 10px;
    padding: 0 10px;
  }
  .sunc-two_list-item-text .p1 {
    font-size: 16px;
  }
  .sunc-two_list-item-text .p2 {
    font-size: 14px;
    line-height: 1.5;
  }
  .sunc-three_swiper-img {
    height: 300px;
  }
  .sunc-four_box {
    flex-direction: column;
  }
  .sunc-four_box-left {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .sunc-four_box-title {
    margin-bottom: 15px;
  }
  .sunc-four_box-title span {
    font-size: 16px;
  }
  .sunc-four_box-title a {
    height: 20px;
    width: 20px;
    font-size: 14px;
  }
  .sunc-four_box-text {
    font-size: 14px;
    color: rgb(90, 90, 90);
    margin-bottom: 0;
    line-height: 2;
  }
  .sunc-four_countup {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .sunc-four_countup-item {
    width: 50%;
    flex: none;
    margin: 10px 0;
  }
  .sunc-four_countup-item-num {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sunc-four_countup-item p {
    font-size: 12px;
  }
  .sunc-five_list {
    margin: 0;
  }
  .sunc-five_list-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .sunc-five_list-item-text {
    padding: 10px;
  }
  .sunc-five_list-item-text .p1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sunc-five_list-item-text .p2 {
    font-size: 12px;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .sunc-five_list-item-text .p3 {
    font-size: 12px;
  }
  .sunc-six {
    padding: 20px 0;
  }
  .footer-top {
    display: none;
  }
  .footer-copyright {
    border-top: none;
  }
  .mobile-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-top: 1px solid #fc5000;
  }
  .mobile-footer_item {
    flex: 1;
    display: flex;
    min-width: 1px;
    flex-direction: column;
    align-items: center;
  }
  .mobile-footer_item i {
    font-size: 20px;
  }
  .mobile-footer_item span {
    font-size: 14px;
    margin-top: 5px;
  }
  body {
    padding-bottom: 60px;
  }
}

.footer-links {
    display: flex;
    font-size: 14px;
    
    flex-wrap: wrap;
    color: #fff;
}
.footer-links span {
    padding: 5px;
    white-space: nowrap;
}
.footer-links a {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-right: 5px;
}