/*navigation*/

@media screen and (max-width: 960px) {
    /* 手机端CSS代码 */
    /*.navbarBox{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*    overflow: hidden;*/
    /*}*/
    #mainNav {
        background-color: #fff;
        margin-bottom: 0;
    }

    .navLogo {
        width: 100px;
        height: 32px;
        margin-top: 14px;
        background: url("../../images/mobile/logo.png") no-repeat;
        background-size: 100px 32px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }

    .fixed-nav-bar.scrolled .navLogo {
        width: 80px;
        height: 25px;
        background-size: 80px 25px;
    }
    @media screen and (min-width: 768px) {
        #navbar-collapse-example {
            background: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: 0.35s ease;
            transition: 0.35s ease;
            width: 50%;
            float: right;
            max-height: 60px;
            margin-top: 0;
        }
    }
    @media screen and (max-width: 768px) {
        #navbar-collapse-example {
            background: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: 0.35s ease;
            transition: 0.35s ease;
        }
    }
    .fixed-nav-bar.scrolled #navbar-collapse-example {
        margin-top: 5px;
    }

    .fixed-nav-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.02);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;

    }

    .fixed-nav-bar.scrolled {
        height: 40px;
        background-color: #fdfdfd;
        box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.6);
    }

    .navbar-menu {
        background-color: #3FA967;
        color: #FFF;
        margin-top: 14px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }

    .fixed-nav-bar.scrolled .navbar-menu {
        margin-top: 7px;
    }

    .navbar-menu span.icon-bar {
        background-color: #F1F1F1;
    }

    .nacBtnList {
        flex: 1;
    }

    .navbar-brand {
        color: #3FA967;
        font-weight: bold;
        height: auto !important;
        /*padding: 15px 15px;*/
        font-size: 18px;
    }

    .nav-menu {
        float: right;
        margin-top: 6px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }

    .fixed-nav-bar.scrolled .nav-menu {
        margin-top: 0px;
    }

    @media (max-width: 960px) {
        .nav-menu {
            float: none;
        }
    }

    .nav-item {
        padding: 0 10px;
        font-size: 12px;
    }

    .nav-link {
        color: #666;
        font-size: 18px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }

    .fixed-nav-bar.scrolled .nav-link {
        color: #666;
        font-size: 14px;
    }

    .on {
        color: #3FA967;
    }
    .productbanner{
        background: url("../../images/products/probanner.png") no-repeat;
        background-size: 100% 100%;
        min-height: 200px;
        margin-top: 60px;
        position: relative;
    }
    .aboutusbanner{
        background: url("../../images/products/aboutussm.png") no-repeat;
        background-size: 100% 100%;
        min-height: 200px;
        margin-top: 60px;
        position: relative;
    }

    #company{
        padding: 0px 0;
        background: url("../../images/mobile/banner3.png") no-repeat;
        background-size: 100% 100%;
        min-height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .showTipText{
        display: inline-block;
    }

    .tipText{
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
    }
    .tipText2{
        text-align: center;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
    }
}

@media screen and (min-width: 960px){
    #mainNav{
        background-color: #fff;
        margin-bottom: 0;
    }
    .navLogo{
        width: 170px;
        height: 55px;
        margin-top: 12px;
        background: url("../../images/mobile/logo.png") no-repeat;
        background-size: 170px 55px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    .fixed-nav-bar.scrolled .navLogo{
        width: 135px;
        height: 35px;
        background-size: 100px 35px;
        margin-top: 12px;
    }
    .fixed-nav-bar{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 81px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.02);
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;

    }
    .fixed-nav-bar.scrolled {
        height: 60px;
        background-color: #fdfdfd;
        box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.6);
    }

    .navbar-menu{
        background-color: #3FA967;
        color: #FFF;
    }

    .navbar-menu span.icon-bar{
        background-color: #F1F1F1;
    }

    .navbar-brand{
        color: #3FA967;
        font-weight: bold;
        font-size: 24px;
    }

    .nav-menu{
        float: right;
        margin-top: 6px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    .fixed-nav-bar.scrolled .nav-menu{
        margin-top: 0px;
    }

    @media (max-width: 960px) {
        .nav-menu {
            float: none;
        }
    }

    .nav-item{
        padding: 0 10px;
        font-size: 15px;
    }

    .nav-link{
        color: #666;
        font-size: 18px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    .fixed-nav-bar.scrolled .nav-link{
        color: #666;
        font-size: 14px;
    }

    .on{
        color: #3FA967;
    }
    .productbanner{
        background: url("../../images/products/swiper-pic.png") no-repeat;
        background-size: 100% 100%;
        min-height: 520px;
        margin-top: 81px;
        position: relative;
    }
    .aboutusbanner{
        background: url("../../images/products/aboutusbanner.png") no-repeat;
        background-size: 100% 100%;
        min-height: 520px;
        margin-top: 81px;
        position: relative;
    }
    #company{
        padding: 0px 0;
        background: url("../../images/index/1.png") no-repeat;
        background-size: 100% 100%;
        min-height: 320px;
    }

    .showTipText{
        display: none !important;
    }
}
/*header*/

