.header ul li:nth-child(1)::after {
    content: "";
    display: block;
    height: 3px;
    background: #fff;
    margin: -3px auto;
}

.banner {
    height: 430px;
    /* position: relative; */
    margin-bottom: 40px;
    /* background-size: contain; */
    background-color: #f2f2f2 !important;
    background-size: 100% 100%;
}
.banner > div {
    padding-top: 215px;
}
.banner > div > div {
    display: inline-block;
    height: 215px;
    border-bottom: 5px solid #000;
    box-sizing: border-box;
}
.banner .banner-l {
    width: 260px;
    padding: 50px 0 0 35px;
    background: url("../img/01.jpg") 0 0 no-repeat;
}
.banner .banner-l h1 {
    font-size: 16px;
    color: #535156;
}
.banner .banner-l b {
    font-size: 40px;
    /* color: #2f9364; */
    margin: 10px 0;
    display: block;
}
.banner .banner-l p {
    color: #464545;
    font-size: 14px;
}
.banner .banner-c {
    width: 690px;
    padding: 65px 0 0 55px;
    background: url("../img/bannerbg.png") 0 0 no-repeat;
    /* background-color:#009787; */
    background-size: 100%;
}
.banner .banner-c li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.banner .banner-c li.active {
    background-color:rgb(0, 0, 0, .2);
}
.banner .banner-c input {
    width: 490px;
    height: 45px;
    border: 0;
    padding-left: 20px;
}
.banner .banner-c button {
    width: 65px;
    height: 45px;
    background-color:rgb(0, 0, 0, .2);
    border: none;
    vertical-align: top;
    margin-left: -2px;
}
.banner .banner-r {
    width: 250px;
    background: url("../img/03.jpg") 0 0 no-repeat;
}

.resources li {
    overflow: hidden;
}

.journ {
    width: 100%;
    background: #f5f5f5;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #e9e9e9;
}

.journ .res-hand,
.resources .res-hand {
    border-bottom: 5px solid #f4f4f4;
    line-height: 34px;
}
.journ .res-hand a,
.resources .res-hand a,
.resources .resources-r h1 a {
    font-size: 10px;
    color: #b6b6b6;
    font-weight: 400;
}
.journ .res-hand span,
.resources .res-hand span {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
}
.journ .res-hand span.active,
.resources .res-hand span.active {
    font-weight: bold;
}
.resources .resources-l {
    width: 390px;
}
.resources .resources-l div span {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.resources .resources-l div span.active {
    /* background: #007577; */
    color: #fff;
}
.resources .resources-l li {
    padding: 13px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.resources .resources-l li a {
    cursor: pointer;
    font-size: 15px;
}
.resources .resources-l li a img{
    width: 25px;
    vertical-align: 0px;
    margin-left: 5px;
}

.resources .resources-l li span {
    color: #9e9e9e;
}
.resources .resources-c div span.active::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    /* background: rgb(16, 155, 168); */
    margin: 0 auto;
}
.resources .resources-c {
    margin: 0 30px;
    width: 355px;
}
.resources .resources-c ul {
    margin-top: 5px;
}
.resources .resources-c li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    min-height: 85px;
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}
.resources .resources-c li img {
    float: left;
    margin: 0 13px;
    height: 36px;
    /*min-width: 29px;*/
    /*min-height: 30px;*/
    /* background-color: #514f4f; */
    
}
.resources .resources-c li a {
    display: block;
    background: 15px center no-repeat;
    font-size: 15px;
}

.resources .resources-c li:nth-child(even) {
    border-left: 1px solid #eeeeee;
}
.resources .resources-c li:nth-last-child(2),
.resources .resources-c li:nth-last-child(1) {
    border-bottom: 0;
}

.resources .resources-r {
    width: 395px;
}

.resources .resources-r h1 {
    /* border-left: 5px solid #188e7b; */
    padding-left: 10px;
    width: 100%;
    height: 26px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 0px;
}

.resources .works img {
    width: 90px;
    height: 125px;
}

.resources .works .workImg {
    margin-right: 8px;
    margin-bottom: 12px;
    display: inline-block;
}

.resources .works .workText {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    margin-top: 7px;
}

.journ {
    height: 280px;
    padding: 30px 0;
}
.journ > div {
    overflow: hidden;
}

.journ > div > div {
    width: 47%;
}

.journ .res-hand {
    border-bottom-color: #ebebeb;
}

.journ div span.active::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: rgb(16, 155, 168);
    margin: 0 auto;
}
.journ li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    font-size: 14px;
    cursor: pointer;
}
.journ .listTop {
    padding: 0px 0 8px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;
}
.journ .listTop > div {
    display: inline-block;
}
.journ .listTop-l {
    width: 75px;
    height: 90px;
    border: 1px solid #ebebeb;
    text-align: center;
    vertical-align: top;
    background: #ffff;
}
.journ .listTop-l p {
    margin: 28px 0 0 0;
    font-size: 13px;
}
.journ .listTop-l span {
    font-size: 16px;
}
.journ .listTop-r {
    width: 80%;
    margin-left: 14px;
}
.journ .listTop-r a {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    margin: 7px 0 10px 0;
    border-bottom: 1px dashed #8c8c8c;
    cursor: pointer;
}
.journ .listTop-r p {
    color: #a2a2a2;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.journ li {
    font-size: 13px;
    margin-top: 12px;
    overflow: hidden;
}

.column {
    margin-top: 30px;
    margin-bottom: 25px;
    overflow: hidden;
}
.column .column-head {
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 30px;
    /* border-left: 5px solid #188e7b; */
}
.column .column-head span {
    font-size: 16px;
    /* font-weight: 500; */
    padding:0px 10px;
    cursor: pointer;
}
.column .column-head .active{
    font-weight: 500;
    display: inline-block;
}
.column .column-head .active::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    /* background: #188e7b; */
    margin: 8px auto 0 auto;
}

.column .column-head > a {
    color: #adadad;
    font-size: 10px;
    margin-left: 25px;
}
.column .medical{
    min-height: 212px;
}
.column .medical a {
    display: inline-block;
    width: 13.2%;
    margin-right: 1%;
}
.column .medical img {
    width: 100%;
}

/* .column .column-head span.swiper-pagination-bullet-active {
    width: 40px;
    height: 14px;
    border-radius: 15px;
    background: #ff9d26;
}

.column .swiper-container {
    height: 190px;
} */
/* .column .swiper-container .swiper-wrapper div {
    width: 135px !important;
    height: 190px;
    border-radius: 0;
    float: left;
} */
/* .column .swiper-container .swiper-wrapper div img {
    width: 135px;
    height: 170px;
} */

/* 会动的飘窗 */
#roll {
    width: 420px;
    position: fixed; /*fixed实现绝对定位*/
    cursor: pointer;
    padding: 10px;
    color: #fff;
    text-indent: 2em;
    border-radius: 10px;
    z-index: 99;
    display: none;
    /* background: url("../img/rollbj.png") 0 0 no-repeat; */
    padding: 30px 50px;
    line-height: 23px;
    background-size: 100% 100%;
    box-sizing: content-box;
}
#roll h1 {
    text-align: center;
    font-size: 26px;
    color: #fff;
}

#roll p {
    margin-top: 20px;
}
#roll p span,
#roll p {
    color: #ffffff;
    font-size: 16px !important;
}
#roll img {
    height: 13px;
    width: 13px;
    float: right;
    margin-right: 5px;
}
.noDataImg{
    width: 140px !important;
    margin-top: 40px;
    height: 95px !important;
}