
@font-face{
	font-family:'Stratum2-Black';
	src:url('../fonts/Stratum2-Black.eot');
	src:url('../fonts/Stratum2-Black.eot#iefix&v=4.5.0') format('embedded-opentype'),
	url('../fonts/Stratum2-Black.woff2') format('woff2'),
	url('../fonts/Stratum2-Black.woff') format('woff'),
	url('../fonts/Stratum2-Black.ttf') format('truetype'),
	url('http://gb.navigate.ltd/templates/michuan/images/fonts/Stratum2-Black.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}


/* Body 
------------------------------------- */
body {
    background: #ffffff;   
    font-family: '微软雅黑';
    font-style: normal;
    font-weight: 300;
    position: relative;
}
ul{margin:0px;padding:0px;}
html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

li{list-style:none;}

.cl{clear:both;}
/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4 {
  font-weight: 300;
}

h1 {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

h2 {
  color: #252525;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

p {
  color: #888;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 34px;
}

#home p,
#contact p, footer p {
  color: #f9f9f9;
}

.btn {
  border:none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  background: #c6cbce;
  border-color: transparent;
}

.btn-success {
  background: #D80326;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 14px 32px;
  margin-top: 26px;
}

.btn-success:hover {
  background: #222;
}

a {
  color: #BFBFBF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #c6cbce;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    All Section style              
-----------------------------------------*/

.section-title {
  padding-bottom: 62px;
}

#about .section-title {
  padding-top: 82px;
}

#about .section-title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#about,
#gallery,
#contact {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

#gallery,
#contact, footer {
  text-align: center;
}

.overlay {
   opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}



/*---------------------------------------
    Pre Loader Style              
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #c6cbce;
  border-radius: 100%;
  margin: 40px auto;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
  color: #304352;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
}

.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #304352;
}

.navbar-default .navbar-nav > li a:hover {
    color: #304352 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #304352;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  
  .navbar-default .navbar-nav li a span:before {
    background: transparent !important;
  }
  .navbar-default .navbar-nav li.active a {
    background: transparent;
    background: none;
    color: #304352 !important;
  }
  .navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}



/*---------------------------------------
    Home Section              
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  height: 100vh;
  text-align: center;
}

#home h1 {
  color: #ffffff;
}

#home .col-md-8 {
  padding-left: 62px;
}

#home .container .row h1{
  font-family: 'Stratum2-Black';
  font-size: 58px;
}
#home .container .row p{
  font-family: 'Stratum2-Black';
  text-transform: uppercase;
  font-size: 48px;
  padding: 50px 0;
}
@media (max-width: 990px) {
  #home .container .row p{
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #home .container .row h1{
    font-size: 40px;
  }
  #home .container .row p{
    font-size: 32px;
    padding: 18px 0;
  }
}

/*---------------------------------------
    About Section              
-----------------------------------------*/

#about {
  background: #f0f0f0;
}

#about .item {
  width: 100%;
  display: block;
}

#about .about-thumb {
  background: #ffffff;
  border-radius: 4px;
  padding: 100px;
  position: relative;
}

#about .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#about .team-thumb {
  width: 100%;
  height: 400px;
  margin: 32px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background:#aeaeae;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -10px;
}

#about .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}



/*---------------------------------------
    Galllery section              
-----------------------------------------*/

#gallery {
  background: #ffffff;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}



/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact, footer {
  background: #212121;
  color: #ffffff;
}

#contact .form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #f9f9f9;
  color: #ccc;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #c6cbce;
  color: #ffffff;
}

#contact input {
  height: 55px;
}

#contact input[type="submit"] {
  background: #CA0021;
  border:none;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
}

#contact input[type="submit"]:hover {
  background: #2F2F2F;
  color: #ffffff;
}



/*---------------------------------------
    Footer section             
-----------------------------------------*/

footer {
  padding-bottom: 80px;
}



/*---------------------------------------
    Social icons style              
-----------------------------------------*/

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 4px;
  border:1px solid #676767;
  color: #636363;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 42px 10px;
  padding: 0px;
}

.social-icon li a:hover {
  background: #ffffff;
  color: #c6cbce;
}



/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #222;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
  background: #c6cbce;
  color: #ffffff;
}


.navlist{display:none}
/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/

@media (max-width: 980px) {
/* 
  #home, .overlay {
    height: 50vh;
  }
*/
.navlist{display:block;}
  #about .team-thumb {
    margin-top: 32px;
	height:488px
  }
  .intbanner{margin-top:50px}
.navdown{display:none !important}
}


@media (max-width: 767px) {

  #home, .overlay {
    height: 100vh;
  }

  #about .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #about .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }
  .grid {padding:0px;}
  .con2wm{margin:10px 0px !important}

}



