@charset "UTF-8";
@font-face {
  font-family: "ob";
  src: url("../fonts/font.woff2") format("woff2"), url("../fonts/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pb";
  src: url("../fonts/piersans-bold.woff2") format("woff2"), url("../fonts/piersans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "ob";
}

.add_xz_lj .dl_box a,
.add_xz_lj .share_box a,
.pub_a,
.page_box ul li a,
.contact .main_wrap .layout1 .r_box input,
.contact .main_wrap .layout1 .r_box textarea {
  transition: 0.32s;
  -moz-transition: 0.32s;
  /* Firefox 4 */
  -webkit-transition: 0.32s;
  /* Safari 和 Chrome */
  -o-transition: 0.32s;
  /* Opera */
}

.index .wrap_01 .item .i_r img,
.index .wrap_02 .p_list li a .pic_box img {
  transition: 0.6s;
  -moz-transition: 0.6s;
  /* Firefox 4 */
  -webkit-transition: 0.6s;
  /* Safari 和 Chrome */
  -o-transition: 0.6s;
  /* Opera */
}

.pub_a,
.page_box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_box ul li.page_prev a::before{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    content: "\e601";
}
.page_box ul li.page_next a::before{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    content: "\e60c";
}

.index .wrap_03 .layout .m_box .l_l a,
.index .wrap_04 .n_list li a .time,
.news_list .pub_r_con .c_list li a .time_box span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.case_list .pub_r_con .c_list li a .des_box h6,
.news_list .pub_r_con .c_list li a .des_box h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add_xz_lj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add_xz_lj .dl_box {
  display: flex;
}

.add_xz_lj .dl_box a {
  width: 2rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #f30189;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin-right: 0.1rem;
  border-radius: 3px;
}

.add_xz_lj .dl_box a:hover {
  opacity: 0.5;
}

.add_xz_lj .share_box {
  display: flex;
  justify-content: flex-end;
}

.add_xz_lj .share_box a {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(12px - 0.12rem + 0.22rem);
  color: #fff;
  margin-left: 0.1rem;
}

.add_xz_lj .share_box a:hover {
  transform: translateY(-5px);
}

.pub_a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: solid 1px #333;
  color: #333;
}

.pub_a:hover {
  background-color: #f4018a;
  color: #fff;
  border: solid 1px #f4018a;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

body {
  padding-top: 1.1rem !important;
}

.page_box {
  margin: 0.6rem 0;
}

.page_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_box ul li {
  margin: 0 0.1rem;
}

.page_box ul li a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: solid 1px #888;
  color: #888;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.page_box ul li a:hover {
  border: solid 1px #ff6600;
  background-color: #ff6600;
  color: #fff;
}

.page_box ul .on a {
  border: solid 1px #ff6600;
  background-color: #ff6600;
  color: #fff;
}

.banner_wrap {
  position: relative;
}

.banner_wrap h6 {
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.48rem);
  font-weight: 550;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}

.cur_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(155, 155, 155, 0.3);
}

.cur_box .layout1 {
  height: 0.6rem;
  align-items: center;
  display: flex;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 img {
  margin-right: 0.1rem;
}

.cur_box .layout1 a {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 a:hover {
  color: #ff6600;
}

.cur_box .layout1 span {
  margin: 0 0.1rem;
}

.pub_main {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.pub_main .pub_l_menu {
  width: 20.8333%;
}

.pub_main .pub_l_menu .phone_btn {
  position: fixed;
  display: none;
  top: 30%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  top: 30%;
  left: 0;
  background-color: #ff6600;
  color: #fff;
}

.pub_main .pub_l_menu .item .fir {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  align-items: center;
}

.pub_main .pub_l_menu .item .fir:hover span {
  color: #ff6600;
}

.pub_main .pub_l_menu .item .fir span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333333;
  font-family: "pb";
}

.pub_main .pub_l_menu .item .fir i {
  color: #ff6600;
  float: right;
  font-weight: 550;
  font-size: calc(12px - 0.12rem + 0.22rem);
}

.pub_main .pub_l_menu .item .second_menu {
  display: none;
}

.pub_main .pub_l_menu .item .second_menu a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #555555;
  line-height: 0.5rem;
  display: block;
  border-bottom: 1px solid #eee;
  padding-left: 0.2rem;
}

.pub_main .pub_l_menu .item .second_menu a:hover {
  color: #ff6600;
}

.pub_main .pub_l_menu .on .fir span {
  color: #ff6600;
}

.pub_main .pub_l_menu .hot_pro {
  margin-top: 0.6rem;
}

.pub_main .pub_l_menu .hot_pro .tit {
  background: #ff6600;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  font-family: "pb";
  color: #fff;
  padding-left: 0.1rem;
}

.pub_main .pub_l_menu .hot_pro .list {
  display: block;
  padding: 0.15rem 0.1rem;
  border: 1px solid #e1e1e1;
}

.pub_main .pub_l_menu .hot_pro .list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}

.pub_main .pub_l_menu .hot_pro .list .item .pic {
  width: 48%;
}

.pub_main .pub_l_menu .hot_pro .list .item .pic img {
  max-width: 100%;
  max-height: 100%;
}

.pub_main .pub_l_menu .hot_pro .list .item .tet {
  width: 48%;
  color: #555555;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pub_main .pub_l_menu .hot_pro .list .view_more {
  display: block;
  margin-top: 0.12rem;
  padding-right: 0.24rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url("../images/view_more_icon.png") no-repeat center right 2px;
  font-size: 16px;
  color: #000;
  text-indent: 4px;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s;
}

