/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*多行溢出*/
.img-box .img-d {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.img-box .img-h {
    transform: scale(1.1);
}

.abscss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*font*/
.h16 {
    font-size: 16px;
}

.h18 {
    font-size: 18px;
}

.h20 {
    font-size: 20px;
}

.h22 {
    font-size: 22px;
}

.h24 {
    font-size: 24px;
}

.h26 {
    font-size: 26px;
}

.h28 {
    font-size: 28px;
}

.h30 {
    font-size: 30px;
}

.h32 {
    font-size: 32px;
}

.h34 {
    font-size: 34px;
}

.h36 {
    font-size: 36px;
}

.h38 {
    font-size: 38px;
}

.h40 {
    font-size: 40px;
}

.h42 {
    font-size: 42px;
}

.h44 {
    font-size: 44px;
}

.h46 {
    font-size: 46px;
}

.h48 {
    font-size: 48px;
}

.h50 {
    font-size: 50px;
}

.h54 {
    font-size: 54px;
}

.h60 {
    font-size: 60px;
}

@media (max-width: 1440px) {
    .h30 {
        font-size: 28px;
    }

    .h24 {
        font-size: 22px;
    }

    .h30 {
        font-size: 28px;
    }

    .h32 {
        font-size: 32px;
    }

    .h48 {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {
    .h30 {
        font-size: 26px;
    }

    .h24 {
        font-size: 20px;
    }

    .h30 {
        font-size: 26px;
    }

    .h32 {
        font-size: 28px;
    }

    .h48 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .h18 {
        font-size: 16px;
    }

    .h20 {
        font-size: 18px;
    }

    .h22 {
        font-size: 20px;
    }

    .h30 {
        font-size: 22px;
    }

    .h32 {
        font-size: 26px;
    }

    .h48 {
        font-size: 34px;
    }
}

/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
    background-color: #f5f7fb;
}

.comp-text-list-01 .box-s {
    line-height: 30px;
    position: relative;
    padding: 15px 15px 15px 30px;
}

.comp-text-list-01 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-text-list-01 .box-s:after {
    content: '';
    position: absolute;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    top: 50%;
    margin-top: -3px;
    background-color: #BB3913;
}

.comp-text-list-01 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.comp-text-list-01 .box-s:after {
    background: #acb3ca;
}

/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
    margin-bottom: 30px;
}

.comp-text-list-02 .box-s {
    background: #f5f7fb;
    padding: 20px 30px;
    color: #666;
}

.comp-text-list-02 .box-s:hover .box-title {
    color: #CE2B2D;
    font-weight: bold;
}

.comp-text-list-02 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.comp-text-list-02 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    margin-top: 10px;
}

.comp-text-list-02 .box-s .box-date {
    margin-top: 10px;
}

/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E9EDF3;
}

.comp-text-list-03 .box-s {
    color: #666;
}

.comp-text-list-03 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-text-list-03 .box-s .box-date {
    width: 82px;
    height: 82px;
    margin-right: 25px;
    padding-top: 10px;
    float: left;
    text-align: center;
    color: #333;
    background: #f5f7fb;
}

.comp-text-list-03 .box-s .box-date .date-01 {
    line-height: 40px;
    font-weight: bold;
}

.comp-text-list-03 .box-s .box-date .date-02 {
    line-height: 20px;
    font-size: 13px;
}

.comp-text-list-03 .box-s .box-info {
    overflow: hidden;
}

.comp-text-list-03 .box-s .box-title {
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.comp-text-list-03 .box-s .box-txt {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
    padding-left: 60px;
    background: #f5f7fb;
    height: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    position: relative;
}

.comp-text-list-04 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-text-list-04 .box-s .box-icon {
    height: 60px;
    line-height: 60px;
    width: 60px;
    min-width: 60px;
    background-image: url("comm-img-01.png");
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.comp-text-list-04 .box-s .box-icon img {
    display: inline-block;
    vertical-align: middle;
}

.comp-text-list-04 .box-s .box-title {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-weight: bold;
}

/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
    border-bottom: 1px solid #EEEEEE;
    padding: 30px 120px 30px 30px;
    transition: all 0.5s;
    position: relative;
}

.comp-text-list-05 .box-s:hover {
    box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}

.comp-text-list-05 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-text-list-05 .box-s:hover .box-more {
    background-color: #BB3913;
    background-image: url("comm-img-04.png");
}

.comp-text-list-05 .box-s .box-date {
    line-height: 30px;
    color: #333;
    float: left;
    width: 120px;
}

.comp-text-list-05 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    color: #333;
}

.comp-text-list-05 .box-s .box-more {
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    background-image: url("comm-img-03.png");
}

/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
    padding: 15px 0 15px 20px;
    line-height: 30px;
    border-bottom: 1px dotted #eee;
    transition: all 0.5s;
    position: relative;
    padding-right: 110px;
}

.comp-text-list-06 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-text-list-06 .box-s:before {
    background-color: #BB3913;
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    top: 50%;
    margin-top: -3px;
}

.comp-text-list-06 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.comp-text-list-06 .box-s .box-date {
    margin-top: -15px;
    color: #333;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 50%;
}

/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
    padding: 25px 25px 25px 15px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0 1px 9px 0 #EEEEEE;
    color: #666;
}

.comp-text-list-07 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-text-list-07 .box-s .box-date {
    color: #333;
    width: 82px;
    height: 82px;
    margin-right: 25px;
    padding-top: 10px;
    float: left;
    text-align: center;
}

.comp-text-list-07 .box-s .box-date .date-01 {
    line-height: 40px;
    color: #772100;
    font-weight: bold;
}

.comp-text-list-07 .box-s .box-date .date-02 {
    line-height: 20px;
    font-size: 13px;
}

.comp-text-list-07 .box-s .box-info {
    overflow: hidden;
}

.comp-text-list-07 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.comp-text-list-07 .box-s .box-txt {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
    margin-bottom: 30px;
    position: relative;
}

.comp-image-text-list-01 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.comp-image-text-list-01 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-01 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-01 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-01 .box-s .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("comm-img-06.png");
    background-position: bottom center;
    background-repeat: repeat-x;
}

