﻿@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap");

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}

.block {
  display: block;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  background-color: #999999;
  opacity: 1;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #02aeef;
}

.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

/*******头部********/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}

header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: #ffffff;
}

header .display-flex {
  position: relative;
}

header .logo {
  width: 8.88rem;
  position: relative;
}

header .logo a {
  width: 100%;
  display: block;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 2.0833vw;
  position: relative;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 2.25rem 0;
  color: #111111;
  font-size: 1.12rem;
}

header .header-nav>ul>li .link::after {
  content: '';
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #79b456;
  transition: all 400ms;
}

header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
  width: 100%;
}

header .header_search {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: block;
}

header .header_search img {
  width: 100%;
  height: 100%;
  display: block;
}

header .header-language {
  position: relative;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}

header .header-language:after {
  content: '';
  width: 1px;
  height: 2.38rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #bbbbbb;
  margin-top: -1.19rem;
}

header .header-language .header_language {
  display: block;
  position: relative;
  cursor: pointer;
  color: #333333;
  font-size: 1.25rem;
  padding-right: 1.0rem;
  padding-left: 2.25rem;
  background-image: url(../images/icon05.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.62rem;
}

header .header-language .header_language:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-top: 6px solid #333333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: all 450ms linear;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

header .header-language:hover .header_language:after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

header .header-language .header_language .l_icon {
  width: 22px;
  height: 22px;
  display: block;
}

header .header-language .header_language .l_top {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -webkit-transition: transform .35s ease;
  -moz-transition: transform .35s ease;
  -ms-transition: transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

header .header-language:hover .header_language .l_top {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

header .header-language:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header-language .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  width: 120px;
  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.25rem;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

header .header-language .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
}

header .header-language .header_language_level_nav .header_language_level_navBox::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.25rem;
  width: 9px;
  height: 9px;
  -webkit-box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, .12);
  box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, .12);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  z-index: 9;
}

header .header-language .header_language_level_nav .header_language_level_navBox div+div {
  border-top: 1px solid #e5e5e5;
}

header .header-language .header_language_level_nav .header_language_level_navBox div a {
  display: block;
  color: #606060;
  font-size: 14px;
  padding: 0.625rem;
  background: #ffffff;
}

header .header-language .header_language_level_nav .header_language_level_navBox div:hover a {
  color: #ff5a02;
}

body.headerW header .header-main,
body.headerScollfox header .header-main {
  border-bottom: 1px solid #e5e5e5;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 0;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/searchIcon.svg);
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #79b456;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  border-radius: 2px;
  background-color: #79b456;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #79b456;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #79b456;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/
body.webBg footer {
  background-color: #f5f5f5;
}

footer {
  background-color: #ffffff;
  position: relative;
}

footer .footer_container {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

footer .footer_nav {
  width: 100%;
}

footer .footer_nav li {
  position: relative;
}

footer .footer_nav li .title {
  padding-bottom: 1.0rem;
  font-size: 1.12rem;
  font-weight: 500;
  color: #444444;
  line-height: 1;
}

footer .footer_nav li .title a {
  color: #444;
}

footer .footer_nav li .con {
  font-size: 1rem;
}

footer .footer_nav li .con .items {
  padding-bottom: 5px;
}

footer .footer_nav li .con .items a {
  color: #888888;
  font-weight: 300;
}

footer .footer_nav li .con .items a:hover {
  text-decoration: underline;
}

footer .footer_copyright {
  padding: 1.88rem 0 2.5rem;
  color: #444;
  font-size: 1.0rem;
  border-top: 1px solid #cccccc;
}

footer .footer_copyright .text {}

footer .footer_copyright .text a {
  color: #444;
}

footer .footer_copyright .link a+a {
  display: block;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  position: relative;
}

footer .footer_copyright .link a+a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.0rem;
  margin-top: -0.5rem;
  background-color: #000;
}

/*****主体开始*******/
/*首页*/
#banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerHeading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-bottom: 7.5rem;
}

.bannerHeading .lable {
  font-size: 3.75rem;
  color: #ffffff;
  padding-left: 6.25rem;
  position: relative;
  transition: all 400ms;
}

.bannerHeading .lable:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.0rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background-color: #ffffff;
  transition: all 400ms;
}

.bannerHeading .title {
  font-size: 1.25rem;
  line-height: 1.39;
  color: #ffffff;
  padding: 1.25rem 0 1.88rem;
}

#banner .swiper-pagination {
  display: flex;
  align-items: flex-end;
}

#banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  height: 0.62rem;
  width: 100%;
  border-radius: 0;
  transition: height 400ms;
  background-color: #01567a !important;
}

#banner .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background-color: #02aeef !important;
}

#banner .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background-color: #79b456 !important;
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
  bottom: 0;
  height: 1.12rem;
}

#banner .bannerPrev,
#banner .bannerNext {
  width: 2.5rem;
  height: 5.0rem;
  margin-top: -2.5rem;
  background-color: #02aeef;
}

#banner .bannerPrev:after,
#banner .bannerNext:after {
  color: #ffffff;
  font-size: 1.5rem;
}

#banner .bannerPrev {
  left: 0;
}

#banner .bannerNext {
  right: 0;
}

/**/
.hTitle {
  font-size: 2.38rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-bottom: 1rem;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.12rem;
  color: #666666;
  line-height: 1.66;
}

.hText_fff {
  color: #fff;
}

.hMore {
  position: relative;
  z-index: 1;
}

.hMore .hMoreBox {
  display: inline-block;
}

.hMore a {
  margin: 0 auto;
  width: auto;
  cursor: pointer;
}

.hMore a span.i {
  display: block;
  border-radius: 100px;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #02aeef;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.hMore a span.i::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.12rem;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  transition: width 300ms;
}

.hMore a span.i .icon {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2.0rem;
  height: 2px;
  margin-top: -1px;
  background-color: #02aeef;
  transition: width 300ms;
}

.hMore a span.i .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 2px;
  height: 0.88rem;
  margin-top: -0.75rem;
  background-color: #02aeef;
  transform: rotate(-45deg);
}

