.banner01 {
    background: url(../images/intr_bg.png) center no-repeat;
}

.intr_bt {
    width: 100%;
    padding: 10px
}

    .intr_bt span {
        color: #333;
        font-size: 18px;
        font-weight: bold
    }

.intr_con {
    text-indent: 25px;
    font-size: 16px;
    color: #333;
    line-height: 32px
}

.hd_bg {
    background: url(../images/hd_bg.png) center no-repeat;
}

.zy_bg {
    background: url(../images/zy_bg.png) center no-repeat;
}

.hd_con {
    width: 100%
}

.huodong {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.item_hd {
    width: calc(33.33% - 30px);
    background-color: #fff;
    height: 330px;
    display: inline-block;
    color: #333;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}
/*.top_hd {background-color: #fff}*/

.top_hd img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}

.text_hd span {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
}
/*.item_hd:hover {background-color: #239de1;color: #fff}*/

.top_hd img:hover {
    transform: scale(1.2); /* 放大1.2倍 */
}

.time {
    font-size: 14px;
    color: #aeaeae;
    display: block;
    line-height: 30px;
}

.item_hd:hover {
    box-shadow: #ededed 0px 0px 10px 5px;
    background-color: #17b3fe;
    color: #fff
}

.new {
    padding: 5px
}

.new_left {
    float: left;
}

    .new_left img {
        width: 385px;
        height: auto;
        cursor: pointer
    }

        .new_left img:hover {
            opacity: 0.8
        }

.new_right {
    float: left;
    margin-left: 10px;
    width: calc(100% - 395px)
}

.new_bt {
    font-size: 20px;
    color: #333
}

    .new_bt:hover {
        color: #17b3fe
    }

.new_con {
    width: 100%;
    font-size: 14px;
    color: #aeaeae;
    display: block;
    line-height: 24px;
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 3; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;
}

    .new_con:hover {
        color: #333
    }

.new_list li {
    padding: 20px 0;
}

    .new_list li a {
        color: #666;
        font-size: 18px;
        line-height: 30px;
        /*width: 800px;*/
    }

        .new_list li a:hover {
            color: #17b3fe
        }

.info_bt {
    width: 700px;
    display: block;
    word-break: break-all;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;
}

.tz_bg {
    background: url(../images/tz_bg.png) center no-repeat;
}

.zx_bg {
    background: url(../images/zx_bg.png) center no-repeat;
}

.zx_bg01 {
    background: url(../images/zx_bg01.png) center no-repeat;
}

/*心理咨询师*/
.col_item {
    float: left;
    background-color: rgba(255,255,255,.8);
    border: 1px solid #e5e5e5;
    padding: 30px;
    width: 260px;
    height: 360px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s;
    /*margin-left: 20px;*/
    margin: 20px 30px;
}

    .col_item:hover {
        box-shadow: #ededed 0px 0px 10px 5px;
        transform: scale(1.1);
    }

.col_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #00a0e9;
    margin: 20px auto;
}

    .col_img img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
    }

.col_btm {
    text-align: center;
}

.col_bt {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 36px
}

.col_bt01 {
    font-size: 16px;
    color: #aeaeae;
    font-weight: 500;
    line-height: 36px
}

.col_btn {
    font-size: 14px;
    display: inline-block;
    padding: 10px 55px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    margin: 0 auto;
    color: #999;
    border-radius: 50px;
    margin-top: 30px;
}

    .col_btn:hover {
        color: #fff;
        background-color: #17b3fe
    }

.beijin {
    background-image: url("../images/zx_img.png");
    /*background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.bj {
    background-image: url("../images/bj.png");
    /*background-attachment: fixed;*/
    /*opacity: 0.6;*/
}

