.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
  	z-index: 10000;
}
.navbar-nav{
    float: left;
    background: url(../img/bg_navMain_divider.png) no-repeat left center;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #000000;
    /*text-transform: uppercase;*/
    padding: 23px 30px;
    background: url(../img/bg_navMain_divider.png) no-repeat right center;
    font-weight: 100;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #34c9dd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.row{

    background: url(../img/bg_navMain_divider.png) no-repeat left center;
}
/*.nav > li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}*/
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

body {
    background-color: #f8f8f8;
    font-family: "Trebuchet MS", Trebuchet MS, Arial, sans-serif;
}
.navbar-nav li{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f8f8f8), color-stop(70%, #f8f8f8), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 70%, #e5e5e5 100%);
    background: -o-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 70%, #e5e5e5 100%);
    background: -ms-linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 70%, #e5e5e5 100%);
    background: linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 70%, #e5e5e5 100%);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
        background: #005f87;
    background: -moz-linear-gradient(top, #005f87 0%, #003f6a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005f87), color-stop(100%, #003f6a));
    background: -webkit-linear-gradient(top, #005f87 0%, #003f6a 100%);
    background: -o-linear-gradient(top, #005f87 0%, #003f6a 100%);
    background: -ms-linear-gradient(top, #005f87 0%, #003f6a 100%);
    background: linear-gradient(to bottom, #005f87 0%, #003f6a 100%);
    color:#fff;
    z-index: 10000;
}
nav.navbar.bootsnav ul.nav > li > a{
    font-size:15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
    background:#fff;
    color:#333;
}
.zhcooler-body{
    max-width: 1260px;
    margin: 0 auto;
}
.zhcooler-body-min{
    max-width: 960px;
    margin: 0 auto;
}

.zhcooler-header-menu{
    max-width: 1090px;
}
body.zhcooler-carousel img{
    z-index: 9999;
}
.zhcooler-carousel-div{
    width: 245px;
    height: 340px;
    background-color:#fff;
    position: absolute;
    left:150px;
    top:20px;
    border-top:3px solid #7f9fb4;
    padding:20px;
}
.zhcooler-carousel-div .zhcooler-carousel-header{
    width: 100%;
    height: 43%;
}
.zhcooler-carousel-div .zhcooler-carousel-header h4{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
    color: #003f6a;
}
.zhcooler-carousel-div .zhcooler-carousel-header p{
    margin-top: 0.8em;
    margin-bottom: 0;
    color: #7f9fb4;
    font-weight: bold;
}
.zhcooler-carousel-div .zhcooler-carousel-body{
    width: 100%;
    height: 57%;
}
.zhcooler-carousel-div .zhcooler-carousel-body a{
    margin: 5px 0 0 0;
    display: block;
}
.zhcooler-carousel-div .zhcooler-carousel-body .layui-btn+.layui-btn{
    margin: 5px 0 0 0;
}
.zhcooler-carousel-div .zhcooler-carousel-body button{
    background-color: #003f6a;
}
.zhcooler-header{
    max-height: 100px;
    position: relative;
}
.zhcooler-header h1{
    font-size: 1.5em;
    line-height: 1.2;
    color: #003f6a;
    padding: 20px 0 30px 0;
    font-weight: 600;
}
.zhcooler-index-carousel{
    height: 380px;
}
.zhcooler-header-div{
    position: absolute;
    right: 0;
    top:-26px;
    height:80px;
    width:80px;
    background-color:#003f6a;
}
.zhcooler-header-auto{
    margin: 0 auto;
    padding:5px 0;
    text-align: center;
    position: relative;
    width: 280px;
}
.zhcooler-header-auto a{
    font-size: 0.8em;
    color: #003f6a;
    margin-right: 50px;
    opacity:0.7;
}
.zhcooler-header-auto a:hover{
    opacity: 1;
}
.zhcooler-header-auto i{
    font-size: 1em;
    color: #6699CC;
    max-width: 50%;
}
.zhcooler-margin-top30{
    margin-top:30px;
}
.layui-tab-title .layui-this{box-shadow: 0px 0px 3px rgba(0,0,0,.1);border-radius: 5px 5px 0 0;background-color: #fff;font-weight: bold;}
.zhcooler-index-block{
    min-height: 248px;
    position: relative;
    word-wrap: break-word;
    padding: 0 10px 10px 0;
    /*border-top: 3px solid #7f9fb4;*/
    background:url(../img/bg_standadContainer_shadow.png) no-repeat right bottom;
}
.zhcooler-index-block .layui-tab{
    margin: 0;
}
.zhcooler-index-block .layui-tab-title{
    background-color: transparent;
    border-bottom-width:0;
}
.zhcooler-index-block .layui-tab-title li{
    background-color: transparent;
    border-top:3px solid #f8f8f8;
}
.zhcooler-index-block .layui-tab-title .layui-this{
    border-color: #7f9fb4;
    border-radius:2px;
    border-left:0;
    background-color:#fff;
    box-shadow: none
}
.zhcooler-index-block .layui-colla-title{
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    height: 40px;
    line-height: 40px;
    color: #003f6a;
    font-weight: bold;
}
.zhcooler-index-block .layui-tab-title .layui-this:after{
    border-width: 0;
}
.zhcooler-index-block .layui-colla-content{
    
}
.zhcooler-index-block .layui-card{
    box-shadow: none;
}
.zhcooler-index-block .layui-card-header{
    border: 0;
    font-weight: bold;
}
.zhcooler-footer{
    padding:20px;
    margin-top:30px;
}
.clear{clear:both} 
#left-menu{
    display: none;
}
.main{ right: 0; left: 0;float: left;width:calc(100% - 200px);height:100%;padding:0 10px;}
.layui-nav-tree .layui-nav-item a{
    font-size:13px;
}
.layui-nav .layui-nav-item a{
    padding:0;
}
.layui-nav-tree .layui-nav-more{
    right:5px;
    border-color: #000 transparent transparent;
    display: none;
}
.layui-nav-itemed>a .layui-nav-more{border-color: #000 transparent transparent;display: none}
.layui-nav .layui-nav-more{
    border-width: 4px;
}
.layui-nav-tree .layui-nav-bar{
    width:0;
}
.zhcooler-index-block .layui-collapse{
    border:0;
    border-top: 3px solid #7f9fb4;
}
.zhcooler-index-block .layui-form-select dl dd.layui-this{
        background-color: #003f6a;
}
.layui-nav{
    /*background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);*/
    /*border-top: 3px solid #7f9fb4;*/
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);*/
    word-wrap: break-word;
}
.layui-bg-cyan{
    background-color:#f8f8f8!important;
}
.layui-nav-tree .layui-nav-item a{
    height:35px;
}
.product-heigjlights{height:250px;background-color: #fff;border-top: 3px solid #7f9fb4;}
.surtec{height:250px;border-top: 3px solid #7f9fb4;background-color:#003f6a;}
.layui-nav-tree .layui-nav-item{
    /*border-bottom: 1px solid #eee;*/
    background: url(../img/bg_subNav.png) no-repeat left bottom;
}
.layui-nav-itemed>.layui-nav-child{background-color: #f8f8f8!important;padding-left: 5px;}
.layui-nav-tree .layui-nav-child a{border-bottom: 1px solid #f0f0f0;}
.layui-nav-itemed>a,.layui-nav-tree .layui-nav-child a,.layui-nav .layui-nav-item a{color:#003f6a!important;}
.zhcooler-product-list{width:100%;-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);position: relative;border-radius: 2px;overflow: hidden;}
.zhcooler-product-list h5{position: absolute;bottom: 2px;padding:0 2px;}
.layui-nav-tree .layui-nav-child dd.layui-this a , .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{background-color: #f2f2f2}
.layui-nav .layui-nav-item a:hover{background-color:inherit;}
.zhcooler-product-carousel{width: 100%;height:150px;padding:10px;background-color: #fff;}
.zhcooler-product-carousel img{width:15%;float: left;}
.product-carousel-content{width:80%;float: left;padding:0 15px;font-size: 14px;position: relative;height: 100%;line-height: 20px}
.product-carousel-content p{max-height: 70px;display: -webkit-box;margin-top:10px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.layui-carousel>[carousel-item]>*{background-color: #fff;}
.product-carousel-content h4{font-size: 18px}
.product-carousel-content span{position: absolute;bottom:20px;right:15px;}
.main .layui-tab-title .layui-this:after{border-width: 0;}
.layui-tab-content{background-color: #fff;}
.main .layui-tab-item h1{font-size:18px;padding-left: 10px;}
.main .product-content{width:70%;float: left;padding:10px;}
.product-content img{max-width: 100%}
.main .product-img{width:30%;float: left;}
.dynamic-navigation{float: left;margin-top: 30px;}
.main{float: left;}
.zhcooler-contact-right{float: right;width:68%;background-color:#fff;border-top:3px solid #7f9fb4;border-radius: 2px;padding:10px;}
.zhcooler-contact-left{float: left;width:30%;padding:10px;background-color:#fff;border-top:3px solid #7f9fb4;line-height: 20px;border-radius: 2px;min-width: 280px;}
.zhcooler-contact-left h1{font-size:20px;padding-bottom: 15px;}
.zhcooler-contact-left p{padding-bottom: 15px;}
.zhcooler-about-body{margin-left:20px;padding:10px;line-height: 20px;border-radius: 2px;margin-bottom: 20px;width:100%;}
.zhcooler-about-body h3{font-size:20px;padding: 20px 0;}
.zhcooler-about-body p{font-size:15px;padding: 15px 0;}
.zhcooler-about-body .img-list img{margin-bottom: 10px;width:140px;height:140px;border:6px solid #fff;}
.zhcooler-about-body .img-list span{display:block;float:left;position: relative;width:140px;
    height:160px;margin-bottom: 15px;display: block;margin-left:10px;margin-right: 10px;white-space:normal;
}
.zhcooler-about-body img{margin-bottom: 10px;width:140px;height:140px;border:6px solid #fff;}
.zhcooler-about-body .img-list span text{position: absolute;top:145px;left: 15px;width:100%;word-wrap: break-word;font-size: 12px;line-height: 15px;}
.zhcooler-news-list{width:100%;padding:10px;border-top:1px solid #7f9fb4;line-height: 20px;border-radius: 2px;}
.zhcooler-news-list h4{font-size:16px;padding-bottom: 20px;color:#003f6a;font-weight: bold;}
.zhcooler-news-list p{font-size:13px;color:#003f6a;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;padding:0;margin-bottom: 5px;}
.zhcooler-news-show {width:100%;background-color: #fff;padding:10px;border-top:3px solid #7f9fb4;line-height: 20px;border-radius: 2px;margin-bottom: 20px;}
.zhcooler-news-show h1{font-size:24px;text-align: center;margin-bottom: 15px;}
.zhcooler-news-show span{font-size:14px;text-align: center;margin-bottom: 15px;display: block;color: #c9c9c9}
.index-news-carousel {height: 211px;width:100%;}
.index-news-carousel h4{font-size:15px;padding-bottom: 10px;font-weight: bold;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;height: 33px;}
.index-news-carousel p{font-size:12px;line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.index-news-carousel a{font-size:13px;display: block;text-align: right;margin-top: 20px;color: #003f6a;font-weight: bold;}
.index-card-more{font-size:13px;display: block;text-align: right;margin-top: 20px;color: #003f6a;font-weight: bold;}
.zhcooler-index-block .layui-tab-content{padding: 0 10px;}
.index-card-carousel{padding:10px 0;}
.layui-breadcrumb a{color:#003f6a!important;opacity: 0.6;font-size:12px;}
.layui-breadcrumb a:hover{color:#003f6a!important;opacity: 1}
.zhcooler-footer .layui-breadcrumb a{display: block;float: left;margin-right: 20px}
.index-card-carousel span{display: block;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: bold;
    color: #003f6a;padding-bottom: 10px;}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
    background-color:#f2f2f2;
}
.about-body-left{
    width: 70%;
    float: left;
    padding-right: 20px;
}
.product-left{
    min-height: 500px;
}
.about-body-left img{
    max-width: 100%;
}
.about-body-left .layui-timeline-axis{
    color:#003f6a;
}
.about-body-left ul{
    margin-left: 20px;
}
.about-body-left ul li{
    list-style-type:disc;
    list-style-type:circle;
}
.about-body-right{
    float: left;
    width: 30%;
    background-color: #fff;
    border-top:3px solid #7f9fb4;
    margin-top: 92px;
    padding: 10px;
}
.about-body-right h5{
    font-weight: bold;
    font-size: 1em;
    line-height: 1.15;
    padding-bottom: 20px;
}
.about-body-right a{
    color: #003f6a;
    font-weight: bold;
    padding-bottom: 15px;
}
.about-body-right i{
    padding-bottom: 10px;
    font-size:12px;
}
.zhcooler-carousel{
    width:100%;
    position: relative;
}
.zhcooler-carousel h2{
    position: absolute;
    bottom: 0;
    left: 150px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background:url('../img/bg_topic.png');
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
}
.application-head{
    width:100%;
    margin-top: 30px;
    line-height: 25px;
    position: relative;
}
.application-head h2{
    padding-bottom: 20px;
    font-size: 24px;
}
.application-head p{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    max-height: 70px;
}
.application-head a{
    position: absolute;
    right: 0;
    bottom: -25px;
    color: #003f6a;
}
.zhcooler-application-list{
    width:100%;background-color: #fff;padding:10px;line-height: 20px;border-radius: 2px;
    padding: 0 10px 10px 0;
    background:url(../img/bg_standadContainer_shadow.png) no-repeat right bottom;
    height:120px;overflow: hidden;
}
.zhcooler-application-list .zhcooler-application-content{
    width:100%;background-color: #fff;border-top:3px solid #7f9fb4;height:100%;padding:10px;
}
.zhcooler-application-list .zhcooler-application-content img{
    float: left;
    width:30%;
}
.zhcooler-application-list .zhcooler-application-content div{
    float: left;
    padding:0 0 0 20px;
    width:70%;
}
.zhcooler-application-list h4{
    color: #003f6a;
    clear: none;
    width: 200px;
    float: left;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 1.2em;
}
.zhcooler-application-list p{
    height: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    width: 100%;
    margin: 0;
    color: #444;
    font-size: 0.83em;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.zhcooler-pro-list{
    width:100%;background-color: #fff;padding:10px;line-height: 20px;border-radius: 2px;
    padding: 0 10px 10px 0;
    background:url(../img/bg_standadContainer_shadow.png) no-repeat right bottom;
    height:150px;overflow: hidden;
}
.zhcooler-pro-list .zhcooler-pro-content{
    width:100%;background-color: #fff;border-top:3px solid #7f9fb4;height:100%;padding:10px;
}
.zhcooler-pro-list .zhcooler-pro-content img{
    float: left;
    width:30%;
}
.zhcooler-pro-list .zhcooler-pro-content div{
    float: left;
    padding:0 0 0 20px;
    width:70%;
}
.zhcooler-pro-list h4{
    color: #003f6a;
    clear: none;
    width: 225px;
    float: left;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 1.2em;
}
.zhcooler-pro-list p{
    height: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    width: 100%;
    margin: 0;
    color: #444;
    font-size: 0.83em;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.more{
    float: none;
    position: absolute;
    bottom: 24px;
    right: 25px;
    cursor: pointer;
    color: #003f6a;
    font-size: 0.88em;
    font-weight: bold;
}
.layui-nav{background-color:transparent }
.search-content{
    width:200px;
    height:40px;
    position: absolute;
    left: 20px;
    top:30px;
    z-index: 9999;
    display: none;
}
.search-content input{
    height:30px;
}
.language-content{
    width:140px;
    position: absolute;
    right: 20px;
    top:30px;
    z-index: 9999;
    background-color: #fff;
    display: none;
}
.language-content dd{
    border-bottom: 1px solid #f8f8f8;
}
.language-content a{
    color: #444;
}
.layui-colla-content{
    background-color: #fff;
}
.navbar-collapse{padding: 0}
.layui-text h3{padding:0;}
.layui-timeline-axis{background-color: #f8f8f8;}
.zhcooler-colla-title{
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    height: 40px;
    line-height: 40px;
    color: #003f6a;
    font-weight: bold;
    position: relative;
    padding: 0 15px 0 35px;
    cursor: pointer;
    font-size: 14px;
}
.social_icon{
    width:25px;
    height: 25px;
    background:url('../img/icon.jpg');
    background-size:140px;
    display: block;
    float: left;
    background-repeat:no-repeat;
    margin-top: -2px;
    opacity: .9!important;
    margin-right: 5px!important;
}
.social_icon-1{
    background-position:-115px 1px;
}
.social_icon-2{
    background-position:-30px 1px;
}
.social_icon-3{
    background:url('../img/g+.jpg');
    background-size:20px;
    background-repeat:no-repeat;
    margin-top: 0;
}
.social_icon-4{
    background:url('../img/linkedin.jpg');
    background-size:23px;
    background-repeat:no-repeat;
    margin-top: 0;
}

@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; font-weight: bold;}
    .zhcooler-index-carousel{
        height: 280px;
    }
    .zhcooler-carousel-div{
        display: none;
    }
    .zhcooler-header-div{
        z-index: 10001;
        height:60px;
        width:60px;
    }
    .zhcooler-header h1{
        display: none;
    }
    .zhcooler-carousel{
        display: none;
    }
}

@media only screen and (max-width:600px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; font-weight: bold;}
    .zhcooler-index-carousel{
        height: 180px;
    }
    .zhcooler-carousel-div{
        display: none;
    }
    .layui-col-xs3{
        display: block;
        min-width: 300px;
        width: 100%;
        margin: 10px auto;
    }
    .layui-col-xs4{
        display: block;
        min-width: 300px;
        width: 100%;
        margin: 10px auto;
    }
    .layui-col-xs6{
        display: block;
        min-width: 300px;
        width: 100%;
        margin: 10px auto;
    }
    .zhcooler-application-list .zhcooler-application-content img{
        width:23%;
    }
    .zhcooler-application-list .zhcooler-application-content div{
        width:77%;
    }
    .zhcooler-pro-list .zhcooler-pro-content img{
        width:23%;
    }
    .zhcooler-pro-list .zhcooler-pro-content div{
        width:77%;
    }
    .zhcooler-product-carousel img{width:100%;display: none;}
    .product-carousel-content{width:100%;display: block;}
    .main .product-content{width:100%;display: block;}
    .main .product-img{width:100%;display: block;}
    .about-body-right{
        display: block;
        width: 100%;
    }
    .about-body-left{
        display: block;
        width: 100%;
    }
    .zhcooler-about-body p img{
        width:100%;
        height:auto;
        margin:10px auto;
        display: block;
    }
    .zhcooler-header-auto a{
        margin-right: 10px;
    }
    .social_icon{
        display: none;
    }
    .product-left{
        min-height: 0px;
    }
}

@media only screen and (max-width:990px){
    #left-menu{
        display: block;
    }
    .dynamic-navigation{
        margin-left: -200px;
    }
    .main{
        width: 100%;
    }
    .zhcooler-contact-right{width: 100%;display: block;margin-bottom: 20px;}
    .zhcooler-contact-left{width: 100%;display: block;}
    .zhcooler-about-body{margin: 0;}
}
@media (min-width: 1024px){
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu{width:265px;}
}
.ul-none ul li{
    list-style:none;
}