.hMore a span.t {
  font-size: 1.12rem;
  padding-right: 1.25rem;
  display: block;
  color: #333333;
}

.hMore a:hover span.i .icon {
  width: 42px;
}

.hMore a:hover span.i::before {
  width: 28px;
}

.hMore_fff a span.i {
  background-color: rgba(255, 255, 255, 0.5);
}

.hMore_fff a span.i::before {
  background-color: #ffffff;
}

.hMore_fff a span.i .icon {
  background-color: #ffffff;
}

.hMore_fff a span.i .icon:before {
  background-color: #ffffff;
}

.hMore_fff a span.t {
  color: #ffffff;
}

.hMore_02aeef a span.i {
  background-color: #ffffff;
}

.hMore_02aeef a span.i::before {
  background-color: #02aeef;
}

.hMore_02aeef a span.i .icon {
  background-color: #ffffff;
}

.hMore_02aeef a span.i .icon:before {
  background-color: #ffffff;
}

.hMore_02aeef a span.t {
  color: #ffffff;
}

.container-fluid {
  padding-left: 4.16667%;
  padding-right: 4.16667%;
}

/**/
.hAbout {
  position: relative;
  padding: 7.5rem 0;
}

.hAbout .con {}

.hAbout .con .title {
  font-size: 2.38rem;
  line-height: 1.42;
  font-weight: 600;
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
}

.hAbout .con .text {
  font-size: 1.12rem;
  line-height: 1.66;
  color: #666666;
  padding-bottom: 2.5rem;
}

.hPipeline {
  position: relative;
  background-color: #79b456;
  padding-top: 6.88rem;
  padding-bottom: 0.5rem;
}

.hPipeline .text {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
  padding-bottom: 2.5rem;
}

.hPipeline .hMore {
  margin-bottom: 5.0rem;
}

.hCooperation {
  background-color: #eef6fc;
  padding: 6.25rem 0;
}

.hCooperation .list {
  margin-top: 3.12rem;
}

.hCooperation .list li .box {
  position: relative;
  text-align: center;
  padding: 2.62rem;
  display: block;
}

.hCooperation .list li .box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  width: calc(100% + 2.5rem);
  border-radius: 200px;
  border: 1px dashed #bec5ca;
  pointer-events: none;
}

.hCooperation .list li:nth-child(1) .box:after {
  left: 0;
}

.hCooperation .list li:nth-child(2) .box:after {
  left: -1.25rem;
}

.hCooperation .list li:nth-child(3) .box:after {
  right: 0;
}

.hCooperation .list li:nth-child(1) .box .img {
  max-width: 6.62rem;
  margin: 0 auto;
}

.hCooperation .list li:nth-child(2) .box .img {
  max-width: 5.25rem;
  margin: 0 auto;
}

.hCooperation .list li:nth-child(3) .box .img {
  max-width: 5.62rem;
  margin: 0 auto;
}

.hCooperation .list li .box .title {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 1.62rem;
}

.hCooperation .list li .box:hover {
  color: #79b456;
}

.hNews {
  position: relative;
  padding: 6.25rem 0 3.75rem;
  background-color: #ffffff;
}

.hNewsBox {
  position: relative;
}

.hNewsColumn {
  position: relative;
  margin-bottom: 2.19rem;
}

.hNewsColumn .hTitle {
  padding-bottom: 0;
}

.hNewsColumn .more {
  border-bottom: 2px solid #333333;
}

.hNewsColumn .more a {
  font-size: 1.12rem;
  padding: 5px 0 5px 3.12rem;
  display: block;
  position: relative;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(../images/newsIcon.png);
  background-size: 1.94rem auto;
  transition: all 300ms;
}

.hNewsColumn .more a:hover {
  background-position: right center;
  padding: 5px 3.12rem 5px 0;
}


.hNewsListSwiperJs {
  padding-bottom: 2.5rem;
}

.hNewsList li {}

.hNewsList li .box {
  display: block;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2.12rem;
}

.hNewsList li .box:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  left: 0;
  transition: width 400ms;
  background-color: #79b456;
  height: 1px;
}

.hNewsList li .box .img {
  height: 15.62rem;
  width: 100%;
}

.hNewsList li .box .label {
  color: #566976;
  font-size: 0.88rem;
  position: absolute;
  top: 11px;
  left: 11px;
  background-color: #f8f8f8;
  border-radius: 100px;
  padding: 4px 1.0rem 4px 1.88rem;
}

.hNewsList li .box .label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.56rem;
  margin-top: -0.38rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100px;
  background-color: #79b456;
}

.hNewsList li .box .label.bg_02aeef:after {
  background-color: #02aeef;
}

.hNewsList li .box .label.bg_01567a:after {
  background-color: #01567a;
}

.hNewsList li .box .text {
  padding-top: 1.62rem;
}

.hNewsList li .box .time {
  color: #999999;
  font-size: 1.0rem;
  font-weight: 300;
  padding-bottom: 0.62rem;
}

.hNewsList li .box .title {
  font-size: 1.38rem;
  line-height: 1.5;
  font-weight: 500;
  color: #444444;
  padding-right: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 400ms;
}

.hNewsList li .box .text {
  font-size: 1.12rem;
}

.hNewsList li .box:hover:after {
  width: 100%;
}

.hNewsList li .box:hover .title {
  color: #79b456;
}

.hNewsList li .box:hover .img .img_scale {
  transform: scale(1.12);
}

.hNewsList ul.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hNewsList li.col-md-4 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 2.5rem;
}

.hNewsList .hMore {
  padding-top: 3.12rem;
}

.hNewsList .hMore a {
  margin: 0 auto;
}

/*内页banner*/
#wBanner {
  overflow: hidden;
  position: relative;
}

#wBanner .img {
  position: relative;
}

#wBanner .img img {
  width: 100%;
  display: block;
}

#wBanner .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#wBanner .box .title {
  font-size: 3.0rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 3.12rem;
}

