/*
	Crystal Template 
	http://www.templatemo.com/tm-437-crystal
*/

body
  {
    background: #FFFFFF;
    color: #555555;
    font-family:"微软雅黑", sans-serif;
	line-height: 24px;
    position: relative;
  }
  
.blue {
	color: #06C;
}

.green {
	color: #090;
}

.orange {
	color: #C60;
}

.white {
	color: #FFF;
}

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }  
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }  
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media screen and (min-width:768px){
  #home h1{
    font-size: 5.5em;
  }
}

/* end page container */
  .navbar-default {
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
    min-height: 80px;
}
.navbar-brand > img {
    width: 280px;
    margin-top: 5px;
}
.navbar-default .navbar-nav li a {
    color: #404040;
    line-height: 68px;
    font-size: 1.1em;
}
@media (max-width: 1024px){
    .navbar-brand > img {
    width: 280px;
    margin-top: 0px;
}
   .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
} 
}

/* start home */
h1 { margin: 0; }
#home { padding-top: 65px; }
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#home h1
  {
    padding: 40px 0;

}
  }
#home h3
  {
    font-size: 1.5em;
    padding: 10px 0;
    font-weight: normal;
  }


#home p
  {
    letter-spacing: 1px;
  }
/* end home */




/* start team */
#team
  {
    background: url(images2.jpg) no-repeat;
    color: #FFFFFF;
    padding: 80px 0 80px 0;
  }
#team h3
  {
    font-weight: bold;
    letter-spacing: 1px!important;
    padding-bottom: 30px;
    float: left;
    color: #666666;
    font-weight: normal;
    font-family: "微软雅黑";
    margin-left:65px;
  }
#team .team_thumb
  {
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
  }
#team .team_thumb img
  {
    width: 100%;
    height: auto;
  }
  h5 {
    margin: 0;
  }
#team .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
#team .team_thumb:hover .team_overlay
  {
    opacity: 0.8;
  }  
#team .team_description
  {
    background: #303030;
    padding: 10px;
  }
#team .team_description h5
  {
    color: #66AF33;
	padding-bottom: 10px;
  }
#team p
  {
    font-weight: 400;
  }
/* end team */



/* start service */
#service
  {
    min-height: 300px;
    padding: 80px 0 60px 0;
  }
#service h3
  {
    color: #666666;
    font-weight: normal;
    font-family: "微软雅黑";
    letter-spacing: 1px !important;
    padding-bottom: 30px;
    font-size: 26px;
  }
#service .media
  {
    padding: 40px 0 10px 0;
  }
#service .media .fa
  {
    background: #66AF33;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 10px 0 0;
    padding-right: 0;
  }
#service .media .media-heading
  {
    color: #66AF33;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
#service
  {
    font-weight: 400;
  }
/* end service */








@media only screen and (max-width: 1199px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
}

/* start 768 media quires */
@media only screen and ( max-width: 768px ) {
  .navbar-header {
    padding-left: 15px;
  }
  h1 { font-size: 26px; }
  h2 { font-size: 18px; }
  #home .btn { 
    margin-top: 10px; 
    width: 180px;
    height: 40px;
    padding-top: 8px;
  }
  #about { padding-top: 65px; }
  #team .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
}
/* end 768 media quires */

@media only screen and (max-width: 640px) {
  h1 { font-size: 20px; }
  h2 { font-size: 14px; }
  #home .btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 10px; 
  }
}

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
  #team .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    line-height: 220px;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
  }
}
/* end 360 media quires */


.templatemo_servicewrapper{
     background:#ffffff; 
     padding:100px 0 100px 0; 
     width:100%;
     text-align:center;
     font-family: "微软雅黑";
     color: #4a4a4a;
}
.templatemo_servicebox{
    background:#ffffff;
    border-radius:2px; 
    padding:35px;
    border:1px #dcdcdc solid;
}
.templatemo_serviceicon{
    background:#05b5fd; 
    color:#fff; 
    width:80px;
    height:80px;
    margin:0 auto; 
    border-radius:40px; 
    font-size:40px; 
    line-height:80px; 
    text-align:center;
}
.templatemo_service_title{
    font-size:18px; 
    margin:20px 0 15px 0; 
    color:#000000;
}
.templatemo_servicewrapper h1{
  font-size: 26px;
  font-family: "微软雅黑";
  color: #666666;
  margin-bottom: 70px;
}
.xian_zs{
  width:90px;
  height:2px;
  background-color: #236db4;
  margin: 40px auto 20px auto;
}
.xkfx{
  padding-left: 0px;
  clear: both;
}
.xkfx li{
  background: #dcf2fa;
  height: 68px;
  border:1px solid #dcdcdc;
  line-height: 68px;
  list-style: none;
  margin-bottom: 15px;
}
.xkfx li a{
  text-decoration: none;
}
.xkfx li span{
  margin-left: 20px;
  font-family: "微软雅黑";
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 20px;
}
#service .more01{
  float: left;
}
.jianjie{
  float: right;
  margin-top: 30px;
}
.jianjie h4{
  font-family: "微软雅黑";
  font-size: 18px;
  color: #333333;
  font-style: weight;
}
.jianjie p{
  line-height: 28px;
  font-size: 14px;
  font-family: "微软雅黑";
}


