/*--------------------------------------------------------------
# 首页
--------------------------------------------------------------*/


/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: linear-gradient(-45deg,#32b6ff,#2052d6);
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    outline: none;
    text-decoration: none;
}

.back-to-top:focus {
    text-decoration: none;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
        background-color: #35a7ff;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.chs {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/bg1.jpg');
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    text-align: center;
}

#intro h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 22px;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
        letter-spacing: 6px;
    }
}

#intro span {
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0px 10px;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.3s;
    margin: 10px;
    color: #000;
    background: #fff;
}

#intro .btn-get-started:hover {
    background: #6b9bff;
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */


/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
    text-align: center;
    color: #312e2e;
    font-size: 31px;
    margin-bottom: 50px;
}

i.iconfont.icon-xiangshang {
    font-size: 25px;
    top: 8px;
    position: relative;
    left: 1px;
}

.section-header p {
    text-align: center;
    font-size: 16px;
    color: #aaa;
    letter-spacing: 2px;
    margin-bottom: 65px;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}

/* About Us Section
--------------------------------*/
#about {
    background: url("../images/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    position: relative;
    height: 95vh;
    padding-top: 12%
}

/*#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}*/

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding-bottom: 6px;
    cursor: pointer;
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #4d75c6;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #0053fe;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}

#about .about-col h2 a:hover {
    color: #3167d8;
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #6d6b6b;
    margin-bottom: 0;
    text-align: justify;
    text-align: center;
    margin-bottom: 5px;
}

/* Services Section
--------------------------------*/
#services {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}

#services .box {
    margin-bottom: 30px;
}

#services .icon {
    float: left;
}

#services .icon i {
    color: #18d26e;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .title a {
    color: #111;
}

#services .box:hover .title a {
    color: #18d26e;
}

#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#skills {
    padding: 60px 0;
}

#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}

#skills .progress .skill {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    background: #18d26e;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    visibility: hidden;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
    background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    visibility: visible;
    left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
    visibility: visible;
    right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 100px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.8;
    transition: 0.3s;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #18d26e;
}


/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

a.GoIndex {
    background: #4a73c7;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

a.GoIndex:hover {
    background: #1845a4;
}

/*新添加*/
.BoosMp4 {
    height: 650px;
    padding: 65px 15px;
}

.BoosVideo {
    width: 800px;
    display: block;
    margin: 0 auto
}

.Introduce {
    margin-top: 40px;
}

.Introduce h4 {
    font-size: 30px;
    color: #333;
    margin-top: 100px;
    margin-bottom: 10px;
}

.Introduce li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4a4646;
    font-size: 17px;
    line-height: 25px;
    vertical-align: middle;
    padding-bottom: 20px;
}

.Introduce li h2 {
    color: #2aadea;
    font-size: 23px;
    margin-top: 5px;
}

.showtextAAA {
    padding-top: 70px;
}

.Index_footer {
    display: none;
}

@media screen and (max-width: 450px) {
    .showtextAAA {
        padding-left: 0px!important;
        text-align: center;
    }
}

/*卡片*/
#about .about-col:hover {
    -webkit-box-shadow: 0 0 7px rgb(105, 105, 105);
    -moz-box-shadow: 0 0 7px rgb(105, 105, 105);
    box-shadow: 0 0 7px rgb(105, 105, 105);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}



/*按钮*/

.btn-register {
    background: linear-gradient(-45deg,#32b6ff,#2052d6);
    -webkit-box-shadow: 0 2px 8px 0 rgba(36,10,147,.15);
    box-shadow: 0 2px 8px 0 rgba(36,10,147,.15);
    width: 130px;
    height: 46px;
    color: #fff;
    border: none;
    border-radius: 25px;
    outline: none;
    margin-top: 30px;
    font-size: 16px;
}

.home_reg .btn-register:hover {
    box-shadow: 0px 0px 5px #9e9e9e;
}


/*底部注册*/
.sign-up__3qvF {
    padding: 100px 80px;
    text-align: center
}

.sign-up__3qvF p {
    color: gray;
    margin: 28px 0 48px
}

@media (max-width:768px) {
    .sign-up__3qvF {
        padding: 80px 16px;
        display: none;
    }
}

.sign-up__3qvF .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 604px;
    margin: 0 auto
}

.sign-up__3qvF .form-group input {
    margin-right: 20px;
    border-radius: 26px;
    font-size: 16px;
}

.sign-up__3qvF .form-group input:focus {
    border-color: #3da8f5
}

.sign-up__3qvF .form-group button {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sign-up__3qvF .download-wrap {
    display: none
}

@media (max-width:768px) {
    .sign-up__3qvF .sign-up-wrap {
        display: none
    }

    .sign-up__3qvF .download-wrap {
        display: block
    }
}

.Introduce a.Brobtn {
    background-color: #fbfbfb;
    color: #807f7d;
    border-color: #f1f2ed;
    box-shadow: 2px 2px 2px #bdb6b6;
    border: 1px solid #c1bfbf;
    margin-right: 7px;
}

.Introduce a.Brobtn:hover {
    background-color: #2aadea;
    color: #fff;
}

.HStotle {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}

.VideoTitle {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
}

.baniframe {
    width: 100%;
    height: 1000px;
    border: none;
}

@media (max-width:768px) {
 

    #intro {
        height: 50vh
    }

    #intro .carousel-item::before {
        display: none;
    }

    #intro .carousel-item {
        background-image: url(../images/Mediabg.png);
        height: 90vh
    }

    #intro span {
        display: block;
        margin: 0;
        padding-bottom: 8px;
    }

    .section-header h3 {
        font-size: 24px;
        line-height: 35px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .section-header p {
        margin-bottom: 35px;
    }

    #about {
        height: auto!important;
    }

    .Introduce li h2 {
        font-size: 23px;
    }

    a.findFd {
        font-size: 23px;
    }

    .BoosVideo {
        width: 100%;
    }

    .AAAs {
        font-size: 26px!important;
    }

    .BBBs {
        font-size: 15px;
    }

    .BoosMp4 {
        height: 370px;
    }

    .baniframe {
        height: 580px;
    }

    #intro .carousel-content {
        margin-top: 16vh;
    }
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
/* 兼容iphone5 */

    #intro h2 {
        letter-spacing: 4px;
        font-size: 25px;
    }
}

@media all and (min-width:769px) and (max-width:1200px) {
 
    #clients {
        text-align: center;
    }

    #about {
        height: auto;
    }
}

@media all and (min-width:550px) and (max-width:992px) {
 
    .about-cols .ImgText {
        width: 50%;
        float: left;
    }
}

@media all and (min-width:0px) and (max-width:550px) {
 
    .about-cols .ImgText {
        width: 100%;
    }
}

@media all and (min-width:560px) and (max-width:1200px) {
 
    .Introduce {
    }
}