.comp-image-text-list-01 .box-s .box-mc .box-cont {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.comp-image-text-list-01 .box-s .box-mc .box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.comp-image-text-list-01 .box-s .box-mc .box-more {
    display: block;
    width: 100px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #FFFFFF;
    text-align: center;
}

/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-02 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 152px;
}

.comp-image-text-list-02 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-02 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-02 .box-s .box-info {
    background: #f5f7fb;
    padding: 20px;
}

.comp-image-text-list-02 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

.comp-image-text-list-02 .box-s .box-date {
    background: url("comm-img-07.png") no-repeat left center;
    padding-left: 22px;
    margin-top: 10px;
}

/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-03 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 180px;
}

.comp-image-text-list-03 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-03 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-03 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
    margin-bottom: 10px;
}

.comp-image-text-list-03 .box-s .box-title {
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.comp-image-text-list-03 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
}

/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-04 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 224px;
}

.comp-image-text-list-04 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-04 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-04 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-04 .box-s .box-img {
    border: 1px solid #EEEEEE;
}

.comp-image-text-list-04 .box-s .box-date {
    width: 68px;
    height: 68px;
    background: #0084FF;
    margin-bottom: 15px;
    margin-top: -30px;
    padding-top: 9px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.comp-image-text-list-04 .box-s .box-date .date-01 {
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.comp-image-text-list-04 .box-s .box-date .date-02 {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.comp-image-text-list-04 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    margin-bottom: 15px;
}

.comp-image-text-list-04 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
}

/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
    border: 1px solid #EEEEEE;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-05 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 254px;
}

.comp-image-text-list-05 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-05 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-05 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-05 .box-s:hover .box-more a {
    color: #CE2B2D;
}

.comp-image-text-list-05 .box-s .box-info {
    padding-left: 20px;
    padding-right: 20px;
}

.comp-image-text-list-05 .box-s .box-top {
    border-bottom: 1px solid #EEEEEE;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comp-image-text-list-05 .box-s .box-date {
    float: left;
    width: 66px;
    border-right: 1px solid #EEEEEE;
    margin-right: 13px;
}

.comp-image-text-list-05 .box-s .box-date .date-01 {
    line-height: 40px;
    color: #00A0E9;
    font-weight: bold;
    margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-date .date-02 {
    line-height: 20px;
    color: #999;
}

.comp-image-text-list-05 .box-s .box-right {
    overflow: hidden;
}

.comp-image-text-list-05 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px;
}

.comp-image-text-list-05 .box-s .box-more {
    height: 46px;
    line-height: 46px;
}

.comp-image-text-list-05 .box-s .box-more a {
    display: block;
    background: url("comm-img-08.png") no-repeat right center;
    padding-right: 45px;
    color: #333;
}

/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-06 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 190px;
}

.comp-image-text-list-06 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-06 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-06 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-06 .box-s .box-img {
    float: left;
    margin-right: 30px;
    width: 290px;
}

.comp-image-text-list-06 .box-s .box-info {
    padding-top: 20px;
    overflow: hidden;
}

.comp-image-text-list-06 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    height: auto;
    margin-bottom: 15px;
    font-weight: bold;
}

.comp-image-text-list-06 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    margin-bottom: 15px;
}

.comp-image-text-list-06 .box-s .box-date {
    color: #EAAC75;
}

/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-07 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.comp-image-text-list-07 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-07 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-07 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-image-text-list-07 .box-s .box-img {
    border-radius: 5px;
}

.comp-image-text-list-07 .box-s .box-info {
    margin-top: -60px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.comp-image-text-list-07 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    height: 90px;
    margin-bottom: 20px;
}

.comp-image-text-list-07 .box-s .box-other {
    line-height: 38px;
}

.comp-image-text-list-07 .box-s .box-date {
    float: left;
    background: url("comm-img-09.png") no-repeat left center;
    padding-left: 25px;
}

.comp-image-text-list-07 .box-s .box-more {
    float: right;
    display: block;
    height: 38px;
    width: 38px;
    background: url("comm-img-10.png") no-repeat;
}

/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
    margin-left: -13px;
    margin-right: -13px;
}

.comp-personnel-list-01 .row .box-w {
    padding-left: 13px;
    padding-right: 13px;
}

.comp-personnel-list-01 .box-s {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 200px;
}

.comp-personnel-list-01 .box-s:hover .box-info .box-title {
    color: #CE2B2D;
}

.comp-personnel-list-01 .box-s:hover .box-info:after {
    width: 100%;
}

.comp-personnel-list-01 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.comp-personnel-list-01 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-01 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-01 .box-s .box-img {
    border: 1px solid #eee;
}

.comp-personnel-list-01 .box-s .box-info {
    position: relative;
    border-bottom: 4px solid #5184c6;
    padding: 10px 15px;
    background-color: #f5f7fb;
}

.comp-personnel-list-01 .box-s .box-info:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    background-color: #BB3913;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.comp-personnel-list-01 .box-s .box-info .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.comp-personnel-list-01 .box-s .box-info .box-txt {
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
    max-width: 186px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.comp-personnel-list-02 .box-s:hover .box-info .box-title {
    color: #CE2B2D;
}

.comp-personnel-list-02 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.comp-personnel-list-02 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-02 .box-s .box-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.comp-personnel-list-02 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.comp-personnel-list-02 .box-s .box-txt {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 24px;
    height: 120px;
}

/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.comp-personnel-list-03 .box-s:hover .box-title {
    color: #CE2B2D;
}

.comp-personnel-list-03 .box-s:hover .box-more {
    background-color: #CE2B2D;
}

.comp-personnel-list-03 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 210px;
}

.comp-personnel-list-03 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-03 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-03 .box-s .box-img {
    float: left;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-right: 25px;
    width: 145px;
}

.comp-personnel-list-03 .box-s .box-info {
    overflow: hidden;
}

.comp-personnel-list-03 .box-s .box-title {
    position: relative;
    border-bottom: 1px solid #d9dfe7;
    line-height: 26px;
    padding-bottom: 10px;
    font-weight: bold;
    clear: #BB3913;
    display: block;
    margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 28px;
    height: 2px;
    background-color: #4c63b6;
    z-index: 2;
}

.comp-personnel-list-03 .box-s .box-other {
    color: #666;
    margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-other span {
    font-weight: bold;
    color: #3b4461;
    line-height: 28px;
}

.comp-personnel-list-03 .box-s .box-more {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #354a96;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("comm-arrow.png");
}

@media (min-width: 992px) {
    .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
        clear: left;
    }
}

