@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}

@media only screen and (max-width: 1681px) {
  html {
      font-size: 14px;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  color: #303133;
  font-family: 'AlibabaPuHuiTi' !important;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.fz-24 {
  font-size: 1.5rem;
}
.fz-14 {
  font-size: 0.875rem;
}
.fz-15 {
  font-size: 0.9375rem;
}
.fz-18 {
  font-size: 1.125rem;
}
.colo30 {
  color: #303133;
}
.colo29 {
  color: #293C69;
}
.colo60 {
  color: #606266;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide3 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.banner_area {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
}
/* 头部 */
.Header {
  width: 100%;
  height: 5.625rem;
  position: fixed;
  top: 0;
  z-index: 999999;
  background-color: #fff;
}
.Header ul li {
  text-align: center;
}
.Header .Header_banner {
  width: 95rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header .Header_banner .logo {
  height: 3.625rem;
  flex-shrink: 0;
}
.Header .Header_banner .search {
  margin-top: 0.25rem;
  margin-right: 0.4375rem;
}
/* 底部 */
.footer {
  width: 100%;
  height: 28.2rem;
  background-color: #2C333E;
}
.footer .footer_banner {
  height: 100%;
}
.footer .footer_banner .log_box {
  text-align: center;
  padding-top: 3.125rem;
  margin-bottom: 1.5625rem;
}
.footer .footer_banner .log_box img {
  width: 17rem;
  height: 3.875rem;
}
.footer .footer_banner .nav_box {
  width: 100%;
  padding: 0 158px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2.25rem;
  padding-bottom: 16px;
}
.footer .footer_banner .nav_box ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_banner .nav_box ul li {
  font-size: 1rem;
  color: #B3B9C3;
}
.footer .footer_banner .info_box {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .footer_banner .info_box ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_banner .info_box ul .item {
  width: 25%;
  display: flex;
  cursor: pointer;
  font-size: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer .footer_banner .info_box ul .item img {
  width: 2.75rem;
  height: 2.75rem;
}
.footer .footer_banner .info_box ul .item .name {
  color: #fff;
  margin-bottom: 0.75rem;
  margin: 1rem 0 0.75rem 0;
}
.footer .footer_banner .info_box ul .item .value {
  font-size: 0.875rem;
  color: #B3B9C3;
  height: 1.4rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer_banner .info_box ul .item .phone {
  color: #E60012;
  font-size: 1.625rem;
  font-weight: 700;
}
.footer .footer_banner .info_box ul .item .wexin {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.5rem;
}
.footer .footer_banner .ban_quan {
  text-align: center;
}
.footer .footer_banner .ban_quan .font {
  text-align: center;
  font-size: 13px;
  color: #B3B9C3;
  padding-top: 0.875rem;
}
.footer .footer_banner .ban_quan .warning {
  width: 9.25rem;
  margin-top: 0.625rem;
  height: 2.5625rem;
}
/* 轮播图 */
.Swiper {
  width: 100%;
  overflow: hidden;
  position: relative !important;
  margin-top: 5.625rem;
}
.Swiper .swiper-wrapper {
  width: 100%;
}
.Swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.Swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.Swiper .swiper-wrapper .swiper-slide .textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 17%;
}
.Swiper .swiper-wrapper .swiper-slide .textarea .textarea_one {
  color: #303133;
  text-align: right;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 1.375rem;
}
.Swiper .swiper-wrapper .swiper-slide .textarea .textarea_two {
  color: #303133;
  text-align: right;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.31px;
}
.Swiper .swiper-wrapper .swiper-slide .textarea .mar_60 {
  margin-top: 4.125rem;
}
.Swiper .swiper-wrapper .swiper-slide .textarea .textarea_tree {
  color: #303133;
  text-align: right;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.Swiper #rotation_swiper {
  bottom: 1.5rem !important;
}
.Swiper #rotation_swiper .swiper-pagination-bullet {
  width: 2.25rem;
  height: 0.25rem;
  margin: 0 7px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.Swiper #rotation_swiper .swiper-pagination-bullet-active {
  width: 56px;
  background: #E60012;
}
.Swiper .swiper-button-prev {
  position: absolute !important;
  left: 17%;
  top: 90%;
}
.Swiper .swiper-button-next {
  position: absolute !important;
  left: 22%;
  top: 90%;
}
.Swiper .swiper-button-next,
.Swiper .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.6);
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 100px;
  color: #fff;
}
.Swiper .swiper-button-next:hover,
.Swiper .swiper-button-prev:hover {
  background-color: #fff;
}
/*分页*/
.listNewsModule .page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  background: #f5f6f7;
  
}
.listNewsModule .page .pager .pagination li{
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.listNewsModule .page .pager .pagination .active{
   background: #E60012;
   color: #fff;
}
.listNewsModule .page .pager .pagination .active span{
  color:#fff;
}
.listCaseModule .page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  background: #f5f6f7;
  
}
.listCaseModule .page .pager .pagination li{
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.listCaseModule .page .pager .pagination .active{
   background: #E60012;
   color: #fff;
}
.listCaseModule .page .pager .pagination .active span{
  color:#fff;
}
/*分页*/
.pageAboutModule .page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  background: #f5f6f7;
  
}
.pageAboutModule .page .pager .pagination li{
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.pageAboutModule .page .pager .pagination .active{
   background: #E60012;
   color: #fff;
}
.pageAboutModule .page .pager .pagination .active span{
  color:#fff;
}
.pageAboutModule .page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  background: #f5f6f7;
  
}
.pageAboutModule .page .pager .pagination li{
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.pageAboutModule .page .pager .pagination .active{
   background: #E60012;
   color: #fff;
}
.pageAboutModule .page .pager .pagination .active span{
  color:#fff;
}
.
/*分页*/
.listProductModule .page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  background: #f5f6f7;
  
}
.listProductModule .page .pager .pagination li{
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.listProductModule .page .pager .pagination .active{
   background: #E60012;
   color: #fff;
}
.listProductModule .page .pager .pagination .active span{
  color:#fff;
}
.listProductModule .page .pager .pagination{
  margin: 0 auto;
  display: flex;
  padding: 0 0 30px 0;
  background: #f5f6f7;
  
}
.listProductModule .page .pager .pagination li{
  background: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.listProductModule .page .pager .pagination .active{
   background: #E60012;
   color: #fff;
}
.listProductModule .page .pager .pagination .active span{
  color:#fff;
}
