@charset "utf-8";
/* CSS Document */

/*css重置*/

* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

a {
  text-decoration: none;
  font-family: "Microsoft YaHei";
}

li {
  list-style: none;
}

.clearfix {
  clear: both;
}

img {
  border: 0;
  display: block;
}

p {
  font-family: "Microsoft YaHei";
}

.revealOnScroll {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/*top*/
.head_bg {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.top_box {
  width: 1195px;
  height: 110px;
  margin: 0 auto;
}

.top_box .logo {
  float: left;
  margin-top: 30px;
}

.top_right {
  float: right;
  padding-top: 44px;
}

.top_p3 {
  float: right;
  margin-left: 10px;
}

.top_p3 a {
  display: block;
  font-size: 13px;
  width: 26px;
  height: 26px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background-color: #0e6eb8;
  border-radius: 30px;
}

.ss1 {
  float: right;
  margin-left: 25px;
}

.ss1 .ss_title1 {
  width: 142px;
  height: 26px;
  border-radius: 20px;
  float: left;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 26px;
  padding-left: 18px;
  position: relative;
  z-index: 77;
}

.ss1 .ss_pic2 {
  float: left;
  border: 0;
  margin-left: -47px;
  margin-top: 1px;
  position: relative;
  z-index: 88;
}

.top_nav {
  float: right;
  margin-top: 3px;
}

.top_nav ul {
}

.top_nav ul li {
  float: left;
  font-size: 16px;
  color: #010000;
  margin-left: 33px;
  padding-bottom: 42px;
  position: relative;
}

.top_nav ul li a {
  color: #010000;
}

.nav ul li span {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background: #0e6eb8;
  top: 34px;
  left: 50%;
}

#wrap > ul {
  position: relative;
}

#wrap #nav_xiala {
  width: 10000px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  display: none;
  top: 62px;
  left: 0;
  margin-left: -4825px;
}

.nav_hezi {
  width: 1195px;
  margin: 0 auto;
}

.nav_pp1 {
  width: 230px;
  float: left;
}

.nav_pp1 a {
  display: block;
  font-size: 17px;
  color: #333;
  line-height: 57px;
  text-align: center;
  transition: all 0.2s linear;
}

.nav_pp1 a:hover {
  background-color: #0e6eb8;
  color: #fff;
}

/*首页简介*/
.s_jj_bg {
  background-color: #eef8fc;
}

.s_jj_box {
  width: 1195px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

.s_jj_left {
  width: 220px;
  float: left;
  margin-top: 4px;
}

.s_jj_left .s_jj_p1 {
  font-size: 34px;
  color: #000000;
  font-weight: bold;
}

.s_jj_left .s_jj_p2 {
  font-size: 30px;
  color: #000000;
}

.s_jj_right {
  width: 892px;
  float: right;
}

.s_jj_nr p {
  font-size: 16px;
  color: #6b7072;
  line-height: 36px;
}

.s_jj_nr p a {
  color: #6b7072;
}

.s_jj_p3 {
  margin-top: 15px;
  transition: all 0.3s linear;
}

.s_jj_p3 a {
  font-size: 18px;
  color: #036eb8;
  line-height: 50px;
  transition: all 0.3s linear;
}

.s_jj_p3 a:hover {
  font-weight: bold;
}

/*首页科研*/
.s_rd_box {
  width: 1195px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 30px;
}

.picScroll-left {
}

.picScroll-left .hd {
  height: 1px;
  position: relative;
}

.picScroll-left .hd .prev {
  background-image: url(https://www.dynai.com/Html/images/img1.jpg);
  width: 40px;
  height: 72px;
  position: absolute;
  left: -65px;
  top: 113px;
}

.picScroll-left .hd .next {
  background-image: url(https://www.dynai.com/Html/images/img2.jpg);
  width: 40px;
  height: 72px;
  position: absolute;
  right: -65px;
  top: 113px;
}

.picScroll-left .bd {
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin: 0 20px;
  float: left;
  _display: inline;
}

.picScroll-left .bd ul li img {
  width: 360px;
  height: 303px;
}

.s_rd_tip {
  width: 360px;
  height: 303px;
  float: left;
  overflow: hidden;
  margin-right: 56px;
}

.s_rd_tip img {
  width: 360px;
  height: 303px;
  transform: scale(1);
  transition: all 1s ease-out;
}

.s_rd_tip img:hover {
  transform: scale(1.1);
}

.s_rd_tip:nth-child(3n) {
  margin-right: 0px;
}

.s_rd_nr {
  margin-top: 30px;
}

.s_rd_nr p {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}

.s_rd_p1 {
  font-size: 18px;
  color: #036eb8;
  margin-top: 14px;
}

.s_rd_p1 a {
  color: #036eb8;
}

.s_rd_p1 a:hover {
  font-weight: bold;
}

/*首页产品*/
.s_pro_bg {
  background: url(https://zt.ibuychem.com/cms/en/img4.jpg) center no-repeat;
  width: 100%;
  height: 883px;
  margin-top: 0;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 35px;
}

.s_pro_left {
  width: 45%;
  float: left;
}

.s_pro_hezi {
  width: 445px;
  float: right;
  margin-right: 55px;
  padding-top: 204px;
}

.s_pro_hezi .s_pro_p1 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.s_pro_hezi .s_pro_p2 {
  font-size: 30px;
  color: #fff;
}

.s_pro_hezi .s_pro_p3 {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  margin-top: 74px;
}

.s_pro_hezi .s_pro_p4 {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}

.s_pro_hezi .s_pro_p4 a {
  color: #fff;
}

.s_pro_hezi .s_pro_p4 a:hover {
  font-weight: bold;
}

.s_pro_right {
  width: 55%;
  float: right;
  padding-top: 173px;
}

.s_pro_hezi1 {
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 57px;
}

.s_pro_hezi1 p a {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 60px;
  border-bottom: 1px dashed #bcc8d2;
  width: 628px;
  transition: all 0.3s linear;
  padding-left: 10px;
}

.s_pro_hezi1 p a span {
  font-size: 16px;
  font-family: "新宋体";
  color: #0e6eb8;
}
.s_pro_hezi1 p a b {
  font-weight: normal;
}
.s_pro_hezi1 p a:hover {
  background-color: #0e6eb8;
  color: #fff;
  transition: all 0.3s linear;
  padding-left: 20px;
  width: 618px;
}

.s_pro_hezi1 p a:hover span {
  color: #fff;
}

/*首页新闻*/
.s_xw_box {
  width: 1195px;
  margin: 0 auto;
}

.s_xw_box .s_xw_p1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}

.s_xw_box .s_xw_p2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}

.s_xw_tip {
  width: 382px;
  height: 480px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 23px;
}

.s_xw_kuang1 {
  width: 382px;
  height: 232px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.s_xw_kuang1 .s_xw_pic {
  width: 382px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 1s ease-out;
}

.s_xw_tip:hover .s_xw_kuang1 .s_xw_pic {
  transform: scale(1.1);
}

.s_xw_yy {
  width: 382px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s linear;
}

.s_xw_tip:hover .s_xw_yy {
  opacity: 1;
}

.s_xw_pic1 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 148px;
  top: -60px;
  opacity: 0;
  transition: all 0.4s linear;
}

.s_xw_tip:hover .s_xw_pic1 {
  top: 84px;
  opacity: 1;
}

.s_xw_kuang2 {
  height: 248px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.s_xw_kuang2 .s_xw_p3 {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px;
}

.s_xw_kuang2 .s_xw_p4 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s_xw_kuang2 .s_xw_p5 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 20px;
}

.s_xw_tip:hover .s_xw_p3 {
  color: #0e6eb8;
}

.s_xw_tip:nth-child(3n) {
  margin-right: 0px;
}

.s_xw_p6 {
  font-size: 18px;
  color: #036eb8;
  margin-top: 20px;
}

.s_xw_p6 a {
  color: #036eb8;
}

.s_xw_p6 a:hover {
  font-weight: bold;
}

/*首页可持续发展*/
.s_kcx_bg {
  background: url(https://www.dynai.com/Html/images/img7.jpg) center no-repeat;
  width: 100%;
  height: 797px;
  margin-top: 123px;
  background-attachment: fixed;
  background-size: cover;
}

.s_kcx_box {
  width: 1195px;
  margin: 0 auto;
  padding-top: 100px;
}

.s_kcx_box .s_kcx_p1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.s_kcx_box .s_kcx_p2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 68px;
}

.s_kcx_tip {
  width: 373px;
  height: 196px;
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 37px;
}

.s_kcx_tip .s_kcx_pic {
  width: 373px;
  height: 196px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 1s ease-out;
}

.s_kcx_tip:hover .s_kcx_pic {
  transform: scale(1.2);
}

.s_kcx_tip .s_kcx_yinying {
  width: 373px;
  height: 196px;
  background: #3085a3;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s linear;
}

.s_kcx_tip .s_kcx_p3 {
  font-size: 26px;
  color: #000;
  position: absolute;
  left: 31px;
  top: 95px;
  transition: all 0.4s linear;
}

.s_kcx_tip .s_kcx_p4 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  position: absolute;
  left: 31px;
  top: 139px;
  opacity: 0;
  transition: all 0.4s linear;
}

.s_kcx_tip:hover .s_kcx_yinying {
  opacity: 0.3;
}

.s_kcx_tip:hover .s_kcx_p3 {
  top: 80px;
}

.s_kcx_tip:hover .s_kcx_p4 {
  top: 124px;
  opacity: 1;
}

.s_kcx_nr {
  margin-top: 55px;
}

.s_kcx_nr p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.s_kcx_p5 {
  font-size: 18px;
  color: #fff;
  margin-top: 23px;
}

.s_kcx_p5 a {
  color: #fff;
}

.s_kcx_p5 a:hover {
  font-weight: bold;
}

/*首页联系我们*/
.s_big_bg {
  background: url(https://www.dynai.com/Html/images/img11.jpg) center no-repeat;
  width: 100%;
  height: 1153px;
  background-attachment: fixed;
  background-size: cover;
}

.s_jobs_box {
  width: 1195px;
  height: 448px;
  margin: 0 auto;
  padding-top: 140px;
}

.s_jos_left {
  width: 205px;
  float: left;
}

.s_jos_left .s_jobs_p1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}

.s_jos_left .s_jobs_p2 {
  font-size: 30px;
  color: #000;
}

.s_jobs_right {
  width: 897px;
  float: right;
}

.s_jobs_nr p {
  font-size: 16px;
  color: #000;
  line-height: 36px;
}

.s_jobs_nr {
  margin-bottom: 25px;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  position: relative;
  color: #fff;
  float: left;
}

.btn3 {
  width: 256px;
  line-height: 62px;
  font-size: 24px;
  text-align: center;
  border-radius: 20px;
  background-color: #3d88c4;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn3:hover {
  color: #fff;
  border-color: #036eb8;
}

.btn3 .btnbg-x {
  position: absolute;
  background: #2ecd71;
  left: 50%;
  width: 0;
  top: 0px;
  bottom: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn3:hover .btnbg-x {
  width: 100%;
  left: 0px;
}

.btn3 span {
  position: relative;
  z-index: 1;
}

.s_jobs_p3 {
  font-size: 18px;
  color: #036eb8;
  margin-top: 20px;
}

.s_jobs_p3 a {
  color: #036eb8;
}

.s_jobs_p3 a:hover {
  font-weight: bold;
}

.s_lx_bg {
  height: 565px;
  background-color: rgba(0, 0, 0, 0.6);
}

.s_lx_left {
  width: 36%;
  height: 515px;
  background-color: #ccc;
  float: left;
}

.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.s_lx_right {
  width: 57%;
  float: right;
  padding-top: 83px;
}

.s_lx_right .s_lx_p1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.s_lx_right .s_lx_p2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 58px;
}

.s_lx_right table tr td {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.s_lx_right table tr td a {
  color: #fff;
}

.s_lx_p3 {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}

.s_lx_p3 a {
  color: #fff;
}

.s_lx_p3 a:hover {
  font-weight: bold;
}

/*页脚*/
.foot_bg {
  background-color: #292929;
  padding-top: 119px;
  padding-bottom: 30px;
}

.foot_box {
  width: 1195px;
  margin: 0 auto;
}

.foot_left {
  width: 120px;
  float: left;
}

.foot_left .foot_p1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.foot_left .foot_p2 {
  font-size: 14px;
  color: #ababab;
  text-align: center;
  margin-top: 8px;
}

.foot_box .foot_line {
  width: 1px;
  height: 211px;
  background-color: #545454;
  float: left;
  margin-left: 49px;
  margin-right: 49px;
}

.foot_tip {
  float: left;
  margin-left: 10px;
  width: 136px;
}

.foot_tip .foot_p3 {
  font-size: 17px;
  color: #fff;
}

.foot_tip .foot_p3 a {
  color: #fff;
}

.foot_tip .foot_line1 {
  width: 30px;
  height: 2px;
  background-color: #a0feff;
  margin-top: 16px;
  margin-bottom: 16px;
}

.foot_tip .foot_p4 {
  font-size: 14px;
  color: #ababab;
  line-height: 36px;
}

.foot_tip .foot_p4 a {
  color: #ababab;
}

.foot_tip .foot_p4 a:hover {
  color: #fff;
}

.foot_line2 {
  height: 1px;
  background-color: #545454;
  margin-top: 100px;
}

.foot_bq {
  font-size: 14px;
  color: #8a8a8a;
  text-align: center;
  margin-top: 35px;
}

.foot_bq a {
  color: #8a8a8a;
}

/*中间导航*/
.zjnav_bg {
  background-color: #e4f1f7;
}

.zjnav_box {
  width: 1195px;
  margin: 0 auto;
}

.zjnav_tip {
  width: 274px;
  float: left;
  border-right: 1px solid #b6dce5;
}

.zjnav_tip p a {
  display: block;
  font-size: 21px;
  color: #000;
  line-height: 56px;
  text-align: center;
}

.zjnav_tip p a:hover {
  background-color: #0e6eb8;
  color: #fff;
}

.zjnav_tip .on {
  background-color: #0e6eb8;
  color: #fff;
}

.zjnav_box .zjnav_p1 {
  font-size: 14px;
  color: #4d5255;
  line-height: 56px;
  float: right;
}

/*简介*/
.jj_box {
  width: 1195px;
  margin: 0 auto;
  margin-top: 124px;
}

.jj_left {
  width: 675px;
  float: left;
}

.jj_left .jj_p1 {
  font-size: 24px;
  color: #0e6eb8;
}

.jj_nr {
  margin-top: 30px;
  margin-bottom: 53px;
}

.jj_nr p {
  font-size: 16px;
  color: #000;
  line-height: 34px;
}

.jj_tip {
  width: 340px;
  float: left;
  margin-right: 87px;
}

.jj_tip img {
  margin: 0 auto;
  transform-style: preserve-3d;
  transition: all 1s;
}

.jj_tip:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}

.jj_tip .jj_kuang {
  background-color: #7d7d7d;
  margin-top: 16px;
}

.jj_tip .jj_kuang p {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

.jj_right {
  width: 420px;
  height: 614px;
  overflow: hidden;
  float: right;
  position: relative;
  margin-top: 50px;
}

.jj_right .jj_pic1 {
  width: 420px;
  height: 614px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 1s ease-out;
}

.jj_right:hover .jj_pic1 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.jj_kuang1 {
  width: 345px;
  height: 100px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(14, 110, 184, 1)
  );
  position: absolute;
  right: 0;
  top: 411px;
}

.jj_kuang1 .jj_p2 {
  font-size: 50px;
  color: #fff;
  text-align: right;
  padding-top: 6px;
  margin-right: 32px;
}

.jj_kuang1 .jj_p3 {
  font-size: 18px;
  color: #fff;
  text-align: right;
  margin-top: -9px;
  margin-right: 32px;
}

/*生产基地*/
.jd_bg {
  /* background-color: #eef8fc; */
}

.jd_box {
  width: 1195px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.jd_box .jd_p1 {
  font-size: 24px;
  color: #0e6eb8;
  margin-bottom: 44px;
}

.jd_tip1 {
  width: 359px;
  float: left;
  margin-right: 58px;
}

.jd_tip1 .jd_kuang1 {
  width: 359px;
  height: 216px;
  overflow: hidden;
}

.jd_tip1 .jd_kuang1 img {
  width: 359px;
  height: 216px;
  transform: scale(1);
  transition: all 1s ease-out;
}

.jd_tip1 .jd_kuang1 img:hover {
  transform: scale(1.1);
}

.jd_tip1 .jd_p3 {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 18px;
}

.jd_tip1:nth-child(3n + 1) {
  margin-right: 0px;
}

.jd_tip {
  width: 359px;
  float: left;
  margin-right: 58px;
}

.jd_tip .jd_p2 {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 18px;
}

.Flutters {
  -webikt-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #2c3e50 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.Flutters figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.Flutters * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Flutters img {
  max-width: 100%;
  position: relative;
  display: block;
  top: 0;
  opacity: 1;
  left: 0;
  -webkit-transition: 1.3s ease-in-out;
  transition: 0.4s ease-in-out;
}

.flutEffect_4 figcaption {
  font-size: 1.25em;
}

.flutEffect_4 > .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}

.flutEffect_4 > .overlay::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.flutEffect_4 h2,
.flutEffect_4 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s,
    -o-transform 0.35s, transform 0.35s;
}

