@media only screen and (max-width:1200px){
 
}
@media only screen and (max-width: 1500px) and (min-width: 1200px){
  #c_portalresproduct_category-16532246324585262{
    margin-top: 14%;
  }
}
#c_portalresvideo_list-16559641938326651 .p_articles{
    width:100%!important;
  margin-left: 0px;
  }
/*初始化111*/
html,body{margin: 0;padding: 0;background-color:rgba(255, 255, 255, 1);}
.pagebox{position:relative;}


a{font-family:"alibabasansregular";
}
.h1,h1{font-family:"alibabasansregular";
}
.h2,h2{font-family:"alibabasansregular";
}
.h3,h3{font-family:"alibabasansregular";
}
.h4,h4{font-family:"alibabasansregular";
}
.h5,h5{font-family:"alibabasansregular";
}
.h6,h6{font-family:"alibabasansregular";
}
.form-control{font-family:"alibabasansregular";
}
p{font-family:"alibabasansregular";
}
.btn{font-family:"alibabasansregular";
}
.btn.btn-primary{font-family:"alibabasansregular";
}


#w_common_text-1653553251167,#w_common_text-1653553319413,#w_common_text-1653555591017{
  animation-name: initial!important;
}
#w_fimg-1655963335216{
  position:absolute!important;
  top:50%!important;
      z-index: 9999;
}
#w_fimg-1656312627723{
      position: absolute;
    right: -38px;
    top: 38%;
   z-index: 9;
}
* {
  box-sizing: border-box !important;
  font-family: "alibabasansregular";
  word-break: break-word;
  word-wrap: normal;
  word-break: normal;
}
a {
  cursor: pointer;
  text-decoration: none !important;
}
body, html {
  overflow-x: hidden !important;
}
a:focus, a:active, a:hover, a:visited {
  outline: none !important;
  text-decoration: none !important;
}
i {
  font-style: normal;
}
.yx_iconfont{
  font-family: 'yx_iconfont' !important;
}
.w_grid-000 > div > .p_gridbox {
 /* overflow: visible;*/
}
.w_grid-000 > div > .p_gridbox:before, .w_grid-000 > div > .p_gridbox:after {
  clear: both;
  display: table;
  content: " ";
  min-height: 0px;
}
/*文字*/
:root{
  --yx_fs_bannerbigs:80px;
  --yx_fs_bannerbig:48px;
  --yx_fsone: 38px;
  --yx_fstwo: 30px;
  --yx_fsthree:24px;
  --yx_fsfour: 1.25vw;
  --yx_fsfive: 18px;
  --yx_fssix: 16px;
  --yx_color:#222;
  --yx_colortwo:#fdc503;
  --yx_colorthree:#f7f7f7;
}
h1 span,h1 *{
  font-size:var(--yx_fsone) !important;
}
h2 span,h2 *{
  font-size:var(--yx_fstwo) !important;
}
h3 span,h3 *{
  font-size:var(--yx_fsthree) !important;
}
h4 span,h4 *{
  font-size:var(--yx_fsfour) !important;
}
h5 span,h5 *{
  font-size:var(--yx_fsfive) !important;
}
h6 span,h6 *{
  font-size:var(--yx_fssix) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}
