@charset "UTF-8";

@font-face {
  font-family: "ob";
  src: url("../font/font.woff2") format("woff2"), url("../font/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pb";
  src: url("../font/PierSans-Bold.woff2") format("woff2"), url("../font/PierSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'ob';
}
img{
  object-fit: contain;
}

.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: .32s;
  -moz-transition: .32s;
  /* Firefox 4 */
  -webkit-transition: .32s;
  /* Safari 和 Chrome */
  -o-transition: .32s;
  /* Opera */
}

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

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

.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: .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: .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: .4rem;
  height: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(12px - 0.12rem + 0.22rem);
  color: #fff;
  margin-left: .1rem;
}

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

.pub_a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  width: 1.6rem;
  height: .4rem;
  border-radius: .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: .6rem 0;
}

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

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

.page_box ul li a {
  width: .4rem;
  height: .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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-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: .6rem;
  align-items: center;
  display: flex;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 img {
  margin-right: .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 .1rem;
}

.pub_main {
  display: flex;
  justify-content: space-between;
  padding: .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;
  min-height: .6rem;
  align-items: center;
}

.pub_main .pub_l_menu .item .fir a{
  padding: .05rem 0;
}

.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: .5rem;
  display: block;
  border-bottom: 1px solid #eee;
  padding-left: .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: .6rem
}

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

.pub_main .pub_l_menu .hot_pro .list {
  display: block;
  padding: .15rem .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{
  padding-top: 100%;
  position: relative;
}
.pub_main .pub_l_menu .hot_pro .list .item .pic img {
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: contain;
}

.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: .12rem;
  padding-right: .24rem;
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  background: url('http://t224.web.ueeshop.com/static/themes/t224/images/view_more_icon.png') no-repeat center right 2px;
  font-size: 16px;
  color: #000;
  text-indent: 4px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  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: .6rem;
}

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

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

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

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

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

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

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

.curmber_box .layout .r .first_menu {
  height: .6rem;
  line-height: .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%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .2rem .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: .6rem 0;
}

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

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

.page_box ul li a {
  width: .4rem;
  height: .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: .1rem 0;
  text-transform: uppercase;
}

.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;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  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: 1.5;
  border-bottom: 1px solid #f1f1f1;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.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: .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 .1rem;
}

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

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

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

.index .banner_wrap .swiper-slide {
  position: relative;
}

.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: .12rem;
  background-color: #ff6600;
  margin: .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%;
  /* width: 33%; */
  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 {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  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 .6rem; */
  padding: 0 .2rem;
  width: 50%;
}

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

.index .wrap_01 .item .i_r img {
  width: .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: .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 .3rem;
}

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

.index .wrap_02 .p_list li a .tet_box {
  padding: .4rem .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: .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 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  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: .6rem 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: .1rem 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: .48rem;
  background-color: #ff6600;
  border-radius: .24rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #ffffff;
  margin-top: .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: .6rem;
  margin-bottom: .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: .1rem;
  width: 5rem;
  flex: 1; overflow: hidden;
}

.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: .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: .9rem;
}

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

.index .wrap_05 .m_box .btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  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: .55rem 0;
}

.down .main_box .d_list li {
  display: flex;
  align-items: center;
  height: .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: .3rem;
}

.case_list .pub_r_con .c_list li a {
  padding: .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: .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: .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: .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;
  display: flex; align-items: center; justify-content: center;
}

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

.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;
  display: flex; align-items: center; justify-content: center;
}

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

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

.product_details .main_wrap .pic_show .sh_r h6 {
  margin-bottom: .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: .2rem;
}

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

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

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

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

.product_details .main_wrap .des_box .tit {
  height: .4rem;
  line-height: .4rem;
  background-color: #ff6600;
  padding-left: .26rem;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: .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: .26rem;
  padding-right: .26rem;
}

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

.news_details .main_wrap .tit_box {
  padding: .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: .15rem;
}

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

