/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.category_tree {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  /* margin: 0 -12px; */
  width: 100%;
}

.productDetailsBox p {
  margin: 13px 0;
  line-height: 26px;
  font-size: 16px;
}

.one>li {
  width: 264px;
}

.category_tree li {
  position: relative;
  /* padding: 0 12px 0 6px; */
  box-sizing: border-box;
  cursor: pointer;
  /* width: calc(100% - 16px); */
  width: 100%;
}

/*鏉╂瑤绔寸痪褎妲哥�佃壈鍩�*/
.category_tree li a {
  display: block;
  display: flex;
  /* height: 30px;
  line-height: 30px; */
  text-decoration: none;
  /* padding: 0px 12px; */
  color: #333333;
  box-sizing: border-box;
}

/* .yyui_menu2 li a:hover {
  color: #349fff;
} */


.category_tree li ul {
  position: absolute;
  width: 200px;
  background-color: #FFFfff;
  right: -200px;
  top: 0px;
  display: none;
  z-index: 1;
}

/*鏉╂瑦妲哥粭顑跨癌缁狙嗗綅閸楋拷*/
.category_tree li ul a {
  width: 100%;
  text-decoration: none;
  color: #333333;
}

.category_tree .iconmore {
  position: absolute;
  /* right: 5px; */
  right: 1px;
  top: 1px;
}
.category_tree .one, .category_tree .two, .category_tree .three {
  padding-bottom: 0;
}

.category_tree li ul li:hover,
.one li:hover, .one li.active, .one li:hover a {
  color: #0099FF;
}
.one li.active.last {
  background: #e4e4e4;
}
/* 供应商主页，产品分类三级 */



/*娴犲海顑囨稉澶岄獓閼挎粌宕熷锟芥慨锟�,閹碉拷閺堝娈戠�涙劗楠囬懣婊冨礋闁晫娴夌�电懓浜哥粔锟�*/
.category_tree .one {
  display: block !important;
  /* max-height: 600px; */
  /* min-height: 40px; */
  /* overflow-y: auto; */
}

.products_menu {
  width: 276px;
  margin-right: 12px;
  /* padding: 0 12px; */
  box-sizing: border-box;
  background: #fff;
  float: left;
  /* padding-right: 0; */
}

.one .category_name {
  font-size: 14px;
  font-weight: bold;
  /* padding-left: 14px; */
  /* width: 226px; */
  /* width: calc(100% - 16px - 21px); */
  display: inline-block;
  /** 禅道需求916样式调整回退 height: 24px;
  line-height: 24px; */
  height: 30px;
  line-height: 30px;
}
.tree-menu.two .li .category_name {
  /* padding-left: 16px; */
  /* width: 242px; */
  /* width: calc(100% - 16px - 22px); */
}
.two .category_name {
  font-size: 14px;
  font-weight: 400;
  /* padding-left: 28px; */
  /* width: 212px; */
  /* width: calc(100% - 16px - 34px); */
}
.one_menu {
  padding-left: 12px;
}
.one_menu + .tree-menu .one_menu {
  padding-left: 4px;
}
.one_menu .category_name {
  width: calc(100% - 12px - 12px);

}

.three .category_name {
  font-size: 12px;
  font-weight: 400;
  /* padding-left: 42px; */
  /* width: 198px; */
  /* width: calc(100% - 16px - 48px); */
}
.four .category_name {
  font-size: 12px;
  font-weight: 400;
  /* padding-left: 54px; */
  /* width: 205px; */
  /* width: calc(100% - 16px - 55px); */
}

.category_tree .one {
	padding-top: 8px;
}

