

/*** jianpupc/css/init.css ***/


/*** default/css/init.css ***/


/*** common/css/base.css ***/

* {padding: 0;margin: 0;}
*:focus {outline: none;}

html {min-height: 100%;background: #fff;}
body {
    _position: relative;width: auto;_overflow-x: hidden;font-family: simsun;
    font-size: 12px;color: #333;cursor: default;
}

div, ul, dl {overflow: hidden;}
section {display: block;overflow: hidden;}
li {overflow: hidden;list-style: none;}
input {font-size: 12px;border: 1px solid #ddd;}
textarea {resize: none;outline: none;}
img {border: none;}
video {cursor: pointer;}
table {border-collapse: collapse;}
a {text-decoration: none;color: #333;}
a:focus {outline: none;-moz-outline: none;}
i, em {font-style: normal;}
u, ins {text-decoration: none;}
input::-moz-focus-inner {border: 0;}
input[type=submit], input[type=reset], input[type=button] {cursor: pointer;}
h1 {font-weight: 400;font-size: 20px;}
h2 {font-weight: 400;font-size: 14px;overflow: hidden;}
small {font-size: 12px;}
svg {display: block;width: 100%;height: 100%;fill: none;overflow: hidden;}


/*** common/css/d_public.css ***/

.div {margin: 0 auto;}

.clear {clear: both;}

.p_none {display: none;}

.p_pop {position: fixed;z-index: 99;overflow: visible;}

.p_popbg {
    position: fixed;z-index: 1998;left: 0;top: 0;width: 100%;height: 100%;
    transition: background 0.2s;
-moz-transition: background 0.2s;
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
-ms-transition: background 0.2s;background: rgba(0, 0, 0, 0.3);
}
.p_popbg.on {background: rgba(0, 0, 0, 0.7);}

.h2 h2 {
    float: left;text-align: center;
    font-size: 16px;font-weight: 400;font-family: "microsoft yahei",arial;color: #333;
}
.h2 h2 a {font-weight: 400;color: #333;}
.h2 a:hover {text-decoration: none;}

.ul li {display: block;line-height: normal;overflow: hidden;}
.ul li b, .ul li big {overflow: hidden;font-weight: 400;}
.ul li span, .ul li p, .ul li em {
    display: block;height: auto;line-height: normal;overflow: hidden;font-size: inherit;
}
.ul li img {display: block;max-width: 100%;overflow: hidden;}
.ul li a {color: inherit;}
.ul li ins, .ul li dl, .ul li dd {display: block;overflow: hidden;}

.alert {
    position: fixed;z-index: 2000;left: 50%;top: 50%;width: 150px;
    opacity: 0;transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
}
.alert p {
    display: block;line-height: 20px;padding: 10px;overflow: hidden;text-align: center;font-size: 14px;color: #fff;
    transform: scale(0.5, 0.5);
-moz-transform: scale(0.5, 0.5);
-webkit-transform: scale(0.5, 0.5);
-o-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);transition: transform 0.2s;
-moz-transition: -moz-transform 0.2s;
-webkit-transition: -webkit-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition: -ms-transform 0.2s;
    border-radius: 5px;background: rgba(0, 0, 0, 0.7);
}
.alert.on {opacity: 1;}
.alert.on p {transform: scale(1, 1);
-moz-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);}

.confirm {
    position: fixed;z-index: 2000;left: 50%;top: 50%;width: 250px;
    transform: translate(-50%, -50%) scale(0.5, 0.5);
-moz-transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
-o-transform: translate(-50%, -50%) scale(0.5, 0.5);
-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);transition: transform 0.2s;
-moz-transition: -moz-transform 0.2s;
-webkit-transition: -webkit-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition: -ms-transform 0.2s;
    border-radius: 5px;
}
.confirm div {opacity: 0;transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;background: #fff;}
.confirm p {
    display: block;line-height: 20px;padding: 20px 10px 15px 10px;overflow: hidden;text-align: center;font-size: 14px;color: #666;
}
.confirm p a {color: #049;}
.confirm p a:hover {color: #f60;}
.confirm ins {
    display: block;overflow: hidden;border-top: 1px solid #ddd;border-radius: 0px 0px 5px 5px;background: #f2f2f2;
}
.confirm ins a {
    display: block;height: 30px;line-height: 32px;overflow: hidden;text-align: center;font-size: 14px;color: #666;
    background: #f5f5f5;
}
.confirm ins a:nth-of-type(1) {float: left;width: 50%;border-right: 1px solid #ddd;}
.confirm ins a:hover {color: #333;}
.confirm.on {transform: translate(-50%, -50%) scale(1, 1);
-moz-transform: translate(-50%, -50%) scale(1, 1);
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-o-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);}
.confirm.on div {opacity: 1;}

.open {
    position: fixed;z-index: 2000;left: 50%;top: 50%;width: 500px;max-width: calc(100% - 10px);height: 400px;
    transform: translate(-50%, -50%) scale(0.5, 0.5);
-moz-transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
-o-transform: translate(-50%, -50%) scale(0.5, 0.5);
-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);transition: transform 0.2s;
-moz-transition: -moz-transform 0.2s;
-webkit-transition: -webkit-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition: -ms-transform 0.2s;
    border-radius: 5px;border: 2px solid rgba(255, 255, 255, 0.3);background: #fff padding-box;
}
.open.on {transform: translate(-50%, -50%) scale(1, 1);
-moz-transform: translate(-50%, -50%) scale(1, 1);
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-o-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);}
.open .c-btn {
    display: inline-block;position: absolute;z-index: 1;right: 0;top: 0;height: 25px;line-height: 27px;padding: 0px 5px;overflow: hidden;
    text-shadow: 0px 0px 2px #666;font-size: 18px;font-weight: 700;font-family: arial;color: #eee;transition: transform 0.5s;
-moz-transition: -moz-transform 0.5s;
-webkit-transition: -webkit-transform 0.5s;
-o-transition: -o-transform 0.5s;
-ms-transition: -ms-transform 0.5s;
}
.open .c-btn:hover {color: #fff;transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-webkit-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);}

.tran_ry .c-rotate {
    transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
    transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
    backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
    transition: all 1s linear;
-moz-transition: all 1s linear;
-webkit-transition: all 1s linear;
-o-transition: all 1s linear;
-ms-transition: all 1s linear;
}
.tran_ry_on .c-rotate {transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);}

/*** common/css/d_slide.css ***/

.slide {position: relative;}

.slide .c-page {
    display: none;position: absolute;z-index: 999;left: 0;top: 50%;width: 20px;height: 40px;line-height: 40px;
    overflow: hidden;font-size: 14px;font-weight: 700;font-family: simsun;
    text-align: center;color: #fff;opacity: 0.7;transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
    background-color: #333;
}
.slide .c-page:hover {text-decoration: none;background-color: #111;}
.slide.c-one .c-page {display: none!important;}

.slide .c-next {left: auto;right: 0;}
.slide li .c-img {display: block;overflow: hidden;}
.slide li .c-img img {display: block;width: 100%;overflow: hidden;}
.slide li span {
    display: block;width: calc(100% - 10px);height: 20px;line-height: 20px;padding: 3px 5px 2px 5px;
    text-align: left;font-size: 14px;
}

.slide .c-bar {position: absolute;right: 10px;bottom: 10px;overflow: visible;font-size: 0;}
.slide.c-center .c-bar {left: 50%;right: auto;transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);}
.slide.c-one .c-bar {display: none;}

.slide .c-bar a {
    display: inline-block;width: 10px;height: 10px;margin: 0px 3px;overflow: hidden;text-align: center;
    text-indent: -2000px;vertical-align: top;font-family: arial;background: #f5f5f5;
}
.slide .c-bar a.on {color: #fff;background: #ccc;}





/*** common/css/d_pager.css ***/

.pager {text-align: center;font-size: 0;}
.pager.c-one {display: none;}
.pager a, .pager span, .pager small {
    display: inline-block;height: 25px;line-height: 27px;margin: 0px 5px;padding: 0px 10px;
    text-align: center;font-size: 14px;font-family: arial;white-space: nowrap;color: #073A2B;
    border: 1px solid #C9C9C9;border-radius: 3px;vertical-align: top;
}
.pager .c-pre {font-family: simsun;}
.pager .c-next {font-family: simsun;}
.pager span  {color: #fff;border-color: #94AA9E;border-radius: 3px;background-color: #C2D3CD;}
.pager small {
    margin: 0;padding: 0px 5px;font-size: 12px;cursor: pointer;
    border-color: transparent;
}
.pager a:hover, .pager small:hover {text-decoration: none;border-color: #94aa9e;background-color: #f0f0e4;}


@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-moz-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-o-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-ms-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

body {min-width: 1200px;font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
a:hover {text-decoration: none;}
img.c-loading {background: url(/images/default/public/loading.gif) center no-repeat;background-size: 20px 20px;}
img.c-loaded {animation: fade-in linear 0.2s;
-moz-animation: fade-in linear 0.2s;
-webkit-animation: fade-in linear 0.2s;
-o-animation: fade-in linear 0.2s;
-ms-animation: fade-in linear 0.2s;}
input, textarea {font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}

.div {width: 1200px;}

.h2 {height: 30px;line-height: 30px;}
.h2 h2 {display: block;height: 30px;line-height: 30px;overflow: hidden;}

.div-pop {position: absolute;height: 0;}
.div-pop .p_popbg {perspective: 500px;
-moz-perspective: 500px;
-webkit-perspective: 500px;
-o-perspective: 500px;
-ms-perspective: 500px;}
.div-pop .p_popbg > div {
    position: fixed;left: 50%;top: 50%;width: 300px;max-width: none;margin: 0;padding: 10px;overflow: visible;
    transform: translate(-50%, -50%) rotateZ(-30deg) rotateY(90deg);
-moz-transform: translate(-50%, -50%) rotateZ(-30deg) rotateY(90deg);
-webkit-transform: translate(-50%, -50%) rotateZ(-30deg) rotateY(90deg);
-o-transform: translate(-50%, -50%) rotateZ(-30deg) rotateY(90deg);
-ms-transform: translate(-50%, -50%) rotateZ(-30deg) rotateY(90deg);transition: transform 0.2s;
-moz-transition: -moz-transform 0.2s;
-webkit-transition: -webkit-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition: -ms-transform 0.2s;
    border-radius: 5px;border: 2px solid rgba(255, 255, 255, 0.3);background: #fff padding-box;
}
.div-pop .p_popbg > div.on {transform: translate(-50%, -50%) rotateZ(0) rotateY(0);
-moz-transform: translate(-50%, -50%) rotateZ(0) rotateY(0);
-webkit-transform: translate(-50%, -50%) rotateZ(0) rotateY(0);
-o-transform: translate(-50%, -50%) rotateZ(0) rotateY(0);
-ms-transform: translate(-50%, -50%) rotateZ(0) rotateY(0);}

.main .d-th {position: relative;}
.main .d-th::after {
    display: block;position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;content: '';background: #ddd;
}
.main .d-th > * {position: relative;z-index: 1;}
.main .d-th > *::after {
    display: none;position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;content: '';background: #fff;
}
.main .d-th > *.on::after {display: block;}

.main .d-img .c-img {display: block;position: relative;height: 0;padding-top: 100%;overflow: hidden;}
.main .d-img .c-img img {display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.main .d-img .c-text {
    display: block;position: absolute;left: 0;bottom: 0;width: calc(100% - 10px);height: 30px;line-height: 32px;
    padding: 0px 5px;overflow: hidden;text-align: center;text-shadow: 0px 0px 2px #666;color: #eee;
    background: rgba(0, 0, 0, 0.6);
}
.main .d-img .c-text:hover {color: #fff;}

.main .d-video .c-img {
    display: block;position: relative;height: 0;padding-top: 100%;overflow: hidden;
}
.main .d-video .c-img img {
    display: block;position: absolute;left: 50%;top: 50%;max-height: 100%;overflow: hidden;
    transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.main .d-video .c-img::after {
    display: block;position: absolute;left: 50%;top: 50%;width: 50px;height: 50px;content: '';
    transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
-webkit-transition: border-color 0.2s;
-o-transition: border-color 0.2s;
-ms-transition: border-color 0.2s;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    border: 5px solid rgba(255, 255, 255, 0.6);border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);background-clip: padding-box;
}
.main .d-video .c-img::before {
    display: block;position: absolute;z-index: 1;left: 50%;top: 50%;width: 0px;height: 0px;content: '';
    transform: translate(-40%, -50%);
-moz-transform: translate(-40%, -50%);
-webkit-transform: translate(-40%, -50%);
-o-transform: translate(-40%, -50%);
-ms-transform: translate(-40%, -50%);transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
-webkit-transition: border-color 0.2s;
-o-transition: border-color 0.2s;
-ms-transition: border-color 0.2s;
    border: 15px solid transparent;
    border-left: 25px solid rgba(255, 255, 255, 0.6);border-right: none;
}
.main .d-video .c-img:hover::after {border-color: rgba(255, 255, 255, 1);}
.main .d-video .c-img:hover::before {border-left-color: rgba(255, 255, 255, 1);}
.main .d-video .c-video {
    display: none;position: relative;height: 0;padding-top: 100%;overflow: hidden;background: #000;
}
.main .d-video .c-video video {
    display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;
}

.main .d-content {line-height: 26px;font-size: 14px;color: #666;}
.main .d-content img, .main .d-content video {display: block;max-width: 100%;margin: 0 auto;overflow: hidden;}
.main .d-content video {max-width: calc(100% - 20px);margin: 10px auto 10px auto;padding: 10px;background: #000;}
.main .d-content a {color: #049;}

.main .d-dot li {position: relative;padding-left: 12px;}
.main .d-dot li::after {
    display: block;position: absolute;left: 3px;top: 50%;width: 3px;height: 3px;content: '';
    transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);border-radius: 50%;background: #666;
}

.main .d-error {padding: 20px;text-align: center;}
.main .d-error p {
    display: block;line-height: 27px;padding: 100px 0px 10px 0px;overflow: hidden;text-align: center;font-size: 14px;color: #666;
    background: url(/images/default/public/icon_note.png) top no-repeat;background-size: auto 80px;
}
.main .d-error .c-btn {
    display: inline-block;height: 25px;line-height: 25px;margin: 0px 5px;padding: 0px 10px;overflow: hidden;
    vertical-align: top;font-size: 14px;color: #aaa;border: 1px solid #aaa;border-radius: 3px;
}
.main .d-error .c-btn:hover {color: #666;border-color: #666;}


body {
    display: block;position: relative;
    min-height: 100vh;
    background: #f5f5f5;
}
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-track {background: #f5f5f5;}
body::-webkit-scrollbar-thumb {background-color: #c1c1c1;}
body::-webkit-scrollbar-thumb:hover {background-color: #a8a8a8;}

.pot {
    width: 1000px;
    margin: 0 auto;
}
.div {width: 1000px;}

/**
styles {colorA: #fa8723;colorB: #b25415;colorC: #f60;}
 */


/*** jianpupc/css/head.css ***/


/*** jianpupc/css/d_shine.css ***/

@keyframes d-shine {
    0% {
        left: 0;
        opacity: 0;
    }
    50% {opacity: 0.8;}
    100% {
        left: calc(100% + 150px);
        opacity: 0;
    }
}
@-moz-keyframes d-shine {
    0% {
        left: 0;
        opacity: 0;
    }
    50% {opacity: 0.8;}
    100% {
        left: calc(100% + 150px);
        opacity: 0;
    }
}
@-webkit-keyframes d-shine {
    0% {
        left: 0;
        opacity: 0;
    }
    50% {opacity: 0.8;}
    100% {
        left: calc(100% + 150px);
        opacity: 0;
    }
}
@-o-keyframes d-shine {
    0% {
        left: 0;
        opacity: 0;
    }
    50% {opacity: 0.8;}
    100% {
        left: calc(100% + 150px);
        opacity: 0;
    }
}
@-ms-keyframes d-shine {
    0% {
        left: 0;
        opacity: 0;
    }
    50% {opacity: 0.8;}
    100% {
        left: calc(100% + 150px);
        opacity: 0;
    }
}

.d-shine {
    display: block;position: relative;
    overflow: hidden;
}
.d-shine::after {
    display: block;position: absolute;
    left: 0;top: 0;
    width: 10px;height: 100%;
    content: '';opacity: 0;
    transform: skewX(-60deg) translate(-150px, 0);
-moz-transform: skewX(-60deg) translate(-150px, 0);
-webkit-transform: skewX(-60deg) translate(-150px, 0);
-o-transform: skewX(-60deg) translate(-150px, 0);
-ms-transform: skewX(-60deg) translate(-150px, 0);
    transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
    box-shadow: 0 0 20px 30px #f5f5f5;
    background: #f5f5f5;
}
.d-shine:hover::after {animation: d-shine 0.5s linear forwards;
-moz-animation: d-shine 0.5s linear forwards;
-webkit-animation: d-shine 0.5s linear forwards;
-o-animation: d-shine 0.5s linear forwards;
-ms-animation: d-shine 0.5s linear forwards;}


.head {height: 75px;}
.head .pot {
    position: fixed;z-index: 1000;
    left: 0;top: 0;
    width: 100%;height: 55px;
    box-shadow: 0 2px 10px #ddd;
    background: #f5f5f5;
}
.head .box {
    width: 1000px;height: 100%;
    margin: 0 auto;
}
.head .row {height: 100%;}

.head .row-logo {
    float: left;
    width: 150px;
}
.head .row-logo a {
    display: block;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
    text-indent: -1000px;
    opacity: 0.8;transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
    background: url(/images/jianpupc/head_logo.png) no-repeat center;
    background-size: auto 60%;
}
.head .row-logo a:hover {opacity: 1;}

.head .row-nav {
    float: left;
    width: calc(100% - 380px);
}
.head .row-nav li {float: left;}
.head .row-nav li a {
    display: block;
    height: 55px;line-height: 55px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 16px;
    transition: color 0.2s;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
-ms-transition: color 0.2s;
}
.head .row-nav li a:hover {color: #fa8723;}
.head .row-nav li.on a {
    background: linear-gradient(180deg, #eee, #f5f5f5, #fff);
-moz-linear-gradient(180deg, #eee, #f5f5f5, #fff);
-webkit-linear-gradient(180deg, #eee, #f5f5f5, #fff);
-o-linear-gradient(180deg, #eee, #f5f5f5, #fff);
-ms-linear-gradient(180deg, #eee, #f5f5f5, #fff);
}

.head .row-search form {
    display: block;
    float: right;
    width: 100%;height: 30px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}
.head .row-search input[type="text"] {
    float: left;
    width: calc(100% - 50px);height: 30px;
    padding: 0 10px;
    overflow: hidden;
    color: #666;
    border: none;
    background: none;
}
.head .row-search button {
    width: 30px;height: 30px;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
    border: none;
    background: url(/images/jianpupc/icon_search.png) center no-repeat;
    background-size: 15px auto;
}
.head .row-search button:hover {
    opacity: 1;
}

/*** jianpupc/css/foot.css ***/


/*** jianpupc/css/div_go2top.css ***/

.div-go2top {height: 0;}
.div-go2top div {overflow: visible;}
.div-go2top .pot {
    position: fixed;
    z-index: 9999;
    right: 10px;bottom: 100px;
    width: 40px;
    opacity: 0.3;
    transform: translate(calc(100% + 10px), 0);
-moz-transform: translate(calc(100% + 10px), 0);
-webkit-transform: translate(calc(100% + 10px), 0);
-o-transform: translate(calc(100% + 10px), 0);
-ms-transform: translate(calc(100% + 10px), 0);
    transition: opacity 0.5s, transform 0.5s;
-moz-transition: opacity 0.5s, -moz-transform 0.5s;
-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.5s, -o-transform 0.5s;
-ms-transition: opacity 0.5s, -ms-transform 0.5s;
}
.div-go2top.on-show .pot {
    opacity: 1;
    transform: translate(0, 0);
-moz-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
}
.div-go2top .row-btn {
    border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 5px;
    background: rgba(255, 255, 255, 0.8) padding-box;
    background-size: 20px auto;
}
.div-go2top .row-btn a {
    display: block;
    width: 30px;height: 36px;line-height: 16px;
    padding: 4px 5px 0 5px;
    overflow: visible;
    text-align: center;text-shadow: 0 1px 1px #666;
    color: #fff;
    transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.div-go2top .row-btn a:nth-of-type(1) {border-top: none;}
.div-go2top .row-btn a i {display: none;}
.div-go2top .row-btn .c-tdcode {
    position: relative;
    background: url(/images/default/public/icon_ewm.png) center no-repeat;
    background-size: 20px auto;
}
.div-go2top .row-btn .c-tdcode div {
    position: absolute;
    left: -10px;top: 50%;
    padding: 0 10px 10px 10px;
    visibility: hidden;opacity: 0.3;
    transform: translate(-100%, -50%);
-moz-transform: translate(-100%, -50%);
-webkit-transform: translate(-100%, -50%);
-o-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
    transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
    border-radius: 5px;
    background: #fa8723;
}
.div-go2top .row-btn .c-tdcode:hover div {
    visibility: visible;opacity: 1;
}
.div-go2top .row-btn .c-tdcode div::after {
    display: block;position: absolute;
    top: 50%;right: 0;
    width: 0;height: 0;
    content: '';
    transform: translate(100%, -50%);
-moz-transform: translate(100%, -50%);
-webkit-transform: translate(100%, -50%);
-o-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
    border: 5px solid transparent;
    border-left: 8px solid #fa8723;
    border-right: none;
}
.div-go2top .row-btn .c-tdcode img {
    display: block;
    width: 100px;height: 100px;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}
.div-go2top .row-btn .c-tdcode span {
    display: block;
    height: 25px;line-height: 27px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.div-go2top .row-btn .c-go2top {
    background: url(/images/default/public/icon_up.png) center no-repeat;
    background-size: 20px auto;
}
.div-go2top .row-btn a:hover {background: #fa8723;}
.div-go2top .row-btn a:hover i {display: inline;}

.foot {
    height: 0;
}
.foot .pot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
}
.foot .box {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0;
}
.foot .row-info {
    height: 100%;
}
.foot .row-info ul {
    text-align: center;
    font-size: 0;
    color: #aaa;
}
.foot .row-info li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    font-size: 12px;
}
.foot .row-info li a:hover {
    color: #333;
}

.div-bb .pot {
    position: relative;
    height: 60px;
    margin: 10px auto 40px auto;
    transition: height 0.2s;
-moz-transition: height 0.2s;
-webkit-transition: height 0.2s;
-o-transition: height 0.2s;
-ms-transition: height 0.2s;
}
.div-bb.on-hide .pot {
    height: 0;
}
.div-bb .c-hide {
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-webkit-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
    transition: transform 0.2s;
-moz-transition: -moz-transform 0.2s;
-webkit-transition: -webkit-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition: -ms-transform 0.2s;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}
.div-bb:hover .c-hide {
    transform: translate(0, 0);
-moz-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
}

/*** jianpudef/css/d_rhythm.css ***/

.main .d-rhythm {
    padding-left: 10px;
    overflow: visible;
    white-space: pre;
    font-size: 14px;
    font-family: monospace;
    color: #666;
}
.main .d-rhythm div {
    position: relative;
    float: left;
    margin-top: 20px;
    overflow: visible;
    clear: both;
}
.main .d-rhythm div:nth-of-type(1) {
    margin-top: 0;
}
.main .d-rhythm div.on-play::after {
    display: block;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;content: '';
    background: rgba(192, 192, 192, 0.1);
}
.main .d-rhythm div.on-play-1::after {
    width: 144px;
}
.main .d-rhythm div.on-play-2::after {
    width: calc(144px * 2);
}
.main .d-rhythm div.on-play-3::after {
    width: calc(144px * 3);
}
.main .d-rhythm div.on-play-4::after {
    width: calc(144px * 4);
}
.main .d-rhythm ins {
    display: block;
    position: relative;
    line-height: 20px;
}
.main .d-rhythm .b-note {
    display: none;
}
.main .d-rhythm ins * {
    display: inline-block;
    width: 18px;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
}
.main .d-rhythm ins p {
    position: relative;
    width: 144px;
}
.main .d-rhythm ins p u:nth-of-type(1) {
    font-weight: 700;
    color: #000;
}
.main .d-rhythm ins p u:nth-of-type(1) i::after {
    font-weight: 400;
    color: #000!important;
}
.main .d-rhythm ins p u:nth-of-type(1) i::before {
    font-weight: 400;
    color: #000!important;
}
.main .d-rhythm ins p u i {
    background: #fff;
}
.main .d-rhythm ins p b {
    position: absolute;
    top: 0;
    width: auto;
    height: 15px;
    font-weight: 400;
    transform: translate(-100%, -10%) scale(0.9, 0.9);
-moz-transform: translate(-100%, -10%) scale(0.9, 0.9);
-webkit-transform: translate(-100%, -10%) scale(0.9, 0.9);
-o-transform: translate(-100%, -10%) scale(0.9, 0.9);
-ms-transform: translate(-100%, -10%) scale(0.9, 0.9);
}
.main .d-rhythm ins p b::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #666;
}
.main .d-rhythm ins p b::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 5px;
    height: 2px;
    content: '';
    transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-webkit-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
    border: 1px solid #666;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 50%;
}
.main .d-rhythm ins p b.c-attr-c::after {
    bottom: -3px;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
    border: 4px solid transparent;
    border-top: 4px solid #666;
    border-bottom: none;
}
.main .d-rhythm ins p b * {
    width: 9px;
    height: 15px;
    line-height: 17px;
    font-weight: 400;
}
.main .d-rhythm ins p b u i {
    text-align: center;
    font-size: 12px;
    background: none;}
.main .d-rhythm ins p b .c-l i {
    line-height: 10px;
}
.main .d-rhythm ins[class*=b-gamut] p {
    background: url(/images/jianpudef/icon_gamut_sep.png) 2px 55% repeat-x;
    background-size: 100% auto;
}
.main .d-rhythm ins[class*=b-gamut] p.c-ternary {
    background-image: url(/images/jianpudef/icon_gamut_sep_ternary.png);
}
.main .d-rhythm ins u {
    position: relative;
}
.main .d-rhythm ins u.c-w-1 {
    width: 12.5%;
}
.main .d-rhythm ins u.c-w-2 {
    width: 25%;
}
.main .d-rhythm ins u.c-w-3 {
    width: 37.5%;
}
.main .d-rhythm ins u.c-w-4 {
    width: 50%;
}
.main .d-rhythm ins u.c-w-5 {
    width: 62.5%;
}
.main .d-rhythm ins u.c-w-6 {
    width: 75%;
}
.main .d-rhythm ins u.c-w-7 {
    width: 87.5%;
}
.main .d-rhythm ins u.c-w-8 {
    width: 100%;
}
.main .d-rhythm ins u.c-tw-1 {
    width: 16.66667%;
}
.main .d-rhythm ins u.c-tw-2 {
    width: 33.33333%;
}
.main .d-rhythm ins u.c-tw-3 {
    width: 50%;
}
.main .d-rhythm ins u.c-tw-4 {
    width: 66.66667%;
}
.main .d-rhythm ins u.c-tw-5 {
    width: 83.33333%;
}
.main .d-rhythm ins u.c-tw-6 {
    width: 100%;
}
.main .d-rhythm ins i {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: auto;
    white-space: nowrap;
}
.main .d-rhythm .c-ternary u {
    width: 24px;
}
.main .d-rhythm .c-ternary b u {
    width: 9px;
}
.main .d-rhythm .c-u i::after, .main .d-rhythm .c-l i::after {
    display: inline;
    position: absolute;
    left: 50%;
    top: 15%;
    line-height: 1px;
    content: '•';
    color: #666;
    transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.main .d-rhythm .c-l i::after {
    top: auto;
    bottom: 15%;
    transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);}
.main .d-rhythm .c-u2 i::after, .main .d-rhythm .c-l2 i::after {
    content: ':';
}
.main .d-rhythm .c-u3 i::after, .main .d-rhythm .c-l3 i::after {
    content: '\1392';
}
.main .d-rhythm .c-u4 i::after, .main .d-rhythm .c-l4 i::after {
    content: '\205f';
}
.main .d-rhythm .c-u2 i::after, .main .d-rhythm .c-u3 i::after,
.main .d-rhythm .c-u4 i::after {
    transform: translate(-50%, -200%);
-moz-transform: translate(-50%, -200%);
-webkit-transform: translate(-50%, -200%);
-o-transform: translate(-50%, -200%);
-ms-transform: translate(-50%, -200%);
}
.main .d-rhythm u:after, .main .d-rhythm u:before {z-index: 3;}
.main .d-rhythm .c-h i::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '#';
    color: #666;
    transform: translate(-80%, -20%) scale(0.8, 0.8);
-moz-transform: translate(-80%, -20%) scale(0.8, 0.8);
-webkit-transform: translate(-80%, -20%) scale(0.8, 0.8);
-o-transform: translate(-80%, -20%) scale(0.8, 0.8);
-ms-transform: translate(-80%, -20%) scale(0.8, 0.8);
}
.main .d-rhythm .c-s::before {
    display: block;
    position: absolute;
    left: 18px;
    top: 0;
    width: 20px;
    height: 5px;
    content: '';
    transform: translate(-5px, -50%);
-moz-transform: translate(-5px, -50%);
-webkit-transform: translate(-5px, -50%);
-o-transform: translate(-5px, -50%);
-ms-transform: translate(-5px, -50%);
    border-top: 1px solid #666;
    border-radius: 5px 5px 0 0;
}
.main .d-rhythm .c-ternary .c-s::before {
    left: 20px;
}
.main .d-rhythm .c-s-1::before {
    width: 18px;
}
.main .d-rhythm .c-s-2::before {
    width: 36px;
}
.main .d-rhythm .c-s-3::before {
    width: 54px;
}
.main .d-rhythm .c-s-4::before {
    width: 72px;
}
.main .d-rhythm .c-s-5::before {
    width: 90px;
}
.main .d-rhythm .c-s-6::before {
    width: 108px;
}
.main .d-rhythm .c-s-7::before {
    width: 126px;
}
.main .d-rhythm .c-s-8::before {
    width: 144px;
}
.main .d-rhythm .c-s-9::before {
    width: 162px;
}
.main .d-rhythm .c-s-10::before {
    width: 180px;
}
.main .d-rhythm .c-s-11::before {
    width: 198px;
}
.main .d-rhythm .c-s-12::before {
    width: 216px;
}
.main .d-rhythm .c-s-13::before {
    width: 234px;
}
.main .d-rhythm .c-s-14::before {
    width: 252px;
}
.main .d-rhythm .c-s-15::before {
    width: 270px;
}
.main .d-rhythm .c-s-16::before {
    width: 288px;
}
.main .d-rhythm .c-s-17::before {
    width: 306px;
}
.main .d-rhythm .c-s-18::before {
    width: 324px;
}
.main .d-rhythm .c-s-19::before {
    width: 342px;
}
.main .d-rhythm .c-s-20::before {
    width: 360px;
}
.main .d-rhythm .c-s-21::before {
    width: 378px;
}
.main .d-rhythm .c-s-22::before {
    width: 396px;
}
.main .d-rhythm .c-s-23::before {
    width: 414px;
}
.main .d-rhythm .c-s-24::before {
    width: 432px;
}
.main .d-rhythm .c-s-25::before {
    width: 450px;
}
.main .d-rhythm .c-s-26::before {
    width: 468px;
}
.main .d-rhythm .c-s-27::before {
    width: 486px;
}
.main .d-rhythm .c-s-28::before {
    width: 504px;
}
.main .d-rhythm .c-s-29::before {
    width: 522px;
}
.main .d-rhythm .c-s-30::before {
    width: 540px;
}
.main .d-rhythm .c-s-31::before {
    width: 558px;
}
.main .d-rhythm .c-s-32::before {
    width: 576px;
}
.main .d-rhythm .c-ternary .c-s-1::before {
    width: 24px;
}
.main .d-rhythm .c-ternary .c-s-2::before {
    width: 48px;
}
.main .d-rhythm .c-ternary .c-s-3::before {
    width: 72px;
}
.main .d-rhythm .c-ternary .c-s-4::before {
    width: 96px;
}
.main .d-rhythm .c-ternary .c-s-5::before {
    width: 120px;
}
.main .d-rhythm .c-ternary .c-s-6::before {
    width: 144px;
}
.main .d-rhythm .c-ternary .c-s-7::before {
    width: 168px;
}
.main .d-rhythm .c-ternary .c-s-8::before {
    width: 192px;
}
.main .d-rhythm .c-ternary .c-s-9::before {
    width: 216px;
}
.main .d-rhythm .c-ternary .c-s-10::before {
    width: 240px;
}
.main .d-rhythm .c-ternary .c-s-11::before {
    width: 264px;
}
.main .d-rhythm .c-ternary .c-s-12::before {
    width: 288px;
}
.main .d-rhythm .c-ternary .c-s-13::before {
    width: 312px;
}
.main .d-rhythm .c-ternary .c-s-14::before {
    width: 336px;
}
.main .d-rhythm .c-ternary .c-s-15::before {
    width: 360px;
}
.main .d-rhythm .c-ternary .c-s-16::before {
    width: 384px;
}
.main .d-rhythm .c-ternary .c-s-17::before {
    width: 408px;
}
.main .d-rhythm .c-ternary .c-s-18::before {
    width: 432px;
}
.main .d-rhythm .c-ternary .c-s-19::before {
    width: 456px;
}
.main .d-rhythm .c-ternary .c-s-20::before {
    width: 480px;
}
.main .d-rhythm .c-ternary .c-s-21::before {
    width: 504px;
}
.main .d-rhythm .c-ternary .c-s-22::before {
    width: 528px;
}
.main .d-rhythm .c-ternary .c-s-23::before {
    width: 552px;
}
.main .d-rhythm .c-ternary .c-s-24::before {
    width: 576px;
}

.main {padding: 20px 0px;}
.main .div {width: 700px;}

.div-code .box {min-height: 500px;padding: 45px 50px;background: #fff;}
.div-code .row-code .h2 {position: relative;height: 35px;line-height: 35px;}
.div-code .row-code .h2 h2 {position: relative;z-index: 1;height: 100%;line-height: 35px;margin-right: 10px;color: #666;}
.div-code .row-code .h2 h2::after {
    position: absolute;left: 50%;bottom: 0;width: 0;height: 1px;content: '';
    transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);transition: width 0.5s;
-moz-transition: width 0.5s;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
-ms-transition: width 0.5s;
    background: #f60;
}
.div-code .row-code .h2 h2.on::after {width: 100%;}
.div-code .row-code .part-pop.p_pop {
    position: fixed!important;top: 0;left: 50%!important;%;width: 600px;
    transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);background: #fff;
}
.div-code .row-code .part-pop::after {
    display: block;position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;content: '';
    background: #ddd;
}
.div-code .row-code .part-opt {float: right;height: 35px;}
.div-code .row-code .part-opt .b-tune {font-size: 0;}
.div-code .row-code .part-opt .b-tune * {
    display: inline-block;height: 35px;line-height: 37px;margin-right: 10px;
    vertical-align: top;font-size: 12px;color: #666;
}
.div-code .row-code .part-opt .b-tune label {font-size: 16px;}
.div-code .row-code .part-opt .b-tune select {
    padding: 0px 5px;border: none;background: none;
}
.div-code .row-code .part-opt .b-tune small {font-family: simsun;}
.div-code .row-code .part-opt .b-btn {float: right;overflow: visible;font-size: 0;}
.div-code .row-code .part-opt .b-btn a {
    display: inline-block;position: relative;height: 35px;line-height: 37px;padding: 0px 10px;
    overflow: visible;vertical-align: top;font-size: 14px;color: #666;
}
.div-code .row-code .part-opt .b-btn a i {position: relative;z-index: 1;}
.div-code .row-code .part-opt .b-btn a::after {
    display: block;position: absolute;left: 0;top: 0;width: 120%;height: 100%;content: '';
    transform: skew(-30deg);
-moz-transform: skew(-30deg);
-webkit-transform: skew(-30deg);
-o-transform: skew(-30deg);
-ms-transform: skew(-30deg);transition: background 0.2s;
-moz-transition: background 0.2s;
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
-ms-transition: background 0.2s;background: #f5f5f5;
}
.div-code .row-code .part-opt .b-btn a:nth-last-child(1)::after {border-left: 1px solid #ddd;}
.div-code .row-code .part-opt .b-btn a:hover {color: #fff;}
.div-code .row-code .part-opt .b-btn a:hover::after {background: #f60;}
.div-code .row-code .part-opt .b-btn .c-ok {color: #fff;}
.div-code .row-code .part-opt .b-btn .c-ok::after {background: #fa8723;}

.div-code .row-code .part-tab > div {display: none;}
.div-code .row-code .part-tab > div:nth-of-type(1) {display: block;}
.div-code .row-code .d-rhythm {padding: 10px;}
.div-code .row-code.on-download .part-tab > div {display: none!important;}
.div-code .row-code.on-download .part-tab .d-rhythm {display: block!important;}
.div-code .row-code .b-code {
    display: block;min-height: 100px;line-height: 20px;margin-top: 10px;padding: 5px 10px;
    white-space: pre-wrap;font-family: monospace;font-size: 14px;color: #666;cursor: text;
    border-radius: 5px;box-shadow: 0px 0px 0px 1px #ddd inset;background: #ffffe1;
}
