@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams-1.ttf');
    font-weight: normal;
    font-style: normal
}

.ModuleGridContainer[gridswidthmode="2"] {
    max-width: 1200px;
    width: auto;
}

.BodyMain2Zone {
    display: none;
}

.BodyMain3Zone {
    display: none;
}

.BodyMain4Zone {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ModuleOnLineServiceGiant.layout-109 {
        display: none;
    }
}

.first-page-desc ul {
    padding-left: 50px;
}

.contact-page-message .formbox {
    flex-direction: column;
}

.contact-page-message .formbox .submitbtnbox {
    margin: 0 auto;
    width: 100% !important;
}

.contact-page-message .formbox .submitbtnbox input {
    line-height: 1 !important;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
    width: 66px;
    float: right;
}

.ModuleOnLineServiceGiant.layout-109 .qrcodetips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 4px;
    color: #666
}

.subitems ul {
    list-style: none;
    padding-bottom: 20px;
    min-width: 35%;
    margin-left: 30px;
    white-space: nowrap;
}

.subitems ul li {
    display: inline-block;
    margin-right: 10px;
}

@keyframes scaleToggleOne {

0
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
50
%
{
    transform: scale(2)
;
    -webkit-transform: scale(2)
}
100
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
}
@keyframes scaleToggleTwo {

0
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
20
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
60
%
{
    transform: scale(2)
;
    -webkit-transform: scale(2)
}
100
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
}
@keyframes scaleToggleThree {

0
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
33
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
66
%
{
    transform: scale(2)
;
    -webkit-transform: scale(2)
}
100
%
{
    transform: scale(1)
;
    -webkit-transform: scale(1)
}
}
@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.turn {
    animation: turn 1s linear;
}

.ModuleOnLineServiceGiant.layout-109 .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
    width: 66px;
    height: 66px;
    border-radius: 50%; /* position:fixed; bottom:0; right:40px; */
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3); /* z-index:700; */
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
    outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
    opacity: 1; /* transform: translateY(-20px); -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px) */
    margin-bottom: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .animated-circles2 {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    z-index: 51;
    background: transparent;
}

.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 { /* background: rgba(38, 199, 252, .25); */
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 { /* background: rgba(38, 199, 252, .25); */
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 { /* background: rgba(38, 199, 252, .25); */
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
    opacity: 0 !important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
    opacity: 0 !important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    min-height: 44px;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1);
    width: 180px; /* background-color: #1E88E5; */
    color: #fff;
    text-align: left;
    border-radius: 15px 15px 0px 15px;
    box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fffefe;
    box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
    text-align: center;
    line-height: 40px;
    transform: rotate(180deg);
    color: #1E88E5;
    margin: 0 auto;
    cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
    width: 66px;
    background: #fffefe;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
    position: absolute;
    bottom: 60px;
    text-align: center;
    padding-top: 20px;
    display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
    min-height: 40px;
    height: auto; /*max-height: 60px; padding-bottom: 10px; padding-top: 5px; */
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .imitem {
    width: 190px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3 {
    width: 2px;
    height: 18px;
    display: inline-block;
    background-color: #666;
    position: absolute;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before {
    content: '';
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline { /* visibility: hidden; */
    transform: rotate(45deg);
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline { /* visibility: hidden; */
    transform: rotate(-45deg);
}

@keyframes topline {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    100% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

@keyframes bottomline {
    0% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
    animation: 0.5s topline forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
    animation: 0.5s bottomline forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
    font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
    background: #1E88E5;
    color: #fff;
    padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
    position: absolute;
    content: '';
    width: 29px;
    height: 1px;
    border: 1px solid #eeeeee;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
    display: block;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.54s;
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
    min-height: 20px; /* overflow:visible; */
    opacity: 1;
    height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
    position: absolute;
    width: 100%;
    left: -45px;
    height: 100%;
    transform: translatey(-50%);
    top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
    max-width: 450px;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
    display: flex;
    padding: 20px;
    position: absolute;
    right: 40px;
    flex-wrap: wrap;
    text-align: left;
    width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    right: 40px;
    visibility: hidden;
}

.ModuleOnLineServiceGiant.layout-109 .content-common.showami {
    visibility: visible;
    transform: translate(-10px, -50%);
    transition: all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 8px solid #fff;
    right: -8px;
    top: 50%;
    transform: translateY(-50%); /* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
    width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first-letter {
    margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
    margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
    width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
    padding: 14px 0px;
    border-top: 1px solid #eeeeee;
    margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
    width: calc(100% - 50px);
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
    max-width: 324px;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
    position: absolute;
    text-align: left;
    padding: 20px;
    display: block;
    width: max-content;
    cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item { /* align-items: flex-start; align-content: flex-start;*/
    display: flex;
    margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
    margin-bottom: 0;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon {
    width: 12px;
    margin-top: -3px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
    width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
    margin-right: 30px;
    color: #999999;
    font-size: 12px;
    max-width: 100px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
    color: #333;
    font-size: 12px;
    word-break: break-word;
    width: calc(100% - 17px);
    margin-left: 5px;
    max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
    display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
    position: absolute;
    text-align: left;
    padding: 20px;
    display: block;
    width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
    width: 170px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img {
    max-height: 170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
    min-width: 180px;
    border-radius: 10px;
    color: #999999;
    font-size: 12px;
    background: #FEFEFE;
    text-align: center;
}

.module_453885849 .ModuleHead .HeadCenter {
    float: none;
}

#module_453885849 {
    padding: 0;
}

#module_453885849 {
    position: absolute;
    z-index: 4001;
    top: 610px;
    left: 0;
    width: 100%;
    height: 126px;
}

#module_453885849 .ModuleHead453885849 {
    display: none;
}

#module_453885849 .animated-circles.animated .c-1, #module_453885849 .animated-circles.animated .c-2, #module_453885849 .animated-circles.animated.c-3 {
    opacity: 0.25;
    background-color: #4CAF50;
}

#module_453885849 .animated-circles2:after {
    background-image: linear-gradient(to bottom, #4CAF50, #4CAF50)
}

#module_453885849 .online-service-nav .head {
    background-color: #FFFFFF;
}

#module_453885849 .online-service {
    border-width: 0;
}

#module_453885849 .online-service {
    box-shadow: 0 0px 20px 0 rgba(0, 69, 129, 0.08);
}

#module_453885849 .online-service-content {
    background-color: #fff;
}

#module_453885849 .online-service-content {
    border-top-left-radius: 20px;
}

#module_453885849 .online-service-content {
    border-bottom-left-radius: 20px;
}

#module_453885849 .online-service-content {
    border-bottom-right-radius: 20px;
}

#module_453885849 .online-service-content {
    border-top-right-radius: 20px;
}

#module_453885849 .online-service-content-tab .content-tab {
    background-color: transparent;
}

#module_453885849 .online-service-content-tab .content-tab .iconfont {
    color: #333333;
}

#module_453885849 .content-close::after {
    border-width: 1px;
}

#module_453885849 .content-close::after {
    border-style: solid;
}

#module_453885849 .content-close::after {
    border-color: #eeeeee;
}

#module_453885849 .content-close span {
    background-color: #999999;
}

#module_453885849 .online-service-top {
    background-color: #ffffff;
}

#module_453885849 .online-service-top .iconfont {
    color: #4CAF50;
}

#module_453885849 .online-service-top {
    box-shadow: 0 0px 10px 0px rgba(0, 69, 129, 0.08);
}

#module_453885849 .online-service-nav:hover .head {
    background-color: #FFFFFF;
}

#module_453885849 .online-service:hover {
    border-width: 0;
}

#module_453885849 .online-service:hover {
    border-style:;
}

#module_453885849 .online-service:hover {
    border-color:;
}

#module_453885849 .online-service:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 69, 129, 0.08);
}

#module_453885849 .online-service:hover .rd-notice-content {
    color: #FFFFFF;
}

#module_453885849 .online-service:hover .online-service-hint {
    background-color: #43a047;
}

#module_453885849 .online-service-content-tab .content-tabh:hover {
    background-color: #43a047;
}

#module_453885849 .online-service-content-tab .content-tabh:hover .iconfont {
    color: #FFFFFF;
}

#module_453885849 .content-close:hover span {
    background-color: #999999;
}

#module_453885849 .online-service-content-tab .content-tabh:hover .content-tab-name {
    color: #ffffff;
}

#module_453885849 .online-service-top:hover {
    background-color: #ffffff;
}

#module_453885849 .online-service-top:hover .iconfont {
    color: #43a047;
}

#module_453885849 .online-service-top:hover {
    box-shadow: 0 0px 10px 0px rgba(0, 69, 129, 0.08);
}

#FreeMainZone {
    height: 736px
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper {
    white-space: unset;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer {
    display: table-cell;
    vertical-align: top;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer.ModuleHoverBoxItem_2 {
    display: none
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding {
    height: 100%;
    position: relative;
    display: table-cell;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after {
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}

.ModuleGridCustomGiant.layout-101:hover .SubDrag:after {
    border-left: 1px dashed rgba(75, 151, 255, .8);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag {
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover {
    background-color: rgba(75, 151, 255, .8);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after {
    border-left: 1px dashed rgba(75, 151, 255, 0);
}

.ModuleGridCustomGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridCustomGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.ModuleGridCustomGiant.layout-101 {
    height: 100%;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
    position: relative;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo {
    display: none;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {
    height: 100%
}

@media only screen and (max-width: 767px) {
    .subitems ul {
        padding: 0;
        margin: 0;
        overflow-x: auto;
        min-width: 100%;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
        display: flex;
        flex-wrap: wrap;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding {
        float: left;
        height: 10px;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer {
        float: left;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag {
        display: none;
    }

    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) *//* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer {
        width: calc((100% - 55px) / 12) !important;
    }

    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer {
        width: calc((100% - 50px) / 11) !important;
    }

    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer {
        width: calc((100% - 45px) / 10) !important;
    }

    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer {
        width: calc((100% - 40px) / 10) !important;
    }

    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer {
        width: calc((100% - 35px) / 8) !important;
    }

    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer {
        width: calc((100% - 30px) / 7) !important;
    }

    /* 6列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer {
        width: calc((100% - 25px) / 6) !important;
    }

    /* 5列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer {
        width: calc((100% - 20px) / 5) !important;
    }

    /* 4列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer {
        width: calc((100% - 15px) / 4) !important;
    }

    /* 3列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer {
        width: calc((100% - 10px) / 3) !important;
    }

    /* 2列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding {
        width: 5px;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8 {
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer {
        width: calc((100% - 5px) / 2) !important;
    }

    /* 1列 无padding */
    .ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding {
        width: 0;
        display: none;
    }

    .ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer {
        width: 100% !important;
    }
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder {
    border: 0 !important;
    padding: 0 !important;
}

.module_451565366 .ModuleHead .HeadCenter {
    float: none;
}

#module_451565366 {
    padding: 0;
}

#module_451565366 {
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#module_451565366 .ModuleHead451565366 {
    display: none;
}

#module_451565366 .BodyCenter.BodyCenter451565366 {
    background: none;
    background-color: rgb(242, 242, 242);
}

#module_451565366 > .module_451565366 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451565366 > .module_451565366 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451565366 .BodyCenter.BodyCenter451565366 {
        padding-top: 0.5230%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.5230%;
    }

    #module_452006978 .BodyCenter.BodyCenter452006978 {
        padding-top: 2.4059%;
        padding-left: 7.8452%;
        padding-right: 7.8452%;
        padding-bottom: 4.1841%;
    }
}

@media screen and (max-width: 767px) {
    #module_451565366 .BodyCenter.BodyCenter451565366 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .ModuleCustomFormGiant.layout-107 .Special {
        margin-right: 0 !important;
        margin-bottom: 55px;
    }
}

@media screen and (min-width: 768px) {
    #module_451565366 > .module_451565366 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451565366 > .module_451565366 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451565366 > .module_451565366 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451565366:hover {
    border: none;
}

#module_451565366:hover > .module_451565366 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451565366 .ModuleSubContainer {
    background-color: transparent;
}

#module_451565366 .ModuleSubContainer {
    background-image: none;
}

#module_451565366 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451565366 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451565366 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451565366 .ModuleSubContainer {
}

#module_451565366 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451565366 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451565366 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451565366 {
}

.ModuleGridContainer.ModuleGridContainer451565366 .SubPadding {
    width: 0;
}

.ModuleImageGiant.layout-101 .BodyCenter {
    text-align: center;
}

.ModuleImageGiant.layout-101 img {
    margin: auto;
    max-width: 100%;
    border: none;
}

.module_451565372 .ModuleHead .HeadCenter {
    float: none;
}

#module_451565372 {
    padding: 0;
}

#module_451565372 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451565372 .ModuleHead451565372 {
    display: none;
}

#module_451565372 img {
    border-top-color: transparent;
}

#module_451565372 img {
    border-top-style: none;
}

#module_451565372 img {
    border-top-width: 0;
}

#module_451565372 img {
    border-right-color: transparent;
}

#module_451565372 img {
    border-right-style: none;
}

#module_451565372 img {
    border-right-width: 0;
}

#module_451565372 img {
    border-bottom-color: transparent;
}

#module_451565372 img {
    border-bottom-style: none;
}

#module_451565372 img {
    border-bottom-width: 0;
}

#module_451565372 img {
    border-left-color: transparent;
}

#module_451565372 img {
    border-left-style: none;
}

#module_451565372 img {
    border-left-width: 0;
}

#module_451565372 img {
    border-top-left-radius: 0;
}

#module_451565372 img {
    border-top-right-radius: 0;
}

#module_451565372 img {
    border-bottom-left-radius: 0;
}

#module_451565372 img {
    border-bottom-right-radius: 0;
}

#module_451565372 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer451565366 #Sub451565366_1 {
    width: 8.1667%;
}

/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {
    font-size: 14px;
}

.ModuleImageTextGiant.layout-101 .imageTextGiant-Container {
    height: auto;
    word-wrap: break-word;
    max-height: 100%;
    padding: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.module_451565376 .ModuleHead .HeadCenter {
    float: none;
}

#module_451565376 {
    padding: 0;
}

#module_451565376 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451565376 .ModuleHead451565376 {
    display: none;
}

#module_451565376 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_451565376 > .module_451565376 {
        margin-top: 1.5426%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451565376 > .module_451565376 {
    }
}

#module_451565376 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451565376 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451565376 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451565376 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451565376 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451565376 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451565376 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451565376 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451565376 .showHandle .btn {
    font-size: 14px;
}

#module_451565376 .showHandle .btn {
    font-family:;
}

#module_451565376 .showHandle .btn {
    color: #333;
}

#module_451565376 .showHandle .btn {
    font-weight: 400;
}

#module_451565376 .showHandle .btn {
    text-decoration: none;
}

#module_451565376 .showHandle .btn {
    font-style: normal;
}

#module_451565376 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451565376 .showHandle div {
    border-top-style: solid !important;
}

#module_451565376 .showHandle div {
    border-top-width: 1px !important;
}

#module_451565376 .showHandle {
    background-color: transparent;
}

#module_451565376 .showHandle {
}

#module_451565376 .showHandle {
    background-repeat: no-repeat;
}

#module_451565376 .showHandle {
}

#module_451565376 .showHandle {
}

#module_451565376 .showHandle {
}

#module_451565376 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer451565366 #Sub451565366_2 {
    width: 91.8333%;
}

.module_452428734 .ModuleHead .HeadCenter {
    float: none;
}

#module_452428734 {
    padding: 0;
}

#module_452428734 {
    position: static;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#module_452428734 .ModuleHead452428734 {
    display: none;
}

.module_476226927 .ModuleHead .HeadCenter {
    float: none;
}

#module_476226927 {
    padding: 0;
}

#module_476226927 {
    position: static;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#module_476226927 .ModuleHead476226927 {
    display: none;
}

.module_451570665 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570665 {
    padding: 0;
}

#module_451570665 {
    position: static;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#module_451570665 .ModuleHead451570665 {
    display: none;
}

#module_451570665 .BodyCenter.BodyCenter451570665 {
    background: none;
    background-color: rgb(17, 17, 17);
}

#module_451570665 > .module_451570665 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451570665 > .module_451570665 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451570665 .BodyCenter.BodyCenter451570665 {
        padding-top: 1.0460%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.7845%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570665 .BodyCenter.BodyCenter451570665 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451570665 > .module_451570665 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570665 > .module_451570665 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451570665 > .module_451570665 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570665:hover {
    border: none;
}

#module_451570665:hover > .module_451570665 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570665 .ModuleSubContainer {
    background-color: transparent;
}

#module_451570665 .ModuleSubContainer {
    background-image: none;
}

#module_451570665 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451570665 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451570665 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451570665 .ModuleSubContainer {
}

#module_451570665 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451570665 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451570665 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451570665 {
}

.ModuleGridContainer.ModuleGridContainer451570665 .SubPadding {
    width: 0;
}

.ModuleNavGiant.layout-116 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .aroundMune {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding: 0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}

.ModuleNavGiant.layout-116 .aroundMune.active {
    transform: rotateY(0deg);
}

.ModuleNavGiant.layout-116 .moveMenuRight, .ModuleNavGiant.layout-116 .moveMenuLeft {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
}

.ModuleNavGiant.layout-116 .main-nav-content .moveMenuRight {
    background-color: rgba(238, 238, 238, .6);
}

.ModuleNavGiant.layout-116 .main-nav-content .moveMenuLeft {
    display: none;
    background-color: rgba(238, 238, 238, .6);
    margin-right: 10px
}

.ModuleNavGiant.layout-116 .moveMenuRight:hover, .ModuleNavGiant.layout-116 .moveMenuLeft:hover {
    color: #fff;
    background-color: rgba(204, 204, 204, .6);
}

.ModuleNavGiant.layout-116 .main-nav-content > .blank-solve {
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}

.ModuleNavGiant.layout-116 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    float: left;
}

.ModuleNavGiant.layout-116 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.ModuleNavGiant.layout-116 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .mainName, .ModuleNavGiant.layout-116 .main-nav-item-name::after {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ModuleNavGiant.layout-116 .mainName {
    display: block;
    text-align: center;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name .mainName {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item .main-nav-item-name::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    text-align: center;
    display: none;
    margin: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-menu {
    transition: .15s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box {
    width: 100%;
    position: relative;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    height: auto !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:last-child {
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer, .ModuleNavGiant.layout-116 .sub-nav-item-box:hover .spanSubName {
    padding: 0 20px 0 23px;
}

.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer, .ModuleNavGiant.layout-116 .third-nav-item:hover .thirdName {
    padding: 0 0 0 23px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    padding-right: 12px;
}

.ModuleNavGiant.layout-116 .third-nav-item .item_outer {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_sub.item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 a:last-child .item_third {
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer:before, .ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer:before {
    left: 0px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .outAfter:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1d24;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .flip:after {
    transform: rotateY(180deg);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    position: relative;
}

.ModuleNavGiant.layout-116 .arrow {
    top: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    z-index: -1;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

.ModuleNavGiant.layout-116 .sub-nav-item:first-child {
    border-top: none !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item:last-child {
    border-bottom: none !important;
}

.ModuleNavGiant.layout-116 .maxLine {
    display: inline-block;
    max-width: calc(100% - 80px);
    width: 100%;
}

.ModuleNavGiant.layout-116 .sub-nav-item-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .sub-nav-item-href {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    cursor: pointer;
    float: none;
    margin: 0;
}

.ModuleNavGiant.layout-116 .sub-nav-item-SubName {
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
}

.ModuleNavGiant.layout-116 .spanSubName, .ModuleNavGiant.layout-116 .thirdName {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: padding .2s ease-in-out;
    padding-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ModuleNavGiant.layout-116 .sub-nav-item:hover {
    background-color: #f7f7f7;
}

.ModuleNavGiant.layout-116 .sub-nav-item-hover {
    background-color: #f7f7f7;
}

.ModuleNavGiant.layout-116 .sub-nav-item-group.current {
    display: block;
}

.ModuleNavGiant.layout-116 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1976d2;
    z-index: 11111;
    left: 0;
    bottom: 0;
}

.ModuleNavGiant.layout-116 .clearfix:after {
    content: '.';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-group {
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-box {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}

.ModuleNavGiant.layout-116 .third-nav-item:first-child { /*border-top: none!important;*/
}

.ModuleNavGiant.layout-116 .third-nav-item:last-child { /*border-bottom: none!important;*/
}

.ModuleNavGiant.layout-116 .third-nav-item {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: Rajdhani, sans-serif;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .1em; /* text-transform: uppercase; */
    color: grey;
    margin: 0;
}

.ModuleNavGiant.layout-116 .third-nav-item:hover {
    background-color: #f7f7f7;
}

.ModuleNavGiant.layout-116 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}

.ModuleNavGiant.layout-116 .sub-nav-item-p {
    float: left;
    margin: 0px 0px 0px 70px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-span {
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}

/*.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item-hover::after{*//*    content: "\e65f";*//*    position: absolute;*//*    -webkit-animation: layout-116-nav-active2 0.5s;*//*    -moz-animation: layout-116-nav-active2 0.5s;*//*    -o-animation: layout-116-nav-active2 0.5s;*//*    animation: layout-116-nav-active2 0.5s;*//*    right: 25px;*//*}*/
.ModuleNavGiant.layout-116 .nohover::after {
    content: "" !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item {
    line-height: calc(100% + 24px);
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangyoujiantou:before {
    content: "";
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangzuojiantou:before {
    position: absolute;
    -webkit-animation: layout-116-nav-active2 0.5s;
    -moz-animation: layout-116-nav-active2 0.5s;
    -o-animation: layout-116-nav-active2 0.5s;
    animation: layout-116-nav-active2 0.5s;
    left: 25px;
}

.ModuleNavGiant.layout-116 .verticalMenu {
    height: auto !important;
}

.ModuleNavGiant.layout-116 .verticalMenu.main-nav-content > .blank-solve {
    width: 100% !important;
}

.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group {
    float: unset;
    width: 100%;
}

.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group:last-child {
    margin-bottom: 0 !important;
}

.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item {
    padding: 0 !important;
    text-align: center;
}

.ModuleNavGiant.layout-116 .sub-nav-item-group.sub-menu {
    display: none !important;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    font-size: 0;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {
    margin-bottom: 0;
    font-size: 0;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {
    -webkit-animation: scaleBigToSmall .9s linear;
    animation: scaleBigToSmall .9s linear;
}

.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {
    -webkit-animation: nextScalePage .9s linear;
    animation: nextScalePage .9s linear;
}

.ModuleSlideV2Giant.layout-103 .slide-box img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {
    width: 100%;
}

.ModuleSlideV2Giant.layout-103 .slick-dots {
    bottom: 30px;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: unset;
    margin-right: 20px;
    padding: 0;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {
    margin-right: unset;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {
    line-height: 12px;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {
    color: #139d8f;
}

.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {
    color: #139d8f;
}

.ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {
    font-size: 0;
    z-index: 1;
    width: 30px;
    height: 70px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 70px;
}

.ModuleSlideV2Giant.layout-103 .slick-prev {
    left: 20px;
    padding: 2px 2px 2px 0;
}

.ModuleSlideV2Giant.layout-103 .slick-next {
    right: 20px;
    padding: 2px 0 2px 2px;
}

.ModuleSlideV2Giant.layout-103 .slick-prev:before, .ModuleSlideV2Giant.layout-103 .slick-next:before {
    content: unset;
}

.ModuleSlideV2Giant.layout-103 .icon-leftMenu {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {
    transform: rotateY(180deg);
}

.ModuleSlideV2Giant.layout-103 .slick-prev div, .ModuleSlideV2Giant.layout-103 .slick-next div {
    width: 100px;
    height: 100%;
    position: relative;
    display: none;
}

.ModuleSlideV2Giant.layout-103 .slick-prev div {
    float: right;
}

.ModuleSlideV2Giant.layout-103 .slick-next div {
    float: left;
}

.ModuleSlideV2Giant.layout-103 .slick-prev img, .ModuleSlideV2Giant.layout-103 .slick-next img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

/*.ModuleSlideV2Giant.layout-103 .slick-prev:hover,*//*.ModuleSlideV2Giant.layout-103 .slick-next:hover{width: 130px; background-color: #139d8f;}*/
.ModuleSlideV2Giant.layout-103 .slick-prev:hover div, .ModuleSlideV2Giant.layout-103 .slick-next:hover div {
    display: inline-block;
}

.ModuleSlideV2Giant.layout-103 .slide-box video {
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 6%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev {
        left: 2.5%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-next {
        right: 2.5%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 9%;
    }

    .ModuleSlideV2Giant.layout-103 .icon-leftMenu {
        font-size: 14px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-active {
        width: 6px;
        height: 100%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow {
        width: 26px;
        height: 58px;
        line-height: 58px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev {
        left: 3.5%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-next {
        right: 3.5%;
    }
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 10% !important;
    }

    .ModuleSlideV2Giant.layout-103 .icon-leftMenu {
        font-size: 12px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-active {
        width: 4px;
        height: 4px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow {
        width: 22px;
        height: 48px;
        line-height: 48px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev {
        left: 3.5%;
    }

    .ModuleSlideV2Giant.layout-103 .slick-next {
        right: 3.5%;
    }
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {
        bottom: 20px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-dots li {
        width: 9px;
        height: 9px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-dots li button {
        width: 9px;
        height: 9px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {
        line-height: 9px;
        width: 9px;
        height: 9px;
    }

    .ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {
        display: none !important;
    }
}

.module_451565390 .ModuleHead .HeadCenter {
    float: none;
}

@font-face {
    font-family: eleganticons;
    src: url(/fonts/ElegantIcons.eot);
    src: url(/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(/fonts/ElegantIcons.woff) format('woff'), url(/fonts/ElegantIcons.ttf) format('truetype'), url(/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: eleganticons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.module_451570669 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570669 {
    padding: 0;
}

#module_451570669 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570669 .ModuleHead451570669 {
    display: none;
}

#module_451570669 .BodyCenter.BodyCenter451570669 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451570669 > .module_451570669 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451570669 > .module_451570669 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451570669 .BodyCenter.BodyCenter451570669 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570669 .BodyCenter.BodyCenter451570669 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451570669 > .module_451570669 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570669 > .module_451570669 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451570669 > .module_451570669 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570669:hover {
    border: none;
}

#module_451570669:hover > .module_451570669 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570669 .main-nav-item-group {
    height: 58px;
}

#module_451570669 .main-nav-item {
    line-height: 58px;
}

#module_451570669 .main-nav-content {
    height: 58px
}

#module_451570669 .main-nav-content {
    background-color: rgba(0, 0, 0, 0);
}

#module_451570669 .main-nav-content {
    background-image: none;
}

#module_451570669 .main-nav-content {
    background-repeat: no-repeat;
}

#module_451570669 .main-nav-content {
}

#module_451570669 .main-nav-content {
}

#module_451570669 .main-nav-content {
}

#module_451570669 .main-nav-content, #module_451570669 .verticalMenu .main-nav-item-group {
    text-align: left;
}

#module_451570669 .main-nav-item {
    font-size: 16px;
}

#module_451570669 .main-nav-item {
    font-family: Verdana;
}

#module_451570669 .main-nav-item {
    color: rgb(255, 255, 255);
}

#module_451570669 .main-nav-item {
    font-weight: normal;
}

#module_451570669 .main-nav-item {
    text-decoration: none;
}

#module_451570669 .main-nav-item {
    font-style: normal;
}

#module_451570669 .main-nav-item {
    width: auto;
}

#module_451570669 .main-nav-item, #module_451570669 .defaultMenu .main-nav-item-name::after {
    padding-left: 30px;
    padding-right: 30px;
}

#module_451570669 .verticalMenu .main-nav-item-group {
    margin-bottom: 30px;
}

#module_451570669 .main-nav-item {
    background-color: transparent;
}

#module_451570669 .main-nav-item {
    background-image: none;
}

#module_451570669 .main-nav-item {
    background-repeat: no-repeat;
}

#module_451570669 .main-nav-item {
}

#module_451570669 .main-nav-item {
}

#module_451570669 .main-nav-item {
}

#module_451570669 .sub-nav-item-group {
    width: 410px;
}

#module_451570669 .sub-nav-item-div {
    font-size: 14px;
}

#module_451570669 .sub-nav-item-div {
    font-family: arial, helvetica, sans-serif;
}

#module_451570669 .sub-nav-item-div {
    color: #666;
}

,
#module_451570669 .sub-nav-item:hover::after {
    color: #666;
}

#module_451570669 .sub-nav-item-div {
    font-weight: normal;
}

#module_451570669 .sub-nav-item-div {
    text-decoration: none;
}

#module_451570669 .sub-nav-item-div {
    font-style: normal;
}

#module_451570669 .sub-nav-item-SubName {
    font-size: 14px;
}

#module_451570669 .sub-nav-item-SubName {
    font-family: arial, helvetica, sans-serif;
}

#module_451570669 .sub-nav-item-SubName {
    color: #999;
}

#module_451570669 .sub-nav-item-SubName {
    font-weight: normal;
}

#module_451570669 .sub-nav-item-SubName {
    text-decoration: none;
}

#module_451570669 .sub-nav-item-SubName {
    font-style: normal;
}

#module_451570669 .sub-nav-item-box .item_sub.item_outer:before {
    background-color: #f10215;
}

#module_451570669 .sub-nav-item-box .outAfter:after {
    color: #f10215;
}

#module_451570669 .sub-nav-item-menu, #module_451570669 .arrow, #module_451570669 .sub-normal-color {
    background-color: #fff;
}

#module_451570669 .sub-nav-item-menu {
    background-image: none;
}

#module_451570669 .sub-nav-item-menu {
    background-repeat: no-repeat;
}

#module_451570669 .sub-nav-item-menu {
}

#module_451570669 .sub-nav-item-menu {
}

#module_451570669 .sub-nav-item-menu {
}

#module_451570669 .sub-nav-item-box {
    border-bottom-color: #E3E9EE;
}

#module_451570669 .sub-nav-item-box {
    border-bottom-style: dashed;
}

#module_451570669 .sub-nav-item-box {
    border-bottom-width: 1px;
}

#module_451570669 .sub-nav-item-menu {
    padding-top: 8px;
}

#module_451570669 .sub-nav-item-menu {
    padding-bottom: 8px;
}

#module_451570669 .sub-nav-item-menu {
    padding-left: 24px;
}

#module_451570669 .sub-nav-item-menu {
    padding-right: 20px;
}

#module_451570669 .sub-nav-item-menu {
    box-shadow: -1px 0px 24px 0px rgba(75, 76, 79, 0.1);
}

#module_451570669 .third-nav-item-group {
    width: 244px;
}

#module_451570669 .third-nav-item {
    height: 42px;
    line-height: 42px;
}

#module_451570669 .third-nav-item {
    line-height: calc(100% + (42px - 10px));
}

#module_451570669 .third-nav-item .item_outer {
    font-size: 14px;
}

#module_451570669 .third-nav-item .item_outer {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570669 .third-nav-item .item_outer {
    color: #666;
}

#module_451570669 .third-nav-item .item_outer {
    font-weight: normal;
}

#module_451570669 .third-nav-item .item_outer {
    text-decoration: none;
}

#module_451570669 .third-nav-item .item_outer {
    font-style: normal;
}

#module_451570669 .third-nav-item .thirdName {
    font-size: 12px;
}

#module_451570669 .third-nav-item .thirdName {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570669 .third-nav-item .thirdName {
    color: #999;
}

#module_451570669 .third-nav-item .thirdName {
    font-weight: normal;
}

#module_451570669 .third-nav-item .thirdName {
    text-decoration: none;
}

#module_451570669 .third-nav-item .thirdName {
    font-style: normal;
}

#module_451570669 .sub-nav-item-box .item_third .item_outer:before {
    background-color: #f10215;
}

#module_451570669 .third-nav-item-group, #module_451570669 .third-normal-color {
    background-color: #fff;
}

#module_451570669 .third-nav-item-group {
    background-image: none;
}

#module_451570669 .third-nav-item-group {
    background-repeat: no-repeat;
}

#module_451570669 .third-nav-item-group {
}

#module_451570669 .third-nav-item-group {
}

#module_451570669 .third-nav-item-group {
}

#module_451570669 .item_third {
    border-bottom-color: #E3E9EE;
}

#module_451570669 .item_third {
    border-bottom-style: dashed;
}

#module_451570669 .item_third {
    border-bottom-width: 1px;
}

#module_451570669 .third-nav-item-group {
    padding-top: 8px;
}

#module_451570669 .third-nav-item-group {
    padding-bottom: 8px;
}

#module_451570669 .third-nav-item-group {
    padding-left: 24px;
}

#module_451570669 .third-nav-item-group {
    padding-right: 24px;
}

#module_451570669 .third-nav-item-group {
    box-shadow: 0 0px 24px 0px rgba(75, 76, 79, 0.1);
}

#module_451570669 .main-nav-item-name::after {
    font-size: 16px;
}

#module_451570669 .main-nav-item-name::after {
    font-family: Verdana;
}

#module_451570669 .main-nav-item-name::after {
    color: rgb(211, 173, 105);
}

#module_451570669 .add {
    color: rgb(211, 173, 105);
}

#module_451570669 .main-nav-item-hover::afters {
    background-color: rgb(211, 173, 105);
}

#module_451570669 .main-nav-item-name::after {
    font-weight: normal;
}

#module_451570669 .main-nav-item-name::after {
    text-decoration: none;
}

#module_451570669 .main-nav-item-name::after {
    font-style: normal;
}

#module_451570669 .main-nav-item-hover {
    background-color: transparent;
}

#module_451570669 .main-nav-item-hover {
    background-image: none;
}

#module_451570669 .main-nav-item-hover {
    background-repeat: no-repeat;
}

#module_451570669 .main-nav-item-hover {
}

#module_451570669 .main-nav-item-hover {
}

#module_451570669 .main-nav-item-hover {
}

#module_451570669 .main-nav-item::before {
    border-bottom-color: rgb(211, 173, 105);
}

#module_451570669 .sub-nav-item-box:hover .sub-nav-item-div {
    font-size: 14px;
}

#module_451570669 .sub-nav-item-box:hover .sub-nav-item-div {
    font-family: arial, helvetica, sans-serif;
}

#module_451570669 .sub-nav-item-box:hover .sub-nav-item-div {
    color: rgb(211, 173, 105);
}

#module_451570669 .sub-nav-item-box:hover .sub-nav-item-div {
    font-weight: normal;
}

#module_451570669 .sub-nav-item-box:hover .sub-nav-item-div {
    text-decoration: none;
}

#module_451570669 .sub-nav-item-box:hover .sub-nav-item-div {
    font-style: normal;
}

#module_451570669 .sub-nav-item:hover, #module_451570669 .sub-hover-color {
    background-color: #fff;
}

,
#module_451570669 .sub-nav-item-hover {
    background-color: #fff;
}

#module_451570669 .sub-nav-item:hover {
    background-image: none;
}

#module_451570669 .sub-nav-item:hover {
    background-repeat: no-repeat;
}

#module_451570669 .sub-nav-item:hover {
}

#module_451570669 .sub-nav-item:hover {
}

#module_451570669 .sub-nav-item:hover {
}

#module_451570669 .third-nav-item:hover .item_outer {
    font-size: 14px;
}

#module_451570669 .third-nav-item:hover .item_outer {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570669 .third-nav-item:hover .item_outer {
    color: #666;
}

#module_451570669 .third-nav-item:hover .item_outer {
    font-weight: normal;
}

#module_451570669 .third-nav-item:hover .item_outer {
    text-decoration: none;
}

#module_451570669 .third-nav-item:hover .item_outer {
    font-style: normal;
}

#module_451570669 .third-nav-item:hover .third-nav-item-inner, #module_451570669 .third-hover-color {
    background-color: #fff;
}

#module_451570669 .third-nav-item:hover .third-nav-item-inner {
}

#module_451570669 .third-nav-item:hover .third-nav-item-inner {
    background-repeat: no-repeat;
}

#module_451570669 .third-nav-item:hover .third-nav-item-inner {
}

#module_451570669 .third-nav-item:hover .third-nav-item-inner {
}

#module_451570669 .third-nav-item:hover .third-nav-item-inner {
}

.ModuleNavGiant.layout-116 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name .mainName {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleGridContainer.ModuleGridContainer451570665 #Sub451570665_1 {
    width: 93.8333%;
}

