/* header--头部 */
.carousel .navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    margin-bottom: 0px;
    padding-top: 20px;
    border: none;
    z-index: 11;
    background-color: #fff;
}

.mainpage .navbar{
    /* background-color: rgba(255 255 255 / 0); */
    background-color: rgba(255,255,255,0);
    filter: none !important;
}
.narbarbg{
	transition: all .4s ease-in;
    background-color: #333 !important;
    opacity: 0.7 !important;


}
/* main-page */
.mainpage>.navbar-nav>li>a{
    color: #fff;
    
}
.mainpage>.navbar-nav>li>a:hover{
    background-color: none !important;
}
/* main-page */

.navbar-nav>li>a{
    font-size: 16px;
    color: #333333;
    margin-left: 95px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration-line: none;
}
.navbar-nav>li>a:hover{
    background-color: none !important;
}

.nav_right_search .icon{
    width: 23px;
    height: 19px;
    margin-left: 35px;
    z-index: 1000;
    cursor: pointer;
    float: left;
    display: inline-block;
} 
.wechaticon{
    position: relative;
}
.nav_right_search .icon img{
    vertical-align: baseline;
}

.linksearch{
    display: none;
}

.nav_right_search .wechatcode{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 31px;
    left: -18px;
    display: none;
    transition: all 2s ease 0s;
}
.navbar-toggle{
    z-index: 10;
}
.navbar .navbar-header .logo{
    width: 146px;
}

.nav_right_search .line{
    width: 1px;
    height: 18px;
    background-color: #888888;
    display: inline-block;
    margin-left: 35px;
    float: left;
}

.nav_right_search .search_box{
    margin-top: -12px;
    box-sizing: border-box;
    width: 195px;
    padding: 0px 20px;
    line-height: 35px;
    border: 1px solid transparent;
    height: 42px;
    background: #ffffff;
    font-size: 15px;
    overflow: hidden;
    color: #f0f0f0;
    position: initial;
    display: none;
    margin-left: 10px;
    transition: all 2s ease 0s;
    animation: lToL 1s;
    margin-right: -70px;
}
.searchbg ,.searchbg input{
    background: #eee !important;
}
@keyframes lToL
  {
    from {width: 0px;}
  }
.nav_right_search .search_box input{
    color: #888888;
    outline: none;
    border: none;
    background:#ffffff;
    width: 80%;
    height: 100%;
}
.nav_right_search .search_box img{
    width: 25px;
    height: 22px;
    position: absolute;
    right: 15px;
    margin-top: 5px;
}

.nav_right_search .mainline{
    background-color: #fff;
    
}
.navbar-toggle{
    border: none;
    padding: 0px;

}
.navbar-toggle .icon-bar {
    border-bottom: 1px #333 solid;
    height: 4px;
}
/* 导航栏选中颜色*/
.navbar-right li a{
    font-weight: bold;
}
.navbar-right .active {
    color: #f78e4e !important;
    border-bottom: solid 3px #f78e4e;
    height: 64px;
}
.container{
    height: 100%;
}
.navbar-header{
    height: 100%;
}

/* banner */
.product_banner{
    position: relative;
}
.product .banner_chaim{
    top: 27%;
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    color: #333;
}
.product .banner_chaim span{
    color:#999898;
    font-size: 24px;
    font-weight: normal;
}
/* mobile- */
  .message {
    background: #040404;
    color: #FFF;
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    height: 1000px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0.9;
  }
  .message h1 {
    color:#FFF;
  }
  
  #toggle {
    position:absolute;
    appearance:none;
    cursor:pointer;
    left:-100%;
    top:-100%;
  }
  
  #toggle + label {
    position: absolute;
    width: 50px;
    height: 43px;
    border-radius: 3px;
    padding: 8px 10px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    margin-top: 7px;
    transition: all 500ms ease;
    z-index: 100;
    right: 36px;
    top: 13px;
    display: none;
  }
  .container {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  }
  
  #toggle:checked ~ .message {
    top: 0;
  }
  
  #toggle:checked ~ .container {
    margin-top: 250px;
  }
.product{
    margin-top: 84px;
}
/* 搜索 */
.search_wrapper{
    position: relative;
    z-index: 990;
    top: -150px;
    width: 100%;
}

