@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("style.css");
@import url("responsive.css");
@import url("prettyPhoto.css"); 
@import url("animated.css");


body
{    height:100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}
html,body,#home{
    height:100%;
}
boyd, html, div, p, span, h1, h2, h3, h4, h5, h6
{
    font-family: "微软雅黑";
}

ol.type li a.active
{
    font-weight: initial;
}

#home
{
    background: url(../image/12.jpg) no-repeat;
    background-size:cover;
    background-position-x:50%;
}

#home .shadow
{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
        display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    padding-top: 60px;
}

@media screen and (max-width:992px)
{
    #home .shadow
    {
        padding-top: 110px;
    }
}

@media screen and (max-width:768px)
{
    #home .shadow
    {
        padding-top: 110px;
    }
}
#home .shadow > *
{
    /* display:inline-table;      */
}

#works-section .portfolio-items .portfolio-item .hover-bg .hover-text small
{
    display: block;
    position:relative;
    top:35%;
    left:50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#works-section
{
    max-height: 930px;
}

#works-section .portfolio-items .portfolio-item
{
    overflow: hidden !important;
    margin-bottom:10px;
    transition:all 1.8s;
    animation-timing-function:ease-in;
}

#works-section #filter a.none
{
    display: none !important;
}

#works-section #filter .hover-bg>a{
    display:block;
    width:100%;
    position:relative;
    height:100%;
} 
#filter{
    opacity:0;
}
#about-section .container .row .col-md-6 .img-responsive
{
    border-radius: 8px;
}

#contact-section
{
    background-color: #EEE;
}

#works
{
    position: relative;
    overflow: hidden;
    width: 100%;
}

#works-section .row
{
    position: relative;
    margin-left: -4px;
}

#works-section .row .btn
{
    font-size: 0;
    padding: 15px 20px 15px 20px;
    opacity: 0.3;
}

#works-section .row .btn:before
{
    font-size: 36px;
    font-weight: 900;
    color: #000;
}

#works-section .row .btn:hover
{
    opacity: 1;
}

#prev
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    z-index: 100;
    display: block;
}

#next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
    z-index: 100;
    display: block;
}
@media screen and (max-width:768px){
#next,#prev{
    display:none!important;
}
}
@keyframes myfirst
{
    0%
    {
        transform: scale3d(0.001, 0.001, 1);
        opacity: 0;
    }

    65%
    {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    100%
    {
        transform: scale3d(0.001, 0.001, 1);
        opacity: 0;
    }
}

.AnimateShow
{
    animation: myfirst 1600ms;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -moz-animation: myfirst 1600ms;
    -webkit-animation: myfirst 1600ms;
    -o-animation: myfirst 1600ms;
}

#portfolioPanel
{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

#portfolioPanel .Panel
{
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #CCC;
    float: left;
}
#portfolioPanel .Panel:hover{
    cursor:hand;
    cursor:pointer;
}
#portfolioPanel .active
{
    background: #D2527F;
}


#about-section .row
{
    display: flex;
}
#about-section i.fa-user{
    margin-right:18px;
}

@media screen and (max-width:991px)
{
    #about-section .row
    {
        flex-direction: column;
    }

    #about-section .section-title.center
    {
        padding: 30px 0 5px 0;
    }

    #about-section .imgcontainer
    {
        padding-bottom: 30px;
    }

    #text
    {
        display: none !important;
    }

    #menu img
    {
        display: none;
    }
}



@media only screen and (max-width: 479px)
{
    .portfolio-item .hover-bg
    {
        height: 125px;
    }

    .intro-text H1
    {
        font-size: 35px;
    }

    #home p
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 959px)
{
    #contact-section .container .col-md-4
    {
        margin-bottom: 20px;
    }
}

#contact-section .section-title > div>div > img
{
    width: 200px;
    height: 200px;
}

#contact-section .section-title > div .fa
{
    color: #D2527F;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2em;
}
#contact-section .section-title .hides> div >div> img{
        width: 200px;
        height: 200px;
}
@media (max-width: 	1200px)
{
    #contact-section .section-title .hides> div >div> img
    {
        width: 100px;
        height: 100px;
    }

    #menu img
    {
        display: none;
    }
}

#services-section .fa-pie-chart
{
    color: green;
}

#services-section i.icon
{
    font-size: 40px;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
    color: #D2527F;
}

.icon
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

#services-section .service:hover > i.icon
{
    border: 2px solid #D2527F;
    background: #D2527F;
    color: #ffffff;
}

#services-section i.icon.icon-weixin
{
    font-size: 45px;
}

#services-section .section-title.center
{
    padding-bottom: 0;
}



@media (min-width: 992px)
{

    #services-section .col-md-3
    {
        width: 25%;
        padding-top: 20px;
    }

    #services-section .animatedwait
    {
        width: 20%;
        float: left;
    }
}