.div01 {
    width: calc(100% - 30px);
    margin: 0px 10px;
    border-bottom: 1px solid #ccc;
    padding: 5px
}

    .div01 ul li {
        float: left;
        margin: 5px 10px
    }

        .div01 ul li a {
            color: #333;
            display: inline-block;
            padding: 5px 15px;
            background-color: #e0dddd;
            font-size: 16px;
            border-radius: 50px
        }

            .div01 ul li a:hover {
                color: #fff;
                background-color: #17b3fe;
            }

    .div01 ul .bq_active a {
        color: #fff;
        background-color: #17b3fe;
    }

.div02 {
    width: calc(100% - 30px);
    margin: 0px 10px;
    padding: 5px
}

.btn_download {
    background-color: #F5971D;
    padding: 5px 15px;
    color: #fff;
    ;
    border-radius: 3px;
    font-size: 18px;
    border: 1px solid #F5971D;
    margin-top: 10px
}

    .btn_download:hover {
        background-color: #faa941;
    }

.div02 ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc
}

    .div02 ul li:hover {
        ;
        border-bottom: 1px solid #17b3fe;
        background-color: rgba(255,255,255,.3)
    }

    .div02 ul li a {
        font-size: 16px;
        display: block;
        width: 80%
    }

.bt_res {
    padding: 5px 0;
    display: block;
    color: #333;
}

a.bt_res:hover {
    color: #17b3fe
}

.left {
    float: left;
}

.w780 {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff;
    width: 780px;
}

.right {
    float: right;
}

.w360 {
    width: 350px;
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
}

.psy_list {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 20px 0
}

.psy_item {
    float: left;
    width: calc(100% - 220px);
}

.psy_img {
    float: right;
    width: 180px;
    height: 120px
}

    .psy_img img {
        width: 100%
    }

        .psy_img img:hover {
            opacity: 0.8
        }

.psy_bt {
    color: #333;
    font-size: 18px
}

    .psy_bt:hover {
        color: #17b3fe
    }

.psy_font {
    margin-top: 20px
}

.psy_btt {
    font-size: 14px;
    color: #aeaeae;
    line-height: 24px;
    display: block;
    word-break: break-all;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;
}

.bt_wz {
    font-size: 20px;
    color: #333
}

.hot_wz {
    display: block;
    padding: 5px 10px;
}

    .hot_wz li {
        list-style: square;
        margin: 20px 0;
        list-style-image: url("../images/sq.jpg");
    }

        .hot_wz li a {
            font-size: 16px;
            color: #333;
            line-height: 28px;
            display: block;
            word-break: break-all;
            overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
            text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
            display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
            -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
            -webkit-box-orient: vertical;
            width: 340px;
        }

            .hot_wz li a:hover {
                color: #17b3fe
            }
/*.psy_list:hover {background-color: #f3f3f3;display: block}*/
/*.btn_download{}*/
#nav_select {
    display: block;
    width: 60%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    /*background: #c5c5c5;*/
}

    #nav_select li {
        width: 20%;
        height: 40px;
        float: left;
        margin-left: 10%;
        font-size: 18px;
        color: #333;
        border-bottom: none;
        cursor: pointer;
    }

        #nav_select li.current {
            background: #17b3fe;
            border-radius: 50px;
            color: #fff;
        }

#con_select {
    width: 100%;
}

    #con_select li {
        width: 100%;
        padding: 10px;
        display: none;
        margin-top: 10px
    }

.bt01 {
    margin: 0 auto;
    text-align: center
}

.w600 {
    width: 600px;
    font-size: 16px;
    line-height: 36px;
    margin: 0 auto;
    text-align: left
}

    .w600 p {
        text-indent: 35px;
        margin-top: 20px
    }

.pro_banner img {
    width: 600px;
    height: 400px
}
/*更多页面*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.category-wrap {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

    .category-wrap li {
        list-style: none;
        text-align: center;
        /*-ms-flex:0 0 25%;*/
        /*flex:0 0 25%;*/
        width: calc(50% - 40px);
        transition: .4s;
        /*border-top:1px solid #dae1ea;*/
        /*border-right:1px solid #dae1ea;*/
        border: 1px solid #dae1ea;
        margin-top: -1px;
        margin: 10px 15px;
        float: left;
    }

        .category-wrap li:hover {
            box-shadow: 0 0 10px rgba(0,0,0,.15);
        }