/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.comp-personnel-list-04 .box-s:hover .box-info .box-title {
    color: #CE2B2D;
}

.comp-personnel-list-04 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 280px;
}

.comp-personnel-list-04 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-04 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-04 .box-s .box-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.comp-personnel-list-04 .box-s .box-title {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.comp-personnel-list-04 .box-s .box-title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.comp-personnel-list-04 .box-s .box-title:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #d0d4e3;
    width: 26px;
    height: 2px;
    margin-left: -13px;
    bottom: 0;
}

.comp-personnel-list-04 .box-s div[class^="box-txt"] {
    color: #666;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #999;
}

.comp-personnel-list-05 .box-s:hover .box-title .title-name {
    color: #CE2B2D;
}

.comp-personnel-list-05 .box-s:hover .box-more {
    color: #CE2B2D;
}

.comp-personnel-list-05 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 205px;
}

.comp-personnel-list-05 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-05 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-05 .box-s .box-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    float: left;
    width: 165px;
    margin-right: 25px;
}

.comp-personnel-list-05 .box-s .box-info {
    overflow: hidden;
    padding-top: 15px;
}

.comp-personnel-list-05 .box-s .box-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-title .title-name {
    color: #BB3913;
}

.comp-personnel-list-05 .box-s .box-txt {
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-txt > div {
    float: left;
    margin-right: 20px;
}

.comp-personnel-list-05 .box-s .box-txt > div:last-child {
    margin-right: 0;
}

.comp-personnel-list-05 .box-s .box-other {
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-more {
    display: inline-block;
    color: #333;
}

/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
    background: url("comm-arrow2.png") no-repeat left center;
    padding-left: 20px;
    color: #4D4D4D;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.comp-personnel-list-06 .box-s.title-col {
    color: #3D55A7;
    font-weight: bold;
}

.comp-personnel-list-06 .box-s:hover {
    color: #CE2B2D;
}

/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
    position: relative;
    padding: 30px 220px 30px 30px;
    margin-bottom: 30px;
    background: #f6f7fa;
    min-height: 280px;
}

.comp-personnel-details-01 .info-top .box-img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 160px;
}

.comp-personnel-details-01 .info-top .box-img img {
    display: block;
    width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-title {
    border-bottom: 1px solid #c4cdd7;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .info-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #FF8500;
}

.comp-personnel-details-01 .info-top .box-info .info-title span {
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    display: inline-block;
}

.comp-personnel-details-01 .info-top .box-info .box-s {
    line-height: 24px;
    margin-bottom: 6px;
}

.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
    color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
    color: #1a5ba8;
}

.comp-personnel-details-01 .info-top .box-info .info-table {
    display: table;
    width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: table-row;
    width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
    line-height: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: table-cell;
    width: 50%;
}

.comp-personnel-details-01 .info-groups {
    margin-bottom: 25px;
}

.comp-personnel-details-01 .info-groups:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-01 .info-groups .info-title {
    line-height: 1.4;
    background: #F6F7FA;
    border-left: 5px solid #c5cfea;
    padding: 10px 15px;
    font-weight: bold;
    color: #1958AF;
    margin-bottom: 20px;
}

.comp-personnel-details-01 .info-groups .info-txt {
    color: #666;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-01 .details-info {
    color: #666;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-01 .details-info b {
    line-height: 1.4;
    background: #F6F7FA;
    border-left: 5px solid #c5cfea;
    padding: 10px 15px;
    font-weight: bold;
    color: #1958AF;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}

.comp-personnel-details-02 .info-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #ff9800;
}

.comp-personnel-details-02 .info-top .top-title {
    line-height: 40px;
    margin-bottom: 5px;
}

.comp-personnel-details-02 .info-top .top-title > div {
    float: left;
    margin-right: 20px;
}

.comp-personnel-details-02 .info-top .top-title > div:last-child {
    margin-right: 0;
}

.comp-personnel-details-02 .info-top .top-title .title-name {
    color: #004098;
    font-weight: bold;
}

.comp-personnel-details-02 .info-center {
    position: relative;
    margin-bottom: 30px;
    background: #f5f7fb;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 280px;
    min-height: 300px;
}

.comp-personnel-details-02 .info-center .box-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 280px;
    background-color: #c1dced;
    text-align: center;
}

.comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
    max-height: calc(300px - 60px);
    margin-left: auto;
    margin-right: auto;
}

.comp-personnel-details-02 .info-center .box-info {
    padding: 30px;
}

.comp-personnel-details-02 .info-center .box-info .box-s {
    line-height: 28px;
    margin-bottom: 10px;
}

.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
    color: #454545;
    font-weight: bold;
}

.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
    color: #1a5ba8;
}

.comp-personnel-details-02 .info-center .box-info .info-table {
    display: table;
    width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
    display: table-row;
    width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
    line-height: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
    display: table-cell;
    width: 50%;
}

.comp-personnel-details-02 .info-other {
    background: #f5f7fb;
    padding: 30px;
    font-size: 15px;
}

.comp-personnel-details-02 .other-txt {
    color: #333;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-02 .other-groups {
    margin-bottom: 25px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-02 .other-groups:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-02 .other-groups .info-title {
    line-height: 1.4;
    background: #d5eaf8;
    border-left: 5px solid #1259b9;
    padding: 10px 15px;
    font-weight: bold;
    color: #1958AF;
    margin-bottom: 20px;
}

/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
    width: 240px;
    float: left;
    margin-right: 30px;
}

.comp-personnel-details-03 .details-info.info-img-02 {
    width: 185px;
}

