@charset "UTF-8";
/**/
.navfixed{
  padding-top: 109px;
}
.nav-top{
  margin-top: 8px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
  padding: 24px 0;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 60px;
    margin: 0px;
    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(../images/more.png) repeat 0px -10px;
  width: 56px;
  height: 24px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #dfdfdf 1px solid;
  border-radius: 4px;

  clear: both;
}
.more-center{
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .more {
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top:0;
    padding: 0; 
  }
}
.more:hover {
  background: url(../images/more.png) no-repeat 0px -66px;
  border-color: #b6b6b6;
  border-radius: 4px;
}


.main{width:100%; height:2440px; margin:0 auto;  }

.footer {
  margin:0 auto;
  width:100%;
  padding-top:30px;
  text-align:center;
  margin-top:20px;
}

/* default.html */
.index-about {
  position: relative;
}
.index-about h2 {
  padding-top: 2%;
}
.index-about img {
  width: 100%;
  border: 1px solid #e2eff1;
}
.index-about h3,
.index-about p {
  text-align: center;
  font-size: 16px;
  width: 100%;
}

.index-about h2 span{
  font-weight: 1000;
}

@media (max-width: 767px) {
.navbar-fixed-top {
    padding-top:0;
  }
.nav .navbar-logo {
}
.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;
  background-color: #3c949e;
  height: auto;
  }
}

@media (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  width:192px; 
  float:left;
  padding: 13px 0 0 15px;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:192px 48px;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .navbar-fixed-top {
    padding: 0;
  }
}

@media (min-width: 992px) {

.logo {
  width:284px; 
  height:71px; 
  float:left;
  }
.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;
  }

  .vidoeo-auto {
    width: 555px;
    height:312px;
  }
}

.index-product {
  position: relative;
  padding: 3% 0;
  color: #fff;
  background: url(../images/bg-index-product.jpg) no-repeat bottom #4db0ee;
}
.ind-video{

}
/* */
.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 96%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 2%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(3,85,97,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;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #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: 100%;
  height: 35.5%;
  position: absolute;
  left: 0;
  padding: 18% 0;
  font-size: 180%;
  font-weight:800;
  text-align: center;
  padding-bottom: 30%;
  bottom:0;
  text-shadow: 2px 2px 5px rgba(7,35,42,0.9);
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(3,85,97,0.4);
}

/* index-news */
.index-news {
}
.index-news ul{
  padding: 0;
}
.index-news ul li{
  font-size: 12px;
  padding: 8px 0;
  margin-right: 20px;
}

/*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: #e2eff1;
  margin-top: 2%;
  padding: 2% 0;
  color: #035561;
}

/**/
.menu-view.fadeInRight {
    -webkit-animation:fadeInRight 1s cubic-bezier(.25,.74,.22,.99) forwards;
    -moz-animation:fadeInRight 1s cubic-bezier(.25,.74,.22,.99) forwards;
    -o-animation:fadeInRight 1s cubic-bezier(.25,.74,.22,.99) forwards;
    animation:fadeInRight 1s cubic-bezier(.25,.74,.22,.99) forwards;
    -webkit-animation-delay:0.1s; 
    -moz-animation-delay:0.1s;
    -o-animation-delay:0.1s;
    animation-delay:0.1s;
}
.menu-view.menu-delay2{
  -webkit-animation-delay:0.2s; 
  -moz-animation-delay:0.2s;
  -o-animation-delay:0.2s;
  animation-delay:0.2s;
}
.menu-view.menu-delay3{
  -webkit-animation-delay:0.3s; 
  -moz-animation-delay:0.3s;
  -o-animation-delay:0.3s;
  animation-delay:0.3s;
}
.menu-view.menu-delay4{
  -webkit-animation-delay:0.4s; 
  -moz-animation-delay:0.4s;
  -o-animation-delay:0.4s;
  animation-delay:0.4s;
}
.menu-view.menu-delay5{
  -webkit-animation-delay:0.5s; 
  -moz-animation-delay:0.5s;
  -o-animation-delay:0.5s;
  animation-delay:0.5s;
}
.menu-view.menu-delay6{
  -webkit-animation-delay:0.6s; 
  -moz-animation-delay:0.6s;
  -o-animation-delay:0.6s;
  animation-delay:0.6s;
}
.menu-view.menu-delay7{
  -webkit-animation-delay:0.7s; 
  -moz-animation-delay:0.7s;
  -o-animation-delay:0.7s;
  animation-delay:0.7s;
}
.menu-view.menu-delay8{
  -webkit-animation-delay:0.8s; 
  -moz-animation-delay:0.8s; 
  -o-animation-delay:0.8s; 
  animation-delay:0.8s; 
}
.menu-view.menu-delay9{
  -webkit-animation-delay:0.9s; 
  -moz-animation-delay:0.9s;
  -o-animation-delay:0.9s;
  animation-delay:0.9s;
}
.menu-view.menu-delay10{
  -webkit-animation-delay:1s; 
  -moz-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
}
.childer{

  }


