@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  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 !important;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

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

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  font-style: normal;
  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 {
  display: block;
  cursor: pointer;
  color: #333;
  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;
}

@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');
}

/* 公共模块开始 */

/* 加载更多 */
.more_list {
  display: block;
  font-size: 1rem;
  color: #fff;
  background-color: #d6000f;
  border-radius: 5px;
  width: 12rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 2rem auto 3rem auto;
}

.more_list:hover {
  color: #fff;
}

.mobile_container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.4rem;
  margin: 0 auto;
}

/* 内页广告位 */
.banner_page {
  line-height: 1vh;
  max-width: 750px;
}

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

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

/* 导航菜单 */
body.theme-default .hc-offcanvas-nav .nav-container,
body.theme-default .hc-offcanvas-nav .nav-wrapper,
body.theme-default .hc-offcanvas-nav ul {
  background: #003686;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
body.theme-default .hc-offcanvas-nav li.nav-close a:hover,
body.theme-default .hc-offcanvas-nav .nav-back a:hover {
  background: #003686;
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::before,
body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0;
}

body.theme-default .hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -0.7rem;
}

body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a,
body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label,
body.theme-default .hc-offcanvas-nav li.nav-close a,
body.theme-default .hc-offcanvas-nav .nav-back a {
  background: #003686;
  border-top: 0;
  border-bottom: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  height: 6.4rem;
  padding: 0;
  z-index: 9999;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#menu_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: none;
  text-align: center;
  color: #fffce1;
}

header .toggle {
  background: url(../images/mobile_menu.png) no-repeat center;
  background-size: contain;
  margin-top: 0.75rem;
  float: right;
  width: 2.15rem;
  height: 2.15rem;
  right: 0;
  padding-left: 0;
  text-align: center;
}

#menu_container .wrapper {
  max-width: 750px;
}

body.theme-default .hc-offcanvas-nav::after,
body.theme-default .hc-offcanvas-nav .nav-wrapper::after {
  background: none;
}

.hc-offcanvas-nav li.cryptocurrency>.nav-item-wrapper .nav-item-link::before {
  content: '';
}

body.theme-default .hc-offcanvas-nav li {
  background: url(../images/mobile_menu_li.png) no-repeat center left;
  background-position-x: 1rem;
  background-size: 1rem;
}

body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-item-link,
body.theme-default .hc-offcanvas-nav li.nav-close a,
body.theme-default .hc-offcanvas-nav .nav-back a {
  border: 0;
}

body.theme-default .hc-offcanvas-nav .nav-item-link,
body.theme-default .hc-offcanvas-nav li.nav-close a,
body.theme-default .hc-offcanvas-nav .nav-back a {
  font-size: 1rem;
}

#menu_container .logo {
  float: left;
}

#menu_container .logo a {
  display: block;
}

#menu_container .logo img {
  height: 3.4rem;
}

/* 搜索列表页 */

.search-form {
  margin-bottom: 3rem;
  min-height: 48vh;
}

.search-form .search-body {
  margin-top: 2rem;
}

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

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

.search-form .search-body .search-form-search input[type='text'] {
  height: 2rem;
  width: 18rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2rem;
  border: #e70014 1px solid;
  box-shadow: 0 0 5px #e70014;
  -webkit-box-shadow: 0 0 5px #e70014;
  /*safari或chrome*/
  -moz-box-shadow: 0 0 5px #e70014;
  /*firefox*/
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #888888;
}

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