/*.masthead{*/
/*    background: url("../../images/products/swiper-pic.png") no-repeat center;*/
/*    min-height: 480px;*/
/*    margin-top: 81px;*/
/*}*/
/*.aboutusbanner{*/
/*    background: url("../../images/products/aboutusbanner.png") no-repeat center;*/
/*}*/
.welcome-info-in{
    padding-top: 100px;
    font-size: 6vh;
    font-style: italic;
    letter-spacing: 2px;
}

.welcome-info{
    padding-top: 30px;
    font-size: 10vh;
    letter-spacing: 2px;
}

a.more{
    padding: 17px 50px;
    font-size: 20px;
    color: #fff !important;
    background: #3FA967;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 284px;
    letter-spacing: 1px;
    margin-right: 40px;
}
a.about{
    padding: 17px 50px;
    font-size: 20px;
    color: #3FA967 !important;
    background: none;
    border-color: #3FA967;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 284px;
    letter-spacing: 1px;
    margin-right: 40px;
}
.tipLog{
    background: #F9FAFB;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 50%;
}

@media (min-width: 960px) {
    .tipLog {
        margin-left: -375px;
    }
}
@media (min-width: 992px) {
    .tipLog {
        margin-left: -485px;
    }
}
@media (min-width: 1200px) {
    .tipLog {
        margin-left: -680px;
    }
}
.tipBox{
    padding:0 25px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.glyphiconColor{
    color: #3FA967;
    font-size: 26px;
    margin-right: 95px;
}
.tipUl{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    margin: 0 !important;
    list-style: none !important;
}
.tipUl li{
    color: #4E5967;
    font-size: 14px;
}
.tipUl li span{
    color: #21613F;
    font-size: 16px;
    margin-right: 10px;
}
.tipUl li span:after{
    content: ' ';
    background: #B0BBC9;
    border: 1px solid #B0BBC9;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}

/*Products*/

@media (min-width: 960px) {
    .procontent{
        display: flex;
        align-items: center;
    }
    .procontentfive{
        display: flex;
        align-items: flex-start;
    }
    .procontent .parttwo{
        padding-left: 100px;
    }
    #productfive{
        padding: 80px 0;
    }
    #productone{
        padding: 80px 0;
    }
    #producttwo{
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    #productthree{
        padding: 80px 0;
    }
    #productfour{
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    .profpic img{
        display: inline-block;
        margin-bottom: 60px;
        max-height: 463px;
    }
    .prodpic{
        display: flex;
        justify-content: center;
    }
    .mdhidden{
        display: none;
    }
    .information-heading{
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 45px;
    }
    .progg{
        margin-bottom: 15px;
        font-size: 18px;
        color: #666;
    }
    .progg>div:first-of-type{
        font-weight: bold;
        color: #333;
    }
}
@media (max-width: 960px) {
    #productfive{
        padding: 0;
    }
    #productone{
        padding: 40px 0;
    }
    #producttwo{
        padding: 40px 0;
        background-color: #f5f5f5;
    }
    #productthree{
        padding: 40px 0;
    }
    #productfour{
        padding: 40px 0;
        background-color: #f5f5f5;
    }
    .addpadding{
        padding: 40px 15px;
    }
    .profpic img{
        display: inline-block;
        margin-bottom: 20px;
        width: 60%;
    }
    .prodpic{
        display: flex;
        justify-content: left;
    }
    .smhidden{
        display: none;
    }
    .information-heading{
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .progg{
        margin-bottom: 10px;
        font-size: 12px;
        color: #666;
    }
    .progg>div:first-of-type{
        font-weight: bold;
        color: #333;
    }
    .changebg{
        padding: 40px 15px;
        background: #f5f5f5;
    }
}
.section-heading{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}