a:active, a:hover {
  color: #272727;
  text-decoration: none;
}
a:hover, a:focus {
  color: #060606;
  text-decoration: underline;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.background_info{
  background:#f7f7f7;
}
.bordert_default{
  border-top:1px solid #eee;
}
.yx_ani * {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* firefox 4 */
  -webkit-transition: all 0.5s;
  /* safari 和 chrome */
  -o-transition: all 0.5s;
  /* opera */
}
.yx_ani *:before {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* firefox 4 */
  -webkit-transition: all 0.5s;
  /* safari 和 chrome */
  -o-transition: all 0.5s;
  /* opera */
}
.yx_ani *:after {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* firefox 4 */
  -webkit-transition: all 0.5s;
  /* safari 和 chrome */
  -o-transition: all 0.5s;
  /* opera */
}
.yx_clear:before, .yx_clear:after {
  display: table;
  clear: both;
  content: "";
}
/*通用*/
.yx_width{
  margin:0 auto;
  width:90%;
  max-width:1600px;
  clear: both;
}
.yx_floatl{
  float:left;
}
.yx_floatr{
  float:right;
}
.yx_positionr{
  position: relative;
}
.yx_positiona{
  position: absolute;
}
.yx_title{
  display:block;
  overflow:hidden;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
  white-space : nowrap;
}
.yx_summary{
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
}
.yx_more{
  position: absolute;
  z-index: 2;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
}
/*flex*/
.yx_flex {
  display: -webkit-box;
  /* 老版本语法: safari, ios, android browser, older webkit browsers. */
  display: -moz-box;
  /* 老版本语法: firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: ie 10 */
  display: -webkit-flex;
  /* 新版本语法: chrome 21  */
  display: flex;
  /* 新版本语法: opera 12.1, firefox 22  */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.yx_flexwrap {
  display: -webkit-box;
  /* 老版本语法: safari, ios, android browser, older webkit browsers. */
  display: -moz-box;
  /* 老版本语法: firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: ie 10 */
  display: -webkit-flex;
  /* 新版本语法: chrome 21  */
  display: flex;
  /* 新版本语法: opera 12.1, firefox 22  */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.yx_flexjbetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.yx_flexjend {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.yx_flexjcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.yx_flexaend {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.yx_flexacenter {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.yx_flexdrowc{
  flex-direction: row-reverse;
}
/*结束*/
/*内页按钮*/
.yx_nbut{
  display:block;
  line-height:42px;
  width:140px;
  padding:0 6px;
  border-bottom:2px solid #fff;
}
.yx_nbut span{
  z-index:2;
  font-size:var(--yx_fssix);
  color:#fff;
}
.yx_nbut:before{
  content:'';
  display:block;
  width:0;
  height:100%;
  background:#fff;
  position:absolute;
  left:0;
  top:0;
}
.yx_nbut:hover{
  padding:0 12px;
  transition:all 0.6s ease;
}
.yx_nbut:hover:before{
  width:100%;
  transition:all 0.6s ease;
}
.yx_nbut:hover span{
  color:var(--yx_color);
  transition:all 0.6s ease;
}
.yx_nbut:hover i{
  transform: rotate(180deg);
  transition:all 0.6s ease;
}
/**/

/*图片样式*/
.yx_imgcontain,.yx_imgcover{
  position:relative;
  height:0;
  overflow: hidden;
}
.yx_imgcontain img{
  position:absolute;
  max-height:100%;
  max-width:100%;
  top:50%;
  left:50%;
  width:auto;
  height:auto;
  transform:translate(-50%,-50%);
  transition: all 0.5s;
}
.yx_imgcover img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
}
/*结束*/
/*内页banner鼠标*/
.yx_scroll_icon {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height:45px;
  width:28px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  border-radius:16px;
  border: solid 2px;
  -webkit-transition: .4s;
  transition: .4s;
  margin:6% 0 0 !important
}
.yx_scroll_icon::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes scroll-icon{
  0% {
    -webkit-transform:translatey(-12px);
    transform: translatey(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(12px);
    transform: translatey(12px);
    opacity: 0;
  }
}
/*结束*/
/*内页分类导航*/
.yx_pagenav{
  margin:var(--yx_fssix) 0;
}
.yx_pagenav a{
  display:block;
  line-height:48px;
  color:#666;
  margin:5px 14px 5px 0px;
  padding:0 calc(1vw   14px);
  background:#f5f5f5;
  transition:all 0.6s ease;
}
.yx_pagenav a:hover{
  /*background:var(--yx_color);*/
  transition:all 0.6s ease;
  /*color:#fff;*/
  background: #ffde00 !important;
    color: #333 !important;
}
.yx_pagenav .yx_click{
  background: #ffde00 !important;
  color: #333 !important;
}
.p_problemcategory .p_image{
  display:none;
}
.p_categorybox .p_linkbox.click{
  background:#ffde00 !important;
  color:var(--yx_color);
}
.mouse_bac:hover{
  background:#f5f5f5;
  color:var(--yx_color);
}
.p_categorybox .p_linkbox.click .color_assist, .p_categorybox .p_linkbox.click a{
  color:var(--yx_color);
}
/*产品内页分类二级样式*/
.yx_pagenav_con{
  position:relative;
}
.yx_pagenav_ej{
  position: absolute;
  width: 100%;
  height: auto;
  top: 80px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.6s ease;
}
.yx_pagenav_con:hover .yx_pagenav_ej{
  top:53px;
  opacity: 1;
  visibility: visible;
  transition:all 0.6s ease;
}
/*结束*/
/*table样式*/
.yx_table{
  overflow:auto;
}
table{
  
  display: block;
  overflow-x: auto !important;
  border: 1px solid #eee !important;
}
table *{
  text-align:center !important;
}
table th{
  background:var(--yx_color) !important;
}
table th *{
  color:#fff !important;
}
table td{
  padding:6px 0;
}
/*结束*/
input::-webkit-input-placeholder {
  /* webkit browsers */ 
  color: #ccc;
  font-size:14px;
}
input:-moz-placeholder {
  /* mozilla firefox 4 to 18 */ 
  color: #ccc;
  font-size:14px;
}
input::-moz-placeholder {
  /* mozilla firefox 19  */ 
  color: #ccc;
  font-size:14px;
}
input:-ms-input-placeholder {
  /* internet explorer 10  */ 
  color: #ccc;
  font-size:14px;
}
/*页面滚动条*/
html::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ddd;
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ddd;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  width: 17px;
  height: 17px;
  background-color:var(--yx_color)}
/*结束*/
@media only screen and (min-width:769px) {
  .yx_list4 {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .yx_list4:nth-child(4n) {
    margin-right: 0;
  }
  .yx_list3 {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .yx_list3:nth-child(3n) {
    margin-right: 0;
  }
  .p_problemcategory{
    display:none;
  }
}
@media only screen and (max-width:768px) {
  .p_problemcategory{
    display:block ;
  }
  .yx_pagenav_box{
    display:none !important;
  }
  .yx_list3 {
    display: block;
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 18px;
  }
  .yx_list4 {
    display: block;
    width: calc((100% - 10px) / 2) !important;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .yx_list4:nth-child(2n) {
    margin-right: 0;
  }
}
/*页码*/
.p_promptnonedata .prompt_title .first,
.p_nextbox a:hover{
  color:#000!important
}
.p_pagebox .next,
.p_pagebox .pre,
.p_page .next:hover,
.p_page .pre:hover,
.p_page .pagenum:hover,
.p_page .pagenum.active{
  background-color: #060606 !important;
  color: #fff!important;
  border-color:#060606!important;
}
.p_pagebox .js_pagebtndisable, .p_pagebox .js_pagebtndisable:hover, .p_pagebox .js_pagebtndisable:active{
  background: #f5f5f5!important;
  border-color: #d9d9d9!important;
  color: #bfbfbf!important;
  cursor: default;
}
/*页码结束*/
.p_productdetail img, .p_newsdetail img ,.p_contentbox img{
  max-width: 100%;
}
.p_content .reset_style {
  line-height:2;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus .p_pagebox .next, .p_pagebox .pre {
  background-color: #060606;
}
.btn-primary{
  color: #fff;
  background-color: var(--yx_colortwo) !important;
  border-color: var(--yx_colortwo) !important;
  border-radius: 0px;
  width: 100%;
  line-height:30px;
}
.btn-primary:hover{
  color: #fff;
  background-color: var(--yx_color) !important;
  border-color: var(--yx_color) !important;
  border-radius: 0px;
  width: 100%;
  line-height:30px;
}
.e_flowcommonstylebox-001 .stylebox_title{
  color:var(--yx_color);
  background:#f5f5f5;
  padding: 8px 0;
  text-align: center;
}
.e_flowcommonstylebox-001 .stylebox_top{
  color:var(--yx_color);
  background:#f5f5f5;
  height:auto;
  text-align:center;
}
.color_info{
  color:var(--yx_color);
}
.e_flowcommonstylebox-001 .title_main{
  color: #2a2a2a;
  font-weight: bold !important;
  text-align: center;
  font-size: var(--yx_fsfour) !important;
}
.e_flowcommonstylebox-001 .stylebox_content{
  margin-top: var(--yx_fssix);
  border: none;
}
.e_flowcommonstylebox-001 .stylebox_bottom_line{
  border-width:0px;
  display:none;
}
/*pad*/
@media only screen and (max-width:1440px) and (min-width:1025px){
  :root{
    --yx_fs_bannerbig:54px;
  }
}
@media only screen and (max-width:1024px) and (min-width:769px){
  :root{
    --yx_fs_bannerbig:45px;
    --yx_fsone: 32px;
    --yx_fstwo: 28px;
    --yx_fsthree:22px;
    --yx_fsfour: 18px;
    --yx_fsfive: 16px;
    --yx_fssix: 14px;
  }
}
/*phone*/
@media only screen and (max-width:768px){
  #w_grid-1627032091012{
        clear: both;
  }
    #c_portalrespublic_codecontainer-16564274153258265 img{
    opacity: 0.5!important;
      margin-top: 145px;
  }
  :root{
    --yx_fs_bannerbig:38px;
    --yx_fsone: 22px;
    --yx_fstwo: 24px;
    --yx_fsthree:20px;
    --yx_fsfour: 18px;
    --yx_fsfive: 16px;
    --yx_fssix: 14px;
  }
  #w_common_text-1656426808601{
    background: url(/uploads/image/rimage/ve5lvkr0t1eglfomcfx6qq.png) no-repeat 100px;
    background-size: contain;
  }
  #w_grid-1653016567848{
        margin-top: 80px;
  }
  #w_common_text-1656425960667{    margin-top: 15%;}
  #c_portalrespublic_codecontainer-16530173047345745{
    width: 100%;
    margin-top:20px;
  }
  #w_grid-1653038835231{
        max-width: 170px;
    margin: 0px auto;
  }
  #w_grid-1653038835231 img{
    width:100%;
    transform: translate3d(0px, -40px, 0px)!important;
  }
  .aboutcon{
    min-height:100px;
  }
  #w_grid-1653114185819{
        margin-bottom: 70px;
  }
  #c_portalrescomplaintpage_detail-16547670868416917 table td,#c_portalrescomplaintpage_detail-1654753699567 table td{
  border-right:2px solid #333;
  border-bottom:2px solid #333;
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
  padding-bottom:10px;
  color:#333;
}
  #w_grid-1655708273563 #w_common_text-1653553251167 strong span{
    font-size: 16px;color: #333;
  }
  #w_grid-1653562531889{
    margin-bottom:0px;
  }
  #w_common_text-1654766662697 strong span span,#w_common_text-1654762057866  strong span span,#w_common_text-1654787247504 div p span,#w_common_text-1657250789703 div p span,#w_common_text-1657250831640 div p span{
    font-size: 22px;
        font-weight: normal;
  }
  #w_grid-1655108600293,#w_grid-1627032091002,#w_grid-1653234123607,#w_grid-1655111866087{
        margin-top: 0px!important;
    width: 100%;
  }
  #c_portalresnews_category-16270321413116792,#c_portalresnews_category-1655111866132{
        width: 100%;
  }
  #w_common_text-1657488566052.reset_style li{
        display: list-item;
    list-style:disc!important;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  #w_grid-1654759012559,#w_grid-1654759015684,#w_grid-1654759019800{
      margin-top: 0px!important;
  }
  .p_pagebox .pre .font,.p_pagebox .next .font{
        font-size: 12px;
  }
  .p_pagebox .num{
     font-size: 14px;
  }
  .p_pagebox .pre .iconfont,.p_pagebox .next .iconfont{
     font-size: 16px;
  }
  .p_pagebox .next,.p_pagebox .pre,.p_pagebox .numbox{
    height: 40px;
  }
  #w_common_text-1653553319413 p,#w_common_text-1653555591017 p{
    text-align: justify;
  }
  #w_common_text-1655720899418 strong span{
    font-size: 30px!important;
  }
  #c_portalrespublic_codecontainer-16530167617399277{
        margin-top: 0%!important;
  }
 
}
@media only screen and (max-width: 361px){
  #w_grid-1653038835231 {
    max-width: 124px!important;
    margin: 0px auto;
}
  
}
@media only screen and (max-width: 376px) and (min-width: 360px){
.fa_header {
    border-bottom: 0px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.44);
}
}

