﻿.tem_1_21 .w-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 700px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1 !important;
}

.tem_1_21 .w-slide-inner {
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    height: 700px;
    overflow: hidden;
}

.tem_1_21 .w-slide-inner .content-box {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.tem_1_21 .w-slide-inner .content-box>.content-box-inner {
    width: 100% !important;
    height: 700px !important;
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 0;
    background-size: cover;
}

.tem_1_21 .w-slide-inner .content-box>.smAreaC {
    height: 700px;
}

.tem_1_21 .w-slide-btn-box {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.tem_1_21 .w-slide-btn-box div,
.tem_1_21 .w-slide-btn-box div:hover,
.tem_1_21 .w-slide-btn-box .w-slide-btnav {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
}

.tem_1_21 .w-slide-btn-box .w-slide-btnav {
    background-color: transparent;
}

.tem_1_21 .w-slide-btn-box div {
    background-color: rgba(255, 255, 255, 0.3);
}

.tem_1_21 .w-slide-btn-box div:hover,
.tem_1_21 .w-slide-btn-box .w-slide-btnav:hover {}

.tem_1_21 .w-slide-btn-box .w-slide-btnav {
    background-color: rgba(255, 255, 255, 1);
}

.tem_1_21 .w-slide-btn-box .w-slide-btndn,
.tem_1_21 .w-slide-btn-box .dn:hover {}

.tem_1_21 .w-slide .w-slide-arrowl {
    margin: 0;
    padding: 0;
    top: 0px;
    left: 10px !important;
}

.tem_1_21 .w-slide .w-slide-arrowr {
    margin: 0;
    padding: 0;
    top: 0px;
    left: auto !important;
    right: 10px;
}

.tem_1_21 .w-slide .w-slide-arrowl,
.tem_1_21 .w-slide .w-slide-arrowr {
    margin: 0;
    padding: 5px 12px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    transition: all 0ms linear;
}

.tem_1_21 .w-slide .w-slide-arrowl .w-itemicon,
.tem_1_21 .w-slide .w-slide-arrowr .w-itemicon {
    color: #FFF;
    font-size: 32px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.tem_1_21 .w-slide .w-slide-arrowl:hover {
    color: #fff;
}

.tem_1_21 .w-slide .w-slide-arrowr:hover {
    color: #fff;
}

.tem_1_21 .w-slide .w-slide-arrowl.w-slide-arrowldn {
    background-position: -256px -37px;
}

.tem_1_21 .w-slide .w-slide-arrowr.w-slide-arrowrdn {
    background-position: -315px -37px;
}

.tem_1_21 {
    position: relative;
}

.smart-resize .tem_1_21 .w-slide-control {
    display: block;
}

.tem_1_21 .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_1_21 .w-slide-control.w-control-top {
    top: -32px;
    left: 248px;
}

.tem_1_21 .w-slide-control.w-control-bottom {
    bottom: -32px;
    left: 248px;
    border-radius: 0 0 4px 4px;
}

.tem_1_21 .w-slide-control .w-control-link {
    width: 20px;
    height: 32px;
    float: left;
    text-decoration: none;
}

.tem_1_21 .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_1_21 .w-slide-control .w-control-link .w-control-icon .mw-iconfont {
    color: #FFF;
    font-size: 10px;
}

.tem_1_21 .w-slide-control .w-control-text {
    width: 80px;
    float: left;
    display: inline-block;
    font-family: Tahoma;
}

.tem_1_21 .w-slide-control .w-control-link .mw-iconfont {
    font-size: 12px;
    color: #FFF;
}

.tem_1_21 .w-slide-control .w-control-link .mw-iconfont:hover {
    color: #ecf5ff;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.tem_26_29>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-box-shadow-*/
    -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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.tem_26_29>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.tem_25_23 {
    color: inherit;
}

.tem_25_23 h1,
.tem_25_23 h2,
.tem_25_23 h3,
.tem_25_23 h4,
.tem_25_23 h5,
.tem_25_23 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.tem_25_23 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.tem_25_23 h1 {
    font-size: 2em;
    font-weight: normal;
}

.tem_25_23 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.tem_25_23 h4 {
    font-size: 13px;
    font-weight: normal;
}

.tem_25_23 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.tem_25_23 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_tem_25_23 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_tem_25_23_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.tem_18_46>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-box-shadow-*/
    -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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.tem_18_46>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.tem_16_12 {
    color: inherit;
}

.tem_16_12 h1,
.tem_16_12 h2,
.tem_16_12 h3,
.tem_16_12 h4,
.tem_16_12 h5,
.tem_16_12 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.tem_16_12 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.tem_16_12 h1 {
    font-size: 2em;
    font-weight: normal;
}

.tem_16_12 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.tem_16_12 h4 {
    font-size: 13px;
    font-weight: normal;
}

.tem_16_12 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.tem_16_12 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_tem_16_12 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_tem_16_12_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.tem_2_8 {
    position: relative;
}

.tem_2_8 .fullcolumn-outer {
    background-color: rgb(0, 0, 0);
    background-image: none;
    background-position: left top;
    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_2_8 .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_2_8 .fullcolumn-outer {
    left: 0 !important;
}

.tem_23_28 * {
    box-sizing: content-box;
}

.tem_23_28 .w-nav {
    /* reset */
    margin: 0;
    padding: 0;
    /* border */
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tem_23_28 .w-nav:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1
}

.tem_23_28 .w-nav .w-nav-inner {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    width: 25%;
    height: 35px;
    line-height: 35px;
    /* 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_23_28 .w-nav .w-nav-item {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    line-height: inherit;
    overflow: hidden;
}

.tem_23_28 .w-nav .w-nav-inner:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tem_23_28 .w-nav .w-nav-inner:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tem_23_28 .w-nav .w-nav-inner:first-child .w-nav-item .w-nav-item-line {
    display: none;
}

.tem_23_28 .w-nav .w-nav-item .w-nav-item-link {
    /* reset */
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tem_23_28 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

.tem_23_28 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
    font-size: 12px;
}

.tem_23_28 .w-nav .w-subnav {
    /* reset */
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
    overflow: hidden;
}

.tem_23_28 .w-nav .w-subnav.userWidth {
    width: 120px;
}

.tem_23_28 .w-nav .w-subnav-item {
    /* reset */
    margin: 0;
    padding: 0;
    list-style: none;
    /* background */
    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_23_28 .w-nav .w-subnav-item .w-subnav-link {
    /* reset */
    margin: 0;
    padding: 0 15px;
    height: 100%;
    line-height: 70px;
    outline: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.tem_23_28 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
    font-size: 12px;
}

.tem_23_28 .w-nav .w-subnav-item .w-subnav-link .w-link-txt {
    /* height */
    font-family: 'Microsoft YaHei';
}

/* hover */
.tem_23_28 .w-nav .w-nav-inner .w-nav-item-link.hover {
    margin-top: -35px;
    display: none;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    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_23_28 .w-nav .w-nav-inner .w-nav-item:hover .w-nav-item-link {
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

/* subnav-hover */
.tem_23_28 .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_23_28 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
    color: #14C187;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    /*text-align: center;*/
}

/* current */
.tem_23_28 .w-nav .w-nav-item.current {
    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_23_28 .w-nav .w-nav-item.current .w-nav-item-link {
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    /*text-align: center;*/
}

/* current */
.tem_23_28 .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_23_28 .w-nav .w-subnav-item.current .w-subnav-link {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    /*text-align: center;*/
}

/*.tem_36_48 {overflow: hidden !important;}*/
.tem_36_48 .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: 1px;
    -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;
    width: 100%;
    height: 100%;
}

.tem_36_48 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.tem_36_48 .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.tem_42_15 {
    position: relative;
}

.tem_42_15 .fullcolumn-outer {
    background-color: rgb(68, 68, 68);
    background-image: none;
    background-position: left top;
    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_42_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_42_15 .fullcolumn-outer {
    left: 0 !important;
}

.tem_48_30>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-box-shadow-*/
    -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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.tem_48_30>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.tem_49_56 .w-qrcode {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 70px;
    height: 70px;
}

.tem_49_56 .w-qrcode img {
    /*-block-*/
    display: block;
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 70px;
    height: 70px;
    /*-border-*/
    border: none;
}

.tem_51_11 .w-company-info {
    line-height: 20px;
    text-align: left;
}

.tem_51_11 .w-company-info .company-info-item a {
    width: 100%;
    font-family: Tahoma;
    color: #f3f3f3;
    font-size: 15px;
}

.tem_51_11 .w-company-info .company-info-item:first-child {
    padding-left: 0;
}

.tem_51_11 .w-company-info .company-info-item {
    padding-left: 10px;
}

.tem_51_11 .w-company-info .company-info-item .company-info-icon {
    vertical-align: top;
}

.tem_51_11 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.tem_51_11 .w-company-info .company-info-item .ltd-icon {
    margin-right: 5px;
    color: #D7D7D7;
    font-size: 15px;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        opacity: 1;
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        opacity: 1;
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.con_3_47 {
    color: inherit;
}

.con_3_47 h1,
.con_3_47 h2,
.con_3_47 h3,
.con_3_47 h4,
.con_3_47 h5,
.con_3_47 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.con_3_47 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.con_3_47 h1 {
    font-size: 2em;
    font-weight: normal;
}

.con_3_47 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.con_3_47 h4 {
    font-size: 13px;
    font-weight: normal;
}

.con_3_47 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.con_3_47 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_con_3_47 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_con_3_47_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.con_16_45>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-box-shadow-*/
    -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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.con_16_45>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/*.con_5_3 {overflow: hidden !important;}*/
.con_5_3 .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: 1px;
    -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;
    width: 100%;
    height: 100%;
}

.con_5_3 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.con_5_3 .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.con_8_11 {
    color: inherit;
}

.con_8_11 h1,
.con_8_11 h2,
.con_8_11 h3,
.con_8_11 h4,
.con_8_11 h5,
.con_8_11 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.con_8_11 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.con_8_11 h1 {
    font-size: 2em;
    font-weight: normal;
}

.con_8_11 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.con_8_11 h4 {
    font-size: 13px;
    font-weight: normal;
}

.con_8_11 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.con_8_11 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_con_8_11 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_con_8_11_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.con_17_50>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-box-shadow-*/
    -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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.con_17_50>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.con_6_26 {overflow: hidden !important;}*/
.con_6_26 .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: 1px;
    -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;
    width: 100%;
    height: 100%;
}

.con_6_26 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.con_6_26 .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.con_9_1 {
    color: inherit;
}

.con_9_1 h1,
.con_9_1 h2,
.con_9_1 h3,
.con_9_1 h4,
.con_9_1 h5,
.con_9_1 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.con_9_1 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.con_9_1 h1 {
    font-size: 2em;
    font-weight: normal;
}

.con_9_1 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.con_9_1 h4 {
    font-size: 13px;
    font-weight: normal;
}

.con_9_1 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.con_9_1 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_con_9_1 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_con_9_1_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.con_18_53>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-box-shadow-*/
    -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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.con_18_53>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.con_7_39 {overflow: hidden !important;}*/
.con_7_39 .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: 1px;
    -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;
    width: 100%;
    height: 100%;
}

.con_7_39 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

.con_7_39 .w-image-box .imgCliped {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.con_10_5 {
    color: inherit;
}

.con_10_5 h1,
.con_10_5 h2,
.con_10_5 h3,
.con_10_5 h4,
.con_10_5 h5,
.con_10_5 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.con_10_5 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.con_10_5 h1 {
    font-size: 2em;
    font-weight: normal;
}

.con_10_5 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.con_10_5 h4 {
    font-size: 13px;
    font-weight: normal;
}

.con_10_5 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.con_10_5 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_con_10_5 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_con_10_5_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.con_11_24 {
    color: inherit;
}

.con_11_24 h1,
.con_11_24 h2,
.con_11_24 h3,
.con_11_24 h4,
.con_11_24 h5,
.con_11_24 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.con_11_24 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.con_11_24 h1 {
    font-size: 2em;
    font-weight: normal;
}

.con_11_24 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.con_11_24 h4 {
    font-size: 13px;
    font-weight: normal;
}

.con_11_24 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.con_11_24 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_con_11_24 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_con_11_24_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

.con_12_58 .w-list {
    /*margin*/
    margin: 0;
    padding: 0;
    height: 266px;
    /* width: 980px; */
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.con_12_58 .w-list .w-list-ul {
    /* padding */
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    left: 0px;
    /* size */
    /* width: 980px; */
    width: 100%;
    height: 266px;
    overflow: hidden;
}

.con_12_58 .w-list .w-list-ul .w-list-item {
    /* padding */
    padding: 0;
    margin: 0;
    /* display */
    display: inline-block;
    float: left;
    /* size */
    width: 310px;
    min-width: 100px;
    height: auto !important;
    /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    /* border */
    list-style: none;
    /*-border-radius-*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-hide {
    display: none !important;
}

.con_12_58 .w-list .w-list-ul .w-list-item:hover {
    /* border */
    border-color: transparent;
    /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link {
    /*-size-*/
    height: 100%;
    /*-block-*/
    display: block;
    /*-radius-*/
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    /*-font-*/
    text-decoration: none;
    outline: none;
    border-top-width: 0;
    border-top-color: transparent;
    border-top-style: none;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-right-width: 0;
    border-right-color: transparent;
    border-right-style: none;
    border-left-color: transparent;
    border-left-style: none;
    border-left-width: 0;
    overflow: hidden;
    /*-border-radius-*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.con_12_58 .w-list .w-list-ul .w-list-item:hover .w-list-link {
    border-color: transparent;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 310px;
    min-width: 100px;
    height: 220px;
    vertical-align: top;
    /*-overflow-*/
    overflow: hidden;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic .w-listpic-in {
    /*size*/
    width: 310px;
    min-width: 100px;
    height: 220px;
    object-fit: cover;
    /*-radius-*/
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    /*border*/
    border: none;
    /*-transition-*/
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic .w-listpic-in:hover {
    /*transform*/
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-bottom {
    /*padding*/
    padding: 0 10px 10px 10px;
    margin: 0;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-title {
    /*padding*/
    margin: 0;
    margin-top: 5px;
    padding: 0;
    /*size*/
    line-height: 28px;
    height: 28px;
    /*overflow*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font*/
    font-size: 14px;
    color: #404040;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    /*-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;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-title:hover {
    /*font*/
    color: #E43939;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-desc {
    /*size*/
    height: 20px;
    line-height: 20px;
    /*overflow*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font*/
    font-size: 12px;
    color: #999;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
}

.con_12_58 .w-list .w-list-ul .w-list-item .w-list-link .w-list-price {
    /*padding*/
    margin: 0;
    padding: 0;
    /*size*/
    height: 36px;
    line-height: 36px;
    /*font*/
    font-size: 18px;
    color: #E43939;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    /*overflow*/
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
}

.con_13_50 {
    color: inherit;
}

.con_13_50 h1,
.con_13_50 h2,
.con_13_50 h3,
.con_13_50 h4,
.con_13_50 h5,
.con_13_50 h6 {
    font-weight: normal;
    line-height: 1.2;
}

.con_13_50 h2 {
    font-size: 1.5em;
    font-weight: normal;
}

.con_13_50 h1 {
    font-size: 2em;
    font-weight: normal;
}

.con_13_50 h3 {
    font-size: 1.17em;
    font-weight: normal;
}

.con_13_50 h4 {
    font-size: 13px;
    font-weight: normal;
}

.con_13_50 h5 {
    font-size: 0.83em;
    font-weight: normal;
}

.con_13_50 h6 {
    font-size: 0.67em;
    font-weight: normal;
}

#cke_txtc_con_13_50 {
    z-index: 1000001 !important;
}

.cke_editor_txtc_con_13_50_dialog .cke_dialog {
    z-index: 1000001 !important;
}

.cke_dialog_background_cover {
    z-index: 100000 !important;
}

.hidden-border {
    border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border>tr>td,
table.cke_show_border>tr>th,
table.cke_show_border>tbody>tr>td,
table.cke_show_border>tbody>tr>th,
table.cke_show_border>thead>tr>td,
table.cke_show_border>thead>tr>th,
table.cke_show_border>tfoot>tr>td,
table.cke_show_border>tfoot>tr>th {
    border: #d3d3d3 1px dotted;
}

@-webkit-keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.con_14_40 .w-al {
    /*margin*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.con_14_40 ul.w-al-list {
    /*margin*/
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-left: -25px;
}

.con_14_40 ul.w-al-list li.w-al-unit {
    /*margin*/
    padding: 0;
    width: 310px;
    min-width: 100px;
    margin: 0 0 25px 25px;
    overflow: hidden;
    display: inline-block;
    float: left;
    /*position*/
    position: relative;
    list-style: none;
    cursor: pointer;
}

.con_14_40 .w-hide {
    display: none !important;
}

.con_14_40 ul.w-al-list li.w-al-unit a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
}

.con_14_40 .w-al-unit .w-al-pic {
    width: 310px;
    min-width: 100px;
    height: 260px;
    line-height: 260px;
    padding: 0;
    vertical-align: top;
    clear: both;
    overflow: hidden;
}

.con_14_40 .w-al-unit .w-al-pic {
    width: 310px;
    min-width: 100px;
    height: 260px;
    line-height: 260px;
    padding: 0;
    vertical-align: top;
    clear: both;
    overflow: hidden;
}

.con_14_40 .w-al-unit .w-al-pic img {
    /*size*/
    width: 310px;
    min-width: 100px;
    height: 260px;
    object-fit: cover;
    border: none;
    /*animation*/
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;
}

.con_14_40 .w-al-unit a:hover .w-al-pic img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.con_14_40 .w-al-unit a .w-al-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    /* background */
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
    background-repeat: 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));
    box-sizing: border-box;
}

.con_14_40 .w-al-unit a:hover .w-al-text {
    /* background */
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
    background-repeat: repeat;
    background-position: 100% 100%;
    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));
}

.con_14_40 .w-al-unit a h5.w-al-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
}

.con_14_40 .w-al-unit a p.w-al-desc {
    margin: 0;
    max-height: 44px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con_14_40 .w-al-nodesc .w-al-desc {
    display: none !important;
}

.con_14_40 .pager {
    margin-left: 25px;
}

.con_15_9 .w-info {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 28px;
    word-wrap: break-word;
    word-break: normal;
}