@media (max-width: 650px) {

  h1 {
    font-size: 1.6rem;
  }

  p {
    font-size: 18px;
  }

  img {
    width: 100%;
  }

  #about,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}




/*about*/
.about {padding:30px;}
.about-top-line{width:100%;height:1px;background:#dcdcdc}
.about-top-pic{position:relative;top:-15px;width:auto;}
.about p{font-size:15px;}
.aboutinfo p{font-size:14px;font-family:'微软雅黑';line-height:26px;color:#1a1a1a;letter-spacing:0px;}
.aboutinfo p a{color: #1a1a1a;}
/*news*/
.newstime{width:110px;height:110px;background:#2d2d2d;color:#fff;font-family:'微软雅黑';font-size:25px;text-align:center;padding:20px 15px 0;position:absolute;border-radius:5px;overflow:hidden;top:-50px;}
.newstime p{font-size:14px;text-align:right;}
.news ul li{margin-top:50px;position:relative;top:0px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.news ul li:hover{top:-10px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.news ul li .newslist{background:#f3f3f3;position:relative;padding:80px 20px 20px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.news ul li:hover .newslist{box-shadow:5px 5px 20px #ADADAD; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.newstit{font-size:15px;color:#4c4c4c;margin-bottom:15px;font-family:'微软雅黑';}
.newsinfo{font-size:14px;color:#7c7c7c}
.news-tit{font-size:18px;color:#4c4c4c;text-align:center;margin:30px 0 10px;font-family:'微软雅黑';}
.news-time{text-align:center;color:#9e9e9e;font-size:14px;font-family:'微软雅黑';margin-bottom:20px;font-family:'微软雅黑';}
.news p{color:#7c7c7c;font-size:14px;font-family:'微软雅黑';line-height:24px;letter-spacing: 0px;}
.newsinfo,.news-info{font-family:'微软雅黑'}
/*contact*/
.conshare{width:35px;height:35px;display:inline-block;margin-right:10px;}

/*product*/
.navlist ul{padding:0px;margin:0px;display:none}
.navlist ul li{line-height:30px;border-bottom:1px solid #f0f0f0;padding-left:15px;}
.navlist ul li a{color:#9e9e9e;display:block}
.proshow p{font-size:14px;font-family:'微软雅黑';line-height:16px;}
.proxiangxi img{height:50px;}
/*header*/
.smoothScroll{position:relative;}
.xlk3 .navdown{width:450px}
.navdown{position:absolute;width:250px;background:#fff;overflow:hidden;height:0px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.navbar-default .navbar-nav li .navdown a{font-size:12px;font-family:'微软雅黑';line-height:32px;margin:0px;display:block;}
.navbar-default .navbar-nav li .navdown a:hover{background:#f0f0f0}
@media (max-width: 768px) {
  .nav .navzhong{
    display: none;
  }
}

/*page*/
.met_pager{text-align:center;padding:30px 0 }
.met_pager a{margin: 3px;border:1px solid #e0e0e0;text-align:center;height:28px;line-height:28px;min-width:28px;_width:28px;text-align:center;display:inline-block;color:#aaa}
.met_pager a:hover{border:1px solid #a0a0a0;color:#aaa}
.met_pager .PreSpan,.met_pager .NextSpan{height:30px;line-height:30px;min-width:60px;_width:60px;text-align:center;background:#f0f0f0;color:#ccc;display:inline-block}
.met_pager .PreA,.met_pager .NextA{height:28px;line-height:28px;min-width:58px;_width:58px;color:#aaa}
.met_pager .PreSpan,.met_pager .PreA{margin-right:6px}
.met_pager .NextSpan,.met_pager .NextA{margin-left:6px}
.met_pager .firstPage,.met_pager .lastPage{font-weight:bold;height:28px;line-height:28px;min-width:40px;_width:40px;color:#aaa}
.met_pager .Ahover{font-weight:bold;background:#f0f0f0;color:#aaa}
.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display: none;}

.met_pager {text-align: center;padding: 30px 0}
.met_pager a {border: 0;background: #6f6f6f;text-align: center;height: 28px;line-height: 28px;min-width: 28px;_width: 28px;text-align: center;display: inline-block;color: #d0d0d0}
.met_pager a:hover {border: 0;color: #fff;background: #ff0000}
.met_pager .PreSpan,.met_pager .NextSpan {height: 30px;line-height: 30px;min-width: 60px;_width: 60px;text-align: center;background: #6f6f6f;color: #d0d0d0;display: inline-block}
.met_pager .PreA,.met_pager .NextA {height: 28px;line-height: 28px;min-width: 58px;_width: 58px;color: #aaa}
.met_pager .PreSpan,.met_pager .PreA {margin-right: 6px}
.met_pager .NextSpan,.met_pager .NextA {margin-left: 6px}
.met_pager .firstPage,.met_pager .lastPage {font-weight: bold;height: 28px;line-height: 28px;min-width: 40px;_width: 40px;color: #d0d0d0}
.met_pager .Ahover {font-weight: bold;background: #ff0000;color: #fff}
.met_pager .PageText {margin-left: 10px;color: #333}