/*html{*/
/*     filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/

/* -webkit-filter: grayscale(100%);*/
/*}*/
.layui-btn {
    background: #2cc030;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #2cc030;
}

.layui-form-select dl dd.layui-this {
    background: #2cc030;
}

.class-title {
    position: relative;
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 15px;
}

.class-title span {
    position: relative;
    padding-bottom: 18px;
}

.class-title span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2cc030;
    z-index: 9;
    left: 0px;
    bottom: -2px;
}

.header {
    position: relative;
    height: 120px;
}

.header .layui-row {
    width: 100%;
}

.header .logo {
    width: 360px;
}

.header .search {
    border: solid 1px #2cc030;
    width: 100%;
}

.header .search .layui-input {
    border: none;
}

.header .layui-btn {
    height: 50px;
    padding: 0 30px;
    background: #2cc030;
    border-radius: 0px;
}

.header .layui-form-select .layui-input {
    padding: 0 0 0 20px;
    color: #999;
}

.header .layui-form-select dl {
    z-index: 999999;
    text-align: center;
    padding: 0px;
    border: none;
    top: 50px;
}

.header .layui-form-select dl dd.layui-this {
    background: #2cc030;
}

.header .layui-form-select .layui-edge {
    right: 30px;
}

.navbtn {
    display: none;
}

.nav-main {
    position: relative;
    background: #fff;
    top: 0;
    z-index: 99998;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

#nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

ul.nav {
    display: inline-flex;
    flex: 1;
}

li.nav-item {
    flex: 1;
}

li.nav-item > a {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    position: relative;
}

li.nav-item > a::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #2cc030;
}

li.nav-item:hover > a, li.nav-item.active > a {
    color: #2cc030;
}

li.nav-item:hover > a::before, li.nav-item.active > a::before {
    display: block;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-left: 115px;
    line-height: 60px;
    /*background: rgba(199, 1, 6, 0.8);*/
    background:  #2cc030;
}

.subMenu > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.subMenu > ul > li > a {
    display: block;
    padding: 0 18px;
    text-align: left;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.subMenu > ul > li > a:hover {
    color: fff;
    background: rgba(0, 0, 0, 0.2);
}

.nav_depart {
    color: #fff;
    line-height: 26px;
    padding: 30px 0px 30px 20px;
}

.nav_depart a {
    color: #fff;
    padding: 0px 8px;
    display: inline-table;
}

.nav_depart a:hover {
    background: rgba(0, 0, 0, 0.2);
}


/*图片*/
.img-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.img-box img {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: #f4f4f4;
}

.img-box i {
    position: absolute;
    color: #fff;
    font-size: 50px;
    z-index: 99;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.img-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.img-box-md {
    height: 280px;
}

.img-box-sm {
    height: 190px;
}

.img-box-xs {
    height: 100px;
}

.img-box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    z-index: 99;
    background: rgba(199, 1, 6, 0.8);
    box-sizing: border-box;
}

/*专题*/
.focus-box {
    position: relative;
    margin: 0 auto;
}

.focus-box .swiper-container {
    max-width: 1920px;
    max-height: 460px;
    overflow: hidden;
}

.focus-box .swiper-slide img {
    height: auto;
    max-width: 100%;
}

.focus-box .swiper-button-next {
    right: 10%;
}

.focus-box .swiper-button-prev {
    left: 10%;
}

.focus-btn {
    width: 1400px;
    z-index: 9999;
}

.focus-next, .focus-prev {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 32px !important;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}

.focus-prev {
    float: left;
}

.focus-next {
    float: right;
}

.focus-next:hover, .focus-prev:hover {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}


/*快速导航*/
.navigation {
    position: relative;
}

.navigation .span1:first-of-type {
    border-left: solid 1px #e4e4e4;
}

.navigation .span1 {
    border-right: solid 1px #e4e4e4;
}

.navigation a {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    overflow: hidden;
}

.navigation a:hover {
    background: #2cc030;
    color: #fff;
}

.navigation i {
    display: inline-block;
    font-size: 46px;
}

.navigation a:hover i {
    animation: rot 0.5s;
    -webkit-animation: rot 0.5s;
}

.navigation a:hover .info {
    color: #fff;
}

.navigation a p {
    margin-top: 5px;
}

/*新闻切换*/
.index-tabbox {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.index-tabbox .tablist {
    position: relative;
    height: 50px;
    border-bottom: solid 1px #e6e6e6;
}

.index-tabbox .tablist a {
    position: relative;
    font-size: 18px;
    line-height: 50px;
    float: left;
    margin-right: 30px;
}

.index-tabbox #tablist1 a {
    margin-right: 0px;
    text-align: center
}

.index-tabbox .tablist a:hover {
    color: #2cc030;
}

.index-tabbox .tablist a.tab-active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
    background: #2cc030;
}