.news_list .pub_r_con .c_list li a {
  padding: .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: .3rem;
  height: .3rem;
  background-color: #ffffff;
  border-radius: .15rem;
  border: solid 1px #bfbfbf;
  margin-top: .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: .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: .8rem 0;
}

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

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

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

.feedback .main_wrap .row .item span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333333;
  margin-bottom: .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: .4rem;
  border: none;
  padding-left: .2rem;
}

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

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

.contact .main_wrap {
  padding: .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: .4rem;
}

.contact .main_wrap .layout1 .l_box .item span {
  color: #666666;
  margin-left: .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: .55rem;
}

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

.contact .main_wrap .layout1 .r_box textarea {
  padding-top: .2rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #777777;
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: 1rem;
  margin-bottom: .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: .8rem;
}

.about_us .main_wrap .layout1 .item .tit {
  text-align: center;
  font-family: 'pb';
  padding: .35rem 0;
  font-size: calc(12px - 0.12rem + 0.18rem);
}
.about_us .main_wrap .layout1 .item .con{
  line-height: 2;
  font-size: calc(12px - 0.14rem + 0.18rem);
}
.about_us .main_wrap .layout1 .item img {
  margin-right: .3rem;
  margin-bottom: .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: .3s;
  margin-top: .2rem;
}

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

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

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

.product_list .main_wrap .pub_r_con .p_list li a .pic_box img {
  transition: .3s;
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: contain;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box {
  transition: .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: .5rem;
  padding-bottom: .5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.product_inquiry .main_box form .rows {
  padding: .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: .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: .4rem;
  line-height: .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: .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: .2rem;
}

.product_inquiry .main_box form .ewm_rows label {
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: block;
  padding-bottom: .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: .35rem;
  line-height: .35rem;
  border: 1px #cbcecd solid;
  text-indent: 5px;
}

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

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

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

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

.product_inquiry .main_box .right_product .product_info {
  display: flex;
  padding: .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: .3rem;
}

.product_inquiry .main_box .right_product .product_info .tet_box h6 {
  margin-bottom: .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: .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: .05rem;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

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

.inquiry .main_box form {
  background: #fff;
  padding: 0 .6rem .8rem;
}

.inquiry .main_box form h6 {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #000000;
  padding: .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: .25rem;
}

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

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

.inquiry .main_box form .tet_c textarea {
  height: 2.6rem;
  background-color: #fafafa;
  width: 100%;
  border: none;
  outline: none;
  padding: .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: .6rem;
  background-color: #fafafa;
  border: none;
  color: #999999;
  padding-left: .25rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

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

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

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

.inquiry .main_box form .sub input {
  display: block;
  margin: 0 auto;
  width: 1.6rem;
  height: .4rem;
  background-color: #ff6600;
  border-radius: .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 .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 .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;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: none;
    left: 0;
    padding: 0;
  }

  .header .layout .hr nav ul li .iconfont {
    top: 16px;
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
  }

  .header .layout .hr nav ul li .iconfont.on {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    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; */
    width: 100px;
    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: .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: .32s;
    -moz-transition: .32s;
    /* Firefox 4 */
    -webkit-transition: .32s;
    /* Safari 和 Chrome */
    -o-transition: .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;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .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;
  }
}

@media (max-width: 500px) {
  .index .wrap_01 .item{
    width: 100%;
    height: auto;
    padding: 5px 10px;
  }
  .index .wrap_01 .item .i_l{
    width: 150px; height: 150px;
    background: #fff;
  }
  .index .wrap_01 .item .i_l img{
    width: 100%; height: 100%; object-fit: contain;
  }
  .index .wrap_01 .item .i_r{
    width: auto;
    flex: 1;
  }
}
.news_details .main_wrap .a2a_kit {
  text-align: center !important;
  margin-top: .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;
}
.upper{
  text-transform: uppercase;
}