@charset "utf-8";

body {
    margin: 0px;
    font-size: 14px;
    color: #444;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    background: #f6f6f6;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    list-style: none;
    font-weight: normal;
}

input,
select,
button {
    font-size: 12px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
}

button {
    overflow: visible
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #014d98;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #666;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #014d98;
}

::-webkit-scrollbar-thumb:active {
    background-color: #014d98;
}


.cont {
    width: 80%;
    margin: 0px auto;
}

.m_25 {
    margin-top: 25px;
}

.m_15 {
    margin-top: 0px;
}

@media only screen and (max-width:992px) {
    .cont {
        width: 90%;
    }

}

.sy_db {
    width: 100%;
    margin: 0px auto;
    height: 110px;
    background: #fff;
    overflow: hidden;
}

.sy_db .logo {
    float: left;
    width: 20%;
}

.sy_db .logo img {
    width: 100%;
    height: auto;
    margin-top: 18px;
}

/* 三甲医院文本电脑端 */
@media (min-width: 992px) {
    .sy_db .text-pc {
        float: left;
        position: relative;
        left: 20px;
        font-size: 24px;
        font-family: '幼圆';
        font-weight: bold;
        height: 110px;
        line-height: 110px;
    }

    .sy_db .text-mob {
        display: none;
    }
}

/* 三甲医院文本手机端 */
@media (max-width: 992px) {
    .sy_db .text-mob {
        position: relative;
        font-size: 16px;
        font-family: '幼圆';
        font-weight: bold;
        height: 50px;
        line-height: 50px;
    }

    .sy_db .text-pc {
        display: none;
    }
    .sy_db .logo img {
        margin-top: 0px;
    }
}

.sy_db .ss {
    position: relative;
    ;
    float: right;
    width: 236px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 38px;
    margin-right: 20px;
}

.sy_db .ss .txt {
    width: 190px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    float: left;
    color: #666;
    border: 1px solid #cccccc;
}

.sy_db .ss .an {
    width: 46px;
    background: #1691cc;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    float: right;
    display: block;
    -webkit-appearance: checkbox;
    -webkit-appearance: none;
}

.sy_db .ss::after {
    content: url("?wp-content/themes/kouqiang/images/search.png");
    position: absolute;
    margin: 6px 0 0 10px;
    pointer-events: none
}

.sy_db .yc {
    float: right;
    margin-top: 32px;
}

.sy_db .yc .dd1 {
    line-height: 24px;
    text-align: right;
}

.sy_db .yc .dd1 font {
    padding: 0px 10px;
}

.sy_db .yc .dd2 {
    text-align: right;
}

.sy_db .yc .dd2 span {
    font-size: 12px;
    line-height: 14px;
    float: left;
}

.sy_db .yc .dd2 img {
    float: left;
    padding: 3px 5px 0px 0px;
}

.sy_db .yc .dd2 font {
    font-family: Arial, Helvetica, sans-serif;
    color: #1691cc;
    font-size: 24px;
    padding-left: 5px;
    font-weight: bold;
}

@media only screen and (max-width:992px) {
    .m_25 {
        margin-top: 15px;
    }

    .m_15 {
        margin-top: 15px;
    }

    .sy_db {
        width: 100%;
        margin: 0px auto;
        height: 100px;
    }

    .sy_db .logo {
        width: 300px;
        float: none;
    }

    .sy_db .logo img {
        width: 43%;
    }

    .sy_db .ss {
        float: none;
        margin-top: 10px;
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .sy_db .ss .txt {
        width: 80%;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        float: left;
        color: #666;
    }

    .sy_db .ss .an {
        width: 20%;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
        float: right;
        display: block;
    }

    .sy_db .ss::before {
        content: "搜索";
        position: absolute;
        right: 11%;
        color: #fff;
        pointer-events: none;
    }

    .sy_db .ss::after {
        content: url("?wp-content/themes/kouqiang/images/search2.png");
        position: absolute;
        margin: 5px 0 0 0;
        right: 6px;
    }

    .sy_db .yc {
        display: none;
    }
}


.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    background: #1691cc;
}

.header .an {
    position: absolute;
    top: 0;
    right: 3%;
    height: 18px;
    width: 30px;
    display: none;
    margin-top: 15px;
}