.comp-personnel-details-03 .details-info .info-img {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.comp-personnel-details-03 .details-info .info-img img {
    display: block;
    width: 100%;
}

.comp-personnel-details-03 .details-info .info-name {
    position: relative;
    border-bottom: 1px solid #D9DFE7;
    color: #3B4461;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Raleway-Bold';
}

.comp-personnel-details-03 .details-info .info-name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 28px;
    height: 2px;
    background-color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .title-s {
    font-family: 'Raleway-Bold';
    color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .txt-s {
    font-family: 'OpenSans-Regular';
    color: #444444;
    margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont {
    overflow: hidden;
}

.comp-personnel-details-03 .details-cont .cont-title {
    border-bottom: 1px solid #c4cdd7;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    color: #454545;
}

.comp-personnel-details-03 .details-cont .cont-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #FF8500;
}

.comp-personnel-details-03 .details-cont .cont-title span {
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    display: inline-block;
}

.comp-personnel-details-03 .details-cont .cont-info {
    line-height: 1.8;
    overflow: hidden;
    color: #444444;
}

.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
    margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont .cont-info b {
    background-color: #f0f3fa;
    border-left: 5px solid #354a96;
    padding: 12px 15px;
    line-height: 24px;
    color: #3B4461;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

.comp-personnel-details-03 .details-cont .cont-info b:first-child {
    margin-top: 0;
}

/*分页*/
.comp-pages {
    margin-top: 50px;
}

.comp-pages.comp-page-01 .page-pc a {
    background: #EDEDED;
}

.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
    border: none !important;
}

.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
    border-radius: 20px;
}

.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
    border: none !important;
    border-radius: 20px;
}

.comp-pages .page-pc {
    text-align: right;
    background: #BB3913;
    border-radius: 4px;
    padding: 15px;
}

.comp-pages .page-pc .page-num,
.comp-pages .page-pc ul,
.comp-pages .page-pc .topage {
    vertical-align: bottom;
}

.comp-pages .page-pc .page-num {
    margin-right: 15px;
    color: #fff;
    display: inline-block;
}

.comp-pages .page-pc .page-num > div {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.comp-pages .page-pc .page-num select {
    width: 80px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #BB3913;
}

.comp-pages .page-pc .topage {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}

.comp-pages .page-pc .topage .inp-num {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #BB3913;
}

.comp-pages .page-pc ul {
    display: inline-block;
}

.comp-pages .page-pc ul li {
    display: inline-block;
    vertical-align: bottom;
}

.comp-pages .page-pc a,
.comp-pages .page-pc span {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #BB3913;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
}

.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
    background: #BB3913;
    border: 1px solid #BB3913;
    color: #fff;
}

.comp-pages .page-pc span {
    background: #EAC076;
    color: #BB3913;
}

.comp-pages .page-phone {
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #BB3913;
    display: none !important;
}

.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
    color: #fff;
}

/*细览，单页*/
.details-page {
    color: #666666;
    position: relative;
    line-height: 1.8;
}

.details-page img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.details-page video {
    border-radius: 5px;
    width: 76% !important;
    height: 100% !important;
    margin: 18px auto;
    display: block;
}

.details-page .detail-top {
    margin-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 12px;
}

.details-page .detail-top .title-s {
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.details-page .top-other {
    color: #797575;
    margin-top: 20px;
    padding: 0;
}

.details-page .top-other.top-other-no-share .other-info {
    float: none;
    text-align: center;
}

.details-page .top-other .other-info {
    float: left;
}

.details-page .top-other .other-share {
    float: right;
}

.details-page .top-other .other-share > div {
    display: inline-block;
}

.details-page .top-other span,
.details-page .top-other a {
    display: inline-block;
    margin-right: 5px;
}

.details-page .top-other span:last-child,
.details-page .top-other a:last-child {
    margin-right: 0;
}

.details-page .main-cont {
    color: #3F424D;
    text-align: justify;
}


.details-page .main-cont p {
    margin-bottom: 10px;
    line-height: 2;
}

.details-page .main-cont img{
    width: 100%;
}

.details-page .main-cont.cont-xilan img {
    /*max-width: 800px;*/
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.details-page .cont-page {
    margin-top: 30px;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    line-height: 30px;
    color: #4D4D4D;
}

.details-page .cont-page .a-page {
    margin-bottom: 12px;
}

.details-page .cont-page .a-page:last-child {
    margin-bottom: 0;
}

.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
    display: inline;
}

.details-page .cont-page .a-page a {
    color: #4D4D4D;
}

.details-page .cont-page .a-page:hover {
    color: #CE181B;
}

.details-page .cont-page .a-page:hover a {
    color: #CE181B;
}

.details-page .cont-page-share {
    position: relative;
    padding-right: 100px;
    border-top: 1px solid #c1d1e5;
    margin-top: 30px;
}

.details-page .cont-page-share .cont-page {
    margin-top: 0;
    border-top: none;
}

.details-page .cont-page-share .cont-share {
    position: absolute;
    right: 0;
    top: 20px;
}

.details-page .cont-page-share .share-xl .social-share a {
    width: 32px;
    height: 32px;
}

/*分享*/
.social-share {
    /*二维码样式*/
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -64px;
    width: 160px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -64px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.share-xl .social-share a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
}

.share-xl .social-share a.icon-wechat {
    background: url("../images/zhdyw-icon-09.png") no-repeat center center;
}

.share-xl .social-share a.icon-weibo {
    background: url("../images/zhdyw-icon-08.png") no-repeat center center;
}

.share-xl .social-share a.icon-qq {
    background: url("../images/zhdyw-icon-10.png") no-repeat center center;
}

/*bread-crumbs*/
.bread-crumbs {
    position: relative;
    color: #677588;
}

.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
    content: '\f101';
}

.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
    content: '|';
}

.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
    content: '/';
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups {
    position: relative;
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
    content: "\f015";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
    font-size: 16px;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups {
    position: relative;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
    font-size: 18px;
}

.bread-crumbs .bread-item-groups {
    line-height: 30px;
}

.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
    display: inline-block;
}

.bread-crumbs .bread-item a {
    color: #677588;
}

.bread-crumbs .bread-item a.cur {
    color: #BB3913;
}

.bread-crumbs .bread-item > span:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
}

.bread-crumbs a:hover,
.bread-crumbs a.cur {
    color: #BB3913;
}

/*other-menu*/
.other-menu {
    padding-bottom: 30px;
    margin-right: 8px;
}

.other-menu .menu-title {
    background: #BB3913;
    background-size: cover;
    min-height: 65px;
    line-height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

.other-menu .menu-cont {
    background-color: #f5f7fb;
}

.other-menu .menu-cont .box-a {
    display: block;
    background: #FFFFFF;
    border-bottom: 1px solid #e2e5ef;
}

.other-menu .menu-cont .a-title {
    display: block;
    padding: 12px 30px;
    line-height: 30px;
    position: relative;
    color: #333;
    font-size: 17px;
}

.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
    position: absolute;
}