.search_wrapper .search-top {
    width: 85%;
    max-width: 800px;
    height: 120px;
    padding: 20px 40px;
    box-sizing: border-box;
    margin: 80px auto;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(223, 229, 232, 0.5);
}

.search_wrapper .search-left {
    width: calc(100% - 90px);
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
}

.search_wrapper .search-right {
    width: 80px;
    height: 80px;
    border-left: 1px solid #75cafb;
    float: right;
}

.search_wrapper .search-left input {
    background: none;
    outline: none;
    border: none;
    color: #000;
    font-size: 18px;
    width: 100%;
    line-height: 80px;
}

.search_wrapper .search-right .search_btns {
    width: 80px;
    height: 72px;
    background: url(../img/main/header_search.png) right center no-repeat;
    display: block;
    border: 0;
    background-size: 35% 35%;
    cursor: pointer;
}
  
@media (min-width: 1500px){
    .container {
        width: 1500px;
    }
   
}
@media(max-width:1500px){
    .navbar-nav>li>a{
        margin-left: 27px;
    }
    .nav_right_search .line{
        margin-left: 15px;
    }
    footer .footer_top_left{
        padding-left: 9% !important;
    }
}
@media (max-width: 1200px) {
    
    .nav_right_search .search_box{
        width: 160px;
    }
    .navbar-nav>li>a{
        margin-left: 30px;
    }
    .nav_right_search .icon{
        margin-left: 25px;
    }
    .product .banner_chaim{
        font-size: 30px;
    }
    footer .footer_top_left{
        padding-left: 2% !important;
    }
    footer .footer_top_left img:nth-child(2){
        width: 80px;
    }
    footer .footer_top_left img:nth-child(3){
        width: 80px;
    }
}
@media (max-width: 1050px) {
    #toggle + label{
        display: inline-block;
    }
    .navbar-header{
        width: 100%;
    }
    .navbar-toggle{
        display: inline-block;
    }
    .navbar-right{
        display: none;
    }
    .nav_right_search .line{
        margin-left: 5px;
    }
    .navbar-nav>li>a{
        margin-left: 18px;
    }
    .nav_right_search .icon{
        margin-left: 15px;
    }
    .mobile_panel{
        text-align: left;
        color: #ffffff;
        width: 100%;
        top: 10px;
        margin-top: 50px;
        border-bottom: solid 1px #72c9d5;
    }
    .mobile_panel .seach_box{
        position: relative;
        width: 100%;
        background: #434343;
        border-radius: 10px;
        height: 40px;
        padding: 4px 0 0 0;
        box-sizing: border-box;
        margin: 20px 0;
        transition: all .4s;
    }

    .mobile_panel .seach_box input{
        position: absolute;
        top: 0;
        display: block;
        width: calc(100% - 50px);
        border: 0;
        height: 100%;
        background: transparent;
        line-height: 20px;
        font-size: 16px;
        color: #ffffff;
        padding: 5px 0;
        text-indent: 20px;
        outline: none;
    }
    .mo_search{
        position: absolute;
        right: 10px;
        top: 11px;
    }
    .search_wrapper .search-top{
        margin: 20px auto 80px auto;
    }
    .mobile_panel p{
        position: relative;
       margin: 10px 0px;
       border-top: 1px solid #555;
    }
    .mobile_panel a{
        color: #ffffff;
        font-size: 15px;
        height: 38px;
        line-height: 50px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
    
    }
    .mobile_panel a span{
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .4s;
        -webkit-transition: all .4s;
    
    }
    .navbar-right{
        display: none;
    }
   
    .product .banner_chaim{
        font-size: 20px;
        padding: 0px 15px;
    }
    .product .banner_chaim span{
        font-size: 12px;

    }
    footer .footer_top_left img:nth-child(2){
        width: 60px;
        margin: 0px 10px !important;
    }
    footer .footer_top_left img:nth-child(3){
        width: 60px;
    }
   
}