/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed {
    position: fixed;
    z-index: 9999;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle {
    padding: 0;
}

.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    background: #FFF;
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0px;
    overflow: hidden;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group {
    display: table;
    padding: 0 2%;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    overflow: hidden;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel {
    position: relative;
    display: table-cell;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel {
    width: calc(100% - 30px);
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel {
    width: 1%;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel {
    width: 30px;
    display: table-cell;
    position: relative;
    height: auto;
    border: 0;
}

.ModuleSearchGiant.layout-108 .searchIcon {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput {
    padding-right: 50px;
    float: none;
    display: block;
    width: 100%;
    height: 59px;
    border: 1px solid #fff;
    border-right: 0 !important;
    border-radius: 0;
    text-indent: 10px;
    font-size: 16px;
    outline: none;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select {
    height: 100%;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select {
    float: left;
    height: auto;
    border: 0;
    border-radius: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn {
    border: unset !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 59px;
    border: 1px solid #fff;
    border-left-width: 1px;
    border-radius: 0;
    line-height: 59px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span {
    font-size: 16px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu {
    right: 10px;
    left: unset;
    color: #333333
}

.ModuleSearchGiant.layout-108 .icon-sousuo4 {
    color: #333333
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton {
    height: 59px !important;
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    float: left;
    display: block;
    min-width: 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark {
    display: none;
    z-index: 999;
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.48;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot {
    display: flex;
    align-items: center;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul {
    margin-bottom: 15px;
    padding: 0 2%;
    height: auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li {
    margin-top: 15px !important;
    padding: unset !important;
    line-height: 32px;
    height: 32px;
    min-width: 64px;
    text-align: center;
    border-right: unset !important;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a {
    height: 32px;
    display: block;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 30px;
    margin-right: 15px;
    border-radius: 30px;
    color: #666;
    background: #eee;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover {
    background: #dedede;
}

.searchform-slide {
    -webkit-animation: am-gn-searchform-slide 1s both;
    animation: am-gn-searchform-slide 1s both;
}

.searchform-fade {
    -webkit-animation: am-searchform-fade 400ms both;
    animation: am-searchform-fade 400ms both;
}

.ModuleSearchGiant.layout-108 .btnicon {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn:active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 9999 !important;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: unset;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top: 0;
    right: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform: rotateZ(90deg);
}

@media (max-width: 767px) {
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
        right: 20px;
    }

    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group {
        padding: unset
    }
}

.ModuleProductDetailGiant.layout-108 .mobile-inSlide-size {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ModuleProductDetailGiant.layout-108 .pc-inSlide-size {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ModuleProductDetailGiant.layout-108 .mobile-share-dow {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.ModuleProductDetailGiant.layout-108 .introduce.hasntMarginRight {
    margin-left: 0;
}

.ModuleProductDetailGiant.layout-108 .ModuleProduteDetailMain {
    padding: 0 70px;
}

.ModuleProductDetailGiant.layout-108 .inModuleProduteDetailTop {
    font-size: 0;
}

.ModuleProductDetailGiant.layout-108 .mobile-download {
    display: none
}

.ModuleProductDetailGiant.layout-108 .xunpan-wrapper {
    margin-top: 10px;
}

.ModuleProductDetailGiant.layout-108 .watch-more {
    display: none !important;
}

.ModuleProductDetailGiant.layout-108 .pro-chang-box {
    margin-top: 30px;
}

.ModuleProductDetailGiant.layout-108 .swiperBox {
    width: 40.57%;
    min-width: 40.57%;
    display: inline-block;
    vertical-align: top;
}

.ModuleProductDetailGiant.layout-108 .params-phone-content {
    display: none;
}

.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li {
    padding: 0 24px;
    display: inline-block;
    float: none;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    width: auto;
}

.ModuleProductDetailGiant.layout-108 .nav-tabs > li > a {
    border: 0;
}

.ModuleProductDetailGiant.layout-108 .swiper-slide {
    width: 324px;
}

.ModuleProductDetailGiant.layout-108 .mobile-back, .ModuleProductDetailGiant.layout-108 .img-text-detail {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 16px;
    left: 16px;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

@-webkit-keyframes am-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes am-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes am-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }
    100% {
        opacity: 1
    }
}

@keyframes am-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }
    100% {
        opacity: 1
    }
}

.module_451570680 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570680 {
    padding: 0;
}

#module_451570680 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570680 .ModuleHead451570680 {
    display: none;
}

#module_451570680 .BodyCenter.BodyCenter451570680 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451570680 > .module_451570680 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451570680 > .module_451570680 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451570680 .BodyCenter.BodyCenter451570680 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570680 .BodyCenter.BodyCenter451570680 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451570680 > .module_451570680 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570680 > .module_451570680 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451570680 > .module_451570680 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570680:hover {
    border: none;
}

#module_451570680:hover > .module_451570680 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570680 .btnicon {
    font-size: 20px;
}

#module_451570680 .btnicon {
    font-family:;
}

#module_451570680 .btnicon {
    color: rgb(255, 255, 255);
}

#module_451570680 .btnicon {
    font-weight: normal;
}

#module_451570680 .btnicon {
    text-decoration: none;
}

#module_451570680 .btnicon {
    font-style: normal;
}

#module_451570680 .btnicon {
    background-color: rgba(0, 0, 0, 0);
}

#module_451570680 .btnicon {
    background-image: none;
}

#module_451570680 .btnicon {
    background-repeat: no-repeat;
}

#module_451570680 .btnicon {
}

#module_451570680 .btnicon {
}

#module_451570680 .btnicon {
}

#module_451570680 .btnicon {
    text-align: center;
}

#module_451570680 .search-hot ul li a {
    font-size: 12px;
}

#module_451570680 .search-hot ul li a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570680 .search-hot ul li a {
    color: #666;
}

#module_451570680 .search-hot ul li a {
    font-weight: normal;
}

#module_451570680 .search-hot ul li a {
    text-decoration: none;
}

#module_451570680 .search-hot ul li a {
    font-style: normal;
}

#module_451570680 .search-hot ul li a {
    background-color: #eee;
}

#module_451570680 .search-hot ul li a {
}

#module_451570680 .btnicon:hover {
    background-color: rgba(0, 0, 0, 0);
}

#module_451570680 .btnicon:hover {
    background-image: none;
}

#module_451570680 .btnicon:hover {
    background-repeat: no-repeat;
}

#module_451570680 .btnicon:hover {
}

#module_451570680 .btnicon:hover {
}

#module_451570680 .btnicon:hover {
}

#module_451570680 .btnicon:hover {
    font-size: 20px;
}

#module_451570680 .ModuleSearchButton:hover {
    font-family:;
}

#module_451570680 .btnicon:hover {
    color: rgb(211, 173, 105);
}

#module_451570680 .btnicon:hover {
    font-weight: normal;
}

#module_451570680 .btnicon:hover {
    text-decoration: none;
}

#module_451570680 .btnicon:hover {
    font-style: normal;
}

#module_451570680 .search-hot ul li:hover a {
    font-size: 12px;
}

#module_451570680 .search-hot ul li:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570680 .search-hot ul li:hover a {
    color: #666;
}

#module_451570680 .search-hot ul li:hover a {
    font-weight: normal;
}

#module_451570680 .search-hot ul li:hover a {
    text-decoration: none;
}

#module_451570680 .search-hot ul li:hover a {
    font-style: normal;
}

#module_451570680 .search-hot ul li a:hover {
    background-color: #dedede;
}

#module_451570680 .search-hot ul li a:hover {
}

.ModuleGridContainer.ModuleGridContainer451570665 #Sub451570665_2 {
    width: 6.1667%;
}

.module_452476899 .ModuleHead .HeadCenter {
    float: none;
}

#module_452476899 {
    padding: 0;
}

#module_452476899 {
    position: static;
    z-index: 0;
    top: 97px;
    width: 100%;
    height: auto;
}

#module_452476899 .ModuleHead452476899 {
    display: none;
}

#module_452476899 .BodyCenter.BodyCenter452476899 {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
}

#module_452476899 > .module_452476899 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_452476899 > .module_452476899 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_452476899 .BodyCenter.BodyCenter452476899 {
        padding-top: 6.2762%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 6.2762%;
    }
}

@media screen and (max-width: 767px) {
    #module_452476899 .BodyCenter.BodyCenter452476899 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_452476899 > .module_452476899 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452476899 > .module_452476899 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_452476899 > .module_452476899 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452476899:hover {
    border: none;
}

#module_452476899:hover > .module_452476899 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452476899 .ModuleSubContainer {
    background-color: transparent;
}

#module_452476899 .ModuleSubContainer {
    background-image: none;
}

#module_452476899 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_452476899 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_452476899 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_452476899 .ModuleSubContainer {
}

#module_452476899 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_452476899 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_452476899 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer452476899 {
}

.ModuleGridContainer.ModuleGridContainer452476899 .SubPadding {
    width: 0;
}

.module_452476901 .ModuleHead .HeadCenter {
    float: none;
}

#module_452476901 {
    padding: 0;
}

#module_452476901 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_452476901 .ModuleHead452476901 {
    display: none;
}

#module_452476901 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_452476901 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_452476901 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_452476901 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_452476901 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_452476901 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_452476901 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_452476901 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_452476901 .showHandle .btn {
    font-size: 14px;
}

#module_452476901 .showHandle .btn {
    font-family:;
}

#module_452476901 .showHandle .btn {
    color: #333;
}

#module_452476901 .showHandle .btn {
    font-weight: 400;
}

#module_452476901 .showHandle .btn {
    text-decoration: none;
}

#module_452476901 .showHandle .btn {
    font-style: normal;
}

#module_452476901 .showHandle div {
    border-top-color: #ddd !important;
}

#module_452476901 .showHandle div {
    border-top-style: solid !important;
}

#module_452476901 .showHandle div {
    border-top-width: 1px !important;
}

#module_452476901 .showHandle {
    background-color: transparent;
}

#module_452476901 .showHandle {
}

#module_452476901 .showHandle {
    background-repeat: no-repeat;
}

#module_452476901 .showHandle {
}

#module_452476901 .showHandle {
}

#module_452476901 .showHandle {
}

#module_452476901 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer452476899 #Sub452476899_1 {
    width: 50%;
}

/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover {
    text-decoration: underline;
}

.ModuleBreadcrumbsGiant.layout-101 ol {
    margin: 0;
    padding: 10px;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb {
    background-color: transparent;
    margin: 0;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb > li, .ModuleBreadcrumbsGiant.layout-101 .breadcrumb > li a {
    word-break: break-all;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Microsoft YaHei', SimSun, Arial;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    color: #333333;
}

.module_459804594 .ModuleHead .HeadCenter {
    float: none;
}

#module_459804594 {
    padding: 0;
}

#module_459804594 {
    position: static;
    z-index: 0;
    top: 284px;
    left: 1205px;
    width: 100%;
    height: auto;
}

#module_459804594 .ModuleHead459804594 {
    display: none;
}

#module_459804594 .BodyCenter.BodyCenter459804594 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_459804594 > .module_459804594 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_459804594 > .module_459804594 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_459804594 .BodyCenter.BodyCenter459804594 {
        padding-top: 6.2762%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 6.2762%;
    }
}

@media screen and (max-width: 767px) {
    #module_459804594 .BodyCenter.BodyCenter459804594 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_459804594 > .module_459804594 {
        margin-top: 2.5000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainer {
        display: flex !important;
        position: relative;
        width: 100%;
        overflow: hidden;
        background: none !important;
    }

    .ModuleHoverBoxGiant.layout-101 .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer {
        width: 100%;
        height: 100%
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_1 {
        position: relative;
        overflow: hidden;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 {
        overflow: hidden;
        position: absolute;
        display: none;
        background: #fff;
        height: 100%;
        opacity: 0;
        top: 0;
        visibility: visible;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFadeInUp { /* -webkit-animation: switchFadeInUp-out .6s ease forwards; */
        animation: switchFadeInUp-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFadeIn {
        -webkit-animation: switchFadeIn-out .6s ease forwards;
        animation: switchFadeIn-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFadeInDown {
        -webkit-animation: switchFadeInDown-out .6s ease forwards;
        animation: switchFadeInDown-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchSlideInDown {
        -webkit-animation: switchSlideInDown-out .6s ease forwards;
        animation: switchSlideInDown-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchSlideInUp {
        -webkit-animation: switchSlideInUp-out .6s ease forwards;
        animation: switchSlideInUp-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchBounceIn {
        -webkit-animation: switchBounceIn-out .6s ease forwards;
        animation: switchBounceIn-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchBounceInLeft {
        -webkit-animation: switchBounceInLeft-out .6s ease forwards;
        animation: switchBounceInLeft-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchBounceInRight {
        -webkit-animation: switchBounceInRight-out .6s ease forwards;
        animation: switchBounceInRight-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchPulse {
        -webkit-animation: switchPulse-out .6s ease forwards;
        animation: switchPulse-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchZoomIn {
        -webkit-animation: switchZoomIn-out .6s ease forwards;
        animation: switchZoomIn-out .6s ease forwards;
    }

    .ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2.switchFlipInY {
        -webkit-animation: switchFlipInY-out .6s ease forwards;
        animation: switchFlipInY-out .6s ease forwards;
    }

    /* 弹现 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeIn {
        -webkit-animation: fadeIn .6s ease forwards;
        animation: fadeIn .6s ease forwards;
    }

    /* 从上淡入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInDown {
        -webkit-animation: fadeInDown .6s ease forwards;
        animation: fadeInDown .6s ease forwards;
    }

    /* 从下淡入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInUp {
        -webkit-animation: fadeInUp .6s ease forwards;
        animation: fadeInUp .6s ease forwards;
    }

    /* 从上滑入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInDown {
        -webkit-animation: slideInDown .6s ease forwards;
        animation: slideInDown .6s ease forwards;
    }

    /* 从下滑入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInUp {
        -webkit-animation: slideInUp .6s ease forwards;
        animation: slideInUp .6s ease forwards;
    }

    /* 从里弹入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceIn {
        -webkit-animation: bounceIn .6s ease forwards;
        animation: bounceIn .6s ease forwards;
    }

    /* 从左弹入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInLeft {
        -webkit-animation: bounceInLeft .6s ease forwards;
        animation: bounceInLeft .6s ease forwards;
    }

    /* 从右弹入 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInRight {
        -webkit-animation: bounceInRight .6s ease forwards;
        animation: bounceInRight .6s ease forwards;
    }

    /* 跳动 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchPulse {
        -webkit-animation: pulse .6s ease forwards;
        animation: pulse .6s ease forwards;
    }

    /* 放大 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchZoomIn {
        -webkit-animation: zoomIn .6s ease forwards;
        animation: zoomIn .6s ease forwards;
    }

    /* Y轴翻转 */
    .ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFlipInY {
        -webkit-animation: flipInY .6s ease forwards;
        animation: flipInY .6s ease forwards;
    }
}

@media screen and (max-width: 767px) {
    #module_459804594 > .module_459804594 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_459804594 > .module_459804594 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_459804594:hover {
    border: none;
}

#module_459804594:hover > .module_459804594 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_459804594 .BreadIcon {
    font-size: 16px;
}

#module_459804594 .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_459804594 .BreadIcon {
    color: #666;
}

#module_459804594 .BreadsvgIcon svg > * {
    fill: #666;
}

#module_459804594 .BreadIcon, #module_459804594 .BreadsvgIcon {
    margin-left: 0;
}

#module_459804594 .BreadIcon, #module_459804594 .BreadsvgIcon {
    margin-right: 10px;
}

#module_459804594 .bcs-item, #module_459804594 .bcs-item a {
    font-size: 16px;
}

#module_459804594 .bcs-item, #module_459804594 .bcs-item a {
    font-family: arial, helvetica, sans-serif;
}

#module_459804594 .bcs-item, #module_459804594 .bcs-item a {
    color: rgb(255, 255, 255);
}

#module_459804594 .bcs-item, #module_459804594 .bcs-item a {
    font-weight: normal;
}

#module_459804594 .bcs-item, #module_459804594 .bcs-item a {
    text-decoration: none;
}

#module_459804594 .bcs-item, #module_459804594 .bcs-item a {
    font-style: normal;
}

#module_459804594 .breadcrumb {
    text-align: right;
}

#module_459804594 .breadcrumb .separator {
    margin-left: 10px;
    margin-right: 10px;
}

#module_459804594 .breadcrumb .separator {
    font-size: 16px;
}

#module_459804594 .breadcrumb .separator {
    font-family: arial, helvetica, sans-serif;
}

#module_459804594 .breadcrumb .separator {
    color: rgb(255, 255, 255);
}

#module_459804594 .breadcrumb .separator {
    font-weight: normal;
}

#module_459804594 .breadcrumb .separator {
    text-decoration: none;
}

#module_459804594 .breadcrumb .separator {
    font-style: normal;
}

#module_459804594 .breadcrumb:hover .BreadIcon {
    color: #666
}

#module_459804594 .breadcrumb:hover .BreadsvgIcon svg > * {
    fill: #666;
}

#module_459804594 .bcs-item:hover, #module_459804594 .bcs-item a:hover {
    font-size: 16px;
}

#module_459804594 .bcs-item:hover, #module_459804594 .bcs-item a:hover {
    font-family: arial, helvetica, sans-serif;
}

#module_459804594 .bcs-item:hover, #module_459804594 .bcs-item a:hover {
    color: rgb(211, 173, 105);
}

#module_459804594 .bcs-item:hover, #module_459804594 .bcs-item a:hover {
    font-weight: normal;
}

#module_459804594 .bcs-item:hover, #module_459804594 .bcs-item a:hover {
    text-decoration: none;
}

#module_459804594 .bcs-item:hover, #module_459804594 .bcs-item a:hover {
    font-style: normal;
}

.ModuleGridContainer.ModuleGridContainer452476899 #Sub452476899_2 {
    width: 50%;
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.ModuleGridGiant.layout-101 {
    height: 100%;
}

.ModuleGridGiant.layout-101 .ModuleSubContainer {
    position: relative;
}

.ModuleGridGiant.layout-101 .gridBgVideo {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
}

.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}

.module_451575866 .ModuleHead .HeadCenter {
    float: none;
}

#module_451575866 {
    padding: 0;
}

#module_451575866 {
    position: static;
    z-index: 0;
    top: 240px;
    left: 1556px;
    width: 100%;
    height: auto;
}

#module_451575866 .ModuleHead451575866 {
    display: none;
}

#module_451575866 .BodyCenter.BodyCenter451575866 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451575866 > .module_451575866 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451575866 > .module_451575866 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451575866 .BodyCenter.BodyCenter451575866 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575866 .BodyCenter.BodyCenter451575866 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451575866 > .module_451575866 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575866 > .module_451575866 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451575866 > .module_451575866 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451575866:hover {
    border: none;
}

#module_451575866:hover > .module_451575866 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451575866 .ModuleSubContainer {
    background-color: transparent;
}

#module_451575866 .ModuleSubContainer {
    background-image: none;
}

#module_451575866 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451575866 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451575866 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451575866 .ModuleSubContainer {
}

#module_451575866 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451575866 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451575866 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451575866 {
}

/*layout内容*/
.ModuleNewsListGiant.layout-124 .news-container {
    width: 100%;
    padding-bottom: 1px;
}

.ModuleNewsListGiant.layout-124 .news-item {
    background: white;
    clear: both;
    height: auto !important;
    padding: 16px 16px 16px 12px;
    border-style: solid;
}

/*文字部分*/
.ModuleNewsListGiant.layout-124 .news-tit {
    border-top: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.ModuleNewsListGiant.layout-124 .news-box .news-tit {
    padding-left: 18px;
}

.ModuleNewsListGiant.layout-124 .default-box .news-tit {
    width: 100%;
}

.ModuleNewsListGiant.layout-124 .news-item .news-tit .news-desc span {
    display: block;
}

.ModuleNewsListGiant.layout-124 .news-item .news-tit time {
    display: block;
    color: #999;
}

.ModuleNewsListGiant.layout-124 .news-item .news-tit .news-title {
    font-size: 18px;
    color: #333;
}

/*图片部分*/
.ModuleNewsListGiant.layout-124 .news-item .dummy {
    padding-top: 100%;
}

.ModuleNewsListGiant.layout-124 .news-item .news-img {
    list-style-type: none;
    float: left;
    transition: all .3s ease-out;
    overflow: hidden;
    clear: both;
    position: relative;
    list-style-type: none;
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}

.ModuleNewsListGiant.layout-124 .news-item .news-img img {
    transition: all .3s ease-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: inline;
}

.ModuleNewsListGiant.layout-124 .news-item:hover .news-img img {
    transform: scale(1.2);
}

.ModuleNewsListGiant.layout-124 .swiper-container-free-mode1 > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto
}

.ModuleNewsListGiant.layout-124 .swiper-butto-next {
    background-image: unset;
    left: 0;
    right: auto;
}

.ModuleNewsListGiant.layout-124 .swiper-butto-prev {
    transform: rotate(180deg);
    top: calc(50% - 22px);
    background-image: unset;
    right: 0;
    left: auto;
}

.ModuleNewsListGiant.layout-124 .icon-icon-left {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
}

.ModuleNewsListGiant.layout-124 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-124 .staFun {
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}

.ModuleNewsListGiant.layout-124 .list-mode .news-container {
    display: block;
}

.ModuleNewsListGiant.layout-124 .list-mode .news-container .news-item {
    display: inline-block;
    clear: none;
}

.ModuleNewsListGiant.layout-124 .news-container .news-li {
    display: flex;
    vertical-align: middle;
}

.ModuleNewsListGiant.layout-124 .swiper-container-rtl .news-li {
    flex-direction: row-reverse;
}

.ModuleNewsListGiant.layout-124 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}

.ModuleNewsListGiant.layout-124 .videobox .iconfont {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-124 li.col-lg-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-1 {
        margin-right: 0 !important;
    }

    .ModuleNewsListGiant.layout-124 li.col-lg-2 {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 li.col-lg-3 {
        width: 33%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 li.col-lg-4 {
        width: 25%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 li.col-lg-5 {
        width: 20%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 li.col-lg-6 {
        width: 14%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-2:nth-child(2n), .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-3:nth-child(3n), .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-4:nth-child(4n), .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-5:nth-child(5n), .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-6:nth-child(6n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-124 .news-container {
        width: 100%;
        margin: 0 auto;
    }

    .ModuleNewsListGiant.layout-124 .news-item {
        width: 100%;
    }

    .ModuleNewsListGiant.layout-124 .news-item .news-tit .news-title {
        font-size: 16px;
    }

    .ModuleNewsListGiant.layout-124 .news-item .news-tit .news-desc {
        font-size: 12px;
    }

    .ModuleNewsListGiant.layout-124 .news-detailbtn {
        display: none;
    }

    .ModuleNewsListGiant.layout-124 .list-mode li.col-xs-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0 !important;
    }

    .ModuleNewsListGiant.layout-124 .list-mode li.col-xs-2 {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleNewsListGiant.layout-124 .list-mode li.col-xs-2:nth-child(2n) {
        margin-right: 0 !important;
    }
}

.ModuleNewsListGiant.layout-124 .pagerGiant .inputer {
    outline: 0;
}

.ModuleNewsListGiant.layout-124 .news-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item .news-icon {
    height: 32px;
    line-height: 32px;
}

.ModuleNewsListGiant.layout-124 .news-item .news-time {
    position: absolute;
    bottom: 0;
}

.ModuleNewsListGiant.layout-124 .news-item .news-detailbtn {
    position: absolute;
    height: 36px;
    right: 0;
    bottom: -4px;
    transition: all .6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ModuleNewsListGiant.layout-124 .news-item:hover .news-detailbtn {
    transform: rotate(90deg);
}

.ModuleNewsListGiant.layout-124 .news-item .news-detailbtn .iconfont {
    text-align: center;
    display: flex;
}

.module_451575872 .ModuleHead .HeadCenter {
    float: none;
}

#module_451575872 {
    padding: 0;
}

#module_451575872 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451575872 .ModuleHead451575872 {
    display: none;
}

#module_451575872 .BodyCenter.BodyCenter451575872 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451575872 > .module_451575872 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451575872 > .module_451575872 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451575872 .BodyCenter.BodyCenter451575872 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575872 .BodyCenter.BodyCenter451575872 {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    #module_451575872 > .module_451575872 {
        margin-top: 2.4167%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575872 > .module_451575872 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451575872 > .module_451575872 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451575872:hover {
    border: none;
}

#module_451575872:hover > .module_451575872 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451575872 .videobox .iconfont {
    font-size: 66px;
}

#module_451575872 {
}

@media (max-width: 767px) {
    #module_451575872 .videobox .iconfont {
        font-size: 44px;
    }
}

#module_451575872 .news-item {
    background-color: #ffffff;
}

#module_451575872 .news-item {
    background-image: none;
}

#module_451575872 .news-item {
    background-repeat: no-repeat;
}

#module_451575872 .news-item {
}

#module_451575872 .news-item {
}

#module_451575872 .news-item {
}

#module_451575872 .news-item {
    border-color: #e3e9ee;
}

#module_451575872 .news-item {
    border-width: 1px;
}

#module_451575872 .news-item:before {
    width: 1px;
    left: -1px;
}

#module_451575872 .news-item:after {
    width: 1px;
    right: -1px;
}

#module_451575872 .news-item a:before {
    height: 1px;
    top: -1px;;
}

#module_451575872 .news-item a:after {
    height: 1px;
    bottom: -1px;
}

#module_451575872 .news-item:hover:before, #module_451575872 .news-item:hover:after {
    height: calc(100% + 1px);
    opacity: 1;
}

#module_451575872 .news-item:hover a:before, #module_451575872 .news-item:hover a:after {
    width: calc(100% + 1px);
    opacity: 1;
}

#module_451575872 .news-item {
    padding-top: 12px;
}

#module_451575872 .news-item {
    padding-bottom: 12px;
}

#module_451575872 .news-item {
    padding-left: 12px;
}

#module_451575872 .news-item {
    padding-right: 12px;
}

#module_451575872 .news-detailbtn .icon-tianjia {
    line-height: calc(24px - 2px);
    width: 24px;
    height: 24px;
}

#module_451575872 .news-detailbtn .icon-tianjia:before {
    line-height: 24px;
    font-size: 24px;
}

#module_451575872 .news-detailbtn .icon-tianjia {
    color: #d0d0d0;
}

#module_451575872 .list-mode .news-item {
    margin-bottom: 24px;
}

#module_451575872 .list-mode .news-item {
    margin-right: 18px;
}

@media screen and (min-width: 768px) {
    #module_451575872 .news-item.col-lg-2 {
        width: calc((100% - 18px) / 2);
    }

    #module_451575872 .news-item.col-lg-3 {
        width: calc((100% - 18px * 2) / 3);
    }

    #module_451575872 .news-item.col-lg-4 {
        width: calc((100% - 18px * 3) / 4);
    }

    #module_451575872 .news-item.col-lg-5 {
        width: calc((100% - 18px * 4) / 5);
    }

    #module_451575872 .news-item.col-lg-6 {
        width: calc((100% - 18px * 5) / 6);
    }
}

@media screen and (max-width: 767px) {
    #module_451575872 .news-item.col-xs-2 {
        width: calc((100% - 18px) / 2);
        opacity
    }
}

#module_451575872 .news-img {
    width: 16%;
}

#module_451575872 .news-box .news-tit {
    width: calc(100% - 16%);
}

#module_451575872 {
}

@media (max-width: 767px) {
    #module_451575872 .news-img {
        width: 30%;
    }

    #module_451575872 .news-box .news-tit {
        width: calc(100% - 30%);
    }
}

#module_451575872 .news-img .dummy {
    background-color: #fff;
}

#module_451575872 .news-img .dummy {
    background-image: none;
}

#module_451575872 .news-img .dummy {
    background-repeat: no-repeat;
}

#module_451575872 .news-img .dummy {
}

#module_451575872 .news-img .dummy {
}

#module_451575872 .news-img .dummy {
}

#module_451575872 .news-img .dummy {
    padding-top: 75%;
}

#module_451575872 .news-img .t-img {
    object-fit: cover;
}

#module_451575872 .news-img .t-img {
    width: 100%;
}

#module_451575872 .news-img .t-img {
    height: 100%;
}

#module_451575872 .news-title {
    font-size: 16px;
    line-height: 16pt;
}

#module_451575872 .news-title {
    font-family: arial, helvetica, sans-serif;
}

#module_451575872 .news-title {
    color: #575757;
}

#module_451575872 .news-title {
    font-weight: normal;
}

#module_451575872 .news-title {
    text-decoration: none;
}

#module_451575872 .news-title {
    font-style: normal;
}

#module_451575872 .news-title {
    margin-top: 0;
}

#module_451575872 .news-title {
    margin-bottom: 0;
}

#module_451575872 .news-title {
    margin-left: 0;
}

#module_451575872 .news-title {
    margin-right: 0;
}

#module_451575872 .news-desc {
    font-size: 12px;
}

#module_451575872 .news-desc {
    font-family: arial, helvetica, sans-serif;
}

#module_451575872 .news-desc {
    color: #999;
}

#module_451575872 .news-desc {
    font-weight: normal;
}

#module_451575872 .news-desc {
    text-decoration: none;
}

#module_451575872 .news-desc {
    font-style: normal;
}

#module_451575872 .news-desc {
    margin-top: 0;
}

#module_451575872 .news-desc {
    margin-bottom: 0;
}

#module_451575872 .news-desc {
    margin-left: 0;
}

#module_451575872 .news-desc {
    margin-right: 0;
}

#module_451575872 time {
    font-size: 14px;
}

#module_451575872 time {
    font-family: arial, helvetica, sans-serif;
}

#module_451575872 time {
    color: #d0d0d0;
}

#module_451575872 time {
    font-weight: normal;
}

#module_451575872 time {
    text-decoration: none;
}

#module_451575872 time {
    font-style: normal;
}

#module_451575872 .icon-shijian {
    font-size: 14px;
}

#module_451575872 .icon-shijian {
    color: #d0d0d0;
}

#module_451575872 .news-icon {
    margin-top: 0;
}

#module_451575872 .news-icon {
    margin-bottom: 0;
}

#module_451575872 .news-icon {
    margin-left: 0;
}

#module_451575872 .news-icon {
    margin-right: 0;
}

#module_451575872 .icon-icon-left {
    color: #fff;
}

#module_451575872 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}

#module_451575872 .pagerGiant .text {
    font-size: 12px;
}

#module_451575872 .pagerGiant .text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575872 .pagerGiant .text {
    color: #333;
}

#module_451575872 .pagerGiant .text {
}

#module_451575872 .pagerGiant .text {
}

#module_451575872 .pagerGiant .text {
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    width: 30px
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    height: 30px
}

#module_451575872 .pagerGiant .num {
    font-size: 12px;
}

#module_451575872 .pagerGiant .num {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575872 .pagerGiant .num {
    color: #333;
}

#module_451575872 .pagerGiant .num {
}

#module_451575872 .pagerGiant .num {
}

#module_451575872 .pagerGiant .num {
}

#module_451575872 .pagerGiant .submit {
    width: 55px
}

#module_451575872 .pagerGiant .submit {
    height: 30px
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer, #module_451575872 .pagerGiant .submit {
    border-top-left-radius: 0;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer, #module_451575872 .pagerGiant .submit {
    border-top-right-radius: 0;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer, #module_451575872 .pagerGiant .submit {
    border-bottom-left-radius: 0;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer, #module_451575872 .pagerGiant .submit {
    border-bottom-right-radius: 0;
}

#module_451575872 .pagerGiant .next, #module_451575872 .pagerGiant .splitline {
    color: #ccc;
}

#module_451575872 .pagerGiant .num {
    background-color: #fff;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-top-color: #ccc;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-top-style: solid;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer {
    border-top-width: 1px;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-bottom-color: #ccc;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-bottom-style: solid;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer {
    border-bottom-width: 1px;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-left-color: #ccc;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-left-style: solid;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer {
    border-left-width: 1px;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-right-color: #ccc;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .inputer {
    border-right-style: solid;
}

#module_451575872 .pagerGiant .num, #module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer {
    border-right-width: 1px;
}

#module_451575872 .page-more a {
    font-size: 16px;
}

#module_451575872 .page-more a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575872 .page-more a {
    color: #666 !important;
}

#module_451575872 .page-more a {
    font-weight: normal;
}

#module_451575872 .page-more a {
    text-decoration: none;
}

#module_451575872 .page-more a {
    font-style: normal;
}

#module_451575872 .page-more a {
    background-color: #fff;
}

#module_451575872 .page-more a {
    border-top-color: #eee;
}

#module_451575872 .page-more a {
    border-top-style: solid;
}

#module_451575872 .page-more a {
    border-top-width: 2px;
}

#module_451575872 .page-more a {
    border-bottom-color: #eee;
}

#module_451575872 .page-more a {
    border-bottom-style: solid;
}

#module_451575872 .page-more a {
    border-bottom-width: 2px;
}

#module_451575872 .page-more a {
    border-left-color: #eee;
}

#module_451575872 .page-more a {
    border-left-style: solid;
}

#module_451575872 .page-more a {
    border-left-width: 2px;
}

#module_451575872 .page-more a {
    border-right-color: #eee;
}

#module_451575872 .page-more a {
    border-right-style: solid;
}

#module_451575872 .page-more a {
    border-right-width: 2px;
}

#module_451575872 .icon-icon-left:hover {
    color: #fff;
}

#module_451575872 .swiper-button-white:hover {
    background-color: rgba(51, 51, 51);
}

#module_451575872 .news-item:hover {
    background-color: #f6f6f6;
}

#module_451575872 .news-item:hover {
    background-image: none;
}

#module_451575872 .news-item:hover {
    background-repeat: no-repeat;
}

#module_451575872 .news-item:hover {
}

#module_451575872 .news-item:hover {
}

#module_451575872 .news-item:hover {
}

#module_451575872 {
}

#module_451575872 .news-item:before, #module_451575872 .news-item:after, #module_451575872 .news-item a:before, #module_451575872 .news-item a:after {
    background: #333333;
}

#module_451575872 .news-item:hover .news-detailbtn .icon-tianjia {
    color: #333333;
}

#module_451575872 .news-item:hover .news-title {
    font-size: 16px;
    line-height: 16pt;
}

#module_451575872 .news-item:hover .news-title {
    font-family: arial, helvetica, sans-serif;
}

#module_451575872 .news-item:hover .news-title {
    color: rgb(211, 173, 105);
}

#module_451575872 .news-item:hover .news-title {
    font-weight: normal;
}

#module_451575872 .news-item:hover .news-title {
    text-decoration: none;
}

#module_451575872 .news-item:hover .news-title {
    font-style: normal;
}

#module_451575872 .news-item:hover .news-desc {
    font-size: 12px;
}

#module_451575872 .news-item:hover .news-desc {
    font-family: arial, helvetica, sans-serif;
}

#module_451575872 .news-item:hover .news-desc {
    color: #999;
}

#module_451575872 .news-item:hover .news-desc {
    font-weight: normal;
}

#module_451575872 .news-item:hover .news-desc {
    text-decoration: none;
}

#module_451575872 .news-item:hover .news-desc {
    font-style: normal;
}

#module_451575872 .news-item:hover time {
    color: #333333;
}

#module_451575872 .news-item:hover .icon-shijian {
    color: #333333;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
    font-size: 12px;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
    color: #fff;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit {
    background-color: #000;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-top-color: #000;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-top-style: solid;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-bottom-color: #000;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-bottom-style: solid;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-left-color: #000;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-left-style: solid;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-right-color: #000;
}

#module_451575872 .pagerGiant .current, #module_451575872 .pagerGiant .submit, #module_451575872 .pagerGiant .inputer:hover {
    border-right-style: solid;
}

#module_451575872 .page-more a:hover {
    font-size: 16px;
}

#module_451575872 .page-more:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575872 .page-more a:hover {
    color: #666 !important;
}

#module_451575872 .page-more a:hover {
    font-weight: normal;
}

#module_451575872 .page-more a:hover {
    text-decoration: none;
}

#module_451575872 .page-more a:hover {
    font-style: normal;
}

#module_451575872 .page-more a:hover {
    background-color: #fff;
}

#module_451575872 .page-more a:hover {
    border-top-color: #eee;
}

#module_451575872 .page-more a:hover {
    border-top-style: solid;
}

#module_451575872 .page-more a:hover {
    border-bottom-color: #eee;
}

#module_451575872 .page-more a:hover {
    border-bottom-style: solid;
}

#module_451575872 .page-more a:hover {
    border-left-color: #eee;
}

#module_451575872 .page-more a:hover {
    border-left-style: solid;
}

#module_451575872 .page-more a:hover {
    border-right-color: #eee;
}

#module_451575872 .page-more a:hover {
    border-right-style: solid;
}

.module_451576145 .ModuleHead .HeadCenter {
    float: none;
}

#module_451576145 {
    padding: 0;
}

