@charset "utf-8";
/* CSS Document */

/*common*/

*:focus {
  outline: none;
}

*, ::before, ::after {
  padding: 0;
  margin: 0;
  /*设置所有的盒子都是以边框开始计算  使用的都流式布局*/
  -webkit-box-sizing: border-box;
  /*要求兼容主流浏览器 webkit内核的必须*/
  box-sizing: border-box;
  /*清除移动端默认的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #4780ea !important;
  text-decoration: none;
}

.ffffff {
  background-color: #59acff !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Arial" !important;
  color: #595757;
  font-size: 12px;
  overflow: overlay;
}

body::-ms-body {
  width: calc(100% + 24px);
}

a {
  text-decoration: none;
  color: #666666;
}

a, img {
  border: none;
  text-decoration: none;
}

img, input, button {
  vertical-align: middle;
}

li {
  list-style: none;
}

.pos_r {
  position: relative;
}

.pos_a {
  position: absolute;
}

.over {
  overflow: hidden;
}

.fl-l {
  float: left;
}

.hhh {
  /* background-color: #000; */
  position: relative;
}

/* 
.hhh video {
  
} */


.bfj::before {
  cursor: pointer;
  display: block;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;

  border-right: 25px solid transparent;
  border-top: 35px solid transparent;
  border-left: 50px solid #ffffff;
  border-bottom: 35px solid transparent;
}

.fl-r {
  float: right;
}

.clear {
  clear: both;
}

.back {
  padding: 0 200px;
  box-sizing: border-box;
}

.listimg {
  width: 64px !important;
  height: 80px !important;
  margin-right: 6px !important;
  margin-top: 10px;
}

input::-webkit-input-placeholder {
  /* placeholder颜色  */
  /* placeholder字体大小  */
  font-size: 14px;
  /* placeholder位置  */
  text-align: left;
}

.wdith {
  width: 100%;
}

/*******************以上为公共部分-勿删********************/

/*******************整个盒子box********************/

.advanced_search_box {
  margin-bottom: 30px;
  overflow: hidden;
}

.search_all_select {
  height: 40px;
  font-size: 16px;
  /* height: 50px!important; */
  border-radius: 0;
  border-radius: 3px 0 0 3px;
  background-color: #f9f9f9;
  border: 1px solid #d8d8d8;
  outline: none !important;
  background-image: none;
  padding: 0 20px 0 16px;
}

.download1 {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  background-color: #5b9bd5;
}

.search_all_input {
  height: 40px;
  width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 30px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  line-height: 28px;
  margin: 0;
  outline: 0;
  position: relative;
  z-index: 1;
  color: #000;
}

.con_right_wz {
  width: 310px;
 
}

/* .information_right_css1 {
  width: 833px !important;
} */

.search_all_span {
  border-radius: 0 3px 3px 0 !important;
  margin: 0;
  text-align: center;
  filter: none;
  outline: 0;
  border: 0;
  height: 40px;
  width: 100px;
  background: #6d6a6a;
  line-height: 30px;
  color: #fff;
}

.search_all_span span, .search_all_span i {
  color: #fff;
}

.navbar_height {
  height: 104px;
  background-color: #fff;
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  margin-bottom: 0px;
}

.product_details_btn {
  position: relative;
  left: 900px;
  display: flex;
}

.product_details_btn>div {
  width: 38px;
  height: 38px;
  background-color: #999999;
  color: #fff;
  line-height: 38px;
  margin: 0 10px;
  text-align: center;
}

.product_details_btn1 {
  position: relative;
  left: 900px;
  /* transform: translateY(-50%); */
  display: flex;
}

.product_details_btn1>div {
  width: 38px;
  height: 38px;
  background-color: #999999;
  color: #fff;
  line-height: 38px;
  margin: 0 10px;
  text-align: center;
}

.container_fluid_mar {
  margin: 0 auto;
  padding: 0 10%;
}

@media (max-width: 1500px) {
  .container_fluid_mar {
    width: 1200px;
    padding: 0;
  }
}

.information_box1 {
  padding: 0 120px;
  display: flex;
  flex-wrap: wrap;
}

.information_box1_item {
  margin: 10px;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  width: 300px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.information_box1_item_box1 {
  margin-left: 15px;
}

.information_box1_item_box1_txt1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0050ff;
}

.videoindex {
  margin-left: 300px;
  width: 600px;
  height: 412px;
}

.information_box1_item_box1_txt2 {
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}

.information_box1_item_box1_txt3 {
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}

.information_box1_item_img {
  width: 95px;
}

.special {
  display: flex;
  justify-content: space-between;
}

.special_box1 {
  width: 380px;
}

.special_header {
  display: flex;
  margin-bottom: 19px;
  width: 380px;
  height: 39px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 39px;
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}

.special_header_1 {
  margin-right: 33px;
  width: 15px;
  height: 39px;
  background: #ed5932;
}

.special_header_2 {
  margin-right: 33px;
  width: 15px;
  height: 39px;
  background: #466de6;
}

.special_header_3 {
  margin-right: 33px;
  width: 15px;
  height: 39px;
  background: #f28d31;
}

.special_item {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 19px;
  margin-left: 2px;
  width: 374px;
  height: 165px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.special_item_1 {
  width: 192px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0050ff;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.special_item_2 {
  margin-top: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}

.special_item_3 {
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}

.special_img {
  margin-right: 18px;
  width: 130px;
  height: 124px;
  background: #d8d8d8;
}

.cross_contrast_input {
  margin-bottom: 5px;
  width: 472px;
  height: 35px;
  background: #ffffff;
  border: 2px solid #eaeaea;
}

.cross_contrast_btn {
  width: 83px;
  height: 35px;
  background: #0464fb;
  border: 2px solid #eaeaea;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.container_fluid {
  padding: 0;
}

.navbar_logo {
  padding: 38px 10px 25px 0;
  margin-left: 0px !important;
  height: 104px;
}

.navbar_nav>li>a {
  font-size: 16px;
  font-weight: 500;
  color: #515151;
  line-height: 25px;
  padding-top: 46px;
  padding-bottom: 33px;
  padding-right: 10px;
  padding-left: 10px;
}

.layui_btn_uploadimg {
  display: block;
  padding: 4px 30px;
  z-index: 999;
}

.navbar_nav li.active>a {
  color: #0065ff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a {
  background-color: transparent !important;
}

.header_top_right {
  overflow: hidden;
}

.header_top_right div.header_right_list {
  font-size: 12px;
  line-height: 17px;
  color: #666;
  margin: 35px 0 25px;
}

.fenge {
  height: 42px;
  width: 1px;
  background-color: #dcdcdc;
  margin: 37px 10px 25px 10px;
}

.header_top_right div p {
  margin: 0px;
}

.header_top_right div span {
  color: #0065ff;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.header_top_right div a {
  font-size: 14px;
  padding: 10px;
  display: inline-block;
}

.header_top_right div a.active_lang {
  background-color: #0065ff;
  color: #fff !important;
}

.big_box {
  background-color: #fff;
  overflow: hidden;
  padding-top: 25px;
}

.box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.big_box1 {
  overflow: hidden;
  padding-top: 26px;
}

.box1 {
  width: 1200px;
  margin: 0 auto 100px auto;
  overflow: hidden;
}

.search_select {
  background-color: #dedede;
  color: #b0b0b0;
  width: 160px;
  height: 40px;
  border: 2px solid #dedede;
  font-size: 14px;
  padding-left: 10px;
}

.search_input {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.search_input input {
  height: 40px;
  background: #fff;
  border: 2px solid #dedede;
  padding-left: 10px;
  width: calc(100% - 239px);
  font-size: 16px;
  line-height: 40px;
  font-family: "Arial";
}

.search_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
}

.search_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
}

.search_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
}

