/*单行文本省略号*/
.dot {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.dot2, .dot3, .dot4 {
display: -webkit-box;
display: box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
}

.dot2 {
-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
-webkit-line-clamp: 3;
}

.dot4 {
-webkit-line-clamp: 4;
}
/*
.Banner002291 为demo编号
*/
.Banner002291 {
overflow: hidden;
}

.Banner002291 span {
display: none;
}

.Banner002291 img {
max-width: none;
width: 100%;
}

.Banner002291 .owl-nav {
display: none;
}

.Banner002291 .owl-dots {
position: absolute;
bottom: 10px;
text-align: center;
margin: 0 auto;
transform: translateX(-50%);
left: 50%;
}

.Banner002291 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    position: relative;
    top: -3px;
}

    .Banner002291 .owl-dots .owl-dot.active {
        width: 18px;
        height: 17px;
        border: 1px solid #e62129;
        position: relative;
        box-sizing: border-box;
        background: none;
        top: 0;
    }

        .Banner002291 .owl-dots .owl-dot.active::after {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            background: #e62129;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -4px;
            margin-top: -4px;
        }

/* 关于我们 */
.about {
background: url(../uploadfiles/about-bg.jpg) no-repeat;
background-size: 100% 100%;
padding-top: 100px;
}

.home-tit {
width: 50%;
padding-left: 70px;
background: url(../uploadfiles/about-logo.png) no-repeat center left;
line-height: 110px;
overflow: hidden;
}

.home-tit .home-tit-box span {
font-size: 40px;
font-family: 'D-DINCondensed';
color: #000;
font-weight: bold;
}

.home-tit b {
width: 9px;
height: 9px;
border: 1px solid #d9d9d9;
background: #fbfbfb;
display: block;
margin-left: 20px;
margin-top: 55px;
position: relative;
}

.home-tit b::after {
    content: '';
    display: block;
    width: 450px;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 3px;
    left: 7px;
}

.about .about-content {
background: #fff;
margin-top: 50px;
position: relative;
}

.about .about-content .about-content-box {
padding: 6% 0 4% 6%;
background: url(../uploadfiles/h-logo.png) no-repeat bottom right;
width: 45%;
}

.about .about-content .about-content-box h1 {
    font-size: 34px;
    font-weight: bold;
    color: #29166f;
    margin: 0;
}

.about .about-content .about-content-box b {
    display: block;
    width: 40px;
    height: 3px;
    background: #d9d9d9;
    margin: 20px 0 25px 0;
}

