html,
body {
  position: relative;
  height: 100%;
}
.active{
  background-color: #B92822;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bullet{
  position: absolute;
  width: 100%;
  left: 24px;
  bottom: 5px;
  margin-bottom: 8px;
}
.bullet .swiper-pagination-switch{
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 6px;
  display: inline-block
}
.bullet .swiper-active-switch{
  background-color: #B92822;
}
.banner_content {
  position: absolute;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
  z-index: 999999999999 !important;

}
.banner_content .banner_des {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  /* max-width: 800px; */
}
.banner_content ul li{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.banner_content_31{
  position: absolute;
  z-index: 66;
  left: -100%;
  top: 40%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.banner .swiper-slide-active .banner_content_1{
  left: 10%;
  opacity: 1;
}
.banner .swiper-slide-active .banner_content_31{
  left: 10%;
  opacity: 1;
}

.banner .swiper-slide-active .banner_content_1 .banner_des::after {
  width: 90px;
}

/* .video video{
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: fill;
  background-size: cover;
  overflow: hidden;
} */
.video {
  position: relative;
}
.video::after{
  position: absolute;
  content: '';
  width: 100%;height: 100%;
  left: 0;
  top :0;
  background-color: rgba(0,0,0,0.4);
  z-index: 99999;

}
.banner_content{
  z-index: 99999999;
}
.banner_content h4 {
  font-size: 44px;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 14px;
}
.banner_content .phone {
  padding-top: 25px;
}
.banner_content .phone span {
  color: #fff;
  font-size: 18px;
  margin-right: 24px;
}
.banner_content .phone span i {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin-right: 4px;
}
.banner_content .phone a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.banner_content_1 {
  position: absolute;
  z-index: 66;
  left: -100%;
  top: 40%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.banner_content_1 .banner_des::after {
  width: 0px;
  height: 4px;
  background: #b92822;
  left: 0;
  bottom: 0px;;
  position: absolute;
  content: '';
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.banner_content_31 .banner_des::after {
  width: 0px;
  height: 4px;
  background: #b92822;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.banner .swiper-slide-active .banner_content_31 .banner_des::after {
  width: 90px !important;
}

.active_ .banner_content {
  opacity: 1;
}
.active_ .banner_content_1 {
  left: 10%;
}
.active_ .banner_content_1 .banner_des::after {
  width: 90px;
}
.banner_content_2 {
  position: absolute;
  z-index: 66;
  left: 0%;
  top: 100%;
  text-align: center;
  width: 100%;
}
.banner_content_2 h4::after {
  width: 0px;
  height: 4px;
  background: #b92822;
  left: 50%;
  bottom: 0;
  position: absolute;
  content: '';
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.banner_content_3 {
  position: absolute;
  z-index: 66;
  right: -100%;
  top: 40%;
  text-align: right;
}
.banner_content_3 .banner_des::after {
  width: 0px;
  height: 4px;
  background: #b92822;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.banner .swiper-slide-active .banner_content_3 .banner_des::after {
  width: 90px !important;
}

.show_ {
  top: 40%;
  opacity: 1;
}
.show_ h4::after {
  width: 90px;
  margin-left: -45px;
}
.show_2 {
  right: 10%;
  opacity: 1;
}
.show_2 h4::after {
  width: 90px;
}
.none_ {
  left: -100% !important;
}
.pagination44 {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2213;
  width: 8px;
  background-image: url(../imgs/add/bg_.png);
  background-size: 24%;
}
.pagination44 .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  margin: 8px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.pagination44 .swiper-pagination-switch::after {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pagination44 .swiper-active-switch {
  background-color: #B92822;
}
.pagination44 .swiper-active-switch::after {
  width: 24px;
  border: 2px solid #b92822;
  height: 24px;
  left: -10px;
  top: -10px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  height: 100% !important;
}
#main {
  height: 100%;
  width: 100%;
}
#main {
  position: absolute;
  top: 0;
  left: 0;
}
#main > .swiper-wrapper > .swiper-slide {
  /* -webkit-transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1); */
  -webkit-transition: 1s all cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 1s all cubic-bezier(0.65, 0.05, 0.36, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1 !important;
}
.bg_svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #e8f3e2;
}
body {
  overflow-y: hidden;
}
.switch-tab {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 999999999999;
}
.switch-tab > a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 8px;
}
#box {
  width: 100%;
  height: 100%;
}
/* #box ul {
  width: 100%;
  height: 100%;
  position: relative;
}
#box ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
#box ul li > div {
  height: 100%;
  width: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#box ul li > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
} */
#box ul .active_ {
  z-index: 99999;
}
#box ul .active_ > div {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#box ul .prev_ {
  width: 100%;
}
#box ul .prev_ > div {
  width: 100%;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.current {
  background-color: #B92822 !important;
}
.prev_btn {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 25px;
  z-index: 245;
}
.next_btn {
  position: absolute;
  top: 50%;
  color: #fff;
  right: 25px;
  z-index: 245;
}
.title_ {
  text-align: center;
  position: relative;
  top: 14%;
}
.title_ > h2 {
  font-size: 32px;
  color: #B92822;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .65s ease;
  transition: all .65s ease;
  overflow: hidden;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  height: 0px;
  letter-spacing: 1px;
}
.title_ > h2 span {
  color: #15A9A9;
}
.title_ .en_title {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  position: absolute;
  width: 100%;
  top: 46px;
  -webkit-transition: all .65s ease;
  transition: all .65s ease;
  height: 0px;
  overflow: hidden;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.title_ .en_title > span {
  position: relative;
}
.title_ .en_title > span:after {
  width: 28px;
  height: 1px;
  background: #999999;
  position: absolute;
  content: '';
  right: -35px;
  top: 50%;
}
.title_ .en_title > span::before {
  width: 28px;
  height: 1px;
  background: #999999;
  position: absolute;
  content: '';
  left: -35px;
  top: 50%;
}
.title_ .des {
  color: #FBA22E;
  letter-spacing: 4px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  -webkit-transition: all .65s ease;
  transition: all .65s ease;
  overflow: hidden;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: absolute;
  height: 0px;
  top: 80px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}
.title_ .des_ {
  top: 46px;
}
.swiper-slide-active .title_ > h2 {
  height: 34px;
}
.swiper-slide-active .title_ .des {
  height: 20px;
}
.swiper-slide-active .title_ .en_title {
  height: 19px;
}
.page1 {
  position: relative;
  background-image: url(../imgs/fabg.jpg);
}
.page1_content {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 90px;
  height: 58%;
}
.page1_content > div {
  height: 100%;
}
.page1_content .page1_left_menu {
  width: 21%;
  float: left;
  position: relative;
}
.page1_content .page1_left_menu > ul {
  height: 100%;
}
.page1_content .page1_left_menu > ul li {
  height: 16.5%;
  background-color: #F8E9E8;
  text-align: center;
  position: relative;
  margin-bottom: 4.8px;
  cursor: pointer;
  color: #b92822;
}

.page1_content .page1_left_menu > ul .left_active_page1::before{
  transform: scaleX(1) skewX(0deg);
  -webkit-transform: scaleX(1) skewX(0deg);
  -moz-transform: scaleX(1) skewX(0deg);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.page1_content .page1_left_menu > ul .left_active_page1 p,
.page1_content .page1_left_menu > ul .left_active_page1 i{
  color: #fff;
}
.page1_content .page1_left_menu > ul li:After {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  outline: 7px solid #fff;
  left: 0;
  top: 0;
  z-index: 12;
}
.page1_content .page1_left_menu > ul li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #b92822;
  top: 0;
  left: 0%;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0) skewX(30deg);
  -webkit-transform: scaleX(0) skewX(30deg);
  visibility: hidden\9;
  z-index: 1;
}
.page1_content .page1_left_menu > ul li:hover::before {
  transform: scaleX(1) skewX(0deg);
  -webkit-transform: scaleX(1) skewX(0deg);
  -moz-transform: scaleX(1) skewX(0deg);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.page1_content .page1_left_menu > ul li:hover p {
  color: #fff;
}
.page1_content .page1_left_menu > ul li:hover i {
  color: #fff;
}
.page1_content .page1_left_menu > ul li:first-child {
  margin-top: 0;
}
.page1_content .page1_left_menu > ul li p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  z-index: 6;
}
.page1_content .page1_left_menu > ul li p i {
  font-size: 36px;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -25px;
}
.page1_content .page1_left_menu > ul li:last-child {
  margin-bottom: 0;
}
.page1_content .page1_right {
  width: 75.5%;
  float: right;
  height: 100%;
  background: #f8e9e8;
  padding: 10px;
  position: relative;
}

