/* color: #EBBC6C */
html,body{
    font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.sections{
    margin-bottom: 20px;
}
.sections >  h2{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 32px;
    letter-spacing: 4px;
    font-weight:600;
    color: #79480E;
}
.sections > h2:first-letter{
    font-size: 40px;
}
.section-head{
    height: 115px;
    border-bottom: 2px solid #EBBC6C;
    color: #EBBC6C;
    background-color: #32281C;
}
.section-head .row > div:first-child{
    padding-top: 25px;
}
.section-head .investment-phone{
    padding-top:38px;
}
.section-head .investment-phone img{
    margin-top: -10px;
    margin-bottom: -5px;
}
.section-head .investment-phone span.phone-text{
    font-size: 16px;
}
.section-head .investment-phone .phone-text + span{
    font-size: 28px;
    font-style: italic;
}
.section-head .investment-phone a{
    color: #EBBC6C;
    text-decoration: none;
}

/*  section-banner style */
.section-banner{
    position: relative;
}

.swiper-container .swiper-slide{
    position: relative;
}
.section-banner .swiper-container .container{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -600px;
}
.swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-container .swiper-active-switch {
    background: #fff;
}
.section-banner .banner-img2{
    padding-top: 170px;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
}
.section-banner .banner-info{
    color: #fff;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
}
.section-banner .banner-info > *{
    letter-spacing: 4px;
    font-weight: 600;
}
.section-banner .banner-info h1{
    font-size: 40px;
}


/*  section-mode style */
.section-mode{
    margin-top: 82px;
}
.section-mode p{
    margin-bottom: 2px;
     margin-top: 10px;
     font-weight: bold;
}
.section-mode > h4{
    /*color: #DCAC4A;*/
    margin-bottom: 15px;
}
.section-mode .container{
    width: 830px;
    padding: 15px 0;
}
.section-mode .container > .row{
    margin-bottom: 20px;
}
.section-mode .container > .row-single{
    background-color: #E3BE87;
}
.section-mode .container > .row-double{
    background-color: #F9F1E4;
}
.section-mode .container > .row > .section-mode-list{
    padding: 0;
}
.section-mode .container .section-mode-list > div{
    padding: 10px;
}
.section-mode .section-mode-list > div > h4{
    margin-top: 0;
    font-weight: 600;
    color: #74460A;
}
.section-mode .section-mode-list h4 span{
    color: #EE0C34;
}


/* section-advantage style */
.section-advantage{
    height: 720px;
    margin-top: -20px;
    padding-top: 40px;
    background: url(../baidu_images/section-advantage.jpg) center center no-repeat;
    background-size: cover;
}
.section-advantage .container{
    padding-top: 30px;
}
.section-advantage .container .row-intro{
    margin-bottom: 30px;
}
.section-advantage .circle{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-top: 30px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #DA8300;
}
.section-advantage .circle p{
    margin-bottom: 2px;
    color: #fff;
    font-size: 24px;
}
.section-advantage .row-intro > h3{
    margin-top: 60px;
    letter-spacing: 1px;
    font-size: 25px;
    color: #7D4D0F;
}


/* section-support style*/
.section-support{
    padding-top: 20px;
}
.section-support > h4{
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 500;
}
.section-support .support-img{
    width: 900px;
    margin: 0 auto;
}
.section-support .support-img > .support-img-1{
    visibility: hidden;
    padding: 0;
    overflow: hidden;
}
.section-support .support-img > div.animated{
    visibility: visible;
}
.section-support .support-img > div:hover > img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.section-support .support-img > div:hover .support-info{
    background-color: rgba(0,0,0,.6);
    /*opacity: 1;*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.section-support .support-img > div > img{
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
}
.section-support .support-info{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding-top: 180px;
    color: #fff;
    /*opacity: 0;*/
    /*filter: alpha(opacity = 0);*/
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.section-support .support-info h2{
    font-size: 28px;
}
.section-support .support-info p{
    width: 75%;
    margin: 0 auto;
}

/* section-brand style */
.section-brand{
    padding-top: 20px;
}
.section-brand > h2:first-letter{
    font-size: 32px;
}
.section-brand .container{
    width: 960px;
}
.section-brand .container .row > div{
    margin-bottom: 20px;
}

/* section-product style */
.section-product{
    height: 580px;
    padding-top: 60px;
    background: url(../baidu_images/advantage.jpg) center center no-repeat;
    background-size: cover;
}
.section-product > h2:first-letter{
    font-size: 32px;
}
.section-product > h4{
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
.section-product .container{
    padding-top: 40px;
}


/* section-about style */
.section-about{
    padding-top: 40px;
}
.section-about > h2:first-letter{
    font-size: 32px;
}
.section-about > h4{
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #EBBC6C;
}
.section-about .container{
    padding-left: 100px;
    padding-top: 40px;
}
.section-about .about-img{
    width: 480px;
}
.section-about .about-img > div{
    margin-bottom: 4px;
    padding: 0;
}
.section-about .about-img > .about-img-left{
    visibility: hidden;
    padding-right: 2px;
}
.section-about .about-img > .about-img-right{
    visibility: hidden;
    padding-left: 2px;
}
.section-about .about-img > .about-img-left.animated,.section-about .about-img .about-img-right.animated{
    visibility: visible;
}
.section-about .about-info{
    padding-left:30px;
}
.section-about .about-info h2{
    font-family: "宋体",sans-serif;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: bold;
    color: #6C4D17;
}
.section-about .about-info p{
    margin-top: 30px;
}
.section-about .about-info p:first-letter{
    margin-left: 28px;
}


/* connect-us style */
.connect-us{
    height:550px;
    margin: 50px auto 0 auto;
    padding-top:70px;
    padding-bottom:50px;
    background:url("../baidu_images/eye_111.jpg") no-repeat top center;
}
.connect-us h2{
    margin-bottom:40px;
}
.connect-us h2:first-letter{
    font-size: 32px;
}
.connect-us .glyphicon{
    top:0;
}
.connect-us .container{
    /*width: 900px;*/
}
.connect-us form > .form-group:first-child{
    margin-bottom: 40px;
}
.input-group-addon:not(:first-child):not(:last-child){
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.input-group .form-control{
    width: 99%;
    z-index: 0;
}
.input-group-addon:nth-of-type(2){
    border-right: none;
}
.connect-us form input{
    height: 50px;
}
.connect-us form button{
    width: 140px;
    height: 56px;
    margin-top: 30px;
    border-radius: 4px;
    padding-top: 9px;
    padding-bottom: 12px;
    color: #fff;
    font-weight: bold;
    border-color: #79480E;
    background-color: #79480E;
}
.connect-us .connect-address{
    padding-left: 30px;
}
.connect-us .connect-address p{
    font-weight: bold;
    color: #79480E;
}
.connect-us .connect-address > div{
    font-size: 14px;
    letter-spacing: 1px;
}
.connect-us .erweima{
    padding-left: 30px;
    padding-right: 0;
    margin-top: -20px;
}
.connect-us .erweima p{
    margin-bottom: 0;
    text-align: center;
    color: #79480E;
}

/* section-footer style */
.section-footer{
    position: fixed;
    width: 100%;
    height: 48px;
    bottom: 0;
    background-color: #79480E;
}
.section-footer img{
    width: 30px;
    height: 30px;
}
.section-footer .footer-item > a{
    text-decoration: none;
    color: #fff;
}
.section-footer p{
    font-size: 12px;
}


/* md style */
@media (max-width: 1199px) and (min-width: 992px){
    .section-about .about-img{
        width: 425px;
    }
    .section-banner .banner-info > h1{
        font-size: 30px;
    }
    .section-banner .banner-info > h2{
        font-size: 24px;
    }
    .section-banner .swiper-container .container{
        margin-left: -500px;
    }
    .section-support .support-img > .support-img-1{
        visibility: visible;
    }
}

/* sm style */
@media (max-width: 991px) and (min-width: 768px){
    .section-head .investment-phone .phone-text + span{
        font-size: 16px;
    }
    .section-banner .banner-info h2{
        font-size: 24px;
    }
    .sections .container{
        width: 750px;
    }
    .section-banner .swiper-container .container{
        margin-left: -375px;
    }
    .section-banner .swiper-container .container{
        bottom: 25px;
    }
    .section-banner .banner-info h1{
        font-size: 24px;
    }
    .section-banner .banner-info h2{
        font-size: 20px;
    }
    .swiper-container .pagination{
        bottom: -10px;
    }
    .section-support .support-img{
        width: 100%;
    }
    .section-support .support-img > .support-img-1{
        visibility: visible;
    }
    .section-support .support-info{
        padding-top: 120px;
    }
    .section-about .container{
        padding-left: 15px;
    }
    .section-about .about-img{
        width: 100%;
        margin-bottom: 25px;
    }
    .section-about .about-img-top img{
        margin: 0 auto;
    }
    .section-about .about-img-left img{
        float: right;
    }
    .section-about .about-info{
        float: none;
        width: 480px;
        margin: 0 auto;
        padding: 30px 0;

    }
    .section-about .about-info h2{
        text-align: center;
    }
    .connect-us{
        padding-top: 20px;
    }
    .connect-us .connect-address{
        padding-left: 0;
    }
}

/* xs style */
@media (max-width: 767px){
    .sections > h2{
        font-size: 28px;
    }
    .sections > h4{
         font-size: 15px;
         line-height: 1.5;
     }
    .section-head .row > div:first-child{
        padding-top: 2px;
    }
    .section-head .investment-phone{
        padding-top: 10px;
    }
    .section-head .investment-phone .phone-text + span{
        font-size: 18px;
    }
    .sections{
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-banner{
        padding: 0;
    }
    .section-banner .swiper-container .pagination{
        bottom: -15px;
    }
    .sections .container{
        width: 100%;
    }
    .section-banner .banner-img1{
        padding-top: 20px;
    }
    .section-banner .banner-info{
        padding-top: 50px;
    }
    .section-banner .banner-info h1{
        font-size: 22px;
    }
    .section-banner .banner-info h2{
        font-size: 14px;
    }
    .section-banner .banner-info h2 span:last-child{
        line-height: 3;
    }
    .section-mode{
        margin-top: 20px;
    }
    .section-advantage{
        padding: 20px 0 0;
    }
    .section-advantage .circle{
        width: 120px;
        height: 120px;
        padding-top: 24px;
    }
    .section-advantage .circle p{
        font-size: 18px;
    }
    .section-advantage .container{
        padding: 10px 0 0;
    }
    .section-advantage .container > .row > div{
        margin-bottom: 20px;
    }
    .section-advantage .container .row-intro{
        margin-bottom: 10px;
    }
    .section-advantage .row-img img{
        width: 120px;
        height: 120px;
    }
    .section-advantage .container > .row > div h4{
        font-size: 16px;
    }
    .section-support .support-img{
        width: 100%;
    }
    .section-support .support-img > .support-img-1{
        visibility: visible;
    }
    .section-support .support-info{
        padding-top: 140px;
    }
    .section-product .container{
        padding: 0;
    }
    .section-product .glasses-img > div{
        padding: 0;
    }
    .section-product .glasses-img img{
        width: 140px;
        height: 140px;
    }
    .section-about,.section-about .container{
        padding: 0;
    }
    .section-about .about-img{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-about .about-info{
        padding-top: 15px;
        padding-left: 15px;
    }
    .section-about .about-info h2{
        text-align: center;
        font-size: 24px;
    }
    .section-about .about-info p{
        text-align: left;
    }

}

/* <= 480px */
@media (max-width: 480px){
    .section-head .row > div:first-child{
        padding-top: 20px;
    }
    .section-about .about-img > .about-img-left,.section-about .about-img > .about-img-right{
        visibility: visible;
    }

    .connect-us{
        height: 810px;
        padding-top: 20px;
        background-size: cover;
    }
    .connect-us h2,.connect-us form > .form-group:first-child{
        margin-bottom: 20px;
    }
    .connect-us form button{
        width: 100%;
        height: 46px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .connect-us .connect-address{
        padding-left: 0;
    }
    .connect-us .connect-address p:last-of-type{
        margin-top: -20px;
    }
    .connect-us .erweima{
        padding-left: 0;
    }
    .connect-us .erweima p{
        text-align: left;
        letter-spacing: 2px;
    }
}

/* < 360px */
@media (max-width: 359px){
    .section-head .container{
        padding: 0;
    }
    .section-head .investment-phone .phone-text + span{
        font-size: 14px;
    }
    .section-banner .banner-info h1:first-letter{
        line-height: 2;
    }
}