@charset "utf-8";

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ";
}

a {
    font-family: "Î¢ÈíÑÅºÚ";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (min-width: 992px) {
    .layui-container {
        width: 1230px;
    }
}

.top {
    background: url(/ZT/css/fazhi/../../images/fazhi/top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 385px
}

.gray {
    background-color: #f4f4f4;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.gray a {
    display: block;
    padding-left: 18px;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    text-indent: 2em;
    text-align: justify;
    margin-top: -10px;
}

.gray a:hover {
    color: #3472c2;
}

.index_title1 {
    display: block;
    overflow: hidden;
}

.index_title1 img {
    display: block;
    margin: 70px auto 60px;
}

.results_pic {
    font-size: 0;
    font-size: 0;
    width: 100%;
    height: 338px;
    position: relative;
}

.results_pic .results_pic_out {
    width: 1200px;
    overflow: hidden;
}

.results_pic .results_pic_bigbox {
    overflow: hidden;
    width: 1240px;
    height: 338px;
}

.results_pic #results_pic_switcher {
    height: 150px;
    left: 0px;
}

.results_pic .results_pic_1.results_pic_2 {
    width: 100%;
    float: left;
}

.results_pic li {
    float: left;
    height: 338px;
    padding-right: 40px;
    display: block;
    overflow: hidden;
}

.results_pic li:last-of-type {
    margin-right: 0;
}

.results_pic li a {
    display: block;
}

.results_pic li a img {
    width: 100%;
}

.results_pic li a:hover {
    animation: pulse 1s;
}

.results_pic .cost-control-btn {
    position: absolute;
    width: 35px;
    height: 60px;
    background-color: #7f7f7f;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    border-radius: 5px;
}

.results_pic .special-prev {
    left: -50px;
    top: 140px;
}

.results_pic .special-next {
    right: -50px;
    top: 140px;
}

.results_pic img {
    width: 100%;
}

.index_title2 img {
    display: block;
    margin: 60px auto 64px;
}

.index_article>div>div:first-of-type {
    border-right: 1px #848282 dashed;
}

.index_article>div>div:first-of-type ul {
    padding-right: 30px;
    box-sizing: border-box;
}

.index_article>div>div:last-of-type ul {
    padding-left: 30px;
    box-sizing: border-box;
}

.index_article .news-list {
    border-bottom: 0;
}

.index_article .news-list a {
    line-height: 48px;
    height: 48px;
}

.index_dynamic {
    overflow: hidden;
    margin-bottom: 30px;
}

.index_dynamic video {
    height: 295px;
    object-fit: fill;
    width: 100%;
}

.index_dynamic ul {
    margin-top: -10px;
}

.news-list {
    display: block;
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
}

.news-list a {
    font-size: 18px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 60px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    display: block;
    line-height: 60px;
}

.news-list a:hover {
    color: #3472c2
}

.news-list span {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 60px;
    display: block;
    text-align: right;
}

.mobile-more {
    display: none !important;
}

.index_title3 {
    overflow: hidden;
}

.index_title3 img {
    display: block;
    margin: 60px auto 64px;
}

.index_experience a {
    border: 1px #dedede solid;
    box-sizing: border-box;
    padding: 25px 13px 0;
    height: 387px;
    display: block;
    margin-bottom: 40px;
}

.index_experience a h1 {
    font-size: 22px;
    line-height: 36px;
    color: #3472c2;
    display: block;
}

.index_experience a p {
    line-height: 36px;
    font-size: 16px;
    color: #787777;
    text-align: justify;
    text-indent: 2em;
    margin-top: 15px;
}

.index_experience a:hover p {
    color: #3472c2;
}

.index_title {
    display: none;
}

@media screen and (max-width: 768px) {
    body {
        background-color: #f6f6f6;
    }
    .gray {
        background-color: transparent;
    }
    .layui-container {
        padding: 0 10px;
    }
    .mobile-more {
        display: block !important;
    }
    .mobile-more a {
        width: 100%;
        background-color: #fff6e6;
        border: 1px #dabc85 solid;
        box-sizing: border-box;
        padding: 0 !important;
        line-height: 35px !important;
        min-height: auto !important;
        text-align: center;
        color: #000;
        font-size: 1rem !important;
        margin-bottom: 15px;
        display: block;
        height: auto !important;
    }
    .top {
        background: none;
        height: auto;
    }
    .top img {
        width: 100%;
    }
    .index_title1 img,
    .index_title2 img,
    .index_title3 img {
        width: 100%;
    }
    .gray {
        padding: 10px 0;
    }
    .gray img {
        width: 100%;
    }
    .gray a {
        background-color: #FFF;
        margin-top: 0;
        padding-left: 0;
        font-size: 1.02rem;
        line-height: 32px;
        padding: 10px;
    }
    .index_title {
        display: block;
        border: 0 !important;
        box-sizing: border-box;
        padding-bottom: 0;
        height: auto;
        margin-top: 0;
        background-color: #FFF;
    }
    .index_title span {
        line-height: 35px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        text-align: left;
        font-weight: bold;
        margin: 0 8px 0 0;
        word-break: keep-all;
        height: 35px;
        min-width: 80px;
    }
    .index_article {
        background-color: #FFF;
        padding: 10px;
        margin-bottom: 10px;
    }
    .index_article>div>div:first-of-type {
        border-right: 0;
    }
    .index_article>div>div:first-of-type ul {
        padding-right: 0;
        box-sizing: border-box;
    }
    .index_article>div>div:last-of-type ul {
        padding-left: 0;
        box-sizing: border-box;
    }
    .index_dynamic {
        background-color: #FFF;
        padding: 10px;
    }
    .news-list a {
        font-size: 1.02rem;
        height: 52px;
        line-height: 52px;
        width: 100%;
    }
    .index_experience {
        background-color: #FFF;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .index_experience .index_title span {
        margin-bottom: 5px;
    }
    .index_experience a {
        padding: 10px;
        margin-bottom: 0;
        height: auto;
    }
    .index_experience a h1 {
        font-size: 1.02rem;
    }
    .index_experience a p {
        font-size: 0.875rem;
        margin-top: 0;
        line-height: 28px;
    }
    .bottom-con-box {
        width: 100%;
    }
}