/*导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

#sideNav.isActive .sideNavBox {
  opacity: 1;
  visibility: visible;
}

#sideNav .sideNavBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  transition: all 450ms linear;
  opacity: 0;
  visibility: hidden;
}

#sideNav .sideNavBox li {
  position: relative;
  width: 100%;
}

#sideNav .sideNavBox li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  background-color: #e5e5e5;
  height: 1.0rem;
  margin-top: -0.5rem;
}

#sideNav .sideNavBox li:last-child::after {
  display: none;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.32rem 0;
  color: #666666;
  font-size: 1.12rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #02aeef;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li.active a {
  color: #02aeef;
}

#sideNav .sideNavBox li.active a:after {
  width: 100%;
}

.pipelineNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #576a77;
  color: #ffffff;
  font-size: 1.12rem;
  text-align: center;
  z-index: 99;
  transition: all 400ms linear;
  opacity: 0;
  visibility: hidden;
}

.pipelineNav table {
  width: 100%;
  table-layout: fixed;
}

.pipelineNav table td {
  height: 50px;
}

#moleculeDrugsNav,
#biologicalDrugsNav,
#partnerDrugsNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

#moleculeDrugsNav.isActive .pipelineNav,
#biologicalDrugsNav.isActive .pipelineNav,
#partnerDrugsNav.isActive .pipelineNav {
  opacity: 1;
  visibility: visible;
}

/*内页开始*/
.ptb_90 {
  padding-top: 5.62rem;
  padding-bottom: 5.62rem;
}

.w_title {
  font-size: 2.38rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 1.5rem;
}

.w_title_fff {
  color: #ffffff;
}

.w_text {
  font-size: 1.12rem;
  line-height: 1.66;
  color: #222222;
}

.w_text_fff {
  color: #fff;
}

.w_text p {
  margin-bottom: 1rem;
}

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.pt_100 {
  padding-bottom: 6.25rem !important;
}

.w_img {
  position: relative;
}

.w_img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 0 0 2.5rem 0;
}

.w_img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f0f6fa;
}

.bg_fff {
  background-color: #ffffff;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

.btnIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.69rem;
  margin-left: -2.75rem;
  z-index: 1;
  width: 5.5rem;
  height: 3.38rem;
  cursor: pointer;
  background-color: rgba(2, 174, 239, 0.6);
  background-image: url(../images/btnIconImg.png);
  background-size: 1.19rem auto;
  background-repeat: no-repeat;
  background-position: center;
}


.bodyBg {
  background-color: #f0f6fa;
}


/*分页*/
.pagination {
  padding: 0;
  display: flex;
}

.pagination .page-link {
  margin: 0 0.31rem;
  font-size: 1rem;
  color: #111;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #e2e2e2;
  width: 2.81rem;
  height: 2.81rem;
  line-height: 2.81rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #79b456;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.footerBreadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
}

.footerBreadcrumb .footerBreadcrumbBox {
  display: inline-block;
}

.breadcrumb {
  background-color: #7d8993;
  border-radius: 6.25rem;
  padding: 0.56rem 1.25rem;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 0.94rem;
  position: relative;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 26px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

/*关于我们*/
.aboutUsHead {}

.vision .img {
  width: 100%;
  border-bottom: 8px solid #79b456;
}

.vision .img img {
  width: 100%;

}

.vision ul li {
  background-color: #d7e0e5;
  padding: 3.5rem 1.25rem !important;
}

.vision ul li.active {
  background-color: #e9eef1;
}

.vision ul li .title {
  font-size: 1.88rem;
  font-weight: 500;
  color: #576a77;
  line-height: 1;
  padding-bottom: 1.25rem;
}

.vision ul li .text {
  font-size: 1.25rem;
  color: #576a77;
}

.team {}

.team .w_text {
  max-width: 52%;
  margin: 0 auto;
}

.team .w_text p {
  margin-bottom: 0;
}

.teamSwiper {
  position: relative;
  margin-top: 5.0rem;
}

.teamSwiper li.swiper-slide {}

.teamSwiper li.swiper-slide .box {}

.teamSwiper li.swiper-slide .box .img {}


.teamSwiper li.swiper-slide .box .con {
  margin-left: 2.5rem;
  padding: 4.38rem 0 4.38rem 2.0rem;
  position: relative;
  background-image: url(../images/teamIcon.png);
  background-position: left 1.25rem;
  background-repeat: no-repeat;
  font-size: 1.12rem;
  line-height: 1.77;
  color: #333333;
  height: 100%;
}

.teamSwiper li.swiper-slide .box .text {

  overflow: hidden;
  margin-bottom: 1.5rem;
}

.teamSwiper li.swiper-slide .box .text p {
  margin-bottom: 0.62rem;
}

.teamSwiper li.swiper-slide .box .title {
  font-size: 2.25rem;
  color: #576a77;
  font-weight: 600;
  line-height: 1;

}

.teamSwiper li.swiper-slide .box .lable {
  color: #666666;
  font-size: 1.38rem;
  font-weight: 300;
  /* padding-left: 1.25rem; */
}

.teamSwiper .teamButton {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.62rem;
  height: 5.62rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px dashed #c5c5c5;
  background-size: 1.62rem auto;
  z-index: 10;
  cursor: pointer;
}

.teamSwiper .teamPrev {
  right: 4.81rem;
  background-image: url(../images/pagePrev.png);
}

.teamSwiper .teamNext {
  background-image: url(../images/pageNext.png);
}

.teamSwiper .teamPagination {
  position: absolute;
  top: 50%;
  right: -5.62rem;
  transform: translateY(-50%);
}

.teamSwiper .teamPagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  border-radius: 0;
  margin: 2.5rem 0;
  display: block;
  opacity: 1;
}

.teamSwiper .teamPagination .swiper-pagination-bullet-active {
  background-color: #02aeef;
}

.contact {
  background-color: #79b456;
  position: relative;
  color: #ffffff;
}

.contact .img {
  height: 24.38rem;
}

.contact .box {
  padding: 2.5rem;
}