.about .about-content .about-content-box .about-txt {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.about .about-content .about-content-box .about-more {
    display: block;
    width: 70px;
    height: 70px;
    background: #29166f;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    margin: 50px 0;
}

.about .about-content .about-img img {
width: 100%;
max-width: 750px;
}

@media(max-width:1360px) {
.about .about-content {
margin-top: 30px;
}

.about .about-content .about-content-box {
    padding: 4% 0 3% 4%;
}

    .about .about-content .about-content-box .about-more {
        margin: 30px 0;
    }
}

@media(max-width:1280px) {
.about {
padding-top: 30px;
}
}

@media(min-width:1024px) {
.about .about-content .about-img {
position: absolute;
right: 40px;
bottom: 0;
width: 50%;
}
}

@media(max-width:1024px) {
.about {
padding-top: 10px;
}

.about .about-content {
    margin-top: 10px;
}

    .about .about-content .about-content-box {
        width: 100%;
        padding: 20px;
    }

    .about .about-content .about-img {
        width: 100%;
    }

        .about .about-content .about-img img {
            max-width: 100%;
        }

    .about .about-content .about-content-box .about-more {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

.home-tit {
width: 100%;
background-size: auto 100%;
line-height: 60px;
padding-left: 30px;
}

.home-tit .home-tit-box span {
    font-size: 30px;
}

.home-tit b {
    display: none;
}

.about .about-content .about-content-box h1 {
font-size: 20px;
}
}


/* 新闻中心 */
.news {
background: url(../uploadfiles/news-bg.jpg) no-repeat;
background-size: cover;
padding-top: 100px;
position: relative;
}

.news .home-tit {
background: url(../uploadfiles/news-logo.png) no-repeat center left;
line-height: 110px;
}

.news .home-tit .home-tit-box {
    float: left;
}

    .news .home-tit .home-tit-box span {
        font-size: 40px;
        font-family: 'D-DINCondensed';
        color: #fff;
        font-weight: bold;
    }

        .news .home-tit .home-tit-box span.en {
            letter-spacing: 5px;
        }

.news .home-tit b {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
    display: block;
    margin-left: 20px;
    margin-top: 55px;
    position: relative;
}

    .news .home-tit b::after {
        width: 300px;
        height: 1px;
        background: rgba(255,255,255,0.1);
        position: absolute;
        top: 3px;
        left: 7px;
    }

.news .home-tit .news-more {
    float: right;
}

    .news .home-tit .news-more a {
        display: block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: #e62129;
        color: #fff;
        font-size: 30px;
        margin-top: 20px;
    }

.news .news-content {
margin-top: 80px;
background: #fff;
width: 50%;
}

.news .news-content .news-first {
    padding: 0 20px 0 25px;
    border-bottom: 1px solid #e6e6e6;
}

    .news .news-content .news-first .news-img {
        width: 40%;
        position: relative;
        top: -25px
    }

        .news .news-content .news-first .news-img img {
            width: 100%;
        }

    .news .news-content .news-first .news-txt {
        width: 55%;
        margin: 20px 0 10px 0;
    }

        .news .news-content .news-first .news-txt h1 {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .news .news-content .news-first .news-txt span {
            font-size: 14px;
            color: #bfbfbf;
        }

        .news .news-content .news-first .news-txt p {
            font-size: 14px;
            color: #808080;
            margin-bottom: 0;
        }

        .news .news-content .news-first .news-txt b {
            font-size: 30px;
            color: #29166f;
            font-weight: normal;
        }

.news .news-content .news-box {
    padding: 0 35px;
}

    .news .news-content .news-box .news-list {
        padding: 20px 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .news .news-content .news-box .news-list .news-time {
            width: 13%;
            text-align: center;
            color: #29166f;
            font-family: 'D-DINCondensed';
            border-right: 1px solid #e6e6e6;
            float: left;
        }

            .news .news-content .news-box .news-list .news-time strong {
                font-size: 32px;
                font-weight: bold;
                display: block;
                padding-bottom: 5px;
            }

            .news .news-content .news-box .news-list .news-time p {
                display: inline-block;
                font-size: 14px;
                font-weight: bold;
                margin: 0;
                padding-top: 8px;
                border-top: 1px solid #e6e6e6;
            }

        .news .news-content .news-box .news-list .news-t {
            width: 80%;
            line-height: 65px;
            font-size: 16px;
            padding-right: 20px;
            background: url(../images/jt.png) no-repeat right center;
            float: right;
        }

        .news .news-content .news-box .news-list:last-child {
            border-bottom: none;
        }


.news .video {
position: relative;
width: 40%;
}

.news .video > img {
    width: 100%;
}

.news .video .play {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(0,0,0,0.4);
    position: absolute;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
    left: 50%;
    display: none
}

@media(min-width:1024px) {
.news .video {
position: absolute;
right: 0;
top: 130px;
}
}

@media(max-width:1024px) {
.news {
padding-top: 30px;
}

.news .news-content {
    width: 100%;
    margin-top: 30px;
}

    .news .news-content .news-first .news-img {
        width: 100%;
    }

    .news .news-content .news-first .news-txt {
        width: 100%;
    }

.news .video {
    width: 100%;
}

.news .home-tit {
    width: 100%;
    background-size: auto 100%;
    line-height: 30px;
}

    .news .home-tit b {
        display: none;
    }

.news .home-tit {
    width: 100%;
    background-size: auto 100%;
}

    .news .home-tit .home-tit-box span {
        font-size: 30px;
    }

    .news .home-tit .news-more a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        margin-right: 20px;
    }

.news .news-content .news-box {
    padding: 0 15px;
}

    .news .news-content .news-box .news-list .news-time {
        width: 17%;
    }
}

/* 工程案例 */
.case {
padding-top: 100px;
}

.case .case-tit {
padding-left: 70px;
background: url(../uploadfiles/case-logo.png) no-repeat center left;
line-height: 110px;
overflow: hidden;
}

@media(max-width: 996px){
.case .case-tit {
    padding-left: 22px
}
}



.case .case-tit .case-tit-box {
    float: left;
}

    .case .case-tit .case-tit-box span {
        font-size: 40px;
        font-family: 'D-DINCondensed';
        color: #29166f;
        font-weight: bold;
    }

        .case .case-tit .case-tit-box span.en {
            letter-spacing: 5px;
            color: #ccc;
        }

.case .case-tit b {
    width: 9px;
    height: 9px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: block;
    margin-left: 20px;
    margin-top: 55px;
    position: relative;
}

    .case .case-tit b::after {
        content: '';
        display: block;
        width: 900px;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        top: 3px;
        left: 7px;
    }

.case .case-tit .case-more {
    float: right;
}

    .case .case-tit .case-more a {
        display: block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: #29166f;
        color: #fff;
        font-size: 30px;
        margin-top: 20px;
        z-index: 999;
    }

.case-box {
padding-top: 50px;
}

@media(max-width: 996px){
.case-box {
padding-top: 10px;
}
}

.case-list {
position: relative;
top: 0;
transition: all .5s;
}

.case-list .case-img {
position: relative;
overflow: hidden;
}

.case-list .case-img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    z-index: 999;
    background: rgba(0,0,0,0.2);
    text-align: center;
    transition: all .5s;
}
    .case-list .case-img img{
    height: 250px
    }

    @media(max-width: 996px){
    .case-list .case-img img{
    height: 120px
    }
    }

.case-list:hover .case-img .mask {
bottom: 0;
}

.case-list .case-img .mask span {
font-size: 40px;
color: #fff;
font-weight: 100;
position: absolute;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}

.case-list p {
padding: 20px 0;
text-align: center;
font-size: 16px;
border-top: 5px solid #e62129;
margin: 0;
box-shadow: 0 10px 10px #f3f3f3;
}

.case-list:hover {
top: -30px;
}

.case-list:hover p {
    background: #e62129;
    color: #fff;
    border: none;
}

.case-box .owl-nav {
display: none;
}

.case-box .owl-dots {
text-align: center;
margin: 0 auto;
}

.case-box .owl-dots .owl-dot {
width: 30px;
height: 5px;
background: #cccccc;
margin: 50px 5px;
}

@media(max-width: 996px){
.case-box .owl-dots .owl-dot {

margin: 10px 5px;
}
}

.case-box .owl-dots .owl-dot.active {
    background: #e62129;
}

.case .owl-carousel .owl-stage-outer {
padding: 30px 0 20px 0 !important;
}


@media(max-width:1500px) {
.case .case-tit b::after {
width: 600px;
}
}

@media(max-width:1200px) {
.case .case-tit b::after {
width: 400px;
}
}

@media(max-width:1024px) {
.case {
padding-top: 30px;
}

.case .case-tit b {
display: none;
}

.case .case-tit {
width: 100%;
background-size: auto 100%;
line-height: 30px;
}

.case .case-tit b {
    display: none;
}

.case .case-tit {
width: 100%;
background-size: auto 100%;
}

.case .case-tit .case-tit-box span {
    font-size: 30px;
}

    .case .case-tit .case-tit-box span.en {
        letter-spacing: 2px;
    }

.case .case-tit .case-more a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-right: 10px;
}
}


/*Menu002147 */
.Menu002147 {
background: #f8f8f8;
}

.Menu002147 ul {
display: table;
margin: 0 auto;
}

.Menu002147 li {
float: left;
padding: 0 40px;
position: relative;
}

.Menu002147 li:after {
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background: #dfdfdf;
}

.Menu002147 li.end:after {
    display: none;
}

.Menu002147 li a {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    line-height: 82px;
    height: 82px;
}

    .Menu002147 li a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        height: 2px;
        width: 100%;
    }

.Menu002147 li.aon a,
.Menu002147 li:hover a {
    color: #291670;
}

    .Menu002147 li.aon a:after,
    .Menu002147 li:hover a:after {
        background: #291670;
    }

@media(max-width:1024px) {
.Menu002147 li {
padding: 0 20px;
}

.Menu002147 li a {
    line-height: 50px;
    height: 50px;
}
}

@media(max-width:768px) {
.Menu002147 ul {
display: block;
}

.Menu002147 li {
float: left;
width: 25%;
text-align: center;
padding: 0;
}
}

@media(max-width:768px) and (min-width:481px) {
.Menu002147 li:nth-child(4n):after {
display: none;
}
}

@media(max-width:480px) {
.Menu002147 li {
width: 33.33333333333%
}

.Menu002147 li:nth-child(3n):after {
    display: none;
}
}

@media(max-width:375px) {
.Menu002147 li a {
font-size: 14px;
}
}
/*
.RighInfo002389 为demo编号
*/
.RighInfo002389 .box1 {
padding: 4% 0;
}

.RighInfo002389 .box1 .title {
text-align: center;
color: #999;
}

.RighInfo002389 .box1 .title h1 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 5px;
}

.RighInfo002389 .box1 .title h1 span {
position: relative;
color: #291670
}

.RighInfo002389 .box1 .title h1 span::after,
.RighInfo002389 .box1 .title h1 span::before {
    position: absolute;
    content: '';
    width: 46px;
    height: 9px;
    bottom: -4px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.RighInfo002389 .box1 .title h1 span::after {
    right: -60px;
    background-image: url(../images/RighInfo002389-title_r.png);
}

.RighInfo002389 .box1 .title h1 span::before {
    left: -60px;
    background-image: url(../images/RighInfo002389-title_l.png);
}

.RighInfo002389 .box1 .intro {
color: #666;
line-height: 24px;
padding: 2% 0 2% 0;
font-size: 16px;
text-indent: 2em;
}

.RighInfo002389 .box1 .ul_img {
overflow: hidden;
}

.RighInfo002389 .box1 .ul_img li {
width: 32%;
margin-right: 2%;
float: left;
}

.RighInfo002389 .box1 .ul_img li img {
    width: 100%;
}

.RighInfo002389 .box1 .ul_img li:nth-child(3n) {
    margin-right: 0;
}

.RighInfo002389 .box1 .more {
text-align: center;
padding-top: 3%;
}

.RighInfo002389 .box1 .more a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #291670;
    border-radius: 3px;
    padding: 10px 28px;
    color: #291670;
    transition: padding ease-in-out 0.3s;
}

    .RighInfo002389 .box1 .more a:hover {
        color: #fff;
        border-color: #291670;
        background-color: #291670;
        padding: 10px 38px;
    }