.other-menu .menu-cont .a-title:before {
    content: '';
    left: 15px;
    top: 19px;
    width: 5px;
    height: 18px;
    background: #3D55A7;
    border-radius: 3px;
}

.other-menu .menu-cont .a-title:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 15px;
    font-size: 18px;
}

.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
    color: #FFFFFF;
    background: #BB3913;
}

.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
    background: #fff;
}

.other-menu .down-menu {
    padding-bottom: 10px;
    padding-left: 15px;
}

.other-menu .down-menu a {
    display: block;
    padding: 5px 20px 5px 35px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    position: relative;
}

.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
    color: #3D55A7;
}

.other-menu .down-menu a:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    background-size: contain;
    width: 4px;
    height: 4px;
    background-color: #2e6da4;
    border-radius: 5px;
}

/*banner*/
.comp-banner {
    overflow: hidden;
}

.comp-banner:hover .owl-nav button.owl-prev {
    left: 2%;
}

.comp-banner:hover .owl-nav button.owl-next {
    right: 2%;
}

.comp-banner.comp-banner-01 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.comp-banner .banner-box {
    position: relative;
}

.comp-banner .banner-box img {
    display: block;
    width: 100%;
}

.comp-banner .banner-box .banner-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.comp-banner .banner-box .banner-mc .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
}

.comp-banner .owl-item.active .item .banner-mc .banner-title {
    animation-name: moveInUp;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

.comp-banner .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comp-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #666;
}

.comp-banner .owl-dots .owl-dot.active {
    background-color: #CE2B2D;
}

.comp-banner .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5) !important;
    text-align: center;
    transition: all 0.5s;
}

.comp-banner .owl-nav button span {
    display: none;
}