.contact .title {
  font-size: 1.38rem;
  font-weight: 500;
  padding-bottom: 1.88rem;
}

.contact .text {
  line-height: 2.2;
  font-size: 1.12rem;
}

/**/

.technologyHead {
  position: relative;
  padding: 3.25rem 0;
  background-color: #79b456;
}

.technologyHead .conBox {
  margin-left: 3.0rem;
  padding: 3.0rem 2.5rem;
  position: relative;
  height: 100%;
  color: #ffffff;
}

.technologyHead .conBox:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3.0rem;
  bottom: 3.0rem;
  width: 1px;
  background-color: #ffffff;
}

.technologyHead .conBox .title {
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.62rem;
}

.technologyHead .conBox .text {
  font-size: 1.12rem;
  line-height: 1.7;
}


.tmeaPlatform {
  background-color: #eef6fc;
}

.tmeaPlatform .title {
  font-size: 1.62rem;
  font-weight: 600;
  padding-bottom: 1.0rem;
}

.tmeaPlatform .text {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 1.88rem;
}

.tmeaPlatform .list ul {
  margin-left: -0.62rem;
  margin-right: -0.62rem;
}

.tmeaPlatform .list li {
  padding-left: 0.62rem;
  padding-right: 0.62rem;
}

.tmeaPlatform .list li {
  margin-bottom: 1.25rem;
}

.tmeaPlatform .list li .box {
  background-color: #ffffff;
  position: relative;
  height: 8.12rem;
  display: flex;
  align-items: center;
  padding: 10px 1.88rem;
  font-size: 1.25rem;
}

.tmeaPlatform .list li .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #aeb6bc;
}

.tmeaPlatform .list li .box ._title {
  font-weight: 600;
  padding-bottom: 2px;
}

.tmeaPlatform .list li .box ._text {
  line-height: 1.5;
}

.tmeaPlatform .list li .box:hover:after {
  background-color: #02aeef;
}

.environmentBox {
  max-width: 1152px;
  margin: 0 auto;
}

.environment .btn {
  display: block;
  width: 18rem;
  padding: 0.7rem 0.62rem;
  font-size: 1.25rem;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  background-color: #02aeef;
  position: relative;
  margin-bottom: 0.94rem;
  float: right;
  margin-right: 2.5rem;
  box-shadow: none;
}

.environment .btn span {
  padding-left: 2.12rem;
  background-image: url(../images/teamIcon02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.75rem;
}

.environment .btn:after {
  content: '';
  position: absolute;
  bottom: -0.81rem;
  left: 50%;
  margin-left: -0.62rem;
  border-left: 0.62rem solid transparent;
  border-right: 0.62rem solid transparent;
  border-top: 0.81rem solid #02aeef;
}

.traditionalMedicine {
  background-image: url(../images/traditionalMedicineBg.png);
  padding: 6.25rem 0;
  position: relative;
}

@media (min-width: 991px) {
  .traditionalMedicine .itemsRow {
    margin-left: -4.38rem;
    margin-right: -4.38rem;
  }

  .traditionalMedicine .itemsRow .items {
    padding-left: 4.38rem;
    padding-right: 4.38rem;
  }
}

.traditionalMedicine .hMore+.hMore {
  padding-top: 3.5rem;
  margin-top: 3.5rem;
  border-top: 1px solid #ffffff;
}

.traditionalMedicine .hMore {
  text-align: center;
}

.traditionalMedicine .hMore a span.t {
  font-size: 2.38rem;
  font-weight: 600;
  padding-right: 0;
  transition: all 300ms;
}

.traditionalMedicine .hMore a span.i {
  display: none;
}

.traditionalMedicine .hMore.isActive a span.t {
  padding-right: 3.38rem;
}

.traditionalMedicine .hMore.isActive a span.i {
  display: block;
}

.traditionalMedicineList {
  background-color: rgba(255, 255, 255, 0.85);
  background-color: #ffffff;
  border-radius: 40px;
  padding: 4.38rem 1.88rem;
}

.traditionalMedicineList .traditionalMedicineList_items {
  display: none;
}

.traditionalMedicineList .traditionalMedicineList_items.active {
  display: block;
}

.traditionalMedicineList .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #566976;
  line-height: 1;
  padding-bottom: 2.12rem;
}

.traditionalMedicineList li+li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #b4c5ca;
}

.broadSpectrum {
  background-color: #eef6fc;
}

.broadSpectrum .list {
  text-align: center;
}

.broadSpectrum .list ul {
  margin-left: 0.62rem;
  margin-right: 0.62rem;
}

.broadSpectrum .list li {
  padding-left: 0.62rem;
  padding-right: 0.62rem;
  margin-bottom: 4.12rem;
}

.broadSpectrum .list li .box {
  display: block;
}

.broadSpectrum .list li .box .title {
  margin-bottom: 3.75rem;
  position: relative;
  background-color: #ffffff;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #566976;
  padding: 1.0rem 0.62rem;
  transition: all 400ms;
}

.broadSpectrum .list li .box .title:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #ffffff;
  transition: all 400ms;
}

.broadSpectrum .list li .box .img img {
  transform: scale(.9, .9);
  transition: all .25s ease;
}

.broadSpectrum .list li .box:hover .img img {
  transform: scale(1, 1);
}

.broadSpectrum .list li .box:hover .title {
  background-color: #02aeef;
  color: #ffffff;
}

.broadSpectrum .list li .box:hover .title:after {
  border-top-color: #02aeef;
}

.diversified {
  padding-top: 5.62rem;
}

.diversifiedBox {
  background-color: #79b456;
  position: relative;
  min-height: 43.75rem;
  padding: 5.0rem 0;
}

.diversifiedBox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  pointer-events: none;
}

.diversifiedBTab {
  position: relative;
  padding-left: 50%;
  padding-left: calc(50% + 60px);
  color: #ffffff;
}

.diversifiedBTab .items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.diversifiedBTab .items .title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 0;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  display: block;
  transition: all 300ms;
}

.diversifiedBTab .items .text {
  line-height: 2;
  font-size: 1.0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.62rem 0 2.5rem;
  display: none;
}

