@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;
}

.headers .fix_bg_color {
  background: #86C842;
}

.headers li {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.headers a:before {
  content: '';
  width: 0;
  height: 2.5px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: -1.4rem;
  position: absolute;
}

.headers ._active:before{
  content: '';
  width: 100%;
  height: 2.5px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: -1.4rem;
  position: absolute;
}


.headers a:hover:before{
  animation: mymove01 1s;
  width: 100%;
}

@keyframes mymove01 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

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

.headers a {
  color: #ffffff !important;
  font-size: 16px;
  margin-right: 1.5rem !important;
  /* margin-left: 1.375rem !important; */
  padding: 0 !important;
  position: relative;
}

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

/** 顶部end **/
/** 首页start **/

.home {
  background-color: #F6FFF2;
}

.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: 52.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: 3.75rem;
  color: #fff;
  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.5rem;
  color: #fff;
  margin-top: 2.3125rem;
  width: 33rem;
  line-height: 3rem;
}

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

.home .banner2 .d1 {
  font-size: 3rem;
  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 {
  float:right;
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 2.3125rem;
  width: 38%;
  line-height: 3rem;
  text-align: right;
}

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

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

.home .banner3 .d2 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 2.3125rem;
  width: 33rem;
  line-height: 3rem;
}

.home .menu {
  text-align: center;
  color: #666665;
  background-color: #F6FFF2;
  height: 8.5625rem;;
  line-height: 8.5625rem;;
}

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

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

.home .menu .m_row .activityLi0 {
  width: 14rem;
  float: left;
  height: 8.5625rem;
  cursor: pointer;
}

.home .menu .m_row div span {
  margin-left: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666665;
}

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

.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 .container {
  display: flex;
  border: 0px solid #000;
}

.home .service .icon_left,
.home .service .icon_right {
  width: 5%;
  float: left;
  height: 10rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  z-index: 999999;
}

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

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

.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 {
  width: 100%;
  overflow: hidden;
  padding-left: .3rem;
  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: 340px;
  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: 23.75rem;
}

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

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

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

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

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

.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: 3rem;
}

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

.home .customer .c_type span:hover {
  color: #86C842;
}

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

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

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

.home .customer .CustomerList .c_icon {
  height: 10rem;
  margin: auto;
  background: center center no-repeat;
  background-size: auto;
}

.home .customer .CustomerList .qy {
  border: 2px dashed #cccccc;
  border-radius: 3rem;
  width: 12.25rem;
  height: 3.0625rem;
  line-height: 3.0625rem;
  color: #2F2F2F;
}

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

.home .info .mb-5 .my-5 {
    margin-bottom: 0rem !important;
}

.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%;
  height: 3rem;
  border-bottom: 1px solid #CCCBCB;
}

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

.home .info .i_type .i_row0 div {
  font-size: 1.125rem;
  height: 3rem;
}

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

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

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

.home .info .activityUl2 {
  display: flex;
  width: 100%;
}

.home .info .activityUl2 .activityLi2 {
  width: 33%;
  padding: 1rem;
}

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

.home .info .i_row1 .i_row2 .i_col:hover {
  box-shadow: 1px 0px 9px 3px rgba(0, 0, 0, 0.35);
}

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

.home .info .i_row1 .i_row2 .i_col .i_icon .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home .info .i_row1 .i_row2 .i_col:hover .i_icon .img {
  transition: all 0.3s ease-in-out;
}

.home .info .i_row1 .i_row2 .i_col:hover .i_icon .img {
  transform: scale(1.1);
}

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

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

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

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

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

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

.home .info .arrows {
  display: flex;
  justify-content: center;
}

.home .info .left {
  background: url("./icons/left.png") center no-repeat;
  width: 4rem;
  height: 4rem;
}

.home .info .right {
  background: url("./icons/right.png") center no-repeat;
  width: 4rem;
  height: 4rem;
}

.home .info .left:hover {
  background-image: url("./icons/left_active.png");
}

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

.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: 2.75rem;
}

.home .message .m_form .messageBoard {
  height: 13.3125rem;
  width: 100%;
}

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

.home .message .m_form .rw label {
  width: 5rem;
}

.home .message .m_form .rw div {
  flex: 1;
}

.home .message .m_form .rw div input {
  width: 100%;
}

