* {
  box-sizing: border-box !important;
  font-family: "微软雅黑","Arial";
  word-break: break-word;
}
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: '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_BannerBig:60px;
  --yx_FSOne: 40px;
  --yx_FSTwo: 36px;
  --yx_FSThree:30px;
  --yx_FSFour: 22px;
  --yx_FSFive: 18px;
  --yx_FSSix: 16px;
  --yx_Color:#ac0000;
  --yx_ColorTwo:#d8ae5c;
}
h1 span,h1 *{
  font-size:var(--yx_FSOne) !important;
}
h2 span,h2 *{
  font-size:var(--yx_FSTwo) !important;
  text-transform:uppercase;
}
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;
}


.e_cbul li:hover{
  cursor:pointer;
  color:#fff;
  background-color:rgba(172, 0, 0, 1);
  box-shadow: 2px 1px 4px 1px #ac0000;
}

.e_mainul li:hover{
  display: inline-block;
  cursor:pointer;
}
.e_mainul li div p{
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
  color:#333;
}
.e_mainul li div:hover p{
  color:rgba(172, 0, 0, 1);
}
.e_mainul li div p:nth-child(1){
  margin-top: 36%;
}
#cover{ 
    position:absolute;
  	 left:-200%;
  	 right:-200%;
  	 top:0;
    width:600%;  
    height:100%;
    text-align: center;
    filter:alpha(opacity=60);  
    display:none; 
    background:rgba(0 ,0 ,0, 0.6); 
  	z-index:99;
}


#close:hover{
  color:#fff;
  background-color:rgba(172, 0, 0, 1);
  border:0px ;
  box-shadow: 2px 1px 3px 1px #ac0000;
}


#title-p{
	margin:13px 0 13px 15px;
}
#title-ulli{
	margin-left:25px;
}
#title-ulli input{
	margin:4px 5px 4px 0;
}

#tijiao button{
  color:#000;
  text-align:center;
  width:120px;
  height:35px;
  font-size: 16px; 
  margin:5px 0;
  border:0px ;
  border-radius:3px;
  box-shadow: 2px 1px 3px 1px rgba(172, 0, 0, 1);
  background-color:#fff;
}
#tijiao button:hover{
  color:#fff;
  background-color:rgba(172, 0, 0, 1);
  border:0px ;
  box-shadow: 2px 1px 3px 1px #ac0000;
}

#ceping p{
  font-size: 16px;
  color:#000;
}
.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:85%;
  max-width:1400px;
}
.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_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: 50px;
    color: #999;
    margin:10px 10px 10px 0px;
    padding: 0 calc(1vw + 10px);
    background: #eee;
    transition: all 0.6s ease;
    text-align: center;
    font-size: var(--yx_FSSix);
}
.yx_PageNav a:hover{
  background:var(--yx_Color);
  transition:all 0.6s ease;
  color:#fff;
}
.yx_PageNav .yx_Click{
  background:var(--yx_Color) !important;
  color:#fff !important;
}
.p_problemCategory .p_image{
  display:none;
}
.p_categoryBox .p_linkBox.click{
  background:#f5f5f5;
  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);
}
/*结束*/
/*table样式*/
.yx_Table{
  overflow:auto;
}