.diversifiedBTab .items .text ul {
  margin-left: 22px;
}

.diversifiedBTab .items .text ul>li {
  list-style-type: disc;
}

.diversifiedBTab .items._open .title {
  font-size: 1.38rem;
}

/**/
.product {
  padding-top: 6.25rem;
  position: relative;
}

.product li {
  padding-bottom: 6.25rem;
  position: relative;
}

.product li .box {
  position: relative;
  padding-top: 2.5rem;
  background-color: #eef6fc;
}

.product li .box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 5.62rem;
  background-color: #ffffff;
}

.product li .box .img {
  width: 38.2353%;
  padding-left: 1.9792%;
  padding-right: 4.375%;
  position: relative;
  z-index: 1;
}

.product li .box .con {
  width: 61.7647%;
  position: relative;
  z-index: 1;
}

.product li .box .con .title {
  font-size: 2.25rem;
  padding: 1.62rem 0 0.62rem;
}

.product li .box .con .label {
  font-size: 1.12rem;
  position: relative;
  padding-bottom: 1.62rem;
  margin-bottom: 1.62rem;
}

.product li .box .con .label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.38rem;
  height: 1px;
  background-color: #79b456;
}

.product li .box .con .text {
  font-size: 1.12rem;

}

.product li .box .more {
  position: absolute;
  bottom: 5.62rem;
  right: 0;
  z-index: 2;
  width: 9.38rem;
  height: 2.81rem;
  line-height: 2.81rem;
  cursor: pointer;
  background-color: #79b456;
  color: #ffffff;
  font-size: 1.12rem;
  text-align: center;
}

.product li .box .more span {
  position: relative;
  padding-right: 2.5rem;
  background-image: url(../images/newsIcon_.png);
  background-size: 1.62rem auto;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
}

.product li .box .more .span2 {
  display: none;
}

.product li .box .more.active .span1 {
  display: none;
}

.product li .box .more.active .span2 {
  display: inline-block;
}

.product li .up_con {
  padding-left: 38.2353%;
  color: #555555;
  line-height: 1.6;
  font-size: 1.0rem;
  top: -1.88rem;
  position: relative;
  z-index: 1;
  display: none;
}

.product li .up_con p {
  margin-bottom: 1.0rem;
}

/**/

/**/
.cooperationHead {
  position: relative;
}

.cooperation {
  background-color: #eef6fc;
}

.cooperation .con {
  position: relative;
  padding: 0 6.88rem 0 4.38rem;
}

.cooperation .con .text {
  line-height: 1.88;
  font-size: 1.12rem;
}

.cooperation .con .text p {
  margin-bottom: 0.62rem;
}

.cooperation .con .link {
  font-size: 1.25rem;
  margin-top: 2.5rem;
}

.cooperation .con .link a {
  font-size: 1.5rem;
  color: #79b456;
  border-bottom: 2px solid #79b456;
  font-weight: 600;
  font-family: 'Manrope';
  margin-left: 0.62rem;
}


.authorizedCooperation {
  padding-top: 5.62rem;
  position: relative;
}

.authorizedCooperationTab {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 2.5rem;
}

.authorizedCooperationTab li {
  font-size: 1.88rem;
  font-weight: 600;
  padding-bottom: 1.88rem;
  line-height: 1;
  position: relative;
  transition: all 400ms;
  text-align: center;
  cursor: pointer;
}

.authorizedCooperationTab li:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #02aeef;
  transition: all 400ms;
}

.authorizedCooperationTab li.active {
  color: #02aeef;
}

.authorizedCooperationTab li.active:after {
  width: 100%;
}

.authorizedCooperationMain .authorizedCooperationList {
  display: none;
}

.authorizedCooperationMain .authorizedCooperationList.active {
  display: block;
}

.authorizedCooperationList {
  position: relative;
  background-color: #79b456;
}

.authorizedCooperationList .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
}

.authorizedCooperationList .con {
  padding-left: 50%;
  padding-left: calc(50% + 60px);
  padding-right: 5.0rem;
  height: 37.5rem;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.authorizedCooperationList .con .text {
  line-height: 1.7;
  font-size: 1.25rem;
}


.cooperativePartner {
  background-color: #eef6fc;
}

.cooperativePartner .list {
  padding-bottom: 5.25rem;
}

.cooperativePartner .list ul {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
justify-content: center;
}

.cooperativePartner .list li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1.0rem;

}

.cooperativePartner .list li .box {
  background-color: #ffffff;
  display: block;
  text-align: center;
    height: 100%;
}

.cooperativePartner .list li .box img {
  margin: 0 auto;
}

.cooperativePartner .mailto {
  position: relative;
}

.cooperativePartner .mailto .img {
  margin-right: 3.5rem;
  width: 4.62rem;
}

.cooperativePartner .mailto .text {
  font-size: 1.5rem;
  font-weight: 500;
}

.cooperativePartner .mailto .text .link {
  font-size: 1.88rem;
  color: #79b456;
  font-weight: 600;
  font-family: 'Manrope';
  transition: all 200ms;
}

.cooperativePartner .mailto .text .link:hover {
  text-decoration: underline;
}

/*招聘*/
.recruit {
  position: relative;
  padding: 5.0rem 0 6.25rem;
}

.recruitHead {
  padding-bottom: 5.0rem;
}

.recruitHead .linkText {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.recruitHead .link a {
  font-size: 1.5rem;
  color: #79b456;
  border-bottom: 2px solid #79b456;
  font-family: 'Manrope';
  font-weight: 600;
}

.searchForm .select_items {
  margin-right: 1.88rem;
  width: 13.12rem;
  position: relative;
}

.searchForm .select_items:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #999999;
  pointer-events: none;
  z-index: 2;
}