.search_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
}

.search_input .search_span {
  padding: 12px 20px;
  font-size: 16px;
  vertical-align: -2px;
  background-color: #dedede;
}

.search_input img {
  position: absolute;
  right: 135px;
  top: 0;
  background-color: #0065ff;
  padding: 8px;
  width: 38px;
  height: 40px;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  border-right: 2px solid #dedede;
}

.xx {
  font-size: 24px;
  margin-bottom: 10px;
}

.advanced_search {
  margin-left: 21px;
  width: 114px;
  height: 40px;
  background: #fbfbfb;
  border: 2px solid #dedede;
  line-height: 36px;
  text-align: center;
}

.advanced_search a {
  font-size: 16px;
  color: #515151;
}

.banner_top {
  margin-top: 25px;
}

.footer_bottom_box {
  background-color: #0065ff;
  height: 51px;
  width: 100%;
}

.footer_bottom {
  width: 1200px;
  margin: 0 auto;
  line-height: 51px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer_bottom a {
  color: #fff;
}

.runoob_list {
  margin: 50px 0;
  overflow: hidden;
}

.runoob_list .runoob_list_tit {
  font-size: 16px;
  line-height: 22px;
  color: #0065ff;
  margin-top: 0px;
}

.runoob_list dl {
  width: 140px;
  margin: 0;
}

.runoob_list dl.product_dl_width {
  text-align: left;
}

.runoob_list dl.runoob_padd1 {
  margin-right: 28px;
}

.runoob_list dl dd {
  color: #666666;
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0;
}

.runoob_list dl dt {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  padding: 5px 0;
  font-weight: 500;
}

.footer_box {
  overflow: hidden;
  background-color: #fff;
}

.footer_box .footer_con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.con_left {
  padding-bottom: 20px;
}

.con_left .con_list {
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  height: 190px;
  margin-right: 30px;
  width: 266px;
}

.con_left dl {
  margin-left: 16px;
  width: calc(100% - 148px);
}

.con_left dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 0;
}

.con_left dl dt {
  font-size: 21px;
  color: #222222;
  line-height: 20px;
  padding: 5px 0;
  font-weight: 500;
}

.con_right .con_right_input {
  width: 145px;
  margin-right: 8px;
  height: 36px;
  border: 2px solid #dedede;
  margin-bottom: 24px;
  font-size: 16px;
  padding-left: 10px;
}

.con_right .con_right_input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  padding: 0;
}

.con_right .con_right_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  padding: 0;
}

.con_right .con_right_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  padding: 0;
}

.con_right .con_right_input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  padding: 0;
}

.con_right .con_right_a {
  width: 100px;
  height: 40px;
  background: #0065ff;
  border: 2px solid #0065ff;
  font-size: 16px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: #fff;
}

.con_right .con_right_dd {
  padding-bottom: 10px;
  /* border-bottom: 1px solid #DFDFDF; */
}

.con_right .con_right_dd_hh {
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  width: 200px;
  height: 40px;
  /* text-align: center; */
  line-height: 40px;
  font-size: 16px;
  background: #f6f9ff;
  border: 1px solid #0065ff;
}

.con_right_dd_hh_1 {
  display: inline-block;
  transform: translateY(2px);
  height: 40px;
  width: 100px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background-color: #0065ff;
}

.con_list1 {
  width: 444px;
}

.con_left1 dl {
  margin-left: 20px;
}

.con_left1 dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 0;
}

.con_left1 dl dt {
  font-size: 21px;
  color: #222222;
  line-height: 20px;
  padding: 5px 0;
  font-weight: 500;
}

.more {
  font-size: 14px;
  color: #8e8e8e;
  margin-left: 10px;
}

/*.con_right2{
  margin-left: 50px;
}*/

.dd_span {
  color: #ff5600;
}

.product_search {
  text-align: right;
  margin-top: 15px;
}

.product_search .search_select {
  width: 122px;
}

.product_search .search_input input {
  width: 324px;
}

.product_search .advanced_search {
  width: 114px;
}

.tit_box {
  font-size: 32px;
  color: #515151;
  line-height: 59px;
}

.tit_box p {
  display: inline-block;
  margin-right: 23px;
}

.tit_box a {
  font-size: 12px;
  color: #7c7c7c;
  display: inline-block;
}

.tit_box a.class2_box {
  color: #222222;
  margin-left: 0px;
}

.tit_h3 {
  font-size: 21px;
  color: #515151;
  line-height: 40px;
  padding-bottom: 15px;
  margin-top: 70px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0px;
}

.con_left2 .con_img {
  width: 154px;
  height: 218px;
  overflow: hidden;
}

.con_left2 .con_img img {
  width: 100%;
}

.con_left2 .con_list {
  overflow: hidden;
  width: 33.3%;
}

.con_left2 dl {
  margin-left: 34px;
}

.con_left2 dl dd {
  color: #666666;
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0;
}

.con_left2 dl dt {
  font-size: 21px;
  color: #222222;
  line-height: 20px;
  padding: 5px 0;
  font-weight: 500;
  width: 210px;
}

.width_sex {
  width: 247px;
}

.con_list dl.product_dl {
  height: 134px;
  width: calc(100% - 188px);
}

.con_list_a {
  margin-bottom: 20px;
  color: #000000;
  font-size: 18px;
  display: block;
  margin-top: 27px;
}

.product_con_list {
  margin-bottom: 30px;
}

.product_default {
  padding: 0 !important;
  width: 232px;
  box-shadow: none;
  border-radius: 0;
  border: 0px;
  margin-bottom: 2px;
}

