* {
  box-sizing: border-box !important;
  font-family:"Microsoft YaHei","微软雅黑",sans-serif !important;
  word-break: break-word;
  word-wrap: break-word;
  word-break: normal;
}
p,span{
  word-wrap: break-word;
  word-break: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins' !important;
}
h1 span{
  font-weight:700;
  letter-spacing: 0px;
  font-family: 'Poppins' !important;
  text-transform:uppercase;
}
h2 span{
  font-weight:300;
  text-transform:uppercase;
}
h6 span{
  font-weight:300;
}
span{
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
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;
}
.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 */
}
a {
  cursor: pointer;
}
body, html {
  overflow-x: hidden !important;
}
a:focus, a:active, a:hover, a:visited {
  outline: none !important;
  text-decoration: none;
}
i {
  font-style: normal;
}
.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;
}
.yx_clearfix:before, .yx_clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.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_Img{
  position:relative;
  width:100%;
  overflow: hidden;
}
.yx_ImgCover img{
  object-fit: cover;
}
.yx_ImgContain{
  position: relative;
  height: 100%;
}
.yx_ImgContain img{
  object-fit: contain;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.yx_Img img{
  position: absolute;
  min-width: 100%;
  min-height: 88%;
  max-width:150%;
  max-height:150%;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  transition: all 0.5s;
}
@media only screen and (min-width:769px) {
  .yx_List4 {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .yx_List4:nth-child(4n) {
    margin-right: 0;
  }
  .yx_List3 {
    display: block;
    width: calc((100% - 120px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .yx_List3:nth-child(3n) {
    /* margin-right: 0; */
  }
}
@media only screen and (max-width:768px) {
  .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;
  }
}
.yx_clear{
  clear: both;
}
.yx_floatL{
  float:left;
}
.yx_floatR{
  float:right;
}
.yx_proR{
  position: relative;
}
.yx_proA{
  position: absolute;
}
.yx_proR_pad{
  position: relative;
  height: 0;
}
.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;
  width: 100%;
  height: 100%;
}
/*Ã©Â¡ÂµÃ§Â Â*/
.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_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;
}
/*pad*/
@media only screen and (max-width:1024px) and (min-width:769px){
  h2 span{
    font-size: 24px !important;
  }
  h3 span{
    font-size: 20px !important;
  }
  h4 span{
    font-size: 18px !important;
  }
  h5 span{
    font-size: 16px !important;
  }
  h6 span{
    font-size: 14px !important;
  }
}
/*phone*/
@media only screen and (max-width:768px){
  h1 span{
    font-size: 28px  !important;
  }
  h2 span{
    font-size: 20px !important;
  }
  h3 span{
    font-size: 18px !important;
  }
  h4 span{
    font-size: 18px !important;
  }
  h5 span{
    font-size: 16px !important;
  }
  h6 span{
    font-size: 14px !important;
  }
}
/*BUTTONÃ¥Å Â¨Ã¦â€¢Ë†
.p_CommonBtn{
border:1px solid #d0d0d0;
position:relative;
color: #666;
overflow: hidden;
-webkit-transition: all .6s;
transition: all .6s;
}
.p_CommonBtn:hover{
color:#fff;
border-color:#e62129;
background:#fff;
}
.p_CommonBtn:before,.p_CommonBtn:after{
content:'';
background:rgba(0,0,0,0.3);
position: absolute;
top: 50%;
transform:translateY(-50%);
content: '';
width: 20px;
height: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.6s;
transition: all 0.6s;
opacity:0.5;
}
.p_CommonBtn:before{
left: -20px;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.p_CommonBtn:after{
right: -20px;
-webkit-transform: translate(50%,-50%);
transform: translate(50%,-50%);
}
.p_CommonBtn:hover:before{
-webkit-animation:criss-cross-left .8s both;
animation:criss-cross-left .8s both;
width:calc(375px/9);
height:calc(375px/9);
opacity:1;
}
.p_CommonBtn:hover:after{
-webkit-animation:criss-cross-right .8s both;
animation:criss-cross-right .8s both;
width:calc(375px/9);
height:calc(375px/9);
opacity:1;
}
.p_CommonBtn .font{
position:relative;
z-index:1;
}
@-webkit-keyframes criss-cross-left {
0% {
left:-20px
}
50% {
left:50%;
width:20px;
height:20px;
}
100% {
left:50%;
width:375px;
height:375px;
}
}
@keyframes criss-cross-left {
0% {
left:-20px
}
50% {
left:50%;
width:20px;
height:20px;
}
100% {
left:50%;
width:375px;
height:375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right:-20px
}
50% {
right:50%;
width:20px;
height:20px;
}
100% {
right:50%;
width:375px;
height:375px;
}
}
@keyframes criss-cross-right {
0% {
right:-20px
}
50% {
right:50%;
width:20px;
height:20px;
}
100% {
right:50%;
width:375px;
height:375px;
}
}
/*yx_btn7*/
.yx_btn{
  display: inline-block;
  *display:inline;
  *zoom:1;
  width:140px;
  height:35px;
  line-height:35px;
  margin-left:calc((100% - 140px)/2);
  text-decoration: none;
  position: relative;
  border-radius:36px;
  color:#fff;
  text-align:center;
}
.yx_btn7{
  position:relative;
  color:#fff;
  background:#e62129;
  border:1px solid #e62129;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s}
.yx_btn7:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  z-index: -1;
  opacity: 0.5;
  border-radius:5px;
  filter: blur(10px);
  -webkit-transform: scale3d(.6, .4, 1);
  transform: scale3d(.6, .4, 1);
  display:none\9;
}
.yx_btn7:hover {
  background:#e62129;
  border-color:#e62129;
  -webkit-transition: background-color .1s .3s, color .1s .3s;
  transition: background-color .1s .3s, color .1s .3s;
  -webkit-animation: anim-moema-1 .3s forwards;
  animation: anim-moema-1 .3s forwards;
}
.yx_btn7:hover:before {
  -webkit-animation: anim-moema-2 .3s .3s forwards;
  animation: anim-moema-2 .3s .3s forwards;
}
.yx_btn7:hover span{
  color:#fff;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform:scale3d(.8, .8, 1);
    transform:scale3d(.8, .8, 1)
  }
  85% {
    -webkit-transform:scale3d(1.1, 1.1, 1);
    transform:scale3d(1.1, 1.1, 1)
  }
  100% {
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform:scale3d(.8, .8, 1);
    transform:scale3d(.8, .8, 1)
  }
  85% {
    -webkit-transform:scale3d(1.1, 1.1, 1);
    transform:scale3d(1.1, 1.1, 1)
  }
  100% {
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
  }
}
@keyframes anim-moema-2 {
  to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
  }
}
@media only screen and (max-width:768px){
  .yx_btn7{
    height:30px;
    line-height:30px;
  }
}
/*BUTTONÃ¥Å Â¨Ã¦â€¢Ë†Ã§Â»â€œÃ¦ÂÅ¸*/
/*Ã¥â€ â€¦Ã©Â¡ÂµÃ¥Ë†â€ Ã§Â±Â»*/
.yx_PageNav a{
  display:block;
  line-height:60px;
  height:60px;
  margin-right:3vw;
  font-family: 'Poppins' !important;
  color: #333;
  position:relative;
}
.yx_PageNav a:before{
  content:'';
  display:block;
  position:absolute;
  width:0%;
  height:2px;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  background:#e42725;
}
.yx_PageNav a:hover{
  color:#e42725;
}
.yx_PageNav a:hover:before{
  width:100%;
  transition:all 0.6s ease;
}
.yx_Navon:before{
  width:100%;
}
.yx_Navon{
  color:#e42725;
}
/**/
/*Ã¥â€ â€¦Ã©Â¡ÂµÃ¥Ë†â€ Ã§Â±Â»Ã§Â»â€œÃ¦ÂÅ¸*/
/*Ã©Â¦â€“Ã©Â¡ÂµÃ¥Å Â Ã¨Â½Â½Ã¥Å Â¨Ã¦â€¢Ë†   topshowÃ¯Â¼Ë†Ã¤Â»Å½Ã¤Â¸Å Ã¥Â¾â‚¬Ã¤Â¸â€¹Ã¯Â¼â€°fa_LeftShow Ã¯Â¼Ë†Ã¤Â»Å½Ã¥Â·Â¦Ã¥Â¾â‚¬Ã¥ÂÂ³Ã¯Â¼â€°  */
.delighter{
  overflow:hidden;
  position:relative;
}
.fa_TopShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateY(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_TopShow.started.delighter:before{
  transform: translateY(100%);
}
.fa_LeftShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_LeftShow.started.delighter:before{
  transform: translateX(100%);
}
.fa_RightShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_RightShow.started.delighter:before{
  transform: translateX(-100%);
}
.fa_BottomShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_BottomShow.started.delighter:before{
  transform: translateY(-100%);
}
/*Ã¥Â¼â‚¬Ã¥Â±ÂÃ¥Å Â Ã¨Â½Â½Ã¥Å Â¨Ã§â€Â»*/
.loaders-container {
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  animation: bk 3s ease-out;
  opacity: 0;
  z-index: 1000;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 7777;
}
@keyframes bk{
  0%{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60%{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  99%{
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100%{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.loaders-container .container {
  margin: 380px auto 0;
  width: 37%;
  max-width: 655px;
  text-align: center;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
  animation: cir 2s ease-out;
  opacity: 0;
}
.loaders-container .container img{
  width:100%;
  object-fit:contain;
}
@keyframes cir{
  0%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.circle {
  box-sizing: border-box;
  width: 100%;
  height: 250px;
  border-radius: 100%;
  border: 20px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.new-load{
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  display: block;
  background: #e62129;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  animation:mn1 1.8s ease-out;
}
@keyframes mn1 {
  0%{
    opacity: 1;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }
  80%{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  100%{
    opacity: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width : 1440px) {
  .loaders-container .container {
    margin: 340px auto 0;
    width: 280px;
  }
}
@media only screen and (max-width : 1366px) and (max-height : 1024px){
  .loaders-container .container {
    margin: 420px auto 0;
  }
}
@media only screen and (max-width : 1366px) and (max-height : 768px){
  .loaders-container .container {
    margin: 250px auto 0;
  }
}
@media only screen and (max-width : 1280px){
  .loaders-container .container {
    margin: 270px auto 0;
  }
}
@media only screen and (max-width : 1024px) and (max-height : 768px){
  .loaders-container .container {
    margin: 270px auto 0;
  }
}
@media only screen and (max-width : 800px){
  .loaders-container .container {
    margin: 400px auto 0;
  }
}
@media only screen and (max-width : 480px){
  .loaders-container .container {
    margin: 300px auto 0;
  }
}
@media only screen and (max-width : 414px){
  .loaders-container .container {
    margin: 280px auto 0;
  }
}
@media only screen and (max-width : 375px){
  .loaders-container .container {
    margin: 250px auto 0;
  }
}
@media only screen and (max-width : 320px){
  .loaders-container .container {
    margin: 200px auto 0;
    width:250px;
  }
  .circle {
    height: 250px;
  }
}
/*Ã§Â»â€œÃ¦ÂÅ¸*/
/*Ã©Â¦â€“Ã©Â¡ÂµHover*/
@media only screen and (min-width:769px){
  #content_box-1614151865332-0,
  #w_grid-1614151865372,
  #w_grid-1614151865472 .p_gridCell,
  #w_grid-1614151865722> div > .p_gridbox > .p_gridCell,
  #w_grid-1614151865502> div > .p_gridbox > .p_gridCell{
    transition:all 0.6s ease;
  }
  #content_box-1614151865332-0:hover{
    margin:-16px 16px 16px -16px;
    transition:all 0.6s ease;
  }
  #w_grid-1614151865372:hover{
    width:45% !important;
    right:0 !important;
    transition:all 0.6s ease;
  }
  #w_grid-1614151865472 .p_gridCell:hover{
    padding:14px 0 0 14px;
    transition:all 0.6s ease;
  }
  #w_grid-1614151865502> div > .p_gridbox > .p_gridCell:hover{
    padding:30px 3% 54px;
  }
  #w_grid-1614151865722> div > .p_gridbox > .p_gridCell:hover{
    margin-top:3rem;
    margin-bottom:5rem;
    transition:all 0.6s ease;
  }
}
/*Ã§Â»â€œÃ¦ÂÅ¸*/
