/*首页*/
.navfixed{
}
.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: 120px;
    margin: 0px;
    padding-left: 37%; 
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}

@media (max-width: 768px) {
  .nav .navbar-logo {
      padding-left: 38%; 
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav .navbar-logo {
      padding-left: 31.8%; 
  }
}

@media (max-width: 991px) {
  .nav .navbar-logo img {
    max-height: 50px;
    padding-top:8px;
    margin: auto 0;
  }
}
.margin-top-30{
  margin-top: 30px;
}



.main-3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.main-3 ul li{
	float: left;
	background: #fff;
}
.main-3 ul li img{
	border-bottom:5px solid #da251c;	

}
.main-3 ul li h2{
	margin: 15px 0px;
	font-size: 38px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	font-style: italic;
}
.main-3 ul li h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	letter-spacing: 2px;
}
.menu {
    background: #fff;
    background: url(../images/line.jpg) repeat-x ;
}
/* 更多按钮 */
.more {
  background: url(../images/more-en.png) repeat -28px -12px;
  width: 80px;
  height: 30px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin-top: 30px;
  clear: both;
}
.more-center{
  margin: 0 auto;
}
@media (max-width: 991px) {
  .more {
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top:0;
    padding: 0; 
  }
}
.more:hover {
  background: url(../images/more-en.png) no-repeat -28px -70px;
}

/*default.html 效果图正式版请删除*/
body {
  background: #edeff4;;
}
.main{width:100%; height:2000px; margin:0 auto;  }

.footer {
  margin:0 auto;
  width:100%;
  padding-top:30px;
  text-align:center;
  margin-top:20px;
}

/* default.html */
.index-about {
  padding: 2% 0px;
  position: relative;
  color: #393939;
  background: #edeff4;
}
.index-about h2 {
  letter-spacing: 0;
}
.index-about img {
  width: 100%;
}
.index-about .about_cont h3,
.index-about .about_cont p {
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
.navbar-fixed-top {
    padding-top:0;
  }
.nav .navbar-logo {
  height: 0px;
}
.navfixed{
  }
.logo {
  width:154px; 
  padding:8px 0 0 0; 
  }
.logo a{
  background:url(../images/name.jpg) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-1999px;
  background-size:154px 48px;
  }
  .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;
  background-color: #00458a;
  height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  width:311px; 
  float:left;
  padding-top: 6px;
  }
.logo a{
  background:url(../images/name.jpg) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-1999px;
  height:97px; 
  background-size:311px 97px;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .navbar-fixed-top {
    padding: 0;
  }
}

@media (min-width: 992px) {

.logo {
  width:311px; 
  height:97px; 
  padding-top: 10px;
  }
.logo a{
  background:url(../images/name.jpg) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-1999px;
  height:120px; 
  }

  .navbar-nav {
    font-size: 16px;
    text-align: center;
  }
}

.index-product {
  position: relative;
  background: #edeff4;
}
.index-product img{
  width:100%;
}

/* 产品图片点击效果*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 4% 0;
  background: #fff;
}
.hovereffect p {
  margin: 0 0 2% 0;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: relative;
  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(255,255,255,0.1);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #646464;
  text-align: center;
  position: relative;
  font-size: 26px;
  padding: 15px;
  letter-spacing: 0;
  font-weight: 20;

}

.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 {
  position: relative;
  background: #edeff4;
}
.index-news h2 {
  letter-spacing: 0;
}
.index-news h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  color:#393939;
  font-weight: bolder;

}
.index-news h3 a {
  color: #fff;

}
.index-news p {
  color: #393939;
}
@media (max-width: 991px) {
.index-news h3 {
  margin-top: 0;
  }
}
.index-news img {
  border: 1px solid #dadada;
  margin-right:2%;
  margin-bottom: 2%;
  width: 100%;
}

/*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: #edeff4; 
  padding: 3% 0;
  color: #fff;
}
.index-footer a{
  color: #595656;

}
.index-footer {
  padding: 2% 0;
  color: #595656;

}

@media (max-width: 767px) {
.height-max-767px {
  height:450px ;
  }
}

.index-footer h3{
  font-size: 16px;
  padding: 0 0 6% 1%;
  color: #595656;
  font-weight: 600;
  letter-spacing: 0;
}
.index-footer ul{
  padding-left:1%;
  float: left;
}
.index-footer ul li{
  font-size: 14px;
  list-style: none;
  line-height: 180%;
}
.index-footer ul li a{

}
.index-footer ul li a:hover{

}

.index-footer-menu{
  line-height: 120%;
  height: 170px;
  float: left;
  width: 25%
}

.index-footer p{
  font-size: 10px;
}

.index-footer-menu-title{
  color: #595656;
  font-weight: 600;
  margin: 20% 0;
}

/*profile.html*/
.profile {
    padding: 2% 0px;
    position: relative;
    color: #393939;
}
.profile img{
  width: 100%;
}
.culture{ 
  width:100%; 
  height:380px; 
  background:url(../profile/culture.jpg) bottom no-repeat; clear:both;
}