.product_inline {
  width: 232px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.product_heading {
  border: 0;
  border-left: 3px solid #979797;
  background-color: #f7f7f7 !important;
  margin-bottom: 2px;
}

.product_active {
  border-left: 3px solid #0065ff;
  border-color: #0065ff !important;
}

li.product_heading>a {
  color: #222 !important;
  text-decoration: none;
}

li.product_heading .layui-nav-more {
  border-top-color: #979797;
}

li.product_heading>dl.layui-nav-child {
  background-color: #fff !important;
  color: #222;
  margin-left: -4px;
}

li.product_heading>dl.layui-nav-child a {
  color: #222;
  padding-left: 24px;
}

.layui-nav-tree .product_heading a:hover {
  background-color: transparent !important;
  color: #4780ea !important;
}

.product_tabs {
  border: 0;
}

.product_tabs li {
  font-size: 14px;
  color: #8b8b8b;
  padding-left: 14px;
}

.collapse_active {
  background-color: #e5f0ff;
}

.class_left {
  width: 230px;
}

.class_right {
  width: 970px;
  padding-left: 40px;
}

.media_left img {
  width: 250px;
  height: 185px;
  /*border: 1px solid #ccc;*/
  /*padding: 20px;*/
}

.media_left img.product_class1_img {
  width: 210px;
  height: 297px;
}

.media_body {
  padding-left: 20px;
}

.media_body h3 {
  margin-top: 74px;
  color: #222222;
  margin-bottom: 30px;
}

.pro_list {
  overflow: hidden;
}

.wz_remove {
  font-size: 14px;
  line-height: 25px;
}

.pro_list li {
  height: 70px;
  border-bottom: 2px solid #dfdfdf;
  width: calc(50% - 44px);
  float: left;
  margin-right: 44px;
  padding: 13px 0;
  font-size: 14px;
  line-height: 25px;
  color: #515151;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*details*/

.details_h3 {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}

.media_left1 img {
  width: 210px;
  height: 297px;
}

.details_media_h4 {
  font-size: 16px;
  color: #222222;
  line-height: 25px;
}

.details_media_span {
  font-size: 16px;
  font-weight: 500;
  color: #959595;
  line-height: 22px;
}

.details_media_div {
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  margin-top: 10px;
}

.details_media_div p {
  font-size: 14px;
  color: #515151;
  margin: 5px 0;
}

.details_media_div1 {
  font-size: 14px;
  color: #222222;
  line-height: 15px;
  padding-bottom: 5px;
}

.details_media_div .order {
  background: #ff5c00;
  border: 2px solid #ff5c00;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 26px;
  margin-right: 10px;
}

.details_media_div .consult {
  background: #fff;
  border: 2px solid #ccc;
  color: #0065ff;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 26px;
  margin-right: 10px;
}

.details_media_div .customization {
  background: #fff;
  border: 2px solid #ccc;
  color: #0065ff;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 26px;
}

.details_table {
  border-bottom: 2px solid #dfdfdf;
  margin-top: 30px;
  font-size: 16px;
}

.details_ul_left {
  width: 50%;
  overflow: hidden;
}

.details_div_right {
  width: 50%;
  overflow: hidden;
}

.details_ul_left li {
  padding-bottom: 20px;
}

.details_ul_left h3 {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  margin-bottom: 20px;
}

.details_div_right h3 {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  margin-bottom: 20px;
}

.details_div_right p.quality_guarantee {
  width: 445px;
  font-size: 14px;
  color: #515151;
  line-height: 25px;
}

.query {
  text-align: center;
  font-size: 16px;
}

.query>span {
  color: #0065ff;
}

.report_tis {
  margin-left: 15px;
  background: #f6f9ff;
  border: 1px solid #0065ff;
  font-size: 14px;
  line-height: 25px;
  color: #222;
  padding: 11px 18px;
  width: 377px;
  transform: translateY(-7px);
  margin-bottom: 10px;
}

.details_div_right input {
  width: 490px;
  height: 36px;
  border: 2px solid #dedede;
  margin-bottom: 24px;
  font-size: 16px;
}

.details_div_right input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
}

.details_div_right input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
}

.details_div_right input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
}

.details_div_right input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
}

.details_div_right button.details_search {
  background-color: #0065ff;
  padding: 10px 36px;
  border: 0px;
  color: #fff;
  display: block;
  font-size: 16px;
}

.details_div_right .text_1 {
  width: 173px;
  margin-right: 20px;
}

.text_Btn {
  background-color: #0065ff;
  padding: 13px 36px;
  border: 0px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 35px;
  line-height: 20px;
}

.details_related_products {
  overflow: hidden;
  width: 100%;
}

.details_related_products_h3 {
  font-size: 24px;
  line-height: 33px;
  color: #222222;
  margin-bottom: 24px;
}

.details_related_products .thumbnail {
  padding: 0px;
}

.details_related_products .thumbnail>p {
  padding: 10px 20px;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  font-size: 16px;
  color: #0065ff;
  font-weight: bold;
}

.details_related_products .thumbnail>p:hover {
  color: #4780ea;
}

.details_related_products .thumbnail .caption {
  padding: 10px 20px;
  border-top: 1px solid #c0c0c0;
}

.caption p {
  margin: 0;
}

.details_related_products .thumbnail img {
  width: 210px;
  height: 297px;
  padding: 20px 0;
}

.serve_left {
  width: 60%;
  overflow: hidden;
  float: left;
}

.serve_right {
  width: 40%;
  overflow: hidden;
  float: left;
}

.serve_left h3 {
  font-size: 24px;
  line-height: 25px;
  color: #222222;
  padding-right: 78px;
  margin-bottom: 20px;
}

.serve_left p {
  font-size: 16px;
  line-height: 38px;
  color: #7c7c7c;
  padding-right: 78px;
}

.serve_list {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}

.serve_list .con_list {
  width: 25%;
}

.serve_list .con_list dl {
  margin: 0;
}

.serve_list .con_list dt {
  padding-left: 16px;
  font-size: 18px;
  font-weight: normal;
  height: 89px;
}

.serve_list .con_list dl a {
  color: #007aff;
  float: right;
}

.serve_details_right {
  padding-left: 16px;
}

.serve_details_right .media-heading {
  font-size: 21px;
  line-height: 29px;
  color: #222222;
  margin-bottom: 17px;
}

.serve_details_right>p {
  line-height: 25px;
}

.custom_instructions {
  overflow: hidden;
  color: #222222;
}

.custom_instructions h3 {
  font-size: 21px;
  line-height: 29px;
}

.custom_instructions ul {
  line-height: 25px;
}

.serve_details_table {
  width: 100%;
  overflow: hidden;
}

.serve_details_table h3 {
  font-size: 21px;
  line-height: 29px;
  color: #222222;
}

.serve_details_table caption {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}

.serve_details_table td {
  border-bottom: 1px solid #ddd;
}

.sdwzs {
  font-size: 21px;
  line-height: 29px;
  color: #222;
}

.a_sdwzs {
  border: 2px solid #0065ff;
  padding: 9px 0px;
  display: block;
  margin-top: 30px;
  width: 178px;
  text-align: center;
}

.support_ul {
  overflow: hidden;
}

.support_ul li {
  line-height: 30px;
}

.support_ul li img {
  margin-right: 10px;
}

.support_list_box {
  overflow: hidden;
}

.support_list {
  overflow: hidden;
  float: left;
  width: 33%;
}

.support_list h3 {
  font-size: 18px;
  line-height: 25px;
  color: #222222;
}