.category_tree li  {
    display: block;
    /* line-height: 30px;
	height: 30px; */
    text-decoration: none;
    /* padding: 0px 12px; */
    color: #333333;
    box-sizing: border-box;
}	
.category_tree .more_arrow {
	background-image: url(/images/new-icon/arrow_right-3403e5084092ce763e92e726ed109c81.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -18px;
}
.category_tree li.active .more_arrow {
  background-image: url(/images/new-icon/arrow_right_active-b1f44b7e2f7ab409e1964187e39b3159.png);
}
.category_tree li:hover .more_arrow {
	background-image: url(/images/new-icon/arrow_right_active-b1f44b7e2f7ab409e1964187e39b3159.png);
}
/* 展开 */
.category_tree li.is_open .more_arrow {
	background-image: url(/images/new-icon/arrow_bom-db95c6138821278adb50f6ee2e40ee9e.png);
}

.category_tree li.is_open.active .more_arrow, .category_tree li.is_open:hover .more_arrow {
	background-image: url(/images/new-icon/arrow_bom_active-13a1cee7fad09994cd25681c58661ac4.png);

}

.menu_title {
  text-align: center;
  /** 禅道需求916样式调整回退 height: 26px;
  line-height: 26px; */
  height: 33px;
  line-height: 33px;
  border-bottom: 1px solid #E6E6E6;
}

.tab_box .layui-tab-content {
  padding: 12px 0;
}

.products_down {
  text-align: center;
  padding: 12px;
  border-top: 1px solid #E6E6E6;
}

.bm_text_atv>a {
  color: #0099FF !important;
}

.products_info {
  background: #fff;
  padding: 12px;
}

.products_info .layui-breadcrumb-row {
  margin-top: 0;
}

.prd-breadcrumb-box1{
  color: #333 !important;
  font-weight: bold;
  font-size: 16px;
}
.prd_btn_row {
  margin-left: 12px;
}

.prd_btn_row button:nth-child(1) {
  margin-right: 12px;
}

.suppler-boxer {
  padding: 12px;
  background: #fff;
  margin-top: 12px;
}

.suppler-prod-img {
  height: 187px;
  line-height: 186px !important;
  border: 1px solid #E6E6E6;
}


/* 閸忣剙寰冩穱鈩冧紖瀵拷婵拷 */
.info_detail_title {
  color: #999;
  width: 130px;
  display: inline-block;
  vertical-align: top;
}

.info_detail_content {
  display: inline-block;
  min-height: 20px;
}

.CompanySummary {
  word-break: break-word;
  white-space: pre-wrap;
  max-height: 240px;
  min-height: 17px;
  overflow: auto;
}


.viewmore {
  display: none;
}

.height100 {
  max-height: 100%;
}

.brandimgbox {
  height: 236px;
  line-height: 235px !important;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.brandlist_box {
  padding: 12px 6px;
  background: #fff;
  margin-top: 12px;
}

.brand_title {
  padding: 0 6px;
}

.guojiabox {
  display: inline-block;
  vertical-align: middle;
}

.countries_But button {
  width: 145px;
  height: 35px;
  font-size: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  border: 1px solid #E2E3E5;
  cursor: pointer;
}

.fenleiname {
  width: 120px;
  display: inline-block;
  vertical-align: super;
}

.countries_But .buttonatvice {
  background: #0D7DEE;
  color: #FFFFFF;
}

.arealist_box {
  padding: 12px;
  background: #fff;
  margin-top: 12px;
}

.fenleiname .iconfont {
  font-size: 18px;
  color: #999;
  vertical-align: middle;
  margin-right: 8px;
}

.fenleiname span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.TP_countries {
  margin-right: 12px;
  display: inline-block;
}

.countries {
  height: 12px;
}

.countries .country-name {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
}

.cho-country {
  display: none;
}

.fenleiname .a-color-primary {
  color: #0099FF;
}

.cou-container-box {
  border: 1px solid #e6e6e6;
}

.cou-container {
  padding: 12px 20px;
}

.cou-container-title {
  height: 30px;
  background: #F2F2F2;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #0099FF;
  font-weight: bold;
}

.tab_box .layui-tab {
  margin-top: 12px;
}

.factory_row {
  margin-bottom: 12px;
}

.caseimgbox {
  height: 180px;
  line-height: 179px !important;
  border: 1px solid #e6e6e6;
}

.project_case_box .layui-laypage {
  margin: 12px 0 0;
}

.office_imgbox {
  width: 110px;
  height: 110px;
  line-height: 109px !important;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin-right: 12px;
}

.officeBox {
  padding-bottom: 0 !important;
}

.contact-box {
  height: 137px;
}

.branchbox {
  width: 100%;
  height: 110px;
  line-height: 109px;
  border: 1px solid #e6e6e6;
  margin-right: 12px;
}

.branchbox img {
  max-width: 100%;
}

.branch_info span:nth-child(1) {
  display: inline-block;
  width: 75px;
}


.branch_info2 span:nth-child(1) {
  display: inline-block;
  width: 90px;
}

.branchContent .layui-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.prdpeviewbox {
  width: 350px;
  height: 350px;
  line-height: 346px;
  border: 1px solid #e6e6e6;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.prdpeviewbox img {
  max-width: 100%;
  max-height: 100%;
}


.p_info_row {
  font-size: 14px;
}

.p_info_row span:nth-child(1) {
  width: 160px;
  display: inline-block;
  color: #999;
}

.prd_line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-bottom: 12px;
}


.sp_result_area {
  width: 360px;
}
.btn-submit{
  margin-left: auto;
}
.btn-cancel{
  margin-right: 6px;
}
.prd_btn_row2 button:nth-child(1) {
  margin-right: 12px;
}

.prd_comp_info {
  width: 276px;
  margin-left: 12px;
  height: 479px;
}


.goodSdetails {
  border: 1px solid #e6e6e6;
  margin: 0 0 12px !important;
}

.border-b {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}

.border-r {
  border-right: 1px solid #e6e6e6;
}

.prd_comp_btn_box {
  text-align: center;
  padding: 12px;
  background: #fff;
}

.r_company_info_img {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-right: 6px;
  line-height: 75px;
}

.r_company_info_img img {
  max-width: 100%;
}

.mar-b40 {
  margin-bottom: 40px;
}

.prd_comp_info_box {
  min-height: 285px;
}


.prdpeviewbox {
  max-width: 100%;
  max-height: 100%;
}

.mar-r100 {
  margin-right: 100px;
}

.case_arg_box {
  padding: 12px 0;
  background: #F7F7F7;
  margin-top: 12px;
}


.case_nav {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.case_preview_box {
  height: 175px;
}

.Service_text {
  width: 65%;
  vertical-align: text-top;
}

.max-w60 {
  max-width: 60%;
}

.case_preview_box .swiper-slide:last-child {
  margin-right: 0;
}

.new-share-btn {
  top: 12px;
}
.right-btn-content {
  float: right;
}
.new_bm_normal_title2 {
  clear: both;
  height: 40px;
}
.new_btn_content {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 12px;
}

.productDetailsBox {
  word-break: break-word;
}

.BulidSeve, .ProductInfoBox {
  width: 1212px;
  box-sizing: border-box;
}

.case_preview_box img {
  opacity: 0.5;
}

.case_preview_box .active-nav img {
  opacity: 1.0;
}

.suppler-moeyer {
  min-height: 41px;
}

.prdpeminviewbox {
  width: 80px;
  height: 65px;
  display: inline-block;
  background: #e6e6e6;
  margin-right: 10px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
}

.prdpeminviewbox img {
  max-width: 100%;
  max-height: 100%;
}

.case_slide .swiper-view-box .swiper-container {
  height: 621px;
}

.case_slide .swiper-view-box .swiper-slide {
  line-height: 620px;
  height: 620px;
}


.case_preview_box .swiper-container,
.case_preview_box .swiper-wrapper {
  width: 800px;
  height: 142px !important;
  text-align: left;
}

.case_preview_box .swiper-slide {
  background: #E6E6E6;
  text-align: center;
}

.case_preview_box .swiper-slide {
  width: 191px;
  height: 142px;
  line-height: 142px;
  margin-right: 20px;
}

.case_swiper {
  width: 800px;
  background: #F7F7F7;
  /* height: 620px; */
}

.breakall {
  word-break: break-all
}

.productvricon {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}

.productDetailsBox img {
  max-width: 100%;
}

.CantonFairTag {
  /* border: 1px solid #1D62A5; */
  border-radius: 4px;
  /* padding: 6px 12px; */
  font-size: 12px;
  color: #1D62A5;
  margin-right: 12px;
}

.CantonFairTag img {
  width: 12px;
  margin-right: 6px;
  vertical-align: text-top;
}


#des_carousel {
  display: inline-block;
  margin: 0 auto;
}

.des_carousel_img_box {
  max-width: 800px;
  height: 600px !important;
  text-align: center;
  line-height: 600px;
}

.des_carousel_img_box img {
  max-width: 100%;
  max-height: 100%;
}

.des_carouse_view {
  width: 800px;
  text-align: center;
  height: 142px;
  display: flex;
  margin: 20px auto 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

.des_carouse_view::-webkit-scrollbar {
  display: none
}

.despeminviewbox {
  width: 140px;
  height: 140px;
  margin-right: 12px;
  text-align: center;
  line-height: 139px;
  flex: none
}

.despeminviewbox img {
  max-width: 100%;
  max-height: 100%;
}

.carouseviewbox_mask {
  background: #E6E6E6;
  opacity: 0.5;
}

.max_w300 {
  max-width: 240px;
}

.productDetailsBox .do-entry-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.productDetailsBox .do-entry-item li:nth-child(1) {
  width: 220px;
}

/* .productDetailsBox p:first-child {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  padding: 20px 0 10px;
  border-bottom: 1px dashed #e6e7eb;
}

.productDetailsBox p:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding: 8px 0;
}

.productDetailsBox .do-entry-item li p:nth-child(1) {
  font-weight: 100 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #333 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
} */
/* .layui-layer-ico {
  background: url(/images/wechatclose-caca1a507e6190a79312a0deff9b6711.png) no-repeat !important;
}

.layui-layer-setwin a {
  width: 25px !important;
  height: 24px !important;
  position: absolute !important;
  right: -11px;
  top: -9px;
} */

.mar-b50 {
  margin-bottom: 50px;
}

.contact_nolog {
  padding: 12px 12px 70px;
}

.contact_nolog .iconguanbi_bg {
  font-size: 20px !important;
}

.prd_share_abs {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.areamodalbox {
  position: absolute;
  background: #fff;
  top: 5px;
  left: 5px;
  width: 800px;
  height: 380px;
}

.area_title_row {
  padding: 14px 17px;
  border-bottom: 1px solid #e6e6e6;
}

.nav_box .layui-nav-tree {
  width: 189px;
}

.nav_box {
  height: 332px;
  border-right: 1px solid #e6e6e6;
  overflow: auto;
}

.countrybox {
  width: 584px;
  float: left;
  height: 330px;
  padding: 12px;
  box-sizing: border-box;
  overflow-y: auto;
}

.area-nav {
  background-color: #fff !important;
  color: #333 !important;
}

.area-nav .layui-nav-itemed>a {
  font-weight: bold;
}

.area-nav .layui-nav-itemed>a,
.area-nav .layui-nav-child,
.area-nav .layui-nav-item a,
.area-nav .layui-nav-child a {
  color: #333 !important;
}

.area-nav .layui-nav-item {
  border-bottom: 1px solid #e6e6e6;
}

.area-nav .layui-nav-itemed>a .layui-nav-more {
  border-bottom-color: #C8C8C8;
}

.area-nav .layui-nav-more {
  border-top-color: #C8C8C8;
}

.area-nav .layui-nav-itemed>.layui-nav-child {
  background-color: #fff !important;
}

.area-nav .layui-nav-bar {
  background-color: #0D7DEE;
}

.area-nav .layui-nav-item a:hover {
  background-color: #f3f5f7 !important;
}

.area-nav .layui-nav-child dd.layui-this a {
  background-color: #fff !important;
  color: #0D7DEE !important;
}

.TP_countries {
  margin-right: 12px;
  display: inline-block;
}

.countries {
  height: 12px;
}

.countries .country-name {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
}

.cho-country {
  display: none;
}

.areamodal {
  opacity: 0.51;
  width: 810px;
  height: 390px;
}

.nobg {
  background: none !important;
  box-sizing: border-box;
}

.products_info .layui-breadcrumb a:hover {
  color: #999 !important;
}

.prd-breadcrumb-box .layui-breadcrumb a:hover {
  color: #999 !important;
}

.prd-breadcrumb-box .layui-breadcrumb a cite:hover {
  color: #666 !important;
}

.layui-breadcrumb a cite:hover {
  color: #0099FF !important;
}

.prd_slide .layui-carousel-ind{
  display: inline-block;
  left: 50%;
  width:initial;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translate(-50%);
}
.carousel_mask {
  position: absolute;
  padding: 10px 43px;
  color: #fff;
  box-sizing: border-box;
  min-height: 68px;
  background: rgba(51, 51, 51, 0.5);
  width: 100%;
  bottom: 0;
  /* line-height: initial; */
  line-height: 40px;
  text-align: left;
}

.new_details_content {
  /* width: 1036px; */
  width: 1110px;
  margin: 0 auto;
  .vc_m{
    display: inline-block;
  }
}
.sp_info_text {
  width: 100%;
  margin-bottom: 12px;
}

.sp_info_text .text_w {
  width: 62%;
}

.Production_box {
  display: none;
}
.new-product-detail .ProductInfoBox {
  width: 100%
}

.Service_text {
  position: relative;
  /* cursor: pointer; */
}
.toolpit-box {
  position: absolute;
  width: 700px;
  left: -150px;
  top: 20px;
  display: none;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #F96D69;
  word-wrap: break-word;
  z-index: 999;
  background-color: #FFFFEE;
}
.company_logos{
  width: 120px;
  margin-right: 100px;
}
.box-border {
  border: 1px solid #e6e6e6;
  clear: both;
  overflow: hidden;
  height: 100%;
}

/* 富文本 复制过来的class样式 */
.productDetailsBox dl.do-entry-item {
  width: 50%;
  display: inline-block;
  margin: 0;
}
.productDetailsBox dl.do-entry-item.w100 {
  width: 100%;
}
dt.do-entry-item, dt.do-entry-item-key {
  padding: 4px 0;
  width: 150px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis;
}

dd.do-entry-item-val {
  padding: 4px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.leadtime-table {
  /* padding: 0 20px; */
  box-sizing: border-box;
  margin: 0;
}
dt.leadtime-table__key {
  padding: 4px 0;
  width: 150px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis;
}
dd.leadtime-table__value {
  padding: 4px 0;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin: 0;
}
.productDetailsBox td, .productDetailsBox th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}

.productDetailsBox ul {
  padding-left: 30px;
}
.productDetailsBox ul li {
  list-style: disc;
}
.productDetailsBox ul.do-entry-item.list-paddingleft-2 {
  padding-left: 0;
}
.productDetailsBox ul.do-entry-item.list-paddingleft-2 li {
  list-style: none;
}
td p {
  margin: 0;
  padding: 0;
}
.supplierInfo{
  margin-bottom: 12px!important;
  margin-top: 12px!important;
  justify-content: space-between;
  align-items: center;
}
.products_info_box .carouseimgbox2 img {
  margin-top: -2px;
}
.c_info_text span:nth-child(2) {
  min-width: 120px;
  display: inline-block;
}

.chinese-box .info_detail_title {
  width: 120px;
}
.chinese-box .p_info_row span:nth-child(1) {
  width: 105px;
}
.chinese-box .c_info_text span:nth-child(2) {
  min-width: 90px;
  display: inline-block;
}

@media screen and (max-width: 1530px) {
  .c_info_text {
    width: 460px;
  }

  .mar-r100 {
    margin-right: 50px;
  }
  .BulidSeve, .ProductInfoBox {
    width: 912px;
  }
  .new-product-detail .ProductInfoBox {
    width: 100%
  }
}

@media screen and (max-width: 1024px) {
  .getlastquote {
    margin-top: 12px;
  }

  .BulidSeve, .ProductInfoBox {
    width: 720px;
  }
  .new-product-detail .ProductInfoBox {
    width: 100%
  }
  .c_info_text {
    width: 400px;
  }

  .des_case_img {
    height: 165px;
  }

  .brandimgbox {
    height: 155px;
    line-height: 155px !important;
  }

  .new_details_content {
    width: 980px;
  }
  .case_arg_box.tc_c {
    text-align: left;
  }
  .casename {
    width: 460px;
    overflow: hidden;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.primary-title{
  font-size: 14px;
  min-width: 150px;;
}
.productProperty-block{
  width: 100%;
}
.input-width {
  width: 180px;
}
.layui-input-inline{
  line-height: 30px;
}
.reg_sy {
  color: red;
  margin-right: 5px;
}
.category-list-box {
  width:100%; 
  margin-top: 20px;
  text-align:justify;
}
.category-list-box > .sp_container {
  width: 185px !important;
  display:inline-block; 
  margin-right:5px; 
  padding-bottom:10px; 
  text-align:center; 
  vertical-align:top;
}
.tooltip{
  display: none !important;
}
.filter_box{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;

}
.layui-input-inline.filter_search{
  margin-right: 20px;
  flex: 1;
}
.layui-input.searchinp{
  padding-left: 30px;
}
.abs_s_icon{
  position: absolute;
  left: 10px;
  top: 1px;
}
.ss_company_box{
  margin: 10px 20px;
  min-height: 325px;
  overflow-y: auto;
}
.selectCategoryRadio{
  margin: 5px 5px 0px;
}