﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 700px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 700px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 700px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
   
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* my changed */
.foot-back{
    font-size: 30px;
    color: #555;
}
.foot-icon1:hover{
  color: #337ab7;
}
.foot-icon{
  color: #555;
  display:inline-block;
  width: 20%;
  text-align: center;
}
.foot-icon1{
  text-decoration: none;
  font-size: 1rem;
  color: #555;
  display:inline-block;
  width: 20%;
  text-align: center;
}
.foot-text{
  margin-top: 30px;
  color: #999;
  text-align: center;
}


/* header */
.down-ul{
	// margin-top: 7rem;
  display: none;
  list-style: none;
  width: 100%;
  padding: 0;
}
.down-ul li{
  width: 12%;
  float: left;
}
.down-ul img{
  width: 100%;
  padding: 0.5rem;
}
.down-ul p{
	padding-left: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}
.down-a{
	display: block;
  border:1px solid #333;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  color: #333;
}
.down-a:hover{
  color: #fff;
  background-color: #333;
  text-decoration: none;
  transition:0.4s;
}
.head-img{
  width: 50%;
}

/* detail */
.detail-hr{
  padding: 3rem;
  border-bottom: 1px solid #ccc;
}
.detail-div{
  padding: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.detail-img{
  float: left;
 
}
.detail-img img{
  width: 100%;
}
.detail-text{
  padding: 0 1rem;
  float: right;
}
.detail-text h3{
  font-family: "微软雅黑";
  font-weight: 600;
  color: #337ab7;
}
.detail-text p{
  font-family: "微软雅黑";
  font-size: 14px;
  color: #999;
  margin: 2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4;
  overflow: hidden;
}
.detail-text a{
  display: inline-block;
  font-family: "微软雅黑";
  padding: 0.8rem 2rem;
  color: #333;
  font-size: 20px;
  border:1px solid #333;
  border-radius: 4px;
  margin: 2rem 1rem;
}
.detail-text a:hover{
  background-color: #333;
  color: #fff;
  text-decoration: none;
  transition:0.4s;
}
.list-group-item{
  font-family: '微软雅黑';
  text-align: center;
  padding: 20px 0;
}
@media (max-width:768px){
.down-ul{
	margin-top: 0;
}
.down-ul p{
	padding-left: 0;
}
.list-group-item{
  text-align: center;
  padding: 10px 0;
}
.detail-text a{
  margin: 0 0.5rem;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
// .foot-back{
//   font-size: 18px;
// }
// .foot-text{
//   font-size: 12px;
// }
// .foot-icon1{
//   font-size: 12px;
// }
}
/* detail */

/* more */
.more-img{
  padding: 5rem 5rem 0  5rem;
}
.more-img img{
  width: 100%;
}
.more-text{
  color: #333;
  padding-top: 5rem ;
}
.more-text li{
  list-style: none;
  padding: 0.4rem;
  font-family: Microsoft Yahei;
}
.more-text span{
  color: #337ab7;
  font-size: 16px;
  font-weight: 600;
  
}
.more-a{
  font-family: '微软雅黑';
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  background-color: #ff7167;
  padding: 2rem 3rem;
  display: inline-block;
  margin: 1rem 3.5rem;
}
.more-a:visited{
  text-decoration: none;
  color: #fff;
}
.more-a:hover{
  color: #fff;
  background-color: #de2f23;
  font-size: 24px;
  transition:0.4s;
  text-decoration: none;
}
.more-imgs img{
  display: block;
  width: 100%;
}
/* more */

/* footer */
footer{
  margin-top: 2rem;
}
/* footer */




/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/*about us text*/
/* ----- About us text ----- */

.about-us {
    margin-top: 20px;
    margin-bottom:50px;
}

.about-us-text {
    padding: 10px 0;
    text-align: left;
}

.about-us-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    font-weight: bold;
}

.about-us-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}


/* ----- Meet our team ----- */

.team {
    margin-top: 30px;
}

.team-title {
    background: url(../images/line.png) left center repeat-x;
}

.team-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight:bold;
}

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    
    border-bottom: 2px solid #9d426b;
    text-align: center;
}

.team-text:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-text:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.team-text .social-links {
    margin-top: 15px;
    text-align: center;
}

.team-text .social-links a { display: inline-block; width: 24px; height: 24px; margin: 0 4px; vertical-align: middle; }

.team-text .social-links a.twitter { background: url(../images/twitter.png) left top no-repeat; }
.team-text .social-links a.dribbble { background: url(../images/dribbble.png) left top no-repeat; }
.team-text .social-links a.pinterest { background: url(../images/pinterest.png) left top no-repeat; }
.team-text .social-links a.flickr { background: url(../images/flickr.png) left top no-repeat; }
.team-text .social-links a.forrst { background: url(../images/forrst.png) left top no-repeat; }
.team-text .social-links a.vimeo { background: url(../images/vimeo.png) left top no-repeat; }
.team-text .social-links a.linkedin { background: url(../images/linkedin.png) left top no-repeat; }
.team-text .social-links a.facebook { background: url(../images/facebook.png) left top no-repeat; }
.team-text .social-links a.email { background: url(../images/email.png) left top no-repeat; }
.team-text .social-links a.behance { background: url(../images/behance.png) left top no-repeat; }
.team-text .social-links a.googleplus { background: url(../images/googleplus.png) left top no-repeat; }
.team-text .social-links a.youtube { background: url(../images/youtube.png) left top no-repeat; }
.team-text .social-links a.skype { background: url(../images/skype.png) left top no-repeat; }
.team-text .social-links a.tumblr { background: url(../images/tumblr.png) left top no-repeat; }

.team-text .social-links a:hover { background-position: left bottom; }

.team-text h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-text p {
    line-height: 24px;
    font-style: italic;
}