.support_list h3 a {
  font-size: 14px;
  color: #8e8e8e;
  margin-left: 10px;
}

.support_list .support_ul a {
  color: #0065ff;
}

.technical_ul {
  overflow: hidden;
}

.technical_ul_1 {
  width: 1200px;
}

.technical_li {
  padding: 16px;
  border: 2px solid #dedede;
  margin-bottom: 20px;
}

.technical_li p {
  font-size: 14px;
}

.technical_li p.technical_li_tit {
  line-height: 25px;
  font-size: 16px;
  color: #222;
}

.technical_li_tit img {
  margin-right: 10px;
}

.technical_li_tit span {
  color: #b8b8b8;
}

.technical_li_versions {
  color: #0065ff;
}

.class_right>h3 {
  padding-bottom: 20px;
}

.msds_hint {
  background: #fff7ee;
  border: 2px solid #ff4900;
  width: 100%;
  display: block;
  padding: 9px 14px;
  color: #ff4900;
  font-size: 14px;
  line-height: 21px;
}

.msds_hint img {
  margin-right: 10px;
}

.msds_inquire {
  width: calc(80% - 4px);
  border: 2px solid #dedede;
  font-size: 16px;
  color: #0065ff;
  padding: 10px 15px;
  margin: 35px 0;
}

.msds_button {
  background-color: #0065ff;
  border: 2px solid #0065ff;
  font-size: 16px;
  text-align: center;
  width: calc(15% - 4px);
  padding: 10px 15px;
  margin-left: 5%;
  color: #fff;
}

.technical_ul>h3 {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  margin: 21px 0;
}

.coa_inquire {
  width: calc(40% - 24px);
  border: 2px solid #dedede;
  font-size: 16px;
  color: #0065ff;
  padding: 10px 15px;
  margin: 35px 20px 35px 0;
}

.coa_button {
  background-color: #0065ff;
  border: 2px solid #0065ff;
  font-size: 16px;
  text-align: center;
  width: calc(15% - 4px);
  padding: 10px 15px;
  color: #fff;
}

.navigation_con {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  color: #7c7c7c;
}

.navigation_cul_p {
  font-size: 16px;
  line-height: 28px;
  color: #0065ff;
}

.navigation_cul_p1 {
  font-size: 14px;
  line-height: 28px;
  color: #515151;
}

.navigation_cul_ul {
  overflow: hidden;
  padding-top: 30px;
  list-style-type: disc;
  list-style-color: #0065ff;
}

.navigation_cul_ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 38px;
  color: #515151;
  margin-left: 17px;
  list-style-color: #0065ff;
}

.technical_li_num {
  width: 19px;
  height: 19px;
  line-height: 19px;
  background-color: #0065ff;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: 2px;
  margin-right: 10px;
}

.technical_li_num1 {
  width: 19px;
  height: 19px;
  line-height: 19px;
  background-color: #ff6100;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: 2px;
  margin-right: 10px;
}

.trouble_shooting {
  text-align: center;
  border: 2px solid #d9d9d9;
  width: 124px;
  height: 28px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 20px;
  color: #0065ff;
  cursor: pointer;
}

.technical_li_tit_a {
  line-height: 25px;
  font-size: 14px;
  color: #222;
  width: 85%;
  display: none;
  margin-top: 10px;
}

.form_group {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}

.form-group label {
  color: #0065ff;
}

.form-group label span {
  color: #ff3b30;
}

.inputfile_p {
  font-size: 12px;
  color: #8e8e93;
}

.inputfile_submit {
  background-color: #0065ff;
  color: #fff;
  padding: 4px 30px;
  border: 0px;
  margin-top: 20px;
  border: 2px solid #0065ff;
}

/*样式1*/

.a-upload {
  position: relative;
  cursor: pointer;
  color: #222222;
  background: #fff;
  border: 2px solid #0065ff;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
}

.a-upload input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.a-upload:hover {
  color: #444;
  background: #eee;
  border-color: #ccc;
  text-decoration: none;
}

/*导航*/

.dropdown_menu {
  display: none;
  position: absolute;
  width: 500px;
  background-color: #fff;
  margin-top: -20px;
  box-shadow: 2px 2px 5px #dedddd;
  overflow: hidden;
  padding: 5px 10px;
  z-index: 999;
}

.dropdown_menu li {
  padding: 5px 0px;
  float: left;
  width: 33.3%;
}

.dropdown_menu li a {
  font-size: 14px;
  color: #666;
}

.dropdown_menu dl {
  margin: 0;
}

.dropdown_menu dl a {
  font-size: 12px;
  color: #999;
}

.dropdown_menu dl dd {
  font-size: 12px;
  padding: 5px 0px;
}

.dropdown_menu1 {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #fff;
  margin-top: -20px;
  box-shadow: 2px 2px 5px #dedddd;
  overflow: hidden;
  padding: 5px 10px;
  z-index: 999;
}

.dropdown_menu1 li {
  padding: 5px 0px;
}

.dropdown_menu1 li a {
  font-size: 14px;
  color: #666;
}

.dropdown_menu li span {
  font-size: 14px;
  color: #666;
}

.support_list_1 {
  width: 50%;
}

.about_left {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #515151;
  padding-right: 2%;
  text-align: justify;
}

.about_left img {
  margin-bottom: 60px;
  margin-top: 20px;
}

.about_right {
  width: 40%;
}

.about_right img {
  margin-bottom: 60px;
}

.about_tit {
  font-size: 24px;
  line-height: 33px;
  color: #222;
}

.about_tit p {
  font-size: 16px;
}

.development_history {
  overflow: hidden;
}
 .information_details_img {
    width: calc( 100% - 100px);
  }
.development_history li p {
  width: 22px;
  height: 22px;
  border: 5px solid #0065ff;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  vertical-align: -2px;
  margin-right: 30px;
}

.development_history li {
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}

.development_history li:after {
  content: "";
  width: 4px;
  height: 30px;
  display: block;
  background-color: #0065ff;
  margin: 5px 0 5px 9px;
}

.development_history li span {
  color: #0065ff;
  font-size: 22px;
  margin-right: 10px;
}

.sgufty_box {
  width: calc(100% - 80px);
  margin: 0 auto;
}

.Box_con {
  position: relative;
}

.Box_con .btnl {
  position: absolute;
}

.Box_con .btn {
  display: block;
  width: 29px;
  height: 40px;
  position: absolute;
  top: 65px;
  cursor: pointer;
  padding: 0;
}

.btnl {
  left: -40px;
}

.btnr {
  right: -40px;
}

.Box_con .conbox {
  position: relative;
  overflow: hidden;
}

.Box_con .conbox ul {
  position: relative;
  list-style: none;
  overflow: hidden;
}

.Box_con .conbox ul li {
  float: left;
  width: 270px;
  height: 200px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}

.Box_con .conbox ul li p {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  width: 270px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
}

.sgufty_box h3 {
  font-size: 20px;
  line-height: 25px;
  color: #222;
  padding-bottom: 10px;
}