.searchForm .select_items .form-control {
  border-radius: 0;
  border: none;
  font-size: 1.25rem;
  border-bottom: 1px solid #dddddd;
  padding: 0.375rem 1.25rem 0.375rem 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

.searchForm .btn {
  border-radius: 100px;
  background-color: #79b456;
  font-size: 1.25rem;
  padding: 6px 0;
  color: #ffffff;
  width: 8.44rem;
}

.searchForm .btn span {
  padding-left: 1.88rem;
  background-image: url(../images/resetIcon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.0rem;
}

.joinUsAccordion {
  padding-bottom: 1.56rem;
}

.joinUsAccordion .joinUsAccordion_items {
  margin-bottom: 15px;
  position: relative;
  background-color: #f5f5f5;
  border-left: 3px solid #79b456;
  padding: 0 3.12rem;
}

.joinUsAccordionHead {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding: 1.31rem 4.38rem 1.31rem 0;
  cursor: pointer;
  position: relative;
}

.joinUsAccordionHead .title {
  width: 22%;
  font-size: 1.62rem;
  font-weight: 500;
}

.joinUsAccordionHead .education {
  width: 70%;
}

.joinUsAccordionHead .add {
  width: 53%;
}

.joinUsAccordionHead .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 100%;
  border: 2px solid #dddddd;
}

.joinUsAccordionHead .icon:after,
.joinUsAccordionHead .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1ca692;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.joinUsAccordionHead .icon:after {
  width: 15px;
  height: 2px;
}

.joinUsAccordionHead .icon:before {
  width: 2px;
  height: 15px;
}

.joinUsAccordion_items._open {
  border-left-color: #02aeef;
}

.joinUsAccordion_items._open .joinUsAccordionHead .title {
  color: #02aeef;
}

.joinUsAccordion_items._open .joinUsAccordionHead .icon:after {
  background-color: #02aeef;
}

.joinUsAccordion_items._open .joinUsAccordionHead .icon:before {
  opacity: 0;
}

.joinUsAccordion_items._open .joinUsAccordionCon {
  display: block;
}

.joinUsAccordionCon {
  position: relative;
  line-height: 1.55;
  font-size: 1.12rem;
  display: none;
  padding-bottom: 3.12rem;
}

.joinUsAccordionCon .joinUsAccordionConBg {
  background-color: #ffffff;
  padding: 1.25rem 2.5rem 4.38rem;
}

.joinUsAccordionCon h4 {
  font-size: 1.25rem;
  margin-top: 1.88rem;
  margin-bottom: 1.0rem;
}

/*.joinUsAccordionCon ul {
  margin-left: 22px;
}
.joinUsAccordionCon ul>li {
  position: relative;
  list-style-type: decimal;
  margin-bottom: 1.0rem;
}*/
.joinUsAccordionCon .application {
  margin-top: 2.5rem;
}

.joinUsAccordionCon .application a {
  width: 11.25rem;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.62rem 0;
  color: #ffffff;
  background-color: #02aeef;
  border-radius: 100px;
  cursor: pointer;
  transition: all 100ms;
}

.joinUsAccordionCon .application a:hover {
  background-color: #1ca692;
}

/*弹框*/
.webModal .modalClose {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.12rem;
  height: 3.12rem;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
}

.webModal .modalClose img {
  display: block;
  width: 24px;
  height: 24px;
}

.webModal .modal-dialog {
  max-width: 1000px;
}

.webModal .modal-body {
  position: relative;
  padding: 5.0rem 6.0rem;
}

.web_form .w_title {
  font-size: 2.0rem;
  color: #576a77;
}

.web_form .form-group {
  margin-bottom: 1.25rem;
}

.web_form .form-control {
  border-radius: 0;
  border: none;
  font-size: 1.12rem;
  height: 3.75rem;
  box-shadow: none;
  border-bottom: 1px solid #c5c5c5;
  padding: 1.25rem 0;
  color: #02aeef;
  background-color: #ffffff;
}

.web_form .form-control[readonly] {
  background-color: #ffffff;
}

.web_form .form-control::placeholder {
  color: #555555;
}

.web_form .selectFile {
  padding: 1.25rem 0;
  position: relative;
  border-bottom: 1px solid #c5c5c5;
}

.web_form .selectFile .title {
  font-size: 1.12rem;
  width: 3.44rem;
  color: #555555;
}

.web_form .selectFile .label {
  background-color: #f5f5f5;
  border-radius: 100px;
  font-size: 1.12rem;
  color: #79b456;
  padding: 6px 22px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 100ms;
}

@media (min-width: 768px) {
  .web_form .selectFile .label:hover {
    background-color: #79b456;
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .web_form .selectFile .label {
    background-color: #79b456;
    color: #ffffff;
  }
}

.web_form .selectFile .form-control-file {
  display: none;
}

.web_form .selectFile .text {
  font-size: 12px;
  color: #666666;
}

.web_form .form-check {
  color: #999;
  font-size: 0.88rem;
  padding-left: 16px;
}

.web_form .form-check .form-check-input {
  margin-top: 0.25rem;
  margin-left: -16px;
}

.web_form .form-check .form-check-label {
  cursor: pointer;
}

.web_form .formBtn {
  position: relative;
  padding-top: 1.25rem;
}

.web_form .formBtn .btn {
  display: block;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  width: 11.25rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  background-color: #02aeef;
  border: none;
  border-radius: 100px;
  text-align: center;
  padding: 0.75rem 1.25rem;
  margin: 0 auto;
}

.web_form .formBtn .btn:hover {
  color: #ffffff;
}

/*新闻中心*/
.newsBanner {
  position: relative;
  background-color: #7c8993;
  padding: 5.0rem 0;
}

.newsBannerBox {
  margin-bottom: 3.12rem;
  position: relative;
}

.newsBannerBox .w_title {
  font-size: 2.62rem;
  padding-bottom: 0;
}

.newsBannerBox .breadcrumb {
  padding: 0;
}

.newsBannerSwiper {
  margin: 0 7.9411%;
}

.newsBannerSwiper li.swiper-slide .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  width: 100%;
}

.newsBannerSwiper li.swiper-slide .box .img {
  width: 56.5217%;
  height: 23.12rem;
}

.newsBannerSwiper li.swiper-slide .box .img .label {
  color: #566976;
  font-size: 0.88rem;
  position: absolute;
  top: 0.94rem;
  left: 1.88rem;
  background-color: #f8f8f8;
  border-radius: 100px;
  padding: 4px 1.0rem 4px 1.88rem;
}

.newsBannerSwiper li.swiper-slide .box .img .label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.56rem;
  margin-top: -0.38rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100px;
  background-color: #79b456;
}

