body {
    background: #f2f2f2;
}

.img-responsive {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.img-responsive:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ey-column-nav-ul li:first-child {
    display: none;
}

.open>.dropdown-menu .dropdown-submenu .dropdown-menu {
    width: 100%;
}

.carousel-indicators {
    z-index: 1
}

.ey-news,
.ey-product-list {
    padding: 0 !important;
}

.ey-column-nav .dropdown-menu a:first-child {
    display: none
}
.nav-tabs{
    font-size: 18px;
}
.description1 img{display: none}
.description{
    font-size: 15px;
    line-height: 26px;
    margin:15px 0;
}
.description1 *::empty{
    display: none;
}
/*img垂直居中*/
.whimg {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    *position: relative;
    overflow: hidden;
}

.whimg .block1 {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *left: 50%;
    *top: 50%;
}

.whimg .block2 {
    *position: relative;
    *left: -50%;
    *top: -50%;
}

.p30,
.p20 {
    padding: 0 10px;
}

.m20 {
    margin: 0 10px;
}

.navbar-nav .nav-item .nav-link {
    line-height: 22px;
}
 
/*标题*/
.ey-ititle {
    font-size: 18px;
    color: #666;
}

.ey-ititle a {
    color: #666;
}

.ey-ititle b {
    display: block;
    font-size: 30px;
    color: #333;
    margin: 0 0 15px 0;
}
.ey-editor{
    padding:0 30px!important;
    line-height: 1;
}
#dituContent{
    width: 100%!important;
}
/*头部*/
.ey-lmenu,
.ey-container {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ey-nav .navbar-logo {
    height: auto;
    /*background: #006eb2;*/
}

.ey-nav .navbar-logo img {
    max-height: inherit;
    max-width: 100%;
}

.navbar-nav>.nav-item {
    float: none;
}

/*.open>.dropdown-menu {
    display: none;
}*/
.ey-column-nav .open>.dropdown-menu {
    display: block;
}

.open>.dropdown-menu {
    display: block;
}

/*底部*/
.ey-footer {
    background: #535252;
    padding: 50px 0;
    color: #fff;
    margin: 60px 0 0 0;
}

.ey-footer a,
.ey-footer2 a {
    color: #fff;
}

.ey-footer2 {
    background: #3c3b3b;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

/*首页*/
.ey-index-body:nth-of-type(odd) {
    background: #f2f2f2
}

.ey-box1 {
    padding: 30px 0;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
}

.ey-box1 ul li .nr1 {
    color: #fff;
    background: #ffb600;
    padding-left: 7%;
    position: relative;
    z-index: 8;
}

.ey-box1 ul li+li .nr1 {
    background: #006eb2
}

.ey-box1 ul li+li+li .nr1 {
    background: #00c884
}

.ey-box1 ul li .nr1 .ey-icon {
    float: left;
    margin: 0 16px 0 0;
}

.ey-box1 ul li .nr {
    position: relative;

}

.ey-box1 ul li .nr dl {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 7;
    height: 0;
    bottom: 0;
    overflow: hidden;
    padding-bottom: 0px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;

}

.ey-box1 ul li:hover dl {
    padding-bottom: 55px;
    height: auto;
}

.ey-box1 ul li .nr dl dd {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0;
    border-top: #ddd 1px solid;
}

.ey-box1 ul li .nr dl dd img {
    max-width: 100%;
}

.ey-box1 ul li .nr dl dd b {
    font-weight: normal;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #333;
}

.ey-box2 {
    padding: 0 0 30px 0;
}

.ey-box2 .swiper-container {
    padding: 0 0 60px 0;
}

.ey-box2 ul {
    margin: 40px 0 0 0;
}

.ey-box2 ul li {
    width: 100%;
    overflow: hidden;
}

.ey-box2 ul li:hover .channelist {
    bottom: 0;
}

.ey-box2 ul li .channelist {
    position: absolute;
    width: 100%;
    height: 83.5%;
    bottom: -100%;
    left: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ey-box2 ul li .channelist dl {
    border-top: #ddd 1px solid;
}

.ey-box2 ul li .channelist dl dd {
    line-height: 45px;
    margin: 0;
    background: url(../images/navbg.jpg) repeat-x center center;
    border-bottom: #ddd 1px solid;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ey-box2 ul li .channelist dl dd:hover {
    background: #006eb2;
    color: #fff;
}

.ey-box2 ul li .channelist dl dd:hover a {

    color: #fff;
}

.ey-box2 ul li .channelist dl dd a {
    display: block;
    color: #333;
}

.ey-box2 ul li .content {
    display: block;
    margin-right: .9375rem;
    margin-left: .9375rem;
    background: #fff;
    padding: 20px;
    position: relative;
    border: #ddd 1px solid;

}

.ey-box2 ul li img {

    max-width: 100%;
}

.ey-box2 ul li h4 {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ey-box2 ul li:hover h4 {
    border-left: #006eb2 3px solid;
    text-indent: 10px;
}

.ey-box2 ul li p {
    margin: 0;
    color: #666;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*公司简介*/
.ey-box3 .m20 {
    background: #fff;
}

.ey-box3 .ey-box3-r img {
    max-width: 100%;
}

.ey-box3 .ey-ititle {
    font-size: 14px;
    text-transform: uppercase;
}

.ey-box3 .ey-ititle b {
    margin: 0 0 5px 0;
}

.ey-box3 .ey-box3-l {
    padding: 30px;
}

.ey-box3 .ey-box3-l .info {
    margin: 30px 0;
    color: #666;
    line-height: 26px;
    max-height: 280px;
    overflow: hidden;
}

.ey-box3 .ey-box3-l ul li a {
    display: block;
    background: #ddd;
    text-align: center;
    line-height: 40px;
    color: #006eb2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ey-box3 .ey-box3-l ul li a:hover {
    background: #006eb2;
    color: #fff;
}

.ey-box3 .col-lg-6 {}

/*内页*/
.ey-editor {
    padding: 30px;
}

.service_list_met_11_3 .list .item .content {
    padding: 20px;
}

.card>.card-title a {
    color: #333;
}

.ey-product li .card {
    padding: 20px;
}

.ey-product li h4 a {
    color: #333;
}

.ey-product li h4 {
    padding: 10px 0;
}

.ey-product li .desc {
    color: #76838f;
    line-height: 20px;
    height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.ey-nav .navlist .nav-item a {
    color: #656d73;
}

.ey-crumbs {
    /*background: #006eb2;*/
    /*color: #fff;*/
    margin: 0 0 10px 0;

}
.ey-crumbs .row{
    margin:0!important;
}
 .ey-crumbs .container{
    width: 100%!important;
 }
.ey-crumbs .border-bottom {
    border: 0 !important;
}
.ey-nav .dropdown-item:hover{
    background: none!important
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .right {
        float: right !important;
    }

    .p30 {
        padding: 0 30px;
    }

    .p20 {
        padding: 0 20px;
    }

    .m20 {
        margin: 0 20px;
    }

    .pt30 {
        padding: 30px 0;
    }

    .ey-lmenu {
        position: fixed;
        width: 140px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background: #fff;
        overflow-y: auto;
    }

    .ey-container {
        margin-left: 140px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav>.nav-item {
        padding: 0 20px;
    }

    .ey-nav .nav>li>a {
        height: auto;
        text-align: center;
        /*border-top: #656d73 1px solid;*/
        text-align: left;
        font-size: 16px;
        color: #656d73;
    }

    .ey-nav .nav>li:first-child a {
        border: 0;
    }

    .navlist li .ey-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        background: url('../images/icon.png') -250px -170px;
    }

    .navbar-nav>.nav-item.active,
    .navbar-nav>.nav-item:hover {
        background: #006eb2;
        color: #fff !important;
    }

    .navbar-nav>.nav-item.active a,
    .navbar-nav>.nav-item:hover a,
    .navbar-nav>.nav-item a:hover {
        background: none !important;
        color: #fff !important;
    }


    .navlist li+li .ey-icon {
        background-position: -250px -90px;
    }

    .navlist li+li+li .ey-icon {
        background-position: -250px -10px;
    }

    .navlist li+li+li+li .ey-icon {
        background-position: -170px -170px;
    }

    .navlist li+li+li+li+li .ey-icon {
        background-position: -90px -170px;
    }

    .navlist li+li+li+li+li+li .ey-icon {
        background-position: -10px -170px;
    }

    .navbar-default .navbar-nav>.active>.nav-link {
        background: none;
    }

    .navlist li:hover .ey-icon,
    .navlist li.active .ey-icon {
        background-position: -170px -90px;
    }

    .navlist li+li:hover .ey-icon,
    .navlist li+li.active .ey-icon {
        background-position: -170px -10px;
    }

    .navlist li+li+li:hover .ey-icon,
    .navlist li+li+li.active .ey-icon {
        background-position: -90px -90px;
    }

    .navlist li+li+li+li:hover .ey-icon,
    .navlist li+li+li+li.active .ey-icon {
        background-position: -10px -90px;
    }

    .navlist li+li+li+li+li:hover .ey-icon,
    .navlist li+li+li+li+li.active .ey-icon {
        background-position: -90px -10px;
    }

    .navlist li+li+li+li+li+li:hover .ey-icon,
    .navlist li+li+li+li+li+li.active .ey-icon {
        background-position: -10px -10px;
    }

    .navbar-nav>.nav-item>.dropdown-menu {
        position: fixed;
        height: 80%;
        left: 140px !important;
        background: rgba(0, 110, 178, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8006eb2, endColorstr=#C8006eb2);
        border: 0;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: calc(100% - 140px);
        z-index: 999;
    }

    .open>.dropdown-menu .dropdown-submenu .dropdown-menu {
        display: block;
        position: static;
        border: 0;
        background: none;
    }

    .dropdown-item.active .dropdown-item:hover {
        background: none !important;
        /*color:#ff0 !important;*/
        font-weight: bold;

    }

    .dropdown b {
        color: #ff0;
    }

    .open>.dropdown-menu .dropdown-submenu .dropdown-menu {
        height: 180px;
    }

    .ey-nav .dropdown-item,
    .ey-nav .navlist .nav-item .dropdown-item a {
        color: #fff;
        padding: 2px 0;
    }

    .dropdown-menu.dropdown-menu-bullet:after,
    .dropdown-menu.dropdown-menu-bullet:before {
        border: 0;
    }

    .navbar-nav>.nav-item>.nav-link {
        padding: 20px 0 10px 0;
    }

    .ey-nav .nav-item .nav-link:after {
        display: none;
    }


    .ey-crumbs a,
    .ey-crumbs li {
        /*color: #fff !important;*/
    }

    .ey-column-nav {
        background: #f2f2f2 border-bottom: #ddd 1px solid;
    }

    .ey-footer {

        margin: 120px 0 0 0;
    }

    .ey-box2 ul li {
        width: 50%;
    }

    .ey-box3 .ey-box3-r {
        overflow: hidden;
    }

    .ey-box3 .ey-box3-r img {
        max-width: inherit;
        height: 468px;
    }

    .ey-showproduct.pagetype1 .ey-showproduct-head .product-intro h1 {
        margin-top: 30px !important;
    }

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .ey-lmenu {
        width: 200px;
    }

    .ey-container {
        margin-left: 200px;
    }

    .navbar-nav>.nav-item>.dropdown-menu {
        left: 200px !important;
        width: calc(100% - 200px);
    }

    .ey-box2 ul li {
        width: 20%;
    }

    .dropdown-menu .col-lg-3 {
        /* width: 20%; */
    }
    .p50{
        padding:0 5%!important;
    }
    .ey-column-nav .dropdown-menu{
        margin:0
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}