.intellectual_property_h3 {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  margin-top: 0;
  margin-bottom: 40px;
}

.intellectual_property_ul {
  overflow: hidden;
}

.intellectual_property_ul li {
  float: left;
  width: 16%;
  font-size: 18px;
  color: #222;
  text-align: center;
  padding: 40px 0;
}

.intellectual_property_ul li img {
  display: inline-block;
}

.honor_qualification_ul {
  overflow: hidden;
}

.honor_qualification_ul li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  color: #222;
  margin: 0 2.5%;
}

.honor_qualification_ul li img {
  display: block;
  margin: 0 auto;
  background-color: #d8d8d8;
}

.honor_qualification_ul li p {
  padding: 10px 0;
}

.honor_qualification_box {
  overflow: hidden;
}

.terms_con p {
  color: #7c7c7c;
  line-height: 30px;
  font-size: 14px;
}

.terms_con h4 {
  color: #222;
  line-height: 30px;
  font-size: 18px;
}

.media_information {
  font-size: 22px;
  line-height: 33px;
  color: #515151;
  padding-left: 15px;
}

.media_information_con {
  font-size: 14px;
  color: #515151;
  line-height: 25px;
  padding-left: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 80px;
}

.media_information_time {
  font-size: 14px;
  color: #515151;
  line-height: 14px;
  padding-left: 15px;
  margin: 0;
}

.media_information_time span {
  color: #0065ff;
}

.media_information_box {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
  margin: 0px;
}

.information_box {
  overflow: hidden;
}

.contact_right {
  width: 60%;
}

.contact_title {
  font-size: 24px;
  line-height: 24px;
  color: #222222;
}

.contact_title span {
  font-size: 16px;
}

.contact_xing {
  font-size: 14px;
  color: #515151;
  line-height: 30px;
}

.contact_xing span {
  color: #222;
}

.seek_out {
  font-size: 24px;
  line-height: 33px;
  color: #222;
}

.seek_width {
  width: 33.3%;
  float: left;
  padding: 25px 0;
}

.seek_media_body {
  vertical-align: middle;
  padding-left: 10px;
}

.seek_media_h4 {
  font-size: 21px;
  line-height: 25px;
  color: #222;
}

.seek_media_email {
  font-size: 14px;
  color: #515151;
  line-height: 25px;
}

.seek_media_p {
  color: #006fff;
  font-size: 14px;
  line-height: 25px;
}

.authorized_tit {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  margin: 14px 0;
}

.authorized_hint {
  font-size: 16px;
  line-height: 22px;
  color: #7c7c7c;
  margin-bottom: 30px;
}

.layui_input_inline {
  width: 30% !important;
  margin-right: 3% !important;
}

.search_result_button {
  font-size: 14px;
  color: #fff;
  width: 158px;
  line-height: 20px;
  padding: 8px 0;
  border: 0;
  background-color: #0065ff;
}

.search_result_all {
  width: 100%;
  overflow: hidden;
}

.search_result_li {
  display: flex;
  border: 1px solid #dedede;
  width: 100%;
  padding: 30px 60px;
  margin-bottom: 20px;
}

.search_result_li .search_result_left {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 28px;
}

.search_result_li .search_result_left dt {
  font-size: 18px;
  color: #222;
  margin-bottom: 14px;
}

.search_result_li .search_result_left dt img {
  margin-right: 10px;
  vertical-align: -3px;
}