.RighInfo002389 .box2 {
font-size: 16px;
padding: 0 2% 5%;
}

.RighInfo002389 .box2 h3 {
color: #291670;
font-size: 16px;
margin: 0;
}

@media(min-width:769px) {
.RighInfo002389 .box2 ul {
padding-bottom: 31%;
position: relative;
}

.RighInfo002389 .box2 li {
position: absolute;
height: 100%;
width: 50%;
top: 0;
text-align: center;
}

.RighInfo002389 .box2 li:nth-child(1) {
    left: 0;
}

.RighInfo002389 .box2 li:nth-child(2) {
    right: 0;
}

.RighInfo002389 .box2 li .txt,
.RighInfo002389 .box2 li .Ispic {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}

.RighInfo002389 .box2 li:nth-child(1) .txt,
.RighInfo002389 .box2 li:nth-child(2) .Ispic {
    bottom: 0;
}

.RighInfo002389 .box2 li:nth-child(2) .txt,
.RighInfo002389 .box2 li:nth-child(1) .Ispic {
    top: 0;
}

.RighInfo002389 .box2 li .txt {
    padding-top: 10%;
}

.RighInfo002389 .box2 li::before {
    position: absolute;
    content: '';
    background: url(../images/RighInfo002389-bg_l.png) no-repeat;
    width: 35px;
    height: 31px;
}

.RighInfo002389 .box2 li:nth-child(1)::before {
    left: 0;
    bottom: 0;
}

.RighInfo002389 .box2 li:nth-child(2)::before {
    right: 0;
    top: 0;
    background-image: url(../images/RighInfo002389-bg_r.png);
}
}

.RighInfo002389 .box2 li .txt p {
color: #666;
margin: 0;
line-height: 25px;
}

.RighInfo002389 .box2 li .txt b {
color: #997249;
font-size: 16px;
}

.RighInfo002389 .box2 .tips {
background: url(../images/RighInfo002389-con_bg.png) no-repeat center center;
background-size: cover;
padding: 0 18% 2%;
text-align: center;
}

.RighInfo002389 .box2 .tips p {
padding: 3% 0 4%;
line-height: 20px;
margin: 0;
}

.RighInfo002389 .box2 .tips .more {
background: url(../images/RighInfo002389-a_more.png) no-repeat;
width: 40px;
height: 20px;
display: inline-block;
}

@media(max-width:1000px) {
.RighInfo002389 .box2 .title h1 {
font-size: 24px;
}

.RighInfo002389 .box2 li .txt p {
margin: 0;
}
}

@media(max-width:768px) {
.RighInfo002389 .box2 li {
position: relative;
text-align: center;
margin-bottom: 3%;
}

.RighInfo002389 .box2 li .Ispic {
    padding-bottom: 30%;
    display: block;
}

.RighInfo002389 .box2 li .txt p {
    margin-bottom: 3%;
}

.RighInfo002389 .box2 .tips {
padding: 3%;
}

.RighInfo002389 .box1 .title h1 {
font-size: 20px;
}
}

@media(max-width:480px) {
.RighInfo002389 .box2 li .txt p {
font-size: 12px;
}
}
/*
.PicList002273 为demo编号
*/
.PicList002273 {
padding: 4% 0;
}

.PicList002273 .left img {
width: 100%;
}

.PicList002273 .right .time {
font-size: 12px;
color: #999;
border: 1px solid #c5c6c6;
padding: 2px 5px;
margin-top: 8px;
display: inline-block;
}

.PicList002273 .right .h3 {
color: #313131;
font-size: 18px;
font-weight: normal;
margin: 10px 0;
}

.PicList002273 .right .p {
color: #999;
font-size: 14px;
}

.PicList002273 ul li {
margin-bottom: 30px;
background: #eef0f1;
padding: 18px 20px;
}

@media screen and (min-width:768px ) {
.PicList002273 .left {
float: left;
width: 25%;
}

.PicList002273 .right {
float: right;
width: 72%;
}

.PicList002273 .right .time {
    margin-top: 0px;
}

.PicList002273 ul li {
background: #eef0f1;
}
}

@media screen and (min-width:1024px ) {
.PicList002273 .right .time {
margin-top: 15px;
}

.PicList002273 ul li:hover {
border: 1px solid #291670;
box-shadow: 0px 0px 30px #ccc;
}

.PicList002273 ul li {
background: #eef0f1;
position: relative;
}

.PicList002273 ul li .right_btn {
    width: 11px;
    height: 19px;
    background: url(../images/PicList002273-arrow_right.png) no-repeat center;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 48px;
    cursor: pointer;
    margin-top: -10px
}
}

@media screen and (min-width:1200px ) {
.PicList002273 .left {
float: left;
margin-right: 50px;
}

.PicList002273 .right {
float: left;
width: 63%;
}

.PicList002273 .right .time {
    margin-top: 14px;
}

.PicList002273 .right .h3 {
    line-height: 18px;
    margin: 28px 0 17px;
}

.PicList002273 .right .p {
    line-height: 19px;
}

.PicList002273 ul li {
padding-right: 20px;
}
}
/*
Page000616 为demo编号
*/
.Page000616 .Pages {
padding: 20px 0 40px;
text-align: center;
line-height: 23px;
zoom: 1;
overflow: hidden;
}

.Page000616 .Pages a {
display: inline-block;
height: 40px;
margin: 0 5px;
font-size: 16px;
line-height: 40px;
}

.Page000616 .p_cur,
.Page000616 .p_count,
.Page000616 .p_total,
.Page000616 .p_jump {
display: none;
}

.Page000616 .p_page {
padding: 0px 5px;
display: inline-block;
}

.Page000616 .p_page a {
display: inline-block;
width: 78px;
height: 32px;
line-height: 32px;
text-align: center;
border: 1px solid #e6e6e6;
background: #f7f7f7;
color: #666;
margin: 0px 5px;
font-size: 13px;
}

.Page000616 .p_page .a_prev,
.Page000616 .p_page .a_next {
width: 80px;
}

.Page000616 .p_page .num a {
width: 40px;
}
/*hover*/
.Page000616 .p_page .a_first:hover,
.Page000616 .p_page .a_end:hover,
.Page000616 .p_page .a_prev:hover,
.Page000616 .p_page .a_next:hover,
.Page000616 .p_page .num a:hover,
.Page000616 .p_page .num .a_cur {
    background: #291670;
    color: #fff;
}

