.title {
  font-family: 'Poppins';
  font-size: 48px;
  color: #333;
  font-weight: 800;
  text-align: center;
  padding: 120px 0 70px;
}

.btn a {
  color: #fff;
  padding: 10px 60px;
  font-size: 16px;
  font-family: 'Poppins';
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main_section01 {
  position: relative;
  height: 800px;
  width: 100%;
  margin: 0 auto;
}

.main_section01 .main_slide .slide {
  background-image: url(/image/main/main_sec01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  position: relative;
}

.main_section01 .main_slide .slide .sec01_txtBox {
  position: absolute;
  top: 28%;
  left: 20%;
  color: #fff;
}

.main_section01 .main_slide .slide .sec01_txtBox .bigtit {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
}

.main_section01 .main_slide .slide .sec01_txtBox .smalltit {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 300;
}

.main_section01 .main_slide .banner_nav_wrap {
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 99;
  color: #000;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: bold;
  width: 650px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.main_section01 .main_slide .banner_nav_wrap .nav_pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_section01 .main_slide .banner_nav_wrap .nav_pager .pager_progress {
  width: 80px;
  height: 2px;
  margin: 0 10px;
  background-color: #efefef;
}

.main_section01 .main_slide .banner_nav_wrap .nav_pager .pager_progress.active .bar {
  -webkit-transition: all linear 5s;
  transition: all linear 5s;
  width: 100%;
}

.main_section01 .main_slide .banner_nav_wrap .nav_pager .pager_progress .bar {
  width: 0;
  height: 100%;
  background-color: #000;
}

.main_section01 .main_slide .banner_nav_wrap .nav_arrow {
  margin: 0 35px 0 65px;
}

.main_section01 .main_slide .banner_nav_wrap .nav_arrow .arrow_prev {
  cursor: pointer;
  margin-right: 30px;
}

.main_section01 .main_slide .banner_nav_wrap .nav_arrow .arrow_next {
  cursor: pointer;
}

.main_section01 .main_slide .banner_nav_wrap .nav_toggle {
  margin-left: 20px;
  cursor: pointer;
}

.main_section01 .main_slide .banner_nav_wrap .nav_toggle img:nth-child(1) {
  display: block;
}

.main_section01 .main_slide .banner_nav_wrap .nav_toggle img:nth-child(2) {
  display: none;
}

.main_section01 .main_slide .banner_nav_wrap .nav_toggle.isStop img:nth-child(1) {
  display: none;
}

.main_section01 .main_slide .banner_nav_wrap .nav_toggle.isStop img:nth-child(2) {
  display: block;
}

.main_section01 .main_slide .banner_nav_wrap .nav_toggle .isPlay {
  display: block;
}

.main_section02 {
  background-image: url(/image/main/main_sec02_bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 125px;
}

.main_section02 .sec02_layout .sec02_Box {
  position: relative;
  color: #fff;
  cursor: pointer;
}

.main_section02 .sec02_layout .sec02_Box .Box_engtit {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 30px;
}

.main_section02 .sec02_layout .sec02_Box .Box_tit {
  font-size: 40px;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox {
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover {
  position: absolute;
  left: 30px;
  top: 65px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_engtit {
  margin-bottom: 215px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #9bc44c;
  position: relative;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_engtit::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #9bc44c;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_tit {
  margin-bottom: 20px;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_menu a {
  display: inline-block;
  color: #808080;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_menu a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_menu a:not(:first-child) {
  padding-left: 15px;
}

.main_section02 .sec02_layout .sec02_Box .sec02_txtBox_hover .Box_menu a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
}

.main_section02 .sec02_layout .sec02_Box:hover::before {
  opacity: 1;
}

.main_section02 .sec02_layout .sec02_Box:hover .sec02_txtBox {
  opacity: 0;
}

.main_section02 .sec02_layout .sec02_Box:hover .sec02_txtBox_hover {
  opacity: 1;
  top: 35px;
}

.main_section02 .sec02_layout .sec02_Box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 4px solid #9bc44c;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_section02 .sec02_layout .T_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2%;
}

.main_section02 .sec02_layout .T_line .Box1 {
  background-image: url(/image/main/main_sec02_box1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 64%;
  height: 320px;
}

.main_section02 .sec02_layout .T_line .Box2 {
  background-image: url(/image/main/main_sec02_box2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 34%;
  height: 320px;
}

.main_section02 .sec02_layout .B_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_section02 .sec02_layout .B_line .Box3 {
  background-image: url(/image/main/main_sec02_box3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 34%;
  height: 320px;
}

.main_section02 .sec02_layout .B_line .Box4 {
  background-image: url(/image/main/main_sec02_box4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 64%;
  height: 320px;
}

.main_section03 {
  background-image: url(/image/main/main_sec03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 400px;
  position: relative;
  text-align: center;
}

.main_section03 .sec03_txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.main_section03 .sec03_txtBox .text {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 55px;
}

.main_section03 .sec03_txtBox .btn a {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.main_section03 .sec03_txtBox .btn a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.main_section04 {
  background-color: #f4f4f4;
  padding-bottom: 150px;
}

.main_section04 .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2%);
  margin-bottom: 80px;
}

.main_section04 .news .newsBox {
  position: relative;
  background-color: #fff;
  width: 32%;
  height: 260px;
  margin-right: 2%;
  padding: 45px 30px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main_section04 .news .newsBox .new {
  background-image: url(/image/main/main_sec04_icon.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  width: 50px;
  height: auto;
}

.main_section04 .news .newsBox .new span {
  margin-right: 5px;
}

.main_section04 .news .newsBox .tit {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 80px;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main_section04 .news .newsBox .date {
  color: #999;
}

.main_section04 .news .newsBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.main_section04 .news .newsBox:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  margin-top: -20px;
}

.main_section04 .news .newsBox:hover .new {
  color: #9bc44c;
  background-image: url(/image/main/main_sec04_icon_g.png);
}

.main_section04 .news .newsBox:hover .tit {
  color: #9bc44c;
}

.main_section04 .news .newsBox:hover::before {
  border: 6px solid #9bc44c;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main_section04 .btn {
  text-align: center;
}

.main_section04 .btn a {
  background-color: #9bc44c;
}

.main_section04 .btn a:hover {
  background-color: transparent;
  color: #9bc44c;
  border: 1px solid #9bc44c;
}
