/*                         **** header*****    
                      */
.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}
.header_title {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  /* justify-content: space-between; */
}

.header_title>img {
  width: 360px;
  height: 70px;
}

.line_title {
  width: 1px;
  height: 40px;
  background-color: #666;
  margin-top: 18px;
  margin-left: 20px;
  margin-right: 20px;
}
.header_title_p1{
  padding-top: 10px;
}
.header_title_p1>p:first-child {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  margin: 0 ;
}

.header_title_p1>p:last-child {
  font-family: 微软雅黑;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  margin: 0 ;
}

.header_title_phone {
  display: flex;
  padding-top: 10px;
  margin-left: 200px;
}

.header_title_phone>img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
}

.header_title_phone>div>p:first-child {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  margin: 0 ;
}

.header_title_phone>div>p:last-child {
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: rgb(204, 0, 0);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  white-space:nowrap;
}

.nav_list {
  display: flex;
}

.nav_list>li.active>a {
  background-color: #f6b26b;
  color: rgb(255, 255, 255);
}

.nav_list>li.active {
  background-color: #f6b26b;
}

.header_nav {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.nav_list>li {
  width: 120px;
  height: 60px;
  font-family: 微软雅黑;
  text-align: center;
  line-height: 60px;
}

.nav_list>li>a {
  font-size: 16px;
  color: #000000;
}

.list_2 {
  display: none;
  background-color: white;
  z-index: 2000;
  position: absolute;
  width: 120px;
}

.list_2>li>a {
  color: #666;
}

.list_2>li>a:hover {
  color: #000000;
}

/*                 *****footer*******                       */
.footer {
  width: 100%;
  background-color: #222;
}

.footer img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 30px;
  left: 40%;
}

.footer_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}

.footer_left {
  color: white;
}

.footer_left>div:first-child {
  font-family: 微软雅黑;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 40px;
  text-decoration: none;
  text-align: left;
}

