@charset "UTF-8";
/** 顶部start **/
.headers .logo {
  max-width: 9.875rem;
  max-height: 2.625rem;
}

.headers .bg-default {
  width: 100%;
  min-height: 4.3125rem;
  color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 0;
}

.headers .bg_blue {
  /* background: #1E9FFF; */
  /* background: #333333; */
  background: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.01);
}

.headers .navbar .container {
  max-width: 100%;
}

.headers .fix_bg_color {
  /* background: #08529d; */
  background: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.01);
}

.headers li {
  cursor: pointer;
}

.headers ._active a {
  color: #ffffff !important;
}

.headers a {
  /* color: #9ccaf7 !important; */
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: normal;
  padding-right: 1.375rem !important;
  padding-left: 1.375rem !important;
}

.headers a:hover {
  color: #ffffff !important;
}

button:focus {
    /* outline: 1px dotted; */
    /* outline: 5px auto -webkit-focus-ring-color; */
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    /* border-color: rgba(255, 255, 255, 0.1); */
}

/** 顶部end **/
/** 首页start **/
.home .banner {
  position: relative;
  width: 100%;
  height: 52.5rem;
}

.home .banner .carousel-indicators li {
  width: 3.5rem;
  height: 3px;
}

.home .banner .carousel-inner {
  width: 100%;
  height: 100%;
}

.home .bannerImg {
  width: 100%;
  height: 24.5rem;
  background: center center no-repeat;
  background-size: cover;
}

.home .banner {
  position: absolute;
  top: 50%;
  left: 0;
}

.home .carousel-indicators  li {
  width: 3.5rem;
}

.home .banner1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .banner1 .d1 {
  font-size: 2rem;
  /* color: #90E4F8; */
  color: #ffffff;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  animation: mymove02 1s;
}

@keyframes mymove02 {
  from {
    transform: translateY(180px);
  }
  to {
    transform: translate(0);
  }
}

@-webkit-keyframes mymove02 /*Safari and Chrome*/
{
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.home .banner1 .d2 {
  font-size: 1.3rem;
  /* color: #90E4F8; */
  color: #ffffff;
  margin-top: 1.3125rem;
  width: 27rem;
  line-height: 2rem;
}

.home .banner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .banner2 .d1 {
  font-size: 2rem;
  color: #ffffff;
  width: 100%;
  text-align: right;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  animation: mymove02 1s;
}

.home .banner2 .d2 {
  font-size: 1.3rem;
  color: #ffffff;
  width: 100%;
  text-align: right;
  margin-top: 1.3125rem;
}

.home .banner3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .banner3 .d1 {
  font-size: 2rem;
  color: #ffffff;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  animation: mymove02 1s;
}

.home .banner3 .d2 {
  font-size: 1.3rem;
  color: #ffffff;
  margin-top: 1.3125rem;
  width: 27rem;
  line-height: 2rem;
}

.home .menu {
  text-align: center;
  color: #666665;
  background-color: #F2F2F2;
}

.home .menu .m_row {
  height: 7rem;
  overflow: hidden;
  /*padding-left: 1rem;*/
}

.home .menu .m_row .activityUl0 {
  position: relative;
  left: 0;
  height: 7rem;
  transition: all .35s ease-in-out;
  display: flex;
}

.home .menu .m_row .activityUl0 .activityLi0 {
  width: 7.8rem;
  height: 7rem;
}

.home .menu .m_row .activityUl0 .activityLi0:not(:last-child) {
  margin-right: 1rem;
}

.home .menu .m_row div img {
  height: 2.4rem;
  margin-top: 1.5rem;
}

.home .menu .m_row div span {
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .5rem;
  display: block;
}

.home .service {
  text-align: center;
  background-color: #ffffff;
}

.home .service .s_row1 {
  overflow: hidden;
  padding-left: 1rem;
}

.home .service h3 {
  position: relative;
}

.home .service h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.home .service .s_col_left,
.home .service .s_col_right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home .service .icon_left {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 100%;

  margin-bottom: 50px;
}

.home .service .icon_right {
  width: 45px;
  height: 45px;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 100%;

  margin-bottom: 50px;
}

.home .service .icon_left {
  background: url("./icons/left.png") center no-repeat;
  margin-left: 35%;
}

.home .service .icon_right {
  background: url("./icons/right.png") center no-repeat;
  margin-left: 20px;
}

.home .service .icon_left:hover {
  background-image: url("./icons/left_active.png");

}

.home .service .icon_right:hover {
  background-image: url("./icons/right_active.png");
}

.home .service .s_row1 {
  padding-left: 1rem;
  overflow: hidden;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.home .service .activityUl1 {
  display: flex;
  position: relative;
  transition: all .35s ease-in-out;
  padding-top:15px;
  height:380px;
}

.home .service .activityUl1 .activityLi1 {
  width: 240px;
  border-radius: 5px;
  border: 0px solid #E9EBEF;
  color: #2E3139;
  cursor: pointer;
  margin-left: 1.0rem;
  margin-right: 0.5rem;
  height: 300px;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}


.home .service .activityUl1 .activityLi1 .s_content {
  height: 100%;
}

.home .service .activityUl1 .activityLi1 .s_content .s_icon {
  margin: 3rem auto 0;
  width: 5rem;
  height: 5rem;
  background: center center no-repeat;
  background-size: contain;
  transition: 0.3s 0.3s margin-top ease-in-out;
}

.home .service .activityUl1 .s_active {
  background: #ffffff;
  box-shadow: 0px 0px 18px 3px rgba(209,209,209, 0.35);
  border: none;
}

.home .service .activityUl1 .s_active  .s_icon {
  margin-top: 3rem!important;
}

.home .service .activityUl1 .s_active  .s_title {
  color: #2E3139;
  margin-top: 1.5rem;
  font-size: 1.5rem !important;
}


.home .service .activityUl1 .s_active  .s_desc {
  opacity: 1;
  color: #333333;
}

.home .service .s_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.home .service .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #e9ebef;
  color: #2E3139;
  cursor: pointer;
}


.home .service .serviceActive {
  background-color: #ffffff;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.home .service .serviceActive .s_title {
  color: #2E3139 !important;
}

.home .service .serviceActive .s_desc {
  color: #333333 !important;
}

.home .service .s_title {
  font-size: 1.2rem !important;
  margin-top: 2rem;
  color:#2E3139;
  font-weight: bold;
  transition: 0.3s 0.3s margin-top ease-out;
}

.home .service .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto;
  color: #333333;
  line-height: 1.5rem;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s 0.3s opacity ease-in;
}

