* {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.5s;
}
.header.onScroll {
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.onScroll .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a {
  color: #606060;
}
.header.onScroll .saf-header .saf_navContent .saf-menuList li.saf_navItem .saf_navBox {
  background: #f5f5f5;
}
.header.onScroll .saf-header .saf_navContent .saf-menuList li.saf_navItem .saf_navBox > ul > li a {
  color: #606060;
}
.header.onScroll .saf-search .searchForm a {
  color: #606060;
}
.header.onScroll .saf-search .searchForm span {
  color: #606060;
}
.header .saf-search {
  display: flex;
  align-items: center;
}
.header .saf-search .searchForm {
  border: 1px #ddd solid;
  border-radius: 20px;
  height: 40px;
  padding: 0 15px;
  display: flex;
  transition: all 0.5s;
  color: #fff;
}
.header .saf-search .searchForm input {
  border: none;
  width: 120px;
  background: none;
  color: #666;
  outline: none;
}
.header .saf-search .searchForm a {
  display: flex;
  align-items: center;
  color:#fff;
}
.header .saf-search .searchForm a svg {
  width: auto;
  height: 20px;
  fill: #666;
}
.header .saf-header {
  height: 84px;
  padding: 0 160px 0 125px;
  transition: all 0.8s;
  position: relative;
}
.header .saf-header .saf_navContent {
  width: 100%;
  display: flex;
}
.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 .saf-menuList {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem {
  height: 100%;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 0 35px;
  font-weight: bold;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a span {
  flex: 1;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a.active_item {
  color: #3497FF;
  position: relative;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a.active_item::after {
  content: '';
  background: #3497FF;
  height: 1px;
  width: 40px;
  position: absolute;
  top: -6px;
  left: calc(50% - 20px);
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a:hover {
  color: #3497FF;
}
.header .saf-header .saf_navContent .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-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-menuList li.saf_navItem .saf_navBox > ul > li {
  padding: 0 15px;
}
.header .saf-header .saf_navContent .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-menuList li.saf_navItem .saf_navBox > ul > li a span {
  position: relative;
  z-index: 4;
}
.header .saf-header .saf_navContent .saf-menuList li.saf_navItem .saf_navBox > ul > li a:hover {
  color: #3497FF;
}
.header .saf-header .saf_navContent .lugRim {
  padding-left: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .saf-header .saf_navContent .lugRim:hover .lugLi {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header .saf-header .saf_navContent .lugRim > img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header .saf-header .saf_navContent .lugRim .lugLi {
  position: absolute;
  left: -10px;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
.header .saf-header .saf_navContent .lugRim .lugLi img {
  width: 90px;
  height: 90px;
}
.header .mobile-header {
  display: none;
  background: #fff;
  height: 63px;
}
.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 {
  width: 102px;
}
.header .mobile-header .m-h-box .saf-search {
  margin: 0 2%;
}
.header .mobile-header .m-h-box .saf-search .searchForm {
  background: #f5f5f5;
  border: none;
}
.header .mobile-header .m-h-box .menu {
  width: 28px;
}
.header .mobile-header .m-h-box .close {
  width: 28px;
  display: none;
}
.max-width {
  max-width: 1600px;
  width: 83.33%;
  margin: auto;
}
/*公共底部*/
.footer {
  background: #fff;
  padding: 46px 0;
  transition: all 0.5s;
  z-index: 99;
}
.footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .title {
  display: none;
  padding: 32px 0 35px;
  text-align: center;
  color: #333;
}
.footer .title span {
  font-size: 19px;
}
.footer .title span:first-child {
  font-weight: bold;
  margin-right: 5px;
}
.footer .title span:last-child {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .footer-left ul {
  display: flex;
}
.footer .footer-left ul li {
  margin-right: 32px;
  display: inline-flex;
  align-items: center;
}
.footer .footer-left ul li span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
}
.footer .footer-left div {
  color: #A5A5A5;
  margin-top: 26px;
  font-size: 13px;
}
.footer .footer-left div span:first-child {
  margin-right: 22px;
}
.footer .footer-right {
  display: flex;
  align-items: center;
}
.footer .footer-right p {
  color: #404040;
  font-size: 14px;
  padding-top: 13px;
  margin-right: 15px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
}
.footer .footer-right p::after {
  content: '';
  background: #EC302F;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer-right p.sj {
  display: none;
}
.footer .cmp {
  display: none;
  border-top: 1px solid #E2E2E2;
  margin-top: 29px;
  padding: 13px 0 15px;
}
.footer .cmp p {
  color: #C9C9C9;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.footer .cmp p:last-child {
  margin-top: 2px;
}
/*子页面公共banner*/
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sub-banner {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sub-banner > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: scaleAnim 5s ease forwards;
}
.sub-banner > img.mbimg {
  display: none;
}
.sub-banner .sub-banner-desc {
  max-width: 1600px;
  width: 83.333%;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 8.333%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.77);
  border-radius: 20px 20px 0 0;
}
.sub-banner .sub-banner-desc .desc {
  padding: 42px 38px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-banner .sub-banner-desc .desc div h3 {
  font-weight: bold;
  color: #222222;
  font-size: 34px;
  margin: 13px 0;
}
.sub-banner .sub-banner-desc .desc div p {
  color: #606060;
  font-size: 18px;
}
.mobile-menu {
  background: #fff;
  position: fixed;
  top: 63px;
  width: 100%;
  z-index: 999;
  display: none;
}
.mobile-menu > li > a,
.mobile-menu > li .title {
  display: block;
  padding: 19px 21px 19px 27px;
  border-bottom: 1px solid #E1E1E1;
  color: #333;
  font-size: 15px;
}
.mobile-menu > li .title {
  display: flex;
  justify-content: space-between;
}
.mobile-menu > li .title img {
  width: 16px;
  height: 16px;
}
.mobile-menu > li .title a {
  color: #333;
}
.mobile-menu > li .title .transform {
  transform: rotate(180deg);
}
.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: 13px;
  color: #2A2A2A;
  margin-bottom: 20px;
}
.mobile-menu > li .active {
  color: #1A61AB !important;
}
@media only screen and (max-width: 1366px) {
  .header .saf-header {
    padding: 0 100px 0 70px;
  }
  .header .saf-header .saf_navContent .saf-menuList li.saf_navItem > p > a {
    padding: 0 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .saf-header {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .sub-banner {
    top: 63px;
  }
  .footer {
    bottom: 0;
    position: relative;
    padding: 0;
  }
  .footer .max-width {
    display: block;
    width: 82%;
  }
  .footer .max-width .footer-left ul {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .footer .max-width .footer-left ul li {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .footer .max-width .footer-left ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #606060;
  }
  .footer .max-width .footer-left div {
    display: none;
  }
  .footer .max-width .footer-right {
    display: block;
    text-align: center;
  }
  .footer .max-width .footer-right p {
    text-align: left;
  }
  .footer .max-width .footer-right p.pc {
    display: none;
  }
  .footer .max-width .footer-right p.sj {
    display: block;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .footer .max-width .footer-right p::after {
    width: 10px;
    height: 1.5px;
  }
  .footer .title {
    display: block;
    padding: 32px 0 35px;
    text-align: center;
  }
  .footer .cmp {
    display: block;
  }
  .max-width {
    max-width: 976px;
    width: 92%;
  }
}
.main-bg {
  background: #F6F9FB;
  z-index: 99;
  position: relative;
  overflow-x: hidden;
}
.sub-tabs {
  display: flex;
  padding: 14px 24px;
}
.sub-tabs a {
  padding: 0 33px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}
.sub-tabs a.active {
  color: #fff;
  background: #AC1617;
}
.sub-tabs a:hover {
  color: #fff;
  background: #AC1617;
}
/*分页*/
.page_common {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.page_common a:hover {
  color: #fff;
  background-color: #AC1617 !important;
  cursor: pointer;
}
.page_f_o,
.page_f_d a {
  background-color: white;
  color: #787878;
  font-size: 14px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
}
.page_f_o_t,
.page_f_o_t2 {
  padding: 0 17px;
  margin: 0 10px;
}
.page_active {
  background-color: #AC1617 !important;
  color: white !important;
  border: none !important;
}
.page_f_d {
  display: flex;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 768px) {
  .sub-banner > img.mbimg {
    display: block;
  }
  .sub-banner > img.pcimg {
    display: none;
  }
  .sub-banner .sub-banner-desc {
    width: 92%;
    max-width: 690px;
    left: 4%;
    height: 81px;
    border-radius: 10px 10px 0 0;
  }
  .sub-banner .sub-banner-desc .desc {
    padding: 16px 12px;
    display: block;
  }
  .sub-banner .sub-banner-desc .desc > img {
    display: none;
  }
  .sub-banner .sub-banner-desc .desc div img {
    width: 41px;
  }
  .sub-banner .sub-banner-desc .desc div h3 {
    font-size: 17px;
    margin: 6px 0;
  }
  .sub-banner .sub-banner-desc .desc div p {
    font-size: 12px;
  }
  .sub-tabs {
    padding: 17px 0;
    justify-content: space-between;
  }
  .sub-tabs a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
    width: 30%;
    margin-right: 0;
  }
}