.Page000616 em {
font-style: normal;
}

@media only screen and (max-width:767px ) {
.Page000616 .p_page .a_end, .Page000616 .p_page .a_first {
display: none;
}

.Page000616 .p_page .a_prev, .Page000616 .p_page .a_next, .Page000616 .p_page .num a {
width: 30px;
margin: 0 2px;
}

.Page000616 .p_page .a_prev, .Page000616 .p_page .a_next {
font-family: "宋体";
}
}
/*PicList002094 */
.PicList002094 {
padding: 4% 0;
}

.PicList002094 li {
float: left;
width: 31.3%;
margin-right: 3%;
position: relative;
padding-bottom: 40%;
}

.PicList002094 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 92%;
}

.PicList002094 li figure,
.PicList002094 li div {
    position: absolute;
    left: 0;
    width: 100%;
}

.PicList002094 li figure {
    height: 52%;
    transition: top 0.3s;
    top: 0;
}

    .PicList002094 li figure img {
        display: none;
    }

.PicList002094 li div {
    background-color: #faf7f7;
    bottom: 0;
    height: 48%;
    padding: 0 5%;
    transition: 0.3s;
}

    .PicList002094 li div:before {
        position: absolute;
        content: '';
        width: 24px;
        height: 24px;
        bottom: 40px;
        left: 50%;
        margin-left: -12px;
    }

.PicList002094 li aside {
    position: absolute;
    top: 52%;
    margin-top: -50px;
    z-index: 10;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
}

    .PicList002094 li aside img {
        display: block;
        width: 100%;
        height: 100%;
    }

        .PicList002094 li aside img.hover {
            display: none;
        }

.PicList002094 li h5 {
    margin: 0 0 15px 0;
    font-size: 16px;
    text-align: center;
    padding-top: 10%;
}

.PicList002094 li p {
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    margin: 0;
    text-align: center;
}

.PicList002094 li:hover div {
    color: #fff;
    background: #291670;
}

.PicList002094 li:hover figure {
    top: -3%;
}

.PicList002094 li:hover div {
    bottom: -3%;
    height: 54%;
}

    .PicList002094 li:hover div:before {
        background: url(../images/PicList002094-more.png) no-repeat;
    }

.PicList002094 li:hover aside {
    background: #291670;
    top: 50%;
}

    .PicList002094 li:hover aside img {
        display: none;
    }

        .PicList002094 li:hover aside img.hover {
            display: block;
        }

@media(min-width:769px) {
.PicList002094 li:nth-child(3n) {
margin-right: 0;
}
}

@media(max-width:1000px) and (min-width:769px) {
.PicList002094 li p {
height: 48px;
}

.PicList002094 li aside {
margin-top: -35px;
width: 70px;
height: 70px;
margin-left: -35px;
}
}

@media(max-width:768px) {
.PicList002094 li {
width: 48%;
margin-right: 4%;
}

.PicList002094 li:nth-child(2n) {
    margin-right: 0;
}

.PicList002094 li {
padding-bottom: 61%;
}
}

@media(max-width:640px) {
.PicList002094 ul {
margin: 0 auto;
max-width: 350px;
}

.PicList002094 li {
float: none;
width: auto;
padding-bottom: 0;
height: 400px;
margin: 0 0 5% 0;
}
}
/*
.TextList000962 为demo编号
*/
.TextList000962 {
padding: 4% 0;
}

.TextList000962 li {
float: left;
width: 49%;
margin-right: 2%;
border: 1px solid #e7e7e7;
line-height: 44px;
margin-bottom: 2%;
position: relative;
}

.TextList000962 li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #e7e7e7;
    top: 20%;
    right: 110px;
}

.TextList000962 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.TextList000962 li:nth-child(2n) {
    margin-right: 0;
}

.TextList000962 li p {
    margin: 0;
    border-left: 4px solid #f5f5f5;
    padding: 16px 10px;
    font-size: 16px;
}

.TextList000962 li span {
    float: right;
    margin-top: 16px;
    color: #9f9f9f;
}

    .TextList000962 li span.name {
        width: 85px;
        color: #343434;
        background: url(../images/TextList000962-a.png) no-repeat left center;
        padding-left: 30px;
        margin-left: 50px;
    }

.TextList000962 li:hover {
    border: 1px dashed #291670;
}

    .TextList000962 li:hover p {
        color: #291670;
    }

    .TextList000962 li:hover span.name {
        background-image: url(../images/TextList000962-aon.png);
        color: #291670;
    }

@media(max-width:768px) {
.TextList000962 li {
float: none;
width: auto;
margin-right: 0;
}

.TextList000962 li span.name {
    width: 70px;
    margin-left: 30px;
}

.TextList000962 li::before {
    right: 85px;
}

.TextList000962 li p {
    padding: 10px;
}

.TextList000962 li span {
    margin-top: 10px;
}
}
/*
PicList000960 为demo编号
*/
.PicList000960 {
padding: 4% 0;
}

.PicList000960 ol {
overflow: hidden;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}

.PicList000960 ol img {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.PicList000960 ol h1 {
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #010101;
    font-weight: normal;
}

.PicList000960 ol time {
    color: #999;
    margin-right: 5%;
    font-size: 13px;
}

.PicList000960 ol p {
    margin: 2% 0;
    color: #707070;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.PicList000960 ol a.more {
    color: #291670;
    display: inline-block;
}

.PicList000960 li {
border-bottom: 1px #e0e0e0 dotted;
height: 52px;
line-height: 51px;
overflow: hidden;
}

.PicList000960 li time {
    float: right;
    font-size: 14px;
    color: #999;
}

.PicList000960 li a {
    display: block;
    float: left;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 19px;
    background: url(../images/PicList000960_dot.jpg) no-repeat 2px center;
    font-size: 16px;
    color: #666;
}

    .PicList000960 li a:hover {
        color: #291670
    }

@media (max-width:768px) {
.PicList000960 ol img {
width: 100%;
float: none;
}

.PicList000960 ol h1 {
margin-top: 2%;
}
}

/*
.RighInfo002275 为demo编号
*/
.RighInfo002275 .p, .RighInfo002275 .h2, {
}

.RighInfo002275 {
padding: 8% 0
}

.RighInfo002275 .text {
margin-bottom: 30px
}

.RighInfo002275 .text .title {
    font-size: 30px;
    color: #e4e4e4;
    font-weight: normal;
    margin-bottom: 20px;
}

    .RighInfo002275 .text .title span {
        font-weight: 700;
    }

.RighInfo002275 .text .p {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.RighInfo002275 .map {
width: 100%;
height: 200px;
}

.RighInfo002275 .map #map {
    height: 100%;
}

.RighInfo002275 .map img {
    max-width: none !important;
}

@media screen and (min-width: 768px) {
.RighInfo002275 .text {
float: left;
width: 45%;
}

.RighInfo002275 .map {
float: right;
width: 50%;
height: 260px;
}
}

@media screen and (min-width: 1024px) {
.RighInfo002275 .auto {
background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;
}

.RighInfo002275 .map {
float: right;
width: 50%;
height: 320px;
}

.RighInfo002275 .text .title {
font-size: 32px;
color: #291670;
}
}

@media screen and (min-width: 1200px) {
.RighInfo002275 {
padding: 4% 0;
}

.RighInfo002275 .text .title {
    margin-bottom: 60px
}

.RighInfo002275 .map {
    width: 700px;
    height: 430px;
}

.RighInfo002275 .text {
    width: 40%;
}
}
/*Top002262*/
.Top002262 {
background: #fff;
position: relative;
z-index: 100;
line-height: 100px;
}

.Top002262 .header-left {
float: left;
width: 40%;
display: inline-block;
height: 70px;
max-width: 320px;
}
.Top002262 .header-left img{width: 100%;}
.Top002262 .logo {
display: table-cell;
vertical-align: middle;
}

.Top002262 .header-mid,
.Top002262 .header-right {
float: right;
}

.Top002262 .header-menu li {
width: auto !important;
/* margin-right: 20px; */
}

.Top002262 .header-menu li em {
    padding: 0 13px;
    position: relative;
}

    .Top002262 .header-menu li em a {
        line-height: 100px;
        position: relative;
        font-size: 16px;
        color: #333;
        position: relative;
    }

    .Top002262 .header-menu li em::before {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/nav-logo.png) no-repeat center center;
        transform: scale(0);
        transition: ease-in-out 0.3s;
    }

    .Top002262 .header-menu li em:hover {
        background: #291670;
        transition: ease-in-out 0.3s;
    }

        .Top002262 .header-menu li em:hover a {
            color: #fff;
        }