.home .customerImg {
  width: 100%;
  height: 15rem;
}

.home .customerImg .bjimg {
  width: 100%;
  height: 100%;
  background: left center no-repeat;
  background-size: cover;
}

.home .customerImg .bjimg {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.home .customerImg .bjimg .xt1 {
  font-size: 1.375rem;
  color: #ffffff;
  padding-top: 2rem;
  margin-bottom: 0;
}

.home .customerImg .bjimg .xt2 {
  font-size: 1rem;
  color: #ffffff;
  font-weight:300;
  margin-bottom: 1.125rem;;
}

.home .customerImg .bjimg .btn_ {
  width: 10.0625rem;;
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #297892;
  border-radius: 2rem;
  border:none;
  cursor: auto;
}

.home .customer {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}

.home .customer .c_title {
  position: relative;
}

.home .customer .c_title:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.home .customer .c_type {
  border-bottom: 1px solid #EAEAEA;
  height: 3.55rem;
  font-size: 1.4rem;
}

.home .customer .c_type span {
  display: inline-block;
  margin: 0 2rem;
  cursor: pointer;
}

.home .customer .c_type .customerActived {
  color: #86C842;
  position: relative;
  height: 100%;
}

.home .customer .c_type .customerActived:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.home .customer .CustomerList {
  margin-top: 50px;
}

.home .customer .CustomerList .c_icon {
  width: 10rem;
  height: 10rem;
  margin: auto;
  background: center center no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 1px solid #f3eeee;
}

.home .info {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
  padding-top: 51px;
}

.home .info .i_title {
  position: relative;
}

.home .info .i_title:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.home .info .i_type {
  width: 100%;
  border-bottom: 1px solid #CCCBCB;
}

.home .info .i_type .i_row0 {
  cursor: pointer;
}

.home .info .i_type .i_row0 div {
  font-size: 1.4rem;
  padding: 0 10px;
  height: 3.55rem;
}

.home .info .i_type .infoActived {
  color: #86C842;
  position: relative;
}

.home .info .i_type .infoActived:after {
  content: '';
  position: absolute;
  bottom: 0rem;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.home .info .i_row1 {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  overflow: hidden;
}

.home .info .i_row1 .activityUl2 {
  position: relative;
  left: 0;
  height: 30rem;
  transition: all .35s ease-in-out;
  display: flex;
}

.home .info .i_row1 .activityUl2 .activityLi2 {
  width: 24rem;
  height: 30rem;
}

.home .info .i_row1 .activityUl2 .activityLi2:not(:last-child) {
  margin-right: 1rem;
}

.home .info .i_row1 .i_row2 .i_col {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.8125rem 0.8125rem 2.3125rem 0.8125rem;
}

.home .info .i_row1 .i_row2 .i_col .i_icon {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

.home .info .i_row1 .i_row2 .i_col .i_icon .img {
  width: 100%;
  height: 96%;
  border-radius: 8px;
}

.home .info .i_row1 .i_row2 .i_col .i_title_ {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 1.3125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .info .i_row1 .i_row2 .i_col .i_desc {
  text-align: left;
  font-size: 1.2rem;
  color: #888888;
  margin: 1.0625rem 0 1.3125rem;
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
}

.home .info .i_row1 .i_row2 .i_col .time_name {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.home .info .i_row1 .i_row2 .i_col .time_name span {
  color: #888888;
}

.home .info .i_row1 .i_row2 .i_col .time_name b {
  font-weight: 400;
  color: #888888;
}

.home .info ._pc img {
  width: 3rem;
  margin: 2rem 1rem;
  cursor: pointer;
}

.home .message {
  background: #ffffff;
}

.home .message .m_title {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
}

.home .message .m_title:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.home .message .m_subtitle {
  text-align: center;
}

.home .message .m_form {
  color: #5A5A5A;
}

.home .message .m_form #inlineFormInputName,
.home .message .m_form #concat,
.home .message .m_form #concatPhone,
.home .message .m_form #email {
  height: 4rem;
  padding: 0 1.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
}

.home .message .m_form .messageBoard {
  height: 8rem;
}

.home .message .m_form .rw {
  display: flex;
}

.home .message .m_form .rw div {
  flex: 1;
  margin-bottom: 1rem;
}

.home .message .m_form .rw div input {
  width: 100%;
  border-radius: 2rem;
  font-size: 1.4rem;
}

.home .message .m_form .rw textarea {
  width: 100%;
  border-radius: 8px;
  font-size: 1.4rem;
  padding: .4rem 1.4rem;
}

.home .message .m_sm {
  width: 25rem;
  height: 4.75rem;
  line-height: 4.75rem;
  cursor: pointer;
  font-size: 1.6rem;
  border-radius: 3rem;
  margin: 2.125rem auto 3.5625rem;
  padding: 0;
  background-color: #86C842;
  border: none;
}

/** 首页end **/

/** 产品服务start **/
.product .banner {
  position: relative;
  width: 100%;
  height: 24.34rem;
}

.product .banner .carousel-indicators li {
  width: 3.5rem;
  height: 3px;
}

.product .banner .carousel-inner {
  width: 100%;
  height: 100%;
}

.product .banner .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  display: block;
}

.product .banner .carousel-inner .carousel-item .img {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.product .banner .describe {
  height: 12.5rem;
  position: relative;
  top: -70%;
  left: 0;
}

.product .banner .describe .p1 {
  font-size: 2rem;
  /* color: #90e4f8; */
  color: #ffffff;
}

.product .banner .describe .p1 span {
  margin-right: 3rem;
  /* color: #90e4f8; */
  color: #ffffff;
}

.product .banner .describe .p2 {
  width: 27rem;
  font-size: 1.3rem;
  /* color: #90e4f8; */
  color: #ffffff;
  font-weight: 400;
}

.product .menu {
  text-align: center;
  color: #666665;
  background-color: #Ffff;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}

.product .menu .m_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.product .menu .m_row div {
  padding: 0 10px;
}

.product .produce {
  text-align: center;
  background: #f2f2f2;
}

.product .produce p {
  font-size: 1.4rem;
}

.product .service {
  text-align: center;
  background-color: #ffffff;
}

.product .service h3 {
  position: relative;
}

.product .service h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.product .service .activityUL {
  position: relative;
  left: 0;
  height: 30rem;
  transition: all .35s ease-in-out;
  display: flex;
}

.product .service .activityUL .activityLi {
  width: 20rem;
  height: 30rem;
}

.product .service .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /* border: 2px solid #e9ebef; */
  color: #2E3139;
  cursor: pointer;

  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}

.product .service .s_row .s_content:hover {
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}

.product .service .s_icon {
  margin-top: 3rem;
  margin-left: 2rem;
  width: 5rem;
}

.product .service .serviceActive {
  /* background-color: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #86C842 !important; */
}

.product .service .serviceActive .s_title {
  font-size: 1.5rem !important;
  color: #2E3139 !important;
}

.product .service .serviceActive .s_desc {
  color: #2E3139 !important;
}

.product .service .s_title {
  font-size: 1.2rem !important;
  margin-top: 1rem;
  color: #2E3139;
  font-weight: bold;
}

.product .service .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
  line-height: 1.8rem;
}

.product .advantage {
  text-align: center;
  background: #f2f2f2;
}

.product .advantage h3 {
  position: relative;
}

.product .advantage h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.product .advantage .s_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.product .advantage .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #2E3139;
  cursor: pointer;
}

.product .advantage .s_icon {
  margin-top: 18px;
}

.product .advantage .serviceActive {
  background-color: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #86C842 !important;
}

.product .advantage .serviceActive .s_title {
  color: #ffffff !important;
}

.product .advantage .serviceActive .s_desc {
  color: #ffffff !important;
}

.product .advantage .s_title {
  font-size: 18px;
  margin-top: 50px;
  color: #86C842;
  font-weight: bold;
}

.product .advantage .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
}

.product .join {
  width: 100%;
  text-align: center;
  padding-top: 51px;
}

.product .join .i_title {
  position: relative;
  font-size: 1.5rem;
}

.product .join .i_title:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.product .join .i_row1 {
  display: flex;
  align-items: center;
}

.product .join .i_row1 .block {
  width: 22%;
  float: left;
  display: flex;
}

.product .join .i_row1 .block .lf img {
  width: 3.1875rem;
  margin: 1rem 0 3.4375rem;
}

.product .join .i_row1 .block .lf h3 {
  font-size: 1.25rem;
}

.product .join .i_row1 .block .rt_top img,
.product .join .i_row1 .block .rt_bottom img {
  width: 5rem;
}

.product .join .i_row1 .block .rt_bottom img {
  margin-top: 5rem;
}

.product .join .i_row1 .block5 {
  width: 12%;
  float: left;
}

.product .join .i_row1 .block5 .lf img {
  width: 3.1875rem;
  margin: 1.75rem 0 6.4375rem;
}

.product .join .i_row1 .block5 .lf h3 {
  font-size: 1.25rem;
}

.product .join ._pc img {
  width: 3rem;
  margin: 2rem 1rem;
  cursor: pointer;
}

/** 产品服务end **/

/** 应用下载start **/
.download .banner {
  position: relative;
  width: 100%;
  height: 24.34rem;
}

.download .banner .carousel-indicators li {
  width: 3.5rem;
  height: 3px;
}

.download .banner .carousel-inner {
  width: 100%;
  height: 100%;
}

.download .banner .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  display: block;
}