/* Footer */

  #footer {
    background: #3b3c41;
    padding: 6em 0;
    text-align: center;
  }

  #footer a{
    color: #999696;
    font-size: 12px;
  }

    #footer .copyright {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.8em;
      line-height: 1em;
      margin: 2em 0 0 0;
      padding: 0;
      text-align: center;
    }

      #footer .copyright li {
        border-left: solid 1px rgba(255, 255, 255, 0.3);
        display: inline-block;
        list-style: none;
        margin-left: 1.5em;
        padding-left: 1.5em;
      }

        #footer .copyright li:first-child {
          border-left: 0;
          margin-left: 0;
          padding-left: 0;
        }

        #footer .copyright li a {
          color: inherit;
        }


      ul.icons li {
        display: inline-block;
        height: 2.5em;
        line-height: 2.5em;
        padding: 0 0.5em;
      }

        ul.icons li .icon {
          font-size: 0.8em;
        }

          ul.icons li .icon:before {
            font-size: 2em;
          }

    ul.actions {
      cursor: default;
      list-style: none;
      padding-left: 0;
    }

      ul.actions li {
        display: inline-block;
        padding: 0 1em 0 0;
        vertical-align: middle;
      }

        ul.actions li:last-child {
          padding-right: 0;
        }

      ul.actions.small li {
        padding: 0 0.5em 0 0;
      }

      ul.actions.vertical li {
        display: block;
        padding: 1em 0 0 0;
      }

        ul.actions.vertical li:first-child {
          padding-top: 0;
        }

        ul.actions.vertical li > * {
          margin-bottom: 0;
        }

      ul.actions.vertical.small li {
        padding: 0.5em 0 0 0;
      }

        ul.actions.vertical.small li:first-child {
          padding-top: 0;
        }

      ul.actions.fit {
        display: table;
        margin-left: -1em;
        padding: 0;
        table-layout: fixed;
        width: calc(100% + 1em);
      }

        ul.actions.fit li {
          display: table-cell;
          padding: 0 0 0 1em;
        }

          ul.actions.fit li > * {
            margin-bottom: 0;
          }

        ul.actions.fit.small {
          margin-left: -0.5em;
          width: calc(100% + 0.5em);
        }

          ul.actions.fit.small li {
            padding: 0 0 0 0.5em;
          }

  dl {
    margin: 0 0 2em 0;
  }
.banner_box{
  width: 100%;
  height: 330px;
  margin-top: 100px;
  background-color: #f2f2f2;
}
.xue_banner {
    background-image: url(imagesbeijing.png);
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    max-width: 1366px;
}

.z_nei{
  position: absolute;
  left: 100px;
  top: 70px;
  min-height: 370px;
}
.z_nei h1{
  color: #ffffff;
  font-size: 2em;
  font-style: italic;
  margin-top: 20px;
  text-transform: uppercase;
  padding:0;
  text-align: left;
}
.fenge{
  height: 500px;
  width: 1px;
  background-color: #b1b0b0;
  float: left;
}
.title_list{
  font-style: bold;
  margin-top: 20px;
}
.jianjie ul{
  list-style: none;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
}
.jianjie i{
  font-weight: bold;
  margin-left: -36px;
  margin-top: 25px;
  font-style: normal;
}
.navbar-right{
  margin-right: -60px;
}
.jianjie ul li a{
  font-size: 14px;
  color: #333333;
}
a:link{ text-decoration:none; } 
.jianjie .new_zx li{
  height:40px;
  width:820px;
  line-height:40px;
  border-bottom:1px #d4d4d4 dotted;
  background-image:url(images/list.png);
  background-repeat:no-repeat;
  background-position:left center;
}
.jianjie .new_zx li span{
  font-size:14px;
  color:#999999;
  float:right;
  margin-right:10px;
}
.jianjie img{
  width:100%;
  height: 100%;
  margin:20px 0;
}
.news_list a{
  margin-left: 60px;
  color: #333333;
  line-height: 40px;
}
.news_list li{
  list-style: none;
}