.pub_main .pub_r_con {
  width: 75.83333%;
}

.curmber_box {
  border-bottom: 1px solid #f1f1f1;
}

.curmber_box .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 0.6rem;
}

.curmber_box .layout .l {
  display: flex;
  align-items: center;
  width: auto;
}

.curmber_box .layout .l img {
  width: 0.18rem;
}

.curmber_box .layout .l i {
  margin: 0 0.15rem;
}

.curmber_box .layout .l span {
  color: #f30189;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.curmber_box .layout .r {
  margin-left: 0.2rem;
  display: flex;
}

.curmber_box .layout .r .sw {
  position: relative;
  padding: 0 0.3rem;
}

.curmber_box .layout .r .sw:hover .second_menu {
  display: block;
}

.curmber_box .layout .r .first_menu {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999999;
  text-align: center;
  width: auto;
  font-family: "pb";
  position: relative;
  display: block;
}

.curmber_box .layout .r .first_menu:hover {
  color: #f30189;
}

.curmber_box .layout .r .second_menu {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 0.3rem;
  background-color: #ffffff;
  box-shadow: 4px -1px 21px 0px rgba(123, 123, 123, 0.43);
}

.curmber_box .layout .r .second_menu a {
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
}

.curmber_box .layout .r .second_menu a:hover {
  color: #f30189;
}

.curmber_box .layout .r .on .first_menu {
  color: #f30189;
  border-bottom: 1px solid #f30189;
}

.page_box {
  margin: 0.6rem 0;
}

.page_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_box ul li {
  margin: 0 0.1rem;
}

.page_box ul li a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: solid 1px #000000;
  color: #010101;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.page_box ul li a:hover {
  border: solid 1px #ff6600;
  background-color: #ff6600;
  color: #fff;
}

.page_box ul .on a {
  border: solid 1px #ff6600;
  background-color: #ff6600;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
}

.header .layout {
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .layout .h_l {
  display: flex;
  align-items: center;
  width: 20%;
}

.header .layout .logo {
  max-width: 100%;
}

.header .layout .hr {
  width: 80%;
  display: flex;
}

.header .layout .hr nav {
  width: 70%;
  margin: 0 auto;
}

.header .layout .hr nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.header .layout .hr nav ul li {
  position: relative;
  position: relative;
}

.header .layout .hr nav ul li .first_menu {
  color: #868a8d;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 80px;
  font-family: "pb";
  padding: 0.1rem 0;
}

.header .layout .hr nav ul li .first_menu:hover {
  color: #ff6600;
}

.header .layout .hr nav ul li .second_menu {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  display: none;
  min-width: 2rem;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.header .layout .hr nav ul li .second_menu a {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  display: block;
  text-align: left;
  padding-left: 15px;
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
}

.header .layout .hr nav ul li .second_menu a:hover {
  color: #ff6600;
}

.header .layout .hr nav ul li .iconfont {
  position: absolute;
  display: none;
  right: 20px;
  font-size: calc(12px - 0.12rem + 0.22rem);
}

.header .layout .hr nav ul .on .first_menu {
  color: #ff6600;
}

.header .layout .hr .h_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .layout .hr .h_r .lang_s {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.header .layout .hr .h_r .lang_s .on {
  color: #ff6600;
}

.header .layout .hr .h_r .lang_s a {
  color: #333;
}

.header .layout .hr .h_r .lang_s a:hover {
  color: #ff6600;
}

.header .layout .hr .h_r .lang_s i {
  margin: 0 0.1rem;
}

.index .p_tit {
  padding: 0.66rem 0;
}

.index .p_tit h6 {
  color: #000000;
  font-size: calc(12px - 0.12rem + 0.36rem);
  font-family: "pb";
  text-align: center;
}

.index .p_tit p {
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #4b4b4b;
  margin-top: 0.2rem;
}

.index .banner_wrap .swiper-slide {
  position: relative;
}
.index .banner_wrap .swiper-slide a{display: block;position: relative;overflow: hidden;padding-top: calc(800/1920*100%);}
.index .banner_wrap .swiper-slide a img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.index .banner_wrap .swiper-slide .banner-video{display: block;position: relative;overflow: hidden;padding-top: calc(800/1920*100%);}
.index .banner_wrap .swiper-slide .banner-video video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}


.index .banner_wrap .swiper-slide .tet {
  position: absolute;
  z-index: 10;
  top: 25%;
  right: 10%;
  text-align: right;
}

.index .banner_wrap .swiper-slide .tet p {
  color: #fffefe;
  font-size: calc(12px - 0.12rem + 0.48rem);
  color: #ffffff;
  font-family: "pb";
}

.index .banner_wrap .swiper-slide .tet .line {
  display: inline-block;
  width: 2.7rem;
  height: 0.12rem;
  background-color: #ff6600;
  margin: 0.3rem 0;
}

.index .banner_wrap .swiper-slide .tet h4 {
  color: #ff6600;
  margin-left: 5rem;
  width: 7rem;
  font-size: calc(10px - 0.1rem + 0.5rem);
  font-family: "pb";
}

.index .banner_wrap .swiper-pagination-bullet {
  width: 34px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}

.index .banner_wrap .swiper-pagination-bullet-active {
  background-color: #ff6600;
  opacity: 1;
}

.index .wrap_01 {
  display: flex;
  flex-wrap: wrap;
}

.index .wrap_01 .item {
  width: 25%;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #f0f6f8 0%, #ffffff 100%);
  height: 3.7rem;
}

.index .wrap_01 .item:hover .i_r img {
  transform: translateX(10px);
}

.index .wrap_01 .item .i_l {
  width: 50%;
}

.index .wrap_01 .item .i_l img {
  max-width: 100%;
}

.index .wrap_01 .item .i_r {
  padding: 0 0.6rem;
  width: 50%;
}

.index .wrap_01 .item .i_r h6 {
  color: #999999;
  font-size: calc(0px - 0rem + 0.26rem);
  font-family: "pb";
  margin-bottom: 0.6rem;
}

.index .wrap_01 .item .i_r img {
  width: 0.6rem;
}

.index .wrap_02 {
  background-color: #f1f1f1;
  padding-bottom: 1rem;
}

.index .wrap_02 .p_list {
  display: flex;
  flex-wrap: wrap;
}

.index .wrap_02 .p_list li {
  width: 23%;
  margin-bottom: 0.4rem;
  background: #fff;
  margin-right: 2.6%;
}

.index .wrap_02 .p_list li:nth-child(4n+4) {
  margin-right: 0;
}

.index .wrap_02 .p_list li a .pic_box {
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.3rem;
}

.index .wrap_02 .p_list li a .pic_box img {
  max-width: 100%;
}

.index .wrap_02 .p_list li a .tet_box {
  padding: 0.4rem 0.25rem;
}

.index .wrap_02 .p_list li a .tet_box h6 {
  color: #1a1a1a;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "pb";
}

.index .wrap_02 .p_list li a .tet_box p {
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  height: 4.8em;
  color: #1a1a1a;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.index .wrap_02 .p_list li a:hover .pic_box img {
  transform: scale(1.1);
}

.index .wrap_02 .p_list li a:hover .tet_box h6 {
  color: #ff6600;
}

.index .wrap_03 .layout .m_box {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0 0.2rem;
  align-items: center;
}

.index .wrap_03 .layout .m_box .l_l {
  width: 50%;
}

.index .wrap_03 .layout .m_box .l_l h6 {
  color: #000000;
  font-size: calc(12px - 0.12rem + 0.36rem);
  font-family: "pb";
  padding: 0.1rem 0 0.3rem;
}

.index .wrap_03 .layout .m_box .l_l p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #4b4b4b;
  line-height: 1.8;
}

.index .wrap_03 .layout .m_box .l_l a {
  width: 1.2rem;
  height: 0.48rem;
  background-color: #ff6600;
  border-radius: 0.24rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #ffffff;
  margin-top: 0.5rem;
}

.index .wrap_03 .layout .m_box .l_r {
  width: 50%;
}

.index .wrap_04 .n_list {
  display: flex;
  flex-wrap: wrap;
}

.index .wrap_04 .n_list li {
  width: 50%;
  padding-right: 0.6rem;
  margin-bottom: 0.44rem;
}

.index .wrap_04 .n_list li a {
  display: flex;
  align-items: center;
}

.index .wrap_04 .n_list li a .time {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #f1f1f1;
  flex-direction: column;
}

.index .wrap_04 .n_list li a .time h6 {
  font-size: calc(12px - 0.12rem + 0.4rem);
  color: #464646;
}

.index .wrap_04 .n_list li a .time p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #8a8a8a;
}