.header .an span {
    width: 30px;
    height: 2px;
    background: #014d98;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 8px;
    width: 30px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 8px;
    width: 30px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.header .nav ul li {
    height: 60px;
    font-size: 18px;
    float: left;
    position: relative;
    width: 11.11%;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li ul li {
    width: 100%;
}

.header .nav ul li ul li {
    height: 40px;
}

.header .nav ul li ul li ul li {
    height: 30px;
}


.header .nav ul li.on {
    background: #65bce7;
}

.header .nav ul li a.o_lm {
    line-height: 60px;
    color: #fff;
    display: block;
    font-size: 18px;
}

.header .nav .nav-cont>ul>li.current_page_item {
    background: #65bce7;
}

.header .nav ul li a {
    line-height: 60px;
    color: #fff;
    display: block;
    font-size: 18px;
}


.header .nav ul li:hover a.o_lm {
    color: #fff;
    background: #65bce7;
}

.header .nav .y_j {
    position: relative;
}

.header .nav ul li>a {
    position: relative;
}

.header .nav .e_j {
    width: 132px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    z-index: 9999;
    margin-left: 0;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 0px;
}

.header .nav .sub-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    z-index: 9999;
    margin-left: 0;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 0px;
}

.header .nav .sub-menu .sub-menu {
    left: 132px;
    top: 10px;
    border-radius: 0;
    border-right: 3px solid #1691cc;
    padding: 0;
}

.header .nav ul li .e_j a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}

.header .nav ul li .sub-menu a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}

.header .nav ul li .sub-menu .menu-item-has-children {}

.header .nav ul li .sub-menu .sub-menu a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}

.header .nav .e_j a:hover {
    color: #fff;
    background: #1691cc;
}

.header .nav .sub-menu a:hover {
    color: #fff;
    background: #1691cc;
}

@media (min-width:1024px) {
    .header .nav .e_j {
        display: none !important;
    }

    .header .nav ul li:hover .e_j {
        display: block !important;
    }

    .header .nav ul li .sub-menu {
        display: none !important;
    }

    .header .nav ul li:hover>ul.sub-menu {
        display: block !important;
    }
}



