@charset "utf-8";
/* CSS Document */
.dg-container {
    width: 100%;

    position: relative;
}

.detail_on{
    margin-top: 50px;
}
.dg-wrapper {
    width: 360px;
    height: 360px;
    margin: 0 auto;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;

    position: relative;
    z-index: 10;
}

.dg-wrapper a {
    width: 360px;
    height: 296px;
    display: block;
    /*overflow: hidden;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
}

.dg-wrapper a.dg-transition,
.dg-wrapper a.dg-transition .shadow {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    width: 100%;
    height: 100%;
}

.dg-wrapper a h2 {
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute;
    left: 0;
}

.dg-wrapper a.dg-center .shadow {
    display: none
}

.dg-container nav {
    width: 120px;
    /*margin-top: 70px;*/
}

.dg-container nav span {
    /*text-indent: -9000px;*/
    float: left;
    cursor: pointer;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #909192;
    font-size: 42px;
}

.dg-container nav span:hover,
.dg-container nav span:active {
    color: #000;
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}

.dg-center {
    transform: translateX(0px) translateZ(0px) rotateY(0deg);
}

.dg-wrapper .dg-center a h2 {
    display: none;
}

.dg-detail ._left,
.dg-detail ._right {
    display: table-cell;
}

.dg-detail ._left {
    text-align: left;
    padding-top: 25px;
    padding-right: 76px;    padding-left: 20px;
}

.dg-detail ._left ._img {
    width: 360px;
    height: 296px;
}

.dg-detail ._right {
    width: 700px;
    vertical-align: middle;
}

.dg-detail ._right ._text {
    font-size: 18px;
    line-height: 34px;
    color: #333;
    min-width: 700px;
    display: table-cell;
    vertical-align: middle;
    height: 301px;
    border-left: 2px solid #C7C7C7;
    padding-left: 78px;
    text-align: justify;
}

.dg-detail ._left ._header {
    padding-top: 6px;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.dg-detail ._left ._header h3 {
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;

}

.dg-detail ._left ._header h4 {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 26px;
}

.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    background: rgba(0, 0, 0, .5)

}

.dg-wrapper a:hover .shadow {
    display: none
}

.dg-detail {
    width: 360px;
    height: 390px;
    display: none;
    overflow: hidden;
}

.dg-center .dg-detail {
    display: block;
    background: none;
    position: absolute;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    /*IE9*/
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);

    z-index: 10000;

}

.dg-center .img {
    display: none;
}

.dg-center:hover .dg-detail {
    background: #F0F0F0;
    width: 1200px;

    -webkit-transform: translate(-420px, -30px);
    -moz-transform: translate(-420px, -30px);
    -o-transform: translate(-420px, -30px);
    -ms-transform: translate(-420px, -30px);
    transform: translate(-420px, -30px);
}

.jiantouzuo {
    text-align: center;
    margin-top: 50px;
}

._header p {

    color: #c7183f;
    font-size: 20px;
    margin-bottom: 0;
}

.icon-jiantouzuo span {
    display: inline-block;
    width: 33px;
    height: 20px;
    background: url("img/jian1.png") no-repeat;

    background-size: cover;
    margin-right: 50px;
    cursor: pointer;

}

.icon-jiantouright span {
    display: inline-block;
    width: 33px;
    height: 20px;
    background: url("img/jian2.png") no-repeat;
    cursor: pointer;

    background-size: cover;
}