.bg_{
  position: absolute !important;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0%;
  background-color: #B92822;
  content: '';
  height: 100% !important;
  transform: scaleY(0) ;
  -webkit-transform: scaleY(0) ;
  transform-origin: 100% 0%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.page1_right_hover{
  transform: scaleY(1) ;
  -webkit-transform: scaleY(1) ;
  transform-origin: 100% 100%;

}
.page1_content .page1_right >div{
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;

}
.page1_content .page1_right >div:not(:nth-of-type(1)){
  height: 0%;
}

.page1_content .page1_right > div >div {
  float: left;
  height: 100%;
}
.page1_content .page1_right > div >div:first-child {
  width: 65%;
  position: relative;
  z-index: 444;
}
.page1_content .page1_right > div >div:first-child:After {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  outline: 10px solid #f8e9e8;
  left: 0;
  top: 0;
  z-index: 12;
}
.page1_content .page1_right > div >div:last-child {
  width: 35%;
  position: relative;
}
.page1_content .page1_right:After {
  position: absolute;
  content: '';
  background-image: url(../imgs/ren.png);
  width: 162px;
  height: 172px;
  right: 35%;
  top: -166px;
  margin-right: -141px;
  z-index: 999;
}
.page1_content .page1_right > div >div:last-child > div {
  width: 100%;
  height: 50%;
  position: relative;
}
.page1_content .page1_right > div >div:last-child > div:After {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  outline: 5px solid #f8e9e8;
  left: 0px;
  top: 0;
  z-index: 12;
}
.page2 {
  background-image: url(../imgs/page2_bg.jpg);
  position: relative;
}
.page2 .page2_b {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.page2 .page2_b > ul {
  width: 100%;
}
.page2 .page2_b > ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.page2 .page2_b > ul li::after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  opacity: 0.5;
  right: 0;
  content: '';
  top: 0;
}
.page2 .page2_b > ul li:last-child::after {
  display: none;
}
.page2 .page2_b > ul li:hover span {
  border: 1px solid rgba(0, 0, 0, 0);
}
.page2 .page2_b > ul li:hover svg {
  opacity: 1;
  -webkit-animation: rotate_ 7s infinite linear;
          animation: rotate_ 7s infinite linear;
}
.page2 .page2_b > ul li h4,
.page2 .page2_b > ul li p,
.page2 .page2_b > ul li i,
.page2 .page2_b > ul li span {
  color: #fff;
}
.page2 .page2_b > ul li span {
  display: inline-block;
  width: 78px;
  height: 78px;
  font-size: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 78px;
  position: relative;
}
.page2 .page2_b > ul li span i {
  font-size: 44px;
}
.page2 .page2_b > ul li span svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.page2 .page2_b > ul li p {
  font-size: 14px;
  line-height: 22px;
  max-width: 200px;
  opacity: 0.6;
  margin: 0 auto;
}
.page2 .page2_b > ul li .hover_page2 {
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  padding: 14px 20px 14px 20px;
  width: 200px;
  text-align: center;
  display: block !important;
  left: 50%;
  margin-left: -120px;
  top: -100px;
  z-index: 213;
  -webkit-animation: hover_move 0.5s linear;
          animation: hover_move 0.5s linear;
}
.page2 .page2_b > ul li .hover_page2:After {
  position: absolute;
  content: '';
  bottom: -14px;
  width: 0;
  left: 50%;
  margin-left: -14px;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
}
.page2 .page2_b > ul li h4 {
  padding: 20px 0px 14px;
}
@-webkit-keyframes hover_move {
  0% {
    top: -120px;
  }
  100% {
    top: -100px;
  }
}
@keyframes hover_move {
  0% {
    top: -120px;
  }
  100% {
    top: -100px;
  }
}
@-webkit-keyframes rotate_ {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate_ {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page2 .page2_slide {
  width: 1200px;
  margin: 0 auto;
  height: 390px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.page2 .page2_slide > .line {
  position: absolute;
  left: 200px;
  top: 0;
  width: 16px;
  background-image: url(../imgs/line.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 74%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.page2 .page2_slide > .page2_left_menu {
  width: 200px;
}
.page2 .page2_slide > .page2_left_menu ul {
  width: 150px;
  margin: 0 auto;
}
.page2 .page2_slide > .page2_left_menu ul .left_acitve_ {
  font-size: 22px;
}
.page2 .page2_slide > .page2_left_menu ul li {
  color: #fff;
  text-align: right;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page2 .page2_slide > div {
  float: left;
}
.page2 .page2_slide > .swiper-container {
  width: 1000px;
}
.page2 .page2_slide > .swiper-container .swiper-slide {
  background: none;
  position: relative;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div {
  padding-left: 50px;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div h3 {
  padding: 20px 0 25px 0;
  position: relative;
  color: #F9F9F9;
  font-size: 24px;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div h3:After {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background: #b92822;
  bottom: 0;
  left: 0;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > p {
  font-size: 14px;
  color: #d9d9d9;
  line-height: 24px;
  padding-top: 25px;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > h4 {
  padding: 50px 0 5px 0;
  position: relative;
  color: #F9F9F9;
  font-size: 18px;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > h4:After {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #FBA22E;
  bottom: 0;
  left: 0;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > div {
  position: absolute;
  left: 50px;
  bottom: 5px;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > div ul li {
  float: left;
  margin-right: 40px;
  text-align: center;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > div ul li span {
  display: inline-block;
  width: 56px;
  height: 56px;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > div ul li span i {
  font-size: 40px;
  color: #fff;
}
.page2 .page2_slide > .swiper-container .swiper-slide > div > div ul li p {
  font-size: 14px;
  color: #D9D9D9;
  line-height: 30px;
  letter-spacing: 1px;
}
.white_title h2 {
  color: #fff;
}
.white_title p {
  color: #fff;
  opacity: 0.7;
  padding-top: 20px;
}
.white_title .des {
  color: #fff;
}
.page3 {
  position: relative;
  background-image: url(../imgs/add/page3_bg.jpg);
}
.page3_t {
  position: absolute;
  width: 90%;
  padding: 5px;
  left: 5%;
  bottom: 82%;
}
.page3_t > div:first-child {
  position: absolute;
  left: 5px;
  top: 0;
  text-transform: uppercase;
  color: #FBA22E;
  line-height: 30px;
  letter-spacing: 1px;
}
.page3_t > div:last-child {
  position: absolute;
  right: 5px;
  top: 0;
  text-transform: uppercase;
  color: #FBA22E;
  line-height: 30px;
  text-align: right;
  letter-spacing: 1px;
}
.page3_content {
  position: absolute;
  width: 90%;
  padding: 5px;
  left: 5%;
  bottom: 25px;
  height: 70%;
}
.page3_content > div {
  float: left;
  height: 50%;
  position: relative;
}
.page3_content > div:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  outline: 5px solid #fff;
  left: 0;
  top: 0;
  z-index: 12;
}
.page3_content > div:hover::before {
  background: rgba(185, 45, 34, 0.7);
  height: 100%;
}
.page3_content > div:hover > p {
  height: 0;
}
.page3_content > div:hover > div {
  opacity: 1;
}
.page3_content > div:hover > a {
  opacity: 1;
}
.page3_content > div:hover > a .set_7_button4 {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #ffffff;
}
.page3_content > div > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  z-index: 21;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  overflow: hidden;
}
.page3_content > div > a {
  width: 120px;
  height: 40px;
  background: rgba(185, 40, 34, 0);
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 666;
  line-height: 40px;
  font-size: 16px;
  opacity: 0;
}
.page3_content > div > a > svg {
  position: absolute;
  left: -1px;
  top: -1px;
}
.page3_content > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 213;
  overflow: hidden;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  opacity: 0;
}
.page3_content > div > div h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.page3_content > div > div h3:after {
  position: absolute;
  content: '';
  width: 41px;
  height: 2px;
  background: #ffffff;
  left: 50%;
  margin-left: -21px;
  bottom: 0px;
}
.page3_content > div > div ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 14px;
}
.page3_content > div > div ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page3_content > div > div ul li a {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  color: #fff;
  width: 90px;
  height: 32px;
  background: rgba(185, 40, 34, 0);
  border: 1px solid #ffffff;
  border-radius: 16px;
  margin-left: 16px;
  margin-right: 16px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.page3_content > div > div ul li a:last-child {
  background-color: #fff;
  color: #B92822;
}
.page3_content > div > div ul li a:last-child:hover {
  background-color: #B92822;
  color: #fff;
}
.page3_content > div > div ul li a:first-child:hover {
  background-color: #fff;
  color: #B92822;
}
.page3_content > div > div ul li:last-child {
  text-align: center;
  padding-top: 15px;
}
.page3_content > div:first-child {
  width: 37%;
}
.page3_content > div:nth-of-type(2) {
  width: 33%;
}
.page3_content > div:nth-of-type(3) {
  width: 30%;
}
.page3_content > div:nth-of-type(4) {
  width: 28%;
}
.page3_content > div:nth-of-type(5) {
  width: 37%;
}
.page3_content > div:nth-of-type(6) {
  width: 35%;
}
.page1_item > div {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  top: 0%;
  /* background: rgba(185, 45, 34, 0.7); */
  z-index: 666;
  overflow: hidden;
}

.page1_item_left  > div{
  margin-right: 10px;
  margin-left: 0 !important
}
.page1_item > div{
  margin-left: 10px;
  margin-right: 20px;
}
.page1_item > div >div{
  position: absolute;
  width: 100%;
  height: 100%;
}

.page1_item > div >div p{
  font-size: 18px;
  color: #fff;
  padding-bottom: 28px;
  padding-top: 30%
}

.page1_item > div a {
  margin-left: 5px;
  margin-right: 5px;
}

.page1_item:hover > p {
  height: 0
}
.page1_item:hover > div {
  opacity: 1;
}
.item {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-size: cover
}


.item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.item > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  z-index: 21;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  overflow: hidden;
}
.item:hover::before {
  background: rgba(185, 45, 34, 0.7);
  height: 100%;
}
.item:hover > div {
  opacity: 1;
}
.item:hover > a {
  opacity: 1;
}
.item:hover > a .set_7_button4 {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #fff;
}
.radius_btn {
  display: inline-block;
  width: 90px;
  height: 30px;
  background: rgba(185, 40, 34, 0);
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 16px;
  color: #fff;
}
.radius_btn:hover {
  background-color: #b92822;
  color: #fff;
  border: 1px solid #b92822;
}
.page4 {
  position: relative;
  background-image: url(../imgs/index_about_bg.jpg);
  background-position-y: 16% !important;
  background-size: 100% !important;
}
.page4 .page4_bg_c {
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
}
.page4 .page4_bg_c > div {
  width: 0%;
  outline: 3px solid #333;
  height: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.page4 .page4_bg_c > div:first-child {
  background: #B92822;
  height: 80%;
  left: 0;
}
.page4 .page4_bg_c > div:last-child {
  background: #15A9A9;
  right: 0;
}
.page4 .page4_content {
  position: absolute;
  left: 5%;
  bottom: 3%;
  width: 90%;
  height: 65%;
  background-color: #fff;
  z-index: 42;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.page4 .page4_content .page4_video {
  width: 47%;
  height: 90%;
  bottom: 5%;
  left: 1.8%;
  position: absolute;
  background-color: #fff;
  background-image: url(../imgs/cover.jpg);
}

.page4_video > div{
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  height: 100px;
  z-index: 99999;
  cursor: pointer;
}
.hide{
  display: none
}
.page4_video > div p{
  line-height: 34px;
}
.page4 .page4_content .page4_video::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.page4_video iframe,.page4_video video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  object-fit: fill
}
.page4 .page4_content .page4_profile {
  position: absolute;
  width: 42%;
  right: 5%;
  bottom: 5%;
  height: 90%;
}
.page4 .page4_content .page4_profile > h2 {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 14px;
  color: #333;
  font-weight: 600;
}
.page4 .page4_content .page4_profile > h2 img {
  float: right;
}
.page4 .page4_content .page4_profile > h2::after {
  position: absolute;
  content: '';
  width: 82px;
  height: 2px;
  background: #b92822;
  left: 200px;
  bottom: 0;
}

.pagination222{
  position: absolute;
  bottom: 8px;
  left: 0;
  text-align: center;
  z-index: 999;width: 100%;
}

.pagination222 .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #CCCCCC;
  margin: 0 3px;
  cursor: pointer;
}
.pagination222 .swiper-active-switch {
  background: #B92822;
}

.page4 .page4_content .page4_profile > h2::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  background: #b92822;
  left: 0px;
  bottom: 0;
}
.page4 .page4_content .page4_profile .profile {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 24px;
  padding-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.profile_2{
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 24px;
  padding-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.page4 .page4_content .page4_profile .more a {
  font-size: 14px;
  color: #b92822;
  padding-top: 14px;
}
.page4 .page4_content .page4_profile > div {
  width: 100%;
  height: 42%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page4 .page4_content .page4_profile > div > div {
  float: right;
  width: 47.5%;
  height: 100%;
}
.page4 .page4_content .page4_profile > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page4 .page4_content .page4_profile > div > ul {
  float: left;
  width: 47.5%;
  height: 100%;
}
.page4 .page4_content .page4_profile > div > ul li {
  height: 30%;
  margin-bottom: 3.5%;
  width: 100%;
  position: relative;
}
.page4 .page4_content .page4_profile > div > ul li span {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
}
.page4 .page4_content .page4_profile > div > ul li span i {
  font-size: 40px;
}
.page4 .page4_content .page4_profile > div > ul li p {
  position: absolute;
  left: 80px;
  color: #fff;
  max-width: 70%;
}
.page4 .page4_content .page4_profile > div > ul li p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 12px;
}
.page4 .page4_content .page4_profile > div > ul li p:nth-of-type(2) {
  font-size: 12px;
  top: 50%;
}
.page4 .page4_content .page4_profile > div > ul li:nth-of-type(1) {
  background-color: #F08A4A;
}
.page4 .page4_content .page4_profile > div > ul li:nth-of-type(1) span i {
  color: #f08a4a;
}
.page4 .page4_content .page4_profile > div > ul li:nth-of-type(2) {
  background-color: #EB5353;
}
.page4 .page4_content .page4_profile > div > ul li:nth-of-type(2) span i {
  color: #eb5353;
}
.page4 .page4_content .page4_profile > div > ul li:last-child {
  margin-bottom: 0;
  background: #41B3CB;
}
.page4 .page4_content .page4_profile > div > ul li:last-child span i {
  color: #41b3cb;
}
.swiper-slide-active .page4_bg_c > div {
  width: 50%;
}
@-webkit-keyframes active___ {
  0% {
    color: #ffffff;
  }
  50% {
    color: #b92822;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes active___ {
  0% {
    color: #ffffff;
  }
  50% {
    color: #b92822;
  }
  100% {
    color: #ffffff;
  }
}
.page5 {
  background-image: url(../imgs/lcbj.jpg);
  position: relative;
}
.page5 > .page5_content {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 10%;
  height: 58%;
}
.page5 > .page5_content ul {
  height: 100%;
}
.page5 > .page5_content ul .svg_active svg rect {
  stroke-width: 2px;
  stroke: #EA4D4D;
}
.page5 > .page5_content ul .svg_active:after {
  width: 13%;
  right: -13.5%;
}

.mask{
  position: fixed;
  z-index: 666666;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease;
}
.mask.mask_show{
  height: 100%
}
#about_v{
  width: 100%;;
  height: 100%;
  object-fit: fill
}
.video_container{
  position: fixed;
  width: 1200px;
  height: 675px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  z-index: 666666666;
  transition-delay: 1s;
  transition: all 1s ease;

  display: none;
  transition-delay: 1s;
}

.close_{
  position: absolute;
  right: -40px;
  font-size: 36px;
  top: -12px;
  color: #fff;
  cursor: pointer;
}

.video_show{
  display: block
}


.page5 > .page5_content ul .svg_active div {
  -webkit-animation: active___ 1.5s linear;
          animation: active___ 1.5s linear;
}
.page5 > .page5_content ul .svg_active p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page5 > .page5_content ul li {
  float: left;
  text-align: center;
  height: 48%;
  margin-bottom: 2%;
  position: relative;
  width: 15%;
  margin-right: 2%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.page5 > .page5_content ul li:hover p {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.page5 > .page5_content ul li h5 {
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page5 > .page5_content ul li svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.page5 > .page5_content ul li svg rect {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1.2s all linear;
  transition: 1.2s all linear;
  fill: transparent;
}
.page5 > .page5_content ul li svg:nth-of-type(2) {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.page5 > .page5_content ul li:nth-of-type(6n) {
  margin-right: 0;
}
.page5 > .page5_content ul li:nth-of-type(6n)::before {
  display: none;
}
.page5 > .page5_content ul li:nth-of-type(6n)::after {
  display: none;
}
.page5 > .page5_content ul li:hover i {
  color: #EA4D4D;
}
.page5 > .page5_content ul li:After {
  position: absolute;
  width: 0%;
  top: 50%;
  height: 1px;
  background-color: #b92822;
  content: '';
  right: 0%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 66;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.page5 > .page5_content ul li::before {
  position: absolute;
  width: 13%;
  top: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  right: -13.5%;
}
.page5 > .page5_content ul li div {
  position: absolute;
  top: 22%;
  width: 100%;
}
.page5 > .page5_content ul li div i {
  color: #fff;
  font-size: 50px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page5 > .page5_content ul li > p {

}
.page5 > .page5_content ul li > p:nth-of-type(1) {
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page5 > .page5_content ul li > p:nth-of-type(2) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 90%;
  top: 73%;
  left: 5%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.nowarp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news {
  position: relative;
  background-image: url(../imgs/zxbj.jpg);
}
.news_content {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 8%;
  height: 66.5%;
  background-color: #fff;
}
.news_content .news__ {
  margin-left: 30px;
  margin-right: 30px;

}

.news_content .Cooperative_News li {
  height: 90px;
  position: relative;
}
.news_content .Cooperative_News li:hover h5,
.news_content .Cooperative_News li:hover p {
  color: #b92822;
}
.news_content .Cooperative_News li:hover:After {
  background-color: #b92822;
}
.news_content .Cooperative_News li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news_content .Cooperative_News li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news_content .Cooperative_News li h5 {
  font-size: 14px;
  color: #666;
  padding-top: 30px;
  padding-bottom: 18px;
  line-height: 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news_content .Cooperative_News li p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news_content .other_news > div {
  height: 50%;
  width: 100%;
}
.news_content .other_news > div:first-child {
  background-image: url(../imgs/zx3.jpg);
  background-size: 18%;
  background-position-y: 5%;
  background-position-x: 95%;
}
.news_content .other_news > div:last-child {
  background-image: url(../imgs/zx4.jpg);
  background-size: 18%;
  background-position-y: 5%;
  background-position-x: 95%;
}
.news_content .other_news > div ul {
  margin-top: 24px;
}
.news_content .other_news > div ul li {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 62px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.news_content .other_news > div ul li:hover {
  border-bottom: 1px solid #b92822;
}
.news_content .other_news > div ul li:hover h4 {
  color: #b92822;
}
.news_content .other_news > div ul li:hover div {
  background-color: #b92822;
}
.news_content .other_news > div ul li:hover div p {
  color: #ffffff !important;
}
.news_content .other_news > div ul li:last-child {
  border: none;
}
.news_content .other_news > div ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.news_content .other_news > div ul li a div {
  position: absolute;
  width: 72px;
  height: 62px;
  background: #f7f7f7;
  text-align: center;
}
.news_content .other_news > div ul li a div p:first-child {
  font-size: 24px;
  color: #888;
  padding-top: 14px;
  line-height: 24px;
}
.news_content .other_news > div ul li a div p:last-child {
  font-size: 12px;
  color: #888;
}
.news_content .other_news > div ul li a > h4 {
  position: absolute;
  top: 10px;
  left: 90px;
  font-size: 16px;
  color: #666;
  max-width: 80%;
}
.news_content .other_news > div ul li a > p {
  position: absolute;
  bottom: 10px;
  left: 90px;
  font-size: 14px;
  color: #666;
  max-width: 80%;
}
.news_content > div {
  height: 100%;
  float: left;
  margin-right: 3%;
  outline: 10px solid #F2F2F2;
}
.news_content > div:last-child {
  margin-right: 0;
}
.news_content > div:nth-of-type(2) {
  background-image: url(../imgs/zx2.jpg);
  background-size: 24%;
  background-position-y: 5%;
  background-position-x: 95%;
}
.news_content > div:first-child {
  width: 35%;
  background-image: url(../imgs/zx1.jpg);
  background-size: 18%;
  background-position-y: 5%;
  background-position-x: 95%;
}
.news_content > div:nth-of-type(2),
.news_content > div:nth-of-type(3) {
  width: 29.5%;
}
.news_content > div .news_common_title {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  color: #B92822;
  padding-bottom: 15px;
  padding-top: 40px;
}
.news_content > div .news_common_title::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 4px;
  background: #fba22e;
  bottom: 0;
  left: 0px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.news_content > div .news_slide {
  position: relative;
  height: 78%;
  margin-top: 30px;
  /* outline: 1px solid #eee; */
  background-image: url(../imgs/projects_bg.png);
  background-position-y: bottom;
  background-size: 100%;
}
.news_content > div .news_slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.news_slide .swiper-container{
  height: 80%
}
.news_content > div .news_slide p{
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  bottom: 0%;
  left: 0;
  text-align: center
}

.news_content > div .news_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_content > div .news_slide .arrow {
  position: absolute;
  display: inline-block;
  top: 40%;
  margin-top: -24px;
  z-index: 44;
  width: 36px;
  height: 48px;
  background: #b92822;
  text-align: center;
  line-height: 48px;
}
.news_content > div .news_slide .arrow i {
  color: #fff;
}
.news_content > div .news_slide .news_arr_left {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 0;
  margin-left: -18px;
}
.news_content > div .news_slide .news_arr_right {
  right: 0;
  margin-right: -18px;
}
.news_content > div .news_type {
  margin-left: 2px;
  margin-right: 0px;
  padding-top: 20px;
  position: relative;
}
.news_content > div .news_type span {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: -4px;
  outline: 1px solid #ccc;
}
.news_content > div .news_type span:hover {
  background-color: #b92822;
  color: #fff;
  outline: 1px solid #b92822;
}

.acitve_current{
  background-color: #b92822;
  color: #fff !important;
  outline: 1px solid #b92822;
}
.news_content > div .news_type span:nth-of-type(3n) {
  margin-right: 0;
}
.swiper-slide-active .news_common_title::after {
  width: 54px !important;
}
.partner {
  background-image: url(../imgs/lxbj.jpg);
  background-size: 100% !important;
  background-position-y: 23% !important;
  position: relative;
}
.partner .title_ h2 {
  padding-bottom: 14px;
  position: relative;
}
.partner .title_ h2:After {
  position: absolute;
  content: '';
  width: 46px;
  height: 2px;
  background: #cccccc;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}
.partner .title_ .des {
  padding-top: 10px;
}
.partner_content {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 37%;
  height: 40%;
  background-color: #fff;
}
.partner_content > div {
  height: 33.33%;
}
.partner_content > div:nth-of-type(4),
.partner_content > div:nth-of-type(5){
  display: none
}

.partner_content > div > div {
  width: 16.5%;
  float: left;
  height: 100%;
  position: relative;
}
.partner_content > div > div:hover::after {
  outline: 2px solid #b92822;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.partner_content > div > div:After {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  outline: 1px solid #eee;
  z-index: 6666;
}
.partner_content > div > div a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.partner_content > div > div a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
}
.common__ {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
}
.swiper-slide .common__:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.swiper-slide .common__:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.swiper-slide .common__:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.swiper-slide-active .common__ {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.parent_div{
  height: 500px;
  overflow: hidden;
  margin-top: 25px
}

@media screen and (max-width: 1680px) {
  header > nav{
    margin: 0 120px 0 120px !important;
  }
  footer .footer_content .footer_contact_div {
    margin-left: 18% !important;
  }
  .partner_content{
    height: 38%;
    bottom: 36.5%
  }
}


@media screen and (max-width: 1440px) {
  header {
    height: 60px !important;
    line-height: 60px  !important;
  }
  footer .footer_content .footer_contact_div {
    margin-left: 13% !important;
  }
  .profile_2{
    display: none
  }
  .page1_content{
    bottom: 65px; 
  }
  header > nav {
    margin: 0 25px 0 25px !important;
  }
  header > nav > img {
    left: 140px !important;
    top: 4px !important;
  }
  header > nav > ul > li {
    height: 60px !important;
  }
  header > nav > ul > li > a {
    font-size: 16px !important;
    padding: 0 15px 0 15px !important;
    line-height: 60px  !important;
  }
  header > nav h1 img {
    width: 120px !important;
  }
  .news_content .Cooperative_News li h5 {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .page1_content .page1_left_menu > ul li p i {
    left: 8%;
  }
 
  footer {
    height: 280px !important;
  }
  footer .footer_content .footer_title {
    padding-top: 20px !important;
  }
  footer > div:first-child {
    height: 250px !important;
  }
  footer > div:last-child {
    height: 30px !important;
  }
  footer > div:last-child p {
    line-height: 30px !important;
  }
  .partner_content {
    height: 36%;
  }
  .news_content > div .news_common_title {
    padding-top: 30px;
  }
  .news_content .other_news > div ul li a > h4,
  .news_content .other_news > div ul li a > p {
    max-width: 70%;
  }
  .news_business li:last-child {
    display: none;
  }
  .news_content .other_news > div ul li a > p {
    display: none;
  }
  .news_content .other_news > div ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
  }
  .news_content .other_news > div ul li a div {
    height: 50px;
  }
  .news_content .other_news > div ul li a div p:first-child {
    font-size: 20px;
    padding-top: 4px;
  }
  .news_content .other_news > div ul {
    margin-top: 29px;
  }
  .parent_div{
    height: 320px;
  }
  .page3_content > div > div ul li {
    line-height: 20px;
    font-size: 12px;
  }
  .news_content > div .news_slide {
    height: 70%;
  }
 
  .news_content .news__ {
    margin-left: 20px;
    margin-right: 20px;
  }
  .news_content > div .news_type {
    margin-left: 2px;
    margin-right: 0px;
  }
  .news_content > div .news_type span {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .page3_content > div > div h3 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .page4 .page4_content .page4_profile > div > ul li p:nth-of-type(2) {
    top: 45%;
    line-height: 16px;
  }
  .page4 .page4_content .page4_profile > div > ul li p:nth-of-type(1) {
    top: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .page3_content > div > div h3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .video_container {
    width: 1000px !important;
    height: 562.5px !important
  }
  footer .footer_content .footer_contact_div {
    margin-left: 9% !important;
  }
  .page1_content{
    bottom: 55px; 
  }
  .page1_item > div >div p{
    padding-top: 20%
  }
  .page1_item_left > div >div p{
    padding-top: 28% !important
  }
  .page3_content > div > div ul li:last-child {
    padding-top: 10px;
  }
  .page3_content > div > div ul li a {
    width: 75px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .page1_content .page1_left_menu > ul li p {
    font-size: 18px;
  }
  .page3_t > div:first-child,
  .page3_t > div:last-child {
    font-size: 16px;
    line-height: 24px;
  }
  .page1_content .page1_left_menu > ul li p i {
    font-size: 30px;
    margin-top: -20px;
    left: 11%;
  }
  .left_acitve_ {
    font-size: 20px !important;
  }
  .partner_content {
    height: 30%;
    bottom: 44.5%;
    background-color: #fff;
  }

  .page5 > .page5_content ul li div i {
    font-size: 40px;
  }
  .page4 .page4_content .page4_profile > div > ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    left: 10px;
  }
  .page4 .page4_content .page4_profile > div > ul li span i {
    font-size: 28px;
  }
  .page4 .page4_content .page4_profile > div > ul li p:nth-of-type(2) {
    display: none;
  }
  .page4 .page4_content .page4_profile > div > ul li p:nth-of-type(1) {
    top: 50%;
    margin-top: -7px;
    left: 60px;
  }
  .page2 .page2_slide > .line {
    background-position-y: 62.5%;
  }
  .page2 .page2_b > ul li p {
    display: none;
    opacity: 1;
  }
  .title_ > h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .white_title p {
    padding-top: 14px;
  }
  .title_ .des {
    font-size: 16px;
    line-height: 16px;
  }
  .page2 .page2_slide {
    height: 300px;
  }
  .page2 .page2_b > ul li span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .page2 .page2_b > ul li span i {
    font-size: 30px;
    position: relative;
    top: -4px;
  }
  .page2 .page2_b > ul li h4 {
    padding: 15px 0px 8px;
  }
  .page2 .page2_slide > .page2_left_menu ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .page2 .page2_slide > .swiper-container .swiper-slide > div > h4 {
    padding: 30px 0 15px 0px;
  }
  .page2 .page2_slide > .swiper-container .swiper-slide > div > p {
    padding-top: 15px;
  }
  .page2 .page2_slide > .swiper-container .swiper-slide > div h3 {
    padding: 10px 0 18px 0;
  }
}
@media screen and (max-width: 1280px) {
  .page5 > .page5_content ul li div i {
    font-size: 34px;
  }
  footer .footer_content .footer_contact_div {
    margin-left: 7% !important;
  }
  .page1_content{
    bottom: 45px; 
  }
  footer .footer_content > div ul{
    margin-top: 10px !important
  }
  footer .footer_content .footer_contact_div p{
    padding-top: 15px !important;
  }
  .page2 .page2_slide > .swiper-container .swiper-slide > div > div{
    bottom: 5px;
  }
  header > nav > img{
    left: 110px !important
  }
  header > nav {
    margin: 0 20px 0 20px !important;
  }
  .page2 .page2_b {
    bottom: 5px;
  }
  .partner_content {
    height: 25%;
    bottom: 47.5%;
  }
  .partner_content > div {
    height: 50%;
  }
  .partner_content > div:nth-of-type(3) {
    display: none;
  }
  .news_content > div .news_common_title {
    padding-top: 20px;
    padding-bottom: 8px;
  }



  body{
    min-width: 1200px;
    overflow: auto !important;
  }

}

.vidbacking-active-body-back{
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking{
	display: none;
}
.vidmask-body-back{
	background: url(videooverlay1.png) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}
.vidmask-block-back{
	background: url(videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}
.video_container_{
  height: 100%;
}
#video-back{
  height: 100%;
}