@charset "UTF-8";

/*整站样式*/
*,
html,
:after,
:before {
  font-size: 10px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  -khtml-user-select: none;
  /* Khtml内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

body {
  font-family: AlibabaPuHuiTi-2-55-Regular, 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  position: relative;
  height: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  width: 5px;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

.fix {
  *zoom: 1;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c {
  clear: both;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bgw {
  background-color: #fff !important;
}

@font-face {
  font-family: D-DIN-Bold;
  src: url(../fonts/D-DIN-Bold.woff) format('woff');
}

@font-face {
  font-family: OPPOSans-Heavy;
  src: url(../fonts/OPPOSans-Heavy.woff) format('woff');
}

@font-face {
  font-family: FjallaOne-Regular;
  src: url(../fonts/FjallaOne-Regular.woff) format('woff');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-45-Light;
  src: url(../fonts/AlibabaPuHuiTi-2-45-Light.ttf) format('TrueType');
}

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

@font-face {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src: url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  src: url(../fonts/AlibabaPuHuiTi-2-85-Bold.ttf) format('TrueType');
}

/*基本编写顺序*/

/* 共用样式开始 */
.container {
  max-width: 1400px;
  margin: 0 auto;
}

.banner_page {
  margin-top: 10rem;
  /* height: 45.5rem; */
  position: relative;
}

.banner_page span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  width: 100%;
  font-weight: 500;
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 42%;
}

.banner_page i {
  display: block;
  width: 2.2rem;
  height: 4rem;
  background: url(../images/mouse.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 26rem;
  bottom: 9.2rem;
}

/* 分页样式 */

.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #303133;
  margin-right: 0.8rem;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/honor_prev.png) no-repeat;
  background-size: contain;
  color: rgba(0, 0, 0, 0);
  width: 4rem;
  height: 4rem;
  display: block;
  border: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/honor_next.png) no-repeat;
  background-size: contain;
  color: rgba(0, 0, 0, 0);
  width: 4rem;
  height: 4rem;
  display: block;
  border: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  background: #003686;
  border: 1px solid #003686;
  border-radius: 4px;
  color: #fff;
}

.loadmore-nodata .loadmore-tips {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #606266;
}

/* 加载更多 */
.more_list {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #003686;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  width: 20rem;
  height: 5rem;
  line-height: 5rem;
  margin: 0 auto;
  margin-top: 4rem;
}

/* 页面菜单 */
.page_menu {
  height: 8.3rem;
  line-height: 8.3rem;
  border-bottom: #F7F7F7 1px solid;
}

.page_menu .page_menu_box {
  display: flex;
  justify-content: space-between;
}

.page_menu ul {
  display: flex;
}

.page_menu ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 8.3rem;
  text-align: center;
  letter-spacing: 0.01em;
  padding-left: 3.1rem;
  padding-right: 3.1rem;
  color: #303133;
  position: relative;
}

.page_menu ul li:last-child a {
  padding-right: 0;
}

.page_menu ul li a.active,
.page_menu ul li a:hover {
  color: #003686;
}

.page_menu ul li a.active::before,
.page_menu ul li a:hover::before {
  content: '';
  position: absolute;
  left: 0.8rem;
  bottom: 0;
  width: 12.6rem;
  height: 0.2rem;
  background-color: #003686;
}

/* 面包屑 */

.breadcrumb a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #909399;
}

.breadcrumb a:first-child {
  background: url(../images/navigation_home.png) no-repeat;
  background-size: contain;
  padding-left: 2.6rem;
}

.breadcrumb>a+a:before {
  content: ">";
  padding: 0 5px;
  color: #909399;
}

.new_list_show_left_hundred {
  width: 100% !important;
}

/* 返回列表 */
.more_to_list {
  display: block;
  font-size: 1.1rem;
  color: #4c4c4c;
  border: #bfbfbf 1px solid;
  border-radius: 5px;
  width: 12rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 3rem auto 4rem auto;
}

.more_to_list:hover {
  color: #4c4c4c;
}

/*头部*/
.head {
  padding-left: 10.8rem;
  padding-right: 9.8rem;
  padding-top: 2rem;
  display: flex;
  height: 10rem;
  position: fixed;
  top: 0;
  z-index: 999;
}

.head .logo a {
  display: block;
  width: 20.3rem;
  height: 7rem;
}

.head .menu {
  margin-left: 32.8rem;
  display: flex;
  width: 118.4rem;
}

.head .menu ul {
  display: flex;
  justify-content: space-between;
}

.head .menu ul li a {
  display: block;
  width: 12rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.menu.white ul li a {
  color: #ffffff;
}

.bgw .menu ul li a {
  color: #303133;
}

.head .menu ul li.active a,
.head .menu ul li:hover a {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  color: #003686;
  font-weight: 500;
  position: relative;
}

.head .menu ul li.active a::before,
.head .menu ul li:hover a::before {
  content: '';
  background-color: #003686;
  width: 4rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.menu-min {
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  background: #F5F6F8;
  z-index: 2;
  transition: all .4s;
  opacity: 1;
  display: none;
}

.menu-min .cbody {
  display: flex;
  justify-content: flex-start;
}

.menu-min-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.5rem;
  padding-right: 6.5rem;
  margin-bottom: 6.9rem;
  border-right: #EBEEF5 1px solid;
}

.menu-min-name>a {
  margin-top: 2.1rem;
  display: block;
  width: 18.6rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.8rem;
  color: #003686;
  border: 1px solid #003686;
}

.min-name span {
  display: block;
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: 0.02em;
  color: #303133;
}

.min-name em {
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  color: #303133;
}

.menu-min-ul {
  margin-top: 7.7rem;
  margin-left: 4rem;
  flex: 0.9;
}

.menu-min-ul ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-min-ul ul li {
  width: 25%;
  height: 4.8rem;
}

.menu-min-ul ul li a {
  display: block;

  line-height: 4.8rem;
  text-align: center;
  font-size: 1.8rem;
}

.menu-min-ul ul li a:hover {
  color: #003686;
}

.menu-min .cbody .cat_name_img {
  width: 31.2rem;
  height: 20rem;
  margin-top: 3.7rem;
}

.head .search {
  width: 2.2rem;
  margin-left: 0.9rem;
  background: url(../images/search.png) no-repeat center;
  background-size: 2.2rem;
}

/* 轮播图 */

.banner {
  width: 100%;
}

.banner .banner_swiper {
  width: 100%;
}

.banner .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.banner .banner_swiper a .banner_1,
.banner .banner_swiper a .banner_2,
.banner .banner_swiper a .banner_3 {
  position: absolute;
  top: 70%;
  left: 0;
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}


.banner .swiper-slide-active a .banner_1,
.banner .swiper-slide-active a .banner_2,
.banner .swiper-slide-active a .banner_3 {
  top: 0;
}

.banner .swiper-slide .video_content {
  width: 100%;
  text-align: center;
}

.banner .swiper-slide .video_content video {
  width: 100%;
}

.banner .banner_swiper .swiper-button-next,
.banner .banner_swiper .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  bottom: 6.4rem;
  top: initial;
}

.banner .banner_swiper .swiper-button-prev {
  left: initial;
  right: 36.2rem;
}

.banner .banner_swiper .swiper-button-next {
  left: initial;
  right: 26rem;
  background: #C72A2B;
  border: 1px solid #C72A2B;
}

.banner .banner_swiper .swiper-button-prev:after,
.banner .banner_swiper .swiper-button-next:after {
  font-size: 2rem;
  color: #FFFFFF;
}

.banner .banner_swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  left: -65rem;
  bottom: 6.4rem;
}

