a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
  min-width: 1136px;
}
img {
  width: 100%;
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.container {
  width: 1136px;
  margin: 0 auto;
  position: relative;
}
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #333;
  font-size: 23px;
  position: relative;
  margin-bottom: 28px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 6px;
  background: #d76d00;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #333;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
}
/*logo_bar*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hslbox1 {
  background-color: #fff;
  height: 84px;
  width: 100%;
}
.hslbox1 .hsltel {
  position: relative;
  float: right;
  font-size: 24px;
  color: #383848;
  display: block;
  line-height: 45px;
}
.hslbox1 .hsltel::before {
  display: none;
    position: absolute;
    top: 1px;
    left: -267px;
    width: 200px;
    height: 75px;
    background: url(//www.sxxdf.com/images_2016/renqun23/logo-xn.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    content: '';
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.hslbox1 h1 {
  float: left;
  width: 576px;
}
.hslbox1 h1 img {
  display: block;
  width: 100%;
}
.hslbox1 .hsltel .hsl {
  font-size: 24px;
  padding-right: 5px;
}
.hsltel img {
  width: 100%;
  display: block;
  padding-top: 7.5px;
}
.hsltel div {
  width: 280px;
  height: 84px;
  margin-top: 0;
}
.logo_box {
  position: relative;
}
.zc_rk {
  position: absolute;
  width: 220px;
  height: 30px;
  top: 0;
  right: 12px;
}
.xd_rk {
  position: absolute;
  width: 220px;
  height: 30px;
  top: 35px;
  right: 12px;
}
.logo_flash {
  position: relative;
  margin: 0 auto;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
       transition-duration: 1.2s;
  overflow: hidden;
}
.logo_flash:before {
  content: "";
  position: absolute;
  left: -665px;
  top: -460px;
  width: 250px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
   -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
       transform: rotate(-35deg);
  -webkit-animation: searchLights 1s ease-in 1s infinite;
  -moz-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
       animation: searchLights 1s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
  0% {
    left: -100px;
    top: 0;
  }
  to {
    left: 500px;
    top: 100px;
  }
}
@-moz-keyframes searchLights {
  0% {
    left: -100px;
    top: 0;
  }
  to {
    left: 500px;
    top: 100px;
  }
}
@-o-keyframes searchLights {
  0% {
    left: -100px;
    top: 0;
  }
  to {
    left: 500px;
    top: 100px;
  }
}
@keyframes searchLights {
  0% {
    left: -100px;
    top: 0;
  }
  to {
    left: 500px;
    top: 100px;
  }
}
/*main navs*/
.navs {
  width: 100%;
  height: 58px;
  background: #d76d00;
  border-bottom: 2px solid #b33700;
}
.navs .navs_link {
  width: 100%;
}
.navs .navs_link li {
  float: left;
  height: 56px;
  line-height: 56px;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.navs .navs_link li a {
  color: #fff;
  font-size: 17px;
  padding: 0 34px;
}
.navs .navs_link li:hover {
  background: #b33700;
}
/*banner-swiper*/
.ibanner {
  max-width: 1920px;
  /* height: 455px; */
  min-width: 1200px;
  margin: 0 auto;
}
.ibanner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #fff;
}
.ibanner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
/*Ã¤Â¸â€œÃ¤Â¸Å¡Ã¤Â»â€¹Ã§Â»Â*/
.zy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.zy .tit_s {
  margin-bottom: 50px;
}
.zy .tit_s:before {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: 62px;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
}
.zy .zy_tit {
  text-align: left;
  margin-bottom: 13px;
  font-size: 18px;
  color: #6f6f6f;
}
.zy .zy_tit span {
  color: #fb5806;
  font-size: 24px;
  margin-right: 20px;
}
.zy .zy_tit .more {
  float: right;
  color: #d76d00;
  border-radius: 14px;
  padding: 3px 8px;
  border: 1px solid #d76d00;
  font-size: 14px;
}
.zy .zy_con {
  border-top: 1px solid #b4b3b3;
  padding-top: 14px;
  height: 626px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-bottom: 30px;
}
.zy .zy_con .zy_con_l {
  margin-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 755px;
}
.zy .zy_con .zy_con_l .zy_con_l_item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #fff;
  padding: 9px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 3px 15px #ccc;
          box-shadow: 1px 3px 15px #ccc;
  margin-bottom: 17px;
  overflow: hidden;
  width: 370px;
  /*  -webkit-box-shadow:0 5px 5px 0 rgba(188,184,184,.75);box-shadow:0 5px 5px 0 rgba(188,184,184,.75); */
}
.zy .zy_con .zy_con_l .zy_con_l_item .txt {
  color: #000;
  font-size: 18px;
  text-align: left;
  padding: 13px 12px 10px 62px;
}
.zy .zy_con .zy_con_l .zy_con_l_item .txt span {
  color: #fb5806;
  padding-left: 32px;
}
.zy .zy_con .zy_con_l .zy_con_l_item .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
  padding-bottom: 5px;
}
.zy .zy_con .zy_con_l .zy_con_l_item .link a:first-child {
  color: #fff;
  background: #f3a800;
  border-radius: 12px;
  padding: 2px 10px;
  margin-right: 16px;
  font-size: 18px;
}
.zy .zy_con .zy_con_l .zy_con_l_item .link a:nth-child(2) {
  color: #727271;
  margin-left: 16px;
  font-size: 18px;
}
.zy .zy_con .zy_con_r {
  width: 362px;
  height: 602px;
  float: right;
  padding-top: 9px;
  -webkit-box-shadow: 1px 3px 15px #ccc;
  box-shadow: 1px 3px 15px #ccc;
  border-radius: 6px;
}
.zy .zy_con2 {
  width: 100%;
  margin: o auto;
  border-top: 1px solid #b4b3b3;
  padding-top: 14px;
}
.zy .zy_con2 .zy_con2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.zy .zy_con2 .zy_con2_wrap li {
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 1px 3px 15px #ccc;
          box-shadow: 1px 3px 15px #ccc;
  position: relative;
  text-align: left;
}
.zy .zy_con2 .zy_con2_wrap li h4 {
  color: #0f0e0e;
  font-size: 18px;
  margin: 14px 0 0 10px;
  font-weight: normal;
}
.zy .zy_con2 .zy_con2_wrap li p {
  color: #fb5806;
  font-size: 18px;
  margin: 8px 0 16px 10px;
}
.zy .zy_con2 .zy_con2_wrap li .zxbox {
  position: absolute;
  width: 60px;
  height: 53px;
  border-radius: 5px;
  background: #d76d00;
  bottom: 18px;
  right: 15px;
  padding: 2px 2px 2px 11px;
}
.zy .zy_con2 .zy_con2_wrap li .zxbox a {
  color: #fff;
  font-size: 18px;
}
.rmzy-card-item {
  height: 345px;
  background: #fff;
  position: relative;
}
.rmzy-card-item .rmzy-card-tit {
  height: 54px;
  line-height: 54px;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}
