.tem_67_58 .w-image-box {
    text-align: center;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
}

.tem_67_58 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%; /*object-fit: cover;*/
}

.tem_2_35 * {
    box-sizing: content-box;
}

.tem_2_35 .w-nav { /* reset */
    margin: 0;
    padding: 0;
    position: relative; /* background */
    background-color: rgb(0, 0, 0);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tem_2_35 .w-nav:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1
}

.tem_2_35 .w-nav .w-nav-inner {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    width: 25%;
    height: 51px;
    line-height: 51px;
    position: relative;
    z-index: 2;
}

.tem_2_35 .w-nav .w-nav-item {
    padding: 0 15px;
    margin: 0;
    position: relative;
    height: 100%;
    line-height: inherit;
}

.tem_2_35 .w-nav .w-nav-item .w-nav-item-link { /* reset */
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    color: #cccccc;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tem_2_35 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
}

.tem_2_35 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
    font-size: 14px;
}

.tem_2_35 .w-nav .w-subnav-item {
    margin: 0;
    padding: 0;
}

.tem_2_35 .w-nav .w-subnav { /* reset */
    margin: 0px 0 0 !important;
    padding: 0;
    display: none;
    overflow: hidden; /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.tem_2_35 .w-nav .w-subnav.userWidth {
    width: auto;
}

.tem_2_35 .w-nav .w-subnav-item { /* reset */
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_2_35 .w-nav .w-subnav-item .w-subnav-link { /* reset */
    margin: 0;
    padding: 0 15px;
    height: 100%;
    line-height: auto;
    outline: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.tem_2_35 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
    font-size: 14px;
}

.tem_2_35 .w-nav .w-subnav-item .w-subnav-link .w-link-txt { /* height */
    font-family: 'Microsoft YaHei';
}

/* hover */
.tem_2_35 .w-nav .w-nav-inner:hover .w-nav-item-link {
    color: #3bb3c2;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* subnav-hover */
.tem_2_35 .w-subnav .w-subnav-item:hover {
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.tem_2_35 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
    color: #FF9D43;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* current */
.tem_2_35 .w-nav .w-nav-item.current {
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.tem_2_35 .w-nav .sliding-box:first-child + .w-nav-inner .w-nav-item.current {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tem_2_35 .w-nav .w-nav-inner:last-child .w-nav-item.current {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tem_2_35 .w-nav .w-nav-item.current .w-nav-item-link {
    color: #3bb3c2;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* current */
.tem_2_35 .w-nav .w-subnav-item.current {
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.tem_2_35 .w-nav .w-subnav-item.current .w-subnav-link {
    color: #c33c43;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.tem_2_35 .sliding-box {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 736px;
    height: 51px;
    overflow: hidden;
    position: absolute;
    top: -0;
    left: 0;
    border-radius: 0;
    z-index: -0; /* border */
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.tem_2_35 .sliding {
    display: none;
    position: absolute;
    z-index: 1;
    width: 25%;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #3bb3c2;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}

.tem_2_35 .w-nav .w-nav-item .sliding {
    width: 100% !important;
}

.tem_2_35 .w-nav .w-nav-item.current .sliding {
    display: block;
}

.tem_51_47 .w-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 650px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1 !important;
}

.tem_51_47 .w-slide-inner {
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    height: 650px;
    overflow: hidden;
}

.tem_51_47 .w-slide-inner .content-box {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.tem_51_47 .w-slide-inner .content-box > .content-box-inner {
    width: 100% !important;
    height: 650px !important;
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 0;
    background-size: cover;
}

.tem_51_47 .w-slide-inner .content-box > .smAreaC {
    height: 650px;
}

.tem_51_47 .w-slide-btn-box {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.tem_51_47 .w-slide-btn-box div, .tem_51_47 .w-slide-btn-box div:hover, .tem_51_47 .w-slide-btn-box .w-slide-btnav {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.tem_51_47 .w-slide-btn-box .w-slide-btnav {
    background-color: transparent;
}

.tem_51_47 .w-slide-btn-box div {
    background-color: rgba(000, 000, 000, .5);
}

.tem_51_47 .w-slide-btn-box .w-slide-btnav {
    background-color: rgba(255, 255, 255, 1);
}

.tem_51_47 .w-slide-btn-box .w-slide-btndn, .tem_51_47 .w-slide-btn-box .dn:hover {
}

.tem_51_47 .w-slide .w-slide-arrowl {
    margin: 0;
    padding: 0;
    top: 0px;
    left: 10px !important;
}

.tem_51_47 .w-slide .w-slide-arrowr {
    margin: 0;
    padding: 0;
    top: 0px;
    left: auto !important;
    right: 10px;
}

.tem_51_47 .w-slide .w-slide-arrowl, .tem_51_47 .w-slide .w-slide-arrowr {
    margin: 0;
    padding: 20px 8px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_51_47 .w-slide .w-slide-arrowl .w-itemicon, .tem_51_47 .w-slide .w-slide-arrowr .w-itemicon {
    color: #FFF;
    font-size: 18px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.tem_51_47 .w-slide .w-slide-arrowl:hover {
    color: #fff;
}

.tem_51_47 .w-slide .w-slide-arrowr:hover {
    color: #fff;
}

.tem_51_47 .w-slide .w-slide-arrowl.w-slide-arrowldn {
    background-position: -256px -37px;
}

.tem_51_47 .w-slide .w-slide-arrowr.w-slide-arrowrdn {
    background-position: -315px -37px;
}

.tem_51_47 {
    position: relative;
}

.smart-resize .tem_51_47 .w-slide-control {
    display: block;
}

.tem_51_47 .w-slide-control {
    display: none;
    padding: 0 8px;
    position: absolute;
    border-radius: 4px 4px 0 0;
    background-color: #609ee9;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

.tem_51_47 .w-slide-control.w-control-top {
    top: -32px;
    left: 248px;
}

.tem_51_47 .w-slide-control.w-control-bottom {
    bottom: -32px;
    left: 248px;
    border-radius: 0 0 4px 4px;
}

.tem_51_47 .w-slide-control .w-control-link {
    width: 20px;
    height: 32px;
    float: left;
    text-decoration: none;
}

.tem_51_47 .w-slide-control .w-control-link .w-control-icon {
    margin-top: 7px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    background-color: #3E89E5;
}

.tem_51_47 .w-slide-control .w-control-link .w-control-icon .mw-iconfont {
    color: #FFF;
    font-size: 10px;
}

.tem_51_47 .w-slide-control .w-control-text {
    width: 80px;
    float: left;
    display: inline-block;
    font-family: Tahoma;
}

.tem_51_47 .w-slide-control .w-control-link .mw-iconfont {
    font-size: 12px;
    color: #FFF;
}

.tem_51_47 .w-slide-control .w-control-link .mw-iconfont:hover {
    color: #ecf5ff;
}

.tem_52_15 {
    position: relative;
}

.tem_52_15 .fullcolumn-outer {
    background-color: transparent;
    background-image: url(../../../../contents/sitefiles2001/10007272/images/-33144.jpg);
    background-position: 0 100%;
    background-repeat: repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.tem_52_15 .fullcolumn-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: left top;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.smartFixed .tem_52_15 .fullcolumn-outer {
    left: 0 !important;
}

.tem_53_11 {
    color: inherit;
}

.tem_53_11 h1, .tem_53_11 h2, .tem_53_11 h3, .tem_53_11 h4, .tem_53_11 h5, .tem_53_11 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.tem_53_11 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.tem_53_11 h1 {
    font-size: 2em;
    font-weight: normal;
}

.tem_53_11 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.tem_53_11 h4 {
    font-size: 13px;
    font-weight: normal;
}

.tem_53_11 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.tem_53_11 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_tem_53_11 {
    z-index: 100000 !important;
}

.cke_editor_txtc_tem_53_11_dialog .cke_dialog {
    z-index: 100010 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.tem_65_50 .w-company-info {
    line-height: 30px;
    text-align: left;
}

.tem_65_50 .w-company-info .company-info-item a {
    display: block;
    padding-left: 30px;
    margin-top: 30px;
    color: #ffffff;
    font-size: 30px;
    margin-left: 5px;
    font-family: 'Microsoft YaHei';
}

.tem_65_50 .w-company-info .company-info-item:first-child {
    margin-top: 0;
}

.tem_65_50 .w-company-info .company-info-item .company-info-icon {
    position: relative;
    left: -5px;
    margin-left: -30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    vertical-align: top;
}

.tem_65_50 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.tem_65_50 .w-company-info .company-info-item .ltd-icon {
    color: #ffffff;
    font-size: 30px;
}

.tem_65_50 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.tem_66_29 .w-company-info {
    line-height: 20px;
    text-align: center;
}

.tem_66_29 .w-company-info .company-info-item a {
    width: 100%;
    font-family: 'Microsoft YaHei';
    color: #ffffff;
    font-size: 14px;
}

.tem_66_29 .w-company-info .company-info-item:first-child {
    padding-left: 0;
}

.tem_66_29 .w-company-info .company-info-item {
    padding-left: 10px;
}

.tem_66_29 .w-company-info .company-info-item .company-info-icon {
    vertical-align: top;
}

.tem_66_29 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.tem_66_29 .w-company-info .company-info-item .ltd-icon {
    margin-right: 5px;
    color: #D7D7D7;
    font-size: 14px;
}

#smv_tem_61_22 {
    min-width: 200px;
}

.tem_61_22 .w-guestbook { /*-margin-*/
    margin: 0;
    padding: 0; /*-size-*/
    width: 100%;
    height: auto;
}

.tem_61_22 .w-guestbook .w-verify { /*-padding-*/
    margin: 0;
    padding: 0;
    padding-bottom: 6px; /*-size-*/
    min-height: 21px; /*-font-*/
    overflow: hidden;
    word-wrap: break-word;
}

.tem_61_22 .w-guestbook .w-verify.w-hide {
    display: none;
}

.tem_61_22 .w-guestbook .w-verify .w-verify-in { /*-padding-*/
    margin: 0;
    padding: 4px 8px 4px 10px;
    display: block;
    line-height: 16px; /*-background-*/
    background-color: #FFE8E4;
    border: 1px #ffd0ca solid; /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #e75845;
    font-size: 12px;
}

.tem_61_22 .w-guestbook .w-verify .w-verify-in .mw-iconfont {
    vertical-align: top;
    margin-right: 10px;
}

.tem_61_22 .w-guestbook .w-guestbook-item { /*-margin-*/
    margin: 0 0 12px 0;
    padding: 0 12px; /*-size-*/
    height: 36px;
    overflow: hidden; /*-border-radius-*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; /*-border-*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCD1D9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCD1D9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCD1D9;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCD1D9; /*-background-*/
    background-color: #FFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.tem_61_22 .w-guestbook .w-guestbook-item .w-guestbook-input { /*-padding-*/
    margin: 0;
    padding: 7px 0; /*-size-*/
    width: 100%;
    min-height: 22px;
    line-height: 22px; /*-border-*/
    border: none;
    background-color: transparent; /*-font-*/
    outline: none;
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    text-decoration: none; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-haserror { /*-border-*/
    border-top-color: #e75845;
    border-right-color: #e75845;
    border-bottom-color: #e75845;
    border-left-color: #e75845; /*-background-*/
    background-color: #fff3f1;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea { /*-margin-*/
    margin: 0 0 12px 0;
    padding: 8px 12px; /*-size-*/
    min-height: 130px; /*-border-radius-*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; /*-border-*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCD1D9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCD1D9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCD1D9;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCD1D9; /*-background-*/
    background-color: #FFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea.w-haserror { /*-border-*/
    border-top-color: #e75845;
    border-right-color: #e75845;
    border-bottom-color: #e75845;
    border-left-color: #e75845; /*-background-*/
    background-color: #fff3f1;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea .w-guestbook-textarea { /*-margin-*/
    margin: 0;
    padding: 0 12px 0 0; /*-size-*/
    width: 100%;
    height: 130px;
    line-height: 1.6; /*-border-*/
    border: none;
    border-color: transparent;
    background-color: transparent;
    resize: none; /*-font-*/
    outline: none;
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    text-decoration: none; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea .w-guestbook-textarea:-moz-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea .w-guestbook-textarea::-moz-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea textarea.w-guestbook-textarea:-ms-input-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea textarea.w-guestbook-textarea::-webkit-input-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-code { /*-margin-*/
    margin: 0 0 12px 0;
    padding: 0 120px 0 0; /*-position-*/
    position: relative;
}

.tem_61_22 .w-guestbook .w-guestbook-code .w-guestbook-item { /*-margin-*/
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tem_61_22 .w-guestbook .w-guestbook-code .w-guestbook-codeimg { /*-margin-*/
    margin: 0;
    padding: 2px; /*-position-*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; /*-size-*/
    width: 115px;
    border: 1px solid #CCD1D9; /*border-left-width: 0;*//*-background-*/
    background-color: #FFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}

.tem_61_22 .w-guestbook .w-guestbook-code .w-guestbook-codeimg img { /*-margin-*/
    margin: 0;
    padding: 0; /*-size-*/
    width: 100px;
    height: 32px; /*-font-*/
    font-size: 12px;
}

.tem_61_22 .w-guestbook .w-guestbook-code .w-guestbook-codeimg img:hover {
    cursor: pointer;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-placeholder .placeholder-text {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-placeholder .placeholder-text .placeholder-text-in { /*-display-*/
    display: block; /*-position-*/
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; /*-size-*/
    height: 100%; /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item .w-guestbook-input:-moz-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item .w-guestbook-input::-moz-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item input.w-guestbook-input:-ms-input-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item input.w-guestbook-input::-webkit-input-placeholder { /*-font-*/
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.tem_61_22 .w-guestbook .w-guestbook-item .w-guestbook-input::-ms-clear, ::-ms-reveal {
    display: none;
}

.tem_61_22 .w-guestbook .w-guestbook-item.w-item-textarea.w-placeholder .placeholder-text .placeholder-text-in { /*-position-*/
    top: -8px;
}

.tem_61_22 .w-guestbook .w-guestbook-bottom { /*-margin-*/
    margin: 0;
    padding: 0;
    text-align: center;
}

.tem_61_22 .w-guestbook .w-guestbook-bottom .w-guestbook-btn { /*-display-*/
    display: inline-block; /*-margin-*/
    margin: 0;
    padding: 0 16px;
    display: inline-block;
    cursor: pointer;
    outline: none; /*-size-*/
    min-width: 66px;
    height: 36px;
    line-height: 36px; /*-border-radius-*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; /*-border-*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ffffff; /*-background-*/
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /*-font-*/
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #914900;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
    text-decoration: none; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_61_22 .w-guestbook .w-guestbook-bottom .w-guestbook-btn:hover { /*-border-*/
    border-top-color: #914900;
    border-right-color: #914900;
    border-bottom-color: #914900;
    border-left-color: #914900; /*-background-*/
    background-color: rgb(145, 73, 0);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /*-font-*/
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

/*- Clearfix -*/
.f-clearfix:before, .f-clearfix:after {
    content: "";
    display: table;
}

.f-clearfix:after {
    clear: both;
    overflow: hidden;
}

.f-clearfix {
    zoom: 1;
}

.tem_1_4 .w-title { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 100%;
    height: auto; /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #404040;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}

.tem_2_28 .w-crumbs { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 100%;
    height: auto;
    line-height: 34px;
    font-family: 'Microsoft YaHei'; /*-font-*/
    text-align: left; /*-font-*/
    font-size: 12px;
    color: #999;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
}

.tem_2_28 .w-crumbs .w-crumbs-item { /*-padding-*/
    padding: 0;
    margin: 0; /*-display-*/
    display: inline-block; /*-font-*/
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    outline: none;
}

.tem_2_28 .w-crumbs .w-crumbs-item:hover { /*-font-*/
    color: #48B6F8;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.tem_2_28 .w-crumbs .w-arrowicon { /*-padding-*/
    padding: 0;
    margin: 0 3px; /*-display-*/
    display: inline; /*-font-*/
    font-size: 12px;
    color: #666;
}

.tem_2_28 .w-crumbs .w-arrowicon.w-icon-hide {
    display: none;
}

.tem_3_50 .w-detail { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 100%;
    height: auto; /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}

.tem_3_50 .w-detail img {
    max-width: 100% !important;
    height: auto !important;
}

.tem_3_50 .w-detailcontent {
    text-align: center;
}

.tem_3_50 .pagination {
    margin-top: 16px;
    display: inline-block;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.tem_3_50 .pagination .page, .tem_3_50 .pagination .other_page {
    margin-right: 5px;
    display: inline-block;
    border: 1px #DDDDDD solid;
    border-radius: 3px;
    background-color: #FFF;
    padding: 9px 12px;
    color: #666;
    font-size: 12px;
}

.tem_3_50 .pagination .page:hover, .tem_3_50 .pagination .other_page:hover {
    background-color: #EEEEEE;
    cursor: pointer;
}

.tem_3_50 .pagination .current_page {
    margin: 0 11px 0 5px;
    color: #404040;
}

.tem_3_50 .pagination .page.hover {
    background-color: #EEEEEE;
    color: #404040;
}

.tem_4_55 .w-createtime { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 100%;
    height: auto; /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}

.tem_4_55 .w-createtime .w-createtime-item { /*-padding-*/
    padding: 0;
    margin: 0;
}

.tem_5_14 .w-pageviews { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 100%;
    height: auto; /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}

.tem_5_14 .w-pageviews .w-viewsicon {
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.tem_5_14 .w-pageviews .w-hide {
    display: none;
}

.tem_6_40 .w-collect { /*-block-*/
    display: block; /*-margin-*/
    margin: 0;
    padding: 0; /*-size-*/
    width: 100%;
    height: auto; /*-cursor-*/
    cursor: pointer;
    outline: none;
}

.tem_6_40 .w-collect-position { /*-block-*/
    display: block; /*-margin-*/
    margin: 0;
    padding: 0; /*-size-*/
    height: 24px;
    line-height: 24px; /*-font-*/
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tem_6_40 .w-collect .w-collect-icon { /*-block-*/
    display: inline-block; /*-margin-*/
    margin: 0 4px 0 0;
    padding: 0; /*-size-*/
    height: 24px;
    line-height: 24px; /*-font-*/
    font-size: 12px;
    color: #E43939;
    font-style: normal;
}

.tem_6_40 .w-collect .w-collect-icon.w-icon-hide {
    display: none;
}

.tem_6_40 .w-collect:hover { /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_6_40 .w-collect:hover .w-collect-icon { /*-font-*/
    color: #dc2323;
}

.tem_6_40 .w-collect:hover .w-collect-position { /*-font-*/
    color: #dc2323;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#smvSysFavoriteModal .w-modal, #smvSysFavoriteExistsNewsItemModal .w-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    font-family: Tahoma;
}

#smvSysFavoriteModal .w-modal.w-fadein, #smvSysFavoriteExistsNewsItemModal .w-modal.w-fadein {
    display: block;
}

#smvSysFavoriteModal .w-modal.w-fadein .w-modal-mask, #smvSysFavoriteExistsNewsItemModal .w-modal.w-fadein .w-modal-mask {
    background: url(../../../../content/images/opacity-balck.png) repeat;
}

#smvSysFavoriteModal .w-modal.w-modal-small .w-modal-dialog, #smvSysFavoriteExistsNewsItemModal .w-modal.w-modal-small .w-modal-dialog {
    width: 520px;
}

#smvSysFavoriteModal .w-modal .w-modal-mask, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog {
    margin: 60px auto;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content {
    position: relative;
    *top: 30px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header {
    padding: 0 15px;
    border-bottom: 1px #eef0f3 solid;
    height: 51px;
    line-height: 51px;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header .w-modal-close, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header .w-modal-close {
    float: right;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    color: #999;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header .w-modal-close:hover, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header .w-modal-close:hover {
    cursor: pointer;
    color: #666;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header .w-modal-title, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-header .w-modal-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body {
    padding: 15px;
    text-align: center;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-tips, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-tips {
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
    word-break: break-all;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-tips .mw-iconfont, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-tips .mw-iconfont {
    display: inline-block;
    position: relative;
    top: 4px;
    font-size: 26px;
    color: #2ECC71;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-tips .w-modal-tipstext, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-tips .w-modal-tipstext {
    display: inline-block;
    color: #404040;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-info, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-info {
    display: inline-block;
    padding: 20px 0;
    color: #656D78;
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-info .num, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-info .num {
    margin: 0;
    color: #E43939;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-info .totalnum, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-info .totalnum {
    margin: 0;
    color: #E43939;
    font-size: 16px;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button {
    padding: 14px 0 30px 0;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn {
    border-radius: 2px;
    padding: 8px 18px;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn.btn-white, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn.btn-white {
    border: 1px #e9e9e9 solid;
    background-color: #FFF;
    color: #404040;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn.btn-primary, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn.btn-primary {
    border: 1px #E43939 solid;
    background-color: #E43939;
    color: #FFF;
}

#smvSysFavoriteModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn.btn-primary:hover, #smvSysFavoriteExistsNewsItemModal .w-modal .w-modal-dialog .w-modal-content .w-modal-body .w-modal-button .w-modal-btn.btn-primary:hover {
    background-color: #dc2323;
}

.tem_7_57 .w-previous { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 100%;
    height: auto; /*-display-*/
    display: block; /*-font-*/
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
    outline: none; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_7_57 .w-previous .w-arrowicon { /*-padding-*/
    padding: 0;
    margin: 0 5px 0 0; /*-display-*/
    display: inline-block; /*-font-*/
    font-size: 12px;
    vertical-align: middle;
    line-height: 24px;
}

.tem_7_57 .w-previous .w-previous-left { /*-display-*/
    display: inline;
}

.tem_7_57 .w-previous .w-previous-title { /*-padding-*/
    padding: 0;
    margin: 0; /*-display-*/
    display: inline;
}

.tem_7_57 .w-previous:hover { /*-font-*/
    color: #48B6F8;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.tem_7_57 .w-previous .w-hide {
    display: none;
}

.tem_8_8 .w-next { /*-padding-*/
    padding: 0;
    margin: 0; /*-display-*/
    width: 100%;
    height: auto;
    display: block; /*-font-*/
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
    outline: none; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tem_8_8 .w-next .w-arrowicon { /*-padding-*/
    padding: 0;
    margin: 0 5px 0 0; /*-display-*/
    display: inline-block; /*-font-*/
    font-size: 12px;
    vertical-align: middle;
    line-height: 24px;
}

.tem_8_8 .w-next .w-next-left { /*-display-*/
    display: inline-block;
}

.tem_8_8 .w-next .w-next-title { /*-padding-*/
    padding: 0;
    margin: 0; /*-display-*/
    display: inline;
}

.tem_8_8 .w-next:hover { /*-font-*/
    color: #48B6F8;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.tem_8_8 .w-next .w-hide {
    display: none;
}