.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
}
.banner-s {
  width: 100%;
  height: auto;
}
.banner-profile {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  position:relative;
}
.banner-profile img{
  width: 100%;
}
.banner-title{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;  
  padding-top: 7%;
}
.banner-title h2{
  padding:0;
  margin: 0;
  color: #fff;
  text-shadow: rgba(0,0,0,.25) 0 0 1px;
}

.breadcrumb {
  text-align: right;
  padding-bottom: 5px;
  margin: 20px 0 0 0;
}

.breadcrumb a{
}
.breadcrumb a:hover{
}
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
  margin: 2px;
}
.menu-title{
  font-size: 32px;
  color: #257bbe;
  text-align: center;
}
.product-menu {
 
}
.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;
}

.leadership{
    margin-bottom: 20px;
  }
.leadership p{
    padding: 20px;
  }
@media (max-width: 767px) {
  .leadership{
    height: auto;
   }
  }

@media (min-width: 768px) and (max-width: 991px) {
  .leadership{
    height: 380px;
  }
}

@media (min-width: 992px){
  .leadership{
    height: 499px;
  }
}
@media (min-width: 1200px) {
  .leadership{
    height: 467px;
  }
 }


/*news.html*/
.news {
  position: relative;
}
.news h1 {
  padding: 1% 0px;
  text-align: center;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.news h2 {
  letter-spacing: 0;
  font-size: 20px;
}
.news h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.news h3 a {

}
.news img {
    border: 1px solid #f5f5f5;
    margin-right: 2%;
    margin-bottom: 4%;
}
.news p {
  line-height: 180%;
  padding-top: 12px;
}
.news-1 ul{
  padding:0px;
  margin: 2% ;
  font-size: 14px;
}
.news-1 ul li{
  padding:8px 4px;
  margin:0px;
  border-bottom:1px dotted #efeff1;
  list-style: none;
  text-align: left;
  overflow: hidden;
}

.news-1 img{
  padding: 20px 20px 0 0;
  max-width: 500px;
  float: left;
  border: none;
}

@media (max-width: 767px) {
.news-1 img{
  padding: 10px;
  max-width: 500px;
  float: left;
  }
}

.news-1 a{
}

.news-1 a:hover{
}

.news-1{
  height:250%;
  color:#494949;
}

.news-1 p{
  font-size: 16px;
  line-height: 180%;
}

.news-1 h1{
  font-size: 20px;
  letter-spacing: 0;
}

.news-intrest {
}

.news-intrest ul{
  padding:0px;
  margin: 2% ;
  font-size: 14px;
}
.news-intrest ul li{
  padding:8px 4px;
  margin:0px;
  border-bottom:1px dotted #efeff1;
  list-style: none;
  text-align: left;
  overflow: hidden;  
}

.news .media-heading:hover:before {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news .media-heading {
  position: relative;
}
.news .media-heading a {
  border-bottom: 1px solid #EFEFEF;
  font-size: 16px;
  color: #595959;
  display: block;
  padding-bottom: 10px;
}
.news .media-heading a:hover {
  text-decoration: none;
}
.news .media-heading:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3C3C3C;
  bottom: 0px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news p.des {
  font-size: 13px;
  color: #848484;
}
.news ul.blocks-2 {
  margin-top: 20px;
}
.news ul.blocks-2 li {
  margin: 30px 0 0;
  float: left;
  width: 33.3%;
  padding: 0 15px;
  list-style: none;
}
.news ul.blocks-2 li p {
  margin-bottom: 0px;
}
.news ul.blocks-2 li p.des {
  margin-bottom: 5px;
}
/*product.html*/

.product {
  padding:0px;
  margin: 2% 0;
  position: relative;
  z-index: 2;
}
.product h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 2px;
  letter-spacing: 0;
}
.product-detail{
  text-align: center;
}
.product-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.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;
  }
}
@media (max-width: 991px) {
  .product-menu {
    display: none;
  }
}

.product-hot {
  width: 100%;
  margin:0 auto;
}

.product-hot h2 {
  border-bottom: 1px solid #ddd;
  padding: 1% 0px;
}
.product-hot img{
  margin-bottom: 2%;
}



/*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*/


/*contact.html*/
.contact {
  position: relative;
  color: #fff;
}

.contact p{
  line-height:200%;
}
.contact a{
  color:#fff;


