.navfixed{
  padding-top: 90px;
}
.nav-top{
  margin-top: 30px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 70px;
    margin: 15px 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;
}



.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;
}


.more {
  background: url(../image/more.png) repeat 0 0;
  width: 148px;
  height: 65px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: -20px;
  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(../image/more.png) no-repeat 0px -70px;
  border-color: #b6b6b6;
  border-radius: 4px;
}



@media (max-width: 767px) {
.nav .navbar-logo {
    margin: 5px 0;
	}
.navbar-fixed-top {
    padding-top:0;
  }
.navfixed{
  padding-top: 60px;
  }
.logo {
  width:155px; 
  float:left;
  padding:5px; 
  }
.logo a{
  background:url(../image/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;
  background-color: #000;
  height: auto;
  }
}

@media (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  width:162px; 
  float:left;
  padding-top: 12px;
  }
.logo a{
  background:url(../image/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:150px 50px;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .navbar-fixed-top {
    padding: 0;
  }

  .nav > li > a {
    margin: 0 12px;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus {
    letter-spacing: 2px;
  }
  .navbar-default .navbar-nav > li > a {
      letter-spacing: 2px;
  }
}

@media (min-width: 992px) {

.logo {
  width:250px; 
  height:100px; 
  float:left;
  }
.logo a{
  background:url(../image/name.png) no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:100px; 
  }

  .navbar-nav {
    font-size: 16px;
  }
}

.index-about {
  padding: 2% 0px;
  position: relative;
  background: url(../image/bg-profile.jpg) no-repeat bottom center;
  min-height:500px;
}

.index-about-left{
  text-align: justify;
  line-height: 180%;
}

@media (max-width: 767px) {
  .index-about {
    background: url(../image/bg-profile.jpg) no-repeat bottom center;
    background-size:100% auto;
    min-height:448px;
  }
  .index-about-left{
    padding: 40px 20px 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-about {
    background: url(../image/bg-profile.jpg) no-repeat bottom center;
    background-size:100% auto;
    min-height:400px;
  }
  .index-about-left{
    padding: 40px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .index-about-left{
    padding: 160px 20px 0 20px;
  }
}

@media (min-width: 1200px){
.index-about-left{
  padding: 160px 0 0 60px;
  }  
}



.index-product {
  position: relative;
  padding: 3% 0 0 0;
}


.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%;
  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(1,98,178, 0.9);
}

.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 {
  position: relative;
  background: url(../image/bg-news.jpg) no-repeat bottom center;
  min-height:280px;
}

.index-news-right{
  text-align: justify;
  line-height: 180%;
}

.index-news-right h2{
  font-size: 18px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .index-news {
    background: url(../image/bg-news.jpg) no-repeat bottom center;
    background-size:100% auto;
    min-height:320px;
  }
  .index-news-right{
    padding: 0px 20px 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-news {
    background: url(../image/bg-news.jpg) no-repeat bottom center;
    background-size:100% auto;
    min-height:200px;
  }
  .index-news-right{
    padding: 0px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .index-news-right{
    padding: 80px 20px 0 20px;
    min-height:340px;
  }
}

@media (min-width: 1200px){
.index-news-right{
  padding: 100px 0 0 60px;
  min-height:340px;
  }  
}


.index-footer {
  margin: 3% 0 0 0;
  color: #eaf6ff;
  background: #0162b2;
}

.index-footer h3{
  font-size: 16px;
  padding-left:1%;
  font-weight: 600;
  padding: 40px 0 12px 0;
  letter-spacing: 1px;
  line-height: 150%;
}
.index-footer h3 span{
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.index-footer ul{
  padding-left:1%;
  float: left;
}
.index-footer ul li{
  font-size: 10px;
  list-style: none;
  letter-spacing: 1px;
}
.index-footer a{
  color: #eaf6ff;
  font-size: 14px;
  font-weight: bold;
}
.index-footer a:hover{
  color: #fff;
}

.index-footer-menu{
  line-height: 120%;
  height: 170px;
  float: left;
  width: 44%;
}

.index-footer p{
  font-size: 10px;
}

.index-footer-menu-title{
  color: #eaf6ff;
  font-weight: 600;
  margin: 20% 0;
}




.profile{}

.profile h2{
  padding-top:40px;
}
.profile p{
  font-size: 16px;
  line-height: 180%;
  padding:0 20px;
  text-indent: 2em;
  text-align: justify;
}
.profile-text{
  margin-top: 80px;
}

@media (max-width: 767px) {
  .profile-text{
  margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-text{
  margin-top: 0;
  }
}

.breadcrumb {
  text-align: right;
  padding-bottom: 5px;
  margin: 20px 0;
}

.breadcrumb a{
  color: #242931;
}
.breadcrumb a:hover{
  color: #000;
}
.breadcrumb > .active {
    color: #000;
}
.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;
}

.news {
  position: relative;
}
.news h1 {
    text-align: center;
    margin: 0 0 20px 0;
}
.news h2 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: bold;
}

.news h3 a {

}
.news img {
    border: 1px solid #f5f5f5;
    margin-right: 2%;
    margin-bottom: 4%;
}
.news p {
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
}
.news-frame{
  margin:0;
}

.news-detail{
  text-align: center;
}
.news-detail h1{
  font-size: 24px;
  margin-top: 20px;
}
.news-detail img{
  border: 1px solid #fff;
  padding: 4px;
  background: #fff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.news-detail p {
  margin:0 auto;
  text-align: justify;
  max-width: 700px;
  text-indent: 2em;
  line-height: 180%;
}

.product {
  margin: 2% 0;
}
.product h1 {
  text-align: center;
  margin:0 0 20px 0;
}
.product p {
  font-size: 160%;
  text-align: center;
  margin: 10px 0;
}

.product-detail{
  text-align: center;
}
.product-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  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-img {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-bottom: 2px solid #ddd;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 12s ease-in-out;
    transition: 1s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 2px 10px #e2e2e2;
}
a.product-img:hover, a.product-img:focus, a.product-img.active {
  border-color: #0162b2;
}
@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 p{
  text-indent: 0;
}
.product-hot h2 {
  border-bottom: 1px solid #e7e7e7 ;
  padding: 1% 20px;
}
.product-hot img{
  margin-bottom: 2%;
}




.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);
}

.contact {
  position: relative;
  color: #fff;
}

.contact p{
  line-height:200%;
}
.contact a{
  color:#fff;
}