.home .message .m_sm {
  width: 23.1875rem;
  height: 3.75rem;
  line-height: 3.75rem;
  cursor: pointer;
  font-size: 1.125rem;
  border-radius: 30px;
  margin: 2.125rem auto 3.5625rem;
  padding: 0;
  background-color: #86C842;
  border: none;
}

/** 首页end **/

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

.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: -65%;
  left: 0;
}

.product .banner .describe .p1 {
  font-size: 3.75rem;
  color: #ffffff;
}

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

.product .banner .describe .p2 {
  width: 34.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}

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

.product .m_fixd {
  position: fixed;
  top: 4.3rem;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}

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

.product .menu .m_row div {
  position: relative;
}

.product .menu .m_row .mAcitve span {
  color: #86C842;
  cursor: pointer;
}

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

.product .menu .m_row span:hover {
  color: #86C842;
  cursor: pointer;
}

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

.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: #2E3139;
}

.product .service .s_row .s_content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #333333;
  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: 2rem;
  margin-left: 1rem;
  width: 5rem;
}

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

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

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

.product .service .s_desc {
  width: 100%;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.6rem;
  color: #2E3139;
  height: 10rem;
  margin-top: 1.2rem;
}

.product .advantage {
  text-align: center;
  background: #86C842;

}

.product .advantage h3 {
  position: relative;
  color: #ffffff;
}

.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_content1 {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #2E3139;
  cursor: pointer;
  background-color: #ffffff;
}

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

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

.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: 1rem;
  text-align: left;
  margin: 1rem auto 2rem;
  color: #2E3139;
  line-height: 2rem;
}

.product .advantage .s_row .s_row_col:nth-child(1),
.product .advantage .s_row .s_row_col:nth-child(3) {
  background-color: #ffffff;
}

.product .advantage .s_row .s_row_col:nth-child(2) {
  background-color: #F2F2F2;
}

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

.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: 4.1875rem;
  margin: 1.75rem 0 6.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: 8rem;
}

.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: 4.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: 52.5rem;
}

.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: 3.75rem;
  color: #ffffff;
}

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

.download .banner .describe .p2 {
  width: 34.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}

.download .banner .describe .btn {
  margin-top: 50px;
  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 .icon {
  width: 120px;
  margin-top:6px;
  margin-right: 10px;
}
.download .banner .describe .btn a {
  margin-right: 10px;
  width: 40%;
  background: rgba(225, 249, 240, 1);
  color: #ff5555;
  font-weight: bold;
  font-size: 16px;
  height: 55px;
  line-height: 48px;
  border-radius: 8px;
}
.download .banner .describe .btn span {
  font-size: 16px;
}

/** 应用下载end **/


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

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

.news .banner .img {
  width: 100%;
  height: 100%;
}

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

.news .banner .n_content h1 {
  font-size: 3.125rem;
  color: #ffffff;
}

.news .banner .n_content h1 span {
  font-size: 1.5rem;
  margin-left: 1rem;
  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;
}

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

.news .info .i_type .i_row0 div {
  font-size: 1.125rem;
}

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

.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 .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: 0.9375rem;
  margin-top: 1.3125rem;
}

.news .info .i_row1 .i_row2 .i_col .i_desc {
  text-align: left;
  font-size: 0.875rem;
  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;
}

.news .info .left {
  width: 4rem;
  height: 4rem;
  background: url("./icons/left.png") center no-repeat;
}

.news .info .page {
  width: 4rem;
  height: 4rem;
  line-height: 3rem;
  border: none;
  color: #999999;
}

.news .info .right {
  width: 4rem;
  height: 4rem;
  background: url("./icons/right.png") center no-repeat;
}

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

.newsdetail .banner .img {
  width: 100%;
  height: 100%;
}

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

.newsdetail .banner .n_content h1 {
  font-size: 3.125rem;
  color: #ffffff;
}

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

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

.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;
}

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

.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: 41.5625rem;
}

.about .banner .img {
  width: 100%;
  height: 100%;
}

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

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

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

.about .menu {
  text-align: center;
  color: #666665;
  background-color: #Ffff;
  height: 4rem;
  line-height: 4rem;
}

.about .m_fixd {
  position: fixed;
  top: 4.3rem;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}

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

.about .menu .m_row div {
  position: relative;
}

.about .menu .m_row div span:hover {
  color: #86C842;
}