#module_451576145 {
    position: static;
    z-index: 1;
    top: 232px;
    left: 1626px;
    width: 100%;
    height: auto;
}

#module_451576145 .ModuleHead451576145 {
    display: none;
}

#module_451576145 .BodyCenter.BodyCenter451576145 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451576145 > .module_451576145 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451576145 > .module_451576145 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451576145 .BodyCenter.BodyCenter451576145 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451576145 .BodyCenter.BodyCenter451576145 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451576145 > .module_451576145 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 2.6151%;
    }
}

@media screen and (max-width: 767px) {
    #module_451576145 > .module_451576145 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451576145 > .module_451576145 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451576145:hover {
    border: none;
}

#module_451576145:hover > .module_451576145 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451576145 .ModuleSubContainer {
    background-color: transparent;
}

#module_451576145 .ModuleSubContainer {
    background-image: none;
}

#module_451576145 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451576145 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451576145 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451576145 .ModuleSubContainer {
}

#module_451576145 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451576145 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451576145 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451576145 {
}

.ModuleCustomFormGiant.layout-107 .smsvaldatebox, .ModuleCustomFormGiant.layout-107 .frist_item, .ModuleCustomFormGiant.layout-107 .VerificationCodeinput, .ModuleCustomFormGiant.layout-107 .formList-content.textbox, .ModuleCustomFormGiant.layout-107 .customFormDatetime, .ModuleCustomFormGiant.layout-107 .pcCitybox select {
    height: 44px;
    line-height: 44px;
}

.ModuleCustomFormGiant.layout-107 .submitbtnbox {
    display: flex;
    width: 20%;
    margin-bottom: 0px;
}

.ModuleCustomFormGiant.layout-107 .icon-riqixuanze {
    padding-right: 10px;
    position: absolute;
    right: 0;
    color: #b3b6b7;
}

/*新验证码开始*/
.ModuleCustomFormGiant.layout-107 .vciline {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine1 {
    display: none;
}

.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine2 {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.ModuleCustomFormGiant.layout-107 .VCClose {
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-107 .VCLine1 {
    border-top: #ccc solid 2px;
    width: 18px;
    transform: rotate(45deg);
    right: 0;
    position: absolute;
    top: 9px;
}

.ModuleCustomFormGiant.layout-107 .VCLine2 {
    border-top: #ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;
}

.ModuleCustomFormGiant.layout-107 .VCTitle {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn {
    margin-top: 22px;
    text-align: right;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn1 {
    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn2 {
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcinput::placeholder {
    color: #999999
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcinput {
    border: none;
    padding: 20px 0;
    background: #fff !important;
    border-bottom: solid #ccc 1px;
    color: #666;
    line-height: 1;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .changebtn {
    text-align: right;
    display: block;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .VerificationCode {
    width: 100%;
    height: 100px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodecontext {
    padding: 0 33px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv {
    position: absolute;;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%, -50%);
    top: auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0, 0, 0, 0.11);
    display: none;
    width: 100%;
}

/*新验证码结束*/
.ModuleCustomFormGiant.layout-107 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-107 .multi-row-text {
    width: 90%;
}

.ModuleCustomFormGiant.layout-107 input[type=text] {
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 0 0 0 10px; /* flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; -moz-flex-shrink: 0; flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 1; -moz-flex-grow: 1; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .customFormicon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-107 .Select_Simulate li:hover { color: #fff } */
.ModuleCustomFormGiant.layout-107 .content-title {
    font-size: 14px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0; /* max-width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .in-formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex; /* -webkit-box-pack: justify; *//* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify; /* justify-content: space-between; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .formList-content {
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .areabox .area ul {
    top: 55px
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .City-select, .ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
    flex-grow: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; /* padding: 0 10px; */
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc; /* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-left: 16px;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-107 .Browse-file {
    line-height: 44px;
    height: 44px;
}

.ModuleCustomFormGiant.layout-107 .Browse-img {
    height: 80px;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select {
    border-radius: 5px;
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px; /* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .Province-select {
    margin-top: 1px;
    width: 100%
}

.ModuleCustomFormGiant.layout-107 .areabox .frist_item {
    height: 100%;
}

.ModuleCustomFormGiant.layout-107 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.ModuleCustomFormGiant.layout-107 .VerificationCode {
    width: 90px;
    height: 50px;
    display: inline-block;
}

.ModuleCustomFormGiant.layout-107 .file-box .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .Browse-file {
    border: 1px solid #eee;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-107 .flex {
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .input-text-color {
    color: #999;
    display: flex;
    align-items: center; /* line-height: 1.5; */
}

.ModuleCustomFormGiant.layout-107 .smsvaldatebox {
    height: 44px;
    line-height: 44px;
}

.ModuleCustomFormGiant.layout-107 .smsvcode, .ModuleCustomFormGiant.layout-107 .smsbtn {
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .Describ-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color {
    color: #fff;
    background: #1e88e5;
    border-radius: 5px;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-107 .areabox .frist_item {
    padding-right: 4px;
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate .Select_sanjiao {
    border: 0;
    height: 44px;
    width: 30px;
    background: no-repeat center right;
    line-height: 44px;
    margin: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .formList-content.mgb0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .in-formList-content.pdLf0 {
    padding-left: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 li {
    padding: 0 16px;
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate .frist_item {
    padding-right: 0;
}

.ModuleCustomFormGiant.layout-107 .submitbtn {
    min-height: 50px;
    text-align: center;
    margin-left: 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color:hover {
    color: #fff;
    background: #1976d2;
}

.ModuleCustomFormGiant.layout-107 .pd-0 {
    padding: 0;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-style .in-formList {
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-107 .multi-row-text {
    margin-top: 3px;
    border: 0;
    padding-left: 10px;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border {
    border: none;
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-107 .in-formList-checkbox {
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107 .vertical {
    width: auto;
    display: initial;
}

.ModuleCustomFormGiant.layout-107 input[type=radio], .ModuleCustomFormGiant.layout-107 input[type=checkbox] {
    top: 0;
    margin-top: 0
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border .in-formList { /* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-107 .content-title-checkbox {
    margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ModuleCustomFormGiant.layout-107 .choose-time {
    border: none;
    line-height: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .chooseTimeicon {
    margin-top: 0;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    display: inline-block;
    height: 50px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .verifica {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
    width: 66.5%;
    vertical-align: top;
    margin-top: 1px;
}

.ModuleCustomFormGiant.layout-107 .changebtn {
    line-height: 50px
}

.ModuleCustomFormGiant.layout-107 .cityPickerBox {
    border: 0;
}

.ModuleCustomFormGiant.layout-107 .cityval {
    line-height: 48px;
    height: 48px;
    display: none;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .choose-city-content {
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.ModuleCustomFormGiant.layout-107 .cityPickerBoxwb {
    height: 44px;
}

.ModuleCustomFormGiant.layout-107 .padL16 {
    padding-left: 16px;
    line-height: 1;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .padL16.radioBox {
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 .frist_item {
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-107 .in-formList-content {
    border: 1px solid #ccc;
    padding-left: 16px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-107 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-107 .in-formList-img {
    min-height: 60px;
    height: auto;
}

.ModuleCustomFormGiant.layout-107 .file-operation {
    display: flex;
}

.ModuleCustomFormGiant.layout-107 .file-operation .content-title {
    max-width: 100%;
}

.ModuleCustomFormGiant.layout-107 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px; /* border: 1px solid #e5e5e5; background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-107 .textbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107 .w-100 {
    width: 100%;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107 .desctxt {
    max-width: 100%;
    overflow: inherit;
    white-space: normal;
    line-height: 1.5;
    height: 100%;
}

.ModuleCustomFormGiant.layout-107 .customform-upload-img-preview {
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .in-formList-checkbox label span {
    min-width: 36px;
    display: initial;
    word-break: break-all;
}

.ModuleCustomFormGiant.layout-107 .customFormTextarea::placeholder {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ModuleCustomFormGiant.layout-107 .formbox {
    text-align: left;
    display: flex;
}

.ModuleCustomFormGiant.layout-107 .Special {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .ModuleCustomFormGiant.layout-107 .smsvaldatebox, .ModuleCustomFormGiant.layout-107 .frist_item, .ModuleCustomFormGiant.layout-107 .formList-content, .ModuleCustomFormGiant.layout-107 .customFormDatetime, .ModuleCustomFormGiant.layout-107 .pcCitybox select {
        height: 44px !important;
        line-height: 44px !important;
    }

    .ModuleCustomFormGiant.layout-107 .smsvaldatebox {
        margin-left: 10px;
        margin-top: 0;
    }

    .ModuleCustomFormGiant.layout-107 .submitbtnbox {
        width: 100% !important
    }

    .ModuleCustomFormGiant.layout-107 .submitbtn {
        line-height: 50px !important;
        margin-left: 0;
    }

    .ModuleCustomFormGiant.layout-107 .formbox {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .ModuleCustomFormGiant.layout-107 .vertical {
        margin-left: 16px;
    }

    .ModuleCustomFormGiant.layout-107 .textbox {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-107 .multi-row-text {
        padding: 5px 10px 10px 10px;
    }

    .ModuleCustomFormGiant.layout-107 .content-title {
        max-width: 75%;
    }

    .ModuleCustomFormGiant.layout-107 .desctxt {
        max-width: 100%;
    }

    .ModuleCustomFormGiant.layout-107 .choose-time-mobile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
        display: block;
    }

    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }

    .ModuleCustomFormGiant.layout-107 .dq {
        margin-bottom: 0;
    }

    .ModuleCustomFormGiant.layout-107 .VerificationCode {
        width: 90px;
        height: 50px;
    }

    .ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
        margin-bottom: 16px;
    }

    .ModuleCustomFormGiant.layout-107 .InsidePage-title-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 76px);
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .ModuleCustomFormGiant.layout-107 .vertical {
        display: flex;
    }

    .ModuleCustomFormGiant.layout-107 .Pc-formList-content {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-107 .in-formList-checkbox {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
        width: 65%;
        padding: 0;
    }

    .ModuleCustomFormGiant.layout-107 .textbox {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .Describ-text-color {
        padding-left: 13px;
    }

    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
        width: 100%;
        padding-left: 5px;
    }

    .ModuleCustomFormGiant.layout-107 .VerificationCode {
        width: 90px;
        height: 50px;
    }

    .ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
        margin-bottom: 16px;
    }
}

.module_451576149 .ModuleHead .HeadCenter {
    float: none;
}

#module_451576149 {
    padding: 0;
}

#module_451576149 {
    position: static;
    z-index: 1;
    top: 1349px;
    left: 617px;
    width: 100%;
    height: auto;
}

#module_451576149 .ModuleHead451576149 {
    display: none;
}

#module_451576149 .BodyCenter.BodyCenter451576149 {
    background: none;
    background-color: rgba(255, 255, 255, 1);
}

#module_451576149 > .module_451576149 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451576149 > .module_451576149 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451576149 .BodyCenter.BodyCenter451576149 {
        padding-top: 1.2500%;
        padding-left: 1.2500%;
        padding-right: 1.2500%;
        padding-bottom: 1.2500%;
    }
}

@media screen and (max-width: 767px) {
    #module_451576149 .BodyCenter.BodyCenter451576149 {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    #module_451576149 > .module_451576149 {
        margin-top: 0.8333%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451576149 > .module_451576149 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451576149 > .module_451576149 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451576149:hover {
    border: none;
}

#module_451576149:hover > .module_451576149 {
    border-color: #ccc;
}

#module_451576149:hover > .module_451576149 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451576149 .vcbtn1 {
    background-color: #fd6e27;
}

#module_451576149 .vcbtn1 {
    color: #fff;
}

#module_451576149 .title {
    font-size: 24px;
}

#module_451576149 .title {
    font-family: arial, helvetica, sans-serif;
}

#module_451576149 .title {
    color: #333;
}

#module_451576149 .title {
    font-weight: normal;
}

#module_451576149 .title {
    text-decoration: none;
}

#module_451576149 .title {
    font-style: normal;
}

#module_451576149 .title {
    background-color: transparent;
}

#module_451576149 .title {
    background-image: none;
}

#module_451576149 .title {
    background-repeat: no-repeat;
}

#module_451576149 .title {
    background-position: 50% 50%;
}

#module_451576149 .title {
    background-attachment: scroll;
}

#module_451576149 .title {
}

#module_451576149 .title {
    height: 50px;
    line-height: 50px;
}

#module_451576149 .title {
    text-align: center;
}

#module_451576149 .Describ-text-color {
    font-size: 14px;
}

#module_451576149 .Describ-text-color {
    font-family: arial, helvetica, sans-serif;
}

#module_451576149 .Describ-text-color {
    color: #666;
}

,
#module_451576149 .Describ-text-color {
    font-weight: normal;
}

#module_451576149 .Describ-text-color {
    text-decoration: none;
}

#module_451576149 .Describ-text-color {
    font-style: normal;
}

#module_451576149 .submitbtn {
    font-size: 16px;
}

#module_451576149 .submitbtn {
    font-family: arial, helvetica, sans-serif;
}

#module_451576149 .submitbtn {
    color: #fff;
}

#module_451576149 .submitbtn {
    font-weight: normal;
}

#module_451576149 .submitbtn {
    text-decoration: none;
}

#module_451576149 .submitbtn {
    font-style: normal;
}

#module_451576149 .submitbtnbox {
    width: 20%;
}

#module_451576149 .submitbtnbox .submitbtn {
    text-align: center;
}

#module_451576149 .submitbtn {
    background-color: rgb(211, 173, 105);
}

#module_451576149 input[type=radio]:checked, #module_451576149 input[type=checkbox]:checked {
    background: rgb(211, 173, 105);
    border: 1px solid rgb(211, 173, 105)
}

#module_451576149 .submitbtn {
    background-image: none;
}

#module_451576149 .submitbtn {
    background-repeat: no-repeat;
}

#module_451576149 .submitbtn {
    background-position: 50% 50%;
}

#module_451576149 .submitbtn {
    background-attachment: scroll;
}

#module_451576149 .submitbtn {
}

#module_451576149 .smsvcode, #module_451576149 .VerificationCodeinput, #module_451576149 .Browse-file, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .formList-content-no-style, #module_451576149 .customFormTextarea, #module_451576149 .in-formList-content, #module_451576149 .frist_item, #module_451576149 .Browse-file-input, #module_451576149 input[type=text], #module_451576149 .VerificationCodeinputWb, #module_451576149 .frist-city-select, #module_451576149 .pcCitybox select {
    background-color: #fff;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-top-color: #ccc;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-top-style: solid;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-top-width: 1px;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-right-color: #ccc;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-right-style: solid;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-right-width: 1px;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-bottom-color: #ccc;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-bottom-style: solid;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-bottom-width: 1px;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-left-color: #ccc;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-left-style: solid;
}

#module_451576149 .smsvcode, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .customFormCheckbox, #module_451576149 input[type=radio], #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-left-width: 1px;
}

#module_451576149 .smsvcode, #module_451576149 .formList-content-no-style, #module_451576149 .frist_item, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-top-left-radius: 5px;
}

#module_451576149 .smsvcode, #module_451576149 .formList-content-no-style, #module_451576149 .frist_item, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-top-right-radius: 5px;
}

#module_451576149 .smsvcode, #module_451576149 .formList-content-no-style, #module_451576149 .frist_item, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-bottom-left-radius: 5px;
}

#module_451576149 .smsvcode, #module_451576149 .formList-content-no-style, #module_451576149 .frist_item, #module_451576149 .Pc-formList-content .in-formList-content, #module_451576149 .Browse-file, #module_451576149 .VerificationCodeinput, #module_451576149 .in-formList-content, #module_451576149 .frist-city-select, #module_451576149 .Couty-select, #module_451576149 .City-select, #module_451576149 .VerificationCodeinputWb {
    border-bottom-right-radius: 5px;
}

#module_451576149 .smsbtn, #module_451576149 .smsvcode, #module_451576149 .input-text-color {
    font-size: 14px;
}

#module_451576149 .smsbtn, #module_451576149 .smsvcode, #module_451576149 .input-text-color {
    font-family: arial, helvetica, sans-serif;
}

#module_451576149 .smsvcode, #module_451576149 .input-text-color {
    color: #999;
}

#module_451576149 .smsbtn, #module_451576149 .smsvcode, #module_451576149 .input-text-color {
    font-weight: normal;
}

#module_451576149 .smsbtn, #module_451576149 .smsvcode, #module_451576149 .input-text-color {
    text-decoration: none;
}

#module_451576149 .smsbtn, #module_451576149 .smsvcode, #module_451576149 .input-text-color {
    font-style: normal;
}

#module_451576149 .input-text-color::placeholder, #module_451576149 .smsvcode::placeholder {
}

#module_451576149 .input-text-color::placeholder, #module_451576149 .smsvcode::placeholder {
}

#module_451576149 .input-text-color::placeholder, #module_451576149 .smsvcode::placeholder {
}

#module_451576149 .submitbtn {
    border-top-left-radius: 5px;
}

#module_451576149 .submitbtn {
    border-top-right-radius: 5px;
}

#module_451576149 .submitbtn {
    border-bottom-left-radius: 5px;
}

#module_451576149 .submitbtn {
    border-bottom-right-radius: 5px;
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-top-color: rgb(211, 173, 105);
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-top-style: solid;
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-right-color: rgb(211, 173, 105);
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb {
    border-right-style: solid;
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-bottom-color: rgb(211, 173, 105);
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-bottom-style: solid;
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-left-color: rgb(211, 173, 105);
}

#module_451576149 .smsvcode:hover, #module_451576149 .Pc-formList-content .in-formList-content:hover, #module_451576149 .Browse-file:hover, #module_451576149 .VerificationCodeinput:hover, #module_451576149 .customFormCheckbox:hover, #module_451576149 input[type=radio]:hover, #module_451576149 .in-formList-content:hover, #module_451576149 .frist-city-select:hover, #module_451576149 .Couty-select:hover, #module_451576149 .City-select:hover, #module_451576149 .VerificationCodeinputWb:hover {
    border-left-style: solid;
}

#module_451576149 .submitbtn:hover {
    font-size: 16px;
}

#module_451576149 .submitbtn:hover {
    font-family: arial, helvetica, sans-serif;
}

#module_451576149 .submitbtn:hover {
    color: #fff;
}

#module_451576149 .submitbtn:hover {
    font-weight: normal;
}

#module_451576149 .submitbtn:hover {
    text-decoration: none;
}

#module_451576149 .submitbtn:hover {
    font-style: normal;
}

#module_451576149 .submitbtn:hover {
    background-color: rgb(195, 154, 82);
}

#module_451576149 .submitbtn:hover {
    background-image: none;
}

#module_451576149 .submitbtn:hover {
    background-repeat: no-repeat;
}

#module_451576149 .submitbtn:hover {
    background-position: 50% 50%;
}

#module_451576149 .submitbtn:hover {
    background-attachment: scroll;
}

#module_451576149 .submitbtn:hover {
}

.module_451570357 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570357 {
    padding: 0;
}

#module_451570357 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570357 .ModuleHead451570357 {
    display: none;
}

#module_451570357 .BodyCenter.BodyCenter451570357 {
    background: none;
    background-color: rgb(17, 17, 17);
}

#module_451570357 > .module_451570357 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451570357 > .module_451570357 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451570357 .BodyCenter.BodyCenter451570357 {
        padding-top: 3.1381%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 1.0460%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570357 .BodyCenter.BodyCenter451570357 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451570357 > .module_451570357 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570357 > .module_451570357 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451570357 > .module_451570357 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570357:hover {
    border: none;
}

#module_451570357:hover > .module_451570357 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570357 .ModuleSubContainer {
    background-color: transparent;
}

#module_451570357 .ModuleSubContainer {
    background-image: none;
}

#module_451570357 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451570357 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451570357 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451570357 .ModuleSubContainer {
}

#module_451570357 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451570357 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451570357 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451570357 {
    width: auto;
    max-width: 1200px;
}

.ModuleGridContainer.ModuleGridContainer451570357 .SubPadding {
    width: 0;
}

.module_451570371 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570371 {
    padding: 0;
}

#module_451570371 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570371 .ModuleHead451570371 {
    display: none;
}

#module_451570371 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_451570371 > .module_451570371 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 30.1205%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570371 > .module_451570371 {
    }
}

#module_451570371 img {
    border-top-color: transparent;
}

#module_451570371 img {
    border-top-style: none;
}

#module_451570371 img {
    border-top-width: 0;
}

#module_451570371 img {
    border-right-color: transparent;
}

#module_451570371 img {
    border-right-style: none;
}

#module_451570371 img {
    border-right-width: 0;
}

#module_451570371 img {
    border-bottom-color: transparent;
}

#module_451570371 img {
    border-bottom-style: none;
}

#module_451570371 img {
    border-bottom-width: 0;
}

#module_451570371 img {
    border-left-color: transparent;
}

#module_451570371 img {
    border-left-style: none;
}

#module_451570371 img {
    border-left-width: 0;
}

#module_451570371 img {
    border-top-left-radius: 0;
}

#module_451570371 img {
    border-top-right-radius: 0;
}

#module_451570371 img {
    border-bottom-left-radius: 0;
}

#module_451570371 img {
    border-bottom-right-radius: 0;
}

#module_451570371 .BodyCenter {
    text-align: center;
}

.module_451570599 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570599 {
    padding: 0;
}

#module_451570599 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570599 .ModuleHead451570599 {
    display: none;
}

#module_451570599 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_451570599 > .module_451570599 {
        margin-top: 9.0361%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570599 > .module_451570599 {
    }
}

#module_451570599 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451570599 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451570599 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451570599 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451570599 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451570599 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451570599 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451570599 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451570599 .showHandle .btn {
    font-size: 14px;
}

#module_451570599 .showHandle .btn {
    font-family:;
}

#module_451570599 .showHandle .btn {
    color: #333;
}

#module_451570599 .showHandle .btn {
    font-weight: 400;
}

#module_451570599 .showHandle .btn {
    text-decoration: none;
}

#module_451570599 .showHandle .btn {
    font-style: normal;
}

#module_451570599 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451570599 .showHandle div {
    border-top-style: solid !important;
}

#module_451570599 .showHandle div {
    border-top-width: 1px !important;
}

#module_451570599 .showHandle {
    background-color: transparent;
}

#module_451570599 .showHandle {
}

#module_451570599 .showHandle {
    background-repeat: no-repeat;
}

#module_451570599 .showHandle {
}

#module_451570599 .showHandle {
}

#module_451570599 .showHandle {
}

#module_451570599 a {
    font-size: unset;
    font-family: unset
}

.ModuleShareGiant.layout-101 .social-share a {
    text-decoration: none;
}

.ModuleShareGiant.layout-101 .social-share, .ModuleShareGiant.layout-101 .tips {
    display: inline-block;
}

.ModuleShareGiant.layout-101 .mvertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ModuleShareGiant.layout-101 .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* .ModuleShareGiant.layout-101  .social-share .icon-default-WeChat:hover{ color: #3dbe5b !important;  border-color: #3dbe5b !important;} .ModuleShareGiant.layout-101  .social-share .type-weibo:hover{ color: #ff5757 !important;  border-color: #ff5757 !important;} .ModuleShareGiant.layout-101 .social-share .icon-kefulei_huabanfuben11:hover{ color: #21b3f7 !important;  border-color: #21b3f7 !important;} .ModuleShareGiant.layout-101 .social-share .icon-kongjian:hover{  color: #f8c514 !important;  border-color: #f8c514 !important;} .ModuleShareGiant.layout-101 .social-share .icon-Facebook2:hover{  color: #3D5A98 !important;  border-color: #3D5A98 !important;} .ModuleShareGiant.layout-101 .social-share .icon-Twitter1:hover{  color: #1DA1F3 !important;  border-color: #1DA1F3 !important;} */
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}

.ModuleShareGiant.layout-101 .social-share .icon-wechat:hover .mwechat-qrcode {
    display: block;
}

.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.ModuleShareGiant.layout-101 .mshareMask {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    display: none;
}

.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help p {
    width: 40%;
    margin: 0 auto;
    color: #999;
    display: block;
    line-height: 20px;
    height: auto;
}

.ModuleShareGiant.layout-101 .share-wx-qrcode-img, .mwechat-qrcode {
    border-radius: 5px;
    top: 0;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.09);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 270px;
    background: #fff;
    visibility: hidden;
}

.ModuleShareGiant.layout-101 #mwx-qrcode {
    width: 224px;
    height: 224px;
    margin: 0 auto;
}

.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #F7F8FA;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 13px;
}

.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help {
    margin-top: 12px;
    margin-bottom: 19px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.ModuleShareGiant.layout-101 .share-wx-tips {
    display: none;
    z-index: 99999;
    position: fixed;
    top: 10px;
    right: 35px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.module_452431252 .ModuleHead .HeadCenter {
    float: none;
}

#module_452431252 {
    padding: 0;
}

#module_452431252 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_452431252 .ModuleHead452431252 {
    display: none;
}

#module_452431252 .BodyCenter.BodyCenter452431252 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_452431252 > .module_452431252 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_452431252 > .module_452431252 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_452431252 .BodyCenter.BodyCenter452431252 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452431252 .BodyCenter.BodyCenter452431252 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_452431252 > .module_452431252 {
        margin-top: 0.0000%;
        margin-left: 3.0120%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452431252 > .module_452431252 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_452431252 > .module_452431252 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452431252:hover {
    border: none;
}

#module_452431252:hover > .module_452431252 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452431252 .ModuleSharediv {
    text-align: left;
}

#module_452431252 .social-share-icon {
    color: rgb(255, 255, 255);
}

#module_452431252 .social-share-icon {
    font-size: 18px;
}

#module_452431252 .social-share-icon {
    margin-right: 5px;
    margin-left: 5px;
}

#module_452431252 .mvertical {
    margin-top: 5px;
    margin-bottom: 5px;
}

#module_452431252 .social-share-icon {
    height: 36px;
    width: 36px;
    line-height: 36px
}

#module_452431252 .social-share-icon {
    border-top-color: rgb(255, 255, 255);
}

#module_452431252 .social-share-icon {
    border-top-style: solid;
}

#module_452431252 .social-share-icon {
    border-top-width: 1px;
}

#module_452431252 .social-share-icon {
    border-right-color: rgb(255, 255, 255);
}

#module_452431252 .social-share-icon {
    border-right-style: solid;
}

#module_452431252 .social-share-icon {
    border-right-width: 1px;
}

#module_452431252 .social-share-icon {
    border-bottom-color: rgb(255, 255, 255);
}

#module_452431252 .social-share-icon {
    border-bottom-style: solid;
}

#module_452431252 .social-share-icon {
    border-bottom-width: 1px;
}

#module_452431252 .social-share-icon {
    border-left-color: rgb(255, 255, 255);
}

#module_452431252 .social-share-icon {
    border-left-style: solid;
}

#module_452431252 .social-share-icon {
    border-left-width: 1px;
}

#module_452431252 .social-share-icon {
    background-color: transparent;
}

#module_452431252 .social-share-icon {
}

#module_452431252 .social-share-icon:hover {
    background-color: rgb(211, 173, 105);
}

#module_452431252 .social-share-icon:hover {
}

#module_452431252 .social-share-icon:hover {
    color: rgb(255, 255, 255);
}

#module_452431252 .social-share-icon:hover {
    font-size: 18px;
}

#module_452431252 .social-share-icon:hover {
    border-top-color: rgb(211, 173, 105);
}

#module_452431252 .social-share-icon:hover {
    border-top-style: solid;
}

#module_452431252 .social-share-icon:hover {
    border-top-width: 1px;
}

#module_452431252 .social-share-icon:hover {
    border-right-color: rgb(211, 173, 105);
}

#module_452431252 .social-share-icon:hover {
    border-right-style: solid;
}

#module_452431252 .social-share-icon:hover {
    border-right-width: 1px;
}

#module_452431252 .social-share-icon:hover {
    border-bottom-color: rgb(211, 173, 105);
}

#module_452431252 .social-share-icon:hover {
    border-bottom-style: solid;
}

#module_452431252 .social-share-icon:hover {
    border-bottom-width: 1px;
}

#module_452431252 .social-share-icon:hover {
    border-left-color: rgb(211, 173, 105);
}

#module_452431252 .social-share-icon:hover {
    border-left-style: solid;
}

#module_452431252 .social-share-icon:hover {
    border-left-width: 1px;
}

.ModuleGridContainer.ModuleGridContainer451570357 #Sub451570357_1 {
    width: 27.6667%;
}

.module_451570626 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570626 {
    padding: 0;
}

#module_451570626 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570626 .ModuleHead451570626 {
    display: none;
}

#module_451570626 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_451570626 > .module_451570626 {
        margin-top: 0.0000%;
        margin-left: 32.0513%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570626 > .module_451570626 {
    }
}

#module_451570626 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451570626 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451570626 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451570626 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451570626 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451570626 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451570626 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451570626 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451570626 .showHandle .btn {
    font-size: 14px;
}

#module_451570626 .showHandle .btn {
    font-family:;
}

#module_451570626 .showHandle .btn {
    color: #333;
}

#module_451570626 .showHandle .btn {
    font-weight: 400;
}

#module_451570626 .showHandle .btn {
    text-decoration: none;
}

#module_451570626 .showHandle .btn {
    font-style: normal;
}

#module_451570626 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451570626 .showHandle div {
    border-top-style: solid !important;
}

#module_451570626 .showHandle div {
    border-top-width: 1px !important;
}

#module_451570626 .showHandle {
    background-color: transparent;
}

#module_451570626 .showHandle {
}

#module_451570626 .showHandle {
    background-repeat: no-repeat;
}

#module_451570626 .showHandle {
}

#module_451570626 .showHandle {
}

#module_451570626 .showHandle {
}

#module_451570626 a {
    font-size: unset;
    font-family: unset
}

.ModuleCommonClsGiant.layout-102 .class-title {
    height: 60px;
    line-height: 60px;
    background: #0072d4;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center
}

.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
    display: none
}

.ModuleCommonClsGiant.layout-102 .main-class-item {
    box-sizing: border-box;
    background: #fff;
}

.ModuleCommonClsGiant.layout-102 .one-classify {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ModuleCommonClsGiant.layout-102 .main-class-item:nth-last-of-type(1) {
    border: none !important;
}

.ModuleCommonClsGiant.layout-102 .main-class-item a {
    color: #666;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
    display: block;
    width: 100%;
    padding-left: 45px;
    display: block;
    max-width: 100%;
    line-height: 45px;
}

.ModuleCommonClsGiant.layout-102 .icon {
    background: none
}

.ModuleCommonClsGiant.layout-102 .class-title-icon {
    background: none;
    width: 16px;
    fill: #fff;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active {
    background: #f9f9f9;
}

.ModuleCommonClsGiant.layout-102 .main-class-item .main-class-colorlump {
    width: 4px;
    height: 14px;
    background-color: #0072d4;
    display: none;
    vertical-align: middle;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-colorlump {
    display: inline-block;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-text {
    color: #0072d4;
}

.product-cat.on span {
    color: rgb(211, 173, 105) !important;
}

.ModuleCommonClsGiant.layout-102 .forceheight {
    height: auto !important;
    line-height: 1.5 !important;
}

@media (max-width: 767px) {
    .ModuleCommonClsGiant.layout-102 .class-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }

    .ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
        display: inline-block;
    }

    .ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
        padding-left: 20px !important;
    }

    .ModuleCommonClsGiant.layout-102 .one-classify {
        display: none
    }
}

@media (min-width: 768px) {
    .ModuleCommonClsGiant.layout-102 .one-classify {
        display: block !important;
    }
}

.module_451570857 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570857 {
    padding: 0;
}

#module_451570857 {
    position: static;
    z-index: 0;
    top: 4162px;
    left: 948px;
    width: 100%;
    height: auto;
}

#module_451570857 .ModuleHead451570857 {
    display: none;
}

#module_451570857 .BodyCenter.BodyCenter451570857 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451570857 > .module_451570857 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451570857 > .module_451570857 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451570857 .BodyCenter.BodyCenter451570857 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570857 .BodyCenter.BodyCenter451570857 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451570857 > .module_451570857 {
        margin-top: 0.0000%;
        margin-left: 35.2564%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570857 > .module_451570857 {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

#module_451570857 > .module_451570857 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570857:hover {
    border: none;
}

#module_451570857:hover > .module_451570857 {
    border-color: #ccc;
}

#module_451570857:hover > .module_451570857 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570857 .class-title-text {
    padding-left: px;
}

#module_451570857 {
}

@media (max-width: 767px) {
    #module_451570857 .class-title-text {
        padding-left: px;
    }
}

#module_451570857 .class-title .class-title-text {
    font-size: 16px;
}

#module_451570857 .class-title .class-title-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570857 .class-title .class-title-text, #module_451570857 .class-title .class-title-icon {
    color: #fff;
}

#module_451570857 .class-title .class-title-text {
    font-weight: normal;
}

#module_451570857 .class-title .class-title-text {
    text-decoration: none;
}

#module_451570857 .class-title .class-title-text {
    font-style: normal;
}

#module_451570857 .class-title {
    background-color: rgba(0, 0, 0, 0);
}

#module_451570857 .class-title {
    background-image: none;
}

#module_451570857 .class-title {
}

#module_451570857 .class-title {
}

#module_451570857 .class-title {
}

#module_451570857 .class-title {
}

#module_451570857 .class-title {
    height: auto;
    line-height: initial;
}

#module_451570857 .main-class-text {
    height: 40px;
    line-height: 40px;
}

#module_451570857 .one-classify {
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
}

#module_451570857 .one-classify {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

#module_451570857 .one-classify {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

#module_451570857 .main-class-item {
    background-color: rgba(0, 0, 0, 0);
}

#module_451570857 .main-class-item {
    background-image: none;
}

#module_451570857 .main-class-item {
}

#module_451570857 .main-class-item {
}

#module_451570857 .main-class-item {
}

#module_451570857 .main-class-item {
}

#module_451570857 .main-class-item {
    border-bottom-color: #e5e5e5;
}

#module_451570857 .main-class-item {
    border-bottom-style: solid;
}

#module_451570857 .main-class-item {
    border-bottom-width: 0;
}

#module_451570857 .main-class-item .main-class-text {
    font-size: 14px;
}

#module_451570857 .main-class-item .main-class-text {
    font-family: arial, helvetica, sans-serif;
}

#module_451570857 .main-class-item .main-class-text {
    color: rgb(255, 255, 255);
}

#module_451570857 .main-class-item .main-class-text {
    font-weight: normal;
}

#module_451570857 .main-class-item .main-class-text {
    text-decoration: none;
}

#module_451570857 .main-class-item .main-class-text {
    font-style: normal;
}

#module_451570857 .main-class-item .main-class-text {
    text-align: left;
}

#module_451570857 .main-class-item .main-class-text {
    padding-left: 20px;
}

#module_451570857 .main-class-item .main-class-text {
    padding-right: 0;
}

#module_451570857 .main-class-item.active {
    background-color: rgba(0, 0, 0, 0);
}

#module_451570857 .main-class-item.active {
    background-image: none;
}

#module_451570857 .main-class-item.active {
}

#module_451570857 .main-class-item.active {
}

#module_451570857 .main-class-item.active {
}

#module_451570857 .main-class-item.active {
}

#module_451570857 .main-class-item.active {
    border-bottom-color: #e5e5e5;
}

#module_451570857 .main-class-item.active {
    border-bottom-style: solid;
}

#module_451570857 .main-class-item.active {
    border-bottom-width: 0;
}

#module_451570857 .main-class-item.active .main-class-text {
    font-size: 14px;
}

#module_451570857 .main-class-item.active .main-class-text {
    font-family: arial, helvetica, sans-serif;
}

#module_451570857 .main-class-item.active .main-class-text {
    color: rgb(211, 173, 105);
}

#module_451570857 .main-class-item.active .main-class-text {
    font-weight: normal;
}

#module_451570857 .main-class-item.active .main-class-text {
    text-decoration: none;
}

#module_451570857 .main-class-item.active .main-class-text {
    font-style: normal;
}

#module_451570857 .main-class-item.active .main-class-text {
    text-align: left;
}

#module_451570857 .main-class-item.active .main-class-text {
    padding-left: 20px;
}

#module_451570857 .main-class-item.active .main-class-text {
    padding-right: 0;
}

#module_451570857 .main-class-item.active .main-class-colorlump {
    background-color: rgb(211, 173, 105);
}

#module_451570857 .main-class-item.active .main-class-colorlump {
    height: 14px;
}

#module_451570857 .main-class-item.active .main-class-colorlump {
    margin-top: calc((45px - 14px) / 2);
}

.ModuleGridContainer.ModuleGridContainer451570357 #Sub451570357_2 {
    width: 39.0000%;
}

