.tem_2_37 .m-slide {
    margin: 0 auto;
    padding: 0;
    width: 320px !important;
    height: 200px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
}

.tem_2_37 .m-slide-inner {
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 320px !important;
    height: 200px;
    overflow: hidden;
}

.tem_2_37 .m-slide-inner>div {
    width: 320px !important;
}

.tem_2_37 .m-slide-inner .content-box {
    width: 320px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

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

.tem_2_37 .m-slide-inner .content-box>.smAreaC {
    height: 200px;
    margin-left: 0px !important;
}

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

.tem_2_37 .m-slide-btn-box div,
.m-slide-btn-box div:hover,
.m-slide-btn-box .m-slide-btnav {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
}

.tem_2_37 .m-slide-btn-box div {
    background-color: rgba(000, 000, 000, .5);
}

.tem_2_37 .m-slide-btn-box div:hover,
.m-slide-btn-box .m-slide-btnav:hover {}

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

.tem_2_37 .m-slide-btn-box .m-slide-btndn,
.m-slide-btn-box .dn:hover {}

.tem_2_37 .m-slide .m-slide-arrowl {
    margin: 0;
    padding: 0;
    top: 0;
    left: 10px;
}

.tem_2_37 .m-slide .m-slide-arrowr {
    margin: 0;
    padding: 0;
    right: 5px;
    left: auto !important;
}

.tem_2_37 .m-slide .m-slide-arrowl,
.tem_2_37 .m-slide .m-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_2_37 .m-slide .m-slide-arrowl .m-itemicon,
.tem_2_37 .m-slide .m-slide-arrowr .m-itemicon {
    color: #FFF;
    font-size: 18px;
    filter: alpha(opacity=8);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.tem_2_37 .m-slide .m-slide-arrowl:hover {
    color: #fff;
}

.tem_2_37 .m-slide .m-slide-arrowr:hover {
    color: #fff;
}

.tem_2_37 .m-slide .m-slide-arrowl.m-slide-arrowldn {
    background-position: -256px -37px;
}

.tem_2_37 .m-slide .m-slide-arrowr.m-slide-arrowrdn {
    background-position: -315px -37px;
}

.tem_2_37 {
    position: relative;
}

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

.tem_2_37 .w-slide-control {
    display: none;
    padding: 0 8px;
    position: absolute;
    border-radius: 4px 4px 0 0;
    background-color: #609ee9;
    width: 85px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

.tem_2_37 .w-slide-control.w-control-top {
    top: -32px;
    right: 0;
}

.tem_2_37 .w-slide-control.w-control-bottom {
    bottom: -32px;
    right: 0;
    border-radius: 0 0 4px 4px;
}

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

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

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

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

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

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

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

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

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

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

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

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

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

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

.tem_3_37 .m-container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    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;
    -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;
    height: 100%;
    box-sizing: border-box;
}

.tem_3_37 .m-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.tem_4_37 * {
    box-sizing: border-box;
}

.tem_4_37 .pic_m_t_1 {
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    /* border radius */
    border-radius: 10px;
    /* opacity */
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 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;
    overflow: hidden;
}

.tem_4_37 .w-image-box {
    display: block;
    /* more style */
    box-sizing: border-box;
    overflow: hidden;
}

.tem_4_37 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
}

.tem_5_37 {
    color: inherit;
}

.tem_5_37 ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 40px;
}

.tem_5_37 li {
    list-style-type: disc;
}

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

#cke_txtc_tem_5_37 {
    z-index: 100000 !important;
}

.cke_editor_txtc_tem_5_37_dialog .cke_dialog {
    z-index: 100010 !important;
}

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

.tem_6_37 {
    color: inherit;
}

.tem_6_37 ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 40px;
}

.tem_6_37 li {
    list-style-type: disc;
}

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

#cke_txtc_tem_6_37 {
    z-index: 100000 !important;
}

.cke_editor_txtc_tem_6_37_dialog .cke_dialog {
    z-index: 100010 !important;
}

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

.tem_7_37 .m-container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0;
    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: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -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;
    height: 100%;
    box-sizing: border-box;
}

.tem_7_37 .m-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.tem_8_37 * {
    box-sizing: border-box;
}

.tem_8_37 .pic_m_t_1 {
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    /* border radius */
    border-radius: 10px;
    /* opacity */
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 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;
    overflow: hidden;
}

.tem_8_37 .w-image-box {
    display: block;
    /* more style */
    box-sizing: border-box;
    overflow: hidden;
}

.tem_8_37 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
}

.tem_9_37 {
    color: inherit;
}

.tem_9_37 ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 40px;
}

.tem_9_37 li {
    list-style-type: disc;
}

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

#cke_txtc_tem_9_37 {
    z-index: 100000 !important;
}

.cke_editor_txtc_tem_9_37_dialog .cke_dialog {
    z-index: 100010 !important;
}

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

.tem_10_37 {
    color: inherit;
}

.tem_10_37 ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 40px;
}

.tem_10_37 li {
    list-style-type: disc;
}

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

