/*首页*/
.navfixed{
  padding-top: 90px;
}
.nav-top{
  margin-top: 8px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
  padding: 15px 0;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 105px;
    margin: 10px 0;
    padding: 0px;
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}
@media (max-width: 991px) {
  .nav .navbar-logo img {
    max-height: 50px;
    padding-top:8px;
    margin: auto 0;
  }
}
.margin-top-30{
  margin-top: 30px;
}

.service-tel{
  font-size: 24px;
  line-height: 120%;
}
/* 更多按钮 */
.more {
  background: url(../images/more.png) repeat 0px -10px;
  width: 260px;
  height: 30px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #dfdfdf 1px solid;
  margin-top: 30px;
  clear: both;
}
.more-center{
  margin: 0 auto;
}
@media (max-width: 991px) {
  .more {
    margin: 0 auto;
    margin-bottom: 2%;
    margin-top:0;
    padding: 0; 
  }
}
.more:hover {
  background: url(../images/more.png) no-repeat 0px -66px;
  border-color: #b6b6b6;
}

.menu{
  background: #023bb4;
  height: 50px;
}

/* default.html */

.index-about {
  padding: 3% 0;
  position: relative;
  color: #4a4f58;
  line-height: 200%;
  background: #f6f8fb;
}
.index-about img {
  width: 100%;
}
.index-about .about_cont h3,
.index-about .about_cont p {
  text-align: left;
  width: 100%;
}
.index-about h2{
  font-size: 36px;
  letter-spacing: 8px;
  font-weight: bolder;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
.menu{
  height: auto;
  border:none;
  padding: 0;
}
.navbar-fixed-top {
  padding-top:0;
  }
.nav .navbar-logo {
  height: auto;
}
.navfixed{
  padding-top: 60px;
  }
.logo {
  width:120px; 
  float:left;
  padding:5px 0 0 0; 
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height: 70px;
  background-size:148px 60px;
  }
  .navbar {
    min-height: 60px;
  }


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  height: auto;
  }
  .index-about h2 {
  font-size: 36px;
  }
}

@media (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  width:239px; 
  float:left;
  padding-top: 3px;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:239px 60px;
  }

  .navbar-nav {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .navbar-fixed-top {
    padding: 0;
  }
  .nav .navbar-logo {
    height: 80px;
    margin: 0px;
    padding: 5px 0;
    display: block;
  }
  .index-about {
    padding: 2% 0 0 0;
    position: relative;
    color: #4a4f58;
    line-height: 150%;
  }
}