.comp-banner .owl-nav button:after {
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.comp-banner .owl-nav button.owl-prev {
    left: -40px;
}

.comp-banner .owl-nav button.owl-prev:after {
    content: '\f104';
}

.comp-banner .owl-nav button.owl-next {
    right: -40px;
}

.comp-banner .owl-nav button.owl-next:after {
    content: '\f105';
}

.slider-progress-bar .progress {
    height: 4px;
    background: #BB3913;
    animation: sliderProgressBar ease;
    display: block;
}

.my-slider:hover .slider-progress-bar .progress {
    animation-play-state: paused;
}

@keyframes sliderProgressBar {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes moveInUp {
    0% {
        opacity: 0;
        transform: translate(-50%, -10%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/*图片集*/
.comp-photo-album {
    width: 100%;
    min-height: 500px;
    padding-bottom: 60%;
}

.comp-photo-album .lg-outer .lg-thumb-outer {
    background-color: #fff;
}

a[href]:after {
    content: normal;
}

*:focus {
    outline: none;
}

.container,
.container-new {
    *zoom: 1;
}

.container:after,
.container-new:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.container-new {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}

body {
    font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
}

.body-wrap {
    position: relative;
}

.body-wrap::before,
.body-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.body-wrap::before {
    background-position: top center;
    background-image: url('../images/zhdyw-page-bgtop.png');
}

.body-wrap::after {
    background-position: bottom center;
    background-image: url('../images/zhdyw-page-bgbtm.png');
}

.header {
    position: relative;
    z-index: 2;
}

.header .container {
    position: relative;
}

.header .header-logo {
    float: left;
    width: 348px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.header .header-logo img {
    display: block;
    width: 100%;
}

.header .header-other {
    float: right;
}

/*nav*/
nav.navbar.bootsnav {
    min-height: 80px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 999;
    position: relative;
}

nav.navbar.bootsnav .nav-main {
    background: #BB3913;
}

nav.navbar.bootsnav .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

nav.navbar.bootsnav .navbar-brand {
    padding: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

nav.navbar.bootsnav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

nav.navbar.bootsnav ul.nav {
    width: 100%;
}

nav.navbar.bootsnav ul.nav > li {
    margin: 0;
    padding: 0;
    width: 10%;
    height: 80px;
}

nav.navbar.bootsnav ul.nav > li > a {
    line-height: 80px;
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    display: block;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    background-color: transparent !important;
    font-weight: bold;
}

nav.navbar.bootsnav ul.nav > li.active > a {
    font-weight: bold;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    display: none;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    margin-top: 10px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
    background: #F4F3FD;
    min-width: 120px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    padding-top: 10px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -4px;
    width: 0px;
    height: 0px;
    border: 7px solid #000;
    border-bottom-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:last-child a {
    border-bottom: none;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: 1px solid rgba(112, 40, 169, 0.17);
    color: #333333;
    margin: 0;
    padding: 10px 15px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #BB3913;
    z-index: -1;
    transition: all 0.5s;
    overflow: hidden;
    width: 0;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #fff;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover::after {
    left: 0;
    width: 100%;
}

.header-other {
    padding-top: 55px;
    padding-bottom: 50px;
}

.header-other > div {
    float: left;
}

.header-other .other-logreg {
    position: absolute;
    color: #333;
    right: 0;
    top: 10px;
}

.header-other .other-logreg a,
.header-other .other-logreg span {
    display: inline-block;
}

.header-other .other-logreg a {
    color: #333;
}

.header-other .other-logreg a:hover {
    color: #BB3913;
}

.header-other .other-logreg span {
    width: 1px;
    background-color: #C2C2C2;
    height: 14px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.header-other .other-erwm {
    padding-top: 5px;
}

.header-other .other-erwm > div {
    float: left;
}

.header-other .other-erwm .title-s {
    margin-right: 10px;
    line-height: 60px;
    color: #BB3913;
}

.header-other .other-erwm .img-s img {
    display: block;
    width: 60px;
    height: 60px;
}

.header-other .search-a {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 18px;
    border: 1px solid #BB3913;
    background: url(../images/zhdyw-icon-03.png) no-repeat center center;
    background-size: 16px;
    right: 0;
    top: 15px;
    display: none;
}

.header-other .tools {
    position: relative;
    z-index: 999;
    min-height: 32px;
    float: left;
    min-width: 32px;
    margin-right: 58px;
}

.search-box {
    width: 500px;
    position: relative;
}

.search-box.search-mobile {
    width: 100%;
}

.search-box.search-mobile .s-inp {
    height: 56px;
    line-height: 54px;
    border-radius: 28px;
    color: #fff !important;
    border-width: 1px;
}

.search-box .s-inp {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    border: 2px solid #B73B17;
    padding-left: 25px;
    padding-right: 65px;
    color: #666;
}

.search-box .s-btn {
    background: url("../images/zhdyw-icon-03.png") no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 30px;
    position: absolute;
    z-index: 9;
}

.phoe-menu-toggle {
    display: none;
}

@media (max-width: 1199px) {
    .header .header-logo {
        float: left;
        width: 300px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header .header-logo img {
        display: block;
        width: 100%;
    }

    .header-other {
        padding-top: 48px;
        padding-bottom: 30px;
        position: relative;
    }

    .header-other .other-erwm {
        padding-top: 0;
    }

    .search-box {
        width: 350px;
    }

    .search-box .s-inp {
        height: 60px;
    }

    .search-box .s-btn {
        width: 24px;
        height: 24px;
        top: 18px;
    }

    nav.navbar.bootsnav {
        height: 60px;
        min-height: 60px;
    }

    nav.navbar.bootsnav .nav-main {
        height: 60px;
    }

    nav.navbar.bootsnav .navbar-nav {
        display: none !important;
    }

    .phone-menu-toggle {
        display: block !important;
    }

    .navbar .toggle {
        margin-top: 18px;
    }
}

@media (max-width: 991px) {
    .header-other {
        padding-top: 48px;
        padding-bottom: 30px;
        position: relative;
    }

    .header-other .other-erwm {
        padding-top: 0;
    }

    .header-other .tools {
        margin-right: 30px;
    }

    .header-other .tools .search-a {
        display: block;
    }

    .header-other .tools .search-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .header-logo {
        float: left;
        width: 200px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .header .header-logo img {
        display: block;
        width: 100%;
    }

    .header-other {
        padding-top: 3px;
        padding-bottom: 20px;
        position: static;
    }

    .header-other > div {
        float: left;
    }

    .header-other .other-logreg {
        right: auto;
        left: 15px;
        top: 5px;
    }

    .header-other .other-erwm > div {
        float: none;
    }

    .header-other .other-erwm .title-s {
        margin-right: 0;
        line-height: 30px;
        font-size: 14px;
    }

    .header-other .other-erwm .img-s img {
        margin-left: auto;
        margin-right: auto;
    }

    .header-other .tools {
        margin-right: 15px;
        top: 28px;
    }

    .header-other .tools .search-a {
        display: block;
    }

    .header-other .tools .search-box {
        display: none;
    }

    .navbar .toggle {
        right: 18px;
    }
}

.footer {
    position: relative;
    z-index: 2;
}

.footer .footer-info {
    background-color: #BB3913;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    line-height: 26px;
}

.footer a,
.footer span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.footer a {
    color: #fff;
}

.up-search-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    transition: all 0.3s;
    transform: scale(1.2);
    opacity: 0;
    z-index: -1;
}

.up-search-box .middle-cont {
    width: 100%;
}

.up-search-box .up-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('../images/light-h-close.png') no-repeat;
    width: 32px;
    height: 32px;
}

.up-search-box.active {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

/*-----------------------------------------  index  -----------------------------------------*/
.index-video {
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
}

.index-video .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 250px;
}
.index-video .container .row {
	width: 100%;
	height: 100%;
	margin-left: 30px;
	
}
.index-video .container .row:nth-child(1) {
	margin-left: 0px;	
}
.index-video .container .row video {
	width: 100%;
	height: 100%;
}

.index-banner .banner-main {
    position: relative;
    overflow: hidden;
	height: 400px;
}
.index-banner .banner-main .banner-img {
	height: 400px;
}
.index-banner .banner-main .banner-img img {
	height: 400px;
}
.index-banner .banner-next,
.index-banner .banner-prev {
    transition: all 0.7s;
    width: 50px;
    height: 110px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: -55px;
}

.index-banner .banner-next::after,
.index-banner .banner-prev::after {
    color: #fff;
    font-size: 28px;
    opacity: 1;
}

.index-banner .banner-next:hover,
.index-banner .banner-prev:hover {
    background: #BB3913;
}

.index-banner .banner-next {
    right: 0;
}

.index-banner .banner-prev {
    left: 0;
}

.index-banner .banner-page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.index-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 7px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    background: #fff;
    opacity: 1;
    vertical-align: top;
    position: relative;
    transition: all 0.5s;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 56px;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.index-banner .banner-box {
    position: relative;
    height: 100%;
}

.index-banner .banner-box .banner-img img {
    display: block;
    width: 100%;
}

.index-banner .banner-box .banner-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('bsd-banner-mc.png') repeat-x bottom left;
}

.index-banner .banner-box .banner-cont .cont-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 45px;
}

.index-banner .banner-box .banner-cont .box-title {
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 25px;
    padding-right: 365px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
}

.index-banner .banner-box .banner-cont .box-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 3px;
    height: 24px;
    background: #FFFFFF;
}

.index-banner .box-title {
    -webkit-animation: fadeOutDown 0.5s both;
    animation: fadeOutDown 0.5s both;
}

.index-banner .swiper-slide-active .box-title {
    -webkit-animation: fadeInUp 0.5s both 1s;
    animation: fadeInUp 0.5s both 1s;
}

.index-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.index-news-scroll {
    overflow: hidden;
    position: relative;
}

.index-news-scroll .swiper-container {
    width: 100%;
    height: 100%;
}

.index-news-scroll .news-box {
    position: relative;
}

.index-news-scroll .news-box .news-img {
    overflow: hidden;
}

.index-news-scroll .news-box .news-img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.index-news-scroll .news-box .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 150px 5px 20px;
    color: #fff;
}

.index-news-scroll .news-box .news-title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.index-news-scroll .news-box:hover .news-img img {
    transform: scale(1.05);
}

.index-news-scroll .news-page {
    left: auto;
    right: 20px;
    width: auto;
    bottom: 15px !important;
    z-index: 101;
    height: 10px;
    line-height: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.index-news-scroll .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
    background: #fff;
    opacity: 1;
    vertical-align: top;
    position: relative;
    transition: all 0.5s;
}

.index-news-scroll .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 56px;
    background: #BB3913;
}

.index-main {
    position: relative;
    z-index: 2;
}

.index-title {
    position: relative;
    color: #BB3913;
    margin-bottom: 12px;
}

.index-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DCDCDC;
}

.index-title .title-text {
    float: left;
    position: relative;
    height: 42px;
    line-height: 32px;
    font-weight: bold;
    background: url('../images/zhdyw-icon-01.png') no-repeat 0 7px;
    padding-left: 30px;
}

.index-title .title-more {
    float: right;
    position: relative;
    padding-right: 15px;
    color: #BD2A33;
    line-height: 34px;
}

.index-title .title-more::before {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
}

.index-title .title-more:hover {
    color: #B47956;
}

.tabs-groups .tabs-title {
    height: 42px;
    line-height: 32px;
    position: relative;
    margin-bottom: 12px;
}

.tabs-groups .tabs-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DCDCDC;
}

.tabs-groups .tabs-title .title-txt {
    float: left;
}

.tabs-groups .tabs-title .title-txt a {
    float: left;
    margin-right: 50px;
    font-weight: bold;
}

.tabs-groups .tabs-title .title-txt a:last-child {
    margin-right: 0;
}

.tabs-groups .tabs-title .title-txt a.active,
.tabs-groups .tabs-title .title-txt a:hover {
    color: #BB3913;
}

.tabs-groups .tabs-title .title-txt a.active {
    background: url('../images/zhdyw-icon-01.png') no-repeat 0 7px;
    padding-left: 30px;
}

.tabs-groups .tabs-title .title-more-w {
    float: right;
}

.tabs-groups .tabs-title .title-more-w .title-more {
    float: right;
    position: relative;
    padding-right: 15px;
    color: #BD2A33;
    line-height: 34px;
    display: none;
}

.tabs-groups .tabs-title .title-more-w .title-more::before {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
}

.tabs-groups .tabs-title .title-more-w .title-more:hover {
    color: #B47956;
}

.tabs-groups .tabs-title .title-more-w .title-more.active {
    display: block;
}

.tabs-groups .tabs-cont > div {
    display: none;
}

.tabs-groups .tabs-cont > div.active {
    display: block;
}

.index-list-txt.list-txt-02 .box-s {
    min-height: 36px;
    line-height: 36px;
}

.index-list-txt.list-txt-02 .box-s .box-title {
    line-height: 36px;
    height: 36px;
}

.index-list-txt.list-txt-02 .box-s::before {
    top: 16px;
}

.index-list-txt .box-s {
    position: relative;
    min-height: 34px;
    padding: 0 140px 0 20px;
    line-height: 34px;
}

.index-list-txt .box-s:hover .box-title,
.index-list-txt .box-s:hover .box-date {
    color: #BB3913;
}

.index-list-txt .box-s:hover::before {
    background: #BB3913;
}

.index-list-txt .box-s::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 4px;
}

.index-list-txt .box-s .box-title {
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 34px;
    line-height: 34px;
}

.index-list-txt .box-s .box-date {
    position: absolute;
    right: 0;
    top: 0px;
    color: #666;
}

.index-list-img-02 {
    overflow: hidden;
}

.index-list-img-02 .row-w {
    margin-left: -8px;
}

.index-list-img-02 .row-w .col-w {
    padding-left: 8px;
    padding-right: 8px;
}

.index-list-img-02 .box-s {
    margin-bottom: 25px;
}

.index-list-img-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.index-list-img-02 .box-s:hover .box-title {
    color: #BB3913;
}

.index-list-img-02 .box-s .box-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.index-list-img-02 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 186px;
    transition: all 0.5s;
}

