/*在线客服*/
#flaosBox {
  position: fixed;
  width: 75px;
  z-index: 900;
  right: 20px;
  bottom: 100px;
}
#flaosBox li {
  margin-bottom: 2px;
  overflow: hidden;
  height: 56px;
  width: 75px;
  cursor: pointer;
  list-style: none;
  position: relative;
  background: #d75051;
}
#flaosBox li:hover {
  background: #175bae;
}
#flaosBox li.top {
  margin-bottom: 2px;
  overflow: hidden;
  height: 56px;
  width: 75px;
  cursor: pointer;
  list-style: none;
  position: relative;
  background: #175bae;
}
#flaosBox li.top:hover {
  background: #d75051;
}
#flaosBox li.queryshow {
  overflow: visible;
}
#flaosBox li.queryshow .box-inner {
  width: 75px;
  position: relative;
  right: auto;
}
#flaosBox li .box-inner {
  width: 225px;
  height: 56px;
  position: absolute;
  right: -150px;
}
#flaosBox li .box-inner a {
  display: block;
  width: 75px;
  float: left;
  height: 20px;
  padding-top: 36px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
#flaosBox li .box-inner a.icon-qq {
  background: url(../images/icon_qq.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-tel {
  background: url(../images/icon_tel.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-wechat {
  background: url(../images/icon_code.png) center 7px no-repeat;
}
#flaosBox li .box-inner a:hover {
  color: #fff;
}
#flaosBox li .box-inner a.icon-top {
  background: url(../images/icon_top.png) center 7px no-repeat;
}
span.box-hide {
  display: block;
  width: 150px;
  float: left;
  background: url(/images/img/float_line.jpg) left center no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
}
.querycode {
  position: absolute;
  width: 89px;
  height: 88px;
  left: -89px;
  display: none;
  border: 2px #333 solid;
}
.querycode img {
  width: 85px;
}

.tbox {
    bottom: 65px;
    display: none;
    float: right;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 901;
}
.tbox #gotop {
    background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    width: 40px;
}
.num:after{
  content:"";
  background: rgba(255,255,255,.3);
  width:1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 15px;
}
.news-txt .date {
    text-align: center;
    background-color: #888;
    padding: 4px;
    color: #fff;
    width:80%;
    /*border-right: 1px solid #ececec;*/
}
.indexnews .list-group-item:hover .date {
    background-color: #d75051;
}
.news-txt .date span.date01 {
    font-size: 45px;  
    line-height: 45px;  
}
.news-txt .date span.date02 {
    font-size: 16px;
}
.news-txt .date span {
    margin: 0;
    padding: 0;
    display: block;
    font-style: normal;
    color: #fff;
}
.news-txt .des {
    font-size: 1.2rem;
    color: #777;
    padding: 1rem 0 0 0;
    
}
.a-wrap{
  position: relative;
  width: 100%;
}
/* 手机版底部导航*/
.mbmenu{
  background: #175bae;
  color: #fff;
  padding: 10px 0;
  border-top: 2px solid #0062b5;
}
.mbmenu a:link, .mbmenu a:visited{
  color: #fff;
}
.mbmenu h1{
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.mbmenu p{
  margin: 0px;
}
/* 手机版底部导航*/
.pclass-index a{
  display: block;
  padding: 6px 15px;
  color:#fff;
  background: #333;
  border-radius:4px;
}
.pclass-index  a:hover{
  background: #9b0042;
  color:#fff;
}

.pclass a{
  display: block;
  padding: 6px 0px;
  color:#fff;
  background: #175bae;
  border-radius:4px;
}
.pclass a:hover{
  background: #d75051;
  color:#fff;
}
.pclass a.oncurrent{
  background: #d75152;
  color:#fff;
}
@font-face {
  font-family: 'impact';   /*字体名称*/
  src: url('../fonts/impact_0.ttf');       /*字体源文件*/
}


body{
  font-family: "微软雅黑";
  color:#555;
  line-height: 1.6;
}
a{
  color:#555;
}
a:hover{
  color:#d75051;
  text-decoration: none;
}
.navbar-brand img{
  margin:0px 16px;
}
.tel{
  font-size: 12px;
  line-height: 40px;
  color: #333;
}
.cn{
  background: url(../images/cn.jpg) left center no-repeat;
  padding-left:30px;
  line-height: 40px;
}
.en{
  background: url(../images/en.jpg) left center no-repeat;
  padding-left:30px;
  line-height: 40px;
}

.indexnews .list-group-item:hover .date {
    background-color: #d75051;
}


.bg-menu{
  background: #0c4e9f;  
}
.bg-f4f{
  background-color: #f4f4f4;
  overflow: hidden;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.fs-24{
  font-size: 24px;
}
.fs-28{
  font-size: 28px;
}
.fs-30{
  font-size: 30px;
}
.fs-36{
  font-size: 36px;
}
.fs-48{
  font-size: 48px;
}
.fc-h{
  color: #175bae;
}
.ff-h{
  font-family: Impact,"impact";
}
.fc2-h{
  color: #d75051;
}
.fc-h2{
  color:rgba(0,0,0,0.2);
}
.fc-p{
  color:rgba(0,0,0,0.4);
}
.fc-h2-white{
  color:rgba(255,255,255,0.1);
}
.fc-p-white{
  color:rgba(255,255,255,0.4);
}
.fc-fff{
  color: #fff;
}
.border-5{
  border:5px solid #1d7948;
}
.border-bottom-dashed{
  border-bottom: 1px dashed #ccc;
}
.bg-main{
  background: #175bae;
}
.bg-eee{
  background: #eee;
}
.bg-liucheng{
  background:url(../images/bg-liucheng.jpg) center top no-repeat;
}
.bg-product{
  background:url(../images/bg-product.jpg) center top no-repeat;
}
.bg-join{
  background:url(../images/bg-join.jpg) center top no-repeat;
}
.bg-h{
  background:url(../images/title_bg.png) center center no-repeat;
  height: 56px;
  line-height: 56px;
}
.bg-ht {
    background: linear-gradient(to bottom, #eee 160px, #f68b20 160px);
}
.bg-liuc{
  background:url(../images/bg.jpg) center center no-repeat;
}
.submenu li a{
  display: block;
  padding:0 10px;
}
.subnav li a{
  display: block;
  padding: 6px 8px;
}
.subnav li a.oncurrent{
  display: block;
  padding: 6px 8px;
  background: #d75051;
  color:#fff;
  border-radius:30px;
}
.advt{
    font-size: 52px;
    color: #fff;
    background: #1d7948;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
}
/*.advt:before{
    content: "";
    width: 40px;
    height: 3px;
    background: #f88c1d;
    position: absolute;
    top: 66px;
}*/
.ht{
  font-size:52px;
  color: #f88c1d;
  width: 76px;
  height: 88px;
  background: url(../images/8iconbg.jpg) center center no-repeat;
}

.product a img{
  border-radius: 0.25rem 0.25rem 0 0;

}
.product figcaption h5{
  transition: 480ms;
    position: relative;
  z-index: 5;
}
.product figure{ 
  display:block; 
  position:relative; 
  overflow:hidden;
}
.product figcaption{ 
  display:block; 
  position:relative; 
  overflow:hidden;
}
.product figcaption:after{ 
  content:""; 
  width:100%; 
  height:100%; 
  left:0; 
  bottom:-100%; 
  background:#d75051; 
  transition:500ms; 
  position:absolute;
  border-radius: 0 0 0.25rem 0.25rem;
}
.product a:hover figcaption:after{ 
  bottom:0;
}
.product a:hover  figcaption h5{
  color:#fff;
}
.qlink a{
  display: block;
  color:#fff;
  background: transparent;
  border:1px solid rgba(255,255,255,.3);
}
.qlink a:hover{
  background: #d75051;
  border:1px solid #d75051;
}
.footer{
  background: #555;
  color:rgba(255,255,255,0.6);
}
.footer a{
  color:rgba(255,255,255,0.6);
}
.footer a:hover{
  color:rgba(255,255,255,1);
}
.footer h4{
  color:rgba(255,255,255,1);
  font-size: 18px;
  margin-bottom: 1rem;
}
.footer p{
  margin-bottom: .5rem;
}
.copyright{
  background: #333;
  color: #888;
}
.copyright a{
  color: #888;
}
.copyright a:hover{
  color: #fff;
}
.lh-15{
  line-height: 1.5rem;
}
/*.main-content{
  width:calc(100% - 60px);
  margin:0 auto;
}
.main-content2{
  width:calc(100% - 60px);
  margin:0 auto;
}
.main-content h2{
  font-size:24px;
}*/
.b-t {
    border-top: 1px solid rgba(0,0,0,.1);
}
.news{
  border-bottom: 1px dashed #ddd;
}
.news h2{
  font-size: 18px;
}
p.title{
  font-size: 24px;
  margin-bottom: 0;
  color: #666;
}
 p.subtitle{
  font-size: 14px;
  color: #999;
}
.pro-title{
  background: #175bae;
}
.pro-title a{
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 22px;
  border-bottom: 1px solid rgba(255,255,255,.2)
}
.pro-subtitle a{
  color: #fff;
  display: block;
  font-size: 16px;
  background: #0a7fe2;
  
}
.pro-subtitle a:hover{
  background: #d75051;
}
.indexh h1{ font-size: 24px; color: #222; }

.newspic{position: relative;}
.newspic h2{ width:100%; position: absolute; bottom: 0; left: 0; background-color: rgba(0,0,0,0.5); font-size: 14px; color: #fff; margin: 0; }


.product_img{
overflow: hidden;
}

.product_info p.title{
  font-size: 16px;
  color: #555;
  margin-top:15px;
  margin-bottom: 0;
}
.product_info p.time{
  font-size: 12px;
  color: #aaa;
}
.mainbanner img{
    width: 100%;
}
.myul{
    width: 100%;
    float: left;
    flex-wrap: wrap;
}
.myul .myli{
    width: 20%;
    float: left;
   
}
.contact_con{
    
     width: 100%;
    float: left;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact_le{
    width: 50%;
    float: left;
}
.contact_re img{
    max-width: 100%;
}
.contact_le p:first-child span{
    font-size: 18px !important;
    font-weight: 700 !important;
    
}
.bottom_img img{
    margin: 30px 0px;
}
.contact_le p{
    margin: 0px !important;
    padding: 2px 0px;
}
.contact_le p img{
    width: 16px;
    height: 16px;
}
.contact_re{
    width: 50%;
    float: left;
}




/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
    .about h1{
      font-size: 36px;
    }

}

/* 小屏幕（平板，大于等于992px） */
@media (min-width: 992px) {

}

/* 小屏幕（平板，大于等于1200px） */

@media (min-width:1200px) {
  #yw-list .swiper-pagination{ display: none; padding-bottom:5px;}
  .sy-gtff-ico{ display: block; }

}
