html,body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  font-weight: 400;
  background: #F6F6F6;
  font-size: 16px;
  color: #222222;
}
body {
  /*padding-top: 70px;*/
  overflow-x: hidden;
  overflow-y: auto;
}
a {color: #222222;}
.h5, h5 {font-size: 16px;}


.navbar-fixed-top {position: static;}
.navbar {
    background-color: #fff;
    margin-bottom: 0;
    padding: 16px 0;
}
.navbar-nav > li > a {
    color: #000;
    font-size: 18px;
}

.index_banner {
    /*background-image: url(../images/banner.jpg?v=2021010101);*/
    height: 540px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -20px;
    position: relative;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    background-color: #2515AB;
    overflow: hidden;
}

.index_banner .countdown_wrap{position: absolute;
    /* text-align: center; */
    color: #fff;
    font-size: 25px;
    width: 100%;
    padding: 6px 30px 0 30px;
    bottom: 6%;
    
    }
.index_banner .countdown{position: absolute;
    left: 180px;
    top: 0;}



.index-text{background:#fff;margin-top:30px;padding:20px;}
.index-text a {text-decoration: none;}
.index-text a img {vertical-align: text-top;}
.index-text .txt-item{position: relative;}
.index-text .txt-title{position: absolute;top: 3px;}
.index-text .txt-text{margin-left:100px;line-height:30px;overflow: hidden;}
.index-text .txt-text a{white-space: nowrap;word-wrap: normal;margin-right:10px;}

.index-txttitle{background-color: transparent;border:0;margin:12px 0;}
.index-txttitle > .panel-heading {
    position: relative;
    padding: 15px 0 18px 0;
    border-bottom: 0;
    text-align: center;
}
.index-txttitle  > .panel-heading .panel-title {
    background: url(../images/title_bg.png) no-repeat center 10px;
    font-size: 30px;
    font-weight: bold;
}



.qiye_list{margin-top:50px;}
.qiye_list  > .panel-body{background:#fff}
.qiye_list .qiye_group{padding:10px 0;}
.qiye_list a{
text-decoration: none;
}
.qiye_list .qiye_item{
    margin-bottom:10px;
}
.qiye_list .qiye_logo{
    border: #E8E8E8 1px solid;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.qiye_list img{
    width:100%;
    max-height: 100%;
}
.qiye_list .vvv{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.qiye_list h5{
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    overflow: hidden;
    color: #FFF;
    background: #4C8CF8;
    margin:0;
}

.index_lijie{margin-top:50px;}
.index_lijie img {
    width: 100%;
    height: auto;
}
.index_lijie .more{font-size:14px}
.index_lijie a {
    text-decoration: none;
}
@media (max-width: 768px){
    .index_lijie .more{display:none}
}


footer {
  padding: 50px 0;
  margin-top:50px;
  background: #333333;
  color: #666;
  text-align:center;
}


#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  bottom: 10px;
  left: auto;
  z-index: 80;
  margin-right: -640px;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn > a,
#floatbtn .floatbtn-item {
  cursor: pointer;
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d5d5d5;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #0084ff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn > a.hover:hover i,
#floatbtn .floatbtn-item.hover:hover i {
  display: none;
}
#floatbtn > a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn > a em,
#floatbtn .floatbtn-item em {
  display: none;
}
#floatbtn > a:hover,
#floatbtn .floatbtn-item:hover {
  background: #0084ff;
}
#floatbtn > a:hover i,
#floatbtn .floatbtn-item:hover i {
  color: #fff;
}
#floatbtn > a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}
.floatbtn-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}
.floatbtn-wrapper:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 200px;
  width: 12px;
  background: transparent;
}
.floatbtn-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.floatbtn-wrapper > .qrcode {
  margin-top: 20px;
  line-height: 1;
}
.floatbtn-wrapper > .qrcode > img {
  width: 128px;
  height: 128px;
}
.floatbtn-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.floatbtn-wrapper p em {
  color: #dd3067;
}
.floatbtn-share .floatbtn-wrapper:after {
  top: 18px;
}
.floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
  font-size: 12px;
}