/*结束*/
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) {
  #bottomdiv{
  position:absolute;
  	 left:18%;
  	 top:8%;
  	 bottom:8%;
    width: 65%;
    height: 84%;
    cursor:pointer;
    z-index:9999;
    display:none; 
    text-align: left;
    padding:60px 10px 30px;
    background:#fff;
}
  #close{
  position:absolute;
  right:5%;
  top:5%;
  width:50px;
  text-align: center;
  height:30px;
  line-height:30px;
  font-size: 16px; 
  margin:5px 0;
  border:0px ;
  color:#000;
  box-shadow: 2px 1px 3px 1px #ccc;
  background-color:#fff;
}
  #title-div{
	font-size: 18px;
   overflow: auto;
   height: 100%;
  	margin:10% 0 0 20%;
}
  #title-div h3{
	color:#000;
  	height:100px;
  	padding-top:30px;
  	margin-left:18%;
}
  #tijiao{
  position:absolute;
  left:35%;
  top:60%;
  text-align:center;
  display:none; 
}
  #ceping{
  position:absolute;
  left:25%;
  top:25%;
  font-size: 22px;
  height:45px;
  line-height: 45px;
  text-align:center;
  display:none;
  color:rgba(172, 0, 0, 1);
}
  .e_cbul{
  font-size: 16px; 
  margin-left: 12px;
  list-style-type: none;
}
  .e_cbul li{
  margin: 13px 6px;
  color:#333;
  width:120px;
  height:36px;
  line-height:36px;
  text-align: center;
  box-shadow: 2px 1px 4px 1px #ccc;
  border-bottom:1px solid rgba(172, 0, 0, 1);
}
  .mainul{
    min-height: 660px;
}
.e_mainul{
  float: left; 
  margin-left: 15px;
  list-style-type: none;
}
.e_mainul li{
  display: inline-block;
  margin: 13px 14px;
  
}
.e_mainul li div{
  background-repeat: no-repeat; 
  background-size: cover;
  width: 260px;
  float: left;
  height: 190px;
  margin-bottom: 5px;
  color:#000;
}
.e_mainul li div img{
  background-repeat: no-repeat; 
  width:260px;
  height: 150px;
}
  .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% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .yx_List3:nth-child(3n) {
    margin-right: 0;
  }
  .p_problemCategory{
    display:none;
  }
}
@media only screen and (max-width:768px) {
  .w_grid-001 > div > .p_gridbox > .d_gridCell_0 {
    width: 25%;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
  .w_grid-001 > div > .p_gridbox > .d_gridCell_1 {
    width: 67%;
    margin-left: 8%;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
  .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_Color) !important;
  border-color: var(--yx_Color) !important;
  border-radius: 0px;
  width: 100%;
  line-height:30px;
}
.btn-primary:hover{
  color: #fff;
  background-color: var(--yx_ColorTwo) !important;
  border-color: var(--yx_ColorTwo) !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:48px;
  }
}
@media only screen and (max-width:1024px) and (min-width:769px){
  :root{
    --yx_FS_BannerBig:40px;
    --yx_FSOne: 32px;
    --yx_FSTwo:26px;
    --yx_FSThree:22px;
    --yx_FSFour: 20px;
    --yx_FSFive: 16px;
    --yx_FSSix: 14px;
  }
 
}
/*phone*/
.cateMo{
  position:relative;
}
 .cate_PageNav{
  width:calc(100% - 70px);
  margin:0 auto;
}
 .cate_PageNav a{
  font-size:var(--yx_FSSix);
  color:#333;
  line-height:40px;
  text-align:center;
}
 .cateBtn{
  width:25px;
  height:40px;
  background:rgba(0,0,0,.2);
  text-align:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer;
}
 .cateBtn i{
  font-size:18px;
  color:#fff;
  line-height:40px;
}
.cateBtn_left{
  left:0;
}
.cateBtn_right{
  right:0;
}
.cate_PageNav a.cate_Click{
 color:var(--yx_Color);
}
@media only screen and (max-width:768px){
  .yx_Width{
   width:90%;
  }
  :root{
    --yx_FS_BannerBig:34px;
    --yx_FSOne: 24px;
    --yx_FSTwo: 22px;
    --yx_FSThree:20px;
    --yx_FSFour: 18px;
    --yx_FSFive: 16px;
    --yx_FSSix: 14px;
  }
  .btn-primary .iconfont{
    transform: rotate(180deg);
    display: inline-block;
  }
  #bottomdiv{
  position:absolute;
  	 left:18%;
  	 top:8%;
  	 bottom:8%;
    width: 65%;
    height: 50%;
    cursor:pointer;
    z-index:9999;
    display:none; 
    text-align: left;
    padding:60px 0px 40px;
    background:#fff;
}
  #close{
  position:absolute;
  right:10%;
  top:5%;
  width:50px;
  text-align: center;
  height:30px;
  line-height:30px;
  font-size: 16px; 
  margin:5px 0;
  border:0px ;
  color:#000;
  box-shadow: 2px 1px 3px 1px #ccc;
  background-color:#fff;
}
  #title-div{
	font-size: 18px;
   overflow: auto;
   height: 100%;
  	margin:5% 0 0 1%;
   padding:0 5px;
}
  #title-div h3{
	color:#000;
  	height:100px;
  	padding-top:30px;
  	margin-left:12%;
}
  #tijiao{
  position:absolute;
  left:25%;
  top:75%;
  text-align:center;
  display:none; 
}
  #ceping{
  position:absolute;
  left:18%;
  top:25%;
  font-size: 22px;
  height:45px;
  line-height: 45px;
  text-align:center;
  display:none;
  color:rgba(172, 0, 0, 1);
}
  .e_cbul{
  font-size: 14px; 
  margin-left: 12px;
  list-style-type: none;
}
  .e_cbul li{
  margin: 13px 6px;
  color:#333;
  width:95%;
  height:36px;
  line-height:36px;
  text-align: center;
  box-shadow: 2px 1px 4px 1px #ccc;
  border-bottom:1px solid rgba(172, 0, 0, 1);
}
  .mainul{
 min-height: 880px;
}
.e_mainul{
  float: left; 
  list-style-type: none;
}
.e_mainul li{
  display: inline-block;
  margin: 13px 0 10px 10px;
}
  .e_mainul li div{
  background-repeat: no-repeat; 
  background-size: cover;
  width: 90%;
  height: 190px;
  margin-bottom: 5px;
  color:#000;
}
.e_mainul li div img{
  background-repeat: no-repeat; 
  width:100%;
  height: 150px;
}
}
