.container-fluid {
    padding: 0;
}
#header-bar {
    background: rgba(255,255,255,.9);
    z-index: 300;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    height: 60px;
}
.top-box {
    border-bottom: 1px solid #dadada;
}

#header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1.logo {
    width: 160px;
    height: 34px;
    background: url("../img/logo.png") no-repeat;
    background-size: auto 34px;
    font-size: 0;
    margin-top: 10px;
    display: inline-block;
}

nav.main-menu {
    display: none;
}

#header span {
    display: block;
    font-size: 17px;
    color: #fff;
    width: 50px;
    float: right;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top:4px;
    background: url(../img/menu-default.png) 50% 50% no-repeat;
    background-size: 24px auto;
}
#header span.active {
    background: url(../img/menu-close.png) 50% 50% no-repeat;
    background-size: 18px 18px;
}
nav.main-menu {
    display: none;
    width:200px;
    height: auto;
    float: none;
    padding: 20px 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: -15px;
    background: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    z-index: 999;
}
nav.main-menu > a {
    width:100%;
    float: none;
}
nav.main-menu  > a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
}
nav.main-menu a.current {
    color: #35b9b3;
    border-bottom: 0;
    font-weight: bold;
}
.hasmore {
    padding-right: 0;
    background: none;
}

.banner {
    background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/banner.png") no-repeat 50% 50%;
    background-size: cover;
    height: 340px;
    text-align: center;
    color: #ffffff;
}

.banner div .title {
    font-size: 32px;
    padding: 100px 0 20px 0;
    line-height: 150%;
    font-weight: bold;
}
@media (max-width: 750px) {
    .banner div .title {
        font-size: 30px;
        padding: 100px 0 20px 0;
        line-height: 150%;
        font-weight: bold;
    }
}

.banner div .desc {
    font-size: 20px;
    line-height: 20px;
    padding-bottom:40px;
}

.banner div button {
    background-color: #35b9b3;
    border: none;
    width: 140px;
    height: 45px;
    margin: 0 10px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
}

.part1 {
    padding-bottom: 80px;
    /*height: 650px;*/
}

.part1 div .title {
    color: #555555;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 60px 0 40px 0;
    font-weight: bold;
}

.part1 div .box {
    width: auto;
    /*width: 280px;*/
    height: 180px;
    background: #f6f6f6;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px -7px;
}

.part1 div .box.box-dark {
    background-color: #35b9b3;
    color: #ffffff;
}

.part1 div .box img {
    width: 60px;
    height: 60px;
}

.part1 div .box .sub-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
}

.part1 div .box .desc {
    font-size: 14px;
}

.part2 {
    /*height: 570px;*/
    padding-bottom: 40px;
    background: #ffff url("https://cdn.minpinyouxuan.com/images/attachment/upload/img/part2/bg.png") no-repeat 50% 0;
    background-size: auto 210px;

}

.part2 div .title {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 60px 0 40px 0;
    font-weight: bold;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        width: 20%;
        float: left;
    }
}

.case {
    display: inline-block;
    width: 100%;
    height: 120px;
    background-size: cover !important;
    margin: 0 0 10px 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #F9F9F9;
    color: #000;
}

.case:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .3);
}

.case.case1 {
    background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/img/part2/bg1.png");
}

.case.case2 {
    background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/img/part2/bg2.png");
}

.case.case3 {
    background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/img/part2/bg3.png");
}

.case.case4 {
    background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/img/part2/bg4.png");
}

.case.case5 {
    background: url("https://cdn.minpinyouxuan.com/images/attachment/upload/img/part2/bg5.png");
}

a.case-content {
    color: #ccc;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #eee;
}

a.case-content > img {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

a.case-content > .case-title {
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
    padding-left: 20px;
}

@keyframes case-bg {
    from {
        background: none;
    }
    to {
        background: rgba(53, 185, 179, 0.9);
    }
}

a.case-content:hover {
    animation: case-bg 0.5s normal;
    background: rgba(53, 185, 179, .9);
    text-decoration: none;
    color: #fff;

}
a.case-content:hover img{
    border: none;
}

.brand-box {
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
}

.brand-img img {
    width: 350px;
    height: 202px;
}

.brand-name {
    height: 40px;
    text-align: center;
    background-color: #eeeeee;
    line-height: 40px;
}

.part3 {
    height: 1060px;
}

#footer {
    /*height: 440px;*/
    background-color: #091522;
    color: white;
}

.footer-content {
    padding: 40px 15px;
}