#services-section .container .service
{
    height:220px;
}
#services-section h2{
    margin-bottom:15px;
}
@media (max-width: 992px)
{
    #services-section .container .service
    {
      padding-top:20px;
    }

    #works-section .wordWidth .hover-bg
    {
        height: 360px !important;
        width: 100px;
        overflow: hidden !important;
        border: 1px solid red;
        float: left;
    }
}

@media (min-width: 768px)
{
    .navbar-right
    {
        float: right !important;
    }

    #menu .container
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 992px)
{
    #menu a.navbar-brand
    {
        flex: 1;
    }
}

#works-section .img-responsive
{
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding:1px 0;
}

nav#footer
{
    padding: 0 0;
}

nav#footer .footer-social
{
    padding-top: 10px;
}

nav#footer .pull-left
{
    padding-top: 5px;
}

@media (max-width: 603px)
{
    nav#footer
    {
        padding: 5px 0;
    }

    nav#footer .footer-social
    {
        padding-top: 5px;
    }
}

@media (max-width: 768px)
{
    #services-section,
    #works-section,
    #about-section,
    #team-section,
    #contact-section,
    #testimonials-section,
    #product-section
    {
        padding: 20px 0;
    }

    #about-section p
    {
     margin-bottom: 25px;
    }

    #testimonials-section:before
    {
        background: url(../image/20.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
}

/*  IOS 下消除阴影  */
input, textarea
{
    -webkit-appearance: none;
}
#menu
{
    position: fixed;
    top: 0;
    left: 0;
}
#menu .navbar-header
{
    align-content: flex-start;
    height: 50px;
}
#menu .navbar-header img 
{
    height: 50px;
}

@media (min-width: 992px)
{
    #menu .navbar-header
    {
        width: 25%;
    }
}

#menu a.navbar-brand
{
    font-family: 微软雅黑;
    float: left;
}

@media (max-width: 992px)
{
    #menu .navbar-header
    {
        /* display:flex;
         width:100%;*/
    }
}

#menu a.navbar-brand strong span
{
    padding-left: 5px;
}

#testimonials-section
{
    position: relative;
}

#testimonials-section:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/20.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -3;
}

#testimonials-section strong
{
    color: #fff;
}

#testimonials-section
{
    position: relative;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    padding: 80px 0;
    min-height: 616px;
}

#testimonials-section .container
{
    position: relative;
    z-index: 10;
}

#contact-section .section-title .name
{
    margin-top: 20px;
    font-size: 18px;
}

#contact-section .section-title.center
{
    padding: 30px 0 50px 0;
}
#contact-section .section-title.center .hides{
    overflow:hidden;
}
@media (max-width: 992px)
{
    #contact-section .section-title.center
    {
        padding: 30px 0;
    }
}

.fa-envelope-o
{
    font-size: 1.8em;
}

.pp_gallery
{
    margin-top: 35px;
}

.pp_play,
a.pp_arrow_previous,
a.pp_arrow_next
{
    display: none;
}



div.pp_default .pp_content_container .pp_details
{
    margin: 10px 0 2px;
}

div.pp_pic_holder
{
    position: absolute;
   /**
        top: 49.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
   */
    line-height:20px;
}

#home .intro-text strong
{
    margin-bottom: 10px;
    display: block;
    color: #FFF;
}

#home h1 span
{
    font-family: 微软雅黑;
}

#about-section .section-title p,
#team-section .section-title p
{
    display: block;
    text-align: left !important;
    text-indent: 28px;
}

@media (max-width: 768px)
{
    #team-section .row > div
    {
        float: left;
        width: 50%;
    }
}

@media (min-width: 991px)
{
    #team-section .section-title p
    {
        text-align: center !important;
    }
}

#team-section
{
    min-height: 589px;
}

#eliteBanner .owl-page span,
#testimonials-section .owl-page span
{
    background: #CCC;
}

#eliteBanner .active span,
#testimonials-section .active span
{
    background: #D2527F;
}

#eliteBanner .owl-controls .owl-buttons

{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#testimonial{
    position:static!important;
}
#testimonials-section div.col-md-offset-2
{
      position:static!important;

}
#testimonials-section .owl-controls .owl-buttons{
    position: absolute;
    top: 0;
    left:14px;
}

#eliteBanner .owl-controls .owl-buttons .owl-prev,
#eliteBanner .owl-controls .owl-buttons .owl-next,
#testimonials-section .owl-controls .owl-buttons .owl-prev,
#testimonials-section .owl-controls .owl-buttons .owl-next
{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 0;
    background: rgba(0,0,0,0);
    opacity: 0.3;
    padding: 15px 30px;
    border-radius: 0;
}

#eliteBanner .owl-controls .owl-buttons .owl-prev:hover,
#eliteBanner .owl-controls .owl-buttons .owl-next:hover,
#testimonials-section .owl-controls .owl-buttons .owl-prev:hover,
#testimonials-section .owl-controls .owl-buttons .owl-next:hover
{
    opacity: 1;
}