.download .banner .carousel-inner .carousel-item .img {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.download .banner .describe {
  height: 12.5rem;
  position: relative;
  top: -65%;
  left: 0;
}

.download .banner .describe .p1 {
  font-size: 2rem;
  /* color: #90e4f8; */
  color: #ffffff;
}

.download .banner .describe .p1 span {
  margin-right: 3rem;
  /* color: #90e4f8; */
  color: #ffffff;
}

.download .banner .describe .p2 {
  width: 17rem;
  font-size: 1.1rem;
  /* color: #90e4f8; */
  color: #ffffff;
  font-weight: 400;

  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; */
}

.download .menu {
  text-align: center;
  color: #666665;
  background-color: #Ffff;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}

.download .menu .m_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.download .menu .m_row div {
  padding: 0 10px;
}

.download .produce {
  text-align: center;
  background: #f2f2f2;
}

.download .produce p {
  font-size: 1.4rem;
}

.download .service {
  text-align: center;
  background-color: #ffffff;
}

.download .service h3 {
  position: relative;
}

.download .service h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.download .service .activityUL {
  position: relative;
  left: 0;
  height: 30rem;
  transition: all .35s ease-in-out;
  display: flex;
}

.download .service .activityUL .activityLi {
  width: 20rem;
  height: 30rem;
}

.download .service .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #e9ebef;
  color: #2E3139;
  cursor: pointer;
}

.download .service .s_icon {
  margin-top: 3rem;
  margin-left: 2rem;
  width: 5rem;
}

.download .service .serviceActive {
  background-color: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #86C842 !important;
}

.download .service .serviceActive .s_title {
  color: #ffffff !important;
}

.download .service .serviceActive .s_desc {
  color: #ffffff !important;
}

.download .service .s_title {
  font-size: 2rem !important;
  margin-top: 1rem;
  color: #86C842;
  font-weight: bold;
}

.download .service .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
}

