* {
    margin: 0;
    padding: 0;
}

a {
    color: #555;
}

a:hover {
    color: #0067AC;
}


/* 轮播图开始 */

.lunbo {
    width: 100%;
    /*height: 560px;*/
    /*background: black;*/
    /*子绝父相*/
    position: relative;
    /*超出部分全部隐藏，解决横向滚动条*/
    overflow: hidden;
}

.lunbo ul {
    position: absolute;
}

.lunbo ul li {
    /*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
    width: 100%;
    height: 550px;
    float: left;
    background: no-repeat center center;
}

@media only screen and (max-width: 480px) {
    /* .lunbo ul li {
        height: 300px;
        float: left;
        background: no-repeat center center;
        background-size: 480px 280px;
    } */
    /* .lunbo {
        height: 280px !important;
    } */
    .piao{
        display:none;
    }
    .lunbo {
        min-height: 270px;
    }
    .lunbo ul a {
        display: block;
        width: 100%;
        /* max-height: 300px; */
    }
    .lunbo ul a li {
        max-height: 270px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    /* .lunbo ul li {
        height: 300px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    .lunbo {
        height: 300px !important;
    } */
}


/* @media only screen and (max-width: 360px) {
    .lunbo ul li {
        height: 300px;
        float: left;
        background: no-repeat center center;
        background-size: 390px 230px;
    }
    .lunbo {
        height: 230px !important;
    }
} */

.lunbo ol {
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 0 !important;
    position: absolute;
    width: 50% !important;
    bottom: 15px;
    left: 33%;
    margin-left: 0 !important;
}

.lunbo ol li {
    border-radius: 0 !important;
    width: 20% !important;
    height: 6px !important;
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition-duration: .3s;
}

.lunbo ol .current {
    /* background: rgba(255, 255, 255, 1); */
    background-color: #0067AC !important;
}

.lunbo i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    /* margin-top: -60px; */
    cursor: pointer;
    border-radius: 50%;
    display: block;
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.31) !important;
}

.lunbo .left {
    left: 60px;
    background: url("https://www.surewestdirectories.com/asset/img/right_jt.png") no-repeat center;
    background-size: 50%;
}

.lunbo .right {
    right: 60px;
    background: url("https://www.surewestdirectories.com/asset/img/left_jt.png") no-repeat center;
    background-size: 50%;
}


/* 轮播图结束 */


/* 小导航开始 */

.xiaodaohang {
    width: 100%;
    background-color: #efefef;
    position: absolute;
    z-index: 30;
}