.search-form .search-info {
  color: #666;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}

.search-form .search-info b {
  color: #e70014;
}

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

/* 共用模块 */
.catname_box {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
  align-items: flex-end;
}

.catname_box .catname {
  color: #303133;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
}

.catname_box .encatname {
  font-family: FjallaOne-Regular;
  color: #E4E7ED;
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  margin-left: 0.6rem;
}

/* 公共模块结束 */
/* 首页开始 */
.banner {
  /* margin-top: 4rem; */
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  border-radius: 5rem;
  width: 1.8rem;
  height: 1.8rem;
  bottom: 2rem;
  top: auto;
  color: #fff;
}

.banner .swiper-button-prev {
  border: #FFFFFF 1px solid;
  left: 39%;
}

.banner .swiper-button-next {
  right: 39%;
  background-color: #C72A2B;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 0.7rem;
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.845rem;
  height: 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.banner .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
}

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

.about_box .catname_box {
  background: url(../images/mobile_about_box_bg.png) no-repeat top left;
  background-size: 18rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.about_box .catname_box .catname {
  font-size: 1.9rem;
  letter-spacing: 0.038rem;
  background: url(../images/mobile_about_right.png) no-repeat right center;
  background-size: 1.4rem;
  width: 65%;
  text-align: left;
  margin-top: 1.4rem;
}

.about_box .about_content p {
  font-size: 1rem;
  text-align: justify;
  color: #606266;
  line-height: 1.6rem;
  letter-spacing: 0.02rem;
  text-indent: 2rem;
}

.abnum {
  background: #003686 url(../images/mobile_abnum.jpg) no-repeat center;
  background-size: contain;
  margin-top: 2.2rem;
}

.abnum .abnum_box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  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: 1.8rem;
  color: #ffffff;
}

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

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

/* 首页集团产业 */
.group_industry_box {
  margin-top: 1.7rem;
  margin-bottom: 1.5rem;
}

.group_industry_box .group_industry_desc {
  margin-top: 0.1rem;
}

.group_industry_box .group_industry_desc p {
  color: #606266;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.02rem;
  text-align: justify;
}

.group_industry_content {
  padding-top: 1.8rem;
  display: flex;
}

.group_industry_box .group_industry_content .group_industry_item {
  width: 15%;
}

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

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

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

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

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

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

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

.group_industry_box .group_industry_content a {
  cursor: pointer;
  color: #ffffff;
  font-size: 0.9rem;
  padding-left: 1rem;
  height: 14rem;
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 1.1rem;
  letter-spacing: 0.02rem;
}

.group_industry_box .more {
  width: 9rem;
  height: 2.1rem;
  line-height: 2.1rem;
  border-radius: 0.43rem;
  background: #003686 url(../images/more.png) no-repeat;
  background-size: 1.2rem;
  background-position-x: 6.5rem;
  background-position-y: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 2.9rem;
}

/* 首页水表专区 */
.product_box {
  background: url(../images/product_bg.jpg) no-repeat;
  background-size: cover;
}

.product_box_content .cate_desc ul {
  display: flex;
}

.product_box_content .cate_desc li {
  width: 33.3%;
  height: 2rem;
  line-height: 2rem;
  color: #606266;
  text-align: center;
  font-size: 0.9rem;
  border-right: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
}

.product_box_content .cate_desc li:first-child {
  border-left: 1px solid #EBEEF5;
}

.product_box_content .cate_desc li.on {
  background: #003686;
  color: #ffffff;
}

.product_box_content .product_swiper_box {
  margin-top: 1.3rem;
}

.product_box_content .product_swiper_box .product_swiper {
  display: none;
  overflow: hidden;
  position: relative;
  height: 15rem;
}

.product_box_content .product_swiper_box .product_swiper:first-child {
  display: block;
}

.product_box_content .product_swiper_box .swiper-slide {
  width: 49% !important;
}

.product_box_content .product_swiper_box .swiper-slide:nth-child(2n) {
  margin-left: 0.5rem;
}

.product_box_content .product_swiper_box .swiper-slide span {
  display: block;
  color: #606266;
  font-size: 0.9rem;
  height: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  background: url(../images/product_more.png) no-repeat right center;
  background-size: 1.6rem;
  background-position-x: 98%;
  border: 1px solid #F5F6F8;
  text-align: left;
  padding-left: 0.7rem;
  padding-right: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

.product_swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.7rem;
}

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

/* 首页资质荣誉 */
.honor_box {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.honor_box .honor_content {
  border-top: #E4E7ED 1px solid;
}

.honor_box .honor_swiper {
  overflow: hidden;
}

/* .honor_swiper .swiper-slide {
  width: 48% !important;
  margin-left: 1.6rem;
} */

/* .honor_swiper .swiper-slide:nth-child(2n) {
  margin-left: 1.6rem;
} */

.honor_swiper .swiper-slide .img_bg {
  background: url(../images/mobile_honor_bg.png) no-repeat bottom center;
  background-size: contain;
  height: 18rem;
}

.honor_swiper .swiper-slide span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.honor_swiper .swiper-button-next {
  top: 10%;
  right: 4%;
}

.honor_swiper .swiper-button-prev {
  top: 10%;
  left: initial;
  right: 12%;
}

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

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

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

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

/* 首页新闻资讯 */

.new_box {
  background: #F7F7F7;
}

.new_box .new_content li.new_one {
  display: block;
  padding-bottom: 0.9rem;
  border-bottom: 0;
  position: relative;
}

.new_box .new_content li.new_one .img {
  width: 100%;
}

.new_box .new_content li.new_one span {
  width: 80%;
  margin-top: 0.4rem;
  font-size: 1rem;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .new_content li.new_one time {
  display: block;
  background: url(../images/new_list_show_left_time.png) no-repeat;
  background-size: 1rem;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #999;
  text-align: left;
  padding-left: 1.4rem;
}

.new_box .new_content li.new_one a {
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/new_left_more.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}

.new_box .new_content li {
  display: flex;
  align-items: center;
  border-bottom: #E4E7ED 1px solid;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}

.new_box .new_content li .left {
  width: 40%;
}

.new_box .new_content li .right {
  width: 55%;
  margin-left: 0.9rem;
}

.new_box .new_content li .right time,
.new_box .new_content li .right span,
.new_box .new_content li .right a {
  display: block;
  text-align: left;
}

.new_box .new_content li .right time {
  color: #003686;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}

.new_box .new_content li .right span {
  font-size: 1rem;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .new_content li .right a {
  font-size: 0.8rem;
  color: #909399;
  margin-top: 0.5rem;
  text-decoration: underline;
}

.new_box .new_content .more {
  width: 3.2rem;
  height: 1.8rem;
  background: #003686 url(../images/new_list_more.png) no-repeat right center;
  background-size: contain;
  border-bottom-right-radius: 0.4rem;
  margin-top: 0.9rem;
  float: right;
}

/* 首页合作伙伴 */
.partner_box {
  margin-top: 3.5rem;
}

.partner_box .catname {
  width: 60%;
  margin: 0 auto;
  line-height: 5rem;
  background: url(../images/partner.png) no-repeat top center;
  background-size: contain;
  color: #303133;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
}

.partner_box .partner_desc {
  width: 90%;
  margin: 0 auto;
  color: var(--unnamed, #606266);
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.04rem;
}

.partner_box .partner_swiper {
  width: 90%;
  margin: 0 auto;
  margin-top: 2.9rem;
  overflow: hidden;
}

.partner_box .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_box .swiper-slide {
  width: 33.3% !important;
  margin-bottom: 1rem;
}

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

/* 走进江花 */
.about_page {
  margin-top: 7rem;
}

.banner_page {
  position: relative;
}

.banner_page span {
  position: absolute;
  top: 47%;
  left: 43%;
}

.about_page .page_catname {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
}

.about_page .page_desc,
.about_page .page_desc p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #606266;
  text-indent: 2rem;
}

.page_content {
  color: #303133;
  margin-top: 2rem;
  text-align: justify;
}

.page_content p,
.page_content p span {
  font-family: AlibabaPuHuiTi-2-55-Regular !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
}

/* 集团产业 */

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

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

.culture_item .img {
  width: 50%;
}

.culture_box a:nth-child(odd) .right {
  margin-left: 1rem;
  padding-right: 1rem;
  width: 50%;
}

.culture_box a:nth-child(even) .right {
  margin-right: 1rem;
  padding-left: 1rem;
  width: 50%;
}

.culture_box a .culture_item .right span {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: #303133;
  position: relative;
}

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

.culture_item .right p {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  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;
}

/* 内页详情 */

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

.page_menu_box ul li {
  width: 46%;
  background: #09326b;
  margin-top: 1rem;
}

.page_menu_box ul li a {
  display: block;
  font-size: 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* 列表页样式 */

.list li {
  text-align: center;
  width: 47%;
  float: left;
  margin-right: 1rem;
}

.list li:nth-child(2n) {
  margin-right: 0;
}

.list li a {
  margin: 1rem auto;
  display: block;
  text-align: center;
}

.list li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #303133;
}

/* 分页样式 */
.pager {
  margin-top: 1rem;
  text-align: center;
}

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

.pager .pagination li {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.pager .pagination li a,
.pager .pagination li span {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background-color: #909399;
  color: #fff;
}

.pager .pagination li.active a,
.pager .pagination li.active span {
  background-color: #003686;
}

/* 列表详情页样式 */
.page_content .title {
  font-size: 1.4rem;
  text-align: center;
}

.page_content .view-time {
  font-size: 1rem;
  text-align: center;
}

.page_content .content_box {
  margin-top: 2rem;
}

.page_content .product_content_title span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.page_content .content_box p,
.page_content .content_box p span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #606266;
}

/* 联系我们 */
.contect_box .tel,
.contect_box .address,
.contect_box .email {
  margin-bottom: 1.5rem;
}

.contect_box i {
  width: 10rem;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
  padding-left: 2rem;
}

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

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

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

.contect_box span {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #606266;
}

.contect_box .form_desc {
  text-align: center;
  margin-top: 1rem;
}

.cooper-desc span,
.cooper-txt span {
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #606266;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cooper-txt p {
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #E4E7ED;
  padding: 0 0.6rem;
}

.cooper-txt p img,
.cooper-desc p img {
  width: 1.6rem;
  height: 1.6rem;
}

.cooper-desc p textarea::placeholder,
.cooper-desc p textarea,
.cooper-txt input,
.cooper-txt input::placeholder {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.04em;
  color: #C0C4CC;
}

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

.cooper-desc p {
  display: flex;
  height: 6rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  border: 1px solid #E4E7ED;
}

.cooper-desc p textarea {
  width: 90%;
  padding-left: 1rem;
  resize: none;
}

.cooper-desc em {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #909399;
}

.cooper-box .cooper-btn {
  border: 0 none;
  cursor: pointer;
  width: 12rem;
  height: 2.3rem;
  background: #003686;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  font-size: 1rem;
  line-height: 2.3rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
}

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

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

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 92%;
  background-color: #fff;
}

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

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

.timeline_item .timeline_item_content a {
  display: block;
  text-align: right;
}

.timeline_item_station {
  background-color: #fff;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  border-radius: 50%;
  top: 43%;
  left: 4%;
  border: 1px solid #003686;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.timeline_item_content {
  width: 90%;
  padding: 1rem 2rem;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: #fff 1px solid;
}

.timeline_item_content::before {
  content: '';
  position: absolute;
  left: 5%;
  background: #fff;
  top: 1.4rem;
  width: 1.2rem;
  height: 4px;
  z-index: -1;
}

.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;
}

.timeline_item_content_description {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #303133;
  text-align: right;
}

/* 底部 */
.foot {
  background-color: #003686;
  padding-top: 2rem;
  max-width: 750px;
  /* margin: 0 auto; */
  padding-bottom: 1.6rem;
}

.foot_menu {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.foot_menu a {
  width: 33.3%;
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: 2.8rem;
}

.foot .foot_line {
  background: #fff;
  opacity: 0.2;
  height: 1px;
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}

.foot .foot_tel {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.foot .foot_tel .service_hotline_text {
  display: block;
  color: var(--unnamed, #E4E7ED);
  font-size: 1rem;
  letter-spacing: 0.06rem;
}

.foot .foot_tel .service_hotline {
  display: block;
  color: #EA2021;
  font-family: OPPOSans-Heavy;
  font-size: 2rem;
  letter-spacing: 0.13rem;
  margin-top: 0.43rem;
}

.foot .foot_qrcode {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 2.1rem;
  margin-bottom: 1.3rem;
}

.foot .foot_qrcode .img {
  width: 6rem;
}

.foot .foot_qrcode span {
  color: var(--unnamed, #FFF);
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  opacity: 0.6;
}

.foot .foot_copy {
  margin: 0 auto;
}

.foot .foot_copy .copy {
  color: #778FBE;
  font-size: 0.9rem;
  text-align: left;
  padding-left: 1rem;
}

.foot .foot_copy .icp a {
  background: url(../images/icp.png) no-repeat left center;
  background-size: 1rem;
  background-position-x: 1rem;
  text-align: left;
  color: #778FBE;
  padding-left: 2rem;
}

/* 底部菜单 */
.mobile_foot_menu {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  margin: 0 auto;
  max-width: 750px;
  background-color: #003686;
  z-index: 1;
}

.mobile_foot_menu ul {
  display: flex;
}

.mobile_foot_menu ul li {
  width: 25%;
  height: 3.2rem;
  display: block;
}

.mobile_foot_menu ul li:last-child {
  border-right: 0;
}

.mobile_foot_menu ul li.home {
  background: url(../images/mobile_foot_menu_home.png) no-repeat center 0.25rem;
  background-size: 1.5rem;
}

.mobile_foot_menu ul li.cases {
  background: url(../images/mobile_foot_menu_cases.png) no-repeat center 0.25rem;
  background-size: 1.5rem;
}

.mobile_foot_menu ul li.service {
  background: url(../images/mobile_foot_menu_service.png) no-repeat center 0.25rem;
  background-size: 1.5rem;
}

.mobile_foot_menu ul li.contact {
  background: url(../images/mobile_foot_menu_contact.png) no-repeat center 0.25rem;
  background-size: 1.5rem;
}

.mobile_foot_menu ul li a {
  display: block;
}

.mobile_foot_menu ul li span {
  font-family: '等线';
  font-size: 0.9rem;
  text-align: center;
  display: block;
  padding-top: 0.3125rem;
  line-height: 1.3rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
}