#section1 {
  text-align: center;
  position: relative;
}
.fp-controlArrow {
  border: none;
}
.fp-next {
  height: 40px;
  width: 40px;
  font-size: 30px;
}
.fp-next:hover{
  color: #e42626;
}
.fp-prev {
  height:40px;
  width: 40px

}
.iconfont{
  font-size: 30px !important;
}
.fp-controlArrow.fp-next {
  right: 24px;
}
.fp-controlArrow.fp-prev {
  left: 0;
}
.more {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: rgba(228, 38, 38, 0);
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 6px;
  width: 6px;
  margin: 2px;
  border: 2px solid #e42626;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 2px solid #999999;
  border-radius: 50%;
  background: none;
  left: 0%;
  top: 0%;
  margin: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 6px;
  width: 6px;
  margin: 2px;
  border: 2px solid #e42626;
}
#mouse {
  width: 24px;
  z-index: 123;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 12px 12px 4px 4px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 25px;
}
#mouse::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 6px;
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 1px;
  left: 50%;
  margin-left: -1px;
  top: 0;
  -webkit-animation: mouse_move 2s linear infinite;
          animation: mouse_move 2s linear infinite;
}
#slide1 {
  background-image: url('../imgs/2.jpg');
  position: relative;
}
#slide1 #banner_ {
  width: 572px;
  height: 495px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
  text-align: center;
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#slide1 #banner_ img {
  position: absolute;
  left: 0;
}
#slide1 #banner_ #hexagon2 {
  top: -40px;
  left: 40px;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
#slide1 #banner_ #hexagon1 {
  -webkit-animation: rotate2 3s linear infinite;
          animation: rotate2 3s linear infinite;
}
#slide1 #banner_ #name {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 151px;
  letter-spacing: 6px;
  width: 100%;
}
#slide1 #banner_ #text {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 223px;
  text-align: center;
  left: 0;
  width: 100%;
  letter-spacing: 3px;
}
#slide1 #banner_ #englist_title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 290px;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.6;
  font-size: 20px;
  text-transform: uppercase;
}
#slide1 #banner_ #line {
  position: absolute;
  width: 1px;
  height: 102px;
  left: 50%;
  margin-left: 0.5px;
  top: 350px;
  background-color: #fff;
  opacity: 0.4;
}
#slide2 {
  background-image: url('../imgs/bj_banner2.jpg');
}
.banner2 {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 50px;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.slide.active .banner2 {
  margin-top: 0;
  opacity: 1;
}
@-webkit-keyframes move {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -60px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes move {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -60px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  20% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  60% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  70% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  80% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  90% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  20% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  60% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  70% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  80% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  90% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@-webkit-keyframes mouse_move {
  0% {
    top: 0;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 0%;
  }
}
@keyframes mouse_move {
  0% {
    top: 0;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  20% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  40% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  70% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  80% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  90% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  20% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  30% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  40% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  70% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  80% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  90% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
#bg__ {
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 200px;
  background-color: #E42626;
  content: '';
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.left___#bg__ {
  left: -30px !important;
}
#section2 {
  background-image: url(../imgs/bj_fl.jpg);
}
#section2 .page_2 {
  height: 100%;
  width: 1140px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section2 .page_2 .page2_ul.active_:after {
  height: 100%;
  top: 0;
}
#section2 .page_2 .page2_ul.active_ li:first-child h2,
#section2 .page_2 .page2_ul.active_ li:first-child p {
  color: #fff;
}
#section2 .page_2 #page2_slider.show > div:first-child {
  -webkit-clip-path: inset(0 0 0 0) !important;
  clip-path: inset(0 0 0 0) !important;
  cursor: pointer;
}
#section2 .page_2 #page2_slider {
  height: 100%;
  position: absolute;
  z-index: 5123;
  top: 0;
  left: 170px;
  width: 0;
  overflow: hidden;
}
#section2 .page_2 #page2_slider #back_ {
  position: absolute;
  width: 74px;
  height: 40px;
  background: #e42626;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  right: 50px;
  bottom: 20px;
  cursor: pointer;
}
#section2 .page_2 #page2_slider > div:first-child {
  width: 100%;
  -webkit-transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
  height: 76%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  position: relative;
}
#section2 .page_2 #page2_slider > div:first-child > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 150px;
}
#section2 .page_2 #page2_slider > div:first-child > div .cn {
  font-size: 48px;
  letter-spacing: 3px;
  color: #fff;
}
#section2 .page_2 #page2_slider > div:first-child > div .en {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#section2 .page_2 #page2_slider > div:first-child > div .arr {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  margin: 0 auto

}

