@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}


body {
  background: #fff;
}

a, a:hover {
  color: #333;
}

html {
  font-size: 100px;
}

.hide_banner {
  width: 50%;
  display: block !important;
}

/*@font-face {*/
  /*font-family: "pinghei1";*/
  /*src: url("?Public/pinghei/PingFang Regular.ttf");*/
  /*src: url("?Public/pinghei/PingFang Bold.ttf");*/
  /*src: url("?Public/pinghei/PingFang ExtraLight.ttf");*/
  /*src: url("?Public/pinghei/PingFang Light.ttf");*/
  /*src: url("?Public/pinghei/PingFang Medium.ttf");*/
/*}*/

/* 平方 - 特粗 */
/*@font-face {*/
  /*font-family: "bolder";*/
  /*src: url("?Public/pinghei/PingFang Heavy.ttf");*/
/*}*/

/* 平方-常规 */
/*@font-face {*/
  /*font-family: "reguler";*/
  /*src: url("?Public/pinghei/PingFang Regular.ttf");*/
/*}*/

/* 平方 - 加粗 */
/*@font-face {*/
  /*font-family: "bold";*/
  /*src: url("?Public/pinghei/PingFang Bold.ttf");*/
/*}*/

/* 平方 - 特细 */
/*@font-face {*/
  /*font-family: "extra_see";*/
  /*src: url("?Public/pinghei/PingFang ExtraLight.ttf");*/
/*}*/

/* 平方 - 细体 */
/*@font-face {*/
  /*font-family: "see";*/
  /*src: url("?Public/pinghei/PingFang Light.ttf");*/
/*}*/

/* 平方 - 中等加粗 */
/*@font-face {*/
  /*font-family: "c_blod";*/
  /*src: url("?Public/pinghei/PingFang Medium.ttf");*/
/*}*/

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "pinghei";
}

input {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*解决ios上按钮的圆角问题*/
  border-radius: 0;
  /*解决ios上输入框圆角问题*/
  outline: medium;
  /*去掉鼠标点击的默认黄色边框*/
  background-color: transparent;
}

body {
  width: 100%;
  overflow-x: hidden;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  display: block;
  width: 100%;
}

.crumbs .wrap .list .li:last-child a {
  color: #333333;
  font-weight: normal;
  font-family: 'bold';
}

.container {
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
}

.banner {
  width: 100%;
  overflow: hidden;
  display: block;
}

.banner_h5 {
  display: none;
}

.banner img {
  width: 100%;
}

.bathub_details .product_swiper .h5_main {
  display: none !important;
}

.bathub_details .product_swiper .pc_main {
  display: block;
}

.header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

body {
  padding-top: 90px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .container .nav .li .jump {
    font-size: .12rem !important;
  }
}

@media screen and (max-width: 1024px) {
    
    

  .fa-angle-left:before {
    content: "\f104" !important;
  }

  .fa-angle-right:before {
    content: "\f105" !important;
  }


  .bathub_details .product_swiper .h5_main {
    display: block !important;
  }

  .bathub_details .product_swiper .pc_main {
    display: none !important;
  }

  .bathub_details .product_swiper .h5_main {
    padding: 0 !important;
  }
  .bathub_details .product_swiper .h5_main .wrap {
    width: 100%;
    margin: auto;
    padding-top: 0rem;
  }
  .bathub_details .product_swiper .h5_main .wrap .swiper-container {
    max-width: 100%;
    margin: auto;
    width: 100%;
  }
  .bathub_details .product_swiper .h5_main .wrap  .swiper-pagination-bullet-active {
    background: #e94709;
  }
  .bathub_details .product_swiper .h5_main .wrap .content {
    padding: .15rem 0;
    border-top: .01rem solid #bfbfbf;
    margin-top: .0rem;
    padding-top: .35rem;
  }
  .bathub_details .product_swiper .h5_main .wrap .content .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .1rem;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid #eeeeee;
  }
  .bathub_details .product_swiper .h5_main .wrap .content .title_box .left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .bathub_details .product_swiper .h5_main .wrap .content .title_box .left .parameter {
    font-size: .38rem;

  }
  .bathub_details .product_swiper .h5_main .wrap .content .title_box .left .title {
    font-size: .42rem;
    text-align: left;
    font-weight: normal;
    font-family: 'bolder';
  }
  .bathub_details .product_swiper .h5_main .wrap .content .title_box .btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1.8rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    background: #333333;
    border-radius: .04rem;
    overflow: hidden;
  }
  .bathub_details .product_swiper .h5_main .wrap .content .title_box .btn a {
    color: #fff;
    font-size: .28rem;
    text-align: center;
    font-family: "c_blod";
  }
  .bathub_details .product_swiper .h5_main .wrap .content .explain {
    padding: .2rem .10rem;
    margin-bottom: .2rem;
  }
  .bathub_details .product_swiper .h5_main .wrap .content .explain .lis {
    font-size: .24rem;
    color: #595757;
    line-height: .32rem;
  }

  .function .main strong {
    font-size: .18rem !important;
  }

  .function .main .sub_title {
    font-size: .18rem !important;
  }

  .function .main .explain {
    font-size: .14rem !important;
  }
}

.function .main img {
  width: 100% !important;
  height: auto !important;
}

.header {
  background: #1b1b1b;
  position: relative;
}

.jb_nav {
  display: flex;
  width: 100%;
  align-items: center;
}

.footer_h5 .nav_wrap .ul .li .jb_nav a {
  font-size: .24rem;
  color: #666666;
  font-family: 'c_blod';
  padding: 0;
  margin: 0;
  width: auto;
  flex: none;
  letter-spacing: .01rem;
}
.footer_h5 .nav_wrap .ul .li .jb_nav a:last-child {
 overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.2rem;
  flex: auto;
  display: block;
}
.footer_h5 .nav_wrap .ul .li .jb_nav i {
  width: 1px;
  height: .2rem;
  background: #a3a3a3;
  margin: 0 .2rem;
  flex: none;
}

.footer_h5 .nav_wrap .ul .li .jb_nav i:last-child {
  display: none;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .logo {
  width: 164px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}



.header .container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100px;
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.header .container .nav .li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.service .pc_banner {
  display: block;
}

.header_h5 .container .logo a {
  display: inline-block;
  width: auto;
  transform: translateY(.07rem);
}

.service .h5_banner {
  display: none;
}

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

.header_h5 .form_h5 .search_btn {
  border: 1px solid #fff;
  border-radius: .45rem;
  width: .8rem;
  text-align: center;
}

.header_h5 .h5_search .iconfont {
  color: #fff;
  font-size: .32rem;
  flex: none;
}

.header_h5 .h5_search .icon-close {
  padding-left: .2rem;
  display: none;
}

.header_h5 #h5_input {
  flex: auto;
  padding-left: .15rem;
  font-size: .24rem;
  color: #fff;
  display: none;
}

.header_h5 .h5_search button {
  background: none;
  border: 0;
}
.header .container .nav .li .jump {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.header .container .nav .li::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}


.header .container .nav .li:hover .jump {
  color: #fff;
}

.header .container .nav .li:hover::after {
  width: 100%;
  left: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.header .container .nav .li:hover ~ li::after {
  left: 0;
}
.header .container .search_wrap button {
  background: none;
  border: 0;
}
.header .container .nav .li .menu {
  display: none;
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.header .container .nav .li .menu .menu_content {
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .container .nav .li .menu .menu_content dl {
  margin: 0 20px;
}

.header .container .nav .li .menu .menu_content dl dd {
  padding-bottom: 10px;
}

.header .container .nav .li .menu .menu_content dl dd a {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  word-break: break-all;
  /* text-align: center; */
}

.header .container .nav .li .menu .menu_content dl dd a:hover {
  color: #fff;
}

.header .container .nav .active .jump {
  color: #fff;
  font-weight: normal;
  font-family: 'bolder';
}

.header .container .nav .li:hover .menu {
  display: block;
}

.header .container .right_fun {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .right_fun .search_wrap {
  width: 90px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 0 10px;

}

.header .container .right_fun .search_wrap .w {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  padding: 0;
}

.honor .swiper-page > div {
  background: #ea4d11 !important; 
}

#serachForm .icon-close {
  font-size: 18px;
  color: #fff;
  display: none;
}

.header .container .right_fun .search_wrap .w .input_text {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  color: #fff;
  padding-right: 5px;
}

.header .container .right_fun .search_wrap .button {
  background: none;
  border: 0;
}

.header .container .right_fun .search_wrap .icon-sousuo {
  font-size: 18px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
}

.header .container .right_fun .down_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 50px;
  cursor: pointer;
  height: 100%;
  position: relative;
}

.header .container .right_fun .down_language .icon-RectangleCopy {
  font-size: 26px;
  color: #fff;
  padding-left: 5px;
}

.header .container .right_fun .down_language .langyage_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 12px 12px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header .container .right_fun .down_language .langyage_list .li a {
  padding: 10px 0;
  color: #000;
}

.header .container .right_fun .down_language .langyage_list .li a:hover {
  color: #E94709;
}

.footer {
  padding-top: 62px;
  background: #f6f6f6;
}
#miao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1px;
}
.footer .container {
  /*padding: 0 102px;*/
}

.footer .container .wrap {
  border-top: 1px solid #d5d4d5;
  padding: 30px 0;
}

.footer .container .wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .wrap .top .t_nav {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .wrap .top .t_nav .box {
  margin-right: 50px;
}

.footer .container .wrap .top .t_nav .box .head {
  font-size: 14px;
  color: #333333;
  font-family: 'bold';
}

.footer .container .wrap .top .t_nav .box .bottom {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .wrap .top .t_nav .box .bottom .list {
  margin-right: 30px;
}

.footer .container .wrap .top .t_nav .box .bottom .list .li {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.footer .container .wrap .top .t_nav .box .bottom .list .li a {
  font-family: 'reguler';
  color: #999999;
}

.footer .container .wrap .top .t_nav .box .bottom .list .li a:hover {
  color: #E94709;
}

.footer .container .wrap .top .t_nav .box .bottom .list:nth-child(2) {
  margin-right: 0;
}

.footer .container .wrap .top .t_nav .box:last-child .bottom .list {
  margin-right: 0;
}

.footer .container .wrap .top .phone_num {
  text-align: right;
  transform: translatey(-12px);
}

.footer .container .wrap .top .phone_num .phone {
  font-size: 23px;
  color: #e94709;
  /* font-weight: 700; */
  letter-spacing: 2px;
  font-family: 'bolder';
}

.footer .container .wrap .top .phone_num .name {
  font-size: 18px;
  color: #717071;
  line-height: 26px;
  padding: 5px 0;
}

.footer .container .wrap .top .phone_num .time {
  font-size: 18px;
  color: #717071;
  line-height: 26px;
}

.footer .container .wrap .top .phone_num .code {
     /*display: flex;*/
     justify-content: space-between;
     width: 260px;
}
.footer .container .wrap .top .phone_num .code img{
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    border-radius: 4px;
}

.footer .container .wrap .fun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #d5d4d5;
}

.footer .container .wrap .fun .text {
  font-size: 14px;
  color: #717071;
}
.footer .container .wrap .fun .text a{
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #E9470A;
}

.footer .container .wrap .fun .fun_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .wrap .fun .fun_btn .li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cecfcf;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  margin-left: 15px;
}

.footer .container .wrap .fun .fun_btn .li .iconfont {
  font-size: 22px;
}

.footer .container .wrap .nav {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container .wrap .nav .copyright {
  font-size: 14px;
  color: #717071;
}

.footer .container .wrap .nav .list_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .wrap .nav .list_nav li {
  margin-left: 7px;
  position: relative;
}

.footer .container .wrap .nav .list_nav li a {
  font-size: 14px;
  color: #717071;
  padding-right: 7px;
}
.footer .container .wrap .nav .list_nav li a:hover {
  color: #E9470A;

}

.footer .container .wrap .nav .list_nav li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #717071;
}

.footer .container .wrap .nav .list_nav li:last-child::after {
  display: none;
}

.footer .container .wrap .company {
  font-size: 14px;
  color: #717071;
  padding-top: 7px;
}

.auxiliary_function {
  position: absolute;
  top: 1200px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99999;
}

.auxiliary_function .box {
  background: #fff;
  text-align: center;
  border: 1px solid #595959;
  padding: .05rem;
  cursor: pointer;
}

.auxiliary_function .box .iconfont {
  font-size: .14rem;
}

.auxiliary_function .box .text {
  font-size: .03rem;
  color: #333333;
  padding-top: .03rem;
}

.auxiliary_function .box:nth-child(2) {
  border-top: 0;
}

.auxiliary_function .box:last-child {
  margin-top: 30px;
}

.auxiliary_function .box:hover .iconfont {
  color: #E94709;
}

.auxiliary_function .box:hover .text {
  color: #E94709;
}

.crumbs .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

.crumbs .wrap .icon .icon-dizhi {
  font-size: 18px;
  color: #999999;
}

.crumbs .wrap .list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  font-size: 18px;
  color: #999;
}

.crumbs .wrap .list .arrow {
  margin: 0 7px;
}

.crumbs .wrap .list .li a {
  font-size: 18px;
  color: #999999;
}

.crumbs .wrap .list .li a:hover {
  color: #E94709;
}

.see_core {
  padding: 50px 0;
}

.see_core .sc_btn {
  width: 175px;
  height: 42px;
  border-radius: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #222222;
  margin: auto;
  text-align: center;
  line-height: 42px;
}

.see_core .sc_btn a {
  font-size: 18px;
  color: #fff;
  font-family: 'reguler';
}

.project_case .title {
  font-family: 'bolder';
  color: #333 !important;
}

.see_core .sc_btn:hover {
  background: #494949;
}

.paging_public .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}

.paging_public .center .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paging_public .center .ul .li {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 46px;
  line-height: 46px;
  border: 1px solid #595959;
  border-radius: 4px;
  margin: 0 10px;
}

.news_ny .main .box p img {
  margin: auto;
}

.paging_public .center .ul .li a {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 20px;
  color: #595757;
  padding: 0 18px;
}

.paging_public .center .ul .active {
  border: 1px solid #494949;
  background: rgb(51,51,51) !important;
}

.paging_public .center .ul .active a {
  color: #fff !important;
}

.paging_public .center .ul .active a {
  color: #fff;
}

.paging_public .center .ul .li {
  background: #fff;
}

.paging_public .center .ul .li a {
  color: #595757;
}

.paging_public .center .ul .li:hover {
  border: 1px solid rgb(51,51,51);

}

.paging_public .center .ul .li:hover{
  background: rgb(51,51,51);
}

.paging_public .center .ul .li:hover a {
  color: #fff;
}

.The_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.The_next .li {
  border: 1px solid #595757;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 10px;
}

.The_next .li a {
  height: 48px;
  padding: 0 40px;
  line-height: 48px;
  font-size: 20px;
  color: #595757;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.The_next .active {
  border: 1px solid #e94709;
}

.The_next .active a {
  background: #e94709;
  color: #fff;
}

.The_next .li:hover {
  border: 1px solid #333333;
}

.The_next .li:hover a {
  background: #333333;
  color: #fff;
  opacity: 1;
}

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.video_popup .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 30px 0 0;
  text-align: right;
  color: #fff;
  cursor: pointer;
}

.video_popup .shade .iconfont {
  font-size: 40px;
}

.video_popup .menu .box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 600px;
}

.product_center {
  background: #eeeeee;
}

.product_center .product_nav .img_box {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;

}

@media screen and (max-width: 1024px) {
  .service .pc_banner {
    display: none;
  }

  .service .h5_banner {
    display: block;
  }
  .product_center .product_nav .img_box {
    height: 1.25rem;
    padding: 0 .2rem;
    min-height: auto;
  }
  .product_center .product_nav .list {
    padding: .5rem 0;
  }
  .product_center .product_nav .list .box a img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.product_center .product_nav {
  margin-top: 50px;
}

.product_center .product_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_center .product_nav .list .box {
  width: 20%;
  margin-bottom: 50px;
  text-align: center;
}

.product_center .product_nav .list .box a img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 750px) {
  .aboutUs_apollo .about_pp {
    margin-top: .5rem;
  }

  .aboutUs_apollo .about_pp .sub {
    font-size: .42rem !important;
    font-family: 'c_blod';
    color: #fff;
    text-align: center;
  }

  .aboutUs_apollo .about_pp .sub_title {
    font-size: .24rem;
    color: #fff;
    padding: .1rem 0 .2rem;
    text-align: center;
  }

  .aboutUs_apollo .about_pp .pp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .aboutUs_apollo .about_pp .pp .jump {
    width: 3.5rem;
    margin-bottom: .35rem;
  }

  .aboutUs_apollo .about_pp .pp .jump .img {
    width: 3.5rem;
    height: 2.1rem;
  }

  .aboutUs_apollo .about_pp .pp .jump .img img {
    height: 100%;
    object-fit: cover;
  }

  .aboutUs_apollo .about_pp .pp .jump .text {
    background: #fff;
    padding: .06rem 0.1rem;
    font-size: .24rem;
    font-family: 'c_blod';
    text-align: center;
  }

  .aboutUs_apollo .about_pp .pp .jump:first-child {
    width: 100%;
  }

  .aboutUs_apollo .about_pp .pp .jump:first-child .img {
    width: 100%;
  }

  .investmentPromotion_center .img_list_h5 .title {
    font-size: .44rem;
    line-height: .54rem;
    font-family: 'bold';
    color: #333333;
    text-align: center;
    text-align: center;
  }

  .investmentPromotion_center .img_list_h5 {
    padding: .7rem .1rem .1rem;
  }

  .investmentPromotion_center .img_list_h5 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .2rem;
  }

  .investmentPromotion_center .img_list_h5 .list .box {
    width: 3.54rem;
    height: 2.64rem;
    margin-bottom: .14rem;
  }
  .investmentPromotion_center .img_list_h5 .list .box:first-child {
    width: 4.18rem;
  }

  .investmentPromotion_center .img_list_h5 .list .box:nth-child(2) {
    width: 2.94rem;
  }

  .investmentPromotion_center .img_list_h5 .list .box:nth-child(2) .img:first-child {
    margin-bottom: .17rem;
  }

  .product_center .product_list .list {
    /* margin-top: .35rem; */
  }

  .banner {
    display: none;
  }

  .banner_h5 {
    display: block;
  }

  .product_center .product_nav .list .box {
    width: 20%;
    margin-bottom: .25rem;
    text-align: center;
  }

  .project_case_center .project_case .list .li:hover a .img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .product_center .product_nav .list .box a img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;

  }

  .product_center .product_list .icon .iconfont {
    font-size: .14rem;
  }
 
}

.product_center .product_nav .list .box a .text {
  text-align: center;
  font-size: 24px;
  color: #5a5a5a;
  padding-top: 10px;
  line-height: 16px;
  font-family: 'c_blod';
}

.product_center .product_nav .list .box:nth-child(5n+5) {
  margin-right: 0;
}

.product_center .product_nav .list .box:hover a .text {
  color: #E94709;
}

.product_center .product_list {
  padding: 50px 0;
}

.product_center .product_list .title {
  font-size: 50px;
  color: #333;
  text-align: center;
  /* font-family: "pinghei1"; */
  font-family: 'bolder';
}

.product_center .product_list .icon {
  text-align: center;
  padding: 30px 0;
}

.product_center .product_list .icon .iconfont {
  font-size: 26px;
}