.search_result_li .search_result_left dd {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.search_result_li .search_result_right {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 28px;
}

.search_result_li .search_result_right dd {
  padding: 5px 0;
}

.search_result_color {
  color: #0065ff;
}

.search_result_color1 {
  width: 300px;
}

.agency_con {
  font-size: 14px;
  color: #7c7c7c;
}

.agency_con .agency_if {
  color: #0065ff;
  font-size: 21px;
  line-height: 40px;
}

.agency_con .agency_lian {
  color: #222;
  font-size: 21px;
  line-height: 40px;
}

.join_list {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  padding: 0 20px;
}

.join_list>h3 {
  font-size: 18px;
  color: #222;
}

.join_list>h3 img {
  margin-right: 10px;
  vertical-align: -2px;
}

.join_list .join_list_color {
  color: #0065ff;
}

.search_result_left {
  width: 50%;
}

.wz_xianshi {
  display: none;
}

.details_related_products_list {
  width: calc(25% - 22px);
  float: left;
  margin: 0 10px;
}

.serve_dingzhi_right {
  padding-left: 300px;
}

.product_catalog {
  color: #fff;
  background-color: #56b956;
  border-color: #398439;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.42857143;
  margin-top: 10px;
  border-radius: 4px;
}

.product_catalog:hover {
  background-color: #449d44;
  color: #fff !important;
}

.product_catalog_li {
  width: calc(50% - 20px);
  float: left;
  margin: 0 10px;
}

.search_con_list {
  font-size: 16px;
  padding: 5px 0;
}

.class_seatch_result {
  width: 1200px;
  margin: 0 auto;
}

.search_con_right {
  overflow: hidden;
  text-align: right;
}

.search_con_right span {
  padding-left: 20px;
}

.support_en_box_2, .support_en_box_1 {
  width: 190px;
}

/*wz*/

@media (max-width: 750px) {
  /* .media_information_box .information_right_css1 {
  display: 350px !important;
  } */
  .navbar_logo {
    padding: 5px 15px 5px 0;
    height: auto;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  .header_top_right {
    float: none;
  }

  .header_top_right div.header_right_list {
    margin: 0;
    width: calc(50% - 10px);
    text-align: center;
  }

  .header_top_right div span {
    font-size: 12px;
  }

  .fenge {
    margin: 0 8px;
  }

  .header_top_right div a {
    font-size: 12px;
    padding: 5px;
    margin-top: 0px;
  }

  .box {
    width: 100%;
  }

  #support_nav, #accordion {
    display: none;
  }

  .product_search {
    width: 100% !important;
    margin-top: 0px !important;
  }

  .search_select {
    width: calc(25% - 7.5px) !important;
    padding-left: 0px;
    margin-left: 7.5px;
    border: 1px solid #dedede;
  }

  .search_input {
    padding: 0 16px;
  }

  .search_input input {
    width: calc(100% - 70px) !important;
    border: 1px solid #dedede;
    font-size: 12px;
    float: left;
  }

  .search_input img {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    right: 17px !important;
  }

  .technical_ul_1 {
    width: 380px;
  }

  .advanced_search {
    width: 100% !important;
    margin-left: 0px;
    border: 1px solid #dedede;
    font-size: 12px;
    margin-top: 10px;
  }

  .search_input input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
  }

  .search_input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }

  .search_input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  .jjjjj{
    width: 100% !important;
  }
  .search_input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
  }

  .search_input .search_span {
    font-size: 12px;
    vertical-align: -1px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 70px;
    text-align: center;
    padding: 0px;
    float: left;
  }

  .advanced_search a {
    font-size: 14px;
  }

  .big_box {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    border-bottom: 0px !important;
    padding-top: 15px !important;
  }

  .banner_top {
    margin-top: 15px;
  }

  .con_list img {
    margin: 0 16px 16px 16px;
  }

  .con_left a>h3 {
    margin: 0px;
    margin-bottom: 15px !important;
    font-size: 18px;
    padding: 0 16px;
  }

  .con_left dl dt {
    font-size: 14px;
    padding: 5px 0px;
    /*    background-color: #f3f3f3;*/
  }

  #culture_product_one dd {
    width: 100% !important;
  }

  .con_left dl dd {
    padding: 0;
    line-height: 20px;
  }

  .con_left .con_list {
    width: 100%;
    border-bottom: 0px;
    height: auto;
    margin-right: 0;
  }

  .con_left dl {
    margin-left: 10px;
  }

  .container-fluid>.navbar-collapse {
    margin: 0;
    width: 100%;
    border-color: transparent;
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 99;
  }

  .navbar_nav>li>a {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    margin-right: 15px;
    margin-left: 7.5px;
  }

  .navbar-nav {
    margin: 0px;
  }

  .box1 {
    width: 100%;
    margin: 0;
  }

  .con_list1 {
    margin-right: 0px;
    padding: 0;
  }

  .con_left1 a>h3 {
    margin-bottom: 0px !important;
    margin: 0px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .con_list1 img {
    width: 50%;
  }

  .con_left1 dl {
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .con_right2 {
    margin-left: 0px;
    padding: 0 16px;
    width: 100%;
    padding-top: 15px;
  }

  .con_left1 dl dd {
    margin-left: 15px;
  }

  .con_left1 dl dt {
    font-size: 16px;
  }

  .more {
    font-size: 12px;
  }

  .con_right2 a>h3 {
    margin-bottom: 0px !important;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .con_right2 dl {
    overflow: hidden;
    margin-bottom: 5px;
  }

  .con_right2 dl dd {
    overflow: hidden;
  }

  .con_right2 dl dd p {}

  .con_right2 dl dd span {
    width: 100%;
  }

  .footer_box .footer_con {
    width: 100%;
  }

  .runoob_list {
    margin: 0px;
    padding: 0 16px;
    width: 100%;
    float: none;
    font-size: 12px;
  }

  #footer_list3 .footer_list3_left1 {
    width: 60%;
    overflow: hidden;
    padding: 15px 0;
  }

  #footer_list3 .footer_list3_left1 p {
    margin: 5px 0;
  }

  #footer_list3 .footer_list3_left1 p span {
    color: #0065ff;
  }

  #footer_list3 .footer_list3_right1 {
    width: 40%;
    text-align: center;
    padding-top: 15px;
  }

  #footer_list3 .footer_list3_right1 img {
    width: 80%;
  }

  #footer_list3 .footer_list3_right1 p {
    margin: 5px 0;
  }

  .container_fluid_mar {
    padding: 0 16px;
    width: auto;
  }

  .container_fluid_mar>.navbar-header {
    margin: 0;
  }

  .con_left {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }

  .con_right {
    padding: 0 16px;
    width: 100%;
  }

  .con_right a>h3 {
    margin: 0px;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
  }

  .con_right_wz>h3 {
    margin: 0px;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
  }

  .con_right .con_right_input {
    width: 140px;
    margin-right: 3px;
    border: 1px solid #dedede;
    font-size: 12px;
    float: left;
    margin-bottom: 0px;
    height: 30px;
  }

  .product_details_btn {
    position: relative;
    left: 250px;
    display: flex;
  }

  .product_details_btn>div {
    width: 30px;
    height: 30px;
    background-color: #999999;
    color: #fff;
    line-height: 30px;
    margin: 0 10px;
    text-align: center;
  }

  .product_details_btn1 {
    position: relative;
    left: 250px;
    /* transform: translateY(-50%); */
    display: flex;
  }

  .product_details_btn1>div {
    width: 30px;
    height: 30px;
    background-color: #999999;
    color: #fff;
    line-height: 30px;
    margin: 0 10px;
    text-align: center;
  }

  .con_right .con_right_input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    padding: 0;
  }

  .con_right .con_right_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    padding: 0;
  }

  .con_right .con_right_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    padding: 0;
  }

  .con_right .con_right_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    padding: 0;
  }

  .bfj::before {
    cursor: pointer;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);
    /* transform: translateX(25px); */
    z-index: 100000;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 40px solid #ffffff;
    border-bottom: 25px solid transparent;
  }

  .con_right .con_right_dd {
    padding-bottom: 0px;
    border-bottom: 0px;
    width: 16%;
    font-size: 12px;
    float: left;
  }

  .con_right .con_right_dd_hh {
    width: 250px;
  }

  .con_right .con_right_a {
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }

  .con_left1 {
    float: none;
    padding: 0 16px;
  }

  .footer_bottom_box {
    overflow: hidden;
    height: auto;
  }

  .footer_bottom {
    width: 100%;
    line-height: inherit;
    padding: 5px 0;
  }

  .footer_bottom p {
    float: none;
    margin: 0;
  }

  .carousel-caption {
    bottom: 0px;
  }

  .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
  }

  .banner1_top {
    margin-top: 0px;
  }

  .tit_h3 {
    font-size: 18px;
    margin: 0px;
    line-height: 21px;
    padding: 7.5px;
    border-bottom: 0px;
  }

  .con_left2 .con_list {
    width: 100%;
  }

  .con_left2 {
    width: 100%;
    overflow: hidden;
    padding: 0 7.5px;
  }

  /*.con_left2 .con_img{
    width: 50%;
  }*/
  .con_left2 .con_img img {
    height: auto;
  }

  .con_list_a {
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  .con_list dl {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .con_list dl.product_dl {
    width: 50%;
    height: 154px;
  }

  .con_list dl.product_dl dd {
    width: 100%;
    padding: 2px 16px;
  }

  #culture_product {
    width: calc(100% - 148px);
    padding: 0;
    margin: 0px;
  }

  #culture_product_one {
    width: calc(100% - 148px);
    padding: 0;
    margin: 0px;
  }

  #customized_service {
    width: calc(100% - 148px);
    padding: 0;
    margin: 0px;
  }

  .videoindex {
    width: 100% !important;
    height: 141px !important;
    margin-left: 0px;
  }

  .con_list dl a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
  }

  .con_list dl dd {
    padding: 5px 16px 5px 16px;
    line-height: 16px;
    /*    width: 50%!important;
    float: left;*/
    font-size: 12px;
  }

  .width_sex {
    width: 100%;
    margin: 0;
  }

  .big_box1 {
    padding-top: 15px;
  }

  .con_left_pro {
    width: calc(50% - 15px);
    float: left;
    padding-bottom: 15px;
    padding-top: 0px !important;
  }

  .class_left {
    width: 100%;
  }

  .class_left .product_default {
    width: 100%;
  }

  .class_right {
    width: 100%;
    padding-left: 0px;
  }

  .class_right>h3 {
    margin: 0px;
    padding: 15px 16px;
    font-size: 16px;
  }

  .media, .media-body {
    margin: 0px 16px;
  }

  .media_left {
    width: 100%;
    display: block;
  }

  .media_left img {
    padding: 10px 15px;
  }

  .media_body {
    padding-left: 0px;
    width: 100%;
    display: block;
  }

  .media_body h3 {
    margin: 10px 7.5px;
    font-size: 16px;
  }

  .wz_xianshi {
    display: block;
    width: 100%;
  }

  .pro_list li {
    height: auto;
    width: calc(100% - 15px);
    margin-right: 15px;
    padding: 10px 0;
  }

  .product_body {
    margin: 0;
  }

  .product_body>h3 {
    margin: 10px 0 0 0;
  }

  .pro_list_two li {
    height: auto;
  }

  .details_h3 {
    font-size: 16px;
    padding: 0 16px;
  }

  .media_left1 {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .media_left1 img {
    margin: 10px auto;
    padding: 0;
  }

  .details_media_h4 {
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
  }

  .details_media_span {
    font-size: 14px;
  }

  .details_media_div {
    font-size: 14px;
    margin-top: 5px;
  }

  .details_media_div p {
    margin: 0;
    width: 100%;
  }

  .details_media_sdw {}

  .details_media_div .order, .details_media_div .consult, .details_media_div .customization {
    width: calc(33.3% - 4px);
    padding: 0px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
  }

  .details_table {
    margin-top: 15px;
    margin: 15px 16px 0 16px;
    width: calc(100% - 32px);
    font-size: 12px;
  }

  .details_ul_left {
    width: 100%;
  }

  .details_ul_left li {
    padding: 7.5px 16px;
  }

  .details_ul_left h3, .details_div_right h3 {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .details_ul_left p {
    margin: 0;
  }

  .details_div_right {
    padding: 7.5px 16px;
    width: 100%;
  }

  .details_div_right p.quality_guarantee {
    width: 100%;
  }

  .report_tis {
    width: 100%;
    padding: 5px 15px;
    margin: 15px 0;
    font-size: 12px;
  }

  .details_div_right input {
    width: calc(40% - 5px);
    margin-bottom: 0;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    height: 30px;
    border: 1px solid #dedede;
    padding-left: 10px;
  }

  .details_div_right input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    padding: 0;
  }

  .report_tis {
    background: #f6f9ff;
    border: 1px solid #0065ff;
    font-size: 14px;
    line-height: 25px;
    color: #222;
    padding: 0px 18px;
    width: 292px;
    transform: translateY(-18px);
    margin-left: 15px;
    margin-bottom: 32px;
  }

  .text_1 {
    width: 125px !important;
    height: 35px !important;
  }

  .back {
    padding: 0 0;
  }

  .details_div_right input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    padding: 0;
  }

  .details_div_right input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    padding: 0;
  }

  .details_div_right input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    padding: 0;
  }

  .details_div_right button.details_search {
    font-size: 14px;
    padding: 5px 0px;
    width: 20%;
  }

  .details_related_products_h3 {
    font-size: 18px;
    margin: 15px 16px;
  }

  .details_related_products_list {
    width: calc(50% - 22px);
    padding: 0 7.5px;
  }

  .details_related_products .thumbnail img {
    padding: 0;
    width: 105px;
    height: 154px;
  }

  .details_related_products .details_related_row {
    margin: 0px;
  }

  .details_related_products .thumbnail>p, .details_related_products .thumbnail .caption {
    padding: 5px;
    font-size: 12px;
  }

  .serve_left {
    width: 100%;
    padding: 0 7.5px;
  }

  .serve_right {
    width: 100%;
  }

  .serve_left h3 {
    font-size: 18px;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .serve_left p {
    font-size: 14px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
  }

  #getServer {
    padding: 0 16px;
  }

  .serve_list {
    margin-top: 15px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }

  .serve_list .con_list {
    width: 50%;
  }

  .serve_list .con_list dl {
    width: calc(100% - 63px);
    padding: 0px;
  }

  .serve_list .con_list dt {
    font-size: 14px;
    height: 37px;
  }

  .serve_list .con_list dl a {
    line-height: 16px;
  }

  .serve_details_left {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }

  .serve_details_right {
    display: block;
    width: 100%;
    padding: 0 16px;
    margin: 0px;
  }

  .serve_details_right table {
    width: 100% !important;
  }

  .serve_details_left img {
    margin: 0 auto;
  }

  .serve_details_right .media-heading {
    font-size: 16px;
    margin: 10px 0;
    line-height: 23px;
  }

  .serve_details_right>p {
    line-height: 23px;
  }

  .custom_instructions h3, .serve_details_table h3 {
    margin: 0px;
    font-size: 16px;
  }

  .support_list_box {
    padding: 0 16px;
  }

  .support_list {
    margin-top: 0px;
    margin-right: 0px;
    width: 50%;
    padding: 0;
  }

  .support_list h3 {
    margin-top: 10px;
  }

  .support_ul {
    margin-bottom: 0px;
  }

  .support_ul li {
    line-height: 25px;
  }

  .support_list h3 a {
    font-size: 12px;
  }

  .a_sdwzs {
    margin-top: 0px;
    width: 100px;
    padding: 5px 0px;
    float: left;
    margin-right: 10px;
  }

  .product_inline {
    width: 100% !important;
  }

  .coa_inquire {
    /*margin: 0 16px 15px 16px;*/
    margin: 0 30px 16px 30px;
    padding: 5px;
    width: calc(100% - 60px);
    /*float: left;*/
    /*width: calc(40% - 32px);*/
  }

  .msds_button {
    width: 20%;
    padding: 4px 10px;
    margin-left: 16px;
  }

  .coa_button {
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 4px 10px;
  }

  .technical_ul {
    margin: 0 16px;
  }

  .technical_ul>h3 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 25px;
  }

  .technical_li {
    padding: 15px 10px;
    margin-bottom: 15px;
  }

  .technical_li img {
    width: 100%;
  }

  .serve_dingzhi_right {
    margin-left: 0px;
    padding: 0 16px;
  }

  .serve_dingzhi_right .sdwzs {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .msds_hint {
    margin: 0 7.5px;
    width: calc(100% - 15px);
  }

  .msds_inquire {
    margin: 15px 7.5px;
    width: calc(100% - 15px);
  }

  .navigation_con1 {
    font-size: 12px;
    overflow: scroll;
    margin: 0 16px;
  }

  .form_group {
    width: calc(50% - 32px);
    margin: 0 16px 15px 16px;
  }

  .form_group_textarea {
    width: calc(100% - 32px);
    margin: 0 16px 15px 16px;
  }

  .form_group_shang, .inputfile_p, .inputfile_submit {
    margin-left: 16px;
  }

  .navigation_con {
    margin: 0 16px;
  }

  .navigation_cul_ul {
    margin: 0 16px;
  }

  .about_tit {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 7.5px;
  }

  .about_tit p {
    font-size: 12px;
  }

  .about_con {
    overflow: hidden;
    margin: 0 7.5px;
  }

  #about_box {
    width: 100% !important;
    padding: 0 16px;
  }

  .about_img_three {
    width: 100% !important;
    padding: 0 16px;
  }

  .about_left, .about_right {
    width: 100%;
    float: none;
  }

  .about_right img {
    margin-bottom: 10px;
  }

  .about_left img {
    margin: 5px 0;
  }

  .about_left>p {
    margin: 0px;
  }

  .about_left>h3 {
    font-size: 18px;
    margin: 0px 0 10px 0;
  }

  .development_history li {
    font-size: 14px;
    line-height: 20px;
  }

  .development_history li p {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .development_history li span {
    font-size: 16px;
    margin-right: 0px;
  }

  .development_history li:after {
    margin: 5px 0 5px 6px;
  }

  .sgufty_box h3 {
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
  }

  .sgufty_box {
    padding-bottom: 0px;
  }

  .honor_qualification_box {
    margin: 0 16px;
  }

  .intellectual_property_h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 16px 15px 16px;
  }

  .honor_qualification_ul li {
    width: 70%;
    font-size: 14px;
    line-height: 20px;
    float: none;
    margin: 0 auto;
  }

  .honor_qualification_ul li img {
    width: 100%;
    height: auto;
  }

  .intellectual_property_ul li {
    width: 50%;
  }

  .media_information_box {
    padding: 10px 0;
  }

  .media_information_box img {
    width: 102px;
    height: 71px;
  }

  .information_left_css {
    width: 112px;
    display: block;
    float: left;
  }
 
  .fw_img {
    display: block;
    width: 100% !important;
    height: auto;
  }
  .contact_right img{
    width: 100%;
  }
  .information_right_css {
    margin: 0px;
    display: block;
    width: calc(100% - 112px);
    /* float: right; */
  }

  .media_information {
    font-size: 14px;
    padding-left: 0px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
  }

  .media_information_con {
    padding-left: 0px;
    font-size: 12px;
    line-height: 17px;
    height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }

  .media_information_time {
    padding-left: 0px;
    font-size: 12px;
    line-height: 17px;
  }

  .terms_con {
    margin: 0 16px;
  }

  .authorized_tit {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 16px;
  }

  .authorized_hint {
    font-size: 14px;
    margin: 0 16px;
  }

  .layui_form_item {
    margin: 0 16px 15px 16px;
  }

  .layui-form-item .layui_input_inline {
    margin: 0px 3px !important;
    float: left !important;
    left: 0px !important;
  }

  .search_result_button {
    width: 110px;
    margin-left: 7.5px;
  }

  .search_result_li {
    padding: 10px 7.5px;
  }

  .search_result_left, .search_result_right {
    width: 100%;
  }

  .search_result_li .search_result_left dt {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .search_result_li .search_result_left dd {
    padding: 0px;
  }

  .search_result_li .search_result_right dd {
    padding: 0px;
  }

  .agency_con .agency_if {
    font-size: 16px;
    line-height: 23px;
  }

  .agency_con .agency_lian {
    font-size: 16px;
    line-height: 23px;
  }

  .search_result_all {
    margin: 0 16px;
    width: calc(100% - 32px);
  }

  .join_list>h3 {
    font-size: 14px;
    margin: 0px;
  }

  .join_list>h3>span {
    float: none;
    display: block;
    margin: 5px 0;
  }

  .search_result_li .search_result_left {
    margin: 0px;
  }

  .contactus_box {
    display: block;
    margin: 0px;
    width: 100%;
  }

  .contact_title {
    font-size: 18px;
  }

  .contact_title span {
    font-size: 12px;
  }

  .contact_right {
    width: 100%;
    padding-left: 0;
  }

  .seek_out {
    font-size: 18px;
    line-height: 23px;
    margin: 10px 16px 0 16px;
  }

  .seek_width {
    width: 100%;
    padding: 10px 0;
  }

  .advanced_search_box {
    padding: 0 7.5px;
  }

  .search_all_select, .search_all_input, .search_all_span {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .search_all_input {
    border: 1px solid #d8d8d8;
  }

  .page-title {
    padding: 0 7.5px;
  }

  .wei_lang {
    position: absolute;
    top: 14px;
    left: 190px;
    text-align: left !important;
    width: auto !important;
  }

  .index_genduo {
    padding: 5px 0px 5px 17px;
  }

  .dropdown_menu {
    display: block !important;
    width: 100%;
    margin-top: 0px;
    position: inherit;
    box-shadow: none;
  }

  .dropdown_menu li {
    float: none;
    width: 100%;
  }

  .technical_li p.technical_li_tit {
    font-size: 12px;
  }

  .technical_li p {
    font-size: 12px;
  }

  .search_result_li>dl>div {
    width: 50% !important;
  }

  .artistic_appreciation_left video {
    width: 100%;
    height: auto;
  }

  .artistic_appreciation_right {
    width: 100% !important;
  }

  .artistic_appreciation_right h3 {
    font-size: 16px;
  }

  .artistic_appreciation_right div {
    font-size: 12px;
  }

  .right-48 {
    padding-right: 48px !important;
  }

  .class_seatch_result {
    width: 100%;
  }

  .search_con_list {
    font-size: 14px;
  }

  .cross_contrast_input {
    margin: 0 30px;
    width: 200px;
    margin-bottom: 20px;
  }

  .cross_contrast_btn {
    margin-bottom: 20px;
  }

  .xx {
    font-size: 18px;
    margin-left: 16px;
  }
}

.information_details_list {
  overflow: hidden;
  width: 100%;
  padding: 0 7.5px;
}

.information_details_list h3 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.information_details_list p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.information_details_list .div_img {
  text-align: center;
}

.information_details_list div {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
  text-align: justify;
}

.fanhui {
  font-size: 16px;
  line-height: 37px;
  background-color: #b1cef5;
  display: block;
  padding-left: 20px;
}

.fanhui i {
  margin-right: 10px;
}

.artistic_appreciation_right {
  padding: 20px;
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
  width: calc(100% - 788px);
  color: #fff;
}

.artistic_appreciation_left {
  padding: 10px;
}

.artistic_appreciation_left_box {
  overflow: hidden;
  width: 100%;
  padding: 10px;
}

.artistic_appreciation_color {
  background-color: #000;
}

#weixi_er {
  cursor: pointer;
}

.weixi_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.weixi_er {
  width: 300px;
  height: 300px;
  position: fixed;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  text-align: center;
  background-color: #fff;
  padding: 5px 5px 1px 5px;
}

.weixi_er #code {
  padding-top: 10px;
}

.weixi_er .biaoti {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  color: #000;
  padding: 10px;
}

.weixi_er .biaoti span.cha {
  float: right;
  color: #999;
  font-size: 30px;
  cursor: pointer;
}

.weixi_er .conme {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  padding: 10px;
}