.tran {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.txthide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtCen {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
}
/* 可复制的文本 */
.txtcopy {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  user-select: text;
}
.fc9 {
  color: #999;
}
.fc6 {
  color: #666;
}
.fc5 {
  color: #555;
}
.fc3 {
  color: #333;
}
.fc0 {
  color: #000;
}
.fcf {
  color: #fff;
}
.f00 {
  font-size: 0;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.f38 {
  font-size: 38px;
}
.f40 {
  font-size: 40px;
}
.f42 {
  font-size: 42px;
}
.f50 {
  font-size: 50px;
}
.f60 {
  font-size: 60px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.fwn {
  font-weight: normal;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* -- 百度分享 -- */
/* -- 百度分享 或 bShare分享 -- */
.bsBox,
.bsBox *,
.bsBox:before,
.bsBox *:before,
.bsBox:after,
.bsBox *:after,
.bd_weixin_popup,
.bd_weixin_popup *,
.bd_weixin_popup:before,
.bd_weixin_popup *:before,
.bd_weixin_popup:after,
.bd_weixin_popup *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*--谷歌 input 选中 默认颜色 --*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.container,
.w1440 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px;
}
.w1280 {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  .container,
  .w1440 {
    padding: 0 50px;
  }
  .w1280 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1380px) {
  .w1280 {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .w1440 {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
}
.rl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 3px;
}
/* -- 公共部分 -- */
.boxpc {
  display: none;
}
@media screen and (min-width: 768px) {
  .boxwarp {
    display: none;
  }
  .boxpc {
    display: block;
  }
}
/* -------------------------------------- 默认样式 -------------------------------------------------- */
body {
  min-height: 100vh;
}
.Dfont {
  font-family: 'DINCond-Bold';
}
.headerTop {
  background: #333333;
  padding: 8px 0;
  color: #fff;
  position: relative;
  z-index: 88;
}
.headerTop a {
  color: #fff;
}
.headerTop .lang {
  font-size: 0;
  float: right;
}
.headerTop .lang a {
  font-size: 14px;
  margin: 0 5px;
}
.header {
  position: relative;
  z-index: 88;
  background: #fff;
}
.header .logo {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
}
.header .logo img {
  vertical-align: middle;
}
.header .navBtn {
  display: block;
  height: 40px;
  width: 35px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  float: right;
}
.header .navBtn span {
  display: block;
  width: 80%;
  height: 2px;
  background: #e72017;
  border-radius: 2px;
  position: absolute;
  left: 10%;
  transition: all 0.3s;
}
.header .navBtn span.span1 {
  top: 70%;
}
.header .navBtn span.span2 {
  top: 50%;
  margin-top: -1px;
  width: 50%;
}
.header .navBtn span.span3 {
  bottom: 70%;
}
.header .navBtnon span.span1 {
  transform: rotate(-45deg);
  top: 50%;
}
.header .navBtnon span.span2 {
  background-color: transparent;
}
.header .navBtnon span.span3 {
  transform: rotate(45deg);
  top: 50%;
}
.headerWarp {
  padding: 5px 0;
  position: relative;
  z-index: 89;
}
.headerWarp .HeaderRight {
  display: none;
}
.mainnav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border-top: 1px solid #333;
}
.mainnav .navA {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
  padding-right: 30px;
}
.mainnav .navA .hxxicon {
  display: none;
}
.mainnav .navA .xlicon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
}
.mainnav li .xl .xlLeft dl {
  border-bottom: 1px solid #ddd;
}
.mainnav li .xl {
  display: none;
}
.mainnav li .xlRight {
  display: none;
}
.mainnav li .last .xlA {
  border-bottom: none;
}
.mainnav li .xlA {
  padding-left: 10px;
  display: block;
  line-height: 35px;
  border-bottom: 1px dashed #ddd;
}
.mainnavMG {
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 87;
  background: rgba(0, 0, 0, 0.6);
}
.mainnav {
  padding-top: 10px;
}
.mainnav .searchBox {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.mainnav .searchBox .Sbtn {
  display: none;
}
.mainnav .searchBox .searchWarp {
  padding: 0 10px;
  position: relative;
  border: 1px solid #ddd;
  padding-right: 40px;
}
.mainnav .searchBox .searchWarp input {
  display: block;
  width: 100%;
  line-height: 35px;
}
.mainnav .searchBox .searchWarp .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  text-align: center;
  height: 100%;
  line-height: 35px;
}
.mainnav .searchBox .Sclose {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header .logo {
    width: 256px;
  }
  .headerTop {
    display: none;
  }
  .header .navBtn {
    display: none;
  }
  .headerWarp {
    padding: 20px 0 0;
  }
  .headerWarp .HeaderRight {
    display: block;
    float: right;
    line-height: 40px;
  }
  .headerWarp .langxl {
    display: none;
    line-height: 30px;
    position: absolute;
    right: 0;
    padding: 5px 0;
    top: 100%;
    width: 90px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .headerWarp .langxl .i {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .headerWarp .langxl a {
    display: block;
    padding: 0 10px;
    line-height: 30px;
  }
  .headerWarp .lang {
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  .headerWarp .lang:hover .langxl {
    display: block;
  }
  .header .mainnav {
    display: block;
    position: relative;
    border-top: none;
    padding-right: 0;
    padding-top: 0;
  }
  .header .mainnav .searchBox {
    border-bottom: none;
    float: right;
    padding-bottom: 0;
    position: relative;
    font-size: 0;
  }
  .header .mainnav .searchBox .Sbtn {
    display: block;
    color: #e72017;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .header .mainnav .searchBox .Sbtn .iconfont {
    font-size: 22px;
  }
  .header .mainnav .searchBox .Sclose {
    display: inline-block;
    width: 40px;
    right: -40px;
    top: 0;
    position: absolute;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
  }
  .header .mainnav .searchBox.searchBoxshow .Sbtn {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  .header .mainnav .searchBox.searchBoxshow .searchWarp {
    width: 400px;
    border-radius: 5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .header .mainnav .searchWarp {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 40px;
    top: 11.5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .header .mainnav ul {
    font-size: 0;
    margin: 0 -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .mainnav ul.ulshow {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  .header .mainnav ul li {
    display: inline-block;
    padding: 0 15px;
  }
  .header .mainnav .navA {
    border-bottom: none;
    padding-right: 0;
    line-height: 60px;
    font-size: 16px;
    position: relative;
  }
  .header .mainnav .navA .xlicon {
    display: none;
  }
  .header .mainnav .navA .i {
    position: absolute;
    left: 50%;
    height: 2px;
    background: #e72017;
    bottom: 0;
    width: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .mainnav li.on .navA {
    color: #e72017;
    font-weight: bold;
  }
  .header .mainnav li.on .navA .hxxicon {
    display: inline-block;
  }
  .header .mainnav li.on .navA .i {
    width: 100%;
    left: 0;
  }
  .header .mainnav ul li:hover .navA {
    font-weight: bold;
    color: #e72017;
  }
  .header .mainnav ul li:hover .i {
    width: 100%;
    left: 0;
  }
  .header .mainnav ul li .xl1024 {
    margin: 0 auto;
    max-width: 1024px;
  }
  .header .mainnav ul li .xl {
    position: absolute;
    left: 0;
    padding: 40px 0 60px;
    top: 100%;
    width: 100%;
    background: #f4f6f8;
    font-size: 14px;
  }
  .header .mainnav ul li .xlLeft {
    display: block;
    width: 200px;
    float: left;
  }
  .header .mainnav ul li .xlLeft .dl {
    border-bottom: none;
    border-left: 1px solid #e6e6e6;
  }
  .header .mainnav ul li .xlLeft .xlA {
    border-bottom: none;
    line-height: 30px;
    padding-left: 24px;
    font-size: 16px;
    position: relative;
  }
  .header .mainnav ul li .xlLeft .xlA .i {
    display: block;
    opacity: 0/100;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2px;
    left: -1px;
    top: 0;
    position: absolute;
    height: 100%;
    background: #e72017;
  }
  .header .mainnav ul li .xlLeft .xlA:hover .i {
    opacity: 100/100;
    filter: alpha(opacity=100);
  }
  .header .mainnav ul li .xlLeft dd {
    margin-bottom: 28px;
  }
  .header .mainnav ul li .xlLeft dd.last {
    margin-bottom: 0;
  }
  .header .mainnav ul li .xlRight {
    display: block;
    float: right;
    width: 790px;
  }
  .header .mainnav ul li .navimg {
    width: 260px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    float: left;
  }
  .header .mainnav ul li .navTxt {
    float: right;
    width: 495px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 30px;
  }
  .header .mainnav ul li .navTxt .more {
    display: block;
    margin-top: 20px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #e72017;
    color: #fff;
    text-align: center;
    line-height: 24px;
  }
}
.HomeBan {
  position: relative;
}
.HomeBan .itemA {
  display: block;
}
.HomeBan .pc {
  /*display: none;*/
}
.HomeBan .owl-carousel .owl-nav .owl-prev,
.HomeBan .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: -20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeBan .owl-carousel .owl-nav .owl-prev:hover,
.HomeBan .owl-carousel .owl-nav .owl-next:hover {
  background: #e72017;
  border-color: #e72017;
}
.HomeBan .owl-carousel .owl-nav .owl-prev {
  left: 5%;
}
.HomeBan .owl-carousel .owl-nav .owl-next {
  right: 5%;
}
.HomeBan .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
}
.HomeBan .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  text-align: center;
  vertical-align: top;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
}
.HomeBan .owl-carousel .owl-dot.active {
  border: none;
}
.HomeBan .owl-carousel .owl-dot.active:before {
  position: relative;
  top: -4px;
  left: -4px;
  font-size: 20px;
  line-height: 1em;
  font-family: 'iconfont';
  content: '\f259';
  color: #fff;
}
@media screen and (min-width: 768px) {
  .HomeBan .pc {
    display: block;
  }
  .HomeBan .wap {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .HomeBanMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
  }
  .HomeBan .owl-carousel .owl-dots {
    bottom: 25px;
  }
  .HomeBan .owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .HomeBan .owl-carousel .owl-dot.active::before {
    font-size: 30px;
    top: -8px;
    left: -10px;
  }
}
.HomeF {
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .HomeF {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .HomeF {
    padding: 35px 0;
  }
}
.moreView {
  display: block;
  width: 120px;
}
.moreView .more {
  display: block;
  width: 100%;
  line-height: 35px;
  border: 1px solid #e72017;
  text-align: center;
  position: relative;
  color: #e72017;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.moreView .more:hover {
  background: #e72017;
  color: #fff;
}
.moreView .more:hover .i1 {
  background: #fff;
  width: 30px;
}
.moreView .more:hover .i2 {
  width: 10px;
}
.moreView .i {
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  background: #e72017;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.moreView .i1 {
  right: 0;
}
.moreView .i2 {
  left: 100%;
}
.moreView.moreViewFcf .more {
  border-color: #fff;
  color: #fff;
}
.moreView.moreViewFcf .more:hover {
  border-color: #e72017;
}
.moreView.moreViewFcf .more:hover .i2 {
  background: #e72017;
}
.moreView.moreViewFcf .i {
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .moreView {
    width: 140px;
  }
  .moreView .more {
    font-size: 16px;
    line-height: 40px;
  }
}
.HomeTitle {
  text-align: center;
}
.HomeTitle .h3 {
  font-family: 'DINCond-Bold';
  text-transform: uppercase;
  color: #e72017;
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 5px;
}
.HomeTitle .h3 .fi {
  display: inline-block;
  width: 3px;
  position: relative;
  height: 1em;
}
.HomeTitle .h3 .fi .iconfont {
  position: absolute;
  top: -6px;
  left: -6px;
}
.HomeTitle .h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
@media screen and (min-width: 768px) {
  .HomeTitle .h3 {
    font-size: 28px;
  }
  .HomeTitle .h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .HomeTitle {
    text-align: left;
  }
  .HomeTitle .h3 {
    font-size: 36px;
  }
  .HomeTitle .h4 {
    font-size: 24px;
  }
}
/* 首页 */
.HomeF1View {
  background: #f8f8f8;
}
.HomeF1 .list {
  margin-top: 15px;
  position: relative;
}
.HomeF1 .list .img {
  overflow: hidden;
}
.HomeF1 .list .img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF1 .list .itemA:hover .txtBox {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF1 .list .itemA:hover .txtBox .h3 .i {
  opacity: 0/100;
  filter: alpha(opacity=0);
}
.HomeF1 .list .itemA:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.HomeF1 .list .itemA:hover .txtBox .time .iconfont {
  opacity: 100/100;
  filter: alpha(opacity=100);
}
.HomeF1 .list .txtBox .txtBoxBg {
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF1 .list .txtBox .h3 {
  padding: 0 15px;
  font-weight: normal;
  position: relative;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.HomeF1 .list .txtBox .h3 .i {
  width: 10px;
  height: 4px;
  display: block;
  background: #e72017;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: 'opacity' 0.3s;
  -o-transition: 'opacity' 0.3s;
  transition: 'opacity' 0.3s;
}
.HomeF1 .list .txtBox .time {
  font-family: 'DINCond-Bold';
  color: #bbb;
  font-size: 16px;
  padding: 8px 15px 0;
  position: relative;
  padding-right: 30px;
}
.HomeF1 .list .txtBox .time .iconfont {
  position: absolute;
  right: 15px;
  top: 0;
  color: #e72017;
  opacity: 0/100;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 32px;
}
.HomeF1 .list .txtBox .txtb {
  padding: 0 15px;
  margin-top: 10px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
  line-height: 1.4em;
  height: 2.8em;
  font-size: 14px;
}
.HomeF1 .w1440Box {
  padding: 0 10px;
}
.HomeF1 .Fleft .moreViewBox {
  display: none;
}
.HomeF1 .Fright .moreViewBox {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 8;
}
.HomeF1 .Fright {
  position: relative;
}
.HomeF1 .owl-carousel .owl-nav {
  padding: 15px 0;
}
.HomeF1 .owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}
.HomeF1 .owl-carousel .owl-nav .owl-prev,
.HomeF1 .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #836766;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF1 .owl-carousel .owl-nav .owl-prev:hover,
.HomeF1 .owl-carousel .owl-nav .owl-next:hover {
  background: #e72017;
  border-color: #e72017;
}
@media screen and (min-width: 1280px) {
  .HomeF1 {
    position: relative;
    z-index: 4;
    padding-bottom: 0px;
  }
  .HomeF1 .HomeF1Box {
    position: relative;
    min-height: 340px;
    padding-left: 340px;
  }
  .HomeF1 .Fleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
  }
  .HomeF1 .list .item {
    padding: 5px;
  }
  
  .HomeF1 .w1440Box {
    padding-left: 50px;
    padding-right: 0;
  }
  .HomeF1 .Fright .moreViewBox {
    display: none;
  }
  .HomeF1 .Fleft .moreViewBox {
    display: block;
    margin-top: 160px;
  }
  .HomeF1 .Fleft .hx {
    position: absolute;
    width: 180px;
    height: 1px;
    background: #eee;
    left: 120px;
    top: 148px;
  }
  .HomeF1 .owl-carousel .owl-nav {
    position: absolute;
    left: -340px;
    top: 115px;
  }
  .HomeF1 .owl-carousel .active2 .img {
    background: #362727;
  }
  .HomeF1 .owl-carousel .active2 .img img {
    opacity: 30/100;
    filter: alpha(opacity=30);
  }
  .HomeF1 .list .txtBoxBg {
    padding: 20px 0;
  }
  .HomeF1 .list .txtBox .time {
    font-size: 18px;
  }
  .HomeF1 .list .txtBox {
    min-height: 180px;
  }
  .HomeF1 .list .itemA:hover .txtBoxBg {
    background: #fff;
    padding: 25px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .HomeF1 .list .itemA:hover .h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 1400px) {
  .HomeF1 .Fleft .moreViewBox {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1500px) {
  .HomeF1 .Fleft .moreViewBox {
    margin-top: 150px;
  }
}
.HomeF2 {
  padding-top: 0;
}
.HomeF2 .Fleft .more {
  display: none;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  border: 1px solid #866a69;
  color: #866a69;
  margin: 10px auto;
}
.HomeF2 .list {
  margin-top: 15px;
}
.HomeF2 .list .libox {
  border-bottom: 1px dashed #ddd;
  display: block;
  padding: 10px 0;
}
.HomeF2 .list .libox .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #333;
}
.HomeF2 .list .libox .time {
  color: #bbb;
  font-size: 16px;
  font-family: 'DINCond-Bold';
}
.HomeF2 .btns {
  margin-top: 15px;
  position: relative;
}
.HomeF2 .btns .moreViewBox {
  position: absolute;
  right: 0;
  top: 0;
}
.HomeF2 .btns .btn1 {
  margin-right: 20px;
}
.HomeF2 .btns .btnicon {
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #836766;
  border: 1px solid #836766;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF2 .btns .btnicon:hover {
  background: #e72017;
  color: #fff;
  border-color: #e72017;
}
@media screen and (min-width: 768px) {
  .HomeF2 .list .item {
    font-size: 0;
    margin: 0 -10px;
  }
  .HomeF2 .list .item li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1280px) {
  .HomeF2 {
    z-index: 2;
  }
  .HomeF2 .HomeF2Box {
    position: relative;
    min-height: 150px;
    padding-left: 340px;
  }
  .HomeF2 .HomeF2Box .Fleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
  }
  .HomeF2 .list {
    margin-top: 0;
    padding-right: 70px;
  }
  .HomeF2 .list .listV {
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  .HomeF2 .btns .moreViewBox {
    display: none;
  }
  .HomeF2 .Fleft .more {
    display: block;
    margin: 20px auto 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .HomeF2 .Fleft .more:hover {
    background: #e72017;
    color: #fff;
    border-color: #e72017;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .HomeF2 .btns {
    text-align: right;
  }
  .HomeF2 .btns .btnicon {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .HomeF2 .btns {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
  }
  .HomeF2 .btns .iconfont {
    font-size: 14px;
  }
  .HomeF2 .btns .btn1 {
    margin-right: 10px;
  }
  .HomeF2 .list .libox .time {
    font-size: 18px;
    padding-top: 5px;
  }
  .HomeF1View {
    position: relative;
    padding-bottom: 185px;
    background: #f8f8f8;
  }
  .HomeF1View .HomeF2 {
    position: absolute;
    left: 0;
    bottom: 70px;
    height: 185px;
    z-index: 2;
    width: 100%;
  }
}
.HomeF3 {
  background: #fff url('/tpl_res/cms/www/cn/images/homef3bg.jpg') no-repeat center center;
}
.HomeF3 .list {
  margin: 20px 0;
}
.HomeF3 .wap ul {
  font-size: 0;
  margin: 0 -5px;
}
.HomeF3 .wap li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  width: 50%;
}
.HomeF3 .wap .itemA {
  display: block;
  color: #2e2a2b;
}
.HomeF3 .wap .img {
  position: relative;
}
.HomeF3 .wap .img img {
  width: 100%;
}
.HomeF3 .wap .txt {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
  padding: 10px 15px;
  color: #333;
}
.HomeF3 .wap .txt .h3 {
  font-family: 'DINCond-Bold';
  font-size: 22px;
}
.HomeF3 .wap .txt .info {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.HomeF3 .F3Txt {
  padding: 15px 0;
}
.HomeF3 .moreViewBox .moreView {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .HomeF3 .wap li {
    width: 25%;
  }
  .HomeF3 .moreViewBox .moreView {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .HomeF3 .HomeF3Box {
    z-index: 4;
    position: relative;
    padding-left: 340px;
  }
  .HomeF3 .HomeF3Box .Fleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
  }
  .HomeF3 .hx {
    width: 1px;
    height: 90px;
    margin: 50px 0 0 50px;
    background: #ddd;
  }
  .HomeF3 .F3Txt {
    max-width: 740px;
    font-size: 16px;
    line-height: 30px;
    min-height: 90px;
    padding: 70px 0;
  }
  .HomeF3 .wap ul {
    margin: 0 -22px;
  }
  .HomeF3 .wap li {
    padding: 0 22px;
    position: relative;
  }
  .HomeF3 .wap li.li2 {
    top: 60px;
  }
  .HomeF3 .wap li.li3 {
    top: 120px;
  }
  .HomeF3 .wap li.li4 {
    top: 180px;
  }
  .HomeF3 .wap .txt .h3 {
    font-size: 34px;
  }
  .HomeF3 .wap .txt .info {
    font-size: 16px;
  }
  .HomeF3 .wap .itemA:hover .txt {
    color: #e72017;
  }
}
@media screen and (min-width: 1366px) {
  .HomeF3 .hx {
    margin-top: 60px;
    height: 110px;
  }
}
@media screen and (min-width: 1440px) {
  .HomeF3 .wap .txt .h3 {
    font-size: 48px;
  }
  .HomeF3 .hx {
    margin-top: 60px;
    height: 130px;
  }
}
.HomeF4 {
  overflow: hidden;
  background: #f8f8f8;
}
.HomeF4 .HomeF4Box {
  position: relative;
  background: #333;
}
.HomeF4 .bgul ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.HomeF4 .Conlist {
  position: relative;
  z-index: 4;
}
.HomeF4 .Conlist .nav {
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.HomeF4 .Conlist .nav .lia {
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
.HomeF4 .Conlist .nav .lia .i {
  display: block;
  width: 0;
  left: 50%;
  height: 2px;
  background: #e72017;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: -1px;
}
.HomeF4 .Conlist .nav ul {
  font-size: 0;
  text-align: center;
  margin: 0 -15px;
}
.HomeF4 .Conlist .nav ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  opacity: 40/100;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF4 .Conlist .nav ul li .h3 {
  font-family: 'DINCond-Bold';
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 5px;
}
.HomeF4 .Conlist .nav ul li .h3 .fi {
  display: inline-block;
  width: 3px;
  position: relative;
  height: 1em;
}
.HomeF4 .Conlist .nav ul li .h3 .fi .iconfont {
  position: absolute;
  top: -6px;
  left: -6px;
}
.HomeF4 .Conlist .nav ul li .h4 {
  font-size: 16px;
  font-weight: normal;
}
.HomeF4 .Conlist .nav ul li.on,
.HomeF4 .Conlist .nav ul li:hover {
  opacity: 100/100;
  filter: alpha(opacity=100);
}
.HomeF4 .Conlist .nav ul li.on .h3,
.HomeF4 .Conlist .nav ul li:hover .h3 {
  color: #e72017;
}
.HomeF4 .Conlist .nav ul li.on .lia .i,
.HomeF4 .Conlist .nav ul li:hover .lia .i {
  width: 100%;
  left: 0;
}
.HomeF4 .tabCon .ItmeList {
  display: none;
}
.HomeF4 .tabCon .ItmeList ul {
  font-size: 0;
}
.HomeF4 .tabCon .ItmeList li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.HomeF4 .tabCon .ItmeList .liA {
  display: block;
  padding: 30px 10px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.HomeF4 .tabCon .ItmeList .iconimg {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.HomeF4 .tabCon .ItmeList .iconimg .img img {
  width: 100%;
}
.HomeF4 .tabCon .ItmeList .iconimg .maskimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  -o-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
.HomeF4 .tabCon .ItmeList .iconimg .maskimg img {
  width: 100%;
}
.HomeF4 .tabCon .ItmeList .liA:hover .bg {
  height: 100%;
}
.HomeF4 .tabCon .ItmeList .liA:hover .maskimg {
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}
.HomeF4 .tabCon .ItmeList .libox {
  position: relative;
  z-index: 4;
}
.HomeF4 .tabCon .ItmeList .bg {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: url('/tpl_res/cms/www/cn/images/lihbg.png') repeat-x 0 bottom;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.HomeF4 .tabCon .ItmeList .txtBox {
  min-height: 96px;
  margin-top: 30px;
  text-align: center;
}
.HomeF4 .tabCon .ItmeList .txtBox .h3 {
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.HomeF4 .tabCon .ItmeList .txtBox .h4 {
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.HomeF4 .tabCon .ItmeList .txtBox .i {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .HomeF4 .tabCon .ItmeList li {
    width: 25%;
  }
  .HomeF4 .tabCon .ItmeList .liA {
    padding: 80px 10px;
    border: none;
  }
}
@media screen and (min-width: 1280px) {
  .HomeF4 .tabCon .ItmeList .liA {
    padding: 115px 10px;
    max-width: 250px;
    margin: 0 auto;
  }
  .HomeF4 .tabCon .ItmeList .iconimg {
    width: 130px;
  }
  .HomeF4 .tabCon .ItmeList .txtBox .h3 {
    font-size: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .HomeF4 .tabCon .ItmeList .txtBox .h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .HomeF4 .tabCon .ItmeList .txtBox .i {
    margin-top: 30px;
  }
  .HomeF4 .Conlist .nav ul li {
    padding: 0 60px;
  }
  .HomeF4 .Conlist .nav ul li .h3 {
    font-size: 24px;
  }
  .HomeF4 .Conlist .nav ul li .h4 {
    font-size: 20px;
  }
}
.HomeF5 .wap {
  padding: 20px 0;
  text-align: center;
}
.HomeF5 .list ul {
  font-size: 0;
  margin: 0 -15px;
}
.HomeF5 .list ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  vertical-align: top;
}
.HomeF5 .list .num {
  font-family: 'DINCond-Bold';
  font-size: 30px;
}
.HomeF5 .list .st {
  font-size: 14px;
}
.HomeF5 .LeftTxt {
  padding: 15px 0;
}
.HomeF5 .Fleft .moreViewBox .moreView {
  margin: 0 auto;
}
.HomeF5 .Fright {
  display: none;
}
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
@-moz-keyframes bg {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
  }
  100% {
    opacity: 0.1;
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
@-webkit-keyframes yingshe {
  0% {
    width: 0;
    height: 0;
    opacity: 0.2;
  }
  100% {
    -webkit-animation-direction: width 1s;
    animation-direction: width 1s;
    width: 214px;
    height: 270px;
    opacity: 1;
  }
}
@-moz-keyframes yingshe {
  0% {
    width: 0;
    height: 0;
    opacity: 0.2;
  }
  100% {
    -moz-animation-direction: width 1s;
    animation-direction: width 1s;
    width: 214px;
    height: 270px;
    opacity: 1;
  }
}
@keyframes yingshe {
  0% {
    width: 0;
    height: 0;
    opacity: 0.2;
  }
  100% {
    -webkit-animation-direction: width 1s;
    -moz-animation-direction: width 1s;
    animation-direction: width 1s;
    width: 214px;
    height: 270px;
    opacity: 1;
  }
}
@-webkit-keyframes qwq {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2.2, 2.2);
    transform: scale(2.2, 2.2);
    opacity: 1;
  }
}
@-moz-keyframes qwq {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(2.2, 2.2);
    transform: scale(2.2, 2.2);
    opacity: 1;
  }
}
@keyframes qwq {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2.2, 2.2);
    -moz-transform: scale(2.2, 2.2);
    transform: scale(2.2, 2.2);
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .HomeF5 .HomeF5Box {
    position: relative;
  }
  .HomeF5 .Fleft {
    width: 48%;
    min-height: 612px;
  }
  .HomeF5 .Fleft .list {
    padding: 50px 0;
    margin: 65px 0 60px 0;
    text-align: center;
    padding-left: 25px;
  }
  .HomeF5 .Fleft .LeftTxt {
    line-height: 30px;
    font-size: 16px;
  }
  .HomeF5 .Fleft .wap {
    display: none;
  }
  .HomeF5 .Fright .map {
    background: url('/tpl_res/cms/www/cn/images/map.png') center;
    width: 835px;
    left: 50%;
    margin-left: -417px;
    height: 670px;
    position: relative;
    box-sizing: border-box;
    padding-right: 5px;
    background-repeat: no-repeat;
  }
  .HomeF5 .company .img_list li:hover em,
  .HomeF5 .company .img_list li:hover p,
  .HomeF5 .company .img_list li:hover i {
    color: #e72017;
  }
  .HomeF5 .Fright {
    width: 58%;
    position: absolute;
    right: 0;
    top: -40px;
    display: block;
  }
  .HomeF5 .Fright .map .shex {
    width: 214px;
    height: 270px;
    background: url('/tpl_res/cms/www/cn/images/shex.png') no-repeat;
    position: absolute;
    left: 399px;
    bottom: 130px;
  }
  .HomeF5 .Fright .map .yingshey {
    -webkit-animation: yingshe 5s 1;
    -moz-animation: yingshe 5s 1;
    animation: yingshe 5s 1;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .HomeF5 .Fright .map .shex .dian {
    cursor: pointer;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e72017;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 96%;
    left: 138px;
  }
  .HomeF5 .Fright .map .shex .dian:after {
    background-color: rgba(231, 32, 23, 0.3);
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -49%;
    top: -52%;
    -webkit-animation: qwq 2s infinite;
    -moz-animation: qwq 2s infinite;
    animation: qwq 2s infinite;
    -webkit-animation-direction: 0.4s;
    -moz-animation-direction: 0.4s;
    animation-direction: 0.4s;
    z-index: 1;
    margin: auto;
  }
  .HomeF5 .Fright .map .shex .dian:hover:after {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    border: 2px solid rgba(231, 32, 23, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .HomeF5 .Fright .map .bg1,
  .HomeF5 .Fright .map .bg2,
  .HomeF5 .Fright .map .bg3,
  .HomeF5 .Fright .map .bg4,
  .HomeF5 .Fright .map .bg5,
  .HomeF5 .Fright .map .bg6 {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
  }
  .HomeF5 .Fright .map .bgg {
    cursor: pointer;
    -webkit-animation: bg 10s 7;
    -moz-animation: bg 10s 7;
    animation: bg 10s 7;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .HomeF5 .Fright .map .bg1:hover,
  .HomeF5 .Fright .map .bg2:hover,
  .HomeF5 .Fright .map .bg3:hover,
  .HomeF5 .Fright .map .bg4:hover,
  .HomeF5 .Fright .map .bg5:hover,
  .HomeF5 .Fright .map .bg6:hover {
    -webkit-animation: bg 5s infinite;
    -moz-animation: bg 5s infinite;
    animation: bg 5s infinite;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .HomeF5 .Fright .map .bg1 {
    left: 41%;
    bottom: 145px;
    background: yellow;
  }
  .HomeF5 .Fright .map .bg2 {
    background: #e72017;
    left: 59%;
    bottom: 86px;
  }
  .HomeF5 .Fright .map .bg3 {
    background: #11babb;
    left: 55%;
    bottom: 226px;
  }
  .HomeF5 .Fright .map .bg4 {
    background: orange;
    left: 61%;
    bottom: 325px;
  }
  .HomeF5 .Fright .map .bg5 {
    background: blue;
    left: 68%;
    bottom: 220px;
  }
  .HomeF5 .Fright .map .bg6 {
    background: #2b9d79;
    left: 64%;
    bottom: 154px;
  }
  .HomeF5 .text a {
    position: absolute;
    font-size: 14px;
    color: #999999;
  }
  .HomeF5 .text a:hover {
    color: #e72017;
  }
  .HomeF5 .text .a1 {
    left: 109px;
    top: 320px;
  }
  .HomeF5 .text .a2 {
    top: 63%;
    left: 36%;
  }
  .HomeF5 .text .a3 {
    right: 120px;
    top: 36%;
  }
  .HomeF5 .text .a4 {
    right: 60px;
    top: 52%;
  }
  .HomeF5 .text .a5 {
    right: 100px;
    top: 68%;
  }
  .HomeF5 .text .a6 {
    right: 270px;
    top: 86%;
  }
  .HomeF5 .Fleft .moreViewBox {
    padding-top: 42px;
  }
  .HomeF5 .Fleft .moreViewBox .moreView {
    margin-left: 0;
  }
  .HomeF5 .list .ul {
    border-left: 1px solid #ddd;
  }
  .HomeF5 .list .num {
    font-size: 72px;
  }
  .HomeF5 .list .st {
    font-size: 16px;
  }
}
.HomeF6 {
  position: relative;
}
.HomeF6 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.HomeF6 .HomeTitle .h4 {
  color: #fff;
}
.HomeF6 .moreViewBox .moreView {
  margin: 15px auto 0;
}
@media screen and (min-width: 1280px) {
  .HomeF6 .HomeF6Box {
    position: relative;
    padding-right: 300px;
  }
  .HomeF6 .HomeF6Box .moreViewBox {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
  }
  .HomeF6 .HomeF6Box .moreViewBox .moreView {
    margin-top: 0;
  }
}
/* 首页 */
/* 底部 */
.footer {
  background: #333;
  color: rgba(255, 255, 255, 0.3);
}
.footer a {
  color: rgba(255, 255, 255, 0.3);
}
.footer .listNav {
  display: none;
}
.footer .bottomBG {
  padding: 20px 0;
  position: relative;
  background: url('/tpl_res/cms/www/cn/images/bottombg.png') no-repeat bottom right;
}
.footer .rwm {
  text-align: center;
}
.footer .rwm .img {
  width: 140px;
  margin: 0 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.footer .rwm .img img {
  width: 100%;
}
.footer .rwm .txt {
  padding-top: 5px;
}
.footer .FooterBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.footer .CopyrightBox {
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}
.footer .CopyrightBox .link a {
  display: inline-block;
  padding: 0 5px 0 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .CopyrightBox .link a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  content: ' ';
  display: block;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.2);
}
.footer .CopyrightBox .link a.first:before {
  display: none;
}
.footer .CopyrightBox .link a:hover {
  color: #fff;
}
.footer .CopyrightBox a {
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .CopyrightBox a:hover {
  color: #fff;
}
.footer .Fx {
  text-align: center;
  padding: 10px 0;
}
.footer .Fx .bshare-custom {
  display: inline-block;
}
.footer .Fx .bshare-custom a {
  opacity: 1;
  background: none;
  font-size: 22px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #999 !important;
  padding: 0 !important;
  margin: 0;
  margin: 0 5px !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.footer .Fx .bshare-custom a:hover {
  text-decoration: none;
  opacity: 1;
}
.footer .Fx .bshare-custom a.bshare-more {
  display: none;
}
#bsPanel {
  top: auto !important;
  bottom: 100%;
}
#bsPanelHolder {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer .Fx .bshare-custom a.bshare-more {
    display: inline-block !important;
  }
  .footer .CopyrightBox .link {
    padding-bottom: 10px;
  }
  .footer .CopyrightBox .link a.first {
    padding-left: 0;
  }
  .footer .listNav {
    display: block;
  }
  .footer .CopyrightBox {
    text-align: left;
  }
  .footer .FooterBottomView {
    position: relative;
    padding-right: 340px;
    min-height: 40px;
  }
  .footer .Fx {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
  .footer .Fx .bshare-custom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .footer .FooterBottom {
    padding: 20px 0;
  }
  .footer .bottomNav .bottomBG {
    padding: 80px 0;
    min-height: 330px;
    padding-right: 160px;
    position: relative;
  }
  .footer .rwm {
    position: absolute;
    right: 0;
    top: 80px;
    width: 140px;
  }
  .footer .listNav ul {
    font-size: 0;
  }
  .footer .listNav li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  .footer .listNav dt {
    color: #fff;
    font-size: 16px;
  }
  .footer .listNav dt .i {
    display: block;
    width: 10px;
    height: 1px;
    margin: 15px 0;
    background: #e72017;
  }
  .footer .listNav dd {
    padding-bottom: 10px;
  }
  .footer .listNav dd a:hover {
    color: #fff;
  }
}
.BackTop {
  display: block;
  position: fixed;
  right: 10px;
  z-index: 88;
  bottom: 30px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #e72017;
  background: #e72017;
}
.BackTop a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
}
.BackTop a .iconfont {
  font-size: 22px;
  position: relative;
  left: -1px;
}
/* 底部 */
.banner img {
  width: 100%;
}
.banner .pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .banner .pc {
    display: block;
  }
  .banner .wap {
    display: none;
  }
}
.Mian {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .Mian {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1280px) {
  .Mian {
    padding: 35px 0;
  }
}
.Current {
  padding: 10px 0;
  line-height: 24px;
  color: #999;
}
.Current a {
  color: #999;
}
.Current .iconfont {
  font-size: 14px;
}
.CurNav {
  background: #333;
  position: relative;
  z-index: 4;
  margin: 0 -10px;
}
.CurNav .left {
  line-height: 45px;
  color: #fff;
  position: relative;
  padding: 0 10px;
}
.CurNav .left .btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.CurNav .left.lon .iconfont:before {
  content: '\f24e';
}
.CurNav .right {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f8f8f8;
}
.CurNav .navMenu .menuA {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .Current {
    text-align: right;
  }
  .CurNav {
    background: none;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .CurNav .left {
    display: none;
  }
  .CurNav .right {
    display: inline-block !important;
    font-size: 16px;
    vertical-align: top;
    position: static;
    background: transparent;
  }
  .CurNav .right ul {
    font-size: 0;
    text-align: center;
  }
  .CurNav .right ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
  }
  .CurNav .navMenu {
    padding: 0px;
  }
  .CurNav .navMenu .menuA {
    line-height: 55px;
    padding: 0px;
    color: #333;
    position: relative;
  }
  .CurNav .navMenu .menuA .i {
    display: block;
    width: 0;
    height: 3px;
    background: #e72017;
    left: 50%;
    bottom: -1px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .CurNav .navMenu li.on .menuA,
  .CurNav .navMenu .menuA:hover {
    color: #e72017;
    font-weight: bold;
  }
  .CurNav .navMenu li.on .menuA .i,
  .CurNav .navMenu .menuA:hover .i {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .CurNav .right ul li {
    padding: 0 50px;
    font-size: 20px;
  }
}
/* 钱柜qg777简介 */
.AboutProfile {
  background: url('/tpl_res/cms/www/cn/images/homef3bg.jpg') no-repeat center center;
}
.AboutProfile .list {
  padding-bottom: 20px;
}
.AboutProfile .list ul {
  font-size: 0;
  margin: 0 -5px;
}
.AboutProfile .list li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  width: 50%;
}
.AboutProfile .list .itemA {
  display: block;
  color: #2e2a2b;
}
.AboutProfile .list .img {
  position: relative;
}
.AboutProfile .list .img img {
  width: 100%;
}
.AboutProfile .list .txt {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
  padding: 10px 15px;
  color: #333;
}
.AboutProfile .list .txt .h3 {
  font-family: 'DINCond-Bold';
  font-size: 22px;
}
.AboutProfile .list .txt .info {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.AboutProfile .p {
  padding-bottom: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .AboutProfile .list li {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .AboutProfile .list {
    padding: 0 75px 40px;
  }
  .AboutProfile .list ul {
    margin: 0 -25px;
  }
  .AboutProfile .list li {
    padding: 0 25px;
    position: relative;
  }
  .AboutProfile .list .txt .h3 {
    font-size: 34px;
  }
  .AboutProfile .list .txt .info {
    font-size: 16px;
  }
  .AboutProfile .list .itemA:hover .txt {
    color: #e72017;
  }
}
@media screen and (min-width: 1280px) {
  .AboutProfile {
    line-height: 36px;
    font-size: 18px;
  }
  .AboutProfile .p {
    padding-bottom: 40px;
  }
}
/* 钱柜qg777简介 */
/* 组织架构 */
.AboutOrganizational {
  overflow: hidden;
  background: url('/tpl_res/cms/www/cn/images/homef3bg.jpg') no-repeat top center;
}
.AboutOrganizational .Title {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  background: url('/tpl_res/cms/www/cn/images/btitlebg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}
.AboutOrganizational .Title .img {
  display: inline-block;
  padding-right: 10px;
}
.AboutOrganizational .Title .ihx {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px;
}
.AboutOrganizational .hxbox {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
.AboutOrganizational .hxbox .Titleib {
  width: 1px;
  height: 30px;
  margin: 0 auto;
  background: #e72017;
}
.AboutOrganizational .hxbox .hx {
  width: 100%;
  height: 1px;
  background: #e72017;
}
.AboutOrganizational .hxbox .i {
  display: block;
  width: 1px;
  height: 30px;
  background: #e72017;
  position: absolute;
  bottom: 0;
}
.AboutOrganizational .hxbox .i1 {
  left: 0;
}
.AboutOrganizational .hxbox .i2 {
  left: 50%;
  margin-left: -0.5px;
}
.AboutOrganizational .hxbox .i3 {
  right: 0;
}
.AboutOrganizational .Navlist ul {
  display: block;
  font-size: 0;
}
.AboutOrganizational .Navlist ul li {
  display: inline-block;
  width: 33.33%;
  font-size: 14px;
}
.AboutOrganizational .Navlist ul li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 3px;
  line-height: 35px;
  background: #333;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.AboutOrganizational .Navlist ul li.lion a {
  background: url('/tpl_res/cms/www/cn/images/btitlebg.jpg') no-repeat center;
}
.AboutOrganizational .Tab .Item {
  display: none;
}
.AboutOrganizational .Tab li {
  padding-top: 15px;
}
.AboutOrganizational .Tab li a {
  display: block;
  padding: 8px 15px;
  width: 100%;
  border-radius: 3px;
}
.AboutOrganizational .Tab .Item01 li a {
  background: rgba(231, 236, 240, 0.5);
}
.AboutOrganizational .Tab .Item02 li a {
  background: rgba(235, 233, 233, 0.5);
}
.AboutOrganizational .Tab .Item03 li a {
  background: rgba(234, 232, 240, 0.5);
}
@media screen and (min-width: 1024px) {
  .AboutOrganizational .Title {
    padding: 20px 0;
    font-size: 30px;
  }
  .AboutOrganizational .Navlist ul li a {
    line-height: 50px;
    max-width: 200px;
  }
  .AboutOrganizational .Tab {
    font-size: 0;
    margin: 0 -20px;
  }
  .AboutOrganizational .Tab .Item {
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
    padding: 0 20px;
    vertical-align: top;
  }
  .AboutOrganizational .Navlist ul li a {
    background: url('/tpl_res/cms/www/cn/images/btitlebg.jpg') no-repeat center;
    font-size: 24px;
  }
  .AboutOrganizational .hxbox {
    max-width: 660px;
    margin-left: 185px;
  }
  .AboutOrganizational .hxbox .i2 {
    margin-left: -50px;
  }
  .AboutOrganizational .Navlist ul .li1 {
    width: 330px;
  }
  .AboutOrganizational .Navlist ul .li2 {
    width: 330px;
  }
  .AboutOrganizational .Navlist ul .li3 {
    width: 334px;
  }
  .AboutOrganizational .Tab .Item01 {
    width: 330px;
  }
  .AboutOrganizational .Tab .Item02 {
    width: 330px;
  }
  .AboutOrganizational .Tab .Item03 {
    width: 334px;
  }
  .AboutOrganizational .Tab .Item {
    padding-left: 110px;
  }
  .AboutOrganizational .Tab .Item ul {
    padding-left: 30px;
    padding-top: 20px;
    border-left: 1px solid #ddd;
  }
  .AboutOrganizational .Tab li {
    position: relative;
  }
  .AboutOrganizational .Tab li .i1 {
    display: block;
    width: 30px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: -30px;
    margin-top: 10px;
    top: 50%;
  }
  .AboutOrganizational .Tab li.last .i2 {
    display: block;
    width: 10px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: 11px;
  }
  .AboutOrganizational .Tab li a {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .AboutOrganizational .hxbox {
    max-width: 786px;
  }
  .AboutOrganizational .Navlist ul .li1 {
    width: 378px;
  }
  .AboutOrganizational .Navlist ul .li2 {
    width: 390px;
  }
  .AboutOrganizational .Navlist ul .li3 {
    width: 412px;
  }
  .AboutOrganizational .Tab .Item01 {
    width: 378px;
  }
  .AboutOrganizational .Tab .Item02 {
    width: 390px;
  }
  .AboutOrganizational .Tab .Item03 {
    width: 450px;
  }
  .AboutOrganizational .Tab .Item {
    padding-left: 150px;
  }
  .AboutOrganizational .Tab li a {
    font-size: 16px;
  }
  .AboutOrganizational .Navlist ul li a {
    text-align: left;
    padding-left: 65px;
    position: relative;
  }
  .AboutOrganizational .Navlist ul li a .i {
    display: block;
    width: 16px;
    height: 30px;
    background: url('/tpl_res/cms/www/cn/images/stbg.png') no-repeat center;
    position: absolute;
    left: 30px;
    top: 0;
  }
  .AboutOrganizational .Tab .Item03 {
    padding-left: 163px;
  }
}
@media screen and (min-width: 1400px) {
  .AboutOrganizational .hxbox {
    max-width: 860px;
  }
  .AboutOrganizational .Navlist ul .li3 {
    width: 510px;
  }
  .AboutOrganizational .Tab .Item03 {
    width: 550px;
    padding-left: 210px;
  }
}
/* 组织架构 */
/* 大事记 */
.AboutEvent {
  background: url('/tpl_res/cms/www/cn/images/homef3bg.jpg') repeat-y center center;
}
.AboutEvent ul li {
  display: block;
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
.AboutEvent ul li .hxi {
  position: absolute;
  left: 9px;
  width: 1px;
  top: 0;
  height: 100%;
  background: #e4e4e4;
}
.AboutEvent .title {
  position: relative;
  line-height: 30px;
  padding-left: 5px;
}
.AboutEvent .title .iconfont {
  position: absolute;
  left: -40px;
  top: 0;
  width: 20px;
  background: #fff;
  height: 100%;
  color: #ddd;
  text-align: center;
}
.AboutEvent .title .titlebtn {
  display: inline-block;
  background: #888;
  border-radius: 3px;
  padding: 0px 15px;
  color: #fff;
}
.AboutEvent .title .titlebtn .num {
  font-family: 'DINCond-Bold';
  font-size: 18px;
}
.AboutEvent .title .titlebtn .year {
  font-size: 14px;
}
.AboutEvent .ConTxt {
  margin-top: 15px;
  padding-bottom: 40px;
  position: relative;
}
.AboutEvent .ConTxt .item {
  padding: 5px;
}
.AboutEvent .ConTxt .itemBox {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.AboutEvent .ConTxt .ib {
  display: block;
  width: 16px;
  position: absolute;
  left: -30px;
  top: 10px;
  bottom: 40px;
  background: url('/tpl_res/cms/www/cn/images/eventbg.png') repeat-y 0 0;
}
.AboutEvent .ConTxt .img {
  width: 240px;
  margin: 10px 0;
}
.AboutEvent .ConTxt .txtBox {
  font-size: 14px;
}
.AboutEvent .owl-carousel .owl-dots {
  width: 100%;
  text-align: left;
  margin-top: 15px;
  position: absolute;
  bottom: -35px;
}
.AboutEvent .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  text-align: center;
  vertical-align: top;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  background: #c3c3c3;
}
.AboutEvent .owl-carousel .owl-dot.active {
  background: #e72017;
}
.AboutEvent ul li.first .hxi {
  background: #e72017;
}
.AboutEvent ul li.first .title .iconfont {
  color: #e72017;
}
.AboutEvent ul li.first .title .titlebtn {
  background: #e72017;
}
@media screen and (min-width: 768px) {
  .AboutEvent .ConTxt .itemBox {
    padding: 0;
  }
  .AboutEvent .ConTxt .itemBox .itemView {
    position: relative;
    padding-left: 240px;
    min-height: 160px;
  }
  .AboutEvent .ConTxt .itemBox .img {
    width: 240px;
    height: 100%;
    background: #f8f8f8;
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .AboutEvent .ConTxt .itemBox .img .imgsb {
    display: block;
    height: 160px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -80px;
  }
  .AboutEvent .ConTxt .txtBox {
    font-size: 16px;
  }
  .AboutEvent .ConTxt .txtBox {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .AboutEvent ul li {
    padding-left: 50%;
  }
  .AboutEvent ul li.odd {
    padding-left: 0;
    padding-right: 50%;
  }
  .AboutEvent ul li .libox {
    position: relative;
    padding-left: 30px;
  }
  .AboutEvent ul li.odd .libox {
    padding-left: 0px;
    padding-right: 30px;
  }
  .AboutEvent ul li .hxi {
    left: -1px;
  }
  .AboutEvent ul li.odd .hxi {
    left: auto;
    right: 0px;
  }
  .AboutEvent .odd .title {
    text-align: right;
  }
  .AboutEvent .title .iconfont {
    font-size: 30px;
    width: 40px;
    left: -51px;
  }
  .AboutEvent .odd .title .iconfont {
    left: auto;
    right: -50px;
  }
  .AboutEvent .odd .ConTxt .ib {
    left: auto;
    right: -30px;
  }
  .AboutEvent .owl-carousel .owl-dots {
    text-align: center;
  }
  .AboutEvent .title {
    line-height: 48px;
  }
  .AboutEvent .title .titlebtn .num {
    font-size: 36px;
  }
  .AboutEvent .title .titlebtn .year {
    font-size: 18px;
    position: relative;
    top: -3px;
  }
  .AboutEvent .title .titlebtn {
    padding: 0 20px;
    height: 48px;
  }
  .AboutEvent .ConTxt {
    margin-top: 20px;
  }
  .AboutEvent .ConTxt .txtBox {
    line-height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .AboutEvent .ConTxt .txtBox {
    padding: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .AboutEvent .ConTxt .txtBox {
    font-size: 18px;
  }
}
@-webkit-keyframes load {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes load {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes load {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.imgloading {
  text-align: center;
  width: 30px;
  margin: 0 auto;
}
.imgloading img {
  width: 100%;
  -webkit-animation: load 2s linear infinite;
  -moz-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}
@media screen and (min-width: 1024px) {
  .imgloading {
    width: 50px;
  }
}
/* 大事记 */
/*声誉资质 */
.AboutHonorlist .ul {
  font-size: 0;
  margin: 0 -5px;
  text-align: center;
}
.AboutHonorlist li {
  display: inline-block;
  font-size: 14px;
  width: 50%;
  padding: 5px;
  margin-bottom: 15px;
}
.AboutHonorlist .liA {
  display: block;
}
.AboutHonorlist .liA .img {
  width: 100%;
  height: 0;
  padding-top: 72.72%;
  position: relative;
}
.AboutHonorlist .liA .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-box-align: flex-end;
}
.AboutHonorlist .liA .imgbox img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.AboutHonorlist .liA .txt {
  text-align: center;
  margin-top: 10px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.AboutHonorlist .Pages {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .AboutHonorlist .ul {
    margin: 0 -10px;
  }
  .AboutHonorlist li {
    width: 33.33%;
    padding: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .AboutHonorlist .ul {
    margin: 0;
  }
  .AboutHonorlist .divlibox {
    margin: 0 -10px;
  }
  .AboutHonorlist li {
    width: 25%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .AboutHonorlist .liA {
    max-width: 255px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .AboutHonorlist .divlibox {
    position: relative;
  }
  .AboutHonorlist .divlibox .divbg {
    height: 83px;
    position: absolute;
    bottom: 35px;
    background: url('/tpl_res/cms/www/cn/images/honorlibg.png') no-repeat center;
    width: 100%;
    background-size: 100% auto;
  }
  .AboutHonorlist li {
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
  }
  .AboutHonorlist .liA .txt {
    font-size: 16px;
    margin-top: 22px;
  }
}
/*声誉资质 */
/*钱柜qg777新闻 */
.GroupNews .GroupNewsTop {
  position: relative;
}
.GroupNews .GroupNewsTop .itemBox {
  position: relative;
  display: block;
  color: #555;
  background: #f8f8f8;
}
.GroupNews .GroupNewsTop .itemBox .TxtBox {
  padding: 20px;
}
.GroupNews .GroupNewsTop .img {
  overflow: hidden;
}
.GroupNews .GroupNewsTop .img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.GroupNews .GroupNewsTop .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.GroupNews .GroupNewsTop .time {
  margin-bottom: 10px;
  color: #999;
  position: relative;
  padding-right: 30px;
}
.GroupNews .GroupNewsTop .time .timeM {
  font-family: 'DINCond-Bold';
  font-size: 22px;
}
.GroupNews .GroupNewsTop .time .timeY {
  font-family: 'DINCond-Bold';
  font-size: 14px;
}
.GroupNews .GroupNewsTop .time .iconfont {
  color: #e72017;
  position: absolute;
  right: 0;
  font-size: 32px;
}
.GroupNews .GroupNewsTop .h3txt {
  position: relative;
  line-height: 28px;
}
.GroupNews .GroupNewsTop .h3txt .iconfont {
  position: absolute;
  left: -20px;
  color: #e72017;
  top: 0;
}
.GroupNews .GroupNewsTop .h3txt .h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.GroupNews .GroupNewsTop .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px 0;
  line-height: 1.4em;
  height: 4.2em;
}
.GroupNews .GroupNewsTop .owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.GroupNews .GroupNewsTop .owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}
.GroupNews .GroupNewsTop .owl-carousel .owl-nav .owl-prev,
.GroupNews .GroupNewsTop .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #836766;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.GroupNews .GroupNewsTop .owl-carousel .owl-nav .owl-prev:hover,
.GroupNews .GroupNewsTop .owl-carousel .owl-nav .owl-next:hover {
  background: #e72017;
  border-color: #e72017;
}
.GroupNews .list {
  padding-top: 20px;
}
.GroupNews .list ul {
  font-size: 0;
}
.GroupNews .list li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}
.GroupNews .list .lia {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.GroupNews .list .img {
  overflow: hidden;
}
.GroupNews .list .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.GroupNews .list .TxtBox {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.GroupNews .list .TxtBox .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  height: 2.8em;
  color: #333;
}
.GroupNews .list .TxtBox .txth3 {
  position: relative;
}
.GroupNews .list .TxtBox .txth3 .i {
  display: block;
  width: 12px;
  height: 2px;
  background: #e72017;
  position: absolute;
  left: -15px;
  top: 0.7em;
  margin-top: -1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.GroupNews .list .TxtBox .txtView {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  line-height: 1.4em;
  height: 2.8em;
}
.GroupNews .list .TxtBox .time {
  position: relative;
  color: #bbb;
}
.GroupNews .list .TxtBox .time .st {
  font-family: 'DINCond-Bold';
  font-size: 16px;
}
.GroupNews .list .TxtBox .time .timebtn {
  position: absolute;
  color: #e72017;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .GroupNews .GroupNewsTop .itemBox {
    font-size: 0;
  }
  .GroupNews .GroupNewsTop .itemBox .img {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 46.875%;
  }
  .GroupNews .GroupNewsTop .itemBox .TxtBox {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 53.125%;
    padding-left: 15px;
  }
  .GroupNews .GroupNewsTop .itemBox .TxtBox {
    padding: 0 30px 0 50px;
  }
  .GroupNews .GroupNewsTop .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8em;
  }
  .GroupNews .GroupNewsTop .h3txt .h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .GroupNews .GroupNewsTop .moreViewBox {
    padding-top: 17px;
  }
  .GroupNews .list {
    padding-top: 30px;
  }
  .GroupNews .list ul {
    margin: 0 -15px;
  }
  .GroupNews .list li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .GroupNews .GroupNewsTop .h3txt .h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
  }
  .GroupNews .GroupNewsTop .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.1em;
    line-height: 1.7em;
  }
  .GroupNews .GroupNewsTop .time .timeM {
    font-size: 30px;
  }
  .GroupNews .GroupNewsTop .h3txt {
    line-height: 32px;
  }
  .GroupNews .GroupNewsTop .h3txt .iconfont {
    left: -30px;
  }
  .GroupNews .list {
    padding-top: 30px;
  }
  .GroupNews .list li {
    width: 33.33%;
  }
  .GroupNews .list .TxtBox .txtView {
    margin: 20px 0;
  }
  .GroupNews .list .TxtBox .time .st {
    font-size: 18px;
  }
  .GroupNews .list .TxtBox .time .iconfont {
    font-size: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .GroupNews .GroupNewsTop .txt {
    font-size: 18px;
  }
  .GroupNews .GroupNewsTop .itemBox .TxtBox {
    padding: 0 90px 0 80px;
  }
  .GroupNews .GroupNewsTop .owl-carousel .owl-nav {
    right: 80px;
    bottom: 50px;
  }
  .GroupNews .GroupNewsTop .moreViewBox {
    padding-top: 6px;
  }
  .GroupNews .list {
    padding-top: 50px;
  }
  .GroupNews .list ul {
    margin: 0 -28px;
  }
  .GroupNews .list li {
    padding: 0 28px;
    margin-bottom: 50px;
  }
  .GroupNews .list .TxtBox {
    padding: 30px;
  }
  .GroupNews .list .TxtBox .txth3 .i {
    left: -22px;
  }
  .GroupNews .list .lia:hover {
    top: -10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .GroupNews .list .lia:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .GroupNews .list .lia:hover .TxtBox .txth3 .i {
    opacity: 0/100;
    filter: alpha(opacity=0);
  }
}
@media screen and (min-width: 1400px) {
  .GroupNews .GroupNewsTop .moreViewBox {
    padding-top: 15px;
  }
}
.PageBox {
  padding: 1px 0;
}
.PageBox .Pages {
  text-align: center;
  font-size: 0;
  vertical-align: top;
}
.PageBox .Pages a {
  padding: 0px 10px;
  line-height: 40px;
  border: 1px solid #edecec;
  color: #666;
  font-size: 14px;
  margin: 0 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  display: inline-block;
}
.PageBox .Pages a:hover,
.PageBox .Pages a.a_cur {
  background: #e72017;
  color: #fff;
  border: 1px solid #e72017;
}
.PageBox .Pages .num {
  font-style: normal;
  font-size: 0;
  padding-right: 2px;
  vertical-align: top;
}
.PageBox .Pages .num a {
  display: none;
  margin: 0;
  margin-left: -1px;
  font-size: 14px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .PageBox .Pages a {
    padding: 0px 20px;
    line-height: 43px;
    overflow: hidden;
  }
  .PageBox .Pages .num a {
    font-size: 16px;
    display: inline-block;
    line-height: 43px;
    overflow: hidden;
    padding: 0px 20px;
  }
  .PageBox .Pages a {
    font-size: 16px;
  }
}
/*钱柜qg777新闻 */
/*招标采购 */
.NewsBiddingView.Mian {
  padding-top: 0px;
}
.NewsBiddingView .BidNav {
  padding: 20px 0 10px;
}
.NewsBiddingView .BidNav ul {
  font-size: 0;
}
.NewsBiddingView .BidNav li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.NewsBiddingView .BidNav li a {
  display: block;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.NewsBiddingView .BidNav li.on a,
.NewsBiddingView .BidNav li a:hover {
  background: #e72017;
  color: #fff;
  border-color: #e72017;
}
.NewsBiddingView .list {
  padding-bottom: 20px;
}
.NewsBiddingView .list ul li {
  border-bottom: 1px dashed #ddd;
}
.NewsBiddingView .list .txtbox .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
}
.NewsBiddingView .list .txtbox .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 3.2em;
  font-size: 14px;
  color: #999;
}
.NewsBiddingView .list .time {
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  font-family: 'DINCond-Bold';
  color: #bbb;
}
.NewsBiddingView .list .time .iconfont {
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0;
  color: #e72017;
}
.NewsBiddingView .list .lia {
  display: block;
  color: #555;
  padding: 15px 0;
}
.NewsBiddingView .list .libox {
  position: relative;
  min-height: 60px;
  padding-left: 80px;
}
.NewsBiddingView .list .icon {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px 3px 0 3px;
  text-align: center;
  color: #fff;
}
.NewsBiddingView .list .icon .i {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 4px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}
.NewsBiddingView .list .iconimg {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .NewsBiddingView .BidNav li a {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1024px) {
  .NewsBiddingView .BidNav {
    padding: 40px 0 20px;
  }
  .NewsBiddingView .BidNav li a {
    font-size: 18px;
    line-height: 40px;
  }
  .NewsBiddingView .BidNav li {
    margin-right: 20px;
  }
  .NewsBiddingView .list {
    padding-bottom: 60px;
  }
  .NewsBiddingView .list ul li .lia {
    padding: 30px 0px;
    position: relative;
  }
  .NewsBiddingView .list ul li .lia:hover .libg {
    opacity: 100/100;
    filter: alpha(opacity=100);
  }
  .NewsBiddingView .list ul li .lia .libg {
    opacity: 0/100;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: 1;
  }
  .NewsBiddingView .list ul li .libox {
    position: relative;
    z-index: 3;
  }
  .NewsBiddingView .list .txtbox .h3 {
    font-size: 18px;
    padding: 5px 0;
  }
  .NewsBiddingView .list .txtbox .txt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.6em;
  }
  .NewsBiddingView .list .lia .txtbox {
    padding-right: 140px;
  }
  .NewsBiddingView .list .time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding: 0;
    font-size: 18px;
  }
  .NewsBiddingView .list .time .iconfont {
    display: block;
    position: static;
  }
}
/*招标采购 */
/*电商平台 */
.Retailers .img {
  border-radius: 10px;
  overflow: hidden;
}
.Retailers .img img {
  width: 100%;
}
.Retailers .img a {
  display: block;
}
.Retailers .RetailersCenter {
  padding: 10px 0;
}
.Retailers .RetailersCenter ul {
  font-size: 0;
  margin: 0 -5px;
}
.Retailers .RetailersCenter li {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}
.Retailers .RetailersCenter .txtBox {
  padding: 10px 0;
}
.Retailers .RetailersCenter .h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.Retailers .RetailersCenter .h3 .iconfont {
  font-size: 12px;
  color: #e72017;
  display: inline-block;
  padding: 0 3px;
}
.Retailers .RetailersCenter li .txt {
  font-size: 12px;
  padding-top: 5px;
  color: #555;
}
.Retailers .RetailersBottom ul {
  font-size: 0;
  margin: 0 -5px;
}
.Retailers .RetailersBottom li {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .Retailers .RetailersCenter {
    padding: 30px 0;
  }
  .Retailers .RetailersCenter li {
    width: 25%;
    padding: 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .Retailers .RetailersCenter {
    padding: 50px 0;
  }
  .Retailers .RetailersCenter ul {
    margin: 0 -15px;
  }
  .Retailers .RetailersCenter li {
    padding: 0 15px;
  }
  .Retailers .RetailersCenter .h3 {
    font-size: 20px;
  }
  .Retailers .RetailersCenter .txtBox {
    padding-top: 20px;
  }
  .Retailers .RetailersCenter li .txt {
    font-size: 16px;
    padding-top: 10px;
  }
  .Retailers .RetailersBottom ul {
    margin: 0 -15px;
  }
  .Retailers .RetailersBottom li {
    padding: 0 15px;
    margin-top: 50px;
  }
}
/*电商平台 */
/*时代尚研究院 */
.ATitle {
  text-align: center;
  padding-bottom: 15px;
}
.ATitle .h3 {
  color: #333;
  font-weight: normal;
}
.ATitle .h3 .iconfont {
  color: #e72017;
}
.Academy .p {
  padding-bottom: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1280px) {
  .ATitle {
    padding-bottom: 50px;
  }
  .ATitle .h3 {
    font-size: 30px;
  }
  .ATitle .h3 .iconfont {
    font-size: 28px;
  }
  .Academy {
    line-height: 36px;
    font-size: 18px;
  }
  .Academy .p {
    padding-bottom: 40px;
  }
}
.AcademyActivity .img {
  display: block;
  overflow: hidden;
}
.AcademyActivity .img img {
  width: 100%;
}
.AcademyActivity .txtBox {
  padding: 15px 0;
}
.AcademyActivity .txtBox .h3 {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.AcademyActivity .txtBox .h3 .num {
  color: #e72017;
  font-family: 'DINCond-Bold';
  position: absolute;
  left: 0;
  top: 0;
}
.AcademyActivity .txtBox .txt {
  padding-top: 10px;
}
.AcademyActivity .imgsView .imgs {
  text-align: center;
  margin-bottom: 10px;
}
.AcademyActivity .imgsView .imgs .imgtxt {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .AcademyActivity ul {
    font-size: 0;
    margin: 0 -10px;
  }
  .AcademyActivity li {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 14px;
    vertical-align: top;
  }
  .AcademyActivity li.lirow {
    width: 100%;
  }
  .AcademyActivity .imgsView {
    font-size: 0;
    margin: 0 -10px;
  }
  .AcademyActivity .imgsView .imgs {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    width: 33.33%;
  }
  .AcademyActivity .imgsView .imgs .imgtxt {
    padding-top: 10px;
  }
  .AcademyActivity .li8 .lirowBox {
    font-size: 0;
  }
  .AcademyActivity .li8 .img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
    font-size: 14px;
  }
  .AcademyActivity .li8 .txtBox {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .AcademyActivity ul {
    margin: 0 -30px;
  }
  .AcademyActivity li {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .AcademyActivity .li8 .img {
    padding-right: 30px;
  }
  .AcademyActivity .li8 .txtBox {
    padding-left: 30px;
  }
  .AcademyActivity .txtBox .h3 {
    font-size: 22px;
    padding-left: 30px;
  }
  .AcademyActivity .txtBox .txt {
    font-size: 16px;
    line-height: 28px;
    padding-top: 15px;
  }
  .AcademyActivity .imgsView .imgs .imgtxt {
    font-size: 16px;
  }
  .AcademyActivity .txtBox .h3 .num {
    font-size: 24px;
  }
}
.AcaHotNews .list {
  padding-bottom: 20px;
}
.AcaHotNews .list ul li {
  border-bottom: 1px dashed #ddd;
}
.AcaHotNews .list .txtbox .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
}
.AcaHotNews .list .txtbox .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 3.2em;
  font-size: 14px;
  color: #999;
}
.AcaHotNews .list .time {
  position: relative;
  font-family: 'DINCond-Bold';
  color: #bbb;
}
.AcaHotNews .list .time .iconfont {
  font-size: 22px;
  color: #e72017;
}
.AcaHotNews .list .lia {
  display: block;
  color: #555;
  padding: 15px 0;
}
.AcaHotNews .list .libox {
  position: relative;
  min-height: 60px;
  padding-left: 80px;
}
.AcaHotNews .list .icon {
  display: block;
  background: #e72017;
  font-family: 'DINCond-Bold';
  width: 60px;
  padding-top: 8px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px 3px 0 3px;
  text-align: center;
  color: #fff;
}
.AcaHotNews .list .icon .i {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 4px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-style: solid;
  border-color: transparent transparent #e72017 #e72017;
}
.AcaHotNews .list .iconimg {
  font-size: 22px;
  line-height: 1em;
}
.AcaHotNews .moreViewBox .moreView {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .AcaHotNews .list {
    padding-bottom: 60px;
  }
  .AcaHotNews .list ul li .lia {
    padding: 30px 0px;
    position: relative;
  }
  .AcaHotNews .list ul li .lia:hover .libg {
    opacity: 100/100;
    filter: alpha(opacity=100);
  }
  .AcaHotNews .list ul li .lia .libg {
    opacity: 0/100;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: 1;
  }
  .AcaHotNews .list ul li .libox {
    position: relative;
    z-index: 3;
  }
  .AcaHotNews .list .txtbox .h3 {
    font-size: 18px;
    padding: 5px 0;
  }
  .AcaHotNews .list .txtbox .txt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.6em;
  }
  .AcaHotNews .list .lia .txtbox {
    padding-right: 140px;
  }
  .AcaHotNews .list .time {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    text-align: right;
    padding: 0;
    font-size: 18px;
  }
  .AcaHotNews .list .time .iconfont {
    display: block;
    position: static;
  }
  .AcaHotNews .list .iconimg {
    font-size: 30px;
  }
  .AcaHotNews .list .icon {
    padding-top: 4px;
  }
}
/*时代尚研究院 */
/*口岸概况 */
.PortProfile .PortProfileTop .FRight .p {
  margin-bottom: 15px;
}
.PortProfile .PortProfileTop .Fpc {
  display: none;
}
.PortProfile .PortProfileTop .FLeft .img img {
  width: 100%;
}
.PortProfile .PorstList {
  padding-top: 30px;
}
.PortProfile .PorstList .listTop {
  position: relative;
}
.PortProfile .PorstList .listTop .hx {
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  bottom: 11px;
  position: absolute;
}
.PortProfile .PorstList .listTop .item {
  position: relative;
  padding-bottom: 30px;
  cursor: pointer;
}
.PortProfile .PorstList .listTop .item .Boxicon {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.PortProfile .PorstList .listTop .item:hover .lia {
  background: #e72017;
  color: #fff;
}
.PortProfile .PorstList .listTop .item .lia {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  position: relative;
  border-radius: 3px;
}
.PortProfile .PorstList .listTop .item .lia .i {
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #e72017;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  opacity: 0/100;
  filter: alpha(opacity=0);
}
.PortProfile .PorstList .listTop .activeOn .item .lia {
  background: #e72017;
  color: #fff;
}
.PortProfile .PorstList .listTop .activeOn .item .lia .i {
  opacity: 100/100;
  filter: alpha(opacity=100);
}
.PortProfile .PorstList .listTop .activeOn .item .iconfont {
  color: #e72017;
}
.PortProfile .PorstList .listCon .h4 {
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0;
}
.PortProfile .PorstList .listCon .txtBox {
  padding-bottom: 15px;
}
.PortProfile .owl-carousel .owl-nav {
  padding: 15px 0;
  text-align: center;
}
.PortProfile .owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}
.PortProfile .owl-carousel .owl-nav .owl-prev,
.PortProfile .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #836766;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PortProfile .owl-carousel .owl-nav .owl-prev:hover,
.PortProfile .owl-carousel .owl-nav .owl-next:hover {
  background: #e72017;
  border-color: #e72017;
}
@media screen and (min-width: 768px) {
  .PortProfile .PortProfileTop {
    font-size: 0;
  }
  .PortProfile .PortProfileTop .ATitle {
    text-align: left;
  }
  .PortProfile .PortProfileTop .FRight {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 62.5%;
    padding-left: 30px;
  }
  .PortProfile .PortProfileTop .Fpc {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 37.5%;
  }
  .PortProfile .PortProfileTop .Fwap {
    display: none;
  }
  .PortProfile .PorstList {
    padding-top: 50px;
  }
  .PortProfile .PorstList .listCon {
    padding-top: 30px;
  }
  .PortProfile .PorstList .listCon .ItemAbox {
    font-size: 0;
    background: #f8f8f8 url('../images/xbg01.png') no-repeat 0 0;
  }
  .PortProfile .PorstList .listCon .Fleft {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    font-size: 14px;
    padding: 15px 20px 40px;
    color: #666;
  }
  .PortProfile .PorstList .listCon .Fright {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    font-size: 14px;
  }
  .PortProfile .owl-carousel .owl-nav {
    padding: 0;
    position: absolute;
    left: 20px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .PortProfile .PorstList .listCon .Fright {
    width: 37.5%;
  }
  .PortProfile .PorstList .listCon .Fleft {
    width: 62.5%;
  }
}
@media screen and (min-width: 1280px) {
  .PortProfile .PortProfileTop .ATitle {
    padding-bottom: 30px;
  }
  .PortProfile .PortProfileTop .FRight {
    padding-left: 50px;
    font-size: 16px;
    line-height: 32px;
  }
  .PortProfile .PorstList .listTop .item .lia {
    padding: 0 30px;
    font-size: 20px;
    line-height: 50px;
  }
  .PortProfile .PorstList .listCon .Fleft {
    font-size: 16px;
    line-height: 32px;
    padding: 20px 60px 40px;
  }
  .PortProfile .owl-carousel .owl-nav {
    left: 60px;
    bottom: 40px;
  }
  .PortProfile .PorstList {
    padding-top: 70px;
  }
  .PortProfile .PorstList .listTop .item .iconfont {
    font-size: 22px;
  }
  .PortProfile .PorstList .listTop .item {
    padding-bottom: 45px;
  }
  .PortProfile .PorstList .listTop .hx {
    bottom: 17px;
  }
  .PortProfile .PorstList .listCon .h4 {
    font-size: 18px;
  }
}
/*口岸概况 */
/*便民效劳 */
.PortConvenient .fr {
  padding: 10px 0;
}
.PortConvenient .ConTxt {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  line-height: 24px;
}
.PortConvenient .ConTxt .p {
  margin-bottom: 10px;
}
.PortConvenient .list .listItem {
  padding-left: 50px;
  position: relative;
  padding-bottom: 30px;
}
.PortConvenient .list .listItem .name {
  padding-bottom: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
}
.PortConvenient .list .listItem .name .nameBtn {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 3px;
  background: #999;
  color: #fff;
}
.PortConvenient .list .listItem .name .nameBtn .i {
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}
.PortConvenient .list .listItem .name .time {
  display: inline-block;
  padding-left: 10px;
}
.PortConvenient .list .listItem .hx {
  position: absolute;
  bottom: 30px;
  left: 20px;
  top: 0;
  width: 1px;
  background: #ddd;
}
.PortConvenient .list .listItem .hx .iconfont {
  position: absolute;
  left: -14px;
  width: 30px;
  text-align: center;
  bottom: 0;
  background: #fff;
  color: #ddd;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1em;
}
.PortConvenient .list .listItem.fristItem .name .nameBtn {
  background: #e72017;
}
.PortConvenient .list .listItem.fristItem .name .nameBtn .i {
  border-left-color: #e72017;
}
.PortConvenient .list .listItem.fristItem .hx {
  background: #e72017;
}
.PortConvenient .list .listItem.fristItem .hx .iconfont {
  color: #e72017;
}
@media screen and (min-width: 768px) {
  .PortConvenient .fr {
    float: right;
    padding: 0 0 15px 15px;
    max-width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .PortConvenient .list .listItem .name .nameBtn {
    font-size: 20px;
    min-width: 140px;
    text-align: center;
    padding: 10px 20px;
  }
  .PortConvenient .list .listItem .name .time {
    font-size: 16px;
  }
  .PortConvenient .ConTxt {
    font-size: 16px;
    line-height: 32px;
  }
  .PortConvenient .list .listItem {
    padding-left: 160px;
  }
  .PortConvenient .list .listItem .hx {
    left: 70px;
  }
  .PortConvenient .ConTxt .p {
    padding-bottom: 20px;
  }
  .PortConvenient .ConTxt {
    padding-bottom: 40px;
  }
  .PortConvenient .list .listItem {
    padding-bottom: 40px;
  }
  .PortConvenient .list .listItem .name .time {
    padding-left: 16px;
  }
}
/*便民效劳 */
/*党建动态 */
.PartyTrends .list {
  overflow: hidden;
}
.PartyTrends .list li {
  margin-bottom: 15px;
}
.PartyTrends .list .libox {
  background: #f8f8f8;
}
.PartyTrends .list .libox .Right {
  padding: 20px;
  background: url('/tpl_res/cms/www/cn/images/PartyTrendsbg.png') no-repeat center bottom;
  background-size: cover;
}
.PartyTrends .list .img a {
  display: block;
  overflow: hidden;
}
.PartyTrends .list .img a img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartyTrends .list .img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.PartyTrends .list .BtnIcon {
  padding-bottom: 5px;
  color: #e72017;
}
.PartyTrends .list .h3 a {
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartyTrends .list .h3 a:hover {
  color: #e72017;
}
.PartyTrends .list .txtBox {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.PartyTrends .list .timeBtn {
  padding-top: 5px;
  position: relative;
  padding-right: 160px;
}
.PartyTrends .list .timeBtn .time {
  font-family: 'DINCond-Bold';
  font-size: 16px;
  color: #bbb;
  line-height: 37px;
}
.PartyTrends .list .timeBtn .moreViewBox {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .PartyTrends .list .libox {
    font-size: 0;
    background: #f8f8f8 url('/tpl_res/cms/www/cn/images/PartyTrendsbg.png') no-repeat right bottom;
  }
  .PartyTrends .list .libox .img {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 14px;
  }
  .PartyTrends .list .libox .Right {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    padding-left: 30px;
    font-size: 14px;
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  .PartyTrends .list .BtnIcon .iconfont {
    position: relative;
    left: -20px;
  }
  .PartyTrends .list .libox .img {
    width: 37.5%;
  }
  .PartyTrends .list .libox .Right {
    width: 62.5%;
    padding: 0 50px;
  }
  .PartyTrends .list li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .PartyTrends .list .BtnIcon .iconfont {
    font-size: 22px;
    padding-left: -30px;
  }
  .PartyTrends .list .h3 a {
    font-size: 24px;
  }
  .PartyTrends .list .txtBox {
    font-size: 16px;
    margin: 20px 0;
  }
  .PartyTrends .list .timeBtn .time {
    font-size: 18px;
  }
  .PartyTrends .list li {
    margin-bottom: 40px;
  }
  .PartyTrends .list {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .PartyTrends .list .libox .Right {
    padding-left: 80px;
  }
}
/*党建动态 */
/*社会责任 */
.PartySocial .list {
  overflow: hidden;
  padding-top: 30px;
}
.PartySocial .list li {
  margin-bottom: 15px;
}
.PartySocial .list .libox {
  position: relative;
}
.PartySocial .list .libox .Right {
  padding: 20px;
  position: relative;
}
.PartySocial .list .libox .rb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.PartySocial .list .img a {
  display: block;
  overflow: hidden;
}
.PartySocial .list .img a img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartySocial .list .img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.PartySocial .list .BtnIcon {
  color: #e72017;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.PartySocial .list .h3 {
  position: relative;
}
.PartySocial .list .h3 a {
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartySocial .list .h3 a:hover {
  color: #e72017;
}
.PartySocial .list .txtBox {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.PartySocial .list .timeBtn {
  padding-top: 5px;
  position: relative;
  padding-right: 160px;
}
.PartySocial .list .timeBtn .time {
  font-family: 'DINCond-Bold';
  font-size: 16px;
  color: #bbb;
  line-height: 37px;
}
.PartySocial .list .timeBtn .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #e72017;
}
.PartySocial .list .timeBtn .more .iconfont {
  font-size: 32px;
}
.PartySocial .PartySocialTop {
  position: relative;
}
.PartySocial .PartySocialTop .itemBox {
  position: relative;
  display: block;
  color: #555;
  background: #f8f8f8;
  overflow: hidden;
}
.PartySocial .PartySocialTop .itemBox .TxtBox {
  padding: 20px;
}
.PartySocial .PartySocialTop .img {
  overflow: hidden;
}
.PartySocial .PartySocialTop .img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.PartySocial .PartySocialTop .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartySocial .PartySocialTop .time {
  margin-bottom: 10px;
  color: #999;
  position: relative;
  padding-right: 30px;
}
.PartySocial .PartySocialTop .time .timeM {
  font-family: 'DINCond-Bold';
  font-size: 22px;
}
.PartySocial .PartySocialTop .time .timeY {
  font-family: 'DINCond-Bold';
  font-size: 14px;
}
.PartySocial .PartySocialTop .time .iconfont {
  color: #e72017;
  position: absolute;
  right: 0;
  font-size: 22px;
}
.PartySocial .PartySocialTop .h3txt {
  position: relative;
  line-height: 28px;
}
.PartySocial .PartySocialTop .h3txt .iconfont {
  position: absolute;
  left: -20px;
  color: #e72017;
  top: 0;
}
.PartySocial .PartySocialTop .h3txt .h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
}
.PartySocial .PartySocialTop .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px 0;
  line-height: 1.4em;
  height: 4.2em;
}
.PartySocial .PartySocialTop .owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.PartySocial .PartySocialTop .owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}
.PartySocial .PartySocialTop .owl-carousel .owl-nav .owl-prev,
.PartySocial .PartySocialTop .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #836766;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartySocial .PartySocialTop .owl-carousel .owl-nav .owl-prev:hover,
.PartySocial .PartySocialTop .owl-carousel .owl-nav .owl-next:hover {
  background: #e72017;
  border-color: #e72017;
}
@media screen and (min-width: 768px) {
  .PartySocial .list {
    padding-top: 40px;
  }
  .PartySocial .list .libox {
    font-size: 0;
  }
  .PartySocial .list .libox .img {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 14px;
  }
  .PartySocial .list .libox .Right {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    padding-left: 30px;
    font-size: 14px;
  }
  .PartySocial .list .libox .rb {
    width: 55%;
    left: 45%;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .PartySocial .list .libox .img {
    width: 37.5%;
  }
  .PartySocial .list .libox .Right {
    width: 62.5%;
    padding: 0 50px;
  }
  .PartySocial .list .libox .rb {
    width: 62.5%;
    left: 37.5%;
    margin-left: 50px;
  }
  .PartySocial .list li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .PartySocial .list .BtnIcon {
    margin-right: 13px;
  }
  .PartySocial .list .h3 a {
    font-size: 24px;
  }
  .PartySocial .list .txtBox {
    font-size: 16px;
    margin: 20px 0;
  }
  .PartySocial .list .timeBtn .time {
    font-size: 18px;
  }
  .PartySocial .list li {
    margin-bottom: 40px;
  }
  .PartySocial .list {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .PartySocial .list .libox .Right {
    padding-left: 80px;
  }
  .PartySocial .list .libox .rb {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .PartySocial .PartySocialTop .itemBox {
    font-size: 0;
  }
  .PartySocial .PartySocialTop .itemBox .img {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 46.875%;
  }
  .PartySocial .PartySocialTop .itemBox .TxtBox {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 53.125%;
    padding-left: 15px;
  }
  .PartySocial .PartySocialTop .itemBox .TxtBox {
    padding: 0 30px 0 50px;
  }
  .PartySocial .PartySocialTop .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8em;
  }
  .PartySocial .PartySocialTop .moreViewBox {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .PartySocial .PartySocialTop .h3txt .h3 {
    font-size: 24px;
  }
  .PartySocial .PartySocialTop .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.1em;
    line-height: 1.7em;
  }
  .PartySocial .PartySocialTop .time .timeM {
    font-size: 30px;
  }
  .PartySocial .PartySocialTop .h3txt {
    line-height: 32px;
  }
  .PartySocial .PartySocialTop .h3txt .iconfont {
    left: -30px;
  }
}
@media screen and (min-width: 1360px) {
  .PartySocial .PartySocialTop .txt {
    font-size: 18px;
  }
  .PartySocial .PartySocialTop .itemBox .TxtBox {
    padding: 0 90px 0 80px;
  }
  .PartySocial .PartySocialTop .owl-carousel .owl-nav {
    right: 80px;
    bottom: 50px;
  }
  .PartySocial .PartySocialTop .moreViewBox {
    padding-top: 6px;
  }
}
/*社会责任 */
.PartyInspect .PartyInspectTop {
  position: relative;
}
.PartyInspect .PartyInspectTop .itemBox {
  position: relative;
  display: block;
  color: #555;
  background: #f8f8f8;
  overflow: hidden;
}
.PartyInspect .PartyInspectTop .itemBox .TxtBox {
  padding: 20px;
}
.PartyInspect .PartyInspectTop .img {
  overflow: hidden;
}
.PartyInspect .PartyInspectTop .img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.PartyInspect .PartyInspectTop .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartyInspect .PartyInspectTop .time {
  margin-bottom: 10px;
  color: #999;
  position: relative;
  padding-right: 30px;
}
.PartyInspect .PartyInspectTop .time .timeM {
  font-family: 'DINCond-Bold';
  font-size: 22px;
}
.PartyInspect .PartyInspectTop .time .timeY {
  font-family: 'DINCond-Bold';
  font-size: 14px;
}
.PartyInspect .PartyInspectTop .time .iconfont {
  color: #e72017;
  position: absolute;
  right: 0;
  font-size: 22px;
}
.PartyInspect .PartyInspectTop .h3txt {
  position: relative;
  line-height: 28px;
}
.PartyInspect .PartyInspectTop .h3txt .iconfont {
  position: absolute;
  left: -20px;
  color: #e72017;
  top: 0;
}
.PartyInspect .PartyInspectTop .h3txt .h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
}
.PartyInspect .PartyInspectTop .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px 0;
  line-height: 1.4em;
  height: 4.2em;
}
.PartyInspect .PartyInspectTop .owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.PartyInspect .PartyInspectTop .owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}
.PartyInspect .PartyInspectTop .owl-carousel .owl-nav .owl-prev,
.PartyInspect .PartyInspectTop .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  background: #836766;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.PartyInspect .PartyInspectTop .owl-carousel .owl-nav .owl-prev:hover,
.PartyInspect .PartyInspectTop .owl-carousel .owl-nav .owl-next:hover {
  background: #e72017;
  border-color: #e72017;
}
@media screen and (min-width: 768px) {
  .PartyInspect .PartyInspectTop .itemBox {
    font-size: 0;
  }
  .PartyInspect .PartyInspectTop .itemBox .img {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 46.875%;
  }
  .PartyInspect .PartyInspectTop .itemBox .TxtBox {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 53.125%;
    padding-left: 15px;
  }
  .PartyInspect .PartyInspectTop .itemBox .TxtBox {
    padding: 0 30px 0 50px;
  }
  .PartyInspect .PartyInspectTop .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8em;
  }
  .PartyInspect .PartyInspectTop .moreViewBox {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .PartyInspect .PartyInspectTop .h3txt .h3 {
    font-size: 24px;
  }
  .PartyInspect .PartyInspectTop .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.1em;
    line-height: 1.7em;
  }
  .PartyInspect .PartyInspectTop .time .timeM {
    font-size: 30px;
  }
  .PartyInspect .PartyInspectTop .h3txt {
    line-height: 32px;
  }
  .PartyInspect .PartyInspectTop .h3txt .iconfont {
    left: -30px;
  }
}
@media screen and (min-width: 1360px) {
  .PartyInspect .PartyInspectTop .txt {
    font-size: 18px;
  }
  .PartyInspect .PartyInspectTop .itemBox .TxtBox {
    padding: 0 90px 0 80px;
  }
  .PartyInspect .PartyInspectTop .owl-carousel .owl-nav {
    right: 80px;
    bottom: 50px;
  }
  .PartyInspect .PartyInspectTop .moreViewBox {
    padding-top: 6px;
  }
}
.PartyInspect .list {
  padding-top: 30px;
  padding-bottom: 20px;
}
.PartyInspect .list ul li {
  border-bottom: 1px dashed #ddd;
}
.PartyInspect .list .txtbox .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
}
.PartyInspect .list .txtbox .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: 3.2em;
  font-size: 14px;
  color: #999;
}
.PartyInspect .list .time {
  position: relative;
  font-family: 'DINCond-Bold';
  color: #bbb;
}
.PartyInspect .list .time .iconfont {
  font-size: 32px;
  color: #e72017;
}
.PartyInspect .list .lia {
  display: block;
  color: #555;
  padding: 15px 0;
}
.PartyInspect .list .libox {
  position: relative;
  min-height: 60px;
  padding-left: 80px;
}
.PartyInspect .list .icon {
  display: block;
  background: #e72017;
  font-family: 'DINCond-Bold';
  width: 60px;
  padding-top: 8px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px 3px 0 3px;
  text-align: center;
  color: #fff;
}
.PartyInspect .list .icon .i {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 4px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-style: solid;
  border-color: transparent transparent #e72017 #e72017;
}
.PartyInspect .list .iconimg {
  font-size: 22px;
  line-height: 1em;
}
.PartyInspect .moreViewBox .moreView {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .PartyInspect .list {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .PartyInspect .list ul li .lia {
    padding: 30px 0px;
    position: relative;
  }
  .PartyInspect .list ul li .lia:hover .libg {
    opacity: 100/100;
    filter: alpha(opacity=100);
  }
  .PartyInspect .list ul li .lia .libg {
    opacity: 0/100;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: 1;
  }
  .PartyInspect .list ul li .libox {
    position: relative;
    z-index: 3;
  }
  .PartyInspect .list .txtbox .h3 {
    font-size: 18px;
    padding: 5px 0;
  }
  .PartyInspect .list .txtbox .txt {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.6em;
  }
  .PartyInspect .list .lia .txtbox {
    padding-right: 140px;
  }
  .PartyInspect .list .time {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    text-align: right;
    padding: 0;
    font-size: 18px;
  }
  .PartyInspect .list .time .iconfont {
    display: block;
    position: static;
  }
  .PartyInspect .list .iconimg {
    font-size: 30px;
  }
  .PartyInspect .list .icon {
    padding-top: 4px;
  }
}
/* 详情页面 */
.MainInfoCon .MainInfoTitle {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.MainInfoCon .MainInfoTitle .h3 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.MainInfoCon .MainInfoTitle .time {
  font-size: 14px;
  padding-top: 10px;
  color: #999;
}
.MainInfoCon .MainInfoConView {
  max-width: 1080px;
  margin: 0 auto;
}
.MainInfoCon .MainInfoConView .p {
  padding: 10px 0;
}
.MainInfoCon .img {
  text-align: center;
}
.MainInfoCon .Infodd {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 20px;
}
.MainInfoCon .Infodd dd {
  padding: 3px 0;
}
.MainInfoCon .Infodd dd a {
  line-height: 24px;
  color: #333;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MainInfoCon .Infodd dd a:hover {
  color: #e72017;
}
@media screen and (min-width: 768px) {
  .Mian.MainInfoCon {
    padding-top: 45px;
  }
  .MainInfoCon .MainInfoTitle .h3 {
    font-size: 20px;
  }
  .MainInfoCon .MainInfoConView .p {
    padding: 20px 0;
  }
  .MainInfoCon .Infodd .dd1 {
    float: left;
    width: 40%;
  }
  .MainInfoCon .Infodd .dd2 {
    float: right;
    width: 40%;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .MainInfoCon .MainInfoTitle .h3 {
    font-size: 30px;
  }
  .MainInfoCon .MainInfoTitle .time {
    font-size: 16px;
  }
  .MainInfoCon .MainInfoConView {
    line-height: 34px;
    font-size: 16px;
  }
  .MainInfoCon .MainInfoConView .p {
    padding: 30px 0;
  }
  .MainInfoCon .Infodd {
    font-size: 16px;
    padding-top: 20px;
  }
}
/* 详情页面 */
/* 企业理念 */
.Culture .ul {
  overflow: hidden;
}
.Culture .ul .li {
  background: #f8f8f8;
  position: relative;
  margin-bottom: 20px;
}
.Culture .ul .li:last-child {
  margin-bottom: 0;
}
.Culture .img img {
  width: 100%;
}
.Culture .pc {
  display: none;
}
.Culture .liFright {
  padding: 20px;
}
.Culture .liFright .dl dd {
  margin-bottom: 10px;
}
.Culture .liFright .dl dd:last-child {
  margin-bottom: 0;
}
.Culture .liFright .ddbox {
  position: relative;
  padding-left: 60px;
  min-height: 46px;
}
.Culture .liFright .ddbox .h3 {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  color: #e72017;
}
.Culture .liFright .ddbox .h3 .iconfont {
  position: relative;
  top: -10px;
}
.Culture .liFright .ddbox .info {
  padding-top: 5px;
  font-size: 14px;
  color: #333;
}
.Culture .liFright .Bicon {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
}
@media screen and (min-width: 768px) {
  .Culture .ul .li {
    background: #f8f8f8;
  }
  .Culture .ul .li .libox {
    font-size: 0;
    position: relative;
    z-index: 3;
  }
  .Culture .ul .li .liFleft {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .Culture .ul .li .liFleft.wap {
    display: none;
  }
  .Culture .ul .li .liFright {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .Culture .liFright {
    padding: 20px 50px;
  }
  .Culture .liFright .dl dd {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .Culture .liFright {
    padding: 20px 130px 20px 60px;
  }
  .Culture .liFright .dl dd {
    margin-bottom: 20px;
  }
  .Culture .liFright .ddbox .h3 {
    font-size: 20px;
  }
  .Culture .liFright .ddbox .info {
    font-size: 16px;
    line-height: 30px;
  }
  .Culture .ul .li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .Culture .ul .li.li1 .bg {
    background: url('/tpl_res/cms/www/cn/images/logobg01.png') no-repeat right top;
  }
  .Culture .ul .li.li2 .bg {
    background: url('/tpl_res/cms/www/cn/images/logobg02.png') no-repeat left bottom;
  }
  .Culture .ul .li {
    margin-bottom: 40px;
  }
  .Culture .liFright .ddbox .h3 .iconfont {
    font-size: 22px;
    top: -20px;
  }
}
/* 企业理念 */
/* 员工风范 */
.Staff .ul {
  font-size: 0;
  margin: 0 -10px;
}
.Staff li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 15px;
}
.Staff .libox {
  display: block;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Staff .img {
  overflow: hidden;
}
.Staff .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Staff .txtbox {
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Staff .txtbox .h3 {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  color: #555;
  font-weight: normal;
}
.Staff .txtbox .h3 .b1 {
  position: absolute;
  left: 0;
  top: 0;
  color: #e72017;
}
.Staff .txtbox .h3 .b2 {
  display: none;
  color: #e72017;
  position: absolute;
  left: auto;
  top: -15px;
  padding-left: 5px;
}
.Staff .txtbox .h3 .st {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.Staff .txtbox .info {
  position: relative;
  padding-right: 40px;
  color: #999;
}
.Staff .txtbox .info .infop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Staff .txtbox .info .btn {
  position: absolute;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  right: 0;
  top: 0;
  color: #e72017;
}
.Staff .txtbox .info .btn .iconfont {
  font-size: 22px;
}
@media screen and (min-width: 640px) {
  .Staff li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .Staff li {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .Staff ul {
    margin: 0 -27px;
  }
  .Staff li {
    padding: 0 27px;
    margin-bottom: 50px;
  }
  .Staff .txtbox .h3 {
    font-size: 20px;
  }
  .Staff .txtbox {
    padding: 20px 0 25px;
  }
  .Staff .txtbox .info {
    margin-top: 10px;
  }
  .Staff .txtbox .info .infop {
    font-size: 16px;
  }
  .Staff .txtbox .info .btn .iconfont {
    font-size: 32px;
  }
  .Staff .libox:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .Staff .libox:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Staff .libox:hover .h3 {
    padding-left: 0;
  }
  .Staff .libox:hover .h3 .b1 {
    display: none;
  }
  .Staff .libox:hover .h3 .b2 {
    display: inline-block;
  }
  .Staff .libox:hover .txtbox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Staff .txtbox .h3 .b1 .iconfont {
    font-size: 20px;
  }
  .Staff .txtbox .h3 .b2 .iconfont {
    font-size: 20px;
  }
}
.StaffMask {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.StaffMask .StaffMaskCon {
  max-width: 800px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
}
.StaffMask .StaffMaskCon .colse {
  position: absolute;
  right: 0;
  top: -30px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
#getdata {
  width: 100%;
}
#getdata .MaxImgBoxView {
  position: relative;
}
#getdata .MaxImgBoxView .btns .btn {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: #fff;
  color: #333;
}
#getdata .MaxImgBoxView .btns .btn:hover {
  background: #e72017;
  color: #fff;
}
#getdata .MaxImgBoxView .btns .btn.btn1 {
  left: 0;
}
#getdata .MaxImgBoxView .btns .btn.btn2 {
  right: 0;
}
#getdata img {
  width: 100%;
}
#getdata .MinImgBox {
  padding-top: 10px;
}
#getdata .MinImgBox .slick-list {
  margin: 0 -5px;
}
#getdata .MinImgBox .item {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .StaffMask .StaffMaskCon {
    padding: 20px;
    width: 70%;
  }
  #getdata .MaxImgBoxView .btns .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .StaffMask .StaffMaskCon .colse {
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
    line-height: 40px;
  }
  .StaffMask .StaffMaskCon .colse .iconfont {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .StaffMask .StaffMaskCon {
    padding: 50px;
  }
  #getdata .MaxImgBoxView .btns .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .StaffMask .StaffMaskCon .colse {
    width: 60px;
    height: 60px;
    right: -60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .StaffMask .StaffMaskCon {
    max-width: 1000px;
  }
}
/* 员工风范 */
/* 人才理念 */
.JobHuman {
  overflow: hidden;
}
.JobHuman .title {
  text-align: center;
}
.JobHuman .title .h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.JobHuman .title .h3 .iconfont {
  color: #e72017;
}
.JobHuman .title .info {
  padding-top: 5px;
}
.JobHuman .Timg {
  padding: 15px 0;
}
.JobHuman .Timg img {
  width: 100%;
}
.JobHuman .Timg .pc {
  display: none;
}
.JobHuman .List .ul {
  text-align: center;
}
.JobHuman .List li {
  margin-bottom: 15px;
}
.JobHuman .List .libox {
  background: #f8f8f8;
  padding: 20px;
}
.JobHuman .List .img {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
}
.JobHuman .List .img img {
  width: 100%;
}
.JobHuman .List .h3 {
  font-weight: normal;
  font-size: 16px;
}
.JobHuman .List .h3 .st {
  display: inline-block;
  position: relative;
}
.JobHuman .List .h3 .iconfont {
  position: absolute;
  left: -30px;
  top: -5px;
  color: #e72017;
}
.JobHuman .List .info {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .JobHuman .title .h3 {
    font-size: 22px;
  }
  .JobHuman .title .h3 .iconfont {
    font-size: 22px;
  }
  .JobHuman .Timg .pc {
    display: block;
  }
  .JobHuman .Timg .wap {
    display: none;
  }
  .JobHuman .List ul {
    font-size: 0;
    margin: 0 -5px;
  }
  .JobHuman .List ul li {
    display: inline-block;
    margin-bottom: 0;
    width: 33.33%;
    vertical-align: top;
    font-size: 14px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .JobHuman .title .h3 {
    font-size: 24px;
  }
  .JobHuman .title .info {
    font-size: 18px;
    padding-top: 10px;
  }
  .JobHuman .Timg {
    padding: 30px 0;
  }
  .JobHuman .List {
    padding-top: 20px;
  }
  .JobHuman .List ul {
    margin: 0 -25px;
  }
  .JobHuman .List ul li {
    padding: 0 25px;
  }
  .JobHuman .List .libox {
    padding: 40px;
  }
  .JobHuman .List .img {
    width: 94px;
    height: 94px;
  }
  .JobHuman .List .h3 {
    font-size: 24px;
    padding: 8px 0;
  }
  .JobHuman .List .h3 .iconfont {
    font-size: 22px;
    left: -35px;
  }
  .JobHuman .List .info {
    font-size: 16px;
    line-height: 34px;
  }
}
/* 人才理念 */
.Joblist .list .litop {
  background: #e72017;
  color: #fff;
}
.Joblist .list .litop .dl {
  border-radius: 20px 0;
}
.Joblist .list .li {
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.Joblist .list .li dl {
  background: #f3f3f3;
  color: #333;
  overflow: hidden;
}
.Joblist .list .lion {
  overflow: hidden;
  background-color: #fff;
}
.Joblist .list dl.dl {
  margin: 0;
  font-size: 0;
  line-height: 20px;
  position: relative;
}
.Joblist .list dl.dl .btn {
  position: absolute;
  right: 20px;
  top: 15px;
}
.Joblist .list .lion dl.dl .dd1 .i {
  opacity: 100/100;
  filter: alpha(opacity=100);
}
.Joblist .list dl.dl dd {
  width: 60%;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 15px 10px;
  display: inline-block;
  vertical-align: top;
}
.Joblist .list dl.dl .dd1 {
  text-align: left;
  position: relative;
}
.Joblist .list dl.dl .dd1 .i {
  position: absolute;
  left: 0;
  top: 50%;
  height: 18px;
  width: 4px;
  background: #e72017;
  margin-top: -9px;
  opacity: 0/100;
  filter: alpha(opacity=0);
}
.Joblist .list dl.dl .dd5 {
  width: 40%;
}
.Joblist .list dl.dl .dd4,
.Joblist .list dl.dl .dd3,
.Joblist .list dl.dl .dd2 {
  display: none;
}
.Joblist .list .liConBox {
  background: #f9f9f9;
  padding: 20px;
  overflow: hidden;
  display: none;
}
.Joblist .list .liConBox .txt {
  line-height: 26px;
  color: #666;
  margin-bottom: 10px;
}
.Joblist .list .liConBox .txt .h4 {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
}
.Joblist .list .Fmore {
  text-align: left;
}
.Joblist .list .Fmore .btnBottom {
  text-align: left;
}
.Joblist .list .btnBottom {
  text-align: center;
}
.Joblist .list .btnBottom .btnA {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 130px;
  line-height: 40px;
  overflow: hidden;
  background: #e72017;
}
.Joblist .list .btnBottom .btnA .btnspan {
  position: relative;
  z-index: 5;
}
.Joblist .list .btnBottom .btnA:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .Joblist {
    padding: 0px 0 20px;
  }
  .Joblist .list dl.dl dd {
    width: 31.25%;
    padding: 15px;
  }
  .Joblist .list dl.dl .dd5,
  .Joblist .list dl.dl .dd3,
  .Joblist .list dl.dl .dd4,
  .Joblist .list dl.dl .dd2 {
    display: inline-block;
    width: 16.25%;
  }
  .Joblist .list dl.dl .dd2 {
    width: 20%;
  }
  .Joblist .list {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .Joblist {
    padding: 0px 0 50px;
  }
  .Joblist .list li dl.dl .dd1 {
    padding-left: 50px;
  }
  .Joblist .list dl.dl dd {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
  }
  .Joblist .list .litop dl.dl .dd1 {
    text-align: center;
    padding-left: 0;
  }
  .Joblist .list .liConBox {
    padding: 60px 50px 75px;
    position: relative;
  }
  .Joblist .list .liConBox .txt .h4 {
    font-size: 16px;
  }
  .Joblist .list .liConBox .txt {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 35px;
  }
  .Joblist .list .btnBottom .btnA {
    width: 140px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .Joblist .list .liConBox .txt .h4 {
    font-size: 20px;
  }
  .Joblist .list .liConBox .txt {
    line-height: 30px;
  }
  .Joblist .list .btnBottom .btnA {
    font-size: 18px;
  }
  .Joblist .list dl.dl dd {
    font-size: 18px;
  }
  .Joblist .list .liConBox .txt .h4 {
    padding-bottom: 15px;
  }
}
.maskjob {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 999;
}
.jobform {
  max-width: 710px;
  padding: 30px 15px;
  width: 100%;
  font-size: 14px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jobform .scrollWarp {
  overflow: hidden;
}
.jobform .scrollBox {
  overflow: hidden;
}
.jobform .inputFileBox {
  width: 100%;
  height: 22px;
  color: #e72017;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.jobform .inputFileBox .inputhide {
  display: none;
}
.jobform .inputFileBox .mrtxt {
  display: none;
}
.jobform .inputFileBox .inputtxt {
  line-height: 22px;
  color: #e72017;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jobform .inputFileBox .inputbox {
  padding-left: 0px;
}
.jobform .jobclose {
  background: #e72017;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.jobform .jobclose .iconfont {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.jobform .h3 {
  text-align: center;
  padding: 0px 15px 0;
  color: #e72017;
  font-weight: normal;
  font-size: 16px;
}
.jobform ul {
  padding-top: 10px;
}
.jobform .li1 {
  position: relative;
  line-height: 40px;
  padding-left: 120px;
  margin-bottom: 15px;
}
.jobform .li1 .left {
  width: 100px;
  padding-right: 5px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
}
.jobform .li1 .right {
  padding: 9px 15px;
  background: #f4f4f4;
}
.jobform .li1.liname .right {
  border: none;
}
.jobform .li1.liname .right .zwmc {
  display: block;
  width: 100%;
  line-height: 22px;
  font-family: '微软雅黑';
  font-size: 14px;
}
.jobform .li1 .right input {
  display: block;
  width: 100%;
  line-height: 22px;
  font-family: '微软雅黑';
  font-size: 14px;
}
.jobform .li1 .right textarea {
  display: block;
  width: 100%;
  line-height: 22px;
  height: 150px;
  font-family: '微软雅黑';
  font-size: 14px;
}
.jobform .Fmore {
  padding: 10px 0 15px;
  text-align: left;
  padding-left: 120px;
}
.jobform .Fmore a {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jobform {
    padding: 60px 30px 15px;
  }
  .jobform .li1 {
    line-height: 60px;
    font-size: 16px;
  }
  .jobform .li1 .right {
    padding: 14px 15px;
  }
  .jobform .h3 {
    font-size: 22px;
  }
  .jobform ul {
    padding-top: 20px;
  }
  .jobform .li1 .left {
    width: 120px;
  }
  .jobform .li1 {
    padding-left: 130px;
  }
  .jobform .Fmore {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1000px) {
  .jobform .h3 {
    font-size: 28px;
  }
  .jobform ul {
    padding-top: 40px;
  }
  .jobform .li1 {
    margin-bottom: 24px;
  }
  .jobform .jobclose {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .jobform .jobclose .iconfont {
    font-size: 22px;
  }
  .jobform {
    padding: 80px 70px;
  }
}
.Fmore {
  text-align: center;
}
.Fmore .morea {
  display: inline-block;
  line-height: 40px;
  width: 140px;
  color: #fff;
  background: #e72017;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .Fmore .morea {
    line-height: 50px;
    width: 180px;
  }
}
@media screen and (min-width: 1000px) {
  .Fmore .morea {
    font-size: 16px;
    width: 220px;
  }
}
/* 钱柜qg777政策 */
.Policy.PolicyPtop0 {
  padding-top: 0;
}
.Policy .BidNav {
  padding: 20px 0 10px;
}
.Policy .BidNav ul {
  font-size: 0;
}
.Policy .BidNav li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.Policy .BidNav li a {
  display: block;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.Policy .BidNav li.on a,
.Policy .BidNav li a:hover {
  background: #e72017;
  color: #fff;
  border-color: #e72017;
}
.Policy .list {
  min-height: 400px;
}
.Policy .list ul li {
  border-bottom: 1px dashed #bbb;
}
.Policy .list .libox {
  position: relative;
  padding: 10px 0;
}
.Policy .list .lia {
  color: #333;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Policy .list .lia .iconfont {
  font-size: 14px;
  color: #e72017;
}
.Policy .list .br {
  padding-top: 5px;
}
.Policy .list .br .eye {
  padding-right: 15px;
}
.Policy .list .br a {
  display: inline-block;
  color: #555;
}
.Policy .list .br a:hover {
  color: #e72017;
}
@media screen and (min-width: 768px) {
  .Policy .list .libox {
    padding: 20px 0;
    padding-right: 140px;
  }
  .Policy .list .libox .br {
    padding-top: 0;
    text-align: right;
    width: 120px;
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .Policy .BidNav li a {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1280px) {
  .Policy .BidNav {
    padding: 40px 0 20px;
  }
  .Policy .BidNav li a {
    font-size: 18px;
    line-height: 40px;
  }
  .Policy .BidNav li {
    margin-right: 20px;
  }
  .Policy .list li .libox {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 180px;
  }
  .Policy .list .lia .iconfont {
    font-size: 16px;
  }
  .Policy .list .libox .br {
    width: 160px;
    top: 25px;
  }
  .Policy .list .libox .br .iconfont {
    font-size: 20px;
    padding-left: 2px;
  }
}
/* 钱柜qg777政策 */
/* 租赁营业 */
.UsLeasing {
  overflow: hidden;
}
/* 租赁营业 */
.UsContact .title .h3 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.UsContact .navtxt {
  padding: 20px 0;
}
.UsContact .navtxt ul li {
  margin-bottom: 15px;
}
.UsContact .navtxt .h3 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.UsContact .navtxt .liwarp {
  position: relative;
  padding-left: 10px;
}
.UsContact .navtxt .liwarp .i {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 3px;
  background: #e3e3e3;
}
.UsContact .MapCon .map {
  height: 250px;
}
.UsContact .MapCon img {
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .UsContact .title .h3 {
    font-size: 24px;
  }
  .UsContact .navtxt {
    padding: 30px 0;
  }
  .UsContact .navtxt ul {
    font-size: 0;
  }
  .UsContact .navtxt .h3 {
    font-size: 18px;
  }
  .UsContact .navtxt .h3 .iconfont {
    font-size: 22px;
  }
  .UsContact .navtxt .liwarp {
    padding-left: 20px;
  }
  .UsContact .navtxt ul li {
    display: inline-block;
    font-size: 16px;
    padding-right: 0px;width: 25%;vertical-align: top;
  }
.UsContact .navtxt ul li:nth-child(3n+1){width:40%;}
  .UsContact .MapCon {
    padding-top: 20px;
  }
  .UsContact .MapCon .map {
    height: 450px;
  }
}
/* 分公司及下属企业 */
.Branch .list li {
  margin-bottom: 15px;
}
.Branch .list .libox {
  background: #f8f8f8;
  padding: 20px;
}
.Branch .list .lih3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.Branch .list .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
.Branch .list .h3 .iconfont {
  font-size: 22px;
  color: #e72017;
}
.Branch .list .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 96px;
}
.Branch .list .moreViewBox {
  padding-top: 15px;
}
@media screen and (min-width: 640px) {
  .Branch {
    overflow: hidden;
  }
  .Branch .list ul {
    font-size: 0;
    margin: 0 -10px;
  }
  .Branch .list li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .Branch .list .lih3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .Branch .list .h3 {
    font-size: 28px;
  }
  .Branch .list .h3 .iconfont {
    font-size: 28px;
  }
  .Branch .list ul {
    margin: 0 -20px;
  }
  .Branch .list li {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .Branch .list .info {
    line-height: 30px;
  }
  .Branch .list .libox {
    padding: 40px;
  }
  .Branch .list .moreViewBox {
    padding-top: 25px;
  }
}
.BranchInfo .BranchInfoTitle {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.BranchInfo .BranchInfoTitle .h3 {
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.BranchInfo .BranchInfoTitle .h3 .iconfont {
  font-size: 22px;
  color: #e72017;
}
.BranchInfo .BranchInfoConView .imgs {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.BranchInfo .BranchInfoConView .imgs ul {
  font-size: 0;
  margin: 0 -5px;
}
.BranchInfo .BranchInfoConView .imgs li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  padding: 5px;
}
.BranchInfo .BranchInfoConView .TxtCon .p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .BranchInfo .BranchInfoTitle {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .BranchInfo .BranchInfoTitle .h3 {
    font-size: 20px;
  }
  .BranchInfo .BranchInfoConView {
    line-height: 26px;
  }
  .BranchInfo .BranchInfoConView .imgs {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .BranchInfo .BranchInfoConView .imgs ul {
    margin: 0 -10px;
  }
  .BranchInfo .BranchInfoConView .imgs li {
    padding: 10px;
  }
  .BranchInfo .BranchInfoConView .TxtCon .p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .BranchInfo .BranchInfoTitle {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .BranchInfo .BranchInfoTitle .h3 {
    font-size: 28px;
  }
  .BranchInfo .BranchInfoConView {
    font-size: 16px;
    line-height: 34px;
  }
  .BranchInfo .BranchInfoConView .imgs {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .BranchInfo .BranchInfoConView .imgs ul {
    margin: 0 -10px;
  }
  .BranchInfo .BranchInfoConView .imgs li {
    padding: 10px;
  }
  .BranchInfo .BranchInfoConView .TxtCon .p {
    margin-bottom: 25px;
  }
  .BranchInfo .BranchInfoConView .imgs ul {
    margin: 0 -20px;
  }
  .BranchInfo .BranchInfoConView .imgs li {
    padding: 10px 20px;
  }
}
/* 分公司及下属企业 */
.linkCon .list {
  padding-bottom: 10px;
}
.linkCon .list ul {
  font-size: 0;
  margin: 0 -5px;
}
.linkCon .list li {
  display: inline-block;
  width: 50%;
  padding: 5px;
}
.linkCon .list .libox {
  display: block;
  border: 1px solid #eee;
  overflow: hidden;
}
.linkCon .list .libox img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.linkCon .list .libox:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 1000px) {
  .linkCon .list {
    padding-bottom: 40px;
  }
  .linkCon .list ul {
    font-size: 0;
    margin: 0 -15px;
  }
  .linkCon .list li {
    display: inline-block;
    width: 25%;
    padding: 15px;
  }
  .linkCon .list li.lihide {
    display: none;
  }
}
/* 购物攻略 */
.RShopping {
  overflow: hidden;
}
.RShopping .F1 li {
  padding-bottom: 15px;
}
.RShopping .F1 .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.RShopping .F1 .img img {
  width: 100%;
}
.RShopping .F1 .txtBox {
  padding: 10px 0;
}
.RShopping .F1 .txtBox .title .h3 {
  font-size: 16px;
  font-weight: normal;
  color: #e72017;
}
.RShopping .F1 .txtBox .title .i {
  display: block;
  width: 60px;
  height: 2px;
  background: #e72017;
  margin: 8px 0;
}
.RShopping .F1 .txtBox .txt {
  font-size: 14px;
}
.RShopping .MaximgView {
  padding-bottom: 15px;
}
.RShopping .MaximgA a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.RShopping .MaximgA a img {
  width: 100%;
}
.RShopping .list {
  padding-top: 10px;
}
.RShopping .list ul {
  font-size: 0;
  margin: 0 -8px;
}
.RShopping .list li {
  display: inline-block;
  font-size: 14px;
  width: 50%;
  vertical-align: top;
  padding: 8px;
}
.RShopping .list .lia {
  display: block;
  border-radius: 20px 0;
  border: 1px solid #e5bac3;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.RShopping .list .lia .img {
  width: 80%;
  max-width: 220px;
  margin: 0 auto;
}
.RShopping .list .lia .title {
  padding-top: 5px;
}
.RShopping .list .lia .title .h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e72017;
}
.RShopping .list .lia .title .h4 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #f08427;
  line-height: 1.5em;
  height: 3em;
}
.RShopping .list .lia .pic {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f08427;
  color: #e72017;
}
.RShopping .list .lia .pic .spanb {
  display: inline-block;
  vertical-align: top;
}
.RShopping .list .lia .pic .sp1 {
  padding-right: 10px;
}
.RShopping .list.list01 .lia {
  border-color: #3b77d3;
}
.RShopping .list.list01 .lia .title .h3 {
  color: #3b77d3;
}
.RShopping .list.listcenter .lia .title .h3 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .RShopping .F1 ul {
    font-size: 0;
    margin: 0 -8px;
  }
  .RShopping .F1 li {
    font-size: 14px;
    display: inline-block;
    padding: 0 8px 15px;
    width: 50%;
    vertical-align: top;
  }
  .RShopping .list {
    padding-top: 15px;
  }
  .RShopping .list li {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .RShopping .F1 ul {
    margin: 0 -15px;
  }
  .RShopping .F1 li {
    font-size: 16px;
    padding: 0 15px 30px;
  }
  .RShopping .F1 .title {
    padding: 15px 0;
  }
  .RShopping .F1 .title .h3 {
    font-size: 24px;
  }
  .RShopping .F1 .txtBox .txt {
    font-size: 16px;
    line-height: 32px;
  }
  .RShopping .list {
    padding-top: 40px;
  }
  .RShopping .list ul {
    margin: 0 -20px;
  }
  .RShopping .list li {
    padding: 0 20px 15px;
  }
  .RShopping .list .lia {
    padding: 30px 20px;
  }
  .RShopping .list .lia .title {
    padding-top: 20px;
  }
  .RShopping .list .lia .title .h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .RShopping .list .lia .title .h4 {
    font-size: 16px;
  }
  .RShopping .MaximgView {
    padding-bottom: 50px;
  }
}
/* -------------------------------------- 768 -------------------------------------------------- */
/* -------------------------------------- 768 -------------------------------------------------- */
/* -------------------------------------- 1000 -------------------------------------------------- */
/* -------------------------------------- 1000 -------------------------------------------------- */
/* -------------------------------------- 1200 -------------------------------------------------- */
/* -------------------------------------- 1200 -------------------------------------------------- */


/* 2022/5/13 */

.imgbox {
  overflow: hidden;
  position: relative;
}
.imgbox img {
  -webkit-transition: .6s;
  transition: .6s;
  width: 100%;
  display: block;
}
.swiperControls2 .prev,.swiperControls2 .next{position:absolute;top:50%;margin-top:-25px;width:50px;height:50px;cursor:pointer;
  background-color:#fff;z-index:30;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,0.1);
  background-position:center;background-repeat:no-repeat;
  background-image:url(/tpl_res/cms/www/cn/images/more.png);
}
.swiperControls2 .prev:hover,.swiperControls2 .next:hover{
  background-image:url(/tpl_res/cms/www/cn/images/more2.png);
  background-color:#e72017;
}
.swiperControls2 .prev{-webkit-transform:rotate(180deg);transform:rotate(180deg);left:0;}
.swiperControls2 .next{right:0;}
.newsSlide{position:relative;padding:4% 80px;}
.newsSlide .swiper-container{padding:0 20%;margin:auto;}
.newsSlide .swiper-slide{position:relative;}
.newsSlide .swiper-slide .tit{position:absolute;left:0;width:100%;bottom:-120%;padding:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:18px;padding-right:140px;-webkit-transition:.4s;transition:.4s;}
.newsSlide .swiper-slide-active .tit{bottom:0;}
.newsSlide .swiper-slide-active .tit span{position:absolute;right:30px;top:0;}
.newsSlide .swiper-slide:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;opacity:0.5;z-index:10;}
.newsSlide .swiper-slide-active:before{opacity:0;}
@media(max-width:1024px){.newsSlide{padding:6% 50px;}
.swiperControls2 .prev,.swiperControls2 .next{width:40px;height:40px;}
.newsSlide .swiper-container{padding:0 10%;}
.newsSlide .swiper-slide .tit{font-size:14px;padding:10px;padding-right:80px;}
.newsSlide .swiper-slide-active .tit span{right:10px;top:10px;}
}
@media(max-width:560px){.swiperControls2 .prev,.swiperControls2 .next{position:static;display:inline-block;vertical-align:middle;margin:0 10px;}
.swiperControls2{text-align:center;margin-top:20px;}
.newsSlide{padding:0 0 6%;}
}
.newsSlide .swiper-slide-active .tit span{top:30px;}
@media (max-width:1024px){.newsSlide .swiper-slide-active .tit span{top:10px;}
}
.newsSlide .swiper-slide .tit{background-color:rgba(15,23,56,0.7);}


.newsList .item{margin-bottom:40px;}
.newsList .item .flex{align-items:center;background:#f9f9f9;padding-right:80px;}
.newsList .item .imgbox{width:28.5%;flex:0 0 auto;}
.newsList .item .content{width:calc(100% - 28.5% - 50px);padding:20px 80px;font-size:18px;color:#555;}
.newsList .item .date{font-size:16px;font-weight:bold;margin-bottom:10px;}
.newsList .item h3{font-size:24px;font-weight:normal;color:#333;margin-bottom:20px;}
.newsList .item .text{line-height:30px;height:60px;overflow:hidden;}
.morea {
  flex: 0 0 auto;
  margin-left: 40px;
  margin-top: 30px;
  width: 50px;
  height: 50px;
  background: #fff url(/tpl_res/cms/www/cn/images/more.png) no-repeat center;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}
.item:hover .morea, .morea:hover {
  background: #1d76d6 url(/tpl_res/cms/www/cn/images/more2.png) no-repeat center;
}
@media(max-width:1279px){
.newsList .item .date{font-size:14px;}
.newsList .item h3{font-size:20px;margin-bottom:10px;}
.newsList .item .text{font-size:14px;line-height:24px;height:48px;}
.newsList .item .content{padding:10px 20px;}
.newsList .item .flex{padding-right:20px;}
}
@media(max-width:768px){
.newsList .item{margin-bottom:20px;}
.newsList .item .flex{display:block;position:relative;padding-left:28%;padding-right:0;}
.newsList .item .imgbox{position:absolute;left:0;top:0;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;}
.newsList .item .date{margin-bottom:0;}
.newsList .item .content{padding:10px;width:100%;}
.newsList .item h3{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px;}
.newsList .item .text{font-size:12px;line-height:20px;height:40px;}
.newsList .item .morea{display:none;}
}
.newsList .item .text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
@media(max-width:1100px){
   .newsList .item .text{
      display: block;
      line-height: 1.5;
      height: 3em;
  }
}
.swiperControls2 .iconjiantoux1:before{
  content: "\f253";
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.swiperControls2 .iconjiantoux2:before{
  content: "\f253";
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.swiperControls2 .prev:hover .iconjiantoux1:before, 
.swiperControls2 .next:hover .iconjiantoux2:before{
  color: #fff;
}
.morea{
  position: relative;
}
.morea .iconjiantoux2:before{
  content: "\f253";
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.item:hover .morea, .morea:hover {
  background: #e72017 ;
}
.item:hover .morea .iconjiantoux2:before, .morea:hover .iconjiantoux2:before{
  color: #fff;
}
.newsSlide .swiper-slide-active:before {
  opacity: 0;
  z-index: -1;
}
/*20220613*/
#nav806 .xl, #nav810 .xl,#nav412 .xl {
    display: none !important;
}
#kefu2{position:fixed; right:20px; bottom:100px; z-index:10008; padding: 10px;font-size: 12px;}
.cs_qcode{padding: 10px 0px 0px 0px;}

@media(max-width:1024px) {
	#kefu2{
		left: unset;
		right: 0;
		bottom: 10%;
	}
	#kefu2 img{
		width: 200px;
	}
}
#kefu2 .esc{
  width:20px;
  height:20px;
  position:absolute;
  top:20px;
  right:10px;
}
#kefu2 .esc::after,
#kefu2 .esc::before{
    background: #4c4b42;
    content: "";
    height: 1px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .5s;
}
#kefu2 .esc::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
/*20230308*/
#kefu3{position:fixed; right:20px; bottom:200px; z-index:10008; padding: 10px;  font-size: 12px;}
.cs_qcode{padding: 10px 0px 0px 0px;}

@media(max-width:1024px) {
	#kefu3{
		left: unset;
		right: 0;
		bottom: 22%;
	}
	#kefu3 img{
		width: 200px;
	}
}
#kefu3 .esc{
  width:20px;
  height:20px;
  position:absolute;
  top:20px;
  right:10px;
}
#kefu3 .esc::after,
#kefu3 .esc::before{
    background: #ffffff;
    content: "";
    height: 1px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .5s;
}
#kefu3 .esc::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}<!--耗时1753027791.1207秒-->