.footer_left>div:not(:first-child) {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.footer_right {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer_right>div:first-child {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 33px;
  text-decoration: none;
  text-align: right;
}

.footer_right_con>p {
  font-family: 微软雅黑;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 20px;
  text-decoration: none;
  text-align: right;
}


/*          ******index*******             */
.index {
  padding-bottom: 100px;
}

.index_d1 {
  background-color: #eee;
  padding-bottom: 50px;
  padding-top: 40px;
}

.index_d1>ul {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.index_d1>ul>li {
  width: 21%;
  margin: 2%;
  display: flex;
}

.index_d1>ul>li>img {
  width: 66px;
  height: 66px;
}

.index_d1>ul>li {
  text-align: left;
}

.index_d1>ul>li>div>p:first-child {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.index_d1>ul>li>div>p:last-child {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.index_d1>ul>li>div {
  margin-left: 10px;
  padding-top: 5px;
}

.index_d1_img {
  display: flex;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}

/*  */
.pic_a {
  position: relative;
  width: 30%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  margin: 10px 1.5%;
}

.pic_a::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.d1_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d1_img:hover {

  transform: scale(1.1);
}

/*  */
.img_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 微软雅黑;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  color: rgb(204, 0, 0);
  background-color: transparent;
  line-height: 28px;
  text-decoration: none;
  text-align: center;

}

/* hardcover */
.line_long {
  width: 100%;
  height: 1px;
  background-color: black;
  margin: 20px auto;
}

.line_long2 {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 20px auto;
}

.hardcover,
.preferential,
.service,
.news_center {
  padding-top: 30px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.preferential,
.news_center {
  padding-bottom: 50px;
}

.hardcover_title,
.preferential_title,
.service_title,
.center_title {
  text-align: left;
}

.hardcover_title>span:first-child,
.preferential_title>span:first-child,
.service_title>span:first-child,
.center_title>span:first-child {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.hardcover_title>span:last-child,
.preferential_title>span:last-child,
.service_title>span:last-child,
.center_title>span:last-child {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.hardcover_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.hardcover_con ul {
  display: flex;
  flex-wrap: wrap;
}

.hardcover_con ul li {
  width: 31.3333%;
  margin: 1%;
}

.hardcover_con ul li a div:last-child {
  font-size: 18px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(51, 51, 51);
}

.pic_b {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  margin: 20px 1.5%;
}

.pic_b::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.d2_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d2_img:hover {
  transform: scale(1.1);
}

/* preferential */
.pic_c {
  position: relative;
  width: 50%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 20px 1.5%; */
}

.pic_c::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.d3_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
}

.preferential_con {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}

.pre_con_text {
  background-color: #eeeeee;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pre_con_text>p {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 153, 0);
  background-color: transparent;
  line-height: 50px;
  text-decoration: none;
  text-align: left;
  margin-left: 20px;
}

/*   design    */
.design {
  background-image: url("../images/bj6.jpg");
  width: 100%;
  padding-top: 30px;
}

.team {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.team_title {
  text-align: left;
}

.team_title>span:first-child {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: white;
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.team_title>span:last-child {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}
.banner2 .swiper-slide>img{
  width: 100%;
}
/* service */

/* new_center */
.center_con {
  display: flex;
}

.pic_d {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.pic_d::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.d4_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d4_img:hover {
  transform: scale(1.1);
}

.center_text {
  width: 48%;
  padding-left: 2%;

}

.center_text>a>div {
  margin-top: 10px;
}

.center_text>a>div {
  display: flex;
  border-bottom: 1px dotted #e3e3e3;
  justify-content: space-between;
}

.center_text>a>div>p:first-child {
  width: 70%;
  font-size: 16px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(19, 15, 15);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.center_text>a>div>p:last-child {
  font-size: 12px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(224, 102, 102);
}

/* consult */
.consult {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 50px;
}

.pic_e {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.pic_e::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.d5_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d5_img:hover {

  transform: scale(1.1);
}

.img_con {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_con>div:first-child {
  width: 100%;
  font-family: 微软雅黑;
  font-size: 45px;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 45px;
  text-decoration: none;
  text-align: center;

}

.img_con>div:last-child {
  width: 100%;
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  padding-top: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.consult_from {
  width: 45%;
  margin-left: 5%;
}

.consult_from>div {
  font-family: 微软雅黑;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
}

.consult_from>form>input {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  padding-left: 5px;
}

.consult_from>form>input:last-child {
  background-color: #333333;
  color: white;
  padding-left: 0;
  border-radius: 3px;
}

.xuqiu {
  height: 120px !important;
}


/*          ******about*******           */
.about,
.fitment,
.office,
.shop,
.teamShow,
.activities,
.news,
.contact {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}

.activities {
  padding-bottom: 50px;
}

.contact {
  padding-bottom: 30px;
}
.about{
  padding-bottom: 50px;
}
.about>div:first-child,
.fitment>div:first-child,
.office>div:first-child,
.shop>div:first-child,
.teamShow>div:first-child,
.activities>div:first-child,
.news>div:first-child,
.contact>div:first-child {
  font-family: 微软雅黑;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  padding-top: 50px;
}

.about>p,
.fitment>p,
.office>p,
.shop>p,
.teamShow>p,
.activities>p,
.news>p,
.contact>p {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 119, 136);
  background-color: transparent;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  padding: 15px 0;
}

.about_con {
  padding-top: 50px;
}

.about_con>div {
  text-indent: 2em;
  text-align: left;
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  visibility: visible;
}


/*          *****fitment*****            */
.fitment_list {
  display: flex;
  max-width: 1200px;
  width: 80%;
}

.fitment_list>li>a {
  color: #666;
  font-size: 16px;
}

.fitment_list>li.active>a {
  background-color: #f6b26b;
  color: rgb(255, 255, 255);
}

.fitment_list>li.active {
  background-color: #f6b26b;
}

.fitment_list>li {
  width: 120px;
  height: 60px;
  font-family: 微软雅黑;
  text-align: center;
  line-height: 60px;
}

.fitment_con>ul,
.office_con>ul,
.shop_con>ul {
  display: flex;
  flex-wrap: wrap;
}

.fitment_con>ul>li,
.office_con>ul>li,
.shop_con>ul>li {
  width: 31.3333%;
  margin: 1%;
}

.fitment_con>ul>li>a>div:last-child,
.office_con>ul>li>a>div:last-child,
.shop_con>ul>li>a>div:last-child {
  color: #000000;
}

.pic_f {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  margin: 20px 1.5%;
}

.pic_f::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.d6_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d6_img:hover {
  transform: scale(1.1);
}

/*                ******office******    ↑                   */
/*                ******shop******    ↑                   */
/*                ******teamshow******    ↑                   */
.show_con {
  padding-bottom: 50px;
}

.show_text {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 119, 136);
  background-color: transparent;
  line-height: 18px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  padding: 15px 0;
  text-indent: 2em;
}

/*                      ******activities*******                         */
.activities_con {
  margin-top: 20px;
}

.activities_con>div {
  font-family: 微软雅黑;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
}

/*                ****news ******             */
.news_con {
  padding-top: 40px;
  padding-bottom: 100px;
}

.news_text {
  width: 100%;

}

.news_text>a>div {
  margin-top: 12px;
}

.news_text>a>div {
  display: flex;
  border-bottom: 1px dotted #e3e3e3;
  justify-content: space-between;
}

.news_text>a>div>p:first-child {
  width: 50%;
  font-size: 16px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(19, 15, 15);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.news_text>a>div>p:last-child {
  font-size: 14px;
  font-family: 微软雅黑;
  font-style: normal;
  color: black;
}

/*                ****news ******             */
.contact_con {
  display: flex;
  padding-top: 50px;
}

.contact_map {
  width: 45%;
}

.contact_form {
  display: flex;
  width: 50%;
  padding-left: 5%;
}

.contact_form>form>input {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  padding-left: 5px;
}

.contact_form>form>textarea {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #dcdcdc;
  background-color: #F7F9FB;
  font-size: 18px;
  padding-left: 5px;
}

.contact_form>form>input:last-child {
  color: #fff;
  background-color: #333333;
  padding-left: 0;
  border-radius: 5px;
}

/*                ****detalils******             */
.details {
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  padding-top: 50px;
}

.details_left {
  width: 70%;
  padding-top: 30px;
}
.left_con img{
width:100%;
height:auto;
}

.details_left>div:first-child {
  font-size: 24px;
  color: #121212;
  font-weight: 600;
  padding-bottom: 20px;
}

.left_con>img {
  width: 100%;
  margin-top: 20px;
}

.details_right {
  width: 15%;
  margin-left: 10%;
}

.right_p1 {
  margin: 10px 0;
}

.details_right>img {
  width: 165px;
  max-width: 165px;
}

.gray_line {
  width: 30px;
  height: 2px;
  background-color: #d9d9d9;
}

.list2>li {
  margin-top: 10px;
}

.list2>li>a {
  border: 1px solid #d9d9d9;
  display: block;
}

.list2>li>a>div:last-child {
  margin: 10px 0;
  color: #000000;
  font-size: 14px;
}

.pic_g {
  position: relative;
  width: 100%;
  overflow: hidden;

}

.pic_g::before {
  content: "";
  display: block;
  padding-top: 63%;
}

.d7_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.details_foot {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 50px;
}

/*                ****news detalils******             */
.p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.news_title>span {
  color: #999;
  margin-top: 15px;
  text-align: center;
}

.left_text {
  padding-top: 30px;
}

.left_text>div {
  font-family: 微软雅黑;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  text-indent: 2em;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .index {
    padding-bottom: 20px;
  }
  .left_con img{
  width:100%;
  height:auto;
  }
  .footer_xspic {
    padding-bottom: 50px;
    padding-top: 10px;
  }

  .footer_xspic>span>img {
    width: 20px;
  }

  .footer_xspic>span>a {
    color: #a7a0a0;
  }

  .mobile_foot {
    background-color: #ccc;
  }

  .mobile_foot>div {
    font-family: 微软雅黑;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
  }

  .low {
    background-color: #f90;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .low>span {
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
  }

  .index_d1 {
    background-color: #eee;
    padding-bottom: 0;
    padding-top: 40px;
  }

  .index_d1>ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .index_d1>ul>li {
    width: 48%;
    margin: 1%;
    display: block;
    text-align: center;
  }

  .index_d1>ul>li>div>p:first-child {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
  }

  .index_d1>ul>li>div>p:last-child {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    vertical-align: middle;
  }

  .index_d1_img {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .pic_a {
    position: relative;
    width: 100%;
    overflow: hidden;

    margin: 5px 2%;
  }

  .p11 {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
  }

  .p12 {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(153, 153, 153);
    background-color: transparent;
    line-height: 12px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    padding-bottom: 20px;
  }

  .hardcover_con ul li {
    width: 48%;
    margin: 1%;
  }

  .hardcover,
  .preferential,
  .service,
  .news_center {
    padding-top: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .preferential {
    padding-bottom: 0px;
  }

  .pic_b {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff; */
    margin: 20px 0;
  }

  .preferential_con {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
  }

  .pre_con_text {
    background-color: #eeeeee;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pic_c {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff;
    padding: 1%;
  }

  .pre_con_text>p {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 153, 0);
    background-color: transparent;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    margin-left: 20px;
  }

  .center_con {
    display: block;
  }

  .pic_d {
    position: relative;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff;
    padding: 1%;
  }

  .center_text {
    width: 100%;
    padding-left: 0;
    padding: 0 5px;
  }

  .consult {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
  }

  .consult_from {
    width: 98%;
    margin: 0 auto;
  }

  .introduce {
    margin-top: 30px;
    width: 100%;
    background-image: url("../images/bj21.jpg");
    padding-bottom: 20px;
  }

  .p21 {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    padding: 30px 0;
  }

  .p22>div {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #b4b3b2;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    text-indent: 2em;
    padding: 0 5px;
  }

  .p23 {
    border: 1px solid white;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    border-radius: 3px;
  }

  .p23>a {
    font-family: 微软雅黑;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: white;
    text-align: center;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    vertical-align: middle;
  }

  .about_con {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .about,
  .fitment,
  .office,
  .shop,
  .teamShow,
  .activities,
  .news,
  .contact {
    width: 95%;
    margin: 0 auto;
  }

  .fitment_con>ul>li,
  .office_con>ul>li,
  .shop_con>ul>li {
    width: 48%;
    margin: 1%;
  }

  .activities_con>div {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
  }

  .news_con {
    padding-top: 0;
  }

  .news_text>a>div>p:first-child {
    width: 100%;
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(19, 15, 15);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    vertical-align: middle;
  }

  .news_con {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .contact_con {
    display: block;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .contact_map {
    width: 100%;
  }

  .contact_form {
    display: flex;
    width: 100%;
    padding-left: 0;
  }

  .about>div:first-child,
  .fitment>div:first-child,
  .office>div:first-child,
  .shop>div:first-child,
  .teamShow>div:first-child,
  .activities>div:first-child,
  .news>div:first-child,
  .contact>div:first-child {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    padding-top: 50px;
  }

  .about>p,
  .fitment>p,
  .office>p,
  .shop>p,
  .teamShow>p,
  .activities>p,
  .news>p,
  .contact>p {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 119, 136);
    background-color: transparent;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    padding: 15px 0;
  }

  .details_left {
    width: 100%;
    padding-top: 30px;
  }

  .details {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    padding-top: 50px;
  }

  .hardcover_con ul li a div:last-child {
    font-size: 12px;
    font-family: 微软雅黑;
    font-style: normal;
    color: rgb(51, 51, 51);
  }
}