@charset "utf-8";
*{ font-family: "微软雅黑"; font-size: 14px; line-height: 1.8; margin: 0 auto; padding: 0px;}
ul,li,ol{ list-style: none;}
a{color: #666;}
a:hover{color: #d30713;}
a,a:hover,a:link,a:active,a:visited{ text-decoration: none;}
a{ -webkit-transition: all 0.3s ease;transition: all 0.3s ease;text-decoration: none;outline: 0;cursor: pointer;}
img{ max-width: 100%; height: auto;}
em{font-style: normal;font-weight: normal;}
body{position: relative;}
.pull-left{float: left;}
.pull-right{float: right;}
.fl_l{float: left;}
.fl_r{float: right;}
.clear{ clear: both;}
ul{padding: 0;}


/* 通用 */
.usebt{
  padding: 3rem 2rem;
  overflow: hidden;
}

/*通用标题*/
.usetit{
  text-align: center;
}
.usetit h5{
  font-weight: 300;
  color: #000000;
  font-size: 36px;
  margin-bottom: 11px;
}
.usetit span{
  color: #292727;
  font-weight: 300;
}


/*图片放大*/
.useimg{
  overflow: hidden;
  display: block;
}
.useimg img{
  display: inline-block;
  vertical-align: middle;
  transition: .5s linear 0s;
  transform: scale(1);
}
.useimg:hover img{
  transform: scale(1.1);
}


/* 导航 */
.navbar{
  padding: 0px;
}
.navbar .navbar-nav a{
  line-height: 30px;
  display: inline-block;
  padding: 0px 15px;
  font-size: 15px;
}

.navlib{text-align: center;margin: 0;position: relative;}
.navlib .lista{display: block;transition: all .3s ease-in-out 0s;}












/*pages*/
.pages{text-align:center;padding: 2rem 0rem;}
.pages span,.pages a{padding: 5px 11px;margin: 0px 5px;color: #d71313;border: 1px solid #ddd;display: inline-block;}
.pages .current{background: #d71313;color: #fff;padding: 5px 11px;}
.pages .disabled:hover,.pages a:hover{background: #d71313;color: #fff;padding: 5px 11px;}


/*foot*/
footer{
  background: #962323;
  color: #ffffff;
  padding: 45px 0;
}
footer .left{
  border-right: 1px solid #ffffff;
}
footer .left .box h5{
  padding-top: 16px;
  font-style: italic;
  color: #ffffff;
  font-size: 14px;
}
footer p{
  font-size: 14px;
  margin: 0;
}
footer p a{
  color: white;
}

footer .wx,footer .qq,footer .wb{
  width: 33%;
  text-align: center;
}
footer .wx i,footer .qq i,footer .wb i{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
footer .wx i::before,footer .qq i::before,footer .wb i::before{
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D71313; 
}
footer .right .bt{
  display: flex;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
  border-color: #ffffff;
  margin-bottom: 20px;
  line-height: 45px;
}
footer .right .bt li{
  flex: 1;
  float: left;
}
footer .right .bt li a{
  color: white;
  display: inline-block;
  line-height: 45px;
}

footer .right .ewm .pull-left{
  width: 40%;
  padding-right: 18px;
}
footer .right .ewm .pull-left p{
  color: #ffffff;
  text-align: center;
}
footer .right .newsin{
  padding-right: 30px;
  border-right: 1px solid #ffffff;
  overflow: hidden;
}
footer .right .newsin li a{
  color: white;
  width: 70%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
footer .right .newsin li span{
  float: right;
  color: #ffffff;
}

footer .wx{position: relative;}

footer .ft_lt{position: absolute;display: none;border: 1px solid #eee;animation: ewmAlertIn 0.4s;border-radius: 4px;padding: 10px;background-color: #fff;top: -125px;left: -5px;}
footer .ft_lt i{position: absolute;display: block;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;bottom: -5px;left: 43px;height: 0px;width: 0px;}

footer .ft_lt i::before{
  color: white!important;
}

footer .ft-ewm h5{text-align: center;color: #333;font-size: 12px;font-weight: 600;line-height: 1.5;margin-top: 7px;}
footer .ft-ewm p{text-align: center;color: #666;font-size: 12px;line-height: 1.2;padding: 0;margin: 0;}

footer .wx:hover .ft_lt{display: block;}


@keyframes ewmAlertIn {
  0% {
  transform:scale(0.7);
}
45% {
  transform:scale(1.08);
}
80% {
  transform:scale(0.9);
}
100% {
  transform:scale(1);
}
}


.rightbox{
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 9999;
  background-color: #d71313;
  width: 140px;
  border-radius: 5px;
  padding: 10px;
}
.rightbox p{
  display: block;
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5px;
}
.rightbox span{
  color: #ffffff;
  display: inline-block;
  padding-bottom: 5px;
}
.rightbox i{
  margin-right: 5px;
}

#righttop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 40%;
  z-index: 1601;
  border-color: #d71313;
  background-color: #d71313;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}








@media (max-width: 767px) {
  .hidden-xs {display: none !important;}

  .usebt{
    padding: 1rem 0rem;
  }
  footer{
    padding: 25px 0;
  }
  footer .left .box{
    text-align: center;
  }
  footer .right .ewm .pull-left{
    width: 50%;
  }

  .heibox{height: 56px;}
  .navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 5px 50.05px 4.95px rgb(0 0 0 / 10%);
  }
  .navbar img{
    padding: 5px 0px;
  }
  .navlib .navdown{
    display: none;
  }
  .navlib:hover .navdown{
    display: block;
  }
  .navbar .navbar-nav{
    border-top: 1px solid #efefef;
    margin-top: 8px;
  }


}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
}

@media (min-width:992px){
  .navlib .navdown{position: absolute;width: 100%;background: #fff;opacity: 0;visibility: hidden;transition: all .3s ease-in-out 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);z-index: 999;opacity: .95;border-radius: 0 0 5px 5px;border: 1px solid #cfd3dc;top: 50px;}
  .navlib ul{padding:0;}
  .navlib .navdown li a{font-size: 14px;padding: 8px 0px;color: black;display: block;}
  .navlib .navdown li:hover a{color: #d71313;}
  .navopen:hover .navdown{opacity: .9;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}

}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}
}
@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
}
@media (min-width: 1400px) {


}
