@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: absolute;
  top: 0;
  background: transparent;
}
.header-b{
  background: #fff;
  position: fixed;
  display: none;
}
.header-b.on,.header-b.on1 {
  display: block;
}
.header .logo img {
  height: 52px;
  margin-top: 14px;
  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.25rem;
  color: #fff;
  padding: 0px 0px 0px;
  line-height: 80px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s;
}
.header-b .nav > ul > li > a {
  font-weight: normal;
  color: #181818;
}
@media (max-width: 1420px) {
}
@media (max-width: 1360px) {
}
@media (max-width: 1280px) {
}

header .nav > ul > li:hover a,
header .nav > ul > li.active a {
  font-weight: 600;
}
.header-b .nav > ul > li:hover a,
.header-b .nav > ul > li.active a {
  font-weight: 600;
  color: #001e73;
}
.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;
}
.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-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;
}
.header-b .shareicon a.phone{
  background: url(../img/phone1.png) no-repeat left center;
}
.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;
}
.header-b .shareicon i,
.header-b .shareicon a {
  transition: all 0.5s;
  font-size: 1.125rem;
  color: #001e73;
}
.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: 600;
}
.header-b .shareicon ul li span {
  color: #001e73;
}
@media (max-width: 1328px) {
  .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: 992px) {
  .header-b {
    display: block;
  }
  .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: #0b187b;
    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;
  }
  .header .nav ul li a.mail {
    border-bottom: 1px solid #f8f8f8;
    padding-left: 10px;
  }
  .header-b .shareicon ul li span {
    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;
  }
  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;
    color: #fff;
  }
  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: 35px;
  }
  .header-b .shareicon a.phone {
    background: url(../img/phone.png) no-repeat left 10px center;
  }
  .header-b .shareicon ul li span {
    color: #fff;
  }
  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 {
    display: none;
  }
}
/* banner */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media(max-width:768px){
}
.common {
  padding-top: 120px;
  padding-bottom: 120px;
}
.commonT {
  padding-top: 120px;
}
.comm-box{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 12;
  justify-content: space-between;
}
.title {
  font-size: 2.0rem;
  line-height: 1.0;
  position: relative;
  margin-bottom: 2.5rem
}
.title p{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.title p span{
  color: #001e73;
}
.title .more{
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.tit-con{
  padding: 30px 0;
  color: #181818;
}
.tit-con h3{
  font-size: 3.75rem;
  padding-bottom: 10px;
}
.tit-con p{
  width: 45%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.tit-con p a:hover{
  color: #001e73;
}
.title .more:hover{
  padding-right: 5px;
}
/* 产品 */
.product-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-list li{
  width: 19%;
  padding: 20px;
  background: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.product-list li a{
  display: inline-block;
}
.product-list li:hover{
  background: #1a2683;
}
.product-list span {
  font-size: 0.815rem;
  color: #cfcfcf;
  font-weight: 700;
}
.product-list p {
  font-size: 1rem;
  margin-top: 2rem;
  background: url(../img/rr.png) no-repeat right center;
  background-size: auto 100%;
}
.product-list li:hover p{
  color: #fff;
  background: url(../img/rr1.png) no-repeat right center;
  background-size: auto 100%;
}
@media (max-width:992px) {
  .product-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.product-hot .title em,.case .title em,.process .title em,.ny-problem .title em{
  font-size: 1.15rem;
  display: block;
  line-height: 1.5;
  font-style: normal;
  font-weight: 200;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .common {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commonT {
    padding-top: 30px;
  }
  .title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .tit-con {
    padding: 10px 0 20px;
  }
  .tit-con h3 {
    font-size: 1.25rem;
    padding-bottom: 5px;
  }
  .tit-con p {
    width: 100%;
    font-size: 1rem;
  }
  .title p{
    font-size: 1.25rem;
  }
  .title .more {
    margin: 0px 0;
    font-size: 1.0rem;
  }
}
.product-hot {
  background: #fff;
  position: relative;
  overflow: hidden;
  background: url(../img/product.png) no-repeat bottom center;
  background-size: 100% 100%;
}
.product-hot .title,.product-hot .title .more,.product-hot .tit-con{
  color: #fff;
}
.product-hot .tit-con {
  padding: 0 0 45px 0;
}
.product-hot .tit-con p {
  width: 100%;
}
.product-hot .tit-con p a{
  color: #fff;
  padding: 0 20px;
  line-height: 1;
  white-space: nowrap;
  border-right: 1px solid #fff;
}
.product-hot .tit-con p a:hover{
  font-weight: 400;
  color: #0075c1;
}
.product-hot .tit-con p a:first-child{
  padding-left: 0;
}
.product-hot .tit-con p a:last-child{
  border-right: 0;
}
.product-hot .box-btn {
  width: 10rem;
  float: right;
  position: relative;
  margin-top: -4rem;
}
.product-hot .case-list {
  margin-bottom: 30px;
  background-color: #fff;
}
.product-hot .case-list .case-img, .pro-list .pro-img{
  overflow: hidden;
}
.product-hot .case-list .case-img img, .pro-list .pro-img img{
  transition: all 0.3s;
}
.product-hot .case-list:hover .case-img img, .pro-list:hover .pro-img img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.product-hot .case-content,.pro-content{
  width: 100%;
  background-size: 15px;
  border-top: 1px solid #dfdfdf;
  padding: 15px 20px;
}
.product-hot .case-content span,.pro-content span{
  font-size: 0.875rem;
  color: #414141;
}
.product-hot .case-content p,.pro-content p{
  font-size: 1.125rem;
  color: #001e73;
  line-height: 1.2;
}
.online{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.online a{
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 40px;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  width: 48%;
  color: #fff;
  background-color: #0b187b;
  display: inline-block;
}
.online .zixun{
  background-color: #0b187b;
}
.online .wechat{
  background-color: #fdd101;
}
.product-hot .case-img a{
  padding: 15px;
  display: flex;
  align-items: center;
}
.product-hot .case-content{
  padding: 15px;
}
.product-hot .swiper-button-prev,.product-hot .swiper-button-next {
  left: -4rem;
  width: 5.25rem;
  height: 5.25rem;
  border: 2px solid #fff;
  opacity: 1.0;
  background: url(../img/l.png) no-repeat center transparent;
  padding: 2rem;
  border-radius: 100%;
}
.product-hot .swiper-button-next {
  background: url(../img/r.png) no-repeat center transparent;
  right: auto;
  left: 4rem;
}

@media (max-width: 992px) {
  .product-hot .box-btn {
    margin-top: 0;
    width: 8rem;
  }
  .product-hot .case-list {
    padding: 25px;
  }
  .product-hot .swiper-button-prev, .product-hot .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
  }
  .product-hot .swiper-button-prev{
    left: 1.5rem;
  }
  .product-hot .swiper-button-next {
    left: 5rem;
  }
  .product-hot .tit-con p a{
    width: 50%;
    padding: 0 10px;
    display: inline-block;
  }
  .product-hot .tit-con p a:nth-child(2n-1) {
    padding-left: 0;
  }
  .product-hot .tit-con p a:nth-child(2n) {
    border: 0;
  }
}
/* 新闻 */
.news{
  background: #fff;
  overflow: hidden;
  position: relative;
}
.news .title{
  color: #181818;
  padding-bottom: 30px;
}
.news .title h3{
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
.news .title h3 span{
  color: #394285;
}
.news .title p{
  font-weight: normal;
  font-size: 1.25rem;
}
.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-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 ul{
  position: relative;
}
.ny-news ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1rem 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 #001e73;
  background-color: #001e73;
  color: #fff;
}
.ny-news ul li:hover .news-intro{
  color: #181818;
}
.ny-news ul li:hover .news-intro .news-title{
  color: #001e73;
}
.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);
  }
  .comm-left .ny-nav li a {
    padding: 1rem 5px 1rem 5px;
  }
  .news .title {
    padding-bottom: 0;
  }
  .news .title h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.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;
  }
}
/*案例*/
.case {
  background: #f5f5f5;
}
.case .title{
  color: #181818;
  margin-bottom: 0.5rem;
}
.case .tit-con p{
  width: 75%;
  font-weight: 200;
}
.case .title .more,.news .title .more{
  color: #001e73;
}
.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: 3.15rem;
}
.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) {

}