@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0px;
  padding: 0px;
  color: #333;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

h4,
h5,
h6 {
  font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

em,
i {
  font-style: normal;
}

hr {
  color: #eee;
  background: #eee;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
  color: #e60012;
  text-decoration: none !important;
}

p {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
}

input {
  outline: none;
  border: 0;
}

input:focus {
  outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}
.col-6 {
  width: 50%;
  float: left;
}
/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit !important;
  color: #666;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
}

.ellipsis-5 {
  -webkit-line-clamp: 5;
}

.ellipsis-6 {
  -webkit-line-clamp: 6;
}

.ellipsis-7 {
  -webkit-line-clamp: 7;
}

.ellipsis-8 {
  -webkit-line-clamp: 8;
}

/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.container-fluid,
.banner-container {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 780px) {
  .container-pad {
    padding: 50px 0;
  }
}

.content_box {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .container,
  .content_box {
    padding: 0 15px !important;
  }
}

.adv-container img{
  width:100%;
  max-height:350px;
}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  clear: both;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e60012;
  border-color: #e60012;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
}
@media (max-width: 992px) {
  .pagination {
    margin-top: 0.4rem;
  }
}

.next-map p {
  /* width:40%;float: left; */
  position: relative;
  margin-top: 4px;
}

.next-map p:last-child {
  /* width: 40%;float: right; */
  position: relative;
}

.next-map p span {
  display: inline-block;
  float: left;
}

.next-map p .ellipsis-1 {
  display: inline-block;
  /* 	 */
}

/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
  }
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
  position: absolute;
  text-align: center;
  display: block;
  color: #e60012;
  z-index: 100;
  top: 10px;
  right: 10px;
}

.more:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .more {
    width: 120px;
    top: auto;
    bottom: 0px;
  }
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
  float: right;
}

.fl {
  float: left;
}

/* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.crumb {
  overflow: hidden;
  padding: 11px 15px;
}

.crumb li {
  float: left;
}

.crumb li a,
.crumb li i {
  color: #666;
}

/* ============================================================================================================================
													list
===============================================================================================================================*/
.container_main {
  overflow: hidden;
  padding: 0.35rem 0;
  background-color: #f2f2f2;
}
@media (max-width: 992px) {
  .container_main {
    padding: 0;
    /* margin-bottom: 120px; */
  }
  .container_main .container {
    padding: 0 !important;
    width: 94%;
  }
}
.container_main .lefter {
  overflow: hidden;
  width: 240px;
  float: left;
  margin-right: 20px;
  background-color: #ddd;
}
.container_main .lefter .lefter_nav {
  overflow: hidden;
  margin-bottom: 20px;
}
.container_main .lefter .lefter_nav h2,
.container_main .lefter .lefter_contact h2 {
  background: #e60012;
  height: 60px;
  font-size: 22px;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.container_main .lefter .lefter_nav i.on {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.container_main .lefter .lefter_nav ul {
  overflow: hidden;
  border-top: none;
}
.container_main .lefter .lefter_nav ul li{
  overflow: hidden;
  padding: 0 10px;
}
.container_main .lefter .lefter_nav ul li .sublist{
  display: none;
}
.container_main .lefter .lefter_nav ul li .sublist.on{
  display: block;
  padding: 0 0 20px 0;
  width: 100%;
  padding-right: 15px;
}
.container_main .lefter .lefter_nav ul li:last-child {
  border-bottom: none;
}
.container_main .lefter .lefter_nav ul li a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.container_main .lefter .lefter_nav ul li a.active {
  color: #e60012;
}
.container_main .lefter .lefter_nav ul li:hover>a {
  color: #e60012;
}
.container_main .lefter .lefter_contact {
  overflow: hidden;
}
.container_main .lefter .lefter_contact ul {
  overflow: hidden;
  border-top: none;
  padding: 10px;
}
.container_main .lefter .lefter_contact ul li {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.container_main .righter {
  overflow: hidden;
}
@media (max-width: 992px) {
  .container_main .lefter {
    display: none;
  }
}

/* ============================================================================================================================
													产品列表
===============================================================================================================================*/

.prolist {
  overflow: hidden;
  padding: 15px;
  border-top: none;
}
.prolist .prolist_ul {
  overflow: hidden;
}
.prolist .prolist_ul li {
  width: 32%;
  float: left;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2%;
}
.prolist .prolist_ul li:nth-child(3n) {
  margin-right: 0;
}
.prolist .prolist_ul li dt {
  width: 100%;
  overflow: hidden;
}
.prolist .prolist_ul li dt img {
  width: 100%;
  display: block;
}
.prolist .prolist_ul li dd {
  overflow: hidden;
  text-align: center;
  padding: 8px;
  background: #f8f8f8;
  font-size: 16px;
  color: #333;
}
.prolist .prolist_ul li:hover {
  border: 1px solid #e60012;
}
.prolist .prolist_ul li:hover dd {
  background: #e60012;
  color: #fff;
}
@media (max-width: 992px) {
  .prolist {
    border: none;
  }
  .prolist .prolist_ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .prolist .prolist_ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .prolist .prolist_ul li:nth-child(2n) {
    margin-right: 0;
  }
  .prolist .prolist_ul li dd {
    font-size: 0.28rem;
  }
}

/* ============================================================================================================================
													文章列表
===============================================================================================================================*/
.article {
  overflow: hidden;
  padding: 15px;
  border-top: none;
}
.article .article_ul {
  overflow: hidden;
}
.article .article_ul li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.article .article_ul li dt {
  overflow: hidden;
  width: 30%;
  position: relative;
  padding-top: 20%;
  float: left;
  margin-right: 0.2rem;
}
.article .article_ul li dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: cover;
}
.article .article_ul li dd {
  overflow: hidden;
}
.article .article_ul li dd h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.article .article_ul li dd span {
  font-size: 14px;
  color: #999;
  display: block;
  margin: 5px 0 10px;
}
.article .article_ul li dd p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
}
.article .article_ul li dd em {
  font-size: 14px;
  color: #999;
  display: block;
  float: right;
  margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3 {
  color: #e60012;
}
.article .article_ul li:hover dd em {
  color: #e60012;
}
@media (max-width: 992px) {
  .article {
    border: none;
  }
  .article .article_ul li dt {
    width: 100%;
    padding-top: 70%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .article .article_ul li dd {
    width: 100%;
  }
  .article .article_ul li dd em {
    float: left;
    margin-top: 0.2rem;
  }
}

/* ============================================================================================================================
													图文列表
===============================================================================================================================*/

.mutlist {
  overflow: hidden;
  padding: 15px;
  border-top: none;
}
.mutlist .mutlist_ul {
  overflow: hidden;
}
.mutlist .mutlist_ul li {
  width: 32%;
  float: left;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box !important;
  border: 1px solid #f8f8f8;
}
.mutlist .mutlist_ul li:nth-child(3n) {
  margin-right: 0;
}
.mutlist .mutlist_ul li dt {
  width: 100%;
  overflow: hidden;
}
.mutlist .mutlist_ul li dt img {
  width: 100%;
  display: block;
}
.mutlist .mutlist_ul li dd {
  overflow: hidden;
  text-align: center;
  padding: 8px;
  background: #f8f8f8;
  font-size: 16px;
  color: #333;
}
.mutlist .mutlist_ul li:hover {
  border: 1px solid #e60012;
  box-sizing: border-box;
}
.mutlist .mutlist_ul li:hover dd {
  /* border-top: 1px solid #e60012; */
  color: #fff;
  background: #e60012;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .mutlist {
    border: none;
  }
  .mutlist .mutlist_ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .mutlist .mutlist_ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .mutlist .mutlist_ul li:nth-child(2n) {
    margin-right: 0;
  }
  .mutlist .mutlist_ul li dd {
    font-size: 0.28rem;
  }
}

/* ============================================================================================================================
											文章/图文/产品	detail
===============================================================================================================================*/
._return {
  /* overflow: hidden; */
  border-top: 1px dashed #e0e0e0;
  padding-top: 10px;
  position: relative;
}
._return a {
  display: inline-block;
  vertical-align: middle;
  width: 49.5%;
  padding-right: 10px;
}
._return a.return_list {
  float: right;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
  /* letter-spacing: 2px; */
  width: 80px;
  background: red;
  color: #fff;
  padding: 5px 0px;
  border-radius: 7px;
}
@media (max-width: 992px) {
  ._return a {
    width: 100%;
  }
}

/* 文章详情 */
.article_detail {
  overflow: hidden;
  border-top: none;
  padding: 25px;
}
.article_detail ._title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.article_detail ._title h2 {
  font-size: 22px;
  color: #333333;
}
.article_detail ._title span {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 5px;
}
.article_detail ._content {
  overflow: hidden;
  min-height: 300px;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .article_detail {
    border: none;
    padding: 15px;
  }
  .article_detail ._title {
    text-align: left;
  }
  .article_detail ._title h2 {
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .article_detail ._title span {
    font-size: 0.24rem;
  }
}

/* 图文详情 */
.multi_detail {
  overflow: hidden;
  border-top: none;
  padding: 25px;
}
.multi_detail ._title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.multi_detail ._title h2 {
  font-size: 22px;
  color: #333333;
}
.multi_detail ._title span {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 5px;
}
.multi_detail ._content {
  overflow: hidden;
  min-height: 300px;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .multi_detail {
    border: none;
    padding: 15px;
  }
  .multi_detail ._title {
    text-align: left;
  }
  .multi_detail ._title h2 {
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .multi_detail ._title span {
    font-size: 0.24rem;
  }
}

/* 产品详情 */
.product_detail {
  overflow: hidden;
  border-top: none;
  padding: 20px;
}
.product_detail ._info {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}
.product_detail ._info ._thumb {
  width: 500px;
  position: relative;
  float: left;
  padding-bottom: 10px;
  margin-right: 20px;
  overflow: hidden;
}
.product_detail ._info ._thumb .piclist {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.product_detail ._info ._thumb .piclist img {
  width: 100%;
  display: block;
}
.product_detail ._info ._thumb .piclist li {
  width: 450px;
}
.product_detail ._info ._thumb #thumblist {
  list-style: none;
  width: 350px;
  clear: both;
}
.product_detail ._info ._thumb #thumblist li {
  float: left;
  width: 60px;
  height: 62px;
  margin-right: 8px;
  border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on {
  border: #e60012 solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.product_detail ._info ._text {
  overflow: hidden;
}
.product_detail ._info ._text h2 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(68, 68, 68, 1);
  border-bottom: 1px solid rgba(68, 68, 68, 1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product_detail ._info ._text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  max-height: 210px;
  overflow: hidden;
  color: #999;
}
.product_detail ._info ._text ul {
  color: rgba(153, 153, 153, 1);
  margin-bottom: 20px;
  font-size: 18px;
}
.product_detail ._info ._text span {
  height: 0.58rem;
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
  padding: 10px 0;
  display: block;
}
.product_detail ._info ._text span em {
  height: 0.44rem;
  padding-left: 0.5rem;
  background: url(../images/pc-xc-icon2.png) no-repeat 0px;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #e60012;
  display: block;
  float: left;
  font-weight: bold;
}
.product_detail ._info ._text span a {
  width: 114px;
  height: 44px;
  background: #e60012;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  float: right;
  display: block;
  color: #fff;
}
.product_detail ._content {
  overflow: hidden;
  min-height: 300px;
  margin-top: 0.2rem;
  margin-bottom: 0.18rem;
}
.product_detail ._content ._title {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .product_detail {
    border: none;
    padding: 0;
  }
  .product_detail ._info {
    padding: 12px;
  }
  .product_detail ._info ._thumb {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0.4rem;
  }
  .product_detail ._info ._thumb .piclist ul {
    width: 368px;
    height: 368px;
  }
  .product_detail ._info ._thumb .piclist li {
    width: 368px;
  }
  .product_detail ._info ._thumb #thumblist {
    width: 100%;
  }
  .product_detail ._info ._text {
    float: left;
  }
  .product_detail ._info ._text h2 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .product_detail ._info ._text p {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .product_detail ._info ._text span {
    height: 1rem;
  }
  .product_detail ._info ._text span em {
    height: 0.8rem;
    padding-left: 0.7rem;
    font-size: 0.36rem;
    line-height: 0.8rem;
    background-size: 0.6rem;
  }
  .product_detail ._info ._text span a {
    line-height: 0.7rem;
    height: 0.7rem;
    font-size: 0.28rem;
    margin-top: 12px;
  }
  .product_detail ._content {
    margin-top: 0.4rem;
  }
  .product_detail ._content ._title {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
  }
  ._return {
    padding-bottom: 15px;
  }
}
/* ============================================================================================================================
													单页---关于我们
===============================================================================================================================*/

.detail_about {
  overflow: hidden;
  padding: 0.5rem 0;
}
.detail_about .detail_main {
  overflow: hidden;
  margin-top: 0.3rem;
}
.detail_about .detail_main_fl {
  overflow: hidden;
  width: 44%;
  float: left;
}
.detail_about .detail_main_fl img {
  width: 100%;
  display: block;
  /* margin: auto; */
}
.detail_about .detail_main_fr {
  overflow: hidden;
  width: 54%;
  float: right;
  /* padding: 0.2rem 0; */
}
.detail_about .detail_main_fr h2 {
  font-size: 0.24rem;
  color: #e60012;
}
.detail_about .detail_main_fr em {
  display: block;
  width: 60px;
  height: 3px;
  background: #e60012;
  margin: 0.2rem 0;
}
.detail_about .detail_main_fr > div {
  color: #666;
}
@media (max-width: 992px) {
  .detail_about .detail_main_fl {
    width: 100%;
  }
  .detail_about .detail_main_fr {
    width: 100%;
    padding-top: 0.4rem;
  }
  .detail_about .detail_main_fr h2 {
    font-size: 0.36rem;
  }
}

.detail_environment {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
}
.detail_environment .detail_main {
  overflow: hidden;
  margin-top: 0.3rem;
}
.detail_environment .detail_main ul li {
  overflow: hidden;
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  flex-direction: column;
  display: flex;
}
.detail_environment .detail_main ul li:nth-child(4n) {
  margin-right: 0;
}
.detail_environment .detail_main ul li dt {
  width: 100%;
  overflow: hidden;
}
.detail_environment .detail_main ul li dt img {
  width: 100%;
  display: block;
}
.detail_environment .detail_main ul li dd {
  text-align: center;
  font-size: 16px;
  padding-top: 6px;
  background: #fff;
  padding-bottom: 6px;
}
@media (max-width: 992px) {
  .detail_environment .detail_main ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .detail_environment .detail_main ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/**荣誉资质 start**/
.detail_honor {
  overflow: hidden;
  padding: 0.5rem 0;
}
.detail_honor .detail_main {
  overflow: hidden;
  margin-top: 0.3rem;
}
.detail_honor ul li {
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}
.detail_honor ul li img {
  width: 100%;
  display: block;
}
.detail_honor ul li dd {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
/**荣誉资质 start**/

/**公司业务 start**/
.detail_business {
  min-height: 720px;
  width: 100%;
  display: flex;
  background: url("https://www.gdkaboshi.com/uploads/image/20240924/c498eabf09824ef3a2637b8aa03d6548.jpg")
    no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.detail_business > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_business ._left {
  width: 36%;
}
.detail_business ._left ._left_line {
  color: #333;
  font-size: 26px;
  position: relative;
  border-collapse: collapse;
  display: inline-block;
  font-size: 32px;
}
.detail_business ._left ._left_line::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #333;
  top: 50%;
  transform: translateY(-50%) translateX(110%);
  right: 0;
}
.detail_business ._left ._left_title {
  color: #fff;
  font-size: 42px;
}
.detail_business ._left ._left_content {
  color: #fff;
  line-height: 34px;
}

.detail_business ._right {
  width: 60%;
}
.detail_business ._right ul {
  display: flex;
  flex-wrap: wrap;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
.detail_business ._right ul li {
  width: 25%;
  height: 200px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 4px;
  font-size: 17px;
  text-align: center;
}
.detail_business ._right ul li li{
  display: none;
  position: absolute;
  width:100%;
  height:100%;
  background-color:#fff;
  color:#666;
  top:0;
  left:0;
  overflow: hidden;
}

@media (max-width: 992px) {
  .detail_business > .container {
    flex-direction: column;
    width: 98%;
  }
  .detail_business ._left {
    width: 100%;
    padding-right: 0;
  }
  .detail_business ._right {
    width: 100%;
    margin: 13px 0;
  }
  .detail_business ._left ._left_title {
    font-size: 25px;
  }
  .detail_business ._right ul li {
    width: 50%;
  }
}
/**公司业务 end**/

/* ============================================================================================================================
											单页---联系我们
===============================================================================================================================*/

.detail_title {
  overflow: hidden;
  text-align: left;
  margin-bottom: 55px;
}
.detail_title h2 {
  font-size: 0.28rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.detail_title p {
  font-size: 16px;
  color: #666;
}

.detail_contact {
  overflow: hidden;
  padding: 0.65rem 0;
}

.detail_contact .container {
  width: 80%;
}

/* 测试main start */
.detail_contact .detail_main {
  min-height: 120rpx;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.detail_contact .detail_main li {
  display: flex;
  align-items: center;
  box-shadow: 0 0 23px 1px rgb(82 82 82 / 12%);
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  width: 32%;
}
.detail_contact .detail_main li:last-child {
  margin-right: 0;
}
.detail_contact .detail_main li img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .detail_title {
    margin-bottom: 30px;
  }
  .detail_contact .container {
    width: 100%;
  }
  .detail_contact .detail_main {
    flex-direction: column;
  }
  .detail_contact .detail_main li {
    width: 100%;
    margin-bottom: 12px;
  }
  .detail_contact .detail_main li:last-child {
    margin-bottom: 0px;
  }
}

/* 测试main end */

/* ============================================================================================================================
													在线留言
===============================================================================================================================*/

.detail_inquiry {
  overflow: hidden;
  background: #f5f5f5;
  padding: 0.5rem 0;
}
.detail_inquiry .container {
  width: 80%;
}
.detail_inquiry .detail_main {
  overflow: hidden;
  margin-top: 0.3rem;
}
.detail_main .detail_inquiry_fl {
  width: 34%;
  float: right;
  overflow: hidden;
}
.detail_main .detail_inquiry_fl img {
  width: 100%;
  display: block;
}
/* 互换 */
.detail_main .detail_inquiry_fr {
  overflow: hidden;
  float: left;
  width: 63%;
}

.detail_main .detail_inquiry_fr .form-row-box {
  display: flex;
  justify-content: space-between;
}
.detail_main .detail_inquiry_fr .form-row-box .form-row {
  width: 32%;
}
.detail_main .detail_inquiry_fr .form-row {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.detail_main .detail_inquiry_fr .form-row input {
  border-radius: 0;
  padding: 10px;
  color: #999;
  height: auto;
}
.detail_main .detail_inquiry_fr .form-row .btn {
  overflow: hidden;
  background: #e60012;
  color: #fff;
  padding: 10px 163px;
}
@media (max-width: 992px) {
  .detail_title h2 {
    font-size: 0.48rem;
    margin-bottom: 0;
  }
  .detail_title p {
    font-size: 0.28rem;
  }
  .detail_contact .detail_main_fl {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .detail_contact .detail_main_fl h2 {
    font-size: 0.36rem;
    text-align: center;
  }
  .detail_contact .detail_main_fl ul li {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
  }
  .detail_contact .detail_main_fl ul li img {
    width: 0.7rem;
  }
  .detail_contact .detail_main_fr {
    width: 100%;
  }
  .detail_main .detail_inquiry_fl {
    display: none;
  }
  .detail_main .detail_inquiry_fr {
    width: 100%;
  }
  .detail_inquiry .container {
    width: 95%;
  }
  .detail_inquiry .container .form-row-box {
    flex-direction: column;
  }
  .detail_main .detail_inquiry_fr .form-row-box .form-row {
    width: 100%;
  }
  .detail_main .detail_inquiry_fr .form-row .btn {
    margin-top: 25px;
  }
}