@media (min-width: 992px) {

.logo {
  width:365px; 
  height:90px; 
  float:left;
  padding: 7px 0 7px 7px;
  }
.logo a{
  background:url(../images/name.png) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:100px; 
  }

  .navbar-nav {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

.index-product {
  position: relative;
  color: #4a4f58;
  background: #4e5259;
}

@media (min-width: 768px) {
  .index-product h2 {
    border: 3px solid #b8babd;
    margin: 16% 8% 4% 28%;
    color: #fff;
    font-weight: bolder;
    padding-bottom: 20px;
    letter-spacing: 4px;
  }

  .index-product p{
    text-indent: 2em;
    color: #fff;
    margin: 0 8% 16% 28%;
    line-height: 200%;  
  }

}

@media (max-width: 991px) {
  .index-product h2 {
    border: 3px solid #b8babd;
    margin: 8% 4% 2% 4% ;
    color: #fff;
    font-weight: bolder;
    padding-bottom: 20px;
    letter-spacing: 4px;
  }
 
  .index-product p{
    text-indent: 2em;
    color: #fff;
    margin: 0 4% 4% 4%;
    line-height: 200%;  
  }

}

/* 产品图片点击效果*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 5% 0;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0,106,189,0.1);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 15px;
  background: rgba(0,106,189, 0.4);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  width: 85%;
  position: absolute;
  left: 8%;
  padding: 10% 0;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,106,189,0.4);
}

/* index-news */
.index-news {
  padding: 2% 0 ;
  position: relative;
  background: #f6f8fb;
}
.index-news h2 {
  padding: 1% 0px;
  text-align: left;
  font-weight: bolder;
}
.index-news h3 {
  margin: 10% 5% 0 5%;
  font-size: 18px;
  color: #000;
}
.index-news h3 a {
  color: #4a4f58;

}
.index-news p {
  color: #000;
  text-align: justify;
}
@media (max-width: 991px) {
.index-news h3 {
  margin-top: 5%;
  }
}
.index-news img {

}

/*index-purpose*/
.index-purpose{
  padding:0 0 2% 0;
  position: relative;
} 
.index-purpose ul{
  margin: 4% 0;
  padding: 0;
}
.index-purpose ul li{
  list-style: none;
  text-align: left;
  font-size:18px;
  line-height: 200%;
}
.index-purpose h3{
  font-size: 14px;
  margin: 0px;
}

.index-footer {
  background: #242931; 
  border-top: 1px solid #1a79c4;
  padding: 3% 0;
  color: #fff;
}
.index-footer a{
  color: #fff;
}

/*profile.html*/
.breadcrumb {
  text-align: right;
}

.breadcrumb a{
  color: #425971;
}
.breadcrumb a:hover{
  color: #000;
}
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
  margin: 2px;
}
.menu-title{
  font-size: 32px;
  color: #257bbe;
  text-align: center;
}
.profile {
  position: relative;
  padding: 1% 0 0 0;
}
/*product.html*/
.product {
  position: relative;
  padding: 1% 0 0 0;
}
.product h2 {
  border-bottom: 1px solid #ccc;
  padding: 2% 0  1% 0;
  margin-bottom: 2%;
}
.product h1 {
  font-size: 24px;
}
.product-detail{
  padding-top: 1%;
}
.product-detail h1 {
  font-size: 24px;
}
.product-detail img{
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #e7e7e7;
  -webkit-transition: border .5s ease-in-out;
  -o-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
  background-color: #fff;
}
.product-detail p {
  text-align: justify;
}
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.product-menu {
}
@media (max-width: 767px) {
  .product-menu {
    display: none;
  }
  .pro-height{
    height: 204px;
  } 
}
@media (max-width: 991px) {
  .product-menu {
    display: none;
  }
  .pro-height{
    height: 204px;
  } 
}
@media (min-width: 992px){
  .pro-height{
    height: 250px;
  }  
}
@media (min-width: 1200px) {
  .pro-height{
    height: 295.5px;
  }
}
.product-hot {
  margin:0 auto;
}

.product-hot h2 {
  border-bottom: none;
  padding: 1% 0px;
}
.product-hot img{
  margin-bottom: 2%;
}

/*news.html*/
.news {
  position: relative;
  padding: 1% 0 0 0;
}
.news h2 {
  border-bottom: 1px solid #e7e7e7;
  padding: 2% 0  1% 0;
  margin-bottom: 2%;
}
.news h1 {
  padding: 1% 0px;
  text-align: center;
  font-size: 30px;
}
.news h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.content_title{
  margin-bottom: 2%;
}
.content_title h2 {
  border-bottom: none;
  padding: 2% 0  1% 0;
  margin-bottom: 2%;
  font-size: 20px;
}
.content_title h2 a:hover{
  color: #257bbe;
}
.content_title h2 span {
    display: block;
    float: right;
    color: #a0a0a0;
    font-size: 12px;
    padding: 6px 20px 0 0;
}

.content_news{
  border-bottom: 1px solid #ccc; 
}
.content_news a{
  color: #333;
}
.content_news a:hover{
  border-bottom: 1px solid #ccc; 
}
.content_news img{
  display: block;
  line-height: 1.42857143;
  border: 1px solid #e7e7e7;
  -webkit-transition: border .5s ease-in-out;
       -o-transition: border .5s ease-in-out;
          transition: border .5s ease-in-out;
  background-color:#fff;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 2%;
  width: 100%;
  max-width: 500px;
}
.content_news p{
  text-indent: 2em;
  line-height: 180%;
}
.news h3 a {
  color: #fff;

}
.news img {
    border: 1px solid #f5f5f5;
}
.news p {
  text-align: justify;
}
.news-detail{
  text-align: center;
}
.news-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 500px;
  width: 60%;
}
.news-detail p {
  color: #fff;
  text-align: justify;
}

/*honor.html*/
.honor {
  position: relative;
  color: #fff;
}
.honor-detail{
      margin-right: auto;
    margin-left: auto;
  width: 100%;
  text-align: center;
}
.honor-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
  width: 90%;
}
.honor-detail p {
  color: #fff;
  text-align: justify;
}
/* 企业荣誉点击效果*/
.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 5% 0;
}

.hovereffect2 .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect2:hover .overlay2 {
  background-color: rgba(0,106,189,0.1);
}

.hovereffect2 h2, .hovereffect2 img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect2 img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect2:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect2 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 15px;
  background: rgba(0,106,189, 0.4);
}

.hovereffect2 a.info2 {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  width: 85%;
  position: absolute;
  left: 8%;
  bottom: 2%;
}

.hovereffect2:hover a.info2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,106,189,0.4);
}

/*recruitment.html*/
.recruitment{
  position: relative;
  padding: 2% 0;  
}
.panel-body ul{
  padding: 0;
  margin: 0;
}
.panel-body ul li{
  list-style: none;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.panel-body ul li a {
  color: #0072b4;
  border-radius: 4px;
  padding: 10px;
  display: block;
  border: 1px solid #e6ecee;
  margin: 10px;
}
.panel-body ul li a:hover {
  color: #fff;
  background-color: #257bbe;
  border-radius: 4px;
  padding: 10px;
  display: block;
}
/*contact.html*/
.contact {
  position: relative;
  color: #fff;
}

.contact p{
  line-height:200%;
}
.contact a{
  color:#fff;
}