.module_451570895 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570895 {
    padding: 0;
}

#module_451570895 {
    position: static;
    z-index: 1;
    top: 36px;
    left: 0;
    width: 100%;
    height: auto;
}

#module_451570895 .ModuleHead451570895 {
    display: none;
}

#module_451570895 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_451570895 > .module_451570895 {
        margin-top: 0.0000%;
        margin-left: 14.9573%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570895 > .module_451570895 {
    }
}

#module_451570895 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451570895 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451570895 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451570895 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451570895 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451570895 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451570895 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451570895 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451570895 .showHandle .btn {
    font-size: 14px;
}

#module_451570895 .showHandle .btn {
    font-family:;
}

#module_451570895 .showHandle .btn {
    color: #333;
}

#module_451570895 .showHandle .btn {
    font-weight: 400;
}

#module_451570895 .showHandle .btn {
    text-decoration: none;
}

#module_451570895 .showHandle .btn {
    font-style: normal;
}

#module_451570895 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451570895 .showHandle div {
    border-top-style: solid !important;
}

#module_451570895 .showHandle div {
    border-top-width: 1px !important;
}

#module_451570895 .showHandle {
    background-color: transparent;
}

#module_451570895 .showHandle {
}

#module_451570895 .showHandle {
    background-repeat: no-repeat;
}

#module_451570895 .showHandle {
}

#module_451570895 .showHandle {
}

#module_451570895 .showHandle {
}

#module_451570895 a {
    font-size: unset;
    font-family: unset
}

.module_451570898 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570898 {
    padding: 0;
}

#module_451570898 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451570898 .ModuleHead451570898 {
    display: none;
}

#module_451570898 .BodyCenter.BodyCenter451570898 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451570898 > .module_451570898 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451570898 > .module_451570898 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451570898 .BodyCenter.BodyCenter451570898 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570898 .BodyCenter.BodyCenter451570898 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451570898 > .module_451570898 {
        margin-top: 0.0000%;
        margin-left: 15.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570898 > .module_451570898 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451570898 > .module_451570898 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570898:hover {
    border: none;
}

#module_451570898:hover > .module_451570898 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570898 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451570898 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451570898 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451570898 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451570898 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451570898 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451570898 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451570898 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451570898 .showHandle .btn {
    font-size: 14px;
}

#module_451570898 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451570898 .showHandle .btn {
    color: #333;
}

#module_451570898 .showHandle .btn {
    font-weight: 400;
}

#module_451570898 .showHandle .btn {
    text-decoration: none;
}

#module_451570898 .showHandle .btn {
    font-style: normal;
}

#module_451570898 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451570898 .showHandle div {
    border-top-style: solid !important;
}

#module_451570898 .showHandle div {
    border-top-width: 1px !important;
}

#module_451570898 .showHandle {
    background-color: transparent;
}

#module_451570898 .showHandle {
    background-image: none;
}

#module_451570898 .showHandle {
    background-repeat: no-repeat;
}

#module_451570898 .showHandle {
}

#module_451570898 .showHandle {
}

#module_451570898 .showHandle {
}

#module_451570898 a {
    font-size: unset;
    font-family: unset
}

.module_451571326 .ModuleHead .HeadCenter {
    float: none;
}

#module_451571326 {
    padding: 0;
}

#module_451571326 {
    position: static;
    z-index: 0;
    top: 147px;
    width: 100%;
    height: auto;
}

#module_451571326 .ModuleHead451571326 {
    display: none;
}

#module_451571326 .BodyCenter.BodyCenter451571326 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451571326 > .module_451571326 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451571326 > .module_451571326 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451571326 .BodyCenter.BodyCenter451571326 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451571326 .BodyCenter.BodyCenter451571326 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451571326 > .module_451571326 {
        margin-top: 0.0000%;
        margin-left: 15.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451571326 > .module_451571326 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451571326 > .module_451571326 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451571326:hover {
    border: none;
}

#module_451571326:hover > .module_451571326 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451571326 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451571326 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451571326 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451571326 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451571326 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451571326 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451571326 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451571326 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451571326 .showHandle .btn {
    font-size: 14px;
}

#module_451571326 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451571326 .showHandle .btn {
    color: #333;
}

#module_451571326 .showHandle .btn {
    font-weight: 400;
}

#module_451571326 .showHandle .btn {
    text-decoration: none;
}

#module_451571326 .showHandle .btn {
    font-style: normal;
}

#module_451571326 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451571326 .showHandle div {
    border-top-style: solid !important;
}

#module_451571326 .showHandle div {
    border-top-width: 1px !important;
}

#module_451571326 .showHandle {
    background-color: transparent;
}

#module_451571326 .showHandle {
    background-image: none;
}

#module_451571326 .showHandle {
    background-repeat: no-repeat;
}

#module_451571326 .showHandle {
}

#module_451571326 .showHandle {
}

#module_451571326 .showHandle {
}

#module_451571326 a {
    font-size: unset;
    font-family: unset
}

.module_451571349 .ModuleHead .HeadCenter {
    float: none;
}

#module_451571349 {
    padding: 0;
}

#module_451571349 {
    position: static;
    z-index: 1;
    top: 209px;
    left: 0;
    width: 100%;
    height: auto;
}

#module_451571349 .ModuleHead451571349 {
    display: none;
}

#module_451571349 .BodyCenter.BodyCenter451571349 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451571349 > .module_451571349 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451571349 > .module_451571349 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451571349 .BodyCenter.BodyCenter451571349 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451571349 .BodyCenter.BodyCenter451571349 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451571349 > .module_451571349 {
        margin-top: 0.0000%;
        margin-left: 15.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451571349 > .module_451571349 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451571349 > .module_451571349 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451571349:hover {
    border: none;
}

#module_451571349:hover > .module_451571349 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451571349 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451571349 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451571349 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451571349 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451571349 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451571349 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451571349 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451571349 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451571349 .showHandle .btn {
    font-size: 14px;
}

#module_451571349 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451571349 .showHandle .btn {
    color: #333;
}

#module_451571349 .showHandle .btn {
    font-weight: 400;
}

#module_451571349 .showHandle .btn {
    text-decoration: none;
}

#module_451571349 .showHandle .btn {
    font-style: normal;
}

#module_451571349 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451571349 .showHandle div {
    border-top-style: solid !important;
}

#module_451571349 .showHandle div {
    border-top-width: 1px !important;
}

#module_451571349 .showHandle {
    background-color: transparent;
}

#module_451571349 .showHandle {
    background-image: none;
}

#module_451571349 .showHandle {
    background-repeat: no-repeat;
}

#module_451571349 .showHandle {
}

#module_451571349 .showHandle {
}

#module_451571349 .showHandle {
}

#module_451571349 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer451570357 #Sub451570357_3 {
    width: 33.3333%;
}

.module_451571361 .ModuleHead .HeadCenter {
    float: none;
}

#module_451571361 {
    padding: 0;
}

#module_451571361 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451571361 .ModuleHead451571361 {
    display: none;
}

#module_451571361 .BodyCenter.BodyCenter451571361 {
    background: none;
    background-color: rgb(17, 17, 17);
}

#module_451571361 > .module_451571361 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451571361 > .module_451571361 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451571361 .BodyCenter.BodyCenter451571361 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451571361 .BodyCenter.BodyCenter451571361 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 768px) {
    #module_451571361 > .module_451571361 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451571361 > .module_451571361 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451571361 > .module_451571361 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451571361:hover {
    border: none;
}

#module_451571361:hover > .module_451571361 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451571361 .ModuleSubContainer {
    background-color: transparent;
}

#module_451571361 .ModuleSubContainer {
    background-image: none;
}

#module_451571361 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451571361 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451571361 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451571361 .ModuleSubContainer {
}

#module_451571361 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451571361 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451571361 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451571361 {
}

.module_462148093 .ModuleHead .HeadCenter {
    float: none;
}

#module_462148093 {
    padding: 0;
}

#module_462148093 {
    position: static;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#module_462148093 .ModuleHead462148093 {
    display: none;
}

#module_462148093 .ModuleSharediv {
    text-align: center;
}

#module_462148093 .social-share-icon {
    color: #999;
}

#module_462148093 .social-share-icon {
    font-size: 20px;
}

#module_462148093 .social-share-icon {
    margin-right: 5px;
    margin-left: 5px;
}

#module_462148093 .mvertical {
    margin-top: 5px;
    margin-bottom: 5px;
}

#module_462148093 .social-share-icon {
    height: 36px;
    width: 36px;
    line-height: 36px
}

#module_462148093 .social-share-icon {
    border-top-color: #ccc;
}

#module_462148093 .social-share-icon {
    border-top-style: solid;
}

#module_462148093 .social-share-icon {
    border-top-width: 1px;
}

#module_462148093 .social-share-icon {
    border-right-color: #ccc;
}

#module_462148093 .social-share-icon {
    border-right-style: solid;
}

#module_462148093 .social-share-icon {
    border-right-width: 1px;
}

#module_462148093 .social-share-icon {
    border-bottom-color: #ccc;
}

#module_462148093 .social-share-icon {
    border-bottom-style: solid;
}

#module_462148093 .social-share-icon {
    border-bottom-width: 1px;
}

#module_462148093 .social-share-icon {
    border-left-color: #ccc;
}

#module_462148093 .social-share-icon {
    border-left-style: solid;
}

#module_462148093 .social-share-icon {
    border-left-width: 1px;
}

#module_462148093 .social-share-icon {
    background-color: transparent;
}

#module_462148093 .social-share-icon {
}

#module_462148093 .social-share-icon:hover {
    background-color: transparent;
}

#module_462148093 .social-share-icon:hover {
}

#module_462148093 .social-share-icon:hover {
    color: #999;
}

#module_462148093 .social-share-icon:hover {
    font-size: 20px;
}

#module_462148093 .social-share-icon:hover {
    border-top-color: #ccc;
}

#module_462148093 .social-share-icon:hover {
    border-top-style: solid;
}

#module_462148093 .social-share-icon:hover {
    border-top-width: 1px;
}

#module_462148093 .social-share-icon:hover {
    border-right-color: #ccc;
}

#module_462148093 .social-share-icon:hover {
    border-right-style: solid;
}

#module_462148093 .social-share-icon:hover {
    border-right-width: 1px;
}

#module_462148093 .social-share-icon:hover {
    border-bottom-color: #ccc;
}

#module_462148093 .social-share-icon:hover {
    border-bottom-style: solid;
}

#module_462148093 .social-share-icon:hover {
    border-bottom-width: 1px;
}

#module_462148093 .social-share-icon:hover {
    border-left-color: #ccc;
}

#module_462148093 .social-share-icon:hover {
    border-left-style: solid;
}

#module_462148093 .social-share-icon:hover {
    border-left-width: 1px;
}

.module_451571367 .ModuleHead .HeadCenter {
    float: none;
}

#module_451571367 {
    padding: 0;
}

#module_451571367 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451571367 .ModuleHead451571367 {
    display: none;
}

#module_451571367 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451571367 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451571367 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451571367 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451571367 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451571367 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451571367 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451571367 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451571367 .showHandle .btn {
    font-size: 14px;
}

#module_451571367 .showHandle .btn {
    font-family:;
}

#module_451571367 .showHandle .btn {
    color: #333;
}

#module_451571367 .showHandle .btn {
    font-weight: 400;
}

#module_451571367 .showHandle .btn {
    text-decoration: none;
}

#module_451571367 .showHandle .btn {
    font-style: normal;
}

#module_451571367 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451571367 .showHandle div {
    border-top-style: solid !important;
}

#module_451571367 .showHandle div {
    border-top-width: 1px !important;
}

#module_451571367 .showHandle {
    background-color: transparent;
}

#module_451571367 .showHandle {
}

#module_451571367 .showHandle {
    background-repeat: no-repeat;
}

#module_451571367 .showHandle {
}

#module_451571367 .showHandle {
}

#module_451571367 .showHandle {
}

#module_451571367 a {
    font-size: unset;
    font-family: unset
}

#module_476226927 {
    display: none;
}

.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item > ul > li > a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item > ul > li > a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open > a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/
.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/
.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px; /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 80px !important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}

.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%; /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt; /* margin-right: 8px; margin-left: 15px; padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }

    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }

    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }

    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer {
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.module_451421660 .ModuleHead .HeadCenter {
    float: none;
}

#module_451421660 {
    padding: 0;
}

#module_451421660 {
}

#module_451421660 .ModuleHead451421660 {
    display: none;
}

#module_451421660 .BodyCenter.BodyCenter451421660 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451421660 > .module_451421660 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451421660 > .module_451421660 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451421660 .BodyCenter.BodyCenter451421660 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451421660 .BodyCenter.BodyCenter451421660 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451421660 > .module_451421660 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451421660 > .module_451421660 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451421660 > .module_451421660 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451421660:hover {
    border: none;
}

#module_451421660:hover > .module_451421660 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451421660 .langlistbox {
    background-color: #fff
}

#module_451421660 .langlistbox .jt {
    border-bottom-color: #fff
}

#module_451421660 .langlistbox .langinfo {
    color: #333333
}

#module_451421660 .langlistbox .langinfo {
    background-color: #fff
}

#module_451421660 .langlistbox .langinfo {
    border-color: #333333
}

#module_451421660 .langlistbox .langtxt {
    font-size: 16px
}

#module_451421660 .langlistbox .langtxt {
    color: #333333
}

#module_451421660.layout-101 #header {
    border-bottom-color: transparent;
}

#module_451421660.layout-101 #header {
    border-bottom-style: none;
}

#module_451421660.layout-101 #header {
    border-bottom-width: 0;
}

#module_451421660.layout-101 #header {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#module_451421660.layout-101 #MobileNav {
    background-color: transparent;
}

#module_451421660.layout-101 #header {
    background-color: rgb(211, 173, 105);
}

#module_451421660.layout-101 #header p {
    font-Family: arial, helvetica, sans-serif;
}

#module_451421660.layout-101 #header p {
    font-size: 18px;
}

#module_451421660.layout-101 #header p {
    color: #fff;
}

#module_451421660.layout-101 #header p {
    font-weight: bold;
}

#module_451421660.layout-101 #header p {
    text-decoration: none;
}

#module_451421660.layout-101 #header p {
    font-style: normal;
}

#module_451421660.layout-101 .lcitem .rect {
    background: #fff;
}

#module_451421660.layout-101 .icons {
    color: #fff;
}

#module_451421660.layout-101 .svgdiv svg > * {
    fill: #fff;
}

#module_451421660.layout-101 .micro-nav-item ul li {
    border-bottom-color: rgb(239, 201, 132);
}

#module_451421660.layout-101 .micro-nav-item, #module_451421660.layout-101 #MobileNavFloatLayer {
    background-color: rgb(211, 173, 105);
}

#module_451421660.layout-101 .micro-nav-item, #module_451421660.layout-101 #MobileNavFloatLayer {
}

#module_451421660.layout-101 .micro-nav-item > ul > li > a {
    background: rgb(211, 173, 105);
}

#module_451421660.layout-101 .micro-nav-item > ul > li > a, #module_451421660.layout-101 .micro-nav-item > ul > li > a p {
    color: #fff;
}

#module_451421660.layout-101 .micro-nav-item > ul > li .subnav a {
    background: rgb(211, 173, 105);
}

#module_451421660.layout-101 .micro-nav-item > ul > li .subnav a, #module_451421660.layout-101 .micro-nav-item > ul > li .subnav a p {
    color: #fff;
}

#module_451421660.layout-101 .micro-nav-item > ul > li > a, #module_451421660.layout-101 .micro-nav-item > ul > li > a p {
    font-family: arial, helvetica, sans-serif;
}

#module_451421660.layout-101 .micro-nav-item > ul > li > a, #module_451421660.layout-101 .micro-nav-item > ul > li > a p {
    font-size: 15px;
}

#module_451421660.layout-101 .micro-nav-item > ul > li .subnav a, #module_451421660.layout-101 .micro-nav-item > ul > li .subnav a p {
    font-family: arial, helvetica, sans-serif;
}

#module_451421660.layout-101 .micro-nav-item > ul > li .subnav a, #module_451421660.layout-101 .micro-nav-item > ul > li .subnav a p {
    font-size: 12px;
}

#module_451421660 .langlistbox li:hover .langinfo, #module_451421660 .langactive .langinfo {
    color: #fff
}

#module_451421660 .langlistbox li:hover .langinfo, #module_451421660 .langactive .langinfo {
    background-color: #333333
}

#module_451421660 .langlistbox li:hover .langinfo, #module_451421660 .langactive .langinfo {
    border-color: #333333
}

#module_451421660 .langlistbox li:hover .langtxt, #module_451421660 .langactive .langtxt {
    color: #333333
}

#module_451421660.layout-101 .micro-nav-item > ul > li > a:hover, #module_451421660.layout-101 .micro-nav-item > ul > li > a:hover p {
    color: #fff;
}

#module_451421660.layout-101 .micro-nav-item > ul > li > a:hover .main-class-colorlump {
    display: block;
    background-color: rgb(239, 201, 132);
}

#module_451421660.layout-101 .micro-nav-item > ul > li .subnav a:hover {
    background: rgb(239, 201, 132);
}

#module_451421660.layout-101 .micro-nav-item > ul > li .subnav a:hover, #module_451421660.layout-101 .micro-nav-item > ul > li .subnav a:hover p {
    color: #fff;
}

.ModuleMobileFloatNavGiant {
    position: fixed;
    z-index: 4998;
}

.ModuleMobileFloatNavGiant .defaultbtn {
    position: relative;
    box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.ModuleMobileFloatNavGiant .spotgroup, .ModuleMobileFloatNavGiant .itemicon {
    position: absolute;
    color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 16px;
}

.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}

.ModuleMobileFloatNavGiant .itemicon {
    color: black;
}

.ModuleMobileFloatNavGiant .itembtn {
    display: block;
    position: relative;
    box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ModuleMobileFloatNavGiant .itemtext {
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap; /* min-width: 80px; */
}

.ModuleMobileFloatNavGiant .defaultbtnbghover {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.ModuleMobileFloatNavGiant .itemtextright {
    text-align: right;
}

.ModuleMobileFloatNavGiant .itemtextleft {
    text-align: left;
}

.ModuleMobileFloatNavGiant .itemtextright::before {
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}

.ModuleMobileFloatNavGiant .itemtextleft::before {
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}

.ModuleMobileFloatNavGiant .FloatNavitemlist {
    height: 0;
    display: none;
    transition: all
}

.itemimg {
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}

.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}

.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}

.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}

.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}

.module_451421661 .ModuleHead .HeadCenter {
    float: none;
}

#module_451421661 {
    padding: 0;
}

#module_451421661 {
}

#module_451421661 .ModuleHead0 {
    display: none;
}

#module_451421661 .defaultbtn {
    background-color: #fff
}

#module_451421661 .defaultbtn {
}

#module_451421661 .spotgroup {
    color: #000
}

#module_451421661 .itembtn {
    background-color: #fff
}

#module_451421661 .itembtn {
}

#module_451421661 .itemicon {
    color: #666
}

#module_451421661 svg > * {
    fill: #666
}

#module_451421661 .itemtext {
    background-color: #fff
}

#module_451421661 .itemtextright::before {
    border-left-color: #fff
}

#module_451421661 .itemtextleft::before {
    border-right-color: #fff
}

#module_451421661 .itemtext {
}

#module_451421661 .itemtext {
    font-size: 12px;
}

#module_451421661 .itemtext {
    font-family:;
}

#module_451421661 .itemtext {
    color: #666 !important;
}

#module_451421661 .itemtext {
    font-weight: normal;
}

#module_451421661 .itemtext {
    text-decoration: none;
}

#module_451421661 .itemtext {
    font-style: normal;
}

#module_451421661 .defaultbtnbghover {
    background-color: #000000
}

#module_451421661 .defaultbtnbghover {
}

#module_451421661 .defaultbtniconbghover {
    color: #fff
}

.module_451421662 .ModuleHead .HeadCenter {
    float: none;
}

#module_451421662 {
    padding: 0;
}

#module_451421662 {
}

#module_451421662 .ModuleHead451421662 {
    display: none;
}

#module_451421662 .BodyCenter.BodyCenter451421662 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451421662 > .module_451421662 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451421662 > .module_451421662 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451421662 .BodyCenter.BodyCenter451421662 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451421662 .BodyCenter.BodyCenter451421662 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451421662 > .module_451421662 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451421662 > .module_451421662 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451421662 > .module_451421662 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451421662:hover {
    border: none;
}

#module_451421662:hover > .module_451421662 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451421662 .foot-nav-list {
    background-color: rgb(211, 173, 105) !important;
}

#module_451421662 .foot-nav-list {
    border-top-color: transparent;
}

#module_451421662 .foot-nav-list {
    border-top-style: none;
}

#module_451421662 .foot-nav-list {
    border-top-width: 0;
}

#module_451421662 #MobileFootNav {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#module_451421662 .icon {
    color: #fff !important;
}

#module_451421662 .icon svg > * {
    fill: #fff
}

#module_451421662 .itemText {
    font-size: 12px;
}

#module_451421662 .itemText {
    font-family: arial, helvetica, sans-serif;
}

#module_451421662 .itemText {
    color: #fff !important;
}

#module_451421662 .itemText {
    font-weight: normal;
}

#module_451421662 .itemText {
    text-decoration: none;
}

#module_451421662 .itemText {
    font-style: normal;
}

#module_451421662 .iconh {
    color: #fff !important;
}

#module_451421662 .iconh svg > * {
    fill: #fff
}

#module_451421662 .itemTexth {
    font-size: 12px;
}

#module_451421662 .itemTexth {
    font-family: arial, helvetica, sans-serif;
}

#module_451421662 .itemTexth {
    color: #fff !important;
}

#module_451421662 .itemTexth {
    font-weight: normal;
}

#module_451421662 .itemTexth {
    text-decoration: none;
}

#module_451421662 .itemTexth {
    font-style: normal;
}

.pages {
    clear: both;
    margin: 50px 0 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}

.pages ul td {
    display: inline-block;
    text-align: center;
    margin: 0 5px 5px;
}

#pages {
    font-size: 0;
}

#pages li {
    margin: 3px;
    display: inline-block;
}

.pages ul a, .pages ul span {
    padding: 0 12px;
    font-size: 15px;
    line-height: 34px;
    display: block;
    color: #666;
    border: 1px solid #e5e5e5;
}

.pages ul b {
    font-weight: normal;
}

.pages ul a:hover {
    background-color: #000000;
    text-decoration: none;
    color: #fff;
    border-color: #000000;
}

.pages ul .disabled span {
    border-color: #e5e5e5;
    background-color: #f5f5f5;
    color: #aaa;
}

.pages ul .active span {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}

#module_451578781 > .module_451578781 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451578781:hover {
    border: none;
}

#module_451578781:hover > .module_451578781 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451578781 .bgcolor, #module_451578781 .mobileshare {
    background-color: #000;
}

#module_451578781 .youart .recmsg {
    font-size: 16px;
}

#module_451578781 .youart .recmsg {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .youart .recmsg {
    color: #666;
}

#module_451578781 .youart .recmsg {
    font-weight: normal;
}

#module_451578781 .youart .recmsg {
    text-decoration: none;
}

#module_451578781 .youart .recmsg {
    font-style: normal;
}

#module_451578781 .youart .yabtn {
    background-color: #f84b4b;
}

#module_451578781 .youart .yabtn {
    color: #fff;
}

#module_451578781 .youart .rectext:before, #module_451578781 .youart .rectext:after {
    background-color: #ccc;
}

#module_451578781 .youart .rectext {
    color: #999;
}

#module_451578781 .news-details-recommend {
    font-size: 18px;
}

#module_451578781 .news-details-recommend {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-recommend {
    color: #999;
}

#module_451578781 .news-details-recommend {
    font-weight: bold;
}

#module_451578781 .news-details-recommend {
    text-decoration: none;
}

#module_451578781 .news-details-recommend {
    font-style: normal;
}

#module_451578781 .news-details-recommend {
    background-color: #f4f4f4;
}

#module_451578781 .news-details-tit a {
    font-size: 16px;
}

#module_451578781 .news-details-tit a {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-tit a {
    color: #999;
}

#module_451578781 .news-details-tit a {
    font-weight: normal;
}

#module_451578781 .news-details-tit a {
    text-decoration: none;
}

#module_451578781 .news-details-tit a {
    font-style: normal;
}

#module_451578781 .news-details-desc {
    font-size: 14px;
}

#module_451578781 .news-details-desc {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-desc {
    color: #666;
}

#module_451578781 .news-details-desc {
    font-weight: normal;
}

#module_451578781 .news-details-desc {
    text-decoration: none;
}

#module_451578781 .news-details-desc {
    font-style: normal;
}

#module_451578781 .news-details-desc {
    background-color: #f2f4f6;
}

#module_451578781 .share .tips {
    color: #959595;
}

#module_451578781 .news-details-item .more, #module_451578781 .news-details-item .shareitem {
    border-bottom-color: #E9E9E9;
}

#module_451578781 .news-details-item .more, #module_451578781 .news-details-item .Mark, #module_451578781 .news-details-item .Mark ul li a {
    color: #959595;
}

#module_451578781 .news-details-top {
    border-bottom-width: 1px;
}

#module_451578781 .news-details-top {
    border-bottom-Color: #e5e5e5;
}

#module_451578781 .news-details-top {
    border-bottom-Style: solid;
}

#module_451578781 .Source span {
    font-size: 12px;
}

#module_451578781 .Source span {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .Source span {
    color: #838383;
}

#module_451578781 .Source span {
    font-weight: normal;
}

#module_451578781 .Source span {
    text-decoration: none;
}

#module_451578781 .Source span {
    font-style: normal;
}

#module_451578781 .Author span {
    font-size: 12px;
}

#module_451578781 .Author span {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .Author span {
    color: #838383;
}

#module_451578781 .Author span {
    font-weight: normal;
}

#module_451578781 .Author span {
    text-decoration: none;
}

#module_451578781 .Author span {
    font-style: normal;
}

#module_451578781 .news-details-small .PublishTime span {
    font-size: 12px;
}

#module_451578781 .news-details-small .PublishTime span {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-small .PublishTime span {
    color: #838383;
}

#module_451578781 .news-details-small .PublishTime span {
    font-weight: normal;
}

#module_451578781 .news-details-small .PublishTime span {
    text-decoration: none;
}

#module_451578781 .news-details-small .PublishTime span {
    font-style: normal;
}

#module_451578781 .news-details-small .Hits span {
    font-size: 12px;
}

#module_451578781 .news-details-small .Hits span {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-small .Hits span {
    color: #838383;
}

#module_451578781 .news-details-small .Hits span {
    font-weight: normal;
}

#module_451578781 .news-details-small .Hits span {
    text-decoration: none;
}

#module_451578781 .news-details-small .Hits span {
    font-style: normal;
}

#module_451578781 .news-details-item {
    max-width: 1200px;
}

#module_451578781 .mobile-share {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .mobile-share span {
    color: #999;
}

#module_451578781 .mobile-share {
    font-weight: normal;
}

#module_451578781 .mobile-share {
    text-decoration: none;
}

#module_451578781 .mobile-share {
    font-style: normal;
}

#module_451578781 .news-details-title {
    font-size: 26px;
}

#module_451578781 .news-details-title {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-title {
    color: #333333;
}

#module_451578781 .news-details-title {
    font-weight: bold;
}

#module_451578781 .news-details-title {
    text-decoration: none;
}

#module_451578781 .news-details-title {
    font-style: normal;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-top-color: #B9B9B9;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-top-style: solid;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-top-width: 1px;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-right-color: #B9B9B9;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-right-style: solid;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-right-width: 1px;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-bottom-color: #B9B9B9;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-bottom-style: solid;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-bottom-width: 1px;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-left-color: #B9B9B9;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-left-style: solid;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    border-left-width: 1px;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
    background-color: transparent;
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share {
}

#module_451578781 .social-share-icon, #module_451578781 .mobile-share .icon-fenxiang4 {
    color: #959595;
}

#module_451578781 .showlike > span, #module_451578781 .showlike .icon-dianzan {
    font-size: 20px;
}

#module_451578781 .showlike > span, #module_451578781 .showlike .icon-dianzan {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .showlike > span {
    color: #999;
}

#module_451578781 .showlike > span, #module_451578781 .showlike .icon-dianzan {
    font-weight: normal;
}

#module_451578781 .showlike > span, #module_451578781 .showlike .icon-dianzan {
    text-decoration: none;
}

#module_451578781 .showlike > span, #module_451578781 .showlike .icon-dianzan {
    font-style: normal;
}

#module_451578781 .showlike {
    border-top-color: #ccc;
}

#module_451578781 .showlike {
    border-top-style: solid;
}

#module_451578781 .showlike {
    border-top-width: 1px;
}

#module_451578781 .showlike {
    border-right-color: #ccc;
}

#module_451578781 .showlike {
    border-right-style: solid;
}

#module_451578781 .showlike {
    border-right-width: 1px;
}

#module_451578781 .showlike {
    border-bottom-color: #ccc;
}

#module_451578781 .showlike {
    border-bottom-style: solid;
}

#module_451578781 .showlike {
    border-bottom-width: 1px;
}

#module_451578781 .showlike {
    border-left-color: #ccc;
}

#module_451578781 .showlike {
    border-left-style: solid;
}

#module_451578781 .showlike {
    border-left-width: 1px;
}

#module_451578781 .showlike {
    background-color: transparent;
}

#module_451578781 .showlike {
}

#module_451578781 .showlike .icon-dianzan {
    color: #999;
}

#module_451578781 .btn-addcomment, #module_451578781 .btncommit-mobile {
    background-color: #000;
}

#module_451578781 .commentList .icon-dianzan:hover, #module_451578781 .dianzanhighlight, #module_451578781 .commentList .reply:hover, #module_451578781 .submore, #module_451578781 .btn-loadmore {
    color: #000;
}

#module_451578781 .btn-addcomment, #module_451578781 .btncommit-mobile {
    color: #fff;
}

#module_451578781 .news-details-bottom .prev a, #module_451578781 .news-details-bottom .next a {
    font-size: 14px;
}

#module_451578781 .news-details-bottom .prev a, #module_451578781 .news-details-bottom .next a {
    font-family: arial, helvetica, sans-serif;
}

#module_451578781 .news-details-bottom .prev a, #module_451578781 .news-details-bottom .next a {
    color: #333;
}

#module_451578781 .news-details-bottom .prev a, #module_451578781 .news-details-bottom .next a {
    font-weight: none;
}

#module_451578781 .news-details-bottom .prev a, #module_451578781 .news-details-bottom .next a {
    text-decoration: none;
}

#module_451578781 .news-details-bottom .prev a, #module_451578781 .news-details-bottom .next a {
    font-style: normal;
}

#module_451578781 .showlike:hover > span, #module_451578781 .showlike:hover .icon-dianzan {
    font-size: 20px;
}

#module_451578781 .showlike:hover > span, #module_451578781 .showlike:hover .icon-dianzan {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451578781 .showlike:hover > span {
    color: #FFAA00;
}

#module_451578781 .showlike:hover > span, #module_451578781 .showlike:hover .icon-dianzan {
    font-weight: normal;
}

#module_451578781 .showlike:hover > span, #module_451578781 .showlike:hover .icon-dianzan {
    text-decoration: none;
}

#module_451578781 .showlike:hover > span, #module_451578781 .showlike:hover .icon-dianzan {
    font-style: normal;
}

#module_451578781 .showlike:hover {
    border-top-color: transparent;
}

#module_451578781 .showlike:hover {
    border-top-style: none;
}

#module_451578781 .showlike:hover {
    border-top-width: 0;
}

#module_451578781 .showlike:hover {
    border-right-color: transparent;
}

#module_451578781 .showlike:hover {
    border-right-style: none;
}

#module_451578781 .showlike:hover {
    border-right-width: 0;
}

#module_451578781 .showlike:hover {
    border-bottom-color: transparent;
}

#module_451578781 .showlike:hover {
    border-bottom-style: none;
}

#module_451578781 .showlike:hover {
    border-bottom-width: 0;
}

#module_451578781 .showlike:hover {
    border-left-color: transparent;
}

#module_451578781 .showlike:hover {
    border-left-style: none;
}

#module_451578781 .showlike:hover {
    border-left-width: 0;
}

#module_451578781 .showlike:hover {
    background-color: #FFECC6;
    background-image: none
}

#module_451578781 .showlike:hover {
}

#module_451578781 .showlike:hover .icon-dianzan {
    color: #FFAA00;
}

/*layout-102*/
.ModuleNewsDetailGiant.layout-102 .news-details-top {
    border-bottom: 1px solid #e5e5e5;
}

.ModuleNewsDetailGiant.layout-102 .news-details-title {
    line-height: 1.5;
    font-size: 30px;
    color: #333;
    padding: 60px 0 19px 0;
}

.ModuleNewsDetailGiant.layout-102 .news-details-small {
    padding-bottom: 24px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-small p {
    display: inline-block;
    padding-left: 13px;
    color: #666;
}

.ModuleNewsDetailGiant.layout-102 .news-details-desc {
    margin: 29px 0;
    padding: 15px;
    background: #f5f5f5;
    color: #666666;
    line-height: 24px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title {
    padding: 29px 0;
    color: #333333;
    border-top: 1px solid #e5e5e5;
}

.ModuleNewsDetailGiant.layout-102 .news-details-recommend {
    font-size: 18px;
    font-weight: 600;
    padding: 13px 20px;
    background: #f4f4f4;
}

.ModuleNewsDetailGiant.layout-102 .news-details-tit {
    padding-top: 15px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-tit a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-left: 20px;
    padding-left: 18px;
    padding-bottom: 9px;
    color: #666666;
    position: relative;
}

.ModuleNewsDetailGiant.layout-102 .news-details-tit a:hover {
    text-decoration: underline;
    color: #333;
}

.ModuleNewsDetailGiant.layout-102 .news-details-tit a:before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #999;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item {
    width: 90%;
    margin: 0 auto;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .more {
    cursor: pointer;
    text-align: center;
    padding: 35px 0 20px 0;
    border-bottom: 1px solid #eee;
}

.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title {
    border-top: 0;
    padding: 15px 0 25px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title a {
    font-size: 14px
}

.ModuleNewsDetailGiant.layout-102 .showlike {
    min-width: 64px; /* border: 1px solid #cccccc; */
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .share-pc {
    display: block;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .share-mobile {
    display: none;
}

/*标签*/
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark {
    text-align: left;
    width: 100%;
    height: auto;
    white-space: nowrap;
    padding: 50px 0px 0px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark {
        padding: 30px 15px 0px;
    }
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark label {
    float: left;
    padding-right: 15px;
    color: #666;
    font-weight: normal;
    height: 100%;
    margin: 0;
    line-height: 32px;
    margin-bottom: -12px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-small {
    font-size: 11px
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 90%;
    overflow: hidden;
    margin-top: -12px;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li {
    display: inline;
    margin-right: 10px;
    float: left;
    text-align: center;
    line-height: 32px; /*width: 86px;*/
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
    background: rgb(233, 233, 233);
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li a {
    font-size: 0.875rem;
    color: #666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 11px;
}

.ModuleNewsDetailGiant.layout-102 .showlike {
    min-width: 82px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}

.ModuleNewsDetailGiant.layout-102 .next, .ModuleNewsDetailGiant.layout-102 .prev {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 479px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item {
        width: 92%;
        margin: 0 auto;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-title {
        font-size: 18px;
        color: #333;
        padding: 20px 0 10px 0;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-small {
        font-size: 12px;
    }

    .p-2 {
        width: 100%;
        margin-top: 10px;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-recommend {
        font-size: 16px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item {
        width: 92%;
        margin: 0 auto;
    }
}

/*分享样式*/
.ModuleNewsDetailGiant.layout-102 .news-details-item .shareitem {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .share li {
    float: left;
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .share .shareitem {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    cursor: pointer;
}

.ShareIcon {
    position: absolute;
    top: -9999px;
}

@media only screen and (max-width: 991px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-mobile {
        display: block;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-pc {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-mobile {
        display: none;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-pc {
        display: block;
    }
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-pc {
        display: none !important;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-mobile {
        display: block !important;
    }

    /* .ModuleNewsDetailGiant.layout-102 .news-details-item .news-comment{display: none;} .ModuleNewsDetailGiant.layout-102 .news-details-item .newsmobile-comment{display: block;} */
    .ModuleNewsDetailGiant.layout-102 .news-details-item .g-flexview .g-scrollview .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-bottom-title {
        padding: 10px 0 25px
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li a {
        font-size: 14px;
    }

    .PrevNext .next {
        padding: 15px
    }

    .PrevNext {
        padding: 0;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-recommend {
        padding: 10px 20px;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-tit a {
        font-size: 14px;
        width: 100% !important;
        margin: 0;
    }

    .ModuleNewsDetailGiant.layout-102 .p-1 {
        width: 100%;
    }

    .ModuleNewsDetailGiant.layout-102 .next, .ModuleNewsDetailGiant.layout-102 .prev {
        display: block;
        max-width: 100%;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul {
        width: 100%
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark {
        white-space: normal;
        padding-top: 20px;
    }

    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li {
        width: auto;
        display: inline-block;
        float: inherit;
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) {
    /* .ModuleNewsDetailGiant.layout-102 .news-comment{display: block;} .ModuleNewsDetailGiant.layout-102 .newsmobile-comment{display: none;} */
    .ModuleNewsDetailGiant.layout-102 .next, .ModuleNewsDetailGiant.layout-102 .prev {
        max-width: 300px;
    }

    .ModuleProductDetailGiant.layout-108 .introduce {
        padding-top: 0;
        width: calc(59.43% - 85px);
        min-width: calc(40% - 85px);
        max-width: calc(59.43% - 85px);
        display: inline-block;
        margin-left: 85px;
    }

    .ModuleProductDetailGiant.layout-108 .introduceTop {
        min-height: 356px;
    }
}

#module_451575327 > .module_451575327 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451575327:hover {
    border: none;
}

#module_451575327:hover > .module_451575327 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451575327 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451575327 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451575327 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451575327 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451575327 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451575327 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451575327 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451575327 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451575327 .showHandle .btn {
    font-size: 14px;
}

#module_451575327 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575327 .showHandle .btn {
    color: #333;
}

#module_451575327 .showHandle .btn {
    font-weight: 400;
}

#module_451575327 .showHandle .btn {
    text-decoration: none;
}

#module_451575327 .showHandle .btn {
    font-style: normal;
}

#module_451575327 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451575327 .showHandle div {
    border-top-style: solid !important;
}

#module_451575327 .showHandle div {
    border-top-width: 1px !important;
}

#module_451575327 .showHandle {
    background-color: transparent;
}

#module_451575327 .showHandle {
    background-image: none;
}

#module_451575327 .showHandle {
    background-repeat: no-repeat;
}

#module_451575327 .showHandle {
}

#module_451575327 .showHandle {
}

#module_451575327 .showHandle {
}

#module_451575327 a {
    font-size: unset;
    font-family: unset
}

.ModuleGridContainer.ModuleGridContainer451575828 #Sub451575828_1 {
    width: 52.9060%;
}

.ModuleGridContainer.ModuleGridContainer451575828 #Sub451575828_2 {
    width: 47.0940%;
}

.ModuleImageGiant.layout-107 .BodyCenter {
    text-align: center;
}

#module_451575828 {
    padding: 0;
}

#module_451575828 {
    position: static;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#module_451575828 .ModuleHead451575828 {
    display: none;
}

#module_451575828 {
    border: none;
}

@media screen and (min-width: 768px) {
    #module_451575828 .BodyCenter.BodyCenter451575828 {
        padding-top: 3.8703%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575828 .BodyCenter.BodyCenter451575828 {
    }
}

#module_451575828 .ModuleSubContainer {
    background-color: transparent;
}

#module_451575828 .ModuleSubContainer {
}

#module_451575828 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451575828 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451575828 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451575828 .ModuleSubContainer {
}

#module_451575828 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451575828 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451575828 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridCustomContainer.grid-col-1:before {
    display: none;
}

.module_451577465 .ModuleHead .HeadCenter {
    float: none;
}

#module_451577465 {
    padding: 0;
}