@media only screen and (max-width:995px) {
    .header {
        position: absolute;
    }


    .header .an {
        display: block;
    }

    .header .nav ul li a{
        color:black;
    }

    .header .nav {
        width: 100%;
        height: 0;
        padding: 0;
        position: fixed;
        background-color: rgba(255, 255, 255, .9);
        top: 60px;
        right: 0;
        margin: 0;
        overflow: auto;
        z-index: 999999;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

    .header .nav.on {
        height: 100%;
        padding: 2% 0%;
    }

    .header .nav i {
        display: block;
    }

    .header .nav ul {
        margin-bottom: 100px;
    }

    .header .nav ul li {
        width: 90%;
        height: auto;
        text-align: center;
        font-size: 16px;
        display: block;
        margin: 0px 0px 0px 20px;
        text-align: center;
        transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }

    .header .nav ul li span {
        display: none;
        color: #014d98;
    }

    .header .nav ul li.on {
        background: none;
    }

    .header .nav ul li a.o_lm {
        line-height: 50px;
        color: #333;
    }

    .header .nav ul li:hover a.o_lm {
        color: #014d98;
        background: none;
    }

    .header .nav .e_j {
        padding: 10px 0px;
        border-bottom: 1px solid #e4dbcd;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .header .nav ul li .sub-menu {
        padding: 10px 0px;
        border-bottom: 1px solid #e4dbcd;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .header .nav ul li:hover .e_j {
        display: none;
    }

    .header .nav .e_j a {
        display: block;
        font-size: 14px;
        color: #666;
        margin-left: 0px;
    }

    .header .nav ul li .sub-menu a {
        display: block;
        font-size: 14px;
        color: #666;
        margin-left: 0px;
    }
}

.gallery-top {
    width: 100%;
    position: relative;
    height: auto;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-top .swiper-slide .bj {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

@media only screen and (max-width:992px) {
    .gallery-top {
        width: 100%;
        position: relative;
        height: 25vh;
    }

    .gallery-top .swiper-slide {
        overflow: hidden;
    }

    .gallery-top .swiper-slide img {
        width: auto;
        height: 25vh;
        position: absolute;
        left: 40%;
        transform: translateX(-40%);
        top: 0;
    }

    .gallery-top .swiper-button-prev {
        display: none;
    }

    .gallery-top .swiper-button-next {
        display: none;
    }
}

.new-icon {
    width: 36px;
    height: auto;
}

.sy_zn {
    width: 100%;
    background: #65bce7;
}

.sy_zn ul li {
    width: 16.66%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    color: #000;
}

.sy_zn ul li i {
    display: block;
}

.sy_zn ul a:first-child li {
    color: #fff;
    font-size: 30px;
    line-height: 94px;
    background: #1691cc;
}

.sy_zn ul a:nth-child(2n) li {
    background: #92cfec;
}

.sy_zn ul a:nth-child(4n) li {
    background: #92cfec;
}

.sy_zn ul a:nth-child(6n) li {
    background: #92cfec;
}

#div_wechat_pic img {
    width: 300px;
    height: auto;
}

/* 预约挂号公众号 */

@media only screen and (max-width:992px) {
    .sy_zn ul li {
        width: 33.333%;
        font-size: 16px;
        padding: 10px 0px;
    }

    .sy_zn .cont {
        width: 100%;
    }

    .sy_zn ul a:first-child li {
        font-size: 24px;
        line-height: 90px;
        background: #1691cc;
    }
}


.sy_bt {
    width: 100%;
    background: url(?wp-content/themes/kouqiang/images/bt.png) no-repeat left bottom;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sy_bt span {
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.sy_bt span a {
    font-size: 14px;
    font-weight: normal;
}

.sy_bt i {
    padding-right: 4px;
}



.sy_xw {
    margin: 20px auto;
}

.sy_xw .zc {
    width: 66%;
    float: left;
    background: #fff;
    padding: 10px 15px;
}

.sy_xw .zc .ylb {}

.sy_xw .zc .ylb ul li {
    display: flex;
    padding: 5px 0px 10px 0px;
}

.sy_xw .zc .ylb ul li:last-child {
    padding: 5px 0px 0 0px;
}

.sy_xw .zc .ylb ul li .rq {
    width: 90px;
    border-right: 1px solid #0170d2;
    margin-right: 6px;
    line-height: 28px;
    text-align: center;
    float: left;
    fnt-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    min-width: 66px;
}

.sy_xw .zc .ylb ul li .rq .day {
    color: #0170d2;
    font-size: 22px;
    font-weight: bold;
}

.sy_xw .zc .ylb ul li p {
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
    flex: 1;
}

.sy_xw .zc .ylb ul li p a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sy_xw .yc {
    width: 32%;
    float: right;
    background: #fff;
    padding: 10px 15px;
}

.sy_xw .yc .tp {
    width: 100%;
    height: auto;
}

.sy_xw .yc .tp img {
    width: 100%;
    height: auto;
}

.sy_xw .yc .wz {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.sy_xw .yc ul {
    margin-top: 7px;
}

.sy_xw .yc ul li {
    height: 60px;
    background: url(?wp-content/themes/kouqiang/images/dd.png) no-repeat top left;
    padding-left: 15px;
    background-position: 1px 8px;
    line-height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 12px;
}

.sy_xw .yc ul li span {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}

@media only screen and (max-width:992px) {
    .sy_xw .yc {
        width: 100%;
        float: none;
        padding: 10px;
        margin-top: 20px;
    }

    .sy_xw .yc ul li {
        height: auto;
    }
}

@media only screen and (max-width:992px) {
    .sy_xw .zc {
        width: 100%;
        float: none;
        padding: 10px;
        overflow: hidden;
    }

    /* .sy_xw .zc .ylb { width: 53%;} */
}

@media only screen and (max-width:750px) {
    .sy_xw .zc .ylb {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}



/*图片新闻*/
.focus {
    position: relative;
    width: 54%;
    max-width: 408px;
    height: 285px;
    float: left;
    overflow: hidden;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 285px;
    width: 100%;
}

.focus .fPic img {
    width: 100%;
    height: 285px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    width: calc(100% - 86px);
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 10px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 10;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    margin: 0 5px;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #ffffff;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #0170d2;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

@media only screen and (max-width:992px) {
    .focus {
        width: 45%;
        max-width: unset;
    }
}

@media only screen and (max-width:750px) {
    .focus {
        position: relative;
        width: 100%;
        height: 220px;
        float: none;
        overflow: hidden;
    }

    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 220px;
    }
}

@media only screen and (max-width:420px) {
    .focus .fPic img {
        width: 400px;
        height: 220px;
    }
}



.sy_dr {
    margin: 20px auto;
}

.sy_lb {
    width: 32%;
    background: #fff;
    padding: 10px 15px;
    margin-right: 2%;
}

.sy_lb .tp {
    width: 100%;
    height: auto;
}

.sy_lb .tp img {
    width: 100%;
    height: auto;
}

.sy_lb .wz {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.sy_lb ul {
    margin-top: 7px;
}

.sy_lb ul li {
    padding-left: 15px;
    background: url(?wp-content/themes/kouqiang/images/dd.png) no-repeat top left;
    line-height: 28px;
    background-position: 1px 8px;
    height: 60px;
    font-size: 16px;
    margin-bottom: 12px;
}

.sy_lb ul li span {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    height: 100%;
    padding-left: 12px;
}

.sy_lb ul li a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sy_sp {
    float: right;
    background: #fff;
    padding: 10px 15px;
    width: 32%;
}

.sy_sp .sp {
    height: 286px;
    overflow: hidden;
}

.sy_sp .sp img {
    width: 100%;
    height: 288px;
}

.zx_bm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.zx_bm .bm_bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.zx_bm .b_m {
    width: 60%;
    position: absolute;
    top: 10%;
    left: 20%;
}

.zx_bm .b_m img {
    width: 100%;
    height: 70vh;
}

@media only screen and (max-width:992px) {
    .sy_dr {
        margin: 0px auto;
    }

    .sy_lb {
        width: 100%;
        padding: 10px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .sy_lb ul li {
        height: auto;
    }

    .sy_sp {
        float: right;
        padding: 10px;
        width: 100%;
    }

    .zx_bm .b_m {
        width: 94%;
        position: absolute;
        top: 15%;
        left: 3%;
    }

    .zx_bm .b_m img {
        width: 100%;
        height: auto;
    }
}

.sy_ks {
    width: 80%;
    margin: 20px auto;
    background: #fff;
    padding: 10px 15px;
}

.sy_ks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sy_ks ul a {
    width: 15.83%;
    min-width: 185px;
    float: left;
    margin: 0 1% 1% 0;
    background: #f0f0f0;
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f0f0f0;
    padding: 0px 20px;
    font-size: 18px;
}

.sy_ks ul li a {
    font-size: 16px;
}

.sy_ks ul a:hover {
    border-bottom: 3px solid #1691cc;
    color: #1691cc;
    display: block;
}

.sy_ks ul a:nth-child(6n) {
    margin-right: 0;
}

.sy_ks ul li i {
    margin-right: 6px;
}

@media only screen and (max-width:1276px) {
    .sy_ks ul a:nth-child(6n) {
        margin: 0 1% 1% 0;
    }
}

@media only screen and (max-width:992px) {
    .sy_ks {
        width: 94%;
        padding: 10px;
    }

    .sy_ks ul a {
        width: 32.333%;
        margin: 0 1.5% 1.5% 0;
        padding: 0px 10px;
        height: auto;
        line-height: 20px;
        padding: 10px 0px;
        text-align: center;
    }

    .sy_ks ul a {
        font-size: 14px;
    }

    .sy_ks ul a:nth-child(3n) {
        margin-right: 0;
    }

    .sy_ks ul a li i {
        margin-right: 0;
        display: block;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:650px) {
    .sy_ks ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .sy_ks ul a {
        width: auto;
        min-width: unset;
    }
}


.sy_zj {
    width: 94%;
    margin: 20px auto;
    max-width: 1200px;
    background: #fff;
    padding: 10px 15px;
}

.zzzz {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.zzzz .ziyuan2 {
    width: 100%;
    margin: 0px auto 10px auto;
}

.zzzz .ziyuan2 .swiper-slide {
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.zzzz .ziyuan2 .swiper-slide img {
    width: 100%;
    max-height: 350px;
    object-fit: cover
}

.zzzz .ziyuan2 .swiper-slide p {
    font-size: 16px;
}

.zzzz .ziyuan2 .swiper-slide .p1 {
    font-size: 16px;
    /* background: url(?wp-content/themes/kouqiang/images/l9.jpg) no-repeat center bottom; */
    margin-top: 10px;
}

.zzzz .ziyuan2 .swiper-slide .p2 {
    margin-top: 12px;
}

.zzzz .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(?wp-content/themes/kouqiang/images/you.png) no-repeat center center #fff;
    right: 0;
    background-size: 25px 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.zzzz .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(?wp-content/themes/kouqiang/images/zuo.png) no-repeat center center #fff;
    left: 0;
    background-size: 25px 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width:1440px) {
    .zzzz {
        width: 100%;
        margin: 0px auto;
        position: relative;
    }
}

@media only screen and (max-width:992px) {
    .zzzz {
        width: 100%;
        margin: 0px auto;
        position: relative;
    }

    .zzzz .ziyuan2 {
        width: 100%;
        margin: 20px auto;
    }

    .zzzz .swiper-button-next {
        display: none;
    }

    .zzzz .swiper-button-prev {
        display: none;
    }
}

.fh_top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #ddd;
    display: none;
    position: fixed;
    right: 2px;
    bottom: 60px;
    z-index: 999;
}

.fh_top img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:992px) {
    .fh_top {
        width: 30px;
        height: 30px;
    }
}

.foot {
    width: 100%;
    background: #1691cc;
    padding: 20px 0px;
}

.foot #_ideConac {
    display: block;
    width: 68px;
    float: left;
}

.foot .yq {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 30px;
    color: #fff;
    padding: 10px 0px 20px 0px;
}

.foot .yq .zc {
    width: 15%;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    float: left;
}

.foot .yq .zc img {
    margin-right: 5px;
}

.foot .yq .yc {
    width: 83%;
    float: right;
    padding-top: 5px;
}

.foot .yq .yc .menu li {
    float: left;
}

.foot .yq a {
    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
}

.foot .zcc {
    width: 30%;
    float: left;
    color: #fff;
    line-height: 26px;
    padding-left: 30px;
}

.foot .zcc span {
    display: block;
}

.foot .zjj {
    width: 40%;
    float: left;
    text-align: center;
}

.foot .zjj .ewm {
    width: 100px;
    display: inline-block;
    margin: 0px 10px;
    color: #fff;
    text-align: center;
}

.foot .zjj .ewm img {
    width: 98px;
    height: 98px;
}

.foot .ycc {
    width: 20%;
    float: right;
    color: #fff;
    line-height: 26px;
}

.foot .ycc span {
    display: block;
}
.foot .ycc a{
    color: #fff;
    line-height: 26px;
}

@media only screen and (max-width:992px) {
    .foot .yq .zc {
        width: 40%;
        padding: 10px 0px;
        font-size: 16px;
        float: none;
        margin-bottom: 10px;
    }

    .foot .yq .yc {
        width: 100%;
        float: none;
        padding-top: 5px;
    }

    .foot .yq a {
        color: #fff;
        padding: 0px 10px 0px 0px;
        font-size: 14px;
    }

    .foot .zcc {
        width: 30%;
        float: left;
        color: #fff;
        line-height: 26px;
        padding-left: 90px;
    }

    .foot .zcc {
        width: 100%;
        float: none;
    }

    .foot .zcc span {
        display: inline-table;
        padding-right: 5px;
    }

    .foot .zjj {
        width: 100%;
        float: none;
        text-align: left;
        margin: 10px auto;
        padding-left: 90px;
    }

    .foot .zjj .ewm {
        width: 100px;
        margin: 0px 20px 0px 0px;
    }

    .foot .ycc {
        width: 100%;
        float: none;
        line-height: 24px;
    }

    .foot .ycc span {
        display: inline-table;
        padding-right: 5px;
    }
}
@media only screen and (max-width:524px) {
.foot .zjj {
    padding-left: 0;
}
}