.download .advantage {
  text-align: center;
  background: #f2f2f2;
}

.download .advantage h3 {
  position: relative;
}

.download .advantage h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.download .advantage .s_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.download .advantage .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #2E3139;
  cursor: pointer;
}

.download .advantage .s_icon {
  margin-top: 18px;
}

.download .advantage .serviceActive {
  background-color: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #86C842 !important;
}

.download .advantage .serviceActive .s_title {
  color: #ffffff !important;
}

.download .advantage .serviceActive .s_desc {
  color: #ffffff !important;
}

.download .advantage .s_title {
  font-size: 18px;
  margin-top: 50px;
  color: #86C842;
  font-weight: bold;
}

.download .advantage .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
}

.download .join {
  width: 100%;
  text-align: center;
  padding-top: 51px;
}

.download .join .i_title {
  position: relative;
  font-size: 1.5rem;
}

.download .join .i_title:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.download .join .i_row1 {
  display: flex;
  align-items: center;
}

.download .join .i_row1 .block {
  width: 22%;
  float: left;
  display: flex;
}

.download .join .i_row1 .block .lf img {
  width: 3.1875rem;
  margin: 1rem 0 3.4375rem;
}

.download .join .i_row1 .block .lf h3 {
  font-size: 1.25rem;
}

.download .join .i_row1 .block .rt_top img,
.download .join .i_row1 .block .rt_bottom img {
  width: 5rem;
}