#module_451577465 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451577465 .ModuleHead451577465 {
    display: none;
}

#module_451577465 .BodyCenter.BodyCenter451577465 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451577465 > .module_451577465 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451577465 > .module_451577465 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451577465 .BodyCenter.BodyCenter451577465 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451577465 .BodyCenter.BodyCenter451577465 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451577465 > .module_451577465 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451577465 > .module_451577465 {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

#module_451577465 > .module_451577465 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451577465:hover {
    border: none;
}

#module_451577465:hover > .module_451577465 {
    border-color: #ccc;
}

#module_451577465:hover > .module_451577465 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451577465 .class-title-text {
    padding-left: px;
}

#module_451577465 {
}

@media (max-width: 767px) {
    #module_451577465 .class-title-text {
        padding-left: px;
    }
}

#module_451577465 .class-title .class-title-text {
    font-size: 16px;
}

#module_451577465 .class-title .class-title-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577465 .class-title .class-title-text, #module_451577465 .class-title .class-title-icon {
    color: #fff;
}

#module_451577465 .class-title .class-title-text {
    font-weight: normal;
}

#module_451577465 .class-title .class-title-text {
    text-decoration: none;
}

#module_451577465 .class-title .class-title-text {
    font-style: normal;
}

#module_451577465 .class-title {
    background-color: rgb(0, 0, 0);
}

#module_451577465 .class-title {
    background-image: none;
}

#module_451577465 .class-title {
}

#module_451577465 .class-title {
}

#module_451577465 .class-title {
}

#module_451577465 .class-title {
}

#module_451577465 .class-title {
    height: 60px;
    line-height: 60px;
}

#module_451577465 .main-class-text {
    height: 47px;
    line-height: 47px;
}

#module_451577465 .one-classify {
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
}

#module_451577465 .one-classify {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

#module_451577465 .one-classify {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

#module_451577465 .main-class-item {
    background-color: #ffffff;
}

#module_451577465 .main-class-item {
    background-image: none;
}

#module_451577465 .main-class-item {
}

#module_451577465 .main-class-item {
}

#module_451577465 .main-class-item {
}

#module_451577465 .main-class-item {
}

#module_451577465 .main-class-item {
    border-bottom-color: #e5e5e5;
}

#module_451577465 .main-class-item {
    border-bottom-style: solid;
}

#module_451577465 .main-class-item {
    border-bottom-width: 1px;
}

#module_451577465 .main-class-item .main-class-text {
    font-size: 14px;
}

#module_451577465 .main-class-item .main-class-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577465 .main-class-item .main-class-text {
    color: #666;
}

#module_451577465 .main-class-item .main-class-text {
    font-weight: normal;
}

#module_451577465 .main-class-item .main-class-text {
    text-decoration: none;
}

#module_451577465 .main-class-item .main-class-text {
    font-style: normal;
}

#module_451577465 .main-class-item .main-class-text {
    text-align: left;
}

#module_451577465 .main-class-item .main-class-text {
    padding-left: 30px;
}

#module_451577465 .main-class-item .main-class-text {
    padding-right: 0;
}

#module_451577465 .main-class-item .main-class-text.forceheight {
    padding-top: 8px;
}

#module_451577465 .main-class-item .main-class-text.forceheight {
    padding-bottom: 8px;
}

#module_451577465 .main-class-item.active {
    background-color: #f9f9f9;
}

#module_451577465 .main-class-item.active {
    background-image: none;
}

#module_451577465 .main-class-item.active {
}

#module_451577465 .main-class-item.active {
}

#module_451577465 .main-class-item.active {
}

#module_451577465 .main-class-item.active {
}

#module_451577465 .main-class-item.active {
    border-bottom-color: #e5e5e5;
}

#module_451577465 .main-class-item.active {
    border-bottom-style: solid;
}

#module_451577465 .main-class-item.active {
    border-bottom-width: 1px;
}

#module_451577465 .main-class-item.active .main-class-text {
    font-size: 14px;
}

#module_451577465 .main-class-item.active .main-class-text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577465 .main-class-item.active .main-class-text {
    color: rgb(255, 192, 0);
}

#module_451577465 .main-class-item.active .main-class-text {
    font-weight: normal;
}

#module_451577465 .main-class-item.active .main-class-text {
    text-decoration: none;
}

#module_451577465 .main-class-item.active .main-class-text {
    font-style: normal;
}

#module_451577465 .main-class-item.active .main-class-text {
    text-align: left;
}

#module_451577465 .main-class-item.active .main-class-text {
    padding-left: 30px;
}

#module_451577465 .main-class-item.active .main-class-text {
    padding-right: 0;
}

#module_451577465 .main-class-item.active .main-class-colorlump {
    background-color: rgb(0, 0, 0);
}

#module_451577465 .main-class-item.active .main-class-colorlump {
    height: 14px;
}

#module_451577465 .main-class-item.active .main-class-colorlump {
    margin-top: calc((45px - 14px) / 2);
}

.ModuleCommonClsGiant.layout-102 .class-title {
    height: 60px;
    line-height: 60px;
    background: #0072d4;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center
}

.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
    display: none
}

.ModuleCommonClsGiant.layout-102 .main-class-item {
    box-sizing: border-box;
    background: #fff;
}

.ModuleCommonClsGiant.layout-102 .one-classify {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ModuleCommonClsGiant.layout-102 .main-class-item:nth-last-of-type(1) {
    border: none !important;
}

.ModuleCommonClsGiant.layout-102 .main-class-item a {
    color: #666;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
    display: block;
    width: 100%;
    padding-left: 45px;
    display: block;
    max-width: 100%;
    line-height: 45px;
}

.ModuleCommonClsGiant.layout-102 .icon {
    background: none
}

.ModuleCommonClsGiant.layout-102 .class-title-icon {
    background: none;
    width: 16px;
    fill: #fff;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active {
    background: #f9f9f9;
}

.ModuleCommonClsGiant.layout-102 .main-class-item .main-class-colorlump {
    width: 4px;
    height: 14px;
    background-color: #0072d4;
    display: none;
    vertical-align: middle;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-colorlump {
    display: inline-block;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-text {
    color: #0072d4;
}

.module_451577470 .ModuleHead .HeadCenter {
    float: none;
}

#module_451577470 {
    padding: 0;
}

#module_451577470 {
    position: static;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#module_451577470 .ModuleHead451577470 {
    display: none;
}

#module_451577470 .BodyCenter.BodyCenter451577470 {
    background: none;
    background-color: rgb(0, 0, 0);
}

#module_451577470 > .module_451577470 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451577470 > .module_451577470 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451577470 .BodyCenter.BodyCenter451577470 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451577470 .BodyCenter.BodyCenter451577470 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451577470 > .module_451577470 {
        margin-top: 23.0769%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451577470 > .module_451577470 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451577470 > .module_451577470 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451577470:hover {
    border: none;
}

#module_451577470:hover > .module_451577470 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451577470 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_451577470 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_451577470 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_451577470 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_451577470 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451577470 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_451577470 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451577470 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451577470 .showHandle .btn {
    font-size: 14px;
}

#module_451577470 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577470 .showHandle .btn {
    color: #333;
}

#module_451577470 .showHandle .btn {
    font-weight: 400;
}

#module_451577470 .showHandle .btn {
    text-decoration: none;
}

#module_451577470 .showHandle .btn {
    font-style: normal;
}

#module_451577470 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451577470 .showHandle div {
    border-top-style: solid !important;
}

#module_451577470 .showHandle div {
    border-top-width: 1px !important;
}

#module_451577470 .showHandle {
    background-color: transparent;
}

#module_451577470 .showHandle {
    background-image: none;
}

#module_451577470 .showHandle {
    background-repeat: no-repeat;
}

#module_451577470 .showHandle {
}

#module_451577470 .showHandle {
}

#module_451577470 .showHandle {
}

#module_451577470 a {
    font-size: unset;
    font-family: unset
}

.module_451577469 .ModuleHead .HeadCenter {
    float: none;
}

#module_451577469 {
    padding: 0;
}

#module_451577469 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451577469 .ModuleHead451577469 {
    display: none;
}

#module_451577469 .BodyCenter.BodyCenter451577469 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451577469 > .module_451577469 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451577469 > .module_451577469 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451577469 .BodyCenter.BodyCenter451577469 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451577469 .BodyCenter.BodyCenter451577469 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_451577469 > .module_451577469 {
        margin-top: 1.5385%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451577469 > .module_451577469 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_451577469 > .module_451577469 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451577469:hover {
    border: none;
}

#module_451577469:hover > .module_451577469 {
    border-color: #ccc;
}

#module_451577469:hover > .module_451577469 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

/*#module_451577469 .pro-item{margin-right:20px;} */
#module_451577469 .pro-container li.col-lg-2 {
    width: calc((100% - 20px) / 2);
}

#module_451577469 .pro-container li.col-lg-3 {
    width: calc((100% - 20px * 2) / 3);
}

#module_451577469 .pro-container li.col-lg-4 {
    width: calc((100% - 20px * 3) / 4);
}

#module_451577469 .pro-container li.col-lg-5 {
    width: calc((100% - 20px * 4) / 5);
}

#module_451577469 .pro-container li.col-lg-6 {
    width: calc((100% - 20px * 5) / 6);
}

#module_451577469 .pro-item {
    padding: 0;
}

#module_451577469 .pro-item {
    background-color: #ffffff;
}

#module_451577469 .pro-item {
    background-image: none;
}

#module_451577469 .pro-item {
    background-repeat: no-repeat;
}

#module_451577469 .pro-item {
    border-top-color: #e1e1e1;
}

#module_451577469 .pro-item {
    border-top-style: solid;
}

#module_451577469 .pro-item {
    border-top-width: 1px;
}

#module_451577469 .pro-item {
    border-right-color: #e1e1e1;
}

#module_451577469 .pro-item {
    border-right-style: solid;
}

#module_451577469 .pro-item {
    border-right-width: 1px;
}

#module_451577469 .pro-item {
    border-bottom-color: #e1e1e1;
}

#module_451577469 .pro-item {
    border-bottom-style: solid;
}

#module_451577469 .pro-item {
    border-bottom-width: 1px;
}

#module_451577469 .pro-item {
    border-left-color: #e1e1e1;
}

#module_451577469 .pro-item {
    border-left-style: solid;
}

#module_451577469 .pro-item {
    border-left-width: 1px;
}

#module_451577469 .pro-img .dummy {
    background-color: transparent;
}

#module_451577469 .pro-img .dummy {
    background-image: none;
}

#module_451577469 .pro-img .dummy {
    background-repeat: no-repeat;
}

#module_451577469 .pro-img .dummy {
}

#module_451577469 .pro-img .dummy {
}

#module_451577469 .pro-img .dummy {
}

#module_451577469 .pro-img {
    width: 35%;
}

#module_451577469 .pro-text {
    width: calc(100% - 35%);
}

#module_451577469 .pro-img .dummy {
    padding-top: 100%;
}

#module_451577469 .pro-img img {
    object-fit: cover;
}

#module_451577469 .pro-img img {
    width: 100%;
}

#module_451577469 .pro-img img {
    height: 100%;
}

#module_451577469 .pro-img img {
    border-radius: 0;
}

#module_451577469 .pro-img {
    border-top-left-radius: 0;
}

#module_451577469 .pro-img {
    border-top-right-radius: 0;
}

#module_451577469 .pro-img {
    border-bottom-left-radius: 0;
}

#module_451577469 .pro-img {
    border-bottom-right-radius: 0;
}

#module_451577469 .pro-img {
    border-top-color: transparent;
}

#module_451577469 .pro-img {
    border-top-style: none;
}

#module_451577469 .pro-img {
    border-top-width: 0;
}

#module_451577469 .pro-img {
    border-right-color: transparent;
}

#module_451577469 .pro-img {
    border-right-style: none;
}

#module_451577469 .pro-img {
    border-right-width: 0;
}

#module_451577469 .pro-img {
    border-bottom-color: transparent;
}

#module_451577469 .pro-img {
    border-bottom-style: none;
}

#module_451577469 .pro-img {
    border-bottom-width: 0;
}

#module_451577469 .pro-img {
    border-left-color: transparent;
}

#module_451577469 .pro-img {
    border-left-style: none;
}

#module_451577469 .pro-img {
    border-left-width: 0;
}

#module_451577469 .pro-item .pro-name {
    font-size: 12px;
}

#module_451577469 .pro-item .pro-name {
    font-family: arial, helvetica, sans-serif;
}

#module_451577469 .pro-item .pro-name {
    color: #333;
}

#module_451577469 .pro-item .pro-name {
    font-weight: normal;
}

#module_451577469 .pro-item .pro-name {
    text-decoration: none;
}

#module_451577469 .pro-item .pro-name {
    font-style: normal;
}

#module_451577469 .pro-item .pro-name {
    margin-top: 0;
}

#module_451577469 .pro-item .pro-name {
    margin-bottom: 0;
}

#module_451577469 .pro-item .pro-desc {
    margin-top: 6px;
}

#module_451577469 .pro-item .pro-desc {
    margin-bottom: 0;
}

#module_451577469 .pro-item .pro-desc {
    font-size: 12px;
}

#module_451577469 .pro-item .pro-desc {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-item .pro-desc {
    color: #999;
}

#module_451577469 .pro-item .pro-desc {
    font-weight: normal;
}

#module_451577469 .pro-item .pro-desc {
    text-decoration: none;
}

#module_451577469 .pro-item .pro-desc {
    font-style: normal;
}

#module_451577469 .pro-item .pro-buybtn {
    font-size: 12px;
}

#module_451577469 .pro-item .pro-buybtn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-item .pro-buybtn {
    color: #fff;
}

#module_451577469 .pro-item .pro-buybtn {
    font-weight: normal;
}

#module_451577469 .pro-item .pro-buybtn {
    text-decoration: none;
}

#module_451577469 .pro-item .pro-buybtn {
    font-style: normal;
}

#module_451577469 .pro-item .pro-buybtn {
    background-color: #fd6e27;
}

#module_451577469 .pro-item .pro-buybtn {
    background-image: none;
}

#module_451577469 .pro-item .pro-buybtn {
    background-repeat: no-repeat;
}

#module_451577469 .pro-item .pro-buybtn {
}

#module_451577469 .pro-item .pro-buybtn {
}

#module_451577469 .pro-item .pro-buybtn {
}

#module_451577469 .pro-item .pro-buybtn {
    border-top-left-radius: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-top-right-radius: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-bottom-left-radius: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-bottom-right-radius: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-top-color: transparent;
}

#module_451577469 .pro-item .pro-buybtn {
    border-top-style: none;
}

#module_451577469 .pro-item .pro-buybtn {
    border-top-width: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-right-color: transparent;
}

#module_451577469 .pro-item .pro-buybtn {
    border-right-style: none;
}

#module_451577469 .pro-item .pro-buybtn {
    border-right-width: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-bottom-color: transparent;
}

#module_451577469 .pro-item .pro-buybtn {
    border-bottom-style: none;
}

#module_451577469 .pro-item .pro-buybtn {
    border-bottom-width: 0;
}

#module_451577469 .pro-item .pro-buybtn {
    border-left-color: transparent;
}

#module_451577469 .pro-item .pro-buybtn {
    border-left-style: none;
}

#module_451577469 .pro-item .pro-buybtn {
    border-left-width: 0;
}

#module_451577469 .pro-paramname {
    font-size: 12px;
}

#module_451577469 .pro-paramname {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-paramname {
    color: #666;
}

#module_451577469 .pro-paramname {
    font-weight: normal;
}

#module_451577469 .pro-paramname {
    text-decoration: none;
}

#module_451577469 .pro-paramname {
    font-style: normal;
}

#module_451577469 .pro-paramvalue {
    font-size: 12px;
}

#module_451577469 .pro-paramvalue {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-paramvalue {
    color: #666;
}

#module_451577469 .pro-paramvalue {
    font-weight: normal;
}

#module_451577469 .pro-paramvalue {
    text-decoration: none;
}

#module_451577469 .pro-paramvalue {
    font-style: normal;
}

#module_451577469 .pro-params {
    margin-top: 15px;
}

#module_451577469 .pro-params {
    margin-right: 0;
}

#module_451577469 .pro-params {
    margin-left: 0;
}

#module_451577469 .pro-params {
    margin-bottom: 15px;
}

#module_451577469 .pro-item:hover .pro-paramname {
    font-size: 12px;
}

#module_451577469 .pro-item:hover .pro-paramname {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-item:hover .pro-paramname {
    color: #666;
}

#module_451577469 .pro-item:hover .pro-paramname {
    font-weight: normal;
}

#module_451577469 .pro-item:hover .pro-paramname {
    text-decoration: none;
}

#module_451577469 .pro-item:hover .pro-paramname {
    font-style: normal;
}

#module_451577469 .pro-item:hover .pro-paramvalue:hover {
    font-size: 12px;
}

#module_451577469 .pro-item:hover .pro-paramvalue {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-item:hover .pro-paramvalue, #module_451577469 .pro-item:hover .param {
    color: #666;
}

#module_451577469 .pro-item:hover .pro-paramvalue {
    font-weight: normal;
}

#module_451577469 .pro-item:hover .pro-paramvalue {
    text-decoration: none;
}

#module_451577469 .pro-item:hover .pro-paramvalue {
    font-style: normal;
}

#module_451577469 .pro-img:hover {
    border-top-left-radius: 0;
}

#module_451577469 .pro-img:hover {
    border-top-right-radius: 0;
}

#module_451577469 .pro-img:hover {
    border-bottom-left-radius: 0;
}

#module_451577469 .pro-img:hover {
    border-bottom-right-radius: 0;
}

#module_451577469 .pro-img:hover {
    border-top-color: transparent;
}

#module_451577469 .pro-img:hover {
    border-top-style: none;
}

#module_451577469 .pro-img:hover {
    border-top-width: 0;
}

#module_451577469 .pro-img:hover {
    border-right-color: transparent;
}

#module_451577469 .pro-img:hover {
    border-right-style: none;
}

#module_451577469 .pro-img:hover {
    border-right-width: 0;
}

#module_451577469 .pro-img:hover {
    border-bottom-color: transparent;
}

#module_451577469 .pro-img:hover {
    border-bottom-style: none;
}

#module_451577469 .pro-img:hover {
    border-bottom-width: 0;
}

#module_451577469 .pro-img:hover {
    border-left-color: transparent;
}

#module_451577469 .pro-img:hover {
    border-left-style: none;
}

#module_451577469 .pro-img:hover {
    border-left-width: 0;
}

#module_451577469 .pro-item:hover .pro-name {
    font-size: 12px;
}

#module_451577469 .pro-item:hover .pro-name {
    font-family: arial, helvetica, sans-serif;
}

#module_451577469 .pro-item:hover .pro-name {
    color: rgb(211, 173, 105);
}

#module_451577469 .pro-item:hover .pro-name {
    font-weight: normal;
}

#module_451577469 .pro-item:hover .pro-name {
    text-decoration: none;
}

#module_451577469 .pro-item:hover .pro-name {
    font-style: normal;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    font-size: 12px;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    color: #fff;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    font-weight: normal;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    text-decoration: none;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    font-style: normal;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    background-color: #fd6e27;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    background-image: none;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    background-repeat: no-repeat;
}

#module_451577469 .pro-item:hover .pro-buybtn {
}

#module_451577469 .pro-item:hover .pro-buybtn {
}

#module_451577469 .pro-item:hover .pro-buybtn {
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-top-color: transparent;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-top-style: none;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-top-width: 1px;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-right-color: transparent;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-right-style: none;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-right-width: 1px;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-bottom-color: transparent;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-bottom-style: none;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-bottom-width: 1px;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-left-color: transparent;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-left-style: none;
}

#module_451577469 .pro-item:hover .pro-buybtn {
    border-left-width: 1px;
}

.ModuleCommonClsGiant.layout-102 .main-class-item .main-class-colorlump {
    width: 4px;
    height: 14px;
    background-color: #0072d4;
    display: none;
    vertical-align: middle;
}

.ModuleProductListGiant.layout-101 .flexs {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ModuleProductListGiant.layout-101 div.col-lg-1 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img {
    display: block;
    transition: all ease-out .3s;
    display: block;
    height: auto;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    display: block;
    max-width: 100%;
    width: 35%;
    position: relative;
    overflow: hidden;
}

.module_451575170 .ModuleHead .HeadCenter {
    float: none;
}

#module_451575170 {
    padding: 0;
}

#module_451575170 {
    position: static;
    z-index: 0;
    top: 473px;
    left: 1270px;
    width: 100%;
    height: auto;
}

#module_451575170 .ModuleHead451575170 {
    display: none;
}

#module_451575170 .BodyCenter.BodyCenter451575170 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451575170 > .module_451575170 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451575170 > .module_451575170 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451575170 .BodyCenter.BodyCenter451575170 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575170 .BodyCenter.BodyCenter451575170 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451575170 > .module_451575170 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451575170 > .module_451575170 {
        margin-top: 3.0581%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451575170 > .module_451575170 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451575170:hover {
    border: none;
}

#module_451575170:hover > .module_451575170 {
    border-color: #ccc;
}

#module_451575170:hover > .module_451575170 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451575170 .VRDiv {
    background-color: rgba(0, 0, 0, 0.4);
}

#module_451575170 .VRDiv {
    background-image: none;
}

#module_451575170 .VRDiv {
    background-repeat: no-repeat;
}

#module_451575170 .VRDiv {
}

#module_451575170 .VRDiv {
}

#module_451575170 .VRDiv {
}

#module_451575170 .VRDiv {
    border-top-left-radius: 8px;
}

#module_451575170 .VRDiv {
    border-top-right-radius: 8px;
}

#module_451575170 .VRDiv {
    border-bottom-left-radius: 8px;
}

#module_451575170 .VRDiv {
    border-bottom-right-radius: 8px;
}

#module_451575170 .vrIcon {
    font-size: 16px;
}

#module_451575170 .vrIcon > svg {
    width: 16px;
    height: 16px
}

#module_451575170 .vrIcon {
    color: #fff;
}

#module_451575170 .vrIcon > svg {
    fill: #fff;
}

#module_451575170 .VRDiv {
    padding-top: 8px;
}

#module_451575170 .VRDiv {
    padding-bottom: 8px;
}

#module_451575170 .VRDiv {
    padding-left: 12px;
}

#module_451575170 .VRDiv {
    padding-right: 12px;
}

#module_451575170 .VRTipstxt {
    font-size: 14px;
}

#module_451575170 .VRTipstxt {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .VRTipstxt {
    color: #fff;
}

#module_451575170 .VRTipstxt {
    font-weight: normal;
}

#module_451575170 .VRTipstxt {
    text-decoration: none;
}

#module_451575170 .VRTipstxt {
    font-style: normal;
}

#module_451575170 .videosDiv {
    background-color: rgba(0, 0, 0, 0.4);
}

#module_451575170 .videosDiv {
    background-image: none;
}

#module_451575170 .videosDiv {
    background-repeat: no-repeat;
}

#module_451575170 .videosDiv {
}

#module_451575170 .videosDiv {
}

#module_451575170 .videosDiv {
}

#module_451575170 .videosDiv {
    border-top-left-radius: 8px;
}

#module_451575170 .videosDiv {
    border-top-right-radius: 8px;
}

#module_451575170 .videosDiv {
    border-bottom-left-radius: 8px;
}

#module_451575170 .videosDiv {
    border-bottom-right-radius: 8px;
}

#module_451575170 .videosTis {
    font-size: 16px;
}

#module_451575170 .videosTis > svg {
    width: 16px;
    height: 16px
}

#module_451575170 .videosTis {
    color: #fff;
}

#module_451575170 .videosTis > svg {
    fill: #fff;
}

#module_451575170 .videosDiv {
    padding-top: 8px;
}

#module_451575170 .videosDiv {
    padding-bottom: 8px;
}

#module_451575170 .videosDiv {
    padding-left: 12px;
}

#module_451575170 .videosDiv {
    padding-right: 12px;
}

#module_451575170 .pro-item {
    margin-bottom: 10px;
    margin-right: 10px;
}

#module_451575170 .pro-container a.col-lg-2 {
    width: calc((100% - 10px) / 2);
}

#module_451575170 .pro-container a.col-lg-3 {
    width: calc((100% - 10px * 2) / 3);
}

#module_451575170 .pro-container a.col-lg-4 {
    width: calc((100% - 10px * 3) / 4);
}

#module_451575170 .pro-container a.col-lg-5 {
    width: calc((100% - 10px * 4) / 5);
}

#module_451575170 .pro-container a.col-lg-6 {
    width: calc((100% - 10px * 5) / 6);
}

#module_451575170 .pro-item {
    padding-top: 0;
}

#module_451575170 .pro-item {
    padding-bottom: 0;
}

#module_451575170 .pro-item {
    padding-left: 0;
}

#module_451575170 .pro-item {
    padding-right: 0;
}

#module_451575170 .pro-item {
    background-color: #f8f8f8;
}

#module_451575170 .pro-item {
    background-image: none;
}

#module_451575170 .pro-item {
    background-repeat: no-repeat;
}

#module_451575170 .pro-item {
}

#module_451575170 .pro-item {
}

#module_451575170 .pro-item {
}

#module_451575170 .pro-item {
    border-top-color: rgb(216, 216, 216);
}

#module_451575170 .pro-item {
    border-top-style: solid;
}

#module_451575170 .pro-item {
    border-top-width: 1px;
}

#module_451575170 .pro-item {
    border-right-color: rgb(216, 216, 216);
}

#module_451575170 .pro-item {
    border-right-style: solid;
}

#module_451575170 .pro-item {
    border-right-width: 1px;
}

#module_451575170 .pro-item {
    border-bottom-color: rgb(216, 216, 216);
}

#module_451575170 .pro-item {
    border-bottom-style: solid;
}

#module_451575170 .pro-item {
    border-bottom-width: 1px;
}

#module_451575170 .pro-item {
    border-left-color: rgb(216, 216, 216);
}

#module_451575170 .pro-item {
    border-left-style: solid;
}

#module_451575170 .pro-item {
    border-left-width: 1px;
}

#module_451575170 .pro-img .dummy {
    background-color: transparent;
}

#module_451575170 .pro-img .dummy {
    background-image: none;
}

#module_451575170 .pro-img .dummy {
    background-repeat: no-repeat;
}

#module_451575170 .pro-img .dummy {
}

#module_451575170 .pro-img .dummy {
}

#module_451575170 .pro-img .dummy {
}

#module_451575170 .pro-img .dummy {
    padding-top: 100%;
}

#module_451575170 .pro-img img {
    object-fit: cover;
}

#module_451575170 .pro-img img {
    width: 100%;
}

#module_451575170 .pro-img img {
    height: 100%;
}

#module_451575170 .pro-img img {
    border-radius: 0;
}

#module_451575170 .pro-img, #module_451575170 .pro-item {
    border-top-left-radius: 0;
}

#module_451575170 .pro-img, #module_451575170 .pro-item {
    border-top-right-radius: 0;
}

#module_451575170 .pro-img {
    border-bottom-left-radius: 0;
}

#module_451575170 .pro-img {
    border-bottom-right-radius: 0;
}

#module_451575170 .pro-img {
    border-top-color: transparent;
}

#module_451575170 .pro-img {
    border-top-style: none;
}

#module_451575170 .pro-img {
    border-top-width: 0;
}

#module_451575170 .pro-img {
    border-right-color: transparent;
}

#module_451575170 .pro-img {
    border-right-style: none;
}

#module_451575170 .pro-img {
    border-right-width: 0;
}

#module_451575170 .pro-img {
    border-bottom-color: transparent;
}

#module_451575170 .pro-img {
    border-bottom-style: none;
}

#module_451575170 .pro-img {
    border-bottom-width: 0;
}

#module_451575170 .pro-img {
    border-left-color: transparent;
}

#module_451575170 .pro-img {
    border-left-style: none;
}

#module_451575170 .pro-img {
    border-left-width: 0;
}

#module_451575170 .pro-name {
    font-size: 12px;
}

#module_451575170 .pro-name {
    font-family: arial, helvetica, sans-serif;
}

#module_451575170 .pro-name {
    color: #434242;
}

#module_451575170 .pro-name {
    font-weight: normal;
}

#module_451575170 .pro-name {
    text-decoration: none;
}

#module_451575170 .pro-name {
    font-style: normal;
}

#module_451575170 .pro-name {
    text-align: center;
}

#module_451575170 .pro-name {
    margin-top: 0;
}

#module_451575170 .pro-name {
    margin-bottom: 6px;
}

#module_451575170 .pro-desc {
    font-size: 14px;
    line-height: calc(14px + 6px);
}

#module_451575170 .pro-desc {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .pro-desc {
    color: #666;
}

#module_451575170 .pro-desc {
    font-weight: normal;
}

#module_451575170 .pro-desc {
    text-decoration: none;
}

#module_451575170 .pro-desc {
    font-style: normal;
}

#module_451575170 .pro-desc {
    text-align: center;
}

#module_451575170 .pro-desc {
    margin-top: 0;
}

#module_451575170 .pro-desc {
    margin-bottom: 6px;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li {
    font-size: 14px;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li, #module_451575170 .productListOrderCtrlTab .summary .totalProduct {
    color: #000;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li {
    font-weight: normal;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li {
    text-decoration: none;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li {
    font-style: normal;
}

#module_451575170 .choosed-tab, #module_451575170 .setting-screening-criteria {
    font-size: 12px;
}

#module_451575170 .choosed-tab {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .choosed-tab, #module_451575170 .setting-screening-criteria {
    color: #f10215;
}

#module_451575170 .choosed-tab {
    font-weight: normal;
}

#module_451575170 .choosed-tab {
    text-decoration: initial;
}

#module_451575170 .choosed-tab {
    font-style: normal;
}

#module_451575170 .selected-light, #module_451575170 .setting-all, #module_451575170 .setting-left-bar, #module_451575170 .setting-pred-warp .setting-collapse, #module_451575170 .setting-pred-warp .setting-collapse .icpng {
    font-size: 12px;
}

#module_451575170 .setting-pred-warp .setting-collapse {
    flex: 0 0 calc(12px * 4);
}

#module_451575170 .setting-right-temp ul.FilterPc {
    height: calc(12px + 36px);
}

#module_451575170 .selected-light, #module_451575170 .setting-all {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .selected-light, #module_451575170 .setting-left-bar, #module_451575170 .setting-reset, #module_451575170 .setting-pred-warp .setting-collapse, #module_451575170 .giantroom .btn-more {
    color: #000;
}

#module_451575170 .selected-light {
    font-weight: normal;
}

#module_451575170 .selected-light, #module_451575170 .setting-all {
    text-decoration: initial;
}

#module_451575170 .selected-light, #module_451575170 .setting-all {
    font-style: normal;
}

#module_451575170 .setting-right-temp ul li, #module_451575170 .choosed-tab {
    border-top-left-radius: 2px;
}

#module_451575170 .setting-right-temp ul li, #module_451575170 .choosed-tab {
    border-top-right-radius: 2px;
}

#module_451575170 .setting-right-temp ul li, #module_451575170 .choosed-tab {
    border-bottom-left-radius: 2px;
}

#module_451575170 .setting-right-temp ul li, #module_451575170 .choosed-tab {
    border-bottom-right-radius: 2px;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab {
    border-top-color: #d6d6d6;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab {
    border-top-style: solid;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-top-width: 1px;
}

#module_451575170 .giantroom {
    margin-top: calc(-16px - 1px);
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-bottom-color: #d6d6d6;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-bottom-style: solid;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-bottom-width: 1px;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-left-color: #d6d6d6;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-left-style: solid;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-left-width: 1px;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-right-color: #d6d6d6;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-right-style: solid;
}

#module_451575170 .pred-filter, #module_451575170 .choosed-tab, #module_451575170 .giantroom .btn-more {
    border-right-width: 1px;
}

#module_451575170 .setting-pred-warp {
    border-top-color: #d6d6d6;
}

#module_451575170 .setting-left-bar {
    background-color: #fafafa;
}

#module_451575170 .setting-left-bar {
    width: 100px
}

#module_451575170 .setting-right-temp ul.FilterPc {
    width: calc(100% - 100px);
}

#module_451575170 .setting-right-temp ul li {
    background-color: rgba(255, 255, 255, 0);
}

#module_451575170 .choosed-tab .icsmall {
    color: #999;
}

#module_451575170 .setting-right-temp ul li {
    margin-right: 10px;
}

#module_451575170 .pagerGiant .text {
    font-size: 12px;
}

#module_451575170 .pagerGiant .text {
    font-family: arial, helvetica, sans-serif;
}

#module_451575170 .pagerGiant .text {
    color: #333;
}

#module_451575170 .pagerGiant .text {
    font-weight: normal;
}

#module_451575170 .pagerGiant .text {
    text-decoration: initial;
}

#module_451575170 .pagerGiant .text {
    font-style: normal;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    width: 30px
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    height: 30px
}

#module_451575170 .pagerGiant .num {
    font-size: 12px;
}

#module_451575170 .pagerGiant .num {
    font-family: arial, helvetica, sans-serif;
}