.newsBannerSwiper li.swiper-slide .box .img .label.bg_02aeef:after {
  background-color: #02aeef;
}

.newsBannerSwiper li.swiper-slide .box .img .label.bg_01567a:after {
  background-color: #01567a;
}

.newsBannerSwiper li.swiper-slide .box .con {
  width: 43.4782%;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 5.0rem 3.75rem 1.25rem 3.12rem;
}

.newsBannerSwiper li.swiper-slide .box .con .time {
  font-size: 1.0rem;
  color: #999999;
  margin-bottom: 0.5rem;
}

.newsBannerSwiper li.swiper-slide .box .con .title {
  font-size: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 200ms;
}

.newsBannerSwiper li.swiper-slide .box:hover .img .img_scale {
  transform: scale(1.12);
}

.newsBannerSwiper li.swiper-slide .box:hover .con .title {
  color: #79b456;
}

.newsBannerSwiper .swiper-pagination {
  padding-left: 50%;
  padding-left: calc(56.5217% + 25px);
  text-align: left;
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 19px;
}

.newsBannerSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #ffffff;
  width: 14px;
  height: 6px;
  border-radius: 100px;
  transition: width 400ms;
}

.newsBannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
}

.industryDynamics {
  background-color: #eef6fc;
}

.industryDynamics .w_title {
  font-size: 1.88rem;
  position: relative;
  margin-bottom: 1.88rem;
  padding-bottom: 0;
}

.industryDynamicsSwiper li.swiper-slide .box {
  display: block;
  background-color: #ffffff;
  padding: 2.5rem;
  height: 13.12rem;
}

.industryDynamicsSwiper li.swiper-slide .box .time {
  font-size: 1.0rem;
  color: #999999;
  margin-bottom: 0.62rem;
}

.industryDynamicsSwiper li.swiper-slide .box .title {
  font-size: 1.38rem;
  line-height: 1.63;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 200ms;
}

.industryDynamics .industryDynamicsPrev,
.industryDynamics .industryDynamicsNext {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 30px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 200ms;
}

.industryDynamics .industryDynamicsPrev {
  background-image: url(../images/swiperLeft.png);
  right: 50px;
}

.industryDynamics .industryDynamicsNext {
  background-image: url(../images/swiperRight.png);
}

.industryDynamics .industryDynamicsPrev:hover {
  background-image: url(../images/swiperLeft_.png);
}

.industryDynamics .industryDynamicsNext:hover {
  background-image: url(../images/swiperRight_.png);
}

.industryDynamicsSwiper li.swiper-slide .box:hover .title {
  color: #79b456;
}

.newsDBreadcrumb {
  background-color: #f3f3f3;
}

.newsDBreadcrumb .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.19rem 0;
}

.newsDBreadcrumb .breadcrumb .breadcrumb-item,
.newsDBreadcrumb .breadcrumb .breadcrumb-item a {
  color: #666666;
}

.newsDBreadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  border-top-color: #666;
  border-left-color: #666;
}

