@charset "utf-8";

.W-1200 {
    width: 1200px;
    margin: 0 auto;
}

.top {
    border-top: 2px solid #a3171a;
    height: 106px;
    background: #fff;
}

    .top .W-1200 {
        padding-left: 264px;
        width: 936px;
        position: relative;
    }

    .top .logo{
      /* background: #1f2774; */
      position: absolute;
      left: 0;
      top:0;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      overflow: hidden;
      width: 215px;
      z-index: 1;
      text-align: center;
      /* padding:35px 0; */
      box-shadow: 1px 1px 6px #ddd;
    }

.nav {
    padding: 40px 0 0 270px;
    font-size: 16px;
}

    .nav li {
        text-align: center;
        float: left;
        margin: 0 10px;
    }

        .nav li a {
            float: left;
            padding: 10px 20px;
            border-bottom: 3px solid #fff;
        }

            .nav li a.current, .nav li a:hover {
                color: #a3171a;
                border-bottom: 3px solid #a3171a;
            }

.banner {
    clear: both;
    height: 700px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/banner.jpg) top center no-repeat;
}

.news-index {
    height: 60px;
    line-height: 56px;
    background: #1c269c;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 1140px;
    padding: 0 30px;
    margin-left: -600px;
    color: #fff;
    border-radius: 6px;
}

    .news-index a {
        color: #fff;
    }

.icon-tip {
    float: left;
    position: relative;
    padding: 0 30px;
    background: url(../images/tip.png) left center no-repeat;
}