#eliteBanner .owl-controls .owl-buttons .owl-prev,
#testimonials-section .owl-controls .owl-buttons .owl-prev
{
    left: -60px;
}

#eliteBanner .owl-controls .owl-buttons .owl-next,
#testimonials-section .owl-controls .owl-buttons .owl-next
{
    right: -60px;
}

#eliteBanner .owl-controls .owl-buttons .owl-prev:before,
#eliteBanner .owl-controls .owl-buttons .owl-next:before,
#testimonials-section .owl-controls .owl-buttons .owl-prev:before,
#testimonials-section .owl-controls .owl-buttons .owl-next:before
{
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: 900;
    color: #000;
}

#testimonials-section .owl-controls .owl-buttons .owl-prev:before,
#testimonials-section .owl-controls .owl-buttons .owl-next:before
{
    color: #FFF;
}

#eliteBanner .owl-controls .owl-buttons .owl-prev:before,
#testimonials-section .owl-controls .owl-buttons .owl-prev:before
{
    content: "\f104";
}

#eliteBanner .owl-controls .owl-buttons .owl-next:before,
#testimonials-section .owl-controls .owl-buttons .owl-next:before
{
    content: "\f105";
}

#testimonial .item .content
{

    display: block;
    text-align: left !important;
    text-indent: 28px;
    margin-top: 20px;
    padding: 0 40px;
}
#testimonial .owl-item img
{
    width: 90px;
    height: 90px;
}
#testimonial  p.content{
    text-align:left;
    text-indent: 28px;
}
#testimonial .owl-item span
{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.owl-carousel  .owl-item  p.left{
    text-align:left;
    text-indent:28px; 
}
#testimonial .owl-item span:nth-child(2)
{
    padding-top: 15px;
}

#testimonial
{
    padding: 0 !important;
}

@media (max-width: 768px)
{
    .content
    {
        padding-top: 0 !important;
        padding: 15px;
    }
    #lableMain{
        margin:0 -15px!important;
        display:flex;
    }
    #lableMain>*{
        flex:1;
        margin-left:0px;
        display:flex;
        align-items:center;
        justify-content:center;
        position:relative;
        width:100%;
    }
    ol.type li:after{
        position:absolute;
       bottom:0;
       right:0;
        margin-left :0px;
}
}

.section-title.center
{
    padding-bottom: 20px;
}


/*弹出框*/
#message
{
    background: #fff;
    width: 80%;
    height: auto;
    max-width: 560px;
    max-height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    transition: all 0.2s linear;
}

#shadow
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    transition: all 0.2s linear;
}

.modal
{
    bottom: inherit;
    right: initial;
}

.modal-header,
.modal-body,
.modal-footer
{
    border: none;
    padding: 2px;
}

.modal-header
{
    padding-top: 6px;
}

.modal-footer
{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.modal-footer .btn
{
    padding: 5px 20px;
    margin-top: 10px;
}

.modal-body
{
    padding: 5px 10px;
}

.modal-header h3,
.modal-body p
{
    text-align: center;
    margin-top: 10px !important;
    text-shadow: none;
    box-shadow: none;
    font-weight: initial;
    line-height: inherit;
}

/*
    input[class*="remind"]::-webkit-input-placeholder,*/
textarea[class*="remind"]::-webkit-input-placeholder
{
    color: red !important;
    font-size: inherit !important;
}

.remind
{
    border: 1PX solid #FF5722 !important;
}


.owl-pagination
{
    position: relative;
    z-index: 20;
}

.intro-text
{
}

a.fa.fa-angle-down
{
    width: 50px;
    height: 50px;
    padding: 25px;
    position: relative;
}

a.fa.fa-angle-down:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#contact-section .form-group
{
    position: relative;
}

#contact-section .form-group span
{
    display: block;
    text-align: start;
    color: #FF5722;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    opacity: 0;
    background:#fff;
    padding:5px 0;
    z-index:-10;
}

.textHide
{
    color: #fff !important;
}

a.pp_previous,
a.pp_next
{
    font-family: "FontAwesome";
}

#contact-section .form-group .placeholder
{
    position: absolute;
    top: 8px;
    left: 30px;
}

#contact-section .form-group .textplaceholder
{
    left: 15px;
}

#contact-section .form-group .placeholderRemind
{
    color: #FF5722 !important;
}

.section-title h2, .section-title.center h2
{
    font-weight: bold !important;
}

@media (min-width: 992px)
{
    .animatedwait,
    .animatedwaitControl,
    .animatedwaitData,
    .opacityAll
    {
        opacity: 0 !important;
    }
}

#list
{
    height: inherit;
}

#home, #services-section, #works-section, about-section, team-section, #testimonials-section, #contact-section
{
    overflow: hidden;
}