.rmzy-card-item .rmzy-card-tit2 {
  height: 36px;
  line-height: 14px;
  font-size: 17px;
  text-align: center;
}
.rmzy-card-item .rmzy-card-tit2 p {
  display: inline-block;
}
.rmzy-card-item .rmzy-card-tit2 p:first-child {
  width: 66px;
}
.rmzy-card-item .rmzy-card-tit2 p:nth-child(2) {
  width: 140px;
}
.rmzy-card-item .rmzy-card-tit2 p:nth-child(3) {
  width: 66px;
}
.rmzy-card-item .rmzy-card-tab {
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
  height: 258px;
}
.rmzy-card-item .rmzy-card-tab .rmzy-card-list {
  margin-top: -1px;
}
.rmzy-card-item .rmzy-card-tab .rmzy-card-list li {
  height: 54px;
  text-align: center;
  border-top: 1px dotted #dbdbdb;
  font-size: 0;
  line-height: 54px;
}
.rmzy-card-item .rmzy-card-tab .rmzy-card-list li p {
  display: inline-block;
  width: 66px;
  color: #666;
  font-size: 15px;
}
.rmzy-card-item .rmzy-card-tab .rmzy-card-list li a {
  display: inline-block;
  color: #ff6700;
  width: 154px;
  text-align: center;
  font-size: 15px;
}
.rmzy-card-item .rmzy-card-btn {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f3a800;
  border-radius: 0 0px 4px 4px;
}
.rmzy-card-item .rmzy-card-btn a,
.rmzy-card-item .rmzy-card-btn span {
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  display: block;
}
.rmzy-card-item .rmzy-card-btn span {
  width: 242px;
  left: 0;
  font-size: 18px;
}
.rmzy-card-item .rmzy-card-btn a {
  width: 118px;
  right: 0;
  background: #d76d00;
  font-size: 18px;
  border-radius: 0 0px 4px 0px;
}
.rmzy-card-item:first-child {
  height: 602px;
  margin-bottom: 0px;
}
.rmzy-card-item:first-child .rmzy-card-tab {
  height: 450px;
}
.rmzy-card-item:hover {
  cursor: pointer;
  /* -webkit-box-shadow:0 5px 5px 0 rgba(188,184,184,.75);box-shadow:0 5px 5px 0 rgba(188,184,184,.75) */
}
/*Ã¥ÂÂÃ¥Â¸Ë†Ã¤Â»â€¹Ã§Â»Â*/
.ms {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f2;
}
.ms .ms_pic {
  width: 100%;
  height: 314px;
  overflow: hidden;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ms .ms_pic img {
  width: auto;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ms .ms_txt1 {
  width: 100%;
  padding-top: 14px;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ms .ms_txt1 h4 {
  font-size: 21px;
  color: #0f0e0e;
  padding: 14px 0 6px 0;
}
.ms .ms_txt1 p {
  font-size: 15px;
  color: #727271;
}
.ms .ms_txt2 {
  width: 100%;
  color: #727271;
  font-size: 14px;
  margin: 16px 0;
  padding: 12px 0;
  border: 1px dashed #727271;
  border-left: none;
  border-right: none;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ms .ms_btn {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
  margin-bottom: 28px;
}
.ms .ms_btn div {
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ms .ms_btn div:first-child {
  background: #f3a800;
  border-radius: 5px;
  margin-right: 5px;
}
.ms .ms_btn div:nth-child(2) {
  background: #d76d00;
  border-radius: 5px;
  margin-left: 5px;
}
.ms .ms_btn a {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
}
.ms .swiper-slide {
  text-align: center;
  background: #fff;
  height: 528px;
  overflow: hidden;
  /* Center slide text vertically */
  /* display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
       -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
       -moz-box-align: center;
       align-items: center;
}
.ms .swiper-slide:hover {
  -webkit-box-shadow: 0 3px 18px #ddd;
          box-shadow: 0 3px 18px #ddd;
}
.ms .swiper-slide:hover .ms_pic {
  height: 284px;
}
.ms .swiper-slide:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          -moz-transform: scale3d(1.1, 1.1, 1);
       transform: scale3d(1.1, 1.1, 1);
}
.ms .swiper-slide:hover .ms_txt1 {
  padding-top: 20px;
}
.ms .swiperbtn.prev {
  left: -3.1vw;
}
.ms .swiperbtn.next {
  right: -3.1vw;
}
.ms .swiperbtn {
  position: absolute;
  top: 42%;
}
.ms .swiperbtn .btn1 {
  width: 45px;
  height: 45px;
  color: #fff;
  /* border: 1px solid #fff; */
  border-radius: 100%;
  background: #fea000;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 6;
}
.ms .swiperbtn .btn1 em {
  position: absolute;
  font-size: 28px;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ms .ms_btn div:first-child:hover {
  background: #fdb10e;
}
.ms .ms_btn div:nth-child(2):hover {
  background: #fc8107;
}
/*Ã¤Â½Å“Ã¥â€œÂÃ¥Â±â€¢Ã§Â¤Âº*/
.zp {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.zp img {
  border-radius: 5px;
  -o-transition: all 0.36s linear;
  -moz-transition: all 0.36s linear;
  transition: all 0.36s linear;
  -webkit-transition: all 0.36s linear;
}
.zp .con1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.zp .con1 li {
  position: relative;
}
.zp .con1 li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 242px;
  height: 146px;
}
.zp .con1 li .txt h4 {
  color: #333333;
  font-size: 19px;
  margin-top: 28px;
  font-weight: normal;
}
.zp .con1 li .txt p {
  text-transform: Uppercase;
  color: #727271;
  font-size: 14px;
  margin: 12px auto;
}
.zp .con1 li .txt a {
  font-size: 14px;
  background: #eaae32;
  width: 90px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 4px;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.zp .con1 li .txt a:hover{
  background: #fdb10e;
}
.zp .con1 li .pic {
  border-radius: 5px;
  overflow: hidden;
}
.zp .con1 li:hover img {
  -webkit-transform: scale(1.1, 1.08);
      -moz-transform: scale(1.1, 1.08);
       -ms-transform: scale(1.1, 1.08);
        -o-transform: scale(1.1, 1.08);
       transform: scale(1.1, 1.08);
}
.zp .con2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 30px;
}
.zp .con2 li:first-child,
.zp .con2 li:nth-child(3) {
  position: relative;
}
.zp .con2 li:first-child .txt,
.zp .con2 li:nth-child(3) .txt {
  position: relative;
}
.zp .con2 li:first-child .txt h4,
.zp .con2 li:nth-child(3) .txt h4 {
  color: #333333;
  font-size: 19px;
  font-weight: normal;
  margin-top: 28px;
}
.zp .con2 li:first-child .txt p,
.zp .con2 li:nth-child(3) .txt p {
  text-transform: Uppercase;
  color: #727271;
  font-size: 14px;
  margin: 12px auto;
}
.zp .con2 li:first-child .txt a,
.zp .con2 li:nth-child(3) .txt a {
  background: #eaae32;
  font-size: 14px;
  width: 90px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 4px;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.zp .con2 li:first-child .txt a:hover,
.zp .con2 li:nth-child(3) .txt a:hover {
  background: #fdb10e;
}

.zp .con2 li:first-child .txt::after,
.zp .con2 li:nth-child(3) .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 37px;
  background: #000;
  top: -37px;
}
.zp .con2 li:first-child .pic,
.zp .con2 li:nth-child(3) .pic {
  border-radius: 5px;
  overflow: hidden;
}
.zp .con2 li:nth-child(2),
.zp .con2 li:nth-child(4) {
  position: relative;
}
.zp .con2 li:nth-child(2) .txt,
.zp .con2 li:nth-child(4) .txt {
  position: relative;
}
.zp .con2 li:nth-child(2) .txt h4,
.zp .con2 li:nth-child(4) .txt h4 {
  color: #333333;
  font-size: 19px;
  font-weight: normal;
  margin-top: 2px;
}
.zp .con2 li:nth-child(2) .txt p,
.zp .con2 li:nth-child(4) .txt p {
  text-transform: Uppercase;
  color: #727271;
  font-size: 14px;
  margin: 12px auto;
}
.zp .con2 li:nth-child(2) .txt a,
.zp .con2 li:nth-child(4) .txt a {
  margin-bottom: 26px;
  background: #eaae32;
  font-size: 14px;
  width: 90px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 4px;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.zp .con2 li:nth-child(2) .txt a:hover,
.zp .con2 li:nth-child(4) .txt a:hover {
  background: #fdb10e;
}
.zp .con2 li:nth-child(2) .txt::after,
.zp .con2 li:nth-child(4) .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 37px;
  background: #000;
  bottom: -37px;
}
.zp .con2 li:nth-child(2) .pic,
.zp .con2 li:nth-child(4) .pic {
  border-radius: 5px;
  overflow: hidden;
}
.zp .con2 li:hover img {
  -webkit-transform: scale(1.1, 1.08);
      -moz-transform: scale(1.1, 1.08);
       -ms-transform: scale(1.1, 1.08);
        -o-transform: scale(1.1, 1.08);
       transform: scale(1.1, 1.08);
}
/*Ã¦Â Â¡Ã¥â€ºÂ­Ã§Å½Â¯Ã¥Â¢Æ’*/
.xyhj {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f2;
}
.xyhj .xyhj_con {
  width: 100%;
  margin: 0 auto;
  height: 456px;
}
.xyhj .xyhj_con .xyhj_con_l {
  width: 164px;
  float: left;
}
.xyhj .xyhj_con .xyhj_con_l .nav_list {
  width: 100%;
  height: 440px;
}
.xyhj .xyhj_con .xyhj_con_l .nav_list li {
  width: 164px;
  height: 106px;
  background: url(/images_2020/xyhj/nav_bg.png) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  color: #fff;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}
.xyhj .xyhj_con .xyhj_con_l .nav_list li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
.xyhj .xyhj_con .xyhj_con_l .nav_list li .txt h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 6px;
}
.xyhj .xyhj_con .xyhj_con_l .nav_list li .txt p {
  font-size: 13px;
}
.xyhj .xyhj_con .xyhj_con_l .nav_list .on {
  color: #eaae32;
}
.xyhj .xyhj_con .xyhj_con_r {
  float: right;
  margin-left: 18px;
  width: 954px;
}
.xyhj .xyhj_con .xyhj_con_r .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.xyhj .xyhj_con .xyhj_con_r .items .pic_items {
  position: relative;
  width: 307px;
  margin-bottom: 29px;
}
.xyhj .xyhj_con .xyhj_con_r .items .pic_items .wz {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  background: rgba(26, 32, 32, 0.5);
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
}
.xyhj .xyhj_zx {
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
}
.xyhj .xyhj_zx .zx1 {
  color: #fff;
  width: 217px;
  height: 47px;
  line-height: 47px ;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  background: #dfa200;
  margin-right: 12px;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.xyhj .xyhj_zx .zx1:hover{
  background:#fdb10e;
}
.xyhj .xyhj_zx .zx2 {
  color: #fff;
  width: 217px;
  height: 47px;
  line-height: 47px ;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  background: #d76d00;
  margin-left: 12px;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.xyhj .xyhj_zx .zx2:hover{
  background:#fc8107;
}

/*Ã¦â€“Â°Ã©â€”Â»Ã§â€°Ë†Ã¥Ââ€”*/
.xw {
  width: 100%; padding:0 0;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f2;
}

/* .xw .tit_s {
  margin-bottom: 50px;
}
.xw .tit_s:before {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
} */
.news_sec {
  width: 100%;
  margin: 0px auto;
  height: 440px;
}
.news_sec_l {
  width: 844px;
  float: left;
  background: #fff;
  margin-right: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 26px 20px 24px 20px;
}
.news_sec_l a {
  color: #d76d00/* #a05b3c */;
}
.news_sec_l a:hover {
  color: #a05b3c /* #E4B95B; */;
}

.news_hot{width: 100%; height: 238px;}
.news_hot_l{float: left; width: 290px;}

.news_hot_l .swiper-container .swiper-pagination-bullets {
bottom: 5px;
}
.news_hot_l .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;/* #fdb10e; */
}
.news_hot_l img{
  width: 290px;
  height: auto;
  border-radius: 5px;}
.news_hot_r{
  width: 490px;
  float: right;}

.news_sec_r {
  width: 280px;
  float: left;
  padding: 10px 12px 10px 12px;
  text-align: center;
  background: #fff;
}
.news_sec_r .tit_box h4 {
  color: #a05b3c;
  font-size: 24px;
  line-height: 0px;
  margin: 20px auto;
}
.news_sec_r .tit_box p {
  color: #222;
  font-size: 13px;
  line-height: 14px;
}
.news_sec_r li {
  display: block;
  width: 94%;
  margin: 16px auto 10px auto;
  height: 40px;
  line-height: 36px;
  border-radius: 8px;
  border: 1px dashed #ccc;
  text-align: center;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.news_sec_r li:hover {
  background-color: #E4B95B;
}
.news_sec_r li:hover a {
  color: #fff;
}
.news_sec_r li a {
  color: #646262;
}
.news_sec_r li .gl {
  color: #a05b3c;
}
.cont1 {
  width: 100%;
  /* height: 218px; */
  margin-bottom: 20px;
  text-align: left;
}
.cont1 .tt {
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  width: 28px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  bottom: 11px;
  text-align: center;
  color: #fff;
  background: #ee5252;
  border-radius: 2px;
  -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
       -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
       transform: translateY(-5px);
}
.cont1 dt {
  float: left;
  margin-right: 20px;
}
.cont1 dt a img {
  width: 290px;
  height: auto;
  border-radius: 5px;
}
.cont1 dd h1 a {
  color: #d76d00/*#a05b3c */;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.cont1 dd h1 a:hover {
  color:#E4B95B/*#646262 */;
}
.cont1 dd .des {
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-indent: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cont1 dd .des a {
  font-size: 14px;
  color: #646262;
  font-weight: normal;
  line-height: 27px;
}
.cont1 dd .xq {
  padding: 0;
  margin: 10px 0;
}
.cont1 dd .xq a {
  font-size: 15px;
  padding-left: 740px;
}
.cont1 dd .xq a:hover {
  color: #E4B95B;
}
.cont1 dd .date {
  font-size: 14px;
  padding-left: 405px;
  line-height: 12px;
}
.cont2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
}
.cont2 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.cont2 li {
  display: block;
  width: 49%;
  height: 36px;
  float: left;
  border-bottom: 1px dashed #ddd;
  margin: 4px 2px;
}
.cont2 li a {
  font-size: 16px;
  color: #646262;
  display: inline-block;
}
.cont2 li span {
  font-size: 15px;
  float: right;
  color: #646262;
}

.xw .xw_zx {
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -moz-box-pack: center;
       justify-content: center;
}
.xw .xw_zx .zx1 {
  color: #fff;
  width: 217px;
  height: 47px;
  line-height: 47px ;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  background: #dfa200;
  margin-right: 12px;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.xw .xw .zx1:hover{
  background:#fdb10e;
}
.xw .xw_zx .zx2 {
  color: #fff;
  width: 217px;
  height: 47px;
  line-height: 47px ;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  background: #d76d00;
  margin-left: 12px;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.xw .xw_zx .zx2:hover{
  background:#fc8107;
}


/*Ã¥Â°Â±Ã¤Â¸Å¡Ã§â€°Ë†Ã¥Ââ€”*/
.jy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f2;
}
.jy .tabs {
  width: 398px;
  height: 48px;
  border: 2px solid #f3a800;
  border-radius: 15px;
  margin: 0 auto;
  text-align: center;
}
.jy .tabs li {
  font-size: 21px;
  display: block;
  float: left;
  text-align: center;
  color: #010101;
  width: 50%;
  background: #fff;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  cursor: pointer;
}
.jy .tabs li:first-child {
  border-radius: 12px 0 0 12px;
}
.jy .tabs li:nth-child(2) {
  border-radius: 0px 12px 12px 0px;
}
.jy .tabs .on {
  background: #f3a800;
  color: #fff;
}
.jy .jy_con {
  width: 100%;
  margin: 42px auto 0 auto;
  height: 385px;
}
.jy .jy_con .jy_con1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.jy .jy_con .jy_con1 .con {
  width: 261px;
}
.jy .jy_con .jy_con1 .con h5 {
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
  font-size: 20px;
  color: #0f0e0e;
  font-weight: normal;
  width: 90%;
}
.jy .jy_con .jy_con1 .con .line {
  width: 50px;
  height: 3px;
  background: #d76d00;
  bottom: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
}
.jy .jy_con .jy_con1 .con p {
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
  font-size: 14px;
  color: #727271;
  width: 100%;
  height: 57px;
}
.jy .jy_con .jy_con2 {
  height: 384px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.jy .jy_con .jy_con2 .con {
  width: 250px;
  height: 382px;
}
.jy .jy_con .jy_con2 .con .icon-pic {
  text-align: center;
  margin-bottom: 24px;
}
.jy .jy_con .jy_con2 .con .icon-pic img {
  width: auto;
  margin: 0 auto;
  cursor: pointer;
}
.jy .jy_con .jy_con2 .con .cont {
  border-radius: 30px 30px 0 0;
  background: #fff;
  height: 264px;
}
.jy .jy_con .jy_con2 .con .cont h5 {
  border-radius: 29px;
  background: #f3a800;
  width: 98%;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  font-weight: normal;
  cursor: pointer;
}
.jy .jy_con .jy_con2 .con .cont p {
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
  font-size: 14px;
  color: #727271;
  width: 100%;
  line-height: 34px;
}
.jy .jy_con .jy_con2 .con .cont .line {
  width: 50px;
  height: 3px;
  background: #d76d00;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
}
/*Ã¥ÂË†Ã¤Â½Å“Ã¤Â¼ÂÃ¤Â¸Å¡*/
.hzqy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.hzqy .hzqy_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
}
.hzqy .hzqy_con li {
  display: block;
  width: 185px;
  -webkit-box-shadow: 0 3px 18px #ddd;
  box-shadow: 0 3px 18px #ddd;
  margin-bottom: 4px;
}
.hzqy .hzqy_con li:hover {
  -webkit-box-shadow: 0 0 10px #aaa;
          box-shadow: 0 0 10px #aaa;
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
       transform: translate3d(0, -2px, 0);
}
/*Ã¥Âºâ€¢Ã©Æ’Â¨ Ã¦ÂÂ¡*/
.nav_b {
  width: 100%;
  height: 161px;
  line-height: 20px;
  margin: 0 auto;
  background: url(/images_2020/syimg/sy_bo_bg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  padding-top: 60px;
}
.nav_b li {
  display: block;
  width: auto;
  float: left;
  margin-left: 75px;
}
.nav_b li .tb {
  float: left;
}
.nav_b li .tb img {
  cursor: pointer;
}
.nav_b li .txt {
  float: left;
  margin-left: 10px;
}
.nav_b li .txt h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
.nav_b li .txt p {
  color: #727271;
  font-size: 13px;
}
.nav_b li:nth-child(1) {
  margin-left: 2px;
}
/*footer*/
.footerbox {
  background: #262626;
  padding: 42px 0 100px 0;
}
.footerbox .links {
  width: 100%;
  height: 250px;
  text-align: center;
  border-bottom: 2px solid #dfa200;
}
.footerbox .links li {
  width: 255px;
  float: left;
}
.footerbox .links li .bt {
  font-size: 18px;
  margin-bottom: 42px;
  position: relative;
}
.footerbox .links li .bt:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 2px;
  background: #dfa200;
  top: 28px;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 35px;
}
.footerbox .links li a {
  color: #fff;
  line-height: 30px;
}
.footerbox .links li p {
  color: #fff;
}
.footerbox .links li .yy {
  color: #dfa200;
  display: initial;
}
.footerbox .links li .yy strong {
  color: #fff;
  font-weight: bold;
}
.footerbox .links li:nth-child(4) {
  width: 364px;
}
.footerbox .add {
  /* height: 88px; */
  line-height: 36px;
  text-align: center;
}
.footerbox .add p a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 54px;
}
/*rightside style*/
.hslcbgjbox {
  position: fixed;
  z-index: 9998;
  right: 0;
  height: 200px;
  top: 50%;
  margin-top: -100px;
  width: 200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.hslcbgjbox a {
  display: block;
  height: 50px;
  width: 160px;
  margin-bottom: 25px;
  padding-left: 30px;
  -webkit-box-shadow: 0 0 20px rgba(80, 66, 49, 0.61);
  box-shadow: 0 0 20px rgba(80, 66, 49, 0.61);
  border-radius: 50px 0 0 50px;
  color: #95141c;
  font-size: 18px;
  line-height: 50px;
  background-color: #e4b95b;
  float: right;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.hslcbgjbox a i {
  padding-left: 10px;
  font-size: 18px;
}
.hslcbgjbox a.call:hover {
  width: 360px;
}
.hslcbgjbox a .lxb_bd {
  display: none;
}
.hslcbgjbox a.call:hover .dh_tb {
  display: none;
}
.hslcbgjbox a.call:hover .lxb_bd {
  display: block;
}
.hslcbgjbox a.call {
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
}
/*gototop style*/
#goTopBtn {
  position: fixed;
  line-height: 36px;
  width: 36px;
  bottom: 100px;
  height: 36px;
  cursor: pointer;
  display: none;
}
#goTopBtn .hsl {
  font-size: 30px;
}
/* .hslpc{display:block!important} */
.hslsj {
  display: none !important;
}
@media (max-width: 640px) {
  .hslpc {
    display: none !important;
  }
  .hslsj {
    display: block !important;
  }
}
/*iconfont*/
@font-face {
  font-family: hsl;
  src: url(../fonts/iconfont.eot);
  src: url(../fonts/iconfont.eot-#iefix) format('embedded-opentype'), url(../fonts/iconfont.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype'), url(../fonts/iconfont.svg#hsl) format('svg');
}
.hsl {
  font-family: hsl!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*yiliao min*/
#jesong_chat_min {
  z-index: 9999;
}
.tjzybox {
  display: none;
}
.right-zx {
  -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
       box-sizing: content-box;
}

#ksttelf {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
#ksttelf input {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.footerbox .add p.yyzz{line-height: 2;}
.zy-tips{position:absolute;color:#fff;top: 4%;left: -44%;width:100%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);font-size:14px;line-height:26px;text-align:center;}
.rdcl{color:#db262c}
.rdbg{background:red}
.bold{font-weight:700}
.grbg{background:#019334}
.ppbg{background:#b50184}
.orbg{background:#f07e01}
.graybg{background:#f4f4f4}
.wtcl{color:#fff}
.wtbg{background:#fff}
.xqnotice {
  background-color: #ff0000;
}
.xqnotice-wrap {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 auto;
}
.xqnotice-wrap .xqnotice-thumb {
  width: 28px;
  padding: 5.6px 4.2px;
}
.xqnotice-wrap .xqnotice-thumb img {
  width: 100%;
  display: block;
}
.xqnotice-wrap .xqnotice-txt {
  width: -webkit-calc(100% - 2.9px*14);
  width: -moz-calc(100% - 2.9px*14);
  width: calc(100% - 2.9px*14);
}
.xqnotice-wrap .xqnotice-txt a {
  font-size: inherit;
  color: inherit;
}
.xqnotice-wrap .xqnotice-txt #sdemo1 {
  color: #fff;
  font-size: 16.8px;
  text-indent: 8.8px;
}
.xqnotice-wrap .xqnotice-txt #sdemo1,
.xqnotice-wrap .xqnotice-txt #sdemo2 {
  display: inline-block;
}
.xqnotice-wrap .xqnotice-txt #sdemo1 span,
.xqnotice-wrap .xqnotice-txt #sdemo2 span {
  color: #f4ea2a;
  font-weight: bold;
}
.xqnotice-wrap .xqnotice-txt #sdemo2 {
  color: #fff;
  font-size: 16.8px;
  text-indent: 16.8px;
}
.xqnotice-wrap .xqnotice-txt #sdemo {
  width: 100%;
  white-space: nowrap;
  line-height: 37.8px;
  height: 37.8px;
}