.index-list-img-02 .box-s .box-title {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

.index-list-img-03 .row-w {
    margin-left: -8px;
}

.index-list-img-03 .row-w .col-w {
    padding-left: 8px;
    padding-right: 8px;
}

.index-list-img-03 .box-s {
    margin-bottom: 15px;
}

.index-list-img-03 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.index-list-img-03 .box-s:hover .box-title {
    color: #BB3913;
}

.index-list-img-03 .box-s .box-img {
    overflow: hidden;
    margin-bottom: 7px;
}

.index-list-img-03 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 120px;
    transition: all 0.5s;
}

.index-list-img-03 .box-s .box-title {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

.website-intr .cont-img {
    overflow: hidden;
    float: left;
    margin-right: 20px;
    width: 378px;
}

.website-intr .cont-img .phone-img {
    display: none;
}

.website-intr .cont-img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.website-intr .cont-info {
    overflow: hidden;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/*-------------------------------------------- page common ---------------------------------------------*/
.bread-crumbs .bread-item-groups {
    background: url('../images/zhdyw-icon-home.png') no-repeat 0 7px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.bread-crumbs .bread-item {
    color: #fff;
    line-height: 30px;
}

.bread-crumbs .bread-item a {
    color: #666;
    position: relative;
}

.bread-crumbs .bread-item a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 1px;
    background-color: #666;
    transition: all 0.5s;
    width: 0;
}

.bread-crumbs .bread-item a:last-child {
    color: #666;
}

.bread-crumbs .bread-item a:hover::before {
    width: 100%;
}

.bread-crumbs .bread-item > span {
    color: #666666;
}

.bread-crumbs .bread-item > span::before {
    color: #666666;
}

.bread-crumbs span {
    color: #666666;
}

.page-content {
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
}

.content-main {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.channel-menu {
    background: #F5EEEA;
    border-radius: 4px;
    border: 1px solid rgba(181, 59, 20, 0.3);
    padding: 10px 40px;
    margin-bottom: 25px;
}

.channel-menu a {
    float: left;
    margin-right: 40px;
    line-height: 40px;
    color: #333333;
}

.channel-menu a:hover,
.channel-menu a.active {
    color: #B53510;
}

.channel-menu a:last-child {
    margin-right: 0;
}

.dy-list-img.index-list-img li .box-s {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.dy-list-img li:last-child .box-s {
    margin-bottom: 0;
}

.dy-list-img .box-s {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.dy-list-img .box-s:hover .box-img img {
    transform: scale(1.1);
}

.dy-list-img .box-s:hover .box-title,
.dy-list-img .box-s:hover .box-date {
    color: #BB3913;
}

.dy-list-img .box-s .box-img {
    float: left;
    margin-right: 12px;
    overflow: hidden;
}

.dy-list-img .box-s .box-img img {
    display: block;
    width: 190px;
    transition: all 0.5s;
}

.dy-list-img .box-s .box-info {
    overflow: hidden;
}

.dy-list-img .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: bold;
}

.dy-list-img .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: 60px;
    color: #666;
}

.dy-list-img .box-s .box-date {
    margin-top: 5px;
    color: #666;
}

.dy-list-txt .box-s {
    position: relative;
    min-height: 60px;
    padding: 15px 140px 15px 20px;
    line-height: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.dy-list-txt .box-s:hover .box-title,
.dy-list-txt .box-s:hover .box-date {
    color: #BB3913;
}

.dy-list-txt .box-s:hover::before {
    background: #BB3913;
}

.dy-list-txt .box-s::before {
    content: '';
    position: absolute;
    left: 0;
    top: 27px;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 4px;
}

.dy-list-txt .box-s .box-title {
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.dy-list-txt .box-s .box-date {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #666;
}

.details-page {
    padding-top: 20px;
}

.details-page.other-info {
    margin-bottom: 50px;
}

.details-page.other-info .detail-top {
    border-bottom: none;
}

.details-page .detail-top {
    border-bottom: 1px solid rgba(2, 51, 111, 0.13);
    padding-bottom: 15px;
}

.details-page .detail-top .title-s {
    color: #333333;
    max-width: 100%;
    line-height: 1.4;
}

.details-page .top-other {
    margin-top: 25px;
    background: #BB3913;
    border-radius: 4px;
    padding: 15px 30px;
    line-height: 30px;
}

.details-page .top-other .other-info span,
.details-page .top-other .other-info a {
    color: #fff;
}

.details-page .social-share .icon-wechat .wechat-qrcode.bottom {
    left: auto !important;
    right: 0 !important;
}

.details-page .main-cont {
    line-height: 2.2;
    text-align: justify;
    color: #333333;
}

@media (max-width: 767px) {
    .details-page .top-other .other-info,
    .details-page .top-other .other-share {
        float: none;
        text-align: center;
    }
}

.dy-hzjg {
    background: #FFF1ED;
    border-radius: 10px;
    padding: 30px;
}

.dy-hzjg .box-title {
    margin-bottom: 15px;
    color: #333333;
    font-weight: bold;
}

.dy-hzjg .box-s {
    overflow: hidden;
    margin-bottom: 30px;
}

.dy-hzjg .box-s img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.dy-hzjg .box-s:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .dy-hzjg .col-w:nth-child(4n + 1) {
        clear: both;
    }
}

@media (min-width: 768) and (max-width: 991px) {
    .dy-hzjg .col-w:nth-child(3n + 1) {
        clear: both;
    }

    .dy-hzjg .box-main .row-w {
        margin-left: -20px;
        margin-right: -20px;
    }

    .dy-hzjg .box-main .row-w .col-w {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*  */
}

@media (max-width: 767px) {
    .dy-hzjg .col-w:nth-child(2n + 1) {
        clear: both;
    }
}

.dy-list-img-02 .box-s {
    margin-bottom: 20px;
}

.dy-list-img-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.dy-list-img-02 .box-s:hover .box-title {
    color: #BB3913;
}

.dy-list-img-02 .box-s .box-img {
    overflow: hidden;
}

.dy-list-img-02 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 238px;
    transition: all 0.5s;
}

.dy-list-img-02 .box-s .box-title {
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
}

@media (min-width: 1600px) {
    .dy-list-img-02 .row-w {
        margin-left: -18px;
        margin-right: -18px;
    }

    .dy-list-img-02 .row-w .col-w {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 768px) {
    .dy-list-img-02 li:nth-child(3n + 1) .box-s {
        clear: left;
    }
}

.dy-list-img-03 {
    overflow: hidden;
}

.dy-list-img-03 .col-w {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 30px;
}

.dy-list-img-03 .box-s {
    padding-bottom: 25px;
}

.dy-list-img-03 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.dy-list-img-03 .box-s:hover .box-title {
    color: #BB3913;
}

.dy-list-img-03 .box-s .box-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.dy-list-img-03 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 210px;
    transition: all 0.5s;
}

.dy-list-img-03 .box-s .box-title {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    height: 56px;
}

.about-list {
    margin-bottom: 40px;
}

.about-list li {
    border-bottom: 1px solid #E5E5E5;
}

.about-list li.active .groups-item .item-title span {
    color: #B53510;
}

.about-list li.active .groups-item .item-title::after,
.about-list li.active .groups-item .item-title::before {
    color: #B53510;
}

.about-list li.active .groups-item .item-title:after {
    content: "\f106";
}

.about-list li.active .groups-item .item-cont {
    display: block;
}

.about-list .groups-item .item-title {
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
}

.about-list .groups-item .item-title span {
    display: block;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}

.about-list .groups-item .item-title::after,
.about-list .groups-item .item-title::before {
    content: '';
    position: absolute;
}

.about-list .groups-item .item-title::before {
    left: 0;
    top: 31px;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 4px;
}

.about-list .groups-item .item-title::after {
    top: 15px;
    right: 0;
    font-size: 28px;
    content: "\f107";
    font-family: 'FontAwesome';
    color: #666666;
}

.about-list .groups-item .item-cont {
    display: none;
    color: #666666;
    line-height: 24px;
    padding-bottom: 30px;
}

.about-content {
    position: relative;
}

.about-content .content-map {
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-content .content-map #map {
    height: 100%;
}

.about-content .content-info {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 35px 30px;
    color: #fff;
    width: 700px;
}

.about-content .content-info .cont-title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 40px;
}

.about-content .content-info .box-s {
    margin-bottom: 35px;
    position: relative;
    padding-left: 55px;
    min-height: 50px;
    line-height: 1.5;
    color: #fff;
}

.about-content .content-info .box-s:last-child {
    margin-bottom: 0;
}

.about-content .content-info .box-s .box-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.about-content .content-info .box-s .box-icon img {
    display: block;
    width: 40px;
}

.about-content .content-info .box-s .info-title {
    margin-bottom: 5px;
}

.tc {
    text-align: center;
}