/*qiye*/
.qiye_title{
    background-image: url(../images/qiye_title.jpg?v=2021010101);
    height: 124px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -20px;
    position: relative;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    background-color: #2515AB;
}
.qiye_title .qy_name {
    text-align: center;
    margin: auto;
    font-size: 37px;
    color: white;
    line-height: 134px;
}



.swiper img{width:100%}
.qiye-lanxi{background-color: #fff;margin-top: 40px;}
.qiye-lanxi .panel-body{background-repeat: no-repeat;background-position: right;}
.qiye-lanxi .media-left{font-size:12px;}
.qiye-lanxi .media-left0{display:none}

.qiye-lanxi .media-object{max-width: 114px;}


.img_richeng{width:78%}

.zhanshim {display: none;}
.zhanship {display: block;}
@media (max-width: 480px){
    .zhanshim {display: block;}
    .zhanship {display: none;}
}


@media (max-width: 1200px){
.index_banner {
        height: 456px;
        background-size: 106% auto;
        background-position-y: 0px;
    }
}
@media (max-width: 768px){
    .navbar-brand>img{height:16px;}
    .index_banner {
        height: 456px;
        background-size: 106% auto;
        background-position-y: 0px;
    }
    .index_banner .countdown{font-size:34px;bottom: 31%;}
}
@media (max-width: 588px){
    .index_banner {
        height: 218px;
        background-size: 106% auto;
        background-position-y: 0px;
    }
    .index_banner .countdown{font-size:18px;bottom: 25%;}
    .navbar-brand>img{height:16px;}
    .index-text .txt-title {position: static;}
    .index-text .txt-text {margin-left: 0px; font-size: 14px;}
    
    .index-txttitle  > .panel-heading .panel-title {
        line-height: 24px;
        font-size: 24px;
    }
    .qiye_title {height: auto;}
    .qiye_title .qy_name {font-size: 24px;line-height: 80px;}
    .qiye-lanxi .panel-body {background-position-y: -178px;}
    
    .index_banner .countdown_wrap {bottom: 3%;font-size: 14px;}
    .index_banner .countdown{left: 58px;top: -4px;}
    .index_banner .countdown .jCountdownScale{transform: scale(0.329065) !important;}
    .index_banner .countdown_wrap {padding: 6px 10px 0 10px;}
    .index_banner .countdown_wrap .btn{margin-top: -6px;}
    
    .img_richeng{width:100%}
}

@media (max-width: 375px){
    .index_banner {
        height: 184px;
        background-size: 106% auto;
        background-position-y: 0px;
    }
    .index_banner .countdown{font-size:16px;bottom: 22%;}
    .navbar-brand>img{height:13px;}
    .index-text .txt-title {position: static;}
    .index-text .txt-text {margin-left: 0px; font-size: 14px;}
    
    .index-txttitle  > .panel-heading .panel-title {
        line-height: 24px;
        font-size: 24px;
    }
    .col-xs-6{padding-left:5px;padding-right:5px;}
    .index-text .txt-text a{padding:0;white-space: unset;}
    
    .index_banner .countdown_wrap {bottom: 3%;font-size: 14px;}
    .index_banner .countdown{left: 40px;top: -7px;}
    .index_banner .countdown .jCountdownScale{transform: scale(0.329065) !important;}
    .index_banner .countdown_wrap {padding: 6px 10px 0 10px;}
    .index_banner .countdown_wrap .btn{margin-top: -6px;}
    
    
}

/*去适配 S*/
/*@media (max-width: 1170px){
    .container,footer{
    width: 1170px;
    max-width: none !important;
    }
}

.index_banner {height: 540px;}
.index-text .txt-text a{white-space: nowrap;word-wrap: normal;margin-right:10px;}
去适配 E*/
