
.aynewheadright{ display:flex;}
.aynewsearchbtn{ width:24px; height:24px; cursor:pointer; background:url(../images/search_btn_hei.png) no-repeat center center / 18px; margin-right:15px;}
.head_language{ position: relative;}
.active_name{ display:flex; align-items:center; cursor:pointer;}
.box_name {  margin-left: 8px;  margin-right: 4px;}
.icon-daohangyuyanqiehuan{ display:block; width:17px; height:17px; background:url(../images/lang_hei.svg) no-repeat center center;}
.icon-jiantouxia{ width:17px; height:17px; background:url(../images/navlibg.svg) no-repeat center center;transition:all 0.3s;}
.head_language:hover .icon-jiantouxia{  transform: rotate(180deg);}
.head_language .down_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 0;
	border: 0;
	top: 26px;
	right: 0;
	z-index: 6;
}.head_language .down_list ul {
	display: flex;
	padding: 10px 16px;margin: 0;
	flex-direction: column;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px 0 rgba(190, 196, 204, 0.3);
	box-shadow: 0 4px 20px 0 rgba(190, 196, 204, 0.3);
}
.head_language .down_list ul li{ list-style:none; margin-bottom:5px;}
.head_language .down_list ul li:last-child{ margin-bottom:0;}
.head_language:hover .down_list{visibility: visible;
	opacity: 1;}
.ayheadercusbtn{ margin-left:20px;}
.ayheadercusbtn a{ background:var( --e-global-color-primary ); color:#fff; padding:13px 25px; border-radius:20px; }
.lygcontainer{ max-width:1760px; margin:0 auto; padding:0 20px;}


/*搜索弹窗*/
 #masthead .search_box_mask {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.7);
    height: 0;
  }

  #masthead .head_search.open_box .search_box_mask {
    height: calc(150vh);
    animation: opensearch 0.8s;
  }

  #masthead .search_box_mask .search_box_mask_top {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    padding: 0px;
    caret-color: transparent;
    opacity: 0;
    height: 0px;
    transition: 0.2s;
  }

  #masthead .head_search.open_box .search_box_mask .search_box_mask_top {
    height: 180px;
    opacity: 1;
    transition: 0.3s;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box_form {
    position: relative;
    width: 72%;
    max-width: 1210px;
    margin-left: 58px;
    display: none;
  }
  .head_search.open_box .search_box_mask .search_box_mask_top .search_box_form {
    display: flex;
  }

  .head_search.open_box .search_box_mask .search_box_mask_top .search_box_form .head_record_box {
    top: calc(100% + 4px);
    width: calc(100%);
  }

  .head_search .search_box_mask_top .search_box .search_btn {
    margin: 0;
    margin-right: 1px;
    height: calc(100% - 2px);
    padding: 0 12px;
    background: var( --e-global-color-primary );
    border-radius: 2px; display: flex; justify-content: center;
    width: 80px; border: none;
  }
  .icon-sousuotongyong {
      display: block; width:30px; height: 30px; margin;0;filter: brightness(0) invert(1);  
-webkit-filter: brightness(0) invert(1);  
-moz-filter: brightness(0) invert(1);  
-o-filter: brightness(0) invert(1);  
-ms-filter: brightness(0) invert(1);
	background:url(../images/search_btn_hei.png) no-repeat center center / 24px;
    }



  #header .head_search .search_box_mask_top .search_box .search_btn .iconfont {
    color: #fff;
    font-size: 30px;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box {
    width: 100%;
    opacity: 1;
    border: 1px solid #999; display: flex;   align-items: center;
    height: 60px;
    border-radius: 2px;
    transition: 0s;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box .clear-search-btn {
    cursor: pointer;
    display: none;
    padding: 0 6px;
    margin-right: 10px;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box .clear-search-btn .iconfont {
    font-size: 22px;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box .clear-search-btn.is_value {
    display: block;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box.focus_search {
    border: 1px solid #666;
  }

  .head_search .search_box_mask .search_box_mask_top .search_box .input_text {
    font-size: 16px;
    margin-left: 0px;
    flex: 1;
    caret-color: auto;
    height: 56px; border: none;
    width: auto;
  }

  .head_search .search_box_mask .search_box_mask_top .close-search-btn {
    margin-left: 30px;
    position: relative;
    top: -60px; cursor: pointer;
    right: -20px; display: block; width:30px; height: 30px;
    display: none; 	background:url(../images/pdfclosebtn.png) no-repeat center center / 18px;
  }

  .head_search.open_box .search_box_mask .search_box_mask_top .close-search-btn {
    display: block;
  }

  .head_search.search_box_mask .search_box_mask_top .close-search-btn .iconfont {
    color: #999;
    font-size: 28px;
  }
  .head_search .search_box_mask .search_box_mask_top .close-search-btn:hover .iconfont {
    color: #f70000;
  }


