html {
  overflow-x: hidden;
}
.max-width {
  width: 83.85%;
  margin: auto;
}
.max-width2 {
  width: 81.25%;
  margin: auto;
}
.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@font-face {
  font-family: 'Impact';
  src: url(../fonts/impact-2.ttf) format('truetype');
}
.Impact {
  font-family: 'Impact';
  color: #30C0D8;
  font-size: 26px;
  margin-left: 6px;
}
.mbimg {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.header .saf-header {
  min-height: 84px;
  transition: all 0.8s;
  padding: 0 8.075%;
  position: relative;
}
.header .saf-header .saf_navContent {
  height: 84px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .saf-header .saf_navContent .logoRim a {
  display: block;
  padding: 15px 0;
}
.header .saf-header .saf_navContent .logoRim a img {
  width: auto;
  height: 47px;
  display: inline-block;
}
.header .saf-header .saf_navContent .logoRim a img:nth-child(2) {
  display: none;
}
.header .saf-header .saf_navContent .saf_nav_right {
  display: inline-flex;
  align-items: center;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem {
  height: 100%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 {
  position: absolute;
  left: 50%;
  padding: 60px 0px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 10;
  display: none;
  width: 100%;
  border-bottom: 4px solid #30C0D8;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: -1;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .max-width {
  display: flex;
  justify-content: space-between;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left {
  width: 60%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left .font28 {
  margin-bottom: 24px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left .font14 {
  color: #293F58;
  line-height: 25px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left ul {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  margin-top: 8px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left ul li {
  width: 46%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left ul li:nth-child(odd) {
  margin-right: 8%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left ul li a {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #DEDFDF;
  color: #001934;
  font-size: 16px;
  transition: all ease 0.5s;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left ul li a img {
  width: 9px;
  height: 14px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .left ul li a:hover {
  color: #30C0D8;
  border-color: #30C0D8;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .right {
  width: 33%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .navBox2 .right img {
  max-width: 100%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem.active > p > a {
  color: #30C0D8 !important;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem:hover > p > a {
  color: #30C0D8 !important;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem:hover > p > a::after {
  width: 100%;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a::after {
  background: #30C0D8;
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  /*transition: all ease 0.3s;*/
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a span {
  flex: 1;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a.active_item {
  color: #30C0D8 !important;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 20px 0;
  display: none;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li {
  padding: 0 15px;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a {
  display: block;
  height: 100%;
  line-height: 1.6;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a span {
  position: relative;
  z-index: 4;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a:hover {
  color: #3497FF;
}
.header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem:last-child p > a {
  padding-right: 0;
  margin-right: 30px;
}
.header .saf-header .saf_navContent .search-icon {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.header .saf-header .saf_navContent .search-icon img {
  height: 19px;
  width: auto;
}
.header .saf-header .saf_navContent .search-icon input {
  margin-left: 7px;
  background: none;
  border: none;
  width: 0;
  outline: none;
  transition: all 0.5s;
  color: #fff;
}
.header .saf-header .saf_navContent .search-icon input::placeholder {
  color: #fff;
}
.header .saf-header .saf_navContent .lugRim {
  padding-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .saf-header .saf_navContent .search-icon >form > img:nth-child(2),
.header .saf-header .saf_navContent .lugRim > img:nth-child(2) {
  display: none;
}
.header .saf-header .saf_navContent .search-icon >form > img:nth-child(1),
.header .saf-header .saf_navContent .lugRim > img:nth-child(1) {
  display: inline-block;
}
.header .saf-header .saf_navContent .nav-icon {
  padding: 0 30px;
}
.header .saf-header .saf_navContent .nav-icon img {
  height: 25px;
}
.header.onScroll {
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a {
  color: #222;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p > a:hover {
  color: #30C0D8;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox {
  background: #f5f5f5;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem .saf_navBox > ul > li a {
  color: #606060;
}
.header.onScroll .saf-header .saf_navContent .saf_nav_right .search-icon {
  border-color: rgba(34, 34, 34, 0.22);
}
.header.onScroll .saf-header .saf_navContent .logoRim a img:nth-child(1) {
  display: none;
}
.header.onScroll .saf-header .saf_navContent .logoRim a img:nth-child(2) {
  display: inline-block;
}
.header.onScroll .saf-header .saf_navContent .search-icon>form > img:nth-child(1),
.header.onScroll .saf-header .saf_navContent .lugRim > img:nth-child(1) {
  display: none;
}
.header.onScroll .saf-header .saf_navContent .search-icon>form > img:nth-child(2),
.header.onScroll .saf-header .saf_navContent .lugRim > img:nth-child(2) {
  display: inline-block;
}
.header.onScroll .saf-header .saf_navContent .search-icon input {
  color: #000;
}
.header.onScroll .saf-header .saf_navContent .search-icon input::placeholder {
  color: #000;
}
.header.onScroll .saf-header .saf_navContent .nav-icon {
  background: #30C0D8;
}
.header.onScroll .mobile-header .default {
  display: none;
}
.header.onScroll .mobile-header .scroll {
  display: block;
}
.header .mobile-header {
  display: none;
  height: 66px;
  transition: all 0.3s;
}
.header .mobile-header .scroll {
  display: none;
}
.header .mobile-header .m-h-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
.header .mobile-header .m-h-box .logo img {
  max-width: 100px;
}
.header .mobile-header .m-h-box .icons {
  display: inline-flex;
  align-items: center;
}
.header .mobile-header .m-h-box .icons img {
  margin-left: 11px;
}
.header .mobile-header .m-h-box .icons img.menu_icon {
  margin-left: 8px;
}
.header .mobile-header .m-h-box .icons img:first-child {
  margin-left: 0;
}
.header .mobile-header .m-h-box .icons img.close_icon {
  display: none;
  margin-left: 8px;
}
.header .mobile-header .m-h-box .search {
  max-width: 17px;
}
.header .mobile-header .m-h-box .wx {
  width: 23px;
}
.header .mobile-header .m-h-box .menu_icon,
.header .mobile-header .m-h-box .close_icon {
  width: 33px;
}
.header .mobileScroll {
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.header .mobileScroll .default {
  display: none;
}
.header .mobileScroll .scroll {
  display: inline-block;
}
.saf-search {
  display: none;
  position: fixed;
  top: 73px;
  background: #fff;
  width: 92%;
  left: 4%;
  z-index: 9;
  transition: all 0.3s;
  border: 1px solid rgba(67, 67, 67, 0.21);
}
.saf-search .searchForm {
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.saf-search .searchForm input {
  border: none;
  height: 44px;
  outline: none;
  margin-left: 9px;
  width: calc(100% - 60px);
}
.saf-search .searchForm img {
  width: 18px;
}
.mobile-menu {
  background: #fff;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 999;
  display: none;
  overflow: scroll;
}
.mobile-menu > li a {
  outline: none;
}
.mobile-menu > li > a,
.mobile-menu > li .title {
  display: block;
  padding: 19px 15px 19px 30px;
  border-bottom: 1px solid #E1E1E1;
  color: #001934;
  font-size: 18px;
}
.mobile-menu > li .title {
  display: flex;
  justify-content: space-between;
}
.mobile-menu > li .title img {
  width: 20px;
  height: 20px;
}
.mobile-menu > li .title a {
  color: #001934;
}
.mobile-menu > li .title .transform {
  transform: rotate(90deg);
}
.mobile-menu > li .sub-nav {
  padding: 18px 0 10px 34px;
  background: #F5F5F5;
  display: none;
}
.mobile-menu > li .sub-nav div {
  display: flex;
  flex-direction: column;
}
.mobile-menu > li .sub-nav a {
  font-size: 16px;
  color: #001934;
  margin-bottom: 20px;
}
.mobile-menu > li .sub-nav a.active::after {
  background: #00CDEF;
}
.mobile-menu > li .active {
  color: #00CDEF !important;
}
.footer {
  background: #303030;
  padding-top: 56px;
}
.footer .logo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: max-content;
}
.footer .logo a {
  margin-right: 10px;
}
.footer .logo .font14 {
  color: #EEEEEE;
}
.footer .logo .font26 {
  font-weight: bold;
}
.footer .navlist.pc {
  display: none;
  justify-content: space-between;
}
.footer .navlist.pc ul {
  width: 38%;
  display: flex;
  justify-content: space-between;
}
.footer .navlist.pc ul li a {
  font-size: 14px;
  color: #CCCCCC;
  display: block;
  margin-bottom: 17px;
}
.footer .navlist.pc ul li a:first-child {
  font-size: 16px;
  color: #eee;
  margin-bottom: 23px;
}
.footer .navlist.pc ul li a:hover {
  color: #30C0D8;
}
.footer .navlist.pc .bottom_desc {
  box-sizing: border-box;
  max-width: 25%;
  text-align: left;
}
.footer .navlist.pc .bottom_desc .font16 {
  margin-bottom: 12px;
  color: #010101;
}
.footer .navlist.pc .bottom_desc > .font14 {
  color: #ccc;
  line-height: 25px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.footer .navlist.pc .bottom_desc > .font14 img {
  margin-right: 7px;
}
.footer .navlist.pc .code_list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 27%;
}
.footer .navlist.pc .code_list div {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 15px;
  flex: none;
}
.footer .navlist.pc .code_list div:nth-child(4n) {
  margin-right: 0;
}
.footer .navlist.pc .code_list div img {
  width: 100%;
}
.footer .navlist.pc .code_list p {
  margin-top: 0.4vw;
  font-size: 14px;
  text-align: center;
  color: #CCCCCC;
}
.footer .news_pc {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #545252;
}
.footer .news_pc .logo_box {
  display: flex;
  flex-direction: column;
}
.footer .news_pc .logo_box .logo {
  margin-bottom: 30px;
}
.footer .news_pc .logo_box .logo div {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.footer .news_pc .logo_box .logo .font26 {
  height: 24px;
  line-height: 24px;
}
.footer .news_pc .logo_box > .font14 {
  color: #ccc;
  line-height: 25px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  padding-left: 17px;
}
.footer .news_pc .logo_box > .font14 img {
  margin-right: 7px;
}
.footer .news_pc .logo_box .icon_box {
  margin-top: 30px;
}
.footer .news_pc .channel_item {
  margin-left: 25px;
  position: relative;
}
.footer .news_pc .channel_item:first-child {
  margin-left: 0;
}
.footer .news_pc .channel_item img {
  transition: all 0.4s ease-in-out 0.1s;
}
.footer .news_pc .channel_item .ewm_hover {
  display: none;
  width: 140px;
  height: 140px;
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.footer .news_pc .channel_item .ewm_hover .arrow_zs {
  /*padding: 14px;*/
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .news_pc .channel_item .ewm_hover .arrow_zs::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/f_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 11px;
  top: -12px;
  z-index: 1;
}
.footer .news_pc .channel_item .ewm_hover img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.footer .news_pc .channel_item:hover img {
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: -6px;
}
.footer .news_pc .channel_item:hover .ewm_hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  display: flex;
}
.footer .news_pc ul {
  padding-top: 25px;
  width: 40.4%;
  display: flex;
  justify-content: space-between;
}
.footer .news_pc ul li a {
  font-size: 14px;
  color: #CCCCCC;
  display: block;
  margin-bottom: 17px;
}
.footer .news_pc ul li a:first-child {
  font-size: 16px;
  color: #eee;
  margin-bottom: 23px;
}
.footer .news_pc ul li a:hover {
  color: #30C0D8;
}
.footer .cmp {
  padding: 25px 0;
  color: #787878;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.footer .cmp p {
  display: inline-block;
}
.footer .cmp p:last-child {
  margin-top: 2px;
}
.footer .cmp span {
  padding-right: 1vw;
  cursor: pointer;
}
.pages {
  padding-bottom: 100px;
}
.pages .pages_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .pages_list .p_l {
  display: inline-flex;
  align-items: center;
}
.pages .pages_list .p_l a {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
  color: #999999;
  font-size: 18px;
}
.pages .pages_list .p_l a.active {
  background: #30C0D8;
  border-color: #30C0D8;
  color: #fff;
}
.pages .pages_list .p_l a img {
  max-width: 100%;
}
.pages .pages_list .to {
  display: inline-flex;
  align-items: center;
  margin-left: 48px;
  font-size: 14px;
  color: #999;
}
.pages .pages_list .to input {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  margin: 0 8px;
}
.pages .pages_list .to div {
  margin-left: 16px;
}
.pages .page_con {
  display: none;
  width: 92%;
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.pages .page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .page_con nav ul li {
  border-radius: 0;
}
.pages .page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pages .page_con nav ul li:hover a {
  color: #fff;
  background: #25ABC1;
}
.pages .page_con nav ul li.active a {
  color: #fff !important;
  background: #25ABC1 !important;
}
.banner {
  position: relative;
}
.banner .tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.banner .tabs .max-width {
  display: flex;
  height: 100%;
}
.banner .tabs .max-width a {
  display: inline-block;
  line-height: 64px;
  color: #ffff;
  width: 179px;
  text-align: center;
  font-size: 16px;
}
.banner .tabs .max-width a.active {
  background: #25ABC1;
}
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container .banner,
.container1 .banner {
  overflow: hidden;
}
.container .banner > img,
.container1 .banner > img {
  width: 100%;
  /*animation: scaleAnim 5s ease forwards;*/
}
@media screen and (max-width: 1440px) {
  .max-width {
    width: 88%;
  }
  .header .saf-header {
    padding: 0 6%;
  }
  #index .product .project_list .project_a {
    height: 565px!important;
  }
  #index .product .project_list .project_a .imgs,
  #index .product .project_list .project_a .ly_desc {
    height: 530px!important;
  }
}
@media screen and (max-width: 1366px) {
  .max-width {
    width: 92%;
  }
  .header .saf-header {
    padding: 0 4%;
  }
  .header .saf-header .saf_navContent .saf_nav_right .saf-menuList li.saf_navItem > p {
    padding: 0 18px;
  }
  .footer .logo a img {
    width: 120px;
  }
  .footer .logo .font26 {
    font-size: 22px;
  }
  .footer .navlist.pc .bottom_desc {
    padding-right: 0;
  }
  .footer .navlist.pc ul {
    width: 42%;
  }
}
@media screen and (max-width: 1200px) {
  .max-width2 {
    width: 90%;
  }
  .footer .max_width {
    width: 90%;
  }
}
/* 手机端样式 */
@media screen and (max-width: 1024px) {
  .header .saf-header {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .header .mobile-header .header_cnt {
    height: 100%;
  }
  .pcimg {
    display: none;
  }
  .mbimg {
    display: block;
  }
  .banner .tabs {
    height: 50px;
  }
  .banner .tabs .max-width {
    width: 100%;
    overflow-x: scroll;
    height: max-content;
  }
  .banner .tabs .max-width a {
    flex: none;
    display: inline-block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
  .footer .navlist.pc {
    display: flex;
  }
  .footer .navlist.pc .bottom_desc {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .footer .navlist.pc .bottom_desc .logo {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .footer .navlist.pc .bottom_desc .logo a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .navlist.pc .bottom_desc .logo a img {
    width: 143px;
  }
  .footer .navlist.pc .bottom_desc .logo .font26 {
    font-size: 34px;
    color: #fff;
  }
  .footer .navlist.pc ul {
    display: none;
  }
  .footer .navlist.pc .code_list {
    display: none;
  }
  .footer .news_pc {
    display: none;
  }
  .footer .cmp {
    padding: 0 0 20px;
    border-top: none;
    color: #9B9B9B;
    margin-top: 50px;
  }
  .footer .cmp p {
    line-height: 23px;
  }
  .pages {
    padding-bottom: 52px;
    /*页码*/
  }
  .pages .pages_list {
    display: none;
  }
  .pages .pages_list .to {
    display: none;
  }
  .pages .page_con {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .pages .pagination > li:first-child > a,
  .pages .pagination > li:last-child > a {
    width: 90px;
  }
  .pages .page_con nav ul li a {
    font-size: 13px;
    width: 3.2rem;
    line-height: 3.2rem;
    border-radius: 0 !important;
    margin: 0 0.35rem;
  }
}