#module_451575170 .pagerGiant .num {
    color: #333;
}

#module_451575170 .pagerGiant .num {
    font-weight: normal;
}

#module_451575170 .pagerGiant .num {
    text-decoration: initial;
}

#module_451575170 .pagerGiant .num {
    font-style: normal;
}

#module_451575170 .pagerGiant .submit {
    width: 55px
}

#module_451575170 .pagerGiant .submit {
    height: 30px
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer, #module_451575170 .pagerGiant .submit {
    border-top-left-radius: 0;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer, #module_451575170 .pagerGiant .submit {
    border-top-right-radius: 0;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer, #module_451575170 .pagerGiant .submit {
    border-bottom-left-radius: 0;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer, #module_451575170 .pagerGiant .submit {
    border-bottom-right-radius: 0;
}

#module_451575170 .pagerGiant .next, #module_451575170 .pagerGiant .splitline {
    color: #ccc;
}

#module_451575170 .pagerGiant .num {
    background-color: #fff;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-top-color: #ccc;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-top-style: solid;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer {
    border-top-width: 1px;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-bottom-color: #ccc;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-bottom-style: solid;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer {
    border-bottom-width: 1px;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-left-color: #ccc;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-left-style: solid;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer {
    border-left-width: 1px;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-right-color: #ccc;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .inputer {
    border-right-style: solid;
}

#module_451575170 .pagerGiant .num, #module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer {
    border-right-width: 1px;
}

#module_451575170 .page-more a {
    font-size: 16px;
}

#module_451575170 .page-more a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .page-more a {
    color: #666 !important;
}

#module_451575170 .page-more a {
    font-weight: normal;
}

#module_451575170 .page-more a {
    text-decoration: none;
}

#module_451575170 .page-more a {
    font-style: normal;
}

#module_451575170 .page-more a {
    background-color: #fff;
}

#module_451575170 .page-more a {
    border-top-color: #eee;
}

#module_451575170 .page-more a {
    border-top-style: solid;
}

#module_451575170 .page-more a {
    border-top-width: 2px;
}

#module_451575170 .page-more a {
    border-bottom-color: #eee;
}

#module_451575170 .page-more a {
    border-bottom-style: solid;
}

#module_451575170 .page-more a {
    border-bottom-width: 2px;
}

#module_451575170 .page-more a {
    border-left-color: #eee;
}

#module_451575170 .page-more a {
    border-left-style: solid;
}

#module_451575170 .page-more a {
    border-left-width: 2px;
}

#module_451575170 .page-more a {
    border-right-color: #eee;
}

#module_451575170 .page-more a {
    border-right-style: solid;
}

#module_451575170 .page-more a {
    border-right-width: 2px;
}

#module_451575170 .VRDiv:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#module_451575170 .VRDiv:hover {
    background-image: none;
}

#module_451575170 .VRDiv:hover {
    background-repeat: no-repeat;
}

#module_451575170 .VRDiv:hover {
}

#module_451575170 .VRDiv:hover {
}

#module_451575170 .VRDiv:hover {
}

#module_451575170 .VRDiv:hover .vrIcon {
    font-size: 16px;
}

#module_451575170 .VRDiv:hover .vrIcon > svg {
    width: 16px;
    height: 16px
}

#module_451575170 .VRDiv:hover .vrIcon {
    color: #fff;
}

#module_451575170 .VRDiv:hover .vrIcon > svg {
    fill: #fff;
}

#module_451575170 .videosDiv:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#module_451575170 .videosDiv:hover {
    background-image: none;
}

#module_451575170 .videosDiv:hover {
    background-repeat: no-repeat;
}

#module_451575170 .videosDiv:hover {
}

#module_451575170 .videosDiv:hover {
}

#module_451575170 .videosDiv:hover {
}

#module_451575170 .videosDiv:hover .videosTis {
    font-size: 16px;
}

#module_451575170 .videosDiv:hover .videosTis > svg {
    width: 16px;
    height: 16px
}

#module_451575170 .videosDiv:hover .videosTis {
    color: #fff;
}

#module_451575170 .videosDiv:hover .videosTis > svg {
    fill: #fff;
}

#module_451575170 .pro-img:hover {
    background-color: transparent;
}

#module_451575170 .pro-img:hover {
}

#module_451575170 .pro-img:hover {
    background-repeat: no-repeat;
}

#module_451575170 .pro-img:hover {
}

#module_451575170 .pro-img:hover {
}

#module_451575170 .pro-img:hover {
}

#module_451575170 .pro-img:hover, #module_451575170 .pro-item:hover {
    border-top-left-radius: 0;
}

#module_451575170 .pro-img:hover, #module_451575170 .pro-item:hover {
    border-top-right-radius: 0;
}

#module_451575170 .pro-img:hover {
    border-bottom-left-radius: 0;
}

#module_451575170 .pro-img:hover {
    border-bottom-right-radius: 0;
}

#module_451575170 .pro-img:hover {
    border-top-color: transparent;
}

#module_451575170 .pro-img:hover {
    border-top-style: none;
}

#module_451575170 .pro-img:hover {
    border-top-width: 0;
}

#module_451575170 .pro-img:hover {
    border-right-color: transparent;
}

#module_451575170 .pro-img:hover {
    border-right-style: none;
}

#module_451575170 .pro-img:hover {
    border-right-width: 0;
}

#module_451575170 .pro-img:hover {
    border-bottom-color: transparent;
}

#module_451575170 .pro-img:hover {
    border-bottom-style: none;
}

#module_451575170 .pro-img:hover {
    border-bottom-width: 0;
}

#module_451575170 .pro-img:hover {
    border-left-color: transparent;
}

#module_451575170 .pro-img:hover {
    border-left-style: none;
}

#module_451575170 .pro-img:hover {
    border-left-width: 0;
}

#module_451575170 .pro-item:hover .pro-name {
    font-size: 12px;
}

#module_451575170 .pro-item:hover .pro-name {
    font-family: arial, helvetica, sans-serif;
}

#module_451575170 .pro-item:hover .pro-name {
    color: rgb(211, 173, 105);
}

#module_451575170 .pro-item:hover .pro-name {
    font-weight: normal;
}

#module_451575170 .pro-item:hover .pro-name {
    text-decoration: none;
}

#module_451575170 .pro-item:hover .pro-name {
    font-style: normal;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-size: 14px;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    color: #fff;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-weight: normal;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    text-decoration: none;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-style: normal;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    background-color: #f10215;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    background-image: none;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    background-repeat: no-repeat;
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451575170 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451575170 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451575170 .selected-light:hover, #module_451575170 .selected-light.active, #module_451575170 .items-active {
    font-size: 12px;
}

#module_451575170 .selected-light:hover, #module_451575170 .selected-light.active, #module_451575170 .items-active {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .selected-light:hover, #module_451575170 .selected-light.active, #module_451575170 .items-active {
    color: #f10215;
}

#module_451575170 .items-active {
    border-color: #f10215;
}

#module_451575170 .bean-finish {
    background: #f10215;
}

#module_451575170 .selected-light:hover, #module_451575170 .selected-light.active, #module_451575170 .items-active {
    font-weight: normal;
}

#module_451575170 .selected-light:hover, #module_451575170 .selected-light.active, #module_451575170 .items-active {
    text-decoration: initial;
}

#module_451575170 .selected-light:hover, #module_451575170 .selected-light.active, #module_451575170 .items-active {
    font-style: normal;
}

#module_451575170 .setting-left-bar:hover {
    background-color: #fafafa;
}

#module_451575170 .setting-right-temp ul li:hover, #module_451575170 .setting-right-temp ul li.active {
    background-color: rgba(255, 255, 255, 0);
}

#module_451575170 .choosed-tab .icsmall:hover {
    color: #999;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    font-size: 12px;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    font-family: arial, helvetica, sans-serif;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    color: #fff;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    font-weight: normal;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    text-decoration: initial;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    font-style: normal;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit {
    background-color: rgb(211, 173, 105);
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-top-color: rgb(211, 173, 105);
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-top-style: solid;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-bottom-color: rgb(211, 173, 105);
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-bottom-style: solid;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-left-color: rgb(211, 173, 105);
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-left-style: solid;
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-right-color: rgb(211, 173, 105);
}

#module_451575170 .pagerGiant .current, #module_451575170 .pagerGiant .submit, #module_451575170 .pagerGiant .inputer:hover {
    border-right-style: solid;
}

#module_451575170 .page-more a:hover {
    font-size: 16px;
}

#module_451575170 .page-more:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451575170 .page-more a:hover {
    color: #666 !important;
}

#module_451575170 .page-more a:hover {
    font-weight: normal;
}

#module_451575170 .page-more a:hover {
    text-decoration: none;
}

#module_451575170 .page-more a:hover {
    font-style: normal;
}

#module_451575170 .page-more a:hover {
    background-color: #fff;
}

#module_451575170 .page-more a:hover {
    border-top-color: #eee;
}

#module_451575170 .page-more a:hover {
    border-top-style: solid;
}

#module_451575170 .page-more a:hover {
    border-bottom-color: #eee;
}

#module_451575170 .page-more a:hover {
    border-bottom-style: solid;
}

#module_451575170 .page-more a:hover {
    border-left-color: #eee;
}

#module_451575170 .page-more a:hover {
    border-left-style: solid;
}

#module_451575170 .page-more a:hover {
    border-right-color: #eee;
}

#module_451575170 .page-more a:hover {
    border-right-style: solid;
}

.module_9988451575170 .ModuleHead .HeadCenter {
    float: none;
}

#module_9988451575170 {
    padding: 0;
}

#module_9988451575170 {
}

#module_9988451575170 .ModuleHead0 {
    display: block;
}

#module_9988451575170 .title {
    font-size: 18px;
}

#module_9988451575170 .title {
    font-family:;
}

#module_9988451575170 .title {
    color: #333;
}

#module_9988451575170 .title {
    font-weight: normal;
}

#module_9988451575170 .title {
    text-decoration: none;
}

#module_9988451575170 .title {
    font-style: normal;
}

#module_9988451575170 .title {
    background-color: transparent;
}

#module_9988451575170 .title {
}

#module_9988451575170 .title {
    background-repeat: no-repeat;
}

#module_9988451575170 .title {
    background-position: 50% 50%;
}

#module_9988451575170 .title {
    background-attachment: scroll;
}

#module_9988451575170 .title {
}

#module_9988451575170 .title {
    height: 50px;
    line-height: 50px;
}

#module_9988451575170 .title {
    text-align: center;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    background-color: #fbfbfb;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-top-color: #e5e5e5;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-top-style: solid;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-top-width: 1px;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-right-color: #e5e5e5;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-right-style: solid;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-right-width: 1px;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-bottom-color: #e5e5e5;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-bottom-style: solid;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-bottom-width: 1px;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-left-color: #e5e5e5;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-left-style: solid;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 .customFormCheckbox, #module_9988451575170 input[type=radio], #module_9988451575170.customFormDatetime, #module_9988451575170 input.input-text-color, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .multi-row-text, #module_9988451575170 .cityval {
    border-left-width: 1px;
}

#module_9988451575170 .smsbtn, #module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 input.input-text-color, #module_9988451575170.customFormDatetime, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .cityval {
    border-top-left-radius: 0;
}

#module_9988451575170 .smsbtn, #module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 input.input-text-color, #module_9988451575170.customFormDatetime, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .cityval {
    border-top-right-radius: 0;
}

#module_9988451575170 .smsbtn, #module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 input.input-text-color, #module_9988451575170.customFormDatetime, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .cityval {
    border-bottom-left-radius: 0;
}

#module_9988451575170 .smsbtn, #module_9988451575170 .smsvcode, #module_9988451575170 .frist_item, #module_9988451575170 .VerificationCodeinput, #module_9988451575170 input.input-text-color, #module_9988451575170.customFormDatetime, #module_9988451575170 .Browse-file, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select, #module_9988451575170 .cityval {
    border-bottom-right-radius: 0;
}

#module_9988451575170 .Describ-text-color {
    font-size: 14px;
}

#module_9988451575170 .Describ-text-color {
    font-family:;
}

#module_9988451575170 .Describ-text-color {
    color: #595959;
}

#module_9988451575170 .Describ-text-color {
    font-weight: normal;
}

#module_9988451575170 .Describ-text-color {
    text-decoration: none;
}

#module_9988451575170 .Describ-text-color {
    font-style: normal;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .smsbtn, #module_9988451575170 .input-text-color, #module_9988451575170 .cityval {
    font-size: 14px;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .smsbtn, #module_9988451575170 .input-text-color, #module_9988451575170 .cityval {
    font-family:;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .input-text-color, #module_9988451575170 .cityval {
    color: #333;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .smsbtn, #module_9988451575170 .input-text-color, #module_9988451575170 .cityval {
    font-weight: normal;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .smsbtn, #module_9988451575170 .input-text-color, #module_9988451575170 .cityval {
    text-decoration: none;
}

#module_9988451575170 .smsvcode, #module_9988451575170 .smsbtn, #module_9988451575170 .input-text-color, #module_9988451575170 .cityval {
    font-style: normal;
}

#module_9988451575170 .smsvaldatebox, #module_9988451575170 .frist_item, #module_9988451575170 input.input-text-color, #module_9988451575170 .customFormDatetime, #module_9988451575170 .pcCitybox select {
    line-height: 38px;
    height: 38px;
}

#module_9988451575170 .input-text-color::placeholder, #module_9988451575170 .smsvcode::placeholder {
    font-size: 14px;
}

#module_9988451575170 .input-text-color::placeholder, #module_9988451575170 .smsvcode::placeholder {
    color: #333;
}

#module_9988451575170 .input-text-color::placeholder, #module_9988451575170 .smsvcode::placeholder {
    font-weight: normal;
}

#module_9988451575170 .input-text-color::placeholder, #module_9988451575170 .smsvcode::placeholder {
    text-decoration: none;
}

#module_9988451575170 .input-text-color::placeholder, #module_9988451575170 .smsvcode::placeholder {
    font-style: normal;
}

#module_9988451575170 .submitbtn {
    font-size: 14px;
}

#module_9988451575170 .submitbtn {
    font-family:;
}

#module_9988451575170 .submitbtn {
    color: #fff;
}

#module_9988451575170 .submitbtn {
    font-weight: normal;
}

#module_9988451575170 .submitbtn {
    text-decoration: none;
}

#module_9988451575170 .submitbtn {
    font-style: normal;
}

#module_9988451575170 .submitbtn {
    background-color: #f10215;
}

#module_9988451575170 input[type=radio]:checked, #module_9988451575170 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215
}

#module_9988451575170 .submitbtn {
}

#module_9988451575170 .submitbtn {
    background-repeat: no-repeat;
}

#module_9988451575170 .submitbtn {
    background-position: 50% 50%;
}

#module_9988451575170 .submitbtn {
    background-attachment: scroll;
}

#module_9988451575170 .submitbtn {
}

#module_9988451575170 .submitbtnbox {
    justify-content: flex-start;
}

#module_9988451575170 .submitbtn {
    width: 100%;
}

#module_9988451575170 .submitbtn {
    height: 40px;
    line-height: 40px;
}

#module_9988451575170 .submitbtn {
    border-top-left-radius: 0;
}

#module_9988451575170 .submitbtn {
    border-top-right-radius: 0;
}

#module_9988451575170 .submitbtn {
    border-bottom-left-radius: 0;
}

#module_9988451575170 .submitbtn {
    border-bottom-right-radius: 0;
}

#module_9988451575170 .vcbtn1 {
    background-color: #f10215;
}

#module_9988451575170 .vcbtn1 {
    color: #fff;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-top-color: #e50b1c;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-top-style: solid;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-right-color: #e50b1c;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-right-style: solid;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-bottom-color: #e50b1c;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-bottom-style: solid;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-left-color: #e50b1c;
}

#module_9988451575170 .frist_item:hover, #module_9988451575170 .smsvcode:hover, #module_9988451575170 .VerificationCodeinput:hover, #module_9988451575170 .customFormCheckbox:hover, #module_9988451575170 input[type=radio]:hover, #module_9988451575170 input.input-text-color:hover, #module_9988451575170.customFormDatetime:hover, #module_9988451575170 .Browse-file:hover, #module_9988451575170 .customFormDatetime:hover, #module_9988451575170 .pcCitybox select:hover, #module_9988451575170 .multi-row-text:hover, #module_9988451575170 .cityval:hover {
    border-left-style: solid;
}

#module_9988451575170 .submitbtn:hover {
    font-size: 14px;
}

#module_9988451575170 .submitbtn:hover {
    color: #fff;
}

#module_9988451575170 .submitbtn:hover {
    font-weight: normal;
}

#module_9988451575170 .submitbtn:hover {
    text-decoration: none;
}

#module_9988451575170 .submitbtn:hover {
    font-style: normal;
}

#module_9988451575170 .submitbtn:hover {
    background-color: #e50b1c;
}

#module_9988451575170 .submitbtn:hover {
}

#module_9988451575170 .submitbtn:hover {
    background-repeat: no-repeat;
}

#module_9988451575170 .submitbtn:hover {
    background-position: 50% 50%;
}

#module_9988451575170 .submitbtn:hover {
    background-attachment: scroll;
}

#module_9988451575170 .submitbtn:hover {
}

.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content {
    padding: 10px;
}

.ModuleGridContainer.ModuleGridContainer451578672 #Sub451577464_1 {
    width: 29.4872%;
}

.ModuleGridContainer.ModuleGridContainer451577464 #Sub451577464_1 {
    width: 29.4872%;
}

.ModuleGridContainer.ModuleGridContainer451577464 .SubPadding {
    width: 30px;
}

.ModuleGridContainer.ModuleGridContainer451577464 #Sub451577464_2 {
    width: 70.5128%;
}

.ModuleGridContainer.ModuleGridContainer451578672 #Sub451577464_2 {
    width: 70.5128%;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer {
    display: table-cell;
    vertical-align: top;
}

#module_451577464 {
    padding: 0;
}

#module_451577464 {
    position: static;
    z-index: 1;
    top: 19px;
    left: 0;
    width: 100%;
    height: auto;
}

#module_451577464 .ModuleHead451577464 {
    display: none;
}

#module_451577464 .BodyCenter.BodyCenter451577464 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451577464 > .module_451577464 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451577464 > .module_451577464 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451577464 .BodyCenter.BodyCenter451577464 {
        padding-top: 45px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451577464 .BodyCenter.BodyCenter451577464 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451577464 > .module_451577464 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451577464 > .module_451577464 {
        margin-top: 2.8818%;
        margin-left: 2.8818%;
        margin-right: 2.8818%;
        margin-bottom: 2.8818%;
    }
}

#module_451577464 > .module_451577464 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451577464:hover {
    border: none;
}

#module_451577464:hover > .module_451577464 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451577464 .ModuleSubContainer {
    background-color: transparent;
}

#module_451577464 .ModuleSubContainer {
    background-image: none;
}

#module_451577464 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451577464 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451577464 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451577464 .ModuleSubContainer {
}

#module_451577464 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451577464 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451577464 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451577464 {
}

.ModuleGridContainer.ModuleGridContainer451577464 .SubPadding {
    width: 30px;
}

.flexs {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item {
    margin: 0 2% 2% 0;
    background-color: #f8f8f8;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img {
    overflow: hidden;
    display: block;
    height: auto;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img .dummy {
    padding-top: 100%;
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img img {
    transition: all 0.3s linear 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.ModuleProductListGiant.layout-104 .pro-container a:hover .pro-img img {
    transform: scale(1.1);
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-name, .ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-desc {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-name {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis; /*white-space: nowrap; */
}

.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-desc {
    line-height: 24px;
    font-size: 14px;
    height: 22px;
    overflow: hidden;
}

.ModuleProductListGiant.layout-104 .pro-container .pro-text {
    width: 100%;
    padding: 7% 5%;
}

.ModuleProductListGiant.layout-104 a:active, .ModuleProductListGiant.layout-107 a:visited, .ModuleProductListGiant.layout-107 a:focus {
    text-decoration: none;
}

.ModuleProductListGiant.layout-104 .pro-desc {
    word-break: break-word !important;
}

.ModuleProductListGiant.layout-104 .pro-name {
    word-break: break-word !important;
}

.ModuleProductListGiant.layout-104 .smailtool {
    align-items: flex-start;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
}

.ModuleProductListGiant.layout-104 .VRDiv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px 12px;
}

.ModuleProductListGiant.layout-104 .VRDiv > svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.ModuleProductListGiant.layout-104 .VRTipstxt {
    margin-left: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-104 .pred-filter {
        display: block
    }

    .ModuleProductListGiant.layout-104 .silder-filter, .btn-filter {
        display: none
    }

    .ModuleProductListGiant.layout-104 .pro-container .pro-item:hover {
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-lg-2 {
        width: 49%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-lg-2 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-lg-3 {
        width: 32%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-lg-3 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-lg-4 {
        width: 23.5%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-lg-4 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-lg-5 {
        width: 18.4%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-lg-5 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-lg-6 {
        width: 15%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-lg-6 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-lg-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-lg-1 {
        margin-right: 0 !important;
    }
}

.ModuleProductListGiant.layout-104 .bean-finish {
    background: #000;
    color: #fff;
}

.ModuleProductListGiant.layout-104 .items-active {
    background: transparent;
    color: #000;
}

.ModuleProductListGiant.layout-104 .selected-light:hover {
    color: #000;
}

.ModuleProductListGiant.layout-104 .choosed-tab {
    color: #000
}

@media only screen and (max-width: 767px) {
    .ModuleProductDetailGiant .mobile-footer {
        display: block;
        background: #fff;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 25;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        transition: all .3s ease-out;
    }

    .ModuleProductListGiant.layout-104 .smailtool {
        right: 5px
    }

    .ModuleProductListGiant.layout-104 .VRDiv {
        max-width: 100px;
        overflow: hidden;
    }

    .ModuleProductListGiant.layout-104 .pred-filter {
        display: none
    }

    .ModuleProductListGiant.layout-104 .silder-filter, .btn-filter {
        display: block
    }

    .ModuleProductListGiant.layout-104 .pro-container .pro-text {
        width: 100%;
        padding: 5% 5%;
    }

    .ModuleProductListGiant.layout-104 .pro-container .pro-item {
        margin: 0 3.1% 3.1% 0 !important;
        width: 49%;
        border: 5px solid #fff;
        box-sizing: border-box;
        border-top: 0px solid #fff;
    }

    .ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-name {
        font-size: 14px;
        padding-bottom: 0
    }

    .ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-desc {
        font-size: 10px;
    }

    .ModuleProductDetailGiant.layout-108 .swiperBox {
        width: 100% !important;
    }

    .ModuleProductDetailGiant.layout-108 .introduce {
        width: 100% !important;
    }

    .ModuleProductDetailGiant.layout-108 .swiper-slide {
        width: 392px;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-xs-2 {
        width: 48.4% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-xs-2 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-xs-3 {
        width: 31.1% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-xs-3 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-xs-4 {
        width: 23.5% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-xs-4 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-xs-5 {
        width: 18.4% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-xs-5 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-xs-6 {
        width: 15% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-xs-6 {
        margin-right: 0 !important;
    }

    .ModuleProductListGiant.layout-104 .pro-item.col-xs-1 {
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-xs-1 {
        margin-right: 0 !important;
    }
}

.ModuleProductListGiant.layout-104 .videosDiv {
    border-radius: 8px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.4);
}

.ModuleProductListGiant.layout-104 .videosTis {
    color: #fff;
    font-size: 12px;
}

.ModuleProductListGiant.layout-104 .videosTis > svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

.ModuleProductListGiant.layout-104 .pagerGiant .inputer {
    outline: 0;
}

.ModuleButtonGiant.layout-104 .buttonbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.module_451578672 .ModuleHead .HeadCenter {
    float: none;
}

#module_451578672 {
    padding: 0;
}

#module_451578672 {
    position: static;
    z-index: 0;
    top: 445px;
    left: 1361px;
    width: 100%;
    height: auto;
}

#module_451578672 .ModuleHead451578672 {
    display: none;
}

#module_451578672 .BodyCenter.BodyCenter451578672 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451578672 > .module_451578672 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451578672 > .module_451578672 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451578672 .BodyCenter.BodyCenter451578672 {
        padding-top: 51px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451578672 .BodyCenter.BodyCenter451578672 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451578672 > .module_451578672 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_451578672 > .module_451578672 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451578672 > .module_451578672 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451578672:hover {
    border: none;
}

#module_451578672:hover > .module_451578672 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451578672 .ModuleSubContainer {
    background-color: transparent;
}

#module_451578672 .ModuleSubContainer {
    background-image: none;
}

#module_451578672 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_451578672 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_451578672 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_451578672 .ModuleSubContainer {
}

#module_451578672 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_451578672 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_451578672 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer451578672 {
}

.ModuleGridContainer.ModuleGridContainer451578672 .SubPadding {
    width: 30px;
}

.module_451555667 .ModuleHead .HeadCenter {
    float: none;
}

#module_451555667 {
    padding: 0;
}

#module_451555667 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451555667 .ModuleHead451555667 {
    display: none;
}

#module_451555667 .BodyCenter.BodyCenter451555667 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451555667 > .module_451555667 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_451555667 > .module_451555667 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_451555667 .BodyCenter.BodyCenter451555667 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451555667 .BodyCenter.BodyCenter451555667 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451555667 > .module_451555667 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451555667 > .module_451555667 {
        margin-top: 2.8818%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }

    .ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
        display: inline-block;
    }
}

#module_451555667 > .module_451555667 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451555667:hover {
    border: none;
}

#module_451555667:hover > .module_451555667 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451555667 .VRDiv {
    background-color: rgba(0, 0, 0, 0.4);
}

#module_451555667 .VRDiv {
    background-image: none;
}

#module_451555667 .VRDiv {
    background-repeat: no-repeat;
}

#module_451555667 .VRDiv {
}

#module_451555667 .VRDiv {
}

#module_451555667 .VRDiv {
}

#module_451555667 .VRDiv {
    border-top-left-radius: 8px;
}

#module_451555667 .VRDiv {
    border-top-right-radius: 8px;
}

#module_451555667 .VRDiv {
    border-bottom-left-radius: 8px;
}

#module_451555667 .VRDiv {
    border-bottom-right-radius: 8px;
}

#module_451555667 .vrIcon {
    font-size: 16px;
}

#module_451555667 .vrIcon > svg {
    width: 16px;
    height: 16px
}

#module_451555667 .vrIcon {
    color: #fff;
}

#module_451555667 .vrIcon > svg {
    fill: #fff;
}

#module_451555667 .VRDiv {
    padding-top: 8px;
}

#module_451555667 .VRDiv {
    padding-bottom: 8px;
}

#module_451555667 .VRDiv {
    padding-left: 12px;
}

#module_451555667 .VRDiv {
    padding-right: 12px;
}

#module_451555667 .VRTipstxt {
    font-size: 14px;
}

#module_451555667 .VRTipstxt {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451555667 .VRTipstxt {
    color: #fff;
}

#module_451555667 .VRTipstxt {
    font-weight: normal;
}

#module_451555667 .VRTipstxt {
    text-decoration: none;
}

#module_451555667 .VRTipstxt {
    font-style: normal;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    max-width: 1200px;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    background-color: #fff;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    background-image: none;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    background-repeat: no-repeat;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
}

#module_451555667 .params-content {
    border-top-color: #999;
}

#module_451555667 .params-content {
    border-top-style: solid;
}

#module_451555667 .params-content {
    border-top-width: 1px;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    padding-top: 0;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    padding-bottom: 0;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    padding-left: 10px;
}

#module_451555667 .ModuleProductDetailGiant .ModuleProduteDetailMain {
    padding-right: 10px;
}

#module_451555667 .pro-btn-share.active {
    color: #fff;
}

#module_451555667 .common-border-color {
    border-color: #000000;
}

#module_451555667 .particularsNavBox .active, #module_451555667 .pro-btn.active, #module_451555667 .tb-viewer-btn {
    border-color: #000000;
}

#module_451555667 .pro-btn.active, #module_451555667 .tb-viewer-btn {
    background-color: #000000;
}

#module_451555667 .swiperBox {
    width: 40.57%;
}

#module_451555667 .introduce {
    width: calc(100% - 40.57% - 85px);
}

#module_451555667 .dummy {
    padding-top: 100%;
}

#module_451555667 .mobile-inSlide-size {
    object-fit: unset;
}

#module_451555667 .mobile-inSlide-size {
    width: auto;
}

#module_451555667 .mobile-inSlide-size {
    height: auto;
}

#module_451555667 .pro-big-pic-wb {
    border: 1px solid rgb(216, 216, 216);
}

#module_451555667 .gallery-thumbs .swiper-slide .inSwiper-slide {
    border-color: rgb(216, 216, 216);
}

#module_451555667 .pro-thumbnail-direction {
    color: #ccc;
}

#module_451555667 .pro-name {
    font-size: 24px;
}

#module_451555667 .pro-name {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .pro-name {
    color: #333;
}

#module_451555667 .pro-name {
    font-weight: normal;
}

#module_451555667 .pro-name {
    text-decoration: none;
}

#module_451555667 .pro-name {
    font-style: normal;
}

#module_451555667 .pro-desc span {
    font-size: 14px;
}

#module_451555667 .pro-desc span {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .pro-desc span {
    color: #666;
}

#module_451555667 .pro-desc span {
    font-weight: normal;
}

#module_451555667 .pro-desc span {
    text-decoration: none;
}

#module_451555667 .pro-desc span {
    font-style: normal;
}

#module_451555667 .pro-desc {
    margin-top: 15px;
}

#module_451555667 .pro-desc {
    margin-bottom: 20px;
}

#module_451555667 .pro-desc {
    margin-left: 0;
}

#module_451555667 .pro-desc {
    margin-right: 0;
}

#module_451555667 .pro-row .stress {
    border-top-color: #f10215;
}

#module_451555667 .pro-row .stress {
    border-top-style: solid;
}

#module_451555667 .pro-row .stress {
    border-top-width: 1px;
}

#module_451555667 .pro-row .stress {
    border-right-color: #f10215;
}

#module_451555667 .pro-row .stress {
    border-right-style: solid;
}

#module_451555667 .pro-row .stress {
    border-right-width: 1px;
}

#module_451555667 .pro-row .stress {
    border-bottom-color: #f10215;
}

#module_451555667 .pro-row .stress {
    border-bottom-style: solid;
}

#module_451555667 .pro-row .stress {
    border-bottom-width: 1px;
}

#module_451555667 .pro-row .stress {
    border-left-color: #f10215;
}

#module_451555667 .pro-row .stress {
    border-left-style: solid;
}

#module_451555667 .pro-row .stress {
    border-left-width: 1px;
}

#module_451555667 .pro-row .stress {
    font-size: 12px;
}

#module_451555667 .pro-row .stress {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .pro-row .stress {
    color: #f10215;
}

#module_451555667 .pro-row .stress {
    font-weight: normal;
}

#module_451555667 .pro-row .stress {
    text-decoration: none;
}

#module_451555667 .pro-row .stress {
    font-style: normal;
}

#module_451555667 .enquiry, #module_451555667 .mob-enquiry, #module_451555667 .mob-enquirylink, #module_451555667 .enquirylink {
    background-color: #000 !important;
    border-color: #000 !important;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    background-image: none;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    background-repeat: no-repeat;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    font-size: 25px;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .enquiry, #module_451555667 .mob-enquiry, #module_451555667 .mob-enquirylink, #module_451555667 .enquirylink, #module_451555667 .tb-viewer-btn {
    color: #fff;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    font-weight: normal;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    text-decoration: none;
}

#module_451555667 .enquiry, #module_451555667 .enquirylink {
    font-style: normal;
}

#module_451555667 .params-name li {
    font-size: 16px;
}

#module_451555667 .params-name li {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451555667 .params-name li {
    color: #333;
}

#module_451555667 .params-name li {
    font-weight: normal;
}

#module_451555667 .params-name li {
    text-decoration: none;
}

#module_451555667 .params-name li {
    font-style: normal;
}

#module_451555667 .param .spec-text, #module_451555667 .params-content {
    font-size: 14px;
}

#module_451555667 .param .spec-text, #module_451555667 .params-content {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451555667 .param .spec-text, #module_451555667 .params-content {
    color: #999;
}

#module_451555667 .param .spec-text, #module_451555667 .params-content {
    font-weight: normal;
}

#module_451555667 .param .spec-text, #module_451555667 .params-content {
    text-decoration: none;
}

#module_451555667 .param .spec-text, #module_451555667 .params-content {
    font-style: normal;
}

#module_451555667 .param .spec-title {
    font-size: 14px;
}

#module_451555667 .param .spec-title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451555667 .param .spec-title {
    color: #999;
}

#module_451555667 .param .dian {
    background-color: #999;
}

#module_451555667 .param .spec-title {
    font-weight: normal;
}

#module_451555667 .param .spec-title {
    text-decoration: none;
}

#module_451555667 .param .spec-title {
    font-style: normal;
}

#module_451555667 ul.particularsNavBox .particularsNav a {
    font-size: 16px;
}

#module_451555667 ul.particularsNavBox .particularsNav a {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 ul.particularsNavBox .particularsNav a {
    color: #333;
}

#module_451555667 ul.particularsNavBox .particularsNav a {
    font-weight: normal;
}

#module_451555667 ul.particularsNavBox .particularsNav a {
    text-decoration: none;
}

#module_451555667 ul.particularsNavBox .particularsNav a {
    font-style: normal;
}

#module_451555667 .pro-btn-share .share-text {
    font-size: 25px;
}

#module_451555667 .pro-btn-share .share-text {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .pro-btn-share .share-text {
    color: #333;
}

#module_451555667 .pro-btn-share .share-text {
    font-weight: normal;
}

#module_451555667 .pro-btn-share .share-text {
    text-decoration: none;
}

#module_451555667 .pro-btn-share .share-text {
    font-style: normal;
}

#module_451555667 .pro-btn-share .iconfont {
    font-size: 18px;
}

#module_451555667 .pro-btn-share .iconfont {
    color: #333;
}

#module_451555667 .pro-btn-share {
    border-top-color: #666;
}

#module_451555667 .pro-btn-share {
    border-top-style: solid;
}

#module_451555667 .pro-btn-share {
    border-top-width: 1px;
}

#module_451555667 .pro-btn-share {
    border-right-color: #666;
}

#module_451555667 .pro-btn-share {
    border-right-style: solid;
}

#module_451555667 .pro-btn-share {
    border-right-width: 1px;
}

#module_451555667 .pro-btn-share {
    border-bottom-color: #666;
}

#module_451555667 .pro-btn-share {
    border-bottom-style: solid;
}

#module_451555667 .pro-btn-share {
    border-bottom-width: 1px;
}

#module_451555667 .pro-btn-share {
    border-left-color: #666;
}

#module_451555667 .pro-btn-share {
    border-left-style: solid;
}

#module_451555667 .pro-btn-share {
    border-left-width: 1px;
}

#module_451555667 .downloadonc span {
    font-size: 13px;
}

#module_451555667 .downloadonc span {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451555667 .downloadonc span {
    color: #333;
}

#module_451555667 .downloadonc span {
    font-weight: normal;
}

#module_451555667 .downloadonc span {
    text-decoration: none;
}

#module_451555667 .downloadonc span {
    font-style: normal;
}

#module_451555667 .downloadonc .iconfont {
    font-size: 16px;
}

#module_451555667 .downloadonc .iconfont {
    color: #333;
}

#module_451555667 .downloadonc {
    border-top-color: #666;
}

#module_451555667 .downloadonc {
    border-top-style: solid;
}

#module_451555667 .downloadonc {
    border-top-width: 1px;
}

#module_451555667 .downloadonc {
    border-right-color: #666;
}

#module_451555667 .downloadonc {
    border-right-style: solid;
}

#module_451555667 .downloadonc {
    border-right-width: 1px;
}

#module_451555667 .downloadonc {
    border-bottom-color: #666;
}

#module_451555667 .downloadonc {
    border-bottom-style: solid;
}

#module_451555667 .downloadonc {
    border-bottom-width: 1px;
}

#module_451555667 .downloadonc {
    border-left-color: #666;
}

#module_451555667 .downloadonc {
    border-left-style: solid;
}

#module_451555667 .downloadonc {
    border-left-width: 1px;
}

#module_451555667 .por-prev a, #module_451555667 .por-next a {
    font-size: 14px;
}

#module_451555667 .por-prev a, #module_451555667 .por-next a {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .por-prev a, #module_451555667 .por-next a {
    color: rgb(211, 173, 105);
}

#module_451555667 .por-prev a, #module_451555667 .por-next a {
    font-weight: bold;
}

#module_451555667 .por-prev a, #module_451555667 .por-next a {
    text-decoration: underline;
}

