@charset "UTF-8";
/*标签样式初始化*/
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 0px; }

/*公共样式部分*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #666;
  margin: 0 auto;
  background-color: #fff;
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
  overflow-x: hidden;
  min-width: 1400px !important; }

::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "PingFang HK", "Microsoft YaHei", "Arial"; }

canvas {
  display: inline-block;
  vertical-align: baseline; }

#copy {
  display: none; }

a {
  color: #666;
  text-decoration: none; }

a:hover {
  color: #04c548;
  text-decoration: none; }

.page {
  width: 90%;
  margin: 0 auto;
  min-width: 1400px; }

.bg {
  width: 100%;
  min-width: 1400px; }

.box {
  width: 95%;
  margin: 0 auto;
  min-width: 1400px; }

.fl {
  float: left; }

.fr {
  float: right; }

/*左右浮动清除*/
.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

/*间隙*/
.top10 {
  padding-top: 10px; }

.top20 {
  padding-top: 20px; }

.top30 {
  padding-top: 30px; }

.top40 {
  padding-top: 40px; }

.top50 {
  padding-top: 50px; }

.top60 {
  padding-top: 60px; }

.top70 {
  padding-top: 70px; }

.top80 {
  padding-top: 80px; }

.top90 {
  padding-top: 90px; }

.top100 {
  padding-top: 100px; }

/*英文样式*/
.font_en {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal; }

.en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

.t {
  text-align: center; }

.t span {
  color: rgba(4, 197, 72, 0.1);
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase; }

.t p {
  font-size: 40px;
  color: #222;
  margin-top: -35px; }

.t d {
  color: #04c548;
  font-weight: bold; }

.t dd {
  font-size: 16px;
  color: #666;
  line-height: 40px; }

.t i {
  width: 70px;
  height: 6px;
  display: block;
  background: #04c548;
  margin: 5px auto 0; }

/*抬头*/
.top_bg {
  background: #fff;
  height: 45px;
  line-height: 45px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 202; }