.index-tabbox .tab-content {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.index-tabbox .tab-content .tab-item {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    clear: both;
    display: none;
    transition: all ease .3s;
}

.index-tabbox .tab-content .item-active {
    display: block !important;
}


.index-tabbox .ellipsis2 {
    height: 42px
}


/*通知公告*/
.news-box .layui-tab-content .ellipsis2 {
    height: 42px;
}

.news-box .time {
    width: 44px;
    height: 44px;
    font-size: 12px;
    line-height: 14px;
    border: solid 1px #ccc;
    text-align: center;
    color: #666;
}

.news-box .time strong {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}

.news-box .bui-list li {
    padding: 7px 0;
    border-bottom: dashed 1px #ccc;
}

.news-box .bui-list li:last-child {
    border: none;
}

/*专题*/
.special {
    overflow: hidden;
    height: 160px !important;
}

.special .swiper-slide {
    height: 160px;
}

.special img {
    width: 100%;
    height: 160px !important;
}

/*选项卡样式*/
.layui-tab-title {
    height: 60px;
}

.layui-tab-title li {
    line-height: 60px;
    font-size: 18px;
    width: auto;
    padding: 0;
    margin-right: 30px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #333;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    background: #2cc030;
    height: 3px;
    z-index: 9;
    top: auto !important;
    bottom: -1px;
}


.department-main {
    background: url(../../index/images/bg.jpg) center center no-repeat;
    padding: 30px 0px 60px;
    background-size: cover;
    color: #fff;
    /*opacity: 0.8;*/
}

.department-main a {
    color: #fff;
}

.department-main .title {
    position: relative;
    height: 154px;
    padding-top: 30px;
    letter-spacing: 3px;
    /*background: url(../../index/images/ksdh.png) no-repeat center;*/
}

.department-main .title:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 80px;
    width: 30px;
    margin-left: -15px;
    height: 3px;
    background: #fff
}

.department {
    overflow: hidden;
    margin: 0 auto;
}

.department ul {
    overflow: hidden;
    height: 400px;
}

.department ul li {
    height: 400px;
    float: left;
    width: 128px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    margin-right: 10px;
}

.department ul li .left_top {
    position: absolute;
    left: 0;
    width: 128px;
}

.department ul li .left_top:after {
    content: "-";
    margin-right: 5px;
    bottom: 0;
    font-size: 60px;
}

.department ul li .left i {
    font-size: 50px;
}

.department ul li .left {
    width: 128px;
    background: rgba(0, 0, 0, 0.5);
    height: 400px;
    text-align: center;
    font-size: 18px;
}

.department ul li.on .left_top:after {
    content: "+";
    margin-right: 5px;
    bottom: 0;
    font-size: 60px;
}

.department ul li.on .left {
    background: #2cc030;
    opacity: 1;
    height: 400px;
}

.department ul li .left:hover, .department ul li .left_top:hover {
    cursor: pointer;
}

.department ul li.on {
    /*width: -webkit-calc(100% - 287px);*/
    /*width: -moz-calc(100% - 287px);*/
    /*width: calc(100% - 287px);*/
    width: -webkit-calc(100% - 425px);
    width: -moz-calc(100% - 425px);
    width: calc(100% - 425px);
}

.department ul li.on .right {
    display: flex !important
}