.section-subheading{
    margin-bottom: 75px;
    margin-top: 0;
}


.icon-bg{
    color: #FED136;
}

/*Project*/

.pro-left{
    opacity: 0; -moz-opacity: 0;-webket-opacity: 0;transform: translateY(50px);animation: go_up 1s ease 0.3s forwards;animation-play-state:paused;
}
.pro-right{
    opacity: 0; -moz-opacity: 0;-webket-opacity: 0;transform: translateY(-50px);animation: go_down 1s ease 0.3s forwards;animation-play-state:paused;
}
.pro-top-left{
    opacity: 0; -moz-opacity: 0;-webket-opacity: 0;transform: translateY(50px);animation: go_up 1s ease 0.3s forwards;
}
.pro-top-right{
    opacity: 0; -moz-opacity: 0;-webket-opacity: 0;transform: translateY(-50px);animation: go_down 1s ease 0.3s forwards;
}
/*animation*/
@keyframes go_up{
    100%{transform: translateY(0);opacity: 1;-moz-opacity: 1;-webket-opacity: 1;}
}

@keyframes go_down{
    100%{transform: translateY(0);opacity: 1;-moz-opacity: 1;-webket-opacity: 1;}
}

/*Contact*/
#contact{
    padding: 0 0;
    background: url("../../images/index/banner2.png") no-repeat;
    background-size: 100% 100%;
    min-height: 573px;
}

/*company*/
/*#company{*/
/*    background: url("../../images/index/1.png") no-repeat center;*/
/*    min-height: 320px;*/
/*    background-size: 100% 100%;*/
/*}*/

#name, #email, #phone{
    padding: 25px;
    font-size: 18px;
    margin-bottom: 30px;
}

#message{
    font-size: 16px;
    height: 215px;
}

.sendMsg{
    font-size: 18px;
    padding: 15px 30px;
}

/*contactTip*/
#contactTip{
    background: #E3EAE6;
    padding: 60px 0;
    text-align: center;
}
.contactTip-tit{
    color: #21613F;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contactTip-news{
    color: #666666;
    font-size: 18px;
    margin-bottom: 16px;
}
a.allMore{
    padding: 17px 50px;
    font-size: 20px;
    color: #fff !important;
    background: #3FA967;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 1px;
    margin-right: 40px;
}

/*footer*/
footer{
    background: #21613F;
}
@media (min-width: 960px) {
    .footerBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 67px 0;
        color: #fff;
    }
    .footer-rt{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
}
@media (max-width: 960px) {
    .footerBox{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 67px;
        color: #fff;
    }
    .footer-rt{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}
/*aboutus*/


@media (min-width: 960px) {
    .aboutcont{
        padding: 100px 0 0;
    }
    .decorationone{
        min-height: 388px;
        background: url("../../images/products/decoration.png") no-repeat left;
    }

    .abouttit{
        max-height: 120px;
        background: url("../../images/products/decoration2.png") no-repeat left;
        background-size: contain;
        font-size: 32px;
        font-weight: bolder;
        padding-left: 45px;
        color: #666;
        line-height: 120px
    }
    .abouttext{
        font-size: 18px;
        line-height: 1.5;
        padding-left: 45px;
        color: #666;
        text-align: left;
        margin-bottom: 100px;
    }
    .aboutpra{
        text-indent: 36px;
        padding-right: 45px;
    }
}
@media (max-width: 960px) {
    .aboutcont{
        padding: 30px 0 0;
    }
    .decorationone{
        min-height: 24px;
        background: url("../../images/products/decorationxs.png") no-repeat center;
        margin-bottom: 20px;
    }

    .abouttit{
        max-height: 70px;
        background: url("../../images/products/decoration2.png") no-repeat left;
        background-size: contain;
        font-size: 22px;
        font-weight: bolder;
        color: #666;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .abouttext{
        font-size: 12px;
        line-height: 1.5;
        color: #666;
        text-align: left;
        margin-bottom: 60px;
    }
    .aboutpra{
        text-indent: 36px;
    }
}


.motion{animation-play-state:running;}