.arr:hover{
  background-color: #e42626;
  border: 1px solid #e42626 !important;
  
}
#section2 .page_2 #page2_slider > div:last-child {
  padding-top: 60px;
  padding-left: 60px;
  width: 942px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
#section2 .page_2 ul {
  height: 100%;
  position: relative;
  z-index: 1124;
}
#section2 .page_2 ul:after {
  position: absolute;
  left: -30px;
  top: 0;
  height: 0;
  width: 100%;
  content: '';
  z-index: 12314;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#section2 .page_2 ul li {
  height: 100%;
  top: 0;
  width: 140px;
  margin-right: 60px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  float: left;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  position: relative;
  overflow: visible;
}
#section2 .page_2 ul li:hover:after {
  height: 100%;
}
#section2 .page_2 ul li:hover h2,
#section2 .page_2 ul li:hover p {
  color: #fff !important;
}
#section2 .page_2 ul li:last-child {
  margin-right: 0;
}
#section2 .page_2 ul li:nth-of-type(1) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 5555;
}
#section2 .page_2 ul li:nth-of-type(2) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#section2 .page_2 ul li:nth-of-type(3) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#section2 .page_2 ul li:nth-of-type(4) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#section2 .page_2 ul li:nth-of-type(5) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#section2 .page_2 ul li:nth-of-type(6) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#section2 .page_2 ul li > div {
  height: 335px;
  position: relative;
  cursor: pointer;
  top: 50%;
  z-index: 51;
  margin-top: -171.5px;
  width: 100%;
}
#section2 .page_2 ul li > div > div {
  position: absolute;
  left: 0;
}
#section2 .page_2 ul li > div > div:first-child {
  height: 80px;
}
#section2 .page_2 ul li > div > div:first-child h2 {
  padding-top: 20px;
  font-size: 16px;
  color: #333;
}
#section2 .page_2 ul li > div > div:first-child p {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  padding-top: 8px;
}
#section2 .page_2 ul li > div > div:last-child {
  height: 243px;
}
#section2 .page_2 ul li > div > div:last-child img {
  width: 140px;
}
#section2 .page_2 ul li:nth-of-type(odd) > div > div:first-child {
  top: 0;
}
#section2 .page_2 ul li:nth-of-type(odd) > div > div:last-child {
  bottom: 0;
}
#section2 .page_2 ul li:nth-of-type(even) > div > div:first-child {
  bottom: 0;
}
#section2 .page_2 ul li:nth-of-type(even) > div > div:last-child {
  top: 0;
}
.list {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
}
.list img{
  transition: all 1s ease;
}

.list:hover img{
  transform: scale(1.1)
}
.list a {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 0;
  overflow: hidden;
  transform: translateY(-100px)
}
.list:after {
  /* width: 100%;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #E42626;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5412; */
}
.list:nth-of-type(1) a,
.list:nth-of-type(1):after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.list:nth-of-type(2) a,
.list:nth-of-type(2):after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.list:nth-of-type(3) a,
.list:nth-of-type(3):after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.list:nth-of-type(4) a,
.list:nth-of-type(4):after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.active.section .page2_ul li {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}
.active.section .list {
  opacity: 1 !important;
}
.active.section .list:after {
  height: 100%  !important;
}
.afterLoad.section .list:after {
  width: 0 ;
  left: 100%;
}
.afterLoad.section .list a {
  opacity: 1;
  transform: translateY(0px);
  width: 100%;
}
.title {
  text-align: center;
}
.title h2 {
  font-size: 24px;
  color: #E42626;
  text-align: center;
  position: relative;
}
.title h2::after {
  position: absolute;
  content: '';
  width: 100px;
  background-color: #E42626;
  left: 50%;
  margin-left: -50px;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.title p {
  padding-top: 10px;
  font-size: 12px;
  color: #333;
  position: relative;
  text-transform: uppercase;
}
.title p:After {
  position: absolute;
  content: '';
  bottom: -12px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  left: 50%;
  background: #999999;
}
.title p::before {
  position: absolute;
  content: '';
  width: 80px;
  background-color: #E42626;
  left: 50%;
  margin-left: -40px;
  top: 2px;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#section3 {
  background-image: url(../imgs/bj_xm.jpg);
}
#section3 .project {
  height: 670px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 50px;
  margin-left: 50px;
}
#section3 .project .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.more svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.more svg rect {
  fill: none;
  stroke: #ccc;
  stroke-width: 2;
  stroke-dasharray: 422,0;
  -webkit-transition: all 450ms linear 0s;
  transition: all 450ms linear 0s;
}
.more:hover {
  background: transparent;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}