.bx {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.xdh {
    width: 35px;
    height: 35px;
    /* transition: all 0.2s; */
}

.waiw {
    float: left;
    margin-left: 10%;
}

.xiaodaohang .bx div:first-child {
    margin-left: 0;
}

.yuan {
    margin: 0 auto;
    margin-top: 10px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    line-height: 63px;
}

.xwz {
    float: none !important;
    width: 100%;
    margin-left: 0% !important;
}

.xwz a {
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}

.xdh1 {
    width: 35px;
    height: 35px;
    /* transition: all 0.2s; */
    display: none;
}

.yuan:first-child:hover {
    background-color: #0067AC;
}

.yuan:hover .xdh1 {
    display: inline !important;
}

.yuan:hover .xdh {
    display: none;
}


/* .xiaodaohang .bx ul li:first-child a {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

} */


/* .xdh:hover {

    transform: scale(1.2);

} */

@media only screen and (max-width: 1199px) {
    .xiaodaohang {
        width: 100%;
        /* height: 100px; */
        background-color: #efefef;
        position: absolute;
        z-index: 30;
    }
    .piao{
        display:none;
    }
    .bx {
        max-width: 90%;
        min-width: 90%;
    }
    .bx ul {
        width: 16.5%;
        float: left;
        margin-left: 0 !important;
        text-align: center;
        color: #555;
        font-size: 16px;
    }
    .xiaodaohang .bx div {
        float: left;
        margin-left: 10.8%;
    }
}

@media only screen and (max-width: 1024px) {
    .xiaodaohang {
        width: 100%;
        background-color: #efefef;
        position: absolute;
        z-index: 30;
    }
    .piao{
        display:none;
    }
    .bx {
        max-width: 90%;
        min-width: 90%;
    }
    .waiw {
        width: 16.5%;
        float: left;
        margin-left: 0 !important;
        text-align: center;
        color: #555;
        font-size: 16px;
    }
    .xwz {
        margin-left: -6% !important;
    }
    .xiaodaohang .bx div:first-child {
        margin-left: 0;
        /* margin: 0 auto; */
        margin-left: 22%;
    }
    .xiaodaohang .bx div {
        float: left !important;
        margin-left: 24.8%;
    }
}

@media only screen and (max-width: 480px) {
    .xiaodaohang {
        width: 100%;
        /* height: 200px; */
        background-color: #efefef;
        position: absolute;
        z-index: 30;
    }
    .piao{
        display:none;
    }
    .bx {
        max-width: 90%;
        min-width: 90%;
    }
    .waiw {
        width: 33.3%;
        float: left;
        margin-left: 0 !important;
        text-align: center;
        color: #555;
        font-size: 16px;
    }
    .yuan {
        margin: 0 auto;
        margin-top: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FFF;
        text-align: center;
        line-height: 48px;
    }
    .xdh {
        width: 25px;
        height: 25px;
    }
    .xdh1 {
        width: 25px;
        height: 25px;
    }
    .xiaodaohang .bx div:first-child {
        margin-left: 0;
        /* margin: 0 auto; */
        margin-left: 32%;
    }
    .xwz {
        margin-left: 0% !important;
    }
}


/* 小导航结束 */


/* 内容上卡开始 */

.neiroshang {
    max-width: 1200px;
    min-width: 1200px;
    height: 300px;
}

.shang1 {
    width: 370px;
    height: 280px;
    float: left;
    margin-top: 15px;
}

.shang2 {
    width: 370px;
    height: 280px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.shang1 .layui-carousel {
    height: 288px !important;
    margin-top: 7px !important;
}

.shang1 .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    opacity: 0 !important;
}

.shang1 .layui-carousel-ind ul {
    background-color: rgba(0, 0, 0, 0) !important;
    top: 11px !important;
    position: absolute;
    z-index: 1000;
    left: 75%;
    width: 23%;
}

.shang1 .layui-carousel-ind li.layui-this {
    background-color: #0067AC !important;
    width: 30px;
    border-radius: 10px;
}

.tpxw {
    position: absolute;
    z-index: 1000;
    top: 90%;
    width: 100%;
    height: 10%;
    text-align: left;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
}

.tpxw p {
    width: 280px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}

.tpxw p:hover {
    color: #0067AC;
}

.tpxw a {
    padding-left: 10px;
    color: #FFFFFF;
    padding-left: 10px;
    color: #FFFFFF;
    width: 99%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img4 {
    width: 55px;
    height: 55px;
    margin-top: 10px;
}

.btjl3 {
    margin-left: 12px;
}

.k2 {
    width: 45px;
    height: 50px;
    margin-top: 15px;
}

.zhong_you div:first-child {
    width: 45px;
    height: 50px;
}

#k2 {
    width: 100%;
    padding-top: 19px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    ;
}

.zhong_you div:first-child {
    padding: 0px !important;
    padding-left: 10px !important;
}

.zhog_zuo {
    width: 50px;
    float: left;
    margin-top: 20px;
}

.zhong_zuo {
    margin-left: -10px;
    margin-top: -24px;
    display: inline-block;
}

.zhong_you {
    width: 86%;
    float: right;
    margin-top: 6px;
}

.wb1 {
    font-size: 16px;
    color: #555555;
    width: 310px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb1:hover {
    color: #0067AC;
}

.wb1 a:hover {
    color: #0067AC;
}

.wb2 {
    font-size: 13px;
    color: #555555;
    font-size: 13px;
    color: #999;
    width: 260px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb2 a {
    color: #999;
}

.wb2:hover {
    color: #0067AC;
}

.wb2 a:hover {
    color: #0067AC;
}

.wz_shang {
    font-size: 26px;
    margin-top: -52px;
    text-align: center;
    color: #555;
    margin-left: 8px;
}

.wz_xia {
    font-size: 12px;
    margin-left: 4px;
    margin-top: -2px;
    color: #555;
}

.shang3 {
    width: 370px;
    height: 280px;
    float: left;
    margin-left: 45px;
    margin-top: 10px;
}

.img2 {
    width: 100%;
    height: 246px;
    /* margin-top: 10px; */
}

.img3 {
    width: 10%;
    height: 250px;
    margin-left: 20px;
    margin-top: 10px;
}

.biaoti {
    font-size: 18px;
    color: #555555;
}

.hengxiang {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 6px;
}

.cuxian {
    width: 75px;
    height: 3px;
    background-color: #0067ac;
    margin-top: -2px;
}

.gengduo {
    font-size: 14px;
    color: #555555;
    margin-top: 5px;
}

.gengduo1 {
    font-size: 14px;
    color: #555555;
    margin-top: 5px;
    padding: 10px;
}

.img1 {
    width: 100%;
    height: 290px;
    margin-top: 10px;
}

.zhezhao {
    position: absolute;
    width: 390px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: -30px;
    z-index: 10;
}

.layui-tab-title {
    margin-top: -19px;
}

.layui-tab-title li {
    line-height: 43px !important;
    font-size: 18px !important;
    color: #555;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #0067ac !important;
    font-size: 18px !important;
}

.ss {
    margin-left: 15px;
}

.zt {
    font-size: 18px !important;
    padding: 0 !important;
    line-height: 50px !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0067ac !important;
}

.juzhong1 {
    width: 78px;
    height: 50px;
}

.biaoti2 li:nth-child(4) div {
    width: 90px;
}

.biaoti2 li:nth-child(4) div img {
    margin-left: 0px;
}

.biaoti2 li:nth-child(5) div {
    width: 105px;
}

.biaoti2 li:nth-child(5) div img {
    margin-left: 0px;
}

@media only screen and (max-width: 1199px) {
    .neiroshang {
        max-width: 90%;
        min-width: 90%;
        width: 400px;
    }
    .piao{
        display:none;
    }
    .shang1 {
        /* margin-top: 100px;

			width: 30%; */
        display: none;
    }
    .shang2 {
        margin-top: 10px;
        width: 45%;
        margin-left: 0 !important;
    }
    .shang3 {
        margin-top: 11px;
        width: 45%;
        margin-left: 9%;
    }
    .zhong_you {
        width: 86%;
    }
}

@media only screen and (max-width: 1024px) {
    .neiroshang {
        max-width: 90%;
        min-width: 90%;
        width: 400px;
    }
    .piao{
        display:none;
    }
    .shang1 {
        /* margin-top: 100px;

			width: 30%; */
        display: none;
    }
    .shang2 {
        margin-top: 10px;
        width: 45%;
        margin-left: 0 !important;
    }
    .shang3 {
        margin-top: 10px;
        width: 45%;
        margin-left: 9%;
    }
    .zhong_you {
        width: 86%;
    }
}

@media only screen and (max-width: 902px) {
    .neiroshang {
        max-width: 100%;
        min-width: 100%;
    }
    .piao{
        display:none;
    }
    .shang1 {
        width: 90%;
        margin-left: 5%;
        display: block;
    }
    .shang2 {
        margin-top: 20px;
        width: 90%;
        margin-left: 5% !important;
    }
    .shang3 {
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    .zhong_you {
        width: 86%;
    }
    .juzhong1 {
        width: 56px;
        height: 50px;
    }
    .biaoti2 li:nth-child(4) div {
        width: 90px;
    }
    .biaoti2 li:nth-child(5) div span {
        margin: 0;
    }
    .biaoti2 li:nth-child(5) div {
        width: 90px;
    }
}

@media only screen and (max-width: 696px) {
    .neiroshang {
        max-width: 100%;
        min-width: 100%;
    }
    .piao{
        display:none;
    }
    .shang1 {
        width: 90%;
        margin-left: 5%;
        display: block;
    }
    .shang2 {
        margin-top: 20px;
        width: 90%;
        margin-left: 5% !important;
    }
    .shang3 {
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    .zhong_you {
        width: 86%;
    }
    .juzhong1 {
        width: 56px;
        height: 50px;
    }
    .biaoti2 li:nth-child(4) div {
        width: 90px;
    }
    .biaoti2 li:nth-child(5) div span {
        margin: 0;
    }
    .biaoti2 li:nth-child(5) div {
        width: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .neiroshang {
        max-width: 100%;
        min-width: 100%;
    }
    .piao{
        display:none;
    }
    .shang1 {
        margin-top: 120px;
        width: 90%;
        margin-left: 5%;
        display: block;
    }
    .shang2 {
        margin-top: 40px;
        width: 90%;
        margin-left: 5% !important;
    }
    .shang3 {
        margin-top: 40px;
        width: 90%;
        margin-left: 5%;
    }
    .zhong_you {
        width: 86%;
    }
    .biaoti2 {
        margin-left: 3.7%;
    }
    .biaoti2 li:nth-child(4) div {
        width: 100%;
    }
    .biaoti2 li:nth-child(5) div {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .shang1 .layui-carousel-ind ul {
        left: 69%;
        width: 30%;
    }
    .tpxw p {
        width: 50%;
    }
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 3px solid #0067ac !important;
}


/* 内容上结束 */


/* 内容中开始 */

.neirozhong {
    max-width: 1200px;
    min-width: 1200px;
    width: 300px;
    margin: 30px auto 0;
}

.xqgd {
    width: 100px;
    height: 40px;
    border: 1px solid #0067AC;
    margin-top: 395px;
    line-height: 40px;
    margin-left: 600px;
    font-size: 14px;
}

.xqgd a {
    color: #0067AC;
}

@media screen and (max-width: 480px) {
    .xqgd {
        width: 100px;
        height: 40px;
        border: 1px solid #0067AC;
        margin-top: 620px;
        line-height: 40px;
        margin-left: 200px;
        font-size: 14px;
    }
}

.btjl {
    margin-top: 10px;
}

.btjl2 {
    margin-top: 15px;
}

.zhong1 {
    width: 370px;
    height: 360px;
}

.zhong1s {
    width: 370px;
    height: 360px;
    margin-top: 89px;
    float: left;
    margin-left: -75px;
}

.zhong2 {
    width: 830px;
    height: 440px;
    float: left;
    margin-top: 10px;
    box-sizing: border-box;
    margin-left: 370px;
    box-shadow: 2px 2px 1px 1px rgba(240, 240, 240, 0.5);
}

.img6 {
    width: 370px;
    height: 440px;
}

.bj_zhezhao {
    width: 370px;
    height: 440px;
    background-color: #0067ac;
    opacity: 0.9;
    position: absolute;
    z-index: 10;
}

.img7 {
    width: 300px;
    height: 180px;
}

.wz3 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    height: 40px;
}

.hx {
    width: 300px;
    height: 380px;
    margin-top: -428px;
    position: absolute;
    z-index: 1000;
    margin-left: 9.5%;
}

.wb3 {
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 12px;
    height: 153px;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.an1 {
    width: 46%;
    height: 55px;
    background: #d6d6d6;
    margin-left: 20px;
    float: left;
    border-radius: 2px;
}

.an1 img {
    margin-top: 13px;
}

.an1 span {
    line-height: 55px;
    color: #555555;
}

.li_this3 {
    width: 46%;
    height: 55px;
    background-color: #0067ac !important;
    float: left;
    border-radius: 2px;
}

.li_this3 span {
    color: #FFFFFF !important;
}

.li_this3 .img11 {
    display: block;
}

.li_this3 .img12 {
    display: none;
}

.biaoti2 {
    margin-left: 9px;
}

.biaoti2 li:nth-child(4) img {
    margin-left: 25px;
}

.biaoti2 li:nth-child(5) img {
    margin-left: 19px;
}

.an span {
    color: #555555;
}

.an2 {
    width: 18%;
    height: 40px;
    background: #d6d6d6;
    margin-left: 11px;
    margin-top: 10px;
    float: left;
    border-radius: 2px;
}

.an2 span {
    color: #555555;
}

.img11 {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    display: none;
}

.img12 {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.tm {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 10px;
}

.liebiao_ul {
    list-style: none;
    margin-left: 1px;
    width: 100%;
}

.liebiao_ul li {
    float: left;
    width: 178px;
    height: 40px;
    border: 1px solid #555;
    margin-left: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 2px;
}

.liebiao_ul li a {
    font-size: 12px;
    color: #555555;
    width: 133px;
    height: 39px;
}

.li_this {
    width: 18%;
    height: 40px;
    background-color: #0067ac !important;
    margin-top: 10px;
    float: left;
}

.li_this span {
    color: #FFFFFF !important;
}

.li_this .img11 {
    display: block;
}

.li_this .img12 {
    display: none;
}

.liebiao {
    position: relative;
}

.liebiao2 {
    position: relative;
}

.liebiao3 {
    position: relative;
}

.liebiao4 {
    position: relative;
}

.liebiao5 {
    position: relative;
}

.liebiao6 {
    position: relative;
}

.txt2 {
    position: absolute;
    left: -370px;
    top: 0;
    z-index: 0;
}

.li_this2 {
    float: left !important;
    width: 178px !important;
    height: 40px !important;
    border: 1px solid #0067ac !important;
    margin-left: 20px !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-top: 20px !important;
    color: #0067ac !important;
    box-shadow: 0px 0px 4px 0px #0067AC;
}

.li_this2 a {
    color: #0067AC !important;
}

@media only screen and (max-width: 1199px) {
    .neirozhong {
        max-width: 100%;
        min-width: 100%;
        width: 800px;
    }
    .zhong2 {
        width: 90%;
        height: 520px;
        float: left;
        margin-top: 10px;
        margin-left: 5%;
        box-sizing: border-box;
        border: 1px solid rgba(240, 240, 240);
        box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 0.5);
    }
    .b1 {
        width: 90%;
    }
    .zhong1 {
        display: none;
    }
    .liebiao2 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .neirozhong {
        max-width: 100%;
        min-width: 100%;
        width: 800px;
    }
    /* .img2 {

        margin-left: -75px;

    } */
    .liebiao_ul li {
        float: left;
        width: 21.6%;
        height: 40px;
        border: 1px solid #555;
        margin-left: 14px;
        text-align: center;
        line-height: 40px;
        margin-top: 20px;
        overflow: hidden;
    }
    .li_this2 {
        float: left !important;
        width: 21.6% !important;
        height: 40px !important;
        border: 1px solid #0067ac !important;
        margin-left: 14px !important;
        text-align: center !important;
        line-height: 40px !important;
        margin-top: 20px !important;
        color: #0067ac !important;
        box-shadow: 0px 0px 4px 0px #0067AC;
    }
    .zhong2 {
        width: 90%;
        height: 380px;
        float: left;
        margin-top: 10px;
        margin-left: 5%;
        box-sizing: border-box;
        border: 1px solid rgba(240, 240, 240);
        box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 0.5);
    }
    .b1 {
        width: 90%;
    }
    .zhong1 {
        display: none;
    }
    .zhong1s {
        display: none;
    }
    .liebiao2 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 696px) {
    .neirozhong {
        max-width: 100%;
        min-width: 100%;
        width: 800px;
    }
    .zhong2 {
        width: 90%;
        height: 580px;
        float: left;
        margin-top: 10px;
        margin-left: 5%;
        box-sizing: border-box;
        border: 1px solid rgba(240, 240, 240);
        box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 0.5);
    }
    .liebiao2 {
        width: 100%;
    }
    .liebiao {
        width: 100%;
    }
    .zhong1 {
        display: none;
    }
    .biaoti2 {
        width: 98%;
    }
    .biaoti2 li:nth-child(1) {
        margin-left: 1%;
    }
    .biaoti2 li img {
        display: none !important;
    }
    .biaoti2 li {
        width: 60px;
        height: 30px;
        background-color: #FFFFFF;
        overflow: hidden;
    }
    .tm {
        line-height: 30px;
        color: #000000;
        font-weight: 500;
    }
    .li_this img {
        display: none;
    }
    .an1 {
        width: 43%;
    }
    .liebiao_ul li {
        width: 43%;
        overflow: hidden;
    }
    .li_this2 {
        width: 43% !important;
    }
    .liebiao_ul {
        width: 99%;
    }
    .biaoti2 {
        margin-left: 5%;
    }
    .biaoti2 li {
        width: 16% !important;
    }
    .liebiao2 {
        margin-left: 0px;
    }
    /* .img2 {

        margin-left: -75px;

    } */
}

@media only screen and (max-width: 480px) {
    .neirozhong {
        max-width: 100%;
        min-width: 100%;
        width: 800px;
    }
    .zhong2 {
        width: 90%;
        height: 100%;
        float: left;
        margin-top: 10px;
        margin-left: 5%;
        padding-bottom: 20px;
        box-sizing: border-box;
        border: 1px solid rgba(240, 240, 240);
        box-shadow: 0px 0px 0px 0px rgba(240, 240, 240, 0.5);
    }
    .zhong1s {
        display: none;
    }
    .an2 {
        width: 18%;
        height: 40px;
        background: #d6d6d6;
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        border-radius: 2px;
    }
    /* .img2 {

        margin-left: -75px;

    } */
    .liebiao2 {
        width: 100%;
    }
    .liebiao {
        width: 100%;
    }
    .zhong1 {
        display: none;
    }
    .biaoti2 {
        width: 98%;
    }
    .biaoti2 li:nth-child(1) {
        margin-left: 1%;
    }
    .biaoti2 li img {
        display: none !important;
    }
    .biaoti2 li {
        width: 60px;
        height: 30px;
        background-color: #FFFFFF;
        overflow: hidden;
        border-radius: 2px;
    }
    .tm {
        line-height: 30px;
        color: #000000;
        font-weight: 500;
    }
    .li_this img {
        display: none;
    }
    .an1 {
        width: 43%;
        margin-left: 4.65%;
    }
    .liebiao_ul li {
        width: 43%;
        overflow: hidden;
    }
    .li_this2 {
        width: 43% !important;
    }
    .liebiao_ul {
        width: 99%;
    }
    .biaoti2 {
        margin-left: 3.7%;
    }
    .biaoti2 li {
        width: 16% !important;
    }
    .liebiao2 {
        margin-left: 0px;
    }
    .btjl {
        margin-top: 40px;
    }
    .btjl2 {
        margin-top: 45px;
    }
    .neiroxia .btjl {
        margin-top: 10px;
    }
    .neiroxia .btjl2 {
        margin-top: 10px;
    }
}


/* 内容中结束 */


/* 医生轮播 */

.zz {
    min-width: 1200px;
    max-width: 1200px;
    margin: 125px auto;
}

.yslb {
    min-width: 1200px;
    max-width: 1200px;
    float: left;
    margin-top: -70px;
}


/*医生轮播*/

.aca_cen_right .ace_tit {
    position: relative;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #dddddd;
    margin-top: 40px;
}

.aca_cen_right .ace_tit .tit {
    color: #555555;
    font-size: 18px;
    float: left;
    border-bottom: solid 3px #0067AC;
    margin-top: -1.5px;
}

.aca_cen_right .ace_tit .gengduo {
    float: right;
}

.aca_cen_right>.layui-tab-content {
    line-height: 24px;
}


/*科室医生滑动*/

.picScroll-left {
    margin: 20px 0 0 5px;
    position: relative;
    height: 60%;
}

.picScroll-left .hd {
    position: absolute;
    height: 50px;
    top: 410px;
    margin-bottom: 20px;
}

.picScroll-left .hd .dots {
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
    top: 68px;
    transform: translate(-50%, -50%);
    display: flex;
}

.picScroll-left .hd .dots .prev,
.picScroll-left .hd .dots .next {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left .hd .dots ul {
    margin-top: 19px;
}

.picScroll-left .hd .dots ul li {
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
}

.picScroll-left .hd .dots ul li.on {
    height: 13px;
    border-radius: 13px;
    background-color: #0067AC;
    width: 40px;
    color: rgba(0, 0, 0, 0);
}

.picScroll-left .bd {
    margin-top: 20px;
}

.picScroll-left .bd ul>div {
    margin-right: 1px;
}

.picScroll-left .bd ul>div:last-child {
    margin-right: 0px;
}


/*远点滚动块*/

.yslb .layui-carousel-ind {
    top: 5% !important;
}

.yslb .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.yslb .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -38px;
}

.yslb .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -38px;
}

.yslb .layui-carousel:hover .layui-carousel-arrow {
    left: -38px;
}

.yslb .layui-carousel-arrow {
    top: 45% !important;
    width: 50px;
    height: 70px;
    border-radius: 0px;
}

.dots ul {
    display: none;
}

@media screen and (max-width: 1199px) {
    .picScroll-left {
        width: 90%;
    }
    .aca_cen_right .ace_tit {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .picScroll-left {
        width: 92%;
        margin-left: -3%;
    }
    .aca_cen_right .ace_tit {
        width: 98%;
    }
    .zz {
        margin: 190px auto;
    }
    .dots ul {
        display: none;
    }
}


/* 医生轮播 */


/* 内容下开始 */

.neiroxia {
    max-width: 1200px;
    min-width: 1200px;
    width: 200px;
    margin: 10px auto 0;
}

.xia {
    width: 1200px;
    height: 200px;
    float: left;
}

.hz1 {
    width: 291px;
    height: 180px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.xia div:first-child {
    margin-left: 0 !important;
}

.hz2 {
    float: left;
    width: 270px;
    height: 160px;
    margin: 20px 0;
    margin-left: 40px;
    overflow: hidden;
}

.img5 {
    width: 270px;
    height: 160px;
    overflow: hidden;
    transition: all 0.6s;
}

.img5:hover {
    transform: scale(1.2);
}

.zhuanti {
    position: absolute;
    width: 270px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 30px;
    color: #FFF9EC;
    font-size: 14px;
    margin-top: -30px;
    z-index: 10;
    overflow: hidden;
}

@media screen and (max-width: 1190px) {
    .neiroxia {
        max-width: 100%;
        min-width: 100%;
        margin: 10px auto 0;
    }
    .xia {
        width: 90%;
        margin-left: 6%;
    }
    .xia div:last-child {
        display: none;
    }
    .zhuanti {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .neiroxia {
        max-width: 100%;
        min-width: 100%;
        margin: 10px auto 0;
    }
    .xia {
        width: 90%;
        margin-left: 6%;
    }
    .xia div:last-child {
        display: none;
    }
    .zhuanti {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .neiroxia {
        max-width: 100%;
        min-width: 100%;
        margin: 10px auto 0;
    }
    .xia {
        width: 90%;
        margin-left: 6%;
    }
    .xia div:last-child {
        display: none;
    }
    .zhuanti {
        display: block !important;
    }
    .xia div:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 696px) {
    .neiroxia {
        max-width: 100%;
        min-width: 100%;
        height: 1480px;
        margin: 10px auto 0;
    }
    .xia div:last-child {
        display: block;
    }
    .b1 {
        width: 90%;
    }
    .xia {
        width: 90%;
        height: 300px;
        float: left;
        margin-left: 5%;
    }
    .img5 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: all 0.6s;
    }
    .hz2 {
        float: left;
        width: 100%;
        height: 85%;
        margin-left: 12px;
        margin-top: 10px;
        overflow: hidden;
    }
    .zhuanti {
        position: absolute;
        width: 90%;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 40px;
        color: #FFF9EC;
        font-size: 14px;
        margin-top: -40px;
        z-index: 10;
    }
    .hz2 {
        float: left;
        width: 100%;
        height: 80%;
        margin-left: 0px;
        margin-top: 20px;
        overflow: hidden;
    }
    .xia div:nth-child(3) {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .neiroxia {
        max-width: 100%;
        min-width: 100%;
        height: 1480px;
        margin: 0 auto;
    }
    .xia div:last-child {
        display: block;
    }
    .b1 {
        width: 90%;
        margin-top: 0px !important;
    }
    .xia {
        width: 90%;
        height: 300px;
        float: left;
        margin-left: 5%;
    }
    .img5 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: all 0.6s;
    }
    .hz2 {
        float: left;
        width: 100%;
        height: 85%;
        margin-left: 12px;
        margin-top: 10px;
        overflow: hidden;
    }
    .zhuanti {
        position: absolute;
        width: 90%;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 40px;
        color: #FFF9EC;
        font-size: 14px;
        margin-top: -40px;
        z-index: 10;
    }
    .hz2 {
        float: left;
        width: 100%;
        height: 80%;
        margin-left: 0px;
        margin-top: 20px;
        overflow: hidden;
    }
    .xia div:nth-child(3) {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .zz {
        max-width: 100%;
        min-width: 100%;
        margin: 230px auto;
    }
}

@media screen and (max-width: 480px) {
    .zz {
        max-width: 100%;
        min-width: 100%;
        margin: 230px auto;
    }
}

@media screen and (max-width: 480px) {
    .layui-col-xs12 {
        width: 90% !important;
        margin-left: 5% !important;
    }
}

@media screen and (max-width: 460px) {
    .picScroll-left .hd .dots ul li.on {
        height: 10px;
        border-radius: 10px;
        width: 16px;
    }
    .picScroll-left .hd .dots ul li {
        width: 8px;
        height: 8px;
    }
}


/* 内容下结束 */


/* 划过特效 */

@media only screen and (min-width:1200px) {
    /* 特效 */
    .zdzk li {
        width: 165px;
        height: 40px;
        position: relative;
        overflow: hidden;
    }
    .zdzk li a {
        display: inline-block;
        text-transform: uppercase;
    }
    .zdzk li:hover {
        width: 163px;
        height: 38px;
        color: #0067AC;
        border: 1px solid #0067AC;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .zdzk li:hover {
            width: 163px;
            height: 38px;
            color: #0067AC;
            border: 1px solid #0067AC;
            transition-delay: 1s;
        }
    }
    .zdzk li span {
        position: absolute;
        display: block;
    }
    .zdzk li span:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, transparent, #0067AC);
    }
    .zdzk li:hover span:nth-child(1) {
        left: 100%;
        transition: 0.5s;
    }
    .zdzk li span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom, transparent, #0067AC);
    }
    .zdzk li:hover span:nth-child(2) {
        top: 100%;
        transition: 0.5s;
        transition-delay: 0.25s;
    }
    .zdzk li span:nth-child(3) {
        right: -100%;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, transparent, #0067AC);
    }
    .zdzk li:hover span:nth-child(3) {
        right: 100%;
        transition: 0.5s;
        transition-delay: 0.5s;
    }
    .zdzk li span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to top, transparent, #0067AC);
    }
    .zdzk li:hover span:nth-child(4) {
        bottom: 100%;
        transition: .25s;
        transition-delay: 0.75s;
    }
}