.product_center .product_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_center .product_list .list .box {
  width: 32.3%;
  margin-right: 18px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_center .product_list .list .box a {
  text-align: center;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_center .product_list .list .box a .top .b_title {
  font-size: 20px;
  font-weight: 700;
  color: #151515;
}

.product_center .product_list .list .box a .top .sub_title {
  font-size: 20px;
  color: #151515;
  padding: 5px 0;
}

.product_center .product_list .list .box a .top .name {
  font-size: 20px;
  color: #151515;
  font-weight: 700;
  font-family: 'c_blod';
}

.product_center .product_list .list .box a .img_wrap {
  height: 272px;
  margin: 15px 0;
  overflow: hidden;
  margin-top: 10px !important;
}

.product_center .product_list .list .box a .img_wrap .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  object-fit: contain;
}

.product_center .product_list .list .box a .more {
  font-size: 18px;
  color: #e94709;
  margin-top: 30px;
}

.product_center .product_list .list .box:nth-child(3n+3) {
  margin-right: 0;
}

.product_center .product_list .list .box:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.product_center .product_list .list .box:hover a .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index .introduction {
  margin: 50px 0;
}



@media screen and (max-width: 750px) {
  .index .introduction {
    margin: .15rem 0;
  }
  .see_core  {
    padding: 0;
  }
  .see_core .sc_btn {
    background: #232323;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    background: right;
    background: linear-gradient(to right ,#f06b38,#e94709);
  }
  .see_core .sc_btn:hover {
    background: #545454;
  }
  .see_core .sc_btn a {
    font-size: .28rem;
  }
}


.index .introduction .wrap_box {
  display: block;
}

.index .introduction .wrap_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .introduction .wrap_box .list .lis {
  width: 32%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .introduction .wrap_box .list .lis .box {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  height: 100%;
  margin-bottom: 12px;
} 



.index .introduction .wrap_box .list .lis .box .img {
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  height: 100%;
}

.index .introduction .wrap_box .list .lis .box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  color: #fff;
  text-align: center;
}

.index .introduction .wrap_box .list .lis .box .shade .title {
  font-size: 30px;
  margin-bottom: 15px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'c_blod';
}

.index .introduction .wrap_box .list .lis .box .shade .sub_title {
  font-size: 18px;
  line-height: 26px;
  opacity: 1;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'reguler';
}

.index .introduction .wrap_box .list .lis .box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.index .introduction .wrap_box .list .lis .box:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index .introduction .wrap_box .list .lis .box:hover .shade {
  display: none;
}

.index .introduction .wrap_box .list .lis:nth-child(3n+3) {
  margin-right: 0;
}

.index .introduction .wrap_box_h5 {
  display: none;
}

.index .product_recommendation .title {
  text-align: center;
  font-size: 50px;
  font-family: 'bold';
  color: #333;
}

.index .product_recommendation .sub_title {
  font-size: 24px;
  color: #666666;
  text-align: center;
  padding: 15px 0;
}

.index .product_recommendation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .product_recommendation .list .box {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.index .product_recommendation .list .box img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .product_recommendation .list .box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px 0;
}

.index .product_recommendation .list .box .shade .inline {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 20px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'c_blod';
}

.index .product_recommendation .list .box .shade .sub_title {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'reguler';
}

.index .product_recommendation .list .box:nth-child(2n+2) {
  margin-right: 0;
}

.index .product_recommendation .list .box:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.index .product_recommendation .list .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index .product_recommendation .list .box:hover .shade .inline {
  color: #E94709;
}

.index .product_recommendation .list .box:hover .shade .sub_title {
  color: #E94709;
}

.index .product_recommendation .list .box:hover .shade .inline {
  border-bottom: 1px solid #e94709;
}

.index .map {
  padding-bottom: 150px;
}

.index .map .center {
  position: relative;
  height: 540px;
  max-width: 1200px;
}

.index .map .center .bg_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .map .center .form_main {
  position: absolute;
  bottom: -60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.index .map .center .form_main .form {
  background: #fff;
  padding: 35px 100px;
}

.index .map .center .form_main .form .title {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  color: #333333;
  font-family: 'bold';
}

.index .map .center .form_main .form .sub_title {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  font-family: 'c_blod';
}

.index .map .center .form_main .form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #aaaaaa;
  height: 40px;
  width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
  margin-bottom: 10px;
}

.index .map .center .form_main .form .box .iconfont {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 18px;
}

.index .map .center .form_main .form .box .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 10px;
  border: 0;
  height: 100%;
  font-size: 18px;
}

.index .map .center .form_main .form .textarea_box {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  height: 74px;
  padding: 14px 7px;
}

.index .map .center .form_main .form .button {
  width: 100%;
  height: 40px;
  background: #333333;
  color: #fff;
  font-size: 18px;
  border: 0;
}

.index .video_mian .title {
  text-align: center;
  font-size: 50px;
  font-family: 'bold';
  color: #333;
}

.index .video_mian .sub_title {
  font-size: 24px;
  color: #666666;
  text-align: center;
  padding: 15px 0;
}

.index .video_mian .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .video_mian .list .li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 490px;
  width: 29%;
  margin-right: 1%;
}

.index .video_mian .list .li .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .video_mian .list .li .box .video {
  width: 100%;
  height: 100%;
  display: none;
}

.index .video_mian .list .li .box .shade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.index .video_mian .list .li .box .shade .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index .video_mian .list .li .box .shade .icon img {
  width: 83px;
  height: 83px;
}

.index .video_mian .list .li .box .shade .iconfont {
  font-size: 60px;
  color: #c1471d;
}

.index .video_mian .list .li .box .times {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: #fff;
  border-radius: 2px;
}

.index .video_mian .list .li .box:nth-child(2n+2) {
  margin-top: 14px;
}

.index .video_mian .list .li .box:hover .shade {
  display: block;
}

.index .video_mian .list .li:first-child {
  width: 40%;
}

.index .video_mian .list .li:last-child {
  margin-right: 0;
}

.index .press_center {
  margin-top: 50px;
}

.index .press_center .title {
  text-align: center;
  font-size: 50px;
  font-family: 'bold';
  color: #333;
}

.index .press_center .sub_title {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  padding: 15px 0;
}

.index .press_center .list .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding: 13px 0;
}

.index .press_center .list .l_nav .jump {
  font-size: 30px;
  color: #666666;
  margin-right: 80px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .press_center .list .l_nav .active {
  color: #333333;
  text-shadow: 0px 0px 1px #333;
  font-family: 'c_blod';
}

.index .press_center .list .main {
  margin-top: 15px;
}

.index .press_center .list .main .li {
  display: none;
}

.index .press_center .list .main .li .li_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bathub_details .product_spec .main .ul .li span {
  font-size: 24px !important;
  line-height: 48px !important;
  color: #7d7d7d !important;
}

.index .press_center .list .main .li .li_wrap .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 390px;
  max-height: 350px;
  flex: none;
}

.index .press_center .list .main .li .li_wrap .left {
  overflow: initial;
  width: 390px;
}

.index .press_center .list .main .li .li_wrap .left:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.index .press_center .list .main .li .li_wrap .left a {
  overflow: hidden;
}

.index .press_center .list .main .li .li_wrap .box img {
  transition: all .3s;
  height: 100%;
  object-fit: cover;
}

.index .press_center .list .main .li .li_wrap .left:hover img {
  transform: scale(1.1);
} 

.index .press_center .list .main .li .li_wrap .box .suspension {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          overflow: hidden;
}

.index .press_center .list .main .li .li_wrap .box .suspension .t_title {
  font-size: 24px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'c_blod';
  line-height: 28px;
}

.index .press_center .list .main .li .li_wrap .box .suspension .explain {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'reguler';
}

.index .press_center .list .main .li .li_wrap .box .lis {
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  min-height: 110px;
}

.index .press_center .list .main .li .li_wrap .box .lis a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index .press_center .list .main .li .li_wrap .box .lis a .img {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
    width: 188px;
}

.index .press_center .list .main .li .li_wrap .box .lis a .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.index .press_center .list .main .li .li_wrap .box .lis a .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding: 10px;

}

.index .press_center .list .main .li .li_wrap .box .lis a .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .press_center .list .main .li .li_wrap .box .lis a .content .head .text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  font-family: 'c_blod';

}

.index .press_center .list .main .li .li_wrap .box .lis a .content .head .time {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
  color: #666666;
}

.index .press_center .list .main .li .li_wrap .box .lis a .content .exp {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'reguler';
}

.index .press_center .list .main .li .li_wrap .box .lis {
  margin-bottom: 10px;
}

.index .press_center .list .main .li .li_wrap .box .lis:last-child {
  margin-bottom: 0;
}

.index .press_center .list .main .li .li_wrap .box .lis:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.index .press_center .list .main .li .li_wrap .box .lis:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index .press_center .list .main .li .li_wrap .box:nth-child(2n+2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 20px;
  flex: auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  justify-content: space-between;
}

.index .press_center .list .main .active {
  display: block;
}

.header_h5 {
  display: none;
  overflow-x: hidden;
}

.footer_h5 {
  display: none;
}

.service .service_info .main {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .service_info .main .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.service .service_info .main .box .icon {
  width: 136px;
  height: 136px;
  margin: auto;
}

.service .service_info .main .box .title {
  font-size: 36px;
  color: #333333;
  padding: 15px 0;
  font-family: 'bold';
}

.service .service_info .main .box .english {
  font-size: 12px;
  padding-bottom: 20px;
}

.service .service_info .main .box .text {
  font-size: 24px;
  padding-bottom: 14px;
  color: #333;
}

.service .map .main {
  position: relative;
  height: 600px;
}

.service .map .main .bg_map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.service .map .main .contactUs {
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
}

.service .map .main .contactUs .head {
  padding: 7px 20px;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  background: #e9480a;
  font-family: 'bolder';
}

.service .map .main .contactUs .ul {
  padding: 10px 20px;
}

.service .map .main .contactUs .ul li {
  font-size: 14px;
  color: #333333;
  padding: 7px 0;
  font-family: 'bolder';
}

.service .map .main .contactUs .ul li .text {
  font-family: 'c_blod';
}

.investmentPromotion_center .policy {
  padding: 50px 0;
}

.investmentPromotion_center .policy .title {
  font-size: 50px;
  text-align: center;
  color: #333;
  font-family: 'c_blod';
}

.investmentPromotion_center .policy .english {
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 10px 0;
  font-family: 'see';
}

.investmentPromotion_center .policy .sub_title {
  font-size: 30px;
  text-align: center;
  color: #000;
  font-family: 'c_blod';
  line-height: 24px;
  padding: 10px 0;
}
.footer .container .wrap .nav .list_nav li:first-child {
  margin-left: 0;
}

.investmentPromotion_center .policy .list {
  padding: 25px 0 25px 0;
}

.investmentPromotion_center .policy .list .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          box-shadow: 0 0 10px rgba(0,0,0,.3);
    flex-wrap: wrap;
    padding: 20px;
}

.investmentPromotion_center .policy .list .ul .inline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a0a0a0;
}

.investmentPromotion_center .policy .list .ul li {
  width: 33%;
}

.investmentPromotion_center .policy .list .ul li a {
  text-align: center;
}

