@charset "utf-8";

header {
  width: 100%;
}
/*................*/
.header {
  padding: 0px 0px;
  max-width: 1920px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  background: url(../img/header.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.header .logo img {
  height: 58px;
  margin-top: 20px;
  padding: 0px 0px;
  width: auto;
  transition: all 0.5s;
}
header .nav {
  padding: 0px 0px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
header .nav > ul {
  transition: all 0.5s;
}
header .nav > ul > li {
  display: inline-block;
  padding: 0px 25px;
}
.header .nav > ul > li > a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  padding: 0px 0px 0px;
  line-height: 100px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s;
}
.header-b .nav > ul > li > a {
  line-height: 80px;
}

header .nav > ul > li:hover a,
header .nav > ul > li.active a {
  font-weight: 600;
}
.header .nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header .nav > ul > li .submenu li:hover a,
header .header.on .nav > ul > li .submenu li:hover a {
  color: #0075c1;
}

.submenu {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0%;
  padding: 40px 0px 40px;
  position: absolute;
  top: calc(100% + 0px);
  z-index: 0;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  transition: height 0.5s;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.submenu .t {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.submenu .sub-menu {
  display: flex;
}
.submenu .sub-menu li {
  width: 35%;
  margin-right: 2%;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  text-align: left;
  display: flex;
  align-items: stretch;
}
.header .nav .submenu .sub-menu li a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  padding: 10px 0px;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  transition: 0.6s;
}
.header .nav > ul > li:hover .submenu li,
.header .nav > ul > li:focus .submenu li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header .nav > ul > li:hover .submenu,
.header .nav > ul > li:focus .submenu {
  height: 200px;
  z-index: 10;
}
.lang-ico {
  display: flex;
  align-items: center;
}
.lang-ico a{
  display: flex;
  color: #fff;
  font-size: 1.125rem;
  align-items: center;
  padding: 0px 10px;
}
.lang-ico i {
  font-size: 20px;
  padding-right: 5px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: transparent;
  border: none;
}
.head-drop {
  display: inline-block;
  text-align: center;
}
.head-drop .dropdown-toggle {
  color: #fff;
}
.head-drop .dropdown-menu {
  min-width: 62px !important;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  border: 1px solid;
  left: 0;
  top: 84%;
  border-radius: 0;
}
.head-drop .dropdown-menu > li {
  border-bottom: 1px solid;
}
.head-drop .dropdown-menu > li > a {
  padding: 0px 15px;
}
.head-drop .dropdown-menu > li > a {
  color: #fff !important;
}
.head-drop .dropdown-menu > li > a:focus,
.head-drop .dropdown-menu > li > a:hover {
  background: #fff;
  color: #0075c1 !important;
}
/*分享按钮*/
.shareicon {
  width: auto;
  margin-left: 15px;
  background: #394285;
}
.shareicon-er .shareicon,.contact .shareicon{
  background-color: transparent;
}
.contact .shareicon{
  margin: 1rem 0px;
}
.shareicon ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.shareicon ul li {
  position: relative;
  margin-left: 20px;
}
.shareicon ul li .btab{
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-left: 65px;
  background: url(../img/lepu.png) no-repeat 15px center;
  background-color: #fff;
}
.shareicon ul li .btab .change{
  background: #000;
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin: 1px;
  color: #fff;
  font-weight: 200;
  cursor: pointer;
  position: relative;
}
.shareicon ul li .btab .dropdown-menu {
  left: auto;
  right: 0;
}
.shareicon ul li .btab .dropdown-item {
  padding: 5px;
  line-height: 1.3;
  white-space: nowrap;
  border-bottom: 1px solid #e7e7e7;
}
.shareicon ul li .btab .dropdown-item a{
  font-weight: 200;
  width: 100%;
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}
.shareicon ul li .btab .dropdown-item a:hover{
  color: #0075c1;
}
.shareicon-er .shareicon ul li,.contact .shareicon ul li{
  margin-left: 0px;
  margin-right: 15px;
}
.shareicon a.phone{
  display: flex;
  align-items: center;
  background: url(../img/phone.png) no-repeat left center;
  background-size: 20px;
  padding-left: 25px;
}
.shareicon .mail span{
  display: none;
}
.shareicon a.weChat i {
  transition: all 0.3s;
}
.shareicon a.weChat .er-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
  height: 10px;
  opacity: 0.0;
  transition: all 0.3s;
}
.shareicon a.weChat:hover .er-box{
  opacity: 1.0;
  background: #fff;
  padding: 5px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.shareicon i,
.shareicon a {
  transition: all 0.5s;
  font-size: 1.125rem;
  color: #fff;
}
.change i{
  color: #fff;
  margin-left: 10px;
}
.contact .shareicon i,
.contact .shareicon a {
  color: #181818;
  font-size: 1.25rem;
}
.shareicon ul li span {
  font-size: 1.25rem;
    font-weight: 900;
}

@media (max-width: 1420px) {
  header .nav > ul > li {
    display: inline-block;
    padding: 0px 18px;
  }
}
@media (max-width: 1360px) {
  header .nav > ul > li {
    display: inline-block;
    padding: 0px 15px;
  }
  .shareicon ul li {
    margin-left: 10px;
  }
  .shareicon a {
    font-size: 14px;
  }
  header .nav > ul > li {
    padding: 0px 10px;
  }
  .shareicon a.phone {
    background-size: 16px;
    padding-left: 21px;
  }
  .shareicon ul li {
    margin-left: 10px;
  }
}
@media (max-width: 1280px) {
  header .nav > ul > li {
    display: inline-block;
    padding: 0px 10px;
  }
}
@media (max-width: 992px) {
  .header .logo img {
    height: 50px;
    padding: 5px 0px;
    margin-top: 0px;
  }
  .header:after{
    width: 12%;
  }
  header .nav > ul {
    display: block;
  }
  header .nav {
    position: absolute;
    left: -100vw;
    top: 100%;
    width: 100%;
    height: calc(100vh - 50px);
    background: #343434;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-top: 20px;
  }
  header .nav.show {
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header .nav ul li {
    display: block !important;
    padding: 0 20px;
  }
  .header .nav ul li a {
    line-height: 42px;
    padding: 0px 10px;
    border-bottom: 1px solid #f8f8f8;
    color: #fff;
  }
  .lang-ico{
    margin-left: 20px;
    margin-right: 20px;
    background: transparent;
    display: block;
    border-bottom: 1px solid #f8f8f8;
  }
  .head-drop .dropdown-menu > li {
    border-bottom: none;
  }
  .submenu,
  .head-drop .dropdown-toggle{
    display: none;
  }
  .head-drop .dropdown-menu{
    display: flex;
    justify-content: flex-start;
    background: transparent;
    position: relative;
    width: 100%;
    border: 0;
  }
  .head-drop .dropdown-menu > li{
    padding: 0 0px;
  }
  .head-drop .dropdown-menu > li > a {
    border-bottom: 0px solid #f8f8f8;
  }
  .header .nav .shareicon {
    margin: 0px 20px;
    background: transparent;
  }
  header .nav .shareicon ul li {
    padding: 0;
    margin: 0;
  }
  header .nav .shareicon a i {
    font-size: 16px;
  }
  header .nav .shareicon .weChat {
    display: none;
  }
  header .nav .shareicon .mail i{
    margin-right: 5px;
  }
  header .nav .shareicon .mail span{
    display: block;
  }
  header .nav .shareicon ul li a {
    border-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  header .nav .shareicon a.phone {
    padding-left: 21px;
  }
  header .nav .shareicon ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header .nav .shareicon ul li {
    width: 100%;
    padding-left: 10px;
  }
  header .nav .shareicon ul li:first-child{
    margin: 0;
    border-bottom: 1px solid #f8f8f8;
  }
  header .nav .shareicon ul li:last-child {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 0 10px 10px;
    margin: 0;
  }
  .shareicon ul li .btab {
    max-width: 180px;
  }
  .shareicon ul li .btab .dropdown-menu {
    right: auto;
  }
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .banner-txt{
  width:90%;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 0%;
  z-index: 9;
  line-height: 1.2;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  padding: 11% 0 12%;
}
.banner .banner-txt:after{
  content: "hennly";
  display: block;
  font-size: 11.25rem;
  text-transform: uppercase;
  line-height: 0.85;
  font-weight: 700;
  z-index: 0;
  white-space: nowrap;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-txt h3{
  font-weight: 800;
  font-size: 5.0rem;
  line-height: 1.5;
}
.banner .banner-txt h3 p{
  font-weight: 400;
}
.banner .banner-txt p{
  font-size: 2.5rem;
}
.banner .banner-txt ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-txt ul li{
  width: 18%;
  margin-bottom: 20px;
}
.banner .banner-txt ul li a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 100px;
}
.banner .banner-txt ul li a img{
  padding: 0px 30px;
  border-radius: 100px;
}
@media(max-width:992px){
  .banner .banner-txt {
    padding: 20% 0 12%;
  }
  .banner .banner-txt ul{
    display: none;
  }
  .banner .banner-txt h3 {
    font-size: 1.5rem;
  }
  .banner .banner-txt p {
    font-size: 1.125rem;
  }
}
@media(max-width:768px){
}
.common {
  padding-top: 145px;
  padding-bottom: 145px;
}
.commonT {
  padding-top: 145px;
}
.commonB {
  padding-bottom: 145px;
}
.comm-box{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 12;
  justify-content: space-between;
}
.more{
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.tit-con{
  z-index: 1;
  display: flex;
  color: #181818;
  padding-bottom: 30px;
  justify-content: space-between;
  position: relative;
}
.tit-con h3{
  font-weight: 600;
  font-size: 2.8rem;
}
.tit-con h3 span{
  color: #394285;
}
.tit-con p{
  width: 45%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.title p{
  white-space: nowrap;
}
@media (max-width: 992px) {
  .more {
    font-size: 1rem;
  }
  .common {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commonT {
    padding-top: 30px;
  }
  .title {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .tit-con {
    padding: 25px 0 20px;
    margin-top: 0;
  }
  .tit-con h3 {
    font-size: 1.25rem;
    padding-bottom: 5px;
  }
  .tit-con p {
    width: 85%;
    font-size: 1rem;
    white-space: normal;
  }
  .title span{
    font-size: 1.25rem;
  }
  .title .more {
    margin: 0px 0;
    font-size: 1.0rem;
  }
  .about .title,.news .title,.case .title p,.product .title em{
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
}
.case:before, .hot-product:before, .partner:before {
  content: "products";
  display: block;
  font-size: 11.25rem;
  text-transform: uppercase;
  position: absolute;
  left: -15px;
  line-height: 0.85;
  font-weight: 700;
  z-index: 0;
  white-space: nowrap;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .case:before, .hot-product:before, .partner:before {
    font-size: 3.0rem;
    left: -4px;
  }
}
.hot-product:before{
  content: "hot-products";
}
.case:before{
  content: "about us";
  background-image: linear-gradient(to bottom, #f5f5f5, rgba(255, 255, 255, 0));
}
.partner:before{
  content: "HENNLY CaseS";
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.product {
  background: #fff;
  overflow: hidden;
}
.case-list {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 1px 3px 10px 5px rgb(0 0 0 / 4%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list .list-con{
  display: flex;
  flex-direction: column;
}
.case-list .list-con .list-r{
  padding: 10px 25px 40px;
  border-top: 1px solid #ededed;
}
.case-list .list-con .list-r p{
  font-size: 1.125rem;
  line-height: 0.9;
}
.case-list .list-con .list-r span{
  font-size: 0.815rem;
}
.case-list .list-con .list-r a{
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  padding: 5px 35px;
  background: #394285;
  margin-top: 10px;
  border-radius: 40px;
}
/* 热门产品 */
.hot-product {
  position: relative;
  background: url(../img/product.png) no-repeat top center;
  background-size: 100%;
  overflow: hidden;
}
.hot-product .tit-con{
  margin-top: 8rem;
}
.hot-product .tit-con,.hot-product .tit-con h3 span,.hot-product .tit-con .more {
  color: #fff;
}
@media (max-width: 992px) {
  .product-con {
    padding: 1rem 0rem;
    flex-direction: column;
  }
  .product-con .product-l,.product-con .product-r {
    width: 100%;
  }
  .product-con .product-l img {
    border-right: 0;
  }
  .product-con .product-r {
    padding: 2rem 15px;
  }
  .product-con .product-r .product-r-con h3{
    font-size: 1.25rem;
  }
  .product-con .product-r .pro-btn a {
    margin: 2rem 0 0;
  }
  .hot-product .related_product .product-list {
    padding: 20px;
  }
  .product .box-btn {
    margin-top: -3.5rem;
    width: 9rem;
  }
  .product .swiper-button-prev, .product .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
  }
  .product .swiper-button-prev{
    left: 1.5rem;
  }
  .product .swiper-button-next {
    left: 5rem;
  }
  .product .tit-con {
    flex-direction: row;
    padding: 0;
  }
  .product .tit-con .tab a{
    padding: 0 10px;
    display: inline-block;
  }
  .product .tit-con p a:nth-child(2n-1) {
    padding-left: 0;
  }
  .product .tit-con .tab span {
    font-size: 1rem;
  }
  .product .tit-con .tab span:last-child {
    border: 0;
    padding-right: 0;
  }
  .hot-product .tit-con {
    margin: 2rem 0;
  }
}
@media (max-width: 768px) {
  .product .box-btn {
    margin-top: -4.5rem;
    width: 7rem;
  }
}
@media (max-width: 500px) {
  .product .tit-con .tab span:nth-child(2n) {
    border: 0;
    padding-right: 0;
  }
}
/* 典型案例 */
.video{
  border-top: 3px solid #dfdfdf;
}
.ny-video .ny-title{
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.video .title h3{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.video .title span{
  color: #181818;
}
.video .title span::after {
  content: "|";
  margin: 0 15px;
  color: #181818;
}
.video .title span:last-child:after {
  content: "";
}
.video .title span.aa{
  color: #394285;
}
.tab-content{
  display: none;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.tab-content.b{
  display: flex;
}
.video-con{
  width: 16%;
  margin: 0;
  border-bottom: 3px solid #394285;
}
.video-con1{
  width: 24%;
  margin: 0;
  border-bottom: 3px solid #394285;
}
.video-con1 video{
  width: 100%;
}
.video-con1 a p{
  line-height: 3;
}
.video-con a img{
  width: 100%;
}
.video-con p{
  line-height: 3;
}
.ny-case .tab-content{
  display: flex;
  justify-content: start;
}
.ny-case .video-con{
  width: 15%;
  margin: 0 2% 10px 0;
}
.ny-case .video-con:nth-child(6n){
  margin-right: 0;
}
@media (max-width:992px) {
  .ny-video .ny-title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .video-con {
    width: 48%;
  }
  .ny-case .video-con{
    width: 32%;
    margin: 0 2% 10px 0;
  }
  .ny-case .video-con:nth-child(3n){
    margin-right: 0;
  }
  .partner-con {
    padding: 0;
  }
}
@media (max-width:768px) {
  .ny-case .video-con{
    width: 49%;
    margin: 0 2% 10px 0;
  }
  .ny-case .video-con:nth-child(3n){
    margin-right: 2%;
  }
  .ny-case .video-con:nth-child(2n){
    margin-right: 0;
  }
}
/* 合作伙伴 */
.partner{
  background: url(../img/bg-hb.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.partner .tit-con{
  margin-top: 8rem;
}
.partner-con{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
}
.partner-con li{
  width: 12%;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .partner .tit-con{
    margin-top: 0;
  }
  .partner p{
    white-space: normal;
  }
  .partner-con li{
    width: 24%;
    margin-bottom: 15px;
  }
}
/* 设备选型 */
.selection-con{
  display: flex;align-items: stretch;
}
.selection-con .tit-con{
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.selection-con .tit-con h3{
  padding-bottom: 3rem;
}
.selection-con .tit-con p{
  width: 100%;
}
.selection-con .con-r{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.selection-con .all-con{
  width: 100%;
}
.selection-con .all-con a img{
  width: 100%;height: 100%;
}
.selection-con .all-con a p{
  position: absolute;
  left: 15px;top: 15px;
}
.selection-con .con-r a{
  width: 15%;
  border: 2px solid #dcdcdc;
  display: block;
  height: 100%;
  padding: 15px;
  position: relative;
  font-size: 1.125rem;
}
.selection-con .con-r a span{
  position: absolute;
  left: 15px;bottom: 15px;
  font-size: 0.7rem;
  font-weight: 800;
}
.selection-con .con-r a:hover{
  width: 15%;
  color: #fff;
  background: #394285;
  border: 2px solid #394285;
}
@media (max-width:992px){
  .selection-con{
    flex-direction: column;
  }
  .selection-con .tit-con{
    width: 100%;
    flex-direction: row;
  }
  .selection-con .con-r{
    width: 100%;
    flex-wrap: wrap;
  }
  .selection-con .con-r a{
    width: 30%;
    padding: 10px 10px 60px 10px;
    margin-bottom: 5px;
  }
  .selection-con .all-con a{
    width: 30%;
    padding: 0;
    margin-bottom: 15px;
  }
  .selection-con .con-r a:hover {
    width: 30%;
  }
}
@media (max-width:768px){
}

/* 新闻 */
.news-tit {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.news-tit .comm-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-tit .comm-left .cstlayer{
  font-size: 32px;
  font-weight: bolder;
  line-height: 1.2;
  padding: 10px 0px 25px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.news-tit .comm-left .cstlayer span{
  display: block;
  font-size: 28px;
  color: #394285;
}
.comm-left .ny-nav{
  width: 50%;
  border: 0;
  padding: 0;
}
.comm-left .ny-nav li{
  width: 100%;
  display: block;
  border-bottom:2px solid #dedede;
}
.comm-left .ny-nav li a{
  display: block;
  padding: 1.5rem 5px 1.5rem 5px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  text-align: left;
  background: url(../img/right.png) no-repeat right center;
}
.comm-left .ny-nav li a i{
  float: right;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
  color: #394285;
}
.comm-left .ny-nav ul.subnav li a{
  display: block;
  padding: 10px 10px 10px 10px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: lighter;
}
.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
  color: #fff;
  background: #394285;
}
.news-tit .comm-left{
  width: 30%;
  overflow: hidden;
}
.news-tit .comm-right{
  width: 65%;
  padding: 0px 0px;
}
.news-tit .ny-title{
  font-size: 1.5rem;
  line-height: 1.0;
  font-weight: 600;
  color: #394285;
  margin-bottom: 25px;
}
.news-tit .ny-title span{
  display: block;
  color: #181818;
  line-height: 1.0;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

/* 新闻 */
.ny-news .news-list{
  margin-bottom: 40px;
  transition: all 0.6s;
}
.ny-news .news-list .ny-news-content{
  padding-top: 6%;
}
.ny-news .news-list .ny-news-img{
  position: relative;
}
.ny-news .news-list .ny-news-img img{
  width: 100%;
}

.ny-news .news-list .ny-news-title:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #394285;
  margin: 20px 0px 10px;
}
.ny-news .news-list .ny-news-time span{
  position: absolute;
  bottom: 12%;
  left: 0px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-size: 0.875rem;
}
.ny-news .news-list .ny-news-more {
  color: #394285;
  font-weight: 600;
  padding: 0px 0px;
}
.ny-news ul{
  position: relative;
}
.ny-news ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0px;
  font-size: 1.125rem;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.6s;
}
.ny-news ul li:first-child {
  padding-top: 0;
}
.ny-news ul li a{
  display: flex;
  align-items: center;
}
.ny-news ul li .news-time {
  font-size: 0.875rem;
  display: inline-block;
  text-align: right;
  line-height: 1.2;
  color: #dcdcdc;
  margin-right: 20px;
  padding: 10px 10px 42px 25px;
  border: 3px solid #e9e9e9;
  transition: all 0.6s;
  position: relative;
}
.ny-news ul li .news-time:after {
  content: "HENNLY";
  display: block;
  color: #dcdcdc;
  font-weight: 600;
  font-size: 0.7rem;
  position: absolute;
  left: 10px;bottom: 5px;
}
.ny-news ul li:hover .news-time:after {
  color: #fff;
}
.ny-news ul li .news-time span{
  display: block;
  font-weight: 600;
  font-size: 1.375rem;
}
.ny-news ul li:hover .news-time{
  border: 3px solid #394285;
  background-color: #394285;
  color: #fff;
}
.ny-news ul .news-title{
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.ny-news ul li .news-intro{
  width: calc(100% - 120px);
}
.ny-news ul li .news-intro p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
}

@media (max-width:992px){
  .news-tit {
    flex-direction: column;
  }
  .news-tit .comm-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-tit .comm-right{
    width: 100%;
  }
  .comm-left .ny-nav {
    width: 100%;
  }
  .ny-news .news-list{
    font-size: 14px;
    padding: 15px;
    line-height: 1.2;
  }
  .ny-news .news-list span{
    float: none;
    display: block;
    margin: 0px 0px 10px;
  }
  .ny-news ul .news-title {
    font-size: 1.125rem;
  }
  .ny-news ul li .news-intro{
    width: calc(100% - 100px);
  }
}


/*案例*/
.case {
  color: #fff;
}
.case .case-img{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case .case-img p{
  margin-right: 20px;
}
.case .case-img p:last-child{
  margin-right: 0px;
}
@media (max-width:992px){
  .case .case-img p {
    margin-right: 10px;
  }
}

/*关于我们*/
.about {
  background: url(../img/about.png) no-repeat bottom center ;
  background-size: cover;
}
.about .comm-box{
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .comm-box .tit-con{
  color: #fff;
}
.about .comm-box .tit-con h3{
  font-size: 2.75rem;
}
.about .comm-box a{
  color: #fff;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-top: 1rem;
  text-underline-offset: 0.5rem;
}
/* 移动端调整 */
@media (max-width: 992px) {
  .about .comm-box .tit-con h3 {
    font-size: 1.5rem;
  }
  .about .comm-box a {
    font-size: 1.125rem;
  }
}
@media (max-width: 772px) {

}
/* 新闻 */
.news{
  background: #fff;
  overflow: hidden;
  position: relative;
}
.news .newslist li a{
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-size: 1.125rem;
  padding: 1.5rem 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .newslist li a span{
  float: right;
}
@media (max-width:991px){
  .news .newslist li a{
    padding: 1.0rem 0px;
  }
  .news .tit-con {
    padding: 0 0 20px;
  }
}
.cursor .cursor__circle{
  background: transparent;
}
