
body
	{
		/* background: #101010; */
    color: #fff;
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/* heading section */
h1,h2,h3,h4 {
  color: #303030;
  font-weight: bold;
}

h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* button section */
.btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}
.btn:hover {
  background: #009988;
  border-color: transparent;
}

.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */

.navbar-default {
    background: #202020;
    border: none;
    padding-right: 40px;
    margin: 0 !important;
    position: relative;
  }
.navbar-default .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    padding-top: 4px;
   }
.navbar-default .navbar-nav li a {
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.4s ease-in;
 }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffa500;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #ffa500;
  	background-color: transparent;
}
.navbar-default .navbar-toggle {
  	background: #d54ab6;
  	border-radius: 0px;
   	border: none;
   	margin-top: 20px;
   	margin-bottom: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}

/* .active {
	background: #333;
} */

/* home section */
#home {
  position: relative;
  background: url('../images/home-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  padding-top: 180px;
  padding-bottom: 100px;
}

#home h1,
#home h3 {
  line-height: 30px;
  font-size: 40px;
}
/*&&&&  about关于我们的样式 about home section */
#aboutme{
  position: relative;
  overflow: hidden;
}
#aboutme .info{
  position:absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-color: rgba(56,48,37,0.3);
  z-index: 2;
}
#abouthome {
  position: relative;
  background: url('../images/aboutOurBg.jpg') no-repeat;
  background-size: cover;
  /* background-position: center; */
  min-height: 700px;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.about-heard{
  position:absolute;
  top:120px;
  left:20px;
  right:20px;
  bottom:150px;
  min-height: 400px;
  background-color: rgba(0,0,0,0.2);
  z-index: 3;
  text-align: center;
}
.intro{
  min-height: 200px;
  padding: 30px;
  position: absolute;
  top: 60px;
}
.about-text{
  padding-bottom: 40px;
}
.about-text span{
  font-size: 36px;
}
.about-content{
  font-size: 14px;  
}
/*服务serve页面的样式*/
#servehome{
  position: relative;
  width: 100%;
}
#serve {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  background: url('../images/serve-bg.jpg') no-repeat;
  min-height: 400px;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index:1
}
.serve-shadow{
  background-color: rgba(56,48,37,0.2);
  position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    z-index: 2;
}
.s-text{
  z-index: 3;
  text-align: center;
  position:absolute;
  top:140px;
  bottom:50px;
  left: 20px;
  right: 20px;
}
.s-bt{
  font-size:36px;
  color:#fff;
  letter-spacing: 3px;
  vertical-align: bottom;
}
.s-font{
  padding-top: 20px;
}
.project-bt{
  color: #1c1c1c;
  font-size: 16px;
  font-family: 微软雅黑;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 36px;
}
.project-describe{
  color: #848484;
  font-size: 13px;
  max-width: px;
  word-wrap: break-word;
  font-family: 微软雅黑;
  line-height: 24px;
  padding-top: 36px;
}

/*project.html样式*/
.project{
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: rgb(102, 102, 102);
}
.panel-default{
  border-color: #FFF;
}
.panel-default>.panel-heading{
  background-color: #FFF;
  border-color: #FFF;
}
.panel-body .project-img{
  text-align: center;
  margin-bottom: 20px;
}




/*price.html的样式*/
.price-box{
  position: relative;
  width: 100%;
}
#price{
  position: relative;
  background: url('../images/price-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.price-shadow{
  position:absolute;
  top:0;
  left:0;

  right: 0;
  bottom: 0;
  background-color: rgba(56,48,37,0.3);
  z-index: 2;
}
#price-row {
  padding-top:100px;
}
.price-two{
  position: relative;
  top: -20px;
}
.price-text{
  position: absolute;
  padding-top: 50px;
  top: 35px;
  left: 20px;
  right: 20px;
  z-index: 3;
}
.line-one{
  background-color: #fff;
  color: #333333;
}
.line-one-text{
  background-color: #e5e5e5;
}
#two{
  background-color: #ef4f19;
}
.line-one-text p{
  font-size: 24px;
}
.line-two-text{
  line-height: 1.5em;
  padding-top: 59px;
  padding-bottom: 23px;
  color: #696969;
}
.line-two-text span:nth-child(2n-1){
  font-size: 24px;
}
.line-two-text span:nth-child(2){
  font-size: 40px;
}
.line-three-text div{
  line-height:2em;
  padding-top: 15px;
}
.last{
  padding-bottom: 20px;
}
.line-three-text .one{
  font-family: 微软雅黑;
  font-size: 18px;
  padding: 10px 60px;
  border-width: 1px;
  border-color: rgb(239, 79, 25);
  background-color: transparent;
  color: rgb(239, 79, 25);
  border-radius: 5px;
}
.line-three-text .one:hover{
  background-color:rgb(239, 79, 25);
  color: #FFF;
}