.department ul li .right {
    position: relative;
    height: 400px;
    background: rgba(0, 0, 0, 0.4);
    display: none !important;
}

.department .right dl {
    width: 25%;
    float: left;
    border-right: solid 1px rgba(255, 255, 255, 0.4);
}

.department .right dl a:hover{
    color: #2cc030 !important;
}

.department .right dl:last-child {
    border: none;
}

.department .right dd {
    color: #FFF;
    font-size: 26px;
    border-radius: 5px;
    width: 280px;
    height: 75px;
    margin-bottom: 45px;
    background: #000;
    opacity: 0.5;
}

.department .right dl a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    transition: transform .3s;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.department .right dl a:before {
    content: "•";
    font-weight: bold;
    margin-right: 5px;
}

.department .right dl a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    color: #ff474c;
}


.btn-next, .btn-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #ddd;
}

.btn-next:hover, .btn-prev:hover {
    background: #2cc030;
    border-color: #2cc030;
    color: #fff;
    cursor: pointer;
}

/*新闻列表*/
.news-list {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-list li {
    position: relative;
    padding: 12px 0px 12px 15px;
    width: 100%;
}

.news-list li a {
    font-size: 16px;
    padding-right: 100px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li:after {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    content: '';
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e4e4e4;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.news-list li:hover:after {
    border-left-color: #2cc030;
    top: 50%;
    transform: translate(5px, -50%);
    -webkit-transform: translate(5px, -50%);
}

.news-list li span {
    position: absolute;
    color: #999;
    width: 140px;
    text-align: right;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*图片列表*/
.img-list {
    position: relative;
    overflow: hidden;
    margin: -5px;
}

.img-list li {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    float: left;
    width: -webkit-calc(33.3% - 10px);
    margin: 5px;
}

.img-list .swiper-txt {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 10px;
    z-index: 8;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
}

.img-list li img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.img-list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.img-list li:hover .swiper-txt {
    background: rgb(0, 87, 104, 0.8);
}

.img-list-3 li {
    width: -webkit-calc(33.33% - 10px) !important;
}

.img-list-3 li img {
    height: 220px;
}


/* 图片新闻列表 */
.news-img-list {
    position: relative;
    overflow: hidden;
    margin: -5px;
}

.news-img-list li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    float: left;
    width: -webkit-calc(25% - 20px);
    margin: 10px;
    background: #fff;
    padding-bottom: 20px;
}

.news-img-list li .img-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.news-img-list li .img-box img {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.news-img-list li:hover .img-box img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.news-img-list li:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.news-img-list li h1 {
    font-size: 18px;
    margin: 15px 0;
    padding: 0 20px;
    height: 56px;
}

.news-img-list li p {
    padding: 0px 20px;
}

/* 视频列表 */
.video-list {
    position: relative;
    overflow: hidden;
    margin: -5px;
}

.video-list li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    float: left;
    width: -webkit-calc(33.3% - 20px);
    margin: 10px;
    background: #fff;
    padding-bottom: 20px;
}

.video-list li .img-box {
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.video-list li .img-box i {
    color: #fff;
    font-size: 50px;
    z-index: 99;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.video-list li .img-box img {
    width: 100%;
    height: 245px;
    min-height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.video-list li:hover .img-box img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video-list li:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.video-list li h1 {
    font-size: 18px;
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
}

.video-list li p {
    padding: 0px 20px;
}


#paging {
    margin: 40px auto 0px auto;
    text-align: center;
}

#paging a {
    font-size: 16px;
    /*height: 40px;*/
    /*line-height: 40px;*/
}

#paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #2cc030;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}

#paging .layui-laypage a, #paging .layui-laypage span {
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    overflow: hidden;
}

#paging .layui-laypage a:hover {
    background: #f4f5f6;
    color: #2cc030;
}

.bottom-nav {
    padding: 60px 0;
}

.bottom-nav .bui-box-align-middle {
    margin: -10px;
}

.bottom-nav .span1 {
    padding: 20px;
}

.bottom-nav a {
    display: block;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    margin: 5px !important;
}

.bottom-nav a:hover {
    background: #2cc030;
    color: #fff;
}

.bottom-nav i {
    font-size: 46px;
    display: inline-block;
    color: #2cc030;
    animation: rot 0.5s;
    -webkit-animation: rot 0.5s;
}

.bottom-nav a:hover i {
    color: #fff;
}

.bottom-nav a p {
    margin-top: 5px;
}

.animated-data *:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.animated-data *:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.animated-data *:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated-data *:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated-data *:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animated-data *:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated-data *:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated-data *:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.animated-data *:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.animated-data *:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}


@keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

#huangcao, #jushan {
    width: 100%;
    height: 400px
}

