main {
  background-color: #f4f4f4;
}
main section {
  overflow: hidden;
}
main .proj-box .main-center {
  justify-content: space-between;
}
main .proj-box .main-center .banner-box .banner {
  margin-right: 20px;
  width: 1025px;
  height: 524px;
  border-radius: 8px;
}
main .proj-box .main-center .banner-box .banner .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
main .proj-box .main-center .banner-box .banner .swiper-slide a {
  height: 100%;
}
main .proj-box .main-center .banner-box .banner .swiper-pagination-bullet-active {
  width: 16px !important;
  border-radius: 14px;
}
main .proj-box .main-center .rlog-box .login-box .login-form {
  padding: 30px 16px 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div {
  margin-bottom: 20px;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div:nth-child(3) {
  align-items: center;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div:nth-child(3) textarea {
  padding: 4px 10px;
  width: 220px;
  height: 60px;
  overflow-y: auto;
  color: -internal-light-dark(black, white);
  font: 400 13.3333px Arial;
  border: 1px solid #ececec;
  outline: none;
  border-radius: 4px;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div:nth-child(4) {
  margin-bottom: 0 !important;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div label {
  width: 50px;
  display: inline-flex;
  white-space: nowrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div input {
  padding: 4px 10px;
  width: 238px;
  height: 30px;
  border: 1px solid #ececec;
  border-radius: 4px;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div button {
  border: none;
  padding: 8px 18px;
  background: #018700;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s ease;
}
main .proj-box .main-center .rlog-box .login-box .login-form form > div button:hover {
  background: #066b06;
}
main .proj-box .main-center .ad-box {
  margin-top: 20px;
}
main .proj-box .main-center .ad-box .ad-pic img {
  width: 335px;
}
main .expret-box {
  margin-top: 35px;
  margin-bottom: 56px;
  overflow-x: hidden;
}
main .expret-box .exprets-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
main .expret-box .exprets-box h2 {
  margin-bottom: 0;
}
main .expret-box .exprets-box > p {
  margin-left: 30px;
}
main .expret-box .exprets-box .exprets-nav li {
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px ;
  color: #333333;
  transition: all 0.3s ease;
  border-radius: 20px;
}
main .expret-box .exprets-box .exprets-nav li:hover {
  background-color: #f6f6f6;
  color: #018700;
}
main .expret-box .exprets-box .exprets-nav .active-exprets-li {
  color: #018700;
  background-color: #f6f6f6;
}
main .expret-box .exprets {
  margin-top: 25px;
  height: 420px;
}
main .expret-box .exprets ul {
  width: 100%;
}
main .expret-box .exprets ul li {
  position: relative;
  display: flex;
  z-index: 9;
  align-items: center;
}
main .expret-box .exprets ul li .swiper-container {
  padding: 10px 0;
}
main .expret-box .exprets ul li .swiper-slide {
  border-radius: 4px;
  transition: all 0.4s ease;
  background: transparent !important;
}
main .expret-box .exprets ul li .swiper-button-prev {
  left: -40px;
  --swiper-navigation-color: #959996;
  --swiper-navigation-size: 40px;
}
main .expret-box .exprets ul li .swiper-button-next {
  right: -40px;
  --swiper-navigation-color: #959996;
  --swiper-navigation-size: 40px;
}
main .expret-box .exprets ul li .swiper-button-prev:hover,
main .expret-box .exprets ul li .swiper-button-next:hover {
  --swiper-navigation-color: #018700;
}
main .expret-box .exprets .expret {
  width: 335px;
  height: 410px;
  padding: 18px 10px 34px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 #fff;
  transition: all 0.6s ease;
  overflow: hidden;
}
main .expret-box .exprets .expret:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
}
main .expret-box .exprets .expret:hover .e-btn {
  background-color: #018700;
  color: #ffffff;
  box-shadow: 0px 4px 14px rgba(1, 135, 0, 0.1);
}
main .expret-box .exprets .expret:hover .e-pic {
  width: 120px;
  height: 120px;
}
main .expret-box .exprets .expret:hover .e-name,
main .expret-box .exprets .expret:hover .e-introduction,
main .expret-box .exprets .expret:hover .e-level,
main .expret-box .exprets .expret:hover .e-num {
  display: none;
}
main .expret-box .exprets .expret:hover .e-zc {
  display: -webkit-box !important;
}
main .expret-box .exprets .expret .e-pic {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease;
}
main .expret-box .exprets .expret .e-pic img {
  object-fit: cover;
  height: 100%;
}
main .expret-box .exprets .expret .e-name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.6s ease;
}
main .expret-box .exprets .expret .e-level {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  transition: all 0.6s ease;
}
main .expret-box .exprets .expret .e-introduction {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.6s ease;
}
main .expret-box .exprets .expret .e-num {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #fc8c12;
  transition: all 0.6s ease;
}
main .expret-box .exprets .expret .e-btn {
  margin-top: 20px;
  padding: 8px 24px;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  border: 1px solid #ececec;
  border-radius: 18px;
  transition: all 0.6s ease;
}
main .expret-box .exprets .expret .e-btn a {
  color: inherit;
}
main .expret-box .exprets .expret .e-zc {
  width: 90%;
  margin-top: 30px;
  font-size: 14px;
  text-align: justify;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 24px;
  transition: all 0.4s ease;
}
main .read-box {
  padding: 40px 0;
  background-color: #ffffff;
}
main .read-box .read {
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .read-box .read > a {
  width: 32%;
}
main .read-box .read .read-item {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  background-color: #f4f4f4;
  transition: all 0.4s ease;
}
main .read-box .read .read-item:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
main .read-box .read .read-item .read-pic {
  width: 100px;
  height: 100px;
}
main .read-box .read .read-item .read-pic img {
  height: 100%;
}
main .read-box .read .read-item .read-cont {
  padding: 10px;
  width: 80%;
}
main .read-box .read .read-item .read-cont h2 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #333333;
}
main .read-box .read .read-item .read-cont p {
  font-size: 14px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main .aboutUs-box {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  background: url(../images/about-line.png) no-repeat center;
  z-index: 1;
}
main .aboutUs-box::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f1f5f9;
  z-index: 2;
  opacity: 0.5;
}
main .aboutUs-box .about-head {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
main .aboutUs-box .about {
  position: relative;
  z-index: 4;
  align-items: center;
}
main .aboutUs-box .about .about-pic {
  margin-top: 40px;
  width: 40%;
  height: 350px;
}
main .aboutUs-box .about .about-cont {
  margin-left: 40px;
  width: 55%;
  padding: 0 20px;
}
main .aboutUs-box .about .about-cont h2 {
  position: relative;
  margin-bottom: 50px;
  font-size: 20px;
  color: #333333;
}
main .aboutUs-box .about .about-cont h2::before {
  position: absolute;
  content: attr(data-title);
  bottom: -20px;
  font-size: 14px;
  font-weight: 300;
  left: 0;
  text-transform: uppercase;
  color: #47bc86;
}
main .aboutUs-box .about .about-cont p {
  margin-bottom: 12px;
  font-size: 15px;
  text-align: justify;
  color: #555555;
  line-height: 24px;
}
main .aboutUs-box .about .about-cont .more {
  margin-top: 30px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border: 2px solid #018700;
  color: #018700;
  border-radius: 20px;
  transition: all 0.6s ease;
}
main .aboutUs-box .about .about-cont .more:hover {
  background-color: #018700;
  color: #fff;
}
main .news-box {
  padding: 40px 0;
  background-color: #fff;
}
main .news-box .about-head {
  margin-bottom: 40px;
}
main .news-box .news {
  margin-top: 40px;
  padding: 20px 40px;
}
main .news-box .news .news-pic {
  width: 400px;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
}
main .news-box .news .news-cont {
  margin-left: 60px;
  flex: 1;
  padding: 0 20px;
}
main .news-box .news .news-cont .news-item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #a7a7a7;
}
main .news-box .news .news-cont .news-item::before {
  position: absolute;
  content: '';
  width: 90%;
  height: 80%;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #018700;
  border-radius: 4px;
  transition: all 0.8s ease;
  opacity: 0;
}
main .news-box .news .news-cont .news-item:hover::before {
  opacity: 1;
}
main .news-box .news .news-cont .news-item:hover .news-item-msg {
  color: #ffffff;
}
main .news-box .news .news-cont .news-item:hover .news-item-msg h5 {
  color: #ffffff;
}
main .news-box .news .news-cont .news-item .data {
  height: 70px;
  width: 70px;
  background-color: #018700;
  color: #fff;
  border-radius: 4px;
}
main .news-box .news .news-cont .news-item .data .day {
  font-size: 24px;
}
main .news-box .news .news-cont .news-item .data .y-m {
  margin-top: 10px;
  font-size: 12px;
}
main .news-box .news .news-cont .news-item .news-item-msg {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  width: 90%;
  color: #a7a7a7;
  transition: all 1.5s ease;
}
main .news-box .news .news-cont .news-item .news-item-msg h5 {
  font-size: 20px;
  color: #666;
}
main .news-box .news .news-cont .news-item .news-item-msg p {
  padding-top: 8px;
  font-size: 14px;
}