.newsDBreadcrumb .breadcrumb .breadcrumb-item.span {
  width: 60%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsD_container {
  max-width: 930px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.newsD {
  position: relative;
  padding: 5.0rem 0 6.88rem;
}

.newsD .title {
  font-size: 1.88rem;
  line-height: 1.6;
  padding-bottom: 0.88rem;
}

.newsD .time {
  font-size: 1.12rem;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.75rem;
  margin-bottom: 1.88rem;
  display: flex;
}

.newsD .time div {
  position: relative;
  display: block;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}

.newsD .time div:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.0rem;
  background-color: #cccccc;
  margin-top: -0.5rem;
}

.newsD .time div:last-child {
  padding-right: 0;
  margin-right: 0;
}

.newsD .time div:last-child:after {
  display: none;
}

.newsD .time div span {
  color: #888888;
}

.newsD .text {
  line-height: 1.8;
  font-size: 1.12rem;
  color: #333333;
}

.newsD .text video {
  width: 100%;
  display: block;
}

.newsDPage {
  border-top: 1px solid #7c8993;
  padding-top: 1.25rem;
  margin-top: 1.88rem;
}

.newsDPage .page_return {
  position: relative;
}

.newsDPage .page_return a {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 1.25rem;
  font-weight: 300;
}

.newsDPage .page_return a span {
  display: block;
  background-image: url(../images/returnIcon01.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  background-color: #eeeeee;
  border-radius: 100%;
  margin-right: 1.25rem;
}

.newsDPage .share .bshare-custom .link {
  height: 48px;
  width: 48px;
  background-color: #eeeeee;
  border-radius: 100%;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin-left: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
}

.newsDPage .share .bshare-custom .bshare-weixin {
  background-image: url(../images/wechatIcon.svg);
  background-size: 24px auto;
}

.newsDPage .share .bshare-custom .email {
  background-image: url(../images/messageIcon.svg);
  background-size: 22px auto;
}

.newsDPage .share .bshare-custom .bshare-clipboard {
  background-image: url(../images/shareIcon.png);
  background-size: 22px auto;
}

.bsBox {
  box-sizing: content-box;
}

.hNewsListD {
  padding-bottom: 2.5rem;
}

/**/
.newsHead {
  margin-bottom: 2.5rem;
  position: relative;
}

.sideNavTertiary {
  position: relative;
  flex: 1;
}

.sideNavTertiary ul li {
  margin-right: 1.25rem;
}

.sideNavTertiary ul li a {
  display: block;
  border-radius: 100px;
  border: 1px solid #999999;
  color: #666666;
  font-size: 1.25rem;
  padding: 6px 1.25rem;
  text-align: center;
  min-width: 9.06rem;
  transition: all 300ms;
}

.sideNavTertiary ul li.active a,
.sideNavTertiary ul li a:hover {
  background-color: #79b456;
  color: #ffffff;
  border-color: #79b456;
}

.allSearch {
  position: relative;
  margin-right: 1.88rem;
}

.allSearch .inputText {
  width: 100%;
  position: relative;
}

.allSearch .inputText .form-control {
  height: 2.75rem;
  font-size: 1.12rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 0 2rem 0 0;
  box-shadow: none;
  border-radius: 0;
}

.allSearch .inputText .form-control:focus {
  border-color: #79b456;
}

.allSearch .inputText .form-control::placeholder {
  color: #888;
}

.allSearch .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  box-shadow: none;
  background-image: url(../images/searchIcon.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: center;
  width: 2rem;
}

.web_screen {
  position: relative;
  width: 8.5rem;
}

.web_screen:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen .web_screen_ul_title {
  font-size: 1.12rem;
  line-height: 1;
  padding: 0.75rem 1.0rem 0.75rem 0;
  color: #111111;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.web_screen .web_screen_ul_title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #999999;
}

.web_screen .web_screen_ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #79b456;
  opacity: 0;
  padding: 0 0.625rem;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.web_screen .web_screen_ul li {
  position: relative;
}

.web_screen .web_screen_ul li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.web_screen .web_screen_ul li a {
  display: block;
  padding: 8px 6px;
  color: #ffffff;
  font-size: 1.0rem;
}

/*研发管线*/
.p_title {
  font-size: 1.88rem;
  font-weight: 600;
  padding-bottom: 1.2rem;
  line-height: 1;
}

.p_text {
  font-size: 1.12rem;
  line-height: 2.2;
  padding-bottom: 1.8rem;
}

.pipeline {
  background-color: #e1eaef;
  padding-bottom: 6.25rem;
}

.ptop_100 {
  padding-top: 6.25rem !important;
}

.pipeline .w_190 {
  width: 190px;
  width: 13.97058%;
}

.pipeline .w_194 {
  width: 194px;
  width: 17.26471%;
}

.pipeline .w_176 {
  width: 176px;
  width: 12.94117%;
}

.pipeline .w_98 {
  width: 98px;
  width: 7.20588%;
}

.pipeline .w_320 {
  width: 320px;
  width: 23.52941%;
}

.pipeline .w_240 {
  width: 240px;
  width: 17.64706%;
}

.pipelineTableHead {
  position: relative;
  margin-bottom: 12px;
  margin-left: -4px;
  margin-right: -4px;
}

.pipelineTableHead table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
}

.pipelineTableHead table tr {
  position: relative;
}

.pipelineTableHead table th,
.pipelineTableHead table td {
  background-color: #576a77;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 10px 0;
  height: 52px;
}

.pipelineTableHead table td {
  font-size: 1.12rem;
}

.pipelineMobile {
  display: none;
}

.pipelineMobile table th,
.pipelineMobile table td {
  background-color: #576a77 !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
}

.pipelineTable {
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 10px;
}

.pipelineTable table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
  margin-bottom: 2px;
  position: relative;
}

.pipelineTable table th,
.pipelineTable table td {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.0rem;
  padding: 10px 0;
  height: 80px;
  line-height: 1.6;
}

.pipelineTable table th p,
.pipelineTable table td p {
  position: relative;
  z-index: 4;
  transition: all 400ms;
}

.pipelineTable table th img,
.pipelineTable table td img {
  margin: 5px 0;
}

.pipelineTable table:hover .more {
  opacity: 1;
  visibility: visible;
}

.pipelineTable table:hover th p,
.pipelineTable table:hover td p {
  color: #02aeef;
}

.pipelineTable .more {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #576a77;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.pipelineTable .more a {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 8.12rem;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  color: #ffffff;
  background-color: #02aeef;
  border-radius: 100px;
}

.pipelineTable .more a:hover {
  background-color: #79b456;
}

.progressBar {
  height: 26px;
  line-height: 26px;
  position: relative;
  left: 0;
  background-color: #79b456;
  width: 100%;
  transition: width 300ms;
  text-align: left;
  font-size: 1.25rem;
  color: #014c97;
  padding: 0 1.25rem;
}

.progressBar:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #79b456;
  transform: rotate(45deg);
}

.progressBar_hot:before {
  content: '';
  position: absolute;
  top: 0;
  right: 4px;
  width: 12px;
  height: 100%;
  background-image: url(../images/icon01.png);
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

.secrecyBar {
  background-color: #ffffff;
  border: 1px dashed #ccd2d6;
}

.secrecyBar:after {
  background-color: #ffffff;
  border-top: 1px dashed #ccd2d6;
  border-right: 1px dashed #ccd2d6;
}

.pipelineAccordion {}

.pipelineHead {
  position: relative;
  background-color: #014c97;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 1.88rem;
  margin-bottom: 6px;
  cursor: pointer;
}

.pipelineHead .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.pipelineHead .icon:after,
.pipelineHead .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.pipelineHead .icon:after {
  width: 8px;
  height: 2px;
}

.pipelineHead .icon:before {
  width: 2px;
  height: 8px;
  opacity: 0;
}

.pipelineHead.active .icon:before {
  opacity: 1;
}


/*搜索*/
.searchResult {
  position: relative;
  padding: 3.75rem 0 6.25rem;
}

.searchResult .allSearch {
  margin-bottom: 2.25rem;
}

.searchResultTitle {
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdd;
}

.searchList li {
  border-bottom: 1px solid #dcdcdd;
  position: relative;
}

.searchList li .box {
  display: block;
  position: relative;
  font-size: 1.25rem;
  padding: 1.25rem 0;
}

.searchList li .box .time {
  font-size: 1rem;
  color: #999;
}

.searchList li .box .title {
  transition: all 300ms;
}

.searchList li .box:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #79b456;
  transition: all 600ms;
}

.searchList li .box:hover .title {
  color: #79b456;
}

.searchList li .box:hover:after {
  width: 100%;
}