.Top002262 .header-menu li.aon em {
    background: #291670;
    transition: ease-in-out 0.3s;
}

    .Top002262 .header-menu li.aon em a {
        color: #fff;
    }

    .Top002262 .header-menu li em:hover::before,
    .Top002262 .header-menu li.aon em::before {
        transform: scale(1);
    }

.Top002262 .header-menu li .sub {
    width: 145%;
    left: -22%;
    overflow: hidden;
}

.Top002262 .header-menu li .sub-menu {
    padding: 15px;
    text-align: center;
}

    .Top002262 .header-menu li .sub-menu dt {
        border-bottom: 1px solid #f2f2f2;
    }

        .Top002262 .header-menu li .sub-menu dt:last-child {
            border-bottom: 0;
        }

        .Top002262 .header-menu li .sub-menu dt a {
            color: #666;
            transition: 0.3s;
        }

            .Top002262 .header-menu li .sub-menu dt a:hover {
                background: none;
                color: #291670;
            }

.Top002262 .header-right dd {
float: left;
}

.Top002262 .top-tel {
font-size: 26px;
font-weight: bold;
color: #291670;
font-family: 'D-DINCondensed';
margin: 0 30px 0 10px;
}

.Top002262 .top-search {
position: relative;
z-index: 100;
}

.Top002262 .search-box {
display: none;
}

.Top002262 .s-box {
height: 40px;
width: 250px;
background: #ebebeb;
margin-top: 30px;
}

.Top002262 .s-box input {
    width: 200px;
    height: 100%;
    border: none;
    background: none;
    padding: 0 10px;
}

.Top002262 .s-box button {
    width: 50px;
    height: 100%;
    background: #291670;
    border: none;
}

@media(max-width:1500px) {
    .Top002262 .header-menu li {
        margin-right: 10px;
        }
.Top002262 .header-menu li em {
padding: 0 10px;
}
}

@media(max-width:1374px) {
.Top002262 .header-menu li {
margin-right: 10px;
}

.Top002262 .header-left{max-width:260px;}

.Top002262 .s-box {
width: 200px;
}

.Top002262 .s-box input {
    width: 150px;
}
}

@media(max-width:1288px) {
.Top002262 .header-menu li {
margin-right: 10px;
}

.Top002262 .top-tel {
margin: 0 10px 0 0;
font-size: 20px;
}
}

@media(max-width:1200px) {
.Top002262 .header-menu li {
margin-right: 0;
}

.Top002262 .header-menu li em a {
    font-size: 15px;
}

.Top002262 .s-box {
width: 160px;
height: 30px;
margin-top: 35px;
}

.Top002262 .s-box input {
    width: 120px;
}

.Top002262 .s-box button {
    width: 40px;
}
}



@media(max-width:1024px) {
.Top002262 {
line-height: 70px;
}

.Top002262 #header-menu {
    position: fixed;
    right: -100%;
    top: 0;
    background: #000;
    z-index: 100;
    padding-top: 70px;
    width: 70%;
    max-width: 300px;
    height: 100%;
    transition: ease-in-out 0.3s;
}

    .Top002262 #header-menu.header-menu-show {
        right: 0;
    }

    .Top002262 #header-menu li em,
    .Top002262 #header-menu li em a {
        border-bottom: 0;
    }

    .Top002262 #header-menu li:nth-child(2n) {
        background: rgba(255,255,255,0.1);
    }

    .Top002262 #header-menu li em a {
        font-weight: normal;
    }

    .Top002262 #header-menu li.has-sub em a {
        background: url(../images/Top002262-icon.png) no-repeat 95% center;
    }

    .Top002262 #header-menu li.clickon em a {
        background-image: url(../images/Top002262-icon_up.png);
    }

    .Top002262 #header-menu li .sub-menu {
        padding: 5%;
    }

.Top002262 #open_menu {
    width: 40px;
    height: 30px;
    background: #291670;
    margin-left: 10px;
    position: relative;
    z-index: 101;
    transition: background 0.3s;
    top: 20px;
}

    .Top002262 #open_menu i,
    .Top002262 #open_menu i::before,
    .Top002262 #open_menu i::after {
        background: #fff;
        border-radius: 3px;
    }

    .Top002262 #open_menu i {
        left: 20%;
        width: 60%;
        height: 2px;
        margin-top: -1px;
    }

    .Top002262 #open_menu.open_menu_on {
        background: #000;
        position: fixed;
        right: 2%;
    }

        .Top002262 #open_menu.open_menu_on i {
            height: 3px;
            margin-top: -1.5px;
        }

.Top002262 .top-tel {
    display: none;
}

.Top002262 .s-box {
    display: none;
}

.Top002262 .open-search {
    background: url(../images/Top002262-search.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 20px;
}

.Top002262 .open-search-show {
    position: relative;
    background: none;
}

    .Top002262 .open-search-show::before,
    .Top002262 .open-search-show::after {
        position: absolute;
        content: '';
        width: 80%;
        height: 3px;
        background: #291670;
        top: 50%;
        left: 10%;
        transform: rotate(-45deg);
    }

    .Top002262 .open-search-show::after {
        transform: rotate(45deg);
    }

.Top002262 .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    display: none;
}

    .Top002262 .search-box .text {
        width: 254px;
        line-height: 46px;
        height: 46px;
        border: 1px solid #fff;
        background: rgba(0,0,0,0.2);
        color: #fff;
        padding: 0 50px 0 10px;
    }

    .Top002262 .search-box .btn {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 46px;
        width: 46px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        font-family: Verdana,Arial, Helvetica, sans-serif;
    }

        .Top002262 .search-box .btn::before {
            position: absolute;
            content: '';
            border: 8px solid transparent;
            border-bottom-color: #b4b4b4;
            top: -3px;
            right: 6px;
        }
}

