/* font-size 20px */
/* default */
h2 {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #333333;
}
h3 {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  text-align: center;
  color: #999999;
  text-transform: uppercase;
}
.more a {
  display: block;
}
.more.h1 {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
}
.more.h1 p {
  width: 75%;
  float: left;
  background: #0f5097;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
}
.more.h1 span {
  width: 25%;
  height: 100%;
  display: block;
  float: left;
  background: #000000;
  background-image: url(../img/moreArrow.png);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.05rem;
  background-position: center;
}
.more.h2 {
  text-align: center;
  margin: 2.35rem auto 0;
  background: #0f5097;
  color: #ffffff;
  width: 6.5rem;
  height: 2rem;
  font-size: 0.8rem;
  line-height: 2rem;
}
/* default end */
/* header */
.header .top {
  height: 5.5rem;
  overflow: hidden;
  display: none;
}
.header .nav {
  height: 2.5rem;
  display: none;
}
.header .headerTop {
  height: 2.5rem;
  overflow: hidden;
  background: #0f5097;
}
.header.Top .headerTop {
  height: 60px;
}
.header .logo {
  height: inherit;
  display: table;
}
.header .logo a {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.header .logo img {
  max-height: 83%;
}
.header .tel {
  display: table;
  height: 100%;
}
.header .tel>div>a, .header .tel>div>div {
  float: left;
}
.header .tel>div>a {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  position: relative;
}
.header .tel>div>a>img {
  width: 1.9rem;
  height: 1.9rem;
  transition: all .05s;
  -o-transition: all .05s;
  -ms-transition: all .05s;
  -moz-transition: all .05s;
  -webkit-transition: all .05s;
  position: absolute;
  top: 0;
  left: 0;
}
.header .tel>div>div {
  margin-left: 0.55rem;
  text-align: right;
}
.header .tel span {
  font-size: 0.7rem;
  color: #999999;
}
.header .tel p {
  color: #0f5097;
  line-height: 1.2rem;
}
.header .nav {
  background: #0f5097;
  font-size: 0.8rem;
  line-height: 2.4rem;
  height: 2.5rem;
  color: #ffffff;
  position: relative;
  /* overflow: hidden; */
}
.header .nav ul.main {
  width: 100%;
}
.header .nav {
  color: #ffffff;
}
.header.Top .nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
/* header mobile */
@media (max-width: 767px) {
  .header .headerTop {
    height: 60px;
  }
  .header #navMenu {
    display: block;
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: calc(100% - 60px);
    float: right;
    background: #0f5097;
    z-index: 10;
    transition: all .5s;
  }
  .header.onMenu #navMenu {
    right: 0;
    transition: all .5s;
  }
  .header.onMenu #navMenu .wrap {
    margin: 0;
  }
  .header.onMenu #navMenu li {
    width: 100vw;
    text-align: left;
    font-size: 1.2em;
    line-height: 3rem;
    text-indent: 2rem;
  }
  .header.onMenu #navMenu ul li a {
    display: block;
  }
  .header.onMenu #navMenu ul.main>li {
    border-bottom: 1px solid #ffffff;
  }
  .header.onMenu #navMenu ul ul {
    display: none;
  }
  .header.onMenu #navMenu ul ul.open {
    display: block;
  }
  .header.onMenu #navMenu li ul li {
    text-indent: 3rem;
  }
  .header.onMenu #navMenu li ul li a {
    border-top: 1px dashed #999999;
  }
  .header.onMenu .headerTop .mbtn a {
    background-image: url(../img/close.svg);
  }
  .header .top, .header .nav {
    display: none;
  }
  .header .headerTop, .header .headerTop>div  {
    display: block;
  }
  .header .has-sub .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    display: block;
    border-left: 1px solid #ffffff;
    height: 3rem;
    width: 3rem;
    cursor: pointer
  }
  .header .has-sub .submenu-button::after {
    content: '';
    position: absolute;
    top: 1.05rem;
    left: 1.3rem;
    display: block;
    width: 0.1rem;
    height: 0.6rem;
    background: #ffffff;
    z-index: 99;
  }
  .header .has-sub .submenu-button::before {
    content: '';
    position: absolute;
    left: 1.05rem;
    top: 1.3rem;
    display: block;
    width: 0.6rem;
    height: 0.1rem;
    background: #ffffff;
    z-index: 99;
  }
  .header .has-sub:hover>ul {
    left: 0;
    margin-left: 0;
    top: 0;
    transform: translateX(0);
  }
  .header ul ul p {
    display: none;
  }
  .header .submenu-button.submenu-opened:after {
    display: none
  }
  .header .headerTop {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header .headerBottom {
    display: block;
    height: 60px;
  }
}
/* header mobile end */
@media (min-width:768px) {
  .header .top, .header .nav {
    display: block;
  }
  .header .headerTop, .header .headerTop>div  {
    display: none;
  }
  .header .nav ul ul {
    display: none;
    position: absolute;
    width: 100%;
  }
  .header .nav ul.main>li {
    float: left;
    /* width: 14.6%; */
    width: 12.5%;
    position: relative;
    text-align: center;
  }
  .header .nav ul.main>li:first-child {
    width: 12.4%;
  }
  .header .nav ul.main>li::before {
    content: '';
    width: 0.05rem;
    height: 2.5rem;
    background-image: url(../img/navLine.png);
    background-repeat: no-repeat;
    background-size: 0.05rem 1rem;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
  }
  .header .nav ul.main>li:first-child::before {
    content: none;
  }
  .header .nav ul.main>li>a {
    display: inline-block;
    padding: 0 0.5rem;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .header .nav ul.main>li.on>a, .header .nav ul.main>li:hover>a {
    border-bottom: 0.1rem solid #ffffff;
  }
  .header .nav ul.main>li:hover ul {
    display: block;
    background: #0f5097;
    top: 2.5rem;
    z-index: 10;
  }
  .header .nav ul.main>li ul li:hover {
    background: #ffffff;
    color: #0f5097;
  }
  .header .nav ul ul li {
    width: 100%;
  }
  .header.Top .nav ul ul {
    display: none;
  }
  .header.Top .nav ul li:hover ul {
    display: block;
  }
  .header .headerBottom {
    display: block;
  }
  .header.Top .headerBottom {
    display: none;
  }
}
.header .headerTop .wrap {
  height: inherit;
}
.header .headerTop .wrap>div {
  height: inherit;
  display: table;
}
.header .headerTop a {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.header .headerTop a img {
  height: 80%;
}
.header .headerTop .mbtn a {
  width: 30px;
  height: 30px;
  background-image: url(../img/menu.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
/* header end */
/* banner */
.banner a {
  display: block;
  line-height: 0;
}
/* banner end */
/* 首页 公司介绍 */
.habout {
  overflow: hidden;
}
.habout .img {
  width: 100%;
}
@media (min-width:500px) {
  .habout .img {
    width: 60%;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width:768px) {
  .habout .img {
    width: 33.3333%;
    float: left;
  }
}
.habout .img a {
  display: block;
  line-height: 0;
}
.habout .img img {
  width: 100%;
}
.habout .title {
  width: 100%;
  overflow: hidden;
  margin: 1rem 0;
  line-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width:768px) {
  .habout .title {
    width: 62.5%;
    margin-top: 3rem;
    padding-left: 1.35rem;
  }
}
.habout .title p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #999999;
}
@media (min-width:768px) {
  .habout .title p {
    display: inline-block;
    text-align: center;
  }
}
.habout .title span:first-child {
  margin-bottom: 0.05rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #333333;
  display: block;
}
.habout .miaoshu {
  width: 100%;
  height: 10rem;
  position: relative;
  margin-bottom: 0.35rem;
  padding: 1.6rem 0 1.3rem;
  box-sizing: border-box;
}
@media (min-width:768px) {
  .habout .miaoshu {
    width: 62.5%;
  }
}
.habout .miaoshu::before, .habout .miaoshu::after {
  content: '';
  width: 100vw;
  height: 10rem;
  display: block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  z-index: -1;
}
.habout .miaoshu::before {
  left: 0;
}
.habout .miaoshu::after {
  right: 0;
}
.habout .miaoshu p {
  font-size: 0.8rem;
  line-height: 1.8rem;
  height: 7.2rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.habout ul {
  width: 100%;
}
@media (min-width:992px) {
  .habout ul {
    width: 62.5%;
  }
}
.habout li {
  margin-top: 1rem;
  padding-left: 0.6rem;
  padding-right: 1.6rem;
  font-size: 0.7rem;
}
.habout li div {
  height: 4.55rem;
  overflow: hidden;
}
.habout li div img{
  width: 4.55rem;
  height: 100%;
  margin-left: 0.8rem;
  float: left;
}
.habout li div span {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #333333;
  width: 2.1rem;
  height: 100%;
  margin-left: 0.95rem;
  padding-top: 1.075rem;
  box-sizing: border-box;
  float: left;
  display: block;
  overflow: hidden;
}
.habout li p {
  margin-top: 0.85rem;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #999999;
  height: 2.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
/* 首页 公司介绍 end */
/* 首页 产品中心 */
.hproduct {
  padding: 3.45rem 0 3.5rem;
  text-align: center;
}
.hproduct h3 {
  margin-bottom: 1.5rem;
}
.hproduct ul {
  margin: -0.275rem -0.675rem;
}
.hproduct ul li {
  padding: 0.275rem 0.675rem;
}
.hproduct ul li a {
  display: block;
  line-height: 0;
}
.hproduct ul li:hover a {
  box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 20%);
}
.hproduct li img {
  width: 100%;
}
.hproduct li p {
  font-size: 0.8rem;
  line-height: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 首页 产品中心 end */
/* 首页 荣誉资质 */
.hhonor {
  padding: 2.95rem 0 2.85rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hhonor h2, .hhonor h3 {
  color: #ffffff;
}
.hhonor h3 {
  margin-bottom: 1.95rem;
}
.hhonor ul {
  margin: -0.725rem;
}
.hhonor li {
  padding: 0.725rem;
}
.hhonor li a {
  width: 100%;
  display: block;
  text-align: center;
}
.hhonor li p {
  font-size: 0.8rem;
  line-height: 3.8rem;
  height: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
/* 首页 荣誉资质 end */
/* 首页 新闻 */
.hnews {
  padding: 3.35rem 0 5rem;
}
.hnews .inner {
  overflow: hidden;
}
.hnews h3 {
  margin-bottom: 2rem;
}
.hnews .fl, .hnews .fr {
  width: 100%;
}
.hnews .fl {
  position: relative;
  overflow: hidden;
}
.hnews .fl .img a {
  line-height: 0;
  display: block;
}
.hnews .fl .img {
  text-align: center;
}
.hnews .fl img {
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.hnews .fl ul {
  position: absolute;
  bottom: -8rem;
  background: #0f5097;
  padding: 0.4rem 0.85rem 0.9rem 0.65rem;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.hnews .fl:hover img {
  transform: scale(1.05);
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.hnews .fl:hover ul {
  bottom: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.hnews .fl li .time::after {
  height: 4rem;
  background: #ffffff;
  top: calc(50% - 2rem);
}
.hnews .fr li {
  margin-top: 1.5rem;
}
.hnews li a {
  display: table;
}
.hnews li .time {
  display: table-cell;
  vertical-align: middle;
  width: 4.25rem;
  text-align: center;
  padding-right: 0.7rem;
  position: relative;
  color: #0f5097;
}
.hnews li .time::after {
  content: '';
  width: 0.05rem;
  height: 3rem;
  background: #999999;
  position: absolute;
  right: 0;
  top: calc(50% - 1.5rem);
}
.hnews li .time p {
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 0.1rem;
}
.hnews li .info {
  margin-left: 20px;
}
.hnews li .info p {
  font-size: 0.9rem;
  line-height: 1.9rem;
  color: #333333;
  height: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
}
.hnews .fr li:hover .info p {
  color: #0f5097;
}
.hnews li .info span {
  color: #999999;
  height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.hnews li p {
  font-weight: 700;
}
.hnews li span {
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.hnews .fl ul p, .hnews .fl ul span {
  color: #ffffff;
}
@media (min-width: 992px) {
  .hnews .fl, .hnews .fr {
    width: 48.3333%;
  }
  .hnews .fr li:first-child {
    margin-top: 0;
  }
}
/* 首页 新闻 end */
/* footer */
.footer {
  background: #333333;
  padding-top: 2.15rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #999999;
  overflow: hidden;
}
.footer .wrap {
  min-height: 6.95rem;
}
.footer .logo {
  width: 100%;
  margin-left: 1.75rem;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}
.footer .logo:after {
  content: none;
}
.footer ul, .footer .contact {
  margin: 0.35rem 1rem 1rem 0;
}
.footer ul:nth-child(2) {
  margin-right: 2rem;
}
.footer .contact {
  margin-top: 0.35rem;
  clear: both;
}
.footer li:first-child, .footer .contact p:first-child {
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.footer .code {
  text-align: center;
  margin-top: 0.4rem;
}
.footer .code {
  position: relative;
  top: 0;
  padding-top: 0.55rem;
}
.footer .link {
  line-height: 0.9rem;
  min-height: 1.8rem;
  margin: 1rem 0 0.3rem;
}
.footer .link a {
  margin-right: 0.8rem;
}
.footer .copyright {
  padding: 0.55rem 0 0.65rem;
  border-top: 1px solid #999999;
  text-align: center;
}
.footer .copyright .wrap {
  min-height: 0;
}
.footer .code {
  float: left;
}
@media (min-width: 500px) {
  .footer .logo {
    width: auto;
    margin-left: 1.75rem;
    margin-right: 2rem;
    padding-right: 2rem;
    position: relative;
  }
  .footer ul.fl:nth-child(2) {
    margin-left: 10vw;
  }
  .footer ul.fl:nth-child(3){
    float: right;
  }
  .footer .code {
    float: right;
  }
}
@media (min-width: 992px) {
  .footer .contact {
    clear: none;
  }
  .footer ul.fl:nth-child(2) {
    margin-left: 1rem;
  }
  .footer ul.fl:nth-child(3){
    float: left;
  }
  .footer ul, .footer .contact {
    margin-left: 1vw;
  }
  .footer .code {
    padding-left: 2.7rem;
    position: relative;
  }
}
@media (min-width: 1215px) {
  .footer ul, .footer .contact {
    margin-left: 0.35rem 2rem 1rem 0;
  }
  .footer ul:nth-child(2) {
    margin-right: 3.7rem;
  }
  .footer .logo:after {
    content: '';
    width: 1px;
    height: 6.95rem;
    background: #666666;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .footer .code:before {
    content: '';
    width: 1px;
    height: 7.5rem;
    background: #666666;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer .logo {
    margin-right: 4.1rem;
    padding-right: 6.15rem;
  }
  .footer ul:nth-child(3) {
    margin-right: 4.8rem;
  }
  .footer .code {
    float: right;
  }
  .footer ul {
    margin-bottom: 0;
  }
  .footer .link {
    margin-top: 0.6rem;
  }
}
/* footer end */
/* list banner */
.lbanner a {
  display: block;
  line-height: 0;
}
/* list banner end */
/* location */
.location {
  margin: 0.65rem 0 2.15rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #666666;
}
/* location end */
/* 列表页左侧导航 */
.list .lnav {
  width: 100%;
  color: #333333;
  background: #f5f5f5;
}
.lnav .title {
  height: 4rem;
  font-size: 1.2rem;
  line-height: 4rem;
  letter-spacing: 0.18rem;
  color: #ffffff;
  background: #0f5097;
  text-align: center;
}
.lnav .xian {
  margin-top: 0.25rem;
  height: 0.25rem;
  background: #0f5097;
}
.lnav ul {
  padding: 1rem 4%;
}
.lnav ul li {
  margin-bottom: 0.45rem;
  padding: 0 1.6rem 0 1.1rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  background: #e6e6e6;
  position: relative;
}
.lnav ul li::after {
  content: '';
  width: 0.45rem;
  height: 2.5rem;
  background-image: url(../img/arrowBlack.png);
  background-repeat: no-repeat;
  background-size: 0.45rem 0.6rem;
  background-position: center;
  position: absolute;
  right: 0.95rem;
}
.lnav ul li.on, .lnav ul li:hover {
  color: #ffffff;
  background: #0f5097;
  cursor: pointer;
}
.lnav ul li.on::after, .lnav ul li:hover::after {
  background-image: url(../img/arrowWhite.png);
}
.lnav .kefu {
  display: none;
}
@media (min-width:768px) {
  .lnav ul {
    padding: 1rem 4% 0;
  }
  .list .lnav {
    width: 12.5rem;
  }
  .lnav .kefu {
    padding-top: 1.1rem;
    padding-left: 1.15rem;
    display: block;
    height: 9rem;
    background-image: url(../img/kefu.png);
    background-repeat: no-repeat;
    background-size: 12.5rem auto;
    background-position: center bottom;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0f5097;
    font-weight: bold;
  }
  .lnav .kefu p:first-child {
    font-size: 0.7rem;
    color: #666666;
    font-weight: normal;
  }
}
/* 列表页左侧导航 end */
/* 列表页展示 */
.lmain {
  width: 100%;
  margin-top: 0.875rem;
}
.lmain ul.inklay {
  margin: -0.875rem -0.65rem;
}
.lmain ul.inklay>li {
  padding: 0.875rem 0.65rem;
}
.lmain li a {
  display: block;
  line-height: 0;
}
.lmain li a img {
  width: 100%;
}
.lmain li p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 2.5rem;
}
.lmain li:hover a {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .lmain {
    width: calc(100% - 15.35rem);
    margin-top: 0;
  }
}
/* 列表页展示 end */
/* 分页 */
.page {
  margin: 3.5rem auto 5rem;
  text-align: center;
}
.page a, .page span {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.25rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  background: #ebebeb;
  color: #333333;
  display: inline-block;
}
.page a:hover, .page span {
  color: #fff;
  background: #0f5097;
}
.page a:nth-child(-n+2), .page a:nth-last-child(-n+2) {
  width: 3.5rem;
}
/* 分页 end */

/* 2021-12-25 优化 */
/* 第一版 */
/* @media (max-width:499px) {
  .footer .logo {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .footer ul:nth-child(2), .footer ul:nth-child(3) {
    width: 50%;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 10%;
  }
  .footer ul:nth-child(3) {
    padding-left: 20%;
  }
  .footer .contact {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }
  .footer .code {
    width: 100%;
    text-align: center;
  }
} */
/* 第二版 */
.hhonor ul {
  margin: 0;
}
.hhonor li {
  padding: 0;
}
@media (min-width: 1215px) {
  .footer .contact {
    max-width: 12.5rem;
  }
}
@media (max-width: 1214px) {
  .footer .logo, .footer .code, .footer ul, .footer .contact {
    text-align: center;
  }
  .footer ul>div, .footer .contact>div {
    text-align: left;
    display: inline-block;
  }
  .footer .logo, .footer ul.fl:nth-child(2), .footer ul.fl:nth-child(3) {
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .footer .logo {
    width: 20%;
  }
  .footer .contact {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .code {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .footer .logo, .footer ul.fl:nth-child(2), .footer ul.fl:nth-child(3) {
    width: 33%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .contact {
    width: 60%
  }
  .footer .logo, .footer .contact {
    text-align: left;
    box-sizing: border-box;
    padding-left: 8vw;
  }
  .footer .code {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .footer .logo, .footer .contact {
    text-align: left;
    box-sizing: border-box;
    padding-left: 4vw;
  }
}
@media (max-width: 499px) {
  .footer .logo, .footer .code {
    margin: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer ul.fl:nth-child(2), .footer ul.fl:nth-child(3) {
    width: 50%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .footer .contact {
    width: 100%;
  }
  .footer .logo {
    text-align: center;
    box-sizing: content-box;
    padding-left: 0;
  }
  .footer ul.fl:nth-child(2), .footer .contact {
    text-align: left;
    box-sizing: border-box;
    padding-left: 10vw;
  }
}
@media (max-width: 299px) {
  .footer ul.fl:nth-child(2), .footer .contact {
    text-align: center;
    box-sizing: content-box;
    padding-left: 0;
  }
}
/* 2022年1月21日 修改样式 产品栏目三级分类 */
.lnav ul li {
  margin: 0;
  padding: 0;
  background: #e6e6e6;
  color: #333333;
}
.lnav ul li a {
  padding: 0 1.6rem 0 1.1rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #e6e6e6;
}
.lnav .ul>li {
  margin-bottom: 0.45rem;
  overflow: hidden;
  height: auto;
}
.lnav ul li::after {
  content: none;
}
.lnav .ul>li>a i {
  width: 2.35rem;
  height: 2.5rem;
  background-image: url(../img/arrowBlack.png);
  background-repeat: no-repeat;
  background-size: 0.45rem 0.6rem;
  background-position: center;
  position: absolute;
  right: 0;
}
.lnav .ul>li, .lnav .ul>li.on, .lnav .ul>li:hover {
  color: none;
  background: none;
}
.lnav .ul>li.on>a, .lnav .ul>li>a:hover,
.lnav .ul ul li.on>a, .lnav .ul ul>li:hover>a {
  color: #ffffff;
  background: #0f5097;
  cursor: pointer;
}
.lnav .ul>li:hover {
  color: #333333;
  background: #f5f5f5;
}
.lnav .ul>li.on>a i, .lnav .ul>li>a:hover i {
  background-image: url(../img/arrowWhite.png);
}
.lnav .ul ul {
  margin: 0;
  padding: 0;
}
.lnav .ul ul li {
  margin-top: 0.45rem;
}
.lnav .ul ul li a {
  padding-left: 2.4rem;
}