.top d {
  float: left;
  font-size: 15px;
  color: #666; }

.top_r .top_ewm {
  background: url("../images/css/wap_qrcode.png") no-repeat 0px center;
  float: left;
  padding-left: 25px;
  margin-left: 25px;
  line-height: 45px;
  color: #666;
  font-size: 14px;
  position: relative;
  cursor: pointer; }

.top_r .top_ewm:nth-child(2) {
  background-image: url("../images/css/webchat.png"); }

.top_r .top_ewm:nth-child(3) {
  background-image: url("../images/css/chat_app.png"); }

.top_r .top_ewm p {
  position: absolute;
  left: -10px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 20; }

.top_r .top_ewm p img {
  width: 110px; }

.top_r .top_ewm:hover p {
  height: 110px;
  opacity: 1; }

/*导航*/
.head_bg {
  position: relative;
  z-index: 201; }

.head {
  height: 150px; }

.logo {
  margin-top: 30px; }

.head i {
  background: url("../images/css/head_i.png") no-repeat;
  width: 1px;
  height: 70px;
  margin: 40px 40px 0; }

.name {
  margin-top: 50px; }

.name p {
  font-size: 28px;
  color: #222;
  font-weight: bold;
  letter-spacing: 3px; }

.name d {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  font-weight: lighter; }

.tel p {
  font-size: 30px;
  font-family: 'Agency FB';
  color: #222;
  line-height: 150px; }

.tel {
  background: url("../images/css/tel_icon.png") no-repeat no-repeat center left;
  padding-left: 50px; }

/*导航*/
.nav {
  height: 150px;
  margin-right: 30px; }

.nav > ul > li {
  float: left;
  display: block;
  height: 150px;
  width: 120px;
  position: relative; }

.nav > ul > li > a {
  display: block;
  color: #333;
  font-size: 16px;
  text-align: center;
  z-index: 3333;
  line-height: 150px; }

.nav > ul > li.navcurrent > a, .nav > ul > li:hover > a {
  color: #04c548; }

/*下拉*/
.drop {
  border-radius: 0 0 5px 5px;
  opacity: 1;
  text-align: center;
  position: absolute;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  z-index: 999;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  padding-top: 12px;
  background: rgba(255, 255, 255, 0); }

.drop:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #04c548;
  margin-top: -12px; }

.drop li {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: #04c548;
  line-height: 40px; }

.drop > li > a {
  display: block;
  font-size: 16px !important;
  width: 100%;
  height: 40px !important;
  text-align: center;
  color: #fff; }

.drop > li > a:hover {
  color: #fff; }

.drop li:first-child {
  line-height: 60px;
  height: 50px; }

.drop li:last-child {
  border-radius: 0 0 5px 5px;
  line-height: 40px;
  height: 50px; }

@media (max-width: 1700px) {
  .nav > ul > li {
    width: 100px; }

  .name {
    margin-top: 52px; }

  .name p {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    letter-spacing: 3px; }

  .name d {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    font-weight: lighter; } }
@media (max-width: 1600px) {
  .nav > ul > li {
    width: 90px; }

  .name {
    margin-top: 56px; }

  .name p {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    letter-spacing: 3px; }

  .name d {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    font-weight: lighter; }

  .head i {
    margin: 40px 30px 0; } }
@media (max-width: 1500px) {
  .nav > ul > li {
    width: 90px; }

  .name {
    margin-top: 56px; }

  .name p {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    letter-spacing: 3px; }

  .name d {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    font-weight: lighter; }

  .head i {
    margin: 40px 20px 0; } }
@media (max-width: 1400px) {
  .nav > ul > li {
    width: 80px; }

  .name {
    margin-top: 56px; }

  .name p {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    letter-spacing: 3px; }

  .name d {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    font-weight: lighter; }

  .head i {
    margin: 40px 20px 0; } }
.tp-banner-container {
  min-width: 1400px; }

/*实力*/
.strength_bg {
  background: url("../images/css/strength_bg.jpg") no-repeat center; }

.strength {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  min-width: 1400px; }

.strength_l {
  width: 30%; }

.strength_cont i {
  padding-top: 60px;
  display: block; }

.strength_cont p {
  font-size: 46px;
  color: #222;
  letter-spacing: 3px;
  margin: 10px 0; }

.strength_cont span {
  display: block;
  width: 60%;
  height: 1px;
  background: #eee; }

.strength_cont ul {
  margin-top: 20px;
  position: relative; }

.strength_cont li {
  font-size: 18px;
  color: #666;
  line-height: 46px; }

.strength_cont li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #04c548;
  border-radius: 50%;
  border: 2px solid #37fc7d;
  margin-right: 20px; }

.strength_cont ul:before {
  content: '';
  width: 1px;
  height: 280px;
  background: rgba(4, 197, 72, 0.3);
  display: block;
  position: absolute;
  top: 20px;
  left: 7px; }

.strength_cont a {
  font-size: 18px;
  color: #666;
  letter-spacing: 2px;
  margin-top: 50px;
  display: block; }

.strength_cont a:after {
  content: '';
  height: 21px;
  width: 21px;
  display: inline-block;
  background: url("../images/css/strength_a.png") no-repeat;
  position: relative;
  top: 4px;
  margin-left: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.strength_txt p {
  font-size: 16px;
  width: 50px;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04c548), to(#0ae356));
  background-image: linear-gradient(to bottom, #04c548, #0ae356);
  color: #fff;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  padding-right: 15px;
  letter-spacing: 3px;
  text-align: center;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
  z-index: 9;
  margin-right: -30px; }

.strength_txt:after {
  content: '';
  width: 50px;
  height: 700px;
  background: #058f35;
  display: inline-block;
  position: relative;
  float: right;
  top: 20px; }

.strength_cont a:hover:after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.strength_cont a:hover {
  color: #04c548; }

.strength_r {
  width: 944px;
  height: 636px;
  border-radius: 10px;
  background: #fff; }

.video {
  margin: 72px auto;
  width: 804px;
  height: 492px;
  position: relative; }

.video_play {
  width: 804px;
  height: 492px;
  position: absolute;
  top: 0px;
  text-align: center; }

.video_play img {
  margin-top: 180px;
  -webkit-animation: data 1.9s linear infinite;
  animation: data 1.9s linear infinite; }

.jquery-lightbox-border-bottom-middle {
  display: none; }

@-webkit-keyframes data {
  50% {
    -webkit-transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1); } }
@keyframes data {
  50% {
    -webkit-transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1); } }
/*服务项目*/
.service_r {
  width: 100%; }

.service_r li {
  width: 23.5%;
  height: 288px;
  display: block;
  float: left;
  margin-left: 2%;
  background: #f5f5f5;
  margin-bottom: 1.5vw;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.service_r li:nth-child(4n+1) {
  margin-left: 0; }

.service_txt {
  width: 100%;
  height: 54px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.service_txt p {
  font-size: 18px;
  color: #fff;
  line-height: 54px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.service_txt d {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  font-weight: lighter; }

.service_r li:hover .service_txt {
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.service_r li:hover .service_txt p {
  margin-top: 60px;
  line-height: 40px; }

.service_r li:last-child {
  padding-left: 30px;
  padding-top: 70px; }

.service_r li:last-child p {
  font-size: 21px;
  color: #222;
  line-height: 35px; }

.service_r li:last-child d {
  font-size: 1.8vw;
  color: #04c548;
  font-weight: bold;
  line-height: 60px; }

.service_r li:last-child a {
  display: block;
  width: 165px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  background: #000;
  text-align: center;
  margin-top: 10px; }

.service_r li:last-child a:hover {
  background: #04c548; }

.service_r li a:hover:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.service_r li:last-child p:before {
  content: '';
  width: 35px;
  height: 35px;
  background: url("../images/index/service_tel.png") no-repeat center;
  display: inline-block;
  float: left;
  margin-right: 10px; }

.service_r li a:after {
  content: '';
  background: url("../images/right_way.png") no-repeat;
  width: 27px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.service_l a:hover {
  -webkit-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3)); }

.service_img img {
  display: block;
  width: 100%;
  transition: 0.3s ease all; }

.service_r li:hover .service_img img {
  transform: scale(1.2); }

.jquery-lightbox-border-bottom-left {
  display: none; }

/*产品中心*/
.prod_bg {
  background: url("../images/index/pro_bg.png") no-repeat center bottom;
  position: relative; }

.prod_l {
  width: 80%; }

.prod_list {
  padding: 40px 0; }

.prod_list table {
  width: 100%; }

.prod_list tr {
  width: 16.6%;
  height: 50px;
  display: block;
  float: left;
  background: #f5f5f5; }

.prod_list tr td {
  width: 100%;
  height: 50px;
  display: block; }

.prod_list tr td b {
  font-size: 14px;
  font-weight: lighter !important;
  color: #333; }

.prod_list tr td a {
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
  font-weight: lighter;
  font-size: 16px;
  text-align: left;
  color: #333 !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.prod_list tr td a:before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #04c548;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px; }

.prod_list tr.on a {
  color: #04c548 !important; }

.prod_l .tempWrap {
  width: 80%; }

#prod_cont {
  padding: 60px 60px 40px 5%;
  background: #fff;
  width: 80%;
  border-radius: 0 30px 0 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative; }

.prod_box {
  min-height: 1px; }
  .prod_box .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 2%; }
    .prod_box .list .item {
      margin-bottom: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
      .prod_box .list .item img {
        width: 100%;
        height: auto;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .prod_box .list .item a {
        display: block;
        overflow: hidden;
        border: 1px solid #eee; }
      .prod_box .list .item span {
        width: 100% !important;
        height: 60px;
        display: block; }
        .prod_box .list .item span a {
          width: 100% !important;
          color: #666;
          display: block;
          line-height: 60px;
          text-align: center;
          font-size: 16px; }
      .prod_box .list .item br {
        display: none; }
      .prod_box .list .item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .prod_box .list .item:hover span a {
        color: #04c548; }

.prod_box td {
  padding-left: 0px !important;
  width: 23.5%;
  display: block;
  float: left;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }

.prod_box td + td {
  margin-left: 2%; }

.prod_box td img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.prod_box td > a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #eee; }

.prod_box td:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.prod_box td span, .prod_box td span a {
  width: 100% !important;
  height: 60px;
  display: block; }

.prod_box td span a {
  color: #666;
  line-height: 60px;
  text-align: center;
  font-size: 16px; }

.prod_box td br {
  display: none; }

.prod_box td:hover span a {
  color: #04c548; }

.prod_t {
  width: 22%;
  height: 750px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  background: #04c548;
  padding-right: 5%;
  text-align: right;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.14); }

.prod_t i {
  display: block;
  margin-top: 90px; }

.prod_t p {
  font-size: 46px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px; }

.prod_t d {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  display: block; }

.prod_t a {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: url("../images/right_way_2.png") no-repeat center;
  margin-top: 210px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.prod_t a:hover {
  -webkit-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3)) brightness(100);
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3)) brightness(100); }

@media (max-width: 1800px) {
  .prod_t {
    padding-right: 3%; } }
@media (max-width: 1650px) {
  .prod_t {
    padding-right: 2%; } }
@media (max-width: 1500px) {
  .prod_t {
    padding-right: 1%; } }
/*客户案例*/
.case_bg {
  background: url("../images/index/case_bg.jpg") no-repeat center bottom; }

.case_cont {
  padding: 50px 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }

.case .swiper-slide img {
  width: 100%;
  transition: 0.3s ease all; }

.case .swiper-slide {
  margin-bottom: 20px; }

.case .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto !important;
  bottom: 5px;
  height: 10px !important;
  border-radius: 5px;
  background: #f5f5f5;
  overflow: hidden;
  width: 92%;
  position: absolute;
  left: 4%; }

.case .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  background: #04c548;
  width: 100%;
  height: 10px;
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.case .swiper-container {
  padding-bottom: 25px !important; }

.case .text {
  text-align: left;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  padding: 0 20px; }

.case .text:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/zoom_img.png") no-repeat;
  display: inline-block;
  float: right;
  margin-top: 22px; }

.case .swiper-button-next:after, .swiper-button-prev:after {
  display: none; }

.case_img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #eee; }

.case_btn {
  width: 100%;
  position: absolute;
  bottom: 0; }

.case_btnl, .case_btnr {
  width: 33px;
  height: 21px;
  background: url("../images/left_way_3.png") no-repeat center;
  opacity: 0.5;
  margin-top: 30px;
  cursor: pointer; }

.case_btnr {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.case_txt {
  position: absolute;
  bottom: -100%;
  width: 100%;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  line-height: 24px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.case .swiper-slide:hover .case_txt {
  bottom: 0px; }

.case .swiper-slide:hover .text {
  color: #04c548; }

.case .swiper-slide:hover img {
  transform: scale(1.2); }

/*荣誉资质*/
.honor_bg {
  background: url("../images/index/honor_bg.jpg") no-repeat center bottom; }

.honor_cont {
  width: 100%;
  margin: 0 auto; }

.honor_cont .list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 50px; }

.honor_cont .list .item {
  flex: 0 0 auto;
  overflow: hidden;
  height: auto;
  transition: 0.3s ease all; }
  .honor_cont .list .item a {
    max-width: 100%; }

.honor_cont .tempWrap {
  width: 100% !important;
  display: block; }

.honor_cont .owl-item {
  float: left;
  padding: 0 10px; }

.honor_cont .owl-item .item {
  border: 1px solid #eee;
  padding-left: 0px !important;
  padding-bottom: 30px;
  background: #fff; }

.honor_cont a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #666;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  z-index: 99; }

.honor_cont .item:hover div a {
  color: #04c548; }

.honor_cont .item img {
  max-width: 100%;
  width: 100%;
  transition: 0.3s ease all; }

.owl-wrapper-outer {
  overflow: hidden; }

.owl-controls {
  display: block !important;
  position: absolute;
  width: 100%;
  top: 50%; }

.owl-buttons {
  position: absolute;
  width: 100%; }

.owl-prev {
  position: absolute;
  top: 0px;
  left: -50px;
  width: 22px;
  height: 37px;
  background: url("../images/left_way_4.png") no-repeat;
  display: block;
  font-size: 0 !important;
  cursor: pointer; }

.owl-next {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 22px;
  height: 37px;
  background: url("../images/left_way_4.png") no-repeat;
  display: block;
  font-size: 0 !important;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.honor_cont .item:hover img {
  transform: scale(1.1); }

/*优势*/
.adv_r {
  width: 90%;
  margin: 0 auto; }

.adv_list li {
  width: 25%;
  height: 158px;
  background: #f5f5f5;
  float: left;
  text-align: center;
  cursor: pointer; }

.adv_list li:nth-child(even) {
  background: #f9f9f9; }

.adv_list li.on {
  background: #04c548; }

.adv_list li span {
  width: 70px;
  height: 50px;
  background: url("../images/index/adv_icon.png") no-repeat left bottom;
  display: block;
  margin: 30px auto 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.adv_list li p {
  font-size: 22px;
  color: #222;
  line-height: 40px; }

.adv_list li d {
  font-size: 12px;
  color: #999;
  text-transform: uppercase; }

.adv_list li:nth-child(2) span {
  background-position-x: -70px; }

.adv_list li:nth-child(3) span {
  background-position-x: -140px; }

.adv_list li:nth-child(4) span {
  background-position-x: -210px; }

.adv_list li.on span {
  background-position-y: 0px; }

.adv_list li.on p {
  color: #fff; }

.adv_list li.on d {
  color: rgba(255, 255, 255, 0.6); }

.adv_list li:after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 22px solid #04c548;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.adv_list li.on:after {
  margin: 22px auto 0;
  opacity: 1; }

.adv_cont {
  background: #f9f9f9;
  height: 558px; }

.adv_box .adv_tit {
  width: 50%;
  padding: 3vw 50px; }

.adv_box .adv_img {
  width: 49%;
  height: 558px;
  overflow: hidden;
  background: url("../images/index/adv_img_1.jpg") center no-repeat;
  background-size: 100%; }

.adv_box:nth-child(3) .adv_img {
  background-image: url("../images/index/adv_img_2.jpg"); }

.adv_box:nth-child(4) .adv_img {
  background-image: url("../images/index/adv_img_3.jpg"); }

.adv_box:nth-child(5) .adv_img {
  background-image: url("../images/index/adv_img_4.jpg"); }

.adv_cont .adv_box {
  width: 100%;
  height: 558px; }

.adv_cont .adv_box p {
  font-size: 36px;
  color: #222;
  font-weight: bold; }

.adv_cont .adv_box d {
  font-size: 60px;
  color: #04c548;
  position: relative;
  top: 4px; }

.adv_cont .adv_box t {
  color: #04c548; }

.adv_cont .adv_box dt {
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px; }

.adv_cont .adv_box span {
  width: 400px;
  height: 48px;
  background: #04c548;
  display: block;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 30px; }

.adv_cont .adv_box i {
  width: 350px;
  height: 9px;
  display: block;
  background: url("../images/index/adv_bg.png") no-repeat center;
  margin: 25px 0 20px; }

.adv_cont .adv_box dd {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative; }

.adv_cont .adv_box dd:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #04c548;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 10px; }

.adv_tit .tel p {
  font-size: 30px;
  font-family: 'Agency FB';
  color: #222;
  font-weight: normal;
  line-height: 40px; }

.adv_tel {
  margin-top: 90px; }

.adv_tel a {
  width: 144px;
  height: 45px;
  display: block;
  border: 1px solid #ddd;
  font-size: 15px;
  color: #666;
  line-height: 45px;
  text-align: center;
  float: left;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.adv_tel a:hover {
  background: #04c548;
  color: #fff; }

/*公司简介*/
.about_cont {
  background: url("../images/index/about_bg.jpg") no-repeat center top;
  height: 536px; }

.about_r {
  width: 55%;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 40px;
  -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0 20px 0px; }

.about_r > p {
  font-size: 36px;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px; }

.about_r d {
  font-size: 16px;
  color: #ddd;
  text-transform: uppercase; }

.about_r dd {
  font-size: 15px;
  color: #666;
  line-height: 36px;
  margin-top: 30px; }

.about_r > a {
  width: 150px;
  height: 48px;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  color: #666;
  font-size: 15px;
  line-height: 48px;
  float: left;
  margin-top: 90px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.about_r > a:hover {
  background: #04c548;
  color: #fff; }

.about_r ul {
  width: 60%;
  margin-top: 50px; }

.about_r ul a {
  display: block;
  float: left;
  text-align: center;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.about_r ul a p {
  font-size: 18px;
  color: #333;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.about_r ul a:hover p {
  color: #04c548; }

.about_r ul a:hover span {
  color: rgba(4, 197, 72, 0.6); }

.about_r ul a span {
  color: #999;
  font-size: 14px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.about_r ul a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
  background-image: url("../images/index/about_icon.png");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.about_r ul a:nth-child(3):before {
  background-position: 0 -50px; }

.about_r ul a:nth-child(2):before {
  background-position: -50px -50px; }

.about_r ul a:nth-child(1):before {
  background-position: -100px -50px; }

.footer > li a:hover {
  color: #04c548; }

/*新闻*/
.news_t {
  text-align: left;
  padding-top: 0;
  padding-bottom: 3vw;
  width: 500px;
  min-width: 500px; }

.news_t b {
  font-size: 60px;
  color: #333;
  font-family: Arial;
  line-height: 60px; }

.news_t p {
  font-size: 24px;
  color: #000; }

.news_list {
  padding-top: 40px; }

.news_list dd {
  display: inline-block;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.news_list dd:before {
  content: "";
  position: absolute;
  width: 0;
  top: 11px;
  left: 28px;
  height: 2px;
  background: #222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.news_list dd.on:before {
  width: 20px; }

.news_list dd a {
  font-size: 16px; }

.news_list dd.on a {
  color: #000; }

.news {
  padding: 4.2vw 0 1.5vw 0; }

.news_div_item {
  position: relative; }

.news_div_item:nth-child(-n+2) {
  float: left;
  width: 31%;
  margin-right: 3%;
  height: 35vw; }

.news_div_item:nth-child(-n+2) .news_div_item_pic {
  width: 100%;
  height: 20vw; }

.news_div_item:nth-child(-n+2) .news_div_item_content {
  position: absolute;
  top: 20.4vw; }

.news_div_item:nth-child(-n+2) .news_div_item_a {
  font-size: 20px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.news_div_item:nth-child(-n+2) .news_div_item_body {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  width: 92%; }

.news_div_item:nth-child(-n+2) .news_div_item_body:after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: #333;
  margin-top: 3vw;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.news_div_item:nth-child(-n+2):hover .news_div_item_body:after {
  width: 100px;
  background: #04c548; }

.news_div_item:nth-child(n+3) {
  width: 31%;
  float: right;
  padding: 2vw 0;
  border-bottom: 1px #eee solid; }

.news_div_item:nth-child(3) {
  padding-top: 0; }

.news_div_item:nth-child(n+3) .news_div_item_pic {
  width: 38%;
  height: 7.4vw;
  border-radius: 0 20px 0 0; }

.news_div_item:nth-child(n+3) .news_div_item_content {
  width: 54%;
  float: right; }

.news_div_item:nth-child(n+3) .news_div_item_a {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #222; }

.news_div_item:nth-child(n+3):hover .news_div_item_a {
  color: #04c548; }

.news_div_item:nth-child(n+3) .news_div_item_body, .news_div_item:nth-child(-n+2) .news_div_item_date {
  display: none; }

.news_div_item_pic {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.news_div_item:nth-child(-n+2) .news_div_item_pic {
  border-radius: 0 50px 0 0; }

.news_div_item:hover .news_div_item_pic {
  border-radius: 0 !important; }

.news_div_item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.news_div_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.news_div_item_date {
  position: absolute; }

.news_div_item:nth-child(n+3) .news_div_item_date {
  bottom: 24%;
  right: 38%; }

.news_div_item_date div {
  float: left;
  font-size: 13px;
  font-family: Arial; }

.dis {
  display: none; }

/*友情链接*/
.lines_bg {
  background: #04c548; }

.links {
  line-height: 88px; }

.links p {
  float: left;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 20px; }

.links d {
  float: left;
  font-size: 18px;
  color: #fff;
  background: url("../images/css/links.png") no-repeat left center;
  padding-left: 35px; }

.links p:nth-child(2) {
  font-size: 18px;
  margin: 0 20px 0 5px; }

.linkTagcs li a {
  color: #fff !important;
  line-height: 90px; }

.linkTagcs {
  width: 1000px;
  height: auto; }

.linkTagcs ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.linkTagcs li {
  list-style: none;
  margin: 0px;
  padding-right: 10px;
  line-height: 88px;
  float: left; }

.linkTagcs li a {
  color: #666;
  word-break: break-all; }

.linkTagcs li img {
  border: 0; }

/*版权*/
.footer_bg {
  background: #292929; }

.footer {
  height: 410px; }

.footer > li {
  padding: 80px 5vw 0;
  float: left;
  height: 100%; }

.footer > li:first-child {
  padding-left: 0px; }

.footer > li + li {
  border-left: 1px solid #333; }

.footer > li a {
  font-size: 15px;
  color: rgba(222, 222, 222, 0.6);
  font-weight: lighter;
  display: block;
  line-height: 36px; }

.footer > li a:first-child {
  font-size: 18px;
  color: #fff; }

.footer > li span {
  width: 34px;
  height: 2px;
  display: block;
  background: #04c548;
  margin: 10px 0 15px; }

.footer > li p {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }

@media (max-width: 1400px) {
  .footer > li {
    padding: 80px 70px 0; } }
.crcode {
  padding-top: 90px;
  height: 340px; }

.crcodecon li img {
  border: 10px solid #fff;
  border-radius: 5px;
  width: 164px;
  height: auto; }

.crcodecon li {
  width: 164px !important;
  height: 173px;
  position: relative; }

.crcodecon li:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 11px;
  bottom: 0;
  background: url(../image/20210412145634_2022201004.png) no-repeat left center; }

.crcodecon li:nth-child(2):after {
  left: 15px; }

.crcodecon li:nth-child(3):after {
  left: 72px; }

.crcodecon li:nth-child(4):after {
  left: 130px; }

.crcodetab {
  padding-left: 6px; }

.crcodetab p {
  cursor: pointer;
  font-size: 15px;
  font-weight: lighter;
  color: #ccc;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  background: #444;
  position: relative;
  margin-top: 14px;
  float: left; }

.crcodetab p + p {
  margin-left: 12px; }

.crcodetab p.on {
  background: #04c548;
  color: #fff; }

.copy_bg {
  width: 100%;
  min-width: 1400px;
  border-top: 1px solid #333;
  color: #a8a9ad;
  background: #292929;
  height: 52px; }

.copy_bg a:hover {
  color: #04c548; }

.copy, .copy a {
  color: #a8a9ad;
  font-size: 15px;
  line-height: 50px; }

@-webkit-keyframes move {
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes move {
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
/* 客服样式*/
.y-kefu-box {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 9999;
  font-size: 13px; }

.y-kefu-box img {
  display: block;
  width: 100%;
  height: auto; }

.y-kefu-box01 .icon {
  display: block;
  background: url("../images/css/map_icon.png") no-repeat;
  margin: 0 auto 6px; }

.y-kefu-box01 {
  width: 54px;
  color: #666;
  text-align: center; }

.y-kefu-box01 .kf-close-btn {
  width: 27px;
  height: 27px;
  background-position: -5px -115px;
  position: relative;
  cursor: pointer; }

.y-kefu-box01 .kf-close-btn:before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #04c548;
  position: absolute;
  bottom: -12px;
  left: 13px;
  z-index: 1; }

.y-kefu-box01 .show-status > a, .y-kefu-box01 .show-status > div {
  display: block;
  width: 52px;
  padding: 8px 0 12px;
  background-color: #fff;
  border-left: solid 1px #efefef;
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  position: relative;
  border-bottom: 1px #efefef solid; }

.y-kefu-box01 .show-status {
  position: relative; }

.y-kefu-box01 .show-status .kf-zixun {
  background-color: #04c548;
  border-color: #04c548;
  color: #fff;
  margin: 10px 0 7px; }

.y-kefu-box01 .kf-zixun {
  border-radius: 2px; }

.y-kefu-box01 .kf-zixun i {
  width: 21px;
  height: 22px;
  background-position: -5px -5px; }

.y-kefu-box01 .kf-mobile {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.y-kefu-box01 .kf-mobile > i {
  width: 18px;
  height: 18px;
  background-position: -5px -32px; }

.y-kefu-box01 .kf-mobile:hover > i {
  background-position: -30px -32px; }

.y-kefu-box01 .kf-weChat > i {
  width: 22px;
  height: 19px;
  background-position: -5px -55px; }

.y-kefu-box01 .kf-weChat:hover > i {
  background-position: -30px -55px; }

.y-kefu-box01 .kf-email {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.y-kefu-box01 .kf-email > i {
  width: 18px;
  height: 14px;
  background-position: -5px -80px; }

.y-kefu-box01 .kf-email:hover > i {
  background-position: -30px -80px; }

.y-kefu-box01 .back-top i {
  width: 13px;
  height: 11px;
  background-position: -5px -98px; }

.y-kefu-box01 .back-top:hover i {
  background-position: -30px -98px; }

.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
  border-bottom: solid 1px #efefef; }

.y-kefu-box01 .back-top {
  margin-top: 20px;
  border-radius: 2px;
  left: 55px; }

.y-kefu-box01 .hver:hover {
  background-color: #04c548;
  border-color: #04c548; }

.y-kefu-box01 .hver:hover > p {
  color: #fff; }

.y-kefu-box01 .kf-zixun1 {
  border-radius: 2px; }

.y-kefu-box01 .kf-zixun1 i {
  width: 21px;
  height: 22px;
  background-position: -5px -180px; }

.y-kefu-box01 .kf-zixun1:hover > i {
  background-position: -30px -180px; }

.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
  background-color: #fff;
  border: solid 1px #efefef;
  position: absolute;
  right: 90px;
  z-index: 2;
  border-radius: 2px;
  display: none; }

/*咨询热线*/
.y-kefu-box01 .mobile-infos {
  width: 260px;
  text-align: left;
  top: 0; }

.y-kefu-box01 .mobile-infos > div {
  padding: 20px 0 20px 45px;
  position: relative; }

.y-kefu-box01 .mobile-infos > div i {
  width: 15px;
  height: 15px;
  background-position: -52px -32px;
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 2; }

.y-kefu-box01 .mobile-infos .online1 {
  border-bottom: solid 1px #efefef; }

.y-kefu-box01 .mobile-infos span {
  color: #b9b9b9; }

.y-kefu-box01 .mobile-infos p {
  color: #04c548;
  font-size: 18px; }

y-kefu-box .right {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -12px;
  top: 24px; }

.y-kefu-box .right-arrow1,
.y-kefu-box .right-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px transparent dashed;
  border-left: 6px white solid;
  overflow: hidden; }

y-kefu-box .right-arrow1 {
  left: 1px;
  border-left: 6px #efefef solid; }

y-kefu-box .right-arrow2 {
  border-left: 6px white solid; }

/*二维码*/
.y-kefu-box01 .y-ewm-box {
  width: 151px;
  height: 178px;
  top: -60px; }

.y-kefu-box01 .y-ewm-box > div {
  width: 151px;
  height: 178px; }

.y-kefu-box01 .y-ewm-box img {
  width: 115px;
  height: 114px;
  margin: 20px auto 10px; }

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
  width: 150px;
  border-right: solid 1px #efefef; }

.y-kefu-box01 .y-ewm-box .right {
  top: 84px; }

/*email*/
.y-kefu-box01 .y-email-infos {
  padding: 28px 20px 28px 45px;
  color: #b9b9b9;
  text-align: left;
  bottom: 0;
  width: 260px; }

.y-kefu-box01 .y-email-infos p {
  color: #04c548;
  font-size: 16px; }

.y-kefu-box01 .y-email-infos > i {
  width: 18px;
  height: 13px;
  background-position: -52px -80px;
  position: absolute;
  left: 15px;
  top: 30px; }

.y-kefu-box01 .y-email-infos .right {
  top: 55px; }

.y-kefu-box01 .hide-status {
  width: 54px;
  height: 65px;
  background-color: #f55b1b;
  position: absolute;
  top: 37px;
  left: 55px;
  z-index: 9; }

.y-kefu-box01 .hide-status .kf-zixun {
  padding: 10px 0 7px;
  color: #fff;
  cursor: pointer; }

/*# sourceMappingURL=allbag.css.map */