/*Bottom002626 */
.Bottom002626 {
background: url(../uploadfiles/foot-bg.jpg) no-repeat;
background-size: 100% 100%;
padding: 2% 0 0 0;
}

.Bottom002626 .bottom {
padding: 2% 0 2% 0;
position: relative;
}

.Bottom002626 .bottom nav {
    width: 55%;
}

.Bottom002626 .bottom .er {
    width: 20%;
    text-align: center;
}

    .Bottom002626 .bottom .er img {
        max-width: 130px;
    }

.Bottom002626 .bottom .contact {
    width: 23%;
}

.Bottom002626 .contact {
font-size: 16px;
}

.Bottom002626 .contact p {
    margin: 0 0 5px 0;
}

.Bottom002626 .contact strong {
    color: #fff;
    font-family: 'D-DINCondensed';
    font-size: 36px;
    display: block;
    margin-bottom: 20px;
}

.Bottom002626 .contact dd img {
    width: 114px;
    display: block;
}

.Bottom002626 .contact dt {
    color: #999;
    text-align: right;
    padding-right: 20px;
}

    .Bottom002626 .contact dt aside {
        color: #fff;
        font-size: 32px;
        font-family: Arial, Helvetica, sans-serif;
    }

.Bottom002626 .contact .bdsharebuttonbox {
    display: inline-block;
}