.banner .banner_swiper .swiper-pagination span {
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-current {
  font-size: 4.2rem;
  color: #C72A2B;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-total {
  font-size: 2rem;
  color: #303133;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 75px;
  height: 7px;
  border-radius: 5px;
  margin-right: 2.2rem;
}

.banner .banner_swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

/* 底部 */

.totop {
  background: url(../images/totop.png) no-repeat;
  background-size: contain;
  position: fixed;
  width: 5.8rem;
  height: 5.8rem;
  cursor: pointer;
  bottom: 19rem;
  right: 7.9rem;
  z-index: 2;
  display: none;
}

.foot {
  background: #003686;
  padding-top: 7.3rem;
}

.foot .foot_box {
  display: flex;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.foot .foot_box .left {
  margin-top: 1.2rem;
  display: flex;
  width: 70%;
}

.foot .foot_box .right {
  margin-left: 6.5rem;
  width: 30%;
}

.foot .foot_box .left dl {
  width: 14.3rem;
}

.foot .foot_box .left dt a {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
  color: #FFFFFF;
}

.foot .foot_box .left dd a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 1.4rem;
  color: #778FBE;
}

.foot .foot_box .right_top {
  float: right;
}

.foot .foot_box .foot_logo {
  width: 21.5rem;
  height: 7.5rem;
}

.foot .foot_box .right_top .service_hotline {
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-top: 2.6rem;
  text-align: right;
  letter-spacing: 0.457143px;
  color: #E4E7ED;
}

.foot .foot_box .right_top .service_hotline_num {
  display: block;
  font-family: OPPOSans-Heavy;
  font-size: 3.2rem;
  line-height: 4.2rem;
  text-align: right;
  letter-spacing: 0.03em;
  color: #EA2021;
  margin-top: 0.6rem;
}

.foot .foot_box .right .share {
  display: flex;
  height: 14.7rem;
  margin-top: 7.2rem;
  justify-content: flex-end;
  text-align: center;
}

.foot .foot_box .right .share .douyin,
.foot .foot_box .right .share .kuaishou {
  margin-left: 4.4rem;
  position: relative;
}

.foot .foot_box .right .share .weixin {
  position: relative;
}

.foot .foot_box .right i {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.4rem;
}

.foot .foot_box .right .weixin i {
  background: url(../images/foot_weixin.png) no-repeat;
  background-size: contain;
}

.foot .foot_box .right .douyin i {
  background: url(../images/foot_douyin.png) no-repeat;
  background-size: contain;
}

.foot .foot_box .right .kuaishou i {
  background: url(../images/foot_kuaishou.png) no-repeat;
  background-size: contain;
}

.foot .foot_box .right .share span {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.514286px;
  color: #778FBE;
  margin-top: 0.4rem;
}

.foot .foot_box .right .share .qrcode {
  display: none;
  position: absolute;
  top: -5.5rem;
  left: -16rem;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0.9rem;
}

.foot .foot_box .right .share .qrcode::before {
  content: "";
  position: absolute;
  right: -1.8rem;
  top: 6.8rem;
  width: 0;
  height: 0;
  border: 0.9rem solid transparent;
  border-left: 1rem solid #ffffff;
}

.foot .foot_box .right .share .qrcode img {
  width: 12.2rem;
  height: 12.2rem;
}

.foot .foot_box .right .share .qrcode em {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.5px;
  color: #C0C4CC;
  margin-top: 0.5rem;
}

.foot .foot_box .right .share .weixin:hover .qrcode,
.foot .foot_box .right .share .douyin:hover .qrcode,
.foot .foot_box .right .share .kuaishou:hover .qrcode {
  display: block;
}

.copy {
  padding-top: 2.95rem;
  padding-bottom: 3.3rem;
  display: flex;
  justify-content: space-between;
}

.copy .left span {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  color: #778FBE;
}

.copy em {
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.copy .left span a {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #778FBE;
  padding-left: 0.5rem;
  padding-right: 1rem;
  position: relative;
}

.copy .left span a::before {
  position: absolute;
  content: '';
  background-color: #778FBE;
  width: 1px;
  height: 1.4rem;
  top: 0.6rem;
  right: 0.3rem;
}

.copy .left span a:last-child::before {
  width: 0;
  height: 0;
}

.copy a.icp i {
  display: block;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/icp.png) no-repeat;
  background-size: contain;
}

.copy .right a {
  display: block;
  width: 16.5rem;
  height: 4.5rem;
  background: url(../images/business_license.jpg) no-repeat;
  background-size: contain;
}

/* 搜索列表页 */

.search-form {
  margin-top: 14rem;
  margin-bottom: 3rem;
  min-height: 30vh;
}

.search-form .search-body {
  margin-top: 20vh;
}

.search-form .search-body span {
  display: block;
  height: 4rem;
  line-height: 4rem;
  color: #003686;
  font-size: 1.6rem;
  text-align: center;
}

.search-form .search-body .search-form-search {
  display: flex;
  justify-content: center;
}

.search-form .search-body .search-form-search input[type='text'] {
  height: 4rem;
  width: 40%;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 2rem;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 5px #99caff;
  -moz-box-shadow: 0 0 5px #99caff;
  box-shadow: 0 0 5px #99caff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #888888;
}

.search-form .search-body .search-form-search button[type='submit'] {
  width: 0;
  height: 0;
  background: none;
  border: 0;
}

.search-form .search-info {
  color: #666;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.search-form .search-info b {
  color: #e70014;
  font-size: 1.6rem;
}

.search_list_box {
  margin-top: 4.5rem;
  margin-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
}

.search_list_box .news_item img {
  height: 7rem;
  width: auto;
}

.search_list_box .highlight {
  display: inline-block;
  color: #e70014;
  margin-top: 0;
  margin-bottom: 0;
}

/* 首页公司简介 */
.about_box {
  /* margin-top: 13rem; */
}

.about_box .about_content {
  display: flex;
  padding-bottom: 7.7rem;
  margin-top: 10rem;
}

.about_box .about_content .left {
  width: 40%;
  background: url(../images/about_box_bg.png) no-repeat;
  background-size: contain;
  padding-top: 3rem;
  padding-left: 2rem;
}

.about_box .about_content .right {
  width: 60%;
}

.about_content .about_title {
  width: 63%;
  font-size: 5.2rem;
  color: #303133;
  line-height: 7.3rem;
  letter-spacing: 0.01em;
  background: url(../images/about_right.png) no-repeat right center;
  background-size: 2rem;
}

.about_content .about_title em {
  font-size: 5.2rem;
  color: #003686;
}

.about_content .about_desc {
  margin-top: 4.6rem;
}

.about_content .about_desc p {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: #606266;
  text-indent: 2rem;
  text-align: justify;
}

.about_content .about_menu {
  margin-top: 9rem;
  display: flex;
}

.about_content .about_menu a {
  display: block;
  width: 25%;
  height: 9.5rem;
  padding-top: 8rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: #303133;
}

.about_content .about_menu a.about {
  background: url(../images/about_desc.png) no-repeat center;
  background-size: 5.6rem;
}

.about_content .about_menu a.corporate_culture {
  background: url(../images/corporate_culture.png) no-repeat center;
  background-size: 5.6rem;
}

.about_content .about_menu a.development_history {
  background: url(../images/development_history.png) no-repeat center;
  background-size: 5.6rem;
}

.about_content .about_menu a.honor_menu {
  background: url(../images/honor.png) no-repeat center;
  background-size: 5.6rem;
}

.abnum {
  background: url(../images/abnum.png) no-repeat center;
  background-size: contain;
  height: 21.6rem;
}

.abnum .abnum_box {
  padding-top: 5.3rem;
  padding-bottom: 5.4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.abnum .abnum_box .abnum_box_item {
  width: 25%;
  text-align: center;
}

.abnum .abnum_box .abnum_box_item p span {
  font-family: D-DIN-Bold;
  font-size: 6.2rem;
  color: #ffffff;
}

.abnum .abnum_box .abnum_box_item p sub {
  font-family: D-DIN-Bold;
  font-size: 1.4rem;
  color: #ffffff;
  position: relative;
  right: -1rem;
  bottom: 1rem;
}

.abnum .abnum_box .abnum_box_item i {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  margin-top: 0.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
}

/* 首页集团产业 */
.group_industry {
  padding-top: 11.5rem;
  padding-bottom: 9rem;
}

.group_industry .cate_box {
  display: flex;
  justify-content: space-between;
}

.group_industry .cate_box .catname_box {
  width: 40%;
}

.group_industry .cate_box .cate_desc {
  width: 50%;
}

.group_industry .catname_box {
  display: flex;
}

.group_industry .catname_box .catname {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #303133;
}

.group_industry .catname_box .catname em {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #003686;
}

.group_industry .catname_box .encatname {
  font-family: FjallaOne-Regular;
  font-size: 3.2rem;
  line-height: 6rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #E4E7ED;
  margin-left: 1.6rem;
}

.group_industry .cate_box .cate_desc p {
  font-size: 1.7rem;
  line-height: 3.2rem;
  text-align: right;
  letter-spacing: 0.01em;
  color: #606266;
}

.group_industry_box {
  margin-top: 6.5rem;
}

.group_industry_box ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.group_industry_box ul li {
  width: 13rem;
  height: 54rem;
  overflow: hidden;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  position: relative;
}

.group_industry_box ul li.on {
  width: 66rem;
  height: 54rem;
  overflow: hidden;
  border-top-left-radius: 5rem;
}

.group_industry_box .group_industry_item_title {
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 2.8rem;
  width: 13rem;
  padding-left: 4rem;
  height: 54rem;
  writing-mode: vertical-lr;
  text-align: center;
}

.group_industry_box .content_box .content {
  display: none;
  padding-top: 10.8rem;
  padding-left: 5.3rem;
}

.group_industry_box .instrumentation {
  background: url(../images/instrumentation.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box .medical_devices {
  background: url(../images/medical_devices.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box .real_estate_development {
  background: url(../images/real_estate_development.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box .municipal_landscaping {
  background: url(../images/municipal_landscaping.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box .architectural_decoration {
  background: url(../images/architectural_decoration.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box .cultural_media {
  background: url(../images/cultural_media.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box .estate_management {
  background: url(../images/estate_management.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.instrumentation {
  background: url(../images/instrumentation_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.medical_devices {
  background: url(../images/medical_devices_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.real_estate_development {
  background: url(../images/real_estate_development_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.municipal_landscaping {
  background: url(../images/municipal_landscaping_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.architectural_decoration {
  background: url(../images/architectural_decoration_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.cultural_media {
  background: url(../images/cultural_media_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on.estate_management {
  background: url(../images/estate_management_on.jpg) no-repeat;
  background-size: cover;
}

.group_industry_box li.on .group_industry_item_title {
  display: none;
}

.group_industry_box li.on .content {
  display: block;
}

.group_industry_box li .content span {
  font-weight: 500;
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 10.8rem;
}

.group_industry_box li .content p {
  display: block;
  margin-right: 6.6rem;
  margin-top: 3.2rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.group_industry_box li .content a {
  background: url(../images/more.png) no-repeat 13rem center;
  background-size: 2.5rem;
  display: block;
  width: 19.8rem;
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  position: absolute;
  bottom: 2rem;
}

/* 水表产品 */
.product {
  padding-top: 9rem;
  padding-bottom: 4.5rem;
  background: url(../images/product_bg.jpg) no-repeat;
  background-size: contain;
}

.product .cate_box {
  display: flex;
  justify-content: space-between;
}

.product .cate_box .catname_box {
  width: 40%;
}

.product .cate_box .cate_desc {
  width: 60%;
}

.product .catname_box {
  display: flex;
}

.product .catname_box .catname {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #303133;
}

.product .catname_box .catname em {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #003686;
}

.product .catname_box .encatname {
  font-family: FjallaOne-Regular;
  font-size: 3.2rem;
  line-height: 6rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #E4E7ED;
  margin-left: 1.6rem;
}

.product .cate_box .cate_desc ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product .cate_box .cate_desc ul li {
  width: 19rem;
  height: 5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 5rem;
  text-align: center;
  color: #606266;
  border: 1px solid #EBEEF5;
}

.product .cate_box .cate_desc ul li.on {
  background-color: #003686;
  color: #FFFFFF;
}

.product .product_swiper_box {
  margin-top: 9rem;
}

.product .product_swiper {
  display: none;
  overflow: hidden;
  position: relative;
  height: 41.7rem;
}

.product .product_swiper .swiper-wrapper {
  height: 34.6rem;
}

.product .product_swiper:first-child {
  display: block;
}

.product .product_swiper .swiper-slide {
  width: 34rem !important;
  height: 34.6rem;
  margin-right: 1.3rem;
}

.product .product_swiper .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

.product .product_swiper .swiper-slide a {
  display: block;
}

.product .product_swiper .swiper-slide span {
  display: block;
  height: 7.6rem;
  line-height: 7.6rem;
  background: url(../images/product_more.png) no-repeat right center;
  background-size: contain;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: #303133;
  padding-left: 1.87rem;
  border: 1px solid #F5F6F8;
}

.product .product_swiper .swiper-slide a:hover span {
  background: #003686 url(../images/product_more_on.png) no-repeat 27rem center;
  background-size: contain;
  color: #FFFFFF;
}

.product .product_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.product .product_swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 3rem;
}

.product .product_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/product_slide_bg.png) no-repeat;
  background-size: contain;
}

/* 荣誉资质 */
.honor {
  position: relative;
  padding-bottom: 9.6rem;
}

.honor .cate_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E4E7ED;
}

.honor .cate_box .catname_box {
  width: 40%;
  padding-bottom: 5.5rem;
}

.honor .cate_box .cate_desc {
  width: 60%;
}

.honor .catname_box {
  display: flex;
}

.honor .catname_box .catname {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #303133;
}

.honor .catname_box .catname em {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #003686;
}

.honor .catname_box .encatname {
  font-family: FjallaOne-Regular;
  font-size: 3.2rem;
  line-height: 6rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #E4E7ED;
  margin-left: 1.6rem;
}

.honor .honor_swiper {
  overflow: hidden;
  border-bottom: 1px solid #E4E7ED;
}

.honor .honor_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.honor .honor_swiper .swiper-button-next {
  top: 8%;
  right: 13%;
}

.honor .honor_swiper .swiper-button-prev {
  top: 8%;
  left: initial;
  right: 17%;
}

.honor .honor_swiper .swiper-button-next:after,
.honor .honor_swiper .swiper-button-prev:after {
  font-size: 0.9rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.honor .honor_swiper .swiper-button-prev:after {
  color: #C0C4CC;
}

.honor .honor_swiper .swiper-button-next:after {
  color: #C72A2B;
}

.honor .swiper-slide {
  width: 31.7rem !important;
  margin-right: 4.4rem;
  padding-top: 4.7rem;
  padding-bottom: 7rem;
}

/* .honor .swiper-slide:nth-child(4n) {
  margin-right: 0;
} */

.honor .swiper-slide a {
  display: block;
  text-align: center;
  position: relative;
}

.honor .swiper-slide a:hover::after {
  content: '';
  background-color: #C72A2B;
  width: 9.3rem;
  height: 2px;
  position: absolute;
  left: 11.2rem;
  bottom: -7rem;
}

.honor .swiper-slide a .img_bg {
  background: url(../images/honor_bg.png) no-repeat bottom center;
  background-size: contain;
  height: 40rem;
}

.honor .swiper-slide img {
  width: 23.8rem;
  height: 33.3rem;
}

.honor .swiper-slide span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
}

/* 最新资讯 */
.news {
  padding-bottom: 5.5rem;
  background-color: #F7F7F7;
}

.news .news_box {
  display: flex;

}

.news .news_box_left {
  width: 50%;
  padding-left: 25.3rem;
  padding-right: 10.2rem;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 10rem;
  margin-bottom: 3.3rem;
}

.news .news_box_right {
  width: 50%;
}

.news .news_box .cate_box {
  padding-top: 8.5rem;
  justify-content: space-between;
  /* border-bottom: 1px solid #E4E7ED; */
}

.news .news_box .cate_box .catname_box {
  margin-bottom: 3.6rem;
  display: flex;
}

.news .news_box .catname_box .catname {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #303133;
}

.news .news_box .catname_box .catname em {
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0.04em;
  color: #003686;
}

.news .news_box .catname_box .encatname {
  font-family: FjallaOne-Regular;
  font-size: 3.2rem;
  line-height: 6rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #E4E7ED;
  margin-left: 1.6rem;
}

.news .news_left_box a {
  display: block;
}

.news .news_left_box .news_left_content {
  position: relative;
}

.news .news_left_box span {
  display: block;
  width: 80%;
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news .news_left_box time {
  display: block;
  margin-top: 1.2rem;
  padding-left: 2.5rem;
  background: url(../images/new_list_show_left_time.png) no-repeat;
  background-size: contain;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #999999;
}

.news .news_left_box i {
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  background: url(../images/new_left_more.png) no-repeat;
  background-size: 6.2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.news .news_box_right .cate_desc {
  padding-top: 9.3rem;
  padding-left: 7.2rem;
}

.news .news_box_right .cate_desc ul {
  display: flex;
  align-items: center;
}

.news .news_box_right .cate_desc ul li {
  width: 19rem;
  height: 5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 5rem;
  text-align: center;
  color: #606266;
  border: 1px solid #EBEEF5;
}

.news .news_box_right .cate_desc ul li.on {
  background-color: #003686;
  color: #FFFFFF;
}

.news .news_box_right .news_box_right_box {
  width: 63rem;
  padding-top: 6.6rem;
  padding-left: 7.2rem;
}

.news .news_box_right .news_box_right_box .news_box_right_list {
  display: none;
}

.news .news_box_right .news_box_right_box .news_box_right_list:first-child {
  display: block;
}

.news .news_box_right .news_box_right_box_item {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E4E7ED;
}

.news .news_box_right .news_box_right_box_item:first-child {
  padding-top: 0;
}

.news .news_box_right .news_box_right_box_item .img img {
  width: 15.8rem;
  height: 10.5rem;
}

.news .news_box_right .news_box_right_content {
  padding-left: 3rem;
  width: 39.3rem;
}

.news .news_box_left .news_left_box .img {
  width: 100%;
}

.news .news_box_right .news_box_right_content time {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #003686;
}

.news .news_box_right .news_box_right_content span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #606266;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news .news_box_right .news_box_right_content a {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: justify;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #909399;
}

.news .news_box_right .new_list_more {
  display: block;
  float: right;
  width: 7.1rem;
  height: 4rem;
  margin-top: 6.2rem;
  background: #003686 url(../images/new_list_more.png) no-repeat right center;
  background-size: contain;
  border-bottom-right-radius: 1rem;
}

/* 合作伙伴 */
.partner {
  background: url(../images/partner_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 9.86rem;
  padding-bottom: 9.3rem;
}

.partner .catname {
  background: url(../images/partner.png) no-repeat top center;
  background-size: 35rem;
  font-size: 4rem;
  line-height: 10.6rem;
  letter-spacing: 0.01em;
  color: #303133;
  text-align: center;
}

.partner .desc {
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #606266;
}

.partner .partner_swiper {
  margin-top: 9.4rem;
  width: 100%;
  overflow: hidden;
}

.partner .partner_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.partner .swiper-slide {
  width: 22.5rem !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.partner .swiper-slide img:last-child {
  margin-top: 1rem;
}

/* 走进江花开始 */

/* 集团简介 */

.page .page_box {
  padding-top: 1.4rem;
}

.page_box .page_catname {
  display: block;
  font-size: 5rem;
  line-height: 7rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
  margin-top: 6.6rem;
  margin-bottom: 3rem;
}

.page_box .page_catname em {
  font-size: 5rem;
  line-height: 7rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #003686;
}

.page_box .about_page_box {
  margin-bottom: 13.2rem;
}

.page_box .page_desc,
.page_box .page_desc p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #606266;
  padding-left: 4.3rem;
  padding-right: 4.3rem;
  text-indent: 2rem;
}

.page_box .abnum {
  background: none;
}

.page_box .abnum .abnum_box {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 6rem;
  margin-bottom: 7rem;
}

.page_box .abnum .abnum_box .abnum_box_item p span {
  color: #003686;
}

.page_box .abnum .abnum_box .abnum_box_item p sub {
  color: #003686;
}

.page_box .abnum .abnum_box .abnum_box_item i {
  color: #606266;
}

.about_images_box {
  display: flex;
  justify-content: space-between;
}

.about_images_box img {
  width: 45rem;
  height: 25.8rem;
  margin-right: 1rem;

}

.about_images_box img:last-child {
  margin-right: 0;
}

/* 集团单位 */
.group_unit_page_box {
  background: url(../images/group_unit_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.1rem;
  padding-bottom: 9.3rem;
}

.group_unit_swiper {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

.group_unit_swiper .swiper-slide {
  width: 100rem !important;
  height: auto;
  /* background: #fff; */
  position: relative;
}

.group_unit_swiper .swiper-slide p.group_unit_desc {
  display: none;
  text-align: center;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #606266;
}

.group_unit_swiper .swiper-slide img {
  margin-top: 11rem;
}

.group_unit_swiper .swiper-slide p.group_unit_name {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
}

.group_unit_swiper .swiper-slide-active p.group_unit_desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.group_unit_swiper .swiper-slide-active img {
  margin-top: 6rem;
}

.group_unit_swiper .swiper-slide-active p.group_unit_name {
  display: block;
  background: rgba(0, 54, 134, 0.4);
}

.group_unit_swiper .swiper-button-prev {
  left: 11.4rem;
  width: 5.2rem;
  height: 8rem;
  background: #FFFFFF;
  opacity: 0.8;
}

.group_unit_swiper .swiper-button-next {
  right: 11.7rem;
  width: 5.2rem;
  height: 8rem;
  background: #FFFFFF;
  opacity: 0.8;
}

.group_unit_swiper .swiper-button-prev::after {
  color: #E6481F
}

.group_unit_swiper .swiper-button-next::after {
  color: #909399
}

.group_unit_page_box .group_unit_more {
  display: block;
  width: 20.4rem;
  height: 4.4rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 4.4rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
  border: 1px solid #C0C4CC;
}

.product_features_box {
  background: url(../images/product_features_bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  padding-top: 18.2rem;
  padding-bottom: 7.6rem;
}

.product_features_box .img {
  width: 91.5rem;
  height: 57.2rem;
}

.product_features_box .product_features_desc {
  width: 70rem;
  margin-left: 4.2rem;
}

.product_features_box .product_features_desc span {
  display: block;
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: 0.02em;
  color: #303133;
  margin-bottom: 3.5rem;
}

.product_features_box .product_features_desc p {
  display: block;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #606266;
  text-indent: 2rem;
}

.product_features_box .product_features_desc p em {
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #003686;
}

/* 科技创新 */
.innovation_box {
  background: url(../images/innovation_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 28.5rem;
}

.innovation_box span {
  display: block;
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding-top: 21.6rem;
  margin-bottom: 3.5rem;
}

.innovation_box p {
  display: block;
  width: 82.9rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-indent: 2rem;
}

/* 走进江花结束 */

/* 集团产业开始 */

.page .group_industry_page_box {
  background: #F7F7F7;
}

/* 集团产业结束 */

/* 企业文化开始 */
.culture_box {
  margin-top: 6rem;
  padding-bottom: 12rem;
}

.culture_item {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
  background: #FFFFFF;
}

.culture_item:last-child {
  margin-bottom: 0;
}

.culture_item .img {
  width: 76.8rem;
  height: 48rem;
}

.culture_item:nth-child(odd) .right {
  margin-left: 6.6rem;
  padding-right: 4.6rem;
  width: 56.5rem;
}

.culture_item:nth-child(even) {
  flex-direction: row-reverse;
}

.culture_item:nth-child(even) .right {
  margin-right: 6.6rem;
  padding-left: 6.6rem;
  width: 56.5rem;
}

.culture_item .right span {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  height: 5.5rem;
  font-size: 3rem;
  line-height: 4.2rem;
  letter-spacing: 0.01em;
  color: #303133;
  position: relative;
}

.culture_item .right span::after {
  content: '';
  background-color: #003686;
  width: 6rem;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.culture_item .right p {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  line-height: 3.1rem;
  letter-spacing: 0.01em;
  color: #999999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.culture_item .right a {
  display: block;
  width: 13.2rem;
  height: 4.4rem;
  line-height: 4.4rem;
  margin-top: 3.6rem;
  background: #003686;
  border: 1px solid #003686;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

/* 企业文化结束 */

/* 发展历程开始 */
.development_history_page_box {
  background: url(../images/development_history_bg.png) no-repeat;
  background-size: cover;
}

.development_history_page_box .about_page_box {
  margin-bottom: 0;
  padding-bottom: 13.2rem;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 2px;
  height: 91%;
  background-color: #eee;
}

@media (min-width: 800px) {
  .timeline::before {
    left: 50%;
    margin-left: -1px;
  }
}

.timeline_item {
  margin-bottom: 20px;
  position: relative;
}

.timeline_item::after {
  content: "";
  clear: both;
  display: table;
}

.timeline_item:nth-child(2n) .timeline_item_content {
  float: right;
}

.timeline_item:nth-child(2n) .timeline_item_content::before {
  content: '';
  right: 40%;
}

@media (min-width: 800px) {
  .timeline_item:nth-child(2n) .timeline_item_content::before {
    left: inherit;
  }
}

.timeline_item:last-child {
  margin-bottom: 0;
}

.timeline_item {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
}

.timeline_item .timeline_item_content::before {
  background-color: #eee;
}

.timeline_item .timeline_item_content a {
  display: block;
}

.timeline_item:nth-child(odd) .timeline_item_content a {
  text-align: right;
}

.timeline_item_station {
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 15%;
  left: 10%;
  margin-left: -33px;
  border: 4px solid #003686;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (min-width: 800px) {
  .timeline_item_station {
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-width: 2px;
  }
}

.timeline_item_content {
  width: 80%;
  /* background: #fff; */
  padding: 20px 30px;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: #eee 1px solid;
}

@media (min-width: 800px) {
  .timeline_item_content {
    width: 44%;
    float: inherit;
    padding: 20px 40px;
  }
}

.timeline_item_content::before {
  content: '';
  position: absolute;
  left: 10%;
  background: #eee;
  top: 20px;
  width: 10%;
  height: 4px;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (min-width: 800px) {
  .timeline_item_content::before {
    left: 40%;
    top: 30px;
    height: 2px;
    margin-top: -2px;
  }
}

.timeline_item_content_date {
  margin: 0;
  padding: 8px 12px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #003686;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  /* border: 2px solid #fff; */
}

.timeline_item_content_description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #303133;
}

@media (min-width: 800px) {
  .timeline_item:nth-child(odd) .timeline_item_content_description {
    text-align: right;
  }

  .timeline_item_content_description {
    font-size: 19px;
    line-height: 28px;
  }
}

/* 发展历程结束 */

/* 成就与荣誉开始 */
.list_page .page_box {
  padding-bottom: 12rem;
}

.page_box .menu {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.page_box .menu li a {
  display: block;
  width: 20rem;
  height: 5rem;
  line-height: 5rem;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  background: #F5F6F8;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #606266;
  margin-right: 0.6rem;
}

.page_box .menu li:last-child a {
  margin-right: 0;
}

.page_box .menu li a.active,
.page_box .menu li a:hover {
  background: #003686;
  color: #FFFFFF;
}

.page_content {
  padding-top: 6rem;
  display: flex;
  flex-wrap: wrap;
}

.page_content .honor_list_item {
  width: 31.4rem;
  height: 46.2rem;
  background: #F7F7F7;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  margin-bottom: 5rem;
  position: relative;
}

.page_content .honor_list_item:nth-child(4n+1) {
  margin-left: 0;
}

.page_content .honor_list_item:nth-child(4n) {
  margin-right: 0;
}

.page_content .honor_list_item .honor_mask {
  display: none;
  position: absolute;
  width: 31.4rem;
  height: 46.2rem;
  background: rgba(48, 49, 51, 0.6) url(../images/honor_big.png) no-repeat center 16.8rem;
  background-size: 3.8rem;
  top: 0;
  cursor: pointer;
}

.page_content .honor_list_item .honor_mask span {
  display: block;
  margin-top: 1.6rem;
  line-height: 46.2rem;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}

.page_content .honor_list_item:hover .honor_mask {
  display: block;
}

.page_content .honor_list_item a {
  display: block;
  width: 31.4rem;
  height: 46.2rem;
  text-align: center;
}

.page_content .honor_list_item a .img {
  height: 37.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page_content .honor_list_item a .img img {
  width: 80%;
}

.page_content .honor_list_item a span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
  padding-top: 2.6rem;
  padding-bottom: 3.1rem;
}

/* 水表产品开始 */

.page_box .product_box {
  display: flex;
  margin-top: 8rem;
}

.page_box .left_menu {
  border-top-right-radius: 5rem;
  width: 25.8rem;
}

.page_box .left_menu li:first-child a {
  border-top-right-radius: 3rem;
}

.page_box .left_menu li a {
  display: block;
  width: 25.8rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.9rem;
  padding-right: 6rem;
  background: #FFFFFF;
  background-size: contain;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  font-size: 2rem;
  color: #606266;
  position: relative;
}

.page_box .left_menu li a::before {
  content: '>';
  font-size: 2.6rem;
  font-family: cursive;
  color: #909399;
  position: absolute;
  font-weight: bold;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.page_box .left_menu li a.active::before {
  color: #003686;
}

.page_box .left_menu li a.active {
  background: #F7F7F7;
  color: #003686;
}

.page_box .right_content {
  margin-left: 5rem;
  min-width: 112rem;
}

.page_box .right_content .product_right_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.page_box .right_content .list_item {
  width: 33.6rem;
  margin-right: 4rem;
  margin-bottom: 1.2rem;
}

.page_box .right_content .list_item:nth-child(3n) {
  margin-right: 0;
}

.page_box .right_content .list_item a {
  display: block;
  width: 33.6rem;
}

.page_box .right_content .list_item span {
  display: block;
  margin-top: 2.8rem;
  margin-bottom: 3.5rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #606266;
}

.page_box .right_content .list_item:hover span {
  color: #003686;
}

/* 水表产品结束 */

/* 水表产品详情开始 */
.products_page_show {
  margin-top: 10rem;
}

.products_page_show .products_banner {
  background: url(../images/product_info_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 10.2rem;
}

.products_banner .breadcrumb {
  padding-top: 3.5rem;
  padding-bottom: 2.6rem;
}

.products_banner .product_desc {
  display: flex;
}

.products_banner .product_desc .slogan {
  font-family: AlibabaPuHuiTi-2-45-Light;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: #003686;
  margin-top: 8rem;
  display: block;
}

.products_banner .product_desc .title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: 0.02em;
  color: #303133;
  margin-top: 2.6rem;
  display: block;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E4E7ED;
}

.products_banner .product_desc .description {
  display: block;
  margin-top: 4.8rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #909399;
}

.products_banner .product_desc .contact {
  display: block;
  width: 25rem;
  height: 5.6rem;
  background: #C72A2B;
  border-radius: 6px;
  font-size: 1.8rem;
  line-height: 5.6rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 9.6rem;
  text-align: center;
}

.products_banner .product_desc .left {
  width: 64.5rem;
}

.products_banner .product_desc .right {
  padding-left: 11rem;
  padding-top: 6.3rem;
}


.products_banner .product_desc .right .img img {
  width: 61.3rem;
  height: 47.4rem;
  background: #FFFFFF;
  border-radius: 2rem;
}

.products_page_show_box .product_content_box {
  display: flex;
  margin-top: 5.8rem;
}

.products_page_show_box .product_content {
  width: 96.8rem;
  margin-right: 5.9rem;
  margin-bottom: 9.6rem;
}

.products_page_show_box .product_content_title {
  border-top: 1px solid #E4E7ED;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.products_page_show_box .product_content_title span {
  font-size: 4.2rem;
  line-height: 5.9rem;
  letter-spacing: 0.02em;
  color: #303133;
}

.products_page_show_box .product_content_p {
  margin-top: 3.6rem;
}

.products_page_show_box .product_content_p p, .products_page_show_box .product_content_p p span{
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #606266;
}

.products_page_show_box .product_right {
  width: 38rem;
  height: 80rem;
  background-color: #F9F9F9;
}

.products_page_show_box .product_right.product_right_fixed {
  position: fixed;
  right: 26rem;
  top: 20rem;
}

.products_page_show_box .product_right .product_menu a {
  height: 7rem;
  line-height: 7rem;
  background: #FFFFFF;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  font-size: 2rem;
  text-align: center;
  color: #606266;
  display: block;
  padding-bottom: 1rem;
}

.products_page_show_box .product_right .product_menu a.active {
  background: #F7F7F7;
  color: #003686;
  border-right: #003686 2px solid;
}

.products_page_show_box .product_right .product_menu .img {
  margin-top: 8rem;
}

.products_page_show_box .product_right .desc {
  display: block;
  margin-top: 2.8rem;
  font-size: 2.4rem;
  line-height: 170%;
  color: #303133;
  margin-left: 3.3rem;
}

.products_page_show_box .product_right .service_hotline,
.products_page_show_box .product_right .email {
  display: block;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  color: #606266;
  margin-top: 2.6rem;
  padding-left: 4rem;
}

.products_page_show_box .product_right .service_hotline {
  background: url(../images/product_right_tel.png) no-repeat;
  background-size: contain;
  margin-left: 3.3rem;
}

.products_page_show_box .product_right .email {
  background: url(../images/product_right_email.png) no-repeat;
  background-size: contain;
  margin-left: 3.3rem;
}

.products_page_show_box .product_right .message {
  display: block;
  width: 30.8rem;
  height: 6.8rem;
  background: #003686;
  border-radius: 6px;
  font-size: 2rem;
  line-height: 6.8rem;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 6rem;
  margin-left: 3.3rem;
}

/* 水表产品详情结束 */

/* 工程案例开始 */
.case_list_page .page_content {
  margin-bottom: 4rem;
}

.case_list_item {
  margin-right: 3rem;
  margin-bottom: 6rem;
}

.case_list_item:nth-child(3n) {
  margin-right: 0;
}

.case_list_item a {
  display: block;
}

.case_list_item a img {
  width: 44.6rem;
  height: 29.2rem;
  display: initial;
}

.case_list_item a span {
  display: block;
  padding-top: 2.6rem;
  padding-bottom: 0;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
  color: #303133;
}

/* 工程案例结束 */

/* 合作伙伴开始 */
.partner_list_item {
  width: 16%;
  margin-bottom: 1rem;
  margin-right: 1rem;
  border: #F5F6F8 1px solid;
}

.partner_list_item:nth-child(6n) {
  margin-right: 0;
}

/* 合作伙伴结束 */

/* 资讯中心开始 */
.new_list_page .page_box {
  background-color: #F7F7F7;
}

.new_list_page .page_box .page_content {
  padding-top: 8rem;
}

.page_content .new_top {
  display: flex;
  background-color: #FFFFFF;
  border-bottom-right-radius: 8rem;
  position: relative;
  height: 37.5rem;
  width: 100%;
}

.page_content .new_top .img img {
  height: 37.5rem;
  width: auto;
}

.page_content .new_top .new_one_box {
  margin-left: 4.6rem;
  margin-top: 8rem;
  width: 57%;
}

.page_content .new_top .new_one_box span {
  display: block;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: #303133;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page_content .new_top .new_one_box span::after {
  content: '';
  width: 0.2rem;
  height: 3rem;
  background: #003686;
  position: absolute;
  left: 0;
  top: 0;
}

.page_content .new_top .new_one_box p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #909399;
  margin-top: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 6.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page_content .new_top .new_one_box time {
  display: block;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #909399;
  background: url(../images/new_one_time.png) no-repeat;
  background-size: contain;
  padding-left: 3rem;
  margin-top: 5.2rem;
}

.page_content .new_top .new_one_box a {
  display: block;
  width: 6.1rem;
  height: 6.1rem;
  background: url(../images/new_more.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4.8rem;
  right: 4.6rem;
}

.page_content .new_top:hover a {
  background: url(../images/new_more_on.png) no-repeat;
  background-size: contain;
}

.page_content .new_list_box {
  margin-top: 4.5rem;
  margin-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
}

.new_list_box .new_list_item {
  width: 30%;
  margin-right: 5rem;
  margin-bottom: 5rem;
  background: #FFFFFF;
}

.new_list_box .new_list_item:nth-child(3n) {
  margin-right: 0;
}

.new_list_box .new_list_item a {
  display: block;
  /* width: 41rem; */
  position: relative;
}

.new_list_box a img {
  width: 43rem;
  height: auto;
}

.new_list_box a time {
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  color: #003686;
  margin-top: 1.7rem;
  padding-left: 3rem;
}

.new_list_box a span {
  display: block;
  width: 95%;
  margin-top: 1.2rem;
  margin-bottom: 3.8rem;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  color: #303133;
  padding-left: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_box a i {
  display: block;
  width: 7rem;
  height: 7rem;
  /* background: url(../images/product_more.png) no-repeat right center;
  background-size: contain; */
  position: absolute;
  top: 26.5rem;
  right: 2.7rem;
}

.new_list_box a:hover i {
  background: url(../images/new_more_on.png) no-repeat;
  background-size: contain;
}

/* 资讯中心结束 */

/* 资讯详情开始 */
.new_list_show_box {
  margin-top: 8rem;
}

.new_list_show_box .new_list_show_body {
  display: flex;
  margin-bottom: 11rem;
}

.new_list_show_left {
  width: 90rem;
}

.new_list_show_left .title {
  font-size: 3.4rem;
  line-height: 4.8rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #303133;
  display: block;
}

.new_list_show_left .view_desc {
  display: flex;
  margin-bottom: 4.3rem;
}

.new_list_show_left .view_desc time,
.new_list_show_left .view_desc .category {
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #909399;
  margin-top: 1.5rem;
  padding-left: 3rem;
}

.new_list_show_left .view_desc time {
  background: url(../images/new_list_show_left_time.png) no-repeat;
  background-size: contain;
}

.new_list_show_left .view_desc .category {
  margin-left: 4.2rem;
  background: url(../images/new_list_show_left_category.png) no-repeat;
  background-size: contain;
}

.new_list_show_left .new_list_show_content {
  margin-top: 3rem;
  padding-bottom: 12rem;
  border-bottom: 1px solid #E2E2E2;
}

.new_list_show_left .new_list_show_content>p {
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #606266;
}

.new_list_show_left .new_list_show_content p span {
  font-family: AlibabaPuHuiTi-2-55-Regular !important;
  font-size: 2.2rem !important;
}

.new_list_show_left .new_list_show_content table td {
  /* text-align: center; */
  line-height: 4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.new_list_show_left .new_list_show_content table td p {
  line-height: 5rem !important;
}

.new_list_show_left .new_list_show_content img {
  width: 100% !important;
}

.new_list_show_right {
  width: 40rem;
  margin-left: 10rem;
}

.new_list_show_right>span {
  font-size: 2rem;
  line-height: 3.8rem;
  text-align: left;
  letter-spacing: 0.02em;
  color: #303133;
  display: block;
}

.new_list_show_right .recomment_list {
  margin-top: 1.6rem;
}

.new_list_show_right .recomment_list a {
  display: block;
  border-bottom: 1px solid #EBEEF5;
}

.new_list_show_right .recomment_list a span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #909399;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}

.new_list_show_right .recomment_list .recomment_one a {
  margin-top: 2rem;
}

.new_list_show_right .recomment_list a:hover span {
  color: #003686;
}

/* 资讯详情结束 */

/* 联系我们开始 */
.contact_page_box .page_catname {
  font-size: 4.2rem;
  line-height: 5.9rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
  margin-top: 8rem;
  margin-bottom: 0;
}

.contact_page_box .contact_box_bg {
  padding-top: 0.8rem;
  background: url(../images/contact_box_bg.png) no-repeat;
  background-size: contain;
}

.contact_page_box .page_desc {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  color: #909399;
  text-align: center;
}

.contact_page_box .contact_center_box {
  margin-top: 6rem;
  margin-bottom: 6.7rem;
  display: flex;
}

.contact_center_box .left {
  margin-left: 5.6rem;
}

.contact_center_box .left .tel,
.contact_center_box .left .address,
.contact_center_box .left .email {
  display: flex;
  margin-bottom: 3.5rem;
}

.contact_center_box .left i {
  width: 12rem;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
  padding-left: 4rem;
}

.contact_center_box .left .tel i {
  background: url(../images/contact_tel.png) no-repeat;
  background-size: 3.2rem;
}

.contact_center_box .left .address i {
  background: url(../images/contact_address.png) no-repeat;
  background-size: 3.2rem;
}

.contact_center_box .left .email i {
  background: url(../images/contact_email.png) no-repeat;
  background-size: 3.2rem;
}

.contact_center_box .left span {
  display: block;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  color: #606266;
  margin-left: 2rem;
}


.contact_center_box .right {
  width: 57rem;
  margin-left: 18.5rem;
}

.contact_center_box .right .social_media {
  font-size: 2.8rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
  background: url(../images/social_media.png) no-repeat;
  background-size: contain;
  padding-left: 5rem;
}

.contact_center_box .right .social_media_code {
  display: flex;
  margin-top: 2.6rem;
}

.contact_center_box .right .social_media_code .weixin,
.contact_center_box .right .social_media_code .kuaishou,
.contact_center_box .right .social_media_code .douyin {
  margin-right: 5.2rem;
}

.contact_center_box .right .social_media_code img {
  width: 14.5rem;
  height: auto;
}

.contact_center_box .right .social_media_code span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
  margin-top: 1.7rem;
}

.contact_page_box .position {
  height: 59.5rem;
  margin-bottom: 2rem;
  z-index: 0;
}

/* 表单 */

.cooper-desc span,
.cooper-txt span {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #606266;
  display: block;
  padding: 18px 0 18px 20px;
}

.cooper-txt p {
  width: 436px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #E4E7ED;
  padding: 0 16px;
}

.cooper-txt p img {
  width: 2.2rem;
  height: 2.2rem;
}

.cooper-desc p textarea::placeholder,
.cooper-desc p textarea,
.cooper-txt input,
.cooper-txt input::placeholder {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #C0C4CC;
}

.cooper-txt input {
  border: none;
  width: 100%;
  margin-left: 10px;
}

.cooper-desc {
  padding-top: 13px;
}

.cooper-desc p {
  width: 100%;
  height: 220px;
  border: 1px solid #E4E7ED;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 18px;
}

.cooper-desc p img {
  width: 2.2rem;
  height: 2.2rem;
}

.cooper-desc em {
  display: block;
  padding-top: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #909399;
}

.cooper-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cooper-desc p textarea {
  height: 100%;
  width: 100%;
  padding-left: 10px;
  border: none;
}

.cooper-btn {
  border: 0 none;
  cursor: pointer;
  width: 238px;
  height: 55px;
  background: #003686;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  display: block;
  margin: 30px auto;
}


.contact_box .contact_form {
  width: 75%;
  margin-top: 1rem;
}

.contact_box .contact_form .cooperation {
  font-size: 3.19rem;
  color: #d7000f;
}

.contact_box .contact_form .cooperation_desc {
  font-size: 1rem;
  color: #5f5f5f;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contact_box .contact_form .consult_tel {
  font-size: 2.6rem;
  color: #d7000f;
}

.contact_box .contact_form .email {
  color: #5f5f5f;
  font-size: 1rem;
  line-height: 2rem;
}

.contact_box .contact_form .email em {
  color: #d7000f;
  font-size: 1rem;
}

.contact_box .contact_form .email_desc {
  color: #5f5f5f;
  font-size: 1rem;
}

.contact_box .contact_form .title {
  font-family: Alibaba-PuHuiTi-Bold;
  font-size: 1.25rem;
  color: #5f5f5f;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.contact_box .contact_form .title em {

  font-size: 1rem;
  color: #666666;
  margin-left: 0.5rem;
  position: absolute;
  top: 1.1rem;
}

.contact_form_content .form_item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.contact_form_content .form_item_box .form_item {
  width: 25%;
}

.contact_form_content .form_item_box label,
.contact_form_content .form_item_special label {

  font-size: 1rem;
  color: #333333;
  padding-bottom: 0.5rem;
}

.contact_form_content .form_item_special label {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.contact_form_content .form_item_box label em {

  font-size: 1.1rem;
  color: #df303c;
}

.contact_form_content .form_item_box input[type=text],
.contact_form_content .form_itme_special_box input[type=text] {
  display: block;
  border: #d3d3d3 1px solid;
  height: 2rem;
  padding-left: 5px;
}

.contact_form_content .form_item_box input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.contact_form_content .form_itme_special_box {
  display: flex;
}

.contact_form_content .form_item_special input[type=radio] {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  padding-right: 5px;
  padding-right: 5px;
}

.contact_form_content .form_item_special {
  display: flex;
  margin-right: 2rem;
  align-items: center;
}

.contact_form_content .form_item_box input[type=text] {
  display: block;
  border: #d3d3d3 1px solid;
  height: 2rem;
  padding-left: 5px;
  padding-right: 5px;
}

.contact_form_content .form_item_special textarea {
  width: 100%;
  border: #d3d3d3 1px solid;
  padding: 5px;
}

.contact_form_content .form_item_special .plupload {
  background: url(../images/up_icon.png) no-repeat;
  background-position: 1.2rem center;
  border: 0;
  width: 9.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #d7000f;

  font-size: 1rem;
  color: #fff;
  padding-left: 1rem;
  font-weight: 600;
}

.contact_form_content .submit {
  margin: 2rem auto;
  text-align: center;
}

.contact_form_content .submit button {

  background-color: #d7000f;
  width: 13rem;
  height: 3rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin: 2rem auto;
  cursor: pointer;
  border: 0;
}

/* 联系我们结束 */

@media only screen and (max-width:1680px) {
  .container {
    max-width: 140rem;
    margin: 0 auto;
  }

  .head .menu {
    margin-left: 10rem;
  }

  .page_content .new_top .img img {
    width: 50rem;
    height: auto;
  }

  .about_content .about_title,
  .about_content .about_title em {
    font-size: 4rem;
  }
}

@media only screen and (max-width:1440px) {
  .container {
    max-width: 120rem;
    margin: 0 auto;
  }

  /* 导航菜单 */
  .head .menu {
    margin-left: 4rem;
  }

  .head .menu ul li a {
    width: 10rem;
  }

  .head .menu ul li.active a::before,
  .head .menu ul li:hover a::before {
    left: 0;
    transform: translateX(77%);
    -webkit-transform: translateX(77%);
    -moz-transform: translateX(77%);
    -ms-transform: translateX(77%);
    -o-transform: translateX(77%);
  }

  /* 轮播图分页 */

  .banner .banner_swiper .swiper-pagination {
    left: -56rem;
  }

  /* 集团简介 */
  .about_content .about_desc {
    margin-top: 1.6rem;
  }

  .about_content .about_menu {
    margin-top: 1rem;
  }

  .about_content .about_menu a {
    height: 10.5rem;
  }

  /* 首页集团产业 */
  .group_industry {
    padding-top: 6.5rem;
    padding-bottom: 6rem;
  }

  .group_industry .cate_box .cate_desc {
    width: 60%;
  }

  /* 产品轮播 */
  .product .product_swiper .swiper-slide {
    width: 29rem !important;
  }

  /* 荣誉资质 */
  .honor .swiper-slide {
    width: 26.7rem !important;
  }

  /* 新闻资讯 */
  .news .news_box_left .news_left_box .img {
    width: 43rem;
  }

  .news .news_box_left {
    width: 40%;
    padding-left: 11rem;
    padding-right: 2.2rem;
  }

  .news .news_box .cate_box {
    padding-top: 5.5rem;
  }

  .news .news_box_right .cate_desc {
    padding-top: 6.3rem;
  }

  .news .news_box_right .news_box_right_box {
    padding-top: 3.5rem;
  }

  .news .news_box_right .news_box_right_box_item {
    padding-bottom: 2rem;
  }

  .news .news_box_right .new_list_more {
    margin-top: 2.2rem;
  }

  /* 合作伙伴 */
  .partner {
    background: url(../images/partner_bg.jpg) no-repeat;
    background-size: contain;
    padding-top: 7rem;
    padding-bottom: 7.3rem;
  }

  .partner .partner_swiper {
    margin-top: 5.4rem;
  }

  .partner .swiper-slide {
    width: 19rem !important;
  }

  /* 内页横幅图片 */
  .banner_page {
    height: 34.5rem;
  }

  /* 菜单下划线 */
  .page_menu ul li a.active::before,
  .page_menu ul li a:hover::before {
    left: 1.1rem;
    width: 11rem;
  }

  /* 内页分类 */
  .page_box .page_catname {
    margin-top: 3.6rem;
  }

  /* 集团简介图片 */
  .about_images_box img {
    width: 39rem;
    height: 22.4rem;
  }

  /* 产品特色 */
  .product_features_box {
    padding-top: 9.2rem;
  }

  .product_features_box .img {
    height: auto;
  }

  .product_features_box .product_features_desc span {
    margin-bottom: 1.2rem;
  }

  .product_features_box .product_features_desc p:last-child {
    margin-top: 1rem;
  }

  /* 科技创新 */
  .innovation_box {
    background-size: cover;
    padding-bottom: 7.5rem;
  }

  .innovation_box span {
    padding-top: 8.6rem;
  }

  .new_list_box .new_list_item a {
    width: auto;
  }

  /* 列表页内容 */
  .list_page .page_box {
    padding-bottom: 5rem;
  }

  .page_content .new_list_box {
    margin-bottom: 5rem;
  }

  .page_content .honor_list_item {
    width: 26.4rem;
  }

  .page_content .honor_list_item a {
    width: auto;
  }

  /* 产品列表页产品列表 */
  .page_box .right_content {
    min-width: auto;
  }

  .page_box .right_content .list_item {
    width: 27rem;
  }

  .page_box .right_content .list_item a {
    width: auto;
  }

  .case_list_item a img {
    width: 38rem;
    height: 24.9rem;
  }

  .case_list_item {
    margin-bottom: 3rem;
  }

  .page_content .new_top .img img {
    width: auto;
  }

  .cooper-txt p {
    width: 38rem;
  }

  .products_banner .product_desc .slogan {
    margin-top: 2rem;
  }

  .products_banner .product_desc .title {
    font-size: 4rem;
  }

  .products_banner .product_desc .description {
    margin-top: 1.8rem;
  }

  .products_banner .product_desc .contact {
    margin-top: 4.6rem
  }

  .products_banner .product_desc .right {
    margin-top: 1.3rem;
  }

  .products_banner .product_desc .right .img img {
    width: 40rem;
  }

  .products_page_show .products_banner {
    padding-bottom: 6.2rem;
  }

  .products_page_show_box .product_content_title span {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width:1024px) {
  .container {
    max-width: 90rem;
    margin: 0 auto;
  }

  .head {
    padding-left: 5%;
  }

  .head .menu ul li a {
    width: 7rem;
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: 1.2rem;
  }

  .head .menu ul li.active a::before,
  .head .menu ul li:hover a::before {
    left: 0;
    transform: translateX(35%);
    -webkit-transform: translateX(35%);
    -moz-transform: translateX(35%);
    -ms-transform: translateX(35%);
    -o-transform: translateX(35%);
  }

  .foot .foot_box .left dt a {
    font-size: 1.6rem;
  }

  .foot .foot_box .left dd a {
    font-size: 1.4rem;
  }

  .foot .foot_box .right_top .service_hotline_num {
    font-size: 2.8rem;
  }

  .menu-min-name {
    margin-top: 3.5rem;
    padding-right: 4.5rem;
    margin-bottom: 4rem;
  }

  .menu-min-ul {
    margin-top: 5.7rem;
  }

  .menu-min-ul ul li {
    width: 50%;
  }

  .menu-min .cbody .cat_name_img {
    width: 24rem;
    height: auto;
    margin-top: 2.5rem;
  }

  .banner .banner_swiper .swiper-pagination {
    left: -40rem;
  }

  .banner .banner_swiper .swiper-button-next,
  .banner .banner_swiper .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }

  .banner .banner_swiper .swiper-button-next {
    right: 7rem;
  }

  .banner .banner_swiper .swiper-button-prev {
    right: 14rem;
  }

  .banner_page span {
    font-size: 3rem;
  }

  .about_content .about_title,
  .about_content .about_title em {
    font-size: 4rem;
  }

  .abnum {
    height: auto;
  }

  .abnum .abnum_box .abnum_box_item p span {
    font-family: D-DIN-Bold;
    font-size: 5rem;
  }

  .group_industry .catname_box .catname,
  .group_industry .catname_box .catname em {
    font-size: 3.2rem;
  }

  .group_industry .catname_box .encatname {
    font-size: 1.8rem;
  }

  .group_industry .cate_box .cate_desc p {
    font-size: 1.2rem;
  }

  .product .catname_box .catname,
  .product .catname_box .catname em {
    font-size: 3.2rem;
  }

  .product .catname_box .encatname {
    font-size: 1.8rem;
  }

  .honor {
    padding-bottom: 5.6rem;
  }

  .honor .catname_box .catname,
  .honor .catname_box .catname em {
    font-size: 3.2rem;
  }

  .honor .catname_box .encatname {
    font-size: 1.8rem;
  }

  .product {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }

  .honor .cate_box .catname_box {
    padding-bottom: 3rem;
  }

  .honor .honor_swiper .swiper-button-next,
  .honor .honor_swiper .swiper-button-prev {
    top: 5%;
  }

  .news .news_box .catname_box .catname,
  .news .news_box .catname_box .catname em {
    font-size: 3.2rem;
  }

  .news .news_box .catname_box .encatname {
    font-size: 1.8rem;
  }

  .news .news_box_left .news_left_box .img {
    width: 27rem;
  }

  .news .news_box_right .cate_desc,
  .news .news_box_right .news_box_right_box {
    padding-left: 3.2rem;
  }

  .news .news_box_right .news_box_right_box {
    padding-top: 2.5rem;
  }

  .news .news_box_right .news_box_right_box_item {
    padding-bottom: 0;
  }

  .news .news_box_right .news_box_right_box_item .img {
    width: 13rem;
    height: auto;
  }

  .news .news_box_right .new_list_more {
    margin-top: 2.2rem;
    margin-right: 5rem;
  }

  .partner {
    background: url(../images/partner_bg.jpg) no-repeat;
    background-size: contain;
    padding-top: 5rem;
    padding-bottom: 5.3rem;
  }

  .partner .swiper-slide {
    width: 12rem !important;
  }

  .page_menu {
    height: 5rem;
    line-height: 5rem;
  }

  .page_menu ul li a {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 5rem;
  }

  .page_menu ul li a.active::before,
  .page_menu ul li a:hover::before {
    left: 0.8rem;
    width: 7rem;
  }

  .page_box .page_catname {
    margin-top: 1.6rem;
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .page_box .page_catname em {
    font-size: 4rem;
  }

  .page_box .about_page_box {
    margin-bottom: 3.2rem;
  }

  .about_images_box img {
    width: 28rem;
    height: auto;
  }

  .group_unit_swiper {
    padding-bottom: 2rem;
  }

  .group_unit_swiper .swiper-slide {
    width: 70rem !important;
    height: auto;
  }

  .group_unit_swiper .swiper-slide img {
    margin-top: 4rem;
  }

  .group_unit_swiper .swiper-slide-active img {
    margin-top: 4rem;
  }

  .group_unit_swiper .swiper-button-prev {
    left: 2.4rem;
    width: 3.2rem;
    height: 5rem;
    top: 48%;
  }

  .group_unit_swiper .swiper-button-next {
    right: 2.4rem;
    width: 3.2rem;
    height: 5rem;
    top: 48%;
  }

  .group_unit_swiper .swiper-slide-active p.group_unit_name {
    margin-top: -5.3rem;
  }

  .group_unit_page_box {
    margin-bottom: 4rem;
  }

  .product_features_box {
    padding-top: 4rem;
    padding-bottom: 3.6rem;
  }

  .product_features_box .product_features_desc span {
    font-size: 3rem;
    line-height: 4rem;
  }

  .product_features_box .product_features_desc p,
  .product_features_box .product_features_desc p em {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .product_features_box .img {
    width: 75rem;
  }

  .product_features_box .product_features_desc {
    margin-left: 2rem;
    padding-right: 3rem;
  }

  .innovation_box span {
    padding-top: 3.6rem;
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .banner_page {
    height: 24.5rem;
  }

  .banner_page span {
    line-height: 24.5rem;
  }

  .new_list_page .page_box .page_content {
    margin-top: 4rem;
  }

  .new_list_box .new_list_item a {
    width: 26rem;
  }

  .new_list_box .new_list_item a img {
    width: auto;
    height: auto;
  }

  .page_content .honor_list_item {
    width: 21rem;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }

  .page_content .honor_list_item a .img {
    height: 28rem;
  }

  .page_content .honor_list_item a span {
    font-size: 1.6rem;
    line-height: 2.7rem;
    color: #606266;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }

  .page_content .honor_list_item a {
    width: auto;
    height: auto;
  }

  .culture_item:nth-child(odd) .right {
    margin-left: 3.6rem;
  }

  .culture_item .right p {
    margin-top: 1.6rem;
  }

  .culture_item .right a {
    margin-top: 1.6rem;
  }

  .culture_item .img {
    height: auto;
  }

  .page_box .right_content .list_item {
    width: 18rem;
    margin-right: 2rem;
  }

  .page_box .right_content .list_item span {
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .case_list_page .page_content {
    margin-top: 4rem;
  }

  .case_list_item a img {
    width: 28rem;
    height: auto;
  }

  .case_list_item a span {
    padding-top: 1.6rem;
  }

  .case_list_item {
    margin-bottom: 2rem;
    margin-right: 2rem;
  }

  .products_banner .product_desc .slogan {
    margin-top: 2rem;
  }

  .products_banner .product_desc .title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .products_banner .product_desc .description {
    margin-top: 1.8rem;
  }

  .products_banner .product_desc .right {
    padding-left: 5rem;
    padding-top: 1.3rem;
  }

  .products_banner .product_desc .right .img img {
    width: 42rem;
    height: auto;
  }

  .products_banner .product_desc .contact {
    margin-top: 2.6rem;
  }

  .products_page_show .products_banner {
    padding-bottom: 5rem;
  }

  .products_page_show_box .product_content_title span {
    font-size: 3rem;
    line-height: 2rem;
  }

  .products_page_show_box .product_content_p {
    margin-top: 1.6rem;
  }

  .products_page_show_box .product_content_title {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .new_list_show_left .title {
    font-size: 2.6;
  }

  .page_content .new_top .img img {
    width: 45rem;
    height: auto;
  }

  .new_list_box a span {
    margin-bottom: 1.8rem;
  }

  .new_list_box a i {
    width: 4rem;
    height: 4rem;
    top: 15rem;
  }

  .page_content .new_list_box {
    margin-bottom: 3rem;
  }

  .new_list_show_right .recomment_list a span {
    margin-bottom: 1.4rem;
  }

  .contact_center_box .left i {
    font-size: 2rem;
    background-size: 2.8rem;
  }

  .contact_center_box .left .tel,
  .contact_center_box .left .address,
  .contact_center_box .left .email {
    margin-bottom: 1rem;
  }

  .contact_center_box .right .social_media_code .weixin,
  .contact_center_box .right .social_media_code .kuaishou,
  .contact_center_box .right .social_media_code .douyin {
    margin-right: 1.2rem;
  }

  .contact_center_box .right .social_media_code img {
    height: auto;
  }

  .contact_page_box .contact_center_box {
    margin-top: 3rem;
    margin-bottom: 2.7rem;
  }

  .cooper-txt p {
    width: 28rem;
  }

  .cooper-desc span,
  .cooper-txt span {
    padding: 1rem 0 2rem 1rem;
  }

  .cooper-desc p {
    height: 15rem;
  }

  .cooper-desc p img {
    width: 2.2rem;
  }

  .banner_page i {
    right: 7rem;
    bottom: 2.2rem;
  }
}