.about .menu .m_row div.mAcitve span {
  color: #86C842;
  cursor: pointer;
}

.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 .menu .m_row span {
  cursor: pointer;
}

.about .menu .m_row span:hover {
  color: #86C842;
}

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

.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: #888888;

}

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

}

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

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

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

.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;
  margin-top: 1rem;
}

.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: #2F2F2F;
}

.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: 1.875rem;
}

.about .cultrue .c_col_ div {
  background-color: rgba(22, 104, 170, 0.5);
  border-radius: 8px;
  padding: 2rem;
  height: 320px;
}

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

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

.about .cultrue .c_col_ div span {
  color: #ffffff;
  margin-top: 1.2rem;
  font-size: 1.225rem;
  margin-bottom: 1.5rem;
  display: block;
}

.about .aptitude {
  text-align: center;
  background-color: #ffffff;
  background-size: cover;
  margin-top: -3rem !important;
}

.about .aptitude h3 {
  position: relative;
  color: #ffffff;
  padding-top: 5rem;
}

.about .aptitude .container .row {
  margin-top:2rem;
}

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

.about .aptitude .img_01 img,
.about .aptitude .img_02 img {
  width: 100%;
}

.about .join {
  text-align: center;
  background-color: #ffffff;
  border: 0px solid #BFBFBF;
}

.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 {
  margin-top:20px;
  color: #2F2F2F;
  font-size: 0.9375rem;
  text-align: left;
}

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

.about .map {
  width: 100%;
  height: 534px;
  border: 0px solid #ccc;
  overflow: hidden;
  background-color: #ffffff;
}

/** 关于我们end **/

/** 右侧导航start **/
.rightBar {
  /* background-color: #ffffff; */
  background-color: none;
  position: fixed;
  right: 10px;
  bottom: 10rem;
}

.rightBar .qrcode,
.rightBar .kf,
.rightBar .top {
  /* border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2; */
  width: 5.4375rem;
  height: 4.4375rem;
  /* line-height: 4.4375rem;
  text-align: center; */
  cursor: pointer;

  background-color: #000;
  /* box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  margin-bottom: 15px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightBar .qrcode img,
.rightBar .kf img,
.rightBar .top img {
  width: 2.1875rem;
}

/* .rightBar .top img {
  margin-left: .6rem;
  margin-top: .9rem;
} */

.rightBar .qrcode:nth-child(3),
.rightBar .kf:nth-child(3),
.rightBar .top:nth-child(3) {
  border-bottom: 1px solid #D2D2D2;
}

/* .rightBar .qrcode:hover,
.rightBar .kf:hover,
.rightBar .top:hover {
  background-color: #333333;
} */

.rightBar .left_qrcode {
  width: 10.0rem;
  height: 11.0rem;
  text-align: center;
  background: #ffffff;
  border: 1px 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: 126px;
  margin-top: 1rem;
}

.rightBar .left_qrcode p {
  color: #949494;
  padding: 0;
  margin: 0;
  font-size:12px;
}

/** 右侧导航end **/

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

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

.footer .f1 .logo {
  max-width: 9.875rem;
  max-height: 2.625rem;
}

.footer .f1 .newsdynamic_ hr {
  width: 80%;
}

.footer .f1 .newsdynamic_ img {
  width: 11rem;
}

.footer .f1 .newsdynamic {
  margin-top: 2rem;
}

.footer .f1 .ourservice,
.footer .f1 .interlinkage,
.footer .f1 .newsdynamic,
.footer .f1 .concatour {
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #999999;
  height: 3rem;
  position: relative;
}

.footer .f1 .ourservice:after,
.footer .f1 .interlinkage:after,
.footer .f1 .newsdynamic:after,
.footer .f1 .concatour:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 40px;
  height: 1px;
  left: 0;
  background-color: #86C842;
}

.footer .f1 .cus a {
  cursor: default;
}

.footer .f1 .cus a:hover {
  color: #999999;
}

.footer .f1 hr {
  background: #505050;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

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

.footer .f1 ol li .href:hover {
  color: #ffffff !important;
}

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

.footer .f1 ul li .href:hover {
  color: #ffffff;
}

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

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

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

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

.footer .f2 .f_m p {
  color: #999999;
}

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

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

.footer .f2 img {
  vertical-align: middle;
  margin-left: 4px;
}

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

h4 {
  font-size: 1rem !important;
}