.line-three-text .twoBtn{
  font-family: 微软雅黑;
  font-size: 18px;
  padding: 10px 60px;
  border-width: 1px;
  border-color: rgb(239, 79, 25);
  background-color:rgb(239, 79, 25);
  color: #FFF;
  border-radius: 5px;
}
.line-three-text .twoBtn:hover{
  background-color: transparent;
  color: rgb(239, 79, 25);
}
.introduce{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EAEAEA;
}
.introduce .h1-text{
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  color: #1e3c3f;
}
.h1-line{
    overflow: hidden;
    border-bottom-style: solid;
    width: 80px;
    max-width: 80px;
    border-bottom-width: 3px;
    border-bottom-color: #ef4f19;
    margin-top: 20px;
    margin-left: 0;
}
.introduce-text{
  text-align: initial;
  padding-top: 50px;
  padding-bottom: 30px;
}
.introduce-text span{
  color: rgb(136, 136, 136);
  line-height: 1.6;
  
}



  /* contact.html */
  #contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    background: url('../images/contact-bg.jpg') no-repeat;
    min-height: 400px;
    padding-top: 180px;
    padding-bottom: 100px;
    z-index:1
  }
  .contact-shadow{
    background-color: rgba(56,48,37,0.2);
    position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right:0;
      z-index: 2;
  }
  .s-contact{
    z-index: 3;
    text-align: center;
    position:absolute;
    top:140px;
    bottom:50px;
    left: 20px;
    right: 20px;
  }
  .s-contact{
    font-size:36px;
    color:#fff;
    letter-spacing: 3px;
    vertical-align: bottom;
  }







  /* index.html */
.All-container{
  /* position: relative; */
    width: 100%;
}
.hihit{
margin:0 auto;
}
.hihit_1 p{
  text-align: center;
  font-size:28px;
  letter-spacing: 1px;
}
.hihit_2{
  text-align: center;
  font-size:48px;
  letter-spacing: 1px;
}
.hihit_2_x{
  font-size:72px;
  color: #f1501a;
}
.hihit_3{
  text-align: center;
  font-size: 13px;
}
.hihit_4{
  text-align: center;
  padding-top: 30px;
}
.hihit_4 p{
  padding-top: 15px;
} 
/* divider section */
.divider {
  color: #fff;
  text-align: center;
  width:100%;
  border-bottom: 1px solid #dbdbdb;
}
.middle{
  min-height: 300px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: rgb(102, 102, 102);
}
.middle_one h1{
  padding-top: 50px;
}
.middle_one p{
  letter-spacing: 1px;
}
.middle_one h1 p{
  font-family: 微软雅黑;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
}
.middle_one_span{
  overflow: hidden;
  border-bottom-style: solid;
  width: 60px;
  max-width: 60px;
  border-bottom-width: 4px;
  border-bottom-color: #f1501a;
  margin:15px auto;
}
.middle_text  p:nth-child(1){
  color: #3D444F;  
  font-size: 20px;
  padding:10px 0
}
#middle_a{
    font-family: 微软雅黑;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    border-width: 1px;
    border-color: rgb(241, 80, 26);
    background-color: rgb(241, 80, 26);
    color: rgb(255, 255, 255);
    border-radius: 50px;
}
#middle_aa{
  font-family: 微软雅黑;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  border-width: 1px;
  color: #303030;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}
.divider .divider-wrapper {
  padding: 40px 20px 40px 20px;
  transition: all 0.4s ease-in;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  color:#fff;
  background: rgba(241,80,26,0.6)
}
.divider .divider-two {
  color:#fff;
  background: rgba(241,80,26,0.6)
}
.divider .divider-three {
  color:#fff;
  background: rgba(241,80,26,0.6)
}
.divider-wrapper h2{
  color: #fff;
}
.thumbnail{
  border: none
}
.main{
  width: 100%;
  position:relative;
}
.main_bg{
  background: url('../images/download.jpg') no-repeat;
  background-size: cover;
}
.footer_bg{
  background-color: #f4f4f4;
}
/* about section */
#about-header {
  background: url('../images/about-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#about {
  padding-top: 60px;
}
#about .container {
  background: #191919;
}
#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
#about .btn {
  margin-top: 30px;
}

/* team section */
#team {
  padding-top: 60px;
  padding-bottom: 80px;
}
#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team .team-wrapper {
  border: 2px solid #303030;
  padding: 20px;
}
#team h4 {
  color: #d54ab6;
}
#team img {
  opacity: 0.8;
}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  border-radius: 0px;
  height: 4px;
}

/* portfolio section */
#portfolio-header {
  background: url('../images/portfolio-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#portfolio {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  }
#portfolio h2 {
  padding-bottom: 20px;
}
#portfolio .col-md-4,
#portfolio .col-md-3 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
#portfolio img:hover {
  opacity: 1;
}
#portfolio .btn {
  margin-top: 30px;
}

/* contact section */
#contact-header {
  background: url('../images/contact-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  background: #202020;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.4s ease-in;
  color: #fff;
}
#contact .form-control:focus {
  background: #404040;
}
#contact input {
  height: 53px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
#map-canvas
  {
    border: none;
    width: 100%;
    height: 300px;
  }

/* footer section */
footer {
  background: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
}
footer .newsletter p {
  padding-bottom: 10px;
}
footer .form-control {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  padding-bottom: 10px;
}

footer .form-control:focus,
footer .form-control:hover {
	color: #fff;
  	background: #806040;
  	border-color: transparent;
}
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* copyright section */
.copyright {
	margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}
.social-icons {
  padding: 0px;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  background: #303030;
  margin: 10px 0px 0px 0px;
}
.social-icons li a {
  color: #909090;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.4s ease-in;
  
}
.social-icons li a:hover {
  background: #d54ab6;
  color: #fff;
}

/* media 960 */
@media ( max-width: 980px ) {
  .divider .divider-wrapper {
    margin-bottom: 20px;
  }
  #about .about-des {
    padding-bottom: 40px;
  }
  #team .team-wrapper {
    margin-bottom: 40px;
  }
  #contact h3 {
    padding-top: 20px;
  }
  #contact .btn {
    margin-bottom: 20px;
  }
  footer h3 {
    padding-top: 30px;
  }
}