.index .wrap_04 .n_list li a .con {
  margin-left: 0.1rem;
  width: 5rem;
}

.index .wrap_04 .n_list li a .con h6 {
  color: #1a1a1a;
  font-size: calc(10px - 0.12rem + 0.24rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index .wrap_04 .n_list li a .con p {
  margin: 0.1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
  color: #1a1a1a;
  font-size: calc(10px - 0.12rem + 0.16rem);
}

.index .wrap_04 .n_list li a .con span {
  color: #474747;
  font-size: calc(10px - 0.12rem + 0.14rem);
  border-bottom: 1px solid #ccc;
}

.index .wrap_04 .n_list li a:hover .time {
  background: #ff6600;
}

.index .wrap_04 .n_list li a:hover .time h6 {
  color: #fff;
}

.index .wrap_04 .n_list li a:hover .time p {
  color: #fff;
}

.index .wrap_04 .n_list li a:hover .con h6 {
  color: #ff6600;
}

.index .wrap_05 {
  background: #f1f1f1;
  padding-bottom: 0.9rem;
}

.index .wrap_05 .m_box {
  position: relative;
  padding: 0 0.5rem;
}

.index .wrap_05 .m_box .btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  color: #ff6600;
}

.index .wrap_05 .m_box .prev_btn {
  left: 0;
}

.index .wrap_05 .m_box .next_btn {
  right: 0;
}

.down .main_box {
  padding: 0.55rem 0;
}

.down .main_box .d_list li {
  display: flex;
  align-items: center;
  height: 0.5rem;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.down .main_box .d_list li span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
}

.down .main_box .d_list li:hover span {
  color: #ff6600;
}

.down .main_box .d_list li:hover a .im1 {
  display: none;
}

.down .main_box .d_list li:hover a .im2 {
  display: inline-block;
}

.down .main_box .d_list li a .im2 {
  display: none;
}

.case_list .pub_r_con .c_list li {
  margin-bottom: 0.3rem;
}

.case_list .pub_r_con .c_list li a {
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
}

.case_list .pub_r_con .c_list li a:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
}

.case_list .pub_r_con .c_list li a:hover .time_box h5 {
  color: #ff6600;
}

.case_list .pub_r_con .c_list li a:hover .time_box P {
  color: #ff6600;
}

.case_list .pub_r_con .c_list li a:hover .des_box h6 {
  color: #ff6600;
}

.case_list .pub_r_con .c_list li a .pic_box {
  width: 2.4rem;
}

