

/**
* Table of Contents:
*
* 01.0 - Universal
* 02.0 - Header
* 03.0 - Navigation
* 04.0 - Services
* 05.0 - Portfolio
* 06.0 - Testimonial
* 07.0 - Contact
* 08.0 - Footer
* 09.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Universal
/////////////////////////////////////////////////////////////////////*/

html, body {
    height:100%;
}

body {
	font-family: '微软雅黑';
}
h1,h2,h3,h4,h5,h6 {
	font-family: '微软雅黑';
}
a {
	color: #e66f69;
	transition: 0.4s ease all;
	outline: none;
}
a:hover,a:active,a:focus{
	text-decoration: none;
	color: #e66f69;
	opacity: 0.9;
	outline: none;
}
.btn {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 1.2em;
    transition: 0.4s ease all;
}
.btn:hover {
    background: #fff;
    color: #000;
}
.block_title {
    font-size: 4em;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
    margin-bottom: 70px;
}
.block_title:before,.block_title:after {
    content: "";
    background: #ccc;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 42%;
    vertical-align: middle;
}
.block_title:before {
    right: 0.5em;
    margin-left: -42%;
}
.block_title:after {
    left: 0.5em;
    margin-right: -42%;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Header 
/////////////////////////////////////////////////////////////////////*/

header{
	background: url(../images/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% -50px;
}
.center {
    text-align: center;
    color: #fff;
}
.bigheadline {
	font-family: '微软雅黑';
	font-weight: 100;
	font-size: 10em;
	margin: 0;
}
.subheadline {
	font-family: '微软雅黑';
	font-weight: 200;
	font-size: 3em;
	margin: 0;
}

.scrollDown {
    font-size: 4em;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 10%;
    left: 49%;
}
.scrollDown:hover{
	color: rgba(255, 255, 255, 0.4);
	transition: 0.4s ease all;
}

/*/////////////////////////////////////////////////
// header
////////////////////////////////////////////////*/


/*************logo***************/
.headerleft {
    width: 140px;
    height:175px;
    background: #FD3C00;
    float: left;
    position:absolute;
    padding: 5px 5px;
    z-index: 9999;
}
.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;

}
.navbar{
    background: #3B4146;
    width: 100%;
}
.navbar-right{
    margin-right: 30px;
}
.navbar-right li a {
    color: #A4A8AD!important;
}
.navbar-right li:hover a,.navbar-right li:active a{
    background: black!important;
    color: white!important;

}




/*//////////////////////////////////////////////////
//    轮播图
//////////////////////////////////////////////////*/
#banner{
    padding: 50px 0px 0px 0px;
    background-attachment: fixed;
    background-size: cover;
}
.swiper-container,.swiper-container2 {
    width: 100%;
    height:100%;
}
.swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet-active {
    background: white!important;

}
.swiper-pagination-bullet {
    width: 10px!important;
    height:10px!important;
}

/*////////////////////////////////////////////
//content
///////////////////////////////////////////////*/
 #introduce{
     padding: 50px 0px 50px 0px;
 }
 .title-photo{
     width: 11px;
     height: 38px;
     border-radius: 2px;
     background:#FD3C00;
 }
#introduce p{
    font-size: 24px;
    font-weight: 500;
    margin-top: 16px;
    font-family: 微软雅黑;
    color: #52595e;
}
.introduce_title{
    font-size: 48px;
    font-family: 微软雅黑;
    color: #52595e;
    margin-top: -56px;
    margin-left: 30px;
    position: relative;

}
.serviceimg img{
   width: 100%;
}
.container_bottom a{
    float: right;
}
.introduce_button{
    width: 82px;
    height: 34px;
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 34px;
    color: white;
    background: #FD3C00;
    margin-bottom: 5%;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Testimonial 
/////////////////////////////////////////////////////////////////////*/

#testimonial {
    width: 100%;
    height: 160px;
    background: #FD3C00;

}

.testimonial-title{
    float: left;
    z-index: 999;
   position:relative;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 160px;
    font-family:微软雅黑;
}
.map{
    width: 100%;
    height: auto;
    padding: 0px;
   margin-top: -10px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  07 - Contact
/////////////////////////////////////////////////////////////////////*/


#contact {
    background: #3B4146;
}
#contact-area .round{
    width: 6px;
    height: 25px;
    border-radius: 2px;
    background: #FC3C00;
}
#contact-area .row{
    padding-top: 50px;
}
#contact-area .icon-title{
    font-size: 35px;
    float: left;
    position: relative;
    margin-top: -40px;
    margin-left: 30px;
    color: #FFFFFF;
}

#contact-area .icon li {
    float: left;
    display: inline-block;
    padding-right: 20px;
}
#contact-area p{
 color:#A4B6C4;
}
#contact-area .email{
    width: 300px;
    height: 40px;
    background: #4b5257;
    border-radius: 4px ;
    border: solid 1px  #4b5257;
    color: white;
    padding-left: 20px;
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
    text-decoration: none;
    outline: none;
}
.email2{
    margin-left: 20px;
    margin-top: -10px;
}
#contact-area .send{
    width: 82px;
    height: 30px;
    background: #A4B6C4;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: #3B4146;
    margin-top:-35px;
    position: relative;
    z-index: 99;
    margin-left: 210px;
}
  .qie{
    float: left;
    margin-top: -30px;
    color:#A4B6C4;
    position: relative;
    margin-left: 50px;

  }
  .qie2{
    margin-top: -30px;
    margin-left: 70px;
  }
  .erweima{
      width: 100px;
      height: 100px;
      margin-right: 10px;
  }
  .erweima2 {
      width: 100px;
      height: 100px;
  }
  .logo-icon{
    text-align: center;
    font-size: 12px;
    color: #7C8A96;
    margin-top: 50px;
  }
  .logo-icon-title{
    color:#FC3C00!important;
    font-size: 12px!important;
  }