.standard-category-box {
    display: inline-block;
    /*height:150px;*/
    width: calc(100% - 20px);
    /*text-align: center;*/
    padding: 10px;
    position: relative;
}

    .standard-category-box img {
        /*max-width:80px;*/
        width: 150px;
        height: 150px;
        /*margin:1rem auto;*/
        /*margin: 0 auto;*/
        position: relative;
        border-radius: 3px;
        /*-webkit-filter: blur(1px); !* Chrome, Safari, Opera *!*/
        /*filter: blur(1px);*/
        transition: all 0.5s;
        float: left;
        /*margin: 10px;*/
    }
/*.standard-category-box img:hover {transform: scale(1.2);!* 放大1.2倍 *!}*/
/*.category-wrap li:nth-child(4),.category-wrap li:nth-child(8){border-right:none}*/
/*.category-wrap li:nth-child(4n){border-right:none}*/
.category-wrap li i {
    font-size: 3rem;
    transition: .4s;
    color: #00a94f;
    margin-bottom: 1rem;
    display: inline-block
}

.category-wrap li h4 {
    font-size: 16px;
    transition: .4s;
    margin-bottom: 2px;
    color: #333;
    text-align: left;
}

.category-wrap li span {
    color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    /*text-align: center;*/
    /*margin-top: 10px;*/
}

.cp {
    /*background-color: rgba(255,255,255,.5);*/
    position: relative;
    /*margin-top: -153px;*/
    width: calc(100% - 170px);
    height: 100%;
    /*height:110px;*/
    /*margin: 0 auto;*/
    padding-top: 20px;
    float: left;
    margin-left: 10px;
}
    /*.cp:hover{background:rgba(51,137,255,.8)}*/
    .cp:hover h4, .cp:focus h4 {
        color: #333
    }
/*.cp:hover span ,.cp:focus span {color:rgba(255,255,255,0.7)}*/
/*.category-wrap li.cp :hover,*/
/*.category-wrap li .cp :focus{background:rgba(51,137,255,.3)}*/
/*.category-wrap li:hover h4,*/
/*.category-wrap li:focus h4,.category-wrap li:hover i,.category-wrap li:focus i{color:#fff}*/
/*.category-wrap li:hover span,.category-wrap li:focus span{color:rgba(255,255,255,0.7)}*/
.category-wrap li i {
    font-size: 3rem;
    transition: .4s;
    color: #00a94f;
    margin-bottom: 1rem;
    display: inline-block;
}

.category-wrap li h4 {
    font-size: 16px;
    transition: .4s;
    margin-bottom: 2px;
    /*margin: 0 auto;*/
}