.case_list .pub_r_con .c_list li a .pic_box img {
  width: 100%;
}

.case_list .pub_r_con .c_list li a .time_box {
  text-align: center;
}

.case_list .pub_r_con .c_list li a .time_box h5 {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.case_list .pub_r_con .c_list li a .time_box p {
  color: #666;
  margin-top: 0.1rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.case_list .pub_r_con .c_list li a .des_box {
  width: 4rem;
}

.case_list .pub_r_con .c_list li a .des_box h6 {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-bottom: 0.2rem;
}

.case_list .pub_r_con .c_list li a .des_box p {
  color: #555555;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product_details .main_wrap {
  padding: 0.5rem 0;
}

.product_details .main_wrap .pic_show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product_details .main_wrap .pic_show .sh_l {
  width: 7rem;
  display: flex;
  justify-content: space-between;
}

.product_details .main_wrap .pic_show .small_swiper {
  height: 3.2rem;
}

.product_details .main_wrap .pic_show .small_swiper .swiper-slide {
  width: 1.05rem;
  border: 1px solid #eee;
  text-align: center;
}

.product_details .main_wrap .pic_show .small_swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.product_details .main_wrap .pic_show .small_swiper .small_on {
  border: solid 1px #ff6600;
}

.product_details .main_wrap .pic_show .big_swiper {
  width: 5rem;
  border: 1px solid #eee;
}

.product_details .main_wrap .pic_show .big_swiper .swiper-slide {
  text-align: center;
}

.product_details .main_wrap .pic_show .big_swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.product_details .main_wrap .pic_show .sh_r {
  width: 4rem;
}

.product_details .main_wrap .pic_show .sh_r h1 {
  margin-bottom: 0.2rem;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.product_details .main_wrap .pic_show .sh_r p {
  color: #555555;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
}

.product_details .main_wrap .pic_show .sh_r .share {
  margin-top: 0.2rem;
}

.product_details .main_wrap .pic_show .sh_r .dl_box {
  margin-top: 0.2rem;
  display: flex;
}

.product_details .main_wrap .pic_show .sh_r .dl_box a {
  width: 1.5rem;
  height: 0.4rem;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-right: 0.15rem;
}

.product_details .main_wrap .pic_show .sh_r .dl_box a:hover {
  opacity: 0.3;
}

.product_details .main_wrap .des_box {
  margin-top: 0.6rem;
}

.product_details .main_wrap .des_box .tit {
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #ff6600;
  padding-left: 0.26rem;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: 0.3rem;
}

.product_details .main_wrap .des_box .d_c {
  color: #555555;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.6;
  padding-left: 0.26rem;
  padding-right: 0.26rem;
}

.news_details .main_wrap {
  padding-bottom: 0.7rem;
}

.news_details .main_wrap .tit_box {
  padding: 0.55rem 0;
}

.news_details .main_wrap .tit_box h6 {
  font-size: calc(12px - 0.12rem + 0.18rem);
  text-align: center;
  color: #333333;
  font-family: "pb";
}

.news_details .main_wrap .tit_box p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  text-align: center;
  margin-top: 0.15rem;
}

.news_list .pub_r_con .c_list li {
  margin-bottom: 0.3rem;
}

.news_list .pub_r_con .c_list li a {
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
}

.news_list .pub_r_con .c_list li a:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
}

.news_list .pub_r_con .c_list li a:hover .time_box h5 {
  color: #ff6600;
}

.news_list .pub_r_con .c_list li a:hover .time_box span {
  color: #ff6600;
  border: solid 1px #ff6600;
}

.news_list .pub_r_con .c_list li a:hover .des_box h6 {
  color: #ff6600;
}

.news_list .pub_r_con .c_list li a:hover .des_box p {
  color: #ff6600;
}

.news_list .pub_r_con .c_list li a .pic_box {
  width: 30%;
}

.news_list .pub_r_con .c_list li a .pic_box img {
  width: 100%;
}

.news_list .pub_r_con .c_list li a .time_box {
  text-align: center;
}

.news_list .pub_r_con .c_list li a .time_box h5 {
  color: #555;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.news_list .pub_r_con .c_list li a .time_box span {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ffffff;
  border-radius: 0.15rem;
  border: solid 1px #bfbfbf;
  margin-top: 0.5rem;
  color: #bfbfbf;
}

.news_list .pub_r_con .c_list li a .des_box {
  width: 50%;
}

.news_list .pub_r_con .c_list li a .des_box h6 {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-bottom: 0.2rem;
}

.news_list .pub_r_con .c_list li a .des_box p {
  color: #555555;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.feedback .main_wrap {
  background-image: url("../images/14.png");
  background-size: cover;
  padding: 0.8rem 0;
}

.feedback .main_wrap .layout1 {
  padding-bottom: 0.6rem;
  background: #fff;
}

.feedback .main_wrap .row {
  padding: 0.4rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feedback .main_wrap .row .item {
  width: 48%;
  margin-bottom: 0.4rem;
}

.feedback .main_wrap .row .item span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333333;
  margin-bottom: 0.15rem;
  display: block;
}

.feedback .main_wrap .row .item .inp {
  border: solid 1px #eeeeee;
  display: flex;
  align-items: center;
}

.feedback .main_wrap .row .item .inp input {
  width: 80%;
  height: 0.4rem;
  border: none;
  padding-left: 0.2rem;
}

.feedback .main_wrap .sub {
  text-align: center;
}

.feedback .main_wrap .sub input {
  display: inline-block;
  width: 2.12rem;
  height: 0.5rem;
  background-color: #ff6600;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  border: none;
}

.contact .main_wrap {
  padding: 0.8rem 0;
}

.contact .main_wrap .layout1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .main_wrap .layout1 .l_box {
  width: 35%;
}

.contact .main_wrap .layout1 .l_box .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}