/*profile.html*/
.profile {
  position: relative;
}
.profile h3{
  letter-spacing: 0;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
.profile p{
  text-indent: 2em;
  
}
.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;
  margin-top: 1%;
}

.breadcrumb a{
  color: #777;
}
.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;
}

.equipment-name{
  width: 100%;
  background: #3c949e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(7,35,42,0.9);
  padding: 2% 0; 
  letter-spacing: 2px;
  margin-bottom: 4%;
  color:#fff;
}
.equipment-name a{
  color:#fff;
}

@media (max-width: 767px) {
  .equipment-name{
    width: 100%;
    background: #3c949e;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(7,35,42,0.9);
    padding: 2% 0; 
    letter-spacing: 1px;
    margin-bottom: 4%;
    color:#fff;
  }
 .profile h2{
  font-size:24px;
  letter-spacing: 0;
 }
 .profile h1{
  font-size:24px;
  letter-spacing: 0;
 }
}
@media (min-width: 992px){
  .pro-height{
    height: 335px;
  }  
}
@media (min-width: 1200px) {
  .pro-height{
    height: 405px;
  }
}

.products-related {
  margin: 2% 10px;
  border:1px solid #f9f5f0;
  float: right;
}
.products-related h2{
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
}
.products-related a {
  color:#494949;
}

.glyphicon{
  top: 0;
}

.history{
  margin: 4% 0;
  border-left: 2px solid #3c949e;
}
.history p{
  padding-left: 20px;
  text-indent: 0;
}


/*culture.html*/
.culture{
  height: 700px;
}
@media (max-width: 767px) {
 
  .culture{
    height: 1000px;
  }

}
/*news.html*/
.news {
  padding:0px;
  margin: 2% ;
  position: relative;
  z-index: 2;
}

.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 a{
}

.news-1 a:hover{
}

.news-1{
  height:250%;
  color:#494949;
}

.news-1 p{
  margin: 2% 0;
  padding: 2% 0;
  padding:5px;
  font-size: 16px;
}


.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-intrest a{

}

.news-intrest a:hover{

}
/*recruitment.html*/
.tech-list{
  line-height: 250%;
  text-align: left;
}
.tech-list a{
}
.tech-list a:hover {
}
.tech-list.icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
.tech-content{
  text-align: left;
  padding: 40px;
  text-align: left;
  text-indent: 2em;
}
.tech-content p{
  line-height: 180%;
}
.technology img {
  padding: 20px;
}

.recruitment {
  margin:0 auto;
  width:100%;
  color: #4a4a4a;
  padding-bottom: 2%;
}
.recruitment a{
  color:#494949;
}
.recruitment a:hover {
  color:#9b0000;
}
.recruitment table {
  border:1px solid #c8c8c8;
  font-size:14px;
  width:100%;
  line-height: 200%;
  border-collapse: collapse;
}
.recruitment table tr td{
  border:1px solid #c8c8c8;
}
.recruitment_body{
  margin:0 auto;
  width:100%;
  color: #4a4a4a;
  font-size:14px;
  line-height: 200%;
  padding:20px;
}


/*event.html*/
.event {
  margin: 2% 10px;
}
.event img{
  width: 100%;
  border:1px solid #f9f5f0;
  margin: 10px 0;

}
.event-1{
  height:250%;
  color:#494949;
}
.event-1 p{
  border-bottom: #f8f8f8 1px solid;
  padding: 1% 0;
  text-indent:0;
}
.text-stress{
  color: #3c949e;
  font-size: 120%;
  letter-spacing: 1px;
}
.text-stress-thin{
  font-size: 120%;
  letter-spacing: 1px;
}


/*product.html*/
.product {
  position: relative;
  color: #fff;
}
.product-detail{
  text-align: center;
}
.product-detail img{
  border: 1px solid #fff;
  margin: 0 auto;
  margin: 15px;
  max-width: 700px;
  width: 90%;
}
.product-detail p {
  color: #fff;
  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: 98%;
  margin:0 auto;
}

.product-hot h2 {
  border-bottom: 1px solid #f9f5f0;
  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);
}
/*contact.html*/
.contact {
  position: relative;
  color: #fff;
}

.contact p{
  line-height:200%;
}
.contact a{
  color:#fff;
}