.news-recommended {
    max-width: 320px;
    padding-right: 130px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.news-index a:hover {
    color: #357cf2;
}

.news-recommended span {
    width: 100px;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.title {
    text-align: center;
}

.list-swiper ul {
    width: 291px;
    float: left;
    padding: 0 12px 12px 0;
}

    .list-swiper ul:nth-child(4n+0) {
        padding-right: 0;
    }

    .list-swiper ul img {
        width: 291px;
        height: 218px;
    }

    .list-swiper ul li.text {
        background: #f3f3f3;
        position: relative;
        padding: 10px 10px 10px 56px;
        font-size: 18px;
    }

.categroy-list div.icon {
    position: relative;
    padding: 10px 10px 10px 56px;
    font-size: 18px;
}

.list-swiper ul:hover li.text {
    background: #e9f0fb;
}

.list-swiper ul li.text img, .categroy-list div.icon img {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 6px;
    top: 10px;
    overflow: hidden;
}

.list-swiper ul li p.gray_a, .categroy-list div.icon p.gray_a {
    font-size: 12px;
    color: 999;
}

.banner-middle {
    width: 100%;
    margin: 20px auto 10px;
    height: 480px;
    background: url(../images/banner-middle.jpg) top center no-repeat;
}

.pull {
    padding: 20px 0;
    width: 1200px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

.prev, .next {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/icon-left.jpg) no-repeat;
    margin: 0 10px;
}

.next {
    background: url(../images/icon-right.jpg) no-repeat;
}

.prev:hover {
    background: url(../images/icon-left-hover.jpg) no-repeat;
}

.next:hover {
    background: url(../images/icon-right-hover.jpg) no-repeat;
}


.about {
    width: 1200px;
    margin: 0 auto;
    height: 660px;
    background: url(../images/about_bg.jpg) no-repeat;
}

    .about ul.text {
        padding: 0 75px;
    }

    .about h3 {
        padding: 50px 75px 14px;
    }

    .about p.gray_a {
        font-size: 15px;
    }

    .about ul li {
        padding-bottom: 8px;
        text-indent: 2em;
        font-size: 16px;
        line-height: 36px;
    }


.news {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .news ul {
        padding: 10px 20px;
    }

        .news ul li {
            position: relative;
            padding: 20px 0 20px 400px;
            overflow: hidden;
            min-height: 232px;
            border-bottom: 1px solid #efefef;
        }
            /* .news ul li:hover{
  background: #f9f9fe
} */
            .news ul li:last-child {
                border: 0;
                padding-bottom: 60px;
            }

            .news ul li img {
                position: absolute;
                left: 0;
                top: 20px;
                width: 320px;
            }

        .news ul h3 {
            font-size: 18px;
            color: #444;
            padding-top: 6px;
        }

        .news ul li p {
            line-height: 32px;
        }

.news-detail {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .news-detail ul {
        padding: 20px 0 80px;
        overflow: hidden;
    }

    .news-detail h3 {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }

    .news-detail h4 {
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }

    .news-detail li {
        padding-top: 30px;
    }

    .news-detail p {
        text-indent: 2em;
        line-height: 36px;
    }

.contact {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

    .contact ul {
        float: left;
    }

        .contact ul.text {
            width: 410px;
            padding-right: 50px;
        }

        .contact ul li {
            padding: 8px 0;
        }

            .contact ul li.gray_a {
                padding: 0 0 12px;
                font-size: 15px;
            }

.images {
    padding-bottom: 40px;
    overflow: hidden;
}

    .images li {
        float: left;
        width: 380px;
        padding: 0 30px 30px 0;
        overflow: hidden;
        cursor: pointer;
    }

        .images li img {
            width: 380px;
            height: 285px;
        }

        .images li:nth-child(3n+0) {
            padding-right: 0;
        }

.categroy-slider {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    width: 800px;
    height: 580px;
    padding: 35px 70px;
}

    .categroy-slider div.prev {
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -22.5px;
    }

    .categroy-slider li {
        overflow: hidden;
    }

    .categroy-slider div.next {
        position: absolute;
        right: 2px;
        top: 50%;
        margin-top: -22.5px;
    }

    .categroy-slider li img {
        width: 800px;
        height: 580px;
    }

.swiper-container {
    width: 800px;
    height: 580px;
    margin: 0 auto;
}

.icon-close {
    width: 30px;
    height: 30px;
    background: url(../images/icon-close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101;
}

    .icon-close:hover {
        background-color: #efefef;
    }

.work-shop {
    padding: 20px 0;
    overflow: hidden;
}

    .work-shop img {
        padding: 10px;
        float: left;
        background: #fff;
        box-shadow: 1px 1px 8px #ddd;
        margin: 0 10px;
    }

.copyright {
    padding: 20px 0 0;
    overflow: hidden;
}

    .copyright .W-1200 {
        position: relative;
        overflow: hidden;
        min-height: 220px;
    }

    .copyright .ercode {
        position: absolute;
        right: 40px;
        top: 10px;
        width: 172px;
        height: 194px;
    }

    .copyright dl {
        float: left;
        padding: 0 80px 0 20px;
    }

        .copyright dl dt {
            font-size: 16px;
            padding: 8px 0;
        }

        .copyright dl dd {
            font-size: 14px;
            color: #999;
            padding: 6px 0;
        }

.company-bottom {
    width: 400px;
    overflow: hidden;
}

.copyright .text {
    clear: both;
    text-align: center;
    padding: 12px 0;
    background: #f6f6f6;
}

.copyright a {
    color: #999;
}

    .copyright a:hover {
        color: #f90;
    }

.copyright.sub-pages {
    background: #f6f6f6;
}


.photo-mask {
    position: fixed;
    z-index: 10;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

.photo-panel {
    position: fixed;
    display: none;
    clear: both;
    top: 50%;
    left: 50%;
    /* bottom: 0; */
    /* right: 0; */
    z-index: 10;
    transform: translate(-50%,-50%);
}

    .photo-panel .photo-div,
    .photo-panel .photo-bar {
        width: 100%;
    }

    .photo-panel .photo-div {
        width: 960px;
        /* height: 560px; */
        z-index: 11;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .photo-panel .photo-close {
        background: url(../images/close_ch.png);
        width: 56px;
        height: 56px;
        position: absolute;
        margin-left: 664px;
        z-index: 2000;
    }

        .photo-panel .photo-close:hover {
            background: url(../images/close_ch.png);
            width: 56px;
            height: 56px;
            position: absolute;
            margin-left: 664px;
            z-index: 2000;
            cursor: pointer;
        }

    .photo-panel .photo-bar-tip {
        width: 700px;
        height: 44px;
        position: absolute;
        margin-top: -64px;
        padding: 10px;
    }

        .photo-panel .photo-bar-tip:hover {
            width: 700px;
            height: 44px;
            position: absolute;
            margin-top: -64px;
            background: #000;
            filter: alpha(opacity=20);
            -moz-opacity: 0.8;
            opacity: 0.8;
            color: #fff;
            padding: 10px;
        }

    .photo-panel .photo-img {
        width: 720px;
        /* float: left; */
        /* height: 560px; */
        background: #fff;
        overflow: hidden;
        margin: 0 auto;
    }

    .photo-panel .photo-view-w {
        width: 720px;
        height: 560px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

    .photo-panel .photo-view-h {
        width: 720px;
        height: 560px;
        text-align: center;
        vertical-align: middle;
    }

    .photo-panel .photo-view-w img {
        max-width: 700px;
        height: auto;
        vertical-align: middle;
        text-align: center;
        max-height: 540px;
        margin: 10px;
        -moz-box-shadow: 5px 5px 5px #a6a6a6;
        /* 老的 Firefox */
        box-shadow: 5px 5px 5px #a6a6a6;
       /* -webkit-animation: swing 1s .2s ease both;
        -moz-animation: swing 1s .2s ease both;*/
    }

    .photo-panel .photo-view-h img {
        max-width: 700px;
        height: 540px;
        margin: 10px;
        -moz-box-shadow: 5px 5px 5px #a6a6a6;
        /* 老的 Firefox */
        box-shadow: 5px 5px 5px #a6a6a6;
      /*  -webkit-animation: swing 1s .2s ease both;
        -moz-animation: swing 1s .2s ease both;*/
    }

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -moz-transform-origin: top center;
    }

    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

.photo-panel .photo-left,
.photo-panel .photo-right {
    width: 120px;
    height: 120px;
    position: absolute;
}
.photo-panel .photo-left{
    top:50%;
    margin-top: -60px;
    left:0;
}
.photo-panel .photo-right{
    top:50%;
    margin-top: -60px;
    right:0;
}
.photo-panel .arrow-prv {
    background: url(../images/l.png);
    width: 120px;
    height: 120px;
}

    .photo-panel .arrow-prv:hover {
        background: url(../images/l_ch.png);
        width: 120px;
        height: 120px;
        cursor: pointer;
    }

.photo-panel .arrow-next {
    background: url(../images/r.png);
    width: 120px;
    height: 120px;
}

    .photo-panel .arrow-next:hover {
        background: url(../images/r_ch.png);
        width: 120px;
        height: 120px;
        cursor: pointer;
    }

.apage{
  overflow: hidden;
    text-align: center;
    width: 100%;
    padding: 0 0 30px;
}
.pagination li{
    padding: 0 20px;
    text-align:center;
    display: inline-block;
}