/* ///////////////////////////////////////////////////////////////////// 
//  09 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/



@media all and (min-width: 1400px) {
	.centered p {
		font-size: 3em;
	}
	.bigheadline {
		font-size: 15em;
	}
	.subheadline {
		font-size: 5em;
	}
}

@media all and (max-width: 950px){
    #contact-area .email{
        width: 215px!important;
    }
    #contact-area .send{
        margin-left: 160px!important;
        width: 50px!important;
        font-size: 15px!important;
    }
    .logo-icon{
        margin-top: 10px!important;
    }
    .headerleft{
        width:100px!important;
        height:117px!important;
        margin-left: 10px!important;
    }
    .headerleft img {
        width:100%!important;
        height: 100%!important;

    }
    #contact-area .icon-title {
        font-size: 28px!important;
        margin-top: -34px!important;
        margin-left: 20px!important;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {

	.services {
		max-width: 293px;
		height: 293px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.service-wrap p {
		padding: 0px 40px;
		font-size: 14px;
	}
	.pe-dj {
		font-size: 6em;
	}
    .testimonial-title{
        font-size: 50px;
    }
}


@media all and (max-width: 768px) {
	.services {
		max-width: 293px;
		height: 293px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.pe-dj {
		font-size: 6em;
	}
	.service-wrap i {
		margin-top: 50px;
	}
	.centered p {
		font-size: 2em;
	}
	.bigheadline {
		font-size: 6em;
	}
	.subheadline {
		font-size: 2em;
	}
	.item-space figure {
	    max-width: 360px;
	    margin: 0 auto;
	}
	.moreDetails {
		margin-bottom: 40px;
	}

	.scrollDown {
	    top: 70%;
	    left: 46%;
	}
}
@media all and (max-width: 747px) {
    .testimonial-title{
        font-size: 40px;
    }
    .navbar li{
        margin-left: 5% !important;
    }
    .navbar li a{
        text-align: center !important;
    }
}
@media all and (max-width: 700px){
    #mytab li p{
        width: 50%;
        height: 40px;
        font-size:16px;
    }
}

@media all and (max-width: 480px) {
    .swiper-pagination-bullet {
        width: 6px!important;
        height: 6px!important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0px!important;
    }
	.scrollDown {
	    top: 70%;
	    left: 44%;
	}
    .testimonial-title{
        font-size: 25px;
    }
    .email2{
        margin-left: 0px;
    }
    #contact-area .icon-title {
        font-size: 22px!important;
        margin-top: -29px!important;
        margin-left: 20px!important;

    }
    .headerleft{
        width:70px!important;
        height:87px!important;
        margin-left: 10px!important;
    }
    .headerleft img {
        width:100%!important;
        height: 100%!important;

    }
    .row .item-space img{
        margin-left:130px!important;
        width: 23%;
    }
    #introduce p{
        font-size: 14px!important;
    }
    .introduce_title{
        font-size: 26px!important;
        margin-top: -30px!important;
        margin-left: 20px!important;
        position: relative;

    }
    .title-photo{
        width: 6px;
        height: 26px!important;
    }
    #introduce{
        padding: 15px 0px 30px 0px;
    }
    #mytab li p{
        width: 80%;
        height: 30px;
        line-height: 30px;
        font-size:15px!important;
    }
    #mycontent .col-xs-12 {
        width: 50%!important;
    }
    #mycontent .item-space img{

        margin-bottom:2%!important;
        margin-left:1%!important;
        width: 70% !important;
    }
    #mycontent .picBox{
        margin-top: 0px!important;
    }
    #introduce p{
        font-size: 24px;
        font-weight: 500;
        margin-top: 16px;
        font-family: 微软雅黑;
        color: #000;
    }
    .introduce_button{
        width: 66px;
        height: 24px;
        font-size: 14px;
        font-family: 微软雅黑;
        text-align: center;
        line-height: 24px;
        color: white;
        background: #FD3C00;
        margin-bottom: 5%;
    }
}

@media all and (max-width: 380px) {


	.logo-text {
	    font-size: 2em;
	}
	.centered p {
	    font-size: 1em;
	}
	.bigheadline {
	    font-size: 4em;
	}
	.subheadline {
	    font-family: '微软雅黑';
	    font-size: 1.5em;
	    font-weight: 200;
	    margin: 0;
	}
	.testimonila-block p {
	    max-width: 90%;
	}
	.social-icons a {
	    width: 30px;
	    height: 30px;
	}
    .testimonial-title{
        font-size: 25px;
    }
}
/**********字体*************/
@font-face {
    font-family:'微软雅黑';
    src: local('微软雅黑'),
    url('WeiRuanYaHei.ttf') format('truetype');
}