.more:hover rect {
  stroke: #E42626;
  stroke-width: 2;
  stroke-dasharray: 30, 225;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.project_content {
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 58px;
}
.project_content .slide .fp-tableCell {
  height: 100% !important;
}
.project_content .slide .project_list,
.project_content .slide .news_list {
  float: left;
  width: 24.5%;
  margin-right: 0.66%;
  position: relative;
}
.project_content .slide .project_list:hover a div:last-child,
.project_content .slide .news_list:hover a div:last-child {
  background-color: #F7F7F7;
}
.project_content .slide .project_list:hover span,
.project_content .slide .news_list:hover span {
  right: 20px;
  opacity: 1;
}
.project_content .slide .project_list:last-child,
.project_content .slide .news_list:last-child {
  margin-right: 0;
}
.project_content .slide .project_list a,
.project_content .slide .news_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.project_content .slide .project_list a > span,
.project_content .slide .news_list a > span {
  position: absolute;
  width: 74px;
  height: 40px;
  background: #e42626;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  right: 35px;
  bottom: 90px;
  cursor: pointer;
  z-index: 55;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project_content .slide .project_list a > div:nth-of-type(1),
.project_content .slide .news_list a > div:nth-of-type(1) {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.project_content .slide .project_list a > div:nth-of-type(1) img,
.project_content .slide .news_list a > div:nth-of-type(1) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.project_content .slide .project_list a > div:nth-of-type(2),
.project_content .slide .news_list a > div:nth-of-type(2) {
  height: 110px;
}
.project_content .slide .project_list a > div:nth-of-type(2) p,
.project_content .slide .news_list a > div:nth-of-type(2) p,
.project_content .slide .project_list a > div:nth-of-type(2) h2,
.project_content .slide .news_list a > div:nth-of-type(2) h2 {
  padding: 20px 20px 0 20px;
}
.project_content .slide .project_list a > div:nth-of-type(2) p,
.project_content .slide .news_list a > div:nth-of-type(2) p {
  padding-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 18px;
}
.project_content .slide .news_list {
  width: 49.5%;
  margin-right: 1%;
}
.project_content .fp-controlArrow {
  top: 124%;
  border-width: 0;
  font-size: 24px;
}
#section4 {
  background-image: url(../imgs/bj_xw.jpg);
}
#section4 .news {
  height: 670px;
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#section4 .news .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
#section4 .news .news_content {
  height: 500px;
}
#section4 .news .news_list a div:first-child {
  height: 360px;
}
#section4 .news .news_list a div:last-child {
  height: 140px;
}
#section4 .news .news_list a span {
  bottom: 120px;
}
#section4 .news .news_list a p:nth-of-type(2) {
  padding-top: 12px;
}
#section4 .news .time {
  padding: 5px 20px 0 20px;
}
#section5 {
  background-image: url(../imgs/bj_td.jpg);
}
.team {
  height: 710px;
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.team .news_content {
  height: 500px;
  margin-top: 58px;
}
.team .news_content .fp-tableCell {
  height: 100% !important;
}
.team .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.team .fp-controlArrow {
  top: 100% !important;
  border-width: 0;
  font-size: 24px;
}
.team_list {
  height: 500px;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.team_list:hover div:last-child:after {
  opacity: 1;
  transform: scale(30)
}
.team_list:hover div:last-child h3,
.team_list:hover div:last-child p {
  color: #fff;
}
.team_list:nth-of-type(3n) {
  margin-right: 0;
}
.team_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.team_list a > div:first-child {
  height: 420px;
}
.team_list a > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_list a > div:last-child {
  height: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team_list a > div:last-child:After {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #e42626;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
}
.team_list a > div:last-child h3 {
  padding-top: 14px;
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 414;
}
.team_list a > div:last-child p {
  padding-top: 8px;
  font-size: 14px;
  color: #666;
  position: relative;
  z-index: 414;
}
.bgActive {
  height: 100% !important;
}
.fp-controlArrow {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.more {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fp-prev {
  left: 20px;
  opacity: 0;
}
.fp-next {
  right: 20px;
  opacity: 0;
}
.active.section .fp-prev {
  left: 0px;
  opacity: 1;
  width: 40px;;
}
.active.section .fp-prev:hover{
  color: #e42626;
}
.active.section .fp-next {
  right: 0px;
  opacity: 1;
}
.active.section .more {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.active.section .title h2:after {
  width: 0;
  left: 50%;
  margin-left: 0;
}
.active.section .title p:after {
  width: 44px;
  margin-left: -22px;
}
.active.section .title p:before {
  width: 0;
  left: 50%;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  #section3 .project,
  #section4 .news {
    height: 500px !important;
  }
  .project_content .fp-controlArrow {
    top: 114%;
  }
  .project_content {
    margin-top: 28px;
    height: 350px !important ;
  }
  #section4 .news .news_content {
    height: 350px !important;
  }
  #section4 .news .news_list a div:first-child {
    height: 230px !important;
  }
  #section4 .news .news_list a div:last-child {
    height: 120px;
  }
  .project_content .slide .project_list a > div:nth-of-type(1) {
    height: 240px !important;
  }
  .team .news_content {
    margin-top: 28px;
    height: 380px !important;
  }
  .team {
    height: 500px !important;
  }
  .team_list {
    height: 440px !important;
  }
  .team_list a > div:first-child {
    height: 250px !important;
  }
}
@media screen and (max-width: 1366px) {
  .news_content .fp-controlArrow {
    top: 110%;
  }
  .team {
    height: 540px;
  }
  .team_list {
    height: 350px;
  }
  .team_list a > div:first-child {
    height: 270px;
  }
  .team .news_content {
    height: 400px;
    margin-top: 38px;
  }
  .project_content {
    margin-top: 38px;
  }
  #section3 .project {
    height: 540px;
  }
  #section3 .project_content {
    height: 400px;
  }
  .project_content .slide .project_list a > div:nth-of-type(1) {
    height: 290px;
  }
  .project_content .fp-controlArrow {
    top: 112%;
  }
  #section4 .news {
    height: 540px;
  }
  #section4 .news .news_content {
    height: 400px;
  }
  #section4 .news .news_list a div:first-child {
    height: 260px;
  }
}

#fp-nav ul li, .fp-slidesNav ul li{
  margin: 50px 0;
  position: relative;
  overflow: visible
}

#fp-nav ul li a:after{
  position: absolute;
  content: '';
  width: 1px;
  margin-left: -0.5px;
  left: 50%;
  height: 50px;
  bottom: -50px;
  background-color: #999;
}
#fp-nav ul li:last-child a:after{
  display: none
}

#line{
  position: absolute;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #E42626;
  height: 0px;
  transition: all .8s ease
}
.line_active{
  animation: line 2s;
}

@keyframes line{
  0%{height: 0;margin-top: 0;}
  0%{height: 50px;}
  0%{height: 0px;margin-top: 50px;}
}

#section1 > .fp-prev{
  color: #fff;
  left  :50px;
}
#section1 > .fp-next{
  color: #fff;
  right  :55px;
}

#section1 .fp-prev:hover{
  color: #E42626;
}
header{
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important
}