/*--------头部切换--------*/
.head_lan{
  width:140px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  background:none;
  border:1px solid #fff;
  padding:0px 10px;
  border-radius:30px;
  transition:all .5s ease;
}
.fixed div.head_lan{
  background:#23498b;
  border:none;
}
.lan_con{
  width:auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
.lan_con:hover{
  cursor:pointer;
}
.head_lan .lan_tit{
  width:auto;
  line-height:36px;
  display:flex;
  align-items:center;
}
.head_lan .lan_tit span{
  display:inline-block;
  font-size:14px;
  color:#fff;
}
.head_lan .lan_tit .iconfont.lan_map{
  width:auto;
  margin-right:5px;
  text-align:center;
  display:inline-block;
}
.head_lan .lan_tit .iconfont.jt{
  width:auto;
  margin-left:5px;
  text-align:center;
  transform:scale(0.7);
  display:inline-block;
}


.head_lan .lan_list{
  display:flex;
  width:120px;
  background:#fff;
  padding:3px 0px 10px 0px;
  position:fixed;
  z-index:99;
  top:65px;
  font-size:13px;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity:0;
  visibility:hidden;
  transform:translate(0, 20px);
  transition:all .3s ease;
  flex-direction:column;
}
.head_lan .lan_list.cur{
  opacity:1;
  transform:translate(0, 0px);
  visibility:visible;
}
.head_lan .lan_list span{
  position:relative;
  line-height:1px;
  display:inline-block;
  height:1px;
  width:100%;
}
.head_lan .lan_list .iconfont:before{
content: '';
    position: absolute;
    left: 50%;
    top: -11px;
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid #fff;
    border-top: 0;
    border-color: #ffffff transparent;
}
.head_lan .lan_list a{
  color:#666;
  display:block;
  text-align:center;
  height:30px;
  line-height:30px;
  transition:all .3s ease;
}
.head_lan .lan_list a:hover{
  color:#d50a1d;
}

  
  #c_static_001_P_2249-1652753112720 {
  min-height: 100px;
	width: 100%;
	left: 0px;
	height: auto;
	transition: all 0.5s ease;
	top: -190px;
	position: absolute;
	z-index: 100;
}
#c_static_001_P_2249-1652753112720.active {
  position: fixed;
  top: 0;
}
  
.search_warp path {
    fill: #ffffff;
}
#c_navigation_111-1652427258478.fixed .search_warp path {
  fill: #23498b;
}
/*--------头部切换 end--------*/




/*--------包装方案--------*/
#c_product_detail_056-1653031826482 .e_container-16.s_layout div:nth-child(-n+5):nth-child(n+3) {
    display: none;
}
  #c_product_detail_056-1653031826482 .e_container-16>.p_item{
      flex: 0 16%;
  }
  
  .e_richText-14 table{
  width:100%;
  }
/*--------包装方案 end--------*/




/*--------toTop --------*/

.toTop{
  display:none;
  position:fixed;
  z-index:5;
  bottom:30px;
  right:30px;
  width:50px;
  height:50px;
  cursor:pointer;
  background:#d50a1d url(https://omo-oss-image.thefastimg.com/portal-saas/new2023063017353248179/cms/image/a6bfb727-d290-44dd-bcda-fa935681fc65.png) no-repeat center;
  transition:all .3s linear;
  background-size:26px !important;
  border-radius:50%;
}
.toTop:hover{
  transform:translateY(-6px);
}
@media (max-width: 1270px){
  
.toTop {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px){
  #newBridge {
    display:none;
}
}	

/*--------toTop end--------*/




/*-------国外 --------*/
	
#worldMap{
  width:100%;
  height:600px;
  padding:20px;
}
.area{
  padding:10px 0;
  font-size:1rem;
}
.list{
  padding:3px 5px 3px 10px;
  font-size:12px;
}
.listName{
  padding:3px 0;
}
.pic{
  width:100px;
}
  div#bigimghnre {
    display: none;
}

/*-------国外 end--------*/




/*-------在线留言-------*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}
/*-------在线留言 end--------*/


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


  }