.cp1 {
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 380px;
    text-align: left;
    /*margin: 10px;*/
    /*text-indent: 25px;*/
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.fl-button {
    display: inline-block;
    float: right;
    background-color: #00a0e9;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    margin-top: 30px
}

    .fl-button:hover {
        opacity: 0.8
    }

.w1000 {
    width: 1000px;
}

.h350 {
    height: 300px
}

.pic-img {
    width: 250px;
    height: 250px;
    background-color: #333;
    text-align: center
}

    .pic-img img {
        width: 250px;
        height: 250px;
    }

.fl {
    float: left
}

.txt-name {
    font-size: 32px
}

.zxs-name {
    padding: 20px
}

.span20 {
    font-size: 20px;
    line-height: 48px
}

.zxs-div {
}

.text-con {
    font-size: 20px;
    line-height: 38px;
    color: #666;
    text-indent: 35px
}

.border-bottom {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px
}

.font20 {
    font-size: 20px;
}

.zxs-con {
    width: 1000px;
    background-color: #fff;
    ;
    position: relative;
    margin: 50px auto;
}
/*搜素页面*/

div.ss-div {
    padding: 20px 0;
}

form {
    position: relative;
    width: 600px;
    margin: 0 auto;
}

input, button {
    border: none;
    outline: none;
}

.ss-div input {
    width: 100%;
    height: 42px;
    padding-left: 13px;
}

.ss-div button {
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}

.bar input {
    border: 1px solid #00a0e9;
    border-radius: 5px;
    background: #f5fbfd;
    top: 0;
    right: 0;
}

.bar button {
    background: #00a0e9;
    border-radius: 0 5px 5px 0;
    width: 60px;
    top: 1px;
    right: -16px;
}

    .bar button:before {
        content: "搜索";
        font-size: 13px;
        color: #fff;
    }

.borderTop {
    border-top: 1px solid #f3f3f3
}

.tag {
    list-style: none
}

    .tag li a {
        display: block;
        background-color: #eee;
        padding: 15px 10px;
        border-radius: 3px;
        font-size: 16px;
        width: 120px;
        color: #333;
        text-align: center;
        height: 20px;
    }

        .tag li a:hover {
            background-color: #00a0e9;
            color: #fff
        }

    .tag li.active01 a {
        background-color: #00a0e9;
        color: #fff
    }

    .tag li {
        margin: 10px;
        display: inline-block;
    }

.data-txt {
    display: inline-block;
    color: #ff9500;
    /*background-color: #ff9500*/
    /*;border-radius: 30px;*/
    padding: 2px;
    font-size: 12px;
    /*top: -20px;*/
    /*right:-45px;*/
    /*border:1px solid #fff ;*/
    /*position: relative;*/
}

.w100p {
    width: calc(100% - 20px)
}

.text_psy {
    padding: 10px;
    float: left;
    width: calc(50% - 40px);
    display: block;
    color: #333;
    margin: 10px;
    background-color: rgba(255,255,255,.5)
}

.pd_img {
    display: inline-block;
    float: left;
}

    .pd_img img {
        transition: all 0.5s;
    }

        .pd_img img:hover {
            transform: scale(1.2);
            opacity: 0.7
        }

.pd_con {
    float: left;
    width: calc(100% - 161px - 15px);
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

.pd_bt {
    color: #333;
    font-size: 17px;
    word-break: break-all;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;
    width: 400px;
}

    .pd_bt:hover {
        color: #17b3fe
    }

.fanhui {
    background-color: rgba(238,238,238,.3);
    padding: 20px
}

.fh-button {
    font-size: 16px;
    color: #eee
}

    .fh-button:hover {
        color: #17b3fe
    }

.new_bt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.news-time-yue {
    color: #a9a9a9
}

.news-time-nian {
    color: #a9a9a9
}

.news-time-xian {
    background-color: #a9a9a9
}

.news-con-name {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.psy_bt {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 32px;
}

.left-text {
    width: 220px;
    float: right;
}

.tuij-bt {
    font-size: 14px;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.right-img {
    float: left;
    width: 100px;
    height: 66px
}

    .right-img img {
        width: 100%
    }

        .right-img img:hover {
            opacity: 0.8
        }

.hot_wz li {
    list-style-image: none;
    list-style: none
}

    .hot_wz li a {
        width: auto
    }

.hot_wz li {
    border-bottom: 1px solid #fafafa
}

@media (max-width: 600px) {
    .right {
        width: 100%
    }
}

/*自适应屏幕大小样式*/
@media (max-width: 600px) {
    .w780 {
        width: calc( 100% - 10px);
        margin: 0 5px;
        padding: 5px
    }

    .w360 {
        width: calc( 100% - 10px);
        margin: 0 5px;
        padding: 5px
    }

    .hot_wz {
        padding: 0
    }

    .right {
        float: none
    }

    .w600 {
        width: calc( 100% - 20px);
        margin: 0 5px;
        padding: 5px
    }

    .pro_banner img {
        width: calc( 100% - 10px);
        margin: 0 5px;
    }

    .new_bt {
        display: block
    }

    .new_left {
        width: calc( 100% - 10px);
        margin: 0 5px;
    }

        .new_left img {
            width: calc( 100% - 10px);
            margin: 0 5px;
            height: auto
        }

    .new_right {
        width: calc( 100% - 10px);
        margin: 0 5px;
    }

    .new {
        width: calc(100% - 10px)
    }

    .new_list li a {
        display: block;
        width: calc(100% - 10px);
        margin: 0 5px;
    }

    .info_bt {
        width: 350px
    }

    .huodong {
        width: calc(100% - 20px);
        margin: 0 5px;
    }

    .hot_wz li a {
        display: block;
        width: calc(100% - 10px);
        margin: 0 5px;
    }

    .hot_wz li {
        list-style: none
    }

    .zxs-con {
        width: calc(100% - 10px);
        margin: 20px 5px;
        text-align: center
    }

    .pic-img {
        width: 100%;
        text-align: center;
        background-color: #fff
    }

        .pic-img img {
            margin: 0 auto;
        }

    .zxs-div {
        text-align: center;
        width: 100%
    }

    .tag {
        text-align: center
    }

    form {
        width: calc(100% - 50px);
        margin: 10px 20px
    }

    .text_psy {
        width: calc(100% - 40px);
    }

    .pd_bt {
        width: 180px
    }

    .category-wrap li {
        margin: 10px auto;
        max-width: 240px
    }

    .category-wrap {
        text-align: center
    }
}

.top_hd img {
    width: 100%;
    height: 208px
}

.gstp {
    float: right;
    clear: both;
    text-align: center
}

.intr_bt {
    text-align: center;
    margin-bottom: 30px
}

.psy_con {
    text-indent: 28px !important;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 10px;
}
/*点赞*/
.zan {
    margin: 30px 0 30px 0;
    text-align: center;
    color: #999;
}

.like {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 75px;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 3.2em;
    color: #999;
    margin-bottom: 10px;
    cursor: pointer;
    padding-top: 25px;
}

.heartAnimation {
    color: #fb4859;
}

.fh-button {
    color: #666;
}

.intr_bt {
    text-align: left;
}

.news-con {
    float: left;
    width: 950px;
    margin-left: 65px;
}

.news-con-name {
    margin-top: 35px;
    font-size: 22px;
    font-weight: bold;
    color: #555;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news-con-detail {
    margin-top: 11px;
    line-height: 28px;
    font-size: 14px;
    color: #898989;
}

.news-con-more {
    margin-top: 20px;
    font-size: 14px;
    color: #898989;
}

.news-time {
    float: left;
    text-align: right;
    width: 110px;
    margin-top: 55px;
}

.news-time-nian {
    font-size: 18px;
    color: #828282;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-time-yue {
    font-size: 34px;
    font-weight: bolder;
    color: #828282;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-time-xian {
    margin-top: 8px;
    width: 37px;
    height: 2px;
    float: right;
    background-color: #828282;
}

.new_list li:hover {
    background: #fbfbfb;
}

    .new_list li:hover .news-con-name {
        color: #00a0e9
    }

    .new_list li:hover .news-time-yue {
        color: #00a0e9
    }

    .new_list li:hover .news-time-nian {
        color: #00a0e9
    }

.new_bt {
    font-size: 22px;
    font-weight: bold
}

.new_right {
    margin-left: 50px;
    width: calc(100% - 445px)
}

@media (max-width: 600px) {
    .new_right {
        width: calc(100% - 10px);
        margin: 0 5px;
    }

    .news-con {
        width: calc(100% - 10px);
        margin-left: 0;
        margin: 0 5px;
    }
}

.m-img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
}

    .m-img img {
        width: 60px;
        height: 60px;
    }

@media (max-width: 600px) {
    .gstp {
        float: none;
    }

    .content1 {
        width: 100%;
    }

    .gstp img {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        height: 200px;
    }

    .intr_con {
        width: calc(100% - 20px);
        margin: auto 10px;
    }

    .intr_con {
        text-indent: 0;
    }

    .item_hd {
        width: calc(50% - 30px);
        height: 300px;
    }

    .text_hd span {
        width: 145px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .text_hd span:first-child {
            font-size: 16px;
            line-height: 32px;
            font-weight: bold !important;
        }

    .col_img {
        width: 100px;
        height: 100px;
        margin: 0px auto;
    }

        .col_img img {
            width: 100px;
            height: 100px
        }

    .col_item {
        padding: 19px;
        width: calc(50% - 50px);
        margin: 5px 5px;
    }

    .col_bt01 {
        font-size: 14px;
        line-height: 24px;
    }

    .col_btn {
        padding: 3px 10px;
        margin-top: 10px;
    }

    .col_bt {
        font-size: 16px;
        line-height: 24px;
    }

    .col_btm p:last-child {
        color: #00a0e9;
    }

    .huodong {
        margin: 0 10px;
    }

    .intr_bt {
        margin-bottom: 0px;
    }

    .psy_con {
        text-indent: 0px !important;
    }

    .psy_item {
        width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .psy_btt {
        white-space: normal;
    }

    .psy_font {
        white-space: normal;
    }

    .left {
        float: none;
    }

    .w780 {
        margin-top: 35px;
    }

    .bt_wz {
        margin-bottom: 10px !important;
    }

    .bt_res {
        width: 240px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .huodong {
        padding-top: 0px;
    }

    .div01 ul li a {
        font-size: 14px;
    }

    .div01 ul li {
        margin: 5px 5px;
    }

    .pd30 {
        padding: 0px;
    }

    .cp1 {
        width: 150px;
    }

    .category-wrap li {
        max-width: none;
    }

    .col_item {
        height: auto;
    }

    .intr_bt {
        width: calc(100% - 20px)
    }

    .left {
        float: left;
        margin-top: 48px;
    }

    .right {
        float: right;
        margin-top: 10px
    }

    .w780 {
        margin: 0 auto
    }

    .w360 {
        margin: 0 auto
    }
}

.w360 {
    margin-top: 0px !important;
}

.psy_img {
    text-indent: 0 !important;
}

.psy_item {
    text-indent: 0 !important;
}

@media (max-width: 600px) {
    .cp {
        width: 100%;
        margin-left: 0;
    }
}
/*2021年8月20日*/
.gstp {
    display: none
}

.b-bg {
    background-color: rgba(0,0,0,.5)
}

.gs-bg {
    background: url("../images/gs-bg.jpg") no-repeat center;
}

.intr_con {
    color: #fff
}

.pdd30 {
    padding: 30px
}

.intr_bt {
    text-align: center
}

    .intr_bt span {
        color: #fff
    }

.bt {
    display: none
}

@media (max-width: 600px) {
    .pdd30 {
        padding: 0
    }
}

.psy_con img {
    width: 100%;
    height: auto;
}

 


 
/*banner*/
.banner-box {
    position: relative;
    background: #fff;
}

.hd-banner {
    width: 100%;
    height: 400px;
}

    .hd-banner .swiper-container {
        width: 100%;
        height: 100%;
    }

    .hd-banner .swiper-slide img {
        width: 100%;
        height: 400px;
    }

    .hd-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background: rgba(26,2,2,0.28);
        cursor: pointer;
    }

    .hd-banner .swiper-pagination-bullet-active {
        background: rgba(35,195,192,1);
    }

    .hd-banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px;
    }

.banner-b {
    padding: 12px 0 50px;
}

.banner-b-list {
    width: 130px;
    margin: 0 auto;
}

    .banner-b-list .banner-b-img {
        width: 50px;
        height: 50px;
    }

        .banner-b-list .banner-b-img img {
            width: 100%;
        }

    .banner-b-list div span {
        font-size: 14px;
        color: #999
    }

    .banner-b-list div p {
        color: #f2a120;
        font-size: 18px;
        font-weight: bolder;
    }

.po {
    cursor: pointer;
}