#module_451555667 .por-prev a, #module_451555667 .por-next a {
    font-style: normal;
}

#module_451555667 .VRDiv:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#module_451555667 .VRDiv:hover {
    background-image: none;
}

#module_451555667 .VRDiv:hover {
    background-repeat: no-repeat;
}

#module_451555667 .VRDiv:hover {
}

#module_451555667 .VRDiv:hover {
}

#module_451555667 .VRDiv:hover {
}

#module_451555667 .VRDiv:hover .vrIcon {
    font-size: 16px;
}

#module_451555667 .VRDiv:hover .vrIcon > svg {
    width: 16px;
    height: 16px
}

#module_451555667 .VRDiv:hover .vrIcon {
    color: #fff;
}

#module_451555667 .VRDiv:hover .vrIcon > svg {
    fill: #fff;
}

#module_451555667 .gallery-thumbs .swiper-slide.active .inSwiper-slide {
    border-color: rgb(211, 173, 105);
}

#module_451555667 ul.particularsNavBox .particularsNav.active a {
    font-size: 16px;
}

#module_451555667 ul.particularsNavBox .particularsNav.active a {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 ul.particularsNavBox .particularsNav.active a {
    color: rgb(211, 173, 105) !important;
}

#module_451555667 ul.particularsNavBox .particularsNav.active a {
    font-weight: normal;
}

#module_451555667 ul.particularsNavBox .particularsNav.active a {
    text-decoration: none;
}

#module_451555667 ul.particularsNavBox .particularsNav.active a {
    font-style: normal;
}

#module_451555667 ul.particularsNavBox .particularsNav.active {
    border-bottom-color: rgb(211, 173, 105);
}

#module_451555667 ul.particularsNavBox .particularsNav.active {
    border-bottom-style: solid;
}

#module_451555667 ul.particularsNavBox .particularsNav.active {
    border-bottom-width: 4px;
}

#module_451555667 .pro-btn-share:hover .iconfont {
    font-size: 18px;
}

#module_451555667 .pro-btn-share:hover .iconfont {
    color: #333;
}

#module_451555667 .pro-btn-share:hover {
    border-top-color: #ccc;
}

#module_451555667 .pro-btn-share:hover {
    border-top-style: solid;
}

#module_451555667 .pro-btn-share:hover {
    border-top-width: 1px;
}

#module_451555667 .pro-btn-share:hover {
    border-right-color: #ccc;
}

#module_451555667 .pro-btn-share:hover {
    border-right-style: solid;
}

#module_451555667 .pro-btn-share:hover {
    border-right-width: 1px;
}

#module_451555667 .pro-btn-share:hover {
    border-bottom-color: #ccc;
}

#module_451555667 .pro-btn-share:hover {
    border-bottom-style: solid;
}

#module_451555667 .pro-btn-share:hover {
    border-bottom-width: 1px;
}

#module_451555667 .pro-btn-share:hover {
    border-left-color: #ccc;
}

#module_451555667 .pro-btn-share:hover {
    border-left-style: solid;
}

#module_451555667 .pro-btn-share:hover {
    border-left-width: 1px;
}

#module_451555667 .pro-btn-share:hover .share-text {
    font-size: 25px;
}

#module_451555667 .pro-btn-share:hover .share-text {
    font-family: arial, helvetica, sans-serif;
}

#module_451555667 .pro-btn-share:hover .share-text, #module_451555667 .pro-btn-share:hover .pc-share-list-text span {
    color: #333;
}

#module_451555667 .pro-btn-share:hover .share-text {
    font-weight: normal;
}

#module_451555667 .pro-btn-share:hover .share-text {
    text-decoration: none;
}

#module_451555667 .pro-btn-share:hover .share-text {
    font-style: normal;
}

#module_451555667 .downloadonc span:hover {
    font-size: 13px;
}

#module_451555667 .downloadonc span:hover {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451555667 .downloadonc span:hover {
    color: #333;
}

#module_451555667 .downloadonc span:hover {
    font-weight: normal;
}

#module_451555667 .downloadonc span:hover {
    text-decoration: none;
}

#module_451555667 .downloadonc span:hover {
    font-style: normal;
}

#module_451555667 .downloadonc .iconfont:hover {
    font-size: 16px;
}

#module_451555667 .downloadonc .iconfont:hover {
    color: #333;
}

#module_451555667 .downloadonc:hover {
    border-top-color: #666;
}

#module_451555667 .downloadonc:hover {
    border-top-style: solid;
}

#module_451555667 .downloadonc:hover {
    border-top-width: 1px;
}

#module_451555667 .downloadonc:hover {
    border-right-color: #666;
}

#module_451555667 .downloadonc:hover {
    border-right-style: solid;
}

#module_451555667 .downloadonc:hover {
    border-right-width: 1px;
}

#module_451555667 .downloadonc:hover {
    border-bottom-color: #666;
}

#module_451555667 .downloadonc:hover {
    border-bottom-style: solid;
}

#module_451555667 .downloadonc:hover {
    border-bottom-width: 1px;
}

#module_451555667 .downloadonc:hover {
    border-left-color: #666;
}

#module_451555667 .downloadonc:hover {
    border-left-style: solid;
}

#module_451555667 .downloadonc:hover {
    border-left-width: 1px;
}

.ModuleProductListGiant.layout-122 .swiper-container.hover-event.swiper-container-horizontal {
    width: 100%;
}

.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {
    width: 100%;
}

.ModuleGridContainer.ModuleGridContainer452006978 {
    max-width: none;
    width: 100%; /* margin: auto; */
}

.ModuleGridContainer.ModuleGridContainer452006978 #Sub452006978_1 {
    width: 20%;
}

#module_452006978 .BodyCenter.BodyCenter452006978 {
    background: none;
    background-color: rgb(242, 242, 242);
}

.module_452026691 .ModuleHead .HeadCenter {
    float: none;
}

#module_452026691 {
    padding: 0;
}

#module_452026691 {
    position: static;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#module_452026691 .ModuleHead452026691 {
    display: none;
}

#module_452026691 > .module_452026691 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_452026691 > .module_452026691 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width: 768px) {
    #module_452026691 .BodyCenter.BodyCenter452026691 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452026691 .BodyCenter.BodyCenter452026691 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_452026691 > .module_452026691 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452026691 > .module_452026691 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#module_452026691 > .module_452026691 {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.09)
}

#module_452026691:hover {
    border: none;
}

#module_452026691:hover > .module_452026691 {
    border-color: #ccc;
}

#module_452026691:hover > .module_452026691 {
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.23);
    transition: box-shadow 0.5s ease 0s;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    background-color: rgba(0, 0, 0, 0);
}

#module_452026691 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
    background-size: cover;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    background-position: 50% 50%;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_452026691 .ModuleHoverBoxItem_1 {
}

#module_452026691 .ModuleHoverBoxItem_1 {
    padding-top: 40px;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    padding-bottom: 40px;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    padding-left: 0;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    padding-right: 0;
}

#module_452026691 .ModuleHoverBoxItem_2 {
    background-color: rgba(0, 0, 0, 0);
}

#module_452026691 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
    background-size: cover;
}

#module_452026691 .ModuleHoverBoxItem_2 {
    background-position: 50% 50%;
}

#module_452026691 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_452026691 .ModuleHoverBoxItem_2 {
}

#module_452026691 .ModuleHoverBoxItem_2 {
    padding-top: 40px;
}

#module_452026691 .ModuleHoverBoxItem_2 {
    padding-bottom: 40px;
}

#module_452026691 .ModuleHoverBoxItem_2 {
    padding-left: 0;
}

#module_452026691 .ModuleHoverBoxItem_2 {
    padding-right: 0;
}

#module_452026691 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.ModuleGridContainer.ModuleGridContainer452006978 .SubPadding {
    width: 30px;
}

#module_452006978 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_452026691 .ModuleHoverBoxItem_1 {
    padding: 40px 0;
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer {
    width: 100%;
    height: 100%
}

.module_452020491 .ModuleHead .HeadCenter {
    float: none;
}

#module_452020491 {
    padding: 0;
}

#module_452020491 {
    position: static;
    z-index: 0;
    top: 1735px;
    left: 453px;
    width: 100%;
    height: auto;
}

#module_452020491 .ModuleHead452020491 {
    display: none;
}

#module_452020491 .ModuleImageTextGiantContent {
    margin-top: 0;
}

#module_452020491 .ModuleImageTextGiantContent {
    margin-bottom: 0;
}

#module_452020491 .ModuleImageTextGiantContent {
    margin-left: 0;
}

#module_452020491 .ModuleImageTextGiantContent {
    margin-right: 0;
}

#module_452020491 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_452020491 .imageTextGiant-Container {
    padding-bottom: 10px;
}

#module_452020491 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_452020491 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_452020491 .showHandle .btn {
    font-size: 14px;
}

#module_452020491 .showHandle .btn {
    font-family:;
}

#module_452020491 .showHandle .btn {
    color: #333;
}

#module_452020491 .showHandle .btn {
    font-weight: 400;
}

#module_452020491 .showHandle .btn {
    text-decoration: none;
}

#module_452020491 .showHandle .btn {
    font-style: normal;
}

#module_452020491 .showHandle div {
    border-top-color: #ddd !important;
}

#module_452020491 .showHandle div {
    border-top-style: solid !important;
}

#module_452020491 .showHandle div {
    border-top-width: 1px !important;
}

#module_452020491 .showHandle {
    background-color: transparent;
}

#module_452020491 .showHandle {
}

#module_452020491 .showHandle {
    background-repeat: no-repeat;
}

#module_452020491 .showHandle {
}

#module_452020491 .showHandle {
}

#module_452020491 .showHandle {
}

#module_452020491 a {
    font-size: unset;
    font-family: unset
}

.module_452024093 .ModuleHead .HeadCenter {
    float: none;
}

.module_453878262 .ModuleHead .HeadCenter {
    float: none;
}

#module_453878262 {
    padding: 0;
}

#module_453878262 {
    position: static;
    z-index: 1;
    top: 1228px;
    left: 1080px;
    width: 100%;
    height: auto;
}

#module_453878262 .ModuleHead453878262 {
    display: none;
}

#module_453878262 .BodyCenter.BodyCenter453878262 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_453878262 > .module_453878262 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0;
}

#module_453878262 > .module_453878262 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
    #module_453878262 .BodyCenter.BodyCenter453878262 {
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_453878262 .BodyCenter.BodyCenter453878262 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_453878262 > .module_453878262 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #module_453878262 > .module_453878262 {
        margin-top: 2.8818%;
        margin-left: 2.8818%;
        margin-right: 2.8818%;
        margin-bottom: 2.8818%;
    }
}

#module_453878262 > .module_453878262 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_453878262:hover {
    border: none;
}

#module_453878262:hover > .module_453878262 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_453878262 .ModuleSubContainer {
    background-color: transparent;
}

#module_453878262 .ModuleSubContainer {
    background-image: none;
}

#module_453878262 .ModuleSubContainer {
    background-repeat: no-repeat;
}

#module_453878262 .ModuleSubContainer {
    background-position: 0% 0%;
}

#module_453878262 .ModuleSubContainer {
    background-attachment: scroll;
}

#module_453878262 .ModuleSubContainer {
}

#module_453878262 .gridBgVideo .bgVideoMask {
    opacity: 0.2
}

#module_453878262 .ModuleSubContainer {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

#module_453878262 .ModuleSubContainer:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer453878262 {
}

.ModuleGridContainer.ModuleGridContainer453878262 .SubPadding {
    width: 0;
}

@media screen and (min-width: 768px) {
    #module_453878663 .BodyCenter.BodyCenter453878663 {
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #module_453878668 .BodyCenter.BodyCenter453878668 {
        padding-top: 1.3075%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_453878950 .BodyCenter.BodyCenter453878950 {
        padding-top: 12.9199%;
        padding-left: 7.7519%;
        padding-right: 7.7519%;
        padding-bottom: 12.9199%;
    }
}

#module_452449531 {
    padding: 0px;
}

#module_452449531 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_452449531 .ModuleHead452449531 {
    display: none;
}

#module_452449531 .BodyCenter.BodyCenter452449531 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_452449531 > .module_452449531 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_452449531 > .module_452449531 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_452449531 .BodyCenter.BodyCenter452449531 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452449531 .BodyCenter.BodyCenter452449531 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    #module_452449531 > .module_452449531 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452449531 > .module_452449531 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_452449531 > .module_452449531 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452449531:hover {
    border: none;
}

#module_452449531:hover > .module_452449531 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452449531 .BodyCenter {
    text-align: center;
}

#module_452449531 .moduleButton {
    font-size: 14px;
}

#module_452449531 .moduleButton {
    font-family: arial, helvetica, sans-serif;
}

#module_452449531 .moduleButton {
    color: #fff;
}

#module_452449531 .moduleButton {
    font-weight: normal;
}

#module_452449531 .moduleButton {
    text-decoration: none;
}

#module_452449531 .moduleButton {
    font-style: normal;
}

#module_452449531 .moduleButton, #module_452449531 .moduleButton:before {
    background-color: rgb(211, 173, 105);
}

#module_452449531 .moduleButton, #module_452449531 .moduleButton:before {
    background-image: none;
}

#module_452449531 .moduleButton, #module_452449531 .moduleButton:before {
    background-repeat: no-repeat;
}

#module_452449531 .moduleButton, #module_452449531 .moduleButton:before {
    background-position: none;
}

#module_452449531 .moduleButton, #module_452449531 .moduleButton:before {
    background-attachment: none;
}

#module_452449531 .moduleButton, #module_452449531 .moduleButton:before {
}

#module_452449531 .moduleButton {
    border-color: #000;
}

#module_452449531 .moduleButton {
    border-style: solid;
}

#module_452449531 .moduleButton {
    border-width: 0px;
}

#module_452449531 .moduleButton {
    width: 180px;
}

#module_452449531 .moduleButton, #module_452449531 .BreadsvgIcon {
    height: 50px
}

#module_452449531 .BodyCenter {
    color: #fff;
}

#module_452449531 .moduleButton {
    border-top-left-radius: 0px;
}

#module_452449531 .moduleButton {
    border-top-right-radius: 0px;
}

#module_452449531 .moduleButton {
    border-bottom-left-radius: 0px;
}

#module_452449531 .moduleButton {
    border-bottom-right-radius: 0px;
}

#module_452449531 .BreadIcon {
    font-size: 16px;
}

#module_452449531 .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_452449531 .BreadIcon {
    color: #fff;
}

#module_452449531 .BreadsvgIcon svg > * {
    fill: #fff;
}

#module_452449531 .BreadIcon, #module_452449531 .BreadsvgIcon {
    margin-left: 10px;
}

#module_452449531 .BreadIcon, #module_452449531 .BreadsvgIcon {
    margin-right: 10px;
}

#module_452449531 .moduleButton {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_452449531 .moduleButton:hover .BreadIcon {
    font-size: 16px;
}

#module_452449531 .moduleButton:hover .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_452449531 .moduleButton:hover .BreadIcon {
    color: #fff
}

#module_452449531 .moduleButton:hover .BreadsvgIcon svg > * {
    fill: #fff;
}

#module_452449531 .moduleButton:hover {
    font-size: 14px;
}

#module_452449531 .moduleButton:hover {
    font-family: arial, helvetica, sans-serif;
}

#module_452449531 .moduleButton:hover {
    color: rgb(0, 0, 0);
}

#module_452449531 .moduleButton:hover {
    font-weight: normal;
}

#module_452449531 .moduleButton:hover {
    text-decoration: none;
}

#module_452449531 .moduleButton:hover {
    font-style: normal;
}

#module_452449531 .moduleButton:hover, #module_452449531 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(255, 255, 255);
}

#module_452449531 .moduleButton:hover, #module_452449531 .moduleButton:hover:before {
    background-image: none;
}

#module_452449531 .moduleButton:hover, #module_452449531 .moduleButton:hover:before {
    background-repeat: no-repeat;
}

#module_452449531 .moduleButton:hover, #module_452449531 .moduleButton:hover:before {
    background-position: none;
}

#module_452449531 .moduleButton:hover, #module_452449531 .moduleButton:hover:before {
    background-attachment: none;
}

#module_452449531 .moduleButton:hover, #module_452449531 .moduleButton:hover:before {
}

#module_452449531 .moduleButton:hover {
    border-color: transparent;
}

#module_452449531 .moduleButton:hover {
    border-style: solid;
}

#module_452449531 .moduleButton:hover {
    border-width: 0px;
}

#module_452449531 .moduleButton:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.module_452464094 .ModuleHead .HeadCenter {
    float: none;
}

#module_452464094 {
    padding: 0px;
}

#module_452464094 {
    position: static;
    z-index: 0;
    top: 1272px;
    left: 794px;
    width: 100%;
    height: auto;
}

#module_452464094 .ModuleHead452464094 {
    display: none;
}

#module_452464094 .BodyCenter.BodyCenter452464094 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_452464094 > .module_452464094 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_452464094 > .module_452464094 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_452464094 .BodyCenter.BodyCenter452464094 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452464094 .BodyCenter.BodyCenter452464094 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_452464094 > .module_452464094 {
        margin-top: 0.8333%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452464094 > .module_452464094 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_452464094 > .module_452464094 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452464094:hover {
    border: none;
}

#module_452464094:hover > .module_452464094 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452464094 .swiper-button-white {
    background:;
}

#module_452464094 .swiper-button-white::before {
    color:;
}

#module_452464094 .titleBox {
    background:;
}

#module_452464094 .titleBox {
}

#module_452464094 .album-icon:before {
    border-color: #ffffff;
}

#module_452464094 .album-icon:after {
    background: #ffffff
}

#module_452464094 .album-icon {
    background-color: rgba(0, 0, 0, 0.5);
}

#module_452464094 .album-icon {
}

#module_452464094 .abstract {
    color: #333;
}

#module_452464094 .abstract {
    font-size: 14px;
}

#module_452464094 .abstract {
    font-weight: normal
}

#module_452464094 .abstract {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452464094 .abstract {
    text-decoration: none;
}

#module_452464094 .abstract {
}

#module_452464094 {
}

@media only screen and (min-width: 768px) {
    #module_452464094 .titleBox {
        padding-top: 5px;
    }
}

#module_452464094 {
}

@media only screen and (min-width: 768px) {
    #module_452464094 .titleBox {
        padding-bottom: 5px;
    }
}

#module_452464094 {
}

@media only screen and (min-width: 768px) {
    #module_452464094 .titleBox {
        padding-left: 10px;
    }
}

#module_452464094 {
}

@media only screen and (min-width: 768px) {
    #module_452464094 .titleBox {
        padding-right: 10px;
    }
}

#module_452464094 {
}

@media only screen and (max-width: 767px) {
    #module_452464094 .titleBox {
        padding-top: 5px;
    }
}

#module_452464094 {
}

@media only screen and (max-width: 767px) {
    #module_452464094 .titleBox {
        padding-bottom: 5px;
    }
}

#module_452464094 {
}

@media only screen and (max-width: 767px) {
    #module_452464094 .titleBox {
        padding-left: 5px;
    }
}

#module_452464094 {
}

@media only screen and (max-width: 767px) {
    #module_452464094 .titleBox {
        padding-right: 5px;
    }
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .swiper-item {
    padding: calc(10px / 2);
}

#module_452464094 .mobile_photo_box .swiper-item .content {
    width: calc(100% - 10px);
    bottom: calc(10px / 2);
}

#module_452464094 .album-img-c, #module_452464094 .mobile_photo_box .head {
    background-color: #f5f5f5;
}

#module_452464094 .album-img-c, #module_452464094 .mobile_photo_box .head {
    background-image: none;
}

#module_452464094 .album-img-c, #module_452464094 .mobile_photo_box .head {
    background-repeat: no-repeat;
}

#module_452464094 .album-img-c, #module_452464094 .mobile_photo_box .head {
}

#module_452464094 .album-img-c, #module_452464094 .mobile_photo_box .head {
}

#module_452464094 .album-img-c, #module_452464094 .mobile_photo_box .head {
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-top-color: transparent;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-top-style: none;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-top-width: 0px;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-right-color: transparent;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-right-style: none;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-right-width: 0px;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-bottom-color: transparent;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-bottom-style: none;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-bottom-width: 0px;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-left-color: transparent;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-left-style: none;
}

#module_452464094 .album-img, #module_452464094 .mobile_photo_box .head {
    border-left-width: 0px;
}

#module_452464094 .album-img .dummy, #module_452464094 .mobile_photo_box .head .dummy {
    padding-top: 56.25%;
}

#module_452464094 .mobile_picBox .mobile_pic, #module_452464094 .mobile_photo_box .head img {
    object-fit: cover;
}

#module_452464094 .mobile_picBox .mobile_pic, #module_452464094 .mobile_picBox, #module_452464094 .mobile_photo_box .head img, #module_452464094 .mobile_photo_box .head {
    height: 100% !important;
}

#module_452464094 .pagerGiant .text {
    font-size: 12px;
}

#module_452464094 .pagerGiant .text {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452464094 .pagerGiant .text {
    color: #333;
}

#module_452464094 .pagerGiant .text {
}

#module_452464094 .pagerGiant .text {
}

#module_452464094 .pagerGiant .text {
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    width: 30px
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    height: 30px
}

#module_452464094 .pagerGiant .num {
    font-size: 12px;
}

#module_452464094 .pagerGiant .num {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452464094 .pagerGiant .num {
    color: #333;
}

#module_452464094 .pagerGiant .num {
}

#module_452464094 .pagerGiant .num {
}

#module_452464094 .pagerGiant .num {
}

#module_452464094 .pagerGiant .submit {
    width: 55px
}

#module_452464094 .pagerGiant .submit {
    height: 30px
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer, #module_452464094 .pagerGiant .submit {
    border-top-left-radius: 0px;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer, #module_452464094 .pagerGiant .submit {
    border-top-right-radius: 0px;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer, #module_452464094 .pagerGiant .submit {
    border-bottom-left-radius: 0px;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer, #module_452464094 .pagerGiant .submit {
    border-bottom-right-radius: 0px;
}

#module_452464094 .pagerGiant .next, #module_452464094 .pagerGiant .splitline {
    color: #ccc;
}

#module_452464094 .pagerGiant .num {
    background-color: #fff;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-top-color: #ccc;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-top-style: solid;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer {
    border-top-width: 1px;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-bottom-color: #ccc;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-bottom-style: solid;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer {
    border-bottom-width: 1px;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-left-color: #ccc;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-left-style: solid;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer {
    border-left-width: 1px;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-right-color: #ccc;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .inputer {
    border-right-style: solid;
}

#module_452464094 .pagerGiant .num, #module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer {
    border-right-width: 1px;
}

#module_452464094 .page-more a {
    font-size: 16px;
}

#module_452464094 .page-more a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452464094 .page-more a {
    color: #666 !important;
}

#module_452464094 .page-more a {
    font-weight: normal;
}

#module_452464094 .page-more a {
    text-decoration: none;
}

#module_452464094 .page-more a {
    font-style: normal;
}

#module_452464094 .page-more a {
    background-color: #fff;
}

#module_452464094 .page-more a {
    border-top-color: #eee;
}

#module_452464094 .page-more a {
    border-top-style: solid;
}

#module_452464094 .page-more a {
    border-top-width: 2px;
}

#module_452464094 .page-more a {
    border-bottom-color: #eee;
}

#module_452464094 .page-more a {
    border-bottom-style: solid;
}

#module_452464094 .page-more a {
    border-bottom-width: 2px;
}

#module_452464094 .page-more a {
    border-left-color: #eee;
}

#module_452464094 .page-more a {
    border-left-style: solid;
}

#module_452464094 .page-more a {
    border-left-width: 2px;
}

#module_452464094 .page-more a {
    border-right-color: #eee;
}

#module_452464094 .page-more a {
    border-right-style: solid;
}

#module_452464094 .page-more a {
    border-right-width: 2px;
}

#module_452464094 .swiper-button-white:hover {
    background:;
}

#module_452464094 .swiper-button-white:hover::before {
    color:;
}

#module_452464094 .album-img:hover .album-img-c, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    background-color: #f5f5f5;
}

#module_452464094 .album-img:hover .album-img-c, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    background-image: none;
}

#module_452464094 .album-img:hover .album-img-c, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    background-repeat: no-repeat;
}

#module_452464094 .album-img:hover .album-img-c, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
}

#module_452464094 .album-img:hover .album-img-c, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
}

#module_452464094 .album-img:hover .album-img-c, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-top-color: #fff;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-top-style: solid;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-top-width: 1px;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-right-color: #fff;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-right-style: solid;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-right-width: 1px;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-bottom-color: #fff;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-bottom-style: solid;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-bottom-width: 1px;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-left-color: #fff;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-left-style: solid;
}

#module_452464094 .album-img:hover .rectborder, #module_452464094 .mobile_photo_box .swiper-item:hover .head {
    border-left-width: 1px;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
    font-size: 12px;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
    color: #fff;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit {
    background-color: #333;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-top-color: #000;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-top-style: solid;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-bottom-color: #000;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-bottom-style: solid;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-left-color: #000;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-left-style: solid;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-right-color: #000;
}

#module_452464094 .pagerGiant .current, #module_452464094 .pagerGiant .submit, #module_452464094 .pagerGiant .inputer:hover {
    border-right-style: solid;
}

#module_452464094 .page-more a:hover {
    font-size: 16px;
}

#module_452464094 .page-more:hover a {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452464094 .page-more a:hover {
    color: #666 !important;
}

#module_452464094 .page-more a:hover {
    font-weight: normal;
}

#module_452464094 .page-more a:hover {
    text-decoration: none;
}

#module_452464094 .page-more a:hover {
    font-style: normal;
}

#module_452464094 .page-more a:hover {
    background-color: #fff;
}

#module_452464094 .page-more a:hover {
    border-top-color: #eee;
}

#module_452464094 .page-more a:hover {
    border-top-style: solid;
}

#module_452464094 .page-more a:hover {
    border-bottom-color: #eee;
}

#module_452464094 .page-more a:hover {
    border-bottom-style: solid;
}

#module_452464094 .page-more a:hover {
    border-left-color: #eee;
}

#module_452464094 .page-more a:hover {
    border-left-style: solid;
}

#module_452464094 .page-more a:hover {
    border-right-color: #eee;
}

#module_452464094 .page-more a:hover {
    border-right-style: solid;
}

@media screen and (min-width: 768px) {
    #module_452464035 .BodyCenter.BodyCenter452464035 {
        padding-top: 4.1841%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 5.2301%;
    }
}

.module_452432877 .ModuleHead .HeadCenter {
    float: none;
}

#module_452432877 {
    padding: 0px;
}

#module_452432877 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_452432877 .ModuleHead452432877 {
    display: none;
}

#module_452432877 .BodyCenter.BodyCenter452432877 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_452432877 > .module_452432877 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_452432877 > .module_452432877 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (min-width: 768px) {
    #module_452432877 .BodyCenter.BodyCenter452432877 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452432877 .BodyCenter.BodyCenter452432877 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_452432877 > .module_452432877 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_452432877 > .module_452432877 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_452432877 > .module_452432877 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_452432877:hover {
    border: none;
}

#module_452432877:hover > .module_452432877 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li {
    height: 350px
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    font-size: 16px;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    color: rgb(255, 255, 255);
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    font-weight: normal;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    text-decoration: none;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    font-style: normal;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title:before {
    width: 40px;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title:before {
    height: 2px;
    line-height: 2px
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title:before {
    background-color: #ffd94f;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title:before {
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    background-color: rgba(253, 110, 39, 0.82);
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    height: 130px
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    padding-top: 25px;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    padding-bottom: 40px;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    padding-left: 30px;
}

#module_452432877 .ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    padding-right: 30px;
}

#module_452432877 a {
    font-size: unset;
    font-family: unset
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei"
}

.ModuleImageTextGiant.layout-116 .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .4);
}

.ModuleImageTextGiant.layout-116 section {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main > li {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(16.6%);
    height: 326px;
    transition: all 0.5s ease;
    vertical-align: top;
    background-color: #fff;
    cursor: pointer
}

/* 默认显示的 view,即正常状态 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 3;
    overflow: hidden;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    position: relative;
    margin-left: 10%;
    padding-bottom: 6px;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main > li .default-view .head .title:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ffd94f;
    position: absolute;
    bottom: 0;
    left: 0;
}

/******************* 选中部分 **********************/
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active {
    width: 30%;
}

/* 去掉遮罩层 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .layer {
    display: none;
}

/* 第一个 li 的 default-view 默认隐藏 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .default-view {
    display: none
}

/* 第一个 li 的 hover-view 默认显示 */
.ModuleImageTextGiant.layout-116 .accordion-giant-main .active .hover-view {
    display: block
}

/******************* 鼠标移入放大部分 **********************/
.ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.ModuleImageTextGiant.layout-116 .accordion-giant-main > li .hover-view .content {
    width: 100%;
    height: 50%;
    text-align: left;
    position: absolute;
    padding: 10% 7% 5% 5%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

/* ipad竖版和手机版隐藏整个模块 */
@media screen and (max-width: 767px) {
    .ModuleImageTextGiant.layout-116 .accordion-giant-main {
        display: none
    }
}

.ModuleButtonGiant.layout-104 .moduleButton {
    background-color: #000;
    font-size: 12px;
    height: 50px;
    width: 180px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block; /* display: flex; justify-content: center; align-items: center; */
}

.ModuleButtonGiant.layout-104 .buttonbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ModuleButtonGiant.layout-104 .buttonbox > span {
    display: inline-flex;
}

.ModuleButtonGiant.layout-104 .moduleButton:hover {
    color: #fff;
}

.ModuleButtonGiant.layout-104 .moduleButton:hover:before {
    background: #333;
}

.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before, .ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before, .ModuleButtonGiant.layout-104 .Radial-Out:before, .ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before, .ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before, .ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before {
    background: #333
}

.ModuleButtonGiant.layout-104 .BreadsvgIcon {
    flex-direction: column;
    justify-content: center;
}

.ModuleButtonGiant.layout-104 .BreadsvgIcon > * {
    width: 16px;
    height: 16px;
}

.ModuleButtonGiant.layout-104 .BreadIcon {
    font-size: 16px;
}

.module_451568385 .ModuleHead .HeadCenter {
    float: none;
}

#module_451568385 {
    padding: 0px;
}

#module_451568385 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451568385 .ModuleHead451568385 {
    display: none;
}

#module_451568385 .BodyCenter.BodyCenter451568385 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451568385 > .module_451568385 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451568385 > .module_451568385 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451568385 .BodyCenter.BodyCenter451568385 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451568385 .BodyCenter.BodyCenter451568385 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451568385 > .module_451568385 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451568385 > .module_451568385 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451568385 > .module_451568385 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451568385:hover {
    border: none;
}

#module_451568385:hover > .module_451568385 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451568385 img {
    border-top-color: transparent;
}

#module_451568385 img {
    border-top-style: none;
}

#module_451568385 img {
    border-top-width: 0px;
}

#module_451568385 img {
    border-right-color: transparent;
}

#module_451568385 img {
    border-right-style: none;
}

#module_451568385 img {
    border-right-width: 0px;
}

#module_451568385 img {
    border-bottom-color: transparent;
}

#module_451568385 img {
    border-bottom-style: none;
}

#module_451568385 img {
    border-bottom-width: 0px;
}

#module_451568385 img {
    border-left-color: transparent;
}

#module_451568385 img {
    border-left-style: none;
}

#module_451568385 img {
    border-left-width: 0px;
}

#module_451568385 img {
    border-top-left-radius: 0px;
}

#module_451568385 img {
    border-top-right-radius: 0px;
}

#module_451568385 img {
    border-bottom-left-radius: 0px;
}

#module_451568385 img {
    border-bottom-right-radius: 0px;
}

#module_451568385 .BodyCenter {
    text-align: center;
}

.ModuleGridContainer.ModuleGridContainer451568362 #Sub451568362_1 {
    width: 68.0342%;
}

.ModuleButtonGiant.layout-104 .buttonbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#module_451570299 {
    padding: 0px;
}

#module_451570299 {
    position: static;
    z-index: 0;
    top: 3309px;
    left: 1404px;
    width: 100%;
    height: auto;
}

#module_451570299 .ModuleHead451570299 {
    display: none;
}

#module_451570299 .BodyCenter.BodyCenter451570299 {
    background: none;
    background-color: rgb(255, 255, 255);
}

#module_451570299 > .module_451570299 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451570299 > .module_451570299 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451570299 .BodyCenter.BodyCenter451570299 {
        padding-top: 1.3587%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570299 .BodyCenter.BodyCenter451570299 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451570299 > .module_451570299 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570299 > .module_451570299 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451570299 > .module_451570299 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570299:hover {
    border: none;
}

#module_451570299:hover > .module_451570299 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570299 .BodyCenter {
    text-align: center;
}

#module_451570299 .moduleButton {
    font-size: 14px;
}

#module_451570299 .moduleButton {
    font-family: arial, helvetica, sans-serif;
}

#module_451570299 .moduleButton {
    color: #fff;
}

#module_451570299 .moduleButton {
    font-weight: normal;
}

#module_451570299 .moduleButton {
    text-decoration: none;
}

#module_451570299 .moduleButton {
    font-style: normal;
}

#module_451570299 .moduleButton, #module_451570299 .moduleButton:before {
    background-color: #000000;
}

#module_451570299 .moduleButton, #module_451570299 .moduleButton:before {
    background-image: none;
}

#module_451570299 .moduleButton, #module_451570299 .moduleButton:before {
    background-repeat: no-repeat;
}

#module_451570299 .moduleButton, #module_451570299 .moduleButton:before {
    background-position: none;
}

#module_451570299 .moduleButton, #module_451570299 .moduleButton:before {
    background-attachment: none;
}

#module_451570299 .moduleButton, #module_451570299 .moduleButton:before {
}

#module_451570299 .moduleButton {
    border-color: #000;
}

#module_451570299 .moduleButton {
    border-style: solid;
}

#module_451570299 .moduleButton {
    border-width: 2px;
}

#module_451570299 .moduleButton {
    width: 140px;
}

#module_451570299 .moduleButton, #module_451570299 .BreadsvgIcon {
    height: 50px
}

#module_451570299 .BodyCenter {
    color: #fff;
}

#module_451570299 .moduleButton {
    border-top-left-radius: 0px;
}

#module_451570299 .moduleButton {
    border-top-right-radius: 0px;
}

#module_451570299 .moduleButton {
    border-bottom-left-radius: 0px;
}

#module_451570299 .moduleButton {
    border-bottom-right-radius: 0px;
}

#module_451570299 .BreadIcon {
    font-size: 16px;
}

#module_451570299 .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_451570299 .BreadIcon {
    color: #fff;
}

#module_451570299 .BreadsvgIcon svg > * {
    fill: #fff;
}

#module_451570299 .BreadIcon, #module_451570299 .BreadsvgIcon {
    margin-left: 10px;
}

#module_451570299 .BreadIcon, #module_451570299 .BreadsvgIcon {
    margin-right: 10px;
}

#module_451570299 .moduleButton {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_451570299 .moduleButton:hover .BreadIcon {
    font-size: 16px;
}

#module_451570299 .moduleButton:hover .BreadsvgIcon svg {
    width: 16px;
    height: 16px;
}

#module_451570299 .moduleButton:hover .BreadIcon {
    color: #fff
}

#module_451570299 .moduleButton:hover .BreadsvgIcon svg > * {
    fill: #fff;
}

#module_451570299 .moduleButton:hover {
    font-size: 14px;
}

#module_451570299 .moduleButton:hover {
    font-family: arial, helvetica, sans-serif;
}

#module_451570299 .moduleButton:hover {
    color: rgb(51, 51, 51);
}

#module_451570299 .moduleButton:hover {
    font-weight: normal;
}

#module_451570299 .moduleButton:hover {
    text-decoration: none;
}

#module_451570299 .moduleButton:hover {
    font-style: normal;
}

#module_451570299 .moduleButton:hover, #module_451570299 .moduleButton:hover:before {
    background-image: unset;
    background-color: rgb(255, 255, 255);
}

#module_451570299 .moduleButton:hover, #module_451570299 .moduleButton:hover:before {
    background-image: none;
}

#module_451570299 .moduleButton:hover, #module_451570299 .moduleButton:hover:before {
    background-repeat: no-repeat;
}

#module_451570299 .moduleButton:hover, #module_451570299 .moduleButton:hover:before {
    background-position: none;
}

#module_451570299 .moduleButton:hover, #module_451570299 .moduleButton:hover:before {
    background-attachment: none;
}

#module_451570299 .moduleButton:hover, #module_451570299 .moduleButton:hover:before {
}