.investmentPromotion_center .policy .list .ul li a .box {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.investmentPromotion_center .policy .list .ul li a .box .icon {
  width: 104px;
  height: 104px;
  margin-bottom: 10px;
}

.investmentPromotion_center .policy .list .ul li a .box .text {
  font-size: 30px;
  color: #333;
  font-weight: 700;
}

.investmentPromotion_center .policy .list .ul li a .box .sub_text {
  font-size: 24px;
  color: #333;
  margin-top: 7px;
}

.investmentPromotion_center .policy .list .ul li:nth-child(2) {
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.investmentPromotion_center .policy .list .ul li:nth-child(4) {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.investmentPromotion_center .policy .list .ul li:nth-child(6) {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.investmentPromotion_center .policy .list .ul li:nth-child(5) {
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.investmentPromotion_center .policy .list .ul li:nth-child(8) {
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.investmentPromotion_center .policy .list .ul li {

}

.investmentPromotion_center .poster {
  position: relative;
}

.investmentPromotion_center .poster .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
}

.investmentPromotion_center .poster .content .title {
  font-size: 32px;
  color: #e94709;
  font-family: 'c_blod';
  /* font-weight: 700; */
}

.investmentPromotion_center .poster .content .sub_title {
  font-size: 32px;
  color: #e94709;
  font-family: 'c_blod';
  /* font-weight: 700; */
}

.investmentPromotion_center .poster .content .english {
  font-size: 18px;
  color: #e94709;
}

.investmentPromotion_center .product_list {
  padding-top: 50px;
}

.investmentPromotion_center .product_list .title {
  font-size: 30px;
  color: #3d3d3d;
  text-align: center;
  font-family: 'c_blod';
}

.investmentPromotion_center .product_list .sub_title {
  font-size: 24px;
  color: #3d3d3d;
  text-align: center;
  margin: 0;
  display: block;
  font-family: 'c_blod';
}

.investmentPromotion_center .product_list .sub_title .c_blod {
  font-family: 'c_blod';
}

.investmentPromotion_center .product_list .sub_title .bolder {
  font-family: 'bolder';
}

.investmentPromotion_center .product_list .h5_title {
  display: none;
}
.investmentPromotion_center .product_list .english {
  font-size: 18px;
  color: #333333;
  text-align: center;
  /* text-transform: uppercase; */
}

.investmentPromotion_center .product_list .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

.investmentPromotion_center .product_list .ul .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  background: #838383;
  transition: all .3s;
}

.investmentPromotion_center .product_list .ul .li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #686867;
  font-weight: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
}

.investmentPromotion_center .product_list .ul .li:nth-child(3n+3) {
  margin-right: 0;
}

/* .investmentPromotion_center .product_list .ul .li:hover {
  background: #434343;
} */

.investmentPromotion_center .product_list .ul .li:hover a .title {
  color: #e94709;
  background: #434343;
}

.investmentPromotion_center .items .ul .li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.investmentPromotion_center .items .ul .li:nth-child(2n+2) {
  margin-right: 0;
}

.investmentPromotion_center .items .ul .li img {
  height: 240px;
}

.investmentPromotion_center .items .ul .li:nth-child(3n+3) {
  margin-right: 2%;
}


.investmentPromotion_center .place .ul .li {
  width: 49%;
  margin-right: 2%;
}



.investmentPromotion_center .pc_ul {
  display: block;
}

.investmentPromotion_center .place .ul .li a .centent {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  height: 200px;
  background: #fff;
  opacity: .8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.investmentPromotion_center .place  .pc_ul {
  display: block;
}

.investmentPromotion_center .place  .h5_ul {
  display: none;
}

.investmentPromotion_center .h5_ul .ul {
  display: flex;
  flex-wrap: wrap;
}

.investmentPromotion_center .h5_ul .ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.investmentPromotion_center .h5_ul .ul li:nth-child(2n+2) {
  margin-right: 0;
}

.investmentPromotion_center .h5_ul .ul li .centent {
  position: absolute;
  bottom: -60%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.investmentPromotion_center .h5_ul .ul li .centent img {
  width: 20px;
  height: 25px;
}

.investmentPromotion_center .h5_ul .ul li .centent .c_title {
  font-size: 14px;
  margin: 3px 0;
  color: #333333;
  font-weight: 700;
}

.investmentPromotion_center .h5_ul .ul li .centent .english {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}


.investmentPromotion_center .place .ul .li a .centent img {
  width: 73px;
  height: 74px;
}

.investmentPromotion_center .place .ul .li a .centent .c_title {
  font-size: 36px;
  color: #000;
  /* font-weight: 700; */
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'c_blod';
}

.investmentPromotion_center .place .ul .li a .centent .english {
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.investmentPromotion_center .place .ul .li:nth-child(2n+2) {
  margin-right: 0;
}

.investmentPromotion_center .terminal {
  margin-top: 80px;
}

.investmentPromotion_center .terminal .ul .li {
  width: 49%;
  margin-right: 2%;
  overflow: hidden;
}

.investmentPromotion_center .terminal .ul .li img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.investmentPromotion_center .terminal .ul .li:nth-child(2n+2) {
  margin-right: 0;
}

.investmentPromotion_center .terminal .ul .li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.investmentPromotion_center .start {
  background: #eeeeee;
  padding: 60px 0;
}

.investmentPromotion_center .start .main .product_list {
  padding-top: 30px;
}

.investmentPromotion_center .start .main .product_list .title {
  font-size: 40px;
  /* font-weight: 700; */
  color: #E94709;
  text-align: center;
  font-family: 'bolder';
}

.investmentPromotion_center .start .main .product_list .sub_title {
  font-size: 26px;
  /* font-weight: 700; */
  color: #fff;
  text-align: center;
  margin: 0 0;
  font-family: 'c_blod';
}

.investmentPromotion_center .start .main .product_list .english {
  font-size: 18px;
  color: #e94709;
  text-align: center;
  margin-bottom: 17px;
}

.investmentPromotion_center .start .main .product_list .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  margin-bottom: 9px;
}

.investmentPromotion_center .start .main .product_list .ul .li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.investmentPromotion_center .start .main .product_list .ul .li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #686867;
  font-weight: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.investmentPromotion_center .start .main .product_list .ul .li:nth-child(3n+3) {
  margin-right: 2%;
}

.investmentPromotion_center .start .main .product_list .ul .li:nth-child(2n+2) {
  margin-right: 0%;
}

.investmentPromotion_center .start .main .product_list .ul .li:hover a .title {
  color: #e94709;
}

.investmentPromotion_center .start .main .terminal {
  margin-top: 80px;
}

.investmentPromotion_center .start .main .terminal .ul .li {
  width: 48%;
  margin-right: 2%;
  overflow: hidden;
}

.investmentPromotion_center .start .main .terminal .ul .li img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
}

.investmentPromotion_center .start .main .terminal .ul .li:nth-child(2n+2) {
  margin-right: 0;
}

.investmentPromotion_center .start .main .terminal .ul .li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.investmentPromotion_center .start .main .list .head {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.investmentPromotion_center .start .main .list .box {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.investmentPromotion_center .start .main .list .box .text_box {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 20px;
  text-align: center;
}

.investmentPromotion_center .start .main .list .box .text_box .tb_title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  max-width: 400px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.investmentPromotion_center .start .main .list .box .text_box .tb_english {
  color: #fff;
  font-size: 14px;
  margin: 7px 0;
}

.investmentPromotion_center .start .main .list .box .text_box .sub_title {
  font-size: 22px;
  color: #fff;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.investmentPromotion_center .start .main .list .box .img {
  height: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px;
}

.investmentPromotion_center .start .main .list .box .img img {
  width: auto;
  margin: 0 15px;
}

.investmentPromotion_center .start .main .list .zs {
  margin-top: 38px;
}

.investmentPromotion_center .start .main .list .zs .lis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 44px 0;
}

.investmentPromotion_center .start .main .list .zs .pc_lis {
  display: block;
}

.investmentPromotion_center .start .main .list .zs .h5_lis {
  display: none;
}

.investmentPromotion_center .start .main .list .pc_head {
  display: block;
}

.investmentPromotion_center .start .main .list .h5_head {
  display: none;
}

.investmentPromotion_center .start .main .list .zs .lis .centent_box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #FFF;
  text-align: center;
  font-size: .36rem;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.investmentPromotion_center .start .main .list .zs .lis .centent_box .tb_title {
  font-size: 36px;
  /* font-weight: 700; */
  margin-bottom: 7px;
  font-family: 'c_blod';
}

.investmentPromotion_center .start .main .list .zs .lis .centent_box .tb_english {
  font-size: 14px;
  margin: 10px 0;
}

.investmentPromotion_center .start .main .list .zs .lis .centent_box .sub_title {
  font-size: 22px;
  margin: 10px 0;
}

.investmentPromotion_center .start .main .list .zs .lis .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  padding: 30px;
  background: #fff;
}

.investmentPromotion_center .start .main .list .zs .lis .img_list .img {
  margin-right: 40px;
  overflow: hidden;
}

.investmentPromotion_center .start .main .list .zs .lis .img_list .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.investmentPromotion_center .start .main .list .zs .lis .img_list .img:last-child {
  margin-right: 0;
}

.investmentPromotion_center .start .main .list .zs .lis .img_list .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.investmentPromotion_center .img_list {
  padding: 30px 0;
  display: block;
}

.investmentPromotion_center .h5_img_list {
  display: none;
}

.investmentPromotion_center .img_list .box {
  margin-bottom: 50px;
}

.investmentPromotion_center .img_list .box .title {
  font-size: 26px;
  color: #333333;
  /* font-weight: 700; */
  text-align: center;
  padding: 20px 0;
  font-family: 'c_blod';
}

.investmentPromotion_center .img_list .box .img {
  overflow: hidden;
}

.investmentPromotion_center .img_list .box .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.investmentPromotion_center .img_list .box .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.investmentPromotion_center .img_list .box .ul {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.investmentPromotion_center .img_list .box .ul .li {
  width: 24%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.investmentPromotion_center .img_list .box .ul .li .img {
  overflow: hidden;
  margin-bottom: 10px;
  height: 100%;
}

.investmentPromotion_center .img_list .box .ul .li img {
  margin-bottom: 5%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.investmentPromotion_center .img_list .box .ul .li:first-child {
  width: 49%;
}

.investmentPromotion_center .img_list .box .ul .li:nth-child(3n+3) {
  margin-right: 0;
}

.investmentPromotion_center .img_list .box .ul .li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.investmentPromotion_center .img_list .box .ty .li {
  width: 32%;
  margin-right: 1%;
}

.investmentPromotion_center .img_list .box .ty .li .img {
  height: 100%;
  overflow: hidden;
}

.investmentPromotion_center .img_list .box .ty .li:first-child {
  width: 32%;
}

.investmentPromotion_center .map {
  padding-bottom: 150px;
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .investmentPromotion_center .items .ul .li img {
    height: auto;
  }
  .investmentPromotion_center .map {
    padding-bottom: .2rem;
  }
  .index .introduction .wrap_box .list .lis .box {
    margin-bottom: 0;
  }
}

.investmentPromotion_center .map .center {
  position: relative;
  height: 540px;
}

.investmentPromotion_center .map .center .bg_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.investmentPromotion_center .map .center .form_main {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.investmentPromotion_center .map .center .form_main .form {
  background: #fff;
  padding: 35px 100px;
}

.investmentPromotion_center .map .center .form_main .form .title {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  line-height: 40px;
  padding-bottom: 7px;
  font-family: 'bold';
}

.investmentPromotion_center .map .center .form_main .form .sub_title {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

.investmentPromotion_center .map .center .form_main .form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #aaaaaa;
  height: 40px;
  width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
  margin-bottom: 10px;
}

.investmentPromotion_center .map .center .form_main .form .box .iconfont {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: 700;
}

.investmentPromotion_center .map .center .form_main .form .box .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 10px;
  border: 0;
  height: 100%;
  font-size: 16px;
  font-family: 'reguler';
  font-weight: 700;
}

	.investmentPromotion_center .map .center .form_main .form .box:first-child {
		margin-top: 20px;
	}

.investmentPromotion_center .map .center .form_main .form .textarea_box {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  height: 74px;
  padding: 14px 7px;
}

.investmentPromotion_center .map .center .form_main .form .button {
  width: 100%;
  height: 40px;
  background: #222222;
  color: #fff;
  font-size: 18px;
  border: 0;
  transition: all .3s;
}
.investmentPromotion_center .map .center .form_main .form .button:hover {
  background: #494949;
}

.product_log .proruct_list .list {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.product_log .proruct_list .list .box {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_log .proruct_list .list .box a {
  padding-bottom: 0px;
}

.product_log .proruct_list .list .box a .img {
  overflow: hidden;
}

.product_log .proruct_list .list .box a .img img {
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_log .proruct_list .list .box a .time {
  padding: 10px 10px 0;
  font-size: 14px;
  color: rgba(125,125,125);
}

.product_log .proruct_list .list .box a .title {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 26px;
  color: #333333;
  line-height: 32px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_log .proruct_list .list .box a .explain {
  padding: 0 10px;
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_log .proruct_list .list .box:nth-child(3n+3) {
  margin-right: 0;
}

.product_log .proruct_list .list .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product_log .proruct_list .list .box:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project_case_details .showing {
  padding: 0 0 35px 0;
}

.project_case_details .showing .title {
  font-size: 48px;
  color: #030716;
  /* font-weight: 700; */
  text-align: center;
  font-family: 'c_blod';
}

.project_case_details .showing .sub_title {
  font-size: 18px;
  color: #595757;
  text-align: center;
  margin: 0px 0;
  padding-bottom: 19px;
}

.project_case_details .box-content {
  padding: 30px 0;
}

.project_case_details .showing .box {
  padding: 15px 0;
}

.project_case_details .showing .box .img {
  overflow: hidden;
}

.project_case_details .showing .box .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: auto;
}

.project_case_details .showing .box .text {
  font-size: 18px;
  color: #595757;
  line-height: 26px;
  margin: 20px 0;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project_case_details .showing .box:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project_case_details .showing .box:hover .text {
  color: #e94709;
}

.project_case_details .showing .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project_case_details .showing .inline .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.project_case_details .showing .inline .li .img {
  overflow: hidden;
}

.project_case_details .showing .inline .li .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: auto;
}

.project_case_details .showing .inline .li .text {
  font-size: 18px;
  color: #595757;
  margin: 10px 0;
  text-align: center;
}

.project_case_details .showing .inline .li:nth-child(3n+3) {
  margin-right: 0;
}

.project_case_details .showing .inline .li:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project_case_details .showing .inline .li:hover .text {
  color: #e94709;
}

.project_case_details .showing .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 30px 0;
}

.header .advertisement {
  height: 30px;
  background: #e5e5e5;
  text-align: center;
  line-height: 30px;
}
.header .advertisement .headTop{
    display:flex;
    justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    margin: auto;
}
.header .advertisement .headTop li{
    position: relative;
    z-index: 9;
}
.header .advertisement .headTop li>a {
    display: block;
    color: #1b1b1b;
    cursor: text;
    font-size: 13px;
    cursor: text;
}
.header .advertisement .headTop li>a:hover{
    color: #E9470A;
}

.header .advertisement .headTop li>a i{
    margin-right: 0.3em;
    font-size: 13px;
    padding: 0;
}

.header .advertisement .headTop li>dl{
    display: none;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 99;
    border-top: 2px solid #E9470A;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}
.header .advertisement .headTop li>dl.wx{
   width: 142px;
}
/*.header .advertisement .headTop_Fl{}*/
/*.header .advertisement .headTop_Fr{}*/


.project_case_details .showing .list .li {
  width: 24.5%;
  margin-right: 1%;
  padding-bottom: 1%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project_case_details .showing .list .li .img {
  overflow: hidden;
}

.project_case_details .showing .list .li .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project_case_details .showing .list .li .text {
  margin: 10px 0;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 5px;
}

.project_case_details .showing .list .li:nth-child(4n+4) {
  margin-right: 0;
}

.project_case_details .showing .list .li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.project_case_details .showing .list .li:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project_case_details .showing .list .li:hover .text {
  color: #e94709;
}

.project_case_center .project_case .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project_case_center .project_case .list .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project_case_center .project_case .list .li a {
  position: relative;
}

.project_case_center .project_case .list .li a .img {
  overflow: hidden;
  height: 100%;
}

.project_case_center .project_case .list .li a .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project_case_center .project_case .list .li a .centent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
}

.project_case_center .project_case .list .li a .centent .title {
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  font-weight: normal;
  opacity: 1;
  font-family: 'c_blod';
}

.project_case_center .project_case .list .li a .centent .sub_title {
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  margin: 5px 0;
  font-family: 'see';
}

.project_case_center .project_case .list .li:nth-child(3n+3) {
  margin-right: 0;
}

.project_case_center .project_case .list .li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.project_case_center .project_case .list .li:hover a .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project_case_center .project_case .list .li:hover a .centent {
  background: none;
  display: none;
}

.project_case_center .project_case .list .li:hover a .centent .title {
  opacity: 1;
  color: #e94709;
  font-family: 'bold';
}

.project_case_center .project_case .list .li:hover a .centent .sub_title {
  opacity: 1;
  color: #e94709;
}



.Technology_ty .video_mian .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Technology_ty .video_mian .list .li {
  margin-bottom: 20px;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.Technology_ty .video_mian .list .li .box {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.Technology_ty .video_mian .list .li .box .video {
  width: 100%;
  height: 100%;
  display: none;
}

.Technology_ty .video_mian .list .li .box img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 220px;
  object-fit: cover;
}

.Technology_ty .video_mian .list .li .box .shade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.Technology_ty .video_mian .list .li .box .shade img {
  width: 83px;
  height: 83px;
}

.Technology_ty .video_mian .list .li .box .shade .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Technology_ty .video_mian .list .li .box .shade .icon img {
  width: 63px;
  height: 63px;
}

.Technology_ty .video_mian .list .li .box .shade .iconfont {
  font-size: 60px;
  color: #c1471d;
}

.Technology_ty .video_mian .list .li .box .times {
  position: absolute;
  bottom: 10px;
  right: 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.Technology_ty .video_mian .list .li .text {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 15px 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'c_blod';
}

.Technology_ty .video_mian .list .li .box:nth-child(2n+2) {
  margin-top: 14px;
}

.Technology_ty .video_mian .list .li:nth-child(4n+4) {
  margin-right: 0;
}

.Technology_ty .video_mian .list .li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.Technology_ty .video_mian .list .li:hover .shade {
  display: block;
}

.Technology_ty .video_mian .list .li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Technology_ty .video_mian .list .li:hover .text {
  color: #e94709;
}

.about_us .main {
  padding: 60px 0;
  background: url(?Public/images/about_us_bg.png) no-repeat;
  background-size: 100% 100%;
}

.about_us .main .title_box {
  position: relative;
  padding-top: 0rem;
}

.about_us .main .title_box .title_bg {
  text-align: center;
  font-size: 192px;
  color: #4c4c4c;
  padding: 5px 0 0 0;
  font-family: 'bold';
}

.about_us .main .title_box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 52px;
  font-family: 'bold';
}

.about_us .main .title_box .title span {
  transform: translateY(20px);
  font-family: 'bold';
}

.about_us .main .video_mian .list {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 40px 0;
  border-radius: 4px 4px 0 0;
}

.about_us .main .paging_public .container {
  background: rgba(255,255,255,.1);
  width: 1200px;
  border-radius: 0 0 4px 4px;
  padding-top: 50px;
  padding-bottom: 48px;
}

.about_us .main .video_mian .list .li {
  background: #fff;
  padding: 3px;
}

.video_center .main .video_mian .list .li {
  width: 261px !important;
}

.video_center .video_mian .list .li .box {
  width: 100% !important;
}
.about_us .main .paging_public .li {
  background: #fff;
}

.news_ny .main .title {
  font-size: 36px;
  line-height: 46px;
  color: #161616;
  text-align: center;
}

.news_ny .main .time {
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  text-align: center;
}

.news_ny .main .box {
  padding: 15px 0;
}

.news_ny .main .box .head {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #161616;
  margin: 10px 0;
}

.news_ny .main .box .explain {
  font-size: 22px;
  line-height: 34px;
  color: #666666;
  margin: 15px 0;
  text-align: center;
}

.news_ny .main .box .img {
  overflow: hidden;
  margin-bottom: 15px;
}

.news_ny .main .box .img img {
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_ny .main .box .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news_center .press_center {
  margin-top: 50px;
}

.news_center .press_center .title {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  font-family: 'bold';
  color: #333;
}

.news_center .press_center .sub_title {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  font-family: 'c_blod';
  padding: 0px 0;
}

.news_center .press_center .list .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

.news_center .press_center .list .l_nav .jump {
  font-size: 30px;
  color: #666666;
  padding-bottom: 7px;
  margin-right: 80px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_center .press_center .list .l_nav .jump a {
  font-size: 30px;
  font-family: 'c_blod';
}
.news_center .press_center .list .l_nav .active {
  color: #333333;
  text-shadow: 0px 0px 1px #333;
}

.news_center .press_center .list .main {
  margin-top: 15px;
}

.news_center .press_center .list .main .li {
  display: none;
}

.news_center .press_center .list .main .li .li_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_center .press_center .list .main .li .li_wrap .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.news_center .press_center .list .main .li .li_wrap .box img {
  height: 100%;
}

.news_center .press_center .list .main .li .li_wrap .box .suspension {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news_center .press_center .list .main .li .li_wrap .box .suspension .t_title {
  font-size: 24px;
  line-height: 28px;
  font-family: 'c_blod';
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_center .press_center .list .main .li .li_wrap .box .suspension .explain {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_center .press_center .list .main .li .li_wrap .box .lis {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 110px;
  overflow: hidden;
  max-width: 188px;
  width: 188px;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .content {
  max-height: 110px;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding: 10px;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .content .head .text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #161616;
  font-weight: normal;
  font-family: 'c_blod';
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .content .head .time {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
  color: #666666;
}

.news_center .press_center .list .main .li .li_wrap .box .lis a .content .exp {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_center .press_center .list .main .li .li_wrap .box .lis {
  margin-bottom: 10px;
}

.news_center .press_center .list .main .li .li_wrap .box .lis:last-child {
  margin-bottom: 0;
}

.news_center .press_center .list .main .li .li_wrap .box .lis:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.news_center .press_center .list .main .li .li_wrap .box .lis:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news_center .press_center .list .main .li .li_wrap .box:nth-child(2n+2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 20px;
}

.news_center .press_center .list .main .active {
  display: block;
}

.news_center .news_list {
  margin: 10px 0;
  margin-top: 30px;
}

.news_center .news_list .container {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.news_center .news_list .box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_center .news_list .box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.news_center .news_list .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_center .news_list .box a .img {
  width: 287px;
  height: 140px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}

.news_center .news_list .box a .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_center .news_list .box a .centent {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px;
}

.news_center .news_list .box a .centent .time {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.news_center .news_list .box a .centent .title {
  font-size: 18px;
  line-height: 24px;
  font-family: 'c_blod';
  color: #161616;
  margin: 10px 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_center .news_list .box a .centent .explain {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_center .news_list .box:hover a .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bathub_details .product_swiper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 10px;
}
.news_center .press_center .list .main .li .li_wrap .box .lis a .img
.bathub_details .product_swiper .container .left {
  width: 40%;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.bathub_details .product_swiper .container .left .title {
  text-align: left;
  font-size: 44px;
  color: #000000;
  font-family: 'reguler';
  word-break: break-all;
}

.bathub_details .product_swiper .container .left .sub_title {
  font-size: 50px;
  text-align: left;
  font-family: 'bolder';
  color: #000;
  transform: translateY(-10px);
}

.bathub_details .product_swiper .pc_main .left {
  padding-top: 50px;
  width: 40%;
}

.bathub_details .product_swiper .container .left .explain p span {
  display: inline-block;
  max-width: 480px;
}

.bathub_details .product_swiper .container .left .border {
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  margin: 47px 0 10px 0;
}

.bathub_details .product_swiper .container .left .btn {
  display: inline-block;
  background: #333333;
  border-radius: 22px;
  height: 35px;
  line-height: 35px;
  margin: 45px 0 30px;
  width: 107px;
  text-align: center;
}

.bathub_details .product_swiper .container .left .btn a {
  color: #fff;
  font-size: 18px;
}

.bathub_details .product_swiper .container .left .btn:hover {
  opacity: 1;
}

.bathub_details .product_swiper .container .right {
  width: 60%;
}

.bathub_details .product_swiper .container .right .swiper_box {
  width: 550px;
  height: 432px;
  margin: auto;
}

.bathub_details .product_swiper .container .right .swiper_box .swiper-container {
  height: 100%;
}

.bathub_details .product_swiper .container .right .swiper_box .swiper-container .swiper-slide img {
  object-fit: contain;
  height: 400px;
  width: 100%;
}

.bathub_details .product_swiper .container .right .tabs_swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  position: relative;
}

.bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide {
  height: 45px;
  width: 300px;
  padding: 0;
  position: initial;
  overflow: hidden;
}


.bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .swiper-slide {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .active {
  border: 2px solid #e94709;
}

.bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 170px;
  cursor: pointer;
}

.bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev .iconfont {
  font-size: 26px;
}

.bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next {
  background-image: none;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  line-height: 45px;
  text-align: center;
  right: 170px;
  cursor: pointer !important;
}

.bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next .iconfont {
  font-size: 26px;
}

.bathub_details .like {
  background: #f9f9fa;
  padding: 50px 0;
}

.bathub_details .like .title {
  font-size: 50px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.bathub_details .like .sub_title {
  font-size: 18px;
  color: #666666;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
}

.bathub_details .like .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.bathub_details .like .list .box {
  width: 23.5%;
  background: #fff;
  margin-right: 2%;
  padding: 0;
  padding-bottom: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 10px;
}

.bathub_details .function .main p span {
  font-size: 14px;
  color: #333;
  line-height: 22px;
} 

.bathub_details .like .list .box a {
  text-align: center;
  padding-bottom: 24px;
}

.bathub_details .like .list .box a .img {
  text-align: center;
  height: 260px;
  overflow: hidden;
}

.bathub_details .like .list .box a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  object-fit: contain;
}

.bathub_details .like .list .box a .text {
  margin: auto;
  display: inline-block;
  font-size: 30px;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #313232;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.bathub_details .like .list .box a .english {
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bathub_details .like .list .box a .more {
  font-size: 18px;
  color: #cb4415;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}

.bathub_details .like .list .box:nth-child(4n+4) {
  margin-right: 0;
}

.bathub_details .like .list .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bathub_details .like .list .box:hover a .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bathub_details .function .main {
  padding: 30px 0;
}

.bathub_details .function .main .title {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

.bathub_details .function .main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.bathub_details .function .main .list .li {
  width: 19%;
  height: 170px;
  margin-bottom: 1.2%;
  margin-right: 1.2%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#3a3636));
  background-image: linear-gradient(to bottom, #282828, #3a3636);
  border-radius: 4px;
  overflow: hidden;
}

.bathub_details .function .main .list .li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 30px;
}

.bathub_details .function .main .list .li:nth-child(5n+5) {
  margin-right: 0;
}

.bathub_details .product_list {
  padding: 30px 0;
  padding-bottom: 0;
}

.bathub_details .product_list .box {
  margin-bottom: 50px;
}

.bathub_details .product_list .box .title {
  font-size: 120px;
  text-align: center;
  color: #d7d7d7;
  font-weight: 700;
  text-transform: uppercase;
}

.bathub_details .product_list .box .sub_title {
  font-size: 55px;
  color: #454545;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
}

.bathub_details .product_list .box .explain {
  font-size: 30px;
  color: #0d0704;
  text-align: center;
}

.bathub_details .product_list .box .img {
  margin-top: 30px;
  overflow: hidden;
}

.bathub_details .product_list .box .img img {
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto;
  object-fit: cover;
}

.box-content img {
  margin: auto;
}

.bathub_details .product_spec {
  padding-bottom: 0;
}

.bathub_details .product_spec .container {
  padding-bottom: 0;
  border-top: 1px solid #595757;
  padding-top: 50px;
}

.bathub_details .product_spec .main {
  font-size: 24px;
  color: #7d7d7d;
  line-height: 36px;
}

.bathub_details .product_spec .main .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.bathub_details .product_spec .main .ul .li {
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .bathub_details .product_spec .main .ul .li:nth-child(2) {
    display: flex;
    justify-content: center;
  }

  .bathub_details .product_spec .main .ul .li:nth-child(3) {
    display: flex;
    justify-content: flex-end;
  }
}
.aboutUs_apollo .introduction .title {
  font-size: 60px;
  color: #333;
  text-align: center;
  font-family: 'bolder';
}

.aboutUs_apollo .introduction .explain {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin: 0 0 15px 0;
}

.aboutUs_apollo .introduction .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.aboutUs_apollo .introduction .two {
  display: block;
}

.aboutUs_apollo .introduction .three {
  display: none;
}

.aboutUs_apollo .introduction .img_box .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aboutUs_apollo .introduction .img_box .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  margin-left: 50px;
  border-top: 1px solid #fff;
}

.aboutUs_apollo .introduction .img_box .content .top_head {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 25px;
}
.aboutUs_apollo .introduction .img_box .content .bottom_text {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutUs_apollo .introduction .img_box .content .top_head .text {
  font-size: 60px;
  color: #e94709;
  font-family: 'bolder';
}

.aboutUs_apollo .introduction .img_box .content .haad {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin: 15px 0;
}

.aboutUs_apollo .introduction .img_box .content .haad .year {
  font-size: 60px;
  color: #e94709;
}

.aboutUs_apollo .introduction .img_box .content .exp {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}

.aboutUs_apollo .introduction .one .content {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.aboutUs_apollo .introduction .two .content {
  margin-left: 0;
  margin-right: 50px;
}

.aboutUs_apollo .introduction .img {
  overflow: hidden;
}
.bathub_details .product_swiper .tabs_swiper img {
  height: 100%;
  object-fit: cover;
}
.aboutUs_apollo .introduction .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aboutUs_apollo .introduction .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.aboutUs_apollo .introduction .border {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}

.aboutUs_apollo .course {
  background: #303030;
  padding: 50px 30px;
}

.aboutUs_apollo .course .box .wrap .right span {
  font-weight: normal !important;
}

.aboutUs_apollo .course .title {
  font-size: 40px;
  /* font-weight: 700; */
  text-align: center;
  color: #fff;
  font-family: 'c_blod';
}

.aboutUs_apollo .course .sub {
  font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin: 10px 0;
    text-align: center;
}

.aboutUs_apollo .course .box {
  padding: 30px 0;
}

.aboutUs_apollo .course .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.aboutUs_apollo .course .box .wrap .left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutUs_apollo .course .box .wrap .left .img {
  margin-right: 10px;
  overflow: hidden;
  width: 407px;
  height: 312px;
}

.aboutUs_apollo .course .box .wrap .left .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aboutUs_apollo .course .box .wrap .left .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.aboutUs_apollo .course .box .wrap .right {
  width: 50%;
  color: #fff;
  padding: 0 20px;
}

.aboutUs_apollo .course .box .wrap .right .s_title {
  display: none;
}

.aboutUs_apollo .course .box .wrap .right .s_sub {
  display: none;
}

.aboutUs_apollo .course .box .wrap .right .r_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.aboutUs_apollo .course .box .wrap .right .li {
  font-size: 18px;
  line-height: 40px;
}

.aboutUs_apollo .course .box .wh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.aboutUs_apollo .course .box .wh .img {
  width: 33%;
  margin-right: 0.5%;
}

.aboutUs_apollo .course .box .wh .img {
  margin-right: 10px;
  overflow: hidden;
}

.aboutUs_apollo .course .box .wh .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aboutUs_apollo .course .box .wh .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.aboutUs_apollo .course .box .pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.aboutUs_apollo .course .box .pp .jump {
  width: 33%;
  margin-right: 0.5%;
}

.aboutUs_apollo .course .box .pp .jump .img {
  margin-right: 0;
  overflow: hidden;
}

.aboutUs_apollo .course .box .pp .jump .img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: auto;
}

.aboutUs_apollo .course .box .pp .jump .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.aboutUs_apollo .course .box .pp .jump .text {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.aboutUs_apollo .course .swiper_main {
  margin: 30px 0;
}

.aboutUs_apollo .course .swiper_main .course_swiper::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.aboutUs_apollo .course .swiper_main .course_swiper .course_fixed {
  padding-top: 50px;
}

.aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box {
  position: relative;
  padding: 10px;
}

.aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .i {
  width: 1px;
  height: 70px;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
}

.aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .year {
  font-size: 50px;
  color: #e94709;
  /* font-weight: 700; */
  text-align: center;
  /* font-weight: 700; */
  font-family: 'c_blod';
}

#newBridge .icon-right-center {
  top: 84% !important;
}

.aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  min-height: 130px;
  font-family: 'c_blod';
}

.aboutUs_apollo .course .swiper_main .course_swiper .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 7px;
  width: 98%;
}

.honor {
  margin-top: 35px;
}

.honor .swiper-page {
  display: none;
}

.aboutUs_apollo .course .swiper_main .course_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 143%;
  width: 100%;
  position: relative;
  background: #e94709;
  border-radius: 10px;
  left: 0;
  top: 0;
  margin-top: -2px;
  height: 10px;

}

.aboutUs_apollo .app_case .ac_main .head {
  padding-top: 90px;
  font-size: 60px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}

.aboutUs_apollo .app_case .ac_main .details {
  font-size: 16px;
  color: #969696;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  letter-spacing: 1px;
}

.aboutUs_apollo .app_case .ac_main .ac_wrap {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 365px;
}

.aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 {
  display: none;
}

.aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .item_box .text {
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 8px 0;
}

.aboutUs_apollo .app_case .ac_main .ac_wrap .app_swiper img {
  /* opacity: 0; */
  width: 250px !important;
  height: 360px;
}

.product_center .product_nav {
  display: block;
}
.product_center .product_nav_h5 {
  display: none;
}
.aboutUs_apollo .app_case .ac_main .ac_wrap .swiper-button-prev {
  background: none;
  color: #fff;
  border-radius: 50%;
  background: #7a7a7a;
  width: 40px;
  height: 40px;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
}

.aboutUs_apollo .app_case .ac_main .ac_wrap .swiper-button-next {
  background: none;
  color: #fff;
  border-radius: 50%;
  background: #7a7a7a;
  width: 40px;
  height: 40px;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
  padding-left: 5px;
}

.course_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
}

.course_popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.course_popup .iconfont {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.course_popup .main {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  border-radius: 4px;
  overflow: hidden;
}

.course_popup .main .img {
  overflow: hidden;
}

.course_popup .main .img img {
  height: auto;
}

.course_popup .main .text {
  background: #fff;
  padding: 7px 5px;
  font-size: 16px;
}

.course_popup .main .text .time {
  color: #e94709;
  font-size: 26px;
}

.course_popup .main .text .time span {
  padding-right: 10px;
}

.course_popup .active {
  display: block;
}

.fun_btn .li {
  position: relative;
  overflow: inherit !important;
}

.fun_btn .li .iconfont {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fun_btn .li .pox {
  visibility: hidden;
  position: absolute;
  top: -160px;
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 4px;
}

.fun_btn .li .pox {
  transition: all .3s;
  transform: scale(0.1);
}

.fun_btn .li:hover .pox {
  visibility: visible;
  transform: scale(1);
}

.fun_btn .li .pox .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fun_btn .li .pox .inline .lis .img {
  /* margin: 20px 20px 0; */
  /* padding: 5px 0; */
}

.fun_btn .li .pox .inline .lis .img img {
  width: 100px;
  height: 100px;
}

.fun_btn .li .pox .inline .lis .text {
  word-break: keep-all;
  text-align: center;
  font-size: 14px;
  color: #717071;
  /* font-weight: 700; */
  white-space: nowrap;
  padding: 0 2px;
}
/* 
.fun_btn .li .pox .inline .lis:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
} */



.fun_btn .li .email {
  top: -62px;
  padding: 0 10px;
  left: -270%;
}

.fun_btn .li .wp {
  left: -160%;
}

.fun_btn .li .phone {
  left: -232%;
}

.fun_btn .li .email .text {
  word-break: keep-all;
  text-align: center;
  font-size: 14px;
  color: #000;
  /* font-weight: 700; */
  white-space: nowrap;
}

.fun_btn .li .wx {
  left: -160%;
}

.fun_btn .li .dz {
  top: -80px;
  padding: 5px 10px;
  left: -313%;
}

.fun_btn .li .dz .text {
  line-height: 24px;
}

.fun_btn .li:hover a .iconfont {
  color: #e94709;
}

/* 窗口宽度<1200 */
@media screen and (max-width: 1200px) {
  
  .header {
    background: #1b1b1b;
    position: relative;
  }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .container .logo {
    width: 1.30rem;
    height: .14rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .container .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: .10rem;
    margin-right: .10rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .header .container .nav .li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .header .container .nav .li .jump {
    text-align: center;
    padding: .20rem 0;
    font-size: .16rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
  }
  .header .container .nav .li::after {
    content: "";
    width: 0;
    height: .03rem;
    background-color: #ffffff;
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .header .container .nav .li:hover .jump {
    color: #fff;
  }
  .header .container .nav .li:hover::after {
    width: 100%;
    left: 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .header .container .nav .li:hover ~ li::after {
    left: 0;
  }
  .header .container .nav .li .menu {
    display: none;
    position: fixed;
    top: .60rem;
    left: 0;
    width: 100%;
    padding: 10rem 5rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
  }
  .header .container .nav .li .menu .menu_content {
    max-width: 1220rem;
    width: 100%;
    padding: 0 .10rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .container .nav .li .menu .menu_content dl {
    margin: 0 .15rem;
  }
  .header .container .nav .li .menu .menu_content dl dd {
    padding-bottom: .10rem;
  }
  .header .container .nav .li .menu .menu_content dl dd a {
    font-size: .14rem;
    line-height: .22rem;
    color: #fff;
    word-break: break-all;
  }
  .header .container .nav .li .menu .menu_content dl dd a:hover {
    color: #fff;
  }
  .header .container .nav .active .jump {
    color: #fff;
  }
  .header .container .nav .li:hover .menu {
    display: block;
  }
  .header .container .right_fun {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .60rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .container .right_fun .search_wrap {
    width: .90rem;
    height: .26rem;
    border: 1px solid #fff;
    border-radius: .45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .container .right_fun .search_wrap .w {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    padding: .05rem 0;
  }
  .header .container .right_fun .search_wrap .w .input_text {
    width: 100%;
    padding: 0 .05rem 0 .01rem;
    height: 100%;
    background: none;
    border: 0;
    color: #fff;
  }
  .header .container .right_fun .search_wrap .icon-sousuo {
    font-size: .18rem;
    color: #fff;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: .05rem;
  }
  .header .container .right_fun .down_language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .16rem;
    color: #fff;
    margin-left: .50rem;
    cursor: pointer;
    height: 100%;
    position: relative;
  }
  .header .container .right_fun .down_language .icon-RectangleCopy {
    font-size: .26rem;
    color: #fff;
    padding-left: .05rem;
  }
  .header .container .right_fun .down_language .langyage_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 .12rem .12rem;
    text-align: center;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
  }
  .header .container .right_fun .down_language .langyage_list .li a {
    padding: .10rem 0;
    color: #000;
  }
  .header .container .right_fun .down_language .langyage_list .li a:hover {
    color: #E94709;
  }
  .investmentPromotion_center .start {
    background: #2d2d2d;
    padding: .60rem 0;
  }
  .investmentPromotion_center .start .main .list .head {
    font-size: .34rem;
    color: #fff;
    text-align: center;
    font-family: 'bold';
  }
  .investmentPromotion_center .start .main .list .box {
    margin: .20rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .investmentPromotion_center .start .main .list .box .text_box {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: .20rem;
    text-align: center;
  }
  .investmentPromotion_center .start .main .list .box .text_box .tb_title {
    font-size: .26rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .investmentPromotion_center .start .main .list .box .text_box .tb_english {
    color: #fff;
    font-size: .14rem;
    margin: .07rem 0;
  }
  .investmentPromotion_center .start .main .list .box .text_box .sub_title {
    font-size: .14rem;
    color: #fff;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .investmentPromotion_center .start .main .list .box .img {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    padding: .10rem;
  }
  .investmentPromotion_center .start .main .list .box .img img {
    width: 100%;
    height: auto;
    margin: .15rem 0;
  }
  .about_us .main .title_box {
    position: relative;
  }
  .about_us .main .title_box .title_bg {
    text-align: center;
    font-size: .90rem;
    color: #292929;
    padding: .20rem 0;
  }
  .about_us .main .title_box .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .46rem;
    font-weight: 700;
  }
  .bathub_details .product_swiper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .50rem .10rem;
  }
  .bathub_details .product_swiper .container .left {
    width: 40%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .bathub_details .product_swiper .container .left .title {
    font-size: .50rem;
    text-align: center;
  }
  .bathub_details .product_swiper .container .left .sub_title {
    font-size: .50rem;
    margin: .10rem 0;
    text-align: center;
  }
  .bathub_details .product_swiper .container .left .explain {
    font-size: .18rem;
    color: #595757;
    line-height: .26rem;
    text-align: center;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bathub_details .product_swiper .container .left .border {
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: .15rem 0;
  }
  .bathub_details .product_swiper .container .left .btn {
    display: inline-block;
    background: #db4915;
    padding: 0 .15rem;
    border-radius: 4px;
    height: .35rem;
    line-height: .35rem;
    margin: .30rem 0;
    opacity: .8;
  }
  .bathub_details .product_swiper .container .left .btn a {
    color: #fff;
    font-size: .16rem;
  }
 
  .bathub_details .product_swiper .container .left .btn:hover {
    opacity: 1;
  }
  .bathub_details .product_swiper .container .right {
    width: 60%;
  }
  .bathub_details .product_swiper .container .right .swiper_box {
    max-width: 5.50rem;
    margin: auto;
    width: 100%;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .30rem 0;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide {
    height: .45rem;
    width: 3.70rem;
    padding: 0 .35rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .swiper-slide {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .swiper-slide img {
    height: 100%;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .active {
    border: 2px solid #e94709;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev {
    background-image: none;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    left: 0;
    cursor: pointer;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev .iconfont {
    font-size: 26rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next {
    background-image: none;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    right: 0;
    cursor: pointer !important;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next .iconfont {
    font-size: .26rem;
  }
  .bathub_details .like {
    background: #f9f9fa;
    padding: .20rem 0;
  }
  .bathub_details .like .title {
    font-size: .18rem;
    color: #000;
    font-weight: 700;
    text-align: center;
  }
  .bathub_details .like .sub_title {
    font-size: .14rem;
    color: #666666;
    text-align: center;
    padding: .15rem 0;
    text-transform: uppercase;
  }
  .bathub_details .like .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .30rem 0;
  }
  .bathub_details .like .list .box {
    width: 49%;
    background: #fff;
    margin-right: 2%;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 2%;
    padding-bottom: .07rem;
  }
  .bathub_details .like .list .box a {
    text-align: center;
    padding: .4rem 0;
  }
  .bathub_details .like .list .box a .img {
    text-align: center;
    height: auto;
    overflow: hidden;
  }
  .bathub_details .like .list .box a .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    object-fit: contain;
  }
  .bathub_details .like .list .box a .text {
    margin: auto;
    display: inline-block;
    font-size: .34rem;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #313232;
    margin-top: .10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .07rem;
    font-family: 'bold';
  }
  .bathub_details .like .list .box a .english {
    font-size: .24rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bathub_details .like .list .box a .more {
    font-size: .24rem;
    color: #cb4415;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
  }
  .bathub_details .like .list .box:nth-child() {
    margin-right: 0;
  }
  .bathub_details .like .list .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .bathub_details .like .list .box:hover {
    -webkit-box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
  }
  .bathub_details .like .list .box:hover a .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .introduction .title {
    font-size: .26rem;
    color: #030716;
    text-align: center;
    font-weight: 700;
  }
  .aboutUs_apollo .introduction .explain {
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    text-align: center;
    margin: .15rem 0;
  }
  .aboutUs_apollo .introduction .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .15rem 0;
  }
  .aboutUs_apollo .introduction .img_box .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .aboutUs_apollo .introduction .img_box .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: .20rem;
    margin-left: .20rem;
    border-top: 1px solid #fff;
  }
  .aboutUs_apollo .introduction .img_box .content .haad {
    font-size: .16rem;
    color: #333333;
    font-weight: 700;
    margin: .15rem 0;
  }
  .aboutUs_apollo .introduction .img_box .content .haad .year {
    font-size: .22rem;
    color: #e94709;
  }
  .aboutUs_apollo .introduction .img_box .content .exp {
    font-size: .12rem;
    color: #333333;
    line-height: .24rem !important;
    margin-bottom: .05rem;
    text-align: center;
  }
  .aboutUs_apollo .introduction .one .content {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .aboutUs_apollo .introduction .two .content {
    margin-left: 0;
    margin-right: .20rem;
  }
  .aboutUs_apollo .introduction .img {
    overflow: hidden;
  }
  .aboutUs_apollo .introduction .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .aboutUs_apollo .introduction .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .introduction .border {
    padding: .15rem 0;
    border-bottom: 1rem solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20rem;
    padding: .05rem 0;
    border-bottom: 1rem solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    margin-top: .05rem;
    text-align: center;
  }
  .aboutUs_apollo .course {
    background: #303030;
    padding: .20rem .10rem;
  }
  .aboutUs_apollo .course .title {
    font-size: .26rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .aboutUs_apollo .course .sub {
    font-size: .16rem;
    color: #fff;
    line-height: .22rem;
    margin: 0;
    text-align: center;
    letter-spacing: .02rem;

  }
  .aboutUs_apollo .course .box {
    padding: .10rem 0;
    margin-top: .30rem;
  }
  .aboutUs_apollo .course .box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .20rem 0;
  }
  .aboutUs_apollo .course .box .wrap .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .30rem;
  }
  .aboutUs_apollo .course .box .wrap .left .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .aboutUs_apollo .course .box .wrap .left .new_img img {
    width: 3.58rem;
    height: 2.08rem;
  }
  .aboutUs_apollo .course .box .wrap .left .img {
    margin-right: .10rem;
    overflow: hidden;
  }
  .aboutUs_apollo .course .box .wrap .left .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .aboutUs_apollo .course .box .wrap .left .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .course .box .wrap .right {
    width: 100%;
    color: #fff;
    padding: 0 .10rem;
  }
  .aboutUs_apollo .course .box .wrap .right .son {
    display: none;
  }
  .aboutUs_apollo .course .box .wrap .right .s_title {
    display: block;
    font-weight: normal;
    font-size: .34rem;
  }
  .aboutUs_apollo .course .box .wrap .right .s_sub {
    display: block;
    font-size: .24rem !important;
    line-height: .38rem !important;
  }
  .aboutUs_apollo .course .box .wrap .right .r_title {
    font-size: .20rem;
    font-weight: 700;
    margin-bottom: .15rem;
  }
  .aboutUs_apollo .course .box .wrap .right .li {
    font-size: .12rem;
    line-height: .26rem;
  }
  .aboutUs_apollo .course .box .wh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .10rem 0;
  }
  .aboutUs_apollo .course .box .wh .img {
    width: 33%;
    margin-right: 0.5%;
  }
  .aboutUs_apollo .course .box .wh .img {
    margin-right: .10rem;
    overflow: hidden;
  }
  .aboutUs_apollo .course .box .wh .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .aboutUs_apollo .course .box .wh .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .course .box .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .05rem 0;
  }
  .aboutUs_apollo .course .box .pp .jump {
    width: 33%;
    margin-right: 0.5%;
  }
  .aboutUs_apollo .course .box .pp .jump .img {
    margin-right: 0;
    overflow: hidden;
  }
  .aboutUs_apollo .course .box .pp .jump .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: auto;
  }
  .aboutUs_apollo .course .box .pp .jump .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .course .box .pp .jump .text {
    background: #fff;
    padding: .10rem;
    text-align: center;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'c_blod';
  }
}

.custom_h5Nav {
  display: none;
}

.custom_h5Search {
  display: none;
}

.roller_nav {
  display: none;
}

.new_ul {
  display: flex;
  padding: .2rem 0;
}

.new_ul .nu_li {
  margin-right: .3rem;
}

.new_ul .nu_li .img {
  width: .5rem;
  height: .5rem;
}

.new_ul .nu_li .img img {
  transition: all;
}

.new_ul .nu_li .img .img2 {
  display: none;
}

.show_box {
  display: flex;
  position: relative;
}

.show_box .box {
  position: absolute;
  top: -1.5rem;
  visibility: hidden;
}

.show_box .box .wrap {
  padding: .2rem;
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 0.2rem rgba(0,0,0,.3);
}

.show_box .box1 {
  left: 0;
  top: -2.28rem;
}

.show_box .box2 {
  left: .3rem;
  top: -1.08rem;
}

.show_box .box3 {
  top: -2.28rem;
  left: .1rem;
}

.show_box .box4 {
  top: -2.28rem;
  left: 1.65rem;
}

.show_box .box5 {
  left: 2.3rem;
  top: -1.08rem;
}

.show_box .box6 {
  right: 0;
  top: -1.08rem;
}

.show_box .box7 {
  right: 1rem;
  top: -1.08rem;
}

.show_box .show_box_active {
  visibility: initial;
}

.show_box .show_img_active {
  display: none;
}

.show_box .box .img {
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
}

.show_box .box .text {
  font-size: .24rem;
  color: #717071;
  text-align: center;
  padding: .05rem;
}

@media screen and (max-width: 750px) {
  .header_h5 .advertisement {
    height: .5rem;
    background: #e5e5e5;
    text-align: center;
    line-height: .5rem;
  }
  .bathub_details .product_spec .container {
    padding-bottom: 0;
    border-top: 1px solid #595757;
    padding-top: .8rem;
    padding-bottom: .5rem;
  }


  .project_case_center .project_case .title {
    font-size: .34rem !important;
    font-family: 'bolder';
    margin-top: .6rem;
  }

  .project_case_center .project_case .sub_title {
    font-size: .25rem !important;
    line-height: .34rpx;
    padding: .05rem .3rem 0 !important;
    margin: 0 !important;
  }

  .bathub_details .like .list .box a .img img {
    width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    object-fit: contain;
  }
}

/* 窗口宽度<1024 */
@media screen and (max-width: 1024px) {
    .sidebar{
        display: none;
    }
  .header_h5 .advertisement {
    display: none;
    height: .5rem;
    background: #e5e5e5;
    text-align: center;
    line-height: .5rem;
  }
  .product_center .product_nav {
    display: none;
  }

  .product_center .product_nav_h5 {
    padding: .86rem .25rem 0;
    background-color: #fff;
    display: block;
  }
  
  .product_center .product_nav_h5 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
    
  .product_center .product_nav_h5 .box {
    width: 20%;
    margin-bottom: .5rem;
  }

  .product_center .product_nav_h5 .box a {
    text-align: center;
  }

  .product_center .product_nav_h5 .box a .img {
    width: .7rem;
    height: .7rem;
    margin: auto;
  }

  .product_center .product_nav_h5 .box a .text {
    font-size: .17rem;
    color: #5a5a5a;
    font-family: 'c_blod';
    margin: .1rem 0;
  }

  .about_us .main {
    padding: 0;
  }

  .investmentPromotion_center .start .main .list .zs .pc_lis {
    display: none;
  }

  .investmentPromotion_center .start .main .list .zs .h5_lis {
    display: block;
  }

  .investmentPromotion_center .start .main .list .pc_head {
    display: none;
  }

  .investmentPromotion_center .start .main .list .h5_head {
    display: block;
  }

  .roller_nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.17rem;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
  }
  .roller_nav .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 0;
            padding: 0 .2rem !important;
  }
  .roller_nav .container .left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roller_nav .container .left .box {
    text-align: center;
    margin-right: .9rem;
  }
  .roller_nav .container .left .box a {
    padding: 0 .10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roller_nav .container .left .box a .icon .iconfont {
    color: #fff;
    font-size: .36rem;
  }
  .roller_nav .container .left .box a .text {
    color: #fff;
    padding: .03rem 0;
    font-size: .21rem;
    font-family: 'c_blod';
  }
  .roller_nav .container .right {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .roller_nav .container .right .box {
    text-align: center;
  }
  .roller_nav .container .right .box a {
    padding: 0 .15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roller_nav .container .right .box a .icon .iconfont {
    color: #fff;
    font-size: .36rem;
  }
  .roller_nav .container .right .box a .text {
    color: #Fff;
    padding: .03rem 0;
    font-size: .21rem;
    font-family: 'c_blod';
  }
  .roller_nav_active {
    display: block;
  }

  .header {
    display: none;
  }

  .header_h5 {
    display: block;
    position: fixed;
    overflow-x: hidden;
    width: 100%;
    z-index: 9999;
    top: 0;
  }

  .header_h5 .container {
    padding: 0 .20rem;
    background: #1b1b1b;
    height: .88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_h5 .container .search {
    width: .61rem;
    height: .33rem;
    line-height: .33rem;
    border-radius: .45rem;
    border: 1px solid #fff;
    text-align: center;
  }
  .header_h5 .container .search .icon-sousuo {
    color: #fff;
    font-size: .18rem;
  }
  .header_h5 .container .logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    margin: 0 .3rem;
  }
  .header_h5 .container .logo img {
    width: 2.94rem;
    height: .31rem;
    margin: auto;
  }
  .header_h5 .container .menu {
    width: .38rem;
    height: .38rem;
    position: relative;
  }
  .header_h5 .container .menu .li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header_h5 .container .menu .li:first-child {
    top: .0rem;
  }
  .header_h5 .container .menu .li:nth-child(2) {
    top: .15rem;
  }
  .header_h5 .container .menu .li:last-child {
    top: .3rem;
  }
  .header_h5 .container .menu_active .li:first-child {
    top: .15rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header_h5 .container .menu_active .li:nth-child(2) {
    top: 0;
    display: none;
  }
  .header_h5 .container .menu_active .li:last-child {
    top: .15rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header_h5 .nav_wrap {
    visibility: hidden;
    position: absolute;
    top: .50rem;
    right: -.25rem;
    width: 1.20rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header_h5 .nav_wrap .icon {
    position: absolute;
    top: -.07rem;
    right: -.05rem;
    text-align: right;
    width: 100%;
  }
  .header_h5 .nav_wrap .icon .icon-youjiantou1 {
    font-size: .26rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .header_h5 .nav_wrap .nav {
    position: absolute;
    top: .11rem;
    left: 0;
    width: 100%;
    padding: 0 .20rem;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    border-radius: .04rem;
    z-index: 9999;
  }
  .header_h5 .nav_wrap .nav .li {
    border-bottom: 1px solid #fff;
  }
  .header_h5 .nav_wrap .nav .li a {
    padding: .15rem 0;
    font-size: .12rem;
    color: #fff;
    text-align: center;
  }
  .header_h5 .nav_wrap .nav .li:last-child {
    border-bottom: 0;
  }
  .header_h5 .active {
    visibility: initial;
    right: .25rem;
  }
  .header_h5 .search_wrap {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    padding: .10rem;
  }
  .header_h5 .search_wrap .form {
    padding: .10rem;
    background: #fff;
    border-radius: 4rem;
  }
  .header_h5 .search_wrap .form .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1rem solid #ccc;
  }
  .header_h5 .search_wrap .form .search .input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: .40rem;
    line-height: .40rem;
  }
  .header_h5 .search_wrap .form .search .icon-sousuo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 100%;
    padding: 0 .15rem;
    font-size: .18rem;
    font-weight: 700;
  }
  .header_h5 .search_wrap .form .ul {
    display: none;
  }
  .header_h5 .search_wrap .form .ul .li {
    border-bottom: 1px solid #ccc;
  }
  .header_h5 .search_wrap .form .ul .li a {
    padding: 0 .10rem;
    height: .40rem;
    line-height: .40rem;
  }
  .header_h5 .search_wrap .form .ul .see_more a {
    color: #E94709;
  }
  .header_h5 .search_wrap_active {
    display: block;
  }
  .footer {
    display: none;
  }
  .footer_h5 {
    display: block;
    background: #f5f5f7;
    padding: .3rem .2rem 1.1rem;
  }
  .footer_h5 .nav_wrap .ul .li {
    border-bottom: 1px solid #8e8e8e;
  }
  .footer_h5 .nav_wrap .ul .li .icon-dizhi {
    font-size: .2rem;
    color: #666666;
  }
  .footer_h5 .nav_wrap .ul .li .text {
    font-size: .24rem;
    color: #666;
    font-family: 'c_blod';
    width: auto;
    letter-spacing: .01rem;
  }
  .footer_h5 .nav_wrap .ul .li a {
    padding: .2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  }
  .footer_h5 .nav_wrap .ul .li .sonUl {
    display: none;
  }
  .footer_h5 .nav_wrap .ul .li .sonUl .uli {
    padding: 0 .24rem;
  }
  .footer_h5 .nav_wrap .ul .li .sonUl .uli a {
    font-size: .24rem;
    color: #666;
    font-family: 'c_blod';
    letter-spacing: .01rem;
  }
  .footer_h5 .nav_wrap .ul .li a .text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: .2rem;
    color: #666;
    font-family: 'c_blod';
  }
  .footer_h5 .nav_wrap .ul .li .jump_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_h5 .nav_wrap .ul .li .jump_box .icon-dizhi {
    padding-right: .2rem;
  }
  .footer_h5 .nav_wrap .ul .li .jump_box .icon_box {
    width: 1rem;
    text-align: right;
  }
  .footer_h5 .nav_wrap .ul .li .jump_box .icon_box .drop_icon {
    font-size: .22rem;
    color: #666;
    transition: all .3s;
    transform: rotate(0deg);
  }
  .footer_h5 .nav_wrap .ul .li .jump_box .icon_box .drop {
    transition: all .3s;
    display: inline-block;
    transform: rotate(90deg);
  }
  .footer_h5 .assist_function {
    padding: .15rem 0;
    padding-top: .25rem;
  }
  .footer_h5 .assist_function .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_h5 .assist_function .ul .li {
    background: #cecfcf;
    border-radius: 50%;
    margin-right: .20rem;
    min-width: .5rem;
    text-align: center;
  }
   .footer_h5 .assist_function .ul .li {
    background: #cecfcf;
    border-radius: 50%;
    margin-right: .20rem;
    position: relative;
  }
  .footer_h5 .assist_function .ul .li a {
    padding: .07rem;
  }
  .footer_h5 .assist_function .ul .li a img {
    width: .51rem;
  }
  .footer_h5 .assist_function .ul .li a .iconfont {
    font-size: .16rem;
  }
  .footer_h5 .assist_function .ul .li .pox {
    left: -160%;
    width: 2.2rem;
  }
  .footer_h5 .assist_function .ul .li .pox .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_h5 .assist_function .ul .li .pox .inline .lis {
    text-align: center;
  }
  .footer_h5 .assist_function .ul .li .pox .inline .lis .text {
    white-space: nowrap;
    padding: .05rem .02rem;
  }
  .footer_h5 .assist_function .ul .li .email {
    left: -215%;
    width: 2.8rem;
    text-align: center;
  }
  .footer_h5 .assist_function .ul .li .dy {
    left: -215%;
    width: 1.68rem;
  }
  .footer_h5 .assist_function .ul .li .dyh {
    width: 2.20rem;
    left: -104%;
  }
  .footer_h5 .assist_function .ul .li .f_phone {
    width: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    left: -243%;
  }
  .footer_h5 .assist_function .ul .li .dz {
    width: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    left: -395%;
  }
  .footer_h5 .assist_function .ul .li .lib {
    background: #fff;
    padding: .03rem;
    display: none;
    position: absolute;
    top: .60rem;
    -webkit-box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
    z-index: 999;
    border-radius: .02rem;
  }
  .footer_h5 .assist_function .ul .li .active {
    display: block;
  }
  .footer_h5 .assist_function .ul .li a {
    padding: .07rem;
  }
  .footer_h5 .assist_function .ul .li a .iconfont {
    font-size: .16rem;
  }
  .footer_h5 .assist_function .ul .li:last-child {
    margin-right: 0;
  }
  .footer_h5 .code {
    display: block;
    margin: .2rem auto;
  }
  .footer_h5 .code img {
    display: inline-block;
    vertical-align: top;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .15rem;
  }
  
  .footer_h5 .explain {
    font-size: .2rem;
    color: #717071;
    line-height: .3rem;
    letter-spacing: .025rem;
  }
  .footer_h5 .explain a {
       display: inline-block;
      vertical-align: top;
      width: auto;
    font-size: .2rem;
    color: #717071;
    line-height: .3rem;
    letter-spacing: .025rem;
  }
  .footer_h5 .border_shild {
    margin: .25rem 0;
    height: 1px;
    background: #e7e7e8;
  } 
  .footer_h5 .phone {
    padding: .20rem 0 0;
    font-weight: normal;
    font-size: .34rem;
    color: #333333;
    font-family: 'bolder';
  }
  .footer_h5 .copyright_explain {
    padding-top: .10rem;
    border-top: 1px solid #e5e5e6;
  }
  .footer_h5 .serve {
    padding-bottom: .10rem;
  }
  .footer_h5 .list_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: .05rem;
  }
  .footer_h5 .list_nav li {
    margin-left: .1rem;
    position: relative;
  }
  .footer_h5 .list_nav li a {
    font-size: .2rem;
    color: #717071;
    padding-right: .07rem;
  }
  .footer_h5 .list_nav li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: .14rem;
    background: #717071;
  }
  .footer_h5 .list_nav li:last-child::after {
    display: none;
  }
  .footer_h5 .list_nav li:first-child {
    margin-left: 0;
  }
  .footer_h5 .mbcontact {
        position: fixed;
        bottom: 0;
        width: 100%;
        line-height: 1rem;
        background-color: #1b1b1b;
        left: 0;
        right: 0;
        -webkit-overflow-scrolling: touch;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        background-size: 100% 100%;
        z-index: 99999;
        box-shadow: 0px 0px 10px 0px rgba(225, 225, 225, 0.4);
    }

    .footer_h5 .mbcontact div {
        float: left;
        width: 50%;
        text-align: center;
    }

    .footer_h5 .mbcontact div a {
        display: block;
        font-size: .3rem;
        color: #f0f0f0;
    }

    .footer_h5 .mbcontact div.right {
        background-color: #E9470A;
    }
  
  
  .auxiliary_function {
    display: none;
  }
  .product_center .product_nav {
    margin-top: 0;
    background: #fff;
  }
  .product_center .product_nav .container .list .box {
    width: 20%;
    padding: 0 .05rem;
  }
  .product_center .product_list {
    margin-top: 0;
    padding: 0;
  }
  .product_center .product_list .container .title {
    font-size: .24rem;
  }
  .product_center .product_list .container .icon {
    padding: .15rem 0;
  }
  .product_center .product_list .container .list .box {
    width: 32%;
    margin-right: 2%;
  }
  .product_center .product_list .container .list .box a {
    padding: .38rem 0;
  }
  .product_center .product_list .container .list .box a .top {
    height: .90rem;
  }
  .product_center .product_list .container .list .box a .top .b_title {
    font-size: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product_center .product_list .container .list .box a .top .sub_title {
    font-size: .14rem;
    line-height: .20rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product_center .product_list .container .list .box a .top .name {
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product_center .product_list .container .list .box a .img_wrap {
    height: 2.72rem;
  }
  .product_center .product_list .container .list .box a .more {
    font-size: .25rem;
    font-family: 'c_blod';
    margin-top: 0;
  }
  .product_center .product_list .container .list .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .index .introduction .wrap_box {
    display: none;
  }
  .index .introduction .wrap_box .list .lis {
    margin-right: .1rem;
    margin-bottom: .17rem;
    width: 3.56rem;
    height: 2.42rem;
  }
  .index .introduction .wrap_box .list .lis .box a .shade {
    padding: .05rem;
  }
  .index .introduction .wrap_box .list {
    justify-content: space-between;
  }
  .index .introduction .wrap_box .list .lis .box a .shade .title {
    font-size: .33rem;
    margin-bottom: .07rem;
    font-family: 'bold';
    height: .4rem;
  }
  .container {
    padding-top: .30rem;
  }
  .index .introduction .wrap_box .list .lis .box a .shade .sub_title {
    font-size: .2rem;
    line-height: .34rem;
    height: .7rem;
  }
  .index .introduction .wrap_box .list .lis:nth-child(3n+3) {
    margin-right: 2%;
  }
  .index .introduction .wrap_box .list .lis:nth-child(2n+2) {
    margin-right: 0;
  }
  .index .introduction .wrap_box_h5 {
    display: block;
  }
  .index .map {
    margin-top: .30rem;
    margin-bottom: .60rem;
    padding-bottom: .30rem;
  }
  .index .map .center {
    position: relative;
    height: 8.44rem;
  }
  .index .map .center .bg_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .index .map .center .form_main {
    position: absolute;
    bottom: -35%;
    left: 50%;
    width: 6.24rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.5);
            padding: .22rem .8rem;
            background: #fff;
  }
  .index .map .center .form_main .form {
    background: #fff;
    padding: .07rem;
  }
  .index .map .center .form_main .form .title {
    text-align: center;
    font-size: .42rem;
    font-family: 'bold';
    color: #333333;
  }
  .index .map .center .form_main .form .sub_title {
    text-align: center;
    font-size: .17rem;
    color: #333333;
    padding: .05rem 0;
    font-family: 'c_blod';
  }
  .index .map .center .form_main .form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: .01rem solid #aaaaaa;
    height: .60rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 .07rem;
    margin-bottom: .1rem;
    object-fit: none;
  }

  .index .map .center .form_main .form .box .iconfont {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: .12rem;
  }
  .index .map .center .form_main .form .box .content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: .10rem;
    border: 0;
    height: 100%;
    font-size: .22rem;
  }
  .index .map .center .form_main .form .textarea_box {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    height: .74rem;
    padding: .14rem .07rem;
  }
  .index .map .center .form_main .form .button {
    width: 100%;
    height: .40rem;
    background: #333333;
    color: #fff;
    font-size: .18rem;
    border: 0;
  }
  .index .video_mian .title {
    text-align: center;
    font-size: .42rem;
    font-family: 'bold';
  }
  .index .video_mian .sub_title {
    font-size: .21rem;
    color: #666666;
    text-align: center;
    padding-top: 0rem;
    font-family: 'c_blod';
  }
  .index .video_mian .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .video_mian .list .li {
    margin-bottom: .20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    width: 2.95rem;
    height: 3.7rem;
    margin-right: 1%;
  }
  .index .video_mian .list .li .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .index .video_mian .list .li .box .video {
    width: 100%;
    height: 100%;
    display: none;
  }
  .index .video_mian .list .li .box .shade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #000;
  }
  .index .video_mian .list .li .box .shade .icon {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index .video_mian .list .li .box .shade .icon img {
    width: .41rem;
    height: .41rem;
  }
  .index .video_mian .list .li .box .shade .iconfont {
    font-size: .60rem;
    color: #c1471d;
  }
  .index .video_mian .list .li .box .times {
    position: absolute;
    bottom: .15rem;
    right: .15rem;
    background: rgba(0, 0, 0, 0.7);
    line-height: .44rem;
    height: .44rem;
    padding: .0rem .05rem;
    color: #fff;
    font-size: .22rem;

  }
  .index .video_mian .list .li .box:nth-child(2n+2) {
    margin-top: .14rem;
  }
  .index .video_mian .list .li .box:hover .shade {
    display: block;
  }
  .index .video_mian .list .li:first-child {
    width: 4.2rem;
    height: 3.7rem;
  }
  .index .video_mian .list .li:last-child {
    margin-right: 1%;
  }
  .index .video_mian .list .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .index .video_mian .list .li:nth-child(3n+3) {
    display: none;
  }
  .index .press_center {
    margin-top: .30rem;
  }
  .index .press_center .title {
    text-align: center;
    font-size: .42rem;
    font-family: 'bold';
  }
  .index .press_center .sub_title {
    font-size: .22rem;
    color: #666666;
    text-align: center;
    padding: 0;
    font-family: "c_blod";
  }
  .index .press_center .list .l_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ededed;
    padding: .03rem 0;
    margin-top: .3rem;
  }
  .index .press_center .list .l_nav .jump {
    font-size: .34rem;
    color: #666666;
    padding-bottom: 0;
    margin-right: .50rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'bold';
  }
  .index .press_center .list .l_nav .active {
    color: #333333;
    text-shadow: 0rem 0rem 1px #333;
    font-family: 'c_blod';
  }
  .index .press_center .list .main {
    margin-top: .15rem;
  }
  .index .press_center .list .main .li {
    display: none;
  }
  .index .press_center .list .main .li .li_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .press_center .list .main .li .li_wrap .box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    position: relative;
    margin-bottom: .20rem;
  }

  .index .press_center .list .main .li .li_wrap .left a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .index .press_center .list .main .li .li_wrap .box .suspension {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: .10rem .40rem;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .press_center .list .main .li .li_wrap .box .suspension .t_title {
    font-size: .34rem;
    line-height: .4rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'bold';
  }
  .index .press_center .list .main .li .li_wrap .box .suspension .explain {
    font-size: .22rem;
    line-height: .3rem;
    margin-top: .15rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'reguler';
  }
  .index .press_center .list .main .li .li_wrap .box .lis {
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: auto;
    margin-bottom: .2rem;
  }
  .index .press_center .list .main .li .li_wrap .box .lis a {
    padding: .2rem 0 .3rem;
  }
  .index .press_center .list .main .li .li_wrap .box .lis a .img {
    width: 1.72rem;
    height: 1.04rem;
    flex-shrink: 0;
  }
  .index .press_center .list .main .li .li_wrap .box .lis a .img img {
    height: 100%;
  }
  .index .press_center .list .main .li .li_wrap .box .lis a .content {
    flex: auto;
    height: 1.1rem;
    padding: 0;
    padding-left: .10rem;
    justify-content: start;
    width: 60%;
  }
  .index .press_center .list .main .li .li_wrap .box .lis a .content .head .text {
    font-size: .25rem;
    color: #333;
    font-family: 'bold';
  }
  .index .press_center .list .main .li .li_wrap .box .lis a .content .head .time {
    font-size: .12rem;
    margin: .07rem 0;
    display: none;
  }
  .index .press_center .list .main .li .li_wrap .box .lis a .content .exp {
    font-size: .22rem;
    -webkit-line-clamp: 2;
    line-height: .27rem;

  }
  .index .press_center .list .main .li .li_wrap .box .lis {
    margin-bottom: .20rem;
    border-bottom: 1px solid #eeeeee;
  }
  .index .press_center .list .main .li .li_wrap .box .lis:last-child {
    margin-bottom: 0;
  }
  .index .press_center .list .main .li .li_wrap .box .lis:hover {
    -webkit-box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.3);
  }
  .index .press_center .list .main .li .li_wrap .box .lis:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index .press_center .list .main .li .li_wrap .box:nth-child(2n+2) {
    padding-left: 0rem;
    max-height: initial;
  }
  .index .press_center .list .main .active {
    display: block;
  }
  .investmentPromotion_center .policy {
    padding: .10rem 0;
  }
  .investmentPromotion_center .policy .title {
    font-weight: 700;
    font-size: .42rem;
    text-align: center;
    color: #000;
  }
  .investmentPromotion_center .policy .english {
    font-size: .14rem;
    color: #333333;
    text-align: center;
    padding: .10rem 0;
    line-height: .24rem;
  }
  .investmentPromotion_center .policy .sub_title {
    font-size: .14rem;
    text-align: center;
    font-weight: normal;
    color: #000;
  }
  .investmentPromotion_center .policy .list {
    padding: .20rem 0;
  }
  .investmentPromotion_center .policy .list .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
  }
  .investmentPromotion_center .policy .list .ul .inline {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li {
    width: 33%;
  }
  .investmentPromotion_center .policy .list .ul li a {
    text-align: center;
  }
  .investmentPromotion_center .policy .list .ul li a .box {
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .investmentPromotion_center .policy .list .ul li a .box .icon {
    width: 1.04rem;
    height: 1.04rem;
    margin-bottom: 10rem;
  }
  .investmentPromotion_center .policy .list .ul li a .box .text {
    font-size: .18rem;
    color: #333;
    font-weight: 700;
  }
  .investmentPromotion_center .policy .list .ul li a .box .sub_text {
    font-size: .14rem;
    color: #333;
    margin-top: .07rem;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(2) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(5) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(8) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul .inline:last-child {
    border-bottom: 0;
  }
  .investmentPromotion_center .map {
    padding-bottom: .3rem;
    padding-top: .5rem;
  }
  .investmentPromotion_center .map .center {
    position: relative;
    height: 7.2rem;
  }
  .investmentPromotion_center .map .center .bg_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .investmentPromotion_center .map .center .form_main {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.4);
            border-radius: .04rem;
            z-index: 99;
            overflow: hidden;
  }
  .investmentPromotion_center .map .center .form_main .form {
    background: #fff;
    padding: .2rem;

  }
  .investmentPromotion_center .map .center .form_main .form .title {
    text-align: center;
    font-size: .34rem;
    line-height: .42rem;
    font-weight: normal;
    color: #333333;
    font-family: 'bold';
  }
  .investmentPromotion_center .map .center .form_main .form .sub_title {
    display: none;
  }
  .investmentPromotion_center .map .center .form_main .form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #aaaaaa;
    height: .60rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 .07rem;
    margin-bottom: .10rem;
  }

  .investmentPromotion_center .map .center .form_main .form .box .iconfont {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: .12rem;
  }
  .investmentPromotion_center .map .center .form_main .form .box .content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: .10rem;
    border: 0;
    height: 100%;
    font-size: .24rem;
    font-weight: normal;
  }
  .investmentPromotion_center .map .center .form_main .form .textarea_box {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    height: .74rem;
    padding: .14rem .07rem;
  }
  .investmentPromotion_center .map .center .form_main .form .button {
    width: 100%;
    height: .60rem;
    background: #333333;
    color: #fff;
    font-size: .24rem;
    border: 0;
  }
  .investmentPromotion_center .start .main .list .zs {
    margin-top: .05rem;
  }
  .investmentPromotion_center .start .main .list .zs .lis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: .05rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: .46rem;
  }
  .investmentPromotion_center .start .main .list .zs .lis .centent_box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    color: #FFF;
    text-align: center;
    line-height: .32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .investmentPromotion_center .start .main .list .zs .lis .centent_box .tb_title {
    font-size: .28rem;
    margin-bottom: 0;
    font-family: 'bold';
    line-height: .36rem;
  }
  .investmentPromotion_center .start .main .list .zs .lis .centent_box .tb_english {
    font-size: .24rem;
    margin: 0;
    line-height: .36rem;
    margin-bottom: .1rem;
  }
  .investmentPromotion_center .start .main .list .zs .lis .centent_box .sub_title {
    font-size: .26rem;
    margin: 0;
    line-height: .36rem;
  }
  .investmentPromotion_center .start .main .list .zs .lis .img_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 7.60rem;
    max-width: 100%  !important;
    padding: 0;
    background: #fff;
    margin-top: .20rem;
  }
  .investmentPromotion_center .start .main .list .zs .lis .img_list .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: .20rem;
    overflow: hidden;
  }
  .investmentPromotion_center .start .main .list .zs .lis .img_list .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .investmentPromotion_center .start .main .list .zs .lis .img_list .img:last-child {
    margin-right: 0;
  }
  .investmentPromotion_center .start .main .list .zs .lis .img_list .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .product_log .proruct_list .list {
    padding: .15rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_log .proruct_list .list .box {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .product_log .proruct_list .list .box a {
    padding-bottom: .20rem;
  }
  .product_log .proruct_list .list .box a .img {
    overflow: hidden;
  }
  .product_log .proruct_list .list .box a .img img {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .product_log .proruct_list .list .box a .time {
    padding: .10rem .10rem 0;
    font-size: .12rem;
    color: #7d7d7d;
  }
  .product_log .proruct_list .list .box a .title {
    margin: .05rem 0;
    padding: 0 .10rem;
    font-size: .18rem;
    color: #333333;
    line-height: .20rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: .14rem;
  }
  .product_log .proruct_list .list .box a .explain {
    padding: 0 .10rem;
    font-size: .12rem;
    color: #999999;
    line-height: .20rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product_log .proruct_list .list .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .product_log .proruct_list .list .box:hover {
    -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
  }
  .product_log .proruct_list .list .box:hover a img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news_center .press_center {
    margin-top: .30rem;
  }
  .news_center .press_center .title {
    text-align: center;
    font-size: .42rem;
    font-weight: normal;
    font-family: 'bold';
  }
  .news_center .press_center .sub_title {
    font-size: .24rem;
    font-family: 'c_blod';
    color: #666666;
    text-align: center;
    padding: .05rem 0;
    margin-bottom: .2rem;
  }
  .news_center .press_center .list .l_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ededed;
  }
  .news_center .press_center .list .l_nav .jump {
    font-size: .18rem;
    color: #666666;
    padding-bottom: .07rem;
    margin-right: .50rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news_center .press_center .list .l_nav .jump a {
    font-size: .34rem;
    font-family: 'bold';
  }
  .news_center .press_center .list .l_nav .active {
    color: #333333;
    text-shadow: 0rem 0rem 1px #333;
  }
  .news_center .press_center .list .main {
    margin-top: .15rem;
  }
  .news_center .press_center .list .main .li {
    display: none;
  }
  .news_center .press_center .list .main .li .li_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_center .press_center .list .main .li .li_wrap .box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    position: relative;
    margin-bottom: .20rem;
  }
  .news_center .press_center .list .main .li .li_wrap .box .suspension {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: .10rem .40rem;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_center .press_center .list .main .li .li_wrap .box .suspension .t_title {
    font-size: .34rem;
    line-height: .42rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_center .press_center .list .main .li .li_wrap .box .suspension .explain {
    font-size: .24rem;
    line-height: .34rem;
    margin-top: .20rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e7e7e7;
  }
  .news_center .news_list {
    display: none;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #eeeeee;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis a {
    padding: .2rem 0;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis a .img {
    width: 1.72rem;
    height: 1.04rem;
    flex: none;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis a .content {
    flex: auto;
    padding: 0;
    width: 60%;
    justify-content: start;
    padding-left: .10rem;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis a .content .head .text {
    font-size: .28rem;
    font-family: 'bold';
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis a .content .head .time {
    font-size: .12rem;
    margin: .07rem 0;
    display: none;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis a .content .exp {
    font-size: .24rem;
    -webkit-line-clamp: 2;
    line-height: .3rem;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis {
    margin-bottom: .10rem;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis:last-child {
    margin-bottom: 0;
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis:hover {
    -webkit-box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.3);
  }
  .news_center .press_center .list .main .li .li_wrap .box .lis:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news_center .press_center .list .main .li .li_wrap .box:nth-child(2n+2) {
    padding-left: 0rem;
  }
  .news_center .press_center .list .main .active {
    display: block;
  }
  .news_center .news_list {
    margin: .10rem 0;
    margin-top: .30rem;
  }
  .news_center .news_list .container {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: .10rem;
  }
  .news_center .news_list .box {
    margin-bottom: .10rem;
    padding-bottom: .10rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news_center .news_list .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_center .news_list .box a .img {
    width: 30%;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;

  }
  .news_center .news_list .box a .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news_center .news_list .box a .centent {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 70%;
    padding: .10rem;
  }
  .news_center .news_list .box a .centent .time {
    font-size: .14rem;
    color: #666666;
  }
  .news_center .news_list .box a .centent .title {
    font-size: .14rem;
    color: #161616;
    margin: .10rem 0;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_center .news_list .box a .centent .explain {
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_center .news_list .box:hover a .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bathub_details .product_swiper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .50rem .10rem;
  }
  .bathub_details .product_swiper .container .left {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: .30rem;
  }
  .bathub_details .product_swiper .container .left .title {
    font-size: .18rem;
    text-align: center;
  }
  .bathub_details .product_swiper .container .left .sub_title {
    font-size: .18rem;
    margin: .10rem 0;
    text-align: center;
  }
  .bathub_details .product_swiper .container .left .explain {
    font-size: .12rem;
    color: #595757;
    line-height: .26rem;
    text-align: center;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bathub_details .product_swiper .container .left .border {
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: .15rem 0;
  }
  .bathub_details .product_swiper .container .left .btn {
    display: inline-block;
    background: #db4915;
    padding: 0 .15rem;
    border-radius: .04rem;
    height: .35rem;
    line-height: .35rem;
    margin: .30rem 0;
    opacity: .8;
  }
  .bathub_details .product_swiper .container .left .btn a {
    color: #fff;
    font-size: .14rem;
  }
  .bathub_details .product_swiper .container .left .btn:hover {
    opacity: 1;
  }
  .bathub_details .product_swiper .container .right {
    width: 100%;
  }
  .bathub_details .product_swiper .container .right .swiper_box {
    max-width: 5.50rem;
    margin: auto;
    width: 100%;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .30rem 0;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide {
    height: .45rem;
    width: 3.70rem;
    padding: 0 .35rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .swiper-slide {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .active {
    border: 2px solid #e94709;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev {
    background-image: none;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    left: 0;
    cursor: pointer;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev .iconfont {
    font-size: .26rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next {
    background-image: none;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    right: 0;
    cursor: pointer !important;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next .iconfont {
    font-size: .26rem;
  }
  .bathub_details .function .main {
    padding: .30rem 0;
  }
  .bathub_details .function .main .title {
    font-size: .50rem;
    text-align: center;
    font-weight: 700;
  }
  .bathub_details .function .main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .30rem 0;
  }
  .bathub_details .function .main .list .li {
    width: 19%;
    height: 1.20rem;
    margin-bottom: 1.2%;
    margin-right: 1.2%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#3a3636));
    background-image: linear-gradient(to bottom, #282828, #3a3636);
  }
  .bathub_details .function .main .list .li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    padding: .10rem;
  }
  .bathub_details .function .main .list .li:nth-child(5n+5) {
    margin-right: 0;
  }
  .bathub_details .product_spec {
    padding-bottom: .15rem;
  }
  .bathub_details .product_spec .main {
    font-size: .14rem;
    color: #7d7d7d;
    line-height: .26rem;
  }
  .bathub_details .product_spec .main .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: .10rem;
  }
  .bathub_details .product_spec .main .ul .li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: .10rem;
  }
  .aboutUs_apollo .introduction .title {
    font-size: .42rem;
    color: #030716;
    text-align: center;
    font-family: 'bold';
  }
  .aboutUs_apollo .introduction .container {
    padding: .4rem .1rem;
  }
  .aboutUs_apollo .introduction .explain {
    font-size: .24rem;
    line-height: .34rem;
    color: #333;
    text-align: center;
    margin: .2rem 0 .6rem;
  }
  .aboutUs_apollo .introduction .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: .3rem;
  }

  .aboutUs_apollo .introduction .two {
    display: none;
  }

  .aboutUs_apollo .introduction .three {
    display: block;
  }

  .aboutUs_apollo .introduction .img_box .img {
        -ms-flex: none;
            flex: none;
    width: 2.36rem;
  }
  .aboutUs_apollo .introduction .img_box .content {
    flex: auto;
    width: 100%;
    padding: .10rem;
    margin-left: 0rem;
    border-top: 0;
  }
  .aboutUs_apollo .introduction .img_box .content .top_head {
    font-size: .28rem;
    line-height: .28rem;
    color: #333333;
    margin-bottom: .1rem;
    font-family: 'bold';
  }
  .aboutUs_apollo .introduction .img_box .content .bottom_text {
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aboutUs_apollo .introduction .img_box .content .top_head .text {
    font-size: .42rem;
    color: #e94709;
  }
  .aboutUs_apollo .introduction .new_img {
    margin-bottom: .3rem;
  }
  .aboutUs_apollo .introduction .new_img .wrap {
    display: flex;
    justify-content: space-between;
  }
  .aboutUs_apollo .introduction .new_img .wrap .img {
    -ms-flex: none;
          flex: none;
    width: 2.36rem;
  }
  .aboutUs_apollo .introduction .new_img .wrap .bottom_text {
    flex: auto;
    width: 100%;
    padding: .10rem;
    margin-right: 0rem;
    border-top: 0;
  }
  .aboutUs_apollo .introduction .new_img .wrap .bottom_text .cont {
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aboutUs_apollo .introduction .img_box .content .exp {
    font-size: .12rem;
    color: #333333;
    line-height: .24rem !important;
    margin-bottom: .05rem;
    text-align: center;
  }
  .aboutUs_apollo .introduction .one .content {
    /* border-top: 1px solid rgba(0, 0, 0, 0.3); */
    border-top: 0;
  }
  .aboutUs_apollo .introduction .two .content {
    margin-left: 0;
    margin-right: 0rem;
  }
  .aboutUs_apollo .introduction .img {
    overflow: hidden;
  }
  .aboutUs_apollo .introduction .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .aboutUs_apollo .introduction .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .introduction .border {
    padding: .15rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: .10rem;
    padding: .05rem 0 .15rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    margin-top: .05rem;
    text-align: center;
  }
  .aboutUs_apollo .course {
    background: #303030;
    padding: .70rem 0 .5rem;
  }
  .aboutUs_apollo .course .title {
    font-size: .42rem;
    font-family: 'bold';
    font-weight: normal;
    text-align: center;
    color: #fff;
  }
  .aboutUs_apollo .course .sub {
    font-size: .24rem;
    color: #fff;
    line-height: .38rem;
    margin: 0 0;
    text-align: center;
    letter-spacing: 2px;
  }
  .aboutUs_apollo .course .box {
    padding: .10rem 0;
    margin-top: .05rem;
  }
  .aboutUs_apollo .course .box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .20rem 0;
  }
  .aboutUs_apollo .course .box .wrap .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .05rem;
  }
  .aboutUs_apollo .course .box .wrap .left .img {
    margin-right: .10rem;
    overflow: hidden;
  }
  .aboutUs_apollo .course .box .wrap .left .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .aboutUs_apollo .course .box .wrap .left .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .course .box .wrap .right {
    width: 100%;
    color: #fff;
    padding: 0 .10rem;
  }
  .aboutUs_apollo .course .box .wrap .right .r_title {
    font-size: .20rem;
    font-weight: 700;
    margin-bottom: .15rem;
  }
  .aboutUs_apollo .course .box .wrap .right .li {
    font-size: .12rem;
    line-height: .26rem;
  }
  .aboutUs_apollo .course .box .wh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .10rem 0;
  }
  .aboutUs_apollo .course .box .wh .img {
    width: 33%;
    margin-right: 0.5%;
  }
  .aboutUs_apollo .course .box .wh .img {
    margin-right: .10rem;
    overflow: hidden;
  }
  .aboutUs_apollo .course .box .wh .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .aboutUs_apollo .course .box .wh .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .course .box .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .05rem 0;
  }
  .aboutUs_apollo .course .box .pp .jump {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .aboutUs_apollo .course .box .pp .jump .img {
    margin-right: 0;
    overflow: hidden;
  }
  .aboutUs_apollo .course .box .pp .jump .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: auto;
  }
  .aboutUs_apollo .course .box .pp .jump .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .aboutUs_apollo .course .box .pp .jump .text {
    background: #fff;
    padding: .10rem .05rem;
    text-align: center;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .12rem;
  }
  .aboutUs_apollo .course .box .pp .jump:nth-child(2n+1) {
    margin-right: 0;
  }

  .aboutUs_apollo .course .box .pp .jump:first-child {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }

  .aboutUs_apollo .course .swiper_main {
    margin: .05rem 0;
    margin-bottom: 1.12rem;
  }
  .aboutUs_apollo .course .swiper_main .course_swiper::before {
    content: '';
    position: absolute;
    top: .50rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .course_fixed {
    padding-top: .50rem;
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box {
    position: relative;
    padding: .10rem .15rem;
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: .20rem;
    height: .20rem;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .i {
    width: 1px;
    height: .35rem;
    margin: auto;
    background: rgba(255, 255, 255, 0.3);
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .year {
    font-size: .26rem;
    color: #e94709;
    font-weight: 700;
    text-align: center;
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .course_fixed .swiper_box .text {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    line-height: .32rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: .15rem 0;
    min-height: 1rem;
    max-height: 1rem;
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: .03rem;
    z-index: 50;
    height: .07rem;
    width: 98%;
  }
  .aboutUs_apollo .course .swiper_main .course_swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 143%;
    width: 100%;
    position: relative;
    background: #e94709;
    border-radius: .10rem;
    left: 0;
    top: 0;
    margin-top: -2px;
    height: .10rem;
  }
  .aboutUs_apollo .app_case .ac_main .head {
    padding-top: .85rem;
    font-size: .42rem;
    color: #010101;
    font-weight: normal;
    font-family: 'bold';
    text-align: center;
    letter-spacing: 1px;
  }
  .aboutUs_apollo .app_case .ac_main .details {
    font-size: .24rem;
    color: #969696;
    text-align: center;
    text-transform: uppercase;
    padding: .07rem 0 .25rem;
    letter-spacing: 1px;
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap {
    margin-top: .30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    display: none;
  }

  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 {
    display: block;
    margin: .30rem 0;
  }

  .aboutUs_apollo .app_case .ac_main .ac_wrap .app_swiper img {
    opacity: 0;
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap .app_swiper img.swiper-slide-active {
    opacity: .6;
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap .app_swiper img.swiper-slide-active ~ img {
    opacity: .6;
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap .app_swiper img.swiper-slide-active + img + img {
    opacity: 1;
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap .app_swiper img.swiper-slide-active + img + img + img + img ~ img {
    opacity: 0;
  }

  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .app_swiper .item {
    opacity: 0;
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .app_swiper .item.swiper-slide-active {
    opacity: .6;
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .app_swiper .item.swiper-slide-active ~ .item {
    opacity: 0;
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .app_swiper .item.swiper-slide-active + .item  {
    opacity: 1;
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .app_swiper .item.swiper-slide-active + .item + .item  {
    opacity: .6;
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .text {
    font-size: .12rem;
    padding: .07rem 0;
    text-align: center;
    display: none;
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .swiper-slide-active + .item .text {
    display: block;
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap .swiper-button-prev {
    background: none;
    color: #fff;
    border-radius: 50%;
    background: #7a7a7a;
    width: .20rem;
    height: .20rem;
    font-size: .14rem;
    text-align: center;
    line-height: .20rem;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .aboutUs_apollo .app_case .ac_main .ac_wrap .swiper-button-next {
    background: none;
    color: #fff;
    border-radius: 50%;
    background: #7a7a7a;
    width: .20rem;
    height: .20rem;
    font-size: .14rem;
    text-align: center;
    line-height: .20rem;
    padding-left: .05rem;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .swiper-button-prev {
    background: none;
    color: #fff;
    border-radius: 50%;
    background: #7a7a7a;
    width: .20rem;
    height: .20rem;
    font-size: .14rem;
    text-align: center;
    line-height: .20rem;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .aboutUs_apollo .app_case .ac_main .app_case_swiper_h5 .swiper-button-next {
    background: none;
    color: #fff;
    border-radius: 50%;
    background: #7a7a7a;
    width: .20rem;
    height: .20rem;
    font-size: .14rem;
    text-align: center;
    line-height: .20rem;
    padding-left: .05rem;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .paging_public .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .3rem 0 .6rem;
  }
  .paging_public .center .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paging_public .center .ul .li {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: .65rem;
    line-height: .65rem;
    border: 1px solid #908f8f;
    border-radius: .08rem;
    margin: 0 .05rem;
  }
  .paging_public .center .ul .li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: .28rem;
    color: #595757;
    text-align: center;
    padding: 0 .4rem;

  }
  .paging_public .center .ul .li {
    display: none;
  }
  .paging_public .center .ul .show {
    display: block;
  }
  .paging_public .center .ul .active {
    border: 1px solid #e94709;
  }
  .paging_public .center .ul .active a {
    background: #e94709;
    color: #fff;
  }
  .paging_public .center .ul .li:hover {
    border: 1px solid #e94709;
  }
  .paging_public .center .ul .li:hover a {
    background: #e94709;
    color: #fff;
  }


  /* h5 - header */
  .custom_h5Nav {
    visibility: hidden;
    display: block;
    position: fixed;
    top: .75rem;
    right: -100%;
    width: 2.45rem;
    -webkit-transition: all .3s ease;
    transition: all .5s;
    z-index: 99999;
  }
  .custom_h5Nav .icon {
    position: absolute;
    top: -.12rem;
    right: -.05rem;
    text-align: right;
    width: 100%;
  }
  .custom_h5Nav .icon .icon-youjiantou1 {
    font-size: .46rem;
    color: rgba(0, 0, 0, .8);
  }
  .custom_h5Nav .nav {
    position: absolute;
    top: .2rem;
    left: 0;
    padding: 0 .20rem;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    max-height: 8rem;
    overflow-y: scroll;
    border-radius: .04rem;
    z-index: 9999;
  }
  .custom_h5Nav .nav .li {
    padding-left: .26rem;
    border-bottom: 1px solid #454646;
  }
  .custom_h5Nav .nav .li .l_ul {
    padding-left: .2rem;
    display: none;
  }
  .custom_h5Nav .nav .li .l_ul .son_li a {
    padding: .2rem 0;
  }
  .custom_h5Nav .nav .li:last-child a {
    border-bottom: 0;
  }
  .custom_h5Nav .nav .li a {
    padding: .3rem 0;
    font-size: .22rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-between;
   
  }
  .custom_h5Nav .nav .li .w_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom_h5Nav .nav .li a .text {
    font-size: .22rem;
    color: #fff;
    font-family: 'bold';
  }
  .custom_h5Nav .nav .li .l_ul {
    border-top: 1px solid #454646;
  }
  .custom_h5Nav .nav .li .l_ul .son_li a {
    font-size: .22rem;
    color: #fff;
    font-family: 'reguler';
  }
  .custom_h5Nav .nav .li .l_ul .son_li {
    border-bottom: 1px solid #454646;
  }
  .custom_h5Nav .nav .li .l_ul .son_li:last-child {
    border-bottom: 0;
  }
  .custom_h5Nav .nav .li .r_icon {
    width: 18px;
    height: 18px;
  }
  .custom_h5Nav .nav .li:last-child {
    border-bottom: 0;
  }
  .active {
    visibility: initial;
    right: .25rem;
  }
  .custom_h5Search {
    display: none;
    position: fixed;
    top: .70rem;
    left: 0;
    width: 100%;
    padding: .10rem;
    z-index: 99;
  }
  .custom_h5Search .form {
    padding: .10rem;
    background: #fff;
    border-radius: .04px;
  }
  .custom_h5Search .form .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .custom_h5Search .form .search .input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: .60rem;
    line-height: .60rem;
    padding-left: .1rem;
    font-size: .24rem;
  }
  .custom_h5Search .form .search .icon-sousuo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 100%;
    padding: 0 .15rem;
    font-size: .18rem;
    font-weight: 700;
  }
  .custom_h5Search .form .ul {
    display: none;
  }
  .custom_h5Search .form .ul .li {
    border-bottom: 1px solid #ccc;
  }
  .custom_h5Search .form .ul .li a {
    padding: 0 .10rem;
    height: .60rem;
    line-height: .60rem;
    font-size: .24rem;
  }
  .custom_h5Search .form .ul .see_more a {
    color: #E94709;
  }
  .custom_h5Search_active {
    display: block;
  }
  body {
    padding-top: .88rem !important;
    /*padding-bottom: 1.3rem;*/
  }
  /* h5 - header end */

}

/* 窗口宽度<768,设计宽度=750 */
@media screen and (max-width: 750px) {
  .hide_banner {
    display: none !important;
  }
  .index .product_recommendation .list .box {
    width: 3.56rem;
    height: 2.64rem;
    margin-right: .1rem;
    margin-bottom: .15rem;
  }

  .index .product_recommendation .list .box img {
    height: 100%;
  }
  
  .see_core {
    padding: .15rem 0;
    padding-bottom: .30rem;
  }
  .The_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .30rem 0;
  }
  .The_next .li {
    border: 1px solid #595757;
    border-radius: .04rem;
    overflow: hidden;
    margin: 0 .10rem;
  }
  .The_next .li a {
    height: .38rem;
    padding: 0 .20rem;
    line-height: .38rem;
    font-size: .20rem;
    color: #595757;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .The_next .active {
    border: 1px solid #e94709;
  }
  .The_next .active a {
    background: #e94709;
    color: #fff;
  }
  .The_next .li:hover {
    border: 1px solid #333333
  }
  .The_next .li:hover a {
    background: #333333;
    color: #fff;
    opacity: 1;
  }
  .crumbs .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: .15rem .10rem;
  }
  .crumbs .wrap .icon .icon-dizhi {
    font-size: .18rem;
    color: #999999;
  }
  .crumbs .wrap .list {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: .15rem;
    font-size: .14rem;
    color: #999;
  }
 
  .crumbs .wrap .list .arrow {
    margin: 0 .05rem;
    margin-bottom: .10rem;
  }
  .crumbs .wrap .list .li {
    margin-bottom: .10rem;
  }
  .crumbs .wrap .list .li a {
    font-size: .14rem;
    color: #999999;
  }
  .crumbs .wrap .list .li a:hover {
    color: #E94709;
  }
  .product_center .product_nav .container .list .box {
    width: 20%;
  }
  .product_center .product_nav .container .list .box a .img_wrap {
    height: 2rem;
  }
  .product_center .product_nav .container .list .box a .img_wrap img {
    width: .72rem;
    height: 62rem;
  }
  .product_center .product_nav .container .list .box a .text {
    font-size: .12rem;
  }
  .index .product_recommendation .container .title {
    font-size: .42rem;
    font-family: 'bold';
  }
  .product_recommendation {
    margin-top: .5rem;
  }
  .index .product_recommendation .container .sub_title {
    font-size: .21rem;
    padding: 0rem 0 .25rem 0;
    font-family: 'c_blod';
  }
  .index .product_recommendation .container .list .box a .shade {
    padding: 0 0;
    padding-bottom: 0;
    padding: .09rem 0 .13rem 0;
  }
  .index .product_recommendation .container .list .box a .shade .top .inline {
    font-size: .32rem;
    padding: 0 0 .06rem 0;
    font-family: 'bold';
  }
  .index .product_recommendation .container .list .box a .shade .sub_title {
    font-size: .16rem;
    padding: .05rem 0;
    margin-top: 0 !important;
    padding-top: .06rem !important;
    font-family: 'reguler';
  }
  .video_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .video_popup .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: .10rem .10rem 0 0;
    text-align: right;
    color: #fff;
    cursor: pointer;
  }
  .video_popup .shade .iconfont {
    font-size: .24rem;
  }
  .video_popup .menu .box .video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .service .service_info .main {
    padding: .20rem .10rem .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: .76rem;
  }
  .service .service_info .main .box {
    flex: none;
    width: 100%;
    text-align: center;
    margin-bottom: .20rem;
  }
  .service .service_info .main .box .icon {
    width: .72rem;
    height: .72rem;
    margin: auto;
  }
  .service .service_info .main .box .title {
    font-size: .34rem;
    font-weight: normal;
    font-family: 'bold';
    color: #333333;
    padding: .10rem 0;
  }
  .service .service_info .main .box .english {
    font-size: .12rem;
    padding-bottom: .10rem;
    color: #333333;
  }
  .service .service_info .main .box .text {
    font-size: .28rem;
    line-height: .34rem;
    padding-bottom: .10rem;
    font-family: 'c_blod';
  }
  .service .map {
    margin-bottom: 1.4rem;
  }
  .service .map .main {
    position: relative;
    height: 7.24rem;
    padding-bottom: .7rem;
  }
  .service .map .main .bg_map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .service .map .main .contactUs {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    background: #fff;
    -webkit-box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
    border-radius: .12rem;
    overflow: hidden;
  }
  .service .map .main .contactUs .head {
    padding: .2rem .20rem .2rem;
    font-size: .4rem;
    color: #fff;
    font-weight: normal;
    font-family: 'bold';
    background: #e9480a;
  }
  .service .map .main .contactUs .ul {
    padding: .20rem .20rem .4rem;
  }
  .service .map .main .contactUs .ul h3 {
    font-size: .3rem !important;
    color: #333333 !important;
    font-family: 'bold';
    font-weight: normal !important;
  }
  .service .map .main .contactUs .ul li {
    font-weight: normal;
    font-size: .3rem;
    font-family: 'bold';
    color: #333333;
    padding: .07rem 0;
  }
  .service .map .main .contactUs .ul li p {
    font-weight: normal;
    font-size: .3rem;
    font-family: 'bold';
    color: #333333;
    padding: .07rem 0;
  }
  .investmentPromotion_center .policy {
    padding: .70rem 0;
  }
  .investmentPromotion_center .policy .title {
    font-size: .44rem;
    text-align: center;
    color: #000;
    font-family: 'bold';
  }
  .investmentPromotion_center .policy .english {
    font-size: .24rem;
    color: #333333;
    text-align: center;
    padding: 0;
    line-height: .24rem;
    font-family: 'see';
    text-transform: uppercase;
    margin: .1rem 0;
  }
  .investmentPromotion_center .policy .sub_title {
    font-size: .28rem;
    line-height: .4rem;
    text-align: center;
    font-weight: normal;
    color: #000;
    padding: 0;
    font-family: 'c_blod';
  }
  .investmentPromotion_center .policy .list {
    padding: .20rem 0;
  }
  .investmentPromotion_center .policy .list .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .10rem;
        border-radius: .04rem;
  }
  .investmentPromotion_center .container {
    padding: 0 0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(2) {
    border-left: 1px solid #a0a0a0 !important;
    border-right: 1px solid #a0a0a0 !important;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(5) {
    border-left: 1px solid #a0a0a0 !important;
    border-right: 1px solid #a0a0a0 !important;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(8) {
    border-left: 1px solid #a0a0a0 !important;
    border-right: 1px solid #a0a0a0 !important;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(7) {
    border-bottom: 0 !important;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(8) {
    border-bottom: 0 !important;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(9) {
    border-bottom: 0 !important;
  }
  .investmentPromotion_center .policy .list .ul li a {
    text-align: center;
  }
  .investmentPromotion_center .policy .list .ul li a .box {
    padding: .35rem .10rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .investmentPromotion_center .poster .content {
    padding-bottom: .3rem;
  }
  .investmentPromotion_center .policy .list .ul li a .box .icon {
    width: .8rem;
    height: .8rem;
    margin-bottom: .10rem;
  }
  .investmentPromotion_center .policy .list .ul li a .box .text {
    font-size: .28rem;
    color: #333;
    line-height: .3rem;
    color: #333333;
    font-family: 'bold';
  }
  .investmentPromotion_center .policy .list .ul li a .box .sub_text {
    font-size: .24rem;
    color: #333;
    margin-top: .07rem;
    line-height: .3rem;
    min-height: .6rem;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(2) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(4) {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(6) {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(5) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(8) {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
  }
  .investmentPromotion_center .policy .list .ul li {
    border: 0 !important;
    border-bottom: 1px solid #a0a0a0 !important;
  }
  .investmentPromotion_center .policy .list .ul li:nth-child(2n+1) {
    /* border-right: 1rem solid #a0a0a0 !important; */
  }
  .investmentPromotion_center .product .poster .title {
    font-size: .44rem;
    line-height: .6rem;
    font-family: 'bold';
  }
  .investmentPromotion_center .product .poster .sub_title {
    font-size: .44rem;
    line-height: .6rem;
    font-family: 'bold';
  }
  .investmentPromotion_center .product .poster .english {
    font-size: .24rem;
  }
  .investmentPromotion_center .product_list {
    padding-top: .4rem;
  }
  .investmentPromotion_center .product_list .title {
    font-size: .18rem;
    font-weight: 700;
    color: #3d3d3d;
    text-align: center;
    display: none;
  }
  .investmentPromotion_center .product_list .sub_title {
    font-size: .34rem;
    font-family: 'bold';
    line-height: .42rem;
    color: #333333;
    text-align: center;
    margin: .07rem 0;
  }
  .investmentPromotion_center .product_list .h5_title {
    font-size: .34rem;
    line-height: .34rem;
    color: #3d3d3d;
    text-align: center;
    margin: .03rem 0;
    display: block;
    font-family: 'bold';
    margin-top: .4rem;
  }
  .investmentPromotion_center .product_list .english {
    font-size: .24rem;
    line-height: .3rem;
    margin: .05rem 0;
    color: #333333;
    text-align: center;
    text-transform: initial;
    text-transform: uppercase;
  }
  .investmentPromotion_center .product_list .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .05rem 0;
    margin-top: .25rem;
  }
  .investmentPromotion_center .product_list .ul_img_list {
    margin-top: .30rem;
  }
  .investmentPromotion_center .product_list .ul_img_list .li {
    width: 49% !important;
    margin-right: 2% !important;
  }
  .investmentPromotion_center .product_list .ul_img_list .li:nth-child(2n+2) {
    margin-right: 0% !important;
  }
  .investmentPromotion_center .product_list .pc_ul {
    display: none;
  }
  .investmentPromotion_center .product_list .h5_ul {
    display: block;
  }
  .investmentPromotion_center .product_list .ul .li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .07rem 0;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    background: #686867;
    font-weight: normal;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'c_blod';
  }
  .investmentPromotion_center .product_list .one_ul .li:nth-child(2n+n) {
    margin-right: 2%;
  }
  .investmentPromotion_center .product_list .ul .li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .investmentPromotion_center .product_list .one_ul .li:nth-child(3n+3) {
    margin-right: 0%;
  }
  .investmentPromotion_center .product_list .ul .li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .investmentPromotion_center .product_list .one_ul .li:nth-child(2n+2) {
    margin-right: 2%;
  }
  .investmentPromotion_center .product_list .ul .li:hover a .title {
    color: #e94709;
  }
  .investmentPromotion_center .place .ul .li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: .80rem;
  }

  .investmentPromotion_center .pc_ul {
    display: none;
  }

  .investmentPromotion_center .place .ul .li a .centent {
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1.40rem;
    height: 1rem;
    background: #fff;
    opacity: .8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .investmentPromotion_center .place .ul .li a .centent img {
    width: .37rem;
    height: .38rem;
  }
  .investmentPromotion_center .place .ul .li a .centent .c_title {
    font-size: .18rem;
    color: #000;
    font-weight: 700;
    margin: .10rem 0;
  }
  .investmentPromotion_center .place .ul .li a .centent .english {
    font-size: .2rem;
    color: #666666;
  }
  .investmentPromotion_center .place .ul .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .investmentPromotion_center .place .ul .li:last-child {
    margin-bottom: 0;
  }
  .investmentPromotion_center .terminal {
    margin-top: .15rem;
    padding-top: 0;
  }
  .investmentPromotion_center .terminal .ul .li {
    width: 100%;
    margin-right: 0%;
    overflow: hidden;
  }
  .investmentPromotion_center .terminal .ul .li img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .investmentPromotion_center .terminal .ul .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .investmentPromotion_center .terminal .ul .li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .investmentPromotion_center .start {
    background: #2d2d2d;
    padding: .10rem 0;
    margin-top: .75rem;
    padding-bottom: .5rem;
  }
  .investmentPromotion_center .start .main .head {
    font-size: .18rem !important;
  }
  .investmentPromotion_center .start .main .text_box .tb_title {
    font-size: .14rem !important;
  }
  .investmentPromotion_center .start .main .text_box .tb_english {
    font-size: .12rem !important;
  }
  .investmentPromotion_center .start .main .text_box .sub_title {
    font-size: .12rem !important;
  }
  .investmentPromotion_center .start .main .product_list {
    padding-top: .30rem;
  }
  .investmentPromotion_center .start .main .product_list .title {
    font-size: .44rem;
    font-family: 'bolder';
    color: #E94709;
    text-align: center;
    display: block;
  }
  .investmentPromotion_center .start .main .product_list .sub_title {
    font-size: .34rem;
    font-family: 'bold';
    color: #E94709;
    text-align: center;
    margin: .07rem 0;
  }
  .investmentPromotion_center .start .main .product_list .english {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0;
    line-height: .20rem;
    line-height: .3rem;
    margin-bottom: .35rem;
  }
  .investmentPromotion_center .start .main .product_list .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .15rem 0;
    margin-top: 0;
  }
  .investmentPromotion_center .start .main .product_list .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
  }
  .investmentPromotion_center .start .main .product_list .ul .li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .07rem 0;
    text-align: center;
    font-size: .12rem;
    color: #fff;
    background: #686867;
    font-weight: normal;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .investmentPromotion_center .start .main .product_list .ul .li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .investmentPromotion_center .start .main .product_list .ul .li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .investmentPromotion_center .start .main .product_list .ul .li:hover a .title {
    color: #e94709;
  }
  .investmentPromotion_center .start .main .terminal {
    padding: .5rem .14rem 0;
    margin-top: 0;
  }
  .investmentPromotion_center .start .main .terminal .ul .li {
    width: 100%;
    margin-right: 0%;
    overflow: hidden;
  }
  .investmentPromotion_center .start .main .terminal .ul .li img {
    -webkit-transition: all .3s;
    transition: all .3s;
    object-fit: cover;
    height: 100%;
  }
  .investmentPromotion_center .start .main .terminal .ul .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .investmentPromotion_center .start .main .terminal .ul .li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .investmentPromotion_center .img_list {
    padding: .20rem 0;
    display: none;
  }
  .investmentPromotion_center .h5_img_list {
    padding: .10rem 0;
    display: block;
    padding-top: .5rem;
  }

   .investmentPromotion_center .h5_img_list .title {
    font-size: .18rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
  }

  .investmentPromotion_center .h5_img_list .ul {
    padding: .14rem .10rem;
    display: flex;
    flex-wrap: wrap;
  }

  .investmentPromotion_center .h5_img_list .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  
  .investmentPromotion_center .h5_img_list .ul .li:nth-child(2n+2) {
    margin-right: 0;
  }

  .investmentPromotion_center .h5_img_list .ul .li:last-child {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
  }

  .investmentPromotion_center .h5_img_list2 .ul {
    padding: .14rem .10rem;
    display: flex;
    flex-wrap: wrap;

  }

  .investmentPromotion_center .h5_img_list2 .w_img {
    margin-top: .14rem;
    padding: 0 .10rem;
  }

  .investmentPromotion_center .h5_img_list2 .title {
    font-size: .44rem;
    line-height: .55rem;
    color: #333333;
    font-family: 'bold';
    text-align: center;
    font-weight: normal;
  }

  .investmentPromotion_center .h5_img_list2 .ul .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .investmentPromotion_center .h5_img_list2 .ul .li .img:first-child {
    margin-bottom: .05rem;
  }

  .investmentPromotion_center .h5_img_list2 .ul .li:nth-child(2n+2) {
    margin-right: 2%;
  }

  .investmentPromotion_center .h5_img_list2 .ul .li:nth-child(3n+3) {
    margin-right: 0;
  }

  .investmentPromotion_center .h5_img_list2 .ul .li:last-child {
    width: 32%;
    display: flex;
    flex-direction: column;
  }

  .investmentPromotion_center .img_list .box {
    margin-bottom: .20rem;
  }
  .investmentPromotion_center .img_list .box .title {
    font-size: .14rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
  }
  .investmentPromotion_center .img_list .box .ul {
    padding: .20rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .investmentPromotion_center .img_list .box .ul .li {
    width: 100%;
    margin-right: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .investmentPromotion_center .img_list .box .ul .li img {
    margin-bottom: 2%;
  }
  .investmentPromotion_center .img_list .box .ul .li:first-child {
    width: 100%;
  }
  .investmentPromotion_center .img_list .box .ul .li:nth-child(3n+3) {
    margin-right: 0;
  }
  .product_log .proruct_list .list {
    padding: .15rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_log .proruct_list .list .box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .4rem;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .product_log .proruct_list .list .box a {
    padding-bottom: .20rem;
  }
  .product_log .proruct_list .list .box a .img {
    overflow: hidden;
  }
  .product_log .proruct_list .list .box a .img img {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .product_log .proruct_list .list .box a .time {
    padding: .10rem .10rem 0;
    font-size: .24rem;
    color: #7d7d7d;

  }
  .product_log .proruct_list .list .box a .title {
    margin: .05rem 0;
    padding: 0 .10rem;
    font-size: .34rem;
    color: #333333;
    line-height: .4rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: 'bold';
  }
  .product_log .proruct_list .list .box a .explain {
    padding: 0 .10rem;
    font-size: .12rem;
    color: #999999;
    line-height: .34rem;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .15rem;
  }
  .product_log .proruct_list .list .box:nth-child(3n+3) {
    margin-right: 2%;
  }
  .product_log .proruct_list .list .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .product_log .proruct_list .list .box:hover {
    -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
  }
  .product_log .proruct_list .list .box:hover a img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .project_case_details .showing {
    padding: .10rem 0;
  }
  .project_case_details .showing .title {
    font-size: .42rem;
    color: #030716;
    font-weight: normal;
    font-family: 'bold';
    text-align: center;
    margin-top: .20rem;
  }
  .project_case_details .showing .sub_title {
    font-size: .14rem;
    color: #595757;
    text-align: center;
    margin: 0rem 0 .1rem;
  }
  .project_case_details .showing .box {
    padding: .07rem 0;
  }
  .project_case_details .showing .box .img {
    overflow: hidden;
  }
  .project_case_details .showing .box .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: auto;
  }
  .project_case_details .showing .box .text {
    font-size: .12rem;
    color: #595757;
    line-height: .22rem;
    margin: .20rem 0;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .project_case_details .showing .box:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .project_case_details .showing .box:hover .text {
    color: #e94709;
  }
  .project_case_details .showing .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project_case_details .showing .inline .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .project_case_details .showing .inline .li .img {
    overflow: hidden;
  }
  .project_case_details .showing .inline .li .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: auto;
  }
  .project_case_details .showing .inline .li .text {
    font-size: .12rem;
    color: #595757;
    margin: .10rem 0;
    text-align: center;
  }
  .project_case_details .showing .inline .li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .project_case_details .showing .inline .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .project_case_details .showing .inline .li:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .project_case_details .showing .inline .li:hover .text {
    color: #e94709;
  }
  .project_case_details .showing .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .10rem 0;
  }
  .project_case_details .showing .list .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .project_case_details .showing .list .li .img {
    overflow: hidden;
  }
  .project_case_details .showing .list .li .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .project_case_details .showing .list .li .text {
    margin: .10rem 0;
    margin-bottom: .20rem;
    font-size: .12rem;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .project_case_details .showing .list .li:nth-child() {
    margin-right: 0;
  }
  .project_case_details .showing .list .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .project_case_details .showing .list .li:hover {
    -webkit-box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
  }
  .project_case_details .showing .list .li:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .project_case_details .showing .list .li:hover .text {
    color: #e94709;
  }
  .project_case_center .product_list {
    padding-top: .75rem;
  }

  .project_case_center .project_case .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: .3rem 0 !important;
  }
  .project_case_center .project_case .list .li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .project_case_center .project_case .list .li a {
    position: relative;
  }
  .project_case_center .project_case .list .li a .img {
    overflow: hidden;
  }
  .project_case_center .project_case .list .li a .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .project_case_center .project_case .list .li a .centent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: .25rem 0;
  }
  .project_case_center .project_case .list .li a .centent .title {
    text-align: center;
    font-size: .35rem;
    color: #fff;
    font-family: 'bold';
    opacity: 1;
    margin-top: 0;
  }
  .project_case_center .project_case .list .li a .centent .sub_title {
    text-align: center;
    font-size: .24rem;
    color: #fff;
    margin: .05rem 0;
    font-family: 'see';
    opacity: 1;
  }
  .project_case_center .project_case .list .li:nth-child(3n+3) {
    margin-right: 0%;
  }
  .project_case_center .project_case .list .li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .project_case_center .project_case .list .li:hover {
    -webkit-box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.8);
  }
  .project_case_center .project_case .list .li:hover a .img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .project_case_center .project_case .list .li:hover a .centent {
    background: none;
  }
  .project_case_center .project_case .list .li:hover a .centent .title {
    opacity: 1;
    color: #e94709;
  }
  .project_case_center .project_case .list .li:hover a .centent .sub_title {
    opacity: 1;
    color: #e94709;
  }
  .Technology_ty .video_mian .container {
    padding: .1rem .1rem;
  }
  .Technology_ty .video_mian .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Technology_ty .video_mian .list .list_wrap {
    
  }
  .Technology_ty .video_mian .list .li {
    margin-bottom: .20rem;
    width: 49%;
    margin-right: 2%;
    margin-bottom: .38rem;
  }
  .Technology_ty .video_mian .list .li .box {
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
  }
  .Technology_ty .video_mian .list .li .box .video {
    width: 100%;
    height: 100%;
    display: none;
  }
  .Technology_ty .video_mian .list .li .box img {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 2.72rem;
  }
  .Technology_ty .video_mian .list .li .box .shade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
  }
  .Technology_ty .video_mian .list .li .box .shade .icon {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Technology_ty .video_mian .list .li .box .shade .icon img {
    width: .52rem;
    height: .52rem;
  }
  .Technology_ty .video_mian .list .li .box .shade .iconfont {
    font-size: .60rem;
    color: #c1471d;
  }
  .Technology_ty .video_mian .list .li .box .times {
    position: absolute;
    bottom: .05rem;
    right: .1rem;
    height: .30rem;
    line-height: .30rem;
    color: #fff;
  }
  .Technology_ty .video_mian .list .li .text {
    font-size: .12rem;
    line-height: .3rem;
    color: #000;
    margin: .15rem 0;
    padding: 0 .10rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Technology_ty .video_mian .list .li .box:nth-child(2n+2) {
    margin-top: .14rem;
  }
  .Technology_ty .video_mian .list .li:nth-child() {
    margin-right: 2%;
  }
  .Technology_ty .video_mian .list .li:nth-child(2n+2) {
    margin-right: 0;
  }
  .Technology_ty .video_mian .list .li:hover {
    -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
  }
  .Technology_ty .video_mian .list .li:hover .shade {
    display: block;
  }
  .Technology_ty .video_mian .list .li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .Technology_ty .video_mian .list .li:hover .text {
    color: #e94709;
  }
  .about_us .main .title_box {
    position: relative;
  }
  .about_us .main .title_box .title_bg {
    text-align: center;
    font-size: .36rem;
    color: #292929;
    padding: .05rem 0;
  }
  .about_us .main .title_box .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .42rem;
    font-weight: normal;
    font-family: 'bolder';
  }
  .about_us .main .video_mian .list {
    background: rgba(255, 255, 255, 0.5);
    border-radius: .04rem;
    padding: .35rem .12rem;
  }
  .about_us .main .video_mian .list .li {
    background: #fff;
    padding: .03rem;
    width: 49% !important;
  }
  .news_ny .main .title {
    font-size: .18rem;
    line-height: .46rem;
    color: #161616;
    text-align: center;
  }
  .news_ny .main .time {
    font-size: .14rem;
    color: #999999;
    line-height: .26rem;
    text-align: center;
  }
  .news_ny .main .box {
    padding: .15rem 0;
  }
  .news_ny .main .box .head {
    font-size: .18rem;
    font-weight: 700;
    text-align: center;
    color: #161616;
    margin: .10rem 0;
  }
  .news_ny .main .box .explain {
    font-size: .14rem;
    line-height: .34rem;
    color: #666666;
    margin: .15rem 0;
    text-align: center;
  }
  .news_ny .main .box .img {
    overflow: hidden;
    margin-bottom: .15rem;
  }
  .news_ny .main .box .img img {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news_ny .main .box .img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bathub_details .function .main {
    padding: .2rem 0;
  }
  .bathub_details .function .main .title {
    font-size: .24rem;
    text-align: center;
    font-weight: normal;
    font-family: 'bold';
  }
  .bathub_details .function .main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .30rem 0;
  }
  .bathub_details .function .main .list .li {
    width: 32.33%;
    height: .60rem;
    margin-bottom: 1.2%;
    margin-right: 1.2%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#3a3636));
    background-image: linear-gradient(to bottom, #282828, #3a3636);
  }
  .bathub_details .function .main .list .li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: .12rem;
    padding: .10rem;
    line-height: .22rem;
  }
  .bathub_details .function .main .list .li:nth-child(5n+5) {
    margin-right: 1.2%;
  }
  .bathub_details .function .main .list .li:nth-child(3n+3) {
    margin-right: 0;
  }
  .bathub_details .product_list {
    padding: 0 0;
    padding-bottom: .8rem;
  }
  .bathub_details .product_list .container {
    padding: 0 0;
  }
  .bathub_details .product_list .box {
    margin-bottom: .30rem;
  }
  .bathub_details .product_list .box:last-child {
    margin-bottom: 0rem;
  }
  .bathub_details .product_list .box .title {
    font-size: .30rem;
    text-align: center;
    color: #d7d7d7;
    font-weight: 700;
    text-transform: uppercase;
  }
  .bathub_details .product_list .box .sub_title {
    font-size: .18rem;
    color: #454545;
    font-weight: 700;
    text-align: center;
    margin: .10rem 0;
  }
  .bathub_details .product_list .box .explain {
    font-size: .14rem;
    line-height: .26rem;
    color: #0d0704;
    text-align: center;
  }
  .bathub_details .product_list .box .img {
    margin-top: .00rem;
    overflow: hidden;
  }
  .bathub_details .product_list .box .img img {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: .2rem;
  }
  .bathub_details .function  {
    font-size: .24rem;
    color: #666666;
    font-family: 'c_blod';
    line-height: .34rem;
  }
  .bathub_details .product_spec {
    padding-bottom: .15rem;
  }
  .bathub_details .product_spec .main {
    font-size: .14rem;
    color: #7d7d7d;
    line-height: .26rem;
  }
  .bathub_details .product_spec .main .type {
    font-size: .24rem;
    line-height: .34rem;
    color: #666666;
    font-family: 'c_blod';
    padding: .2rem .4rem;
  }
  .bathub_details .product_spec .main .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: .10rem;
    box-shadow: 0 0 .02rem rgba(0, 0, 0, 0.4);
    
  }
  .bathub_details .product_spec .main .ul .li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 0rem;
    padding: .1rem .4rem;
    font-size: .24rem;
    line-height: .46rem;
    border-bottom: 1px solid #eeeeee;
  }
  .bathub_details .product_spec .main .ul .li p span {
    font-size: .24rem !important;
    line-height: .46rem;
  }
  .course_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
  }
  .course_popup .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  .course_popup .iconfont {
    position: absolute;
    top: .30rem;
    right: .30rem;
    font-size: .32rem;
    color: #fff;
    cursor: pointer;
  }
  .course_popup .main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    border-radius: .04rem;
    overflow: hidden;
  }
  .course_popup .main .img {
    overflow: hidden;
  }
  .course_popup .main .img img {
    height: auto;
  }
  .course_popup .main .text {
    background: #fff;
    padding: .07rem .05rem;
    font-size: .12rem;
  }
  .course_popup .main .text .time {
    color: #e94709;
    font-size: .18rem;
  }
}
/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width: 640px) {
  
  .product_center .product_nav .container .list .box {
    width: 20%;
  }
  .product_center .product_list {
    margin-top: 0rem;
  }
  .product_center .product_list .container .title {
    font-size: .16rem;
    display: none;
  }
 
  .product_center .product_list .container .icon {
    padding: .15rem 0;
    display: none;
  }
  .product_center .product_list .container .list .box {
    width: 49%;
    margin-right: 2%;
  }
  .product_center .product_list .container .list .box a {
    padding: .38rem 0;
  }
  .product_center .product_list .container .list .box a .top .b_title {
    font-size: .24rem;
    font-family: 'bold';
  }
  .product_center .product_list .container .list .box a .top .sub_title {
    font-size: .25rem;
    font-family: 'reguler';
  }
  .product_center .product_list .container .list .box a .top .name {
    font-size: .34rem;
    font-family: 'bold';
  }
  .product_center .product_list .container .list .box a .img_wrap {
    height: 2.72rem;
  }
  .product_center .product_list .container .list .box a .more {
    font-size: .25rem;
    font-family: 'c_blod';
  }
  .product_center .product_list .container .list .box:nth-child(3n+3) {
    margin-right: 2%;
  }
  .product_center .product_list .container .list .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .product_log .proruct_list .list {
    padding: .5rem .05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_log .proruct_list .list .box a {
    padding-bottom: .20rem;
  }
  .product_log .proruct_list .list .box a .img {
    overflow: hidden;
  }
  .product_log .proruct_list .list .box a .img img {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .product_log .proruct_list .list .box:nth-child(3n+3) {
    margin-right: 2%;
  }
  .product_log .proruct_list .list .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .product_log .proruct_list .list .box:nth-child() {
    margin-right: 0;
  }
  .product_log .proruct_list .list .box:hover {
    -webkit-box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 .10rem rgba(0, 0, 0, 0.3);
  }
  .product_log .proruct_list .list .box:hover a img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bathub_details .product_swiper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .50rem .10rem;
  }
  .bathub_details .product_swiper .container .left {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: .30rem;
  }
  .bathub_details .product_swiper .container .left .title {
    font-size: .18rem;
    text-align: center;
  }
  .bathub_details .product_swiper .container .left .sub_title {
    font-size: .18rem;
    margin: .10rem 0;
    text-align: center;
  }
  .bathub_details .product_swiper .container .left .explain {
    font-size: .12rem;
    color: #595757;
    line-height: .26rem;
    text-align: center;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bathub_details .product_swiper .container .left .border {
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: .15rem 0;
  }
  .bathub_details .product_swiper .container .left .btn {
    display: inline-block;
    background: #db4915;
    padding: 0 .15rem;
    border-radius: .04rem;
    height: .35rem;
    line-height: .35rem;
    margin: .30rem 0;
    opacity: .8;
  }
  .bathub_details .product_swiper .container .left .btn a {
    color: #fff;
    font-size: .14rem;
  }
  .bathub_details .product_swiper .container .left .btn:hover {
    opacity: 1;
  }
  .bathub_details .product_swiper .container .right {
    width: 100%;
  }
  .bathub_details .product_swiper .container .right .swiper_box {
    max-width: 5.50rem;
    margin: auto;
    width: 100%;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .30rem 0;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide {
    height: .45rem;
    width: 3.70rem;
    padding: 0 .35rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .swiper-slide {
    width: 100%;
    border: .02rem solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    margin-right: .10rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .tabs_slide .active {
    border: .02rem solid #e94709;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev {
    background-image: none;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    left: 0;
    cursor: pointer;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-prev .iconfont {
    font-size: .26rem;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next {
    background-image: none;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    right: 0;
    cursor: pointer !important;
  }
  .bathub_details .product_swiper .container .right .tabs_swiper .swiper-button-next .iconfont {
    font-size: .26rem;
  }
  .bathub_details .like {
    background: #f9f9fa;
    padding: .20rem 0;
  }
  .bathub_details .like .title {
    font-size: .42rem;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-family: 'bold';
  }
  .bathub_details .like .sub_title {
    font-size: .24rem;
    color: #666666;
    text-align: center;
    padding: .1rem 0;
    text-transform: uppercase;
  }
  .bathub_details .like .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .15rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #certify .app_case_swiper {
    display: none;
  }
  .crumbs {
    display: none;
  }
  .container {
    padding: .1rem .1rem 0;
  } 
}

/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 35px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-container .swiper-slide p {
  display: none;
}

#certify .swiper-container .swiper-slide-active p {
  display: block;
}

#certify .swiper-slide {
	width: 500px;
	height: 350px;
	background: none;
	/* box-shadow: 0 8px 10px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 15px;
	width: 45px;
	height: 45px;
	background: url(?Public/images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 15px;
	width: 45px;
	height: 45px;
	background: url(?Public/images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

/*tools*/
.full {width: 100%; clear: both;} 
.bgrey {background-color: #f7f7f7; overflow: hidden;}
.bgred {background-color: #c70008; overflow: hidden;}
.fl { float: left;} .fr { float: right;}
.pr { position: relative;} .pa { position: absolute;}
.tc { text-align: center;} .tr { text-align: right;} .ti { text-indent: 2em; }
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;} .hidetext { font: 0/0 a; letter-spacing: -9px;}
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opca { opacity: 0 ; filter: alpha(opacity=0);}
.mt10 {margin-top: 10px;}.mr50 {margin-right: 50px;}.mt60 {margin-top: 60px;}.mb60 {margin-bottom: 60px;}.mtb60 {margin: 60px 0;}
.w900 {width: 900px;}.w300 {width: 300px;}
.clear { clear:both; }
.h10,.h20,.h30,.h40,.h50,.h60,.h200{width:100%;display:block;clear:both;overflow:hidden;}
.h180{height:180px;}
.h60{height:60px;}
.h50{height:50px;}
.h40{height:40px;}
.h30{height:30px;}
.h20{height:20px;}
.h10{height:10px;}

.header .advertisement .headTop li{display:inline-block;margin:0px 6px;cursor:pointer;}
.header .advertisement .headTop li>a{cursor:pointer;}

/*sidebar chatting*/
.sidebar {width:70px;position:fixed;top:33.33333%;right:0;z-index:999;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); background-color: #fff;}
.sidebar ul li a {display: block; height: 68px; padding-top: 3px; text-align: center;font-size: 12px; line-height:1.5; border-bottom: 1px solid #d1d1d1;}
.sidebar ul li a i {font-size: 28px; }
.sidebar ul li:nth-child(1) a,.sidebar ul li:last-child a:hover,.sidebar ul li:last-child a:hover i {color: #E9470A;}
.sidebar ul li a:hover {background: none #E9470A; color: #fff;}
.sidebar ul li a:hover i {color: #fff;}
.sidebar ul li:last-child a {height: 70px; background: none;}
.sidebar .sdwx {display: none;top: -71px;right: 70px; width: 130px; height: 142px; box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.sidebar .sdwx .sdlf {float: left;width: 120px; height: 142px; background-color: #fff;}
.sidebar .sdwx .sdlf img {width: 100%;}
.sidebar .sdwx .sdlf p {line-height: 12px; text-align: center;font-size: 12px;}
.sidebar .sdwx .sdar {margin-top: 116px;}
.sidebar .sdwx .sdar,.sidebar .sdtel .sdar {float: right;width: 10px;}
.sidebar .sdwx .sdar i,.sidebar .sdtel .sdar i {font-size: 12px; color: #fff;}
.sidebar .sdtel {display: none;top: 31px;right: 70px;width: 130px; height: 40px;}
.sidebar .sdtel .sdlf {width: 120px; line-height: 40px; float: left; text-align: center;font-size: 12px; color: #E9470A;background-color: #fff;font-weight: bold; border-radius:10px; box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.sidebar .sdtel .sdar {margin-top: 14px;}
.sidebar li.hvo:hover .sdwx,.sidebar li.hvt:hover .sdtel {display: block; animation: hideTop 0.5s; -webkit-animation: hideTop 0.5s; -moz-animation: hideTop 0.5s; -o-animation: hideTop 0.5s;}
@keyframes hideTop {0%{opacity: 0; transform: translate(-5px,0px);} 100%{opacity: 1; transform: translate(0,0);} } @-webkit-keyframes hideTop {0%{opacity: 0; transform: translate(-5px,0px);} 100%{opacity: 1; transform: translate(0,0);} } @-moz-keyframes hideTop {0%{opacity: 0; transform: translate(-5px,0px);} 100%{opacity: 1; transform: translate(0,0);} } @-o-keyframes hideTop {0%{opacity: 0; transform: translate(-5px,0px);} 100%{opacity: 1; transform: translate(0,0);} } 
.sidebar .sdlibg {background-color: #E9470A;}
.sidebar .sdlibg a {color: #fff; background: none;}

