<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*** cshpc/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);}

/*** cshpc/css/d_slide.css ***/

.d-slide {
    position: relative;
}
.d-slide .c-page {
    display: block;
    position: absolute;
    z-index: 999;
    left: 10%;
    top: 50%;
    width: 30px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
    font-size: 0;
    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: 5px;
    background: rgba(0, 0, 0, 0.3) url(/images/default/public/icon_pre_w.png) center no-repeat;
    background-size: auto 20px;
    transition: opacity 0.2s, background-color 0.2s;
-moz-transition: opacity 0.2s, background-color 0.2s;
-webkit-transition: opacity 0.2s, background-color 0.2s;
-o-transition: opacity 0.2s, background-color 0.2s;
-ms-transition: opacity 0.2s, background-color 0.2s;
}
.d-slide .c-next {
    left: auto;
    right: 10%;
    background-image: url(/images/default/public/icon_next_w.png);
}
.d-slide.c-one .c-page {
    display: none!important;
}
.d-slide:hover .c-page {
    opacity: 1;
}
.d-slide .c-page:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.d-slide .c-bar {
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: 10px;
    overflow: visible;
    transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
    font-size: 0;
}
.d-slide.c-one .c-bar {
    display: none;
}
.d-slide .c-bar a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: background 0.2s;
-moz-transition: background 0.2s;
-webkit-transition: background 0.2s;
-o-transition: background 0.2s;
-ms-transition: background 0.2s;
}
.d-slide .c-bar a.on {
    background: rgba(255, 255, 255, 0.7);
}


/*** 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 &gt; 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 &gt; 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 &gt; * {position: relative;z-index: 1;}
.main .d-th &gt; *::after {
    display: none;position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;content: '';background: #fff;
}
.main .d-th &gt; *.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;}



html {
    background: #fff;
}
.div {
    width: auto;
}
.pot {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}
/**
styles {colorA: #ddb95e;colorB: #cbac76;colorC: #d59f17;colorD: #f60;}
 */


/*** cshpc/css/head.css ***/


/*** cshpc/css/d_menuSel.css ***/

.d-menuSel {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: -2000;
    width: calc(100% + 40px);
    overflow: visible;
    visibility: hidden;
    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: 2px solid rgba(221, 185, 94, 0.1);
    border-top: 2px solid #ddb95e;
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.9) padding-box;
    transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-webkit-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
-ms-transition: background-color 0.2s;
}
.d-menuSel::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 5px;
    content: '';
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
-moz-clip-path: polygon(0 100%, 50% 0, 100% 100%);
-webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
-o-clip-path: polygon(0 100%, 50% 0, 100% 100%);
-ms-clip-path: polygon(0 100%, 50% 0, 100% 100%);
    transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-webkit-transform: translate(-50%, -100%);
-o-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
    background: rgba(255, 255, 255, 0.9);
}
.d-menuSel p {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 2s;
-moz-transition: max-height 2s;
-webkit-transition: max-height 2s;
-o-transition: max-height 2s;
-ms-transition: max-height 2s;
}
.d-menuSel a {
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
}
.d-menuSel a:nth-of-type(1) {
    padding-top: 10px;
}
.d-menuSel a:nth-last-of-type(1) {
    padding-bottom: 10px;
}
.d-menuSel a:hover {
    color: #ddb95e;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 90px;
    overflow: visible;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgb(0, 0, 0, 0) 100%);
-moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgb(0, 0, 0, 0) 100%);
-webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgb(0, 0, 0, 0) 100%);
-o-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgb(0, 0, 0, 0) 100%);
-ms-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgb(0, 0, 0, 0) 100%);
    transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-webkit-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