#module_451570299 .moduleButton:hover {
    border-color: rgb(51, 51, 51);
}

#module_451570299 .moduleButton:hover {
    border-style: solid;
}

#module_451570299 .moduleButton:hover {
    border-width: 2px;
}

#module_451570299 .moduleButton:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#module_452432874 .BodyCenter.BodyCenter452432874, #module_459805946 .BodyCenter.BodyCenter459805946, #module_451568355 .BodyCenter.BodyCenter451568355, #module_451566750 .BodyCenter.BodyCenter451566750, #module_451568362 .BodyCenter.BodyCenter451568362 {
    background: none;
    background-color: rgb(252, 241, 219);
}

@media screen and (min-width: 768px) {
    #module_451566021 .BodyCenter.BodyCenter451566021 {
        padding-top: 4.1841%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 4.1841%;
    }
}

@media screen and (min-width: 768px) {
    #module_452001582 .BodyCenter.BodyCenter452001582 {
        padding-top: 3.6611%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

#module_452001582 .BodyCenter.BodyCenter452001582 {
    background: none;
    background-color: rgb(242, 242, 242);
}

.module_451569229 .ModuleHead .HeadCenter {
    float: none;
}

#module_451569229 {
    padding: 0px;
}

#module_451569229 {
    position: static;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: auto;
}

#module_451569229 .ModuleHead451569229 {
    display: none;
}

#module_451569229 > .module_451569229 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451569229 > .module_451569229 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width: 768px) {
    #module_451569229 .BodyCenter.BodyCenter451569229 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451569229 .BodyCenter.BodyCenter451569229 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451569229 > .module_451569229 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451569229 > .module_451569229 {
        margin-top: 3.0581%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451569229 > .module_451569229 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451569229:hover {
    border: none;
}

#module_451569229:hover > .module_451569229 {
    border-color: #ccc;
}

#module_451569229:hover > .module_451569229 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451569229 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_451569229 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_451569229 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_451569229 .ModuleHoverBoxItem_1 {
}

#module_451569229 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_451569229 .ModuleHoverBoxItem_1 {
}

#module_451569229 .ModuleHoverBoxItem_1 {
    padding-top: 40px;
}

#module_451569229 .ModuleHoverBoxItem_1 {
    padding-bottom: 60px;
}

#module_451569229 .ModuleHoverBoxItem_1 {
    padding-left: 30px;
}

#module_451569229 .ModuleHoverBoxItem_1 {
    padding-right: 30px;
}

#module_451569229 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_451569229 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_451569229 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_451569229 .ModuleHoverBoxItem_2 {
}

#module_451569229 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_451569229 .ModuleHoverBoxItem_2 {
}

#module_451569229 .ModuleHoverBoxItem_2 {
    padding-top: 40px;
}

#module_451569229 .ModuleHoverBoxItem_2 {
    padding-bottom: 60px;
}

#module_451569229 .ModuleHoverBoxItem_2 {
    padding-left: 30px;
}

#module_451569229 .ModuleHoverBoxItem_2 {
    padding-right: 30px;
}

#module_451569229 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.ModuleGridContainer.ModuleGridContainer451568362 .SubPadding {
    width: 30px;
}

.ModuleGridContainer.ModuleGridContainer451568362 #Sub451568362_2 {
    width: 31.9658%;
}

@media screen and (min-width: 768px) {
    #module_451569229 > .module_451569229 {
        margin-top: 8.0214%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

.module_451570297 .ModuleHead .HeadCenter {
    float: none;
}

#module_451570297 {
    padding: 0px;
}

#module_451570297 {
    position: static;
    z-index: 0;
    top: 416px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_451570297 .ModuleHead451570297 {
    display: none;
}

#module_451570297 > .module_451570297 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451570297 > .module_451570297 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width: 768px) {
    #module_451570297 .BodyCenter.BodyCenter451570297 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570297 .BodyCenter.BodyCenter451570297 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451570297 > .module_451570297 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451570297 > .module_451570297 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

#module_451570297 > .module_451570297 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451570297:hover {
    border: none;
}

#module_451570297:hover > .module_451570297 {
    border-color: #ccc;
}

#module_451570297:hover > .module_451570297 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451570297 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_451570297 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_451570297 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_451570297 .ModuleHoverBoxItem_1 {
}

#module_451570297 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_451570297 .ModuleHoverBoxItem_1 {
}

#module_451570297 .ModuleHoverBoxItem_1 {
    padding-top: 40px;
}

#module_451570297 .ModuleHoverBoxItem_1 {
    padding-bottom: 60px;
}

#module_451570297 .ModuleHoverBoxItem_1 {
    padding-left: 30px;
}

#module_451570297 .ModuleHoverBoxItem_1 {
    padding-right: 30px;
}

#module_451570297 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_451570297 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_451570297 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_451570297 .ModuleHoverBoxItem_2 {
}

#module_451570297 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_451570297 .ModuleHoverBoxItem_2 {
}

#module_451570297 .ModuleHoverBoxItem_2 {
    padding-top: 40px;
}

#module_451570297 .ModuleHoverBoxItem_2 {
    padding-bottom: 60px;
}

#module_451570297 .ModuleHoverBoxItem_2 {
    padding-left: 30px;
}

#module_451570297 .ModuleHoverBoxItem_2 {
    padding-right: 30px;
}

#module_451570297 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_451566376 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566376 {
    padding: 0px;
}

#module_451566376 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451566376 .ModuleHead451566376 {
    display: none;
}

#module_451566376 > .module_451566376 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566376 > .module_451566376 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width: 768px) {
    #module_451566376 .BodyCenter.BodyCenter451566376 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566376 .BodyCenter.BodyCenter451566376 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451566376 > .module_451566376 {
        margin-top: 0.0000%;
        margin-left: 2.5000%;
        margin-right: 2.5000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566376 > .module_451566376 {
        margin-top: 0.0000%;
        margin-left: 2.8818%;
        margin-right: 2.8818%;
        margin-bottom: 2.8818%;
    }
}

#module_451566376 > .module_451566376 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566376:hover {
    border: none;
}

#module_451566376:hover > .module_451566376 {
    border-color: #ccc;
}

#module_451566376:hover > .module_451566376 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566376 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_451566376 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_451566376 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_451566376 .ModuleHoverBoxItem_1 {
}

#module_451566376 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_451566376 .ModuleHoverBoxItem_1 {
}

#module_451566376 .ModuleHoverBoxItem_1 {
    padding-top: 10px;
}

#module_451566376 .ModuleHoverBoxItem_1 {
    padding-bottom: 10px;
}

#module_451566376 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_451566376 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_451566376 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_451566376 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_451566376 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_451566376 .ModuleHoverBoxItem_2 {
}

#module_451566376 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_451566376 .ModuleHoverBoxItem_2 {
}

#module_451566376 .ModuleHoverBoxItem_2 {
    padding-top: 10px;
}

#module_451566376 .ModuleHoverBoxItem_2 {
    padding-bottom: 10px;
}

#module_451566376 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_451566376 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_451566376 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_451566688 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566688 {
    padding: 0px;
}

#module_451566688 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451566688 .ModuleHead451566688 {
    display: none;
}

#module_451566688 .BodyCenter.BodyCenter451566688 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451566688 > .module_451566688 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566688 > .module_451566688 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566688 .BodyCenter.BodyCenter451566688 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566688 .BodyCenter.BodyCenter451566688 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566688 > .module_451566688 {
        margin-top: 0.0000%;
        margin-left: 44.7368%;
        margin-right: 44.7368%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566688 > .module_451566688 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566688 > .module_451566688 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566688:hover {
    border: none;
}

#module_451566688:hover > .module_451566688 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566688 img {
    border-top-color: transparent;
}

#module_451566688 img {
    border-top-style: none;
}

#module_451566688 img {
    border-top-width: 0px;
}

#module_451566688 img {
    border-right-color: transparent;
}

#module_451566688 img {
    border-right-style: none;
}

#module_451566688 img {
    border-right-width: 0px;
}

#module_451566688 img {
    border-bottom-color: transparent;
}

#module_451566688 img {
    border-bottom-style: none;
}

#module_451566688 img {
    border-bottom-width: 0px;
}

#module_451566688 img {
    border-left-color: transparent;
}

#module_451566688 img {
    border-left-style: none;
}

#module_451566688 img {
    border-left-width: 0px;
}

#module_451566688 img {
    border-top-left-radius: 0px;
}

#module_451566688 img {
    border-top-right-radius: 0px;
}

#module_451566688 img {
    border-bottom-left-radius: 0px;
}

#module_451566688 img {
    border-bottom-right-radius: 0px;
}

#module_451566688 .BodyCenter {
    text-align: center;
}

.module_451566699 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566699 {
    padding: 0px;
}

#module_451566699 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451566699 .ModuleHead451566699 {
    display: none;
}

#module_451566699 .BodyCenter.BodyCenter451566699 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451566699 > .module_451566699 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566699 > .module_451566699 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566699 .BodyCenter.BodyCenter451566699 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566699 .BodyCenter.BodyCenter451566699 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566699 > .module_451566699 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566699 > .module_451566699 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566699 > .module_451566699 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566699:hover {
    border: none;
}

#module_451566699:hover > .module_451566699 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566699 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_451566699 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_451566699 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_451566699 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_451566699 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451566699 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_451566699 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451566699 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451566699 .showHandle .btn {
    font-size: 14px;
}

#module_451566699 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451566699 .showHandle .btn {
    color: #333;
}

#module_451566699 .showHandle .btn {
    font-weight: 400;
}

#module_451566699 .showHandle .btn {
    text-decoration: none;
}

#module_451566699 .showHandle .btn {
    font-style: normal;
}

#module_451566699 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451566699 .showHandle div {
    border-top-style: solid !important;
}

#module_451566699 .showHandle div {
    border-top-width: 1px !important;
}

#module_451566699 .showHandle {
    background-color: transparent;
}

#module_451566699 .showHandle {
    background-image: none;
}

#module_451566699 .showHandle {
    background-repeat: no-repeat;
}

#module_451566699 .showHandle {
}

#module_451566699 .showHandle {
}

#module_451566699 .showHandle {
}

#module_451566699 a {
    font-size: unset;
    font-family: unset
}

.module_451566704 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566726 {
    padding: 0px;
}

#module_451566726 {
    position: static;
    z-index: 0;
    top: 40px;
    width: 100%;
    height: auto;
}

#module_451566726 .ModuleHead451566726 {
    display: none;
}

#module_451566726 .BodyCenter.BodyCenter451566726 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451566726 > .module_451566726 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566726 > .module_451566726 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566726 .BodyCenter.BodyCenter451566726 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566726 .BodyCenter.BodyCenter451566726 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566726 > .module_451566726 {
        margin-top: 0.0000%;
        margin-left: 44.7368%;
        margin-right: 44.7368%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566726 > .module_451566726 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566726 > .module_451566726 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566726:hover {
    border: none;
}

#module_451566726:hover > .module_451566726 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566726 img {
    border-top-color: transparent;
}

#module_451566726 img {
    border-top-style: none;
}

#module_451566726 img {
    border-top-width: 0px;
}

#module_451566726 img {
    border-right-color: transparent;
}

#module_451566726 img {
    border-right-style: none;
}

#module_451566726 img {
    border-right-width: 0px;
}

#module_451566726 img {
    border-bottom-color: transparent;
}

#module_451566726 img {
    border-bottom-style: none;
}

#module_451566726 img {
    border-bottom-width: 0px;
}

#module_451566726 img {
    border-left-color: transparent;
}

#module_451566726 img {
    border-left-style: none;
}

#module_451566726 img {
    border-left-width: 0px;
}

#module_451566726 img {
    border-top-left-radius: 0px;
}

#module_451566726 img {
    border-top-right-radius: 0px;
}

#module_451566726 img {
    border-bottom-left-radius: 0px;
}

#module_451566726 img {
    border-bottom-right-radius: 0px;
}

#module_451566726 .BodyCenter {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #module_451566165 > .module_451566165 {
        margin-top: 0.0000%;
        margin-left: 2.5000%;
        margin-right: 2.5000%;
        margin-bottom: 0.0000%;
    }
}

.module_451566722 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566722 {
    padding: 0px;
}

#module_451566722 {
    position: static;
    z-index: 1;
    top: 266px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_451566722 .ModuleHead451566722 {
    display: none;
}

#module_451566722 > .module_451566722 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566722 > .module_451566722 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566722 .BodyCenter.BodyCenter451566722 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566722 .BodyCenter.BodyCenter451566722 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566722 > .module_451566722 {
        margin-top: 0.0000%;
        margin-left: 2.5000%;
        margin-right: 2.5000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566722 > .module_451566722 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566722 > .module_451566722 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566722:hover {
    border: none;
}

#module_451566722:hover > .module_451566722 {
    border-color: #ccc;
}

#module_451566722:hover > .module_451566722 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_451566722 .ModuleHoverBoxItem_1 {
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_451566722 .ModuleHoverBoxItem_1 {
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-top: 10px;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-bottom: 10px;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_451566722 .ModuleHoverBoxItem_2 {
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_451566722 .ModuleHoverBoxItem_2 {
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-top: 10px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-bottom: 10px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_451566722 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_451566722 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566722 {
    padding: 0px;
}

#module_451566722 {
    position: static;
    z-index: 1;
    top: 266px;
    left: 0px;
    width: 100%;
    height: auto;
}

#module_451566722 .ModuleHead451566722 {
    display: none;
}

#module_451566722 > .module_451566722 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566722 > .module_451566722 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566722 .BodyCenter.BodyCenter451566722 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566722 .BodyCenter.BodyCenter451566722 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566722 > .module_451566722 {
        margin-top: 0.0000%;
        margin-left: 2.5000%;
        margin-right: 2.5000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566722 > .module_451566722 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566722 > .module_451566722 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566722:hover {
    border: none;
}

#module_451566722:hover > .module_451566722 {
    border-color: #ccc;
}

#module_451566722:hover > .module_451566722 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-color: #fff;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-image: none;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-repeat: no-repeat;
}

#module_451566722 .ModuleHoverBoxItem_1 {
}

#module_451566722 .ModuleHoverBoxItem_1 {
    background-attachment: scroll;
}

#module_451566722 .ModuleHoverBoxItem_1 {
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-top: 10px;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-bottom: 10px;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-left: 0px;
}

#module_451566722 .ModuleHoverBoxItem_1 {
    padding-right: 0px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-color: #fff;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-image: none;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-repeat: no-repeat;
}

#module_451566722 .ModuleHoverBoxItem_2 {
}

#module_451566722 .ModuleHoverBoxItem_2 {
    background-attachment: scroll;
}

#module_451566722 .ModuleHoverBoxItem_2 {
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-top: 10px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-bottom: 10px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-left: 0px;
}

#module_451566722 .ModuleHoverBoxItem_2 {
    padding-right: 0px;
}

#module_451566722 .ModuleHoverBoxItem_2 .ModuleItem {
    opacity: 1
}

.module_451566723 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566723 {
    padding: 0px;
}

#module_451566723 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451566723 .ModuleHead451566723 {
    display: none;
}

#module_451566723 .BodyCenter.BodyCenter451566723 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451566723 > .module_451566723 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566723 > .module_451566723 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566723 .BodyCenter.BodyCenter451566723 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566723 .BodyCenter.BodyCenter451566723 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566723 > .module_451566723 {
        margin-top: 0.0000%;
        margin-left: 44.7368%;
        margin-right: 44.7368%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566723 > .module_451566723 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566723 > .module_451566723 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566723:hover {
    border: none;
}

#module_451566723:hover > .module_451566723 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566723 img {
    border-top-color: transparent;
}

#module_451566723 img {
    border-top-style: none;
}

#module_451566723 img {
    border-top-width: 0px;
}

#module_451566723 img {
    border-right-color: transparent;
}

#module_451566723 img {
    border-right-style: none;
}

#module_451566723 img {
    border-right-width: 0px;
}

#module_451566723 img {
    border-bottom-color: transparent;
}

#module_451566723 img {
    border-bottom-style: none;
}

#module_451566723 img {
    border-bottom-width: 0px;
}

#module_451566723 img {
    border-left-color: transparent;
}

#module_451566723 img {
    border-left-style: none;
}

#module_451566723 img {
    border-left-width: 0px;
}

#module_451566723 img {
    border-top-left-radius: 0px;
}

#module_451566723 img {
    border-top-right-radius: 0px;
}

#module_451566723 img {
    border-bottom-left-radius: 0px;
}

#module_451566723 img {
    border-bottom-right-radius: 0px;
}

#module_451566723 .BodyCenter {
    text-align: center;
}

.module_451566724 .ModuleHead .HeadCenter {
    float: none;
}

#module_451566724 {
    padding: 0px;
}

#module_451566724 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451566724 .ModuleHead451566724 {
    display: none;
}

#module_451566724 .BodyCenter.BodyCenter451566724 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451566724 > .module_451566724 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451566724 > .module_451566724 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451566724 .BodyCenter.BodyCenter451566724 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566724 .BodyCenter.BodyCenter451566724 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451566724 > .module_451566724 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451566724 > .module_451566724 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451566724 > .module_451566724 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451566724:hover {
    border: none;
}

#module_451566724:hover > .module_451566724 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451566724 .ModuleImageTextGiantContent {
    margin-top: 0px;
}

#module_451566724 .ModuleImageTextGiantContent {
    margin-bottom: 0px;
}

#module_451566724 .ModuleImageTextGiantContent {
    margin-left: 0px;
}

#module_451566724 .ModuleImageTextGiantContent {
    margin-right: 0px;
}

#module_451566724 .imageTextGiant-Container {
    padding-top: 10px;
}

#module_451566724 .imageTextGiant-Container {
    padding-bottom: 0px;
}

#module_451566724 .imageTextGiant-Container {
    padding-left: 10px;
}

#module_451566724 .imageTextGiant-Container {
    padding-right: 10px;
}

#module_451566724 .showHandle .btn {
    font-size: 14px;
}

#module_451566724 .showHandle .btn {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451566724 .showHandle .btn {
    color: #333;
}

#module_451566724 .showHandle .btn {
    font-weight: 400;
}

#module_451566724 .showHandle .btn {
    text-decoration: none;
}

#module_451566724 .showHandle .btn {
    font-style: normal;
}

#module_451566724 .showHandle div {
    border-top-color: #ddd !important;
}

#module_451566724 .showHandle div {
    border-top-style: solid !important;
}

#module_451566724 .showHandle div {
    border-top-width: 1px !important;
}

#module_451566724 .showHandle {
    background-color: transparent;
}

#module_451566724 .showHandle {
    background-image: none;
}

#module_451566724 .showHandle {
    background-repeat: no-repeat;
}

#module_451566724 .showHandle {
}

#module_451566724 .showHandle {
}

#module_451566724 .showHandle {
}

#module_451566724 a {
    font-size: unset;
    font-family: unset
}

.module_451566726 .ModuleHead .HeadCenter {
    float: none;
}

@media screen and (min-width: 768px) {
    #module_451566051 > .module_451566051 {
        margin-top: 0.0000%;
        margin-left: 2.5000%;
        margin-right: 2.5000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (min-width: 768px) {
    #module_451566715 > .module_451566715 {
        margin-top: 0.0000%;
        margin-left: 2.5000%;
        margin-right: 2.5000%;
        margin-bottom: 0.0000%;
    }
}

.ModuleProductListGiant.layout-122 .swiper-wrapper {
    height: auto
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item-l.first {
    width: 48.45%;
    height: 584px;
    float: left;
    position: relative;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item {
    width: 32%;
    float: left;
    box-sizing: border-box;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-img {
    display: block;
    height: auto;
    list-style-type: none;
    display: block;
    width: 100%;
    position: relative;
    border: 0px solid transparent;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-img .dummy {
    padding-top: 100%;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-text {
    transition: padding 0.3s linear;
    box-sizing: border-box;
    padding: 24px 10% 28px;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-text .pro-shopping-main {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .fontn {
    color: #999;
    text-align: center
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-price {
    display: inline-block;
    font-size: 20px;
    color: #000;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-text .pro-shopping-main .pro-market-price {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-buybtn {
    width: 38.3116%;
    text-align: center;
    top: calc(100% - 19px);
    left: 50%;
    position: relative;
    padding: 0 4px;
    line-height: 28px;
    border: 1px solid #000;
    color: #000;
    border-radius: 20px;
    transform: translateX(-50%);
}

.ModuleProductListGiant.layout-122 .pro-desc {
    word-break: break-word !important;
}

.ModuleProductListGiant.layout-122 .pro-name {
    word-break: break-word !important;
}

.ModuleProductListGiant.layout-122 .swiper-container-free-mode1 > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto
}

.ModuleProductListGiant.layout-122 .pro-container .pro-buybtn i {
    font-weight: 800;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-buybtn span {
    font-size: 12px;
}

.ModuleProductListGiant.layout-122 .pro-name {
    text-align: center;
    color: #444;
    font-size: 16px;
}

.ModuleProductListGiant.layout-122 .swiper-container.hover-event.swiper-container-horizontal {
    width: 100%;
}

.ModuleProductListGiant.layout-122 .swiper-pro-butto-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    transform: translate(0, -50%);
    background-position: 125px 148px;
}

.ModuleProductListGiant.layout-122 .swiper-pro-butto-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    transform: translate(0, -50%);
    background-position: 130px 148px;
}

.ModuleProductListGiant.layout-122 .swiper-pro-butto-next { /*background-image: url('/images/pre.png');*/
    left: 0;
    right: auto;
}

.ModuleProductListGiant.layout-122 .swiper-pro-butto-prev {
    transform: rotate(180deg);
    top: calc(50% - 22.5px); /*background-image: url('/images/next.png');*/
    right: 0;
    left: auto;
}

.ModuleProductListGiant.layout-122 a:active, .ModuleProductListGiant.layout-122 a:visited, .ModuleProductListGiant.layout-122 a:focus {
    text-decoration: none;
}

.ModuleProductListGiant.layout-122 .space {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ModuleProductListGiant.layout-122 .pro-container .cross {
    display: none
}

.ModuleProductListGiant.layout-122 .icon-icon-left {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.ModuleProductListGiant.layout-122 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-text {
    box-sizing: border-box;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover {
    transition: all 0.3s linear;
}

.ModuleProductListGiant.layout-122 .pro-container .swiper-slide:hover .pro-price {
    color: #fd6e27;
    transition: all 0.3s linear;
}

/* 换两行显示 */
.ModuleProductListGiant.layout-122 .pro-title span {
    display: block; /* white-space: nowrap; */
    text-overflow: ellipsis;
    max-width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8.3%;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover .pro-img {
    border-width: 20px;
    overflow: hidden;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover .pro-img img {
    transform: scale(1);
    transition: transform 0.3s linear;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-img .pro-desc {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s linear;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover .pro-img .pro-desc {
    visibility: visible;
    opacity: .9;
    background: rgba(0, 0, 0, .6);
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover .pro-text {
    padding-top: 20px;
    padding-bottom: 32px;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover .pro-img img {
    max-width: calc(100% + 40px);
    max-height: calc(100% + 40px);
    transform: scale(1.1);
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item:hover .pro-buybtn {
    background: #000;
    color: #fff;
}

.ModuleProductListGiant.layout-122 .pro-container .pro-item .pro-img .pro-desc span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 82.3529%;
    text-align: left;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: pre-wrap;
}

.ModuleProductListGiant.layout-122 .swiper-pagination-bullet-active { /*background: #000;*/
}

.ModuleProductListGiant.layout-122 .swiper-pagination-bullet {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-122 .pro-container .cross {
        display: block
    }
}

@media only screen and (max-width: 1300px) {
    .ModuleProductListGiant.layout-122 .swiper-button-white {
        display: none;
    }
}

.module_451568357 .ModuleHead .HeadCenter {
    float: none;
}

#module_451568357 {
    padding: 0px;
}

#module_451568357 {
    position: static;
    z-index: 0;
    width: 100%;
    height: auto;
}

#module_451568357 .ModuleHead451568357 {
    display: none;
}

#module_451568357 .BodyCenter.BodyCenter451568357 {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

#module_451568357 > .module_451568357 {
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 0px;
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-color: #000;
    border-right-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-bottom-width: 0px;
}

#module_451568357 > .module_451568357 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
    #module_451568357 .BodyCenter.BodyCenter451568357 {
        padding-top: 0.0000%;
        padding-left: 0.0000%;
        padding-right: 0.0000%;
        padding-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451568357 .BodyCenter.BodyCenter451568357 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #module_451568357 > .module_451568357 {
        margin-top: 0.0000%;
        margin-left: 0.0000%;
        margin-right: 0.0000%;
        margin-bottom: 0.0000%;
    }
}

@media screen and (max-width: 767px) {
    #module_451568357 > .module_451568357 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#module_451568357 > .module_451568357 {
    box-shadow: 0px 0px 0px 0px #ccc
}

#module_451568357:hover {
    border: none;
}

#module_451568357:hover > .module_451568357 {
    border-color: #ccc;
}

#module_451568357:hover > .module_451568357 {
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: box-shadow 0.5s ease 0s;
}

#module_451568357 .pro-item {
    padding-top: 0px;
}

#module_451568357 .pro-item {
    padding-bottom: 0px;
}

#module_451568357 .pro-item {
    padding-left: 0px;
}

#module_451568357 .pro-item {
    padding-right: 0px;
}

#module_451568357 .pro-item {
    background-color: #f7f7f7;
}

#module_451568357 .pro-item {
    background-image: none;
}

#module_451568357 .pro-item {
    background-repeat: no-repeat;
}

#module_451568357 .pro-item {
}

#module_451568357 .pro-item {
}

#module_451568357 .pro-item {
}

#module_451568357 .pro-item .pro-img {
    border-top-color: transparent;
}

#module_451568357 .pro-item .pro-img {
    border-top-style: solid;
}

#module_451568357 .pro-item .pro-img {
    border-top-width: 0px;
}

#module_451568357 .pro-item .pro-img {
    border-right-color: transparent;
}

#module_451568357 .pro-item .pro-img {
    border-right-style: solid;
}

#module_451568357 .pro-item .pro-img {
    border-right-width: 0px;
}

#module_451568357 .pro-item .pro-img {
    border-bottom-color: transparent;
}

#module_451568357 .pro-item .pro-img {
    border-bottom-style: solid;
}

#module_451568357 .pro-item .pro-img {
    border-bottom-width: 0px;
}

#module_451568357 .pro-item .pro-img {
    border-left-color: transparent;
}

#module_451568357 .pro-item .pro-img {
    border-left-style: solid;
}

#module_451568357 .pro-item .pro-img {
    border-left-width: 0px;
}

#module_451568357 .pro-img .dummy {
    background-color: transparent;
}

#module_451568357 .pro-img .dummy {
    background-image: none;
}

#module_451568357 .pro-img .dummy {
    background-repeat: no-repeat;
}

#module_451568357 .pro-img .dummy {
}

#module_451568357 .pro-img .dummy {
}

#module_451568357 .pro-img .dummy {
}

#module_451568357 .pro-img .dummy {
    padding-top: 100%;
}

#module_451568357 .pro-img img {
    object-fit: cover;
}

#module_451568357 .pro-img img {
    width: 100%;
}

#module_451568357 .pro-img img {
    height: 100%;
}

#module_451568357 .pro-img img {
    border-radius: 0px;
}

#module_451568357 .pro-name {
    font-size: 14px;
    line-height: calc(14px + 6px);
}

#module_451568357 .pro-name {
    font-family: 等线;
}

#module_451568357 .pro-name {
    color: #000;
}

#module_451568357 .pro-name {
    font-weight: normal;
}

#module_451568357 .pro-name {
    text-decoration: none;
}

#module_451568357 .pro-name {
    font-style: normal;
}

#module_451568357 .pro-name {
    margin-top: 0px;
}

#module_451568357 .pro-name {
    margin-bottom: 26px;
}

#module_451568357 .pro-item .pro-desc {
    font-size: 14px;
}

#module_451568357 .pro-item .pro-desc {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451568357 .pro-item .pro-desc {
    color: #fff;
}

#module_451568357 .pro-item .pro-desc {
    font-weight: normal;
}

#module_451568357 .pro-item .pro-desc span {
    text-decoration: none;
}

#module_451568357 .pro-item .pro-desc {
    font-style: normal;
}

#module_451568357 .pro-buybtn {
    border-color: #000;
}

#module_451568357 .pro-buybtn .iconfont {
    color: #000;
}

#module_451568357 .pro-buybtn .iconfont {
    font-size: 14px;
}

#module_451568357 .pro-buybtn {
    height: 30px;
    line-height: 30px
}

#module_451568357 .pro-buybtn {
    width: 100px;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li {
    font-size: 14px;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li, #module_451568357 .productListOrderCtrlTab .summary .totalProduct {
    color: #000000;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li {
    font-weight: normal;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li {
    text-decoration: none;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li {
}

#module_451568357 .icon-icon-left {
    color: #fff;
}

#module_451568357 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}

#module_451568357 .swiper-pagination-bullet {
    background-color: #000;
}

#module_451568357 .choosed-tab, #module_451568357 .setting-screening-criteria {
    font-size: 12px;
}

#module_451568357 .choosed-tab {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451568357 .choosed-tab, #module_451568357 .setting-screening-criteria {
    color: #000;
}

#module_451568357 .choosed-tab {
}

#module_451568357 .choosed-tab {
}

#module_451568357 .choosed-tab {
}

#module_451568357 .selected-light, #module_451568357 .setting-all {
    font-size: 12px;
}

#module_451568357 .selected-light, #module_451568357 .setting-all {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451568357 .selected-light, #module_451568357 .setting-left-bar, #module_451568357 .setting-reset, #module_451568357 .setting-pred-warp .setting-collapse, #module_451568357 .giantroom .btn-more {
    color: #000;
}

#module_451568357 .selected-light {
}

#module_451568357 .selected-light, #module_451568357 .setting-all {
}

#module_451568357 .selected-light, #module_451568357 .setting-all {
}

#module_451568357 .setting-right-temp ul li, #module_451568357 .choosed-tab {
    border-top-left-radius: 2px;
}

#module_451568357 .setting-right-temp ul li, #module_451568357 .choosed-tab {
    border-top-right-radius: 2px;
}

#module_451568357 .setting-right-temp ul li, #module_451568357 .choosed-tab {
    border-bottom-left-radius: 2px;
}

#module_451568357 .setting-right-temp ul li, #module_451568357 .choosed-tab {
    border-bottom-right-radius: 2px;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab {
    border-top-color: #d6d6d6;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab {
    border-top-style: solid;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-top-width: 1px;
}

#module_451568357 .giantroom {
    margin-top: calc(-16px - 1px);
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-bottom-color: #d6d6d6;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-bottom-style: solid;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-bottom-width: 1px;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-left-color: #d6d6d6;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-left-style: solid;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-left-width: 1px;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-right-color: #d6d6d6;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-right-style: solid;
}

#module_451568357 .pred-filter, #module_451568357 .choosed-tab, #module_451568357 .giantroom .btn-more {
    border-right-width: 1px;
}

#module_451568357 .setting-pred-warp {
    border-top-color: #d6d6d6;
}

#module_451568357 .setting-left-bar {
    background-color: #fafafa;
}

#module_451568357 .setting-left-bar {
    width: 100px
}

#module_451568357 .setting-right-temp ul.FilterPc {
    width: calc(100% - 100px);
}

#module_451568357 .setting-right-temp ul li {
    background-color: rgba(255, 255, 255, 0);
}

#module_451568357 .choosed-tab .icsmall {
    color: #999;
}

#module_451568357 .setting-right-temp ul li {
    margin-left: 10px;
    margin-right: 10px;
}

#module_451568357 .icon-icon-left:hover {
    color: #fff;
}

#module_451568357 .swiper-button-white:hover {
    background-color: rgba(51, 51, 51);
}

#module_451568357 .pro-item:hover {
    background-color: #fff;
}

#module_451568357 .pro-item:hover {
    background-image: none;
}

#module_451568357 .pro-item:hover {
    background-repeat: no-repeat;
}

#module_451568357 .pro-item:hover {
}

#module_451568357 .pro-item:hover {
}

#module_451568357 .pro-item:hover {
}

#module_451568357 .pro-item:hover .pro-img {
    border-top-color: transparent;
}

#module_451568357 .pro-item:hover .pro-img {
    border-top-style: solid;
}

#module_451568357 .pro-item:hover .pro-img {
    border-top-width: 0px;
}

#module_451568357 .pro-item:hover .pro-img {
    border-right-color: transparent;
}

#module_451568357 .pro-item:hover .pro-img {
    border-right-style: solid;
}

#module_451568357 .pro-item:hover .pro-img {
    border-right-width: 0px;
}

#module_451568357 .pro-item:hover .pro-img {
    border-bottom-color: transparent;
}

#module_451568357 .pro-item:hover .pro-img {
    border-bottom-style: solid;
}

#module_451568357 .pro-item:hover .pro-img {
    border-bottom-width: 0px;
}

#module_451568357 .pro-item:hover .pro-img {
    border-left-color: transparent;
}

#module_451568357 .pro-item:hover .pro-img {
    border-left-style: solid;
}

#module_451568357 .pro-item:hover .pro-img {
    border-left-width: 0px;
}

#module_451568357 .pro-item:hover .pro-name {
    font-size: 14px;
    line-height: calc(14px + 6px);
}

#module_451568357 .pro-item:hover .pro-name {
    font-family: 等线;
}

#module_451568357 .pro-item:hover .pro-name {
    color: rgb(211, 173, 105);
}

#module_451568357 .pro-item:hover .pro-name {
    font-weight: normal;
}

#module_451568357 .pro-item:hover .pro-name {
    text-decoration: none;
}

#module_451568357 .pro-item:hover .pro-name {
    font-style: hover;
}

#module_451568357 .pro-item:hover .pro-buybtn {
    border-color: rgb(211, 173, 105);
}

#module_451568357 .pro-item:hover .pro-buybtn {
    background-color: rgb(211, 173, 105);
}

#module_451568357 .pro-item:hover .pro-buybtn .iconfont {
    color: #fff;
}

#module_451568357 .pro-item:hover .pro-desc {
    background-color: rgba(0, 0, 0, 0.6);
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-size: 14px;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    color: #ffffff;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    font-weight: normal;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    text-decoration: none;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    background-color: #000000;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    background-image: none;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
    background-repeat: no-repeat;
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451568357 .productListOrderCtrlTab .orderCtrlPanel li:hover, #module_451568357 .productListOrderCtrlTab .orderCtrlPanel li.selected {
}

#module_451568357 .swiper-pagination-bullet:hover {
    background-color: #000;
}

#module_451568357 .selected-light:hover, #module_451568357 .selected-light.active, #module_451568357 .items-active {
    font-size: 12px;
}

#module_451568357 .selected-light:hover, #module_451568357 .selected-light.active, #module_451568357 .items-active {
    font-family: 微软雅黑, Microsoft YaHei;
}

#module_451568357 .selected-light:hover, #module_451568357 .selected-light.active, #module_451568357 .items-active {
    color: #fff;
}

#module_451568357 .items-active {
    border-color: #fff;
}

#module_451568357 .bean-finish {
    background: #fff;
}

#module_451568357 .selected-light:hover, #module_451568357 .selected-light.active, #module_451568357 .items-active {
}

#module_451568357 .selected-light:hover, #module_451568357 .selected-light.active, #module_451568357 .items-active {
}

#module_451568357 .selected-light:hover, #module_451568357 .selected-light.active, #module_451568357 .items-active {
}

#module_451568357 .setting-left-bar:hover {
    background-color: #fafafa;
}

#module_451568357 .setting-right-temp ul li:hover, #module_451568357 .setting-right-temp ul li.active {
    background-color: #000;
}

#module_451568357 .choosed-tab .icsmall:hover {
    color: #999;
}

.ModuleImageGiant.layout-107 img {
    margin: auto;
    max-width: 100%;
    border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

@media screen and (min-width: 768px) {
    #module_451566719 > .module_451566719, #module_451566704 > .module_451566704, #module_451566716 > .module_451566716 {
        margin-top: 0.0000%;
        margin-left: 44.7368%;
        margin-right: 44.7368%;
        margin-bottom: 0.0000%;
    }
}

.cardicon:hover {
    background-color: rgba(211, 173, 105, .5);
}

.particulars table {
    border-collapse: collapse;
}

.particulars table td {
    border: 1px solid #000;
}

.hover-img-container {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 6px;
}

.hover-img-container .hover-img {
    position: absolute;
    left: 0;
    top: 35px;
    width: 150px;
    height: 150px;
    margin: 20px;
    display: none;
}

.hover-img-container:hover .hover-img {
    display: block;
}