.BMapLabel {
    padding: 7px 10px !important;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #2cc030;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    left: 15px;
    top: -35px;
    position: absolute;
    -moz-user-select: none;
    cursor: inherit;
    white-space: nowrap;
    z-index: 80;
    border-radius: 2px;
}

.BMapLabel:after {
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2cc030;
    content: "";
    position: relative;
    width: 0;
    bottom: -40px;
    left: 0;
}


.Submenu {
    position: relative;
    overflow: hidden;
    line-height: 60px;
}

.Submenu li {
    position: relative;
    float: left;
    text-align: center;
    padding: 0px 20px;
}

.Submenu .active {
    line-height: 60px;
    color: #2cc030;
    border-bottom: solid 2px #2cc030;
}

.Submenu .active a {
    color: #2cc030;
}

.Submenu li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #e4e4e4;
    top: 50%;
    margin-top: -7px;
    right: 0;
}

.Submenu li a:hover {
    color: #2cc030;
}

.Submenu li:last-of-type::after {
    display: none;
}

.header-main {
    background: url(../images/ad2.jpg) center center no-repeat;
    height: 260px;
}

.header-main .name {
    color: #fff;
    font-size: 32px;
    border: solid 2px #fff;
    padding: 10px 30px;
}

.left-main {
    background: url(../../index/images/bg.jpg) center center no-repeat;
    background-size: cover;
    height: 160px;
}

.left-main .name {
    color: #fff;
    font-size: 22px;
    border: solid 2px #fff;
    padding: 10px 30px;
}

.bui-list a {
    line-height: 24px;
}

.container {
    font-size: 16px;
    line-height: 30px !important;
    overflow: hidden;
}

.container img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0px auto !important;
}

.container table {
    width: 100%
}

.container table td {
    border: solid 1px #005c6f
}

.container video, .container object, .container embed {
    margin: 0px auto;
    width: 640px;
    height: 360px;
}

.swiper-container1 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container1 .swiper-container-horizontal > .swiper-pagination-bullets {
    width: auto !important;
    right: 0;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    border-radius: 8px !important;
    background: #2cc030 !important;
}

.swiper-container1 .swiper-txt {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 15px 100px 15px 15px;
    z-index: 8;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.swiper-container1 .right {
    left: auto !important;
    right: 10px;
    width: auto !important;
    bottom: 15px !important
}

.swiper-container1 a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
}

.swiper-slide img {
    max-width: 100%;
}

.about-main {
    color: #fff;
    background: url(../../index/images/bg.jpg) center center no-repeat;
    height: 700px;
}

.about-info .bg-white {
    background: rgba(41, 87, 173, 0.8);
}

.about-title {
    position: relative;
    overflow: hidden;
    font-size: 22px;
    color: #2cc030;
}