.download .join .i_row1 .block .rt_bottom img {
  margin-top: 5rem;
}

.download .join .i_row1 .block5 {
  width: 12%;
  float: left;
}

.download .join .i_row1 .block5 .lf img {
  width: 3.1875rem;
  margin: 1.75rem 0 6.4375rem;
}

.download .join .i_row1 .block5 .lf h3 {
  font-size: 1.25rem;
}

.download .join ._pc img {
  width: 3rem;
  margin: 2rem 1rem;
  cursor: pointer;
}

.download .banner .describe .btn {
    margin-top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30rem;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    border: 0px solid #000;
}

.download .banner .describe .btn a {
    margin-right: 10px;
    width: 30%;
    background: rgba(225, 249, 240, 1);
    color: #ff5555;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
}

.download .banner .describe .btn .icon {
    width: 100px;
}

/** 应用下载end **/

/** 资讯中心 **/
.news {
  background-color: #ffffff;
}

.news .banner {
  position: relative;
  width: 100%;
  height: 24.34rem;
}

.news .banner .img {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.news .banner .n_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.news .banner .n_content h1 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

.news .banner .n_content h5 {
  font-size: 1.1rem;
  margin-top: 1.375rem;
  color: #ffffff;
}

.news .info {
  width: 100%;
  text-align: center;
}

.news .info .i_title {
  position: relative;
  font-size: 1.5rem;
}

.news .info .i_title:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.news .info .i_type {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #CCCBCB;
}

{
  cursor: pointer
;
}

.news .info .i_type .i_row0 div {
  font-size: 1.4rem;
  padding: 0 10px;
}

.news .info .i_type .infoActived {
  color: #86C842;
  position: relative;
  height: 4rem;
  line-height: 4rem;
}

.news .info .i_type .infoActived:after {
  content: '';
  position: absolute;
  bottom: 0rem;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.news .info .i_row1 {
  display: flex;
  align-items: center;
}

.news .info .i_row1 .i_row2 {
  cursor: pointer;
}

.news .info .i_row1 .i_row2 .mb-5 {
  padding: 0 5px;
}

.news .info .i_row1 .i_row2 .i_col {
  background-color: #ffffff;
  border: 1px solid #e9ebef;
  border-radius: 5px;
  padding: 0.8125rem 0.8125rem 2.3125rem 0.8125rem;
}

.news .info .i_row1 .i_row2 .i_col .i_icon {
  width: 100%;
}

.news .info .i_row1 .i_row2 .i_col .i_title_ {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 1.3125rem;
}

.news .info .i_row1 .i_row2 .i_col .i_desc {
  text-align: left;
  font-size: 1.3rem;
  color: #888888;
  margin: 1.0625rem 0 1.3125rem;
}

.news .info .i_row1 .i_row2 .i_col .time_name {
  display: flex;
  justify-content: space-between;
  color: #888888;
}

.news .info .i_row1 .i_row2 .i_col .time_name b {
  font-weight: 400;
}

.news .info .n_pagination {
  justify-content: center;
}

.news .info .n_pagination a {
  border: none;
}

.news .info .n_pagination .n_prePage,
.news .info .n_pagination .n_nextPage {
  border-radius: 100%;
  background-color: #0095EB;
  color: #ffffff;
}

.news .info ._pc img {
  width: 3rem;
  margin: 2rem 1rem;
  cursor: pointer;
}

/** 资讯中心end **/
/** 新闻详情start **/
.newsdetail .banner {
  position: relative;
  width: 100%;
  height: 21.875rem;
}

.newsdetail .banner .img {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.newsdetail .banner .n_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.newsdetail .banner .n_content h1 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

.newsdetail .banner .n_content h5 {
  font-size: 1.1rem;
  margin-top: 3.375rem;
  color: #ffffff;
}

.newsdetail .topbar {
  height: 3.75rem;
  line-height: 3.75rem;
  background: #eaeaea;
  color: #000000;
  font-size: 1.4rem;
}

.newsdetail .topbar a {
  color: #000000;
}

.newsdetail .newDetailTxt {
  text-align: center;
}

.newsdetail .newDetailTxt .content h4 {
  font-size: 1.125rem;
  font-weight: 400;
}

.newsdetail .newDetailTxt .content h5 {
  font-size: 0.75rem;
  color: #cccccc;
  font-weight: 400;
  margin: 1.25rem 0;
}

.newsdetail .newDetailTxt .content p {
  text-align: left;
  text-indent: 4px;
  font-size: 1.4rem;
}

.newsdetail .newDetailTxt .content img {
  margin: 1.25rem 0;
  width: 100%;
}

.newsdetail .menu {
  background-color: #F2F2F2;
  height: 137px;
  line-height: 137px;
  text-align: center;
  color: #666665;
  background-color: #Ffff;
  height: 4rem;
  line-height: 4rem;
}

.newsdetail .menu .m_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.newsdetail .produce {
  text-align: center;
  background: #f2f2f2;
}

.newsdetail .service {
  text-align: center;
  background-color: #ffffff;
}

.newsdetail .service h3 {
  position: relative;
}

.newsdetail .service h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.newsdetail .service .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #e9ebef;
  color: #2E3139;
  cursor: pointer;
}

.newsdetail .service .s_icon {
  margin-top: 3rem;
  margin-left: 1rem;
}

.newsdetail .service .serviceActive {
  background-color: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #86C842 !important;
}

.newsdetail .service .serviceActive .s_title {
  color: #ffffff !important;
}

.newsdetail .service .serviceActive .s_desc {
  color: #ffffff !important;
}

.newsdetail .service .s_title {
  font-size: 18px;
  margin-top: 50px;
  color: #86C842;
  font-weight: bold;
}

.newsdetail .service .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
}

.newsdetail .advantage {
  text-align: center;
  background: #f2f2f2;
}

.newsdetail .advantage h3 {
  position: relative;
}

.newsdetail .advantage h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.newsdetail .advantage .s_subtitle {
  color: #2F2F2F;
}

.newsdetail .advantage .s_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.newsdetail .advantage .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #2E3139;
  cursor: pointer;
}