.footer-logo {
    height: 140px;
    padding-top: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: url("../img/footer/logo.png") no-repeat 0px 50px;
    background-size: 204px auto;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

.copyright a {
    color: white;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu {
    font-size: 12px;
}

.footer-menu .col-lg-1-5 {
    padding: 5px;
}

.footer-menu ul li {
    padding: 5px 0;
}

.footer-menu h6 {
    padding-bottom: 10px;
}

.footer-content .address {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
}

.footer-content .contact {
    padding-top: 50px;
}

#header {
    position: relative;
}
body {
    height: 100%;
}
ul.drop-menu,
ul.drop-menu2{
    position: fixed;
    z-index: 300;
    left: 0px;
    top:auto;
    bottom: 0px;
    width: 100%;
    height: 54px;
    display: flex;
    background: #f5f5f5;
    background-size: 187px auto;
    padding: 0;
    box-sizing: border-box;
}
/*ul.drop-menu2 {*/
    /*left: 750px;*/
    /*width: 218px;*/
    /*height: 158px;*/
    /*display: block;*/
    /*background: url("../img/drop-menu-bg2.png") 0 10px no-repeat;*/
    /*background-size: 218px auto;*/
    /*padding: 25px 0 0 0;*/
    /*box-sizing: border-box;*/
/*}*/

ul.drop-menu li {
    cursor: pointer;
    padding: 4px 10px;
    text-align: center;
}
li.current {
    color: #35b9b3;
}
.sub-banner {
    background-position: 50% 50%;
    background-size: cover;
    height: 220px;
    text-align: center;
    color: #ffffff;
}

.sub-banner div .title {
    font-size: 38px;
    padding: 60px 0 10px 0;
    line-height: 56px;
    font-weight: bold;
}

.sub-banner div .desc {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 58px;
}

.product-container {
    max-width: 1200px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-option {
    margin: 40px 0;
}

/*.product-option .col-xs-6,*/
/*.product-option .col-lg-6,*/
/*.product-option .col-md-12,*/
/*.product-option .col-sm-12{*/
/*padding: 0;*/
/*}*/
.product-option .product-desc {
    padding-left: 10px;
    padding-top: 0px;
}

.product-desc .option-title {
    font-size: 30px;
    color: #555555;
    font-weight: bold;
    line-height: 150%;
    padding: 20px 0 10px 0;
}

.product-desc .option-desc {
    font-size: 14px;
    color: #898989;
    line-height: 180%;
}

.product-img {
    /*width: 550px;*/
    /*height: auto;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-img img {
    width: 100%;
    height: auto;
}

.option-btn img {
    width: 120px;
    height: 40px;
    margin-top: 35px;
}

.demand-title {
    font-size: 30px;
    font-weight: bold;
    color: #555555;
    padding: 80px 0;
    text-align: center;
}

.demand-option-box {
    margin-bottom: 20px;
    min-height: 150px;
}

.demand-option-box .demand-subtitle {
    font-weight: bold;
    font-size: 30px;
    color: #555555;
    padding-bottom: 20px;
}

.demand-option-box .demand-desc {
    font-size: 16px;
    color: #898989;
}

.news-box {
    padding: 15px;
}

.news-hd {
    margin-bottom: 30px;
}
.news-hd img {
    width: 100%;
    height: auto;
}

.news-bd {
}

.news-bd .news-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 150%;
}

.news-bd .news-sign {
    font-size: 14px;
    color: #999999;
    line-height: 150%;
    text-align: right;
    padding: 15px 0;
}

.news-bd .news-sign span {
    padding-left: 15px;
}

.news-bd .news-content {
    font-size: 17px;
    line-height: 180%;
}

.news-bd .news-content p {
    margin: 15px 0;
}

.news-bd .news-content img {
    max-width: 100%;
}
nav.page-nav{
    border: 1px solid #dadada;
    margin-top: 30px;
    display: none;
}
.page-nav-head {
    height: 40px;
    background: #35b9b3;
    color: #ffffff;
    margin-top: 10px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 30px;
}
nav.page-nav a {
    display: block;
    color: #333333;
    height: 40px;
    padding: 0 30px;
    border-bottom: 1px solid #dadada;
    line-height: 40px;
    font-size: 14px;
}
/* 轮播图小屏幕 */
.container-s{
    height:300px
   }

   .container-s  .carousel-item{
    height: 300px;
   }
   .container-s  .carousel-item img{
    height: 300px;
   }
   /* 结束 */
nav.page-nav a:hover {
    color: #35b9b3;
}
nav.page-nav a:last-child {
    border-bottom: 0;
}
.about-title {
    color: #35b9b3;
    font-size: 30px;
    padding: 40px 0 20px 0;
    font-weight: bold;
    text-align: center;
}
.about-company {
    color: #333;
    font-size: 17px;
    line-height: 200%;
    font-weight: normal;
    text-indent: 40px;
}
.contact {
    display: flex;
    justify-content: center;
}
.contact .contact-box {
    height: 122px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 6px 16px 0 rgba(0,0,0,.2);
    display: flex;
}
.phone-text,
.email-text {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.phone-text span,
.email-text span{
    box-shadow: none;
}
.phone-text-hd,
.email-text-hd {
    color: #35b9b3;
    font-size: 24px;
}
.phone-text-bd,
.email-text-bd {
    color: #333333;
    font-size: 20px;
}


.slider {
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}
#sliderNav {
    position: absolute;
    right: 20px;
    top: 190px;
}
#sliderNav a {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    border:0;
}
#sliderNav a.active{
    width: 16px;
    background: #03B3E4;
}
ul#slider li {
    /*width: 1500px;*/
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
ul#slider li .name {
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    color: white;
    text-align: left;
    padding-left: 10px;
}