.about-no {
    border: solid 4px rgba(199, 1, 6, 0.3);
    font-size: 26px;
    font-weight: bolder;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.about-text {
    position: relative;
}

.about-text::after {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    left: 20px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.about-text div {
    position: relative;
    height: 60px;
    padding-left: 30px;
}

.about-text div::after {
    content: '';
    position: absolute;
    width: 20px;
    top: 50%;
    left: -10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.about-text div span {
    margin: 0 10px;
}

/*跟随鼠标背景*/
.small-banner {
    width: 100%;
    height: 205px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.small-banner h1 {
    width: 100%;
    height: 205px;
    letter-spacing: 8px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.small-banner h1 span {
    position: relative;
    color: #2cc030;
    margin-top: 48px;
    display: inline-block;
    width: 112px;
    line-height: 38px;
    padding: 15px 10px 15px 19px;
    height: 108px;
    background: url(../images/small-title-green.png) center no-repeat;
    box-sizing: border-box;
}

.small-banner-slide {
    height: 205px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.small-banner-slide li {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 205px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
}

.detail-small-banner h1 span {
    color: #2cc030;
    height: 80px;
    line-height: 80px;
    margin-top: 68px;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    background: none;
    box-sizing: border-box;
}

.detail-small-banner h1 span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: url(../images/small-title-green.png) no-repeat right;
    background-size: cover;
}

.detail-small-banner h1 span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: url(../images/small-title-green.png) no-repeat left;
    background-size: cover;
}

/*科室首页*/
.department-nav .search {
    width: 100%;
}

.department-nav .search .layui-input {
    height: 44px;
    border: solid 1px #ddd;
}

.department-nav .layui-btn {
    height: 44px;
    padding: 0 20px;
    background: #2cc030;
    border-radius: 6px;
}

.department-body {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.department-body .block {
    margin: -6px;
    overflow: hidden;
}

.department-body a {
    display: block;
    float: left;
    font-size: 16px;
    margin: 6px;
    width: -webkit-calc(20% - 44px);
    padding: 15px;
    border: solid 1px #E4E4E4;
    text-align: center;
}

.department-body i {
    display: inline-block;
    font-size: 28px;
    background: #2cc030;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
}

.department-body a:hover {
    background: #2cc030;
    color: #fff;
    border-color: #2cc030;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

/*科室详情页*/
.department-detail {
    position: relative;
}

.department-detail img {
    width: 100%;
}

.department-detail .item {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2.4em;
    -webkit-line-clamp: 8;
    max-height: 21em;
}

.department-detail p {
    margin-bottom: 15px;
}

/*专家首页*/
.department-body .img-box-md {
    height: 240px;
}

.jzsjb .layui-table[lay-size=lg] th {
    background: #2cc030;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    border-color: #2cc030;
}

.jzsjb .layui-table tr:hover {
    background: transparent;
    cursor: pointer;
}


/*出诊时间*/
.visittime-fixed {
    position: fixed;
    left: 50%;
    top: 61px;
    width: 1369px;
    z-index: 999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.visittime-title {
    background: #2cc030;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    border-color: #2cc030;
}

.visittime-title div {
    border-right: solid 1px rgba(255, 255, 255, 0.5)
}

.visittime-title div:last-of-type {
    border: none
}

.visittime-box {
    background: #fff
}

.visitinfo {
    padding: 30px
}

.visitinfo img {
    max-width: 800px !important
}

.visitinfo .layui-tab-title {
    min-width: 260px;
    height: auto;
    border: none;
    background: #fff;
    margin-right: 30px;
    overflow: initial !important
}

.visitinfo .layui-tab-title .layui-tab-bar {
    display: none
}

.visitinfo .layui-tab-title li {
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px 30px;
    font-size: 16px;
    border-bottom: solid 1px #f3f5f8;
}

.visitinfo .layui-tab-title li:hover {
    background: rgba(199, 1, 6, 0.1) !important
}

.visitinfo .layui-tab-content {
    border-left: solid 1px #eee
}

.visitinfo .layui-tab-brief > .layui-tab-title .layui-this {
    color: #fff;
    background: #2cc030 !important
}

.visitinfo .layui-tab-brief > .layui-tab-more li.layui-this:after, .visitinfo .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-top: 30px solid transparent;
    border-left: 20px solid #2cc030;
    border-bottom: 30px solid transparent;
    left: auto;
    right: -20px;
    background: transparent;
    width: 0;
    height: 0;
}

#allmap, #allmap1 {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin: 0;
}


.return {
    position: absolute !important;
    top: 0;
    right: 0;
    color: #999 !important;
    border: solid 1px #ddd;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50%;
    text-align: center
}

.return:hover {
    background: #2cc030;
    color: #fff !important;
    border-color: #2cc030;
}


.bui-list > [class*=bui-btn] {
    border: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.bui-list a {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a[class*=bui-btn] {
    display: block;
}

.bui-list a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #2cc030;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.bui-list a:hover:after {
    width: 100%;
    opacity: 1;
}

/*网站底部*/

.froot {
    color: #666;
    font-size: 12px;
    padding-bottom: 30px;
}

.froot .links {
    background: #2cc030;
    color: #fff;
    line-height: 60px;
}

.froot .links a {
    color: #fff;
}

.froot .links a:hover {
    color: #b8e6e4 !important;
}

.froot a {
    color: #666;
}

.froot .nav a {
    margin: 0 5px;
    padding-right: 10px;
    border-right: solid 1px #e4e4e4;
}

.froot .nav a:hover {
    color: #2cc030;
}

.froot .nav a:last-of-type {
    border: none;
}

.froot img {
    width: 120px;
}

/*右侧浮动菜单*/
.rightmenu {
    position: fixed;
    right: 40px;
    height: 410px;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.rightmenu i {
    color: #8f8f8f;
}

.rightmenu .menu {
    position: relative;
    background: #fff;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-sizing: border-box;
}

.rightmenu .menu:hover {
    background: #2cc030;
    color: #fff;
}

.rightmenu .menu:hover i {
    color: #fff;
}

.rightmenu .menu img {
    display: none;
    width: 140px;
    height: 150px;
    left: -150px;
    top: -60px;
    position: absolute;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rightmenu .menu:hover img {
    display: block;
}

.scroll {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    background: #2cc030;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.scroll i {
    font-size: 30px;
    color: #fff;
}

.rightmenu a p {
    display: none;
}

.rightmenu a:hover p {
    display: block;
}

.rightmenu a:hover i {
    display: none;
}


@media screen and (min-width: 1200px) {
    .layui-container {
        width: 1400px !important;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 1024px) {
    .header {
        height: 120px;
    }

    .header img {
        width: 80%;
        height: auto;
    }

    .erweima img {
        width: 80px;
        height: 80px;
    }

    .swiper-text img {
        width: auto;
        height: 40px;
    }

    .swiper-container1 .swiper-slide img {
        width: 100%;
        height: 480px;
    }

    .swiper-container2 .swiper-slide img {
        width: 100%;
        height: 160px;
    }

    .layui-nav .layui-nav-item a {
        font-size: 16px;
    }

    .swiper-text {
        width: auto;
    }

    .news-img-list li .img-box img {
        height: 180px;
    }

    .navigation .span1 {
        padding: 5px;
    }

    .navigation a {
        padding: 10px;
    }

    .navigation a p {
        font-size: 12px;
    }

    .layui-tab-title li {
        font-size: 14px;
        padding: 0;
    }

    .swiper-container1 .swiper-slide img {
        width: 100%;
        height: 385px;
    }

    .feature .title-box {
        padding: 10px;
    }

    .feature .title a {
        font-size: 14px;
    }

    .img-list li img {
        height: 152px;
    }

    #demo3 {
        height: 314px;
    }

    .kepu-list li img {
        height: 140px;
    }

    .about-main .img-box img {
        height: 170px;
    }

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 415px) {
    .header, .small-banner, .rightmenu .menu, .navigation a p.info, .froot .links, .froot .nav, .department-main, .Submenu, .bottom-nav, .news-box .layui-tab .layui-col-space20 .layui-col-xs6:nth-child(3), .news-box .layui-tab .layui-col-space20 .layui-col-xs6 .info, .froot-img {
        display: none !important;
    }

    .p60 {
        padding: 10px !important;
    }

    .f22 {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .f28 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .mt20 {
        margin-top: 10px !important;
    }

    .pl30 {
        padding-left: 10px !important;
    }

    .mt40 {
        margin-top: 20px !important;
    }

    .focus-box {
        margin-top: 61px !important;
    }

    .mini-box {
        padding-top: 80px !important;
        margin: 0px !important;
        background: #fff;
    }

    .navigation .span1 {
        border: none !important;
        width: 25% !important;
    }

    .img-box-sm {
        height: 100px;
    }

    .news-box .layui-tab-title {
        display: -webkit-box;
        padding: 0px;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

    .news-box .layui-tab-title li {
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-box-flex: 1;
    }

    .news-box .layui-tab {
        padding: 10px !important;
    }

    .news-box .layui-tab .layui-tab-title li {
        margin: 0px !important;
    }

    .pt40 {
        padding-top: 20px !important;
    }

    .img-box .f18 {
        font-size: 12px !important;
    }

    .special {
        height: 60px !important;
    }

    .special img {
        height: 60px !important;
    }

    .mt60 {
        margin-top: 20px !important;
    }

    .rightmenu {
        right: 10px;
        bottom: 10px;
        top: auto;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }

    .rightmenu .scroll {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .rightmenu .scroll i {
        font-size: 18px;
    }

    .navbtn {
        display: block;
        position: fixed;
        top: 0;
        -moz-box-sizing: border-box;
        transition: all 0.3s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 9999;
        text-align: right;
        padding: 0 15px;
        width: 100%;
        background: #fff;
        line-height: 60px;
        color: #666;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .navbtn img {
        left: 15px;
        height: 40px;
    }

    .navbtn .layui-icon {
        display: inline-block;
        transition: all 0.3s ease;
    }

    .navbtn:hover .layui-icon {
        -webkit-transform: rotateZ(180deg);
    }

    h1 {
        font-size: 20px;
    }

    .bui-list {
        padding: 10px !important;
    }


    .minnavbg {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        position: fixed;
        display: none;
        z-index: 9998;
        bottom: 0;
    }

    .leftNav {
        width: 50%;
        max-width: 400px;
        height: 100%;
        background: #fff;
        position: fixed !important;
        z-index: 99999;
        top: 0;
        left: -55%;
        box-shadow: 0 0 12px #666;
        display: block;
        overflow-y: auto;
    }

    .leftNav ul {
        display: block !important;
        margin-top: 55px;
    }

    .leftNav ul li {
        position: relative;
        text-align: center;
        display: block !important;
        line-height: 50px !important;
    }

    .leftNav ul li a {
        color: #333 !important;
    }

    .leftNav .layui-nav-tree {
        width: 100%
    }

    .leftNav .layui-nav-tree .layui-nav-bar {
        background-color: #fff;
    }

    .froot {
        margin-top: 0px;
        background: transparent;
        padding: 10px !important;
        text-align: center !important;
    }

    .froot .mt30 {
        margin: 15px !important;
    }

    .navigation {
        position: relative;
        overflow: hidden;
        margin: 0px;
        padding: 10px;
        bottom: 0;
    }

    .navigation [class*=bui-box] {
        display: block;
    }

    .navigation .span1 {
        width: 33.3%;
        float: left;
        flex: inherit;
        clear: none;
    }

    .navigation a {
        padding: 10px 5px;
    }

    .img-box i {
        font-size: 40px !important;
    }

    .department-body {
        padding: 10px !important;
    }

    .department-body a {
        width: -webkit-calc(50% - 12px);
        padding: 10px;
    }

    .department-detail .pl60 {
        padding: 0px 30px !important;
    }

    .mini-doctor {
        padding: 10px !important;
        margin: 0 !important;
    }

    .mini-news {
        margin: 0px !important;
        padding: 10px !important;
    }

    .mini-physician {
        padding: 10px !important;
        margin-top: 30px !important;
        background: #fff;
    }

    .focus-box .swiper-slide img {
        height: 140px;
        max-width: 100%;
        transition: 1s linear 2s;
        transform: scale(1, 1);
    }

    .focus-box .swiper-slide-active img, .focus-box.swiper-slide-duplicate-active img {
        transition: 7s linear;
        transform: scale(1, 1);
    }

    .focus-btn {
        width: 100%;
    }

    .focus-next, .focus-prev {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
        font-size: 20px !important;
    }

    .mini-index-doctor {
        padding: 0px 30px !important;
    }


}

@media only screen and (max-width: 320px) {


}

.paging {
    clear: both;
    padding: 30px 0px 70px 0px;
    text-align: center;
    font-size: 14px;
}