.Bottom002626 .contact .bshare-custom a {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

    .Bottom002626 .contact .bshare-custom a.bshare-weixin {
        background: url(../images/wx.png) no-repeat center;
    }

    .Bottom002626 .contact .bshare-custom a.bshare-sinaminiblog {
        background: url(../images/wb.png) no-repeat center;
    }

    .Bottom002626 .contact .bshare-custom a.bshare-qqim {
        background: url(../images/qq.png) no-repeat center;
    }

.Bottom002626 .bottom nav dl {
float: left;
width: 16%;
}

.Bottom002626 .bottom nav dt {
color: #fff;
font-size: 18px;
padding-bottom: 15px;
margin-bottom: 15px;
font-weight: bold;
position: relative;
}

.Bottom002626 .bottom nav dt::after {
    content: '';
    display: block;
    height: 1px;
    width: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Bottom002626 .bottom nav dd {
line-height: 32px;
}

.Bottom002626 .bottom nav dd a {
    color: #fff;
    opacity: 0.5;
}

    .Bottom002626 .bottom nav dd a:hover {
        opacity: 1;
    }

.Bottom002626 footer {
padding: 15px 0;
background: rgba(0,0,0,0.3);
}

.Bottom002626 .links {
float: right;
position: relative;
width: 40%;
max-width: 290px;
}

.Bottom002626 .links ol {
    border: 1px solid #555;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    color: #fff;
    opacity: 0.5;
}

    .Bottom002626 .links ol::after {
        opacity: 0.5;
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -2.5px;
        content:;
        border: 5px solid transparent;
        border-top-color: #fff;
    }

.Bottom002626 .links li {
    position: absolute;
    width: 100%;
    bottom: 100%;
    background: #fff;
    z-index: 102;
    border-radius: 5px 5px 0 0;
    display: none;
    padding: 3% 0;
}

    .Bottom002626 .links li a {
        display: block;
        padding: 0 5%;
        line-height: 34px;
    }

.Bottom002626 .copyright {
float: left;
width: 100%;
color: #999999;
}

.Bottom002626 .copyright dt a {
    color: #999999;
}

    .Bottom002626 .copyright dt a::after {
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        vertical-align: middle;
        margin: 0 10px;
        background: #404040;
    }

    .Bottom002626 .copyright dt a:last-child::after {
        display: none;
    }

.Bottom002626 .copyright dd {
    padding-top: 5px;
}

    .Bottom002626 .copyright dd span {
        color: #999999;
    }

        .Bottom002626 .copyright dd span a {
            color: #999999;
            text-decoration: underline;
        }

.Bottom002626 .copyright a:hover {
    color: #fff;
}

@media(max-width:1280px) {
.Bottom002626 .contact dt aside {
font-size: 24px;
}
}

@media(max-width:1024px) {
.Bottom002626 footer {
padding: 5px 0 10px 0;
}

.Bottom002626 .bottom nav {
display: none;
}

.Bottom002626 .bottom .er {
width: 100%;
}

.Bottom002626 .bottom .contact {
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 40px;
}

.Bottom002626 .bottom .contact .bshare-custom {
    position: absolute;
    margin-left: -75px;
    left: 50%;
}

.Bottom002626 .contact strong {
font-size: 26px;
}
}

@media(max-width:768px) {
.Bottom002626 .links,
.Bottom002626 .copyright {
float: none;
width: auto;
}

.Bottom002626 .copyright {
padding-top: 3%;
}
}
/*
.TextList001824 为demo编号
*/

.TextList001824 {
padding: 4% 0;
}

.TextList001824 .column {
text-align: center;
font-size: 24px;
color: #291670;
}

.TextList001824 .column i {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #291670;
    margin: 0 auto;
    margin-top: 20px;
}

.TextList001824 .column p {
    color: #666;
    font-size: 14px;
}

.TextList001824 .list {
padding-bottom: 2px;
}

.TextList001824 .list .dot {
    font-weight: normal;
    margin: 0;
    color: #fff;
    padding: 15px 45px 15px 15px;
    background: url(../images/TextList001824-icon_close.gif) no-repeat 98% center #c2c2c2;
    font-size: 18px;
    cursor: pointer;
}

    .TextList001824 .list .dot#on {
        background-image: url(../images/TextList001824-icon_open.gif);
        background-color: #291670;
    }

.TextList001824 .list .con {
    display: none;
    padding: 20px 0;
}

.TextList001824 .list .info {
    font-size: 12px;
}

.TextList001824 .list .date {
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .TextList001824 .list .date dt {
        color: #999;
    }

    .TextList001824 .list .date dd {
        color: #000;
    }

        .TextList001824 .list .date dd span {
            color: #291670;
        }

.TextList001824 .apply {
border-bottom: 1px solid #e5e5e5;
padding: 30px 0;
}

.TextList001824 .apply a {
    display: inline-block;
    width: 40%;
    max-width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #291670;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

@media(max-width:1000px) {
.TextList001824 .content {
padding: 2% 0;
}
}

@media(max-width:480px) {
.TextList001824 .list .dot {
font-size: 16px;
padding: 10px 30px 10px 10px;
}

.TextList001824 .apply a {
font-size: 16px;
}
}
/*
.Form001518 为demo编号
*/
.Form001518 {
padding: 4% 0;
}

.Form001518 .title {
position: relative;
color: #343434;
font-size: 34px;
padding-bottom: 5%;
background: url(../images/Form001518_tit.png) no-repeat left center/contain;
}

.Form001518 .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 2px;
    content: "";
    background: #343434;
}

.Form001518 dl dt {
padding: 3% 0;
color: #291670;
font-size: 16px;
}

.Form001518 dd li {
float: left;
width: 32%;
margin-right: 2%;
margin-bottom: 5px;
position: relative;
}

.Form001518 dd li:nth-child(3n) {
    margin-right: 0;
}

.Form001518 dd .text {
border: 1px solid #dadada;
line-height: 46px;
height: 46px;
width: 100%;
background: #fff;
padding: 0 10px;
}

.Form001518 dd li label {
position: absolute;
left: 5px;
top: 0;
line-height: 46px;
}

.Form001518 dd li .form_err {
position: absolute;
right: 5px;
top: 50%;
color: #f00;
line-height: 20px;
margin-top: -10px;
}

.Form001518 dd textarea.text {
height: 220px;
}

.Form001518 .btn {
margin: 2% 0;
cursor: pointer;
border-radius: 5px;
background: #291670;
color: #fff;
height: 37px;
border: none;
font-size: 18px;
width: 40%;
max-width: 200px;
}

@media(max-width:768px) {
.Form001518 dd li {
float: none;
width: auto;
margin-right: 0 !important;
}
}

@media(max-width:480px) {
.Form001518 .title {
font-size: 24px;
}
}


/*Form002219*/
.Form002219 {
padding: 4% 0;
background: url(../images/PicList002094-bg.jpg) no-repeat center top;
background-size: cover;
}

.Form002219 dl {
width: 48%;
float: left;
padding-left: 85px;
min-height: 40px;
position: relative;
margin-bottom: 15px;
max-width: 420px;
}

.Form002219 dl.odd {
    margin-left: 4%;
}

.Form002219 dt {
color: #777;
font-size: 16px;
position: absolute;
left: 0;
width: 70px;
text-align: right;
line-height: 40px;
}

.Form002219 .text {
border: 1px solid #dfdfdf;
border-radius: 5px;
width: 100%;
padding: 0 10px;
line-height: 38px;
color: #5b5b5b;
}
.Form002219 input::placeholder{color: #999;}

.Form002219 dl.dl {
width: 100%;
float: none;
max-width: none;
position: relative;
}
.Form002219 dl dd{position: relative;}
.Form002219 dl.dl  span{
color: red;
position: absolute;
left: -10px;
top:12px;
}

.Form002219 textarea {
border: 1px solid #dfdfdf;
border-radius: 5px;
overflow: hidden;
resize: none;
width: 100%;
height: 360px;
padding: 10px;
color: #5b5b5b;
}

.Form002219 .btn {
display: inline-block;
line-height: 40px;
min-width: 140px;
margin-right: 20px;
background-color: #f3f3f3;
color: #728391;
font-size: 16px;
border: none;
border-radius: 5px;
cursor: pointer;
}

.Form002219 .submitbtn {
color: #fff;
background-color: #291670;
font-size: 16px;
}

@media(max-width:640px) {
.Form002219 dl {
float: none;
width: 100%;
margin-left: 0 !important;
}

.Form002219 textarea {
height: 250px;
}
}

@media(max-width:480px) {
.Form002219 .btn {
width: 48%;
margin-right: 2%;
float: left;
display: block;
min-width: 2px;
}
}
/*Form002219 End*/

/*
.PicList002451 为demo编号
*/
.PicList002451 {
padding: 4% 0;
}

.PicList002451 ul {
margin: 0 -5px;
}

.PicList002451 li {
float: left;
width: 50%;
padding: 10px 15px 0;
}

.PicList002451 li .inner {
    position: relative;
}

.PicList002451 li .abshref {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.PicList002451 li .pic {
    overflow: hidden;
    height:360px;
    line-height: 360px;
}

    .PicList002451 li .pic img {
        /* visibility: hidden; */
        vertical-align: middle;
        width:100%;
    }

    .PicList002451 li .pic a {
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: transform .5s ease-in-out;
    }

.PicList002451 li .word {
    padding: 10px;
    transition: background-color .5s ease-in-out;
}

    .PicList002451 li .word h2 {
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        color: #666;
        text-align: center;
    }

.PicList002451 li:hover .pic a {
    transform: scale(1.05);
    color: #fff;
}

.PicList002451 li:hover .word {
    background: #f5f5f5;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
.PicList002451 li {
width: 33.3334%;
}

.PicList002451 li .word {
    padding: 25px;
}
}

@media only screen and (min-width: 1200px) {
.PicList002451 li {
width: 25%;
}
}

.PicList002451 .js-load-more {
display: block;
text-align: center;
padding: 35px 0;
}

.PicList002451 .js-load-more a {
color: #333;
font-size: 16px;
position: relative;
line-height: 25px;
padding-left: 30px;
}

.PicList002451 .js-load-more a i {
    background: url(../images/PicList002451-loading.gif) no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


/*
.PicList000593 为demo编号
*/
.PicList000593 {
padding: 4% 0;
}

.PicList000593 li {
float: left;
width: 32%;
margin-right: 2%;
position: relative;
margin-bottom: 2%;
}

.PicList000593 li:nth-child(3n) {
    margin-right: 0;
}

.PicList000593 li .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

    .PicList000593 li .video_files video {
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    .PicList000593 li .video_files .close {
        position: absolute;
        right: 3%;
        top: 3%;
        z-index: 10;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #761b1b;
        cursor: pointer;
    }

        .PicList000593 li .video_files .close::before,
        .PicList000593 li .video_files .close::after {
            position: absolute;
            content: '';
            width: 3px;
            height: 70%;
            border-radius: 3px;
            background-color: #fff;
            left: 13px;
            top: 5px;
        }

        .PicList000593 li .video_files .close::before {
            transform: rotate(45deg);
        }

        .PicList000593 li .video_files .close::after {
            transform: rotate(-45deg);
        }

.PicList000593 li figure {
    position: relative;
}

    .PicList000593 li figure em {
        display: block;
        padding-bottom: 65%;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .PicList000593 li figure a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.5);
    }

        .PicList000593 li figure a::before,
        .PicList000593 li figure a::after {
            position: absolute;
            content: '';
            z-index: 5;
            top: 50%;
            left: 50%;
        }

        .PicList000593 li figure a::before {
            width: 70px;
            height: 70px;
            border: 3px solid rgba(255,255,255,0.6);
            margin-left: -35px;
            margin-top: -35px;
            border-radius: 50%;
        }

        .PicList000593 li figure a::after {
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 20px solid rgba(255,255,255,0.6);
            margin-left: -3px;
            margin-top: -12px;
        }

.PicList000593 li p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

@media(max-width:768px) {
.PicList000593 li {
width: 49%;
margin-right: 2%;
}

.PicList000593 li:nth-child(3n) {
    margin-right: 2%;
}

.PicList000593 li:nth-child(2n) {
    margin-right: 0;
}
}

@media(max-width:480px) {
.PicList000593 li figure a::before {
width: 50px;
height: 50px;
margin-left: -25px;
margin-top: -25px;
}

.PicList000593 li figure a::after {
border-top-width: 10px;
border-bottom-width: 10px;
border-left-width: 15px;
margin-left: -3px;
margin-top: -7px;
}
}

@media(max-width:375px) {
.PicList000593 li figure a::before {
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px;
}

.PicList000593 li {
width: 100%;
float: none;
margin-right: 0 !important;
}
}

/*
.PicList002501 为demo编号
*/
.PicList002501 {
width: 100%;
position: relative;
z-index: 9;
padding: 4% 0;
}

.PicList002501 .auto_1600 {
max-width: 1600px;
position: relative;
}

.PicList002501 .wrap-container {
margin: 0 auto;
max-width: 1200px;
padding: 0 15px;
}

@media (max-width: 1230px) {
.Floor002491 .wrap-container {
padding: 0 15px;
max-width: 1230px;
}
}

.PicList002501 .rightBox .img {
overflow: hidden;
}

.PicList002501 .rightBox .img img {
width: 100%;
}

.PicList002501 .leftBox .h3 {
color: #333;
font-weight: normal;
margin: 0;
}

.PicList002501 .leftBox .txt {
padding-top: 10px;
font-size: 16px;
line-height: 1.8;
color: #666;
}

@media screen and (min-width:768px) {
.PicList002501 .right {
float: right;
width: 50%;
}

.PicList002501 .left {
float: left;
width: 48%;
}

.PicList002501 .odd .right {
float: left;
}

.PicList002501 .odd .left {
float: right;
}

.PicList002501 .leftBox {
width: 90%;
margin: 0 auto;
}
}

@media screen and (min-width:1000px) {
.PicList002501 .auto_1600 {
padding-top: 30px;
}

.PicList002501 .leftBox .h3 {
font-size: 30px;
}
}
/*PicList002149 */
.PicList002149 {
padding: 4% 0;
}

.PicList002149 h3 {
margin: 0;
font-size: 18px;
}

.PicList002149 p {
line-height: 26px;
overflow: hidden;
color: #999;
height: 52px;
margin: 2% 0 0 0;
}

.PicList002149 ol {
background-color: #fafafa;
margin-bottom: 2%;
position: relative;
padding-left: 36.25%;
}

.PicList002149 ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

    .PicList002149 ol .Ispic img {
        display: none;
    }

.PicList002149 ol div {
    padding: 5% 10% 3% 5%;
}

.PicList002149 ol h3 a {
    color: #291670;
}

.PicList002149 ol time {
    display: block;
    padding: 3% 0;
}

.PicList002149 ol p {
    margin: 0 0 3% 0;
    height: 78px;
    text-indent: 2em;
}

.PicList002149 ol span {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #291670;
    font-size: 12px;
}

.PicList002149 li {
overflow: hidden;
padding-left: 160px;
padding-right: 58px;
position: relative;
margin-bottom: 2%;
background-color: #fafafa;
}

.PicList002149 li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../images/PicList002149-more.png) no-repeat center center;
    border-left: 2px solid #fff;
}

.PicList002149 li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}

.PicList002149 li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}

    .PicList002149 li time span {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #b2b2b2;
        font-size: 16px;
    }

    .PicList002149 li time i {
        font-style: normal;
        font-size: 50px;
        color: #999;
        display: block;
        font-family: "Courier New", Courier, monospace;
        line-height: 40px;
    }

        .PicList002149 li time i:after {
            display: block;
            content: '';
            margin: 5px auto;
            height: 1px;
            width: 50%;
            max-width: 66px;
            background: #dfdfdf;
        }

@media(max-width:1000px) {
.PicList002149 li {
padding-left: 100px;
padding-right: 30px;
}

.PicList002149 li:after {
    width: 30px;
    background-size: 35% auto;
}

.PicList002149 li time {
    width: 100px;
}

    .PicList002149 li time span {
        font-size: 14px;
    }

    .PicList002149 li time i {
        font-size: 40px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
.PicList002149 h3 {
font-size: 16px;
}
}

@media(max-width:640px) {
.PicList002149 ol {
padding-left: 0;
}

.PicList002149 ol .Ispic {
    width: auto;
    position: relative;
    height: auto;
    display: block;
    padding-bottom: 60%;
}

.PicList002149 ol div {
    padding: 3%;
}
}

@media(max-width:480px) {
.PicList002149 li {
padding-left: 80px;
padding-right: 0;
}

.PicList002149 li:after {
    display: none;
}

.PicList002149 li time {
    width: 80px;
}

    .PicList002149 li time span {
        font-size: 12px;
    }

    .PicList002149 li time i {
        font-size: 30px;
    }

.PicList002149 h3 {
font-size: 14px;
}

.PicList002149 p {
font-size: 12px;
line-height: 20px;
overflow: hidden;
height: 40px;
}

.PicList002149 ol p {
height: 60px;
}
}
/*
.PicList001358 为demo编号
*/
.PicList001358 {
padding: 4% 0;
}

.PicList001358 time {
color: #b9b9b9;
font-size: 12px;
}

.PicList001358 ol .pic {
float: left;
width: 18.2%;
}

.PicList001358 ol .pic img {
    width: 100%;
    border-radius: 20px;
}

.PicList001358 ol div {
float: right;
width: 80%;
}

.PicList001358 ol h5 {
margin: 0;
font-size: 14px;
}

.PicList001358 ol p {
line-height: 24px;
height: 48px;
overflow: hidden;
;
}

.PicList001358 li {
line-height: 55px;
height: 55px;
border-bottom: 1px dashed #e5e5e5;
}

.PicList001358 li a {
    padding-right: 10px;
    color: #666;
    font-size: 16px
}

.PicList001358 li time {
    float: right;
}

@media(max-width:1000px) {
.PicList001358 ol .pic {
width: 30%;
}

.PicList001358 ol div {
width: 67%;
}
}

@media(max-width:480px) {
.PicList001358 ol .pic,
.PicList001358 ol div {
float: none;
width: auto;
}

.PicList001358 ol div {
padding-top: 3%;
}
}

/*
.RichInfo005 为demo编号
*/
.RichInfo005 {
padding: 4% 0;
}

.RichInfo005 .news_info .title {
text-align: center;
padding-bottom: 20px;
}

.RichInfo005 .news_info .title h1 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
}

.RichInfo005 .news_info .title p {
    margin: 0;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
}

    .RichInfo005 .news_info .title p span {
        margin: 0 5px;
        color: #777;
    }

.RichInfo005 .news_info .info {
text-align: justify;
text-justify: inter-ideograph;
font-size: 16px;
color: #555;
text-indent: 28px;
}

.RichInfo005 .news_info .img {
text-align: center;
}

.RichInfo005 .news_info .info_back {
text-align: center;
clear: both;
padding: 20px 0;
}

.RichInfo005 .news_info .info_back a {
    color: #1862a7;
    font-size: 14px;
}

.RichInfo005 .news_info .info_pn span {
display: block;
font-size: 16px;
}

.RichInfo005 .news_info .info_pn span a {
    color: #999;
}

.RichInfo005 .news_info .info_pn span a:hover {
    color: #1862a7;
}

@media(max-width: 640px){
.case .case-tit,.news .home-tit{ line-height: 50px;}
.case .case-tit .case-tit-box span,.news .home-tit .home-tit-box span{font-size: 22px;}
}