-ms-transition: background-color 0.2s;
}
.head .pot {
    height: 100%;
    overflow: visible;
}
.head .box {
    height: 100%;
    padding: 0 50px;
    overflow: visible;
}
.head div[class^="row"] {
    float: left;
}
.head .row-logo {
    position: relative;
    width: 300px;
    height: 100%;
}
.head .row-logo a {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 70px;
    overflow: hidden;
    transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
}
.head .row-logo img {
    display: block;
    overflow: hidden;
    width: auto;
    height: 100%;
}
.head .row-list {
    width: calc(100% - 500px);
    height: 90px;
    overflow: visible;
}
.head .row-list .ul {
    height: 100%;
    padding: 0 20px;
    overflow: visible;
}
.head .row-list .ul ul {
    height: 100%;
    overflow: visible;
}
.head .row-list li {
    position: relative;
    float: left;
    width: 14.28%;
    max-width: 150px;
    height: 100%;
    overflow: visible;
}
.head .row-list li a {
    display: block;
    overflow: visible;
    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-list li &gt; a {
    min-width: 100px;
    height: 90px;
    text-align: center;
    font-size: 0;
}
.head .row-list li span {
    display: inline-block;
    height: 100%;
    line-height: 90px;
    font-size: 18px;color: #eee;
}
.head .row-list li:hover {
    background: #ddb95e;
}
.head .row-list li:hover span {
    color: #fff;
}
.head .row-list li:hover .d-menuSel {
    z-index: 1;
    visibility: visible;
}
.head .row-list li:hover .d-menuSel p {
    max-height: 1000px;
}
.head.on-scroll {
    box-shadow: 0 0 10px #aaa;
    background: #fff;
}
.head.on-scroll .row-list li span {
    color: #333;
}
.head.on-scroll .row-list li:hover span {
    color: #fff;
}
.head .row-call {
    width: 200px;
    height: 100%;
}
.head .row-call p {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 25px;
    overflow: hidden;
    font-size: 24px;
    font-family: Impact, Arial, sans-serif;
    color: #ddb95e;
    background: url(/images/cshpc/icon_tel.png) left no-repeat;
    background-size: 22px auto;
}

/*** cshpc/css/foot.css ***/


/*** cshpc/css/div_go2top.css ***/

.div-go2top {height: 0;}
.div-go2top div {overflow: visible;}
.div-go2top .div {
    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 .div {
    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: #ddb95e;
}
.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 #ddb95e;
    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: #ddb95e;}
.div-go2top .row-btn a:hover i {display: inline;}

/*** cshpc/css/div_siteInfo.css ***/

.div-siteInfo {
    border-top: 1px solid #ddd;
}
.div-siteInfo .box {
    padding: 30px 50px;
}
.div-siteInfo .row-list li {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.div-siteInfo .row-list li:nth-of-type(2n) {
    padding: 0 0 0 20px;
    text-align: right;
}
.div-siteInfo .row-list li * {
    font-size: 14px;
    color: #666;
}

.foot .box {
    height: 180px;
    padding: 50px 50px 30px 50px;
}
.foot div[class^="row"] {
    float: left;
    height: 100%;
}
.foot .row-link {
    width: calc(100% - 500px);
}
.foot .row-link li {
    float: left;
    width: 20%;
    line-height: 30px;
}
.foot .row-link li span {
    height: 30px;
    line-height: 30px;
}
.foot .row-link li span a {
    font-size: 18px;
}
.foot .row-link li dl {
    margin-top: 10px;
}
.foot .row-link li dd {
    height: 30px;
    line-height: 30px;
}
.foot .row-link li a {
    transition: color 0.2s;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
-ms-transition: color 0.2s;
}
.foot .row-link li a:hover {
    color: #ddb95e;
}
.foot .row-link li dd a {
    font-size: 14px;
    color: #aaa;
}
.foot .row-call {
    width: 350px;
}
.foot .row-call .h2 h2 {
    font-size: 18px;
}
.foot .row-call .ul {
    margin-top: 10px;
}
.foot .row-call li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #aaa;
}
.foot .row-call li b {
    float: left;
    height: 30px;
    line-height: 30px;
}
.foot .row-call li p {
    height: 30px;
    line-height: 30px;
}
.foot .row-call li a {
    transition: color 0.2s;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
-ms-transition: color 0.2s;
}
.foot .row-call li a:hover {
    color: #ddb95e;
}
.foot .row-call .b-link {
    margin-top: 5px;
}
.foot .row-call .b-link b {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
}
.foot .row-call .b-link p {
    display: block;
    line-height: 20px;
    overflow: hidden;
}
.foot .row-call .b-link p a {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #aaa;
    transition: color 0.2s;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
-ms-transition: color 0.2s;
}
.foot .row-call .b-link p a:hover {
    color: #ddb95e;
}
.foot .row-wx {
    width: 150px;
}
.foot .row-wx div {
    float: right;
}
.foot .row-wx img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.foot .row-wx span {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.foot .row-wx span:nth-of-type(1) {
    margin-top: 5px;
}

/*** cshpc/css/div_banner.css ***/

.div-banner .pot {
    max-width: 100%;
    margin-bottom: 30px;
}
.div-banner .box {
    position: relative;
    height: 0;
    padding-top: 37.5%;
}
.div-banner .row-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.div-banner .row-image &gt; img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.8;
}
.div-banner .row-image div {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.div-banner .row-image div img {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}
.div-banner .row-image span {
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: 700;
    color: transparent;
}
.div-banner .row-image .c-subtitle {
    font-size: 24px;
}
.div-banner .row-image span i {
    color: #fff;
    opacity: 0;
}
.div-banner .row-image span.on-show i {
    opacity: 1;
}
.div-banner .row-image .c-show-1 {
    transition: opacity 1s 0s;
-moz-transition: opacity 1s 0s;
-webkit-transition: opacity 1s 0s;
-o-transition: opacity 1s 0s;
-ms-transition: opacity 1s 0s;
}
.div-banner .row-image .c-show-2 {
    transition: opacity 1s 0.2s;
-moz-transition: opacity 1s 0.2s;
-webkit-transition: opacity 1s 0.2s;
-o-transition: opacity 1s 0.2s;
-ms-transition: opacity 1s 0.2s;
}
.div-banner .row-image .c-show-3 {
    transition: opacity 1s 0.4s;
-moz-transition: opacity 1s 0.4s;
-webkit-transition: opacity 1s 0.4s;
-o-transition: opacity 1s 0.4s;
-ms-transition: opacity 1s 0.4s;
}
.div-banner .row-image .c-show-4 {
    transition: opacity 1s 0.6s;
-moz-transition: opacity 1s 0.6s;
-webkit-transition: opacity 1s 0.6s;
-o-transition: opacity 1s 0.6s;
-ms-transition: opacity 1s 0.6s;
}
.div-banner .row-image .c-show-5 {
    transition: opacity 1s 0.8s;
-moz-transition: opacity 1s 0.8s;
-webkit-transition: opacity 1s 0.8s;
-o-transition: opacity 1s 0.8s;
-ms-transition: opacity 1s 0.8s;
}

/*** cshpc/css/div_submenu.css ***/

.div-submenu .box {
    height: 60px;
    margin: 2px 50px 5px 50px;
    box-shadow: 2px 2px 5px #ddd, 0 0 1px 1px #eee inset;
    background: #fff;
}
.div-submenu .row-path {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 15px 0 0 10px;
    padding-left: 15px;
    overflow: hidden;
    font-size: 14px;
    color: #aaa;
    background: url(/images/cshpc/icon_home.png) left no-repeat;
    background-size: 12px auto;
}
.div-submenu .row-path small {
    font-family: simsun, Arial, sans-serif;
}
.div-submenu .row-path a {
    padding: 0 5px;
    color: #888;
}
.div-submenu .row-path a:hover {
    color: #333;
}
.div-submenu .row-list {
    float: right;
    height: 100%;
}
.div-submenu .row-list ul {
    height: 100%;
}
.div-submenu li {
    position: relative;
    float: left;
    height: 100%;
    line-height: 60px;
}
.div-submenu li::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    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);
    background: #ddb95e;
    transition: width 0.2s;
-moz-transition: width 0.2s;
-webkit-transition: width 0.2s;
-o-transition: width 0.2s;
-ms-transition: width 0.2s;
}
.div-submenu li a {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    transition: color 0.2s;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
-ms-transition: color 0.2s;
}
.div-submenu li.on::after, .div-submenu li:hover::after {
    width: 100%;
}
.div-submenu li.on a, .div-submenu li:hover a {
    color: #fff;
}

/*** cshpc/css/div_news.css ***/

.div-news .row-list .ul {
    width: calc(100% + 20px);
    transform: translate(-10px, 0);
-moz-transform: translate(-10px, 0);
-webkit-transform: translate(-10px, 0);
-o-transform: translate(-10px, 0);
-ms-transform: translate(-10px, 0);
}
.div-news .row-list li {
    float: left;
    width: 25%;
}
.div-news .row-list li a {
    display: block;
    margin: 0 10px;
    overflow: hidden;
}
.div-news .row-list li em {
    position: relative;
    height: 0;
    padding-top: 73.33%;
}
.div-news .row-list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
    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;
}
.div-news .row-list li:hover img {
    transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
}
.div-news .row-list li div {
    height: 185px;
    padding: 10px 20px 0 20px;
    background: #f5f5f5;
}
.div-news .row-list li span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
}
.div-news .row-list li span:hover {
    color: #ddb95e;
}
.div-news .row-list li p {
    max-height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #888;
}
.div-news .row-list li i {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.div-news .row-list li u {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    border: 1px solid #888;
    color: #888;
    transition: color 0.2s, background-color 0.2s;
-moz-transition: color 0.2s, background-color 0.2s;
-webkit-transition: color 0.2s, background-color 0.2s;
-o-transition: color 0.2s, background-color 0.2s;
-ms-transition: color 0.2s, background-color 0.2s;
}
.div-news .row-list li u:hover {
    color: #fff;
    border-color: #ddb95e;
    background: #ddb95e;
}

.div-list .box {
    padding: 0 50px;
}
.div-list .row-list {
    margin-top: 20px;
}
.div-list .row-list .ul {
    margin-top: -20px;
}
.div-list .row-list li {
    margin-top: 20px;
}
.div-list .row-list .pager {
    margin-top: 30px;
}</pre></body></html>