.newsdetail .advantage .s_icon {
  margin-top: 18px;
}

.newsdetail .advantage .serviceActive {
  background-color: #86C842;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.35);
  border: 2px solid #86C842 !important;
}

.newsdetail .advantage .serviceActive .s_title {
  color: #ffffff !important;
}

.newsdetail .advantage .serviceActive .s_desc {
  color: #ffffff !important;
}

.newsdetail .advantage .s_title {
  font-size: 18px;
  margin-top: 50px;
  color: #86C842;
  font-weight: bold;
}

.newsdetail .advantage .s_desc {
  width: 80%;
  font-size: 14px;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
}

.newsdetail .join {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
  padding-top: 51px;
}

.newsdetail .join .i_title {
  position: relative;
  font-size: 1.5rem;
}

.newsdetail .join .i_title:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.newsdetail .join .i_row1 {
  display: flex;
  align-items: center;
}

.newsdetail .join .i_row1 .i_row2 {
  flex-wrap: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.newsdetail .join .i_row1 .i_row2 .i_col {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.8125rem 0.8125rem 2.3125rem 0.8125rem;
}

.newsdetail .join .i_row1 .i_row2 .i_col .i_icon {
  width: 100%;
}

.newsdetail .join .i_row1 .i_row2 .i_col .i_title_ {
  text-align: left;
  font-size: 0.9375rem;
  margin-top: 1.3125rem;
}

.newsdetail .join .i_row1 .i_row2 .i_col .i_desc {
  text-align: left;
  font-size: 0.875rem;
  color: #888888;
  margin: 1.0625rem 0 1.3125rem;
}

.newsdetail .join .i_row1 .i_row2 .i_col .time_name {
  display: flex;
  justify-content: space-between;
  color: #888888;
}

.newsdetail .join .i_row1 .i_row2 .i_col .time_name b {
  font-weight: 400;
}

.newsdetail .join ._pc img {
  width: 3rem;
  margin: 2rem 1rem;
  cursor: pointer;
}

/** 新闻详情end **/
/** 关于我们start **/
.about {
  background-color: #ffffff;
}

.about .banner {
  position: relative;
  width: 100%;
  height: 24.34rem;
}

.about .banner .img {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

.about .banner .n_content {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;

  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.about .banner .n_content h1 {
  font-size: 2rem;
  color: #ffffff;
}

.about .banner .n_content h5 {
  font-size: 1.3rem;
  margin-top: 3rem;
  color: #ffffff;
  line-height: 2rem;

  width: 27rem;
}

.about .menu {
  text-align: center;
  color: #666665;
  background-color: #ffffff;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}

.about .menu .m_row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.about .menu .m_row div {
  padding: 0 10px;
}

.about .menu .m_row div.mAcitve:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    left: 50%;
    margin-left: -20px;
    background-color: #86C842;
}

.about .company {
  text-align: center;
  background: #f2f2f2;
}

.about .company p {
  font-size: 1.4rem;
}

.about .dev {
  text-align: center;
  background-color: #ffffff;
}

.about .dev h3 {
  position: relative;
}

.about .dev h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.about .dev .d_bottom {
  display: flex;
}

.about .dev .d_top div {
  float: left;
  font-weight: bold;
}

.about .dev .d_top .div1 {
  width: 28%;
  display: flex;
  justify-content: space-between;
  color: #86C842;
}

.about .dev .d_top .div2 {
  width: 23%;
  color: #86C842;
}

.about .dev .d_top .div3 {
  width: 22%;
  color: #86C842;
}

.about .dev .d_top .div4 {
  width: 27%;
  color: #F08903;
}

.about .dev .d_top .div2,
.about .dev .d_top .div3,
.about .dev .d_top .div4 {
  text-align: right;
}

.about .dev img {
  width: 100%;
}

.about .dev .d_bottom div {
  float: left;
}

.about .dev .d_bottom div p {
  color: #888888;
}

.about .dev .d_bottom .div1 {
  width: 28%;
  display: flex;
  justify-content: space-between;
}

.about .dev .d_bottom .div2 {
  width: 23%;
}

.about .dev .d_bottom .div3 {
  width: 22%;
}

.about .dev .d_bottom .div4 {
  width: 27%;
  color: #F08903;
  font-weight: bold;
}

.about .dev .d_bottom .div4 span {
  font-weight: 400;
}

.about .dev .d_bottom .div2,
.about .dev .d_bottom .div3,
.about .dev .d_bottom .div4 {
  text-align: right;
}

.about .cultrue {
  text-align: center;
  background-color: #cccccc;
  color: #ffffff;
  background-size: cover;
}

.about .cultrue h3 {
  position: relative;
  color: #ffffff;
}

.about .cultrue h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.about .cultrue .c_col_ {
  padding: .875rem;
}

.about .cultrue .c_col_ div {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 1rem;
  height: 28rem;
}

.about .cultrue .c_col_ div span {
  display: block;
  color: #86C842;
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
}

.about .cultrue .c_col_ div img {
  margin-top: 2rem;
  width: 5.1875rem;
  height: 5.1875rem;
}

.about .cultrue .c_col_ div p {
  color: #ffffff;
  font-size: 1.4rem;
}

.about .cultrue .c_col_ div h4 {
  color: #86C842;
  margin-top: 2rem;
  font-size: 1.125rem;
}

.about .aptitude {
  text-align: center;
  background-color: #ffffff;
}

.about .aptitude h3 {
  position: relative;
}

.about .aptitude h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.about .aptitude .img_01 {
  display: flex;
  align-items: center;
}

.about .aptitude img {
  width: 100%;
}

.about .join {
  text-align: center;
  background-color: #ffffff;
}

.about .join h3 {
  position: relative;
}

.about .join h3:after {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: #86C842;
}

.about .join .j_row {
  color: #2F2F2F;
  font-size: 0.9375rem;
  text-align: left;
}

.about .join .j_row p {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.about .join .j_row img {
  width: 100%;
}

.about .map {
  height: 33.375rem;
  overflow: hidden;
  width: 100%;
}

/** 关于我们end **/

/** 右侧导航start **/
.rightBar {
  position: fixed;
  right: 2rem;
  bottom: 10rem;
}

.rightBar .top {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
}

.rightBar .top img {
  width: 5rem;
}

.rightBar .top:hover {
  background-color: #333333;
}

.rightBar .left_qrcode {
  width: 13.8125rem;
  height: 14.4375rem;
  text-align: center;
  background: #ffffff;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 5rem;
}

.rightBar .left_qrcode:before {
  content: '';
  width: 0;
  height: 0;
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: 1rem solid #d2d2d2;
  position: absolute;
  right: -1rem;
  top: 1rem;
}

.rightBar .left_qrcode:after {
  content: '';
  width: 0;
  height: 0;
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: 1rem solid #ffffff;
  position: absolute;
  right: -.8rem;
  top: 1rem;
}

.rightBar .left_qrcode img {
  width: 10.9375rem;
  margin-top: 1rem;
}

.rightBar .left_qrcode p {
  color: #949494;
  padding: 0;
  margin: 0;
}

/** 右侧导航end **/

/** 底部start **/
.footer {
  background-color: #333333;
  color: #999999;
}

.footer .f1 {
  width: 100%;
  padding: 2rem 0 0;
  color: #999999;
  border-bottom: 1px solid #403838;
}

.footer .f1 p {
  font-size: 1.0625rem;
  font-weight: 400;
  margin-bottom: 1.125rem;
  color: #999999;
}

.footer .f1 div {
  font-size: 1.5rem;
  margin-top: 0.4rem;
  color: #999999;
}

.footer .f1 hr {
  background: #ccc;
  border-top: 1px solid #403838;
  margin-bottom: 1.25rem;
}

.footer .f1 ol li .href {
  display: inline-block;
  color: #999999 !important;
  float: left;
  width: 50%;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
  text-decoration: none;
}

.footer .f1 ul li .href {
  display: block;
  color: #999999 !important;
  float: left;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
  text-decoration: none;
}

.footer .f1 ._concatus .mobile_qrcode {
  padding: 0 5px;
}

.footer .f1 ._concatus img {
  width: 100%;
}

.footer .f1 .qrcode {
  text-align: center;
}

.footer .f1 .qrcode img {
  width: 7.875rem;
}

.footer .mobile_qrcode {
  text-align: center;
}


.footer .qrcodeimg {
  width: 10rem;
  margin-top: 5rem;
}

.footer .f1 .qrcode_txt {
  color: #949494;
  font-size: 1rem;
  margin-top: 1rem;
}

.footer .f2 .f_m {
  text-align: center;
  padding: 2.25rem 0 2rem;
  font-size: 0.875rem;
}

.footer .f2 .f_m p {
  color: #999999;
  font-size: 1.3rem;
}

.footer .f2 .f_m p a {
  color: #999999;
  text-decoration: none;
  margin-left: 4px;
}

.footer .f2 .f_m p:nth-child(3) {
  margin-bottom: 0;
}

.footer .f2 img {
  vertical-align: middle;
}

/** 底部end **/
h3 {
  font-size: 2rem !important;
  font-weight: bold !important;
}

h4 {
  font-size: 1.4rem !important;
  width: 80%;
  margin-left: 10%;
  line-height: 2rem !important;
}

input::-webkit-input-placeholder {
  color: red;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: red;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: red;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

textarea::-webkit-input-placeholder {
  color: red;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: red;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: red;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