.flutEffect_4 h2 {
  padding-top: 44px;
  word-spacing: -0.15em;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.flutEffect_4 h2 span {
  font-weight: 800;
}

.flutEffect_4 p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.flutEffect_4 a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
}

.flutEffect_4:hover img {
  opacity: 0.35;
}

.flutEffect_4:hover > .overlay h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.flutEffect_4:hover > .overlay p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.flutEffect_4:hover > .overlay::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*风貌*/
.s_fac_bg {
  background: url(https://www.dynai.com/Html/images/img23.jpg) center no-repeat;
  width: 100%;
  height: 560px;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 40px;
}

.s_fac_box {
  /* width: 1195px; */
  margin: 0 auto;
  padding-top: 90px;
}

.s_fac_p1 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 44px;
}

.s_fac_p1 a {
  color: #fff;
}

.s_fac_p1 a:hover {
  font-weight: bold;
}

/* 图片切换 */
.gcSwiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.gcSwiper .swiper-wrapper {
  position: relative;
  width: 10%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.gcSwiper .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gcSwiper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0;
}

.gcSwiper .swiper-button-next,
.gcSwiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 72px;
  margin-top: -36px;
  -moz-background-size: 40px 72px;
  -webkit-background-size: 40px 72px;
  background-size: 40px 72px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gcSwiper .swiper-button-next,
.gcSwiper .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.gcSwiper .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  -moz-transform: translate3d(0, 0, 0);
}

.gcSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 5px;
  cursor: pointer;
}

.gcSwiper .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.gcSwiper .swiper-slide-active,
.gcSwiper .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gcSwiper .swiper-slide img {
  width: 100%;
  display: block;
  border: 5px solid #e7e7e7;
}

.gcSwiper .swiper-pagination {
  position: relative;
}

.gcSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.gcSwiper .swiper-button-prev {
  background: url(https://zt.ibuychem.com/cms/en/imgleftbtn.png) left 55%/55%
    55% no-repeat;
  left: 10px;
}

.gcSwiper .swiper-button-next {
  background: url(https://zt.ibuychem.com/cms/en/imgrightbtn.png) right 55%/55%
    55% no-repeat;
}

/*文化*/
.cul_box {
  width: 1195px;
  margin: 0 auto;
  margin-top: 128px;
}

.cul_box .cul_p1 {
  font-size: 24px;
  color: #0e6eb8;
  margin-bottom: 29px;
}

.cul_nr p {
  font-size: 16px;
  color: #000;
  line-height: 36px;
}

.cul_nr {
  margin-bottom: 49px;
}

.cul_left {
  width: 591px;
  float: left;
}

.cul_kuang1 {
  width: 591px;
  height: 312px;
  overflow: hidden;
}

.cul_kuang1 img {
  transform: scale(1);
  transition: all 1s ease-out;
}

.cul_kuang1 img:hover {
  transform: scale(1.2);
}

.cul_kuang2 {
  width: 591px;
  height: 312px;
  overflow: hidden;
  position: relative;
}

.cul_kuang2 img {
  width: 591px;
  height: 312px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 1s ease-out;
}

.cul_kuang2:hover img {
  transform: scale(1.2);
}

.cul_kuang2 p {
  font-size: 27px;
  line-height: 42px;
  color: #fff;
  position: absolute;
  left: 41px;
  top: 118px;
}

.cul_right {
  width: 550px;
  float: right;
}

.cul_tip {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 22px;
}

.cul_tip .cul_p2 {
  font-size: 28px;
  color: #686868;
}

.cul_tip .cul_p3 {
  font-size: 16px;
  line-height: 30px;
  color: #4e4e4e;
  margin-top: 18px;
}

/*历程*/
.his_bg {
  background: url(https://zt.ibuychem.com/cms/en/img29.jpg) center no-repeat;
  width: 100%;
  height: 771px;
}

.his_box {
  width: 1195px;
  height: 771px;
  margin: 0 auto;
  position: relative;
}

.his_box .his_p1 {
  font-size: 24px;
  color: #0e6eb8;
  position: absolute;
  left: 0;
  top: 50px;
}

.his_tip {
  width: 113px;
  position: absolute;
}

.his_tip .his_p2 {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.his_tip .his_kuang {
  background-image: url(https://zt.ibuychem.com/cms/en/img30.png);
  width: 113px;
  height: 189px;
  margin: 0 auto;
  margin-top: 12px;
}

.his_tip .his_kuang p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
}

.his_tip1 {
  left: -11px;
  top: 375px;
}

.his_tip2 {
  left: 127px;
  top: 264px;
}

.his_tip3 {
  left: 265px;
  top: 128px;
}

.his_tip4 {
  left: 402px;
  top: 300px;
}

.his_tip5 {
  left: 540px;
  top: 206px;
}

.his_tip6 {
  left: 677px;
  top: 277px;
}

.his_tip7 {
  left: 814px;
  top: 255px;
}

.his_tip8 {
  left: 952px;
  top: 137px;
}

.his_tip9 {
  left: 1090px;
  top: 188px;
}

/*荣誉*/
.ry_box {
  width: 1195px;
  margin: 0 auto;
  margin-top: 80px;
}

.ry_box .ry_p1 {
  font-size: 24px;
  color: #0e6eb8;
  margin-bottom: 25px;
}

.outBox {
  width: 100%;
}

.outBox .hd {
  width: 198px;
  float: left;
  margin-top: 25px;
}

.outBox .hd ul {
}

.outBox .hd ul li {
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 18px;
  background: #eef5fb;
}

.outBox .hd ul li.on {
  background: #0e6eb8;
  color: #fff;
}

.outBox .bd {
  width: 930px;
  float: right;
}

.inBox {
}

.inBox .inHd {
  margin-top: 20px;
}

.inBox .inHd ul {
  overflow: hidden;
}

.inBox .inHd ul li {
  height: 10px;
  width: 10px;
  background-color: #cccccc;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 10px;
}

.inBox .inHd ul li.on {
  background: #0e6eb8;
}

.inBox .inBd ul {
  min-height: 440px;
}

.inBox .inBd li {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #a3a3a3;
}

.ry1_box {
  width: 1195px;
  margin: 0 auto;
  margin-top: 78px;
  margin-bottom: 113px;
}

.picScroll-left1 {
}

.picScroll-left1 .hd {
  height: 1px;
  position: relative;
}

.picScroll-left1 .hd .prev {
  background-image: url(https://www.dynai.com/Html/images/img1.jpg);
  width: 40px;
  height: 72px;
  position: absolute;
  left: -65px;
  top: 88px;
  cursor: pointer;
}

.picScroll-left1 .hd .next {
  background-image: url(https://www.dynai.com/Html/images/img2.jpg);
  width: 40px;
  height: 72px;
  position: absolute;
  right: -81px;
  top: 88px;
  cursor: pointer;
}

.picScroll-left1 .bd {
}

.picScroll-left1 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left1 .bd ul li {
  margin: 0 13px;
  float: left;
  _display: inline;
}

.picScroll-left1 .bd ul li img {
  width: 278px;
  height: 234px;
  border: 1px solid #ddd;
}

/*科研创新*/
.max_box {
  width: 1195px;
  margin: 0 auto;
  padding-bottom: 113px;
  margin-top: 120px;
}

.rd_nr p {
  font-size: 16px;
  color: #000;
  line-height: 36px;
}

.rd_nr {
  margin-bottom: 50px;
}

/*资质*/
.product-list li {
  float: left;
}

.product-list li {
  background: none;
  width: 380px;
  height: 390px;
  border: 1px solid #ddd;
  display: block;
  line-height: normal;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-right: 24px;
  margin-bottom: 27px;
}

.product-list li:nth-child(3n) {
  margin-right: 0px;
}

.product-list li figure {
  display: block;
  text-align: center;
  background: #f1f1f1;
}

.product-list li figure img {
  width: 380px;
  height: 320px;
  transition: 424ms linear;
}

.product-list li figcaption {
  display: block;
  color: #5d5d5d;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
  transition: 350ms;
  text-align: center;
  padding-bottom: 30px;
}

.product-box .product-down {
  float: left;
}

.product-list li mark {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 117, 207, 0.2);
  background: #0075cf\9;
  filter: alpha(opacity=20);
  z-index: 20;
  opacity: 0;
  transform: skewX(45deg);
  visibility: hidden;
  transition: 360ms;
}

.product-list li mark b {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  z-index: 30;
}

.product-list li mark b:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0075cf;
  position: absolute;
  left: 0;
  top: 23px;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}

.product-list li mark b:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #0075cf;
  position: absolute;
  left: 23px;
  top: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
}

.product-list li mark:before {
  content: "";
  width: 100%;
  height: 0%;
  border-left: 3px solid #0075cf;
  border-right: 3px solid #0075cf;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}

.product-list li mark:after {
  content: "";
  width: 0%;
  height: 100%;
  border-top: 3px solid #0075cf;
  border-bottom: 3px solid #0075cf;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}

.product-list li:hover mark {
  opacity: 1;
  transform: skewX(0);
  visibility: visible;
}

.product-list li:hover img {
  transition: all 0.4s;
  transform: scale(1.1);
}

.product-list li:hover mark:before {
  height: 100%;
  transition: 330ms 200ms;
}

.product-list li:hover mark:after {
  width: 100%;
  transition: 330ms 200ms;
}

.product-list li:hover f img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.product-list li:hover mark b:before {
  transition: 355ms 180ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.product-list li:hover mark b:after {
  transition: 355ms 240ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.product-list li:hover figcaption {
  color: #0075cf;
}

.newspage1 {
  margin: 0 auto;
  margin-top: 40px;
}

.newspage1 A {
  font-size: 14px;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #999;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 7px;
}

.newspage1 A:hover {
  background: #0e6eb8;
  color: #ffffff;
  border: 1px solid #0e6eb8;
}

.newspage1 SPAN.current {
  font-size: 14px;
  background: #0e6eb8;
  color: #ffffff;
  border: 1px solid #0e6eb8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 7px;
}

.back_bg {
  background-color: #ebebeb;
  margin-top: 20px;
}

.back_bg p {
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 38px;
}

.back_bg p a {
  color: #666;
}

/*新闻*/
.xw_tip {
  height: 240px;
  background-color: #f7f7f7;
  margin-bottom: 36px;
  border-bottom: 1px solid #ebebeb;
}

.xw_tip .xw_pic {
  width: 325px;
  height: 209px;
  overflow: hidden;
  float: left;
  margin-left: 16px;
  margin-top: 16px;
}

.xw_tip .xw_pic img {
  width: 325px;
  height: 209px;
  transform: scale(1);
  transition: all 1s ease-out;
}

.xw_tip:hover img {
  transform: scale(1.1);
}

.xw_right {
  width: 775px;
  float: right;
  margin-right: 30px;
  margin-top: 28px;
}

.xw_right .xw_p1 {
  font-size: 18px;
  line-height: 29px;
  color: #000;
}

.xw_right .xw_p2 {
  margin-top: 20px;
  height: 95px;
  overflow: hidden;
}

.xw_right .xw_p2 p {
  color: #999999;
  font-size: 13px;
  line-height: 22px;
}

.xw_right .xw_p3 {
  color: #999999;
  font-size: 14px;
}

.xw_tip:hover .xw_p1 {
  color: #0e6eb8;
}

.news_title {
  width: 100%;
  font-size: 16px;
  color: #0e6eb8;
  line-height: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}

.news_title2 {
  font-size: 13px;
  color: #c81622;
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}

.new_nr_wenzi {
  margin-top: 16px;
}

.new_nr_wenzi p {
  font-size: 14px;
  line-height: 35px;
  color: #333;
}

.new_nr_wenzi p a {
  color: #333;
}

.new_nr_wenzi img {
  max-width: 900px !important;
  height: auto !important;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.new_nr_wenzi table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
}

.new_nr_wenzi table tr td {
  padding: 11px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
}

/*企业文化*/
.wh_bg {
  background: url(https://www.dynai.com/Html/images/img43.png) center no-repeat;
  width: 100%;
  height: 600px;
}

.wh_box {
  width: 1233px;
  margin: 0 auto;
}

.wh_left {
  width: 550px;
  float: left;
}

.wh_left .wh_p1 {
  font-size: 32px;
  color: #363636;
  padding-top: 27px;
}

.wh_left .wh_line {
  width: 90px;
  height: 1px;
  background-color: #0e6eb8;
  margin-top: 15px;
  margin-bottom: 24px;
}

.wh_nr {
  max-height: 454px;
  overflow: hidden;
  overflow-y: auto;
}

.wh_nr p {
  font-size: 15px;
  color: #555;
  line-height: 32px;
}

.wh_pic {
  float: right;
  width: 660px;
  height: auto;
  margin-top: 77px;
}

.wh_bg1 {
  background: url(https://www.dynai.com/Html/images/img44.png) center no-repeat;
  width: 100%;
  height: 600px;
  margin-top: 60px;
}

.wh_box1 {
  width: 1233px;
  margin: 0 auto;
}

.wh_pic1 {
  float: left;
  width: 660px;
  height: auto;
  margin-top: 77px;
}

.wh_left1 {
  width: 550px;
  float: right;
}

.wh_left1 .wh_p2 {
  font-size: 32px;
  color: #363636;
  padding-top: 27px;
}

.wh_left1 .wh_line1 {
  width: 90px;
  height: 1px;
  background-color: #0e6eb8;
  margin-top: 15px;
  margin-bottom: 24px;
}

.wh_nr1 p {
  font-size: 15px;
  color: #555;
  line-height: 32px;
}

.wh_nr1 {
  max-height: 454px;
  overflow: hidden;
  overflow-y: auto;
}

.fuli_box {
  width: 1233px;
  margin: 0 auto;
  margin-top: 60px;
}

.fuli_box .fuli_p1 {
  font-size: 32px;
  color: ##363636;
}

.fuli_box .fuli_line {
  width: 90px;
  height: 1px;
  background-color: #0e6eb8;
  margin-top: 15px;
  margin-bottom: 42px;
}

.fuli_tip {
  width: 240px;
  height: 170px;
  background-color: #fff;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.fuli_tip img {
  margin: 0 auto;
  padding-top: 38px;
}

.fuli_tip p {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-top: 15px;
}

/*人才招聘*/
.zhaopin_p2 {
  font-size: 24px;
  color: #0e6eb8;
  margin-bottom: 35px;
}

.zhaopin_tip {
  width: 245px;
  height: 183px;
  float: left;
  border: 4px solid #b5b5b5;
  border-radius: 15px;
}

.zhaopin_tip .zhaopin_pic {
  margin: 0 auto;
  padding-top: 32px;
}

.zhaopin_tip .zhaopin_line {
  width: 32px;
  height: 2px;
  background-color: #e8e8e8;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.zhaopin_tip .zhaopin_p1 {
  font-size: 17px;
  color: #555;
  text-align: center;
}

.zhaopin_pic1 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 81px;
}

.zhaopin_pic2 {
  float: right;
  margin-right: 112px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.zhaopin_pic3 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 81px;
}

.zhaopin_bg {
  background: url(https://www.dynai.com/Html/images/img67.jpg) center no-repeat;
  width: 100%;
  height: 883px;
  background-attachment: fixed;
  background-size: cover;
}

.zhaopin_box {
  width: 1195px;
  margin: 0 auto;
}

.zhaopin_box .zhaopin_p3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-top: 47px;
  margin-bottom: 30px;
}

.zhaopin_nr {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  overflow: hidden;
}

.zhaopin_nr table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
}

.zhaopin_nr table tr td {
  padding: 11px;
  font-size: 15px;
  color: #333;
  line-height: 25px;
  padding-top: 26px;
  padding-bottom: 26px;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
}

.zhaopin_nr table tr td a {
  color: #333;
}

.zhaopin_nr table tr td a:hover {
  color: #0e6eb8;
  font-weight: bold;
}

.shzp_box {
  width: 1195px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 120px;
}

.shzp_box .shzp_p1 {
  font-size: 24px;
  color: #0e6eb8;
  margin-bottom: 40px;
}

.shzp_nr {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 26px;
  overflow: hidden;
}

.shzp_nr table {
  width: 100%;
  border-bottom: 0;
  border-left: 0;
}

.shzp_nr table tr td {
  padding: 11px;
  font-size: 15px;
  color: #333;
  line-height: 25px;
  padding-top: 26px;
  padding-bottom: 26px;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
}

.shzp_nr table tr td a {
  color: #333;
}

.shzp_nr table tr td a:hover {
  color: #0e6eb8;
  font-weight: bold;
}

.shzp_kuang {
  width: 600px;
  margin: 0 auto;
}

.shzp_kuang img {
  float: left;
}

.shzp_box .shzp_p2 {
  font-size: 14px;
  color: #a4a4a4;
  text-align: center;
  margin-top: 20px;
}

/*公开信息*/
.gongkai_tip {
  height: 144px;
  margin-bottom: 12px;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.gongkai_kuang1 {
  width: 183px;
  float: left;
  padding-top: 29px;
}

.gongkai_kuang1 .gongkai_p1 {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.gongkai_kuang1 .gongkai_p2 {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 5px;
}

.gongkai_tip .gongkai_line {
  width: 1px;
  height: 36px;
  background-color: #e5e5e5;
  float: left;
  margin-top: 55px;
}

.gongkai_tip .gongkai_p3 {
  font-size: 16px;
  color: #333;
  float: left;
  line-height: 144px;
  margin-left: 60px;
}

.gongkai_kuang2 {
  float: right;
  width: 154px;
  border: 1px solid #ccc;
  border-radius: 37px;
  margin-right: 46px;
  margin-top: 46px;
}

.gongkai_kuang2 p {
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  color: #333;
}

.gongkai_tip:hover {
  background-color: #0e6eb8 !important;
}

.gongkai_tip:hover .gongkai_kuang1 .gongkai_p1 {
  color: #fff;
}

.gongkai_tip:hover .gongkai_kuang1 .gongkai_p2 {
  color: #fff;
}

.gongkai_tip:hover .gongkai_p3 {
  color: #fff;
  padding-left: 10px;
  transition: 0.3s ease-out;
}

.gongkai_tip:hover .gongkai_kuang2 {
  border: 1px solid #fff;
}

.gongkai_tip:hover .gongkai_kuang2 p {
  color: #fff;
}

.gongkai_title {
  width: 100%;
  font-size: 16px;
  color: #0e6eb8;
  line-height: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}

.gongkai_title2 {
  font-size: 13px;
  color: #c81622;
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}

.gongkai_nr_wenzi {
  margin-top: 16px;
}

.gongkai_nr_wenzi p {
  font-size: 14px;
  line-height: 35px;
  color: #333;
}

.gongkai_nr_wenzi p a {
  color: #333;
}

.gongkai_nr_wenzi img {
  max-width: 900px !important;
  height: auto !important;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.gongkai_nr_wenzi table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
}

.gongkai_nr_wenzi table tr td {
  padding: 11px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
}

/*安全环保*/
.aqhb_left {
  width: 650px;
  float: left;
  margin-bottom: 100px;
}

.aqhb_left .aqhb_p1 {
  font-size: 28px;
  color: #555;
  margin-bottom: 30px;
}

.aqhb_nr p {
  font-size: 16px;
  color: #777;
  line-height: 36px;
}

.aqhb_right {
  width: 470px;
  height: 430px;
  overflow: hidden;
  float: right;
  background-color: #ddd;
  margin-bottom: 100px;
}

.aqhb_right img {
  transform: scale(1);
  transition: all 1s ease-out;
}

.aqhb_right img:hover {
  transform: scale(1.2);
}

/*公益活动*/
.gongyi_bg {
  background: url(https://www.dynai.com/Html/images/img43.png) center no-repeat;
  width: 100%;
  height: 600px;
}

.gongyi_box {
  width: 1233px;
  margin: 0 auto;
}

.gongyi_left {
  width: 550px;
  float: left;
}

.gongyi_left .gongyi_p1 {
  font-size: 32px;
  color: #363636;
  padding-top: 92px;
}

.gongyi_left .gongyi_line {
  width: 90px;
  height: 1px;
  background-color: #0e6eb8;
  margin-top: 15px;
  margin-bottom: 40px;
}

.gongyi_nr p {
  font-size: 17px;
  color: #555;
  line-height: 36px;
}

.gongyi_pic {
  float: right;
  width: 660px;
  height: auto;
  margin-top: 77px;
}

/*联系我们*/
.con_left {
  width: 500px;
  float: left;
}

.con_left h1 {
  font-size: 26px;
  color: #0e6eb8;
}

.con_left .con_line {
  width: 65px;
  height: 3px;
  background-color: #0e6eb8;
  margin-top: 17px;
  margin-bottom: 49px;
}

.con_left table tr td {
  font-size: 20px;
  color: #555;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.con_left table tr td a {
  color: #555;
}

.con_right {
  width: 675px;
  height: 520px;
  float: right;
  background-color: #ddd;
}

/*产品*/
.pro_fl_box {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.pro_fl_box ul {
  width: 1195px;
  margin: 0 auto;
}

.pro_fl_box ul li {
  width: 595px;
  float: left;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

.pro_fl_box ul li a {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 60px;
  text-align: center;
}

.pro_fl_box ul li:nth-child(2n) {
  border-right: 1px solid #d1d1d1;
}

.skyblue li a.color9:hover,
.menuactive {
  background-color: #0e6eb8;
  color: #fff !important;
}

.skyblue li a:hover {
  background-color: #0e6eb8;
  color: #fff;
}

.cpwz_box {
  width: 1195px;
  margin: 0 auto;
  padding-top: 154px;
}
/*.cpwz_nr{ width:720px; height:200px; background-color:rgba(255,255,255,0.9); margin:0 auto; border-radius:13px; padding:20px;}
.cpwz_nr p{ font-size:16px; color:#333; line-height:36px;}*/

.cpwz_nr {
  width: 720px;
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.cpwz_nr .cpwz_line1 {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  left: 0;
  top: 0;
}

.cpwz_nr .cpwz_line2 {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  right: 0;
  top: 0;
}

.cpwz_nr p {
  font-size: 15px;
  color: #333;
  line-height: 31px;
}

.pro_fl_title {
  font-size: 17px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(45deg, #294590, #7498f7);
}

.pro_fl_title a {
  color: white;
}

.pro_tb {
  width: 100%;
  margin-bottom: 55px;
}

.pro_tb tr td {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.pro_tb tr td a {
  color: #333;
}

.pro3_p1 {
  background-color: #efefef;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 60px;
}

.pro_title {
  font-size: 17px;
  color: white;
  line-height: 50px;
  text-align: center;
  background-color: #0e6eb8;
  font-weight: bold;
  margin-bottom: 20px;
}

.pro_nr_box table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
}

.pro_nr_box table tr td {
  padding: 11px;
  font-size: 14px;
  color: #333;
  line-height: 33px;
  text-align: center;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
}

.pro_nr_box p {
  font-size: 14px;
  color: #333;
  line-height: 36px;
}

.pro_nr_box img {
  max-width: 100% !important;
  height: auto;
}

.pro_more {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.pro_more p a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  background-color: #d22e37;
  border-radius: 8px;
}

.nr_bo:hover {
  background-color: #edf6fb;
}

/*咨询*/
.cp_ord_tip {
  width: 568px;
  float: left;
  margin-bottom: 21px;
}

.cp_ord_tip p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.cp_ord_tip .cp_ord_kuang1 {
  width: 555px;
  height: 57px;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  border-radius: 9px;
}

.cp_ord_tip2 p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.cp_ord_tip2 .cp_ord_kuang2 {
  width: 1182px;
  min-height: 220px;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 9px;
}

.cp_ord_p1 {
  font-size: 14px;
  color: #333;
  margin-top: 21px;
  margin-bottom: 10px;
}

.cp_ord_kuang3 {
  width: 160px;
  height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  float: left;
  border-radius: 9px;
}

.cp_ord_kuang4 {
  width: 128px;
  height: 42px;
  float: left;
  margin-left: 23px;
  border-radius: 9px;
}

.cp_ord_kuang5 {
  width: 277px;
  height: 42px;
  background-color: #0e6eb8;
  border: 0;
  border-radius: 6px;
  float: left;
  margin-left: 23px;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  color: white;
  cursor: pointer;
  border-radius: 9px;
}

.ord_p1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 21px;
}

.materials {
  overflow: hidden;
  margin-bottom: 50px;
}

.entitle {
  text-align: left;
  color: #036eb8;
  font-size: 24px;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #e7ecf4;
  border-bottom: 0;
  background: #fff;
}

.entitle a {
  font-size: 16px;
  color: #036eb8;
  position: absolute;
  right: 20px;
  top: 14px;
}

.encp {
  border: 1px solid #e7ecf4;
}

.encp li {
  padding: 2% 0;
  width: 25%;
  height: 340px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  float: left;
  border-right: 1px solid #e7ecf4;
  border-bottom: 1px solid #e7ecf4;
}

.encp li:nth-child(4n) {
  margin-right: 0;
}

.encp li .imgs {
  width: 200px;
  height: 200px;
  margin: 0 auto 5px;
  position: relative;
}

.encp li .imgs img {
  width: 200px;
  height: 200px;
}

.encp li h3 a {
  width: 200px;
  margin: 5px auto;
  height: 32px;
  line-height: 16px;
  white-space: inherit;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #333;
}

.encp .priceNum {
  width: 200px;
  height: auto;
  margin: 0 auto;
  border: 0;
  padding-bottom: 0;
  display: flex;
  padding-top: 0;
  overflow: hidden;
}

.encp .priceNum b {
  font-size: 14px;
}

.encp .priceNum .priceNum-con {
  flex: 1;
  color: #333;
}
.priceNum {
  display: flex;
}
.priceNum b {
  word-break: break-all;
}
.priceNum .priceNum-con {
  flex: 1;
  float: none;
  margin-right: 1%;
  font-size: 0;
}
.encp .priceNum p,
.encp .priceNum span,
.encp .priceNum b,
.gycp .priceNum p,
.gycp .priceNum span,
.gycp .priceNum b,
.hotlist .priceNum p,
.hotlist .priceNum span,
.hotlist .priceNum b {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.encp .priceNum p,
.gycp .priceNum p,
.hotlist .priceNum p {
  width: 100%;
}
.encp .priceNum b,
.gycp .priceNum b,
.hotlist .priceNum b {
  max-width: 60%;
}
.encp .priceNum span,
.gycp .priceNum span,
.hotlist .priceNum span {
  max-width: 40%;
}
.gycp .priceNum {
  margin-bottom: 0;
}
.hotlist .hotlistsp li .priceNum {
  height: 54px;
}
.engc li {
  padding: 15px 0;
  width: 31.33%;
  height: 158px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dbe3ef;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}

.engc li:nth-child(3n) {
  margin-right: 0;
}

.engc li h3 a {
  width: 360px;
  margin: 0 auto;
  max-height: 44px;
  line-height: 22px;
  white-space: inherit;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333;
}

.engc p {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  width: 360px;
  margin: 0 auto;
  white-space: inherit;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gsjs .lxr {
  line-height: 20px;
}

.whatsapp,
.main-header,
.m-section {
  display: none;
}

.spxx .spxx-div {
  background-size: 100% 100%;
}
.thumbnail-box .list .item .oicn {
  width: 48px !important;
  height: 48px !important;
  position: absolute;
}
.m-kf1,
.returntop {
  z-index: 9;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sx .sxlist .classifyTitlt {
  line-height: 48px;
}
.sx .sxlist .sxcheck i {
  word-break: break-word;
  padding-left: 0;
}

.classify-ellipsis {
  display: -webkit-inline-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gsjsBtm .gsjsBtmRight {
  padding-right: 50px;
}
.gsjsBtm .gsjsBtmRight video {
  margin-bottom: 30px;
}
.gsjsBtm .gsjsBtmRight .lxr {
  margin-bottom: 30px;
}
.gsjsBtm .gsjsBtmRight .factory-img h2 {
  font-size: 22px;
  font-weight: bold;
}
.gsjsBtm .gsjsBtmRight .factory-img ul {
  overflow: hidden;
}
.gsjsBtm .gsjsBtmRight .factory-img ul li {
  width: 47.5%;
  float: left;
  margin-right: 5%;
}
.gsjsBtm .gsjsBtmRight .factory-img ul li img {
  width: 100%;
}
.gsjsBtm .gsjsBtmRight .factory-img ul li:nth-child(2n) {
  margin-right: 0;
}
.factory-img .swiper-container {
  width: 100%;
  height: 240px;
}
.spdetail .base .store-info {
  height: auto;
}
.spdetail .base .store-info .name {
  text-overflow: inherit;
  /* white-space: break-spaces; */
}
.factory-img .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 250px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.factory-img .swiper-slide img {
  width: 250px;
  height: 188px;
}
.transaction-process {
  padding-bottom: 10px;
}
.share_float {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  /* width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; */
}
.share_float .share_cont {
  width: 100%;
  /* padding: 0 30px 37px; */
  box-sizing: border-box;
  /* border-radius: 16px; */
  background: #fff;
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
  overflow: hidden;
}

.share_float .share_top {
  height: 30px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_float .share_top .share_tit {
  font-size: 20px;
  font-weight: bold;
}

.share_float .share_top .share_close {
  width: 30px;
  height: 30px;
  margin-right: -15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url(https://zt.ibuychem.com/cms/en/vc_sprite.png) -322px -42px
    no-repeat;
  background-size: 445px 240px;
  display: none;
}

.share_float .share_mid {
  height: 80px;
  /* padding: 0 48px; */
  position: relative;
  box-sizing: border-box;
}

.share_float .share_mid .share_list {
  /* width: 430px; */
  position: relative;
  overflow: hidden;
}

.share_float .share_mid .share_scroll {
  display: flex;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}

.share_float .share_mid .share_cell {
  width: 86px;
  padding: 0 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
}

.share_float .share_mid .share_cell .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(https://zt.ibuychem.com/cms/en/vc_sprite.png) -3px -180px
    no-repeat;
  background-size: 445px 240px;
}

.share_float .share_mid .share_cell .icon.wa {
  background-position: -10px -109px;
}

.share_float .share_mid .share_cell .icon.fb {
  background-position: -74px -109px;
}

.share_float .share_mid .share_cell .icon.tw {
  background-position: -138px -109px;
}

.share_float .share_mid .share_cell .icon.em {
  background-position: -202px -109px;
}

.share_float .share_mid .share_cell .icon.li {
  background-position: -266px -109px;
}

.share_float .share_mid .text {
  color: #4f4e4e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.share_float .share_mid .share_prev {
  width: 32px;
  height: 32px;
  background: #cdcdcd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  display: flex;
  cursor: pointer;
}

.share_float .share_mid .share_prev:after {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(https://zt.ibuychem.com/cms/en/vc_sprite.png) -177px -124px
    no-repeat;
  background-size: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share_float .share_mid .share_prev:active {
  background: #527dff;
}

.share_float .share_mid .share_next {
  display: flex;
  width: 32px;
  height: 32px;
  background: #cdcdcd;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

.share_float .share_mid .share_next:after {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(https://zt.ibuychem.com/cms/en/vc_sprite.png) -194px -124px
    no-repeat;
  background-size: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share_float .share_mid .share_next:active {
  background: #3c3a98;
}

.share_float .share_bot {
  padding: 6px;
  margin-top: 30px;
  border: 1px solid #3c3a98;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.share_float .share_bot input {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  border: none;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.share_float .share_bot button {
  width: 114px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px;
  color: #fff;
  background: #3c3a98;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
}

.share_float .share_bot button:hover {
  background: #3c3a98;
}

.share_float .share_bot button:active {
  background: #3c3a98;
}

.rightfixed-xunpan {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #eee;
  z-index: 999999999;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.rightfixed-xunpan .zxlxCons {
  width: 400px;
  padding: 0;
}
.rightfixed-xunpan .zxlxCons .lytop {
  position: relative;
  padding: 0;
}
.rightfixed-xunpan .zxlxCons .lytop h3 {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  background: #ff8d6b;
}
.rightfixed-xunpan .zxlxCons .lytop i {
  position: absolute;
  right: 15px;
  top: -3px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.rightfixed-xunpan .zxlxCons .lxdh span {
  width: 140px;
  font-size: 13px;
  padding-right: 0;
}
.rightfixed-xunpan .zxlxCons .order-searchinput,
.rightfixed-xunpan .ipt-con textarea {
  width: 240px;
}
.rightfixed-xunpan .zxlxCons .ipt-con p {
  padding-right: 0;
}
.rightfixed-xunpan .zxlxCons select {
  width: 80px;
}

.rightfixed-xunpan .zxlxCons .btn-con button {
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
}
.rightfixed-xunpan .ipt-con {
  width: 96%;
}
.hotlist .hotlistsp li .imgs video,
.encp li .imgs video,
.gsjsBtm .gsjsBtmRight video,
.stockzsCon video {
  background: #000;
}
.stockzs {
  padding: 0;
}
#magnifier {
  width: 660px;
}
.small-box,
.stockzsCon,
.small-box img {
  width: 550px;
  height: 550px;
  max-height: 550px;
  max-width: 550px;
}
 
.thumbnail-box .btn-next {
  right: 0;
}
.thumbnail-box .list {
  width: 600px;
}
.zxlxCons .btn-con .sc-qr {
  height: 35px;
  display: block;
  margin: 0 auto 15px;
  font-size: 14px;
  cursor: pointer;
}
.message-add {
  width: 250px;
}
.message-add2 {
  width: 90%;
}
@media screen and (max-width: 750px) {
  .rightfixed-xunpan {
    display: none;
  }

  .container {
    width: 100%;
  }

  body,
  html,
  header {
    min-width: 100%;
  }

  .focus,
  .jhd,
  .spNav,
  .footer,
  .yqlink,
  .email_and_returntop,
  .moreleft,
  .newgsdt .newgsdt-title {
    display: none;
  }

  .gsjsBtm .gsjsBtmRight {
    padding: 15px 20px;
    width: 100%;
  }

  /* 分类 */
  .allcategory {
    width: 94%;
    margin: 0 auto 10px;
  }
  .allcategory .lm {
    padding: 0 3%;
    height: 38px;
    line-height: 38px;
  }
  .sx .sxlist {
    padding: 0 3%;
    height: 38px;
  }
  .sx .sxlist .classifyTitlt {
    width: 25%;
    line-height: 38px;
  }

  .sx .sxlist .sxcheck {
    width: 75%;
  }
  .sx .sxlist .sxcheck i {
    max-width: 91%;
    padding-left: 0;
  }
  .sx .sxlist .sxcheck label {
    padding: 8px 0 8px 10px;
  }

  .showmore {
    height: 38px !important;
  }

  /* 首页发展历程 */
  .his_bg {
    height: auto;
    background-size: cover;
  }
  .his_box {
    width: 100%;
    padding: 0 4% 10px;
    height: auto;
  }
  .his_tip {
    position: static;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .his_box .his_p1 {
    position: static;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .his_tip .his_kuang {
    background: #0e6eb8;
    width: 15%;
    height: 28px;
    margin-top: 0;
    line-height: 28px;
    float: left;
    border-radius: 5px;
  }
  .his_tip .his_kuang p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
  }
  .his_tip .his_p2 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    width: 83%;
    display: block;
    float: right;
    margin-top: 0;
  }

  /* 首页商铺分类 */
  .s_pro_bg {
    height: auto;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .s_pro_left,
  .s_pro_right {
    width: 92%;
    float: none;
    margin: 0 auto;
  }
  .s_pro_hezi {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-top: 30px;
  }
  .s_pro_right {
    padding-top: 0;
  }
  .s_pro_hezi .s_pro_p1 {
    font-size: 24px;
  }
  .s_pro_hezi .s_pro_p3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
  }
  .s_pro_hezi .s_pro_p4 {
    font-size: 16px;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .s_pro_hezi1 {
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .s_pro_hezi1 p a {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0;
  }
  .s_pro_hezi1 p a:hover {
    width: 100%;
  }
  .s_pro_hezi1 p a span {
    display: inline-block;
    vertical-align: top;
    width: 10%;
  }
  .s_pro_hezi1 p a b {
    display: inline-block;
    width: 90%;
    vertical-align: top;
  }

  /* 首页工厂 */
  .jd_box {
    width: 100%;
    padding: 0 4%;
  }
  .jd_box .jd_p1 {
    margin-bottom: 20px;
  }
  .jd_tip1 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .jd_tip1 .jd_kuang1,
  .jd_tip1 .jd_kuang1 img {
    width: 100%;
    height: 180px;
  }
  .jd_tip1 .jd_p3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .s_fac_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .gcSwiper .swiper-button-prev {
    background: url(https://zt.ibuychem.com/cms/en/imgleftbtn.png) left 30% /
      30% 30% no-repeat;
    left: 3px;
  }
  .gcSwiper .swiper-button-next {
    background: url(https://zt.ibuychem.com/cms/en/imgrightbtn.png) right 30% /
      30% 30% no-repeat;
    right: 3px;
  }
  .gcSwiper .swiper-slide img {
    width: 100%;
    display: block;
    border: 2px solid #e7e7e7;
  }
  .gcSwiper .swiper-button-next,
  .gcSwiper .swiper-button-prev {
    width: 20px;
    height: 36px;
    margin-top: -18px;
  }

  .s_fac_bg {
    position: relative;
    height: 200px;
    margin-bottom: 20px;
  }

  .s_fac_p1 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }
  .s_fac_p1 a {
    color: #fff;
  }
  .s_fac_p1 a:hover {
    font-weight: bold;
  }

  /* 询盘表单 */
  .xunpan {
    background: #f8f9fc;
    padding: 20px 0;
    margin-top: 0;
  }

  .zxlxCons {
    width: 100%;
    padding: 0;
  }

  .zxlxCons .lytop h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3c3a98;
  }
  .nothings-gycp {
    height: 430px !important;
  }
  .hotlist .nothings img {
    margin: 100px auto 10px;
  }
  .xunpan .btn-con {
    margin: 0 auto;
    text-align: center;
  }

  .xunpan .btn-con button {
    width: 200px;
    height: 40px;
    color: #fff;
    border: 1px solid #f64a42;
    font-size: 14px;
    background: #ff8d6b;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .xunpan .ipt-con {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .xunpan .ipt-con p {
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    width: 96%;
    margin: 0 auto;
    padding-right: 0;
  }

  .xunpan .ipt-con textarea {
    width: 62%;
    height: 9rem;
    padding: 5px 8px;
    line-height: 20px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    color: #333;
    outline: none;
    resize: none;
  }

  .xunpan .ipt-con .order-searchinput {
    border: 1px solid #e1e1e1;
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    padding: 0 8px;
    font-size: 14px;
    height: 38px;
    border-radius: 3px;
  }

  .xunpan .lxdh {
    overflow: hidden;
    margin-top: 10px;
    font-size: 0;
  }

  .xunpan .lxdh span {
    display: inline-block;
    width: 36%;
    font-size: 12px;
    color: #999;
    text-align: right;
    vertical-align: top;
    line-height: 38px;
    text-wrap: nowrap;
    padding-top: 0;
    padding-right: 0;
  }

  .xunpan select {
    border: 1px solid #e1e1e1;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    padding: 0 8px;
    font-size: 12px;
    height: 38px;
    margin-left: 10px;
    background: #fff;
  }

  /* 友情链接 */
  .yqlink {
    background: #7c7c7c;
    overflow: hidden;
    padding: 2rem 0;
    text-align: center;
  }

  .yqlink .link-logo {
    width: 20%;
    height: 3rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
  }

  .yqlink .link-logo img {
    width: 3rem;
    height: 3rem;
  }

  .yqlink ul {
    width: 70%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }

  .yqlink ul li {
    float: left;
    height: 3rem;
    overflow: hidden;
    text-align: center;
    margin-right: 3%;
  }

  .yqlink ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    border: 1px solid #adadad;
  }

  .yqlink ul li a img {
    margin: 0 auto;
    max-width: 2rem;
    max-height: 2rem;
  }

  .yqlink ul li:last-child {
    margin-right: 0 !important;
  }

  /* 在线联系 */
  .whatsapp {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 99999;
    display: block;
  }

  .whatsapp img {
    width: 40px;
  }

  /* PC首页内容模块 */
  .s_jj_box {
    width: 100%;
    padding: 20px 4% 0;
  }

  .s_jj_left {
    float: none;
    width: 100%;
  }

  .s_jj_left .s_jj_p1 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .s_jj_right {
    float: none;
    width: 100%;
  }
  .s_jj_p3 {
    padding-bottom: 30px;
  }
  .s_jj_p3 a,
  .s_xw_p6,
  .s_rd_p1 {
    font-size: 14px;
    line-height: 14px;
  }

  .s_rd_box {
    width: 100%;
    padding: 20px 4% 0;
    margin-bottom: 20px;
  }

  .s_rd_tip {
    width: 100%;
    float: none;
    height: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .s_rd_tip img {
    width: 100%;
    height: 250px;
  }

  .s_jj_nr p {
    font-size: 14px;
    line-height: 20px;
  }

  .s_xw_box {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 30px;
  }

  .s_xw_box .s_xw_p1 {
    font-size: 24px;
  }

  .s_xw_box .s_xw_p2 {
    margin-bottom: 25px;
  }

  .s_rd_nr p {
    font-size: 14px;
    line-height: 20px;
  }

  .s_rd_nr {
    margin-top: 20px;
  }

  .s_xw_tip {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
  }

  .s_xw_kuang1,
  .s_xw_yy,
  .s_xw_kuang1 .s_xw_pic {
    width: 100%;
    height: 200px;
  }
  .fadeInUpBig {
    margin-bottom: 20px;
  }
  /* .s_rd_box .s_rd_tip:nth-child(n+2),.s_xw_box_zx .s_xw_tip:nth-child(n+2) {
		display: none;
	} */

  .s_xw_kuang2 {
    padding: 0 5% 3%;
    height: auto;
  }

  .s_xw_kuang2 .s_xw_p3 {
    padding-top: 5%;
    font-size: 18px;
    line-height: 24px;
    min-height: auto;
  }

  .s_xw_kuang2 .s_xw_p4 {
    font-size: 14px;
    margin-top: 3%;
    line-height: 20px;
  }

  .s_xw_kuang2 .s_xw_p5 {
    font-size: 14px;
    margin-top: 3%;
  }

  .materials {
    padding: 0 4%;
    margin-bottom: 30px;
  }

  .entitle {
    padding: 10px;
  }

  .entitle a {
    font-size: 14px;
    right: 10px;
    top: 16px;
  }

  .encp li {
    width: 50%;
    height: 260px;
    padding: 10px 0;
  }

  .encp li .imgs,
  .encp li .imgs img {
    width: 144px;
    height: 144px;
    margin: 0 auto 5px;
  }

  .encp li h3 a,
  .encp .priceNum {
    width: 144px;
  }

  .encp li h3 a {
    line-height: 16px;
    height: 32px;
    font-size: 12px;
  }

  .encp .priceNum {
    padding-top: 2px;
  }

  .priceNum b {
    font-size: 12px;
  }

  .encp li:nth-child(n + 5) {
    display: none;
  }

  /* 移动端语言切换 */
  .en-selects {
    width: 62px;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    float: right;
    position: relative;
    /* position: absolute;
    right: -4px;
    top: -1px;
    z-index: 999; */
    background-position: right -52px;
    cursor: pointer;
    background: url(https://zt.ibuychem.com/cms/en/arr.png) right 10.24rem
      no-repeat;
  }

  .en-selects-detail {
    background: url(https://mall.ibuychem.com/public/new_index/images/arr.png)
      right 9px no-repeat;
    text-align: left;
    margin-right: 3%;
    margin-top: 8px;
  }

  .en-selects span {
    display: block;
    cursor: pointer;
    padding-left: 20px;
    background: url(https://zt.ibuychem.com/crossborder/images/img_14.png)
      no-repeat 0 center;
    background-size: 14px 14px;
    font-style: normal;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    position: relative;
  }
  .en-selects-detail span {
    background: url(https://zt.ibuychem.com/crossborder/images/img__14.png)
      no-repeat 0 center;
    background-size: 14px 14px;
  }
  .en-selects span a {
    color: #fff;
  }
  .en-selects-detail span a {
    color: #666;
  }

  .en-selects ul {
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 999;
  }

  .en-selects ul li {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    color: #666;
    padding-left: 0 !important;
  }

  .en-selects ul li a {
    color: #666;
    display: block;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 12px;
  }

  .en-selects ul li a img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-right: 4px;
    margin-top: -1px;
  }

  /* 移动端顶部 */
  .main-header {
    display: block;
  }

  header .shop-en {
    padding: 3.2% 3% 3%;
    margin-bottom: 3%;
    background: url(https://img-cdn.ibuychem.com/wiseshop/15/8/a944ab5….png)
      center top repeat-x;
    color: rgb(102, 102, 102);
    overflow: hidden;
  }

  header .shop .shop-name {
    float: left;
    color: #fff;
    width: 70%;
  }

  header .shop .shop-name .shop-name-title {
    margin-bottom: 1.6rem;
  }

  header .shop .shop-name h2 {
    display: block;
    font-size: 16rem;
    height: 48rem;
    line-height: 24rem;
    overflow: hidden;
    /* white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 94%;
    vertical-align: middle;
    margin-right: 2%; */
  }

  .header-small-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8rem;
  }

  header .shop .shop-name i,
  header .shop .shop-name p em,
  header .shop .shop-name p span {
    display: inline-block;
    vertical-align: middle;
  }

  header .shop .shop-name p {
    font-size: 12rem;
  }

  header .shop .shop-name i {
    width: 16rem;
    height: 16rem;
    /* background: url(https://suoshi.en.ibuychem.com/static/media/vip2.1a68f8f7.png) no-repeat 50%; */
    background-size: 100% 100% !important;
  }

  .en-shop-header-right {
    float: right;
  }
  .en-shop-share {
    float: right;
    margin: 2px 0 0 15px;
  }

  header .search_menu {
    overflow: hidden;
    padding: 0 3% 0.625rem;
  }

  header .search-ss {
    width: 26%;
    position: relative;
    float: left;
  }

  header .search-ss img {
    width: 14rem;
    height: 14.4rem;
    display: block;
    position: absolute;
    left: 12.8rem;
    top: 32%;
  }

  header .search-ss input {
    width: 100%;
    padding: 9.6rem 8rem 9.6rem 32rem;
    border-radius: 32rem;
    background: #e4e4e4;
    color: #222;
    font-size: 10.25rem;
    outline: none;
  }

  header .search-ss input::-webkit-input-placeholder {
    color: #222;
    font-size: 16rem;
  }
  .gsjs .lxr .lxr_p a {
    color: #fff;
  }
  header .nav {
    margin-left: 1%;
    width: 73%;
    height: 40rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: right;
    overflow: auto;
  }

  header .nav a {
    height: 38px;
    color: #333;
  }
  .nav-layout1 .nav a:visited,
  .nav-layout1 .nav a:hover {
    background: #fff !important;
  }
  header .nav li:first-child {
    margin-left: 1%;
  }

  header .nav li {
    height: 40rem;
    font-size: 10.25rem;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16rem;
  }

  header .nav li .current {
    color: #3c3a98;
    border-bottom: 2px solid #3c3a98;
    display: inline-block;
  }

  header .search .search-menu {
    width: 12%;
    text-align: center;
    position: relative;
  }

  header .search .search-menu img {
    width: 26rem;
    height: 20rem;
    margin-top: 5px;
  }

  /* 产品列表页 */
  .moreright {
    float: none;
    width: 100%;
  }
  .hotlist {
    background: none;
  }
  .hotlist .hotlistsp {
    width: 100%;
    padding: 0 3%;
    background: none;
  }

  .hotlist .hotlistsp li {
    width: 48.5%;
    margin-right: 3%;
    background: #fff;
  }

  .hotlist .hotlistsp li:nth-child(2n) {
    margin-right: 0;
  }
  .hotlist .hotlistsp li .imgs {
    width: 100%;
    height: 100%;
    max-height: 192rem;
  }
  .hotlist .hotlistsp li .imgs img {
    width: 100%;
    height: 100%;
    min-height: 192rem;
  }
  .hotlist .hotlistsp li .imgs video {
    min-height: 192rem;
  }
  .hotlist .priceNum {
    width: 90%;
  }
  .hotlist .priceNum b {
    font-size: 12px;
  }
  .priceNum p,
  .priceNum span {
    font-size: 11px;
    color: #666;
  }
  .splist .hotlist {
    margin-bottom: 0;
  }
  .pagenum {
    padding-top: 0;
    margin-bottom: 0;
  }
  /* 动态页 */
  .newgsdt ul li {
    padding: 10px 0;
  }
  .newgsdt ul li h2 {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
  }
  .newgsdt ul li h2 a {
    width: 100%;
  }
  .newgsdt ul li p {
    display: none;
  }
  /* 关于我们 */
  .gsjsBtm {
    padding: 0;
    margin-bottom: 0;
  }
  .gsjsBtm .gsjsBtmLeft {
    width: 100%;
    float: none;
    padding: 15px 20px;
  }
  .gsjsBtm .gsjsBtmLeft:after {
    display: none;
  }

  .gsjs .store_all_top .name {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  .gsjs .store_all_top .name a {
    max-width: 100%;
    margin-right: 0;
    text-overflow: inherit;
    white-space: inherit;
  }
  .gsjs {
    height: auto;
    overflow: hidden;
    background-size: cover;
  }

  .gsjs .store_all_top {
    height: auto;
    line-height: normal;
  }
  .gsjs .lxr {
    line-height: 18px;
    margin-bottom: 15px;
  }
  /* 产品详情页 */
  .stockTop,
  .stockLeft .xgtj {
    display: none;
  }
  .detailedMsg {
    width: 100%;
  }
  .inforCon {
    width: 94%;
    margin: 0 auto;
  }
  .goods_desc {
    width: 100% !important;
    border-top: 0 !important;
    margin: 0 auto !important;
    padding: 20px 0 0 !important;
  }
  .xunpan-detail #form {
    width: 100%;
  }

  .xunpan-detail .zxlxCons select {
    width: 20%;
  }

  .m-section {
    display: block;
  }
  .selects-wrapper {
    height: 36px;
    background: #fff;
  }
  .selects-wrapper .detail-logo {
    float: left;
    margin-top: 12px;
    margin-left: 3%;
    line-height: 1;
  }
  .selects-wrapper .detail-logo img {
    width: 96rem;
  }
  .selects-wrapper .sign-up {
    float: right;
    margin-top: 12px;
    margin-right: 4%;
    color: #333;
    font-size: 12px;
  }
  .selects-wrapper .sign-up img {
    width: 12.8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
  }

  .selects-wrapper .button-sign-up {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 4px;
    outline: none;
    border-radius: 9999px;
    background-color: #f60;
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    margin-top: -4px;
  }

  .selects-wrapper .button-sign-up a {
    color: #fff;
  }

  .searchfl {
    clear: both;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }

  .searchfl .searchfl-back {
    width: 10%;
    text-align: center;
  }

  .searchfl .searchfl-back img {
    width: 8px;
    display: block;
    margin: 0 auto;
  }

  .searchfl .searchfl-gwc {
    width: 10%;
    text-align: center;
  }

  .searchfl .searchfl-gwc img {
    width: auto;
    height: 1.3rem;
    display: block;
    margin: 0 auto;
  }

  .searchfl .searchfl-ss {
    width: 86%;
    position: relative;
  }

  .searchfl .searchfl-ss h3 {
    text-align: center;
    font-size: 1rem;
    color: #222;
  }

  .searchfl .searchfl-ss img {
    width: 12px;
    height: 12px;
    display: block;
    background: url(https://zt.ibuychem.com/cms/en/search.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 30%;
    background-size: 100% 100%;
  }

  .searchfl .searchfl-ss input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 6px 10px 6px 32px;
    font-size: 14px;
    background: #f2f2f2;
    color: #333;
  }

  .searchfl .searchfl-menu {
    width: 10%;
    text-align: center;
    position: relative;
  }

  .searchfl .searchfl-menu img {
    width: 0.25rem;
    height: 1.125rem;
    display: block;
    margin: 0 auto;
  }

  .imgscroll {
    width: 100%;
    padding-left: 3%;
    overflow-x: scroll;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
    max-height: 400px;
  }

  .imgscroll li {
    width: 97%;
    margin-right: 1.5%;
    border-radius: 5px;
    overflow: hidden;
  }

  .imgscroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .imgscroll li img {
    width: 100%;
    height: 400px;
    max-height: 100%;
  }
  .imgscroll video {
    height: 400px;
    background: #000;
  }

  .goods-video,
  .goods-video span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .goods-video span {
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    margin: auto;
    background-color: hsla(0, 0%, 100%, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
  }
  .goods-video span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #b72231;
    margin-left: 8%;
  }
  .goods-video video {
    width: 100%;
    height: 25rem;
  }

  .cpDetail {
    position: relative;
    margin-top: 10px;
  }
  .cpDetail .xq {
    padding: 0 3%;
    width: 94%;
    margin: 0 auto 10px;
    background: #fff;
  }

  .cpDetail .xq .title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
  }

  .cpDetail .priceNum {
    margin-bottom: 10px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .cpDetail .priceNum b {
    font-size: 16px;
    font-weight: bold;
  }
  .cpDetail .priceNum p,
  .cpDetail .priceNum span {
    font-size: 12px;
    color: #666;
  }

  .cpDetail .priceNum .priceNum-con {
    float: left;
    /* width: 48.5%;
    margin-right: 3%; */
    margin-bottom: 10px;
  }

  .cpDetail .priceNum .priceNum-con:nth-child(3n) {
    margin-right: 0;
  }
  .cpDetail .spbtn {
    padding: 0 3%;
    overflow: hidden;
    margin: 10px auto;
  }

  .cpDetail .spbtn a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    border: 1px solid #666;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .cpDetail .spbtn a.order-request {
    background: #f60;
    color: #fff;
    border: 1px solid #f60;
    margin-bottom: 6px;
  }

  .cpDetail .delivery {
    width: 94%;
    margin: 0 auto 10px;
    padding: 10px 3%;
    background: #fff;
  }

  .cpDetail .delivery h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .cpDetail .delivery ul li {
    color: #333;
    line-height: 12px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .cpDetail .delivery ul li span {
    width: 30%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: top;
  }

  .cpDetail .delivery ul li b {
    display: inline-block;
    vertical-align: top;
    width: 70%;
  }

  .cpDetail .transaction-process {
    width: 94%;
    margin: 0 auto 10px;
    padding: 10px 3%;
    background: #fff;
  }

  .cpDetail .transaction-process h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }

  .cpDetail .transaction-process ul li {
    margin-bottom: 10px;
  }

  .cpDetail .transaction-process ul li h4 {
    font-size: 12px;
    font-weight: bold;
  }

  .cpDetail .transaction-process ul li p {
    font-size: 12px;
    color: #666;
  }

  .cpDetail .share_float {
    width: 94%;
    margin: 0 auto 10px;
    padding: 10px 3%;
    background: #fff;
  }
  .cpDetail .share_float .share_mid .share_scroll {
    overflow-x: scroll;
  }
  .cpDetail .share_float .share_top .share_tit {
    font-size: 15px;
  }
  .cpDetail .share_float .share_bot {
    margin-top: 10px;
  }
  .cpDetail .share_float .share_bot button {
    height: 30px;
    line-height: 30px;
  }

  .cpDetail .store-top {
    padding: 5px 0;
    background: none !important;
    margin-bottom: 0 !important;
  }

  .cpDetail .store-btm {
    padding-bottom: 0 !important;
  }

  .cpDetail .store {
    background: #fff;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.325rem;
  }

  .cpDetail .store .shops {
    color: #333 !important;
    padding: 0 3%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .cpDetail .store .shops .shop-head {
    margin-right: 2%;
  }
  .cpDetail .store .shops .shop-head img {
    width: 40rem;
    height: 40rem;
    display: block;
    border-radius: 6.4rem;
  }
  .cpDetail .store .shops .shop-name {
    width: 85%;
  }
  .cpDetail .store .shops .shop-name h2 {
    font-size: 12px;
    font-weight: 700;
    max-width: 100%;
    /* overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; */
  }
  .cpDetail .zhfw_text img {
    display: inline-block;
    width: 16rem !important;
    margin-top: -3.2rem;
    vertical-align: middle;
  }
  .cpDetail .zhfw_text b {
    font-weight: 400;
    color: #666;
    font-size: 12px;
    margin-left: 4px;
  }
  .cpDetail .spinfobtn {
    padding: 0 3%;
    overflow: hidden;
    margin: 5px auto;
  }
  .cpDetail .spinfobtn a {
    text-align: center;
    display: inline-block;
    width: 47.5%;
    padding: 5px 0;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    border: 1px solid #666;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .cpDetail .spinfobtn a.more-products {
    margin-right: 3%;
  }
  .returntop {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: none;
  }
  .returntop img {
    width: 40px;
  }
  .type3 img {
    width: auto;
    max-width: 100%;
  }

  .classify-hide {
    display: none;
  }
  .qbsp_page {
    width: 100%;
    /*background:#f5f5f5;*/
    margin-bottom: 1rem;
    /*min-height: 100vh;*/
  }

  .qbsp_page .product {
    width: 94%;
    margin: 0 auto;
    padding-top: 0.4rem;
    overflow: hidden;
  }

  .qbsp_page .product .list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .qbsp_page .product .list .card {
    width: 48.5%;
    max-width: 48.5%;
    display: inline-block;
    background: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
    float: left;
  }

  .qbsp_page .product .list .card:nth-of-type(odd) {
    margin-right: 3%;
  }

  .qbsp_page .product .list .card img {
    width: 100%;
    height: 100%;
  }

  .qbsp_page .product .list .card .text {
    font-size: 0.8rem;
    color: #333333;
    text-align: center;
    padding: 0rem 0.3rem 0rem 0.3rem;
    margin: 0.4rem 0 0.4rem 0;
  }

  .qbsp_page .product .list .card .text1 {
    font-size: 0.8rem;
    height: 1rem;
    line-height: 1rem;
    color: #333333;
    text-align: center;
    padding: 0rem 0rem 1.5rem 0rem;
    margin: 0.4rem 0 0.4rem 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
  }

  .qbsp_page .product .list .card .text2 {
    font-size: 1rem;
    color: #e80032;
    text-align: center;
    margin: 0.1rem 0 0.2rem 0;
    padding: 0 0.3rem;
  }

  .qbsp_page .prompt {
    /*padding:0.1rem 0 1rem 0;*/
    font-size: 0.8rem;
    color: #b5b5b5;
    text-align: center;
    /*margin: 0px 0px 6rem 0px;*/
  }

  .qbsp_page .prompt1 {
    padding: 0.1rem 0 1rem 0;
    font-size: 0.8rem;
    color: #b5b5b5;
    text-align: center;
  }

  .qbslS_page {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
  }

  .qbslS_page {
    padding-top: 0.4rem;
  }

  .qbslS_page h2 {
    width: 94%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    margin: 0 auto;
    font-weight: normal;
  }

  .qbslS_page h2 img {
    width: 0.5rem;
    height: 0.8rem;
    float: right;
    margin-top: 0.5rem;
  }

  .qbslS_page ul {
    width: 100%;
    display: none;
  }

  .qbslS_page ul.active {
    display: block;
  }

  .qbslS_page ul li {
    width: 24%;
    color: #333;
    float: left;
    background: #f5f5f5;
    border-radius: 20%;
    margin: 0.5rem 0.1rem;
    text-align: center;
    padding: 0.4rem 0;
  }

  .qbslS_page ul li a {
    font-size: 1rem;
    color: #333;
  }

  .qbslS_plist {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0.8rem auto;
    background: #fff;
  }

  .qbslS_plist h2 {
    width: 94%;
    font-size: 0.875rem;
    margin: 0.5rem auto;
    font-weight: normal;
    padding: 0.4rem 0.8rem 0.4rem 0;
    background: url(https://zt.ibuychem.com/cms/en/jt.png) no-repeat right
      center;
    background-size: 8px 13px;
    word-break: break-word;
  }

  .qbslS_plist h2 a {
    display: inline;
  }

  /* .qbslS_plist h2 img {
    width: 0.5rem;
    height: 0.8rem;
    float: right;
    margin-top: 0.65rem;
  } */

  .qbslS_plist h2.active img {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
  }

  .qbslS_plist ul {
    width: 94%;
    margin: 0 auto;
    display: none;
  }

  .qbslS_plist ul.active {
    display: block;
  }

  .qbslS_plist ul li {
    width: 49%;
    color: #333;
    float: left;
    background: #f5f5f5;
    margin: 0.5rem 0.1rem;
    text-align: left;
    padding: 0.7rem 0;
  }

  .qbslS_plist ul li a {
    font-size: 1rem;
    color: #333;
    padding-left: 1.5rem;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .qbsp_page .current {
    border-left: 2px solid #ff8d6b;
  }

  .qbsp_page .current h2 a {
    color: #ff8d6b;
  }

  .touming {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f000000,endColorstr=#5f000000);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
  }
  .flcon {
    position: fixed;
    left: 50%;
    height: 50%;
    bottom: 0;
    z-index: 999;
    max-width: 750px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 100%;
    background: #fff;
    padding: 1rem 0;
    display: none;
  }

  .flcon h3 {
    width: 94%;
    margin: 0 auto;
    font-size: 1rem;
    margin-bottom: 0.6rem;
    color: #222;
  }

  .flcon ul {
    width: 94%;
    margin: 0 auto;
  }

  .flcon ul li {
    margin-bottom: 0.625rem;
    overflow: hidden;
  }

  .flcon ul li a {
    color: #333;
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    float: left;
    text-align: center;
    font-size: 0.875rem;
    word-break: break-word;
  }

  .flcon ul li.one a {
    width: 100%;
    background: #f1f1f1;
    padding: 0.8em 0.5rem;
  }

  .flcon ul li.two {
    overflow-y: scroll;
    height: 12rem;
    padding-bottom: 2rem;
  }

  .flcon ul li.two a {
    /* width: 48.5%;
    margin: 0 3% 2% 0; */
    width: 100%;
    margin: 0 0 2% 0;
    padding: 0.6em 0.5rem;
  }

  /* .flcon ul li.two a:nth-child(2n) {
    margin-right: 0;
}

.flcon ul li.two a:last-child {
    margin-right: 0;
} */

  .flcon .flclose {
    position: absolute;
    text-align: center;
    bottom: 5%;
    height: 3rem;
    line-height: 3rem;
    width: 94%;
    left: 3%;
    background: url(https://zt.ibuychem.com/cms/en/goback.png) no-repeat center
      #fff;
    background-size: 100% 100%;
    color: #7a7a7a;
    font-size: 0.875rem;
  }
}

.en-share-panel {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0.8rem;
  display: none;
  align-items: flex-end;
}
.en-share-panel.on {
  display: flex;
}
.en-share-panel-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  box-sizing: border-box;
}
.en-share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  margin: 16rem 0;
}
.en-share-item img {
  display: block;
  width: 60.8rem;
  height: 60.8rem;
  border-radius: 8rem;
  margin-bottom: 8rem;
}
.footer-contact {
  background-color: white;
  padding: 24rem 16rem 16rem;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  font-size: 12.8rem;
  margin-bottom: 9.6rem;
}
.footer-contact-item label {
  display: block;
  color: #999;
  width: 30%;
}
.footer-contact-item p {
  flex: 1;
  min-width: 1px;
  color: black;
}
.footer-contact-item strong {
  display: block;
  font-weight: 400;
  color: #999;
}

.hotlist .hotlistsp li .imgs {
  position: relative;
}

.video-start {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: block;
  background: url(https://zt.ibuychem.com/cms/en/videobtn.png) no-repeat center;
  transform: translate(-50%, -50%);
}
.gycp dl dt video {
  background: #000;
}
.gycp dl dt .video-start {
  background-size: 24px 24px;
}


/* 2026.2.2 */
.type3 img {
  margin-left: 50%;
  transform: translateX(-50%);
}

.spNav {
  height: 42px;
}

.container {
  min-height: 80%;
}

.spNav li a:hover {
  border-bottom: 2px solid #ff8d6b;
  background-color: #ffffff !important;
}

.spNav .container li a {
  color: #333333;
}

.spNav .current a {
  border-bottom: 2px solid #ff8d6b;
  color: #ff8d6b !important;
}
.container {
  min-height: 80%;
}

.spNav li a:hover {
  border-bottom: 2px solid #ff8d6b;
  background-color: #ffffff !important;
}

.spNav .container li a {
  color: #333333;
}

.spNav .current a {
  border-bottom: 2px solid #ff8d6b;
  color: #ff8d6b !important;
}

    /*关注浮层*/
    .goods_collect_html {
      width: 360px;
      height: 200px;
      position: fixed;
      left: 50%;
      top: 50%;
      margin-left: -190px;
      margin-top: -105px;
      display: none;
      background: #fff;
      padding: 30px 10px;
      z-index: 9999;
      overflow: hidden;
    }

    .goods_collect_html .collect-tips {
      color: #333;
      font-size: 20px;
      padding-bottom: 15px;
      text-align: center;
      line-height: 48px;
    }

    .goods_collect_html .collect-tips img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      width: auto !important;
    }

    .goods_collect_html .collect-tips span {
      display: inline-block;
      vertical-align: middle;
    }

    .goods_collect_html .display-word {
      width: 300px;
      margin: 0 auto;
      line-height: 24px;
      font-size: 14px;
      color: #666;
      text-align: center;
    }

    .goods_collect_html .coupon-link {
      display: block;
      margin: 20px auto 0;
      width: 130px;
      height: 30px;
      background: #ff7300;
      color: #fff;
      line-height: 30px;
      text-align: center;
      border-radius: 4px;
    }

    .jscs tr {
      height: 25px;
      line-height: 25px;
      border-bottom: 1px solid #f8f8f8;
    }

    #f2 td {
      width: 20%;
      border: 1px solid #eee;
      padding: 10px;
    }

    #f2 td+td+td {
      width: 60%;
    }

    /* table 样式 */
    .goods_desc_tab table {
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }

    .goods_desc_tab table td,
    .goods_desc_tab table th {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 3px 5px;
    }

    .goods_desc_tab table th {
      border-bottom: 2px solid #ccc;
      text-align: center;
    }

    /* blockquote 样式 */
    .goods_desc_tab blockquote {
      display: block;
      border-left: 8px solid #d0e5f2;
      padding: 5px 10px;
      margin: 10px 0;
      line-height: 1.4;
      font-size: 100%;
      background-color: #f1f1f1;
    }

    /* code 样式 */
    .goods_desc_tab code {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      background-color: #f1f1f1;
      border-radius: 3px;
      padding: 3px 5px;
      margin: 0 3px;
    }

    .goods_desc_tab pre code {
      display: block;
    }

    /* ul ol 样式 */
    .goods_desc_tab ul,
    ol {
      margin: 10px 0 10px 20px;
    }


    .syeditaddress2 {
      width: 598px;
      height: 420px;
      padding: 20px;
      background: #fff;
      position: fixed;
      left: 50%;
      top: 50%;
      margin-left: -320px;
      margin-top: -230px;
      z-index: 1000;
      border: 1px solid #ccc;
      display: none;
    }

    .soldout {
      background-color: #f1f1f1;
      border: 1px solid #ddd;
      color: #333;
      padding: 20px;
      margin-top: 20px;
    }

    .goods_desc_tab .fullScreen {
      position: static !important;
    }

    .stockzsImg li {
      width: 100%;
      height: 62px;
      border: 1px solid #eee;
      cursor: pointer;
      margin: 0;
    }

    .oicn {
      width: 48px !important;
      height: 48px !important;
      position: absolute;
      margin: 15px auto auto 15px;
    }

     .detail-video-play-icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .detail-video-play-icon p {
      display: block;
      position: absolute;
      background-color: white;
      border-radius: 50%;
      opacity: 0.9;
    }
header {
    background: #fff;
    box-shadow: 0 6px 10px #ddd;
}
.jhNav>li:hover,.jhNav>li a:hover,.jhNav li:hover .nav-title{background:none!important;}


/*friendlink.css*/
/* CSS Document */
body,
div,
span,
a,
img,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
body {
  font-size: 12px !important;
  font-family: PingFang SC, microsoft yahei;
  color: #333;
  overflow-x: hidden;
}
body,
html {
  height: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 18px;
}
a {
  color: #333;
  text-decoration: none;
  font-family: PingFang SC, microsoft yahei;
}
a:hover {
  color: #333;
  text-decoration: none;
  font-family: PingFang SC, microsoft yahei;
}
.containers {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.friendlink {
  background: #393e40;
  text-align: center;
  padding: 20px 0;
  min-width: 1200px;
  overflow: hidden;
}
.friendlink span {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.friendlink p {
  display: inline-block;
  width: auto;
  line-height: 24px;
  overflow: hidden;
  vertical-align: top;
  max-width: 1120px;
}
.friendlink p a {
  font-size: 12px;
  color: #9b9ea0;
  float: left;
  padding: 0px 10px;
  color: #999;
}
.friendlink p a:hover {
  font-size: 12px;
}
.friendlink p i {
  width: 1px;
  height: 12px;
  background: #999;
  margin-top: 7px;
  float: left;
}
.footered {
  margin-top: 0 !important;
}
.phb1 {
  margin-bottom: 60px !important;
}
.rmtj .rmtj_con ul li .cpimg {
  display: flex;
}
.rmtj .rmtj_con ul li .cpimg a {
  flex: 1;
  margin-right: 0 !important;
}
.splist {
  margin: 20px auto !important;
}
.coursesp ul {
  padding: 20px 0 0 0 !important;
}
.jhNav .signin {
  height: 29px;
}
.dgjg ul {
  font-size: 20px;
  color: #666;
}
.dgjg ul li label span {
  color: #333;
}
.dgjg ul li label span:hover {
  color: #000 !important;
}
.expert-info .base {
  width: 588px !important;
}
#edui3 {
  display: none !important;
}
.zjph ol li b.ph span {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}
.zjph {
  margin-bottom: 40px;
}
.publickright .jscon li span {
  cursor: pointer;
  margin: 0 auto;
  color: #666;
  width: 200px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #666;
  display: block;
}
.wntj .hotlistsp li {
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.zhsjkcon li .hui p a {
  color: #666;
}

.zhsjk .sylist {
  margin-left: 0 !important;
}
.sylist {
  width: 286px !important;
}
.sylist ul li {
  list-style: none !important;
  background: url(https://mall.ibuychem.com/public/new_index/images/icondian1.png)
    no-repeat 0 center;
  padding-left: 13px;
}
.search-form .search-hd .search-input {
  width: 550px;
  line-height: 25px;
  height: 25px;
  background: none;
  border: 0;
  outline: none;
  left: 2px;
  top: 10px;
  z-index: 5;
  padding-left: 38px;
  font-size: 14px;
  position: absolute;
  box-sizing: border-box;
}
.gooditem .gooditemright {
  width: 85% !important;
}
.gooditem .gooditemleft {
  width: 14% !important;
}
.gooditem .gooditemleft .hotlistsp,
.gooditem .gooditemleft .spjx {
  width: 160px;
  margin: 0 auto;
}
.logoleft h1 img {
  width: 146px;
  height: 54px;
}
.sjcnvideotop img {
  width: 286px;
}
.publickright .ewm img {
  width: 103px;
  height: 103px;
  display: block;
}
.hdgg-block .ad img {
  width: 1200px;
  height: 100px;
}
#auditStatus,
.kcgl #type {
  position: initial !important;
  height: 35px !important;
}
.kcgl #type {
  margin-left: 0 !important;
}
.manageSch .cx {
  margin-bottom: 10px;
}
.fw ul .fw1 {
  background: url(https://cmalladmin-cdn.ibuychem.com/cmsmanage/picture/downLoadImg?id=342977)
    no-repeat 0 center;
  background-size: contain;
}
.fw ul .fw2 {
  background: url(https://cmalladmin-cdn.ibuychem.com/cmsmanage/picture/downLoadImg?id=342978)
    no-repeat 0 center;
  background-size: contain;
}
.service-r .service-rt,
.service-r .service-rb {
  border-radius: 5px;
}
.service-r .service-rt {
  background: url(https://cmalladmin-cdn.ibuychem.com/cmsmanage/picture/downLoadImg?id=342998)
    no-repeat center;
  background-size: cover;
}
.service-r .service-rb {
  background: url(https://cmalladmin-cdn.ibuychem.com/cmsmanage/picture/downLoadImg?id=342999)
    no-repeat center;
  background-size: cover;
}
.qgBanner .banner img {
  height: 400px;
}
.form-subBtn,
.search-select1 .form-input {
  line-height: 40px;
}
.banner-box .bd li {
  height: 410px;
}
.article .text {
  height: 65px;
}
.qg-list ul li .qb-sanjiao,
.qg-list ul li .dx-sanjiao,
.qg-list ul li .zb-sanjiao,
.qg-list ul li .jj-sanjiao,
.sjchbj .qg-list ul li .qb-sanjiao,
.sjchbj .qg-list ul li .dx-sanjiao,
.sjchbj .qg-list ul li .jj-sanjiao,
.sjchbj .qg-list ul li .zb-sanjiao {
  background-size: cover;
}
.ser-news .title h2 {
  line-height: 43px !important;
}
.service h2::after {
  display: none;
}
.logoright ul li:last-child a i {
  background: url(https://cmalladmin-cdn.ibuychem.com/cmsmanage/picture/downLoadImg?id=343487)
    no-repeat center;
  background-size: 15px 11px;
}
.search-form .sousuo {
  background: url(https://zt.ibuychem.com/file/css/ibuychem/images/sousuo.png)
    no-repeat center;
  background-size: 18px 17px;
}
.spxx .sptit img {
  width: auto;
}

.spxx .button {
  float: right;
}
.spxx .nxicon {
  padding: 5px 0 10px !important;
  width: 230px;
  margin: 0 auto;
  border-bottom: 1px dashed #e9e9e9;
}
.spxx .lxr {
  border-top: 0;
}

.spxx .lxr .lxr_p em {
  width: auto;
}
.spxx .lxr .lxr_p em:first-child em {
  letter-spacing: 3px;
}
.my-info {
  width: 230px;
  margin: 0 auto;
}
.score-btn {
  width: 230px !important;
}
.spxx .spfooter {
  overflow: hidden;
}
.spfooter a.enter-wp {
  float: left;
}

.info-num {
  padding-top: 0 !important;
}
.spxx .lxr .lxr_p em b {
  font-weight: normal;
}
.stockfx .xhfxCon .jg {
  color: #888;
}
.qg-list ul li .qb-top p i {
  font-size: 12px;
}
.collect b {
  background-position: 3px center !important;
}
.ckj {
  left: 10px !important;
}
/* .gsjsBtm .gstext div,.gsjsBtm .gstext p{ display:inline} */
.pagenum {
  margin-bottom: 20px;
}
.morecontant {
  padding: 20px 0 0 !important;
}
.layui-table {
  margin: 20px 0 18px !important;
}
.haveno {
  margin: 200px 0 300px !important;
}
.nothings-other {
  width: 100%;
  height: 450px;
  text-align: center;
  overflow: hidden;
}
.nothings-other img {
  margin: 100px auto 10px;
}
.nothings-other p {
  color: #c1c1c1;
  font-size: 14px;
}
.hotlist .nothings {
  height: 330px !important;
}
.nothings-gycp {
  width: 100%;
  height: 463px;
  text-align: center;
  overflow: hidden;
}
.nothings-gycp img {
  margin: 100px auto 10px;
}
.nothings-gycp p {
  color: #c1c1c1;
  font-size: 14px;
}
.hotlist .nothings p {
  color: #c1c1c1 !important;
}
.splist .hotlist {
  margin-bottom: 20px;
}
.stockfx .xhfxCon .flex {
  color: #888;
  margin-right: 10px !important;
}
.stockfx .xhfxCon .flex:last-child {
  margin-right: 0 !important;
}
.stockfx .xhfxCon .fs-32 {
  font-size: 24px !important;
}
.morecontant .more-title img {
  margin-bottom: 20px;
}
.store_all .store_all_top .name b img {
  margin-top: -3px !important;
}
.cpList ul {
  width: 920px;
}
.zdzbNav a,
.zdzbNav a:hover {
  color: #fff !important;
}
.cpfl .left-list {
  background: #fff !important;
}
.spNav .zdzbNav a:hover {
  background: none !important;
}
.spNav li {
  margin-right: 15px;
}
.inforCon img {
  cursor: default !important;
  width: auto !important;
  margin: 0 auto;
}
.cpxq .fullScreen {
  position: inherit;
}
.major-craft-row .major-craft-box .main-craft-title {
  display: inline-block;
}
.major-craft-row .major-craft-box .main-craft-content {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 480px;
  vertical-align: top;
}
.base .store-info .name {
  padding: 0 0 6px 0 !important;
  line-height: 18px !important;
}




.selects {
  width: 88px;
  border-radius: 5px;
  position: absolute;
  right: -4px;
  top: -1px;
  z-index: 999;
  background-position: right -52px;
  cursor: pointer;
  background: url(https://mall.ibuychem.com/public/new_index/images/arr.png) 78px 13px no-repeat;
}

.selects:hover {
  background-position: 78px -26px;
}

header .top .container {
  position: relative;
}

.selects span {
  display: block;
  cursor: pointer;
  padding-left: 33px;
  background:
  url(https://zt.ibuychem.com/crossborder/images/img__14.png) no-repeat 16px center;
  background-size: 14px 14px;
  font-style: normal;
  border-radius: 5px;
  font-size: 12px;
  color: #666;
  position: relative;

}

.selects ul {
  display: none;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #E1E1E1;
  border-top: 0;
  position: absolute;
  right: 0;
  width: 88px;
}

.selects ul li {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  color: #666;
  padding-left: 0!important;
}

.selects ul li a {
  color: #666;
  display: block;
  text-align: center;
  margin-left: 0!important;
  margin-right:  0!important;
}

.selects ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin-right: 4px;
  margin-top: -1px;
}

.selects:after {
  width: 1px;
  height: 16px;
  background: #f1f1f1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.jhr {
  margin-right: 85px;
}

.xlCon {
  top: 29px;
}

.page_op .jump_go{
  width: auto!important;
  padding: 0 5px!important;
}

.purchaseOrder .order-btm ul li .title{
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}


.stockTop{
  overflow: inherit!important;
  height: 502px;
}
.stockfx .xhfxCon .qy em{
  width: 266px;
}
.stockCen{
  clear: both;
}
.inforCon table{
  width: 100%!important;
  margin: 10px auto 15px!important;
}
.inforCon table td,.inforCon table th{
  border: 1px solid #ccc;
  line-height: 22px;
  padding: 3px;
}
.service .ser-right .login .lqmp p{
  font-size:12px!important;
}
.mzsm{
  margin: 20px auto 20px!important;
}
.stockfx .xhfxCon .qy span{
  vertical-align: top;
}
.stockfx .xhfxCon .qy em{
  vertical-align: middle;
}
.spxx .lxr .lxr_p a{
  color: #5a5a5a
}
.yqlink ul{
  max-width:1015px;
}
.yqlink ul li{
  margin-top: 5px;
  margin-bottom: 5px;
}
.spxx .lxr .lxr_p a img{
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin-top: -3px;
}
.spxx .lxr .lxr_p a.button{
  color: #fff;
}
.whatsapp-img {
  height: 22px !important;
}
.whatsapp-img-about{
  height: 22px !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.thumbnail-box .list .item-cur ,.thumbnail-box .list .item{
  position: relative;
}
.thumbnail-box .list .item .oicn{
  margin: 0!important;
  top: 15px;
  left: 15px;
}
.layui-layer-msg{
  z-index:9999999999!important;
}

.template-table th {
  background: #F4F4F4;
  width: 40%;
  font-weight: normal;
  text-align: left;
}

.template-table td,
.template-table th {
  border: 1px solid #E9E9E9 !important;
  line-height: 22px;
  padding: 6px 10px !important;
}

.template-h2 {
  font-weight: 700;
  font-size: 20px;
  color: #222;
  line-height: 24px;
  margin-bottom: 10px;
}

.template-h4 {
  font-weight: 600;
  font-size: 14px;
}

.goods_desc{
}

.new_nav_block{
  clear: both;
}
.logoqu {
  height: 140px;
  min-height: 140px;
}

pre, code{
  /* white-space: nowrap; */
  white-space: normal;
}

.new_nav .all_sort span a{
  color: #fff;
}
.top a:hover{
  color: #666;
}
.jhNav>li{line-height: 30px;}
.sx .sxlist .sxcheck i{word-break: break-word;}
.showmore{height:54px;}
.jhd .top,.spNav .top{
  background: #fff;
}
.jhd .top a{
  color: #333;
}
.button-sign-up a{
  color: #fff!important;
}
.spNav .nav-arrow{
  color: #333;
}
/* .jhNav>li .iconlist {
    background: url(../images/iconsc1.png) no-repeat !important;
} */
.materials{
  margin-top: 20px;
}

.goods_desc h4{border-bottom-style: solid; border-bottom-color: #53647a;font-family: Roboto;font-size: 24px;color: #53647a;font-style: normal;border-bottom-width:2px;padding-top:8px;padding-bottom:4px;}
.goods_desc ol li{ font-size: 13px; line-height: 26px;}
.goods_desc .et2{ background: #F8F8F8;}
.type3 img{ width: 100%;}
.autoSwiper{height: auto!important;}