@media screen and (min-width: 870px) and (max-width: 992px) {
    #toggle + label{
        right:106px;
    }
}
@media (max-width: 780px){
    
    .product_banner img{
        height: 150px;
    }
    .product_tabnav .navbartab ul{
        display: inline-flex;
    }
    .navbar-nav{
        margin: 0px;
    }
    .navbar .navbar-header .logo{
        display: inline-block;
        margin-left: 10px;
        height: 45px;
    }
    .banner_font p:first-child{
        font-size: 36px;
    }
    /* 搜索 */
    .search_wrapper{
        top: 0px;
        z-index:0;
    }
    .search_wrapper .search-top{
        height: 70px;
        padding: 20px;
    }
    .search_wrapper .search-left input{
        line-height: 0px;
    }
    .search_wrapper .search-right{
        height: 30px;
        width: 45px;
    }
    .search_wrapper .search-right .search_btns{
        display: inline-block;
        width: 45px;
        height: 30px;
        background-size: auto;
    }
    .search_wrapper .search-left{
        padding-left: 0px;
    }
    
}



/* footer--尾部 */
footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #171717;
}

footer .footer_top_left {
    text-align: center;
    padding-left: 14%;
}
footer .footer_top_left img:nth-child(2){
    margin: 0px 14px 0px 37px;
}
footer .footer_top_right {
    text-align: left;
    display: inline-flex;
}
footer .footer_top_right .flex_left{
    width: 46px;
    height: 46px;
}
footer .footer_top_right .flex_right{
    margin-left: 25px;
}
footer .footer_top_right .flex_right p:nth-child(1){
    font-size: 32px;
    font-weight: bold;
}
footer .footer_top_right .flex_right p{
    font-size: 16px;
    font-weight: bold;
    color:#666666;
    
}
footer .footer_top_right .flex_right p span{
    color: #a5a5a5;
}
footer .footer_top_right img{
    text-align: left;
}
footer .footer_top_right span{
    
}
footer .footer_top_right p{
    text-align: left;
}
footer .footer_top img:nth-child(2) {
    margin: 0px 15px 0px 40px;
}
footer .footer-bottom{
    margin-top: 35px;
}

footer .footer-bottom .inner_container {
    width: 100%;
    display: inline-flex;
    
}
footer .footer-bottom .inner_container ul{
    flex: 1;
    float: left;
    width: 20%;
}
footer .footer-bottom .inner_container li{
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    color: #9d9d9d;
    font-size: 16px;
    line-height: 30px;

}
footer .footer-bottom .inner_container li a{
    color: #9d9d9d;

}
footer .footer-bottom .inner_container li:nth-child(1){
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;

}
footer .footer-bottom .copyright {
    color: #7b7d7f;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    clear: both;

}

footer .footer-bottom .copyright span{
    position: relative;
    color: #b8b7b7;
    cursor: pointer;
}
footer .footer-bottom .copyright .images_list .behideicon{
    opacity: 0;
    position: absolute;
    left: 0px;
}
footer .footer-bottom .copyright .images_list .behideicon:hover{
    opacity: 1;
}
@media(max-width:780px){
    footer .footer_top_left{
        text-align: left;
    }
    footer .footer-bottom{
        margin-top: 50px;
    }
    footer .footer-bottom .inner_container li:nth-child(1){
        font-size: 16px;
    }
    footer .footer-bottom .inner_container li{
        font-size: 14px;
        
    }
    footer .footer_top_right .flex_right p:nth-child(1){
        font-size: 24px;
    }
    footer .footer_top_right .flex_right p{
        font-size: 14px;

    }
    footer .footer-bottom .inner_container{
        display: none;
    }
    footer .footer-bottom .inner_container li{
        line-height: 20px;
    }
   
    .footer_top_left img:nth-child(2) ,.footer_top_left img:nth-child(3){
        width: 60px;
        width: 60px;
    }
    footer .footer_top_left img:nth-child(2){
        margin: 0px;
    }
    footer .footer_top_right .flex_left{
        width: 30px;
        height: 30px;
    }
    .inner_container ul{
        padding-inline-start: 0px;
    }


    .footer_top_left , .footer_top_right ,.footer .inner_container{
        display: none !important;
    }
    .footer-bottom{
        margin-top: 0px !important;
    }
    footer{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    footer .footer-bottom .copyright{
        margin-top: 0px !important;
    }
    .copyright img{
        display: none;
    }
    .copyright p{
        margin-bottom: 0px;
    }
    .copyright {
        font-size: 12px;
    }
}


/* search--搜索 */

