/*------------------------------------------------------------------
User:    梦龙
网站建设、软件开发，请联系：15896888821  梦龙
木易科技
-------------------------------------------------------------------*/

/** Global classes**/
html,
body {
    height: 100%;
}

*,
*:after,
*:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

input, button {
    outline: none;
}

body {
    font-family: "Microsoft Yahei", 微软雅黑, arial, 宋体, sans-serif;
}

a {
    cursor: pointer;
    color: #4d4d4d;
}

a:hover {
    color: #525252;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
    box-shadow: none !important;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #4d4d4d;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}

em {
    font-style: normal;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.clear {
    clear: both;
}

.clear:after,
.clear:before {
    content: '';
    clear: both;
    display: table;
}

.header {
    background: url("../images/head_bg.jpg") repeat-x;
}

.header .now-date-time {
    position: absolute;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    left: 0;
    background-color: rgb(0, 0, 0, 0.3);
}

.header .header-flex {
    display: flex;
    justify-content: space-between;
}

.header .header-flex .search {
    margin-top: 110px;
    display: flex;
}

.header .header-flex .search .input {
    height: 38px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: middle;
    border: 1px solid #DBDBDB;
    width: 205px;
    padding-left: 10px;
    padding-right: 20px;
}

.header .header-flex .search .input {
    border: none;
}

.header .header-flex .search .search-btn {
    width: 38px;
    height: 38px;
    margin-left: 1px;
    cursor: pointer;
    background-color: #00585a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-flex .search .search-btn button {
    background-color: inherit;
    outline:none;
    cursor: pointer;
    border: none;
}

.header .header-flex .search .search-btn:hover {
    background-color: #01484a;
}

.header .header-flex .search .search-btn img {
    width: 28px;
}

.menu-list {
    background-color: #00585a;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25) !important;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 13px 20px;
}

.navbar-dark .navbar-nav .nav-link a {
    color: #ffffff;
}

.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #00585a;
}

.index-main {
    width: 100%;
}

.index-main .swiper-list {
    padding: 0;
}

.index-main .swiper-list .carousel-inner,
.index-main .swiper-list .carousel-inner .carousel-item {
    height: 321px;
}

.index-main .swiper-list .carousel-inner img {
    width: 100%;
    max-height: 100%;
}

.index-main .swiper-list .carousel-inner .carousel-caption {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-main .card-box .card-head {
    background-color: #f6f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-main .card-box .card-head .more {
    padding-right: 15px;
}

.index-main .card-box .card-head .more a {
    color: #ada3a1;
}

.index-main .card-box .card-head .nav-pills .nav-link.active {
    position: relative;
    color: #ffffff;
    border-radius: 0;
    background-color: #006d6f;
}

.index-main .card-box .card-head .nav-pills .triangle.active::after {
    content: '';
    border-top: solid 8px #006d6f;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    bottom: -8px;
    margin-right: -8px;
    right: 50%;
    position: absolute;
    width: 0;
    height: 0;
}

.index-main .card-box .card-head .nav-pills .nav-link {
    border-radius: 0;
    color: #242424;
}

.index-main .card-box .tab-list {
    padding-top: 20px;
}

.index-main .card-box .tab-list ul li {
    line-height: 42px;
    border-bottom: 1px dashed #c4c4c4;
}

.index-main .card-box .tab-list ul li a {
    color: #5b5b5b;
    display: flex;
    justify-content: space-between;
}

.index-main .card-box .tab-list ul li a .title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-main .card-box .tab-list ul li a:hover {
    color: #006d6f;
}

.index-main .card-box .tab-list ul li a .timer {
    color: #a5a5a5;
}

.dropdown-toggle::after {
    margin-left: 0px !important;
}

.index-main .row-two .row-two-three .adv-one {
    margin-bottom: 15px;
}

.index-main .row-two .row-two-three .adv-three {
    display: flex;
    justify-content: space-between;
}

.index-main .row-two .row-two-three .index-adv-list .adv-item {
    margin-top: 12px;
    text-align: center;
}

.index-main .row-two .row-two-three .index-adv-list img {
    max-width: 100%;
}

.index-main .banner {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.index-main .banner .banner-one {
    padding-left: 0;
    padding-right: 0;
}

.index-main .banner .banner-one img {
    width: 100%;
}

.index-main .row-fourth .row-fourth-one {
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-main .row-fourth .row-fourth-one .carousel-control-next, .index-main .row-fourth .row-fourth-one .carousel-control-prev {
    opacity: 1;
    width: 50px;
}

.index-main .scroll_horizontal {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .index-main .scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .index-main .scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
  }

  .index-main .scroll_horizontal .list li {
    float: left;
    list-style: none;
    width: 190px;
  }
  .index-main .scroll_horizontal .list li img {
    width: 180px;
    max-height: 120px;
  }
  .index-main .scroll_horizontal .list li .title {
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5b5b5b;
  }
  

  .index-main .scroll_horizontal .prev,

  .index-main .scroll_horizontal .next {
    position: absolute;
    top: 20%;
    width: 40px;
    height: 50px;
    background-image: url("../images/control.png");
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
    z-index: 1;
  }

  .index-main .scroll_horizontal .prev {
    left: 5px;
    background-position: 0 0;
  }

  .index-main .scroll_horizontal .next {
    right: 5px;
    background-position: -40px 0;
  }

  .index-main .scroll_horizontal .prev:hover {
    background-position: 0 -50px;
  }

  .index-main .scroll_horizontal .next:hover {
    background-position: -40px -50px;
  }

.friendly-link {
    height: 70px;
    background-color: #006d6f;
}

.friendly-link .links {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.friendly-link .links .dropdown {
    flex: 1;
}

.friendly-link .links .dropdown-toggle {
    width: 90%;
    background-color: #4d999a;
    border-radius: 0;
    border-color: #ffffff;
    color: #ffffff;
}

.footer {
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer .flex-between {
    display: flex;
    justify-content: center;
}

.footer .flex-between a {
    margin: 0 5px;
}

/* list */
.box-wrap {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 3px solid #00585a;
    margin-bottom: 15px;
}

.box-wrap .wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-wrap .wrap-header .title {
    color: #00585a;
}

.box-wrap .wrap-header a {
    color: #333;
    font-size: 14px;
}

.box-wrap .wrap-body ul li {
    line-height: 42px;
    border-bottom: 1px dashed #c4c4c4;
}

.box-wrap .wrap-body ul li a {
    color: #5b5b5b;
    display: flex;
    justify-content: space-between;
}

.box-wrap .wrap-body ul li a .title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-wrap .wrap-body ul li a:hover {
    color: #006d6f;
}

.box-wrap .wrap-body ul li a .timer {
    color: #a5a5a5;
}

.box-wrap .wrap-foot .pagination {
    justify-content: center;
}

.box-wrap .wrap-foot .page-link {
    color: #00585a;
    padding: 5px 10px;
}

.box-wrap .wrap-foot .page-item.active .page-link {
    background-color: #00585a;
    border-color: #00585a;
    color: #ffffff;
}

.box-wrap .wrap-foot .page-item.disabled .page-link {
    color: #7f7f7f;
}

/* 搜索页 */
.search-info .search-wrap {
    width: 100%;
}

.search-list .search-none {
    text-align: center;
    margin: 30px 0;
}

.search-info .search-wrap .search-box {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.search-info .search-wrap .search-box .input {
    height: 38px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #00585a;
    width: 90%;
    padding-left: 10px;
    padding-right: 20px;
}

.search-info .search-wrap .search-box .search-btn {
    width: 38px;
    height: 38px;
    cursor: pointer;
    margin-left: -10px;
    background-color: #00585a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-info .search-wrap .search-box .search-btn:hover {
    background-color: #01484a;
}

.search-info .search-wrap .search-box .search-btn img {
    width: 28px;
}

.small-wrap + .small-wrap {
    margin-top: 15px;
}

.small-wrap .wrap-body {
    padding: 20px 0 0 0;
}

.breadcrumb {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* detail */
.detail .box-wrap .wrap-info {
    padding: 10px 20px 20px;
    font-size: 14px;
    min-height: 500px;
    text-align: justify;
}

.detail .box-wrap .wrap-info h3 {
    font-size: 24px;
    text-align: center;
    width: 88%;
    margin: 20px auto;
    line-height: 30px;
}

.detail .box-wrap .wrap-info .desc-remark {
    background: #F6F6F6;
    width: 90%;
    margin: 0 auto 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #686666;
    font-size: 12px;
}

.detail .box-wrap .wrap-info .desc-remark span {
    padding: 0 10px;
}

.detail .box-wrap .wrap-info .info-desc {
    width: 100%;
    padding-bottom: 15px;
    display: inline-table;
}

.detail .box-wrap .wrap-info .info-desc table {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0 auto;
    float: none;
}

.detail .box-wrap .wrap-info .info-desc table td {
    border: 1px solid #000;
    text-indent: 0;
}

.detail .box-wrap .wrap-info .info-desc img {
    max-width: 100%;
}

/* 手机端 */
@media (max-width: 576px) {
    .header {
        height: 160px;
    }

    .header .logo {
        padding-top: 50px;
        text-align: center;
    }

    .header .logo img {
        width: 100%;
    }

    .header .header-flex .search {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        margin: 10px 0;
        padding: 6px 15px;
        font-size: 16px;
        color: #ffffff;
        border-color: #ffffff;
    }

    .navbar-dark .navbar-toggler:focus,
    .navbar-dark .navbar-toggler:active:focus {
        outline: none;
        box-shadow: none;
    }

    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-item.active,
    .dropdown-item:active {
        color: #ffffff;
        background-color: #00585a;
    }

    .index-main .swiper-right {
        margin-top: 15px;
    }

    .index-main .row-three .row-three-one .index-video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    /* list */
    .list-main .row-one {
        padding-left: 15px;
    }

    .list-main .row-two {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-main .row-two .small-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .box-wrap .wrap-body {
        padding: 20px 0 20px 0;
    }
    .detail .box-wrap .wrap-info .info-desc img {
      max-width: 100%;
      height: auto !important;
    }
}

/* 平板 */
@media (min-width: 768px) {
    .header {
        height: 150px;
    }

    .header .logo {
        padding-top: 50px;
        text-align: center;
        padding-right: 20px;
    }

    .header .logo img {
        width: 100%;
    }

    .header .header-flex .search {
        margin-top: 62px;
    }

    .navbar-dark .navbar-toggler {
        margin: 10px 0;
        padding: 6px 15px;
        font-size: 16px;
        color: #ffffff;
        border-color: #ffffff;
    }

    .navbar-dark .navbar-toggler:focus,
    .navbar-dark .navbar-toggler:active:focus {
        outline: none;
        box-shadow: none;
    }

    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-item.active,
    .dropdown-item:active {
        color: #ffffff;
        background-color: #00585a;
    }

    .index-main .swiper-list {
        margin-top: 15px;
    }

    .index-main .swiper-right {
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .index-main .row-two .row-two-one,
    .index-main .row-two .row-two-two,
    .index-main .row-fourth .row-fourth-one {
        padding-left: 0;
        padding-right: 0;
    }

    .index-main .row-two .row-two-three,
    .index-main .row-three .row-three-one,
    .index-main .row-three .row-three-two,
    .index-main .row-three .row-three-three {
        padding-left: 0;
        padding-right: 0;
    }

    .index-main .row-three .row-three-one .index-video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    /* list */
    .list-main .row-two {
        margin-top: 15px;
    }

    .list-main .row-one,
    .list-main .row-two,
    .list-main .row-two .small-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .box-wrap .wrap-body {
        padding: 20px 0 20px 0;
    }
}

/* 电脑端 PC */
@media (min-width: 992px) {
    .header {
        height: 238px;
    }

    .header .logo {
        padding-top: 90px;
        text-align: left;
    }

    .header .logo img {
        width: auto;
    }

    .header .header-flex .search {
        margin-top: 110px;
    }

    .menu-list {
        min-height: 55px;
        margin-bottom: 16px;
    }

    .menu-list .navbar-expand-lg .navbar-nav {
        width: 100%;
    }

    .menu-list .navbar-expand-lg .navbar-nav .dropdown,
    .menu-list .navbar-expand-lg .navbar-nav .dropup {
        flex: 1;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 15px 20px;
        color: #ffffff;
        font-size: 18px;
    }

    .dropdown-menu {
        top: 95%;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #ffffff;
        background-color: #00585a;
    }

    .index-main .swiper-right {
        padding-right: 0;
        padding-left: 15px;
    }

    .index-main .row-two {
        margin-top: 20px;
    }

    .index-main .row-two .row-two-one,
    .index-main .row-fourth .row-fourth-one {
        padding-left: 0;
        padding-right: 0;
    }

    .index-main .row-two .row-two-three,
    .index-main .row-three .row-three-one,
    .index-main .row-three .row-three-three {
        padding-left: 0;
        padding-right: 0;
    }

    .index-main .row-three .row-three-one .index-video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .index-main .row-two .row-two-two,
    .index-main .row-three .row-three-two {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* list */
    .list-main .row-one {
        padding-left: 0;
        padding-right: 15px;
    }

    .list-main .list-news .row-one {
        padding-left: 15px;
        padding-right: 0;
    }

    .list-main .row-two {
        margin-top: 0;
    }

    .list-main .row-two,
    .list-main .row-two .small-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .box-wrap .wrap-body {
        padding: 20px 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
