@charset "utf-8";
/* 
 * Project Name:汇德物业
 * Author:默默
 * Date:2020-05-28
 */
body {
  background: #FDF6ED;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fiexdbg {
  background: fixed;
  background-position: center top;
  background-size: cover;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*index*/
.coomon-line i {
  position: fixed;
  width: 1px;
  height: 100%;
  background: #BE946A;
  opacity: 0.15;
  left: 25%;
  z-index: 10;
  pointer-events: none;
}
.coomon-line i.line2 {
  left: 50%;
}
.coomon-line i.line3 {
  left: 75%;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header .header-wrap {
  position: relative;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header .header-wrap .logo {
  float: left;
  margin-left: 38px;
  margin-top: 9px;
  width: 187px;
  position: relative;
  z-index: 5;
}
.header .header-wrap .header-right {
  float: right;
  margin-right: 50px;
}
.header .header-wrap .header-right .navs {
  float: left;
  margin-right: 22px;
}
.header .header-wrap .header-right .navs li {
  float: left;
  margin-left: 22px;
}
.header .header-wrap .header-right .navs li a {
  position: relative;
  padding: 0 10px;
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 64px;
  font-weight: bold;
}
.header .header-wrap .header-right .navs li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #E62129;
  transition: 0.4s;
}
.header .header-wrap .header-right .navs li:hover a:before,
.header .header-wrap .header-right .navs li.active a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header .header-wrap .header-right .navs:first-child {
  margin-left: 0;
}
.header .header-wrap .header-right .header-wx {
  float: left;
  margin-top: 20px;
}
.header .header-wrap .header-right .header-wx a {
  display: block;
  line-height: 1;
  color: #BE946A;
  font-size: 24px;
}
.header .header-wrap .header-right .header-wx a:hover {
  color: #E62129;
}
.banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 60px);
  z-index: 3;
}
.banner-tab {
  position: relative;
  z-index: 2;
}
.banner-item {
  float: left;
  overflow: hidden;
}
.banner-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-item figure img {
  display: block;
  position: relative;
}
.banner-item.slick-current .banner-top,
.banner-item.slick-current .banner-bott {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.68s;
}
.banner-text {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 42%;
  margin-top: -118px;
  text-align: center;
  z-index: 10;
  color: #F2DCC7;
}
.banner-text .ico {
  display: block;
  line-height: 1;
  font-size: 16px;
  text-align: center;
}
.banner-text small {
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-family: "Times New Roman";
}
.banner-text b {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-family: "Times New Roman";
  letter-spacing: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.banner-text b em {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
}
.banner-text strong {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 20px;
}
.banner-text p {
  font-size: 14px;
  margin-bottom: 20px;
}
.banner-text .arrow {
  margin: auto;
  display: block;
  width: 17px;
  height: 11px;
  background: url("../images/ico.png") center no-repeat;
  background-size: cover;
}
.banner-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-70px);
}
.banner-bott {
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
}
.banner-mark {
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.banner-mark span {
  display: block;
  color: #F2DCC7;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  font-weight: lighter;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  transition: 0.38s;
  opacity: 0;
  visibility: hidden;
}
.banner-mark span:hover {
  color: #E62129;
}
.banner-mark:hover span {
  opacity: 1;
  visibility: visible;
}
.banner-mark.prev span {
  left: 40px;
}
.banner-mark.prev span:hover {
  left: 36px;
}
.banner-mark.next span {
  right: 40px;
}
.banner-mark.next span:hover {
  right: 36px;
}
.banner-mark.next {
  left: auto;
  right: 0;
}
.mouse {
  width: 88px;
  height: 68px;
  background: url("../images/mouse.png") center no-repeat;
  position: absolute;
  left: 48px;
  bottom: 52px;
  z-index: 10;
}
.mouse i {
  display: block;
  width: 8px;
  height: 10px;
  background: url("../images/ico1.png") center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 38px;
  animation: moveDownSpot 1000ms infinite;
  -webkit-animation: moveDownSpot 1000ms infinite;
  -moz-animation: moveDownSpot 1000ms infinite;
}
.banner-numble {
  position: absolute;
  right: 12.5%;
  bottom: 0;
  z-index: 10;
  width: 25%;
  background: #FFFFFF;
  border-top: 2px solid #F3DDC6;
  padding: 25px 0 26px;
}
.banner-numble .numble-line {
  display: block;
  height: 2px;
  width: 20%;
  background-color: #E62129;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 3;
}
.banner-numble .numble {
  margin-left: 76px;
  float: left;
  color: #BE946A;
  font-size: 16px;
  font-family: "Times New Roman";
  line-height: 1;
}
.banner-numble .numble em,
.banner-numble .numble b {
  font-weight: normal;
  font-style: normal;
}
.banner-numble .numble b {
  margin: 0 18px;
}
.banner-numble a {
  margin-right: 70px;
  display: block;
  float: right;
  color: #BE946A;
  font-size: 14px;
  font-family: "Times New Roman";
  line-height: 18px;
  text-transform: uppercase;
}
.banner-numble a:hover {
  color: #E62129;
}
.mouseline {
  width: 4px;
  height: 120px;
  background-color: #E62129;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.about-us {
  position: relative;
  padding-top: 319px;
  z-index: 4;
}
.aboutbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.aboutbg figure {
  width: 100%;
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-honor {
  position: absolute;
  right: 12.5%;
  top: 0;
  width: 25%;
  background: #253860;
  z-index: 4;
}
.about-honor:before {
  content: "";
  width: 4px;
  height: 120px;
  background-color: #E62129;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.about-honor-hide {
  padding: 30px 0 28px;
}
.about-h-item {
  margin-bottom: 12px;
  text-align: center;
}
.about-h-item i {
  display: inline-block;
  color: #BE946A;
  font-size: 56px;
  line-height: 1;
  font-style: normal;
  vertical-align: middle;
}
.about-h-item span {
  display: inline-block;
  min-width: 160px;
  text-align: center;
  margin: 0 -18px;
  color: #fff;
  font-size: 16px;
  color: #FDF6ED;
  line-height: 56px;
}
.about-more {
  padding-top: 8px;
  text-align: center;
}
.about-more a {
  display: inline-block;
  color: #F2DCC7;
  font-size: 14px;
  font-family: "Times New Roman";
  line-height: 1;
  text-transform: uppercase;
}
.about-more a:hover {
  color: #E62129;
}
.about-tab {
  padding: 0 18.75% 0 10.9%;
}
.about-item {
  float: left;
  position: relative;
  width: 100%;
}
.about-imgs {
  margin-left: 34px;
  width: 36.76%;
  float: left;
  position: relative;
}
.about-imgs:before {
  content: "";
  width: 120px;
  width: 0;
  transition: 0.8s;
  height: 4px;
  background: #E62129;
  position: absolute;
  left: 96%;
  top: 115px;
  margin-left: -10px;
}
.about-imgs figure {
  width: 0;
  overflow: hidden;
  transition: 0.8s;
}
.about-imgs figure img {
  display: block;
  width: 25vw;
  height: auto;
}
.about-imgs small {
  display: block;
  line-height: 1;
  color: #BE946A;
  position: absolute;
  left: -18px;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(90deg);
  font-family: "Times New Roman";
}
.about-item.slick-current .about-imgs figure {
  width: 100%;
}
.about-item.slick-current .about-imgs:before {
  width: 120px;
  transition-delay: 0.25s;
}
.about-item.slick-current .about-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: 0.55s 0.3s;
}
.about-content {
  padding-top: 50px;
  width: 44.3%;
  float: right;
  color: #F3DDC6;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
}
.about-content small {
  display: block;
  line-height: 1;
  font-size: 28px;
  font-family: "Times New Roman";
}
.about-content small i {
  margin-right: 6px;
  display: inline-block;
  color: #E62129;
  font-size: 20px;
}
.about-content strong {
  margin-top: 20px;
  margin-bottom: 28px;
  display: block;
  line-height: 1;
  font-size: 40px;
}
.about-content strong b {
  color: #E62129;
}
.about-content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about-content span {
  display: inline-block;
  margin-top: 38px;
  font-size: 14px;
  font-family: "Times New Roman";
  text-transform: uppercase;
  transition: 0.35s;
}
.about-content span:hover {
  color: #E62129;
}
.about-btn {
  position: absolute;
  left: 37.8%;
  margin-left: -100px;
  bottom: -100px;
  z-index: 10;
}
.about-btn span {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #E62129;
  float: left;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  cursor: pointer;
  transition: 0.35s;
}
.about-btn span:first-child {
  background: #112750;
}
.about-btn span:hover {
  background: #BE946A;
}
.home-data {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.home-data-bg {
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center top;
}
.home-about-wrap {
  position: relative;
}
.home-data-wrap {
  position: relative;
  padding: 236px 0 272px;
}
.data-en {
  position: absolute;
  right: 0;
  top: -14%;
  display: block;
  color: transparent;
  font-size: 15.625vw;
  line-height: 1;
  font-family: "Times New Roman";
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #BE946A;
  text-stroke: 1px #BE946A;
  opacity: 0.3;
  z-index: 3;
}
.data-list {
  margin-left: 12.5%;
  width: 50%;
}
.data-list .data-info {
  width: 25%;
  float: left;
}
.data-list .data-info strong {
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #E62129;
  font-size: 2.9167vw;
  font-family: "Times New Roman";
}
.data-list .data-info strong b {
  font-weight: normal;
}
.data-list .data-info strong em {
  margin-left: 5px;
  display: inline-block;
  font-style: normal;
  font-size: 2vw;
}
.data-list .data-info p {
  color: #192338;
  font-size: 16px;
  line-height: 1.5;
}
.home-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 50%;
  z-index: 6;
}
.home-video:before {
  position: absolute;
  left: 0;
  top: -80px;
  content: "";
  width: 4px;
  height: 120px;
  z-index: 4;
  background-color: #E62129;
}
.home-video .homo-video-hide {
  position: relative;
}
.home-video .homo-video-hide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.video-btn {
  width: 118px;
  height: 118px;
  border: 1px solid #F3DDC6;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: 0.35s;
}
.video-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E62129;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: left center;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  visibility: hidden;
}
.video-btn:hover {
  border-color: #E62129;
  transition-delay: 0.35s;
}
.video-btn:hover:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.video-btn span {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  color: #F3DDC6;
  text-transform: uppercase;
  transition: 0.35s;
}
.video-btn span i {
  vertical-align: middle;
  margin-left: 3px;
  display: inline-block;
  color: #F3DDC6;
  font-size: 25px;
  line-height: 1;
}
.video-mark {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(17, 39, 80, 0.8);
  z-index: 200;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
}
.video-mark .video-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.video-mark .video-close {
  width: 56px;
  height: 56px;
  background: #BE946A;
  position: absolute;
  right: -56px;
  top: 0;
  z-index: 20;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  transition: 0.45s;
  cursor: pointer;
}
.video-mark .video-close:hover {
  background-color: #E62129;
  transform: rotate(180deg);
}
.video-mark.show {
  opacity: 1;
  visibility: visible;
}
.video-mark.show .video-content {
  transform: translateY(0vh);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.video-content {
  width: 1200px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -300px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80vh);
  transition: 0.5s;
}
.vidoes {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-service {
  position: relative;
}
.product-service-box {
  width: 75%;
  float: left;
  position: relative;
  z-index: 3;
  padding-top: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.product-service-tab {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product-service-tab .slick-track {
  height: 100%;
}
.product-servi-item {
  height: 100%;
  width: 100%;
  float: left;
}
.product-servi-item figure {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.product-top {
  width: 33.333%;
  position: absolute;
  left: 33.334%;
  top: -100px;
  z-index: 4;
  box-sizing: border-box;
  padding: 30px 44px 55px;
  background: #FDF6ED;
}
.product-top:before {
  content: "";
  width: 4px;
  height: 120px;
  background: #E62129;
  position: absolute;
  right: 0;
  bottom: -28px;
}
.product-top b {
  display: block;
  line-height: 1;
  color: #BE946A;
  font-size: 24px;
  font-family: "Times New Roman";
  font-weight: normal;
  text-transform: uppercase;
}
.product-top b i {
  margin-right: 7px;
  display: inline-block;
  color: #E62129;
  font-size: 20px;
  font-style: normal;
}
.product-top small {
  margin-top: 14px;
  margin-bottom: 32px;
  display: block;
  line-height: 1;
  color: #BE946A;
  font-size: 48px;
  font-family: "Times New Roman";
}
.product-top strong {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  color: #1A2438;
  font-size: 32px;
}
.product-top strong em {
  color: #E62129;
  font-style: normal;
}
.product-top p {
  color: #192338;
  font-size: 16px;
  width: 282px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-service-wrap {
  margin-left: 33.3333%;
  width: 33.3333%;
  min-width: 480px;
  position: relative;
}
.product-service-item {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.product-service-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.product-service-item.active strong,
.product-service-item.active p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0.58s;
}
.product-service-item.active p {
  transition-delay: 0.25s;
}
.product-service-item.active .product-service-btn a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.4s 0.4s;
}
.product-service-item.active .product-service-btn a:last-child {
  transition-delay: 0.65s;
}
.product-service-item strong {
  margin-bottom: 18px;
  display: block;
  color: #EFEFEF;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(44px);
  -webkit-transform: translateY(44px);
}
.product-service-item p {
  color: #EFEFEF;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  transform: translateY(44px);
  -webkit-transform: translateY(44px);
}
.product-service-btn {
  margin-top: 48px;
}
.product-service-btn a {
  position: relative;
  z-index: 3;
  display: block;
  float: left;
  width: 50%;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  background: #BE946A;
}
.product-service-btn a:first-child {
  background: #E62129;
}
.product-service-btn a:last-child:before {
  transform-origin: right 0;
}
.product-service-btn a:before {
  content: "";
  width: 120%;
  height: 240%;
  background: #112750;
  transform-origin: 0 0;
  transform: scale(0);
  visibility: hidden;
  -webkit-transform: scale(0);
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: -70%;
  z-index: -1;
  transition: 0.5s;
}
.product-service-btn a:hover:before {
  transform: scale(1);
  visibility: visible;
}
.product-service-deed {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-service-deed .service-heart {
  color: #BE946A;
  line-height: 1.2;
  margin-left: 50px;
  margin-top: 30px;
  font-size: 16px;
  font-family: "Times New Roman";
}
.product-service-list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-service-list li {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  line-height: 56px;
}
.product-service-list li .service-wrap {
  display: inline-block;
  cursor: pointer;
  display: flex;
  display: -weibkit-flex;
  overflow: hidden;
}
.product-service-list li .service-wrap em {
  display: block;
  float: left;
  color: #BE946A;
  font-size: 56px;
  line-height: 56px;
  transition: 0.35s;
}
.product-service-list li .service-wrap b {
  display: block;
  float: left;
  color: #BE946A;
  font-size: 24px;
  width: 25px;
  margin: 0 -8px;
  font-weight: normal;
  transition: 0.35s;
}
.product-service-list li .service-wrap span {
  display: block;
  color: #262C39;
  font-size: 16px;
  font-weight: bold;
}
.product-service-list li:before {
  content: "";
  width: 6px;
  height: 0;
  transition: 0.45s;
  background: #E62129;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-service-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.product-service-list li.active .service-wrap em,
.product-service-list li.active .service-wrap b {
  color: #E62129;
}
.huide-news {
  background-color: #F4DEC5;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.huide-news-wrap {
  position: relative;
  z-index: 3;
  padding-left: 12.5%;
  padding-top: 105px;
}
.huide-news-wrap:before {
  content: "";
  width: 100%;
  height: 400px;
  background: #F4DEC5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.news-title {
  margin-bottom: 60px;
}
.news-title small {
  margin-bottom: 15px;
  display: block;
  line-height: 1;
  color: #192338;
  font-size: 24px;
  font-weight: normal;
  font-family: "Times New Roman";
  text-transform: uppercase;
}
.news-title small i {
  margin-right: 8px;
  display: inline-block;
  color: #E62129;
  font-size: 20px;
  font-style: normal;
}
.news-title strong {
  display: block;
  line-height: 1;
  color: #07142E;
  font-size: 32px;
  font-weight: normal;
}
.news-title strong b {
  color: #E62129;
  font-weight: normal;
}
.huide-news-tab {
  width: 28.57%;
  float: left;
  position: relative;
}
.news-btns {
  position: absolute;
  right: -36px;
  top: 225px;
  margin-top: -36px;
}
.news-btns span {
  display: block;
  width: 36px;
  height: 36px;
  background: #E62129;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  transition: 0.34s;
}
.news-btns span:first-child {
  background: #BE946A;
}
.news-btns span:hover {
  background: #112750;
}
.news-btns span:first-child:hover {
  line-height: 32px;
}
.news-btns span:last-child:hover {
  line-height: 40px;
}
.huide-news-item {
  width: 100%;
  float: left;
}
.huide-news-item a:hover figure img {
  transform: scale(1.05);
}
.huide-news-item a:hover .news-item-text strong {
  color: #E62129;
}
.huide-news-item figure {
  display: block;
  line-height: 1;
  padding-bottom: 225px;
  overflow: hidden;
  height: 0;
}
.huide-news-item figure img {
  width: 480px;
  display: block;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -240px;
  transition: 0.65s;
}
.news-item-text {
  position: relative;
  padding: 36px 45px 32px;
  background: #fff;
}
.news-item-text strong {
  margin-bottom: 68px;
  display: block;
  line-height: 1.2;
  color: #1A2438;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.news-item-text time {
  display: block;
  color: #1A2438;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Times New Roman";
}
.news-item-text time i {
  margin-right: 6px;
  display: inline-block;
  color: #E62129;
  font-size: 12px;
}
.news-item-text span {
  position: absolute;
  right: 45px;
  bottom: 32px;
  text-transform: uppercase;
  display: block;
  color: #E62129;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Times New Roman";
}
.huide-news-list {
  position: relative;
  width: 57.14%;
  float: right;
  background-color: #fff;
}
.huide-news-tp .slick-dots {
  left: 45px;
  bottom: 47px;
}
.news-list {
  float: left;
  width: 100%;
}
.news-list li {
  position: relative;
  z-index: 3;
}
.news-list li:hover:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.news-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #FDF6ED;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.news-list li a {
  display: block;
}
.news-list li a .news-item-text {
  padding: 36px 45px;
  background: none;
}
.news-list li a .news-item-text strong {
  margin-bottom: 41px;
  transition: 0.35s;
}
.news-list li a .news-item-text time {
  transition: 0.35s;
}
.news-list li a .news-item-text time i {
  color: #BE946A;
  transition: 0.35s;
}
.news-more {
  height: 100px;
  background: #F3DDC6;
  position: relative;
}
.news-more a {
  display: block;
  float: right;
  width: 200px;
  height: 100px;
  line-height: 100px;
  background: #E62129;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Times New Roman";
  text-transform: uppercase;
}
.news-more a i {
  position: relative;
  display: inline-block;
  margin: auto;
  font-style: normal;
}
.news-more a i:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 40px;
  transition: 0.38s;
}
.news-more a:hover i:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer {
  padding: 120px 12.5% 80px;
}
.footer-tops {
  margin-bottom: 70px;
  background-color: #fff;
}
.footer-address {
  float: left;
  padding-top: 35px;
  height: 116px;
  position: relative;
  width: 50%;
}
.footer-address i {
  display: block;
  line-height: 1;
  color: #E62129;
  position: absolute;
  right: 47px;
  top: 38px;
  font-size: 32px;
  font-style: normal;
}
.footer-info {
  float: left;
  margin-left: 45px;
  padding-right: 80px;
}
.footer-info p {
  margin-bottom: 10px;
  color: #1A2438;
  font-size: 14px;
}
.footer-edit {
  float: left;
  margin-top: 20px;
}
.footer-edit p {
  margin-bottom: 10px;
}
.footer-edit p a {
  color: #1A2438;
}
.footer-edit p a:hover {
  color: #E62129;
}
.footer-href {
  width: 33.3333%;
  float: right;
  background: #112750;
}
.footer-share {
  float: left;
  margin-left: 38px;
  margin-top: 38px;
}
.footer-share a {
  margin-right: 48px;
  display: block;
  float: left;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.footer-share a:hover {
  color: #E62129;
}
.scoll-top {
  width: 100px;
  height: 100px;
  float: right;
  cursor: pointer;
  background: #E62129;
  position: relative;
}
.scoll-top i {
  display: block;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.scoll-top:hover i {
  line-height: 92px;
}
.showslider.article-block {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.78s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lineheight.article-block:before {
  transform: scaleY(0);
  transition: 0.5s;
  transform-origin: 0 0;
}
.lineheight.articleShow:before {
  transform: scaleY(1);
  transition-delay: 0.5s;
}
.showslider.articleShow {
  height: 229px;
  box-sizing: border-box;
  opacity: 1;
}
.about-honor-hide.showslider.articleShow {
  padding: 30px 0 28px;
}
.article-block.slderLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: 0.6s;
}
.articleShow.slderLeft {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.article-block.slderTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition: 0.6s;
}
.article-block.slderTop.delay1 {
  transition-delay: 0.3s;
}
.article-block.slderTop.delay2 {
  transition-delay: 0.6s;
}
.articleShow.slderTop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.data-list.article-block .data-info {
  opacity: 0;
  transform: translateX(60px);
  transition: 0.5s;
}
.data-list.articleShow .data-info {
  opacity: 1;
  transform: translateX(0px);
}
.data-list.articleShow .data-info:nth-child(2) {
  transition-delay: 0.2s;
}
.data-list.articleShow .data-info:nth-child(3) {
  transition-delay: 0.4s;
}
.data-list.articleShow .data-info:nth-child(4) {
  transition-delay: 0.6s;
}
.homo-video-hide.showslider.articleShow {
  height: 100%;
}
.proudtc-top-hide.showslider.articleShow {
  height: 302px;
}
.product-service-list.article-block li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(70px);
  transition: 0.5s;
}
.product-service-list.article-block li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-service-list.article-block li:nth-child(3) {
  transition-delay: 0.4s;
}
.product-service-list.article-block li:nth-child(4) {
  transition-delay: 0.6s;
}
.product-service-list.article-block li:nth-child(5) {
  transition-delay: 0.8s;
}
.product-service-list.article-block li:nth-child(6) {
  transition-delay: 1s;
}
.product-service-list.article-block li:nth-child(7) {
  transition-delay: 1.2s;
}
.product-service-list.article-block li:nth-child(8) {
  transition-delay: 1.4s;
}
.product-service-list.articleShow li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*关于我们*/
.pbanner {
  position: relative;
  margin-bottom: -28.31%;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  padding-bottom: 47%;
  height: 0;
  overflow: hidden;
}
.pbanner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.about-us-title {
  position: absolute;
  right: 19%;
  top: 21.24%;
  z-index: 3;
}
.about-us-title strong {
  position: relative;
  padding-bottom: 55px;
  display: block;
  line-height: 1;
  font-size: 2.5vw;
  color: #F2DCC7;
}
.about-us-title strong:before {
  content: "";
  width: 6px;
  height: 32px;
  background: #E62129;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 0;
}
.pbanner-en {
  position: absolute;
  left: 5%;
  top: 6%;
  overflow: hidden;
  color: transparent;
  font-size: 23vw;
  line-height: 1;
  font-family: "Times New Roman";
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #566380;
  text-stroke: 1px #566380;
}
.mouse1 {
  background: url(../images/mouse1.png) center no-repeat;
}
.mouse1 i {
  background: url(../images/ico2.png) center no-repeat;
}
.inner-mouse {
  position: relative;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.about-box {
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.about-items {
  position: relative;
  width: 50%;
  float: left;
}
.about-items a figure {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
}
.about-items a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.about-items:hover a > figure img {
  transform: scale(1.02);
}
.about-items:hover .about-tis {
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition-delay: 0s;
}
.about-items:hover .about-fix {
  opacity: 1;
  visibility: visible;
}
.about-items:hover .about-fix:before {
  width: 100%;
  right: auto;
  left: 0;
}
.about-items:hover .about-fix span.about-logo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) scale(1);
}
.about-items:hover .about-mains .about-hidden small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.about-items:hover .about-mains .about-hidden strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.25s;
}
.about-items:hover .about-mains b {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.about-tis {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -56px;
  text-align: center;
  transition: 0.5s 0.2s;
}
.about-tis strong {
  margin-bottom: 11px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #FDF6ED;
  font-size: 22px;
  font-weight: normal;
}
.about-tis strong em {
  display: inline-block;
  font-style: normal;
  color: #FDF6ED;
  font-size: 22px;
}
.about-tis small {
  display: block;
  text-align: center;
  color: #FDF6ED;
  line-height: 1;
  font-size: 32px;
  font-family: "Times New Roman";
}
.about-tis i {
  margin-top: 25px;
  display: block;
  text-align: center;
  color: #FDF6ED;
  font-size: 12px;
  font-weight: lighter;
  transition: 0.35s;
}
.about-fix {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  opacity: 1;
  visibility: hidden;
  transition: 0.78s;
}
.about-fix:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.8s;
  background: rgba(28, 48, 87, 0.8);
  z-index: -1;
}
.about-fix .about-mains {
  position: absolute;
  left: 29.62%;
  top: 40%;
  right: 14.37%;
  margin-top: -140px;
}
.about-fix .about-mains .about-hidden {
  overflow: hidden;
}
.about-fix .about-mains .about-hidden small {
  margin-bottom: 20px;
  display: block;
  color: #FDF6ED;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Times New Roman";
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  transition: 0.54s;
}
.about-fix .about-mains .about-hidden strong {
  display: block;
  line-height: 1.5;
  color: #FDF6ED;
  font-size: 1.6667vw;
  font-weight: normal;
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  transition: 0.54s;
}
.about-fix .about-mains b {
  position: relative;
  z-index: 3;
  margin-top: 44px;
  display: block;
  font-weight: normal;
  width: 200px;
  height: 72px;
  line-height: 72px;
  color: #F3DDC6;
  background-color: #1C3057;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(40px);
  overflow: hidden;
}
.about-fix .about-mains b:before {
  content: "";
  width: 110%;
  height: 300%;
  background-color: #E62129;
  position: absolute;
  left: -5%;
  top: -95%;
  z-index: -1;
  transform-origin: 0 0;
  border-radius: 50%;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.56s;
}
.about-fix .about-mains b:hover:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.about-logo {
  display: block;
  width: 72px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: 33px;
  padding-top: 15px;
  height: 59px;
  background: url(../images/about.png) center no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(-33px);
}
.profile,
.about-items:nth-child(2) {
  margin-top: 150px;
  float: right;
}
.history {
  position: relative;
  width: 50%;
  float: left;
  background: #FDF6ED;
}
.history-padd {
  padding-bottom: 75%;
}
.history-wrap {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  margin-top: -200px;
}
.common-tts {
  position: relative;
  top: 0;
  margin-top: 0;
}
.common-tts strong {
  color: #192338;
}
.common-tts strong em {
  color: #192338;
}
.common-tts small {
  color: #BE946A;
}
.history-tab {
  width: 80%;
  margin: 80px auto 112px;
}
.history-item {
  float: left;
  text-align: center;
  width: 100%;
}
.history-item time {
  display: block;
  color: #BE946A;
  line-height: 1;
  margin-bottom: 17px;
  font-size: 24px;
}
.history-item p {
  color: #707070;
  font-size: 18px;
  line-height: 1.5;
}
.history-more {
  text-align: center;
}
.history-more span {
  cursor: pointer;
  margin: auto;
  position: relative;
  z-index: 3;
  display: block;
  font-weight: normal;
  width: 200px;
  height: 72px;
  line-height: 72px;
  color: #F3DDC6;
  background-color: #1C3057;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
}
.history-more span:before {
  content: "";
  width: 110%;
  height: 300%;
  background-color: #E62129;
  position: absolute;
  left: -5%;
  top: -95%;
  z-index: -1;
  transform-origin: 0 0;
  border-radius: 50%;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.56s;
}
.history-more span:hover:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.about-tab-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 100%;
}
.about-tab-btn span,
.about-tab-btn a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #BE946A;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.35s;
  margin-top: -18px;
}
.about-tab-btn span.prev,
.about-tab-btn a.prev {
  left: 0;
}
.about-tab-btn span.next,
.about-tab-btn a.next {
  right: 0;
  background: #E62129;
}
.about-tab-btn span:hover,
.about-tab-btn a:hover {
  background: #112750;
}
.history:hover .about-tis {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.about-items:nth-child(2n+2) {
  float: right;
}
.honor .history-padd {
  background-color: #F3DDC6;
}
.honor-tab {
  width: 90%;
  margin: auto;
  margin-top: 62px;
  margin-bottom: 55px;
}
.honor-items {
  float: left;
  width: 100%;
}
.honor-items figure {
  margin: auto;
  display: block;
  line-height: 1;
  overflow: hidden;
  width: 300px;
  max-width: 100%;
  cursor: pointer;
}
.honor-items figure:hover a:before {
  opacity: 1;
  visibility: visible;
}
.honor-items figure:hover a img {
  transform: scale(1.06);
}
.honor-items figure:hover a b {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.honor-items figure a {
  margin: auto;
  display: block;
  position: relative;
  z-index: 3;
  padding-bottom: 68.333%;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}
.honor-items figure a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(28, 48, 87, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.honor-items figure a b {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -12px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  z-index: 6;
  opacity: 0;
  transform: scale(0);
  transition: 0.36s;
}
.honor-items figure a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.honor-items span {
  margin-top: 13px;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor .history-wrap {
  margin-top: -246px;
}
html.noscoll,
body.noscoll {
  overflow: hidden;
  height: unset;
}
.about-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.78s 0.3s;
  opacity: 0;
  visibility: hidden;
}
.about-popup.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.about-popup.show .about-popup-content {
  right: -6px;
}
.about-bg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(17, 39, 80, 0.8);
}
.about-popup-content {
  width: 1100px;
  position: absolute;
  right: -1100px;
  top: 0;
  min-height: 100%;
  background: #FDF6ED;
  transition: 0.78s cubic-bezier(0.7, 0, 0.3, 1);
}
.about-popup-wrap {
  padding: 136px 70px 110px;
  position: relative;
}
.about-popup-wrap .about-logo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  left: auto;
  right: 70px;
  top: 47px;
}
.pop-close {
  display: block;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #BE946A;
  position: absolute;
  right: 1100px;
  top: 47px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: 0.36s;
}
.pop-close:hover {
  transform: rotate(180deg);
}
.pop-close.fiexds {
  position: fixed;
}
.about-pop-small small {
  display: block;
  color: #BE946A;
  font-size: 16px;
  font-family: "Times New Roman";
  line-height: 1.5;
}
.about-pop-small strong {
  margin-top: 20px;
  display: block;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.4;
}
.about-popup-view {
  margin-top: 53.5px;
}
.about-popup-view p,
.about-popup-view a {
  color: #707070;
  font-size: 16px;
  text-align: justify;
}
.about-popup-view img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}
.profile-video {
  position: relative;
}
.profile-video img {
  width: 100%;
  height: auto;
}
.profile-video .vidoes {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.profile-datas {
  width: 100%;
  margin-left: 0;
  margin-top: 56px;
  margin-bottom: 46px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.profile-datas .data-info {
  width: auto;
}
.historys-list {
  margin-top: 77px;
  position: relative;
  z-index: 3;
}
.historys-list:before {
  content: "";
  width: 1px;
  position: absolute;
  left: 5px;
  top: 30px;
  bottom: 0;
  background: linear-gradient(to bottom, #BE946A, #BE946A 4px, transparent 4px, transparent);
  background-size: 100% 8px;
}
.historys-item {
  position: relative;
}
.historys-item strong {
  position: relative;
  display: block;
  float: left;
  padding-left: 35px;
  color: #E62129;
  line-height: 1;
  font-size: 32px;
  font-family: "Times New Roman";
}
.historys-item strong:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #BE946A;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.history-content {
  margin-left: 136px;
}
.history-content-list li {
  margin-bottom: 28px;
  padding: 16px 25px 20px;
  background: #fff;
}
.history-content-list li time {
  display: block;
  line-height: 1.5;
  color: #BE946A;
  font-size: 18px;
}
.history-content-list li p {
  color: #707070;
  font-size: 14px;
  margin-top: 12px;
}
.history-content-list li img {
  display: block;
  width: 265px;
  height: auto;
  max-width: 100%;
  margin-top: 16px;
}
.honor-lists {
  width: auto;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.honor-lists .honor-items {
  width: 33.3333%;
  margin-bottom: 45px;
  float: left;
}
.honor-lists .honor-items figure {
  margin: 0 15px;
  max-width: none;
  width: auto;
}
/*news*/
.news-titles {
  right: auto;
  left: 11.68%;
}
.news-titles strong {
  float: left;
}
.menu-leval {
  float: left;
  margin-left: 52px;
  margin-top: 30px;
}
.menu-leval li {
  float: left;
  margin-right: 28px;
}
.menu-leval li.active a {
  color: #E62129;
}
.menu-leval li a {
  display: block;
  color: #F2DCC7;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}
.menu-leval li a:hover {
  color: #E62129;
}
.news-tabs {
  position: relative;
  z-index: 2;
  background: #F2DCC7;
}
.news-foucs {
  position: relative;
}
.news-foucs .about-logo {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.news-itemsd {
  position: relative;
  float: left;
  width: 100%;
}
.news-imgs {
  width: 50%;
  float: left;
  overflow: hidden;
}
.news-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
.news-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.news-con {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #F2DCC7;
}
.news-con .news-wrapd {
  position: absolute;
  left: 23.87%;
  right: 22.5%;
  top: 50%;
  margin-top: -138px;
}
.news-con .news-wrapd time {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  color: #1A2438;
  font-size: 14px;
  font-family: "Times New Roman";
}
.news-con .news-wrapd time i {
  position: relative;
  top: -2px;
  margin-right: 7px;
  display: inline-block;
  color: #BE946A;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}
.news-con .news-wrapd strong {
  margin-bottom: 22px;
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con .news-wrapd p {
  color: #5C5C5C;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-con .news-wrapd span {
  margin-top: 80px;
  display: block;
  width: 140px;
  height: 56px;
  line-height: 56px;
  background: #112750;
  color: #F3DDC6;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.news-con .news-wrapd span:hover {
  background-color: #E62129;
}
.news-btn {
  width: 72px;
  left: 50%;
  margin-left: -36px;
}
.inner-news-list {
  float: none;
  position: relative;
}
.inner-news-list li {
  width: 50%;
  float: left;
  background: #FFFFFF;
  border-bottom: 1px solid #FDF6ED;
}
.inner-news-list li:before {
  background: #E62129;
}
.inner-news-list li a:hover strong {
  color: #fff;
}
.inner-news-list li a:hover time {
  color: #fff;
}
.inner-news-list li a:hover time i {
  color: #fff;
}
.inner-news-list li a:hover figure img {
  transform: scale(1.1);
}
.inner-news-list li a strong {
  width: 70%;
}
.news-item-text figure {
  display: block;
  line-height: 1;
  width: 142px;
  position: absolute;
  overflow: hidden;
  right: 36px;
  top: 50%;
  margin-top: -40px;
}
.news-item-text figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.45s;
}
.news-views-tt {
  margin-bottom: 65px;
}
.news-views-tt strong {
  margin-bottom: 20px;
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
}
.news-views-tt time {
  display: block;
  color: #1A2438;
  font-size: 14px;
}
.news-views-tt time i {
  display: inline-block;
  color: #BE946A;
  margin-right: 7px;
}
.news-view {
  color: #707070;
  font-size: 16px;
  text-align: justify;
}
.news-view a {
  color: #707070;
}
.news-view img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.video-items {
  position: relative;
}
.video-imgs {
  width: 60%;
  float: right;
  z-index: 30;
  position: relative;
}
.video-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.video-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.video-titles {
  width: 40%;
  position: absolute;
  left: 0;
  top: 89px;
  bottom: 0;
  background: #112750;
}
.video-titles strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  color: #fff;
  left: 29.21%;
  right: 0;
  top: 44%;
  margin-top: -12px;
  text-align: left;
}
.video-titles strong:before {
  content: "";
  width: 15%;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.video-imgs .video-btn {
  left: 96px;
  margin-left: 0;
}
.product-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.product-popup:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(28, 48, 87, 0.8);
  z-index: -1;
  transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
}
.product-wraps {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -56px;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.product-wraps .about-tis {
  position: relative;
  top: 0;
  margin-top: 0;
}
.about-items:hover .product-wraps .about-tis {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.product-donw {
  width: 450px;
  margin: auto;
  max-width: 90%;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
  transform: translateY(30px);
}
.product-donw p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-donw span {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  width: 200px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin: auto;
  margin-top: 98px;
  background-color: #112750;
  color: #F3DDC6;
  font-size: 14px;
  transition: 0.4s;
}
.product-donw span:before {
  content: "";
  width: 110%;
  height: 300%;
  background-color: #E62129;
  position: absolute;
  left: -5%;
  top: -95%;
  z-index: -1;
  transform-origin: 0 0;
  border-radius: 50%;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.56s;
}
.product-donw span:hover:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.about-items a:hover .product-popup:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-items a:hover .product-popup .product-wraps {
  margin-top: -173px;
}
.about-items a:hover .product-popup .product-wraps .about-tis i {
  opacity: 0;
  visibility: hidden;
}
.about-items a:hover .product-popup .product-wraps .product-donw {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.2s;
}
.about-items.article-block {
  transform: translateY(200px);
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.about-items.articleShow {
  transform: translateY(0px);
}
.product-banner {
  position: relative;
}
.product-banner figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 47%;
  height: 0;
}
.product-banner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.product-banner .about-tab-btn {
  top: 40%;
}
.prodoct-banner-title {
  top: auto;
  margin-top: 0;
  bottom: 222px;
}
.prodoct-banner-title strong {
  overflow: hidden;
  font-size: 32px;
}
.prodoct-banner-title strong em {
  font-size: 30px;
}
.prodoct-banner-title small {
  font-size: 45px;
  overflow: hidden;
}
.product-inner {
  position: relative;
  margin-top: -117px;
  z-index: 2;
}
.product-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 10%;
  height: 100%;
  background: #566380;
  z-index: -1;
}
.product-wr {
  padding: 36px 0 52px;
  text-align: center;
}
.product-wr small {
  display: block;
  color: #BE946A;
  line-height: 1.5;
  font-family: "Times New Roman";
  font-size: 16px;
}
.product-wr strong {
  margin-top: 16px;
  display: block;
  color: #F3DDC6;
  font-size: 2vw;
  line-height: 1.4;
  font-weight: normal;
}
.product-view-box {
  position: relative;
  background-color: #FDF6ED;
}
.product-views {
  padding: 60px 0 0;
  width: 960px;
  margin: auto;
  max-width: 90%;
}
.product-introduct p {
  color: #707070;
  font-size: 16px;
  text-indent: 38px;
}
.service-data {
  margin-top: 36px;
  text-align: center;
}
.service-item {
  display: inline-block;
  margin-left: 130px;
}
.service-item:first-child {
  margin-left: 0;
}
.service-item p {
  margin-bottom: 24px;
  text-align: center;
  color: #BE946A;
  font-size: 3.5vw;
  font-family: "Times New Roman";
  line-height: 1;
}
.service-item p b {
  font-weight: normal;
}
.service-item p i {
  margin-left: 5px;
  font-style: normal;
}
.service-item span {
  display: block;
  line-height: 1;
  text-align: center;
  color: #BE946A;
  font-size: 16px;
}
.service-list {
  padding-top: 56px;
}
.service-list li {
  margin-bottom: 50px;
}
.service-list li:nth-child(2n+2) figure {
  float: left;
}
.service-list li:nth-child(2n+2) .service-texts {
  float: right;
}
.service-list li:last-child {
  margin-bottom: 0;
}
.service-list li:hover figure img {
  transform: scale(1.05);
}
.service-list li figure {
  display: block;
  width: 50%;
  float: right;
  overflow: hidden;
}
.service-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.service-list li .service-texts {
  width: 42.7%;
  float: left;
}
.service-list li .service-texts strong {
  margin-bottom: 28px;
  display: block;
  line-height: 1;
  color: #BE946A;
  font-size: 24px;
}
.service-list li .service-texts p {
  color: #707070;
  font-size: 16px;
  line-height: 2;
}
.product-view-i {
  color: #707070;
  font-size: 16px;
}
.product-view-i a {
  color: #707070;
}
.product-view-i img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.service-views {
  margin-top: 60px;
}
.service-views .servicett {
  margin-bottom: 32px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #BE946A;
  font-size: 24px;
}
.service-items {
  float: left;
}
.service-items img {
  display: block;
  width: 100%;
  height: auto;
}
.service-infos {
  position: relative;
}
.service-infos .service-tab-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-infos:hover .service-tab-btn {
  opacity: 1;
  visibility: visible;
}
.service-views-btn {
  border-bottom: 1px solid #F3DDC6;
}
.service-views-btn span {
  position: relative;
  display: block;
  float: left;
  margin-right: 38px;
  padding: 14px 0 21.5px;
  color: #707070;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
  transition: 0.35s;
}
.service-views-btn span:before {
  content: "";
  width: 0;
  height: 3px;
  background: #BE946A;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.service-views-btn span.active,
.service-views-btn span:hover {
  color: #BE946A;
}
.service-views-btn span.active:before,
.service-views-btn span:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.service-views-btn span:last-child {
  margin-right: 0;
}
.community {
  margin-left: -15px;
  margin-right: -15px;
}
.community li {
  margin-bottom: 35px;
  width: 33.333%;
  float: left;
}
.community li figure {
  display: block;
  margin: 0 15px;
  overflow: hidden;
}
.community li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.community li figure:hover img {
  transform: scale(1.1);
}
.cooperates {
  margin-left: -30px;
  margin-right: -30px;
}
.cooperates li {
  width: 33.3333%;
  float: left;
  margin-bottom: 40px;
}
.cooperates li figure {
  display: block;
  line-height: 1;
  margin: 0 30px;
}
.cooperates li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.cooperates li figure:hover img {
  transform: translateY(-5px);
}
.cooperate-item {
  position: relative;
  width: 25%;
  float: left;
  cursor: pointer;
}
.cooperate-item:hover figure img {
  transform: scale(1.05);
}
.cooperate-item:hover figure:before {
  background: rgba(28, 48, 87, 0.8);
}
.cooperate-item:hover .cooperate-tis {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
.cooperate-item:hover .cooperate-text .about-logo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cooperate-item:hover .cooperate-text .cooperate-content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.2s;
}
.cooperate-item:hover .cooperate-text .cooperate-content span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
.cooperate-item figure {
  position: relative;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.cooperate-item figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: rgba(28, 48, 87, 0.3);
  transition: 0.5s;
}
.cooperate-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.cooperate-tis {
  margin-top: -70px;
  z-index: 6;
  transition: 0.35s;
}
.cooperate-tis small {
  font-size: 24px;
  line-height: 1.4;
}
.cooperate-tis i {
  margin-top: 20px;
}
.cooperate-text {
  position: absolute;
  left: 12.25%;
  right: 12.25%;
  top: 50%;
  margin-top: -161px;
  z-index: 10;
}
.cooperate-text .about-logo {
  position: relative;
  left: 0;
  top: 0;
  font-size: 14px;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  background-size: cover;
}
.cooperate-text .cooperate-content {
  margin-top: 35px;
}
.cooperate-text .cooperate-content p {
  color: #EFEFEF;
  font-size: 16px;
  text-indent: 42px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
}
.cooperate-text .cooperate-content span {
  position: relative;
  margin-top: 62px;
  display: inline-block;
  color: #EFEFEF;
  font-size: 16px;
  font-family: "Times New Roman";
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.4s;
}
.cooperate-text .cooperate-content span:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 0;
  transition: 0.42s;
}
.cooperate-text .cooperate-content span:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.format {
  position: relative;
  padding: 31px 0 54.5px;
  background: #566380;
}
.format-wrap {
  width: 1226px;
  margin: auto;
}
.format-wrap strong {
  margin-bottom: 38px;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.format-list {
  overflow: hidden;
}
.format-list li {
  padding-top: 6px;
  float: left;
  margin-right: 124px;
  text-align: center;
}
.format-list li:last-child {
  margin-right: 0;
}
.format-list li:hover b {
  color: #fff;
  transform: translateY(-5px);
}
.format-list li b {
  display: block;
  text-align: center;
  color: #F2DCC7;
  font-size: 56px;
  font-size: 3.5vw;
  line-height: 1;
  font-weight: lighter;
  transition: 0.4s;
}
.format-list li span {
  margin-top: 14px;
  display: block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 14px;
}
.entrust {
  width: 1226px;
  margin: auto;
  padding: 50px 0;
}
.entrust-tt {
  margin-bottom: 34px;
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}
.entrust-box {
  background: #fff;
}
.entrust-item {
  margin-bottom: 47.5px;
}
.entrust-item:last-child {
  margin-bottom: 0;
}
.entrust-item-li {
  width: 47.5%;
  padding: 15px 0 21px;
  box-sizing: border-box;
  float: left;
  border-top: 2px solid #BE946A;
}
.entrust-item-li:last-child {
  float: right;
  border-top: 2px solid #F3DDC6;
}
.entrust-item-li:first-child {
  padding-left: 22px;
}
.entrust-item-li b {
  display: block;
  line-height: 1;
  color: #BE946A;
  font-size: 20px;
  font-weight: normal;
}
.entrust-item-li p {
  margin-top: 16px;
  color: #707070;
  font-size: 14px;
}
.cooperate-tops {
  padding: 47px 0 70px;
}
.cooperate-tops .coopecate-left {
  float: left;
  margin-top: 58px;
}
.cooperate-tops .coopecate-left small {
  margin-bottom: 22px;
  display: block;
  line-height: 1.4;
  color: #BE946A;
  font-size: 16px;
  font-family: "Times New Roman";
}
.cooperate-tops .coopecate-left strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
}
.cooperate-wrap {
  padding: 47px 70px 50px 70px;
}
.coopecate-imgs {
  width: 64.2%;
  float: right;
}
.coopecate-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperate-views p,
.cooperate-views a {
  color: #707070;
  font-size: 16px;
  text-align: justify;
}
.cooperate-views img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.project-bx {
  position: relative;
  margin-bottom: 0;
  padding: 122px 0 298px;
  background: #6F798B;
}
.project-bx .about-us-title {
  right: auto;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.project-bx .about-us-title strong {
  display: inline-block;
}
.project-map {
  position: relative;
}
.project-map .project-rigth {
  float: right;
  width: 823px;
  max-width: 100%;
  margin-right: 102px;
  position: relative;
}
.project-map .project-rigth .projectimg {
  display: block;
  line-height: 1;
}
.project-map .project-rigth .projectimg img {
  display: block;
  width: 100%;
  height: auto;
}
.project-small {
  position: absolute;
  left: 11.54%;
  top: 31.4%;
}
.project-small small {
  display: block;
  padding-left: 14px;
  position: relative;
  color: #0E244E;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Times New Roman";
}
.project-small small:before {
  content: "";
  width: 2px;
  height: 46px;
  background: #E62129;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
}
.project-area {
  position: absolute;
}
.project-area.area1 {
  width: 30.98%;
  left: 29.52%;
  top: 40.54%;
}
.project-area.area1 span {
  left: 11.37%;
  top: 42.35%;
}
.project-area.area2 {
  width: 21.14%;
  right: 21.26%;
  top: 39.52%;
}
.project-area.area2 span {
  left: 50%;
  margin-left: -28px;
  top: 31%;
}
.project-area.area3 {
  width: 21.14%;
  right: 26.6%;
  bottom: 12.77%;
}
.project-area.area3 span {
  right: 9.7%;
  top: 51.14%;
}
.project-area img {
  display: block;
  width: 100%;
  height: auto;
}
.project-area span {
  display: block;
  line-height: 1;
  color: #FDF6ED;
  font-size: 14px;
  position: absolute;
}
.tress-area {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tress-area p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.project-area.article-block.area2 img {
  transition: 0.5s 0.5s;
}
.project-area.article-block.area2 span {
  transform: translateY(-50px);
  transition: 0.45s 0.9s;
}
.project-area.article-block.area3 img {
  transition: 0.5s 0.8s;
}
.project-area.article-block.area3 span {
  transform: translateY(50px);
  transition: 0.45s 1.2s;
}
.project-area.article-block img {
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: 0.5s 0.1s;
}
.project-area.article-block span {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: 0.45s 0.4s;
}
.project-area.articleShow img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.project-area.articleShow.area2 span {
  transform: translateY(0px);
}
.project-area.articleShow.area3 span {
  transform: translateY(0px);
}
.project-area.articleShow span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.project-ul {
  position: relative;
  margin: -163px -37px 0;
}
.project-ul li {
  margin-bottom: 60px;
  width: 25%;
  float: left;
}
.project-ul li figure {
  display: block;
  margin: 0 37px;
  position: relative;
  cursor: pointer;
}
.project-ul li figure:hover a img {
  transform: scale(1.1);
}
.project-ul li figure:hover span {
  color: #fff;
  background: #E62129;
}
.project-ul li figure:hover span i {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.project-ul li figure a {
  display: block;
  overflow: hidden;
}
.project-ul li figure a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.project-ul li figure span {
  position: relative;
  display: block;
  padding: 0 42px 0 23px;
  background: #F2DCC7;
  height: 64px;
  line-height: 64px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-ul li figure span i {
  display: block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.35s;
}
.loadmore {
  text-align: center;
}
.loadmore a {
  display: block;
  width: 240px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  background: #F2DCC7;
  margin: auto;
}
.loadmore a:hover {
  background: #E62129;
  color: #fff;
}
.pabbner1 {
  margin-bottom: -300px;
}
.pabbner1 .news-titles {
  left: 50%;
  margin-left: -600px;
}
.team-staff {
  position: relative;
  padding: 29px 0 40px;
  background: #6F798B;
  overflow: hidden;
}
.team-staff:before {
  content: "";
  width: 4px;
  height: 120px;
  background: #E62129;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
}
.team-staff-wrap .team-tt {
  margin-bottom: 37px;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.team-staff-tab {
  position: relative;
}
.team-swiper {
  margin-left: -43px;
  margin-right: -43px;
}
.team-info {
  width: 33.3333%;
  float: left;
}
.team-info figure {
  display: block;
  margin: 0 43px;
  overflow: hidden;
}
.team-info figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.team-info figure:hover img {
  transform: scale(1.05);
}
.join-boxs {
  position: relative;
  background: #FDF6ED;
}
.join-contact {
  padding-top: 58px;
}
.join-left {
  float: left;
  padding-top: 5px;
}
.join-left strong {
  display: block;
  line-height: 1;
  color: #1C3057;
  font-size: 24px;
}
.join-left .join-tel {
  margin-top: 32px;
}
.join-left .join-tel p {
  float: left;
  color: #707070;
  font-size: 16px;
  line-height: 40px;
  margin-right: 56px;
}
.join-left .join-tel p img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
.join-eq {
  float: right;
  margin-right: 38px;
  text-align: center;
}
.join-eq img {
  display: block;
  width: 130px;
}
.join-eq span {
  margin-top: 12px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #707070;
  font-size: 14px;
}
.project-area,.project-small {
    display: none;
}