@charset "utf-8";
body {
  font-family: Tahoma, Helvetica, Lucida Grande;
}
a {
  text-decoration: none !important;
  color: #555555;
}
a:hover {
  text-decoration: none !important;
  color: #d80d00;
}
.carousel-indicators li,
.carousel-indicators .active {
  width: 13px;
  height: 13px;
  margin: 0px;
  background-color: #d6d6d6;
  margin-left: 5px;
  margin-right: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.navbar-fixed-top{
  position: relative;
  left: 0;
  top: 0;
}
.navbar-nav{
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.navbar{
  margin-bottom: 0;
}
.navbar-header{
  position: absolute;
}
.navbar-brand > img {
  max-height: 100%;
}
.com-lb .item img {
  width: 100%;
}
.com {  
  padding-top: 60px;
  padding-bottom: 60px;
}
.pro .top {  
  text-align: center;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}
.pro .top a {
  font-size: 30px;
  color: #535353;
  padding:5px 1.5%;
}
.pro .top a.active,
.pro .top a:hover {
  color: #fff;
  background:url(../img/pro-top-hover.jpg) no-repeat;
  border-radius:5px;
}
.pro .second {  
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.pro .second span,.pro .second a {
  font-size: 24px;
  color: #535353;
  padding:5px 1.5%;
}
.pro .second a.active,
.pro .second a:hover {
  color: #fff;
  background:url(../img/pro-top-hover.jpg) no-repeat;
  border-radius:5px;
}

.pro .pro-all {
  margin-top: 40px;
}
.pro .pro-ev {
  display: block;  
  background-color: #fff;
  border: 1px solid #dcdcdc; 
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.pro .pro-ev img {
  transition: all 300ms;
  padding: 5px;  
}
/* .pro .pro-ev:hover img {
  transform: scale(1.05);
} */
.com-pag {
  text-align: center;
  margin-top: 30px;
}
/* .com-pag>div{
  display: inline-block;
} */

.news {
  /* background-color: #fff; */
}
.ny-news-1 {
  display: block;
  border: 2px solid #ccc;
  padding: 20px;
  background-color: #fff;
}
.ny-news-1 .div1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fdfbfb;
}
.ny-news-1 span {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.ny-news-1 span span {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
.ny-news-1 .news-p1 {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  min-height: 180px;
}
.ny-news-1 .more-btn {
  border: 1px solid #999;
  color: #999;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.ny-news-2 {
  display: block;
  color: #666;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px 0px;
}
.ny-news-2 .div4 {
  font-size: 20px;
  border-bottom: 1px solid #999;
  text-align: center;
  color: #999;
  font-size: 16px;
  padding-bottom: 10px;
  width: 50%;
  margin: auto;
}
.ny-news-2 .div5 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.ny-news-2 .div5 span {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.ny-news-2 .div6 {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  border-left: 2px solid #ccc;
  padding-left: 60px;
  transition: all 300ms;
}
.ny-news-2 .div6 p {
  font-weight: bold;
  color: #333;
}
/* .ny-news-2:hover .div6{
  padding-left: 10px;
} */

@media (min-width: 767.78px) {
  .pro .pro-all {
    padding: 0px 24px;
  }  
  .navbar-nav > li > a {
    line-height: 60px;
  }
  .navbar-brand {
    height: 75px;   
  }
  .navbar-brand > img {    
    margin-right: 10px;
    height: 25px;
  }
  .navbar-inverse {
    background-color: rgba(87, 87, 87, 0.5);
    border: none;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    padding-bottom: 0px;    
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: white;
    font-size: 14px;
    color: #ddd;
    font-weight: 600;    
    text-transform: uppercase;
  }
  .news-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .navbar-brand > img {   
    margin-right: 20px;
    height: 30px;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > li > a:hover {    
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand > img {    
    margin-right: 80px;
    height: auto;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > li > a:hover {    
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-inverse .navbar-nav > li > a {   
    font-size: 15px;
  }
}
.change-page {
  border-top: 2px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.change-page a {
  color: #fff;
  font-size: 16px;
}
.news-h2 {
  color: #fff;
  text-align: center;
}
.ny-contact {
  line-height: 2;
}
.ny-contact h3 {
  font-size: 28px;
  color: #535353;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.ny-contact h3 span {
  font-size: 18px;
  color: #d7251e;
}
.ny-contact h3::after {
  content: "";
  width: 105px;
  height: 3px;
  background-color: #d7251e;
  display: block;
  margin: 16px 0px 0;

}
.ny-contact h4 {
  color: #535353;
  font-weight: bold;
  margin-bottom: 20px;
}
.ny-contact p {
  font-size: 16px;
  color: #535353;
}
.source-pagination {
  text-align: center;
}
.source-pagination .pagination > li > a,
.pagination > li > span {
  color: #3f3f3f;
  margin: 0px 1px;
}
.source-pagination .pagination > li:last-child > a,
.source-pagination .pagination > li:last-child > span,
.source-pagination .pagination > li:first-child > a,
.source-pagination .pagination > li:first-child > span {
  border: none;
  background-color: transparent;
  color: #fff;
}
.source-pagination .pagination > .active > a,
.source-pagination .pagination > .active > a:focus,
.source-pagination .pagination > .active > a:hover,
.source-pagination .pagination > .active > span,
.source-pagination .pagination > .active > span:focus,
.source-pagination .pagination > .active > span:hover {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}
@media (max-width: 767.78px) {
  .pro .top a {
    font-size: 18px;   
  }
  .com {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .hrefs a {
    border-left: none;
    border-right: none !important;
    font-size: 14px;
    padding-left: 0px;
  }
  .ny-news-2 .div6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fz-16-wh-b {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
.fz-14-wh {
    font-size: 13px;
    color: white;
}
.footer{    
    background-color: #878787;
    padding: 20px 0px 20px;
    color: #ddd;
    font-size: 14px;
}
.foot-top-left{
    line-height: 24px;
}
.foot-top-left>div{
    margin-top: 0px;
}
.foot-input{
    border-radius: 2px;
    background-color: #c3c3c3;
    border: none;
    font-size: 14px;
    padding: 22px 15px; 
}
.foot-textarea{
    height: 150px!important;
    margin-top: 14px;
    resize:none;
}
.foot-submit-btn{
    margin-top: 14px;
    width: 100%;
    background-color: #565656;
    border-radius: 2px;
    border:none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}
.footer-a{
    font-size: 16px;
    color: #fff;
}
.footer-a:hover{
    font-size: 16px;
    color: #FFF;
}
.footer-span{
    font-size: 14px;
    color: #91a0ad;
    margin-top: 18px;
}
.footer-lj>a{
    margin-right: 4px;
}
.footer-lj>a>img{
    margin-top: 4px;
    width: 30px;
}

.footer-hr-1{
    height: 2px;
    background-color: #13293b;
    margin-top: 30px;
}
.footer-hr-2{
    height: 2px;
    background-color: #193246;
}
.copyright{
    color: #fff;
    font-size: 12px;
}
.copyright a{
    color: #fff;
}
.shareList{  
    position: absolute;
    right: 0;
    top: 15px;
    height: 82px;
    display: inline-block;
    padding: 15px 15px;
}
.shareList ul li{
   position: relative;
    display: block;
    text-align: center;
    float: left;
    transition: width .15s ease-out;
    overflow: hidden;
    cursor: pointer;
    width: 30px;   
}
.shareList ul li img{
  max-width: 90%;
}
@media (max-width:767.78px){
    .footer,.foot-right{
        padding: 15px 0px;
    }
    .foot-input{
        margin-top: 10px;
    }
    .foot-a-all{
        margin-top: 10px;
    }
    .footer-hr-1{
        margin-top: 10px;
    }
}