#cke_txtc_tem_10_37 {
    z-index: 100000 !important;
}

.cke_editor_txtc_tem_10_37_dialog .cke_dialog {
    z-index: 100010 !important;
}

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

.tem_13_27 .mw-nav-open {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    float: left;
    font-weight: bold;
}

.tem_13_27 .mw-nav-open .mw-navbtn-icon {
    font-size: 18px;
    color: #333
}

.tem_13_27_nav .mw-nav-close {
    margin: 0;
    padding: 12px;
    float: right;
    background: #F0F2F4;
    height: 100%;
}

.tem_13_27_nav .mw-nav-close .mw-nav-close-inner i {
    font-size: 20px;
}

.tem_13_27_nav {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    width: 0px;
    z-index: 100000;
    height: 100%;
    overflow: hidden;
}

.tem_13_27_nav .mw-nav-inner {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    /* background */
    background-color: rgb(222, 10, 42);
    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_13_27_nav .mw-nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .1);
}

.tem_13_27_nav .mw-nav-item .mw-nav-item-link {
    margin: 0;
    padding: 14px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tem_13_27_nav .mw-nav-item .mw-nav-item-link.current {
    font-size: 16px;
    color: #ffffff;
    /* background */
    background-color: rgb(192, 9, 37);
    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_19_35 * {
    box-sizing: border-box;
}

.tem_19_35 .pic_m_t_1 {
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    /* border radius */
    border-radius: 0px;
    /* opacity */
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 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;
    overflow: hidden;
}

.tem_19_35 .w-image-box {
    display: block;
    /* more style */
    box-sizing: border-box;
    overflow: hidden;
}

.tem_19_35 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
}

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

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

.tem_17_22 .w-line {
    /*-block-*/
    display: block;
    /*-margin-*/
    margin: 0;
    margin-top: -0;
    padding: 0;
    /*-top-*/
    top: 50%;
    /*-size-*/
    width: 100% !important;
    /*-font-*/
    font-size: 0;
    /*-border-*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    /*-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;
}

.tem_20_45 .w-company-info {
    line-height: 20px;
    text-align: center;
}

.tem_20_45 .w-company-info .company-info-item a {
    display: block;
    padding-left: 18px;
    margin-bottom: 0px;
    color: #bbbbbb;
    font-size: 12px;
    margin-left: 5px;
}

.tem_20_45 .w-company-info .company-info-item:first-child {
    margin-top: 0;
}

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

.tem_20_45 .w-company-info .company-info-item .company-info-icon {
    position: relative;
    left: -5px;
    margin-left: -18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    vertical-align: top;
}

.tem_20_45 .w-company-info .company-info-item .ltd-icon {
    color: #D7D7D7;
    font-size: 18px;
}

.tem_22_47 .w-company-info {
    line-height: 16px;
    text-align: left;
}

.tem_22_47 .w-company-info .company-info-item {
    overflow: hidden;
}

.tem_22_47 .w-company-info .company-info-item a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
}

.tem_22_47 .w-company-info .company-info-item .company-info-titleBox {
    float: left;
    text-align: right;
    padding-left: 5px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tem_22_47 .w-company-info .company-info-item .company-info-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    width: 18px;
    vertical-align: top;
}

.tem_22_47 .w-company-info .company-info-item .ltd-icon {
    color: #666;
    font-size: 18px;
}

.tem_22_47 .w-company-info .company-info-item .company-info-title {
    color: #ffffff;
    *display: inline;
    *zoom: 1;
}

.tem_22_47 .company-info-item .company-text {
    overflow: hidden;
    word-wrap: break-word;
}

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

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

.con_2_24 {
    color: inherit;
}

.con_2_24 ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 40px;
}

.con_2_24 li {
    list-style-type: disc;
}

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

#cke_txtc_con_2_24 {
    z-index: 100000 !important;
}

.cke_editor_txtc_con_2_24_dialog .cke_dialog {
    z-index: 100010 !important;
}

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

.con_3_25 {
    color: inherit;
}

.con_3_25 ul {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    padding-left: 40px;
}

.con_3_25 li {
    list-style-type: disc;
}

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

#cke_txtc_con_3_25 {
    z-index: 100000 !important;
}

.cke_editor_txtc_con_3_25_dialog .cke_dialog {
    z-index: 100010 !important;
}

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

.con_4_23 .mapItem {
    width: 100%;
    height: 100%;
}

.con_11_44 .w-company-info {
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.con_11_44 .w-company-info .company-info-item {
    float: left;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}

.con_11_44 .w-company-info .company-info-item.f-clearleft {
    clear: left;
}

.con_11_44 .w-company-info .company-info-item a {
    color: #666;
    font-size: 12px;
}

.con_11_44 .w-company-info .company-info-item .company-text {
   
    line-height: 30px;
    word-wrap: break-word;
    word-break: break-all;
}

.con_11_44 .w-company-info .company-info-item .company-info-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60px;
}

.con_11_44 .w-company-info .company-info-item .ltd-icon {
    color: #ff0000;
    font-size: 20px;
}

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

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