.contact .main_wrap .layout1 .l_box .item span {
  color: #666666;
  margin-left: 0.18rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
}

.contact .main_wrap .layout1 .r_box {
  width: 60%;
}

.contact .main_wrap .layout1 .r_box input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #777777;
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: 0.55rem;
}

.contact .main_wrap .layout1 .r_box input:focus {
  border-bottom: 1px solid #ff6600;
}

.contact .main_wrap .layout1 .r_box textarea {
  padding-top: 0.2rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #777777;
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: 1rem;
  margin-bottom: 0.3rem;
  outline: none;
}

.contact .main_wrap .layout1 .r_box textarea:focus {
  border-bottom: 1px solid #ff6600;
}

.contact .main_wrap .layout1 .r_box .sub input {
  width: 100%;
  background-color: #ff6600;
  color: #fff;
}

.about_us .main_wrap {
  padding-bottom: 0.8rem;
}

.about_us .main_wrap .layout1 .item .tit {
  text-align: center;
  font-family: "pb";
  padding: 0.35rem 0;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.about_us .main_wrap .layout1 .item img {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.product_list .main_wrap .pub_r_con .p_list {
  display: flex;
  flex-wrap: wrap;
}

.product_list .main_wrap .pub_r_con .p_list li {
  margin-bottom: 50px;
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.product_list .main_wrap .pub_r_con .p_list li:nth-child(3n+3) {
  margin-right: 0;
}

.product_list .main_wrap .pub_r_con .p_list li a {
  display: block;
  text-align: center;
}

/*      .product_list .main_wrap .pub_r_con .p_list li a:hover .pic_box .pop_box {
        opacity: 1; }
      .product_list .main_wrap .pub_r_con .p_list li a:hover .pic_box img {
        transform: scale(1.1); }
      .product_list .main_wrap .pub_r_con .p_list li a:hover p {
        color: #ff6600; }*/
.product_list .main_wrap .pub_r_con .p_list li a .trans-show {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 100%;
  max-width: 140px;
  border-radius: 100px;
  background: #ff6600;
  margin: 0 auto;
  height: 0;
  transition: 0.3s;
  margin-top: 0.2rem;
}

.product_list .main_wrap .pub_r_con .p_list li a:hover .trans-show {
  height: 0.4rem;
  line-height: 0.4rem;
}

.product_list .main_wrap .pub_r_con .p_list li a:hover {
  box-shadow: 0 0 7px #e4e4e4;
  padding-bottom: 0.2rem;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box img {
  transition: 0.3s;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 102, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box span {
  display: inline-block;
  width: 137px;
  height: 43px;
  background-color: #ffffff;
  text-align: center;
  line-height: 43px;
  color: #ff6600;
  font-size: 14px;
}

.product_list .main_wrap .pub_r_con .p_list li a p {
  font-family: "pb";
  margin-top: 20px;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.product_inquiry .main_box {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_inquiry .main_box form {
  width: 57.3%;
  overflow: hidden;
  padding-right: 0.25rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_inquiry .main_box form .rows {
  padding: 0.1rem 0;
}

.product_inquiry .main_box form .input_rows {
  width: 48%;
}

.product_inquiry .main_box form .input_rows label {
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: block;
  padding-bottom: 0.1rem;
}

.product_inquiry .main_box form .input_rows label span {
  color: red;
}

.product_inquiry .main_box form .input_rows input {
  width: 100%;
  border-radius: 5px;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #888;
  text-indent: 5px;
  border: 1px #cbcecd solid;
}

.product_inquiry .main_box form .textarea_rows {
  width: 100%;
}

.product_inquiry .main_box form .textarea_rows label {
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: block;
  padding-bottom: 0.1rem;
}

.product_inquiry .main_box form .textarea_rows label span {
  color: red;
}

.product_inquiry .main_box form .textarea_rows textarea {
  width: 100%;
  height: 1.2rem;
  border-radius: 5px;
  padding: 5px;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #888;
}

.product_inquiry .main_box form .ewm_rows {
  width: 100%;
  margin-bottom: 0.2rem;
}

.product_inquiry .main_box form .ewm_rows label {
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: block;
  padding-bottom: 0.1rem;
}

.product_inquiry .main_box form .ewm_rows label span {
  color: red;
}

.product_inquiry .main_box form .ewm_rows .vcode {
  display: flex;
}

.product_inquiry .main_box form .ewm_rows .vcode input {
  width: 1rem;
  border-radius: 5px;
  height: 0.35rem;
  line-height: 0.35rem;
  border: 1px #cbcecd solid;
  text-indent: 5px;
}

.product_inquiry .main_box form .ewm_rows .vcode img {
  height: 0.35rem;
  margin-left: 0.15rem;
}

.product_inquiry .main_box form .sub_rows {
  width: 100%;
}

.product_inquiry .main_box form .sub_rows input {
  width: 1.6rem;
  height: 0.5rem;
  background: #ff6600;
  border-radius: 5px;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  border: none;
    cursor: pointer;
}

.product_inquiry .main_box .right_product {
  width: 38%;
}

.product_inquiry .main_box .right_product .product_info {
  display: flex;
  padding: 0.1rem;
  border-bottom: 1px solid #eee;
}

.product_inquiry .main_box .right_product .product_info .pic_box a {
  display: block;
  width: 1.2rem;
  text-align: center;
  vertical-align: middle;
}

.product_inquiry .main_box .right_product .product_info .tet_box {
  margin-left: 0.3rem;
}

.product_inquiry .main_box .right_product .product_info .tet_box h6 {
  margin-bottom: 0.05rem;
}

.product_inquiry .main_box .right_product .product_info .tet_box h6 a {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  font-family: "pb";
}

.product_inquiry .main_box .right_product .product_info .tet_box h6 a:hover {
  text-decoration: underline;
}

.product_inquiry .main_box .right_product .product_info .tet_box p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
}

.product_inquiry .main_box .right_product .product_info .remov_box {
  margin-top: 0.1rem;
  cursor: pointer;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.product_inquiry .main_box .right_product .product_info .remov_box i {
  display: inline-block;
  margin-right: 0.05rem;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.inquiry .main_box {
  background: #fafafa;
  padding: 0.8rem 0;
}

.inquiry .main_box form {
  background: #fff;
  padding: 0 0.6rem 0.8rem;
}

.inquiry .main_box form h6 {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #000000;
  padding: 0.6rem 0;
  font-family: "pb";
  text-align: center;
}

.inquiry .main_box form .inp_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.inquiry .main_box form .inp_c input {
  width: 48%;
  height: 0.6rem;
  background-color: #fafafa;
  border: none;
  color: #999999;
  padding-left: 0.25rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.inquiry .main_box form .tet_c {
  margin-bottom: 0.25rem;
}

.inquiry .main_box form .tet_c textarea {
  height: 2.6rem;
  background-color: #fafafa;
  width: 100%;
  border: none;
  outline: none;
  padding: 0.25rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #999999;
}

.inquiry .main_box form .yzm {
  display: flex;
  align-items: center;
}

.inquiry .main_box form .yzm input {
  width: 2.6rem;
  height: 0.6rem;
  background-color: #fafafa;
  border: none;
  color: #999999;
  padding-left: 0.25rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.inquiry .main_box form .yzm .img {
  margin-left: 0.2rem;
}

.inquiry .main_box form .yzm .img img {
  height: 0.4rem;
}

.inquiry .main_box form .sub {
  margin-top: 0.6rem;
}

.inquiry .main_box form .sub input {
  display: block;
  margin: 0 auto;
  width: 1.6rem;
  height: 0.4rem;
  background-color: #ff6600;
  border-radius: 0.2rem;
  border: none;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #fff;
}

@media screen and (max-width: 1220px) {
  .index .wrap_01 .item .i_r {
    padding: 0 0.3rem;
  }
  .header .layout .h_l {
    width: auto;
  }
  .header .layout .hr {
    width: auto;
  }
  .header .list {
    margin-right: 14px;
    display: block;
  }
  .header .list img {
    width: 30px;
  }
  body {
    padding-top: 1rem !important;
  }
  .header .layout {
    height: 1rem;
  }
  .header .layout .hr nav {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow: auto;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    z-index: 100;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: all 0.3s;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .layout .hr nav ul {
    height: auto;
  }
  .header .layout .hr nav.nav_on {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .header .layout .hr nav ul li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  .header .layout .hr nav ul li .first_menu {
    height: 60px;
    display: flex;
    align-items: center;
    width: 130px;
  }
  .header .layout .hr nav ul li .second_menu {
    position: relative;
    transform: translateX(0);
    box-shadow: none;
    left: 0;
    padding: 0;
  }
  .header .layout .hr nav ul li .iconfont {
    top: 16px;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .header .layout .hr nav ul li .iconfont.on {
    transform: rotateZ(-180deg);
  }
  .header .layout .hr nav ul li .second_menu a {
    text-align: left;
    display: block;
    line-height: 55px;
  }
  .header .layout .hr nav ul li .second_menu a:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .news_list .pub_r_con .c_list li a .des_box {
    width: 45%;
  }
  .news_list .pub_r_con .c_list li a .pic_box {
    width: 35%;
  }
  .news_list .pub_r_con .c_list li a .time_box h5 {
    font-size: 16px;
  }
  .news_list .pub_r_con .c_list li a {
    align-items: flex-start;
    padding: 10px;
  }
  .news_list .pub_r_con .c_list li a .des_box h6 {
    margin-bottom: 5px;
  }
  .news_list .pub_r_con .c_list li a .des_box p {
    -webkit-line-clamp: 2;
    height: 3.2em;
  }
  .index .wrap_04 .n_list li a .con {
    width: 200px;
  }
  .product_details .main_wrap .pic_show .big_swiper {
    width: 4rem;
  }
  #global_win_alert.responsive_win_alert #alert_continue {
    max-width: 100% !important;
  }
  #global_win_alert.responsive_win_alert #alert_inquery {
    max-width: 100% !important;
    margin-top: 15px;
  }
  .pub_main .pub_l_menu .hot_pro {
    display: none;
  }
  .product_inquiry .main_box .right_product {
    width: 100%;
  }
  .index .wrap_05 {
    padding-bottom: 20px;
  }
  .index .wrap_04 .n_list li {
    width: 100%;
  }
  .index .wrap_04 .n_list li a .time {
    width: 160px;
    height: 100px;
  }
  .index .wrap_04 .n_list li a .con h6 {
    font-size: 16px;
  }
  .index .wrap_04 .n_list li a .con p {
    font-size: 12px;
  }
  .index .wrap_03 .layout .m_box .l_l h6 {
    font-size: 18px;
  }
  .index .p_tit h6 {
    font-size: 20px;
  }
  .index .p_tit {
    padding: 25px 0;
  }
  .index .wrap_03 .layout .m_box .l_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .wrap_03 .layout .m_box .l_r {
    width: 100%;
  }
  .index .wrap_01 .item {
    width: 50%;
  }
  .index .wrap_01 .item .i_r h6 {
    font-size: 14px;
  }
  .index .wrap_02 .p_list li {
    width: 49%;
    margin-right: 2%;
  }
  .index .wrap_02 .p_list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .index .banner_wrap .swiper-slide .tet p {
    font-size: 16px;
  }
  .index .banner_wrap .swiper-slide .tet h4 {
    font-size: 18px;
  }
  .index .banner_wrap .swiper-slide .tet .line {
    width: 40px;
    height: 5px;
    margin: 10px 0;
  }
  .inquiry .main_box form .sub input {
    width: 100px;
    height: 35px;
  }
  .inquiry .main_box form .yzm .img img {
    height: 40px;
  }
  .inquiry .main_box form .yzm input {
    height: 40px;
  }
  .inquiry .main_box form .inp_c input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
  }
  .inquiry .main_box form {
    padding: 0 10px 30px;
  }
  .inquiry .main_box form h6 {
    padding: 20px 0;
  }
  .product_inquiry .main_wrap .layout1 form .ewm_rows .vcode input {
    height: 30px;
    line-height: 30px;
    width: 80px;
  }
  .product_inquiry .main_wrap .layout1 form .input_rows input {
    height: 30px;
    line-height: 30px;
  }
  .product_inquiry .main_wrap .layout1 form .ewm_rows .vcode img {
    height: 30px;
  }
  .product_inquiry .main_wrap .layout1 form {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .product_inquiry .main_wrap .layout1 .product_info {
    width: 100%;
  }
  .product_details .main_wrap .des_box .tit {
    height: 40px;
    line-height: 40px;
  }
  .product_details .main_wrap .pic_show .sh_l {
    width: 100%;
  }
  .product_details .main_wrap .pic_show .sh_r {
    width: 100%;
  }
  .product_details .main_wrap .pic_show .sh_l {
    margin-bottom: 45px;
  }
  .product_details .main_wrap .pic_show .sh_r .dl_box a {
    width: 120px;
    height: 30px;
  }
  .news_list .pub_r_con .c_list li a .time_box span {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .case_list .pub_r_con .c_list li a .time_box h5 {
    font-size: 18px;
  }
  .case_list .pub_r_con .c_list li a .time_box p {
    font-size: 16px;
  }
  .case_list .pub_r_con .c_list li a .pic_box {
    width: 30%;
  }
  .case_list .pub_r_con .c_list li a .des_box {
    width: 50%;
  }
  .pub_main .pub_l_menu .phone_btn {
    display: block;
  }
  .cur_box .layout1 {
    height: 60px;
  }
  header .layout .r_box .lang_switch a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .product_list .main_wrap .pub_r_con .p_list {
    justify-content: space-between;
  }
  .product_list .main_wrap .pub_r_con .p_list li {
    width: 48%;
  }
  .product_list .main_wrap .pub_r_con .p_list li {
    margin-right: 0;
  }
  .pub_main .pub_r_con {
    width: 100%;
  }
  .pub_main .pub_l_menu {
    transition: 0.32s;
    -moz-transition: 0.32s;
    /* Firefox 4 */
    -webkit-transition: 0.32s;
    /* Safari 和 Chrome */
    -o-transition: 0.32s;
    /* Opera */
    position: fixed;
    z-index: 5;
    background: #fff;
    width: 50%;
    top: calc(30% + 40px);
    left: -100%;
  }
  .pub_main .pub_l_menu.show_on {
    left: 0;
  }
  .pub_main .pub_l_menu .item .fir {
    height: 40px;
    padding: 0 10px;
  }
  .pub_main .pub_l_menu .item .second_menu a {
    line-height: 40px;
  }
  .about_us .main_wrap .layout1 .item img {
    margin: 0;
  }
  .banner_wrap h6 {
    font-size: 22px;
  }
  .contact .main_wrap .layout1 .l_box {
    width: 100%;
  }
  .contact .main_wrap .layout1 .r_box input {
    height: 50px;
  }
  .contact .main_wrap .layout1 .r_box {
    width: 100%;
  }
  .page_box {
    margin: 20px 0;
  }
  .feedback .main_wrap .row .item {
    width: 100%;
  }
  .feedback .main_wrap .row .item .inp input {
    height: 40px;
  }
  .page_box ul li a {
    width: 35px;
    height: 35px;
  }
  .down .main_box .d_list li {
    height: 40px;
  }
  .header .search .txt {
    width: 100px;
  }
  .copyright .layout {
    line-height: 30px;
    height: auto;
    padding: 10px 0;
  }
  .copyright ul {
    float: inherit;
  }
  .copyright h4 {
    position: relative;
  }
  .layout {
    padding: 0 3%;
  }
  .footer {
    padding-top: 30px;
  }
  .f_l {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .f_l dl {
    width: 100%;
    text-align: left;
    float: none;
  }
  .f_l dl dt {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #b7b7b7;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .f_l dl dt:before {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
    background: url(../images/bl.png) center no-repeat;
  }
  .f_l dl.active dt:before {
    content: "";
    font-size: 14px;
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/br.png) center no-repeat;
  }
  .f_l dl dd {
    display: none;
  }
  .fewm {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .fewm h3 {
    display: none;
  }
  .copy {
    margin-top: 20px;
  }
  .main1 .main1_l {
    width: 100%;
  }
  .main1 .main1_r {
    width: 100%;
    padding-left: 0;
  }
  .main1 .main1_l .visit p {
    margin-top: 30px;
  }
  .main1 .main1_l .smile {
    margin-top: 50px;
  }
  .main1 .main1_l .visit .Lr {
    width: 15px;
    height: 260px;
  }
  .main1 .main1_l .visit .Lb {
    height: 15px;
  }
  .main1 .main1_l .smile em {
    margin-left: 0;
    height: 60px;
  }
  .main1 .main1_l .smile a {
    margin: 20px auto;
  }
  .main1 .main1_r .pic {
    margin-top: 30px;
  }
  .main1 {
    padding-bottom: 30px;
    margin-bottom: 0;
    background-size: cover;
  }
  .main2 {
    padding-top: 60px;
  }
  .some_box .some li:last-child {
    margin-bottom: 0;
  }
  .company .company_l {
    width: 100%;
  }
  .company .company_r {
    width: 100%;
  }
  .subs_box .search .txt {
    width: 60%;
  }
  .subs_box .search .submit {
    width: 40%;
  }
  .subs_box .subs {
    width: 100%;
  }
  .company .company_r .yue {
    margin-top: 35px;
  }
  .main3_box {
    padding-bottom: 30px;
  }
}
.news_details .main_wrap .a2a_kit {
  text-align: center !important;
  margin-top: 0.3rem !important;
}

.news_details .main_wrap .a2a_default_style a {
  display: inline-block !important;
  float: inherit !important;
}

.news_details .main_wrap .a2a_dd {
  display: inline-block !important;
  float: inherit !important;
}

.honor .main_wrap {
  padding-top: 0.4rem;
}

.honor .honor_list {
  display: flex;
  flex-wrap: wrap;
}
.honor .honor_list .honor_i {
  width: 24.1666666667%;
  margin-right: 1.0833333333%;
  margin-bottom: 0.1rem;
  text-align: center;
  border: 1px solid rgba(134, 138, 141, 0.4);
  cursor: pointer;
  transition: all 0.3s;
}
.honor .honor_list .honor_i:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.honor .honor_list .honor_i:nth-child(4n) {
  margin-right: 0;
}
.honor .honor_list .honor_i .img {
  padding-top: 100%;
  position: relative;
}
.honor .honor_list .honor_i .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 75%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.honor .honor_list .honor_i .name {
  padding: 0.2rem 0;
}
@media (max-width: 900px) {
  .honor .honor_list {
    justify-content: space-between;
  }
  .honor .honor_list .honor_i {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.error-message{color:#f00;}

.des_box {
    font-size:16px;
    line-height:1.8;
    word-wrap:break-word;
    margin-bottom:30px;
    text-align:justify
}

@media (max-width:768px) {
    .des_box {
        line-height:1.75
    }
}

.des_box img {
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
    border-radius:8px
}

.des_box hr {
    margin:50px auto;
    width:100px;
    border-top-color:#eee
}

@media (max-width:768px) {
    .des_box hr {
        margin:25px auto
    }
}

.des_box h2,
.des_box h3,
.des_box h4,
.des_box h5 {
    padding:0;
    margin:25px 0;
    font-weight:bold
}

@media (max-width:544px) {
    .des_box h2 {
        font-size:18px
    }
}

@media (max-width:544px) {
    .des_box h3 {
        font-size:14px
    }
}

@media (max-width:544px) {
    .des_box h4 {
        font-size:14px
    }
}

.des_box ul,
.des_box ol {
    margin:0 0 25px 28px
}

.des_box ul {
    list-style:none
}

@media (max-width:544px) {
    .des_box ul {
        margin-left:0
    }
}

.des_box ul li {
    padding-left:18px;
    position:relative
}

.des_box ul li:before {
    content:"";
    position:absolute;
    top:11px;
    left:0;
    width:6px;
    height:6px;
    border-radius:10px;
    background-color:#00a4ff
}

.des_box ol {
    margin-left:46px;
    list-style:decimal
}

.des_box li {
    margin-bottom:8px
}

.des_box p {
    margin-bottom:10px;
    word-wrap:break-word
}

.des_box code {
    position:relative;
    top:-2px;
    display:inline-block;
    word-wrap:break-word;
    font-size:12px;
    background-color:#272822;
    color:#eee;
    padding:0 8px;
    border-radius:4px
}

.des_box pre {
    word-wrap:break-word
}

.des_box pre code {
    top:0;
    display:block;
    font-size:inherit;
    background-color:rgba(0, 0, 0, 0);
    color:inherit;
    padding:0;
    border-radius:0
}

.des_box table {
    font-size:14px;
    border-top:solid 1px #f0f0f0;
    border-left:solid 1px #f0f0f0;
    width:100%;
    margin-bottom:25px
}

.des_box table th {
    background-color:#fbfbfb;
    text-align:center
}

.des_box table td,
.des_box table th {
    border-bottom:solid 1px #f0f0f0;
    border-right:solid 1px #f0f0f0;
    padding:6px 12px
}

.des_box a {
    color:#00a4ff;
    text-decoration:underline
}

.des_box a:hover {
    color:#008ad6;
    text-decoration:underline
}

.des_box pre {
    margin:25px 0;
    background:#282c34;
    padding:15px 20px;
    color:#f8f8f2;
    border:none;
    line-height:1.5;
    font-size:14px;
    border-radius:5px
}

.des_box blockquote {
    margin:25px 0;
    padding:20px 20px 10px;
    font-size:15px;
    color:#999;
    background-color:#f8f8f8;
    border-left:4px solid #ddd
}

.des_box blockquote p {
    margin:0;
    padding:0;
    margin-bottom:10px
}